@font-face {
    font-family: 'Poppins';
    src:url(assets/font/Poppins/Poppins-Thin.ttf);
    font-weight:100;
} 

@font-face {
    font-family: 'Poppins';
    src:url(assets/font/Poppins/Poppins-Light.ttf);
    font-weight:200;
} 

@font-face {
    font-family: 'Poppins';
    src:url(assets/font/Poppins/Poppins-Regular.ttf);
    font-weight: normal;
} 

@font-face {
    font-family: 'Poppins';
    src:url(assets/font/Poppins/Poppins-Bold.ttf);
    font-weight: 600;
} 

@font-face {
    font-family: 'Poppins';
    src:url(assets/font/Poppins/Poppins-Black.ttf);
    font-weight:800;
} 


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-size: 18px;
}

html{
    scroll-behavior: smooth;
}

img{
    max-width:100%;
    height:auto;
}

header{
    width:100%;
    position:absolute;
    text-align: right;
    z-index:9999;
    background: #ffffff;
}

nav div.collapse::before{
    background-color: rgba(51,51,51,0)!important;
}


body{
    font-family: 'Poppins', sans-serif;
    color:#1E1E1E;
}

header{
    display:flex;
    justify-content: center;
    text-align:center;
}

header nav{
    font-family:'Poppins', serif;
    letter-spacing: .09em;
}

.navbar{
    width:100%;
}

ul.navbar-nav{
    text-align: right;
}

button.navbar-toggler{
    position: absolute !important;
    right:15px;
    top:15px;
}


.nav-link{
    color: #1E1E1E !important;
}

.nav-link:hover{
    text-decoration: underline;
}

#logo-dgta{
    width:22px;
    height:auto;
}


section{
    overflow-x: hidden;
}

section.hero{
    padding-top:0;
}


h1{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(10px, 6vw, 72px);
    margin-top:2rem;
    text-align: left;
    font-weight:bold;
    letter-spacing: 2px;
    color:#1E1E1E;
}

h2{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight:bold;
    margin-bottom: 1rem;
}

h3{
    font-size: 1.25rem;
    font-weight: bold;
    margin: 2rem 0;
}

h4{
    font-size: 1rem;
    font-weight: bold;
    margin: 2rem 0;
}

p, .ul-margin li, .div-about-me ul li, #main-services ul li{
    font-size: clamp(0.8rem, 2vw, 1rem);
    line-height:190%;
}



.hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#img-logo{
    max-width:70%;
    float:left;
}

#img-logo-footer{
    max-width:100%;
    padding-bottom:3rem;
}


#main-home{
    background-image: url(assets/img/bg_triple_hero_01.jpg);
    background-attachment: fixed;
    background-position:center;
    padding-top: 5rem;
}


#main-home p:first-of-type{
    margin:0 auto;

}

#h2-ursula{
    padding-top:1.5rem;
}

#ursula-card{
    padding-top:5rem;
}


p.font-weight-bold{
    font-weight:600!important;
}

.line-short{
    width:9rem;
    border-width:0.1rem;
    border-color:#1E1E1E;
    margin: 1rem 0rem;
}


#row-home-hero{
    margin-top: 2rem;

}




.div-spacer{
    width:100%;
    height:25vh;
}


.btn-primary{
    background-color: #FF8413;
    border-color: #FF8413;
    position: relative;
}

.btn-primary:hover{
    background-color: #f58013;
    border-color: #FF8413;
}

.btn-primary:active{
    background-color: #d17116;
    border-color: #FF8413;
}


.img_siegel{
    width:120px;
    height:auto;
    padding-top:2rem;
    display:flex;
}

.container .d-flex{
    justify-content: center;
}


#img-portrait{
    width: 15rem;
    height:auto;
    display:block;
    margin: 0 auto;
    border-radius:0.5rem;
}

#p-petruska{
    margin-top: 5rem !important;
}

.section-bg-grey{
    background-color: #F8F8FC;
}

.section-bg-white{
    background-color: #ffffff;
}

.section-bg-grey, .section-bg-white{
    padding: 4rem 1rem 4rem 1rem;
}

.div-side{
    display:block;
    width:100%;
    margin-top: 8rem;
    margin-bottom:3rem;

}

#btn-home-hero {
    display: block;
    max-width: 15rem;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
}

