@import url("/style/styleRelaunch.css") screen;
@import url("/style/startseite.css") screen;
@import url("/style/angebot.css") screen;
@import url("/style/ueber_mich.css") screen;
@import url("/style/kontakt.css") screen;

body{
    background-color:#fff5ea;
    background-image:url("../images/main-background.jpg");
}
.white-background{
    background-color:#ffffff;
    border-radius:20px;
    margin-top:20px;
}
h1{
    font-family: grafolita-script, sans-serif;
    font-size:50px;
    color:#684015;
    font-weight:700;
}
h2{
    font-family: grafolita-script, sans-serif;
    font-size:40px;
    font-weight:bold;
}
h3{
    font-family: grafolita-script, sans-serif;
    font-weight:bold;
    font-size:24px;
    font-weight:700;
}
.no-deco, .no-deco:hover{
    text-decoration:none;
}
.grafolita{
    font-family: grafolita-script, sans-serif;
}
p, ul{
    font-size:18px;
}
.margin-top{
    margin-top:25px;
}
.margin-bottom{
    margin-bottom:25px;
}
.margin-top-lg{
    margin-top:40px;
}
.section{
    margin-top:40px;
    margin-bottom:40px;
}
.rounded_picture{
    border-radius:50%;
    border: 7px solid #dbd0bf;
}

.text-white{ color:#ffffff; }
.text-brown{ color:#5e3f26; }
.text-lightbrown{ color:#efe6d6; }
.text-green{ color:#9ea787; }

.bg-white{ background-color:#ffffff; }
.bg-brown{ background-color:#5e3f26; }
.bg-lightbrown{ background-color:#efe6d6; }
.bg-green{ background-color:#9ea787; }

.text-bold{
    font-weight:600;
}
.gesamtNavi{
    box-shadow:0px 2px 10px #e1e1e1;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
nav{
    font-family: grafolita-script, sans-serif;
    font-size:27px;
    font-weight:bold;
}

footer{
    padding-top: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    h1{
        margin-top:10px;
        font-size:40px;
    }
    h2{
        font-size:35px;
    }
    .navbar-brand > img {
        max-height: 60px !important;
    }
}