/*
Allgemein

gold dunkel : #94937e
gold hell : #a7a065
blau : #909cae

*/

.container_acc .ce_image {
	margin: 0px;
}

.container_acc {
	padding-top: 50px;
	display: flex;	
	max-width: var(--max_content_width);
	margin: auto;
	margin-left: var(--left_content_margin);
	padding-left: 0px;
	padding-right: 50px;

}

.container_acc_1 {
	display: flex;
	flex-direction: column;	
	align-items: flex-end;
	width: 200px;
	padding-right: 50px;
}

.container_acc_2 {
	width: calc(100% - 200px);
}

.angebot {
	display: block;
	position: absolute!important;
	z-index: 1;
	top: 50px;
	left: 50px;
	margin: 0;
	padding: 0;
}


.angebot a {
	width:250px;
	height:250px;
	background: url(../assets/angebot.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 300;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 0px;
}



.border_bottom {
	border-bottom: 1px dotted #505D7C;	
}
.icon_barrierefreiheit {
	display: flex;
	position: fixed;
	right: 110px;
	top: 79px;
	width: 23px;
	cursor: pointer;
	z-index: 1002;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.smallheader .icon_barrierefreiheit {
	top: 30px;
}

#main .inside .mod_article .fullwidth:not(#main .inside .mod_article:nth-child(2) .fullwidth):not(#main .inside .mod_article:last-child .fullwidth):not(#main .inside .mod_article:first-child .fullwidth):after {
	position: relative;
	display: block;
	content: "  ";
	max-width: 1200px;
	height: 1px;
	*border-bottom: 1px dotted #4f5c7c;
	margin: auto;
	margin-top: 25px;
	padding-bottom: 55px;
}

.no_border .fullwidth:after {
	border-bottom: none !important 
}

.more_padding_bottom .fullwidth:after {
	padding-bottom: 45px !important;
}


/*
#main .inside .mod_article .fullwidth:not(#main .inside .mod_article:nth-child(2) .fullwidth):not(#main .inside .mod_article:last-child .fullwidth):not(#main .inside .mod_article:first-child .fullwidth){
	padding-top: 0px !important;
	padding-bottom: 0px;
}

#main .mod_article:last-of-type .fullwidth:after {
	margin-bottom: 100px !important;
	border-bottom: 0px dotted #4f5c7c !important;
	border-bottom: 0px dotted #00FF00 !important;
	background: #FF0000;
	
}
*/



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

.mod_sitemap li {
	position: relative;
	max-width: 100%;
	list-style: none;
	padding-left: 10px;
}

.mod_sitemap li:before {
	position: absolute;
	top: 9px;
	left: -14px;
	width: 14px;
	height: 14px;
	content: "";
	background: url(../assets/icon_bullet.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	*background-color: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.mod_sitemap li:hover:before,
.mod_sitemap li.active:before {
	 transform: rotate(180deg); 
}

.mod_sitemap .level_2,
.mod_sitemap .level_3 {
	padding-top: 5px;
	padding-bottom: 10px;
}

.mod_sitemap a {
	color: #505D7C !important;
}

.mod_search form {
	padding-bottom: 50px;
}

.mod_search h3 {
	margin-top: 30px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.mod_search p {
	padding: 0px !important;
	margin: 0px !important;
}

.mod_search input {
	max-width: 450px;
	margin-bottom: 10px;
}

.mod_sitemap a {
	text-decoration: none !important
}

/*
.ce_swiperStart {
	padding-left: 30px;
}
*/
.ce_swiperStart .mod_newslist {
	padding-bottom: 40px;
	padding-top: 30px;
}

.swiper-pagination {
	position: relative;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
.swiper-pagination-bullet-active {
	background: var(--body_font_color);
}



/************* ÜBERSICHT STARTSEITE ************/

.overview .rs-columns {
	padding-left: 0px;
}

.overview .rs-column {
	
	margin-right: 2%;
	width: 30%;
}

.overview .rs-column:last-of-type {
	margin-right: 0px;
}

.overview {
	padding-bottom: 0px !important;
}


.overview ul {
	margin: 0;
}

.overview li {
	position: relative;
	font-size: 18px;
	line-height: 27px;
	list-style: none;
	margin-left: 10px;
}

.overview li:before {
	position: absolute;
	top: 9px;
	left: -25px;
	width: 12px;
	height: 11px;
	content: "";
	background: url(../assets/icon_bullet.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	*background-color: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.overview li:hover:before,
.overview li.active:before {
	 transform: rotate(180deg); 
}


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


.bg_bottom {
	background-position: bottom;
}

.trenner {
	margin-top: 30px !important;
	padding-top: 30px !important;
	border-top: 0px dotted #4f5c7c !important
}

img {
	border-radius: var(--image_border_radius);
}

.ce_image {
	max-width: var(--max_content_width);
	margin: 15px auto;
}


.max_content_width {
	max-width: var(--max_content_width);
	margin: 15px auto;
}

#main .mod_article:nth-child(1) h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#partnerlogos {
	-webkit-box-shadow: 0px -2px 9px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 9px -3px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 9px -3px rgba(0,0,0,0.75);
	z-index: 50;
	background: #FFFFFF;
	position: relative;
	display: none;
}
#partnerlogos .inside {
	
	max-width: var(--max_content_width);
	padding-left: var(--max_content_width_horizontal_padding);
	padding-right: var(--max_content_width_horizontal_padding);
	
	margin: auto;
	height: auto;
	display: block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.partnerlogos {
	display: flex;
	justify-content: space-around;
	background: #FFFFFF;
}


#main {
	*padding-bottom: 100px;
}

.auflistung.teaser .ce_text {
	padding-bottom: 50px;
	max-width: 1200px;
	margin: auto;
}

html ,body {
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.blauer_balken {
	margin-top: 50px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	background: #164a89;
	font-size: 29px;
	line-height: 37px;
	background:url(../assets/logoring_20.png) #164a89;
	background-position: center;
	background-size: cover;
}

.blauer_balken a {
	color: #e3d9a5 !important;
}
.blauer_balken a:hover {
	color: #ffffff !important;
}

.block_1000px {
	max-width: 1000px;
	margin: auto;
}


#main .mod_article {
	*padding-bottom: 75px;
}

.rs-column {
	margin-top: 2%;
}



#main .welcomeblock .ce_text,
#main .blauer_balken .ce_text,
#main .cardsquer .ce_text,
#cards .ce_text {
	padding-bottom: 0px;
}

/*
@media only screen and (max-width: 1450px) {
	.max_width_smaller {
		max-width: 1280px !important;
		max-width: initial !important
	}
	.fullwidth {
		padding-left: 50px;
		padding-right: 50px;
	}
}
*/

.ce_textimageblock {
	display: flex;
}


.ce_textimageblock .textblock {
	position: relative;
	right: 0px;
	top: 30px;
	width: 50%;
	float: right;
	padding-bottom: 80px;
}

.ce_textimageblock .textblock.left .inside {
	float: right;
}



.ce_textimageblock .textblock .inside {
	max-width: 800px;
	padding: 10% 10% 10% 0%;
}

.padding_10_30_10_10 .textblock .inside {
	padding: 10% 30% 10% 10%;
}

.ce_textimageblock .headline {
	background: none;
	padding-bottom: 0px;
	padding-top: 0px;
}

.ce_textimageblock .headline h2,
.ce_textimageblock .headline h3
{
	text-align: left;
}

.ce_textimageblock .imageblock {
	position: relative;
	width: 50%;
	*border-bottom: 5px solid #cfc399;
}

.imagepadding30 .ce_textimageblock .imageblock {
	background-position: 30% !important
}

.ce_textimageblock .imageblock {
	background-position: center center !important;
}

.bg_pos_left_30 .ce_textimageblock .imageblock {
	background-position: 30% center !important;
}






.fontsize_smaller {
	font-size: 20px;
	line-height: 28px;
}


.welcomeblock {
	padding-bottom: 100px !important;
}

.welcomeblock .ce_text:nth-child(2){
	position: relative;
	*max-width: 960px;
	font-size: 22px;
	line-height: 35px;
}

.welcomeblock li {
	font-size: 22px;
	line-height: 35px;
}

.max_width_840px {
	display: block;
	position: relative;
	max-width: 840px;
	margin: auto;
}

.max_width_80 {
	position: relative;
	max-width: 80%;
	margin: auto;
}

.max_width_smaller {
	max-width: 80%;
	margin: auto;
	display: block;
}
.max_width_1000px {
	max-width: 1000px;
	margin: auto;
}
.max_width_1200px {
	max-width: 1200px;
	margin: auto;
}


.ce_text li:not(.mod_navigation .ce_text li) {
	position: relative;
	max-width: 100%;
	list-style: none;
	padding-left: 10px;
}
/*
.ce_text li:before {
	position: absolute;
	top: 9px;
	left: -12px;
	width: 12px;
	height: 11px;
	content: "";
	background: url(../assets/icon_bullet.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	*background-color: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
*/
.ce_text ul ul {
	padding-left: 0px;
}
.ce_text ul ul li:before {
	content: "";
}

.mm_dropdown,
.mm_dropdown .inner {
	z-index: 99 !important;
}
.mm_content  {
	display: flex;
}
.mm_dropdown.mm_5 .column_1 {
	width: 50%;
}
.mm_dropdown.mm_5 {
	width: 650px !important;
	margin-left: -200px;
}

#hero .backgroundpos_left0_top25 .responsive-background-image {
	background-position: 0px 0px !important;
}

#hero .backgroundpos_top .responsive-background-image {
	background-position: center top !important;
}


.mobile_content {
	display: none !important;
}

.max_width_83 {
	max-width: 83%;
}

a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.2s ease;
}
a:not(.mod_navigation a):not(#megamenu a):not(.buttonlink a):not(h3 a):not(.more a):not(.mobile_menu li a):not(#footer li a):not(.externerlink a):not(a#backToTop):not(.bt_close a):not(#barrierefrei_container a) {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 3px;
}
.mod_navigation a {
	text-decoration: none;
}

a:hover {
	color: #f0f1da !important;
}

.backbutton {
	text-align: center;
	width: 100px;
	font-size: 12pt;
	background: #e2e2e2;
	color: #000000;
	margin: auto;
	margin-top: 100px;
}

#backToTop {
	display: none;
	line-height: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100 !important;
	height: 20px;
	width: 20px;
	padding: 5px;
}

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

