

html, body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color:#55504a;
}


/* LOADER */
#loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top:0px;
    z-index: 100000;
}
#loader-wrapper div
{
    display: block;
    margin: auto;
    top: 50%;
    margin-top:-100px;
    margin-left:-100px;
    border-style: groove;
    border-width: 25px;
    border-color: transparent;
    border-top-color: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
}
#loader-wrapper div:before
{
    content:'';
    margin: -50px;
    display: block;
    border-style: solid;
    border-width: 25px;
    border-color: rgba(236,207,168,0.8);;
    border-radius: 50%;
    width: 200px;
    height: 200px;

}
/*--------------------------------*/


.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#wrapper {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    min-width: 990px
}

#navi {
    float: left;
    height: 737px;
    margin-left: 0%;
    margin-top: 0px;
    margin-bottom: 30px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("/img/head.jpg");
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

#mask {
    float: left;
    height: 252px;
    clear: none;
    width: 100%;
    min-width: 0px;
    position: absolute;
    background-image:url("/img/front_mask.png");
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    top: auto;
    left: 0px;
    display: block;
    bottom: 0px;
    right: auto;
    background-position: 50% 100%;
    background-repeat: no-repeat no-repeat;
}

.contentheight {
    max-height:400px !important;
    margin-bottom: 0px !important;
}

#navi .container {

    height: 180px;
    clear: none;
    width: 964px;
    position: absolute;
    top: 35px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 100;
}

#navi .menue
{
    height: 100%;
    width:100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    background-color: rgba(255,255,255,0.90);
}


#navi .menue .top
{
    width:100%;
    color:#a39a8e;
    height: calc(100% - 49px);
    overflow: hidden;
}
#navi .menue .logo
{
    height: 100%;
    width: auto;
    padding-top: 28px;
    padding-left: 22px;
    float: left;
    padding-bottom:15px;
}
#navi .menue .submenu
{
    height: 100%;
    width:auto;
    float: right;
    padding-top: 28px;
    padding-bottom: 49px;
    margin-right: 28px;
    text-align: right;
    position: relative;
}
#navi .menue .submenu div
{
    float: left;
}
#navi .menue .submenu .imprint
{
    clear: both;
    position: relative;
    top: 50px;
    left: auto;
    right: 0px;
    float: right;
}


#navi .menue .bottom
{
    position: relative;
    bottom: 0px;
    height: 49px;
    width:100%;
    background-color: #e3d6ca;
    border-top: 1px solid #b4a88f;
}
#navi .menue .bottom ul{
    padding: 0;
    margin: 0px;
    list-style: none;
    background: #e3d6ca;
}
#navi .menue .bottom ul li{
    display: inline-block;
    position: relative;
    line-height: 17px;
    text-align: left;
    height: 48px;
    float: left;
}
#navi .menue .bottom ul li a{
    font-size: 17px;
    font-family: 'Open Sans Light', sans-serif;
    display: block;
    padding: 14px 25px;
    color: #86888a;
    text-decoration: none;
    height: 100%;
}
#navi .menue .bottom ul li a.nullpadding{
    padding: 0px;
}

#navi .menue .bottom ul li a:hover{
    color: #000;
    background: #d6caba;
}
#navi .menue .bottom ul li ul.dropdown{
    background: none;
    background-image: url(/img/submenue-bg.png);
    min-width: 125px; /* Set width of the dropdown */
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 6px 7px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.38);
}
#navi .menue .bottom ul li:hover ul.dropdown{
    display: block; /* Display the dropdown */
}
#navi .menue .bottom ul li ul.dropdown li{
    display: block;
    height: auto;
    width: 100%;
}
#navi .menue .bottom ul li ul.dropdown li:first-child{
    margin-top: 1px;
}
#navi .menue .bottom ul li ul.dropdown li a{
    padding: 4px 15px;
    font-size: 14px;
}
#navi .menue .bottom ul li ul.dropdown li a:hover{
    background: #e5e0d8;
}


#navi .menue .bottom .menue-normal
{
    clear: both;
}
#navi .menue .bottom .menue-mobile
{
    width: 0px;
    height: 0px;
    overflow: hidden;
}
#navi .menue .bottom .menue-mobile div
{
    float: left;
}

#navi .menue .bottom .menue-mobile div
{
    float: left;
}
#navi .menue .bottom .menue-mobile #hamburger
{
    float: right;
    padding:0px  10px;
    cursor: pointer;
    height: 48px;
}
#navi .menue .bottom .menue-mobile #hamburger:hover
{
    background-color:#d6caba;
}

#navi .menue .bottom .menue-mobile #hamburger div
{
    display: block;
    clear: both;
    background-color: #86888A;/*#cbbfad;*/
    height: 5px;
    width: 50px;
    margin-top: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    /*-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    */

}
#navi .menue a.aktive-menue
{
    background: #c3b8a9 !important;
    color:#6a6b6d !important;
}
#navi .menue .bottom .menue-mobile #hamburger div:first-child
{
    margin-top: 10px;
}




