@charset "utf-8";

/* Bad Bertrich - Farben

blau
#2F69BC
rgba(47,105,188,1)

grün
#608559 
rgba(96,133,89,1)

gelb
#F9B10A
rgba(249,177,10,1)

orange
#F58612
rgba(245,134,18,1)

rot
#F1511B
rgba(241,81,27,1)


/* Farben als Variablen */
:root {
    --primary-color: #608559; /* Primärfarbe (Überschriften, Footer etc) */
    --primary-mid-color: #F1511B; /* Hellere Primärfarbe, zB Cookie Btn */
    --primary-light-color: #F58612; /* Sehr helle Primärfarbe, zB Copyright */
    --secondary-color: # 2F69BC; /* Sekundärfarbe (Navigation, etc) */
    --text-color: #333333; /* Textfarbe */
    --primary-bg-color: #fff; /* Hintergründe */
    --secondary-bg-color: #eee; /* graue Hintergründe */
    --border-radius: 5px; /* Kantenradius */
    --primary-font: Arial, sans-serif; /* Primäre Schriftfamilie */
    --secondary-font: 'Dosis', Arial, sans-serif; /* Sekundäre Schriftfamilie */
}

/* dosis-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 200;
    src: url('../Fonts/dosis-v32-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/dosis-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/dosis-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/dosis-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/dosis-v32-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dosis-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/dosis-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bh, noscript p {
    margin: 10px auto;
    background: #FFDDDD;
    color: #000;
    border: 1px dotted #FF0000;
    padding: 10px;
    text-align: center;
    width: 600px;
    display: block;
}

.error {
    color: #ff0000;
}

.border {
    border: 2px solid red;
}

.altcha-label label {
    border: none;
    display: block;
    padding: 0;
    background: none;
}

/* start img handling */

.lazyload_opacity.lazyload,
.lazyload_opacity.lazyloading {
    opacity: 0;
}

.lazyload_opacity.lazyloaded {
    opacity: 1;
    transition: opacity 0.4s ease-in;
}

.lazyload img,
.lazyloading img {
    opacity: 0;
    transform: translateY(50px);
}

.lazyloaded img {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s;
}

.ce-gallery figcaption {
    display: block;
}

[data-ce-columns="1"] .ce-column {
    float: none;
}

.img-placeholder {
    background: url(../Images/loader.gif) 50% 50% no-repeat;
    min-height: 40px;
    min-width: 40px;
    margin: auto;
    display: block;
}

