/*
Theme Name: eciec Template
Theme URI: http://vaive.net/
Description: eciec Template
Author: Kamil Michna
Author URI: http://vaive.net
*/

/* ------------------- RESET ------------------- */

html, body, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;padding: 0;
}
html, body {
    height: auto;
}


/* ------------------- KLASSEN ------------------- */

.left {float: left;}
.right {float: right;}

.half {width: 48%;}
.clear {clear: both; float: none;}

.hide {display: none;}

hr {
	border-top: solid 1px #bec0c7;
	border-bottom:0;
	border-left: 0;
	border-right: 0;
	height: 0;
	margin: 20px 0;
}


/* ------------------- FADE ------------------- */

#sidenavi a, #sidenavi a:hover,
.button, .button:hover,
#logo, #logo:hover {
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}




/* ------------------- LINKS ------------------- */

a {text-decoration: none; color: #8991a5;}

#content a {text-decoration: underline;}
#content a:hover {text-decoration: none; color: #242b3c;}



/* ------------------- BODY ------------------- */

body {
	background: #8991a5 url(img/page_bg.png) repeat-x;
	font: 14px Arial, sans-serif;
	color: #464e63;
}

#wrapper {
	float: none;
	width: 100%;
}

#mobile {
	margin: 0 auto;
	height: 1px;
	width: 1000px;
}




/* ------------------- BOX ------------------- */

#main {
	margin: 50px auto;
	width: 1000px;
	background: #fff url(img/box_bg.png) repeat-y;
	display: block;

	-webkit-box-shadow: 0 3px 10px 0 #525a6e;
	-moz-box-shadow: 0 3px 10px 0 #525a6e;
	box-shadow: 0 3px 10px 0 #525a6e;
}




/* ------------------- SIDEBAR ------------------- */

#sidebar {
	width: 270px;
	float: left;
}

#sidebar .section {
	margin-bottom: 40px;
	width: 270px;
	float: left;
}

#logo {
	background: url(img/logo.jpg) no-repeat;
	width: 270px;
	height: 240px;
	float: left;
}

#logo:hover {
	background: url(img/logo_hover.jpg) no-repeat;
}

.infobox {
	padding-left: 50px;
	width: 170px !important;
	float: left;
}

.infobox h5 {
	width: 170px;
	float: left;
	padding: 0 50px 15px 0;
	border-bottom: 1px solid #cbced5;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}

.infobox ul.disks li {
	background: url(img/icon-disk.png) no-repeat 10px center;
	padding: 5px 0 5px 40px;
	list-style: none;
	float: left;
	margin-bottom: 5px;
}

.infobox ul.disks li a:hover {
	text-decoration: underline;
}


/* ------------------- SIDENAVI ------------------- */

#sidenavi li {list-style: none;}

#sidenavi a {
	border-bottom: 1px solid #cbced5;
	padding: 15px 0 15px 50px;
	line-height: 15px;
	width: 170px;
	height: 10px;
	text-transform: uppercase;
	float: left;
	font-size: 16px;
}

#sidenavi li.current-menu-item a {font-weight: bold; color: #242b3c;}

#sidenavi a:hover {color: #242b3c; background: #f4f5f6;}




/* ------------------- TEASER ------------------- */

#teaser {
	width: 450px;
	height: 110px;
	background: url(img/teaser.jpg) no-repeat;
	padding: 40px 230px 50px 50px;
	color: #fff;
	float: left;
}

#teaser h1 {font-size: 70px;}
#teaser h2 {font-size: 24px; font-weight: normal;}



/* ------------------- CONTENT ------------------- */

#content {
	width: 630px;
	float: right;
	padding: 50px;
}

#content h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 30px 0;
}

#content.startpage h3 {margin-top: 0;}

#content h4 {font-size: 16px;}

#content ul.services {
	width: 630px;
	float: left;
	margin-bottom: 45px;
}

#content ul.services li {
	float: left;
	width: 260px;
	padding: 5px 0 5px 30px;
	background: url(img/icon-arrow.png) no-repeat left center;
	list-style: none;
	font-size: 14px;
}


#content ul.services li:nth-child(2n) {margin-left: 50px;}

.features {
	width: 630px;
	float: left;
	margin-top: 55px;
}

.features .left, .features .right {
	width: 290px;
}

#content .block {
	width: 630px;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bec0c7;
}

#content .block.last {border-bottom: 0; padding-bottom: 0;}

#content .block p {margin-bottom: 0; line-height: 20px; }


/* ------------------- CTA ------------------- */

#cta {
	background: #fff;
	width: 630px;
	padding: 10px;
	height: 40px;
	float: left;

	-webkit-box-shadow: 0 3px 10px 0 #d7d9e0;
	-moz-box-shadow: 0 3px 10px 0 #d7d9e0;
	box-shadow: 0 3px 10px 0 #d7d9e0;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content.subpage #cta {
	margin-top: 20px;
}

