:root {
    --logo-color: #87c029;
    --slogan-color: #87c029;
    --headings-color: #87c029;
    --links-color: #87c029;
    --links-hover-color: #87c029;
    --divider-color: #87c029;
    --page-heading-color: #87c029;

    --sidebar-heading-underline-color: #c3e094;

    --main-bg-color: #d5e9b4;
    --headline-bg-color: #82bb24;
    --sidebar-bg-color: #f3f9ea;

    --teaser-footer-bg-color: #87c029;

    --image-main-bg: url('/theme/images/background.png?device=desktop&v=1752699978');
    --image-main-bg-webp: url('/theme/images/background.webp?device=desktop&v=1752699978');

    --image-line-bg: url('/theme/images/line.png?v=1752699978');
    --image-line-bg-webp: url('/theme/images/line.webp?v=1752699978');
    --image-line-bg-2x: url('/theme/images/line%402x.png?v=1752699978');
    --image-line-bg-webp-2x: url('/theme/images/line%402x.webp?v=1752699978');

    /* Farben, die nicht konfiguriert sind: */
    --footer-color: #ffffff;
    --footer-link-color: #ffffff;
    --footer-link-hover-color: #ffffffb2; /* ~ 0.7 transparent */
}

/* ================================ */
/* 	   	   	   Layout 				*/
/* ================================ */

nav-wrapper,
nav-wrapper-alignment,
section,
section-alignment {
    display: flow-root; /* creates new bfc for padding/margin inside*/
}

/* ---- footer ---- */
/* (layout logic only!!!) */

footer > section {
    padding: 1rem 0;
}
footer > section > section-alignment {
    padding: 1rem 2rem;
    text-align: center;
}
footer > section > section-alignment:first-child > div:last-child > div {
    margin-top: 2rem;
}
footer > section > section-alignment:first-child > div:last-child > div .map {
    margin: 0 auto;
}
@media (min-width: 768px) {
    footer > section > section-alignment:first-child {
        display: flex;
    }
    footer > section > section-alignment:first-child > div {
        flex: 1;

        text-align: left;
    }
    footer > section > section-alignment:first-child > div:last-child {
        flex: 0 0 300px;

        margin-top: 0;
        text-align: left;
    }
    footer > section > section-alignment:first-child > div:last-child > div {
        margin-top: 0;
    }
}




/* ================================ */
/* 	    Old style settings 			*/
/* ================================ */

/* Theme-1 */

body.theme-1 {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #565656;

    font-size: 15px;
}
@media (min-width: 991px) {
    body.theme-1 {
        background-color: var(--main-bg-color);
    }


    .no-webp body.theme-1,
    .no-js body.theme-1 {
        background-image: var(--image-main-bg);
    }
    .webp body.theme-1 {
        background-image: var(--image-main-bg-webp);
    }

}

.theme-1 .main {
    background-color: #ffffff;

    -webkit-box-shadow: 0 0 25px 0 rgba(148,148,148,1);
    -moz-box-shadow: 0 0 25px 0 rgba(148,148,148,1);
    box-shadow: 0 0 25px 0 rgba(148,148,148,1);

    max-width: 1000px;
}

/*
 * ========================================================
 * Elements
 *
 */

/* contact */

#map {
    height: 300px;
    margin-bottom: 2em;
}

/* image gallery */

.theme-1 .bildergalerie {
    margin: 25px 0 15px 0;
}

.theme-1 .single-image {
    text-align: center;
}

.theme-1 .bildergalerie img {
    max-width: 100%;
    width: 180px;
    height: 180px;
}

.theme-1 .bildergalerie .single-image img {
    max-width: 100%;
    width: 400px;
    height: auto;
}

.theme-1 .single-image p {
    padding-top: 5px;
    font-size: 12pt;
}

.theme-1 .title-wrapper {
    display: table;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    overflow: hidden;
}

.theme-1 .bildergalerie .title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #777;
    font-size: 9pt;
}

/* webkit - divider */

/* image */
webkit-module.WebkitDivider wk-body {
    background-position: top left;
    background-repeat: repeat-x;
    height: 45px;
}

.no-webp webkit-module.WebkitDivider wk-body,
.no-js webkit-module.WebkitDivider wk-body {
    background-image: var(--image-line-bg);
}
.webp webkit-module.WebkitDivider wk-body {
    background-image: var(--image-line-bg-webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .no-webp webkit-module.WebkitDivider wk-body,
    .no-js webkit-module.WebkitDivider wk-body {
        background-image: var(--image-line-bg-2x) !important;
        background-size: auto 36px;
    }
    .webp .theme-1 webkit-module.WebkitDivider wk-body {
        background-image: var(--image-line-bg-webp-2x) !important;
        background-size: auto 36px;
    }
}

/*
 * ========================================================
 * Form
 *
 */
.theme-1 .form-control {
    border-radius: 0;
}
.theme-1 #contactform-verifycode {
    margin-top: .2em;
}
.theme-1 #contactform {
    margin-top: 1em;
}