.div-side span {
    display: block;
    text-align: center;
    font-weight:bold;
}


      /* ********************************************
    FOOTER
    ******************************************** */

    footer{
        background: #1E1E1E;
        width:100%;
        min-height:3rem;
        padding-top:3rem;
        text-align: center;
    }
    

    .div-footer{
        background-color: #1E1E1E;
        z-index: 200;
        position: relative;
    }


    footer > img {
        height: 50px;
        margin: 0 auto 50px;
    }
    

    .nav-link-footer, .nav-link-footer:hover{
        color:#ffffff80;
        display:block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}




    /* ********************************************
       services
       ******************************************** */
    
    



    .hero .btn-group-vertical .btn-light {
        padding-left: 1rem;
    }


    .hero .btn-group-vertical{
        max-width: 20rem;
        display: block;
        margin: 0 auto;
        margin-top: 2rem;
    }

    .hero .btn-group-vertical .btn{
        text-align: left!important;
        letter-spacing: 2px;
    }


    #main-services{
        padding-top: 5rem!important;
        background-image: url(assets/img/bg_triple_hero_02.jpg);
        background-attachment: fixed;
        background-position: center;
    }

    #main-services h2{
        padding-right:3.5rem;
    }


    #btn-buchen{

        padding: 0.5rem;
        max-width: 20rem;
        display: block;
        margin: 0 auto;
        margin-top: 2rem;
        top: 2rem;
    }

    #img-wegweiser{
        position:absolute;
        max-width: 200px;
        height: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .h3-services{
        margin-top: 4rem;
    }


    /* ********************************************
       About Me
       ******************************************** */


        #main-about-me{
            background-image: url(assets/img/bg_triple_hero_03.jpg);
            background-attachment: fixed;
        }

        #h1-about-me{
            margin-top:3rem;
            margin-bottom:1.5rem;
        }

        #h1-about-me h1{
            text-align: left;
        }

       #img-hero-about-me{
        position:relative;
        margin: 0 auto;
        margin-top:5rem;
        max-width: 50%;
        transform: translate(50%);
        z-index:100;
       }

       #btn-kontakt-aufnehmen{
        margin-top: 3rem;
       }



        /* ********************************************
       Contact
       ******************************************** */

       #div-submit{
        margin-top: 2em;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 2rem 2rem;
        border-radius: 0.3rem;
       }

       #hero-contact{
        background-image: url(assets/img/bg_kontakt_compressed.jpg);
        background-attachment: fixed;
        background-position-y: top;
       }
       
       #hero-contact h1{
            margin-bottom: 2rem;
            margin-top:5rem;
       }

       #form-privacy{
        padding-top: 1.5rem;
       }



        /* ********************************************
       LEGAL DETAILS
       ******************************************** */

       .impressum h1{
        font-size: 1rem;
       }


        /* ********************************************
       PRIVACY
       ******************************************** */

       .div-privacy h1, .div-privacy h2{
        padding-top:2rem;
        font-size: 1rem;
    }


@media screen and (min-width: 768px) {
   
    header nav{
        position: absolute !important;
        min-width: 25rem;
        margin-top: 1rem;
    }

    header{
        background-color: rgba(51,51,51, 0);
    }

    #img-logo{
        padding-left:2rem;
    }


    ul.navbar-nav{
        text-align: center;
    }


    footer{
        text-align:left;
    }

    .navbar{
        justify-content: end;
    }

    .navbar-expand-md .navbar-nav .nav-link{
        padding: 0.5rem 1rem;
    }

    .nav-link{
        color: #494949 !important;
    }

    .div-side{
        position:absolute;
        right:0;
        width:25rem;
        background:white;
        padding:1.5rem;
        border-radius:0.3rem 0rem 0rem 0.3rem;
        margin-top:0;
    }

    .div-side span {
        display: inline;
        text-align: left;
        font-weight: 400;
    }


    h1, h2{
        text-align: left;
    }


    .p-margin{
        margin-top:6rem;
    }


    #main-home{
        text-align: left;
    }

    #main-home p:first-of-type{
        min-width:20rem;
        padding:0;
    }

    #main-home p:nth-of-type(2) {
        text-align: left;
    }



    #btn-home-hero{
        margin-top:1.5rem;
        margin-left: 0;
    }



    .span-block-mt{
        margin-top:1rem;
        display:block;
    }

    

    #section-ursula{
        padding-top:10rem;
    }

    .hero .container{
        transform:none;
    }



    section.hero{
        padding:7rem 0;
        min-height:100vh;
    }

    
    .line-short{
        margin-top:2rem;
    }
    
    #img-portrait{
        margin: 0 0;
    }

    
    
    .container .row:not(:first-of-type){
        margin-top:5rem;
    }
    
    
    .ul-margin li{
        margin-top:1.5rem;
 
    }

    
    p.shadow.p-3{
        border-radius:0.3rem;
        max-width:70%;
    }
    
    #ursula-card{
        padding-top:0;
    }

    .img_siegel{
        padding-top:3rem;
        padding-left:1rem;
    }
    
    .container .d-flex{
        justify-content: left;
    }

    
    /* ********************************************
       services
       ******************************************** */
    
    
    #hero-services h1{
        margin-bottom:3rem;
    }

    #hero-services{
        padding-top:10rem!important;
    }

    #btn-buchen{

        margin-top:15vh;
        margin-left:0;
    }

    .hero .btn-group-vertical{
        margin-top: 3.5rem;
        margin-left:5rem;
    }

    .btn-group-vertical .btn-light:not(:first-child){
        margin-top:0.5rem;
    }

    #span-podlesch{
        margin-left: 5rem;
        margin-top: 2rem;
        display: block;
    }


    #img-wegweiser{
        width:100%;
        max-width: 500px;
        height: auto;
        bottom: 0;
        right: 10%;
        transform: none;
    }


    /* ********************************************
    About Me
    ******************************************** */

    #img-hero-about-me{
    position: fixed;
    bottom:0;
    max-height:80%;
    width:auto;
    transform:none;
    }

    #hero-about-me h1{
    margin-bottom:2rem;
    }

    #btn-kontakt-aufnehmen{
    display: block;
    margin-top: 8rem;
    max-width: 15rem;
    }

    .div-about-me{
        border-radius: 0.3rem;
        padding: 1.5rem;
    }


    .div-about-me li{
        margin-top:1.5rem;
        letter-spacing: 2px;
    }


    #h1-about-me{
        margin-top:20%;
    }

    #main-about-me h2{
        padding-right:2.5rem;
    }


    /* ********************************************
    Contact
    ******************************************** */



  }




