body {
    font-family: 'Montserrat', sans-serif;
    color: #48494b;
    font-size: 16px;
    line-height: 1.8;
}

h1 {
    font-family: 'Prompt', sans-serif;
    color: #48494b;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing:0.6px;
    border-bottom: solid 5px #00bbff;
    display: inline-block;
    margin: 30px 0;
}

a h1:hover {
    color: #00bbff;
}

#main-menu ul li a{
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
    margin: 0 40px;
    text-decoration: none;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


.button {
    background-color: #00bbff;
    padding: 10px 50px;
    margin: 10px 0;
    line-height: 1.6;
    display: inline-block;
    font-family: 'Prompt', sans-serif;
    color: #48494b;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.button:hover {
    background-color: #48494b;
    color: #00bbff;
}

#top-p {
    font-weight: 600;
    font-size: 22px;
}

#decor_font {
    font-family: 'Prompt', sans-serif;
    font-size: 4.5vw;
    line-height: 1.2;
    font-weight: bold;
}

#top p {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px;
}

/* Dienstleistungen section style */
#dienst p {
    font-size: 18px;
    display: block;
    padding-top: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    
}

#dienst p a {
    color: #48494b;
    text-decoration: none;
}

/* Uber uns section style */


/* Kontakt section style */
#kontakt h1 {
    color: #ffffff;
}

#kontakt-box a {
    text-decoration: none;
    color: #00bbff;
}

#kontakt-box p{
    letter-spacing:0.5px;
}

#kontakt-box a:hover {
    color: #ffffff;
}

#sn {
    color: #ffffff;
    text-decoration: none;
}

#larger-p {
    font-size: 18px;
}

/* Footer section style */
footer {
    font-size: 12px;
    text-align: center;
}
 
@media only screen and (max-width: 1200px) {
    body{
        font-size: 13px; 
    }
    
    h1 {
        font-size: 23px;
    }

    #decor_font {
        font-size: 45px;
    }

    #top-p {
        font-size: 16px;
    }
    .button {
        padding: 8px 25px;
    }
}  
 

