@charset "utf-8";
@font-face { font-family: 'ApogephaBold';
             src: url('https://www.apogepha.de/theme/Fonts/Apogepha/ApogephaSZBold/ApogephaSZBold.ttf')  format('truetype'); }
@font-face { font-family: 'Apogepha';
             src: url('https://www.apogepha.de/theme/Fonts/Apogepha/ApogephaSZLight/ApogephaSZLight.ttf')  format('truetype'); }
/* CSS Document */
#all{
	padding:20px;
	}

.description{
    width: 50%;
    float: left;
margin-bottom:30px;
}
.description img{
margin-left:30px;
}

input, select, option, textarea {
  font-size: 18px!important;

}
/*body{
	background-color:#F0F0F0;
	font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
	font-size:12px;
	color:#9A9A9A;
	margin:12px;
	line-height:17px;
	}
#all{
	background-color:#FFF;
	padding:20px;
	margin: 0px auto;
	vertical-align:middle;
	width:500px;
	}
h1{
	  font-family: "ApogephaBold", Helvetica, 'Arial', sans-serif;
  font-size: 36px;
line-height: 46px;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px 0px 17px 0px;
	}
label, .answer{
	color:#333333;
font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
	font-size:12px;
    line-height: 26px;
	}
input, select, option {
	background-color:#ffffff;
	font-size:12px;
	color:#666666;
	}
select {
	border:1px solid #9A9A9A;
	padding:2px;
}*/
input[type=text], textarea {

padding: 10px;
    /*font-size: 18px;*/
    height: 200px;
}

.radiobutton_group input[type=text] {
	margin-top: 5px;
}
	
/*.button{
	padding:12px 0px 12px 0px;
	width:500px;
	}
input[type=submit]{
	width:100px;
	font-size:18px;
	padding:2px 3px 4px 3px;
	border:1px solid #9A9A9A;
	}
	*/
.msg_error  {
	font-weight:bold;
	color:#dd0000;
	padding-bottom: 10px;
	}
.questions {
	background-color:#E5EFF7;
clear: both;
	
	}
.question {
	padding: 15px 10px;
}

.abstand {
	height:15px;
	background-color:#ffffff;
	}
.head {
	font-family: 'ApogephaBold';
	padding-bottom: 20px;
	}
/*.head label {
	color:#666666;
	}*/
.mandatory .head label::after{
	content:"*";
}
/*.head div {
	font-weight:normal;
	color:#9A9A9A;
	}*/
	
.body div {
	padding: 0 0 5px 0;
	}
td {
	text-align: center;
	vertical-align:middle;
padding: 0 20px;
}

td.question {
	text-align:left;
	padding: 3px 0 5px 0;
}

.radiobutton_matrix input[type=radio]{
	margin: 0 0 3px 0;
	}
.radiobutton_matrix td {
	border-bottom: 1px dotted #dcdcdc;
}

.actions {
	padding-top: 10px;
	}

.pagination {
	text-align:right;
	font-size:13px;
	float:right;
display:none;
	}
.pflicht {
	text-align:right;
	font-size:13px;
	float:right;
display:none;
	}
.finish {
	color: #000000;
}

/***************************/

div.date input{
	cursor:pointer;
}

#datepicker{
	position:absolute;
	width:175px;
	padding:5px;
	background-color:#fff;
	border:solid 1px #000;
	z-index:9999;
	font-family:arial;
	font-size:14px;
}

#datepicker p{
	margin:0px;
	padding:0px;
}

#datepicker a{
	color:#999;
	text-decoration:none;
}
#datepicker a:hover, #datepicker a.weekend:hover{
	color:#000;
}

#datepicker a.active{
	color:#F56E01 !important;
	font-weight:bold;
}

#datepicker a.today{
	color:#F56E01;
}

#datepicker a.weekend{
	color:#666666;
}

#datepicker ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#datepicker ul li{
	float:left;
	width:21px;
	margin:2px;
	padding:0px;
	list-style-type:none;
	text-align:right;
}

#datepicker ul li a{
	padding:2px;
}

#datepicker p{
	text-align:center;
}

#datepicker_year_month{
	font-weight:bold;
}