.img-placeholder img {
    max-width: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.no-load {
    min-width: 100px;
    min-height: 100px;
}

.sc {
    background: url(../Images/loader.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    min-width: 25px;
    min-height: 25px;
    outline: none;
    border: none;
}

.sc.img-responsive {
    background: none;
}

.no-js .sc {
    display: none !important;
    background: none;
}

.unlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

#c81 lazyloaded img {
    -webkit-border-radius: 9px;
    min-height: 375px;
    padding: 1px;
    background-color: #f1f1f1;
    transition: all 0.3s ease-in;
}

#content {
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

/************* news (rte styles) */

.news-img-wrap {
    max-width: 400px !important;
}


/* adjust margins according to grid */

.ce-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.ce-column {
    padding: 0 15px;
    margin: 0 0 30px;
}

.ce-intext.ce-right .ce-gallery {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}

.ce-intext.ce-left .ce-gallery {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

.ce-gallery figure {
    display: block;
}

/* max column widths */

.ce-row-2 .ce-column {
    max-width: 50%;
}

.ce-row-3 .ce-column {
    max-width: 33.333%;
}

.ce-row-4 .ce-column {
    max-width: 25%;
}

.ce-row-5 .ce-column {
    max-width: 20%;
}

.ce-row-6 .ce-column {
    max-width: 16.666%;
}

.ce-row-7 .ce-column {
    max-width: 14.285%;
}

.ce-row-8 .ce-column {
    max-width: 12.5%;
}

.ce-row-2 .ce-column:nth-child(2n+3),
.ce-row-3 .ce-column:nth-child(3n+4),
.ce-row-4 .ce-column:nth-child(4n+5),
.ce-row-5 .ce-column:nth-child(5n+6),
.ce-row-6 .ce-column:nth-child(6n+7),
.ce-row-7 .ce-column:nth-child(7n+8),
.ce-row-8 .ce-column:nth-child(8n+9) {
    clear: left;
}


.ce-intext .ce-gallery {
    max-width: 50%
}

.ce-intext .ce-notext.ce-gallery {
    max-width: 100%
}

.ce-notext.ce-gallery, .ce-notext.ce-gallery .ce-column:last-child {
    margin-bottom: 0;
}

/* weird IE bug??*/
.is-IE .ce-outer, .is-IE .ce-inner, .is-IE .ce-column, .is-IE figure.image {
    width: 100%;
}

.is-IE .ce-gallery {
    width: 100%;
}

figure.image img {
    max-width: 100%;
}

.ce-row-1 img {
    width: auto;
}


#map > a {
    font-size: 0.8rem;
    display: block;
}


@media only screen and (max-width: 992px) {
    .ce-intext .ce-gallery {
        max-width: 50%
    }

    .ce-intext .ce-notext.ce-gallery {
        max-width: 100%
    }

    .ce-row-5 .ce-column,
    .ce-row-6 .ce-column,
    .ce-row-7 .ce-column,
    .ce-row-8 .ce-column {
        max-width: 25%;
    }

    .ce-row-5 .ce-column:nth-child(5n+6),
    .ce-row-6 .ce-column:nth-child(6n+7),
    .ce-row-7 .ce-column:nth-child(7n+8),
    .ce-row-8 .ce-column:nth-child(8n+9) {
        clear: none;
    }

    .ce-row-5 .ce-column:nth-child(4n+5),
    .ce-row-6 .ce-column:nth-child(4n+5),
    .ce-row-7 .ce-column:nth-child(4n+5),
    .ce-row-8 .ce-column:nth-child(4n+5) {
        clear: left;
    }

    .grid-wrap .ce-row-3 .ce-column,
    .grid-wrap .ce-row-4 .ce-column,
    .grid-wrap .ce-row-5 .ce-column,
    .grid-wrap .ce-row-6 .ce-column,
    .grid-wrap .ce-row-7 .ce-column,
    .grid-wrap .ce-row-8 .ce-column {
        max-width: 50%;
    }

    .grid-wrap .ce-row-3 .ce-column:nth-child(3n+4),
    .grid-wrap .ce-row-4 .ce-column:nth-child(4n+5) {
        clear: none;
    }

    .grid-wrap .ce-row-3 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-4 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-5 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-6 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-7 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-8 .ce-column:nth-child(2n+3) {
        clear: left;
    }
	
	.image-caption {
        font-size: 115% !important;
    }	
}

@media only screen and (max-width: 767px) {
    .ce-gallery, .ce-intext .ce-gallery, .ce-left .ce-gallery, .ce-right .ce-gallery, .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ce-gallery .image, .ce-gallery img {
        width: 100%;
        max-width: 100%;
    }

    .ce-outer, .ce-inner, .ce-column, figure.image, figure.image img {
        max-width: 100%;
        width: auto;
    }

    .ce-row-4 .ce-column,
    .ce-row-5 .ce-column,
    .ce-row-6 .ce-column,
    .ce-row-7 .ce-column,
    .ce-row-8 .ce-column {
        max-width: 50% !important;
    }

    .ce-row-2 .ce-column,
    .ce-row-3 .ce-column {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 320px) {
    .ce-row-4 .ce-column,
    .ce-row-5 .ce-column,
    .ce-row-6 .ce-column,
    .ce-row-7 .ce-column,
    .ce-row-8 .ce-column {
        max-width: 100% !important;
    }
}


/* end img handling */

/* video handling

.ce-gallery iframe {
  max-width:100%;
}
*/

.frame-media-210 .ce-intext.ce-left .ce-gallery,
.frame-media-210 .ce-intext.ce-right .ce-gallery,
.frame-media-210 .ce-gallery,
.frame-media-210 .ce-gallery figure,
.frame-media-210 .ce-column,
.frame-media-210 .ce-outer,
.frame-media-210 .ce-inner {
    position: static;
    float: none;
    display: block;
    margin: 0;
    max-width: 100%;
}

.frame-media-210 .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.frame-media-210 .video-embed iframe, .frame-media-210 .video-embed object, .frame-media-210 .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.frame-media-420 .ce-row-1 img, .frame-media-420 .ce-row-1 .ce-column {
    width: 100%;
    min-width: 100%;
}

@media only screen and (max-width: 767px) {
    /*
    .ce-center .ce-outer, .ce-center .ce-inner {
        float: none;
        position: static;
    }
     */
    .ce-row-1 .ce-column {
        float: none;
    }

    .ce-gallery .ce-row-1 figure {
        display: block;
    }

    .video-embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .video-embed iframe, .video-embed object, .video-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* Slider presets */
.bx-wrapper {
    border: none;
    box-shadow: none;
    background: none;
}

.bx-wrapper .img-responsive {
    width: 100% !important;
}

#mainslider-wrap {
    padding-top: 175px;
}

#mainslider .bx-wrapper {
    margin-bottom: 0;
}

.slider img {
    display: none;
    margin: 0;
}

.slider figure {
    margin: 0 15px;
}

.slider {
    list-style: none;
}

.bx-viewport {
    height: 1px;
    min-height: 1px;
    transition: height 0.3s;
}

.bx-wrapper a {
    text-decoration: none;
}

.bx-wrapper img {
    display: block;
}

.force100 .bx-wrapper .img {
    width: 100% !important;
}

.bx-wrapper .bx-controls {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.bx-wrapper:hover .bx-controls {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    color: #fff;
    font-size: 34px;
    background: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
    opacity: 0.8;
    z-index: 1000;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.9;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
}

.bx-wrapper .bx-pager {
    bottom: 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    transform: rotate(45deg);
    border-radius: 0;
    border: 2px solid #fff;
    background: none;
    margin: 0 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}

.bx-wrapper .bx-loading {
    display: none !important;
}

/* slider in content */

.slides figure, .slides iframe {
    margin: 3px;
    border: none;
}

.slides .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.slides .video-embed iframe, .slides .video-embed object, .slides .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slides figure.image img, .bx-wrapper img {
    max-width: none;
    width: 100% !important;
}

/************* main */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--primary-bg-color);
    color: var(--text-color);
    font: 16px var(--primary-font);
}