a.mobilehome
{
    display: inline-block;
}
a.mobilehome:hover
{
    color: #000;
    background: #d6caba;
}

/* NAVI ENDE ---------------------*/













/* CONTENT */
.content{
    clear: both;
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto 0;
}
.content .article{
    clear: both;
    width: 964px;
    position: relative;
    height: auto;
    margin: 0 auto 0;
}
.content .article .pfad
{
    margin-bottom: 20px;
    line-height: 14px;
    font-size: 13px;
    color: #e2d6ca;
}
.content .article .pfad a
{
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-flex;
    font-size: 13px;
    color: #e2d6ca;
    text-decoration: underline;
}
.content .article .pfad span
{
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-flex;
    font-size: 13px;
    color: #ada090;
}

.content .article .pfad a:hover
{
    color:black;
}
.content .article .pfad a:first-child
{
    margin-top: 0px;
    margin-left: 0px;
}
.content .article .container
{
    width: 100%;
    margin-top: 30px;
}
.content .article .container.margin-zu
{
    margin-bottom: 50px;
}
.content .article .container ul
{
    padding: 0px;
    margin: 0px;
    color:#55504a;
    padding-left: 25px;
    float: left;
    width: 44%;
}
.content .article .container ul li
{
    padding-bottom: 2px;
    width: auto;
}
.content .article .container ul li a
{
    color:#55504a;
    text-decoration: underline;
}
.content .article .container ul li a:hover
{
    color:#b4a88f;
}

.column-two
{
    width: 50%;
    float: left;
}
.column-two:first-child
{
    padding-right: 30px;
}
.column-two:last-child
{
    padding-left: 30px;
}
.content .article .container .image-ga
{
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width:120px;
}

.content .article .container .image-ga .icon
{
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: white;
    border: 1px solid white;
    background: rgba(0,0,0,0.35);
}

.content .article .container.partner div
{
    float: left;
    min-height: 120px;
    margin: 10px;
}

.column-four
{
    padding:0px 30px;
    width: 25%;
    float: left;
    min-height: 200px;
}
.column-four:first-child
{
    padding:0px;
    padding-right: 30px;
}
.column-four:last-child
{
    padding:0px;
    padding-left: 30px;
}


.hr-line
{
    width:100%;
    padding:0px;
    margin: 10px 0 25px 0;
    border: 0;
    border-top: 2px dotted #b3b2b2;
}