#content.subpage img {
	border: 1px solid #C5C8D1;
}

#content.subpage img.alignright {
	margin: 0 0 10px 15px;
	float: right;
}

#content.subpage img.alignleft {
	margin: 0 15px 10px 0;
	float: left;
}

#cta .tel {
	height: 20px;
	padding: 5px 0 11px 50px;
	background: url(img/icon-tel.png) no-repeat left center;
	font-size: 24px;
	margin: 0 0 0 5px;
	float: left;
}

.button,
input[type="submit"] {
	background: url(img/button.png) no-repeat;
	width: 260px;
	height: 20px;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 11px 20px 9px 20px;
	text-decoration: none !important;
	font-size: 16px;
}

.button:hover,
input[type="submit"]:hover {
	background: url(img/button_hover.png) no-repeat;
	color: #fff !important;
}




/* ------------------- SUBPAGES ------------------- */

#content.subpage h1 {
	font-size: 38px;
}

#content .entry {
	margin-top: 40px;
}

#content .entry p {
	line-height: 20px;
}

#content .entry ul {
	padding: 25px;
}

#content .entry ul li {
	margin-bottom: 10px;
	list-style: square;
}





/* ------------------- FORMULAR ------------------- */

.anfrageformular {
	background: url(img/form_bg.jpg) no-repeat 390px 30px;
	width: 430px;
	padding: 0 200px 0 0;
	float: left;
}

#content.subpage .anfrageformular img {
	border: none;
}
.anfrageformular .label_formular.fullwidth-label { width: auto; }
.anfrageformular .label_formular .question { float: right; position: relative; }
.anfrageformular .label_formular { text-align: left; }
.anfrageformular .label_formular .question span {
    display: none;
    position: absolute;
    z-index: 999;
    background: #d7e4f8;
    border: 1px solid #3e6097;
    color: #3e6097;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 12px;
    width: auto;
    min-width: 205px;
    top: 0px;
    left: 16px;
}
.anfrageformular .label_formular .question:hover span {
	display: block;
}
.anfrageformular .input_formular {
    float: right;
    display: block;
}
.anfrageformular .select_formular {
    float: right;
    display: block;
    line-height: 16px;
    vertical-align: middle;
}
.anfrageformular input {
	width: 226px;
}
.anfrageformular select {
	width: 236px;

}
.anfrageformular input,
.anfrageformular select,
.anfrageformular textarea {
	padding: 5px;
	border: 1px solid #bec0c7;

	-webkit-box-shadow: inset 0 1px 2px #bec0c7;
	-moz-box-shadow: inset 0 1px 2px #bec0c7;
	box-shadow: inset 0 1px 2px #bec0c7;
}


.anfrageformular select {
	width: 238px;
	color: #212121;
	border: #bec0c7 1px solid;
	vertical-align: middle;
}

.anfrageformular textarea {
	width: 454px;
}

.anfrageformular .row_formular {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.label_formular {width: 220px; float: left;}
.input_formular, .select_formular {width: 200px; float: right;}
.textarea_formular {width: 420px; float: left;}
.formular-bottom {float: none; margin-top: 25px;}
.formular-bottom:after { content: " "; display: table; clear: both; }

.anfrageformular .accept-checkbox { margin-bottom: 25px; }
.anfrageformular .accept-checkbox input { width: auto; position: absolute; left: 0; top: -2px; }
.anfrageformular .accept-checkbox .wpcf7-list-item { position: relative; padding-left: 25px; }

.absenden .button,
.absenden input[type="submit"] {
	border: 0;
	padding: 11px 20px 9px 20px !important;
	cursor: pointer;
	height: 40px;
	width: 300px;
	text-align: left;
}
div.wpcf7-validation-errors {
	color: #d98d00;
	background: #fffbc9;
}
div.wpcf7-mail-sent-ok {
	background: #d7f4cb;
	color: #133903;
}


/* ------------------- FOOTER ------------------- */

#footer {
	width: 100%;
	display: block;
	margin: 20px 0;
}

#footer .inner {
	margin: 0 auto;
	width: 1000px;
	color: #bec0c7;
	padding: 20px 0;
	border-top: 1px solid #bec0c7;
}

#footer a { color: #bec0c7; float: right; margin-left: 20px; }
#footer a:hover {color: #fff;}

#footer li {margin-left: 20px; list-style: none;}

#footer .right {text-align: right;}






/* ------------------- SONSTIGES ------------------- */

#preload {display: none;}

#cookie-notice .cookie-notice-container a.button {
    width: auto;
    height: 18px;
}
#cookie-notice .cookie-notice-container a.button:hover {
    color: #666 !important;
}
@media screen and (max-width: 1080px) {
	#cookie-notice .cookie-notice-container #cn-notice-text {
	    display: block;
	    margin-bottom: 10px;
	    width: 100%;
	}
	#cookie-notice .button.wp-default {
	    margin-bottom: 0;
	}
}