#container {
	margin-top: -125px;
	z-index: 20;
		-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.2s ease;
}

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

.nohero.noheader #container {
	margin-top: 20px;
}


#container .mod_article .fullwidth {
	*padding-top: 80px;
	*padding-bottom: 80px;
	*padding-left: 50px;
	*padding-right: 50px;
}

#container .mod_article .fullwidth.-sonk_startblock_bg_image {
	padding-left: 0px;
	padding-right: 0px;
}

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

#cards {
	font-size: 12pt;
	line-height: 20pt;
	font-weight: normal;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.2s ease;
	
}

.card.quer {
	display: flex;
	margin-bottom: 70px;
}

.card .image_container {
	position: relative;	
	z-index: 9;	
}

.card.quer .image_container {
	width: 40%;
	margin-right: 80px;
	overflow: hidden;
	
}

.card .text_container {
	position: relative;
	background: #f2f2ea;
	z-index:10;
	padding-top: 20px;
}

.card.quer .text_container {
	width: 60%;
}

.card img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.2s ease;
}

.card:hover img {
	transform: scale(1.15);
}

#cards a,
.cardsquer a{
	color: inherit;
}

#cards a:hover,
.cardsquer a:hover {
	color: inherit !important;
}
#cards h3 {
	color: inherit;
	margin: 0 40px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	padding-top: 20px;
}