.bg-color
{
   background-color: #e4d8cc;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #c7beab;
    margin:50px 0 0 0;
    padding:0 0 50px 0;
}
.centerP
{
    text-align: center;
    display: block;
    color: #55504a;
}
.centerP h2
{
    color: #55504a;
}
.centerP hr
{
    width: 55px;
    height: 5px;
    background-color: #dbcbbb;
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}
h1
{
    color:#55504a;
    line-height: 25px;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
h2
{
    font-family: 'Open Sans Light', sans-serif;
    font-weight: normal;
    color:#86888a;
    line-height: 20px;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
h3
{
    font-family: 'Open Sans Light', sans-serif;
    font-weight: bolder;
    color:#55504a;
    line-height: 100%;
    font-size: 18px;
    margin: 15px 0 15px 0;
    padding: 0;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;

    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
}
.img-centerHeight{
    margin-left: 0px;
    max-height: 100%;
    max-width: none;
}

.textRight
{
    text-align: right;
}

a
{
    text-decoration: underline;
}


a.linkParser
{
    color:black;
}
a.linkParser:hover
{
    text-decoration: underline;
}
/* CONTENT ENDE------------------------------ */












/* FORM */

form textarea {
    resize: none;
    background-color:#e4d8cc;
    border: 0px;
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    border-radius: 4px;
}
form div
{
    text-align: left;
    float: left;
    width: 100%;
    padding:15px;
}
form input
{
    border: 1px solid #e4d8cc;
    background-color:#e4d8cc;
    border: 0px;
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    border-radius: 4px;
}
form input:active
{
    border: 0px;
}
form input.senden
{
    border: 0px;
    color:white;
    background-color: #e30613;
}
form input.senden:hover
{
    border: 0px;
    background-color: #d6c092;
}
form div.fifty
{
    width: 50%;
}
sup.brown
{
    color:#a49b8f;
    font-weight: bolder;
}
.container .error
{
    padding: 4px 0px;
    color: red;
}
/* FORM ENDE ------------------*/



/* FOOTER */
.footer{
    clear: both;
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto 0;
    padding-bottom: 10px;
}
.footer .menue-bg {
    width: 100%;
    background-color: #f1eae4;
    height: auto;
    display: block;
    height: 45px;
    border-top: 1px solid #cac2b0;
}
.footer .menue-bg .menue{
    clear: both;
    width: 964px;
    position: relative;
    height: auto;
    margin: 0 auto 0;
    text-align: center;
}
.footer .menue-bg .menue div{
    font-size: 14px;
    color:#abadae;
    margin: 12px 0px;
}
.footer .menue-bg .menue div a{
    margin: 0px 10px;
}

.footer .menue-bg .menue .footer-back:before{
    content: url('/img/back-f.gif');
    margin-right: 5px;
}
.footer .menue-bg .menue .footer-print:before{
    content: url('/img/site-f.gif');
    margin-right: 5px;
}
.footer .menue-bg .menue .footer-top:before{
    content: url('/img/top-f.gif');
    margin-right: 5px;
}



.footer .footer-img a
{
    margin-bottom: 10px;
    display: block;
}


.footer .container{
    clear: both;
    width: 964px;
    position: relative;
    height: auto;
    margin: 0 auto 0;
    font-size: 13px;
}
h5
{
    margin: 40px 0px 20px 0px;
    color:#55504a;
    font-size: 20px;
    font-weight: normal;
}

.footer .footersubmenue
{
    height: 0px;
    overflow: hidden;
    padding-top: 30px !important;
}
.footer .footersubmenue div
{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}


/* FOOTER ENDE ----------------------------------------- */



@-webkit-keyframes buttonHover {
    100%      {
                color:black;
                background-color: rgba(255,255,255,0.25);
    }
}
@keyframes buttonHover {
    100%      {
                color:black;
                background-color: rgba(255,255,255,0.25);
    }
}
@-webkit-keyframes buttonNormal {
    100%    {
                color:white;
                background-color: rgba(0,0,0,0.25);
    }
}
@keyframes buttonNormal {
    100%    {
                color:white;
                background-color: rgba(0,0,0,0.25);
    }
}

.rules
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: calc( 100% - 350px );
    height: 125px;
    z-index: 0;
}
.rule
{
    width: 240px;
    float: left;
}
.rule:last-child
{
    float: right;
}
.rule p
{
    padding-top: 22px;
    color:white;
    text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
}

.button
{
    padding: 10px 34px;
    margin: 0px;
    display: inline-block;
    color: white;
    background-color: rgba(0,0,0,0.25);
    font-size: 25px;
    font-weight: 100;
    border:1px solid white;
    text-decoration: none;
}.button:hover, .button:active
{
    -webkit-animation-name: buttonHover; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.25s;
    animation-name: buttonHover;
    animation-duration: 0.25s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}.button
{
    -webkit-animation-name: buttonNormal; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.25s;
    animation-name: buttonNormal;
    animation-duration: 0.25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.map {
  min-height: 350px;
  background-image: url(../img/map-preview.png);
  background-size: cover;
  position: relative;
}
.two-click-notice
{
    display:table;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    z-index: 999;
    background-color: #ffffffe0;
    padding: 0px 20%;
}
.two-click-notice a,
.two-click-notice a span
{
    color: #5d5d5d;
    text-decoration: none !important;
}
.two-click-notice div
{
    width: 100%;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    background-color: #e3d6ca;
    padding: 20px;

    width: 60%;
    display: inline-block;
    position: absolute;
    top: 10%;
}
.two-click-notice span.button
{
    display: inherit;
    display: inline-block;
    color: #FFFFFF;
    padding: 5px;
    display: block;
    margin-top: 20px;
    font-weight: 300;
    background-color: #FFFFFF !important;
    border: 5px solid #FFF;
    color: #b4a88f !important;
    font-size: 20px;
}

.two-click-notice span.button:hover,
.two-click-notice span.button:active,
.two-click-notice span.button:focus
{
    text-decoration: none;
    cursor: pointer;

    color: #000 !important;
    background-color: #e5e0d8 !important;
}


/* MENUE */
@media only screen and (max-width: 1008px)
{
    #wrapper {
        width: 100%;
        min-width:100%;
    }

}
@media only screen and (max-width: 982px)
{
    #navi .container {
        width: 100%;
    }

}


