/*@import url("https://use.typekit.net/fgd1tat.css");*/
@import url("https://use.typekit.net/ovw4izx.css");

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*** *** *** *** ***

VAG Rundschrift D Regular
font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: normal;

VAG Rundschrift D Light
font-family: vag-rundschrift-d, sans-serif;
font-weight: 300;
font-style: normal;

VAG Rundschrift D Light Italic
font-family: vag-rundschrift-d, sans-serif;
font-weight: 300;
font-style: italic;

VAG Rundschrift D Regular Italic
font-family: vag-rundschrift-d, sans-serif;
font-weight: 400;
font-style: italic;


*** *** *** *** ***/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}


/*** ALLGEMEIN ****************************************************************************
*******************************************************************************************/

* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
	background: #f5f5f5;
	color: #333;
	overflow-x:  hidden;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-family: vag-rundschrift-d, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 400;
	line-height: 1;
}

h1 {
	font-size: 40px;
	font-size: 2.5rem;
	margin: 0;
	padding: 0;
	color: #009eec;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	color: #888;
}

h3 {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	font-weight: 400;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
	width: 100%;
	max-width: 1280px;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}

main {
	padding: 60px 0 0 0;
	padding: 3.75rem 0 0 0;
}

.copyright {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	margin: 20px 0 40px 0;
	margin: 1.25rem 0 2.5rem 0;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.logo {
	text-align: right;
	padding: 40px 0 0 0;
	padding: 2.5rem 0 0 0;
}

.logo img {
	max-width: 180px;
	max-width: 11.25rem;
}

#site-1 .logo {
	display: none;
}

.flex {
    display: flexbox;
	-webkit-display: box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}
.justify-between {
    -webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

/*** FORMULAR *****************************************************************************
*******************************************************************************************/
form {
	margin: 0;
}

.page-header {
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
	border-bottom: 3px solid rgba(0,0,0,0.05);
	border-bottom: 0.1875rem solid rgba(0,0,0,0.05);
}

.form-actions {
	padding: 0;
	text-align: right;
	border: none;
}

.form-horizontal .form-actions {
	padding-left: 0;
	background: none;
}

.Tx-Formhandler {
	width: 100%;
	background: #fff;
	padding: 60px;
	padding: 3.75rem;
	box-shadow: 0 15px 25px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0.9375rem 1.5625rem 0.3125rem rgba(0,0,0,0.1);
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, #pdate, #pdate1, #pdate2, #pdate3, #pdate4,
#pdate5, #pdate6, #pdate7, #pdate8, #pdate9 {
	width: 100%;
	padding: 10px;
	padding: 0.625rem;
	border: 1px solid #bcbcbc;
	border: 0.0625rem solid #bcbcbc;
	height: auto;
	color: #333;
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 3px;
	border-radius: 0.1875rem;
	box-shadow: none;
	height: 42px;
	height: 2.625rem;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
.uneditable-input:focus, #pdate:focus, #pdate1:focus {
	box-shadow: none;
	border-color: #bcbcbc;
	border-color: #009eec;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 10px 30px 10px 10px;
	padding: 0.625rem 1.875rem 0.625rem 0.625rem;
	border: 1px solid #bcbcbc;
	border: 0.0625rem solid #bcbcbc;
	height: auto;
	color: #333;
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	border-radius: 3px;
	border-radius: 0.1875rem;
	box-shadow: none;
	cursor: pointer;
	height: 42px;
	height: 2.625rem;
	background: #fff url(/fileadmin/templates/img/select-down.svg) no-repeat center right 10px/10px auto;
	background: #fff url(/fileadmin/templates/img/select-down.svg) no-repeat center right 0.625rem/0.625rem auto;
}

.controls.dollar input {
	max-width: 300px;
	max-width: 18.75rem;
	padding: 10px 30px 10px 10px;
	padding: 0.625rem 1.875rem 0.625rem 0.625rem;
	background: #fff url(/fileadmin/templates/img/euro.svg) no-repeat center right 10px/10px auto;
	background: #fff url(/fileadmin/templates/img/euro.svg) no-repeat center right 0.625rem/0.625rem auto;
}

#pdate {
	padding: 10px 30px 10px 10px;
	padding: 0.625rem 1.875rem 0.625rem 0.625rem;
	background: #fff url(/fileadmin/templates/img/calendar.svg) no-repeat center right 10px/14px auto;
	background: #fff url(/fileadmin/templates/img/calendar.svg) no-repeat center right 0.625rem/0.875rem auto;
}

