
/* Start reset html elements */
html {
    -webkit-text-size-adjust: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

address, article, aside, audio, canvas, command, datalist,
details, embed, figcaption, figure, footer, header,
hgroup, keygen, mark, meter, nav, ouput, progress,
section, source, summary, time, video, wbr {
    display: block;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border: 0;
}

table td, table th {
    padding: 0;
}

a:active, label:active {
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

a:focus, label:focus {
    -moz-outline-style: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

input[type=checkbox] {
    border-width: 0px
}

/* End reset html elements */



/* Start generic elements  */
html {
    overflow-y: scroll;
    height: 100%;
}

body {
    height: 100%;
    background-image: url(/images/hintergrund_orange.png);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    color: #000;
}

td, p, div, span, ol, ul, input, textarea, select {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 22px;
}


.contactformcontainer{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    display: block;
}

#contactform{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

input, textarea, select {
    border: 1px solid #ea8f31;
    background-color: #f9dc99;
    line-height: 120%;
    margin-top: 1px;
    padding: 1px 0px;
    resize: none;
    -webkit-border-radius: 0px;
}

#contactform #plz {
    width: 50px;
    margin-right: 5px;
}

#contactform #ort {
    width: calc(100% - 55px);
}

input[type=submit], input[type=text], input[type=password], input[type=button],
textarea {
    -webkit-appearance: none;
}

input[type=submit]{
    background-color: #ea8f31;
    color: white;
}

textarea {
    overflow: auto;
}

input[type=submit] {
    padding: 2px 20px;
    cursor: pointer;
}

.plzOrt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* span is to cope for protected emails */
a:link, a:link span, a:visited, a:visited span, a:active, a:active span {
    color: #ea8f31;
    text-decoration: none;
}

a:hover, a:hover span {
    font-family: 'Inter';
    font-weight: 600;
}

ul {
    list-style-position: inside;
}

ul li {
    font-size: 16px;
    line-height: 22px;
}

ol li {
    padding-left: 5px;
    margin-left: 30px;
}

b, strong {
    font-family: 'Inter';
    font-weight: 700;
}

i, em {
    font-family: 'Inter';
    font-weight: 300;
}

h1{
    font-family: 'Inter';
    font-weight: 700;
    color: #ea8f31;
    font-size: 23px;
    width: 100%;
    margin-bottom: 25px;
}

h2{
    font-family: 'Inter';
    font-weight: 600;
    color: #ea8f31;
    font-size: 20px;
    padding-bottom: 20px;
}

h3{
    font-family: 'Inter';
    font-weight: 700;
    color: black;
    font-size: 18px;
}

h4{
    font-family: 'Inter';
    font-weight: 600;
    color: #ea8f31;
    font-size: 20px;
    padding: 0 20px;
}
h5 {
    font-family: 'Inter';
    font-weight: 400;
    color: #7c7c7b;
    font-size: 18px;
    padding: 0 20px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    *zoom: 1;
}

/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
.small {
    ont-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
}

.big {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.tbltype-emphheader    {
    border-spacing: 1px;
}

.tbltype-emphheader tr td {
    background-color: #f8f8f8;
    vertical-align: top !important;
}

.tbltype-emphheader tr:first-child td {
    background-color: #e0e0e0;
}

.tbltype-fairplan    {
    border-spacing: 1px;
}

.tbltype-fairplan tr td {
    background-color: #f8f8f8;
    vertical-align: top !important;
}

.tbltype-headline    {
    border-spacing: 1px;
}

.tbltype-headline tr td {
    padding: 8px;
    background-color: #f8f8f8;
    border: 1px solid #f9dc99;
    vertical-align: top;
}

#oContentTable tr td {

}

#editor b, #editor strong {
    font-family: 'Inter';
    font-weight: 700;
}

#editor i, #editor em {
    font-family: 'Inter';
    font-weight: 300;
}

/* End Freshpage elements  */

/* Start - layout styles */
/* Start - Grundgerüst */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer {
    color: #FFFFFF !important;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
}