#datepicker_weekdays{
	margin-top:3px;
}
@import "https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Serif|Lato|Open+Sans|Open+Sans+Condensed:300|PT+Serif|Raleway|Roboto|Roboto+Condensed|Source+Sans+Pro";
.nl-form-body .element {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 8px 4%;
  width: 100%;
}
.nl-form-body .element * {
  vertical-align: baseline;
}
.nl-form-body .element .validation {
  color: #ff0000;
  display: none;
  font-weight: bold;
}
.nl-form-body .element.invalid .validation {
  display: block !important;
}
.nl-form-body .first label {
  color: #000000;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.1em;
  padding: 0 0 2px 0;
}
.nl-form-body .element.mandatory .first label::after {
  content: "*";
}
.nl-form-body .element sub {
  vertical-align: sub;
}
.nl-form-body .element sup {
  vertical-align: super;
}
.nl-form-body .first p.descr {
  display: none !important;
}
.nl-form-body .second label {
  color: #000000;
  line-height: 1em;
}
.nl-form-body .element.invalid input[type=text], .nl-form-body .element.invalid select, .nl-form-body .element.invalid textarea {
  border: solid 1px #ff0000;
}
.nl-form-body input[type=checkbox], .nl-form-body input[type=radio] {
  border: solid 1px #ccc;
  box-sizing: border-box;
  display: inline-block;
  margin: 2px 4px 0.2em;
}

#fa_4 {
  width: 100%;
}
#fa_5 {
  width: 100%;
}
#fa_6 {
  width: 100%;
}
#fa_7 {
  width: 100%;
}
#fa_8 {
  width: 100%;
}
#fa_9 {
  width: 100%;
}
#fa_10 {
  width: 100%;
}
#fa_11 {
  width: 100%;
}
#fa_1 {
  width: 100%;
}
#fa_2 {
  width: 100%;
}
#fa_0 {
  width: 100%;
}
#fa_3 {
  width: 100%;
}
input.datetime, input.date, input.time {
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
span.calendar {
  float: right;
  margin-right: 17px;
  margin-top: -26px;
  position: relative;
  z-index: 2;
  color: #767b81;
}
.calendar::after {
  content: "\f073";
  font-family: 'FontAwesome regular' !important;
  font-size: 15px;
}
.datetimepicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  z-index: 9999;
  padding: 0px;
  margin: 0px;
  width: 228px;
  font-size: 11px;
  font-family: Tahoma;
  border: 1px solid #b0bac4;
  position: absolute;
  display: none;
}
/****** NAVIGATION ******/
div.dtpnav {
  width: 100%;
  height: 25px;
}
.dtpnavarrowleft {
  cursor: pointer;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  width: 24px;
  height: 25px;
}
.dtpnavarrowleftimg {
  margin-left: 8px;
  margin-top: 6px
}
div.dtpnavmonthyearsel {
  float: left;
  font-weight: bold;
  min-width: 180px;
  text-align: center;
}
.dtpnavarrowright {
  cursor: pointer;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  width: 24px;
  height: 25px;
}
.dtpnavarrowrightimg {
  margin-left: 8px;
  margin-top: 6px
}
/****** MONTH-SELECTION ******/
.dtpmonthsel {
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
}
.dtpmonthshow {
  float: left;
  line-height: 24px;
  color: #FFF;
}
.dtpmonthshowimg {
  width: 13px;
  height: 26px;
  float: left;
  background-repeat: no-repeat;
  background-position: 4px 10px;
}
.dtpyearsel {
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
}