main {
    clear: both;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
    outline: none;
}

#topnav {
    display: block;
    background: #f1f1f1;
    text-align: right;
    padding: 0 50px;
    font-size: 90%;
    font-weight: 600;
    position: relative;
    z-index: 9999;
}

#topnav li {
    display: inline;
}

#topnav a {
    display: inline-block;
    padding: 17px 14px;
    transition: all 0.3s ease-in;
    color: var(--text-color);
    text-decoration: none;
}

#topnav a:hover, #topnav a.active {
    background: var(--primary-color);
    color: #fff;
}

#mainslider {
    position: relative;
    padding-top: 18.75%;
    clear: both;
}

#mainslider-inner {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

#mainslider .bx-viewport {
    height: 100%;
}

.pid-1 #mainslider {
    padding-top: 37.5%;
}

#nav-wrap {
    height: 225px;
    background: var(--primary-bg-color);
    position: fixed;
    margin-top: 1px;
    z-index: 9998;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in;
}

.scrolled #nav-wrap {
    height: 125px;
    padding-top: 1px;
    border-bottom: 1px solid var(--primary-color);
}

#nav-wrap-inner {
    width: 100%;
    padding: 20px 50px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#nav-wrap-inner:before {
    content: '';
    background: url(../Images/Parkticket.jpg) 100% 0 no-repeat;
    background-size: 100% auto;
    width: 75px;
    height: 75px;
    position: absolute;
    display: block;
    right: 50px;
    top: 15px;
    transition: 0.3s ease-in;
}

