	@charset "utf-8";
/* CSS Document Video #15 */

  *{
	margin: 0 auto;
	padding: 0 auto;
	font-size: 40px;
	line-height: 60px;
	font-family: arial, Verdana, "sans-serif", "Microsoft YaHei";
}

.wrapper {
	max-width: 85%;
	margin: 0 auto;
}

#header {	
	position:fixed;
	top: 0;
	width: 100%;
	z-index: 90;
	margin: 0 auto;
	text-align: center;
}
#header .bg {background-color:#2c3e50;}

.flex-container {
	display: flex;
	margin: 0px auto;
	min-width: 500px;
}
.verteilt1 {
	justify-content: space-between;
}
.flex-item1 {
	width: 20%;
}
.flex-item2 {
	width: 60%;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 40px;
	margin-top: 30px;
}

#header ul {
	padding-top:25px; padding-bottom: 25px; 
	white-space: nowrap;
}
#header li {
	white-space: nowrap;
	display:inline;
	color: #FFFFFF;
}

#header li img .left{vertical-align: super; float: left;}
#header li img .right{vertical-align: super; float: right;}

.start {
	margin-top: 120px;
}

#content {
	line-height: 1.5em;
	font-size: 1em;
}

#content .text {
	width: 100%;
	text-align: left;
	padding: 20px;
	background-color:#ecf0f1;
	color: #233140;
	font-size: 40px;
	line-height: 40px;
}

#content .text_green {
	color: #b9cc14;
	font-weight: 200;	
}

#content .text_red {
	color: #e74c3c;
}


.question {
	width: 100%;
	padding: 20px;	
	background-color:#233140;
	color: #ecf0f1;
	line-height: 1.5em;
}

.formular {
	width: 100%;
	border: 1px solid #ecf0f1;
	color: #233140;
	padding: 19px;
	margin-bottom: 20px;
	line-height: 1.5em;	
}


.display_mobile {visibility: visible;}
.display_screen {visibility: hidden; display: none;}

.radio_mobile_yellow {	
	background-color: #e1c66d;
	margin: 20px;
	padding: 20px 20px 20px 50px;
  	border: none;
  	border-radius: 10px;
}
.radio_mobile_gray {	
	background-color: #ecf0f1;
	margin: 20px;
	padding: 20px 20px 20px 50px;
  	border: none;
  	border-radius: 10px;
}

.radio {
	font-size: 40px;
}
input {
	margin-left: 20px;
	margin-right: 8px;
	font-size: 0.8em;
}

input[type='radio'] {
  margin-right: 0.5em;
  margin-top: 0.5em;
	width:40px !important;
	height:40px!important;
}

input[type='checkbox'] {
  margin-right: 0.5em;
  margin-top: 0.5em;
	width:40px !important;
	height:40px!important;
}

input[type=submit] {
  width: 250px;
  height: 120px;
  background-color: #233140;
  color: white;
  padding: 14px 20px;
  margin: 10px -40px 120px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #3e5670;
}


hr {	
	position:relative;
	clear: both;
    border: 0;
    border-bottom: 1px dotted #666666;
	margin: 10px 0 10px 20px;
	width: 100%;
}

p {
	margin: 0.5em;	
	margin-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
}

#foot {	
	text-align: center;
	clear: both;
	border-top: solid #2c3e50 1px;
	width: 90%
}
#foot div {
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	width: 90%
	
}

#foot a {
	font-size: 1em; 
	text-decoration: none;
	color: #2c3e50;
}

.foot_info {
	font-size: 12px;
	line-height: 30px;
	padding-bottom: 20px;
	text-align: center;
	width: 980px;
	color: #393939;
}

.h20 { height:20px; }
