@font-face {
  font-family: "FrutigerVR";
  src: url("./fonts/Vr021regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Vr021regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Vr021regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Vr021regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Vr021regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Vr021regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Vr021regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FrutigerVR";
  src: url("./fonts/Vr051bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Vr051bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Vr051bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Vr051bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Vr051bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Vr051bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Vr051bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FrutigerVR";
  src: url("./fonts/Vr025italic.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Vr025italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Vr025italic.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Vr025italic.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Vr025italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Vr025italic.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Vr025italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "FrutigerVR";
  src: url("./fonts/Vr085italicbold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Vr085italicbold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Vr085italicbold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Vr085italicbold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Vr085italicbold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Vr085italicbold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Vr085italicbold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: italic;
}

body {
	background: #222;
	font-family: 'Open Sans', sans-serif;
	color: #222;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 4px;
}

.h1, .h2, .h3, h1, h2, h3 {margin-top: 0; padding-bottom: 5px; margin-bottom: 20px;}

.h1, h1 {font-size: 20px; border-bottom: 1px solid #ec6509;}
.h2, h2 {font-size: 18px; color: #005ca7;}

dt {font-weight: normal;}

a {color: #ec6509;}
a:hover, a:focus {color: #222;}

.container {
	width: 1140px;
	max-width: unset;
}

.navbar { background: #fff; border-bottom: 2px solid #ec6509;}

.navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {padding: 0 15px; margin-right: 15px; color: #000;}
.navbar .navbar-brand img { width:185px;display: inline-block; margin-right: 15px;}


.navbar-expand-lg .navbar-nav {
	width: 100%;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#main {margin-top: 75px; background:#fff; border: 1px solid #666; padding: 25px; position: relative}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}
#c2 ol,
#c3 ol,
#c4 ol,
.state-nav {
/*	background: rgba(0,92,167,0.2);*/
	padding: 3px;
	list-style: decimal;
	list-style-position: inside;
	display: flex;
}
#c2 ol li,
#c3 ol li,
#c4 ol li,
.state-nav .nav-item {
	background: #ec6509;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #ec6509;
	color: #fff;
}
#c2 ol li a,#c3 ol li a,#c4 ol li a, .state-nav .nav-item a {color: #fff;}
#c2 ol li.txtwdtp-nav-current,
#c3 ol li.txtwdtp-nav-current,
#c4 ol li.txtwdtp-nav-current,
.state-nav .nav-item.txtwdtp-nav-current {
	border: 1px solid #005ca7;
	background: #005ca7;
	color: #fff;
}

#c2 ol li.txtwdtp-nav-current a,
#c3 ol li.txtwdtp-nav-current a,
#c4 ol li.txtwdtp-nav-current a,
.state-nav .nav-item.txtwdtp-nav-current a {
	color: #fff;
}

#c2 .previewImage, #c3 .previewImage, #c4 .previewImage {max-width: 400px; border: 1px solid #999}
#c2 .previewImage:hover, #c3 .previewImage:hover,#c4 .previewImage:hover {border: 1px solid #005ca7}

#c2 form,#c3 form,#c4 form {overflow: hidden;}

.welcomeState { overflow: hidden;}
.welcomeState dl { max-width: 50%;float: left;}
.welcomeState dt {margin-bottom: 10px;}
.welcomeInfo { float: right; width: 50%;padding: 50px 0 0 0px;}

.contentState {font-family: 'FrutigerVR', Helvetica, Arial, sans-serif;}

.contentState div.document > dl:first-child {
	background: url(../img/Vorderseiteleer.jpg) no-repeat;
	width: 800px;
	height: 508px;
	background-size: 100%;
	position: relative;
	border: 1px solid #666;
	float: left;
}

.contentState div.document > dl:last-child {
	width: 800px;
	height: 508px;
	background-size: 100%;
	position: relative;
	border: 1px solid #666;
	float: left;
	display: none;
}

.contentState input[type=submit] {margin-left: 20px;}

.contentState dl {margin: 0; padding: 0;}
.contentState dt {display: none;}
.contentState dd {margin-bottom: 0;}
.contentState input { max-width: 100%;}

/*************************************** Layout Basic ******************************************/
.contentState dd.dtpe1-0-0-0 { display: none;}
.contentState dd.dtpe1-0-0-1 {
	position: absolute;
	top: 38%;
	left: 8%;
	display: block;
	width: 66%;
	margin: 0;
}
.contentState dd.dtpe1-0-0-1-0 { margin: 0;} 
.contentState dd.dtpe1-0-0-1-0-0-0,
.contentState dd.dtpe1-0-0-1-0-0-1 { display: inline-block; background: #fff; min-width: 20%; height: 36px; line-height: 36px; font-size: 34px; font-weight: bold; margin-bottom: 0;}
.contentState dd.dtpe1-0-0-1-0-1,
.contentState dd.dtpe1-0-0-1-0-2 {background: #fff; font-size: 24px; line-height: 28px; height: 28px;}

.contentState dd.dtpe1-0-0-1-0-2 {margin-bottom: 28px;}


.contentState dd.dtpe1-0-0-1-1-1 {padding-left: 39px;}
.contentState dd.dtpe1-0-0-1-1-1-0,
.contentState dd.dtpe1-0-0-1-1-1-1,
.contentState dd.dtpe1-0-0-1-1-1-2 {display: inline-block; font-size: 22px; line-height: 24px;}
.contentState dd.dtpe1-0-0-1-1-1-2 input {width: 85px;}

/*.contentState dd.dtpe1-0-0-1-2-1 {
	width: 210px;
	padding-left: 37px;
	font-size: 22px;
	line-height: 24px;
}*/

.contentState dd.dtpe1-0-0-1-2-1 {
	padding-left: 39px;
	font-size: 22px;
	line-height: 24px;
	width: 241px;
}
.contentState dd.dtpe1-0-0-1-3-1 {
	margin-top: 47px;
	padding-left: 40px;
	font-size: 22px;
	line-height: 24px;
}

.contentState dt.dtpe1-0-0-2 { display: none;}
.contentState dd.dtpe1-0-0-2 {
	position: absolute;
	top: 78.5%;
	left: 8%;
	display: block;
	width: 66%;
	margin: 0;
}

.contentState dd.dtpe1-0-0-2-0-1 {padding-left:40px;}

/*************************************** Layout Private ******************************************/

.contentState dd.dtpe3-0-0-0 { display: none;}
.contentState dd.dtpe3-0-0-1 {
	position: absolute;
	top: 42%;
	left: 5.7%;
	display: block;
	width: 66%;
	margin: 0;
}
.contentState dd.dtpe3-0-0-1-0 { margin: 0;} 
.contentState dd.dtpe3-0-0-1-0-0-0,
.contentState dd.dtpe3-0-0-1-0-0-1 { display: inline-block; background: #fff; min-width: 20%; height: 36px; line-height: 36px; font-size: 34px; font-weight: bold; margin-bottom: 0;}
.contentState dd.dtpe3-0-0-1-0-1,
.contentState dd.dtpe3-0-0-1-0-2 {background: #fff; font-size: 24px; line-height: 28px; height: 28px;}

.contentState dd.dtpe3-0-0-1-0-2 {margin-bottom: 28px;}


.contentState dd.dtpe3-0-0-1-1-1 {padding-left: 39px;}
.contentState dd.dtpe3-0-0-1-1-1-0,
.contentState dd.dtpe3-0-0-1-1-1-1,
.contentState dd.dtpe3-0-0-1-1-1-2 {display: inline-block; font-size: 22px; line-height: 24px;}
.contentState dd.dtpe3-0-0-1-1-1-2 input {width: 85px;}

/*.contentState dd.dtpe3-0-0-1-2-1 {
	width: 210px;
	padding-left: 37px;
	font-size: 22px;
	line-height: 24px;
}*/

.contentState dd.dtpe3-0-0-1-2-1 {
	padding-left: 39px;
	font-size: 22px;
	line-height: 24px;
	width: 241px;
}
.contentState dd.dtpe3-0-0-1-3-1 {
	margin-top: 47px;
	padding-left: 40px;
	font-size: 22px;
	line-height: 24px;
}
/*************************************** Layout VS ******************************************/
.contentState dd.dtpe4-0-0-0 { display: none;}
.contentState dd.dtpe4-0-0-1 {
	position: absolute;
	top: 42%;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
}
.contentState dd.dtpe4-0-0-1-0 { margin: 0;} 
.contentState dd.dtpe4-0-0-1-0-0,
.contentState dd.dtpe4-0-0-1-0-1 { display: inline-block; background: #fff; height: 36px; line-height: 36px; font-size: 34px; font-weight: bold; margin-bottom: 0;}
.contentState dd.dtpe4-0-0-1-1,
.contentState dd.dtpe4-0-0-1-2 {background: #fff; font-size: 24px; line-height: 28px; height: 28px; }
.contentState dd.dtpe4-0-0-1-1 input, .contentState dd.dtpe4-0-0-1-2 input {text-align: center;}

.contentState dd.dtpe4-0-0-1-2 {margin-bottom: 17px;}

.contentState dd.dtpe4-1-0-1 {
	position: absolute;
	top: 62%;
	left: 5.7%;
	display: block;
	width: 66%;
	margin: 0;
}

.contentState dd.dtpe4-1-0-1-0-1 {padding-left: 39px;}

.contentState dd.dtpe4-1-0-1-0-1-0,
.contentState dd.dtpe4-1-0-1-0-1-1,
.contentState dd.dtpe4-1-0-1-0-1-2 {display: inline-block; font-size: 22px; line-height: 24px;}

.contentState dd.dtpe4-1-0-1-0-1-2 input {width: 85px;}

.contentState dd.dtpe4-1-0-1-1-1 {
	width: 210px;
	padding-left: 37px;
	font-size: 22px;
	line-height: 24px;
}

.contentState dd.dtpe4-1-0-1-2-1 {
	padding-left: 39px;
	font-size: 22px;
	line-height: 24px;
	width: 245px;
}
.contentState dd.dtpe4-1-0-4-0 {
	position: absolute;
	top: 86%;
	left: 5.7%;
	display: block;
	width: 66%;
	margin: 0;
	color: #fff;
}

.contentState dd.dtpe4-1-0-4-0 dd {
	display: inline-block;
}


.checkout dt {width: 150px;}

#zip { display: inline-block; width: 15%;}
#city { display: inline-block; width: 80%;}

.copyright {
	padding: 0;
	margin-top: 20px;
	text-align: right;
}

.copyright span, .copyright a {
	color: #aaa;
}