@charset "UTF-8";
/***!  /templates/masttemplate/css/template.css  !***/

/*
MAST Template
creation Date: 2020-04-20
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'RobotoCondensed-Regular', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	overflow-x: hidden;
}
h4{
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
}
.light,
.light p{
	font-weight: 100;
}
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{
	font-size: 28px;
	text-transform: uppercase;
	line-height: 56px;
	font-weight: 100;
	letter-spacing: 3px;
}
h2{
	font-size: 22px;
	text-transform: uppercase;
	line-height: 56px;
	font-weight: 100;
	letter-spacing: 2px;
}
h3{
	font-size: 20px;
	text-transform: uppercase;
	line-height: 56px;
	font-weight: 100;
	letter-spacing: 2px;
}
p,
.contstyles li{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
.larger,
p.larger,
ul.larger{
	font-size: 24px;
	line-height: 35px;
}
.large,
p.large,
ul.large{
	font-size: 18px;
}
.superlarge,
p.superlarge,
ul.superlarge{
	font-size: 22px;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
p.small{
	font-size: 12px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.notransform{
	text-transform: none;
}
.underline{
	text-decoration: underline;
}
.left_always{
	text-align: left !important;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1520px;
	position: relative;
}
.main-container.narrow{
	max-width: 1140px;
}
.main-container.narrow2{
	max-width: 720px;
}
.main-container.wider{
	max-width: 1720px;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.widepad{
	padding-top: 110px;
	padding-bottom: 110px;
}
.widepad_top{
	padding-top: 110px;
}
.widepad_bot{
	padding-bottom: 110px;
}
.regpad{
	padding-top: 90px;
	padding-bottom: 90px;
}
.regpad_top{
	padding-top: 90px;
}
.regpad_bot{
	padding-bottom: 90px;
}
.lowpad{
	padding-top: 50px;
	padding-bottom: 50px;
}
.lowpad_bot{
	padding-bottom: 50px;
}
.lowpad_top{
	padding-top: 50px;
}
.widemarg{
	margin-top: 110px;
	margin-bottom: 110px;
}
.widemarg_top{
	margin-top: 110px;
}
.widemarg_bot{
	margin-bottom: 110px;
}
.lowmarg{
	margin-top: 50px;
	margin-bottom: 50px;
}
.lowmarg_top{
	margin-top: 50px;
}
.lowmarg_bot{
	margin-bottom: 50px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.cont-block.minh_1{
	min-height: 1150px;
}
.fixedh_1{
	height: 620px;
}
.fixedh_2{
	height: 490px;
}
.fixedh_3{
	height: 770px;
}
.nooverflow{
	overflow: hidden;
}
.content-tworow > tbody > tr > td{
	width: 49%;
}
.content-tworow > tbody > tr > td.table-spacer{
	width: 2%;
}
.content-threerow > tbody > tr > td{
	width: 32%;
}
.content-threerow > tbody > tr > td.table-spacer{
	width: 2%;
}
.content-threerow.widespace > tbody > tr > td{
	width: 28%;
}
.content-threerow > tbody > tr > td.table-spacer{
	width: 8%;
}

.page-header{
	display: none;
}

img.cont-img{
	max-width: 100% !important;
	height: auto !important;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.fullsize:hover{
}
img.half{
	width: 45%;
}
img.f_l{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.f_r{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.boxlogo{
	width: 350px;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* INDEXES */
#topmenu-wrapper{
	z-index: 10;
}
.cont-block{
	z-index: 1;
}



/* transitions */
img.fullsize,
img.cont-img,
.flexwrap, .flexwrap *,
.section_bg,
.sige, .sige *{
	-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, a *,
.contentbutton, .contentbutton *,
.bubblelink, .bubblelink *{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}

/* CONTENT */
#content-wrapper{
}
#slider-wrapper{
}

/* CONTENT SPECIFIC */
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 80px;
}
.linespacer{
	display: block;
	height: 0px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}
.linespacer.slim{
	margin-top: 10px;
	margin-bottom: 10px;
}
.minidivider{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 5px;
	width: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.lightboxcontent{
	max-width: 900px;
}

.border_top{
	border-top: 1px solid;
}
.border_bottom{
	border-bottom: 1px solid;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	pointer-events: none;
}

.section_bg{
	position: absolute;
	width: 101%;
	min-height: 101%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.section_bg._hc{
	height: 101%;
	width: auto;
	min-width: 101%;
}
.imgeffect.eff_act .section_bg{
	width: 103%;
}
.imgeffect.eff_act .section_bg._hc{
	width: auto;
	height: 103%;
}

#top_spacer{
	display: block;
	position: relative;
	height: 80px;
	margin-top: 0px;
}

.floatwrap{
	position: relative;
	display: block;
	width: 100%;
}
.floater{
	position: relative;
}
.floater._l{
	float: left;
}
.floater._r{
	float: right;
}
.floater._s1{
	width: 1125px;
}
.floater._s2{
	width: 540px;
}
.floater_pad{
	padding-left: 80px;
	padding-right: 180px;
	padding-bottom: 180px;
}
.floater._s2 .flexbox._s2{
	width: 100%;
	margin-bottom: 50px;
}
.floater._s2 .flexbox._s2:last-child{
	margin-bottom: 0px;
}

#contbg{
	position: absolute;
	width: 50000px;
	height: 100%;
	z-index: -1;
	bottom: 0px;
	right: 0px;
	padding-top: 150px;
}