.scrolled #nav-wrap-inner:before {
    right: 35px;
    top: 	15px;
    width: 	65px;
    height: 65px;
}

#nav {
    position: absolute;
    left: 450px;
    top: 85px;
    font-weight: 500;
    transition: all 0.2s ease-in;
}

.scrolled #nav {
    top: 10px; 
    left: 250px;
}

#homelink {
    text-indent: -9999em;
    font-size: 1px;
    text-decoration: none;
    width: 315px;
    height: 125px;
    display: block;
	background: 	url(../Images/Logo-GLV-Logo-2025.jpg) no-repeat;
    background-size: 100% auto;
    transition: width 0.2s ease-in, height 0.2s ease-in;
}

.scrolled #homelink {
    width: 150px;
    height: 60px;
    background: url(../Images/Logo-GLV-Logo-scrolled.jpg) no-repeat;
}

/*body > footer:before {
    display: block;
    content: '';
    background: url(../Images/footer.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 14.8%;
    max-width: 1330px;
    width: 90%;
    margin: 50px auto 0;
}*/

#footer-inner {
    background: var(--primary-color);
    color: #fff;
    padding: 25px 0;
    position: relative;
}

#footer-inner a {
    color: #fff;
    text-decoration: none;
}

#footer-inner h2, #footer-inner h3, #footer-inner h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    height: 30px;
}

#fnav {
    padding-top: 30px;
}

#footer-inner .hidden-text {
    display: inline-block;
}

#footer-social .hidden-text {
    display: none;
}

#footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#footer-social li {
    display: inline;
    margin-right: -5px;
    font-size: 40px;
}

#copy {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color:#fff;
    font-weight: 600;
    font-family: var(--secondary-font);
}

#c64 {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer p, footer li {
    margin: 6px 0;
    line-height: 150%;
}

#fcontact {
    margin-bottom: 30px;
}

/* toplink */
#top {
    text-decoration: none;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 55px;
    width: 50px;
    text-align: right;
    outline: none;
    color: #666;
    font-size: 30px;
    z-index: 999;
}

#top i {
    color: var(--primary-color);
    transition: color 0.2s ease-in;
}

#top.dark i {
    color: #fff;
}

/************* text (rte styles) */

h1, h2, h3, h4 {
    font-size: 175%;
    margin: 25px 0 10px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: var(--secondary-font);
}

h1 > br:first-child, h2 > br:first-child, h3 > br:first-child, h4 > br:first-child {
    display: none;
}

h1.h-120, h2.h-220, h3.h-320, h4.h-420 {
    color: var(--secondary-color);
}

.news h1 {
    font-size: 150%;
}

h1 {
    font-size: 200%;
    margin: 35px 0 15px;
}

h2 {
    font-size: 175%;
    margin: 20px 0 5px;
}

h3 {
    font-size: 125%;
    margin: 20px 0 5px;
}

h4 {
    font-size: 110%;
    margin: 15px 0 10px;
}

p {
    margin: 10px 0 15px;
}

.ce-bodytext p, .ce-bodytext ul {
    line-height: 160%;
}

.ce-bodytext i[class*='icon-'] {
    color: var(--primary-color);
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.hidden-text {
    display: none;
}

.text-center, .ce-headline-center {
    text-align: center;
}

.text-left, .ce-headline-left {
    text-align: left;
}

.text-right, .ce-headline-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.txt-xs {
    font-size: 80%;
}

.txt-sm {
    font-size: 90%;
}

.txt-lg {
    font-size: 130%;
}

.txt-xl {
    font-size: 160%;
}

.style-1 {
    color: var(--primary-color);
}

i.s2x {
    font-size: 200%;
}

i.s3x {
    font-size: 300%;
}

.frame-110 {
    border-bottom: 1px dotted #555;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.border-1 img {
    border: 1px solid #555;
}

.alert {
    max-width: 400px;
    margin: 10px auto;
    background: #FFDDDD;
    color: #000;
    border: 1px dotted #FF0000;
    padding: 10px;
    text-align: center;
    display: block;
}

.bg-2 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: var(--secondary-bg-color);
}