.controls.appliance input {
	max-width: 300px;
	max-width: 18.75rem;
	padding: 10px 30px 10px 10px;
	padding: 0.625rem 1.875rem 0.625rem 0.625rem;
}

.checkhead {
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

.checkhead input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 17px;
	width: 1.0625rem;
	height: 17px;
	height: 1.0625rem;
	padding: 0;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 2px;
	top: 0.125rem;
	margin: 0;
}

.checkhead input[type="checkbox"]:checked {
	background: #009eec url(/fileadmin/templates/img/check.svg) no-repeat center/70% auto;
	border-color: #009eec;
}

.checkhead label {
	font-weight: 300;
	padding: 0 0 0 30px;
	padding: 0 0 0 1.875rem;
	margin: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
.btn-primary{
	font-family: vag-rundschrift-d, sans-serif;
	background: #009eec;
	color: #fff;
	border: 1px solid #009eec;
	border: 0.0625rem solid #009eec;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	font-weight: 300;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	border-radius: 0;
	text-shadow: none;
	font-size: 18px;
	font-size: 1.125rem;
	box-shadow: none;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.btn-primary:hover {
	background: #0071BB;
	border-color: #0071BB;
}

.btn.back {
	font-family: vag-rundschrift-d, sans-serif;
	background: #fff;
	color: #333;
	border: 1px solid #333;
	border: 0.0625rem solid #333;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	font-weight: 300;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	border-radius: 0;
	text-shadow: none;
	font-size: 18px;
	font-size: 1.125rem;
	box-shadow: none;
}

.btn.back:hover {
	background: #333;
	color: #fff;
}

.btn.btn-primary.btn-first::after {
	content:'';
	width: 0;
	height: 15px;
	height: 0.9375rem;
	background: url(/fileadmin/templates/img/next-arrow.svg) no-repeat center right/80% auto;
	display: inline-block;
	float: right;
	margin: 4px 0 0 0;
	margin: 0.25rem 0 0 0;
	transition: all 0.3s;
}

.btn.back::before {
	content:'';
	width: 0;
	height: 15px;
	height: 0.9375rem;
	background: url(/fileadmin/templates/img/back-arrow.svg) no-repeat center left/80% auto;
	display: inline-block;
	float: left;
	margin: 4px 0 0 0;
	margin: 0.25rem 0 0 0;
	transition: all 0.3s;
}

.btn.btn-primary.btn-first:hover::after,
.btn.back:hover::before {
	width: 25px;
	width: 1.5625rem;
}

.form-horizontal .form-actions .btn-first {
	float: right;
}

.form-horizontal .form-actions .btn.back {
	margin: 0 10px 0 0;
	margin: 0 0.625rem 0 0;
}

.form-horizontal .controls {
	position: relative;
	width: calc(100% - 200px);
	width: calc(100% - 12.5rem);
	margin: 0 0 0 200px;
	margin: 0 0 0 12.5rem;
}

label {
	font-family: vag-rundschrift-d, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #333;
	font-weight: 300;
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
}

.form-horizontal .control-label {
    width: 200px;
	width: 12.5rem;
	margin: 0;
    text-align: right;
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
	min-height: 42px;
	min-height: 2.625rem;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
}

.form-horizontal .control-label span {
	display: inline-block;
	line-height: 1;
}

/* Error */
#errorbox {
	display: none;
}

.alert {
    padding: 20px;
	padding: 1.25rem;
    margin-bottom: 20px;
	margin-bottom: 1.25rem;
    text-shadow: none;
    border: 1px solid #fbeed5;
	border: 0.0625rem solid #fbeed5;
    border-radius: 3px;
	border-radius: 0.1875rem;
    background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	font-size: 14px;
	font-size: 0.875rem;
}

/* SMS + E-Mail Button */

fieldset {
	padding: 0;
}

.question {
	margin: 40px 0 30px 0;
	margin: 2.5rem 0 1.875rem 0;
}

.check-q {
	position: relative;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}

.check-q input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 140px;
	width: 8.75rem;
	height: 50px;
	height: 3.125rem;
	background: #009eec;
	position: relative;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
	border-radius: 3px;
	border-radius: 0.1875rem;
	background-size: 15px auto;
	background-size: 0.9375rem auto;
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-position: center right 1.25rem;
	border: none;
}

