:root {
	
	/* VERSION 3 */

	--body_font_color_v3: #6a5a3d;
	--headlines_color_v3: #6a5a3d;
	
	--mainmenu_color_v3: #6a5a3d;
	--main_navigation_left_v3: 600px;	
   	
 	--header_background_v3: rgba(235,234,229,0.85);
	--header_background_size_v3: auto 125px;
	--header_background_position_v3: center;
	--header_background_repeat_v3: no-repeat;
	--header_height_v3: 120px ;
	
	--hero_textblock_background_v3: rgba(255, 255, 255, 0.86);
	
	--hero_v1_display_v3: none;
	--hero_v2_display_v3: none;
	--hero_v3_display_v3: block;
	--hero_v4_display_v3: none;
	--hero_v5_display_v3: none;
	--hero_v6_display_v3: none;
	
	--v1_display_v3: none;
	--v2_display_v3: none;
	--v3_display_v3: block;
	--v4_display_v3: none;
	--v5_display_v3: none;
	--v6_display_v3: none;
	
	--hero_height_v3 :90vw;

	--color_h2_biggerpart_b1_v3: #3f5858;
	--color_h2_biggerpart_b2_v3: #3f5858;
	--color_h2_biggerpart_b3_v3: #3f5858;
	
	--hero_image_width_v3: 100vw;
	--hero_image_margin_left_v3: 0px;
	
	--content-margin-top_v3: 0px;
	--main_navigation_left_v3: 700px;
	
	--second_block_background_v3: #3f5858;
	--second_block_text_color_v3: #ffffff;
	--second_block_headline_color_v3: #FFFFFF;

	--third_block_background_v3: #899c9c;
	--third_block_text_color_v3: #ffffff;
	--third_block_headline_color_v3: #ffffff;
	
	--container_before_background_v3: rgba(0,0,0,0);
	--container_background_v3: #FFFFFF;
	--container_padding_top_v3: 0px;
	
	--logo_url_v3: url(../assets/logo_sonnenbichl_ohne_claim_dunkel.png);
	--logo_margin_left_v3: 0px;
	--logo_margin_top_v3: -20px;

	--logo_background_v3: rgba(255,255,255,0);
	--logo_width_v3: 570px;
	--logo_height_v3: 120px;
	--logo_padding_left_v3:50px;
	--logo_left_v3: 0px;
}

.v3 #header {
	background-color: rgba(0,0,0,0.85);
}


.startseite.v3 #header {
	background-color: rgba(0,0,0,0);
}


.v3 #header .logo {
	display: none;
}

.v3.startseite #hero,
.v3.startseite #hero .responsive-background-image {
	height: 100vh!important;
	max-height: 100vh!important;	
}

.v3 .textslides {
	display: none;
}


.v3 #container {
	margin-top: 0px;
}

.v3 a:hover {
	color: #555555 !important
}


.v3 #megamenu .buttonlink a:hover,
.v3 .ce_hyperlink a:hover{
	color: #555555 !important
}

.v3 #header {
	background-color: rgba(235,234,229,1);
}

.startseite.v3 #header {
	background-color: rgba(235,234,229,0);
}

.v3 #header .logo {
	display: none;
}
.v3.startseite #hero,
.v3.startseite #hero .responsive-background-image {
	height: 100vh!important;
	max-height: 100vh!important;	
}
.v3 .textslides {
	display: none;
}

.v3 #container {
	margin-top: 0px;
}

.v3 a:hover {
	color: #999999 !important
}
.v3 .buttonlink a:hover,
.v3 #megamenu .buttonlink a:hover,
.v3 .ce_hyperlink a:hover{
	color: #999999 !important
}
.v3 div.buttonlink a {
	margin-top: 20px;
	padding: 5px 20px;
	padding-left: 20px;
	color: #6a5a3d;
	background: rgba(235,234,229,1);
	font-weight: 400;
	border-radius: 5px;
}


.v3 div.buttonlink a:before {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 20px;
	height: 30px;
	content: "";
	background: none;
	background-position: cover;
	background-repeat: no-repeat;
}