#cards p {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	color: initial;
}
#cards h3:before {
	content: "";
	display: inline-block;
	position: relative;
	top: calc(-0.1 * 1em);
	vertical-align: middle;
	height: calc(4px + 0.7em);
	margin-right: calc(5px + 0.2em);
	border-left: calc(5px + 0.1em) solid #e5e5e5;
}

#cards .ce_text {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.2s ease;
}
#cards .ce_text:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.20);
}
#cards img {
	border-radius: 5px 5px 0 0;
}
#cards .rs-column {
	margin-right: 3.5%
}
#cards .rs-column.-large-last {
	margin-right:-5px
}
#cards .rs-column.-large-col-3-1 {
	width: 31%;
}

#cards.ueberuns  h3:before {
	border-left: 0px solid #e5e5e5;
	margin-right: 0;
}


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

#ImageFullWidth .fullwidth {
	height: 400px;
	width: 100%;
	background: url(../images/_all/Spandl-054.jpg);
	background-size: cover;
	background-position: center;
}

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

#Leistungen {
	display: flex;
	justify-content: center;
	background-color: #69A832
}




/*************************************/
.bild_rechts_60 {
	float: right;
	width: 60%;
}



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

.referenzen h1 {
	color: #FFFFFF;
	
}

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

#Kacheln {
	position: relative;
	font-size: 18pt;
	line-height: 20pt;
	font-weight: 500;
}

