@font-face {
    font-family: IBMPlex;
    src: url(Fonts/IBMPlexSans-Regular.woff);
  }
  @font-face {
    font-family: IBMPlexBold;
    src: url(Fonts/IBMPlexSans-Bold.woff);
  }
  @font-face {
    font-family: Alpina;
    src: url(Fonts/GT-Alpina-Fine-Standard-Bold.woff);
  }
* {
    margin: 0;
    padding: 0;
    
  }
  body{
    background-color: #ffff;

  }
p.about{
    color: black;
    text-align: center;
    margin: auto;
    font-size: 100px;
    width: 50%;
    position: fixed;
    top: 50%;
}
.center-fit {
    background-size: cover;
    max-width: 100%;
    margin: auto;
}
.no-scrolling{
    margin: 0; 
    height: 100%; 
    overflow: hidden
}
#logo {
    position: relative;
    z-index: 99;
}
#logo img {
    position: fixed;
    top: 18px;
    left: 18px;
    width:100%; 
    height:auto; 
    max-width:300px;
}
.menu, .menudark {
    z-index: 98;
    font-family: IBMPlex;
    color:black;    
    position:fixed;
    background:white;
    top:10px;
    right:0;
    padding-bottom:2%;
    text-align:center;
    font-size:20px;
 }
 
 .menu a:link, a:visited, .menudark a:link, a:visited {
    display:block;
    width:100%;
    font-weight:light;
    color: black;
    background:transparent;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
 }
 
 .menu a:hover,.menu a:active,  .menudark a:hover,.menu a:active {
    padding-bottom:8px;
    background:transparent;
    border-bottom:4px solid rgb(58, 58, 58);
    color:rgb(58, 58, 58);
 }
 .menu a:active,  .menudark a:active {
    padding-bottom:8px;
    background:transparent;
    border-bottom:4px solid rgb(58, 58, 58);
    color:rgb(58, 58, 58);
 }
 #row1{
     margin-top:8%; 
     margin-left:1%;
     margin-right: 6%;

 }
 #row2, #row3, #row4, #row5, #row6{
     margin-top:2%; 
     margin-left:1%;
     margin-right: 6%; 
  }
   #description{
    font-family: IBMPlex;
    text-align: left;
	text-align-last: none;
 }
 #descriptionImage{
    font-family: IBMPlex;
    margin-top: 8%;
 }
.phrase{
    font-size: 60px;
    text-align: center;
    margin: auto;
    width: 50%;
    vertical-align: middle;

}
#bigrow{
    margin-top:20%;
    width:100%;
    height:100%;
}
#contactdetails{
    font-size: 15px;
    bottom: 4%;
    position: fixed;
    margin:2%;
    width:100%;

}
p#contactdetails-left{
    text-align: left;
}
p#contactdetails-right{
    text-align: right;
}
.faces{
  display: block;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.phrase{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50.3%) translateY(-52%);
}
#mailadress{
z-index: 100;
color:black;
text-decoration: underline;
}
#Profile{
    position: fixed;
    width: 30%;
    height: 50;
    margin-left: 3%;
}
#Profile:hover{
    opacity: 0;
  }

#ProfileHover{
    position: fixed;
    width: 30%;
    height: 50;
    margin-left: 3%;
    opacity: 1;
}
#footer{
    width:100%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#footer2{
    width:100%;
    margin-top: 20%;
    margin-bottom: 2%;
}
#portfolioBYBl{
    color: black;
    font-size:16px;
    padding-top:1%;
    margin-right:4%;
    text-align: right;
}
#impressum{
    color: black;
    padding-top:1%;
    font-size:16px;
    margin-bottom:1%;
    margin-left: 4%;
   
}
#impressumBl{
    position: fixed;
    bottom: 20px;
    left:25px;
    margin-bottom: 1%;
    color: black;
    font-size:16px;
    font-family: IBMPlex;
    font-style: normal;

 }
 #portBY{
    position: fixed;
    bottom: 20px;
    right:25px;
    color: black;
    font-size:16px;
    font-family: IBMPlex;
    font-style: normal;
}
#impr{
   position: fixed;
   bottom: 20px;
   left:25px;
   margin-bottom: 1%;
   color: black;
   font-size:16px;
   font-family: IBMPlex;
   font-style: normal;

}
 #impText{
     background: transparent;
     margin-top: 15%;
     margin-left:2%;
 }
 .impressum{
    background: transparent;
 }