.check-q input[type="radio"]:checked {
	background-color: #12cd4c;
}

.check-q input:focus,
.check-q input:active {
	border: none;
	outline: none;
}

#q1-sms {
	background-image: url(/fileadmin/templates/img/phone.svg);
	width: 110px;
	width: 6.875rem;
}

#q1-email {
	background-size: 25px auto;
	background-size: 1.5625rem auto;
	background-image: url(/fileadmin/templates/img/mail.svg);
}

.check-q label {
	font-size: 22px;
	font-size: 1.375rem;
	color:#fff;
	position: absolute;
	z-index: 1;
	top: 15px;
	top: 0.9375rem;
	left: 20px;
	left: 1.25rem;
	cursor: pointer;
}

/*** LOGIN/OUT ****************************************************************************
*******************************************************************************************/

#site-1 .frame-type-login.frame-layout-0 {
	width: 100%;
	background: #0071bb;
	background: linear-gradient(135deg, #004f83, #0071bb);
	position: relative;
	min-height: 600px;
	min-height: 37.5rem;
	box-shadow: 0 15px 25px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0.9375rem 1.5625rem 0.3125rem rgba(0,0,0,0.1);
}

#site-1 .frame-type-login.frame-layout-0::before {
	content: '';
	width:  calc(100% - 460px);
	width:  calc(100% - 28.75rem);
	position: absolute;
	height: 100%;
	background: url(/fileadmin/templates/img/DG-logo2.png) no-repeat center/55% auto;
	top: 0;
	right: 0;
}

#site-1 .tx-felogin-pi1 {
	width: 460px;
	width: 28.75rem;
	padding: 40px 60px 60px 60px;
	padding: 2.5rem 3.75rem 3.75rem 3.75rem;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 600px;
	height: 37.5rem;
	color: #8a8c8e;
	font-size: 14px;
	font-size: 0.875rem;
}

#site-1 .tx-felogin-pi1 h3 {
	color: #009eec;
	font-size: 32px;
	font-size: 2rem;
	margin: 0 0 15px 0;
	margin: 0 0 0.9375rem 0;
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
	text-transform: none;
}

#site-1 fieldset {
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	padding: 0;
}

#site-1 .tx-felogin-pi1 fieldset legend {
	display: none;
}

#site-1 .tx-felogin-pi1 input {
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
	padding: 10px 35px 10px 10px;
	padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
}

#site-1 .tx-felogin-pi1 #user {
	background: #fff url(/fileadmin/templates/img/user.svg) no-repeat center right 10px/15px auto;
	background: #fff url(/fileadmin/templates/img/user.svg) no-repeat center right 0.625rem/0.9375rem auto;
}

#site-1 .tx-felogin-pi1 #pass {
	background: #fff url(/fileadmin/templates/img/lock.svg) no-repeat center right 10px/15px auto;
	background: #fff url(/fileadmin/templates/img/lock.svg) no-repeat center right 0.625rem/0.9375rem auto;
}

#site-1 .tx-felogin-pi1 input[type="submit"] {
	margin: 0;
	width: 100%;
	padding: 10px;
	padding: 0.625rem;
}

#site-1 .tx-felogin-pi1 .status-message {
	font-size: 16px;
	font-size: 1rem;
	color: #333;
	display: block;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

.tx-felogin-pi1 .logout {
	text-align: left;
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	font-weight: 600;
	font-size: 14px;
	font-size: 0.875rem;
}

.tx-felogin-pi1 .logout input {
	font-size: 16px;
	font-size: 1rem;
	margin: 5px 0 0 0;
	margin: 0.3125rem 0 0 0;
}

.tx-felogin-pi1 .logout .status-message {
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

/*** FORM1 ********************************************************************************
*******************************************************************************************/

.form1 #tab-navi {
	width: 100%;
	position: relative;
	padding: 40px 0;
	padding: 2.5rem 0;
}

