@charset "utf-8";
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v27-latin-regular.woff') format('woff')
}
@font-face {
	font-family:'Open Sans';
	font-style:normal;
	font-weight:600;
	url('../fonts/open-sans-v27-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v27-latin-600.woff') format('woff')
}
html {
  scroll-behavior: smooth;
}
body {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#888888;
	background:#fff;
	padding:0;
	margin:0;
	line-height:1.6em
}

header,
main,
footer {
	margin:0 auto;
	width:100%;
	max-width:800px;
}

#title {
	color: inherit;
	font-size: 18px;
	padding: 12px 24px;
}
#title span {
	display:inline-block;
	color:#ff9900;
	font-weight:300
}
#title span b {
	font-weight:600
}
.schaubild {
	width:100%;
	height:auto;
	max-width:480px;
	margin: 45px 0 45px 20px;
	border-radius:6px;
}
.clear {
	clear:both;
}
footer {	
	margin-top:60px;
	padding:30px;
}
article {
	background-color: #090;
	color: #fff;
	padding: 15px 5px;
	margin: 0 0 45px 0;
}
.balken {
	background-color: #090;
	color: #fff;
	padding: 20px;
	margin: 60px 0 30px 0;
	border-radius:6px;
	line-height: normal;	
}
h1,h2,h3,h4 {
	color: #090;	
	font-size: 21px;
	padding: 0;
	margin: 30px 20px 20px 20px;
	font-weight:600;
	line-height: normal;	
}
h2 {
	font-size:27px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:inherit;
	padding-bottom:0;
}
a {
	color:inherit;
}
a:hover,
a:active {
	text-decoration:none;
}
* {
	box-sizing:border-box
}

p {
	padding:6px 20px;
	margin:0
}
ol strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.infolink {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#9f9f9f;
	background-color:#fff;
	border-radius:4px;
	text-align:left;
	font-size:0.8em;
	max-width:60px;
	width:60px;
	height:21px;
	position:relative;
	top:-11px;
	left:36px
}
.infolink:before {
	content:'\203A';
	font-size:18px;
	position:relative;
	top:-3px;
	left:6px
}
.infolink:after {
	content:"Hilfe";
	position:relative;
	top:-4px;
	left:12px
}

div.moremargin {
	margin-bottom:80px
}
ul li {
	margin-bottom:10px
}
.checkliste {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
.checkliste li {
  display: block;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  float:left;
	margin-bottom: 4px;  
}
.frage {
	display: inline-block;
	width: 480px;
	min-height:30px;
	max-width: 450px;
	line-height: 21px;
	height: auto;
	padding: 10px 20px;
}
.antwort {
	display: inline-block;
	width: auto;
	float: right;
}
.stimmt,
.falsch {
	display: block;
	float: left;
	width: auto;
	margin: 4px;
	height: 41px;
	line-height: 30px;
	border-radius: 3px;	
}
.marin {
	background:#e7f6f7;
}
.marin .stimmt, 
.marin .falsch {
  background-color:#dbeef0;
}
.sencha {
	background:#ecfde7;
}
.sencha .stimmt, 
.sencha .falsch {
  background-color:#e0f7da;
}
.checkliste button {
	height:50px;
	line-height:27px
}
.abstand {
	margin-top:30px
}
.checkliste label {
	display: block;
	padding: 6px 15px 12px 43px;
	position: relative;
	padding-left: ;
	cursor: pointer;
}
.checkliste label input {
	position:absolute;
	opacity:0;
	height:0;
	width:0
}
.checkradio {
	position:absolute;
	top:9px;
	left:10px;
	height:25px;
	width:25px;
	background-color:#fff;
	border-radius:50%
}
.checkliste label input:checked~.checkradio {
background-color:#090
}
.checkradio:after {
	content:"";
	position:absolute;
	display:none
}
.checkliste label input:checked~.checkradio:after {
display:block
}
.checkliste label .checkradio:after {
	top:7px;
	left:7px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#090;
	border:solid 2px #fff
}


.pad {
	padding:20px
}

.btn {
	background:#ff9900;
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:12px 20px;
	border-radius:25px;
	border:0;
	width:100%;
	max-width:400px;
	font-family:'Open Sans', sans-serif;
	margin:40px 0;
	display:block;
	outline:none;
	text-align:left;
	cursor:pointer;
	line-height:30px;
	text-decoration:none;
}
.btn:hover,
.btn:active {
	background:#090;
	color:#fff;
}
.btn::before {
content: '\203A';
font-size: 3em;
line-height: ;
float: left;
margin-right: 10px;
margin-top: ;
position: relative;
top: -7px;
display: block;
height: 30px;
}
.smallbtn {
	background:#fff;
	border:solid 1px #ff9900;
	color:#ff9900;
	font-size:15px;
	font-weight:600;
	padding:10px 0;
	border-radius:30px;
	width:200px;
	font-family:'Open Sans', sans-serif;
	margin:20px 0;
	display:block;
	outline:none;
	text-align:center;
	text-decoration:none;
}
.smallbtn.show-less {
	background:#ff9900;
	border:solid 1px #ff9900;
	color:#fff
}
.noshow {
	display:none!important;
	opacity:0
}

table, tr, td {
border:none;
border-collapse:collapse;
}

table {
  display: block;
  width:100%;
} 
td {
    text-align: left;
	vertical-align:top;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
	}
td {
	padding:6px 10px;
	}


.big-green {
	color:#090;
	font-size:24px;
	line-height:normal;
	font-weight:600
}
.mtop60 {
	margin-top:60px
}

.accordion-content {
	display:none
}

.chart {
	margin:0 20px;
}
.chart td {
	width:120px;
}
.chart td:nth-child(2) {
	width:30px;
	text-align:right;
}

@media (max-width:400px) {

article {
padding:30px 0px 30px 0px;
margin:0 0 20px 0
}
}
@media (min-width:400px) {

.show-less, .accordion-toggle {
margin:30px 45px
}
.accordion {
padding:30px 20px
}
}
@media (min-width:800px) {
article {
border-radius:6px
}
figcaption {
border-radius:0 0 6px 6px
}
.accordion {
padding:0
}
.big-green {
font-size:27px
}
}
@media (max-width:800px) {
.smallbtn {
display:block;
margin:20px auto;
text-align:center
}
.checkliste input[type="radio"] {
display:block;
position:relative;
top:15px
}
.balken {
	border-radius: 0;
	font-size:24px;
}
.schaubild {
  margin: 45px auto;
  display: block;
}
table {
margin: 0px auto;
width: 96%;
}
}
@media (max-width:450px) {
article {
padding:10px 0
}
.checkliste {
display:block;
padding:0;
width:100%
}
.checkliste li {
width:100%;
border-radius:0
}
.checkliste li.eingabe {
width:100%;
border-radius:0;
padding:15px 15px 15px 51px
}
.schaubild {
	border-radius:0;
}
}
@media (max-width:340px) {
input[type=number] {
display:block
}
}