#Kacheln .cardborder {
	border: 2px solid #e3d9a5;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
}

#Kacheln a {
	color: #000000;
}

#Kacheln .card {
	position: relative;
	*border: 2px solid #e3d9a5;
}

#Kacheln .card .image_container {
	position: relative;	
	z-index: 1 !important;
}
#Kacheln .card .text_container {
	position: relative;
	background: #eeeeee;
	padding-top: 15px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 4;
}

.kachel img:hover {
	transform: scale(1.15);
}

#Kacheln .ce_text {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.2s ease;
}

#Kacheln .rs-column {
	margin-right: 3.5%;
	margin-top: 3.5%;
}
#Kacheln .rs-column.-large-last {
	margin-right:-5px
}
#Kacheln .rs-column.-large-col-3-1 {
	width: 31%;
}


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



/*************************************/
/*
.ce_headline:not(#megamenu .ce_headline) {
	max-width: var(--max_content_width);
	margin: 15px auto;
}
*/

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



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

.mod_newslist {
	max-width: var(--max_content_width);
	margin: 15px auto;
}

.news .mod_newslist {
	max-width: var(--news_content_width) !important;
}

.mod_newslist a {
	color: inherit;
}
.mod_newslist h3 {
	font-size: 20px;
	line-height: 27px;
	margin: 0;
	padding: 10px 0px;
	color: #505D7C !important;
}

.mod_newslist h3 a:hover {
	color: #505D7C !important;
}

.mod_newslist .newslist {
	display: flex;
	flex-direction: row;
}

.mod_newslist .textbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 320px;
}

.news .mod_newslist .textbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 275px;
}


/*
.layout_latest {
	width: 21%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #f2f2ea;
	padding: 0px;
	border-radius:  0px  0px var(--image_border_radius) var(--image_border_radius);
}
*/

.layout_latest {
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #f2f2ea;
	padding: 0px;
	border-radius: var(--image_border_radius);
	border: 2px solid #f2f2ea;
	height: 550px;
}

.layout_latest figure {
	padding-bottom: 10px !important;
}

.layout_latest img {
		border-radius: var(--image_border_radius) var(--image_border_radius) 0px  0px  ;
}

.layout_latest .ce_text {
	text-overflow: ellipsis;
	 display: -webkit-box;
 	 -webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
}

.mod_newslist .more {
	display: inline-block;
	color: #505D7C;
	font-size: 15px;
	margin-left: 20px;
	position: relative;
	padding-left: 20px;
	border-radius: 5px;
	padding-right: 10px;
}

