html, body {
    margin: 0;
    padding: 0;
    color: #6F6F6F;
    font-size: 16px;
}
#global-wrapper {
    width: 100%;
}
.center-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1024px;
}
@media(max-width: 1060px) {
    .center-wrapper {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
    }
}
a, a:link, a:visited, a:active, a:focus {
    transition: all 300ms ease;
    color: #A08766;
    cursor: pointer;
    }
a:hover {
    color: #424242;
    text-decoration: none;
    }
p {
    margin: 20px 0 0 0;
    padding: 0;
}
.clearer {
    clear: both;
}

/* - - - - - HEADER - - - - -   */

#header-container, #header-container-white {
    width: 100%;
    background-color: #F6ECDE;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 65px;
    z-index: 100;
}
#header-container-white {
    box-shadow: none;
    background-color: #fff;
    background-color: rgba(255,255,255,0.87);
    top: 0px;
    z-index: 100;
}

#header {
    height: 50px;
}
#header-logo {
    font-family: 'Great Vibes';
    color: #757575;
    font-size: 46px;
    padding: 5px 0;
    overflow: visible;
}
#header-image {
    background-image: url(../img/header-image.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    height: 517px;
    margin-top: 115px;
}
@media(max-width: 1024px) {
    #header-image {
        background-size: 100%;
    }
}
@media(max-width: 900px) {
    #header-image {
        height: 430px;
    }
}
@media(max-width: 820px) {
    #header-image {
        height: 385px;
    }
}
@media(max-width: 710px) {
    #header-image {
        height: 330px;
    }
}
@media(max-width: 560px) {
    #header-image {
        height: 270px;
    }
}
@media(max-width: 470px) {
    #header-image {
        height: 220px;
    }
}
@media(max-width: 420px) {
    #header-image {
        height: 210px;
    }
}
@media(max-width: 320px) {
    #header-image {
        height: 200px;
    }
}

@media(max-width: 380px) {
    #header-logo {
        font-size: 40px;
    }
    #header-container {
        top: 60px;
    }
    #header-image {
        margin-top: 111px;
    }
}

/* - - - - - MENU - - - - - */

#menu-wrapper {
    position: absolute;
    right: 15px;
    text-align: right;
    margin: 0;
    padding: 0;
}

#menu-wrapper li {
    display: inline-block;
    list-style: none;
}
.menu-entry a {
    display: block;
    padding: 5px 15px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #848484;
    transition: all 500ms ease;
    cursor: pointer;
}
.menu-entry a:hover {
    color: #463F37;
    background-color: #EFE4D5;
}


    /* - - - - - Burger - - - - - */

    #burger {
        display: none;
    }
    @media(max-width: 768px) {
        #burger {
            display: block;
            position: absolute;
            top: 7px;
            right: 15px;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAWklEQVRIS+3UwQkAIAxDUYOLOatxEDer6F08/UuxA6QYXlWBR3B+SbBg2EHWJHyBe5/oC8jwnZ1Ake1WIzBJvCKeqd1ISQkUkfWcQ9tfhaTP9Nr0V/REiFe0AABGHzEaST9/AAAAAElFTkSuQmCC');
            background-position: 10px;
            background-repeat: no-repeat;
        }
        #menu-wrapper {
            display: none;
            position: relative;
            top: 49px;
            left: 0;
            width: 120%;
            margin: 0px 0 20px -15px;
            padding: 0;
            padding-top: 1px;
        }
        #menu-wrapper li {
            display: block;
            margin-left: 0;
            padding: 0;
            background: #F6ECDE;
            margin-top: 0px;
            text-align: left;
            list-style: none;
            border-top: 1px solid #E2DACE
        }
        .menu-entry a {
            line-height: 36px;
        }
    }
    @media(min-width: 769px) {
        #menu-wrapper {
            display: block !important;
        }
    }



/* - - - - - Section - - - - - */

.section-wrapper {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-bottom: 80px;
    padding: 40px 0 50px 0;
}

@media(max-width: 800px) {
    .section-wrapper {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.section-wrapper:last-child {
    margin-bottom: 0;
}

.section-title-container {
    border-bottom: 1px solid #BDA687;
    text-align: center;
    height: 50px;
    margin-bottom: 80px;
}

.section-title {
    background-color: #fff;
    padding: 0 20px;
    font-family: 'Great Vibes';
    color: #BDA687;
    font-size: 57px;
    font-weight: normal;
    margin: 0 auto;
    line-height: 100px;
    display: inline-block;
}
@media(max-width: 580px) {
    .section-title {
        font-size: 48px;
    }
}
.section-title a, .section-title a:visited, .section-title a:active {
    display: block;
    text-decoration: none;
    color: #BDA687;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.section-title a:hover {
    color: #505050;
}


.section-button, .section-button-big, .trauzeugen-button {
    margin: 0 auto 15px auto;
    width: 155px;
    height: 155px;
    border-radius: 78px;
    background-color: #F6ECDE;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-button-big {
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 125px;
}
.section-button-big img {
    height: 100%;
}
.section-button img{
    height: 50%;
}
.section-button-text {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 30px auto;
    line-height: 26px;
}

@media(max-width: 580px) {
    .section-button {
        width: 130px;
        height: 130px;
        border-radius: 65px;
    }
    .section-button img{
        height: 35%;
    }
}
@media(max-width: 320px) {
    .section-button-big {
        width: 210px;
        height: 210px;
        border-radius: 105px;
    }
}

.trauzeugen-container {
    width: 340px;
    margin: 0 auto;
}
.trauzeugen-floater {
    float: left;
    max-width: 155px;
}
.trauzeugen-floater:first-child {
    margin-right: 30px;
}

@media(max-width: 370px) {
    .trauzeugen-container {
        margin: 0 auto;
        width: auto;
    }
    .trauzeugen-floater {
        float: none;
        margin: 0 auto;
        max-width: none;
    }
    .trauzeugen-floater:first-child {
        margin-right: 0;
    }
}
.trauzeugen-button img{
    height: 100%;
}

/* - - - - - Map - - - - - */

.map-container{
    width: 48%;
    float: left;
    margin-bottom: 60px;
}
.map-container img{
    width: 100%;
    opacity: 1;
    transition: all 400ms ease;
}
.map-container img:hover {
    opacity: 0.6;
}


@media(max-width: 768px) {
    .map-container {
        width: 100%;
        margin-bottom: 60px;
    }
}

/* - - - - - ARTICLE TXT - - - - - */


.article-title {
    font-size: 45px;
    line-height: 54px;
    font-weight: 300;
}
@media(max-width: 450px) {
    .article-title {
        font-size: 37px;
        line-height: 44px;
    }
}
@media(max-width: 330px) {
    .article-title {
        font-size: 33px;
        line-height: 41px;
    }
}
.article-text {
    line-height: 29px;
    font-weight: 400;
}
@media(max-width: 330px) {
    .article-text{
        font-size: 16px;
        line-height: 25px;
    }
}
.article-txt-container .button {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 16px;
    text-decoration: none;
    background-color: #09AF3E;
    color: #fff;
}
@media(max-width: 450px) {
    .article-txt-container .button {
        display: block;
        text-align: center;
        padding: 14px 20px;
    }
}
.button:hover {
    color: #fff;
    background-color: #2DCC60;
}

.ablauf {
    border-spacing: 0;
    border: none;
    margin-bottom: 50px;
}
.ablauf td{
    vertical-align: top;
    padding-bottom: 30px;
}

.first-gallery {
    margin-bottom: 120px;
}

@media(max-width: 768px) {
    .first-gallery {
        margin-bottom: 0;
    }
}