#ignis{
    margin-top: 2%;
}
#subtitle{
    font-family: IBMPlexBold;
    margin-top: -1%;
}
#firstP{
    margin-top: .5%;
}
#aboutMe{
    font-size: 110%;
    margin-top: -1.5%;
}
#textMe{
    touch-action: none;
    padding-top: 5%;
    margin-right: 10%;;
    z-index: 100;
}
.BgIcons{
    max-width: 10%;
}
#BgIcon1{
    max-width: 15%;
    position:fixed;
    right:-3%;
   transform: rotate(-20deg);
}
#BgIcon2{
    max-width: 12%;
    position:fixed;
    bottom: 2%;
    left:2%;
    transform: rotate(-20deg);
}
#BgIcon3{
    z-index:1;
    max-width: 7%;
    position:fixed;
    bottom: 67%;
    left:36%;
}
#BgIcon4{
    z-index:99;
    max-width: 8%;
    position:fixed;
    left:60%;
    transform: rotate(20deg);
    top:1%;
}
#BgIcon5{
    max-width: 10%;
    position:fixed;
    left:51%;
    transform: rotate(-20deg);
    bottom: 20%;
}
.mobile{
    display:none;
}
#abstand{
    margin-top: 5%;
}
h3#alpina{
    font-family: Alpina;
}
/* CSS für Tablet */
  
@media (max-width:992px) {
  
    .menudark {
        font-size:25px;
     }
     #portfolioBY, #portfolioBYBl, #impressum{
        font-size:16px;
    }
    #textMe{
        margin-top: 10%;;
        padding-top: 5%;
        z-index: 100;
    }
    #ProfileHover, #Profile{
        margin-top: 10%;;
    }
    #textMe{
        padding-top: 5%;
        margin-right: 3%;;
        z-index: 100;
    }
    #description{
        font-family: IBMPlex;
        font-size:300px;
    }
    h3#alpina{
        font-family: Alpina;
    }
  }

  
  /* CSS für Smartphone */
  
  @media (max-width:768px) {
    #logo img{
        width: 45%;
        margin: 0.5%;
        padding:0.5%;
        top:5px;
        left:5px;
    }

    #portfolioBY, #portfolioBYBl, #impressum {
        font-size:12px;
    }
    #portBY, #impr{
        font-size: 12px;
    }

    .menudark {
        top:15px;
        font-size:12px;
     }
     
     .menudark a:link, a:visited {
        font-size:12px;
    }
     
     .menudark a:hover,.menu a:active {
        padding-bottom:8px;
        border-bottom:4px solid rgb(58, 58, 58);
     }
    .menudark a:active {
        padding-bottom:8px;
        border-bottom:4px solid rgb(58, 58, 58);
     }
     .menu {
        top:15px;
        font-size:12px;
     }
     
     .menu a:link, a:visited {
        font-size:12px;
    }
     
     .menu a:hover,.menu a:active {
        padding-bottom:8px;
        border-bottom:4px solid rgb(58, 58, 58);
     }
    .menu a:active {
        padding-bottom:8px;
        border-bottom:4px solid rgb(58, 58, 58);
     }

     .mr-4{
         margin-right: 0.5em !important;
     }
     a.nav-link{
        padding: 0;
     }
     li.menu-dark__item{
        margin-right: 5px;
     }
    
     #text{
         font-size: 25px;
         padding-top: 60%;
         right:4%;
     }
     #aboutMe{
         font-size: 15px;
     }
     #Profile{
        width: 60%;
        top: 20%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
     }
     #ProfileHover{
        width: 60%;
        top: 20%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #BgIcon1{
        max-width: 30%;
    }
    #BgIcon2{
        max-width: 20%;
    }
    #BgIcon3{
        max-width: 15%;
        left:2%;
    }
    #BgIcon4{
        max-width: 15%;
        top:10%;
        left:70%;
    }
    #description{
        font-family: IBMPlex;
        font-size: 12px;
    }
    .hiddenMobile{
        display: none;
    }
    .mobile{
        display:block;
    }
#row1Mo{
    margin-top:15%;
    margin-right: 0%;
    margin-left: 0%;
}
#row2Mo {
    margin-top:3%;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 12px;
}
#row3Mo, #row5Mo, #row7Mo, #row9Mo{
    margin-top:1%;
    margin-right: 0%;
    margin-left: 0%;
}
h5{
    margin-bottom: 1%;
}
#subtitleMo{
    font-family: IBMPlexBold;
    font-size: 12px;
}
#row4Mo, #row6Mo, #row8Mo, #row10Mo {
    margin-top:-3%;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 12px;
}
h5#alpina{
    font-family: Alpina;
}
}
  