.mod_newslist .more a:before {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 50px;
	height: 10px;
	content: "";
	background-color: #f2f2ea;
	background: url(../assets/icon_externerlink.svg);
	background-position: cover;
	background-repeat: no-repeat;
}

.mod_newsreader {
	max-width: var(--max_content_width);
	margin: auto;
}

.mod_newsreader .ce_rsce_sonk_text_image_box {
	padding-top: 0px;
}

.mod_newsreader h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80%;
}

.mod_newsreader .ce_gallery,
.mod_newsreader .ce_image,
.mod_newsreader .ce_rsce_sonk_multi_images:not(.ce_gallery .ce_rsce_sonk_multi_images){
	padding-left: 30px;
}

.mod_newsreader .-sonk_padding_bottom_3 {
	padding-bottom: 30px;
}

.back {
	text-align: center;
	border-top: 1px dotted #999;
	margin-left: 30px;
	margin-top: 40px;
}
.back a {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	padding: 5px 20px;
	padding-left: 30px;
	color: var(--logo_background);
	background: #FFFFFF;
	border-radius: 5px;
	font-weight: 500;
}

.back a:hover {
	color: #505D7C !important;
}

.back a:before {
	position: absolute;
	top: 14px;
	left: 5px;
	width: 15px;
	height: 20px;
	content: "";
	background: url(../assets/icon_externerlink.svg);
	background-position: cover;
	background-repeat: no-repeat;
}


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

.no_arrows .slider-control .slider-prev,
.no_arrows .slider-control .slider-next {
	display: none;
}

a.slider-prev,
a.slider-next {
	color: #FFFFFF;
	font-size: 18pt;
	border: 0px solid rgba(255,255,255,0.5);
	border-radius: 46px;
	padding: 13px 20px;
	background: rgba(255,255,255,0.5);
	margin-top: -30%;
}

a.slider-next {
	transform: rotate(180deg);
}

a.slider-prev {
	margin-left: 20px;
}

a.slider-next {
	margin-right: 20px;
	float: right;
}

.slider-control .slider-menu {
	font-size: 40px;

}
.slider-control .slider-menu b {
	margin: 8px;
	display: none;
}

.slider-control .slider-menu b.active {
	color: #e3d9a5;
}

.slider-control {
	overflow: visible;
}

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

.contao-cookiebar .cc-inner {
	max-width: 400px;
	*background: #BFA684;
}

.cookiebar_default p ,
.cookiebar_default a {
	*color: #FFFFFF !important
}

label {
	color: #4F6444;
	font-size: 15px;
}

form button, input[type=submit], .button {
	background: #505D7C;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px;
	font-weight: normal;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input:not([type]), textarea {
	font-size: 16px;
	line-height: 23px;
}

.no_margin_headlines h3,
.no_margin_headlines h4,
.no_margin_headlines h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.no_margin_top h5 {
	margin-top: 0px;
}

html, body{
  height:100%
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin:auto;
	}
	

:focus {
  outline: 0px;
}

.mod_newslist .headlines {
	display: flex;
}

.mod_newslist h3,
.mod_newslist h4,
.mod_newslist h5 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #505D7C !important;
	font-size: 18px !important;
}

.mod_newslist .layout_latest .ce_text,
.mod_newslist .layout_latest h3 {
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}

.mod_newslist .layout_latest .ce_text {
	font-size: 17px;
	line-height: 23px;
	padding-bottom: 0px !important;
}

.mod_newslist .layout_latest .inside {
	max-width: 1024px;
	position: relative;
	margin: auto;
}

.image_container.float_right {
	padding-left: 50px;
}
.image_container.float_left {
	padding-right: 50px;
}


ul {
	padding-left: 20px;
}

figure, img {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	display: block;
	vertical-align: bottom;
	width: auto;
}

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

