html {
background-color: #373941;
}

body {
margin: 0px;
}

#wrapper {
text-align: center;
color: white;
box-sizing: border-box;
float: left;
margin: 0 auto;
font-family: Calibri;
}

#onlinelogo {
width: 100%;
}

#logo {
margin-top: 105px;
margin-bottom: 5px;
border-radius: 5px;
width: 12%;
height: auto;
}

#imageplaceholder {
border-radius: 10px;
width: 100%;
height: auto;
margin-bottom:15px;
}

#header {
margin-bottom: 5px;
}

.container {
  position: relative;
  text-align: centered;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100%;
  text-transform: uppercase;
}

.topcentered {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 75%;
}

.bottomcentered {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80%;
}

#section {
margin-top: 50px;
margin-bottom: 50px;
}

#section2 {
margin-top: 50px;
margin-bottom: 50px;
font-size: 12pt;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}

#buttonsection2 {
	width: 90%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 12pt;
 margin-bottom: 20px;
 margin-right: 5%;
	margin-left: 5%;
	margin-top: 20px;
	float: centered;
}

#buttonsection2:disabled {
	width: 90%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 12pt;
 margin-bottom: 20px;
 margin-right: 5%;
	margin-left: 5%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#aufwaermen {
border-color: white;
border-width: 100%;
border-style: solid;
border-radius: 5px;
}

#uebungen {
margin-top: 60px;
border-color: white;
border-width: 100%;
border-style: solid;
border-radius: 5px;
}

#dehnen {
margin-top: 60px;
border-color: white;
border-width: 100%;
border-style: solid;
border-radius: 5px;
}

#trainingsplaene {
margin-top: 60px;
margin-bottom: 60px;
border-color: white;
border-width: 100%;
border-style: solid;
border-radius: 5px;
}

.btnbtn-primary {
width: 70px;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

.btnbtn-primary1 {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

.rotate {
transition-duration: 0.4s;
transition-property: transform;	
}

.rotate:hover {
transform: rotate(360deg);	
}

#footer {
margin-bottom: 70px;
text-align: center;
color: white;
box-sizing: border-box;
float: left;
font-family: Calibri;
}

select {
width: auto; /* Breite des Buttons */
 height: 25px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px;
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 12pt;
 padding-left:10px;
}

select option {
position: absolute;
color: white;
width: auto;
border: 5px solid white;
display: block;
margin: 0 auto;
background: #88be4c;
text-align: center;
font-size: 10pt;
}

select option:link {
position: absolute;
color: white;
width: auto;
border: 5px solid white;
display: block;
margin: 0 auto;
text-align: center;
font-size: 10pt;
background: #373941;
}

#pushup {
width: 100%;
height: auto;
border-radius: 5px;
margin-top: 5px;
}

#logo_uebungen {
	margin-top: 5px;
}

#logo_dehnen {
	margin-top: 5px;
}

#logo_trainingsplaene {
	margin-top: 5px;
}

#logo_aufwaermen {
	margin-top: 5px;
}

.firstbutton {
width: 46.25%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #88be4c; /* Rahmen */
 border-radius: 10px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin-right: 51.25%;
 margin-left: 2.5%;
 color: black; /* Textfarbe */
 font-size: 12pt;
 margin-top: 15px;
 margin-bottom: 0px;
 position: fixed;
 font-weight: bold;
 z-index: 1;
}

.secondbutton {
width: 46.25%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #88be4c; /* Rahmen */
 border-radius: 10px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin-right: 2.5%;
 margin-left: 51.25%;
 color: black; /* Textfarbe */
 font-size: 12pt;
 margin-top: 15px;
 margin-bottom: 0px;
 position: fixed;
 font-weight: bold;
 z-index: 1;
}

.thirdbutton {
width: 95%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #88be4c; /* Rahmen */
 border-radius: 10px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin-right: 2.5%;
 margin-left: 2.5%;
 color: black; /* Textfarbe */
 font-size: 12pt;
 margin-top: 15px;
 margin-bottom: 0px;
 position: fixed;
 font-weight: bold;
 z-index: 1;
}

.fourthbutton {
width: 95%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #88be4c; /* Rahmen */
 border-radius: 10px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin-right: 2.5%;
 margin-left: 2.5%;
 color: black; /* Textfarbe */
 font-size: 12pt;
 margin-top: 15px;
 margin-bottom: 0px;
 position: fixed;
 font-weight: bold;
 z-index: 1;
}

.fourthbutton2 {
width: 95%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #c43e1c; /* Rahmen */
 border-radius: 10px; /* Abgerundete Ecken */
 background: white; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin-right: 2.5%;
 margin-left: 2.5%;
 color: #c43e1c; /* Textfarbe */
 font-size: 12pt;
 margin-top: 15px;
 margin-bottom: 0px;
 position: fixed;
 font-weight: bold;
 z-index: 1;
}

.fifthbutton {
width: 60%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #c43e1c; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #c43e1c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 15pt;
 margin-bottom: 20px;
 margin-right: 20%;
	margin-left: 20%;
	margin-top: 20px;
	float: centered;
}

.sixthbutton {
width: 60%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #c43e1c; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: white; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: #c43e1c; /* Textfarbe */
 font-size: 15pt;
 margin-bottom: 20px;
 margin-right: 20%;
	margin-left: 20%;
	margin-top: 20px;
	float: centered;
}

.seventhbutton {
width: 60%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #6f9c3e; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: white; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: #6f9c3e; /* Textfarbe */
 font-size: 15pt;
 margin-bottom: 20px;
 margin-right: 20%;
	margin-left: 20%;
	margin-top: 20px;
	float: centered;
}

