/*
Theme Name: 101Prozent
Author: Icehouse Design
Author URI: http://icehouse-group.com
Version: 1.0
*/
/*  @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700); */ 
 @import url(fonts/lato-v23-latin/css-lato.css); 
 @import url(fonts/montserrat-v25-latin/css-montserrat.css);

/* Bootstrap überschreiben ANFANG */

body{
	letter-spacing: 0.01em;
	font-family: "Helvetica Neue",Lato,Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .header .navigation{
	font-family: Lato, "Helvetica Neue", Lato, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
  	font-weight: 600;
}

hr{color: #aaa; background-color: #aaa; border-color: #aaa;}
p, ul, ol{
	color: #333;
	font-weight: 300;
}
strong{
	font-weight: 500;
}
.footer p, .footer ul, .footer ol{
	color: #fff;
}
.footer h2, .footer h3, .footer h4{
	text-transform: none;
	font-weight: 300;
}
a{
	color: #000;
}

.btn{
	background-color: #927212;
	padding: 7px 30px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.btn:hover{
	background-color: #927212;
	color: #2889d5;
}

.fa {
	color: #61A7a9;}

/* Bootstrap überschreiben ENDE */

/* Sticky Footer ANFANG */



html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -275px auto; /* the bottom margin is the negative value of the footer's height */
	padding-top: 96px;
}
.footer, .push {
	min-height: 250px; /* .push must be the same height as .footer */
}

/* Sticky Footer ENDE */

/* Unslider Styles ANFANG */

#banner {
	position: relative;  
	overflow: auto;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
	z-index: -1;
	height: 330px;
	overflow: hidden;
}
#banner ul{
	padding: 0;
	margin: 0;
}
#banner li {
	list-style: none;
	float: left;
}

#banner h3, #banner h4{
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 80px;
	right: 25.8%;
	background: #927212;
	color: #fff;
	font-size: 4em;
	font-weight: 300;
	display: inline-block;
}
.subBanner h2{
	margin: 0;
	padding: 10px;
	position: relative;
	top: 41px;
	left: 0;
	background: #927212;
	color: #fff;
	font-size: 2.8em;
	font-weight: 100;
	display: none;
}

#banner h4{
	margin-left: 60px;
}
#banner strong{
	font-weight: 700;
}

#banner.frontpage .slide {
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#banner.frontpage .slide.active {
	opacity: 1;
}

