* {
	padding:0;
	margin:0;
}
header {
	display: block;
}
body {
	background: #002039;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	-webkit-font-smoothing: antialiased;
}
.header-img {
	width: 100%;
}
.confirmation-box {
	background: #eee;
	color: #333;
	position: fixed;
	bottom: 0;
	display: none;
	flex-direction: row;
	padding: 10px;
	min-width: 100%;
	min-height: auto;
}
#message {
	display:none;
        background: #81b13e;
        color: #fff;
	font-weight: bold;
	font-size: 22px;
        text-align: center;
	position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row;
        padding: 10px;
        min-width: 100%;
        min-height: auto;
}
* {box-sizing: border-box;}

.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
h3 {
	padding-bottom: 20px;
	text-align: center;
	margin-right: 10px;
}
.form-inline label {
  display: block;
  margin: 5px 10px 5px 0;
}

.form-inline input {
  display: block;	
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-inline button {
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #cfcdcd;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}


@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }
  
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}
.container {
  display: block;
  position: relative;
  min-width: 100%;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c9c7c7;
  border-radius: 50%;
}
.checkmark_check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c9c7c7;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
.container:hover input ~ .checkmark_check {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #81b13e;
}
.container input:checked ~ .checkmark_check {
  background-color: #81b13e;
}
.container .checkmark_check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.container input:checked ~ .checkmark_check:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.checkmark_check:after {
  content: "";
  position: absolute;
  display: none;
}
.container .checkmark_check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hinweistext {
	font-size: 14px;
}
label {
display:block;
}
.headliner {
	color: #FFF;
	padding:5px;
	text-align: center;
	margin-bottom: 10px;
}
.small {
	font-size: 12px;
}
.gewinne-container {
	max-width: 100%;
	padding:5px;
	border-radius: 4px;
	background-color: #FFF;
	margin: 10px;
}
.gewinne-container img {
	width: 100%;
}
.gewinne-footer {
	padding: 5px;
	margin: 10px;
	color: #FFF;
	font-weight: bold;
}
.gewinne {
	padding-bottom: 200px;
}
