@charset "utf-8";


.hauptLogo{
margin-bottom: -0.5em; 
padding:0px;
}

.hauptLogo:hover{
filter: blur(2px) brightness(0.7);
}

.zweitLogo{
margin-right: 5em; 
margin-bottom: -20px;
padding: 0px;
}

.zweitLogo:hover{
filter: blur(1px) brightness(0.7);
}

header {
       /* display: flex; */
	width: 100%;
	top: 0;
	padding: 1.5em;
	position: fixed;
	background: #00FFA8;
        
}
/* ohne margin ==> kein Rand bei den anderen Boxelemente */
body {
       margin-left: 0px;
       margin-right: 0px;
       }
h1  {
	padding: 0;
	margin: auto;
	color: #fff;
	font-family: Anton;
	font-size: 1.5em;
        letter-spacing: .15em;
}


#ladebalken{
height:14px; 
width:800px; 
margin:auto
}

#fortschritt {
height:14px; 
width:860px; 
background-color: aqua; 
border:none
}


/* Logo */
.logo{
	margin: 5em;
}


aside{
margin-left: 71.45%;
position: sticky;
  top: 8em;
margin-bottom: 20em;
z-index: -1;
}

/* Tabelle im aside-Bereich der einzelnen Berufe */

#berufeTabelle {
  font-size: 0.8em;
	width: 100%;
  border-collapse: collapse;
}

#berufeTabelle th{
	border: 1px solid #000000;
  text-align: left;
  padding: 8px;
  font-size: 1.3em;
  background-color: #000000;
  color: #fff;
}

#berufeTabelle td{
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
}

#berufeTabelle tr:nth-child(odd) {
  background-color: #dddddd;
}


/* Tabelle im ChimpTest */

#chimpTabelle{
  font-size: 2em;
  width: 90%;
  padding: 8px;
  background-color: #FFF;
  color: #000;
    margin-left: auto;
    margin-right: auto;
  border-spacing: 110px 40px; 
  border: 1px solid #000000;
}

#chimpTabelle td{
}

.hebung{
 text-align: center; 
border: 5px solid #000; 
background-color: aqua;
border-radius: 10px;
}

.hebung:hover{
  background-color: #ddd;
  border: 5px solid aqua; 
}
.hebung_schwarz{
border: 5px solid #FFF; 
background-color: black; 
color: black; 
border-radius: 10px;
}

.hebung_schwarz:hover{
border: 5px solid #000; 
background-color: #FFF; 
color: white; 
border-radius: 10px;
}


