/*
SPIETH Template
creation Date: 2025-01-22
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'WixMadeforText-VariableFont_wght', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	overflow-x: hidden;
}
textarea, input{
	font-family: 'WixMadeforText-VariableFont_wght', sans-serif;
}
.mistrully{
	font-family: 'Mistrully', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong, h3{
	font-weight: bold;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1,
h2.title{
	font-size: 54px;
	line-height: 60px;
	letter-spacing: 2px;
}
.alt_headlines h1,
.alt_headlines h2.title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 64px;
	line-height: 70px;
}
h2{
	font-size: 36px;
	line-height: 40px;
}
.alt_headlines h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
	line-height: 56px;
}
h2.marged_bot{
	margin-bottom: 30px;
}
h3{
	font-size: 32px;
}
.alt_headlines h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
}
h4{
	font-size: 28px;
	line-height: 34px;
}
.alt_headlines h4{
	text-transform: uppercase;
	font-weight: bold;
}
h5{
	font-size: 20px;
	line-height: 28px;
}
h6{
	font-size: 20px;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg-bot{
	margin-bottom: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase,
.uppercase_headlines h1,
.uppercase_headlines h2,
.uppercase_headlines h3,
.uppercase_headlines h4,
.uppercase_headlines h5,
.uppercase_headlines h6{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.nocase{
	text-transform: none;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 22px;
	line-height: 30px;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller,
.smaller li{
	font-size: 14px;
}
p.smaller,
.smaller li{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nooverflow{
	overflow: hidden;
}
.overflow{
	overflow: visible;
}
.functionpad{
	padding-top: 1px;
	padding-bottom: 1px;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	width: 1320px;
	max-width: 95%;
	position: relative;
}
.main-container.wide{
	width: 1700px;
	max-width: 98%;
}
.main-container.narrow{
	width: 800px;
	max-width: 90%;
}
.main-container.narrow2{
	width: 1100px;
	max-width: 94%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.extrawidepad,
.main-container.extrawidepad{
	padding-top: 180px;
	padding-bottom: 180px;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 100px;
	padding-bottom: 100px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 100px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 100px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 60px;
	padding-bottom: 60px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 60px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 60px;
}
.lowpad{
	padding-top: 30px;
	padding-bottom: 30px;
}
.lowpad_bot{
	padding-bottom: 30px;
}
.lowpad_top{
	padding-top: 50px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.cont_img_limit{
	max-width: 100% !important;
	width: 870px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.maxSize{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.sizeFittings{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* INDEXES */
.overlay_galery_wrapper{
	z-index: 15;
}
#menu_activator{
	z-index: 13;
}
.submenu{
	z-index: 12;
}
#topmenu-wrapper{
	z-index: 11;
}
#logo_wrapper,
#contact_knob{
	z-index: 10;
}
.zindex6,
.cont-block.zindex6{
	z-index: 6;
}
.zindex5,
.cont-block.zindex5{
	z-index: 5;
}
.zindex4,
.cont-block.zindex4{
	z-index: 4;
}
.zindex3,
.cont-block.zindex3{
	z-index: 3;
}
#content-wrapper,
.zindex2,
.cont-block.zindex2{
	z-index: 2;
}
.cont-block,
.zindex1,
.cont-block.zindex1{
	z-index: 1;
}
.zeroindex{
	z-index: 0;
}



/* transitions */
img.fullsize{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *,
.slide,
.overlay_galery_wrapper, .overlay_galery_wrapper *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}
.nonanimated_children, .nonanimated_children *{
	-webkit-transition: all 0ms linear;
	-moz-transition: all 0ms linear;
	-ms-transition: all 0ms linear;
	-o-transition: all 0ms linear;
	transition: all 0ms linear;	
}


/* CONTENT */
#content-wrapper{
	overflow: hidden;
}


