@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.6.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/* ---------- GLOBAL ----------*/

.grey{
	background:#EDF1F7;
}
.button, input[type=submit]{
	font-family: 'AmpMedium', 'Roboto', Helvetica, Arial, sans-serif;
	background:#92CA2E;
	color:#ffffff;
	font-size:16px;
	height:40px;
	line-height: 38px;
	padding: 0 27px 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.button:before{
	background-image: url('../img/icon-user-edit-white@2x.png');
	background-size: 100% auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	float: left;
	margin: 9px 15px 0 0;
}
.button_light{
	background:#ffffff;
	color:#727E8C;
}
.button_grey{
	background:#EDF1F7;
	color:#727E8C;
}
input[type=submit]:before{
	background-image: url('../img/icon-send@2x.png');
	background-size: 100% auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	float: left;
	margin: 9px 15px 0 0;
}
.button:hover, input[type=submit]:hover{
	background-color: #6d9d00;
	color: #ffffff;
}
input[type=button]{
	cursor: pointer;
	background:#6891D6;
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
input[type=button]:hover{
	background:#3c71ca;
}
.button_light:hover,
.button_grey:hover{
	color:#ffffff;
	background:#6891D6;
}
.grid-padding-x{
	padding-top:30px;
	padding-bottom:30px;
}

.margin-top-20{
	margin-top:20px;
}
.content{
	padding-bottom:100px;
}

/* ---------- FONTS ----------*/
body, h3, h4{
	color:#97A1AF;
	font-family: 'Amp', 'Roboto', Helvetica, Arial, sans-serif;
}
h1, h2{
	font-family: 'AmpLight', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#6891D6;
	font-size:50px;
	line-height:1.2;
	letter-spacing:-0.5px;
}
h5, h6{
	font-family: 'AmpMedium', 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h3,h4{
	line-height: 1.2;
}
p{
	font-size:18px;
	line-height: 1.4;
}
.small{
	color:#97A1AF !important;
	font-size:15px;
}
strong{
	font-weight:normal;
	font-family: 'AmpMedium', 'Roboto', Helvetica, Arial, sans-serif;
}

/* ---------- PAGE ELEMENTS ----------*/
/* ----- Header -----*/
.header{
	height:100px;
}
.header, .sofunktionierts{
	background:#6891D6;
}
.header .grid-padding-x{
	padding:0;
}
.logo{
	width: 326px;
	height: 39px;
	margin: 32px 0 10px 20px;
}
.header .button{
	height:40px;
	line-height:38px;
	float:right;
	margin:30px 0 0;
	padding:0 25px 0 10px;
}
.header .button:before{
	margin: 10px 15px 0 0;
}
.header ul{
	list-style: none;
}
.button-send:before{
	background-image: url('../img/icon-send@2x.png');
}
.navigation{
	float:right;
	padding-right:20px;
}
.navigation li{
	float: left;
	padding: 38px 10px 10px;
}
.navigation li a{
	color:#B3C8EA;
	font-size:17px;
	line-height:1.2;
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.navigation li.current,
.navigation li.current a{
	cursor:default;
}
.navigation li.current a,
.navigation li a:hover{
	color:#ffffff;
}

/* ----- Titel -----*/
.title{
	padding-bottom:85px;
}
.title img, .title lottie-player{
	width:100% !important;
	max-width: 440px;
	display:block;
	margin:0 auto 0;
}
.title img{
	max-width: 400px;
	margin-top:24px;
	margin-bottom:20px;
}
.title h1{
	margin:0 0 20px 0;
}
.title h5{
	margin:65px 0 20px 0;
}
.start .title{
	padding-top: 40px;
	padding-bottom: 95px;
}
.start .title img{
	max-width: 400px;
	margin-top: 40px;
	margin-bottom: 0;
}
.start .title .button_grey:before{
	display:none;
}
.start .title .button_grey{
	padding-right:40px;
	padding-left:40px;
}
.start .title .button{
	margin:0 10px 0 0;
}
/* ----- Titel -----*/
.heading .grid-padding-x{
	padding-top:75px;
	padding-bottom:0;
}
.heading h2{
	margin-bottom:0;
}
.heading .button{
	float:right;
	margin:5px 0 0 0;
}
.heading .add-employee:before{
	background-image: url('../img/icon-user-edit@2x.png');
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.heading .add-employee:hover:before{
	background-image: url('../img/icon-user-edit-white@2x.png');
}
.heading .btn-back{
	padding:0 50px;
	margin-right:10px;
}
.heading .btn-back:before{
	background-image:none;
	display:none;
}
.heading .btn-save:before{
	background-image: url('../img/icon-save@2x.png');
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}



/* ----- So funktioniert's -----*/
.sofunktionierts{
	padding-top:40px;
	padding-bottom:40px;
}
.sofunktionierts_title h5,
.sofunktionierts_title h2{
	text-align:center;
}
.sofunktionierts_title h2,
.sofunktionierts h3{
	color:#ffffff;
}
.sofunktionierts_title h5{
	margin-top:30px;
}
.sofunktionierts h5{
	color:#B3C7EA;
}
.sofunktionierts p{
	color:#B3C7EA;
	max-width:90%;
}
.sofunktionierts h3{
	max-width:92%;
}
.sofunktionierts img{
	max-width: 191px;
	margin: 20px auto;
	display: block;
}
.sofunktionierts.hide-for-large img{
	max-width: 191px;
	width: 100%;
}
.sofunktionierts.hide-for-large .medium-3,
.sofunktionierts.hide-for-large .medium-9
{
	margin-bottom: 40px;

}
.block01{
	padding: 0 0 134px;
	border-bottom: 2px solid #8aa8db;
}
.block02, .block04{
	padding: 110px 0 120px;
	margin-top: 92px;
	border-top: 2px solid #8aa8db;
	border-bottom: 2px solid #8aa8db;
}
.block04{
	border: 0px;
	margin-top:0;

}
.block03 {
	padding: 115px 0 70px;
}
.block05 {
	padding: 115px 0 70px;
	border-top: 2px solid #8aa8db;
}
.number{
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	float: left;
	background: #B3C7EA;
	color: #6891d6 !important;
	font-size: 17px;
	width: 21px;
	height: 21px;
	margin: 2px 8px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
	display: block;
}
.sofunktionierts .pictures-top-3{
	padding-top: 3em;
}
.sofunktionierts .pictures-top-7{
	padding-top: 7em;
}
.sofunktionierts a {
	color: inherit;
}
.sofunktionierts a:hover {
	text-decoration: underline;
}
/* ----- FAQ -----*/
.faq{
	padding:60px 0;
}
.faq h5{
	margin-bottom:30px;
}
.accordion{
	background:none;
}
.accordion-title {
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	padding:15px 20px;
	border:none;
	font-size: 18px;
	line-height: 1.2;
	background: #6891D6;
	color:#ffffff;
	margin-top:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.accordion-title::before{
	display: none;
}
.accordion-item:first-child > :first-child,
:last-child:not(.is-active) > .accordion-title{
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.accordion-content,
:last-child > .accordion-content:last-child{
	border: none;
	font-size: 18px;
	background-color:#EDF1F7;
	color: #727E8C;
	padding: 20px 60px 35px 20px;
}
.accordion-item.is-active .accordion-title,
.accordion-title:hover{
	color:#ffffff;
	background:#4B69AA;
}
/* ----- Anforderung -----*/
.produktbild{
	width: 587px;
	margin-left: -25%;
	max-width: 140%;
}
.anforderung h2{
	margin:70px 0 0 0;
	line-height:1.1;
}
.anforderung h2.price{
	margin:0 0 10px 0;
	color:#97A1AF;
}
.anforderung h5{
	margin:30px 0 10px;
}
.anforderung-title p{
	max-width:60%;
	line-height:1.1;
	color:#97A1AF !important;
}
.anforderung p{
	color:#425267;
}
.anforderung{
	padding-bottom: 80px;
	padding-top:40px;
}
.anforderung .grid-padding-x{
	padding:0;
}
select, input[type=text], input[type=email], input[type=date], input[type=number], input[type=password], textarea, input[type=file], input[type=file] + label span{
	height:50px;
	line-height:1.2;
	font-size:18px;
	padding:6px 11px;
	color:#727E8C;
	background:#ffffff;
	margin:0 0 7px 0;
	box-shadow:none;
	border:1px solid #D3D8E0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=file]{
		width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;

}
input[type=file] + label{
	cursor: pointer;
	float:none;
	padding-left:240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:12px;
	font-size:16px;
	background: #6891D6;
}

input[type=file] + label span{
	position: absolute;
	left:0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius:  3px 0 0 3px;
	border-radius:  3px 0 0 3px;
	border-right: 0;
	width:225px;
	height: 48px;
	font-family: 'Amp','Roboto',Helvetica,Arial,sans-serif;
	line-height:33px;
	overflow: hidden;
	color:#bbbbbb;
}
input[type=file] + label span{
	color:#727E8C;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=date]::placeholder, input[type=number]::placeholder, textarea::placeholder{
	color:#B8BEC5;
}
input:focus, textarea:focus{
	box-shadow:none !important;
	outline-color:#b1bac8 !important;
	border-color:#b1bac8 !important;
	-webkit-box-shadow:none !important;
}
[type='checkbox'] + label, [type='radio'] + label{
	margin-left:0;
}
.radio input{
	position: absolute;
  	opacity: 0;
  	height: 0;
  	width: 0;
	cursor: pointer;
}
.radio p,
#newentry{
	display:inline-block;
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	font-size:16px;
	float:left;
	height:41px;
	line-height:38px;
	padding:0 25px;
	margin:0 10px 0 0;
	background:none;
	color:#AFB7C1;
	border:1.5px solid #AFB7C1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  	cursor: pointer;
}
#newentry{
	background:#ffffff;
	border:none;
	content: "";
	text-indent:-1000px;
	overflow: hidden;
	width:0px;
}
#newentry:before{
	background-image: url('../img/icon-plus@2x.png');
	background-size: 100% auto;
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	float: left;
	margin: 9px 0px 0 -11px;
}
input.code-true{
	background-image: url('../img/icon-check-green@2x.png');
	background-size: 24px 24px;
	background-position: 12px center;
	background-repeat: no-repeat;
	padding-left:44px;
}

.infektionsorte .neuerort{
}
.confirm{
	display:inline-block;
	font-size:18px;
	line-height:48px;
	padding:0 20px 0 20px;
	margin:-56px 0 0 0;
	background:#6891D6;
	border:1px solid #6891D6;
	border:none;
	color:#ffffff;
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius:  0 4px 4px 0;
	border-radius:  0 4px 4px 0;
    float: right;
    margin-top: -56px;
    position: relative;
}
.confirm:hover, .confirm:focus, .button:hover, .button:focus{
	color:#ffffff;
}
.confirm-main{
	background:#92CA2E;
	}
.infektionsorte p.frage{

    margin-bottom: 0.5rem;
    margin-top: 1rem;

}
.radio input:checked ~ p{
  	background:#ffffff;
	border:1.5px solid #5E93DD;
	color:#5E93DD;
}

input[type=checkbox]{
	position: absolute;
  	height: 0;
  	width: 0;
	cursor: pointer;
	opacity:0;
}
label.radio{
	float:left;
	
	margin-bottom:6px;
}
input[type=checkbox] ~ label{
	color:#727E8C;
}
input[type=checkbox] ~ label:before{
	background-image: url('../img/icon-checkbox-unchecked2x.png');
	background-size: 100% auto;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: "";
	float: left;
	margin: 5px 6px 0 0;
}
input[type=checkbox]:checked ~ label:before{
	background-image: url('../img/icon-checkbox-checked2x.png');
}
.temperatur{
	margin-bottom:10px;
}
#temperatur{
	height: 76px;
	background:#ffffff;
	text-align:right;
	color:#6891D6;
	font-size:30px;
	border:1px solid #D3D8E0;
	margin:0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	padding-right:20px;
	display:inline;
} 
.temperatur label{
	display:block;
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	font-size:18px;
	line-height:76px;
	padding:0 0 0 20px;
	margin:-76px 10px 0 0;
	background:none;
	color:#6891D6;
	height:76px;
}
 label{
 	font-size:15px;

 }
.symtpom{
	margin-bottom:10px; 
}
.symtpom label{
	display:inline-block;
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	font-size:18px;
	line-height:48px;
	padding:0 25px 0 12px;
	margin:0 10px 0 0;
	background:none;
	color:#A0A8B3;
	width:100%;
	height:50px;
	border:1px solid #AFB7C1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  	cursor: pointer !important;
}
.symtpom input[type=checkbox]:checked ~ label{
	background:#ffffff !important;
	border:1.5px solid #5E93DD !important;
	color:#6891D6 !important;
}

.symtpom input[type=checkbox] ~ label:before{
	background-image: url('../img/icon-circle-grey@2x.png');
	background-size: 100% auto;
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	float: left;
	margin: 12px 7px 0 0;
}
.symtpom input[type=checkbox]:checked ~ label:before{
	background-image: url('../img/icon-check@2x.png');
}

.symtpom-tage{
	margin-top:-50px;
	height:50px;
	text-align:right;
	font-size:16px;
	padding: 0 20px;
	display:none;
	cursor: pointer;
}

.symtpom input[type=checkbox]:checked ~ .symtpom-tage{
	display:block;
}

.symtpom-tage::before{
	content:'Seit';
}
.symtpom-tage::after{
	content:'Tag/en';
} 

.symtpom-tage input[type=number]{
	border: 0;
	color: #97A1AF;
	background: none;
	width: 50%;
	max-width: 35px;
	height: 50px;
	margin: 0 0 0 1px;
	text-align: right;
	display: inline;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.paypal p:before{
	background-image: url('../img/icon-paypal@2x.png');
	background-size: 100% auto;
	display: inline-block;
	width: 24px;
	height: 24px;
	content: "";
	float: left;
	margin: 7px 6px 0 0;
}
.paypal p{
	padding:0 25px 0 17px;
}

textarea{
	padding:12px 10px;
}
/* ----- Warenkorb -----*/
.cart{
	background:#ffffff;
	position:absolute;
	right:0;
	height:100%;
	margin-top:-40px;
	max-width: 360px;
}
#cart{

}
.sticky{
	position: fixed;
    top: 0;
    margin-top:0;

}
.cart img{
	float:left;
	max-width:40%;
	margin-left:-15px;
}
.cart h6{
	font-size:12px;
}
.cart h4{
	font-size:22px;
	line-height:1.2;
	color:#425267;
}
.cart p{
	font-size:15px;
}
.cart input[type=number]{
	width:40px;
	height:24px;
	border:0;
	padding:0 4px;
	text-align:right;
	float:left;
	background:#EDF1F7;
	color:#425267;
	font-size:12px;
	font-family: 'AmpMedium','Roboto',Helvetica,Arial,sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cart ul{
	margin-left:0;
}
.cart ul li{
	list-style-type: none;
	padding-bottom: 24px;
}
.cart ul li p{ 
	color:#A0A8B3;
	width:70%;
	float:left;
	margin-bottom:0;
}
.cart .sum p{
	color:#425267;
}
.cart p.price{
	width:30%;
	float:right;
	text-align:right;
}
.cart hr{
	border-color:#EDF1F7;
}
input[type=submit]{
	background:#92CA2E;
	color:#ffffff;
	cursor:pointer;
	border:0;
	padding:0 40px;
}

/* ----- Mitarbeiter Import -----*/

.csv-spalte{
	background:#ffffff;
	border-radius:3px;
	margin-bottom:1.8750rem;
}
.csv-spalte ul{
	margin-left:0;
	margin-bottom:0;
}
.csv-spalte li{
	list-style-type: none;
	border-bottom: 1px solid #EDF1F7;
	padding: 16px;
	font-size: 17px;
}
.csv-spalte li.first-item{
	padding:16px 16px 8px;
}
.csv-spalte li.first-item p{
	margin:0;
}
.csv-spalte li.first-item p.csv-title{
	margin:5px 0 6px 0;
}
.csv-spalte li:last-child{
	border:none;
}
.csv-spalte li a{
	color:#6891D6;
	margin-right:8px;
}

/* ----- Mitarbeiter Liste -----*/
.mitarbeiterliste{
	
}
.mitarbeiterliste h5{
	margin:50px 0 15px 0;
}
.employee-item{
	background: #ffffff;
	padding: 17px 20px 15px;
	border-bottom: 1px solid #EDF1F7;
	transition: 0.3s;
	position: relative;
}
.employee-item p{
	margin:0;
}
.employee-item:hover{
	box-shadow: 2px 2px 20px rgba(0,0,0,0.05);
	z-index:9;
	padding-right:30px;
	margin-left:-5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
}
.employee-item:hover .employee-functions{
	opacity: 1;
}
.employee-item:hover .employee-functions a{

	margin-right:0;
}
.employee-functions{
	position: absolute;
	right:0;
	top:0;
	height: 69px;
	padding:2px;
	width:152px !important;
	opacity: 0;
	transition: 0.3s;
}
.employee-functions a{
	display:block;
	width:2px;
	height:2px !important;
	min-height: 71px;
	float:right;
	background-image:url(../img/icon-edit-thin2x.png);
	background-size:32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-1000px;
	overflow: hidden;
	opacity: 0.5;
	background-color:#ffffff;
	padding:35px;
	transition: 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:-10px;
	margin-left:2px;
}
.employee-functions a.employee-delete{
	background-image:url(../img/icon-delete-thin2x.png);

}
.employee-functions a:hover,
.employee-functions a:active,
.employee-functions a:focus
{
	opacity: 1;
	background-color: #EDF1F7;
	border:0;
	outline:0;

}

.employee-name,
.csv-title{
	font-size:18px;
	line-height:1.2;
	color:#425267;
	margin-top:2px !important;
}
.employee-info{
	font-family: 'PT Sans', Helvetica,Arial,sans-serif;
	font-size:15px;
	line-height:1.3;
	color:#425267;
}
.employee-item .small,
.csv-spalte .small{
	font-family: 'PT Sans', Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.7;
}
.employee-info-error{
	color:#ECC454;
}
.employees-error .employee-item:first-child,
.employees-final .employee-item:first-child{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.employees-error .employee-item:last-child,
.employees-final .employee-item:last-child{
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.employees-error .employee-name:after{
	background-image: url('../img/icon-warning-orange@2x.png');
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	float: right;
	content: "";
	margin: 9px 20px 0 0;
}


/* ----- Modal View ----- */
.reveal-overlay{
	background-color:rgba(66,82,103,0.8);
	transition:0.5s;

}
.reveal{
	text-align: center;
	border:0;
	transition:0.5s;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.reveal img{
	margin:0 auto;
	display:block;
	max-width:220px;
}
.reveal h4{
	color: #425267;
	max-width: 80%;
	margin:0 auto 30px auto;
}
.reveal .button{
	margin-bottom: 40px;
}
.button-delete{
	background-color: #D5736A;
	min-width:200px;
}

.button-delete:before{
	background-image:url(../img/icon-delete-regular@2x.png);
}
.button-delete:hover,
.button-delete:focus{
	background-color:#BE6961;
	color:#ffffff;
}
.button-delete:active{
	transform: scale(0.95);
}

.button-grey{
	background-color: #EDF1F7;
	color:#727E8C;
	min-width:200px;
	padding:0 20px;
	margin-right: 5px;
}
.button-grey:before{
	background:none transparent;
	width:0;
	height:0;
	display: none;
}
.button-grey:hover,
.button-grey:focus{
	background-color: #DEE3EA;
	color:#727E8C;
}


/* ----- Footer -----*/
.footer{
	position: relative;
	z-index:4;
	text-align:center;

	border-top:2px solid #EDF1F7;
}
.footer .logo{
	margin:10px auto;
	height: auto;
}
.footer .logo img{
	width:178px;
}
.footer p, .footer p a, .footer a{
	font-size:14px;
	line-height:1.3;
}

 

/* ---------- WEBFONTS ----------*/

@font-face {
 font-family: 'Amp';
 src: url('fonts/5a7344df-04e2-4da0-b424-88fd22622386.woff') format('woff');
 src: url('fonts/5a7344df-04e2-4da0-b424-88fd22622386.woff2') format('woff2');
 src: url('fonts/5a7344df-04e2-4da0-b424-88fd22622386.eot') format('embedded-opentype');
 src: url('fonts/5a7344df-04e2-4da0-b424-88fd22622386.ttf') format('truetype');
 font-style: normal;
 font-weight: normal;
}
@font-face {
 font-family: 'AmpBook';
 src: url('fonts/db701737-0c1a-4a29-b39e-57c43b4e00ec.woff') format('woff');
 src: url('fonts/db701737-0c1a-4a29-b39e-57c43b4e00ec.woff2') format('woff2');
 src: url('fonts/db701737-0c1a-4a29-b39e-57c43b4e00ec.eot') format('embedded-opentype');
 src: url('fonts/db701737-0c1a-4a29-b39e-57c43b4e00ec.ttf') format('truetype');
 font-style: normal;
 font-weight: normal;
}
@font-face {
 font-family: 'AmpMedium';
 src: url('fonts/7a0d1276-c3a5-4e6f-bdfa-684aea12b570.woff') format('woff');
 src: url('fonts/7a0d1276-c3a5-4e6f-bdfa-684aea12b570.woff2') format('woff2');
 src: url('fonts/7a0d1276-c3a5-4e6f-bdfa-684aea12b570.eot') format('embedded-opentype');
 src: url('fonts/7a0d1276-c3a5-4e6f-bdfa-684aea12b570.ttf') format('truetype');
 font-style: normal;
 font-weight: bold;
}
@font-face {
 font-family: 'AmpLight';
 src: url('fonts/837344df-04e2-4da0-b424-88fd22622434.woff') format('woff');
 src: url('fonts/837344df-04e2-4da0-b424-88fd22622434.woff2') format('woff2');
 src: url('fonts/837344df-04e2-4da0-b424-88fd22622434.eot') format('embedded-opentype');
 src: url('fonts/837344df-04e2-4da0-b424-88fd22622434.ttf') format('truetype');
 font-style: normal;
 font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

input.previouslyFocused:invalid, input.previouslyFocused:invalid:focus {
	border-color: #ff7e7e !important;
	border-width: 2px;
}

.error {
	color: #ff4b4b;
	display: none;
}

.error-msg {
	color: #ff4b4b;
	font-weight: bold;
}

.success-msg {
	color: green;
	font-weight: bold;
}

input.previouslyFocused:invalid ~ .error {
	display: initial !important;
}

input[type='number'].hide-toggles {
	-moz-appearance: textfield;
}

input[type='number'].hide-toggles::-webkit-outer-spin-button,
input[type='number'].hide-toggles::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.margin-auto {
	margin: auto;
}

.header .logo img {
	max-height: 50px;
}

.login-button-parent {
	text-align: right;
}

.login-button {
	padding: 0 10em !important;
}

.anforderung h2{
	margin:0;
}

.error-msg + h2, .success-msg + h2{
	margin-top: 35px;
}

.load-button {
	background:#92CA2E !important;
}

.request-in-progress {
	display: none;
	margin-top: auto;
	margin-bottom: auto;
}

.request-in-progress .frage {
	color: #777;
	margin-bottom: 10px;
}

.foss-libraries {
	text-align: center;
	margin: 5px;
	color: black;
	font-size: smaller;
}

#interactive > video { /* quagga video */
	width: 100%;
}

#interactive > canvas { /* quagga: large empty section below the video */
	display: none;
}

#header_logout_button {
	background-color: red;
}

.radio input {
	height: 1px;
	width: 1px;
}