.theme-1 .alert {
    border-radius: 0;
}
.theme-1 .alert-success,
.theme-1 .alert-warning,
.theme-1 .alert-danger,
.theme-1 .alert-info {
    background-image: none;
}
/*
 * ========================================================
 * Typo
 *
 */

.theme-1 h1 {
    color: var(--page-heading-color);
    background-color: var(--sidebar-bg-color);
    padding: 15px;
}
.theme-1 .maincontent h1 {
    margin-top: 0;
    color: var(--page-heading-color);
}
.theme-1 .maincontent h1,
.theme-1 h2 {
    font-size: 15pt;
    font-weight: 300;
    line-height: 1.3em;
}
.theme-1 h3 {
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.3em;
}

.theme-1 a {
    color: var(--links-color);
}
.theme-1 a:hover {
    color: var(--links-hover-color);
}
.theme-1 h2 {
    font-weight: 400;
}
.theme-1 h1,
.theme-1 h2,
.theme-1 h3 {
    color: var(--headings-color);
}

.theme-1 .text-muted a,
.theme-1 .text-muted a:hover {
    color: inherit;
}

/*
 * ========================================================
 * Headline
 *
 */

.theme-1 .headline {
    background-color: var(--headline-bg-color);
    color: #ffffff;
    min-height: 35px;
    padding-top: .5em;
    padding-bottom: .5em;
}

.theme-1 .headline .telefon {
    text-align: right;
}


/*
 * ========================================================
 * Logo
 *
 */
.theme-1 .logo-wrapper {
    text-align: center;
    margin: 25px 0 0 0;
    font-size: 36px;
    line-height: 1.1em;
}
.theme-1 .logo-wrapper.image {
    text-align: center;
    margin: 15px 0 0 0;
}
.theme-1 .logo-wrapper a {
    max-width: 100%;
    color: var(--logo-color);
}
.theme-1 .logo-wrapper h1 a {
    padding: 0;
}
.theme-1 .logo-wrapper h1 {
    margin: 0;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
}
.theme-1 .logo-wrapper.image img {
    max-width: 100%;
    max-height: 200px;
}
.theme-1 .logo-wrapper .slogan {
    margin-top: 5px;
    font-size: 17px;
    color: var(--slogan-color);
}
.theme-1 .logo-wrapper.image .slogan {
    margin-top: 15px;
}

/*
 * ========================================================
 * Logo Texteffekte
 *
 */

.effect-schatten-farbig {
    text-shadow: var(--slogan-color) 0.1em 0.1em 0.05em;
}

.effect-kontur {
    color: #ffffff !important;
    letter-spacing: .05em;
    text-shadow: -1px 0 var(--logo-color), 0 1px var(--logo-color), 1px 0 var(--logo-color), 0 -1px var(--logo-color);
}


/*
 * ========================================================
 * Navigation
 *
 */
