﻿:root {
    --CSSColor: #333333;
    --HeadingColor: #333333;
    --LinkColor: #000;
    --LinkHoverColor: #4C86A5;
    --UnikumAccentColor: #FB906B;
    --ButtonLinkHoverColor: #fff;
    --ButtonLinkColor: #fff;
}

/* 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('../../../web/fonts/Roboto/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../../../web/fonts/Roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../web/fonts/Roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../web/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('../../../web/fonts/Roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../../../web/fonts/Roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../web/fonts/Roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../web/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('../../../web/fonts/Roboto/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../../../web/fonts/Roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../web/fonts/Roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../web/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('../../../web/fonts/Roboto/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../../../web/fonts/Roboto/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../web/fonts/Roboto/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../../web/fonts/Roboto/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../web/fonts/Roboto/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: var(--CSSColor);
    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;
    position: relative;
}


/* 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 {
    color: var(--HeadingColor);
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: left;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

    h1:first-of-type {
        margin-top: 0;
    }

h2 {
    margin: 8px 0 20px 0;
    font-size: 27px;
}

ul + h2 {
    margin-top: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p {
    margin: 0;
    padding: 0 0 25px 0;
}

p:has(+ ul)
{
    padding-bottom: 10px;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
    outline: none;
    color: var(--LinkColor);
    text-decoration: underline;
}

a:hover {
    outline: none;
    text-decoration: underline;
    color: var(--UnikumAccentColor);
}

a:active, a:focus {
    outline: none;
}

a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    cursor: default;
    font-weight: 300;
}

a:hover > img {
    opacity: 0.65;
}

hr {
    border-bottom: 0 none;
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    height: 1px;
    margin: 5px 0 5px 0;
}

p:has(+ hr)
{
    padding-bottom: 0;
}

a:has(+ hr)
{
    padding-bottom: 0;
}

.button {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0px;
}

.button:hover {
    background-color: var(--UnikumAccentColor);
    border: 1px solid #000;
}


.desktopMarginTop {
    margin-top: 50px;
}

/*********************************************************************************************************************************/

#container{
    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 */
#container::after {
    content: '\00a0'; /* &nbsp; */
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden;
}

@media (--break-lg) {
    #container {
        padding-top: var(--space-lg);
    }

    #container::after {
        margin-top: var(--space-lg);
    }
}

#container--full {
    padding: 0;
}

#container--full::after {
    content: none;
}
/* End used for the sticky footer */


#header {
}


#headerContent {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#navigationLogo {
    display: inline-block;
    margin: 30px 0 30px 0;
    position: relative;
    z-index: 9999;
}


#siteLogo > a {
    background: url('../../layout/images/Logo_Unikum.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 65px;
    width: 320px;
    display: block;
    text-indent: -9000px;
}


#navigationWrapper {
    /*background-color: var(--UnikumAccentColor);*/
    background-color: #E5E5E5;
    text-align: center;
    position: sticky;
    top: -1px;
    z-index: 1000;
    line-height: 0;
}

#navigationMain {
    display: inline-block;
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
}

#menu-icon {
    display: none;
}

#navLogo {
    position: absolute;
    top: 15px;
    left: 25px;
}

#navLogo > a {
    background: url('../../layout/images/Logo_Unikum.svg') 0 0 no-repeat;
    background-size: 100%;
    height: 20px;
    width: 90px;
    display: block;
    text-indent: -9000px;
}

#main-menu {
    display: inline-block;
}

#main {
    position: relative;
    margin: 45px auto 30px auto;
    overflow: hidden;
    max-width: 1230px;
    padding: 0 25px 30px 25px;
}


#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 {
    border-top: 1px solid #222;
    /* Used for the sticky footer */
    flex: none;
    z-index: 2;
    color: #000;
}

#footerContent {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
}

#footerContent a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

#footerContent a:hover {
    color: var(--UnikumAccentColor);
}

#fusszeile {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 30px;
    padding-right: 15px;
}

#fusszeile > div {
    line-height: 30px;
}

#fusszeile .fa-brands {
    font-size: 30px;
    font-weight: 300;
}


/* ------------  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: 1223.9px) {

    .desktopMarginTop {
        margin-top: 0;
    }

}


@media screen and (max-width: 767.9px) {

    #headerContent {
        text-align: left;
    }

    #navigationWrapper {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        background-color: transparent;
    }

    #navigationMain {
        float: none;
        z-index: 1;
        position: relative;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        margin: 15px 35px 0 0;
        font-size: 40px;
        color: #000;
        cursor: pointer;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    #main-menu {
        top: 70px;
        display: block;
    }

    .showNavigation {
        display: inherit;
    }

    #navigationLogo {
        margin: 22px 0 0 25px;
    }

    #siteLogo > a {
        height: 30px;
        width: 120px;
    }

    #navLogo
    {
        display: none;
    }

}

@media screen and (max-width: 500px) {

    h1 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    body {
        font-size: 16px;
    }

    #fusszeile {
        display: inline-block;
    }

    #fusszeile > div{
        margin-bottom: 15px;
    }
}