/*
KUTEC GmbH Template
creation Date: 2025-01-17
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'Cabin-Regular', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	overflow-x: hidden;
}
textarea, input{
	font-family: 'Cabin-Regular', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
	font-family: 'Cabin-Bold', sans-serif;
}
h1, h2{
	font-family: 'Cabin-Bold', sans-serif;
}
h3, h4, h5, h6{
	font-family: 'Cabin-SemiBold', sans-serif;
}
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: 64px;
	line-height: 64px;
}
h2{
	font-size: 36px;
	line-height: 44px;
}
h3{
	font-size: 28px;
	line-height: 38px;
}
h3.m_bot{
	margin-bottom: 20px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 28px;
}
h6{
	font-size: 22px;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 30px;
	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{
	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{
	text-transform: uppercase;
}
.nouppercase{
	text-transform: none !important;
}
.lowercase{
	text-transform: lowercase;
}
.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: 18px;
	line-height: 30px;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller,
.smaller li{
	font-size: 14px;
}
p.smaller{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nooverflow{
	overflow: hidden;
}
.overflowVisible{
	overflow: visible;
}

.marged_h h1,
.marged_h h2,
.marged_h h3,
.marged_h h4,
.marged_h h5{
	margin-bottom: 30px;
}

.center_h h1,
.center_h h2,
.center_h h3,
.center_h h4{
	text-align: center;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	position: relative;
}
.main-container.wide{
	max-width: 1500px;
}
.main-container.narrow{
	max-width: 880px;
}
.main-container.fullHeight{
	height: 100%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.widepad,
.cont-block .main-container.widepad,
#content-wrapper.hasContent{
	padding-top: 120px;
	padding-bottom: 120px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 120px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 120px;
}
.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;
}
.widemarg{
	margin-top: 110px;
	margin-bottom: 110px;
}
.widemarg_top{
	margin-top: 110px;
}
.widemarg_bot{
	margin-bottom: 110px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.fixedh_1{
	height: 720px;
}
.nooverflow{
	overflow: hidden;
}
.withOverflow{
	overflow: visible;
}

.page-header{
	display: none;
}

/* INDEXES */
#logo_wrap,
#kontaktlink{
	z-index: 11;
}
#topmenu-wrapper{
	z-index: 10;
}
.zindex5,
.cont-block.zindex5{
	z-index: 5;
}
.zindex4,
.cont-block.zindex4{
	z-index: 4;
}
.zindex3,
.cont-block.zindex3{
	z-index: 3;
}
.zindex2,
.cont-block.zindex2{
	z-index: 2;
}
.cont-block{
	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 *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/* CONTENT */
#content-wrapper{
	overflow: visible;
}


/* CONTENT SPECIFIC */
.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;
}
.bg_resp{
	display: none;
}

#top_spacer{
	display: block;
	position: relative;
	height: 0px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}
.cont_pad.s2{
	padding-left: 100px;
	padding-right: 100px;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.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._s48{
	width: 48%;
}
.flexbox._half{
	width: 49%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s55{
	width: 55%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s69{
	width: 69%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 0px solid;
	border-radius: 10px;
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	width: 245px;
	height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
.contentbutton.small{
	font-size: 14px;
	width: 180px;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.contentbutton a span,
.contentbutton span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
.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);
}


/* LINEHOVER LINKS */
.linehover_links a,
.linehover_links a:hover{
    position: relative;
    text-decoration: none;
}
.linehover_links a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    background-color: #034770;
    transition: width 200ms ease;
}
.linehover_links a:hover::after,
.linehover_links a.current::after{
    width: 100%;
}


/* SPECIFICS */
.line{
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
}
#footer_wrapper{
	margin-top: 60px;
}
._footer_flexbox{
	width: 50%;
}
.footer_menu{
	margin: 0px !important;
	display: block;
	text-indent: 0px;
}
.footer_menu li{
	display: inline-block;
	list-style-type: none;
	margin-left: 30px;
}
.kontaktblock_bg_wrapper{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.kontaktblock_bg{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.kontaktblock_block{
	position: absolute;
	top: 20%;
	right: 10%;
	width: 530px;
	box-sizing: border-box;
	padding: 100px;
}
.kontaktblock_block p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.mehrueberuns_flexbox{
	width: 30%;
}
.mehrueberuns_flexbox_imgwrap{
	display: block;
	position: relative;
	width: 100%;
	height: 285px;
	overflow: hidden;
	margin-bottom: 50px;
}
.miniline{
	display: block;
	position: relative;
	margin-left: 0px;
	width: 130px;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.homegal_flexwrap{
	margin-bottom: 15px;
}
.homegal_flexbox._gal{
	width: 45%;
}
.homegal_flexbox._txt{
	width: 55%;
	box-sizing: border-box;
	padding: 90px;
}
.homegal_flexbox._txt h3{
	font-family: 'Cabin-Regular', sans-serif;
}
.homegal_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.homegal_wrapper img.section_bg{
	opacity: 0;
	pointer-events: none;
}
.homegal_wrapper img.section_bg.current{
	opacity: 1;
}
.homegal_pagwrap{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 10%;
	text-align: center;
}
.homegal_pag{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: white;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}
.homegal_pag:hover,
.homegal_pag.current{
	-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);
	background-color: #91d1da;
}