:root {

	/* VERSION 4 */

	--body_font_color_v4: #5c7474;
	--headlines_color_v4: #5c7474;
	
	--mainmenu_color_v4: #5c7474;
	--main_navigation_left_v4: 600px;	
   	
 	--header_background_v4: rgba(255,255,255,1);
	--header_background_size_v4: auto 125px;
	--header_background_position_v4: center;
	--header_background_repeat_v4: no-repeat;
	--header_height_v4: 120px ;
	
	--hero_textblock_background_v4: rgba(255, 255, 255, 0.86);
	
	--hero_v1_display_v4: none;
	--hero_v2_display_v4: none;
	--hero_v3_display_v4: none;
	--hero_v4_display_v4: block;
	--hero_v5_display_v4: none;
	--hero_v6_display_v4: none;
	
	--v1_display_v4: none;
	--v2_display_v4: none;
	--v3_display_v4: none;
	--v4_display_v4: block!important;
	--v5_display_v4: none;
	--v6_display_v4: none;
	
	--hero_height_v4 :90vw;
	
	--color_h2_biggerpart_b1_v4: #000000;
	--color_h2_biggerpart_b2_v4: #000000;
	--color_h2_biggerpart_b3_v4: #000000;
	
	--hero_image_width_v4: 100vw;
	--hero_image_margin_left_v4: 0px;
	
	--content-margin-top_v4: 0px;
	--main_navigation_left_v4: 700px;
	
	--second_block_background_v4: #f7f7f7;
	--second_block_text_color_v4: #000000;
	--second_block_headline_color_v4: #5c7474;

	--third_block_background_v4: #f3f3f3;
	--third_block_text_color_v4: #000000;
	--third_block_headline_color_v4: #5c7474;
	
	--container_before_background_v4: rgba(0,0,0,0);
	--container_background_v4: #FFFFFF;
	--container_padding_top_v4: 0px;
	
	--logo_url_v4: url(../assets/logo_sonnenbichl_ohne_claim_graublau.png);
	--logo_margin_left_v4: 0px;
	--logo_margin_top_v4: -20px;

	--logo_background_v4: rgba(255,255,255,0);
	--logo_width_v4: 570px;
	--logo_height_v4: 120px;
	--logo_padding_left_v4:50px;
	--logo_left_v4: 0px;	
}

/***********************************************/

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

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

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

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

.v4 .textslides {
	display: none;
}


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

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

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

.v4 #header {
	background-color: rgba(255,255,255,1);
}

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

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

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

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


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