/*
FUG Planauskunt Formular
creation Date: 2021-01-22
Author: Sebastian Osinski
http://www.sebbi.net
*/

body, html{
	font-family: 'Roboto-Medium', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	overflow-x: hidden;
}
.empty{
	font-family: 'Roboto-Bold', sans-serif;
}
.empty{
	font-family: 'Roboto-Thin', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1{
	font-size: 50px;
}
h2{
	line-height: 30px;
	font-size: 22px;
	font-weight: 300;
}
h3{
	font-size: 16px;
}
.font_s_1{
	font-size: 12px;
}
p,
#content-wrapper ul,
.lightboxcontent ul{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
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;
}
p.bold{
	font-weight: bold;
}
p.larger,
.larger_p p,
span.larger{
	font-size: 18px;
	line-height: 25px;
}
.font_small{
	font-size: 12px;
	line-height: 15px;
}
.lightboxcontent li{
	margin-left: 20px;
}
.lightboxcontent h3{
	margin-top: 20px;
}
.underlinelinks_hover a:hover,
.underlinelinks a,
.underline{
	text-decoration: underline;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	position: relative;
}
.main-container.narrow{
	max-width: 1140px;
}
.widepad{
	padding-top: 100px;
	padding-bottom: 100px;
}
.widepad_top{
	padding-top: 100px;
}
.widepad_bot{
	padding-bottom: 100px;
}
.lowpad{
	padding-bottom: 50px;
	padding-top: 50px;
}
.lowpad_top{
	padding-top: 50px;
}
.lowpad_bot{
	padding-bottom: 50px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.lightboxcontent{
	max-width: 800px;
}
.content-tworow > tbody > tr > td{
	width: 48.5%;
}
.content-tworow > tbody > tr > td.table-spacer{
	width: 3%;
}
.content-tworow.narrow > tbody > tr > td{
	width: 45%;
}
.content-tworow.narrow > tbody > tr > td.table-spacer{
	width: 5%;
}
.content-threerow > tbody > tr > td{
	width: 30%;
}
.content-threerow > tbody > tr > td.table-spacer{
	width: 5%;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
}
.anchorlink{
	line-height: 0px;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

/* INDEXES */
#menu-activator{
	z-index: 11;
}
#sidemenu-wrapper,
#topmenu-wrapper{
	z-index: 10;
}
#content-wrapper,
.cont-block{
	z-index: 2;
}



/* transitions */
#content-wrapper{
	-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,
#fug_form, #fug_form *,
.cont_wrap{
	-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{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-right: 0px;
	margin-left: auto;
}

/* CONTENT SPECIFIC */
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
}
.section_bg{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	min-height: 100%;
}
.section_curtain{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
}

.contentbutton{
	display: block;
	font-weight: bold;
	width: 300px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	border: none;
}
.contentbutton:hover{
	-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);
}


/* FIELD SPECIFIC */
.cont_wrap{
	display: block;
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.cont_wrap.white_bg:hover{
	-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);
}
.cont_pad{
	padding: 40px;
}
.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.flexbox{
	z-index: 1;
}
.flexbox.fullWidth{
	width: 100%;
}
.flexbox.half{
	width: 50%;
	position: relative;
}

.footer_logo{
	padding-top: 35px;
}



/* FORMS */
#fug_form{
	display: block;
	position: relative;
	width: 100%;
}
.form_row{
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_label{
	display: inline-block;
	margin-right: 20px;
	width: 200px;
	vertical-align: top;
}
.form_row input,
.form_row textarea{
	display: inline-block;
	padding: 10px;
	width: 360px;
	border: none;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
}
.form_row input:hover,
.form_row textarea:hover{
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.form_row textarea{
	resize: none;
	height: 250px;
}
.form_row input[type="checkbox"]{
	position: relative;
	width: 15px;
	height: 15px;
	border: 2px solid !important;
}

.g-recaptcha > div{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_pad{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 1;
	position: relative;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s33{
	width: 33%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s39{
	width: 39%;
}
.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%;
}


.formular_flex{
}
p.chrono_credits{
	display: none;
}
#ddm_formular input, 
#ddm_formular textarea,
#ddm_formular select{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	background-image: none;
	border: none;
	border-radius: none;
	margin-bottom: 10px;
  resize: none;
	text-align: left;
	width: 100%;
	text-indent: 20px;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	border-bottom: none;
	background-color: #f7f7f7;
	color: #040404;
}
#ddm_formular input.center, 
#ddm_formular textarea.center,
#ddm_formular select.center{
	text-align: center;
}
#ddm_formular select{
	text-indent: 10px;
}
#ddm_formular input._inline_input{
	display: inline-block;
	width: 40px;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	text-align: center;
	text-indent: 0px;
	margin-right: 2px;
}
._inpt_trkno_spacer{
	display: inline-block;
	width: 10px;
}
p.form_tit{
	font-size: 14px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
p._red{
	color: #db4b4a;
}
._andereHersteller{
	display: none;
}
._andereHersteller.active{
	display: block;
}

#kontaktformular_senden_wrap{
	text-align: center;
}
#ddm_formular input.contentbutton{
	text-align: center;
	width: 260px;
	cursor: pointer;
	position: relative;
	text-indent: 0px;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	border: 4px solid white;
	background-color: #009fe3;
	color: white;
	border-radius: 10px;
	height: auto;
	font-size: 16px;
}
#formular_overlay .contentbutton._form_overlay_cl{
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	width: 130px;
}
input#senden._inact{
	pointer-events: none;
	text-indent: 0px;
	background-color: #1d1e1c;
}
#ddm_formular textarea{
	height: 190px;
	line-height: 25px;
	box-sizing: border-box;
	text-indent: 0px;
	padding: 20px;
}
.signature_roberto{
	display: block;
	width: 100px;
	max-width: 80%;
	margin-left: 0px;
	margin-right: auto;
}


#ddm_formular input[type='checkbox']{
  display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-appearance: none;
	outline: 0;
	background: white;
	border-radius: 3px;
	border: 2px solid #dedede;
	transition: border 0.3s ease;
}
#ddm_formular input[type=checkbox]:checked{
	background-image: url('/img/checkbox.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center left 2px !important;
	background-size: 75%;
	border-radius: 3px;
	border: 2px solid #014e97;
	transition: border 0.3s ease;
}
#ddm_formular textarea{
}
#fin-datenschutz{
	display: block;
	vertical-align: middle;
	margin-left: 0px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
#fin-datenschutz input{
	margin-left: auto;
	margin-right: auto;
}
label.larger_1{
	width: 170px;
	padding-top: 0px;
}
input#datenschutz,
input#rueckruf{
	height: auto;
	margin: 0px;
}
p.klausel{
	margin-top: 0px;
	line-height: 20px;
	font-size: 14px;
	display: block;
}
p.klausel a{
	text-decoration: underline;
}
.g-recaptcha > div{
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
.system-message > .message{
	text-align: center;
}
.ddm_formular{
}

.interessiert_box{
	display: none;
	position: relative;
	width: 100%;
}
.interessiert_box.active{
	display: block;
}

.form_act{
	display: none;
}
.form_act.active{
	display: block;
}


.form_intro_wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	width: 90%;
	border-radius: 20px;
}
.footer_wrapper a{
	padding-left: 10px;
	padding-right: 10px;
}
.footer_wrapper a:hover{
	text-decoration: underline;
}