.bg-3 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
}

.fontello {
    font-family: 'fontello';
}

.button-link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    background: var(--primary-color);
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    font-family: var(--secondary-font);
    border-radius: var(--border-radius);
    transition: all 0.3s ease-in;
    border: 1px solid var(--primary-color);
}

.button-link:hover {
    background: #fff;
    color: var(--primary-color);
}

.indent-left {
    max-width: 80%;
    margin-left: 50px;
}

.frame-space-before-110 {
    margin-top: 5px;
}

.frame-space-before-extra-small {
    margin-top: 20px;
}

.frame-space-before-small {
    margin-top: 35px;
}

.frame-space-before-medium {
    margin-top: 50px;
}

.frame-space-before-large {
    margin-top: 75px;
}

.frame-space-before-extra-large {
    margin-top: 100px;
}

.frame-space-after-110 {
    margin-bottom: 5px;
}

.frame-space-after-extra-small {
    margin-bottom: 20px;
}

.frame-space-after-small {
    margin-bottom: 35px;
}

.frame-space-after-medium {
    margin-bottom: 50px;
}

.frame-space-after-large {
    margin-bottom: 75px;
}

.frame-space-after-extra-large {
    margin-bottom: 100px;
}

.frame-410 {
    padding: 15px;
    background: #fff;
}

.ce-bodytext ul {
    padding-left: 0;
    list-style: none;
}

.ce-bodytext li:before {
    content: '\e818';
    color: var(--primary-color);
    margin-right: 10px;
    font-family: 'fontello';
    line-height: 180%;
    font-size: 140%;
}

.ce-bodytext li {
    line-height: 180%;
}

.frame-310 {
    margin-bottom: 15px;
}

.frame-310 .ce-textpic {
    display: none;
    padding: 20px;
    background: #FFF;
    position: relative;
}

.frame-310 .ce-textpic:before {
    content: '';
    display: block;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
}

.frame-310 > header h2, .frame-310 > header h3, .frame-310 > header h4 {
    font-size: 17px;
    padding: 15px;
    margin: 0;
    background: #EEE;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.frame-310 > header h2:after, .frame-310 > header h3:after, .frame-310 > header h4:after {
    content: '\e81a';
    font-family: 'fontello';
    position: absolute;
    right: 25px;
    top: 15px;
}

.frame-310 > header.act-acc h2:after, .frame-310 > header.act-acc h3:after, .frame-310 > header.act-acc h4:after {
    content: '\e81b';
}

.frame-210 .image {
    position: relative;
}

.frame-210 .image:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.15);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.frame-210 figcaption {
    position: absolute;
    z-index: 2;
    font-size: 175%;
    bottom: 1px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-family: var(--secondary-font);
    color: #fff;
    font-weight: 500;
    transform: translateY(-50%);
}

.frame-210 figcaption a {
    color: #fff;
    text-decoration: none;
}

.footer-bg-img {
    background-image: url(../Images/footer.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    margin-bottom: 5px;
}

.has-bg-img {
    /* fallback
    background-image: url(../Images/footer.jpg);
     */
    position: relative;
    min-height: 300px;
}

.has-bg-img > div {
    position: relative;
    z-index: 2;
}

.has-bg-img, .has-bg-img a, .has-bg-img h1, .has-bg-img h2, .has-bg-img h3, .has-bg-img h4, .has-bg-img h5 {
    color: #fff;
}

.has-bg-img > div.bg-img {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.15);
}

/* slider content */

.frame-media-320 .slides {
    position: relative;
}

.slider-large-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 10%;
    font-size:	38px;
	font-weight: bold;
    text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

.slider-large-caption a,
.slider-caption a {
    color: #fff;
    text-decoration: none;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 30px 15px 30px;
}

.slider-caption a {
    color: #fff;
    text-decoration: none;
}

