@font-face {
    font-family: Lato; 
    src: url(Lato/Lato-Regular.ttf) format("opentype"); 
    }
body {
    font-family: Lato, sans-serif; 
    height: auto;
    margin-top: 20px;
}
#H1 { 
    font-size: 65px;  
    font-weight: 800;
    font-family: Lato;
    text-align: center;
    padding-top: 25px; 
    color: antiquewhite;   
}

#DataAnalyst{
    font-size: 45px;  
    font-weight: 700;
    font-family: Lato;
    text-align: center;
    padding-top: 25px; 
    color: antiquewhite;  
}

@media all and (min-width: 750px) and (max-width: 835px) and (orientation: landscape){
  #name {margin-top: 80px;}
}
/*@media handheld and (min-width: 750px) and (max-width: 960px) and (orientation: landscape){
  #name {margin-top: 80px;}
}
@media all and (min-width: 730px) and (max-width: 960px) and (orientation: portrait){
  #name{margin-top: 80px;}
}*/
@media all and (min-width: 750px) and (max-width: 960px) and (orientation: landscape){
  .nav a {font-size: 20px;}
}

#name { box-shadow: 5px 5px 4px grey;}
#aboutName {
    background-image: url(img/frame-gf14ec8a94_1920.jpg);
    color: rgb(196,255,14);
    height: 125px;
   }
   #footer {
    padding-left: 25%;
    padding-top: 5px;
    background-color: black;
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
}



#inhalt {
    margin-top:80px; 
    margin-bottom: 50px;
}
p { font-weight: 600;
    font-size: 17px; 
    text-align: justify; }
nav a {
    font-size:25px;
    margin-top: 15px;}
li {
    font-size: 20px;}
#impressum {
    margin-top: 105px; 
    margin-bottom: 50px;
    background-color: rgba(247,234,189,0.8);
    padding: 30px;}
#imprKontaktH3 {
    background-color: rgb(247,234,189);   
    height: 30px;
    padding: 5px;}

/*mit Laden der Seite damit gleicher transitionEffekt wie wenn man dann hovert:*/

#logo {
    height: 65px;
    margin:0px 15px 0px 15px;
    -webkit-animation: animationOne 1.5s;
    animation-delay: 0.5s;/*kurzes warten damit animation auch wahrgenommen wird*/
    }
/*mit Laden der Seite damit gleicher transitionEffekt wie wenn man dann hovert*/
@-webkit-keyframes animationOne {
    from {
        transform: scale(2.0,2.0);
        -ms-transform: scale(2.0,2.0);
        -webkit-transform: scale(2.0,2.0); 
        margin-left:20px; 
        margin-top: 20px; 
        border-radius: 50%; }
    to {
        height: 65px;
        margin:0px 15px 0px 15px;}
}
@keyframes animationOne {
    from {
        transform: scale(2.0,2.0);
        -ms-transform: scale(2.0,2.0);
        -webkit-transform: scale(2.0,2.0); 
        margin-left:20px; 
        margin-top: 20px; 
        border-radius: 50%;}
    to {
        height: 65px;
        margin:0px 15px 0px 15px;}
}
#logo:hover {
    transition: 0.5s; 
    transform: scale(2.0,2.0);
    -ms-transform: scale(2.0,2.0);
    -webkit-transform: scale(2.0,2.0);
    margin-left:20px; 
    margin-top: 20px; 
    border-radius: 50%; } /**transition heißt, dass Effekt innerhalb 1s , also langsam stattfindet, scale wie groß Bild gezogen wird, margin wie weit von oben und Seite es weg bewegt wird */
@media (max-width:750px){
    #logo{height: 50px;}}

.projektescreenshots:hover {
    transition: 0.5s; 
    transform: scale(3.0,3.0);
 }


#biografie {
    font-size: 16px;
    font-weight: 500;
    background-color: rgba(12, 12, 12, 0.8);
    padding: 25px; 
    box-shadow: 10px 10px 7px rgb(28, 29, 15);
    border-radius: 10px;
    margin-bottom: 20px;
    color: antiquewhite;
}


#biografie li {
    font-size: 16px;
    background-color: rgba(53, 53, 52, 0.836);}

#biografie-container {
    margin:auto;
    padding-bottom: 20px;
   }

#biografie-container1 {
    margin-top: 80px;
}

#biografie-container .row {
    margin-top: 15px;
    }

    #projekte {
        font-size: 16px;
        font-weight: 500;
        background-color: rgba(12, 12, 12, 0.8);
        padding: 30px;
        box-shadow: 10px 10px 7px rgb(49, 49, 49);
        border-radius: 10px;
        margin-bottom: 10px;
        color: antiquewhite;
    }

    #projekte li {
        font-size: 16px;
        background-color: rgba(12, 12, 12, 0.8);}

    
    #projekte-container {
        margin-top: 40px;                
    }
    #projekte-container .row {
        margin-top: 10px;       
        }
.col-sm-1 {
    font-size: 16px;
    font-weight: bold;
}

.row .bold {
    font-size: 24px;
}
/*#fallsection {margin-top: -120px;}*/

.bold {
    font-weight: bolder;}
.kursiv {
    font-style: italic; 
    font-size: 15px; }
.dropdown-menu a{
    font-size:20px;}

.dropdown-menu li{
    height:25px; 
    margin-bottom: 10px; }

#Passbild {border-radius: 100%;
    height: 300px;
    border-width: 5px;}