.mobile_menu_icon {
	position: fixed;
	right: 34px;
	top: 34px;
	background: url(../assets/mmenu_white.svg);
	width: 40px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 1002;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mmenu_black {
	background: url(../assets/mmenu_black.svg);
	width: 40px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.mmenu_white {
	background: url(../assets/mmenu_white.svg);
	width: 40px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.smallheader .mobile_menu_icon {
	top: 32px;
}

.bt_close {
	position: absolute;
	left: 290px;
	top: 50px;
	border: 1px solid #999;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bt_close a {
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 0px;
	padding-bottom: 5px;
	border-bottom: 0;
}

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

.mobile_menu_overlay {
	z-index: 49;	
}
.mobile_menu {
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	color: #000000 !important;
	z-index: 50;
}
.mobile_menu .mod_navigation {
	overflow: visible;
}
.mobile_menu .inner {
	background: #FFFFFF;
}

.mobile_menu .container {
	padding-top: 120px;
	width: 100%;
	max-width: 375px;
	margin: auto;
	padding-left: 0px;
	margin-left: var(--left_content_margin);
}

.mobile_menu li {
	font-size: 20px;
	text-transform: uppercase;
	list-style: none;
	padding-bottom: 5px;
}

.mobile_menu ul.level_1 {
	padding-left: 0px;
	overflow: visible;
}

.mobile_menu .buchen,
.mobile_menu .anfragen {
	display: inline-block;
	margin-right: 5px;
}

.mobile_menu .buchen a,
.mobile_menu .buchen strong {
	background: #94937e;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	display: inline-block;
	margin-left: -5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.mobile_menu .anfragen a,
.mobile_menu .anfragen strong {
	background: #909cae;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	display: inline-block;
	margin-left: -5px;
	margin-bottom: 15px;
		border-radius: 4px;
}

.mobile_menu ul.level_2 {
	padding-left: 0px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.mobile_menu h3 {
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px
}


.mobile_menu .schnellsuche {
	margin-top: 15px;
	padding-top: 0px;
	margin-bottom: 25px;
	*border-top: 1px dotted #000;
}

.mobile_menu .schnellsuche h3 {
	padding-bottom: 20px;
}

.mobile_menu .bt_close {
	display: none;
}
.mobile_menu_open #header {
	box-shadow: 0 0 15px -5px #8D9A9A;
	background: #FFFFFF !important;
}

.mobile_menu_open #header .mod_navigation li, 
.mobile_menu_open #header .mod_customnav li, 
.mobile_menu_open #header_small .mod_customnav li {
	color: #000000!important;
}

.mobile_menu_open .mobile_menu_icon {
	background: url(../assets/mmenu_black.svg)!important;
	width: 40px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.startseite.mobile_menu_open #header .logo {
	display: block;
	padding-top: 20px;
}


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

#header .mod_navigation,
#header .mod_customnav,
#header_small .mod_customnav {
	position: relative;
	top: 0px;
	font-weight:600;
	text-transform:none;
	letter-spacing:0em;
	line-height:1.7em;
	font-style: normal;
	font-size: 25px;
	*text-transform: uppercase;
	width: auto;
	display: flex;
	justify-content: left;
	left: calc(100vw - 840px);
	/*
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	*/
}

#header .mm_dropdown .mod_navigation {
	left: 0px !important;
	top: 0px !important;
}

#header .mod_navigation li,
#header .mod_customnav li {
	display: inline;
	margin-left: 25px;
	list-style-type: none;
	color: #565656;
	position: relative;
	z-index: 12;
	text-transform: uppercase;
}
/*
#header .mod_navigation li.last a,
#header .mod_customnav li.last a {
	background: #94937e;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
*/
#header .mod_navigation li.active ,
#header .mod_customnav li.active ,
#header .mod_navigation li.trail a {
	color: var(--color_menu_active) !important;
	
}

#header .mod_navigation li {
	list-style: none;
	position: relative;
  	padding-left: 0;
  	transition: all 0.3s ease;
	display: inline-flex;
	overflow: hidden;
}