.s-alt {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.s-desc {
    display: block;
    margin: 5px 0 10px;
}

.s-title {
    font-family: var(--secondary-font);
    font-size: 200%;
}

.bx-wrapper {
    margin-bottom: 0;
}

.frame-media-340 .bx-wrapper {
    margin-bottom: 50px;
}

.frame-media-340 .bx-controls {
    opacity: 1;
}

.frame-media-340 .bx-pager {
    bottom: -40px;
}

@media only screen and (max-width: 767px) {
    .slider-caption {
        position: static;
        margin: 10px 0;
        color: var(--primary-color);
        padding: 0;
    }

    .slider-caption a {
        color: var(--primary-color);
    }

    .s-title {
        font-size: 140%;
    }

    .s-alt {
        display: inline-block;
        border: 1px solid var(--primary-color);
    }

}


/************* clearfix */
.clearfix:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix {
    *zoom: 1;
}

/* hide from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* end hide from IE-mac */


/* map */
#map {
    position: relative;
    width: 100%;
    margin: auto;
    height: 700px;
}


/* form */

label, input, textarea, select {
    width: 100%;
    padding: 10px;
    border: none;
    background: #fff;
    font: 100% var(--primary-font);
    color: #333;
}

form h2, main legend, main label {
    display: none;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
    border-color: #000;
    color: #000;
}

.actions .btn {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    margin: 20px 0;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: var(--border-radius);
    transition: all 0.3s ease-in;
}

.actions .btn:hover {
    background: var(--primary-color);
    color: #fff;
}

form > .form-group {
    width: 32.333%;
    margin-right: 1.5%;
    float: left;
}

.grid-15 form > .form-group {
    width: 100%;
    margin: 20px 0;
    float: none;
}

#form-kontakt-12-telephone-1 {
    margin-right: 0;
}

#form-kontakt-12-message, #form-kontakt-12-checkbox-1 {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
    padding-top: 20px;
}

#kontakt-12-message {
    height: 120px;
}

.form-check {
    padding-top: 10px;
}

.form-check label {
    display: inline;
    background: none;
    border: none;
    padding: 0;
}

.form-check input {
    background: none;
    border: none;
    width: auto;
    margin-right: 15px;
}

form .clearfix > p {
    font-size: 90%;
    clear: both;
    text-align: right;
}

.grid-15 > div:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.grid-15 iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.grid-15:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    display: block;
    background: var(--secondary-bg-color);
    z-index: 1;
}

.grid-15 > div:first-child {
    position: relative;
    z-index: 2;
}

.grid-15 {
    position: relative;
}

.grid-15 > div:first-child > div {
    width: 80%;
    margin-left: 10%;
}

.grid-15 > div:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* sf-menu */
.sf-menu a {
    background: none;
    border: none;
    color: #333;
    height: 93px;
    line-height: 93px;
    padding: 0 5px;
    margin: 0 20px 0 0;
}

.sf-menu .social-link a {
    padding: 0 2px;
    margin-right: 0;
}

.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover {
    background: none;
}

.sf-menu ul li {
    background: none;
}

.sf-menu > li > a {
    font-size: 125%;
    color: var(--secondary-color);
    margin-right: 50px;
}

.sf-menu ul a {
    background: #FFFFFF;
    text-transform: none;
    letter-spacing: 0;
    height: auto;
    padding: 5px;
    line-height: 15px;
    margin-right: 0;
}

.sf-menu ul {
    background: #FFFFFF;
    padding: 3px 0;
    box-shadow: none;
}

.sf-menu a.active {
    color: #608559;
    font-weight: bold;
}

.sf-menu ul a:hover, .sf-menu ul a.active {
    background: #FFFFFF;
    color: #608559;
}

/* sidr nav */

#topnav li.page-nav-trigger {
    display: none;
}


#sidrnav {
    display: none;
}

.sidr {
    background: #fff;
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 999999;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
    -webkit-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
}

.sidr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidr li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.sidr a:hover {
    text-decoration: none;
}

