/***************************** Allgemein *****************************/
html, body {	
	font-family: 'Lato', sans-serif;
	color: #000000;	
	font-size: 14px; 
	font-weight: 300;
	margin: 0;
	padding: 0; 
	height: 100%;  

} 

img { 
	border: none; 
} 

input,
select,
textarea {
    outline: 0 none;
}

strong {
	font-weight: 900;
}

a { 
	color: #000000;	
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}


/***************************** Content *****************************/
.bg-start {
	background-image: url(../img/bg-sommer-kl.jpg);
	background-repeat: no-repeat;
    background-position: top center; 
	background-size: auto 100% ;
	background-attachment: fixed;
	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  	height: 100%; /* IE soll wie gewünscht interpretieren */
 	overflow: auto !important; /* Firefox Scrollleiste */
}

.bg .linke-spalte {
	background-image: url(../img/bg-sommer.jpg);
	background-repeat: no-repeat;
    background-position: top left; 
	background-size: auto 100% ;
}

.linke-spalte {
	padding: 15px;
	text-align: center;
	color: #FFFFFF;	
	font-weight: 400;
}

.linke-spalte a { 
	color: #FFFFFF;	
	text-decoration: none; 
}

.linke-spalte a:hover { 
	color: #000000;
	text-decoration: none; 
}



.logo {
	padding-bottom: 20px;
}

.logo img {
	width: 150px;
	margin: 0 auto;
	display: block;
}

.headline {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.BtnStyle {
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    font-size: 20px;
    color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	width: 240px;
	margin-bottom: 20px;
}

.BtnStyle:hover {
	border: 1px solid #000000;
	background: rgba(255, 255, 255, 1.0);
	color: #000000;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.informationen {
	padding-bottom: 20px;
}

.informationen a {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 200%;
}

.markenlogo-start img,
.markenlogo img {
	margin: 0 auto;
	display: block;
}

.rechte-spalte {
	padding: 20px 15px; 
}

.rechte-spalte h1 {
	margin: 0 0 15px 0;
    color: #000000;
    font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.kontakt iframe {
	border: none;
	width: 100%;
	height: 430px;
}

#kontaktformular input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%;
}
 
#kontaktformular ::-webkit-input-placeholder { color:#262626; }
#kontaktformular ::-moz-placeholder { color:#262626; } 
#kontaktformular :-ms-input-placeholder { color:#262626; } 
#kontaktformular input:-moz-placeholder { color:#262626; }


#kontaktformular textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%; 
}

#kontaktformular textarea::-webkit-input-placeholder { color:#262626; }
#kontaktformular textarea::-moz-placeholder { color:#262626; } 
#kontaktformular textarea :-ms-input-placeholder { color:#262626; } 
#kontaktformular textarea input:-moz-placeholder { color:#262626; }

#kontaktformular .TextPosition {
    margin: 0 0 10px 0;
}

#kontaktformular .klein {
    font-size: 12px;
	margin: 5px 0;
}

#kontaktformular .BtnStyle {
    margin: 10px auto 0 auto;
	background: #000000;
}

#kontaktformular .BtnStyle:before {
	content: "\f1d8";
	font-family: Font Awesome\ 5 Pro;
	font-size: 16px;
	padding-right: 20px;
	position: relative;
	top: -2px;
}

.ausblenden {
    display: none;
}

.inhalt {
    padding-top: 25px;
	text-align: center;
}

.maps div, 
.maps iframe {
    width: 100% !important;
    height: 320px !important;
}




/***************************** Cookies *****************************/
.cc-window {
	display: block !important;
	color: #FFFFFF !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	text-align: center;
	font-family: inherit !important;
}

.cc-window.cc-invisible {
	display: none !important;
}

.cc-link {
	color: #FFFFFF !important;
	text-decoration: underline !important;
	opacity: 1.0 !important;
	padding: 0 !important;
}

.cc-btn {
	background-color: #7EB51E;
	color: #FFFFFF !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    border: none !important;
}

.cc-banner .cc-btn:last-child {
    max-width: 140px;
    margin: 10px auto 0 auto;
}