.tb_verlauf {
font-family: 'Nerko One', cursive;
background: #aqua;
border: 1px solid #DDD;
background: -moz-linear-gradient(top, aqua, #FFF);    
background: -webkit-linear-gradient(top, aqua, #fff);
background: -ms-linear-gradient(top, aqua, #fff);
background: -o-linear-gradient(top, aqua, #fff);
box-shadow: 1px 2px 4px rgba(0,0,0, .2);
margin-bottom:1em;
margin-left: 3em;
margin-right: 3em;
}
  

/* linke spalte neben dem aside-Bereich */
.linkespalte{
	float: left;
	width: 65%;
}

/* Bildrundung des Titelbildes auf der Hauptseite */
.abeck {
	border-radius: 10px;
}


/* Navigationsbereich */
.site-nav {
	font-family: Anton;
	position: relative;
	float: left;
	display: block !important;
	top: 0;
	left: 0;
	width: 80%;
	padding: .75em 1em 0 0;
	opacity: .95;
	background: none;
        word-spacing: 1.5em;
}

.site-nav ul {
	text-align: left;
}
.site-nav ul li {
	display: inline-block;
}
.site-nav ul li a {
	font-size: 1.5em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid white;
}

/* Jobs Jobs Jobs - Überschrift */
.ueberschrift {
  padding-top: 120px;
  font-family: Anton;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: .85em;
	background-image: -webkit-linear-gradient( to bottom, rgb(39,122,250) 0%, 
         rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(to bottom left, rgb(39,122,250) 0%, 
        rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(39,122,250) 0%, 
        rgb(255,255,255) 100%);
}

/* Jobs Jobs Jobs - Überschrift */
.ueberschrift2 {
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Anton;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 4em;
  letter-spacing: .85em;
	background-image: -webkit-linear-gradient( to bottom, rgb(39,122,250) 0%, 
         rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(to bottom left, rgb(39,122,250) 0%, 
        rgb(255,255,255) 100%);
	background-image: linear-gradient(to bottom, rgb(39,122,250) 0%, 
        rgb(255,255,255) 100%);
}

/*  Berufsübersicht-Überschrift */
.ueberschrift-berufsuebersicht{
 padding-top: 120px;
  font-family: Anton;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: .60em;
	background-image: -webkit-linear-gradient( to bottom, rgb(39,122,250) 0%, 
         rgb(227,241,254) 100%);
	background-image: -o-linear-gradient(to bottom left, rgb(39,122,250) 0%, 
        rgb(227,241,254) 100%);
	background-image: linear-gradient(to bottom, rgb(39,122,250) 0%, 
        rgb(227,241,254) 100%);
}

.rand-rechts{
 padding-top: 120px;
}

/* Schatten: Jobs Jobs Jobs */
.shadow {
	text-shadow: 2px 5px 4px blue;
}

/* Berufsprofile */
.Berufsprofile {
    padding: 2.5em;
    background-color: #129380;
}

.Berufsprofile2 {
    padding: 2.5em;
    background-color: #74ed80;
}

.Berufsprofile3 {
    padding: 2.5em;
    background-color: #3478df;
}

/* Berufestest-button 2x */
.Berufstest-block {
    height: 250px;
    background-color: #347856;
	font-family: Anton;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 3.5em;
  letter-spacing: .60em;
}

.Berufstest-block a{
	text-decoration: none;
	  color: #FFFFFF;  
}

.Berufstest-block:hover{
	text-decoration: none;
	  color: #FF0000;   
     background-color: #47966f;
}


.Berufstest-block2 {
    height: 250px;
    background-color: #006C85;
	font-family: Anton;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 3.5em;
  letter-spacing: .60em;
}

.Berufstest-block2 a{
	text-decoration: none;
	  color: #FFFFFF;  
}

.Berufstest-block2:hover{
	text-decoration: none;
	  color: #FF0000;   
     background-color: #248196;
}

.Berufstest-unterschrift{
  font-family: Anton;
  text-align: center;
  color: #383838;
  text-transform: uppercase;
  font-size: 0.3em;
  letter-spacing: .20em;
}

.nächsteFrage{
  float:right;
}


/* Berufsübersicht-einzelne Berufe mit unterschiedlichen Farben*/
.technische-Berufe{
  height: 250px;
  background-color: #347856;
 
}

.handwerkliche-Berufe{
  height: 250px;
  background-color: #ec5c3e;
}

.akademische-Berufe{
  height: 250px;
  background-color: #4287f5;
}


.paedagogische-Berufe{
  height: 250px;
  background-color: #e8b600;
}

.half{
 float: left;
padding-left: 0em;
}

.half1{
 width: 50%;
 float: left;
margin-bottom: 2em;
padding-left: 2em;
}

.half2{
 width: 50%;
 float: left;
}

/* Jobboersen section auf hauptseite */
.jobboersen {
    height: 250px;
    background-color: #ffffff;
}


.jobboersen-fonts{
		font-family: Anton;
	font-weight: bold;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: .60em;
}

.jobboersen img{
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.flex-container {
	display:flex;
	justify-content: center;
	}



/* Footer-bereich auf allen Seiten */
footer {
	padding-top: 5em;
	background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, 
         rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, 
        rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, 
        rgb(255,213,86) 100%);
	position: static;
}
.footer-img  {
	vertical-align: middle;
}

.footer-credit{
	float: right;
	width: 40%;
	text-align: right;
	position: inherit;
}

.footer-credit2{
        margin-left: 8em;
	width: 40%;
	text-align: center;
}

.footer-disclaimer{
	float: left;
	width: 60%;
	position: relative;
}

.footer-content {
	width: 64%;
	margin: 0 auto;
	padding-bottom:.7em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 4em;
	height: 4em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 1em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 2em;
}
.footer-info p {
	font-size: .8em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}

.footer-credit a:link {
	color: #B42E01;
}
.footer-credit a:hover{
	color: aliceblue;
}
.footer-credit a:active {
	color: #F4F309;
}
.footer-credit a:visited {
	color: #823501;
}

.footer-credit2 a:link {
	color: #B42E01;
}
.footer-credit2 a:hover{
	color: aliceblue;
}
.footer-credit2 a:active {
	color: #F4F309;
}
.footer-credit2 a:visited {
	color: #823501;
}




/* Css für Slider */

input {
	display: block;
	width: 40%;
	margin: 0;
       allign: center;
}

.slidecontainer {
  width: 32.5em; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #eb34de; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.selfKasten{
font-size:20px;
color: white;
width: 700px; height: 150px;
border: 12px solid #FFF;
margin: 20px auto;
text-align: center;
background-image: -webkit-linear-gradient(top right, rgb(255,91,127) 0%, 
         rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(top right, rgb(255,91,127) 0%, 
        rgb(255,213,86) 100%);
	background-image: linear-gradient(to bottom left, rgb(255,91,127) 0%, 
        rgb(255,213,86) 100%);
}

.selfKasten:hover{
color: #ddd;
filter: brightness(0.9);
}

.erscheine:hover img {
filter: blur(2px);
opacity: 0.5;
}


.erscheine:hover button {
display: block;
}

.erscheine button {
display: none;
}

.button { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #eb34de;
}

.button:hover {
  background-color: #eb34de;
  color: white;
}

.buttonBlue { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: #ddd; 
  color: black; 
  border: 2px solid aqua;
}


.buttonBlue:hover {
  background-color: aqua;
  color: black;
}

.button2 { 
  border: none;
  padding: 108px 108px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:5px 5px;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: #d5d0d0; 
  color: #444343; 
  border: 2px solid #000;
}

.button2:hover {
  background-color: #9abfb5;
  color: white;
}

.button2Text { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: -10em;
  margin-left: 5em;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #eb34de;
  position: absolute;
}

.button3 { 
  border: none;
  padding: 60px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:35px 5px;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: #d5d0d0; 
  color: #444343; 
  border: 2px solid #000;
}

.button3:hover {
  background-color: #9abfb5;
  color: white;
}

.button3Text { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: -10em;
  margin-left: 5em;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #eb34de;
  position: absolute;
}

.buttonText { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: -10em;
  margin-left: 5em;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #eb34de;
  position: absolute;
  align: center;
}

.buttonText:hover {
  background-color: #eb34de;
  color: white;
}


.buttonFlappy { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: -10em;
  margin-left: 46%;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #eb34de;
  position: absolute;
}

.buttonFlappy:hover {
  background-color: #eb34de;
  color: white;
}


.buttonADHS { 
  border: none;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: -10em;
  margin-left: 46%;
  transition-duration: 0.3s;
  cursor: pointer;
  background-color: white; 
  color: black; 
  border: 2px solid #eb34de;
  position: absolute;
}

.buttonADHS:hover {
  background-color: #eb34de;
  color: white;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

.btn:hover {
  background-color: RoyalBlue;
}

@media only screen and (max-width:800px) {
  /* For tablets: */
  .site-nav{
        word-spacing: 8em;

}

body{
	font-size: 20px;
	font-family: sans-serif;
	color: #333;
}
.question{
	font-weight: 600;
}
.answers {
  margin-bottom: 20px;
}
.answers label{
  display: block;
}
#submit{
	font-family: sans-serif;
	font-size: 20px;
	background-color: #279;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}
#submit:hover{
	background-color: #38a;
}




@media only screen and (max-aspect-ratio: 1/1) {
	
.flexbox {
width: 15%;
margin-left: 0px;
background: #00FFA8;
position: fixed;
height: 100%;
}

.flexbox {
 display: flex;
flex-direction: column;
}

.flexelement{
	font-size: 1.2em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	transition: color .3s;
}


.flexelement{
        background: #00FFA8;
        margin: 20%;
        width: 80%;
        font-family: Anton;
        margin-left: 11px;

}


.flexelement a {
text-decoration: none;
color: white;
}

main{
width: 85%;
margin-left: 15%;

}

header {
display: none;
}

}



