﻿
:root {
    --CSSColor: #484949;
    --HeadingColor: #94620c;
    --LinkColor: #94620c;
    --LinkHoverColor: #B7945B;
    --ButtonLinkHoverColor: #fff;
    --ButtonLinkColor: #fff;
}


/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../../../web/fonts/OpenSans/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/OpenSans/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../../../web/fonts/OpenSans/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/OpenSans/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../../../web/fonts/OpenSans/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../web/fonts/OpenSans/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* cardo-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: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: url('../../../web/fonts/Cardo/cardo-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cardo-italic - 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: 'Cardo';
    font-style: italic;
    font-weight: 400;
    src: url('../../../web/fonts/Cardo/cardo-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
    background-color: #EDEDED;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: var(--CSSColor);
    font-weight: 400;
}


/* 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;
}

/* ckEditor LayoutManager */

.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    overflow: hidden;
}

.container-fluid .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: 20px;
    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: 850px) {

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

    .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%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* END ckEditor LayoutManager */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif;
    color: var(--HeadingColor);
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-style: italic;
}

h1 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0 0 25px 0;
}

p:last-child {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: disc;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

ol {
    list-style-type: decimal;
    margin-left: 0;
}

nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

small {
    font-size: 80%;
}

a, a:visited {
    outline: none;
    color: var(--LinkColor);
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: var(--LinkHoverColor);
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: var(--CSSColor);
    text-decoration: none;
    cursor: default;
}

hr {
    border-bottom: 0 none;
    border-top: 1px dotted #C6BCB1;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 20px 0 20px 0;
}


/* Buttons*/
.button {
    background-color: #aaa;
    border-radius: 4px;
    padding: 3px 10px;
    color: var(--ButtonLinkColor);
    text-decoration: none;
    display: inline-block;
    border: none;
}

.button:visited
{
    text-decoration: none;
    color: #fff;
}

.button:hover {
    text-decoration: none;
    color: var(--ButtonLinkHoverColor);
    background-color: #777;
}


/****************** TabelleGitter  *****************/

table.TabelleGitter {
    margin-top: 0px;
    border-width: 1px;
    border-color: #D8D8D8;
    border-collapse: collapse;
}

    table.TabelleGitter th {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: #D8D8D8;
        background-color: #EDEDED;
        text-align: left;
    }

    table.TabelleGitter td {
        background: none repeat scroll 0 0 #fff;
        border-color: #D8D8D8;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        text-align: left;
        vertical-align: top;
    }

/****************** TabelleQuerstrich  *****************/

table.TabelleQuerstrich h1, table.TabelleQuerstrich h2, table.TabelleQuerstrichh3 {
    padding-bottom: 0;
}

table.TabelleQuerstrich img {
    padding-top: 5px;
}

table.TabelleQuerstrich {
    margin-top: 0px;
    border-width: 1px;
    border-color: #ADADAD;
    border-collapse: collapse;
    border: none;
}

    table.TabelleQuerstrich th {
        border: none;
        border-width: 1px;
        padding: 4px 3px 7px 3px;
        border-top: none;
        background-color: #EDEDED;
        text-align: left;
    }

    table.TabelleQuerstrich td {
        border: none;
        background: none repeat scroll 0 0 #fff;
        border-top: 1px solid #ADADAD;
        padding: 5px 3px 9px 3px;
        text-align: left;
        vertical-align: top;
    }

    table.TabelleQuerstrich.light td {
        border-top: 1px solid #DBDBDB;
    }

    table.TabelleQuerstrich tr:first-child td {
        border-top: none;
    }

/************ Tabelle Modern *************/

table.TabelleModern {
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100% !important;
}

table.TabelleModern th {
    padding: 8px 25px 8px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table.TabelleModern th:first-child {
    text-align: left;
    padding-left: 15px;
}

table.TabelleModern tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table.TabelleModern tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table.TabelleModern tr {
    padding-left: 15px;
}

table.TabelleModern td:first-child {
    text-align: left;
    padding-left: 5px;
    border-left: 0;
}

    table.TabelleModern td {
        padding: 5px 5px 10px 5px;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        vertical-align: top;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
        width: auto !important;
        font-size: 13px;
    }

table.TabelleModern tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table.TabelleModern tr:last-child td {
    border-bottom: 0;
}

table.TabelleModern tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table.TabelleModern tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.TabelleModern tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}



.fab,
.fal,
.far,
.fas,
.fad,
.fa-brands,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin {
    color: #878787;
}

.blue {
    color: #599DBF;
}

.green {
    color: #588C73;
}

.yellow {
    color: #F2E394;
}

.orange {
    color: #F2AE72;
}

.red {
    color: #C02942;
}

.brown {
    color: #8C4646;
}


/*********************************************************************************************************************************/
#container {
    margin: 30px auto 0 auto;
    max-width: 1200px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.9);
    overflow: hidden;
}