.sidr a {
    display: block;
    float: none;
    padding: 10px 40px 10px 10px;
    font-size: 15px;
    border-bottom: 1px var(--primary-color) solid;
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.sidr ul ul {
    background: #656565;
    display: none;
}

.sidr ul ul a {
    display: block;
    float: none;
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    border-bottom: 1px #fff solid;
    color: #fff;
    text-transform: none;
}

.sidr ul ul ul {
    background: var(--primary-color);
    display: none;
}

.sidr ul ul ul a {
    padding: 5px 5px 7px 35px;
}

.sidr-inner {
    position: relative;
}

.has-sub {
    border-left: 1px solid #aaa;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 180%;
    width: 40px;
    color: #aaa;
}

.sub-inner {
    display: table;
    height: 90%;
    width: 100%;
}

.has-sub i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.close-nav {
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    text-align: right;
}

.close-nav span {
    text-transform: uppercase;
    float: left;
    display: inline-block;
    padding: 5px 0 0 0;
}

.close-nav i {
    cursor: pointer;
    font-size: 200%;
}

/************* print */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*  show link urls */
    /*
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
      */
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen and (max-width: 1780px) {
    .sf-menu > li > a {
        font-size: 100%;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1480px) {
    #topnav li.page-nav-trigger {
        display: inline;
        color: var(--primary-color);
        cursor: pointer;
        padding: 17px 14px;
    }

    #header nav, #nav {
        display: none;
    }
}


@media only screen and (max-width: 1300px) {
    #c64 {
        margin-top: 30px;
        position: static;
    }
}

@media only screen and (max-width: 1100px) {
    #topnav {
        padding: 0;
    }
}

@media only screen and (min-width: 1024px) {
    #topnav .hidden-text {
        display: inline-block;
    }

    .scrolled #nav-wrap {
        height: 150px;
    }
    font-size: 35px;
    .slider-large-caption {
        font-size: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .ce-notext .ce-row-1 {
        margin: 0 !important;
    }

    .ce-notext .ce-row-1 .ce-column {
        padding: 0 !important;
    }

    #footer-inner h2, #footer-inner h3, #footer-inner h4 {
        margin-top: 30px;
    }

    #copy {
        position: static;
        margin: 10px 0;
    }

    .grid-15 > div:nth-child(2), .grid-15 iframe {
        position: relative;
        width: 90%;
        width: calc(100% - 30px);
        height: 400px;
        left: auto;
        top: auto;
        z-index: 2;
        margin: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    div[class^='frame-space-before'], div[class*=' frame-space-before'] {
        margin-top: 20px !important;
    }

    div[class^='frame-space-after'], div[class*=' frame-space-after'] {
        margin-bottom: 20px !important;
    }

    .intext-images {
        max-width: 50%;
        margin-left: 30px
    }

    .intext-images-left {
        max-width: 50%;
    }

    #map {
        height: 350px;
    }

    form > .form-group {
        width: 100%;
        float: none;
        margin: 10px 0;
    }

    #nav-wrap {
        height: 130px;
    }

    #nav-wrap-inner {
        padding: 20px 20px 0;
    }

    #topnav {
        padding: 0 5px;
    }

    #nav-wrap-inner:before {
        right: 20px;
        width: 50px;
        height: 50px;
        top: 15px;
    }

    .scrolled #nav-wrap-inner:before {
		right: 	20px;
        width: 	50px;
        height: 50px;
        top: 	10px;
    }

    #homelink {
        top: 	10px;
        width: 125px;
        height: 50px;
    }

    .scrolled #homelink {
        margin-top:	-15px !important;
    }

    #mainslider-wrap {
        padding-top: 100px;
    }

    h1 {
        font-size: 150%;
    }

    h2 {
        font-size: 150%;
    }

    .slider-large-caption {
        margin-top:	25px;
		font-size: 18px;
    }
	
	
	.news-img-wrap img {
		max-width: 150px !important;
  		height: auto; }
}
	
}

/* hide for devices based on class */

@media only screen and (max-width: 767px) {
    .mobile-110 {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .tablet-110 {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .desktop-110 {
        display: none;
    }
}

@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and (    min--moz-device-pixel-ratio: 1.3 ), only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
only screen and (         min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {

    /*retina including devices that upscale (nexus etc) */

}