* {
    color: #3f392e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

a {
    color: #fff !important;
    text-decoration: none !important;
}
blockquote {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 20px;
}
body {
    background-color: #ebe9e4;
}
dl dt, dl dd {
    line-height: 20px;
}
h1 {
    color: #3f392e;
    font-size: 30px;
    margin-bottom: 18px;
}
h1 span {
    color: #fff;
    font-size: 30px;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}
p {
    line-height: 20px;
    margin-bottom: 20px;
}
ul li {
    line-height: 20px;
}

.address {
    border: 1px solid #c5b188;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
}
.bold {
    font-weight: bold;
}
.container {
    max-width: 1230px;
}
.content {
    background-color: #c1b8a5;
    border: 1px solid #c5b188;
    border-radius: 10px;
    padding: 30px 50px;
}
.font-size-14, .font-size-14 strong {
    font-size: 14px;
}
.font-size-18 {
    font-size: 18px;
}
.hidden {
    display: none;
}
.italic {
    font-style: italic;
}
.logo {
    max-height: 100%;
    position: absolute;
    right: 15px;
    top: 0px;
}
.menu {
    position: absolute;
    right: 35px;
    top: 20px;
}
.nav a {
    color: #c5b188 !important;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}
.open {
    color: #c5b188 !important;
    font-weight: bold;
    float: right;
    line-height: 25px;
}
.nav a:hover, .nav a.active {
    color: #fff !important;
}
.nav li {
    border-bottom: 1px solid #c5b188;
    margin-top: 3px;
    width: 100%;
}
.nav li ul {
    list-style-type: none;
    padding-left: 0;
}
.nav li ul a {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    text-transform: none;
}
.nav li ul li:last-child {
    border: none;
}
.navigation {
    background-color: #625c51;
    border: 1px solid #c5b188;
    border-radius: 10px;
    padding: 25px 35px 35px 35px;
}
.phone {
    margin-left: 10px;
}
.teaser {
    background-color: #fff;
    border: 1px solid #c5b188;
    border-radius: 10px;
}
.teaser-img {
    padding: 33px 0 33px 53px;
}
.white {
    color: #fff;
}
.header-links {
    left: 50px;
    position: absolute;
    top: 37px;
}
.red {
    color: #AA3250 !important;
}
.link-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.links {
    width: 100%;
}
.links dt {
    clear: both;
    float: left;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(100% - 220px);
}
.links dd {
    float: left;
    line-height: 20px;
}

@media (max-width: 767px) {
    .address-div {
        padding-left: 8px;
        padding-right: 8px;
    }
    .content {
        border: none;
        border-bottom: 1px solid #c5b188;
        border-top: 1px solid #c5b188;
        border-radius: 0;
        padding: 30px;
    }
    .content-div {
        border: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .navigation {
        border: none;
        border-bottom: 1px solid #c5b188;
        border-top: 1px solid #c5b188;
        border-radius: 0;
        padding: 15px;
    }
    .teaser {
        border: none;
        border-radius: 0;
    }
    .teaser-img {
        padding: 0;
        padding-left: 3px;
        padding-right: 3px;
        z-index: 2;
    }
    #teaser-div {
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
    }
    #mobile {
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
    }
    #mobile-row {
        z-index: 1;
    }
    .logo {
        right: -5px;
        max-height: 200px;
        top: -50px;
        z-index: 1;
    }
    #menu-div {
        min-height: 105px;
        padding-left: 0;
        padding-right: 0;
    }
    .menu {
        left: 15px;
        right: auto;
        top: 35px;
    }
    .links dt {
        float: none;
        margin-bottom: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 575px) {
    *, h2 {
        font-size: 14px;
    }
    h1, h1 span {
        font-size: 24px;
    }
    blockquote, .font-size-18, .link-title {
        font-size: 16px;
    }
    .navigation {
        display: none;
        left: -5px;
        position: absolute;
        right: -5px;
        top: 0;
    }
    .content {
        padding: 20px;
    }
    #menu-div {
        min-height: 85px;
    }
    .logo {
        top: -58px;
    }
    .menu {
        top: 25px;
    }
    .header-links {
        top: 27px;
    }
}
