@font-face {
    font-family: 'Akzidenz Grotesk';
    src: url(Akzidenz_grotesk.ttf);
}

html {
    scroll-behavior: smooth;
    height: 100%;
}


body {
    overflow-x: hidden;
    background-color: rgb(18,52,79);
    font-family: 'Akzidenz Grotesk', serif;
    text-align: justify;
    height: 100%;
}

h1 {
    color: black;
}

/* Navigationsbar */
.navbar {
    font-family: 'Akzidenz Grotesk', serif;
    font-size: x-large;
    background-color:  rgb(18,52,79);
}

.navbar-brand {
    font-size: xx-large;
    color: white !important;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-link {
    color: white !important;
}
.nav-link:hover {
    color: rgb(126, 126, 126) !important;
}

.fixed-wrap {
    height: 100vh;
}

.anchor {
    display: block;
    height: 72px;
    margin-top: -72px;
    visibility: hidden;
}

/* Über mich */
#Über-wrap {
    background-color: rgb(227,227,227);
    color: black;
    background-image: url("goslar.jpg");
    background-repeat: no-repeat;
    height: 100vh;
    max-height:800px;
}

@media only screen and (max-width: 1400px) and (min-width: 1301px) {
    #Über-wrap {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1001px)  {
    #Über-wrap {
        padding-right: 120px;
    }
    #Über-wrap h3{
        font-size: 1.6vw !important;
    }

    #Über-wrap h4{
        font-size: 1.4vw !important;
    }
}

#Über-wrap .card h4{
    font-size: 16pt;
}

.content-1{
    padding-top: 75px;
}

#Über-wrap .card {
    margin-bottom: 100px;
    font-size: large;
    padding: 20px;
    background-color: white;
    color: black;
}


/* Publikationen */

#Publikationen-wrap {
    background-color: rgb(232,232,232);
    height: 100vh;
}

@media only screen and (max-width: 1400px) and (min-width: 1001px)  {
    #Publikationen-wrap .card p {
        font-size: 1vw !important;
    }
}

.Publikationen-header h1 {
    padding-bottom: 5vh;
}

#Publikationen-wrap h1 {
    margin-left: 100px;
}

.content-1 .card {
    width: 200%;
    transition: box-shadow .3s;
    border-radius:10px;
    border: 1px solid #ccc;
    background: rgb(345,245,220);
    float: left;
}

.content-1 .card:hover {
    box-shadow: 0 0 300px rgba(33,33,33,.2);
}

/* Vita */

#Vita-wrap {
    background-color: rgb(227,227,227);
    height: 75vh;
    color: black;
}

@media only screen and (max-width: 1300px) and (min-width: 1001px)  {
    #Vita-wrap {
        height: 80vh;
    }
    #Vita-wrap p{
        font-size: 1.2vw !important;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1301px)  {
    #Vita-wrap {
        height: 90vh;
    }
}

#Vita-wrap .img-fluid {
    border-radius: 50%;
    max-height: 1000px;
    width: 100%;
    height: auto;
}

#Vita-wrap h1 {
    margin-left: 100px;
}

#Vita-wrap p {
    font-size: 15pt;
}

/* Kontakt */

#Kontakt-wrap {
    padding-top: 160px;
    background-color: rgb(232,232,232);
    height: 82vh;
}

@media only screen and (max-width: 1300px) and (min-width: 1001px)  {
    #Kontakt-wrap .Kontakt-text h4 {
        font-size: 1.2vw !important;
    }
}

.Kontakt-header {
    padding-bottom: 2vh;
}

.Kontakt-header {
    margin-left: 100px;
}

.Kontakt-text {
    margin-left: 100px;
}

.Kontakt-text h4 {
    font-size: 15pt;
}

.fa {  
    width: 4rem;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: white;
    border-radius: 50%;
    margin-bottom: 20px;
}

.fa:hover {
      opacity: 0.7;
      text-decoration: none;
}

.fa-facebook {
    background: #3B5998;
}

.fa-twitter {
    background: #55ACEE;
}

/* Fußleiste */
#Footer {
    background-color: rgb(232,232,232);
}

#Footer .footer-copyright {
    background-color: rgb(18,52,79);
    color: white;
    text-decoration: none;
}

#Footer a {
    color: white;
}



/* background-video TODO: Parallax */

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
  
header .container {
    position: relative;
    z-index: 2;
}
  
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
  
@media (pointer: coarse) and (hover: none) {
    header {
      background: url("video_kurz.mp4") black no-repeat center center scroll;
    }
    header video {
      display: none;
    }
}




/* Datenschutz & Impressum */

.text-datenschutz {
      padding: 5%;
      padding-left: 4vh;
      padding-right: 4vh;
      padding-bottom: 4vh;
      color: black;
      background-color: rgb(227,227,227);
      min-height: 100vh;
}

.text-impressum {
    padding: 5%;
    padding-left: 4vh;
    padding-right: 4vh;
    color: black;
    background-color: rgb(227,227,227);
    min-height: 100vh;
}

.text-impressum .impressum-margin {
    min-height: 5vh;
}


.parallax-transition1 { 
    background-image: url("parallax-2.jpg");
    height: 60vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.parallax-transition2 { 
    background-image: url("parallax-1.jpg");
    height: 60vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}


    /* --------------------------------------------------------------- */


    /* Mobile Version */
    @media (max-width:1000px) {    
        #laptop-content {
            display: none;
        }
    }

    @media (min-width: 1000px){
        .navbar-expand-custom {
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }
        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }
        .navbar-expand-custom .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }
        .navbar-expand-custom .navbar-collapse {
            display: flex!important;
        }
        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
    }

    .anchor-mobile {
        display: block;
        height: 327px;
        margin-top: -327px;
        visibility: hidden;
    }

    /* Content container */
    #mobile-content {
        display: none;
        background-color: rgb(232,232,232);
        font-size: 4vw;
        text-align: center;
    }

    #mobile-content h1 {
        font-size: 7vw;
        padding-bottom: 2%;
    }

    #mobile-content img {
        max-width: 100%;
        height: auto;
    }

    /* Background */
    #mobile-startseite-wrap {
        background-color: rgb(232,232,232);
    }

    /* Über */
    #mobile-über-wrap {
        padding: 5%;
    }

    .über-text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .über-text p {
        font-size: 3.8vw;
    }

    /* Publikationen */
    #mobile-publikationen-wrap {
        padding: 5%;
    }

    /* Vita */
    #mobile-vita-wrap {
        padding: 5%;
    }

    /* Kontakt */
    #mobile-kontakt-wrap {
        padding: 5%;
    }

   .mobile-kontakt-text {
       text-align: left;
   }

   #mobile-kontakt-wrap .social-media-logos {
       text-align: left;
   }


    /* Footer */
    #mobile-footer  .page-footer .footer-copyright {
        background-color: rgb(18,52,79);
        color: white;
    }

    #mobile-footer  .page-footer .footer-copyright a {
        color: white;
    }


    @media (max-width: 1000px) {
        #mobile-content {
            display: block;
        }
    }