.cbutton {
width: auto; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid #c43e1c; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #c43e1c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 15pt;
 margin-bottom: 20px;
 margin-right: 20%;
	margin-left: 20%;
	margin-top: 20px;
	float: centered;
}

@media only screen and (max-height : 239px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 8px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 240px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 9px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 260px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 10px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 280px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 11px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 300px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 12px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 350px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 13px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 400px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 14px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 450px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 15px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 500px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 16px; 
        } 
          
        body { 
            text-align: center; 
        }
}

@media only screen and (min-height : 550px) {
.navbar { 
            width: 100%; 
            background-color: #88be4c;			
        } 
          
        ul { 
            font-size: 17px; 
        } 
          
        body { 
            text-align: center; 
        }
}

.language {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 36.25%;
	margin-left: 36.25%;
	width: 27.5%;
	font-size:9pt;
}

.pages {
	margin-bottom: 20px;
	margin-right: 30%;
	margin-left: 30%;
	width: 40%;
}

.description {
	color: white;
	text-align: center;
	font-weight: bold;
}

#loginDE {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#signup {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#signupDE {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#subscribeDE {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#login {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#resetpassword {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#resetsent {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#newpassword {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#verifyemail {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#kontaktform {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.submit {
	width: auto; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 20px;
 margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float: centered;
}

.reset {
	width: auto; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: grey; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 20px;
 margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float: centered;
}

.submit2 {
	width: auto; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 12pt;
 margin-bottom: 20px;
 margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: centered;
}

.submitpay {
	width: 70%; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 2px solid black; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: white; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 margin-left: 15%;
 margin-right: 15%;
 text-decoration: none; /* Links nicht unterstrichen */
 color: black; /* Textfarbe */
 font-size: 8pt;
 margin-bottom: 20px;
 margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float: centered;
}

.submit:disabled {
	width: auto; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 20px;
 margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float: centered;
	filter: brightness(0.5);
}

.button1 {
	width: auto; /* Breite des Buttons */
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 20px;
 margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	float: centered;
}

#buttonetappe1 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe2 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe3 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe4 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe5 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe6 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe7 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe8 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe9 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe10 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonchoice {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonetappe1:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe2:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe3:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe4:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe5:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe6:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe7:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe8:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe9:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonetappe10:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonweek1 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonweek2 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonweek3 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonweek4 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonweek5 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonweek6 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonweek1:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonweek2:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonweek3:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonweek4:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonweek5:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonweek6:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday1 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday2 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday3 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday4 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday5 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday6 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday7 {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#buttonday1:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday2:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday3:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday4:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday5:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday6:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#buttonday7:disabled {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 24pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
	filter: brightness(0.5);
}

#country {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	display: block;
}

#gender {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	display: block;
}

#date {
	width: 165px;
}

.first {
	float: right;
}

.anmelden {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
}

.anmelden_card {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;
}

#agree {
	margin-top: 20px;
}

#contraindications {
	margin-top: 20px;
}

.firstline {
	margin-bottom: 0px;
	margin-top: 15px;
}

/*.languages statt .language*/
.languages {
	margin-bottom: 10px;
	margin-right: 36.25%;
	margin-left: 36.25%;
	width: 27.5%; /* Breite des Buttons */
 height: 25px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px;
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 12pt;
 padding-left:10px;
}

.language option {
position: absolute;
color: white;
width: auto;
border: 5px solid white;
display: block;
margin: 0 auto;
background: #88be4c;
text-align: center;
font-size: 10pt;
}

.language option:link {
position: absolute;
color: white;
width: auto;
border: 5px solid white;
display: block;
margin: 0 auto;
text-align: center;
font-size: 10pt;
background: #373941;
}

#remember {
	margin-top: 20px;
}

#forgotpassword {
	margin-top: 10px;
	margin-bottom: 30px;
}

.references {
	font-size: 7pt;
}

#reactivate {
	text-align: centered;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.ueberschrift {
	font-size: 16pt;
	margin-bottom: 15px;
}

#texthome {
text-align: centered;
}

.buttoninfo {
	width: 95%;
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

.buttoninfo1 {
	width: 80%;
 height: auto; /* Höhe des Buttons */
 border: 2px solid black; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: white; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: black; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonbarr {
	width: 80%;
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: grey; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#trainingplanbutton {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 20pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#trainingplanpdfbutton {
	width: 80%; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid black; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #ffc107; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: black; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 20px;
 margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	float: centered;
}

#trainingplanpdfbutton1 {
	width: auto; /* Breite des Buttons */
 height: auto; /* Höhe des Buttons */
 border: 2px solid black; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #ffc107; /* Hintergundfarbe für ältere Browser */
 display: inline-block; /* Darstellung als Block-Element */
 text-align: centered;
 text-decoration: none; /* Links nicht unterstrichen */
 color: black; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 20px;
	margin-top: 20px;
	float: centered;
}

#f1 {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	display: block;
}

#f2 {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	display: block;
}

#f3 {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	display: block;
}

#f4 {
	width: 90%;
	background: white;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	display: block;
}

#buttonwarmupone {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonexerciseone {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonexercisetwo {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonexercisethree {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonexercisefour {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonexercisefive {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonexercisesix {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonstretchingone {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonstretchingtwo {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonstretchingthree {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonstretchingfour {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonstretchingfive {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}

#buttonstretchingsix {
	width: auto;
 height: 30px; /* Höhe des Buttons */
 border: 2px solid white; /* Rahmen */
 border-radius: 5px; /* Abgerundete Ecken */
 background: #88be4c; /* Hintergundfarbe für ältere Browser */
 display: block; /* Darstellung als Block-Element */
 text-align: center;
 margin: 0 auto;
 text-decoration: none; /* Links nicht unterstrichen */
 color: white; /* Textfarbe */
 font-size: 14pt;
 margin-bottom: 5px;
}