.theme-1 .navbar {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    border: 0 none;
    margin-bottom: 10px;
    font-size: 17px;
}
.theme-1 .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.theme-1 .navbar-toggle {
    border-color: var(--headline-bg-color);
    background-color: #f5f5f5;
    float: none;
    margin-right: 0;
}
.theme-1 .navbar-toggle .icon-bar {
    background-color: var(--page-heading-color);
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.theme-1 .navbar-header {
    text-align: center;
}
.theme-1 .nav > li {
    text-align: center;
}
.theme-1 .navbar-nav {
    margin: 0;
}
@media (max-width: 768px) {
    .theme-1 .navbar-nav {
        background-color: var(--sidebar-bg-color);
    }
}


/*
 * ========================================================
 * Sidebar
 *
 */
.theme-1 .sidebar {
    background-color: var(--sidebar-bg-color);
    margin: 0 -15px;
    padding: 1rem 20px;
}
@media (min-width: 992px ) { /* MEDIUM */
    .theme-1 .sidebar {
        margin-right: 0;
    }
}
.theme-1 .sidebar h2 {
    border-color: var(--sidebar-heading-underline-color);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
    margin-top: 1.5rem;
    font-size: 12pt;
}
.theme-1 .sidebar .trenner {
    height: 45px;
    margin: auto -20px;
    margin-bottom: 0.7em;
}
.theme-1 .sidebar webkit-module {
    margin-bottom: .9rem;
}

/*
 * ========================================================
 * Teaser
 *
 */

.theme-1 .col-sm-no-padding-left {
    padding-left: 0 !important;
}
.theme-1 .col-sm-no-padding-right {
    padding-right: 0 !important;
}

.theme-1 .teaser a {
    color: #ffffff;
}

.theme-1 .teaser hr {
    opacity: .3;
    margin: 5px 0 15px;

    height: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.theme-1 .teaser h2 {
    padding: 0 0 5px 0;
    margin: 5px 0 15px;

    border-bottom: 1px solid rgba(238,238,238,.3);

    color: inherit;
    line-height: inherit;
    font-size: 14pt;
    font-weight: 300;
}
@media (min-width: 768px ) {
    .theme-1 .teaser h2 {
        font-size: 16pt;
    }
}
@media (min-width: 992px ) {
    .theme-1 .teaser h2 {
        font-size: 17pt;
    }
}

.theme-1 .teaser .title {
    font-size: 14pt;
    font-weight: 300;
}

.theme-1 .teaser .image {
    background-color: var(--main-bg-color);
    background-image: url(/theme/images/titleimage.png?v=1752699978) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: auto;
    padding-top: 56%; /* 58.69918699 aspect ratio lock in order to display img with correct height when on mobile. percentage = 362/615 */
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .theme-1 .teaser .image {
        background-image: url(/theme/images/titleimage%402x.png?v=1752699978) !important;
    }
}

.theme-1 .teaser .plaetze {
    background-color: var(--teaser-footer-bg-color);
    color: #ffffff;
    padding: 1px 10px 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12pt;
    font-weight: 300;
    min-height: 100%;
    height: auto;
    text-align: center;

    overflow: hidden;
}

.theme-1 .teaser .plaetze .trenner {
    height: 3em;
    background-position: top left;
    background-repeat: repeat-x;
    margin: auto -10px auto -10px;
}

.no-webp .theme-1 .teaser .plaetze .trenner,
.no-js .theme-1 .teaser .plaetze .trenner {
    background-image: var(--image-line-bg);
}
.webp .theme-1 .teaser .plaetze .trenner {
    background-image: var(--image-line-bg-webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .no-webp .theme-1 .teaser .plaetze .trenner,
    .no-js .theme-1 .teaser .plaetze .trenner {
        background-image: var(--image-line-bg-2x) !important;
        background-size: auto 36px;
    }
    .webp .theme-1 .teaser .plaetze .trenner {
        background-image: var(--image-line-bg-webp-2x) !important;
        background-size: auto 36px;
    }
}


.theme-1 .teaser .plaetze p {
    margin: 0 0 5px;
}

.theme-1 .teaser [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px ) {
    .theme-1 .teaser [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .theme-1 .col-sm-no-padding-left {
        padding-left: 0 !important;
    }
    .theme-1 .col-sm-no-padding-right {
        padding-right: 0 !important;
    }

    .theme-1 .teaser .image {
        height: 362px;
        padding: 0;
    }

    .theme-1 .teaser .plaetze {
        height: 362px;
        margin: auto;
        margin-left: -15px;
        padding: 0 20px 10px 20px;
    }

    .theme-1 .teaser .plaetze .trenner {
        margin: auto -20px;
        margin-bottom: 1.6em;
    }

    .theme-1 .teaser .plaetze span.line {
        display: block;
    }

    .theme-1 .teaser .plaetze .title {
        font-size: 16pt;
    }

    .theme-1 .teaser p {
        margin: 7px 0;
    }
}

@media (min-width: 992px ) {
    .theme-1 .col-sm-no-padding-left {
        padding-left: 15px !important;
    }
    .theme-1 .col-sm-no-padding-right {
        padding-right: 15px !important;
    }

    .theme-1 .teaser .plaetze .title {
        font-size: 17pt;
    }
}

/* capactiy */
.theme-1 .teaser .capacity {
    display: none;
}

.theme-1 .teaser .capacity > span {
    display: inline-block;
    margin: 0 0 5px 0;
    padding 0;

    font-size: 14pt;
    font-weight: 300;
}

@media (min-width: 768px ) {
    .theme-1 .teaser .capacity {
        display: block;
    }

    .theme-1 .teaser .capacity > span {
        font-size: 15pt;
    }
}

@media (min-width: 992px ) {
    .theme-1 .teaser .capacity > span {
        font-size: 16pt;
    }
}





/* ================================ */
/* 	   	   	   Content 				*/
/* ================================ */

/* Bootstrap claanup */
footer {
    margin: 0 -15px;
}

/* ---- footer ---- */
/* (color + font only) */

footer {
    color: var(--footer-color) !important;
    font-weight: 300;
}
footer a, footer a:visited {
    color: var(--footer-link-color) !important;
}
footer a:hover, footer a:focus {
    color: var(--footer-link-hover-color) !important;
}
footer .name {
    display: inline-block;
    font-size: 1.3em;
    padding: 0 0 .6rem 0;
}
footer .phone {
    display: inline-block;
    font-size: 1.1em;
    padding: .6rem 0;
}
footer .social a, footer .social a:visited {
    border: 1px solid var(--footer-link-color);
    padding: 2px 9px;
    border-radius: 7px;
}
footer .social a:hover, footer .social a:focus {
    border-color: var(--footer-link-hover-color);
}
footer ul.social {
    display: inline;
    margin: 0;
    padding: 0;
}
footer .social li {
    display: inline;
    margin-left: .5em;
}

footer > section > section-alignment:last-child {
    font-size: .9em;
}

/* fullcolor rows */
footer {
    background-color: transparent;
}
footer > section {
    background-color: var(--teaser-footer-bg-color);
}


/* ================================ */
/* 	   	   	   Webkit 				*/
/* ================================ */

webkit-module.WebkitGuestbook .pagination > .active > a {
    background-color: var(--links-color);
    border-color: var(--links-color);
}
webkit-module.WebkitGuestbook .pagination > li:not(.active) > a {
    color: var(--links-color);
}