﻿
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../../../fonts/Roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/Roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../../../fonts/Roboto/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-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: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../../../fonts/Roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../../../fonts/Roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/Roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/Roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/Roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #575656;
    font-weight: 300;
    /* Used for the sticky footer, see: https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css */
    display: flex;
    min-height: 100%;
    flex-direction: column;
}


/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
    width: device-width;
}

img, embed, object, video {
    max-width: 100%;
    height: auto !important;
}

.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
    width: 100%;
}

.ie7 img, .ie7 embed, .ie7 object, .ie7 video {
    width: 100%;
    max-width: inherit;
}

.ie8 img, .ie8 embed, .ie8 object, .ie8 video {
    width: 100%;
    max-width: inherit;
}

/* ckEditor LayoutManager */
.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    /*padding-right: 15px;*/
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 0;
    float: left;
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

@media screen and (max-width: 767px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
    }
}

/* END ckEditor LayoutManager */



a:focus {
    outline: none;
}

#preContent {
    display: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

h1:first-of-type {
    margin-top: 0;
}


h2 {
    margin: 8px 0 20px 0;
    font-size: 26px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}


p {
    margin: 0;
    padding: 0 0 25px 0;
}

#content .layoutmanager p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#content ul {
    list-style-type: none;
    margin-left: -37px;
    margin-top: 0;
    margin-bottom: 25px;
}

#content ul {
    list-style-type: none;
    margin-left: -37px;
    margin-top: 0;
    margin-bottom: 25px;
}

ol {
    list-style-type: decimal;
    margin-left: 1.618em;
}

nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content ul li {
    margin-bottom: 7px;
}

#content ul li {
    margin-bottom: 8px;
}


b, strong {
    font-weight: 500;
}

i, em {
    font-style: italic;
}

small {
    font-size: 80%;
}

a, a:visited {
    outline: none;
    color: #C0D241;
    text-decoration: none;
}

    a:hover {
        outline: none;
        text-decoration: underline;
        color: #C0D241;
    }

    a:active, a:focus {
        outline: none;
    }

    a[href^="tel:"] {
        color: #575656;
        text-decoration: none;
        cursor: default;
        font-weight: 300;
    }

hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin-bottom: 20px;
}


.button {
    background-color: #878786;
    border: none;
    border-radius: 1px;
    padding: 5px 12px 5px 12px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.button:visited {
    text-decoration: none;
    color: #fff;
}

.button:hover {
    text-decoration: none;
    background-color: #C0D241;
    color: #fff;
}

#mainForm {
    margin: 0 auto;
    /* Used for the sticky footer */
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%;
}

    /* Used for the sticky footer */
    #mainForm::after {
        content: '\00a0'; /* &nbsp; */
        display: block;
        margin-top: var(--space);
        height: 0px;
        visibility: hidden;
    }

@media (--break-lg) {
    #mainForm {
        padding-top: var(--space-lg);
    }

        #mainForm::after {
            margin-top: var(--space-lg);
        }
}

#mainForm--full {
    padding: 0;
}

    #mainForm--full::after {
        content: none;
    }
/* End used for the sticky footer */

#container {
}

#header {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
    height: 120px;
    background-color: #fff;
}


#navigationLogo {
    position: fixed;
    display: inline-block;
    margin: 0;
    z-index: 999;
}

#siteLogo > a {
    background: url('../../layout/images/logo.png') 0 0 no-repeat;
    height: 120px;
    width: 404px;
    display: block;
    text-indent: -9000px;
}

/************************************** RETINA **************************************************************/

@media screen  and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
    #siteLogo > a {
        background-image: url('../../layout/images/logo_retina.png');
        background-size: 404px 120px;
    }
}

#contentIntroWrap
{
    margin-top: 120px;
}

#slideHeaderIntroWrap {
    margin: 0 auto;
}

#linkAktuellesContainer {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
}

#linkAktuellesWrap {
    position: relative;
    margin: 0 auto;
    max-width: 1110px;
}

#linkAktuelles {
    display: block;
    right: 30px;
    top: 30px;
    position: absolute;
    background-color: #C0D241;
    color: #fff;
    padding: 3px 8px 3px 8px;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
    transform: rotate(-3deg);
}

    #linkAktuelles:hover {
        text-decoration: none;
        background-color: #878786
    }

#navigationWrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    top: 0;
}

#navigationMain {
    position: absolute;
    right: 0;
    left: 0;
    top: 63px;
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
}

#main-menu
{
    float: right;
}

#menu-icon {
    display: none;
}

#contentTop {
    display: none;
}

