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

body, html{
	font-family: 'LT_4', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	overflow-x: hidden;
}
.none{
	font-family: 'Poppins-Bold', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
}
.light{
	font-weight: 300;
}
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: 40px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
h2{
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3{
	font-size: 22px;
	font-weight: 300;
}
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;
}
.smaller,
p.smaller,
ul.smaller{
	font-size: 16px;
}
.larger,
p.larger,
ul.larger{
	font-size: 20px;
}
.large,
p.large,
ul.large{
	font-size: 22px;
}
.superlarge,
p.superlarge,
ul.superlarge{
	font-size: 24px;
}
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,
.spec_uppercase h1,
.spec_uppercase h2,
.spec_uppercase h3{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.underline{
	text-decoration: underline;
}
.left_always{
	text-align: left !important;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1420px;
	position: relative;
}
.main-container.med{
	max-width: 1360px;
}
.main-container.narrow{
	max-width: 1320px;
}
.main-container.narrow2{
	max-width: 850px;
}
.main-container.wider{
	max-width: 1500px;
}
.main-container.superwide{
	max-width: 1600px;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.cust-container{
	position: relative;
	display: block;
	width: 100%;
}
.cust-container .custpad{
	padding: 50px;
}
.widepad{
	padding-top: 120px;
	padding-bottom: 120px;
}
.widepad_top{
	padding-top: 120px;
}
.widepad_bot{
	padding-bottom: 120px;
}
#content-wrapper.hasContent{
	
}
.regpad{
	padding-top: 80px;
	padding-bottom: 80px;
}
.regpad_top{
	padding-top: 80px;
}
.regpad_bot{
	padding-bottom: 80px;
}
.lowpad{
	padding-top: 40px;
	padding-bottom: 40px;
}
.lowpad_bot{
	padding-bottom: 40px;
}
.lowpad_top{
	padding-top: 40px;
}
.widemarg{
	margin-top: 120px;
	margin-bottom: 120px;
}
.widemarg_top{
	margin-top: 120px;
}
.widemarg_bot{
	margin-bottom: 120px;
}
.lowmarg{
	margin-top: 70px;
	margin-bottom: 70px;
}
.lowmarg_top{
	margin-top: 70px;
}
.lowmarg_bot{
	margin-bottom: 70px;
}
.main-container.toppad{
	padding-top: 250px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.cont-block.marged_top{
	margin-top: 90px;
}
.cont-block.fixedh_1{
	height: 670px;
}
.cont-block.fixedh_2{
	height: 920px;
}
.cont-block.fixedh_3{
	height: 1200px;
}
.cont-block.fixedh_4{
	height: 470px;
}
.nooverflow{
	overflow: hidden;
}
.content-tworow > tbody > tr > td{
	width: 49%;
}
.content-tworow > tbody > tr > td.table-spacer{
	width: 2%;
}
.content-tworow.v2 > tbody > tr > td{
	width: 45%;
}
.content-tworow.v2 > tbody > tr > td.table-spacer{
	width: 10%;
}
.content-tworow.v3 > tbody > tr > td:nth-child(1){
	width: 35%;
}
.content-tworow.v3 > tbody > tr > td.table-spacer{
	width: 5%;
}
.content-tworow.v3 > tbody > tr > td:nth-child(3){
	width: 60%;
}
.content-threerow > tbody > tr > td{
	width: 32%;
}
.content-threerow > tbody > tr > td.table-spacer{
	width: 2%;
}

.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;
}

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



/* transitions */
img.fullsize,
.halfFlex, .halfFlex *,
.pluslink, .pluslink *,
.zahlen_flex,
.thirdFlex, .thirdFlex *,
.twothirdFlex, .twothirdFlex *{
	-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, 
.zahlen_flex *,
.contentbutton, .contentbutton *,
.product_menu_fixed, .product_menu_fixed *{
	-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: 100px;
	margin-bottom: 100px;
	border-top: 1px solid;
}
.linespacer.marged{
	margin-top: 40px;
	margin-bottom: 40px;
}

.lightboxcontent{
	max-width: 700px;
}

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

.section_bg{
	position: absolute;
	width: 101%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.section_bg._hc{
	height: 101%;
	width: auto;
	min-width: 101%;
}
.section_bg._hc.autowidth{
	width: auto;
	min-width: auto;
}
.newsslide_img .section_bg._hc{
	min-width: auto;
}
.newsslide_img .section_bg{
  width: auto !important;
  height: auto !important;
  max-height: 100% !important;
	max-width: 100% !important;
}
.roundimage{
	border-radius: 50%;
	width: 100%;
}
.prodimg_inSlide {
    position: absolute;
    left: 0px;
    height: auto;
    width: auto;
    max-height: 600px;
    max-width: 500px;
    top: 200px;
}
.prodimg_inSlide._r{
	left: auto;
	right: 0px;
}
.prodimg_inSlide.v2{
	left: 10%;
	height: 70%;
}
.prodimg_inSlide.v3{
	left: 50px;
	height: 30%;
}

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

.floatwrap{
	position: relative;
	display: block;
	width: 100%;
}
.contfloat{
	position: relative;
}
.contfloat._l{
	float: left;
}
.contfloat._r{
	float: right;
}
.contfloat.w1{
	width: 880px;
}
.contfloat.w2{
	width: 920px;
}
.contfloat.w3{
	width: 20%;
}

.flexwrap{
	display: flex;
  justify-content: space-between;
	flex-flow: row wrap;
}
.flexwrap.centered{
	align-items: center;
	justify-content: center;
}

.fullFlex{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.halfFlex{
	width: 49.6%;
	overflow: hidden;
	position: relative;
}
.halfFlex.fullhalf{
	width: 50%;
}
.cust-container .halfFlex{
	width: 48.5%;
}
.halfFlex.h_1{
	height: 430px;
}
.halfFlex.h_2{
	height: 390px;
}
.halfFlex.mb1{
	margin-bottom: 10px;
}
.halfFlex:not(.noHover):hover,
.thirdFlex:not(.noHover):hover,
.twothirdFlex:not(.noHover):hover{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.flexpad{
	padding-left: 20px;
	padding-right: 20px;
}
.flexwrap .flexpad{
	padding: 20px;
}
.halfFlex:nth-child(odd) .flexpad.ev{
	padding-right: 0px;
}
.halfFlex:nth-child(even) .flexpad.ev{
	padding-left: 0px;
}

.fullhalf_icon{
	height: 45px;
	margin-bottom: 60px;
}
.fullhalf_icon.v2{
	height: auto;
	width: 70px;
}

.partnerlogo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	max-width: 100%;
}

.thirdFlex,
.twothirdFlex{
	width: 49.6%;
	overflow: hidden;
	position: relative;
}
.thirdFlex.mb1{
	margin-bottom: 10px;
}
.main-container.narrow .thirdFlex{
	width: 418px;
}
.thirdFlex{
	width: 468px;
}
.main-container.narrow .twothirdFlex{
	width: 800px;
}
.twothirdFlex{
	width: 944px;
}
.h_2{
	height: 390px;
}
.h_3{
	height: 480px;
}
.h_4{
	height: 610px;
}

.zahlen_flex{
	width: 230px;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.zahlen_icon,
.zahlen_flex.v2:hover .zahlen_icon{
	display: block;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.zahlen_flex:hover .zahlen_icon{
	margin-bottom: 20px;
}
span.date{
	font-weight: bold;
	font-size: 22px;
}

.zahlen_flex.v2{
	height: auto;
	width: 24%;
	text-align: center;
	margin-bottom: 20px;
}
.zahlen_flex.v2:hover{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,153,153,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,153,153,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,153,153,0.75);
}
.zahlen_flex.v2 .pad{
	padding: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.flex_cont.pad1{
	padding: 40px;
}
.flex_cont.pad2{
	padding-left: 20px;
	padding-right: 20px;
}
.flex_cont.abs_cent{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40%;
}
.flex_cont.abs_cent.v2{
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.flex_cont.abs_cent.v3{
	top: 50%;
	max-width: 80%;
	transform: translate(-50%, -50%);
}
.zahlen_flex .flex_cont.abs_cent{
	top: 20%;
	width: 100%;
}
.thirdFlex .flex_cont.abs_cent,
.twothirdFlex .flex_cont.abs_cent{
	top: 30%;
}
.zahlen_flex:hover .flex_cont.abs_cent{
	top: 25%;
}

.actionbox .flex_cont.act,
.actionbox .flex_cont.abs_cent.act,
.actionbox.active .flex_cont.inact,
.actionbox.active .flex_cont.abs_cent.inact{
	display: none;
}
.actionbox.active .flex_cont.act{
	display: block;
}

.pluslink{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-weight: 300;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
}
.pluslink a,
.pluslink .pseudolink,
.pluslink span{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pluslink:hover{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,153,153,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,153,153,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,153,153,0.75);
}
.pluslink:hover a{
	text-decoration: none !important;
}

.abspad{
	padding-left: 120px;
	padding-right: 120px;
}

.catslide_tit{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 55%;
}

p.dateline{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 40px;
}
.dateno{
	font-weight: bold;
	font-size: 34px;
	float: left;
	width: 120px;
	height: 60px;
}


ol.redCountList li,
ul.checklist li{
	counter-increment: list;
  list-style-type: none;
  position: relative;
}
ul.checklist li:before{
	content: "\22C5";
	position: absolute;
	content: url('/images/icons/Metzner_Aufzaehlungs_Haken.svg');
	width: 10px;
	left: -20px;
	top: 0px;
}
ul.checklist li ul li:before{
	font-size: 20px;
}
ol.redCountList li:before{
  content: counter(list) ".";
  left: -35px;
  position: absolute;
  text-align: right;
	font-weight: bold;
  width: 25px;
}
ol.redCountList li.justForCount{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 0px !important;
	pointer-events: none;
}
ol.redCountList li.justForCount:before{
	display: none;
}

.custindent ul,
.custindent h2,
.custindent p,
.custindent h1{
	text-indent: 20px;
}

ul.pluslist{
	list-style-type: none;
	margin: 0px;
}
ul.pluslist a{
	display: block;
	line-height: 40px;
}
ul.pluslist.hoverindent li:hover a{
	text-indent: 25px;
}
ul.pluslist a:hover{
	text-decoration: none !important;
}
ul.pluslist li:after{
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
ul.pluslist li{
	margin: 0px;
	position: relative;
}
ul.pluslist li{
  border-top: 1px solid;
}
ul.pluslist li:last-of-type{
	border-bottom: 1px solid;
}

.fields-container{
	display: none;
}

#breadcrumbs{
	position: absolute;
	width: 100%;
	top: 90px;
}
#breadcrumbs.hidden{
	display: none;
}
#breadcrumbs .main-container{
	border-bottom: 1px solid;
	padding-top: 25px;
	padding-bottom: 25px;
}
ul.breadcrumb li{
	display: inline-block;
}
ul.breadcrumb li:nth-child(1){
	display: none;
}
ul.breadcrumb li.active{
	font-weight: bold;
}
ul.breadcrumb li:hover a{
	text-decoration: underline;
}
span.divider{
	padding-left: 10px;
	padding-right: 10px;
}


.chronoform input.contentbutton{
	display: block;
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 50px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	float: none;
	text-transform: uppercase;
}
.contentbutton{
	display: block;
	font-size: 18px;
	line-height: 42px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contentbutton.inline{
	display: inline-block;
	width: 145px;
}
.contentbutton_icon{
	height: 10px;
	display: inline;
	margin-right: 5px;
}
.contentbutton.abscent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 60px;
	padding-left: 60px;
	padding-right: 60px;
	white-space: nowrap;
}
.contentbutton:after{
	clear: both;
}
.contentbutton.bordered{
	border: 1px solid;
	line-height: 40px;
}
.contentbutton a{
	display: block;
	height: 100%;
	width: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton.larger,
.chronoform .contentbutton.larger{
	line-height: 60px;
	padding-left: 85px;
	padding-right: 85px;
	font-size: 16px;
}
.contentbutton.larger:hover,
.chronoform .contentbutton.larger:hover{
	padding-left: 100px;
	padding-right: 100px;
}

.video_text_sizer{
	min-height: 190px;
}

/* SEARCH */
.finder{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

/* FORMS */
.chrono_credits{
	display: none;
}
.formular1{
}
.chronoform input, .chronoform textarea,
input.input-small,
.inputbox,
.form-search input,
.chronoform select{
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	font-size: 16px;
	font-weight: 300;
	line-height: 45px;
	text-indent: 20px;
	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: 100%;
}
.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 select{
	padding-top: 15px;
	padding-bottom: 15px;
}
.chronoform input.halfsize{
	width: 49%;
}
#fin-datenschutz{
	display: block;
	vertical-align: middle;
	float: left;
	margin-left: 0px;
	border: 5px solid;
}
label.larger_1{
	text-align: left;
	width: 170px;
	float: left;
	padding-top: 3px;
}
input#datenschutz,
input#rueckruf{
	height: auto;
	margin: 0px;
}
#form-row-datenschutz{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
}
p.klausel{
	margin-top: 0px;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
p.klausel a{
	text-decoration: underline;
}
.g-recaptcha > div{
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.system-message > .message{
	text-align: center;
}
#senden{
	color: white !important;
}

/* 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;
}


.product_menu_fixed{
	position: fixed;
	top: 30%;
	right: -225px;
	width: 220px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.product_menu_fixed.visible{
	right: -225px;
}
.product_menu_fixed.active,
.product_menu_fixed.visible.active{
	right: 0px;
}
.product_menu_pad{
	padding: 20px;
}
.product_menu_activator{
	position: absolute;
	width: 50px;
	height: 50px;
	left: -70px;
	margin-top: -25px;
	top: 50%;
	cursor: pointer;
}
.product_menu_fixed.active .product_menu_activator{
	left: 300px;
}


.contentslide_text p.larger{
  font-size: 25px;
  line-height: 30px;
}