/*
#header .mod_navigation li:before {
  content: "●";
  position: absolute;
  top: 0px;
  left: -15px;
  opacity: 1;
  display: block;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  color: #505D7C
}

#header .mod_navigation li:hover,
#header .mod_navigation li.active,
#header .mod_navigation li.trail {
  transform: translateX(5px);
  overflow: visible;
}

#header .mod_navigation li:hover:before,
#header .mod_navigation li.active:before,
#header .mod_navigation li.trail:before {
  color: #FFFFFF;
  transform: translateX(0);
}
*/

#header .mod_navigation strong {
	font-weight: 600;
}

#header .mod_navigation li a,
#header .mod_customnav li a,
#header_small .mod_customnav li a{
	color: inherit;
}

#header .mod_navigation,
#header .mod_customnav {
	overflow: visible;
}

#header .mm_dropdown .mod_navigation li  {
	color: #505D7C !important;
}

.mod_navigation li.mm_container .mm_dropdown>.inner {
	background: #e3d9a5;;
	background: #FFFFFF;
	border: none;
	margin-top: 30px;
	color: #505D7C !important;

}
.mod_navigation li.mm_container .mm_dropdown {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin-top: -15px;
	width: 450px;
}

#header .mod_navigation {
	display: flex;

}

.anfragen #header .mod_navigation {
	top: 25px;
}

#header .mod_navigation .nomenu {
	display: none;
}

#header .mod_navigation .icons {
	padding-left: 50px;
	display: flex;
	*height: 25px;
	margin-top: 17px;
}

#header .mod_navigation .icons * {
	*padding-right: 17px;
	*height: 20px;
	height: 27px;
	*width: 30px;
	float: left;
}


#header .mod_navigation .buchen a,
#header .mod_navigation .buchen strong {
	background: #94937e;
	padding: 0px 10px;
	border-radius: 4px;
	color: #FFFFFF;
}


#header .mod_navigation .icons a {
	color: #FFFFFF;
	font-weight: 400;
}


.mm_dropdown>.inner {
	-webkit-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.12); 
	box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.12);
	border-radius: 10px;
}

.mm_dropdown .mod_customnav {
	top: 0px !important;
}
.mm_dropdown ul {
	padding: 0;
}
.mm_dropdown li {
	padding-left: 0px !important;
	display: block !important;
}

.mm_dropdown .mod_customnav {
	float: none !important;
	clear: all !important;
}


.boxShadow {
	box-shadow: 0 0 15px -5px #8D9A9A;
}


#header {
	padding-bottom: 0px;
	height: 160px;
	z-index: 1000;
	top: 0px;
	-webkit-transition: 0.7s all;
	-moz-transition: 0.7s all;
	-ms-transition: 0.7s all;
	-o-transition: 0.7s all;
	transition: 0.7s all;
}

.smallheader #header{
	top: 0px;
}

#header,
#header_small {
	z-index: 100;
	background: #ffffff;
	position: fixed;
	width: 100vw;
}

#header_small {
	-webkit-box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.05); 
	box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.05);
}

#header .inside,
#header_small .inside{
	padding-left: 50px;
	padding-right: 50px;
}

.herologo {
	display: block;
	*position: fixed!important;
	z-index: 1;
	top: calc(50vh - 150px/2);
	left: calc(50vw - 600px/2);
	margin: 0;
	padding: 0;
}


.herologo a {
	width:600px;
	height:150px;
	*background: url(../assets/logo_sonnenbichl_hell.png);
	background: url(../assets/sonnenbichl-logo.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 300;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 0px;
}

.herologo,
#header .logo,
#header_small .logo {
	position: absolute;
	padding-top: 0px;
	width: 400px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}

#header_small .logo {
	
	padding-top: 8px;
}

#header .logo a,
#header_small .logo a {
	margin-top: 23px;
	width: 270px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 300;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}	
	
#header_small .logo a {
	width:190px;
	height:70px;
}	
	