footer a,
footer a span {
    color: #FFFFFF !important;

}

footer a:hover,
footer a:hover span {
    color: white !important;
    font-weight: 600;

}
.footer__adress, .footer__contact{
    margin: 5px;
}

.newscontainer{
    display: flex;
    flex-direction: column;
}
.news{
    padding-bottom: 1.75em;
}

.news--border{
    border-top: solid 2px #ea8f31;
    padding-top: 1.5em;
}

.news__date{
    color: #c6c5c5;
    padding-bottom: 1em;
}

.news a {
    padding: .25em .75em;
    color: white;
    background-color: #ea8f31;
}

.news img{
    display: inline-block;
    padding-bottom: 1em;
}

.news__teaser {
    padding-bottom: 1.5em;
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.news__more{
    padding: .5em .75em;
    color: white;
    background-color: #ea8f31;
}


.newsLink{
    padding-top: 1em;
}


/*.news, .newsLink{
    width: 100%;
}

.newsLink{
    width: 100%;
    padding-top: 1em;
    margin-left: 3px;
}*/


.newsArticle__picture{
    margin-bottom: 1em;
}

.newsArticle__text{
    margin-bottom: 2em;
}

.Team__container{
    margin-bottom: 1em;
}

.Team__visible{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    padding: 1em;
    background-color: #e7e7e7;
}

.Team__img {
    height: 150px;
    width: 113px;
    object-fit: cover;
}

.Team__description{
    display: flex;
    flex-flow: column-reverse nowrap;
}

.show{
    background-color: #ea8f31;
    color: white;
}

.toggleButton{
    position: absolute;
    right: 1em;
    bottom: 1.25em;
    height: 25px;
    width: 25px;
    color: #ea8f31;
    background-color: white;
    border: none;
}

.Team__details{
    height: auto;
    padding: 1.5em;
    display: none;
    color: white;
    background-color: #ea8f31;
}


.GoogleMaps{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.GoogleMaps__content{
    width: 100%;
    padding-bottom: 1.5em;
}

.GoogleMaps__map{
    height: 250px;
    width: 100%;
}

/* Start - Mobile Style */
@media only screen and (max-width: 1229px) {

    body {
        overflow-x: hidden;
    }

    span.desktop-space{
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding-bottom: 16px;
    }

    header .buttonWrapper {
        padding-bottom: 4px;
    }

    header .buttonWrapper a.bookinglink {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        background-color: #fff;
        padding: 6px 12px 5px;
        font-weight: 700;
        font-size: 15px;
    }

    header .buttonWrapper a.bookinglink:hover {
        color: #ea8f31;
        background-color: #e7e7e7;
    }

    header a.logoLink {
        max-width: 75%;
    }

    #wrapper {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 20px 5%;
    }

    button#menu-toggler:focus,
    button#menu-toggler{
        background: transparent;
        border: 0;
        color: white;
        outline: 0;
        cursor: pointer;
        position: absolute;
        bottom: 20px;
    }

    button#menu-toggler span{
        display: inline-block;
        text-align: center;
        font-size: 36px;
        bottom: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 36px;
        height: 28px;
    }

    button#menu-toggler span.x-sign{
        display: none;
        background-image: url(/images/hamburger_open.png);
    }

    button#menu-toggler span.hamburger{
        display: inline-block;
        background-image: url(/images/hamburger_closed.png);
    }

    button#menu-toggler.open span.x-sign{
        display: inline-block;
    }

    button#menu-toggler.open span.hamburger{
        display: none;
    }

    nav{
        display: none;
    }

    nav ul {
        list-style-type: none;
        margin-bottom: 20px;
        /* display: none; */
    }

    nav ul li {
        padding: 0;
        text-align: center;
        margin: 10px 0;
    }

    nav ul li a {
        display: block;
        color: #FFFFFF !important;
        font-family: 'Inter';
        font-weight: 400;
        /*text-transform: uppercase;*/
        font-size: 18px;
        line-height: 1.3;
        white-space: nowrap;
        vertical-align: top;
    }

    nav ul li a:hover,
    nav ul li a.active {
        color: white !important;
        font-family: 'Inter';
        font-weight: 800;
    }

    nav ul,
    nav li {
        line-height: 1;
    }

    nav ul ul a {
        font-family: 'Inter';
        font-size: 15px;
        margin-bottom: 0;
    }

    /*.languageSwitcher{
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .languageSwitcher a{
        color: #FFFFFF;
        font-size: 18px;
    }
    .languageSwitcher a.active{
        color: #a79692;
    }
    .languageSwitcher__seperator{
        margin-right: 10px;
    }*/

    article {
        padding: 20px;
        padding-bottom: 30px;
        margin-bottom: 18px;
        background-color: #fff;
    }

    article div {
        max-width: 100%;
    }

    article div.content {
        padding: 0 5px;
    }

    article .fpmain p, #editor p {
        padding-top: 15px;
    }

    article .fpmain p:first-child {
        padding-top: 0;
    }

    article div#headerImages {
        margin-bottom: 35px;
    }

    div.gallery {
        /*margin-top: 25px;*/
        /*margin-left: -5px; !* Bootstrap grid *!*/
        /*margin-right: -5px; !* Bootstrap grid *!*/
        margin: 25px -5px -5px; /* Negativ-Margin für schöne Zwischenabstände im Gallery-Grid */
        max-width: unset;
    }

    div.gallery a.grey-image{
        display: none;
    }

    div.gallery a {
        float: left;
        display: block;
        /*margin-bottom: 10px;*/
        width: 50%;
        /*padding: 0 5px; !* Bootstrap grid *!*/
        padding: 5px;
    }

    div.gallery a img {
        display: block;
        width: 100%;
    }

    #contactform label {
        display: inline-block;
        width: 100%;
    }

    #contactform input,
    #contactform textarea {
        width: 100%;
        max-width: 400px;
        margin-bottom: 10px;
        padding: 3px;
    }

    #contactform textarea {
        height: 60px;
        padding: 3px;
    }

    #contactform input[type=submit] {
        width: 140px;
    }

    #contactform #infotext,
    #contactform #errortext {
        display: inline-block;
        margin: 5px 0px;
    }


}