@media only screen and (max-width: 800px)
{
    #navi {
        height: 65vh;
        margin-bottom: 4vw;
    }
    #navi .container {
        width: 100%;
        top: 0vw;
        height: 22vw;
        min-height: 135px;
    }

    .rules
    {
        top: calc( 100% - 40vw );
    }
    #navi .menue .logo
    {
        padding-top: 2vw;
        padding-left: 2.2vw;
    }
    #navi .menue .submenu
    {
        padding-top: 2vw;
        margin-right: 2.9vw;
    }
    #navi .menue .submenu div
    {
        float: none;
        clear: both;
        font-size: 1.8vw;
        margin-bottom: 3px;
    }
    #navi .menue .submenu div img
    {
        height: 1.85vw;
    }
    #navi .menue .submenu .imprint
    {
        top: 0px;
    }

}
/* HAMBURGER MENUE*/
@media only screen and (max-width: 760px)
{
    #wrapper
    {
        overflow: hidden;
    }
    #navi .menue .bottom .menue-mobile
    {
        width: 100%;
        height: 48px;;
    }
    #navi .menue .bottom .menue-normal {
        clear: both;
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0px;
        opacity: 0;
        visibility: hidden;
        max-width: 100vw;
    }
    #navi .menue .bottom ul
    {
        -webkit-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
        box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
    }
    #navi .menue .bottom ul li
    {
        display: block;
        float: none;
        clear: both;
        height: auto;
    }

    #navi .menue .bottom ul li:first-child
    {
        width: 0px;
        height: 0px;
    }
    #navi .menue .bottom .nullpadding
    {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
    #navi .menue .bottom ul li ul.dropdown
    {
        padding-top: 0px;
        background-image:none;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: block;
        background-color: #CEC5BE;
    }
    #navi .menue .bottom ul li ul.dropdown li a
    {
        padding-left: 27px;
        font-size: 14px;
    }
}
/* --------------------- */


@media only screen and (max-width: 600px)
{
    #navi .menue .submenu div
    {
        font-size: 10px;
    }
    #navi .menue .submenu div img
    {
        height: 11px;
    }
    form div.fifty
    {
        width: 100%;
    }
}
@media only screen and (max-width: 600px)
{
    .button
    {
        font-size: 3vw;
    }
    .rules {
        padding:0px 40px;
    }
    .rule {
        width: 180px;
    }
}
@media only screen and (max-width: 485px)
{
    .rules
    {
        height: 0px;
        width: 0px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 405px)
{
    #navi .menue .submenu
    {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
    .footer .footersubmenue
    {
        height: auto;
    }
}

/* MENUE ENEDE */


/* CONTENT*/
@media only screen and (max-width: 982px)
{
    .content .article {
        width: 98%;
        padding: 0px 20px;
    }
    .content .article .container .image-ga
    {
        width: 11vw;
    }
    .footer .menue-bg .menue, .footer .container
    {
        width: 100%;
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 800px)
{
    .content .article .container .image-ga
    {
        width: 120px;
    }
    .column-two:first-child, .column-two:last-child, .column-two
    {
        width: 100%;
        padding: 0px;
    }
    .column-two:last-child
    {
        padding: 0px;
    }

    .content .article .container .imageGalerieCenter
    {
        width: 100%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
    .content .article .container .image-ga
    {
        width: 120px;
    }
}

@media only screen and (max-width: 700px)
{
    .column-four:first-child, .column-four:last-child, .column-four
    {
        width: 50%;
        padding: 30px;
    }

    .content .article .container .image-ga
    {
        width: 50vw;
        left: 32%;
        transform: translateX(-50%);
        max-width: 195px;
        max-height: 195px;
    }


}
@media only screen and (max-width: 610px)
{
    .rules
    {
        width: 100%;
    }
}
@media only screen and (max-width: 513px)
{
    .content .article .container .image-ga
    {
        margin-bottom: 20px;
        margin-right: 20px;
        width: 50vw;
        left: 50%;
        transform: translateX(-50%);
        max-width: 195px;
        max-height: 195px;

    }

    .content .article .container .imageGalerieCenter
    {
        width: 250px;
    }

}
@media only screen and (max-width: 506px)
{
    .content .article .container .image-ga:last-child
    {
        margin-bottom: 0px;
    }

    .content .article .container .imageGalerieCenter
    {
        width: 250px;
    }

}

@media only screen and (max-width: 500px)
{
    .column-four:first-child, .column-four:last-child, .column-four
    {
        width: 100%;
        padding: 30px;
        min-height: auto;
    }
    .footer .column-four
    {
        padding: 15px 30px;
    }
}

/* CONTENT ENDE-------------------*/



/*FOOTER*/
@media only screen and (max-width: 380px)
{
    .footer .menue-bg
    {
        height: 96px;
    }
    .footer .menue-bg .menue div a
    {
        display: block;
        padding: 3px;
    }
}
/*FOOTER ENDE----------------*/











#cookieInfo
{
    position: fixed;
    bottom: 0px;
    color:white;
    height: auto;
    width: 100%;
    z-index: 10000;
    background: rgba(75,75,75,0.8);
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.75);
}
#cookieInfo a
{
    text-decoration:underline;
}
#cookieInfo a:hover
{
    text-decoration:none;
}
#cookieInfo button
{
    color:#000000;
    padding:6px;
    background: rgba(236,207,168,0.8);
    border:1px solid #d6caba;
}





@media print {
    #navi .menue-normal
    {
        height: 0px;
    }
}



