.cursor_pointer{
	cursor: pointer;
}

.linkunderline a{
	border-bottom: 1px solid;
	padding-bottom: 3px;
}
.linkunderline a:hover{
	text-decoration: none;
}

.flexwrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
  align-content:flex-start;
}
.flexwrap.nowrap{
	flex-wrap: nowrap;
}
.flexbox{
	overflow: hidden;
	position: relative;
}
.flexbox._s1{
	width: 305px;
}
.flexbox._s2{
	width: 540px;
	height: 560px;
}
.flexbox._s3{
	width: 830px;
	height: 560px;
}
.flexbox._half{
	width: 49%;
}
.flexbox._third{
	width: 33.3%;
}
.flexbox.full{
	width: 100%;
}

.flexpad{
	position: relative;
	padding: 20px;
	z-index: 1;
}
.flexbox._s2 .flexpad,
.flexbox._s3 .flexpad{
	padding-top: 60px;
}

.absbox{
	position: absolute;
	height: 100%;
	top: 0px;
	overflow: hidden;
}
.absbox._half{
	width: 50%;
}
.absbox._l{
	left: 0px;
}
.absbox._r{
	right: 0px;
}
.absbox_pad{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	width: 500px;
}

.bubblelink{ 
	position: relative;
	display: table;
	width: auto;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	border: 5px solid;
}
.bubblelink.v2{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.bubblelink.pink_border:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(228,0,123,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(228,0,123,1);
	box-shadow: 0px 0px 5px 0px rgba(228,0,123,1);
}
.bubblelink.white_border:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
.bubble_padder{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.bubblelink span{
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 2px;
}
.bubblelink:hover{
	text-decoration: none !important;
}
.bubblelink.left{
	margin-left: 0px;
}

.contentbutton{
	position: relative;
	display: block;
	text-transform: uppercase;
	line-height: 60px;
}
.contentbutton.fullsize{
	width: 100%;
}
.contentbutton.inline{
	display: inline-block;
	width: auto;
}
.contentbutton.rightbot{
	text-align: right;
	width: auto;
	position: absolute;
	top: 100%;
	right: 0px;
}
.contentbutton.abscent{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contentbutton.abscent a{
	padding-left: 20px;
	padding-right: 20px;
}
.contentbutton a:hover{
	text-decoration: none;
}
.contentbutton_pad{
	position: relative;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	
}
.contentbutton a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.contentbutton.inline a{
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

/* FORMS */
.chrono_credits{
	display: none;
}
.formular1{
}
.chronoform input, .chronoform textarea, .chronoform select,
input.input-small,
.inputbox,
.form-search input{
	display: block;
	width: 100%;
	height: auto;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 38px;
	vertical-align: middle;
	background-image: none;
	border: none;
	border-radius: none;
	margin-bottom: 10px;
  resize: none;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.chronoform input.contentbutton{
	display: block;
	width: auto;
	margin-left: 0px;
}
.chronoform input[type='checkbox']{
	height: 12px;
  width: 12px;
}
.chronoform textarea{
	height: 170px;
	text-align: left;
}
.chronoform input._l{
	float: left;
}
.chronoform input._r{
	float: right;
}
.chronoform input.halfsize{
	width: 49%;
}
#fin-datenschutz{
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border: 5px solid;
	width: 23px;
	height: 23px;
}
label.larger_1{
	padding-top: 3px;
	margin-left: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input#datenschutz,
input#rueckruf{
	height: auto;
	margin: 0px;
}
p.klausel{
	margin-top: 0px;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-top: 20px;
}
p.klausel a{
	text-decoration: underline;
}
.g-recaptcha > div{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}
.system-message > .message{
	text-align: center;
}
#senden{
	margin-left: auto;
	margin-right: auto;
	width: 305px;
	text-align: center;
}


/* SIGE OVERRIDES */
.sige{
	margin: 0px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
  align-content:flex-start;
}
.sige > li{
	width: 200px;
	height: 180px;
	overflow: hidden;
	float: none;
	position: relative;
}
.sige > li:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
.sige_thumb{
	float: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	top: 0px;
	left: 0px;
}
.sige_thumb > a > img{
	position: absolute;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0px !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none !important;
	display: block;
}
.sige_thumb:hover > a > img{
	min-width: 105%;
	min-height: 105%;
}
.pswp{
	margin-top: 60px;
}
.pswp__button--share{
	display: none;
}
