body {
    background-image: url("../images/BackgroundTile.jpg");
    background-color: #fffcfa;
    background-blend-mode: color-burn;
    color: #252525;
}

main {
    position: absolute;
    top: 0px;
    left: 16.6666666667%;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) Calc(50% - 450px), rgba(255, 255, 255, 0.8) Calc(50% - 450px), rgba(255, 255, 255, 0.8) Calc(50% + 450px), rgba(0, 0, 0, 0) Calc(50% + 450px), rgba(0, 0, 0, 0) 100%);
}

.BackgroundAddition {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    background-image: url('../images/Runway.png');
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0% 100%);
    height: 25%;
    max-height: 300px;
    background-size: cover;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 100px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #252525;
    min-width: 215px !important;
    box-shadow: -5px 2px 19px 12px rgba(0, 0, 0, 0.75);
}

.sidebar .nav-link {
    font-weight: bolder;
    color: #ECD2B9;
    text-align: center;
    font-size: x-large;
    height: 60px;
    line-height: 45px;
    font-family: Oswald, sans-seri;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #ECD2B9;
}

.sidebar .FamSoc {
    line-height: 25px !important;
}

.sidebar .nav-link:hover {
    color: #dcab7d;
}

.sidebar .nav-link.active {
    color: #0C77DE;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.icon-logopart1:before {
    height: 80px;
    display: block;
    overflow: hidden;
}

.icon-logopart2:before {
    display: block;
    height: 70px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;

    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #252525;
}

.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.sticky-top {
    position: fixed;
}

header {
    box-shadow: none !important;
}

header .navbar-brand {
    color: #ECD2B9 !important;
    font-size: 185px;
    line-height: 10px;
    background-color: #252525;
    min-width: 215px;
    height: 100px;
    display: inline;
    max-height: 100%;
}

.IconPart2 {
    height: 92px;
    position: fixed;
    display: block;
    left: 170px;
    background-image: linear-gradient(90deg, #ECD2B9 0%, 45px, #252525 45px, #252525 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 205px;
    z-index: 1100;
    line-height: 0px;
    max-height: 100%;
}

.facebooklink {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 103;
    display: block;
    color: #0a80ec;
    line-height: 25px;
    width: 35px;
    font-size: 46px;
    text-decoration: none;
    height: 35px;
    padding: 0;
}

.facebooklink::before {
    background: white;
    border-radius: 5px;
    height: 37px;
    display: block;
    line-height: 35px;
}

.item-page {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 25px;
    font-weight: bold;
}

.item-page div[itemprop=articleBody] {
    margin-top: 25px;
}

.item-page h1 {
    font-weight: bolder;
    font-size: 4rem;
    color: #252525;
}

.item-page img {
    position: sticky;
    top: 0px;
}

.item-page img:nth-of-type(even) {
    box-shadow: 23px 22px 0px 1px rgba(37, 37, 37, 0.75);
}

.item-page img:nth-of-type(odd) {
    box-shadow: 23px 22px 0px 1px rgba(12, 119, 222, 0.75);
}

.item-page .item-page-Content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.item-page em {
    font-family: Parisienne;
    font-size: larger;
}

@media (max-width: 767.98px) {
    header {
        width: 100%;
        background-color: #252525;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    main {
        width: 100%;
        max-width: 100%;
        left: 0px;
        background: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(var(--bs-gutter-x)/ 2), rgba(255, 255, 255, 0.8) calc(var(--bs-gutter-x)/ 2), rgba(255, 255, 255, 0.8) Calc(100% - (var(--bs-gutter-x)/ 2)), rgba(0, 0, 0, 0) Calc(100% - (var(--bs-gutter-x)/ 2)), rgba(0, 0, 0, 0) 100%);
    }
    .facebooklink {
        position: static;
        float: right;
    }
    .page-header {
        margin-top: 100px;
    }
    .navbar-toggler {
        left: unset;
        right: 5px;
    }
    .sidebar {
        padding: 20px 0 0;
        bottom: unset;
        box-shadow: none;
    }
    .IconPart2 {
        background-color: #ECD2B9;
        background-image: none !important;
        display: block !important;
        font-size: 100pt;
        line-height: 100px;
        left: 150px;
    }
    header .navbar-brand {
        font-size: 100pt;
        line-height: 100px;
    }
    header .navbar-brand::before,
    .IconPart2:before {
        display: inline;
    }
    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-brand.col-md-3,
    .sidebar {
        min-width: 215px !important;
        width: 215px !important;
        max-width: unset !important;
    }
    .sidebar {
        z-index: 101;
    }
    main {
        left: 215px;
        z-index: 100;
        width: calc(100% - 215px) !important;
    }
    main.col-md-9.ms-sm-auto.col-lg-10.px-md-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    header {
        z-index: 99;
    }
    .item-page {
        padding-top: 65px;
    }
}