.form1 .tab {
	width: calc(100%/3 - 20px);
	width: calc(100%/3 - 1.25rem);
	position: relative;
}

.form1 .tab input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 130px;
	height: 8.125rem;
	border-radius: 3px;
	border-radius: 0.1875rem;
	position: relative;
	margin: 0;
	background: #0071BB;
	border: 2px solid #0071BB;
	border: 0.125rem solid #0071BB;
}

.form1 .tab input[type="radio"]:hover {
	background: #009eec;
	border-color: #009eec;
}

.form1 .tab label {
	width: 100%;
	height: 130px;
	height: 8.125rem;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	cursor: pointer;
	color: #fff;
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	padding: 1.25rem;
}

.form1 .tab.pruef-active input[type="radio"] {
	background: #00c939;
	border-color: #00c939;
}

.form1 .tab.pruef-active label {
	color: #fff;
}

/*** FORM2 ********************************************************************************
*******************************************************************************************/

.form2 .appliance-type h3 {
	background: #f5f5f5;
	padding: 10px;
	padding: 0.625rem;
	margin: 0 0 15px 0;
	margin: 0 0 0.9375rem 0;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	font-weight: 400;
	text-transform: uppercase;
	background-image:
       repeating-linear-gradient(-45deg, 
                                white 0px, 
                                white 2px, #f5f5f5 2px, 
                                #f5f5f5 4px, white 4px);
	background-image:
       repeating-linear-gradient(-45deg, 
                                white 0px, 
                                white 0.125rem, #f5f5f5 0.125rem, 
                                #f5f5f5 0.25rem, white 0.25rem);
}

.appliance-type {
	border-bottom: 1px solid #ccc;
	border-bottom: 0.0625rem solid #ccc;
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

.appliance-type::after {
  content: "";
  display: table;
  clear: both;
}

.scheme {
	margin: 40px 0;
	margin: 2.5rem 0;
}

.scheme .head {
	background: #009eec;
	padding: 20px;
	padding: 1.25rem;
	text-align: center;
	color: #fff;
}

.scheme .head h2 {
	color: #fff;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
}

.scheme .content .list {
	width: calc(100%/3);
	margin: 0;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
}

.scheme .content .list li {
	list-style: none;
	position: relative;
	padding: 0 0 8px 0;
	padding: 0 0 0.5rem 0;
}

.scheme .content .list span{
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
}

.scheme .content .list span:first-child {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

#list-cov li::before {
	content: "\f05d";
	color: limegreen;
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: normal;
	left: -25px;
	left: -1.5625rem;
	position: absolute;
	text-decoration: inherit;
	top: 1px;
	top: 0.0625rem;
}

#list-excludes li::before {
	content: "\f192";
	color: #000000;
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: normal;
	left: -25px;
	left: -1.5625rem;
	position: absolute;
	text-decoration: inherit;
	top: 1px;
	top: 0.0625rem;
}

#list-restrictions li::before {
	content: "\f12a";
	color: #FF8600;
	font-family: FontAwesome;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: normal;
	left: -25px;
	left: -1.5625rem;
	position: absolute;
	text-decoration: inherit;
	top: 1px;
	top: 0.0625rem;
}

/*** FORM3 ********************************************************************************
*******************************************************************************************/

.row50 {
	position: relative;
	width: 100%;
}

.row50 input:first-child {
	width: 49%;
	float: left;
}

.row50 input:last-child {
	width: 49%;
	float: right;
}

.row30-70 {
	position: relative;
	width: 100%;
}

.row30-70 input:first-child {
	width: 29%;
	float: left;
}

.row30-70 input:last-child {
	width: 69%;
	float: right;
}

.buy-info {
	width:  100%;
	display: block;
	margin: 10px 0 0 0;
	font-size: 0.8rem;
}

/*** FORM5 ********************************************************************************
*******************************************************************************************/
.form4 {
	position: relative;
}

.form4 .form-horizontal .control-label {
	display: block;
	width: 100%;
	text-align: left;
	min-height: auto;
	padding: 0 0 5px 0;
	padding: 0 0 0.3125rem 0;
}

.form4 .form-horizontal .controls {
	width: 100%;
	margin: 0;
}

#payment-placeholder-box {
	width: calc(100% - 400px);
	width: calc(100% - 25rem);
	padding: 0 40px 0 0;
	padding: 0 2.5rem 0 0;
}

