.navactive {
    border-bottom: 1px solid #ffe5b1;
    display: inline-block;
}

p.desc-text {
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}

.text-content.container {
    margin-top: 65px;
}

.right-text p {
    text-align: center !important;
    border-bottom: 1px solid;
    padding: 10px 0;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

h1,
h2,
p,
span,
a {
    font-family: inherit;
    color: #2f2e2f;
    margin: 0;
    padding: 0;
}

.color_animation {
    text-decoration: initial;
    margin-right: -30px;
    margin-left: -30px !important;
    color: #CBAD6F !important;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.color_animation:hover {
    color: #ffe5b1 !important;
}

div#bs-example-navbar-collapse-1 {
    height: 255px;
    overflow: hidden !important;
    text-align: center;
    text-decoration: none !important;
}

.navbar-brand {
    font-family: 'Pacifico', cursive;
    font-size: 34px !important;
    text-decoration: none;
    color: #CBAD6F !important;
}

nav {
    background: #1E1E1E !important;
    font-size: 18px;
    color: #CBAD6F !important;
}

li {
    color: #CBAD6F !important;
    word-spacing: 5px !important;
}

.starter_container {
    margin-top: -21px;
    padding: 0;
    min-width: 100%;
    height: 100%;
    background: url('../images/banner2.webp') no-repeat center center;
    background-size: cover;
    text-align: center;
    background-position: center;
}

.follow_container {
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}

.starter_follow {
    display: inline-block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}

.top-title {
    color: white;
    font-family: 'Playball', cursive;
    font-size: 80px;
    font-weight: 400;
}

.second-title {
    font-weight: lighter;
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
}

.white {
    color: white;
}

.background_content {
    top: 0px;
    width: 100%;
    height: 350px;
    background-color: white;
    margin: 0 auto 0 auto;
    z-index: 98;
    text-align: center;
}

.background_content h1 {
    font-size: 3em;
    width: 60%;
    position: relative;
    top: 24%;
    color: white;
    padding: 0;
    border: 0;
    display: inline-block;
}

.background_content h1 span {
    color: white;
    border-bottom: 8px solid #fff;
}

.featured.background_content {
    background: url('../images/reservation.webp') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pricing.background_content {
    background: url('../images/speisekarte.webp') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.description_content {
    padding: 80px 0;
    width: 100%;
    background: #fff;
    margin: 0 auto 0 auto;
    z-index: 99;
    background: white;
    text-align: center;
}

.description_body {
    margin: 45px auto;
    max-width: 300px;
}

h1 {
    font-size: 28px;
    font-weight: 900;
    width: 225px;
    letter-spacing: 0.040em;
    border: 8px solid #2f2e2f;
    display: inline-block;
    padding: 7px 16px;
    margin: 0;
}

.picture_content {
    display: none;
}

.first_footer {
    background-color: #1e1e1e;
    text-align: center;
}

.social_heading,
.social_info {
    display: block;
}

.social_heading {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.040em;
    color: #fff;
    text-align: center;
    margin: 40px 0 0 0;
}

.social_info,
.social_icons {
    margin: 50px 0 50px 0;
}

footer.sub_footer {
    background-color: #1C1C1C;
    padding: 20px;
}

p.sub-footer-text {
    color: #6B6B6B;
}

p.sub-footer-text a {
    color: #BDBDBD;
    text-decoration: none;
}

div.fa {
    display: block;
    padding: 30px 0px 25px 0px;
}

@media (max-width: 660px) {
    .top-title {
        font-size: 50px;
    }

    .second-title {
        font-size: 21px;
    }

    .background_content h1 {
        width: 80%;
        font-size: 2.5em;
    }

    .form-btn {
        margin: 0px auto;
    }
}

@media (min-width: 400px) {
    .starter_container {
        height: 100%;
    }

    .background_content h1 {
        top: 33%;
    }
}

@media (min-width: 660px) {

    .starter_container {
        height: 100%;
    }

    .navbar-default {
        height: 70px;
        padding-top: 10px;
    }

    nav li {
        padding-right: -15px;
    }

    .navbar-brand {
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
    }

    nav {
        position: fixed;
        display: block;
        width: 100%;
        height: 55px;
        z-index: 100;
        margin: 0;
        padding: 0;
        background-color: #1e1e1e;
        text-align: center;
    }

    .logo {
        display: none;
    }

    .main-nav {
        padding: 0px;
        margin: 18px auto 0 auto;
    }

    .main-nav li {
        display: inline-block;
        list-style: none;
        margin: 0 29px 0 29px;
    }

    .logo a,
    .main-nav a {
        font-size: 0.75000em;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        display: block;
        text-align: center;
        padding: 2px 0;
        transition: color 0.3s ease-in-out;
    }

    .main-nav a:hover {
        color: #ffe5b1;
    }

    .direction a {
        border: 5px solid rgba(0, 0, 0, 0);
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: 30px;
    }

    .direction a:hover {
        border: 5px solid #ffe5b1;
    }

    .description_body {
        margin: 45px auto;
        max-width: 500px;
    }

    h1 {
        font-size: 32px;
        font-weight: 900;
        width: 280px;
        letter-spacing: 0.040em;
        border: 1px solid #2f2e2f;
    }

    .picture_content {
        display: inline-block;
        padding: 0 20px;
    }

    .background_content {
        top: 0px;
        width: 100%;
        height: 570px;
        background-color: white;
        margin: 0 auto 0 auto;
        z-index: 98;
        text-align: center;
    }

    .background_content h1 {
        font-size: 4.5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 10px solid #fff;
    }

    section.social_connect {
        background-color: black;
        text-align: center;
        margin-bottom: 50px;
    }

    .social_heading {
        font-size: 33px;
        margin: 50px 0 0 0;
    }

    .social_info a {
        font-size: 24.93px;
    }

    .social_icons li a {
        font-size: 30px;
    }

    .social_info a {
        display: inline-block;
        margin: 0 auto;
        width: 325px;
    }

}

@media (min-width: 1100px) {

    .starter_container {
        background-attachment: fixed;
    }

    .background_content h1 {
        font-size: 5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
        margin-top: 20px;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 12px solid #fff;
    }

    .margin-right {
        margin-right: 5%;
    }

    .margin-left {
        margin-left: 5%;
    }

    .background_content:nth-of-type(2),
    .background_content:nth-of-type(4) {
        background-attachment: fixed;
    }

    .description_body {
        max-width: 450px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        margin-top: 10px;
    }

    .picture_content {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

}