@charset "utf-8";
/* ----------------------------------
   
    01. Contact Formular
---------------------------------- */



/* -------------------------------
   03- Reset
------------------------------- */
a{ color: #000; }
a:hover{ color: #5c5c5c;}

body{ line-height:22px; letter-spacing: 0.02em; font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; font-size:12px; color:#646363;}
input[type="button"], input[type="text"], textarea { -webkit-appearance: none;  border-radius: 0; }
input:focus, textarea:focus{ border: 1px solid #41270d; border-radius: 5px; }
img { -webkit-backface-visibility: hidden; height:auto; max-width:100%; }
textarea { padding: 8px 14px; border: 1px solid #e8e8e8; letter-spacing: 1.5px; font-size: 12px; width: 100%; height: 140px; margin-bottom: 16px; max-width: 100%; resize: none;}
select::-ms-expand{ display:none; }
.animated { -moz-transition-duration: 0s !important;}
* { transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }
.no-transition * { transition-timing-function: none; -webkit-transition-timing-function: none; -moz-transition-timing-function: none; -o-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; }
select,input{ border: 1px solid #41270d; letter-spacing: 1.5px; font-size: 12px; padding: 8px 14px; width: 100%; margin-bottom: 16px; max-width: 100%; resize: none;}
/* FRAGEZEICHEN */
/*ul { list-style-position: outside; margin: 0px; padding:0px; list-style: none outside none; }*/

::selection { color: #000; background:#d7d7d7; }
::selection { background:#d7d7d7; color: #000; }
section { padding: 130px 0px !important; }
::-webkit-scrollbar { width:9px; }
::-moz-selection { color:#000; background:#d7d7d7; }
::-webkit-scrollbar-thumb:window-inactive { background:rgba(210,210,210,.3) }
::-webkit-input-placeholder { text-overflow: ellipsis; color: #959494; }
::-moz-placeholder {  opacity:1; color: #959494 !important; text-overflow: ellipsis; }
:-moz-placeholder {  opacity:1; color: #959494 !important; text-overflow: ellipsis; }
:-ms-input-placeholder { opacity:1; color: #959494 !important; text-overflow: ellipsis;}
::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2); -moz-box-shadow:inset 0 0 5px rgba(0,0,0,.2); box-shadow:inset 0 0 5px rgba(0,0,0,.2); }
::-webkit-scrollbar-thumb { background:rgba(210,210,210,.7); -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.5); -moz-box-shadow:inset 0 0 5px rgba(0,0,0,.5); box-shadow:inset 0 0 5px rgba(0,0,0,.5); }
/* only ie7, ie9, ie10, ie11 */
@media screen\0 { input { /* ie7, ie9, ie10, ie11+ only */ padding: 0px 0px 18px 0px; } }
/* Remove inner shadow from inputs on mobile iOS */


/* Section Heading */
.section-heading { font-family: 'Ubuntu', sans-serif; font-size: 28px; color:#777777 ; letter-spacing: 1.2px; padding-bottom: 21px; text-transform: capitalize; font-weight: 700;} /*

/* Text Transform */
.text-upper{text-transform: uppercase !important;}
.text-none {text-transform: none !important;}
.text-lower{text-transform: lowercase !important;}
.text-cap{text-transform: capitalize !important;}

/* Different Text Sizes */
.title-sm{ font-size:20px !important; line-height:30px !important;}
.contact-text{ line-height:26px !important; text-transform:none !important; }
.logo-text-color {color: #00b0b7;}
.title-big{ font-size:45px !important; letter-spacing: 3px !important; line-height:40px !important;}
.med-text   { font-size:13px !important; line-height:25px !important; letter-spacing: 1px !important;}

/* Font Weights */
.font-w3{font-weight: 300;}
.font-w4{font-weight: 400;}
.font-w5{font-weight: 500;}
.font-w6{font-weight: 600;}

/* Text Colors */
.text-white{ color: #fff !important;} 
.text-gray { color:#7b7b7b !important;}
.text-black { color: #000 !important;}
.text-light-gray{color: #c6c6c6 !important;}
.text-aqua {color: #00b0b7 !important;}

/* Letter Spacing */
.letter-spacing2 { letter-spacing:2px !important; }


/* -------------------------------
   07- Margin and Paddings
------------------------------- */
.margin-top-8 {margin-top:8% !important; margin-bottom:0% !important;}
.margin-tp-btm-2 { margin-top:2% !important; margin-bottom:2% !important;}
.margin-tp-btm-3 { margin-top:3% !important; margin-bottom:3% !important;}
.margin-tp-btm-5 { margin-top:5% !important; margin-bottom:5% !important;}
.margin-top-5 { margin-bottom:0px !important; margin-top:5% !important;}
.zero-margin-lr { margin-right: 0px !important; margin-left: 0px !important;}
.zero-margin-top { margin-top:0px !important;}
.zero-margin-btm { margin-bottom:0px !important;}


/* -------------------------------
   Contact zero-padding
------------------------------- */
.zero-padding-top { padding-top:0px !important;}
.zero-padding {padding:0px !important;}
.zero-padding-bottom { padding-bottom:0px !important;}
.zero-padding-tb{padding-top: 0px !important; padding-bottom: 0px !important;}


/* -------------------------------
   09- Buttons
------------------------------- */
.btn { display: inline-block; margin:30px 0px 0px 0px !important;}

.btn.med-btn { font-size: 13px; padding: 9px 27px;}
.btn.btn-transparent { border: 1px solid #fff; background-color:transparent; color: #fff; font-size: 14px; padding: 10px 22px; }
.btn.btn-transparent:hover {font-size: 14px; padding: 10px 22px; border: 1px solid #00a4aa; background-color: #00b0b7; color: #fff; }

.btn-white { 
	font-size: 11px; 
	letter-spacing: 1.8px; 
	padding: 6px 23px; 
	color: #0100c6; 
	background:transparent; 
	border: 1px solid #00b0b7;
}
.btn-white:hover { 
	background:#4e99f6; 
	border: 1px solid #0100c6; 
	color: #fff; }

.btn-white1 { 
	font-size: 11px; 
	letter-spacing: 1.8px; 
	padding: 6px 23px; 
	color: #00b0b7; 
	background:transparent; 
	border: 1px solid #00b0b7;}
.btn-white1:hover { 
	background:#00b0b7; 
	border: 1px solid #00b0b7; 
	color: #fff; }

/* -------------------------------
   09- Buttons dark blue lang
------------------------------- */
.btn-darkblue { 
	font-size: 11px; 
	letter-spacing: 1.8px; 
	padding: 6px 23px; 
	color: #41270d; 
	background:transparent; 
	border: 1px solid #41270d;
}

.btn-darkblue:hover { 
	background:#e4e4e4; 
	border: 1px solid #c15d04; 
	color:  #0100c6; }
/* -------------------------------
   09- Buttons dark blue inline block
------------------------------- */
.btn-aqua { 
	border: 2px solid #41270d;
	color: #fff; 
	display: inline-block; 
	background-color: #e4e4e4; 
	padding: 7px 20px 8px; width: auto;}

.btn-aqua:hover {
	border: 2px solid #00a4aa; 
	color: #00b0b7; 
	
background-color: #e4e4e4;

}

/* -------------------------------
   16- Custom Settings
------------------------------- */
/* opacity */
.light-opacity{ position: absolute; height: 100%; width: 100%; opacity: 0.7; z-index: 1; top:0; left: 0 }
.full-opacity{ top:0; left: 0; position: absolute; height: 100%; width: 100%; opacity: 0.8; z-index: 1; }

/* center col */
.center-col{ float:none !important; margin-left:auto !important; margin-right:auto !important}

/* Hightlight Section Text */
.hg-text {font-family: 'Ubuntu', sans-serif; color: #00b0b7 !important; font-weight: 800; text-transform: none !important;}

/* alert */
#alert { 
border: 1px solid #333333; 
clear: both; 
background-color: #e4e4e4; 
text-align: center; margin: 0 10px 15px;  
padding-top: 17px; padding-bottom: 18px; 

	color: #f3430c; 
}

/* display */
.overflow-hidden{ overflow: hidden !important}
.display-block { display: block !important;}

/* relative position */
.position-relative{ position: relative !important; z-index: 5 }

/* top border */
.border-top { border-top: 1px solid #dedddd; }

/* media screen  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  nav * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; }
}

/* -------------------------------
   99- Custom Settings Lifestyle
------------------------------- */
.container {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.container.no-padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


#content-top-border {
  margin-top:20px;
background-color: rgba(252, 129,15, 0.8);
  border-radius: 5px 5px 0 0;
  height: 7px;
}

#content-bottom-border {
  background-color: rgba(252, 129,15, 0.8);
  border-radius: 0 0 5px 5px;
  height: 7px;
	 margin-bottom:20px;
}

.background-white {
  background-color: #FFFFFF;
}
.background-gray-darker {
  background-color: #222222;
}
.background-gray-dark {
  background-color: #333333;
}
.background-gray {
  background-color: #555555;
}
.background-gray-light {
  background-color: #b3b3b3;
}
.background-gray-lighter {
  background-color: #ebebeb;
}
.margin-10 {
  margin: 10px;
}
.margin-20 {
  margin: 20px;
}
.margin-30 {
  margin: 30px;
}
.margin-40 {
  margin: 40px;
}
.margin-50 {
  margin: 50px;
}
.margin-60 {
  margin: 60px;
}
.margin-horiz-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-horiz-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-horiz-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-horiz-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-horiz-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-horiz-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-vert-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vert-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-vert-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-vert-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* own Panel Color */

.panel {
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-title {
  font-size: 16px;
	color:#fc810f;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-default {
  border-color: #d8d8d8;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f4f4f4;
  border-color: #d8d8d8;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d8d8d8;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d8d8d8;
}


.panel-gray {
  border-color: #e4e4e4;
}
.panel-gray > .panel-heading {
  background-color: #555555;
  border-color: #e4e4e4;
  color: #FFFFFF;
}
.panel-gray.panel-footer {
  background: #ebebeb;
  border-color: #e4e4e4;
  color: #FFFFFF;
}
.panel-gray [class^="fa-"]:before,
.panel-gray [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-gray.invert .panel-body {
  background: #222222;
  color: #FFFFFF;
}
 

.panel-home {
  border-color: #e4e4e4;
}
.panel-home > .panel-heading {
  background-color: #999999;
  border-color: #e4e4e4;
  color: #FFFFFF;
}
.panel-home.panel-footer {
  background: #ebebeb;
  border-color: #e4e4e4;
  color: #FFFFFF;
}
.panel-home [class^="fa-"]:before,
.panel-gray [class*=" fa-"]:before {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
}
.panel-home.invert .panel-body {
  background: #222222;
  color: #FFFFFF;
}
.panel-primary > .panel-heading {
  border-color: #cad7d5;
}
 