.summary-row {
	width: 400px;
	width: 25rem;
	padding: 20px;
	padding: 1.25rem;
	background: #f5f5f5;
}

.summary-row h4 {
	margin: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
}

.summary-row p {
	font-size: 14px;
	font-size: 0.875rem;
}

.summary-point span {
	width: 100px;
	width: 7.25rem;
	display: inline-block;
	font-weight: 600;
}

.coverage {
	padding:  0 0 15px 0;
	padding:  0 0 0.9375rem 0;
	margin:  0 0 15px 0;
	margin:  0 0 0.9375rem 0;
	border-bottom: 1px solid #888;
	border-bottom: 0.0625rem solid #888;
}

.coverage span {
	width: auto;
	color: #009eec;
}

#wrapper.signature-konto {
	position: absolute;
	top: 320px;
	top: 20rem;
}

#wrapper.signature-konto.nmabe {
	top: 475px;
	top: 29.6875rem;
}

#signature-space {
	height: 250px;
	height: 15.625rem;
}

#signature-space.nmabe {
	
}

#errorboxerror.alert.alert-error.nmabe {
	min-height: 135px;
	min-height: 8.4375rem;
}

.form5 fieldset label {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.form5 fieldset  input[type="radio"] {
	margin: -2px 0 0 0;
	margin: -0.125rem 0 0 0;
}

.form1 fieldset label {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.form1 fieldset  input[type="radio"] {
	margin: -2px 0 0 0;
	margin: -0.125rem 0 0 0;
}

/*** FORM6 ********************************************************************************
*******************************************************************************************/

#wrapper {
}

.signature-component canvas {
	width: 100%;
}

.fa-check::before,
.fa-remove::before, .fa-close::before, .fa-times::before{
	font-family: FontAwesome;
	font-style: normal;
}

.signature-component button {
	border-radius: 0;
	font-family: vag-rundschrift-d, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	line-height: 1;
	margin: 15px 0 0 0;
	margin: 0.9375rem 0 0 0;
}

#save, #save2 {
	background: #20d342;
}

#clear, #clear2 {
	background: #333;
	color: #fff;
}

/* Tabelle Antragsformular */
.td-3col {
	width: calc(100%/3); 
}
.td-4col {
	width: calc(100%/4);
}

table {
	width: 100%;
}

table tr {
	vertical-align: top;
}

.form6 table {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.table-box {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #009eec; 
	border: 0.0625rem solid #009eec; 
	width: 100%; 
	border-collapse: separate; 
	border-spacing: 4px;
	border-spacing: 0.25rem;
	padding: 4px;
	padding: 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}

.table-box th {
    font-size: 16px;
	font-size: 1rem;
    background: #009eec;
	background: rgba(0, 158, 236, 0.2);
	color: rgba(0, 158, 236, 1);
	padding: 0;
	font-weight: bold;
	text-align: left;
	box-shadow: 0 0 0 8px rgba(0, 158, 236, 0.2);
	box-shadow: 0 0 0 0.5rem rgba(0, 158, 236, 0.2);
	letter-spacing: 0.5px;
	letter-spacing: 0.03125rem;
}

.table-box tr td {
	padding: 18px 4px 0 4px;
	padding: 1.125rem 0.25rem 0 0.25rem;
}

.table-box .td-underline {
	border: 1px solid #000; 
	border: 0.0625rem solid #000;
	border-top: none;
	padding: 0 4px 4px 4px;
	padding: 0 0.25rem 0.25rem 0.25rem;
}

.table-box .td-underline span,
.table-box .text {
	font-size: 14px;
	font-size: 0.875rem;
}

.table-box .bold {
	font-weight: bold;
}

.table50-50 .tab {
	width: calc(100%/2 - 10px);
	width: calc(100%/2 - 0.625rem);
	border: 1px solid #009eec; 
	border: 0.0625rem solid #009eec; 
}

.table50-50 .tab .table-box {
	border: none;
}

/*** KUNDE BESTÄTIGEN *********************************************************************
*******************************************************************************************/

#site-4 .Tx-Formhandler {
	position: relative;
}