#HomeScreen {
    position: absolute;
    height: 100vh;
    width: 100%;
    left: 0;
    background-color: #252525;
    filter: drop-shadow(-2px 3px 18px 3px rgba(255, 255, 255, 0.75));
}

#HomeScreen .ImageBlock {
    width: 40%;
    transform: translate(-25%);
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    height: 100%;
    cursor: pointer;
    background: transparent;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

#HomeScreen .ImageBlock span {
    background-color: #ECD2B9;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100% - 2px);
    width: calc(100% - 6px);
    transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

#HomeScreen .ImageBlock:hover {
    /*width: calc(40%+24px);
    transform: translate(calc(-25% - 12px));*/
    z-index: 2;
}

#HomeScreen .ImageBlock:hover span {
    width: 100%;
    background-color: #252525 !important;
    background-blend-mode: normal !important;
}

#HomeScreen .ImageBlock:first-of-type {
    transform: unset;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    left: 0;
}

#HomeScreen .ImageBlock:first-of-type span {
    background-image: url("../images/bgm.png");
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    width: calc(100% - 3px);
    left: calc(50% - 3px);
}

#HomeScreen .ImageBlock:nth-of-type(2) {
    left: 40%;
}

#HomeScreen .ImageBlock:nth-of-type(2) span {
    background-image: url("../images/Zutaten.jpg");
}

#HomeScreen .ImageBlock:last-of-type {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translate(-15%);
    left: 66%;
}

#HomeScreen .ImageBlock:last-of-type span {
    background-image: url("../images/PTBackground.png");
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: calc(100% - 3px);
    left: unset;
    transform: translate(0, -50%);
    right: 0px;
}

#HomeScreen .ImageBlock:last-of-type:hover {
    transform: translate(calc(-25%+28px));
}

@font-face {
    font-family: "Parisienne";
    src: url("../webfonts/Parisienne-Regular.ttf") format("truetype");
}

#Leitsatz {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 2;
    bottom: 15px;
    color: #ECD2B9;
    padding: 15px;
    background: rgba(12, 119, 222, 0.75);
}

#Leitsatz h1 {
    font-family: Parisienne;
    font-weight: bolder;
}

#Leitsatz h3 {
    float: right;
}

.ImpressumNav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ImpressumNav .ImressumLink {
    height: 20px;
    font-size: small;
    line-height: 3px;
    padding: 0px;
    display: inline-block;
    margin-right: 5px;
}

ul>li {
    text-align: left;
}

ul.ULPlus {
    list-style-type: none;
}

ul.ULPlus li:before {
    content: "+" " ";
}

img.CenterdImage {
    transform: translate(-50%, -50%);
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    box-shadow: none !important;
}

.CenterdImagePara {
    transform: translate(-50%, -50%);
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
}

.CenterdImagePara img {
    position: initial;
    box-shadow: none !important;
}

.btn-custom {
    border: 1px solid #252525;
    color: #252525;
    width: 100%;
    font-weight: bolder;
}

.PreisListe {
    width: 100%;
}

.PreisListe .row {
    margin: 15px 0px;
    position: relative;
}

.PreisListe .row div.col-lft {
    padding: 10px;
    margin: 0px 15px;
    font-size: 8pt;
    color: #252525;
    text-align: left !important;
}

.PreisListe .row div.col-lft h3 {
    font-size: 16pt;
}

.PreisListe .row div.col-lft h3 i {
    float: right;
}

.PreisListe .row a {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: " ";
    color: transparent;
}

.PreisListe .row .col-md-12 {
    font-size: 6pt;
    text-align: center;
    width: 100%;
    height: 0%;
    min-height: 0%;
    border: none;
}

.convertforms {
    width: 100% !important;
    background-color: transparent !important;
    max-width: 100% !important;
}

.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(1)>label,
.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(2)>label {
    color: green !important;
}

.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(3)>label,
.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(4)>label {
    color: #caca04 !important;
}

.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(5)>label,
.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(6)>label {
    color: orange !important;
}

.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(7)>label,
.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(8)>label {
    color: red !important;
}

.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(9)>label,
.stress .cf-control-input .cf-list.cf-list-auto-columns .cf-radio-group:nth-of-type(10)>label {
    color: #af0000 !important;
}

.navbar-dark .navbar-toggler {
    z-index: 1050;
}


/*# sourceMappingURL=site.css.map */