/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v28-latin-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}

/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/bitter-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v28-latin-700.svg#Bitter') format('svg'); /* Legacy iOS */
}


* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Bitter;
    font-weight:: 400;
    color: #333;
    font-size: 12pt;
    line-height: 25px;
}

.top {
    height: 70px;
}

.top div {
    position: absolute;
    margin: 20px 15px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 3px;
}

.top .menu {
    right: 0;
    border: none;
}

.top img {
    height: 15px;
    width: auto;
}

.text {
    padding: 45px 5% 45px 5%;
    background: #dcebd9;
    text-align: center;
}

.text img {
    width: 100%;
    border-radius: 10px;
}

.text img.numbers {
    width: 45px;
    margin-bottom: 5px
}

.text.weiss, .text.start {
    background: #fff;
}

h1 {
    font-size: 15pt;
    color: #4f8f44;
    margin-bottom: 10px;
    font-weight: 700;
}

p {
    margin-bottom: 10px
}

a {
    color: #333
}

p.en {
    color: #aaa;
    font-size: 0.6rem;
    line-height: 1.1rem;
    margin-bottom: 0px;
    margin-top: 10px;
}

.small-width {
    width: 80%;
margin-right: auto;
margin-left: auto;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.en a {
    color: #aaa;
}

.center {
    text-align: center;
}

.button {
    color: #fff;
    background: #4f8f44;
    border: 3px solid #4f8f44;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
}

.button:hover {
    background: #fff;
    border-color: #02273f;
    color: #02273f;
}

.time {
    -webkit-animation: 60s ease 0s normal forwards 1 time;
    animation: 60s ease 0s normal forwards 1 time;
}

@keyframes time{
    0% { height:0px; opacity:0; }
    66% { height:0px; opacity:0; }
    100% { height:65px; opacity:1; }
}

@-webkit-keyframes time{
    0% { height:0px; opacity:0; }
    66% { height:0px; opacity:0; }
    100% { height:65px; opacity:1; }
}

.time-5s {
    -webkit-animation: 5s ease 0s normal forwards 1 time;
    animation: 5s ease 0s normal forwards 1 time;
}

@keyframes time-5s{
    0% { height:0px; opacity:0; }
    66% { height:0px; opacity:0; }
    100% { height:65px; opacity:1; }
}

@-webkit-keyframes time-5s{
    0% { height:0px; opacity:0; }
    66% { height:0px; opacity:0; }
    100% { height:65px; opacity:1; }
}


.element {
    width: 100%;
border-radius: 10px;
background: #FFF;
margin-bottom: 20px;
}

.element img {
    width: 100%;
border-radius: 10px 10px 0 0;
}

.element .content {
    padding: 15px;
}

.element strong, .text.weiss strong {
    color: #4f8f44;
    font-size: 1.1rem;
    line-height: 1.9rem;
}

.text.unterseite {
    z-index: 10;
position: relative;
margin-bottom: -70px;
}

.text.story {
        padding-bottom: 70px;
    }

.element.unterseite {
    top: -80px;
position: relative;
}

.footer {
    background: #4f8f44;
    font-size: 0.8rem;
    text-align: center;
    color: #FFF;
    padding-bottom: 10px;
}

.footer img {
    width: 40%;
    margin-top: -40px;
    position: relative;
    z-index: 15;
}

[type="checkbox"] {
  -webkit-appearance: none;
    display: none;
}
[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 3px solid #02273f;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 6px;
  z-index: 5;
  position: relative;
  top:1px
}
[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #4f8f44;
}

.element .hinweisbild {
    width: 45px;
margin-top: -30px;
    margin-bottom: 5px
}

.hinweis {
    border: 3px solid #02273f;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.popup {
    position: fixed;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
    -webkit-backdrop-filter: blur(3px);
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

#timer {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
    overflow: hidden;
}

#timer span {
        display: block;
        font-size: 9pt;
        font-weight: 400;
}

#timer div {
    width: 25%;
    float: left;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.popup .inside {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 2px 2px 25px rgba(0,0,0,0.5);
}


@media only screen and (max-width: 375px) {
    .text.story {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 345px) {
    .text.story {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
