/*
Allgemein
*/


.block.overflow_visible,
.overflow_visible .block{
	overflow: visible;
}

.max_width_1100 {
	max-width: 1100px;
}

.max_width_900 {
	max-width: 900px;
}

.mod_article.center {
	display: flex;
	justify-content: center;
}


li {
	position: relative;
	display: block;
	padding: 0px 0px 0px 20px;
	list-style: none;
	line-height: 22px;
	margin-bottom: 10px;
}

li:before {
	position: absolute;
	display: block;
	top: 1px;
	left: -5px;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../../files/assets/liststyleimage-sw.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

li.noborder {
	border:none !important
}

.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: rgb(198, 131, 7) !important;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
}

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;
}

p, .formbody {
	margin-left: 20px;
}


.firstBlock .link {
	background:#000000;
	color: #FFFFFF;
	padding: 3px 10px;
	font-weight: normal;
	border-radius: 0px;
	font-weight: 700;
	font-family: "Titillium Web";
}


html, body{
  height:100%
}

#wrapper_left {
	position: fixed;
	width:30vw;
	min-height: 100%;
	background: #000000;
	background: #c4b3a3;
	background: #333333;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

#wrapper_left .inside {
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}
#wrapper {
	position: absolute;
	margin-left: 30vw;
	width:70vw;
	min-height: 100%;
	background: #FFFFFF;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	}

:focus {
  outline: 0px;
}

.rs-columns {
	display: block;
}

.ce_text {
	padding-left: 20px;
	padding-right: 20px;
}

.firstBlock .ce_text {
	overflow: visible !important;
}

.rs-columns .ce_text {
	padding-left: 0px;
	padding-right: 0px;
}

.ce_text.no_padding {
	padding-left: 0px;
	padding-right: 0px;	
}

.content_1024 {
	*max-width: 1024px;
	width: auto;
	margin: auto;
}
.content_1100 {
	*max-width: 1100px;
	width: 70vw;
	margin: auto;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.mod_newslist .ce_text {
	margin-left: -40px;	
}
.mod_newslist .headlines {
	display: compact;
}

.mod_newslist h3,
.mod_newslist h4,
.mod_newslist h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mod_newslist h5 {
	margin-left: 40px;
}
.mod_newslist h3 {
	margin-left: -125px;
}

/*
.mod_newslist h3:before {
	content:" ";
	width: 25px;
	height: 25px;
	border-radius: 50px;	
	background: #FFFFFF;
	position: absolute;
	margin-left: -55px;
}
*/
.mod_newslist .layout_latest {
	padding-bottom: 40px;
	padding-top: 40px;
}

.mod_newslist .layout_latest .inside {
	max-width: 1024px;
	position: relative;
	margin: auto;
}

.mod_newslist .layout_latest.odd {
	background: rgba(255,255,255,0);
}

.mod_newslist figure {
	left: -100px;
}
.image_container.float_right {
	padding-left: 50px;
	max-width: 40%;
}
.image_container.float_left {
	padding-right: 50px;
}

.h_white h1
{
	color: #FFFFFF !important;
}


ul {
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: inherit;
}
figure, img {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	display: block;
	vertical-align: bottom;
	width: auto;
}

.mmenu-icon {
	position: fixed;
	left: 60px;
	top: 60px !important;
	background: url(../assets/mmenu-sw.png);
	width: 46px;
	height: 39px;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	z-index: 1002;
}

.mobile_menu .logo {
	position: absolute;
	top: 80px;
	display: none;
}

/*
.mobile_menu .ce_text {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-bottom: 10px;
	border-radius: 20px 0px 0px 20px;
	margin-right: 0px;
	*box-shadow: -2px 0 5px 0 rgba(0,0,0,.5);
}
*/
/*
.mobile_menu .firstblock {
	height: 75px;
	border-radius: 0px 0px 0px 0px !important;
	margin-bottom: 0px;
	display: none;
}
*/
.mobile_menu .secondblock {
	border-radius: 20px 0px 0px 20px !important;
	padding-top: 120px;
}

.mod_mobile_menu {
	z-index: 1000 !important;
}
.mobile_menu_overlay {
	z-index: initial !important;
}
.mobile_menu {
	padding: 0px;
	width: auto !important;
	height: auto !important;
	background: none;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.mobile_menu .header {
	width: 100%;
	height: 55px;
	background: none ;
	display: none;
}

.mobile_menu .inner {
	background: none;
	overflow-y: auto;
	z-index: 1001 !important;
	position: relative;
	*top: 50px;
	margin-left: 0px;
	min-height: 100vh;
	width: 30vw;
	display: flex;
	justify-content: center;
}

.mobile_menu .mclose {
	position: fixed;
	top: 0;
	left: 0;
	width: 30vw;
	height: 100vh;
}

.mobile_menu ul {
	margin: 0;
	padding: 30px 40px;
	padding-bottom: 10px;
}
.mobile_menu li {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 1px;
	padding-top: 1px;
	*border-bottom: 1px solid #999;
}

.mobile_menu li:before,
#footer li:before
{
	background-image: none !important;
	content: none
}

.mobile_menu h3 {
	margin-top: 20px;
	margin-bottom: -10px;
}

.mobile_menu a {
	text-decoration: none;
	color: #000000;
	font-weight: 500;
	font-size: 18px;
}

.mobile_menu .smaller {
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 50px;
	*/
}

.mobile_menu .smaller li {
	margin-bottom: 5px;
}	

.mobile_menu .smaller ul {
	padding-top: 30px;
	padding-bottom: 20px;
}

.mobile_menu .smaller li {
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: none;
	}
.mobile_menu .smaller a {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}

.mod_navigation li  {
	display: inline;
	padding-left: 15px;
	list-style-type: none;
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100px;
	z-index: 2;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.ohne_headerbild #header {
	background-color: rgb(79, 100, 68) !important;
	border-bottom-width: 17px !important;
	border-bottom-style: solid !important;
	*border-bottom-color: rgb(198, 131, 7) !important;
	border-bottom-color:rgb(166, 191, 132) !important;
	height: 75px !important;
}


#header .inside {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
}

#logo_big {
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
	
#logo_big a {
	width:300px;
	height: 305px;
	background: url(../assets/Logo-Sonk-sw.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 300;
	float: left;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	*mix-blend-mode: color;
	}
#logo_big a:hover {
	width:300px;
	height: 305px;
	background: url(../assets/Logo-Sonk-sw-over.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 300;
	float: left;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	*mix-blend-mode: color;
}


.claim {
	font-family: "Raleway";
	position: absolute;
	left: 265px;
	color: #516545;
	color: #f6be56;
	color:#4F6444;
	font-weight: 900;
	font-size: 45px;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	top: 65px;
}

.ohne_headerbild .claim {
	display: none;
}

.claim .line1 {
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.claim .line2 {
	font-size: 20px;
	padding-top: 10px;
	font-weight: 600;
	-webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
	color: #f6be56 !important;
}


#background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
 	*background:url("../images/backgrounds/Aura_1.jpg");
	*background:url("../images/backgrounds/background_2_weiss.jpg");
 	background-size: cover;
	background-position: center;
	*background-color: #D8EBF7;
	background-color:#f1f4ef
}

#main {
	*margin-bottom: 130px;
}
.ohne_headerbild #main {
	margin-top: 90px;
}