/* End - Mobile Style */

/*@media only screen and (max-width: 400px) {*/
    /*div.gallery a {*/
        /*width: 100%;*/
    /*}*/
/*}*/

@media only screen and (min-width: 576px) {
    div.gallery a {
        width: 33.33333%;
    }

    div .spaltentext p {
        column-count: 2;
        column-span: all;
    }

    .GoogleMaps{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .GoogleMaps__content{
        width: 275px;
        padding-bottom: 0em;
    }

    .GoogleMaps__map{
        height: 250px;
        width: 450px;
        margin-left: auto;
    }

    .footer__impressum {
        max-width: 110px;
        text-align: right;
        /*text-transform: uppercase;*/
    }
}

/*@media only screen and (min-width: 650px) {*/
    /*div.gallery a {*/
        /*width: 25%;*/
    /*}*/
/*}*/

/*@media only screen and (min-width: 650px) {*/
    /*div.gallery a {*/
        /*width: 25%;*/
    /*}*/
/*}*/

/*@media only screen and (min-width: 900px) {*/
    /*div.gallery a {*/
        /*width: 20%;*/
    /*}*/
/*}*/

/* Start - bigger screen sizes */
@media only screen and (min-width: 1230px) {

    /* Start - Grundgerüst */
    body.startPage {
        background-image: url(/images/hintergrund_klein.jpg);
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        padding-bottom: 16px;
    }
    header .buttonWrapper {
        padding-bottom: 8px;
    }
    header .buttonWrapper a.bookinglink {
        display: inline-block;
        background-color: #fff;
        padding: 8px 16px;
        font-weight: 700;
    }
    header .buttonWrapper a.bookinglink:hover {
        color: #ea8f31;
        background-color: #e7e7e7;
    }

    nav{
        display: block;
    }

    button#menu-toggler{
        display: none;
    }

    #wrapper {
        width: 900px;
        margin: 0 auto;
        padding: 40px 0;
    }

    main {
        position: relative;
        padding-top: 20px;
    }

    /* End - Grundgerüst */
    /* Start - Startseite */
    a#start {
        display: table;
        width: 100%;
        height: 100%;
    }

    a#start #wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    /* End - Startseite */
    /* Start - Navigation */
    aside {
        position: absolute;
        right: 100%;
        margin-top: -4px;
        padding: 0 20px;
        min-width: 200px;
    }

    nav ul {
        list-style-type: none;
    }

    nav ul li {
        padding: 0;
        text-align: right;
    }

    nav ul li a {
        display: block;
        color: #FFFFFF !important;
        font-family: 'Inter';
        font-weight: 400;
        /*text-transform: uppercase;*/
        font-size: 18px;
        line-height: 1.3;
        white-space: normal;
        margin-bottom: 0;
        vertical-align: top;
    }

    nav ul li a:hover,
    nav ul li a.active {
        color: white !important;
        font-family: 'Inter';
        font-weight: 700;
    }

    nav ul,
    nav li {
        line-height: 1;
    }

    nav ul ul a {
        font-family: 'Inter';
        font-size: 15px;
        line-height: 1.5;
    }

    /*.languageSwitcher{
        text-align: right;
        text-transform: uppercase;
    }
    .languageSwitcher a{
        color: #FFFFFF;
    }
    .languageSwitcher a.active{
        color: #a79692;
    }
    .languageSwitcher__seperator{
        margin-right: 5px;
    }*/
    /* End - Navigation */
    /* Start - article */
    article {
        padding: 40px;
        padding-bottom: 50px;
        margin-bottom: 18px;
        background-color: #FFFFFF;
    }

    .headerImg{
        width: 100%;
    }

    body.gallery article {
        padding-bottom: 10px;
    }

    div.gallery a.grey-image{
        display: none;
    }

    article #headerImages {
        height: 410px;
        margin-bottom: 35px;
    }

    article div.content {
        padding: 0 5px;
    }

    /* End - article */
    /* Start - entrytype footer */
    /*footer {
        color: #FFFFFF !important;
    }

    footer a,
    footer a span {
        color: #FFFFFF !important;
    }

    footer a:hover,
    footer a:hover span {
        color: #a79692 !important;
    }

    footer span.copyright * {
        font-size: 14px;
    }
    footer span.tel a {
        display: inline;
    }

    footer a.impressum {
        display: inline-block;
        float: right;
        font-size: 12px;
        text-transform: uppercase;
    }*/

    /* End - entrytype footer */
    /* Start - entrytype Standard */
    article .fpmain p,
    #editor p {
        padding-top: 15px;
    }

    article .fpmain p:first-child {
        padding-top: 0;
    }

    /* End - entrytype Standard */
    /* Start - entrytype Galerie */
    div.gallery {
        /*margin-top: 25px;*/
        margin: 25px -5px -5px; /* Negativ-Margin für schöne Zwischenabstände im Gallery-Grid */
    }

    div.gallery a {
        float: left;
        display: block;
        /*margin-right: 10px;*/
        /*margin-bottom: 10px;*/
        margin: 5px;
        width: auto;
    }

    div.gallery a img {
        display: block;
    }

    div.gallery a:nth-child(3n) {
        /*margin-right: 0;*/
    }

    /* End - entrytype Galerie */
    /* Start - entrytype contactform */
    #contactform label {
        float: left;
        width: 100%;
    }

    #contactform input,
    #contactform textarea {
        width: 400px;
        margin-bottom: 3px;
        padding: 3px;
    }

    #contactform textarea {
        height: 60px;
        padding: 3px;
    }

    #contactform input[type=submit] {
        width: 140px;
    }

    #contactform #infotext,
    #contactform #errortext {
        display: inline-block;
        margin: 5px 0px;
    }

}

@media only screen and (min-width: 1360px) {
    nav ul li a {
        white-space: nowrap;
        margin-bottom: 0;
    }
}


/* End - entrytype contactform */

/* End - layout styles */