@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "FrutigerLTW02";
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	src: url("/public/a_5220_vLf9K/webspace/c94bd41e-23b3-4522-8237-0a0f7bd0e953.eot?#iefix") format("eot"), url("/public/a_5220_vLf9K/webspace/361c8371-8c18-4a04-9430-ef7cd4bf06ec.woff2") format("woff2"), url("/public/a_5220_vLf9K/webspace/409b4bec-c67e-4764-a141-054db8df81d2.woff") format("woff"), url("/public/a_5220_vLf9K/webspace/efe9def0-77d1-4c28-8fd2-371236a3c8ed.ttf") format("truetype"), url("/public/a_5220_vLf9K/webspace/70b07d32-76f5-474e-83b0-7d5a3fefb15b.svg#70b07d32-76f5-474e-83b0-7d5a3fefb15b") format("svg");
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    font-size:10px;
}

* {
    font-family: FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;	
    font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	color: #707172;
    box-sizing: border-box;
}

body {
	background-color:#ffffff;
    margin:0;
    padding:0;
    font-size: 1.4em;
    line-height: 1.8em;
    font-family: FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #555;
}

.msg {
	background-color:#ef7e05;
    opacity: 0.8;
}

.msg_error  {
	font-size:16px;
	color:#ffffff;
    margin: 0 auto;
	padding:10px 0;
	min-width:800px;
    width: 60%;
}

#all {
	background-color:#FFF;
	padding:10px 0 20px;
	margin: 0px auto;
	vertical-align:middle;
	min-width:800px;
    width: 60%;
}

#header {
    width: 100%;
	text-align:left;
	margin:20px auto;
	padding:0;	
	display:block;
}

#header h1 {
    font-size: 3.2em;
    letter-spacing: .025em;
    font-family: FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #1f82c0;
    font-weight: 200;
}

.mandatory .head label::after {
    content: " *";
    color: #ef7e05;
    font-size: 1em;
    font-weight: bold;
}

.questions {
    width: 100%;
}

.question {
	padding: 18px 20px;
    background-color: #eeeff1;
}

div[class="question html"] {
	padding:15px 0;
    background-color: #ffffff;
}

h1, .head label {
    font-family: FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;        
    font-size: 1.4em;
    line-height: 1.8em;
    color: inherit;
}

.body label{
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: .025em;
    font-weight: 400;
    margin: .9em 0;
}

input[type=text], textarea, select {
	background: #fff;
    height:46px;
    border: 1px solid #c7cacc;
    font-size: 1.2em;
    border-radius: 0;
    line-height: 3.3em;
    padding: 0 2.5em;
}

option {
	background-color:#ffffff;
	color:#999999;
    font-size: 1.2em;
    line-height: 3.3em;
    padding: 0 2.5em;
    min-width: 25%;
}

input[type=text], textarea {
    width:100%;
}

.abstand { height:1px; }
.head {	padding-bottom: 15px; }
.body div { padding: 0 0 15px 0;}
.body { display:inline-block; width:100%;}

form table { width:100%; }

form td {
	text-align: center;
}

td.question {
	text-align:left;
	padding: 10px 0;
	width:40% !important;
}

td.answer {
	min-width: 80px;
    white-space: nowrap;
    padding: 10px;
}

.polarity_matrix td.question {
	text-align:center;
	padding: 10px 0;
	width:0px !important;
}

.date div.body input {
    width: 25%;
}

.html {
    margin:20px 0;
}

.html .head {
	padding:0;
}

input[type="checkbox"],input[type="radio"]{
    display: inline-block;
    line-height: 1.5;
    width: auto;
}

.radiobutton_group input[type=text] {
	margin-top: 5px;
}
	
.radiobutton_matrix input[type=radio], .checkbox_matrix input[type=radio]{
	margin: 10px 0;
}

.radiobutton_matrix td, .checkbox_matrix td, .polarity_matrix td{
	border-bottom: 1px dotted #d0d0d0;
}

.gauge td {
	min-width:100px;
	padding:0 10px;
}

.gauge table {
	width:auto;
	margin:0;
}

.pflicht {
	text-align:right;
	font-size:11px;
	float:right;
	color:#999999;
}

.actions { padding:15px 0; }

input[type=submit], .submit {
    font-size: 1.2em;
	letter-spacing: .075em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
    display: inline-block;
	line-height: 3.3em;
	text-decoration: none;
    width: 25%;
	background-color: #1f82c0;
	border: 0;
	color: #fff;
	transition: background-color 150ms linear;
}

input[type=submit]:hover, .submit:hover{
	background-color: #006293;
	outline-color: #006293
}

input[class=back] {
    background-color: transparent;
    border: 1px solid #1f82c0;
    color: #1f82c0;
}

input[class=back]:hover {
	background-color: transparent;
	color: #006293;
	border-color: #006293;
}

input[class=finish] {
    text-transform: uppercase;
}

@media only screen and (max-width:850px) {
    #all{
        min-width:300px;
        width: 90%;
    }
}

/***************************/

div.date input{
	cursor:pointer;
}

#datepicker{
	position:absolute;
	width:200px;
	padding:5px;
	background-color:#fff;
	border:solid 1px #000;
	z-index:9999;
	font-family:arial;
	font-size:12px;
}

#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;
}

@media (min-width:1841px) and (max-width:2240px) {
    html { font-size: 12px }
}
@media (min-width:2241px) and (max-width:2640px) {
    html { font-size: 14px }
}
@media (min-width:2641px) and (max-width:3039px) {
    html { font-size: 16px }
}
@media (min-width:3040px) and (max-width:3439px) {
    html { font-size: 18px }
}
@media (min-width:3440px) {
    html { font-size: 20px }
}

.fett {
	font-weight: bold !important;
}

div.question.html strong,
div.question.html b {
    font-weight: bold !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

div.question.html > .body,
div.question.html > .body p,
div.question.html > .body span,
div.question.html > .body div,
div.question.html > .body li {
    font-family: FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6em !important;
}

div.question.html > .body ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style: none;
}

div.question.html > .body ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

div.question.html > .body ul li::before {
    content: "•";
    color: #666666;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.question table,
.question table td,
.question table th,
.question table label,
td.question,
td.answer,
.radiobutton_matrix table,
.radiobutton_matrix table td,
.radiobutton_matrix table label,
.checkbox_matrix table,
.checkbox_matrix table td,
.checkbox_matrix table label,
.gauge table,
.gauge table td,
.gauge table label,
.polarity_matrix table,
.polarity_matrix table td,
.polarity_matrix table label {
    font-size: 14.4px !important;
    line-height: 1.5em !important;
}

.sub_description {
    font-size: 14px !important;
}

.pflichtfragen-hinweis,
.pflichtfragen-hinweis span {
    font-weight: normal !important;
    color: #ef7e05 !important;
}

p.fett,
p.pflichtfragen-hinweis {
    margin: 0 !important;
    padding: 0 !important;
}