/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/

Custom Desing: pixart, Ing. Christian Jungmeier, studio für grafik und webdesign, www.pixart.cc

File Description: Place here your custom CSS styles
*/

/* @group Fonts */

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* @end */
//@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300);
//@import url(http://fonts.googleapis.com/css?family=PT+Serif);

/* @group Website Colors */

.white-bg {
	background-color: #fff;
}

.green {
	color: #649d4a;
}

.green-bg {
	background-color: #649d4a;
}

.lightgreen-bg {
	background-color: #e2eed8;
}

.orange {
	color: #eb690b;
}

.orange-bg {
	background-color: #eb690b;
}

lightorange {
	color: #f5b383;
}

lightorange-bg {
	background-color: #f5b383;
}

.blue {
	color: #436eaa;
}

.red {
	color: #c00;
}

.black {
	color: #000;
}

.dunkel {
	color: #333;
}

.lightgrey {
	color: #999;
}

/* @end */

/* @group Forms */

.form_sep_line {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-bottom: 10px;
}

em {
	display:inline-block;
	font-weight: bold;
	color: #eb690b;
	font-size: 120%;
}

label {
	cursor: pointer;
}

.radio,
.checkbox {
	vertical-align: middle;
}

.radiotitle {
	color: #999;
	margin-left: 5px;
	margin-right: 25px;
	display: inline;
}

.form-control:active, .form-control:hover {
	border: 1px solid #999;
	-moz-box-shadow: 0 0 5px rgba(153,153,153,.75);
 	-webkit-box-shadow: 0 0 5px rgba(153,153,153,.75); 
  	box-shadow: 0 0 5px rgba(153,153,153,.75);

}

textarea {
	height: 120px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

select {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

/* @end */

.pl-25 {
	padding-left: 25px;
}

.pl-28 {
	padding-left: 28px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-45 {
	padding-left: 45px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-30 {
	padding-right: 30px;
}

.pt-10 {
	padding-top: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-45 {
	margin-left: 45px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfloat {
	clear: both;
}

.no-border {
	border-style: none;
	border-width: 0;
}

.fixed-header-on .header.fixed {
	background-color: #fff;
}

.date-char {
	color: #649d4a;
	font-size: 120%;
	line-height: 1;
}

.hotline-char {
	color: #649d4a;
	font-size: 120%;
	line-height: 1;
}

.text-85 {
	font-size: 85%;
	line-height: 1.2;
}

.text-50 {
	font-size: 50%;
	line-height: 1;
}

.text-italic {
	font-style: italic;
}

.info {
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 60px;
}

.title {
	color: #707070;
}

.info h4 {
	color: #eb690b;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 5px;
	padding: 0;
}

.info p {
	margin: 0;
	padding: 0;
}

.info-eg {
  color: #666666;
  background-color: #f1f1f1;
  border-color: #cccccc;
}

.info-kp {
  color: #666666;
  background-color: #f1f1f1;
  border-color: #cccccc;
}

.info:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 50px;
	height: 101%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 2;
}
.info:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	font-size: 30px;
	z-index: 3;
}

.info.info-eg:after {
	content: "\f086";
}

.info.info-kp:after {
	content: "\f021";
}

.space-section {
	padding-top: 90px;
}

.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
	height: 300px;
}

.list-icons li {
	margin-left: 30px;
	position: relative;
}

.list-icons li i.orange {
	color: #eb690b;
	position: absolute;
	left: -30px;
	font-size: 20px;
}

pre {
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	white-space: normal;
	word-break: normal;
  	word-wrap: normal;
	font-size: 10px;
}

.box-style-custom1 {
	padding: 20px;
	margin: 20px 0;
}
.box-style-custom1 i {
	font-size: 32px;
	text-align: center;
}

.box-style-custom1 h3 {
	font-size: 22px;
	margin-top: 0;
}
.box-style-custom1:not(.team-member):hover i {
	color: #e84c3d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-style-custom1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}

/* Small devices (tablets, phones less than 767px) */

@media (max-width:767px) {
	/* Fixed header position */

.navbar.navbar-default {
	padding: 0;
}

.navbar-default .navbar-nav > li > a {
	padding: 8px 5px;
}

.space-section {
	padding-top: 20px;
}
}

/* @group Bootstrap */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}

/* @end */

/* @group Link Colors */

a.hotmail:link, a.hotmail:visited {
	color: #649d4a;
	text-decoration: none;
}

a.hotmail:hover, a.hotmail:active, a.hotmail:focus {
	text-decoration: underline;
	color: #649d4a;
}

a.subfooter:link, a.subfooter:visited {
	color: #e2eed8;
	text-decoration: underline;
}

a.subfooter:hover, a.subfooter:active, a.subfooter:focus {
	text-decoration: none;
	color: #e2eed8;
}



/* @end */