/* Unslider Styles ENDE */
.invisibleHeadlines{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	height: 0;
	font-size: 0.0001px;
}
.fullwidth{
	width: 100%;
}
.gray{background-color: #e6e6e6;}
.bottomCTAs{
	margin-top: 80px;
}
.bottomCTAs a{
	background-color: #e6e6e6;
	padding: 10px 15px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.bottomCTA:hover{
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	font-weight: 700;
}
.serviceCTA img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.serviceCTA:hover img{
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	
	transform: rotate(-10deg);
}
.navigation ul{
	list-style-type: none;
	margin-top: 26px;
	margin-bottom: 20px;
	font-weight: 300;
	float: right;
	padding-left: 0;
	margin-left: 0;
}
.navigation li.submenu-columns .sub-menu .sub-menu {
    position: static;
    display: block;
    transform: none;
}

.navigation .menu > li > ul > li {
    display: inline-block;
}
.navigation .menu > li.submenu-columns:hover > ul {
    display: flex;
    transform: translateX(-50%);
    left: 100%;
}
.header .navigation li{
	display: inline-block;
	padding: 23px 23px;
	list-style-type: none;
	height: 9px;
}
.header .navigation a{
	color: #000;
}
.header .form-search{
	margin-top: 0;
	float: right;
	margin-left: 10px;
}
.header .form-search input{
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 3px;
}
.header .contact {display: block; margin-top: 18px;}
.header .row{

}
.headerLogo a{
	display: block;
	width: 113px;
	height: 113px;
	margin-bottom: -21px;
	margin-top: -10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.headerLogo img{
	z-index: 99;
}
.headerLogo a:hover{
	margin-top: 0;
	margin-bottom: -31px;
}

.content{
	margin-bottom: 60px;
	margin-top: 60px;
}
.subnavi ul{
	float: right;
	margin-top: 12px;
	text-align: center;
	margin-bottom: -15px;
}
.subnavi li{
	display: inline;
	list-style-type: none;
	margin-left: 18px;
	margin-bottom: 5px;
}
.subnavi a{
	display: inline-block;
	text-transform: uppercase;
	color: #65A7A8;
	font-weight: 400;
	padding: 5px 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.subnavi a:hover{
	background-color: #e6e6e6;
	color: #65A7A8;
	text-decoration: none;
}

.subnavi li.current_page_item a{
	background-color: #e6e6e6;
	color: #444;
}

body.home .content .col-lg-3, body.home .content .col-lg-4{
	text-align: center;
}
body.home .content .col-lg-3 h3, body.home .content .col-lg-4 h3{
	font-weight: 400;
}

.content h3{
	color: #927212;
	font-weight: 300;
	font-size: 2em;
	margin-bottom: 30px;
	margin-top: 0;
	letter-spacing: -1px;
	line-height: 100%;
}
.content p + h3, .content ul + h3, .content ul + h4, .content p + h4{
	margin-top: 35px;
}  
.content h3 + h5, .content h3 + div h5, .content h3 + div div h5{
	margin-top: -20px;
	margin-bottom: 20px;
	color: #444;
	letter-spacing: 0;
}
.content .col-lg-4 h3 span, .content .col-lg-3 h3 span{
	display: block;
	font-size: 0.6em;
}
.content li{margin-bottom: 6px;}

.wpcf7 input {
	width: 100%;
}

.panel {
  padding: none !important;
  margin-bottom: none !important;
  background-color: none !important;
  border: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.footer{
	background-color: #927212;
	padding-top: 25px;
	color: #fff;
	margin-top: 25px;
	font-size: 0.9em;
}

#pg-11-0, #pl-11 .panel-grid-cell .panel {
margin-bottom: 0px !important; }


.footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer a, .footer .menu .current-menu-item  a{
	color: #fff;
	font-weight: bold;
}
.footer .menu a{
	font-weight: normal;
}
.footer .copyright{
	margin-top: 10px;
	display: block;
}
/* Formulare */
fieldset .ufo-cell-left{
	width: 200px !important;
}
fieldset.last{
	padding-top: 1px !important;
}
fieldset{
	padding-bottom: 25px;
}

fieldset.kontakt, fieldset.beratungstermin{
	margin: 0;
	padding: 25px;
	background-color: #e9e9e9;
}
fieldset legend{
	float: left;
	font-size: 1.2em;
	text-transform: uppercase;
	width: 100%;
}
fieldset input[type=text]{
	width: 350px;
	padding: 7px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
}
fieldset label{
	font-weight: 300;
}
.schadenMelden .ufo-form{
	width: 75%;
	margin: auto;
}
.schadenMelden input, .schadenMelden select, .schadenMelden textarea{
	width: 400px !important;
	box-sizing: border-box;
} 
textarea{
	display: block;
	width: 100%;
	height: 150px;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
}
.sidebar{
	padding-top: 48px;
}
/* SideFormular */
.sideForm{
	position: absolute;
	top: 30%;
	right: 0;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	padding: 18px 30px 3px 22px;
	z-index: 0;
	display: none;
}
.sideForm .row{
	margin: 0;
	display: block;
	margin-bottom: 15px;
}

.sideForm label{
	width: 70px;
}
.sideForm legend{
	text-transform: uppercase;
	font-size: 0.8em;
	width: 125px;
	display: inline-block;
	margin-top: 10px;
}
.sideForm.active legend{
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.8em;
}

.sideForm {
    top: 20%;
    width: 230px;
}

.sideForm.loading {
    background-color: rgba(255, 255, 255, 0.95);
}

.sideForm .icon-caret-left {
    cursor: pointer;
}

.sideForm .icon-caret-left:before {
	float: right;
    font-size: 80px;
    color: #555;
    margin: -15px 0;
    line-height: 100%;
}

.sideForm:hover .icon-caret-left:before {
    color: #892236;
}

.sideForm.active .icon-caret-left:before {
    content: "\f0da";
    font-size: 40px;
    margin-top: -30px;
    right: 10px;
    position: absolute;
    top: 200px;
}

.sideForm.active {
    padding-right: 35px;
}

.sideForm legend {
    margin-bottom: 0;
    border-bottom: none;
    cursor: pointer;
}



.sideForm.loading legend {
    visibility: hidden;
}

.sideForm.loading legend:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2013/08/ajax-loader.gif');
    left: 0;
    top: 0;
    visibility: visible;
    background-position: center center;
    background-repeat: no-repeat;
}

.sideForm input[type="text"] {
    width: 100%;
}

.sideForm .toggle {
    height: 0;
    width: 100%;
    overflow: hidden;
}

.sideForm.active .toggle {
    height: 350px;
}

.picker {
    width: 273px;
    display: none;
}
.picker.picker--focused {
    display: block;
}
.picker--time .picker__holder {
    max-height: 15em;
}
.picker__nav--prev, .picker__nav--next {
    height: 2em;
}
.picker__footer, .picker--time .picker__button--clear {
    display: none;
}
.picker__list {
    padding: 0;
}

.picker__input.form-control[readonly] {
    cursor: default;
    background-color: #fff;
}

.success_text {
    color: green;
}
.error_text {
    color: red;
}
body.search-results .results h3{
	margin-top: 0;
	margin-bottom: 35px;
}
body.search-results .results h5{
	font-size: 1.2em;
	border: 0 solid #ccc;
	border-bottom-width: 1px;
}

@media (max-width: 992px){
	.header *, .footer *{
		float: none !important;
		text-align: center;
	}
	.header .form-search{
		margin: 20px auto;
	}
	.header{
		text-align: center;
	}
	.header .row{background-image:  none;}
	#banner{position: absolute; top: 0; left: 0; opacity: 0.4;}
	.content {background-color: #fff; padding-top: 25px;}
	.content .col-lg-4,.content .col-lg-3 {
		margin-bottom: 35px;
	}
	.sideForm {
		display: none;
	}
	.sideForm.shortcode{
		display: inline-block;
	}
}

.navigation ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	background-color: #fff;
	min-width: 100%;
	width: auto;
	display: none;
	z-index: 100;
}
.navigation ul ul ul {
top: 0;
left: 100%;
}
.navigation ul > li:hover > ul {
	display: block;
}
.header .navigation ul ul li {
	padding: 15px;
	height: auto;
	display: block;
}
.header .navigation li.submenu-columns .sub-menu .sub-menu li {
padding: 15px 0;
}
.header .navigation .menu > li.submenu-columns > .sub-menu > li > a {
font-weight: bold;
}
.header .navigation li{
	display: inline-block;
	padding: 23px 20px;
	list-style-type: none;
	height: 9px;
	position: relative;
}

input[type=radio] { 
	width: 25px;
}

/*
body.activeCallback {
  padding-top: 311px !important;
}
*/

body.activeCallback #callback-container {
  height: 175px;
}

body.activeNewsletter #newsletter-container {
  height: 175px;
}

#callback-container,
#newsletter-container {
  background: #927212 url(img/bg_pattern2.png) repeat 0 0;
  color: #ffffff;
  overflow: hidden;
  height: 0;
  position: fixed;
	width: 100%;
	z-index: 10;
  
  transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
 	box-sizing: border-box;
}

