@charset "UTF-8";
/* CSS Document */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(51,51,51,0.70);
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
}

.abstand {
    margin-top:5em;
}


.footer a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 3px;
    right: 20px;
    z-index: 99 !important;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #959393;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #666;
}

@media screen and (min-width: 600px) {
.topnav {
    overflow: hidden;
    background-color: rgba(51,51,51,0.70);
    display: flex;
    justify-content: space-evenly;
    width: 100%;
	    font-size: 10px;

}
}
@media screen and (max-width: 600px) {
.topnav {
    overflow: hidden;
    background-color: rgba(51,51,51,0.70);
    display: block;
    justify-content: space-evenly;
    width: 100%;
	    font-size: 10px;

}
}
* {
    box-sizing: border-box;
}
.column {
    float: right;
    width: 50%;
    text-align: left;
    padding-right: 2%;
    padding-left: 2%;
}

.row {
    float: right;
    width: 100%;
    text-align: center;
}




body {
    margin: 0;
    font-family: Arial;
    background-color: black;
	    color: gray;

}
#home {
    background-color: gray;
	    font-size: 10px;

}
#about {
    background-color: #646464;
    height: 3000px;
    color: white;
	font-size:10px;
    text-align:center;
    padding:10% 1% 2% 1%;
}

#danke {
    background-color: #646464;
    height: 1500px;
    padding: 20px 0 0 2px;
    color: white;
	font-size:10px;
}


.fehler {
  background-color: hsla(0, 0%, 34%, 1.00);
  color: lightgray;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  display: block;
  justify-content: space-evenly;
  font-size: 10px;
  float: left;
}
.fehler a {
  color: lightgray;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  text-align: center;
  padding-left: 14px 16px;
  padding-right: 14px 16px;
  padding-top: 14px 16px;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 10px;
}
.fehler a:hover {
  background-color: #555;
  color: white;
}



#skills {
    background-color: #646464;
    height: 3000px;
    color: white;
	font-size:10px;
    text-align:center;
    padding:10%;
}
#pref {
    background-color: #646464;
    height: 8000px;
    color: white;
	font-size:10px;
    text-align:center;
    padding:10% 1% 3000% 1%;
}
#kontakt {
    background-color: #646464;
    height: 1500px;
    padding: 20px 0 0 2px;
    color: white;
}

#kontakt_en {
    background-color: #646464;
    height: 1500px;
    padding: 20px 0 0 2px;
    color: white;
}

#kontakt_fr {
    background-color: #646464;
    height: 1500px;
    padding: 20px 0 0 2px;
    color: white;
}


#impr {
    background-color: #646464;
    height: 3000px;
    padding: 20px 0 0 2px;
    color: white;
}
#dse {
    background-color: #646464;
    height: 3000px;
    padding: 20px 0 0 2px;
    color: white;
}
#4660 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
#6170 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
#7180 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
#8190 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
#9112 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
#1320 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
	
#2020 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}	
#2021 {
    background-color: #646464;
    height: 3000px;
    color: white;
    padding: 20px 0 0 2px;
}
@media screen and (min-width: 600px) {
.topnav {
    overflow: hidden;
    background-color: #333;
    background-color: rgba(51,51,51,0.80);
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
}
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
    font-size: 14px;
}
.transpnav {
    width: 100%;
    position: fixed;
}
.active {
    background-color: #04AA6D;
    color: white;
}
.topnav .icon {
    display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;


}
.dropdown-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
	

}
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
}
.topnav a.icon {
    float: right;
    display: block;
}
.topnav .icon {
    display: block;
}
.dropdown-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
	    font-size: 10px;
}
    
}
@media screen and (max-width: 600px) {
.topnav.responsive {
    position: relative;
}
.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
.topnav.responsive .dropdown {
    float: none;
}
.topnav.responsive .dropdown-content {
    position: relative;
}
.topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
}
.wolkedesktop {
    display: none;
    }
 .wolkelaptop {
    display: none;
    }   
   .wolkemobil {
    display: block;
    } 
    
    
}

@media screen and (min-width: 600px) {

.wolkedesktop {
    display: none;
    }
 .wolkelaptop {
    display: block;
    }   
   .wolkemobil {
    display: none;
    } 
}



@media screen and (min-width: 992px) {

.wolkedesktop {
    display: block;
    }
 .wolkelaptop {
    display: none;
    }   
   .wolkemobil {
    display: none;
    } 
}