#innerContainer {
    background-color: #fff;
    position: relative;
}

/*** Content ***/
#wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    overflow: hidden;
}

#content {
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 50px 0 25px 0;
}

/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    background-color: #565656;
}

#footerBackground {
    background: url('../../layout/images/footer03_2023.jpg') center center no-repeat;
    height: 200px;
    background-size: cover;
}

#footerWrap {
    background: url('../../layout/images/footer_bg.png') left bottom no-repeat;
    min-height: 270px;
}

#contentFooter {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0 25px 0 25px;
}


#footerContent {
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding: 25px 0 0 0;
}

#footerContent a {
    color: #C0D241;
    text-decoration: none;
    font-weight: 300;
}

#footerContent a:hover {
    text-decoration: underline;
}

#footerContent a[href^="tel:"] {
    color: #fff;
}

#footerContent a[href^="tel:"]:hover {
    color: #fff;
    text-decoration: none;
}

#footerContent .svg-inline--fa {
    margin-right: 5px;
    font-size: 20px;
}

#footerContent h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

#navigationFooter {
    display: none;
}


/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    font-size: 65px;
    color: #C0D241;
}

.scroll-to-top:hover {
    color: #878786;
}


#moveToContentContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.9s; /* Safari */
    transition: all 0.9s;
    opacity: 1;
}

.scrolled #moveToContentContainer {
    opacity: 0;
}

.bottomVisible #moveToContentContainer,
.sliderSmallerThanScreen #moveToContentContainer {
    display: none;
}

#moveToContentContainer a {
    
    display: contents;
}

#moveToContentContainer .fa-angle-down {
    -webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,1));
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,1));
    color: #fff;
    font-size: 80px;
}

#moveToContentContainer a:hover .fa-angle-down {
    color: #C0D241;
}



.bottomVisible #moveToContentContainer a,
.sliderSmallerThanScreen #moveToContentContainer a {
    opacity: 0;
}


@media screen and (max-width: 1920px) {
    #footerBackground {
        height: 150px;
    }
}

/**************************************************************************************************************************/

@media screen and (max-width: 1400px) {
    #footerWrap {
        background-size: auto 150px;
        height: 350px;
    }
}



/**************************************************************************************************************************/

@media screen and (max-width: 1279px) {
    #header {
        height: 80px;
    }

    #contentIntroWrap {
        margin-top: 80px;
    }

    #siteLogo > a {
        background: url('../../layout/images/logo.png') 0 0 no-repeat;
        background-size: 100%;
        width: 269px;
        height: 80px;
        display: block;
        text-indent: -9000px;
    }

    /************************************** RETINA **************************************************************/

    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
        #siteLogo > a {
            background-image: url('../../layout/images/logo_retina.png');
            background-size: 269px 80px;
        }
    }

    #navigationMain {
        top: 35px;
    }

    #linkAktuelles {
        top: 7px;
    }
}


/**************************************************************************************************************************/
@media screen and (max-width: 1023px) {
    

    #navigationWrapper {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        padding: 0;
    }

    #headerWrap {
        padding-left: 15px;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
        top: 0;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 17px 35px 0 0;
        font-size: 32px;
        color: #C0D241;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 80px;
        float: none;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationSubMain,
    #navigationSub {
        display: none;
    }

    #linkAktuelles {
        right: inherit;
        left: 300px;
        top: 30px;
    }

    #content {
        padding: 30px 0 20px 0;
    }

    body {
        font-size: 17px;
    }

    h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    #footerBackground {
        background-size: 140%;
        height: 90px;
    }

    #footerContent h3 {
        font-size: 18px;
    }

}
/* end media query */

@media screen and (max-width: 767px) {

    #footerBackground {
        height: 80px;
        background-size: 200%;
    }
}

@media screen and (max-width: 500px) {

    #linkAktuellesContainer {
        position: relative;
        z-index: 0;
    }

    #linkAktuellesWrap {
        position: relative;
        margin: 0;
        max-width: inherit;
    }


    #linkAktuelles {
        display: block;
        right: 0;
        top: 0;
        left: 0;
        position: relative;
        background-color: #C0D241;
        color: #fff;
        padding: 8px 8px 8px 8px;
        transform: rotate(0);
        text-align: center;
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
        height: inherit !important;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        margin-bottom: 10px;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        width: 100% !important;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    #content img {
        max-width: 100%;
        height: auto !important;
        float: none !important;
        display: block;
    }
}


/**************************************************************************************************************************/
@media screen and (max-width: 380px) {

    #menu-icon {
        margin: 17px 15px 0 0;
    }

    #footerBackground {
        height: 40px;
    }
}