/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;  
}

p{
    line-height: 1.5em;
}

#menu{
    height: 100vh;
    width: 100%;
    background-color: black;
    color: white;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#cierra-menu{
    color: white;
    border-style: none;
    background: none;
    height: 8.33vh;
    width: 8.33vh;
    display: flex;
    margin-bottom: 10%;
}

#cierra-menu > span {
    font-size: 24pt;
    margin: auto;
    cursor: pointer;
}

#menu img{
    filter: invert();
    width: 8%;
    position: absolute;
    bottom: 0;
}

#menu > ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    height: 41%;
    position: relative;
}

#menu > ul > li{
    width: 100%;
    margin-left: 20%;
    height: 100%;    
}

#menu > ul > li > a{
    color: white;
    text-decoration: none;
    font-size: 36pt;
}

#menu > ul > li > a:hover{
    text-decoration: underline;
}

#menu > ul > li:nth-of-type(4){
    position: relative;
    top: 1rem;
}

#menu > ul > li:nth-of-type(4) > a{
    font-size: 14pt;
}

#disclaimer{
    position: absolute;
    bottom: 8.33vh;
    right: 8.33vh;
}

#disclaimer > p{
    padding: 0.3rem 0;
    font-size: pt;
}

#barra-top{
    background-color:  white;
    height: 8.33vh;
    position: fixed;
    z-index: 1;
    width: 100%;
    display: flex;
     transition: 0.5s;
    opacity: 0.9;
}

#barra-top > figure{
    display: none;
}


#boton-menu{
    height: 50px;
    width: 50px;
    margin: 1rem;
    margin-bottom: 0;
    background: none;
    border: none;
    cursor: pointer;
}

header{
    display: flex;
    height: 100vh;
    position: relative;
}

#texto-header{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#texto-header > div{
    width: 100%;
    text-align: center;
}

#texto-header > div:first-child{
    margin-top: 16%;
}

#texto-header > div:nth-child(2){
    height: 50%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.linea{
    height: 10%;
    border-right: solid 2px;
    
}

#texto-header h1{
    font-size: 36pt;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

#texto-header h2{
    font-size: 22pt;
    font-weight: 200;
}

#texto-header h3{
    font-weight: 400;
    font-size: 18pt;
    margin: 1rem;
}

#texto-header img{
    width: 33%;
    max-width: 200px;
    margin-top: 1rem;
}

#flecha{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    height: 8.33vh;
    align-items: center;
    justify-content: center;
    animation: parpadeo 1s infinite alternate ease-in-out;
}

@keyframes parpadeo{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#flecha > span{
    font-size: 36pt;
}

#foto-header{
    width: 50%;
    height: 100%;
    overflow: hidden; 
    z-index: 2;
}

#foto-header > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#leistungen{
    background-color: black;
    min-height: 50vh;
    display: flex;
    justify-content: space-between;
    color: white;
}

#leistungen > div{
    width: 50%;
    margin-top: 8.33vh;
}

#leistungen-text{
    padding-left: 8.33%;
}

#leistungen-text > h2{
    font-size: 34pt;
    font-weight: 300;
    margin-bottom: 4%;
}

#leistungen-text > p{
    width: calc(100% - 2rem);
    max-width: 700px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    margin-bottom: 8vh;
}

#cta{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 8.33%;
}

#cta img{
    width: 50%;
    margin-bottom: 4%;
    filter: invert();
}

#cta > div{
    display: flex;
}

#cta > div > a{
    background: none;
    border:none;
    margin: 0.5rem;
}

#cta > div  > a{
    display: flex;
    text-decoration: none;
    border-color: white;
    border-style: solid;
    border-width: medium;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

#cta > div > a > span{
    color: white;
    margin: auto;
}

#einer-fuer-alles{
    height: 110vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#einleitung{
    height: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4vh;
}

#einleitung > h3{
    font-size: 30pt;
    font-weight: 500;
    margin-bottom: 1rem;
}

#einleitung > p{
    width: 80%;
    max-width: 1000px;
    text-align: center;
}

#schritte{
    height: 80%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
}

.schritt{
    display: flex;
    flex-direction: column;
    height: 80%;
    max-height: 600px;
    width: 25%;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}

.schritt > figure{
    height: 60%;
    width: 100%;
    overflow: hidden;
    background-color: red;
}

.schritt > figure > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.schritt > div{
    margin-top: 1rem;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.nummer{
    font-size: 38pt;
    width: 100%;
}

.titel{
    font-size: 14pt;
    margin: 0.5rem 0;
    width: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.schritt > div > p{
    width: 95%;
    height: 40%;
    display: flex;
    align-items: flex-start;
}

#kontakt{
    background-color: black;
    height: 100vh;
    display: flex;
    color: white;
}

#kontakt > iframe{
    width: 40%;
    height: 100%;
    filter: saturate(0);
}

#kontakt > div{
    width: 45%;
    max-width: 600px;
    margin-left: 8.33%;
}

#kontakt h3{
    font-size: 30pt;
    font-weight: 400;
    margin-top: 8.33%;
}

#kontakt p{
    width: 80%;
    margin-top: 4%;
    margin-bottom: 8.33%;
}

#kontakt > div > ul > li{
    height: 8.33vh;
    border-top-style: solid;
    border-top-color: white;
    border-top-width: thin;
    display: flex;
    align-items: center;
    width: 80%;
}

#kontakt > div > ul > li:last-child{
       border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: thin;
}

#kontakt > div > ul > li >  a{
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#kontakt span{
    font-size: 24pt;
    margin-right: 1rem;
    margin-left: 0.3rem;
}


footer{
    width: 80%;
    display: flex;   
    align-items: center;
    justify-content: space-between;
}