#site-4 #check {
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

#site-4 #formDirectDebit span {
	display: block;
	margin: 0 0 10px 0;
}

#site-4 .form3 form {
	margin: 0 0 10px 0;
	margin: 0 0 0.5rem 0;
}

#site-4 .form3 .form-actions {
	position: absolute;
	bottom: 55px;
	bottom: 3.4375rem;
	right: 60px;
	right: 3.75rem;
	margin: 0;
}

#site-4 #wrapper {
	margin: 0 0 90px 0;
	margin: 0 0 5.625rem 0;
}

#site-4 #wrapper2 {
	margin: -90px 0 90px 0;
	margin: -5.625rem 0 5.625rem 0;
}

#site-6 .Tx-Formhandler {
	position: relative;
}

#site-6 #check {
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}

#site-6 #formDirectDebit span {
	display: block;
	margin: 0 0 10px 0;
}

#site-6 .form3 form {
	margin: 0 0 10px 0;
	margin: 0 0 0.5rem 0;
}

#site-6 .form3 .form-actions {
	position: absolute;
	bottom: 55px;
	bottom: 3.4375rem;
	right: 60px;
	right: 3.75rem;
	margin: 0;
}

#site-6 #wrapper {
	margin: 0 0 90px 0;
	margin: 0 0 5.625rem 0;
}

#site-6 #wrapper2 {
	margin: -90px 0 90px 0;
	margin: -5.625rem 0 5.625rem 0;
}


/*** MEDIA QUERIES ************************************************************************
*******************************************************************************************/

@media screen and (min-width: 2560px) {
    html {
        font-size: 125%;
    }
}

@media screen and (max-width: 1260px) {
	#errorboxerror.alert.alert-error.nmabe {
		min-height: 155px;
	}
	
	#wrapper.signature-konto.nmabe {
		top: 490px;
	}
}

@media screen and (max-width: 1080px) {
	.scheme .content .list {
		padding: 20px 25px;
	}
	
	.scheme .content .list li {
		font-size: 14px;
	}
	
	.scheme .content .list span {
		font-size: 14px;
	}
	
	.scheme .content .list span:first-child {
		font-size: 16px;
	}
}

@media screen and (max-width: 960px) {
	.form1 .tab label {
		font-size: 16px;
		height: 100px;
	}
	
	.form1 .tab input[type="radio"] {
		height: 100px;
	}
	
	#payment-placeholder-box {
		width: 100%;
		padding: 0;
	}

	.summary-row {
		width: 100%;
	}
	
	.scheme .content .list {
		width: calc(100%/2);
	}
}

@media screen and (max-width: 767px) {
	body {
		padding: 0;
		font-size: 14px;
	}
	
	main, .logo {
		padding: 20px 0 0 0;
	}
	
	h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	#site-1 .frame-type-login.frame-layout-0 {
		min-height: auto;
		padding-top: 120px;
	}
	
	#site-1 .frame-type-login.frame-layout-0::before {
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
		height: 120px;
		background-size: auto 80px;
	}
	
	#site-1 .tx-felogin-pi1 {
		width: 100%;
		height: auto;
		display: inline-block;
	}
	
	.form1 #tab-navi {
		padding: 20px 0 30px 0;
	}
	
	.form1 .tab {
		width: calc(100%/3 - 10px);
	}
	
	.form1 .tab label {
		padding: 15px;
		font-size: 14px;
	}
	
	.Tx-Formhandler {
		padding: 20px;
	}
	
	label, select,
	textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, #pdate, #pdate1{
		font-size: 14px;
	}
	
	.form-horizontal .control-label {
		width: 120px;
	}
	
	.form-horizontal .controls {
		width: calc(100% - 120px);
		margin: 0 0 0 120px;
	}
	
	.table-box th {
		font-size: 14px;
		letter-spacing: 0;
	}

	.table50-50 .tab {
		width: 100%;
	}
	
	.table50-50 .tab.left {
		margin: 0 0 20px 0;
	}
	
	.table-box .td-underline span {
		font-size: 12px;
	}
	
	#wrapper.signature-konto {
		top: 305px;
	}
	
	#wrapper.signature-konto.nmabe {
		top: 480px;
	}
	
	#site-4 .form3 .form-actions,
	#site-6 .form3 .form-actions{
		bottom: 20px;
		right: 20px;
	}
	
	.buy-info {
		max-width: 340px;
	}
	
	#site-4 #wrapper {
		margin: 0 0 110px 0;
	}
	#site-4 #wrapper2 {
		margin: -110px 0 110px 0;
	}
	
	#site-6 .form3 .form-actions {
		right: 20px;
	}
	
	#site-6 #wrapper {
		margin: 0 0 110px 0;
	}
	#site-6 #wrapper2 {
		margin: -110px 0 110px 0;
	}
}