#callback-container:before,
#newsletter-container:before {
  content: '';
  background: url(img/bg_head_shadow.png) no-repeat center top;
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 20px;
  left: 0px;
  z-index: 999;
  -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#callback-container .span6,
#newsletter-container .span6 {
  height: 150px;
  line-height: 140%;
  padding: 20px 0;
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.05em;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

#callback-container .form_field,
#newsletter-container .form_field {
  width: 230px;
    font-size: 13px;
	margin-top: 6px;
}

#callback-container .form_textarea,
#newsletter-container .form_textarea {
  background-color: #ffffff;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  
  height: 110px;
  width: 270px;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#callback-container .form_submit,
#newsletter-container .form_submit {
  background-color: #ffffff;
  border: 1px solid #CCC;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  width: 270px;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
}

#callback-container .form_submit:hover,
#newsletter-container .form_submit:hover {
  background: #3CA2F3;
  border-color: #1e5785;
  color: #ffffff;
	text-shadow: 1px 1px 0px #333;
}

#callback-container #callback_form,
#newsletter-container #newsletter_form {
  padding-top: 10px;
}

body.activeCallback #callback-toggle, body.activeCallback .header,
body.activeNewsletter #newsletter-toggle, body.activeNewsletter .header,
body.activeCallback #newsletter-toggle, body.activeNewsletter #callback-toggle {
  top: 175px;
}

body { position: relative; }

#callback-toggle,
#newsletter-toggle {
  position: fixed;
  left: 70%;
  top: 0;
  z-index: 15;
  display: block;
  background: #927212;
  color: #ffffff;
  padding: 5px 10px 10px;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  
  
  transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
}

#callback-toggle:hover,
#newsletter-toggle:hover {
  background: #927212;
color: #fff;
}

#callback-toggle .ico,
#newsletter-toggle .ico {
  color: #ffffff;
}

#callback-toggle.phone {
	left: 55%;
}

.header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	top: 0;
  transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;

}

#newsletter-toggle {
left: 77%;
background-color: #fff;
color: #927212;
}

@media (max-width: 991px) {
	.header {
		position: static;
	}
	#callback-toggle,
#newsletter-toggle {
		position: absolute;
	}
	#callback-container,
#newsletter-container {
		position: relative;
	}
	body.activeCallback #callback-toggle, body.activeCallback .header,
body.activeNewsletter #newsletter-toggle, body.activeNewsletter .header,
body.activeCallback #newsletter-toggle, body.activeNewsletter #callback-toggle {
		top: auto;
	}
	body.activeCallback #callback-container,
body.activeNewsletter #newsletter-container {
		height: auto;
	}
	.wrapper {
		padding-top: 0;
	}
}