footer > a{
    color: white;
    font-size: 10pt;
}

footer> p{
    line-height: normal;
    height: 0;
    text-align: left;
    font-style: italic;
    font-size: 10pt;
}

#impressum{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 50%;
    padding-top: 10vh;
    margin-bottom: 5vh;
}

#impressum :nth-child(n+1){
    margin: 0.5rem 0;
    text-justify: auto;
    text-align: ce;
    hyphens: auto;
    
}

/*Media queries Tablet*/
@media (max-width: 1025px){
    
    p{
        font-size: 10pt;
    }
    
    #menu > ul > li > img{
        width: 20%;
    }
    
    #texto-header > div > h1{
        font-size: 28pt;
    }
    
    #texto-header > div > h2{
        font-size: 16pt;
    }
    
    #texto-header > div:nth-of-type(2){
        height: 60%;
    }
    
    #leistungen-text > h2{
        font-size: 24pt;
    }
    
    #cta > div > a{
        height: 50px;
        width: 50px;
    }
    
}

/*Media queries mobile*/
@media (max-width: 700px) {
    
    #menu > ul{
        height: 50%;
        padding: 0 10%;
        margin-top: 16%;
    }
    
    #menu > ul > li{
        height: auto;
        margin: 1rem 0;
    }
    
    #menu > ul > li > a{
        font-size: 22pt;
        font-weight: 500;
    }
    
    #menu > ul > li:nth-child(4){
        top: 0rem;

    }
    
    #menu > ul > li > img{
        width: 40%;
        position: static;
        margin-top: 5%;
    }
    
    #disclaimer{
        font-size: 10pt;
        width: 100%;
        left: 0;
        padding: 1rem;
        bottom: 0;
    }
    
    #disclaimer > p{
        padding: 0;
        text-align: right;
        font-size: 9pt;
    }
    
    #barra-top{
        height: 8vh;
        top: 0;
        position: sticky;
        z-index: 3;
        justify-content: space-between;
    }
    
    #barra-top > figure{
        width: 33%;
        height: 100%;
        display: flex;
        overflow: hidden;
    }
    
    #barra-top > figure > img{
        width: 100%;
        padding: 0.5rem;
    }
    
    #boton-menu{
        margin: 0.3rem;
    }
    
    #boton-menu > span{
        font-size: 24pt;
    }
    
    header{
        flex-direction: column;
        height: 92vh;
    }
    
    #texto-header{
        width: 100%;
        height: 68%;
    }
    
    #texto-header > div{
        width: 100%;
        justify-content: center;
    }
    
    #texto-header > div > h1{
        font-size: 24pt;
        margin-bottom: 0.5rem;
    }
    
    #texto-header > div > h2{
        font-size: 15pt;
    }
    
    #texto-header > div:nth-child(1){
        margin-top: 0;
        height: 30%;
       display: flex;
        flex-direction: column;
    }
    
    #texto-header > div:nth-child(2){
        height: 70%;
        margin-top: 0;
        justify-content: flex-start;
    }
    
    #texto-header > div > h3{
        font-size: 14pt;
        margin-top: 1rem;
        margin-bottom: 0.7rem;
    }
    
    #texto-header > div > img{
        display: none;
    }

    .linea{
        height: 6%;
    }
    
    .linea:last-of-type{
        display: none;
    }
    
    #foto-header{
        height: 33%;
        width: 100%;
    }
    
    #flecha{
        display: none;
    }
    
    #leistungen{
        flex-direction: column;
        height: auto;
    }
    
    #leistungen > div{
        width: 100%;
        margin-top: 0;
    }
    
    #leistungen-text{
        width: 100%;
        padding: 1rem;
    }
    
    #leistungen-text > h2{
        font-size: 24pt;
         margin-top: 4vh;
    }
    
    #leistungen-text > p{
        width: 100%;
        text-align: left;
    }
    
    #cta{
        margin: 0;
        padding: 0;
    }
    
    #cta > div{
        width: 100%;
    }
    
    #cta > div > a{
        margin: 1rem;
        margin-bottom: 8.33vh;
    }
    
    #cta > img{
        display: none;
    }
    
    #einer-fuer-alles{
       height: auto;
        flex-direction: column-reverse;
        margin-bottom: 8.33vh;
    }
    
    #schritte{
        flex-direction: column;
        height: auto;
    }
    
    #einleitung{
        height: 25vh;
        margin-bottom: 0;
    }
    
    #einleitung > h3{
        font-size: 18pt;
        font-weight: 600;
    }
    
    #einleitung > p{
        width: 100%;
    }
    
    .schritt{
        width: 100%;
        min-height: 66vh;
        width: 100%;
        padding: 0;
        flex-direction: column-reverse;
    }
    
    .schritt > figure{
        height: 33vh;
        width: 100%;
    }
    
    .schritt > div{
        justify-content: center;
        height: 50%;
        margin: 2rem 1rem;
    }

    
    .titel{
        font-size: 18pt;
    }
    
    #kontakt{
        flex-direction: column;
        height: 100vh;
    }
    
    #kontakt > iframe{
        width: 100%;
        height: 33%;
    }
    
    #kontakt div{
        width: 100%;
        margin: 0;
        padding: 1rem;
        height: 66%
    }
    
    #kontakt p{
        width: 100%;
    }
    
    #kontakt > div > ul > li{
        width: 100%;
        justify-content: 
    }
    
    #kontakt span{
        font-size: 20pt;
    }
    
    #kontakt a{
        font-size: 10pt;
    }
    
    footer{
        width: 100%;
    }
    
    footer>p{
        width: 50%;
    }
    
    footer>a{
        width: 50%;
        text-align:right;
    }
    
    #impressum{
        width: 100%;
        padding: 1rem;
    }
}