@media screen and (max-width: 600px) {
	#tab-navi {
		flex-wrap: wrap;
	}
	
	.form1 .tab {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.form1 .tab input[type="radio"],
	.form1 .tab label {
		height: 60px;
	}
	
	.scheme .content .list {
		width: 100%;
	}
	
	.table-box .text {
		font-size: 13px;
		line-height: 1.3;
	}
	
	table, .table-box {
		width: 600px;
		max-width: 600px;
	}
	
	.table50-50 .tab .table-box {
		width: 100%;
		max-width: 100%;
	}
	
	.scheme .content .list {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	
	.logo img {
		max-width: 100px;
	}
	
	h1 {
		font-size: 26px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	.summary-row h4 {
		font-size: 18px;
	}
	
	#site-1 .tx-felogin-pi1 {
		padding: 25px;
	}
	
	#site-1 .tx-felogin-pi1 h3 {
		font-size: 26px;
		margin: 0 0 10px 0;
	}
	
	#site-1 .frame-type-login.frame-layout-0 {
		padding-top: 100px;
	}
	
	#site-1 .frame-type-login.frame-layout-0::before {
		height: 100px;
		background-size: auto 60px;
	}
	
	.page-header {
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
	}
	
	.form-horizontal .control-label {
		width: 100%;
		text-align: left;
		height: auto;
		min-height: auto;
		display: block;
		padding: 0 0 5px 0;
	}
	
	.form-horizontal .controls {
		width: 100%;
		margin: 0 0 0 0;
	}
	
	select, .controls.dollar input, .controls.appliance input {
		max-width: 100%;
	}
	
	#signature-pad, #signature-pad2 {
		width: 280px;
	}
	
	#save, #save2 {
		width: 100%;
		margin: 15px 0 0 0;
		display: block;
	}
	
	#clear, #clear2 {
		width: 100%;
		margin: 10px 0 0 0;
		display: block;
	}
	
	#signature-space {
		height: 280px;
	}
	
	#wrapper.signature-konto {
		top: 280px;
	}
	
	#wrapper.signature-konto.nmabe {
		top: 455px;
	}
	
	.alert {
		font-size: 13px;
		line-height: 1.35;
	}
	
	.question {
		margin: 20px 0 10px 0;
		justify-content: center;
	}
	
	.form-horizontal .form-actions {
		padding: 0;
	}

}

@media screen and (max-width: 420px) {
	.form-horizontal .form-actions button {
		float: none;
		display: block;
		width: 100%;
	}
	
	.form-horizontal .form-actions .btn-first {
		float: none;
		margin: 0 0 10px 0;
	}
	
	#site-4 .form3 .form-actions,
	#site-6 .form3 .form-actions{
		width: calc(100% - 40px);
	}
	
	#site-4 #wrapper,
	#site-6 #wrapper{
		margin: 0 0 160px 0;
	}
	#site-4 #wrapper2,
	#site-6 #wrapper2{
		margin: -160px 0 160px 0;
	}
	
	.buy-info {
		max-width: 100%;
		text-align: left;
		line-height: 1.2;
	}
	
	/*#site-6 #wrapper {
		margin: 0 0 200px 0;
	}
	
	#site-6 .form3 .form-actions {
		width: 100%;
		width: calc(100% - 40px);
	}*/
}


@media screen and (max-width: 400px) {
	
	.row50 input:first-child,
	.row50 input:last-child,
	.row30-70 input:first-child,
	.row30-70 input:last-child{
		float: none;
		width: 100%;
	}
	
	.row50 input:first-child,
	.row30-70 input:first-child {
		margin: 0 0 10px 0;
	}

	
}