div.dtpyearselbox {
  height: 184px;
  overflow: hidden;
  width: 228px;
  background-color: #fff;
  border: 1px solid #b0bac4;
  font-family: Tahoma;
  font-size: 10px;
  display: none;
  position: absolute;
  left: -1px;
  top: 24px;
}
div.dtpyearselboxleft {
  height: 182px;
  width: 34px;
  margin: 1px;
  float: left;
  cursor: pointer;
}
div.dtpyearselboxright {
  height: 182px;
  width: 33px;
  margin: 1px;
  float: left;
  cursor: pointer;
}
.dtpyearshow {
  float: left;
  line-height: 24px;
  color: #FFF;
}
.dtpyearshowarrowimg {
  width: 13px;
  height: 26px;
  float: left;
  background-repeat: no-repeat;
  background-position: 4px 10px;
}
/***** YEAR-BOX ******/
.dtpyearbox {
  height: 182px;
  width: 156px;
  background-color: #fff;
  float: left;
}
.dtpyearboxselul {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.dtpyearboxselli {
  float: left;
  margin-bottom: 1px;
  text-align: center;
}
/********** CAL ************/
.dtpcalendar {
  width: 100%;
  background-color: #fcfdff;
  border-top: 1px solid #b0bac4;
}
.dtpcalrow {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.calField {
  float: left;
  text-align: center;
  cursor: pointer !important;
}
.disabledCalField {
  float: left;
  text-align: center;
  background-color: #757575 !important;
  cursor: default;
}
.notThisMonthField {
  background-color: #fff !important;
  margin-bottom: 1px !important;
}
/******* TIME *********/
.dtptimearea {
  width: 100%;
  height: 25px;
  color: #34404b;
  font-weight: bold;
  text-align: center;
}
.dtptimeclock {
  vertical-align: top;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.dtphoursel {
  margin-right: 2px;
  display: inline-block;
  cursor: pointer;
}
.dtphoursel1 {
  width: 9px;
  height: 6px;
  margin-right: 2px;
  margin-top: 9px;
  float: left;
}
.dtphoursel2 {
  float: right;
  line-height: 24px;
}
.dtphourselectbox {
  font-weight: normal;
  top: 24px;
  height: 184px;
  width: 228px;
  background-color: #fff;
  border: 1px solid #b0bac4;
  font-family: Tahoma;
  font-size: 10px;
  display: none;
  position: absolute;
  left: -1px;
}
.dtphourul {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 1px;
}
.dtphouril {
  float: left;
  width: 56px;
  margin-bottom: 1px;
  text-align: center;
  cursor: pointer;
  margin-left: 1px;
}
.dtpdblp {
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.dtpminutesel {
  margin-right: 2px;
  display: inline-block;
  cursor: pointer;
}
.dtpminutesel1 {
  float: left;
  line-height: 24px;
  margin-left: 2px;
}
.dtpminutesel2 {
  width: 9px;
  height: 6px;
  margin-left: 3px;
  margin-top: 9px;
  float: right;
}
.dtpminuteselectbox {
  font-weight: normal;
  top: 24px;
  left: -1px;
  height: 184px;
  width: 228px;
  background-color: #fff;
  border: 1px solid #b0bac4;
  font-family: Tahoma;
  font-size: 10px;
  display: none;
  position: absolute;
}
.dtpminuteul {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 1px;
}
.dtpminuteil {
  float: left;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  margin-left: 1px;
}
.dtptimeselarea {
  font-weight: normal;
  left: -1px;
  top: 24px;
  height: 184px;
  width: 228px;
  background-color: #fff;
  border: 1px solid #b0bac4;
  font-family: Tahoma;
  font-size: 10px;
  display: none;
  position: absolute;
}
.dtptimeselarealeft {
  height: 100%;
  width: 100px;
  float: left;
}
.dtptimeselarealeftarrowup {
  width: 100%;
  background-repeat: no-repeat;
  height: 50px;
  cursor: pointer;
}
.dtptimeselarealeftnumber {
  width: 100%;
  height: 84px;
  vertical-align: middle;
  text-align: center;
  line-height: 84px;
  font-size: 36pt;
}
.dtptimeselarealeftarrowdown {
  width: 100%;
  background-repeat: no-repeat;
  height: 50px;
  cursor: pointer;
}
.dtptimeselareamiddle {
  vertical-align: middle;
  text-align: center;
  line-height: 170px;
  font-size: 42pt;
  width: 28px;
  float: left;
}
.dtptimeselarearight {
  height: 100%;
  width: 100px;
  float: left;
}
.dtptimeselarearightarrowup {
  width: 100%;
  background-repeat: no-repeat;
  height: 50px;
  cursor: pointer;
}
.dtptimeselarearightnumber {
  width: 100%;
  height: 84px;
  vertical-align: middle;
  text-align: center;
  line-height: 84px;
  font-size: 36pt;
}
.dtptimeselarearightarrowdown {
  width: 100%;
  background-repeat: no-repeat;
  height: 50px;
  cursor: pointer;
}
/***** MONTH SELECTION BOX *****/
div.dtpmonthbox {
  height: 184px;
  width: 228px;
  background-color: #FFF;
  border: 1px solid #b0bac4;
  font-family: Tahoma;
  font-size: 10px;
  color: #000;
  display: none;
  position: absolute;
  left: -1px;
  top: 24px;
}
ul.dtpmonthrow {
  margin-left: 0px;
  float: left;
  list-style-type: none;
  width: 100%;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 1px;
}
il.dtpmonthcell {
  float: left;
  text-align: center;
  line-height: 45px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
/***** BUTTONS *****/
.dtpbuttons {
  width: 100%;
  height: 25px;
  border-top: 1px solid #b0bac4;
  text-align: center;
}
.dtpbuttonsul {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 25px;
  background-color: #FFF;
}
.dtpbuttonsborder {
  line-height: 25px;
  margin-right: 1px;
  background-color: rgb(48, 52, 58);
  text-align: center;
  float: left;
  color: #FFF;
  cursor: pointer;
}
.dtpbuttonsnoborder {
  line-height: 25px;
  text-align: center;
  background-color: rgb(48, 52, 58);
  float: left;
  color: #FFF;
  cursor: pointer;
  width: 75px;
}
/***** IE-FIX *****/
.iefix {
  min-width: 180px;
  float: left;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.rightiefix {
  position: absolute;
  right: 0;
  top: 0;
}
.leftiefix {
  position: absolute;
  left: 0;
  top: 0;
}
.color3 {
  background-color: -mw-settings-colors-system-link_hover- !important;
}
body {
  background-color: #fff;
  font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
  font-size: 12px;
  color: #9A9A9A;
  margin: 12px;
  line-height: 17px;
}
h1 {
  font-family: "ApogephaBold", Helvetica, 'Arial', sans-serif;
  font-size: 36px;
line-height: 46px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 0px 0px 12px 0px;
}
h2 {
font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
  font-size: 26px;
line-height: 36px;
  font-weight: bold;
  color: #005EB8;
  margin: 0px;
  padding: 0px 20px 12px 20px;
}
.row {
  padding: 0 20px;
  width: 80%;
  float: left;
}
.to, .from {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
label {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
input, select, option, textarea {
  background-color: #ffffff;
  font-size: 18px;
  color: #666;
}
input[type=text], select, textarea {
  border-radius: 2px 2px 20px 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box !important;
  font-size: 18px;
  line-height: 26px;
  /*height: 3rem;*/
}
.button {
  padding: 12px 0px 12px 0px;
  width: 500px;
  margin: 20px;
  font-size: 18px;
}
input[type=submit] {
  font-weight: bold;
font-family: "ApogephaBold", Helvetica, 'Arial', sans-serif;
  letter-spacing: 1.2px;
  padding: 1.2rem 2rem 1.2rem 2rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-color: #0064AF;
  border-radius: 2px 2px 20px 2px;
  background: #0064AF;
  border: none;
  box-shadow: 0 12px 24px 0 rgba(123, 150, 169, 0.3);
}
.footer-content{
text-align: center;
width:100%;
}
#outlook a {
  padding: 0;
}
.ReadMsgBody {
  width: 100%;
}
.ExternalClass {
  width: 100%;
}
.ExternalClass * {
  line-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
  text-align: justify;
  color: #000000;
  line-height: 120%;
  hyphens: auto;
  word-wrap: break-word;
}
table, td {
  border-collapse: collapse;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  font-size: 12px;
  color: #000000;
  line-height: 120%;
}
img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}
a {
  color: #005EB8;

}
p {
  display: block;
  margin: 13px 0;
  font-size: 18px;
  line-height: 26px;
  font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
  color: #000000;
  
}
p a{
  font-size: 14px;
  line-height: 26px;
  font-family: "Apogepha", Helvetica, 'Arial', sans-serif;
color: #005EB8;
text-decoration:none;
}
</style > 

< !--[if !mso] > < !-- > <style type="text/css" > @media only screen and (max-width:480px) {
  @-ms-viewport {
    width: 320px;
  }
  @viewport {
    width: 320px;
  }
.footer-content{
text-align:left;
width:80%;
}
}
@media only screen and (max-width:940px) {
.footer-content{
width:75%;
margin:0 auto;
}
}
@media only screen and (max-width:600px) {
.footer-content{
width: 70%;
    text-align: left;
    margin-left: 15px;
}
.description{
    width: 100%;
    float: none;
margin-bottom:30px;
text-align:center;
}
.description img{
margin-left:0px;

}
}
<style type="text/css" > @media only screen and (min-width:600px) {
  .mj-column-per-66 {
    width: 66% !important;
  }
  .mj-column-per-33 {
    width: 33% !important;
  }
  .mj-column-per-100 {
    width: 100% !important;
  }
  .mj-column-per-75 {
    width: 75% !important;
  }
  .mj-column-per-25 {
    width: 25% !important;
  }
  .mj-column-per-20 {
    width: 20% !important;
  }
  .mj-column-per-33 {
    width: 33% !important;
  }
  .mj-column-per-60 {
    width: 60% !important;
  }
  .mj-column-per-50 {
    width: 50% !important;
  }

}
</style >