.mod_article {
	position: relative;
	background: #ffffff;
}	

/*
.rubrik_header .image_container{
	position: fixed;
	width: 100vw;
	height: 100vh;
}
*/





.part_1, 
.part_2  {
	font-size: 65px;
	margin-bottom: 50px;
	margin-top: -120px !important;
	background: #c4b3a3;
	*padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-family: 'Titillium Web';
	font-weight: 900;
	text-transform: uppercase;
}

.part_1 {
	background: #333333;
	padding-left: 23px;
	padding-right: 23px;
}
.part_2 {
	color: #FFFFFF;
}

.firstBlock h1 {
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: initial;
}

.startblock, 
.ce_text.fliesstext, 
.ce_image.fliesstext, 
.fliesstext {
	position: relative;
	*max-width: 1100px;
	*margin: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 90px;
	padding-bottom: 40px;
}

.fliesstext.no_padding {
	padding-top:0px;
}

.textblock.v1 .callToAction {
	position: absolute;
	right: 20px;
	bottom: -30px;
	text-align: center;
	padding: 15px;
	border: 2px solid #FFF;
}

.textblock.v1 .callToAction h3, .callToAction h3 a {
	font-size: 20px;
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.fliesstext {
	overflow: visible;
}
.fliesstext h1 {
	margin-bottom: 80px;
	margin-top: -180px;
}

.ohne_headerbild .fliesstext h1,
.ohne_headerbild h1.fliesstext
{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 60px;
}

.firstBlock {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
	bottom: 0px;
}


.responsive-background-image {
	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
}

/*
.responsive-background-image {
	height: 100vh;
	position: fixed;
	top: 0px;
	z-index: 0;
}
*/

.responsive-background-image img {
	display: none;
	}


	
.textblock.v1 .arrow.down {
	background: url(../assets/Pfeil-nach-unten.png);
	background-size: 100px;
	position: absolute;
	width: 100px!important;
	bottom: -55px;
	text-align: center;
	right: 40px;
	color: #fff;
	height: 100px!important;
	display: inline-block;
	cursor: pointer;
}

.arrow_up .textblock.v1 .arrow.down {
	display: none;
}

.arrow_up .textblock.v1 .arrow.up {
	background: url(../assets/Pfeil-nach-oben-braun.png);
	background-size: 50px;
	position: absolute;
	width: 50px!important;
	bottom: -30px;
	text-align: center;
	left: 60px;
	color: #fff;
	height: 50px!important;
	display: inline-block;
	cursor: pointer;
	}

#footer {
	position: relative;
	background: #333333 !important;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px !important;
	font-weight: 500 !important;
}

#footer h5 {
	font-size: 17px !important;
	margin-bottom: 10px; 
	margin-top: 25px;
}

/*
#footer li {
	display: inline;
	padding-right: 10px;
	margin-bottom: 5px;
}
*/

#footer ul {
	padding-left: 0px;	
	text-align: left;
}

#footer a {
	color: #FFFFFF;
}

#footer .inside {
	max-width: 1100px;
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}

#footer .inside .footer {
	display: flex;
	justify-content:space-between;
	align-items: center;
} 

#footer .blume {
	position: absolute;
	right: 30px;
	bottom: -50px;
}


#footer li {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#bottom {
	display: block;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
}

#bottom  p {
	margin-left: 0px;
}
#bottom  li {
	display: inline;
	padding-left: 0px;
	list-style-type: none;
	line-height: 15px;
	padding-right: 10px;
}

#bottom .mod_customnav li:before {
	display: none;
}

#bottom .inside {
	position: relative;
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	margin: auto;
}

#bottom .inside .bottom {
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.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;
	}