#header_small {
	width: 100%;
	height: 78px;
	position: fixed;
	top: -120px;
	left: 0px;
	border-top: 5px solid #e3d9a5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



#topbar {
	background: #e3d9a5;
	height: auto;
	font-size: 15px;
	line-height: 29px;
	color: #565656;
	text-align: left;
	font-weight: bold;
	padding-left: 115px;
	display: block;
}

#topbar a {
	color: inherit;
}
#topbar a:hover {
	color: #333333 !important;
}
#topbar .inside {
	padding-left: 50px;
	padding-right: 50px;
}

#topbar ul {
	margin-top: 2px;
	margin-bottom: 0px;
}
#topbar li {
	margin-right: 30px;
	display: inline-block;
	list-style: none;
}

#topbar li:last-child {
	margin-right: 0px;
}

	
.mod_article {
	position: relative;
}	

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

#footer {
	background: #ffffff;
	position: relative;
	display: block !important;
	color: #000000;
	font-size: 15px;
	line-height: 26px;
	height: 100%;
	padding-bottom: 40px;
	padding-top: 50px;
	margin-top: 100px;
	z-index: 1;
}

#footer h2 {
	color: #000000;
	font-size: 30px;
	margin-bottom: 15px;
}

#footer ul {
	padding-left: 0;
	margin-left: 0;
}

#footer li{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	list-style: none;
	//margin-left: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
/*
#footer li:before {
	position: absolute;
	top: 9px;
	left: -7px;
	width: 10px;
	height: 10px;
	content: "";
	background: url(../assets/icon_bullet_footer.svg);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	*background-color: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
*/
/*
#footer li:hover:before,
#footer li:active:before,
.overview li.active:before {
	 transform: rotate(180deg); 
}
*/
.startseite #footer{
	*display: none!important;
}

#footer .inside {
	max-width: 1300px;
	*padding-left: var(--max_content_width_horizontal_padding);
	*padding-right: var(--max_content_width_horizontal_padding);
	*margin: auto;
	margin-left: var(--left_content_margin);
	padding-top: 5px;
	padding-bottom: 15px;
}

.footer_logo_subline {
	font-size: 20px;
	padding-top: 20px;
	padding-left: 10px;
}

#footer .rs-columns {
	
}

.logo_padding figure {
	padding-top: 18px;
}

.logo_padding p {
	margin-top: 8px;
}

#footer .rs-column.-large-col-4-1:nth-child(1) {
	width: 220px;
	margin-right: 6%;
}
#footer .rs-column.-large-col-4-1:nth-child(2) {
	padding-top: 25px;
	width: 20%;
	margin-right: 4%;
}
#footer .rs-column.-large-col-4-1:nth-child(3) {
	padding-top: 25px;
	width: 12%;
	margin-right: 4%;	
}
#footer .rs-column.-large-col-4-1:nth-child(4) {
	padding-top: 25px;
	margin-right: 0%;
	width: calc(100% - 220px - 46%)
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #80bde4 !important;
}



#footer h3,
#footer h4 {
	color: #000000;
	padding:0;
	margin:0;
	border-bottom: 1px solid #ffffff;
	font-size: 17px;
}


.cookiebar {
	width: 330px;
	min-height: auto;
	right: 20px;
	bottom: 20px;
	left: auto;
	padding: 30px;
	background-color: #262630;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #55555d
}
.cookiebar .button_invers .ce_button a {
	padding:7px 37px 7px 37px;	
	width: 270px;
	max-width: 100%;
}

.cookiebar__message, .cookiebar__text {
	margin-right: initial;
	text-align: left;
}

.cookiebar__message a {
	text-decoration: underline;
}

.cookiebar .cookie_close {
	cursor: pointer;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 15px;
	height: 15px;
	background:url(../assets/Schliessen-X-weiss.svg)
}

.cookiebar .button_invers .ce_button a:after {
	content: "";
	background: none;
	width: 0px;
	height: 0px;
	margin-left: 0px;
}




