/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../css/custom.css);

.cont #main {
	margin-top:80px;
}

#logo .custom-logo { background-image: url(../../../../../images/yootheme/logo_turquoise.png); }

li.item101 {display:none;}


#block-main,#block-bottom-c,#block-bottom-d {
	padding: 30px 0 15px 0;
	border-bottom: 1px solid #ffffff;
	background: #FCFCFC;
}

#block-bottom-b,#block-bottom-d,#block-bottom-f {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #ffffff;
	padding: 15px 0;
	background: #F9F9F9;
}

#fixedblock {
	width:100%;
	position:fixed;
	z-index:12;
}


.Chronoform {
	overflow:hidden;
	width: 455px;
	margin-right:20px;
	float:left;
}

.ccms_form_element {float:left;
width:220px;
clear:none;}

.cfdiv_text input {width:200px;}

.cfdiv_textarea {width:455px;}

.cfdiv_textarea textarea {width:422px;}


ul.zoo-list > li {
	padding-left: 20px;
	background: url(../../../../../images/sticks.png) 0px 1px no-repeat transparent;
}

.chronoform {display:none;}

#cookieBanner {
    box-sizing: border-box;
    display: none;
    position: fixed;
    padding: 10px 10px;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #666;
    background: #dfdfdf;
    z-index:99;
}

#cookieConsent {
    display: none;
}

.cookieButton {
    min-width: 60px;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #256D85;
    padding: 5px 10px 5px 10px;
    border: solid #256D85 1px;
    text-decoration: none;
}

.cookieButton:hover {
    background: #256D85;
    color: #dfdfdf;
    text-decoration: none;
}