/* CONTENT SPECIFIC */
.block{
	display: block;
	position: relative;
}
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.linespacer{
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linespacer.marged{
	margin-top: 40px;
	margin-bottom: 40px;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 0px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.flexwrap.leftalign{
	justify-content: left;
	gap: 2%;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s15{
	width: 15%;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._s47{
	width: 47%;
}
.flexbox._half{
	width: 49%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s75{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	margin-left: 0px;
	z-index: 1;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	width: 200px;
	height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: none;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.contentbutton span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.contentbutton.bordered{
	border: 1px solid;
}




/* SPECIFICS */
.linehover_links a,
.linehover_links a:hover{
    position: relative;
    text-decoration: none;
}
.linehover_links a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #1a1a1a;
    transition: width 300ms ease;
}
.linehover_links a:hover::after {
    width: 100%;
}
.white .linehover_links a::after,
.white.linehover_links a::after{
	 background-color: white;
}
.teal_links .linehover_links a::after,
.teal_links.linehover_links a::after{
	 background-color: #add9c3;
}



.linkoverlay{
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}


/* PAGE TEMPLATE STYLES */
.top_spacer{
	display: block;
	position: relative;
	height: 110px;
}
.top_spacer._bordered{
	border-bottom: 5px solid black;
}

.daskoennensieerwarten_icon{
	display: block;
	position: relative;
	width: 70px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 20px;
}
.daskoennensieerwarten_flexbox{
	width: 20%;
}

.news_flexbox_title{
	width: 10%;
}
.newsheadline_icon{
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
}
.news_flexbox_news{
	width: 85%;
	height: 570px;
	overflow: visible;
}
.news_nextSlide{
	position: absolute;
	right: 0px;
	top: 50%;
	height: 100px;
	margin-top: -50px;
	z-index: 3;
	cursor: pointer;
}
.news_nextSlide:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.news_pagwrap{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 20px;
	width: auto;
	text-align: right;
	width: 100%;
}
.news_pag{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 10px;
	margin-left: 15px;
	cursor: pointer;
}
.news_pag:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.news_box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	opacity: 0;
	pointer-events: none;
}
.news_box.active{
	opacity: 1;
	pointer-events: all;
}
.news_box_imgwrap{
	position: absolute;
	height: 100%;
	width: 950px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.news_box_txtwrap{
	position: absolute;
	height: auto;
	width: 520px;
	box-sizing: border-box;
	padding: 50px;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
}

.home_dreisparten_flexbox{
	width: 31%;
	font-size: 20px;
	margin-bottom: 60px;
}
.home_dreisparten_flexbox._onlytwo{
	width: 48%;
}
.home_dreisparten_flexbox_imgwrap{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 405px;
	margin-bottom: 40px;
}
.home_dreisparten_flexbox:hover .home_dreisparten_flexbox_imgwrap{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.liner{
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
}
.home_dreisparten_flexbox .liner{
	margin-top: 70px;
}

.numberwrap_flexbox{
	width: 21%;
	font-weight: bold;
}
.counter_num{
	font-size: 70px;
}
.numberwrap_flexbox .liner{
	margin-top: 60px;
}

.slider_wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 920px;
}
.slide{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
.slide.active{
	opacity: 1;
	pointer-events: all;
}
.pagwrap{
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.pag{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.7;
	cursor: pointer;
}
.pag.active,
.pag:hover{
	opacity: 1;
}
.slider_txt{
	position: absolute;
	z-index: 1;
	left: 5%;
	bottom: 300px;
	width: 900px;
	max-width: 90%;
}
.slider_txt h2{
	font-size: 70px;
	line-height: 80px;
	font-weight: bold;
	text-transform: uppercase;
}
.slider_txt p{
	font-size: 22px;
	line-height: 28px;
}
.slider_txt .contentbutton span{
	text-transform: uppercase;
	font-weight: bold;
}

#contact_knob{
	position: fixed;
	right: 0px;
	top: 50%;
	height: 220px;
	margin-top: -110px;
}
#contact_knob:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}

a.social_icon img{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin-right: 10px;
}
a.social_icon.mistrully{
	font-size: 30px;
}
._kontaktliste_flexbox{
	width: 16%;
}

.introimg_block{
	display: block;
	position: relative;
	width: 1700px;
	max-width: 98%;
	height: 770px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}
.introimg_block_txt{
	position: absolute;
	z-index: 1;
	left: 5%;
	bottom: 10%;
}

.mistrully_div p{
	font-size: 36px;
	line-height: 56px;
}


.historie_slider{
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
}
.historie_slider_nextSlide{
	position: absolute;
	right: 0px;
	top: 140px;
	height: 100px;
	z-index: 3;
	cursor: pointer;
}
.historie_slider_nextSlide:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.historie_slider_pagwrap{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 20px;
	width: auto;
	text-align: right;
	width: 100%;
}
.historie_slider_pag{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 10px;
	margin-left: 15px;
	cursor: pointer;
}
.historie_slider_pag:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.historie_slide{
	position: absolute;
	height: 380px;
	top: 0px;
	left: 0px;
	width: 90%;
	opacity: 0;
	pointer-events: none;
}
.historie_slide.active{
	opacity: 1;
	pointer-events: all;
}
.historie_slide_date{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 2;
}
.historie_slide_txt{
	position: absolute;
	height: 95%;
	top: 2.5%;
	right: 0px;
	width: 900px;
	box-sizing: border-box;
	padding: 60px;
	padding-left: 300px;
}

.historie_globe{
	display: block;
	position: relative;
	width: 100%;
}


.einblicke_slider{
	display: block;
	position: relative;
	width: 100%;
	height: 760px;
}
.einblicke_slider_nextSlide{
	position: absolute;
	right: 0px;
	top: 50%;
	height: 100px;
	margin-top: -50px;
	z-index: 3;
	cursor: pointer;
}
.einblicke_slider_nextSlide:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.einblicke_slider_pagwrap{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 20px;
	width: auto;
	text-align: right;
	width: 100%;
}
.einblicke_slider_pag{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 10px;
	margin-left: 15px;
	cursor: pointer;
}
.einblicke_slider_pag:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.einblicke_slide{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 90%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
.einblicke_slide.active{
	opacity: 1;
	pointer-events: all;
}

.download_wrap{
	position: relative;
	display: block;
	width: 100%;
	border-top: 5px solid black;
}
.download_wrap:last-child{
	border-bottom: 5px solid black;
}
.download_wrap > div{
	display: inline-block;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
}
.download_wrap_filetype{
	width: 5%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.download_wrap_separator{
	width: 5%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	vertical-align: middle;
}
.download_wrap_title{
	width: auto;
	text-align: center;
}
.download_wrap_singletitle{
	text-align: left;
	width: auto;
}
.download_wrap_wideintro{
	width: 25%;
}
.download_wrap_wideseparator{
	width: 5%;
}
.download_wrap .contentbutton{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px;
	font-size: 18px;
}
.download_wrap .contentbutton._right{
	width: 180px;
	right: 0px;
}
.download_wrap .contentbutton._left{
	width: 180px;
	right: 190px;
}


.overlay_galery_wrapper{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
}
.overlay_galery_wrapper.active{
	height: 100%;
}
.overlay_galery_bg{
	position: absolute;
	width: 80%;
	max-width: 1520px;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	box-sizing: border-box;
	padding: 60px;
	background-color: white;
}
.overlay_galery_imgholder{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 650px;
	overflow: hidden;
}
.overlay_galery_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	pointer-events: none;
}
.overlay_galery_img.active{
	opacity: 1;
}
.overlay_galery_nextSlide{
	position: absolute;
	right: 20px;
	top: 50%;
	height: 80px;
	margin-top: -40px;
	z-index: 3;
	cursor: pointer;
}
.overlay_galery_nextSlide:hover,
.overlay_galery_close:hover{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.overlay_galery_close{
	position: absolute;
	right: 20px;
	top: 20px;
	height: 50px;
	z-index: 3;
	cursor: pointer;
}
.overlay_galery_pagwrap{
	position: absolute;
	z-index: 2;
	bottom: 20px;
	right: 20px;
	width: auto;
	text-align: right;
	width: 100%;
}
.overlay_galery_pag{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 10px;
	margin-left: 15px;
	cursor: pointer;
}
.overlay_galery_pag:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}