#header {
    position: relative;
}

#navigationLogo {
    margin: 0;
    padding: 0;
    background-color: rgba(255,255,255, 0.45);
    bottom: 0;
    left: 35px;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 240px;
    z-index: 99;
}

#siteLogo a {
    display: block;
    text-indent: -9000px;
    background: url(../../layout/images/logo.png) 0 0 no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    width: Calc(100% - 30px);
    height: 0;
    padding-top: 100%;
    position: absolute;
    left: 15px;
    top: Calc(50% - 105px);
}

#sideContent {
    clear: both;
    float: left;
    margin: 20px 0 0 35px;
    width: 250px;
}

#navigationWrapper
{
    margin-bottom: 45px;
}

#headerTopContent {
    font-size: 14px;
}

#menu-icon {
    display: none;
}

#headerSlider
{
    position: relative;
}

#main {
    position: relative;
    padding: 0 40px 0 35px;
    text-align: left;
    margin: 25px 0 0 0;
    overflow: hidden;
    min-height: 500px;
}

#main ul {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
}

#main li
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 7px 20px;
}

#main li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4C86A5;
}


/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    color: #fff;
    margin: 0 auto;
    max-width: 1200px;
}

#footerContent {
    padding: 20px 25px 20px 0;
    font-size: 18px;
}

#footerContent a {
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    color: #A8A8A8;
}

#footerContent a:hover {
    color: #94620c;
}

#footerContent a[href^="tel:"]:hover {
    color: #A8A8A8;
}

#footerContent h2 {
    font-size: 28px;
    color: #A8A8A8;
    font-weight: 400;
}

#footerContent .fab,
#footerContent .fal,
#footerContent .far,
#footerContent .fas,
#footerContent .fa-brands,
#footerContent .fa-light,
#footerContent .fa-regular,
#footerContent .fa-solid,
#footerContent .fa-thin {
    font-size: 24px;
    margin-top: 5px;
    color: #fff;
}



/* ------------  scroll-to-top  ----------------------- */
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    background-color: #fff;
    border-radius: 30%;
    font-size: 45px;
    color: #333;
    text-decoration: none;
}

.scroll-to-top:visited {
    color: #333;
}

.scroll-to-top:hover {
    color: #333;
    background-color: #aaa;
    text-decoration: none;
}


@media screen and (max-width: 849.9px) {

    #container {
        margin: 75px auto 0 auto;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        z-index: 300;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 5px 35px 0 0;
        font-size: 40px;
        color: #94620c;
        cursor: pointer;
    }

    #menu-icon .fa-bars {
        color: #94620c;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 70px;
        border-top: 3px solid #94620c;
    }

    .showNavigation {
        display: inherit;
    }

    #headerTopContent {
        padding: 40px 25px 25px 25px;
    }


}


@media screen and (max-width: 767px) {

    #navigationLogo {
        max-width: 180px;
    }

    #siteLogo a {
        width: Calc(100% - 20px);
        left: 10px;
        top: Calc(50% - 80px);
    }

}

@media screen and (max-width: 629.9px) {

    #navigationLogo {
        max-width: 130px;
    }

    #siteLogo a {
        width: Calc(100% - 20px);
        left: 10px;
        top: Calc(50% - 60px);
    }
}

@media screen and (max-width: 499.9px) {

    #navigationLogo {
        background: none;
        width: 50px;
        top: 10px;
        left: 25px;
        bottom: inherit;
        z-index: 999;
    }

    #siteLogo a {
        width: inherit;
        left: 0;
        top: 0;
        position: relative;
    }
}
