body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@media screen{
#iso_ajaxBox{width:20%;padding:9px 50px 9px 24px;position:fixed;top:10%;left:40%;background:#fff url(../../system/modules/isotope/assets/images/loading.gif) no-repeat right center;border:2px solid #000;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:15px;line-height:18px;text-align:left;color:#000;z-index:9999}#iso_ajaxBox.btnClose{background-image:none;cursor:pointer}#iso_ajaxBox p{margin:1em 0;padding:0}#iso_ajaxBox .iso_error{padding-left:34px;background:url(../../system/modules/isotope/assets/images/cross-24.png) left center no-repeat}#iso_ajaxBox .iso_confirm{padding-left:34px;background:url(../../system/modules/isotope/assets/images/tick-24.png) left center no-repeat}#iso_ajaxBox .iso_info{padding-left:34px;background:url(../../system/modules/isotope/assets/images/information-24.png) left center no-repeat}#iso_ajaxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:9998;-moz-opacity:.5;opacity:.5;_display:none;filter:Alpha(opacity=50)}
}
:root {
    --black: #000;
    --blue: #004692;
    --dark: #1a1a1d;
    --grey: #4e4e50;
    --shadow-color: #111;
    --white: #FFF;
}

* {
    box-sizing: border-box;
    margin: 0;
    outline-width: 0px;
    padding: 0;
}

html {
    height: 100%;
    overflow-y: scroll;
}

.pb-site {
    font-family: "Open Sans", "Montserrat", Arial;
    font-size: 100.01%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.pb-site #wrapper {
    background-color: var(--white);
}

.pb-site #container {
    padding-bottom: 500px;
}

.pb-base {
    color: var(--dark);
}

.pb-h2centered {
    margin-bottom: 25px !important;
    text-align: center;
    word-break: break-word;
}

.pb-maincontent {
    padding: 25px;
}

.pb-maintext1 {
    margin-bottom: 12.5px;
}

.pb-maintext2 {
    margin-bottom: 25px;
}

.pb-maintext3 {
    text-align: center;
}


@media(min-width: 800px) {
    .pb-site #container {
        padding-bottom: 500px;
    }

    .pb-maincontent {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }


    .pb-maintext1 {
        margin-bottom: 12.5px;
        width: calc(50% - 25px);
    }

    .pb-maintext2 {
        margin-bottom: 25px;
        width: calc(50% - 25px);
    }
}

@media(min-width: 1024px) {
    .pb-site #container {
        padding-bottom: 300px;
    }

    .pb-site #main .inside {
        padding: 0px;
    }

    .pb-maincontent {
        margin-left: max(50px, calc((100% - 1540px) / 2));
        margin-right: max(50px, calc((100% - 1540px) / 2));
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media(min-width: 1200px) {
    .pb-site #container {
        margin: 0 auto;
        /*width: 1540px;*/
    }
}
.pb-site #footer {
    background-color: var(--blue);
    bottom: 0;
    color: var(--white);
    position: absolute;
    width: 100%;
}

.pb-site #footer a {
    color: var(--white);
    text-decoration: none;
}

.pb-site #footer .inside {
    padding-bottom: 12.5px;
    padding: 25px;
}

.pb-site #footer .inside .pb-f1, .pb-site #footer .inside .pb-f2, .pb-site #footer .inside .pb-f3, .pb-site #footer .inside .pb-f4 {
    margin-bottom: 25px;
    width: 100%;
}

.pb-site #footer .inside .pb-f1 p, .pb-site #footer .inside .pb-f2 p, .pb-site #footer .inside .pb-f3 p, .pb-site #footer .inside .pb-f4 p {
    margin-bottom: 5px;
}

.pb-site #footer .inside .pb-f4 {
    margin-bottom: 0px;
}

.pb-site #wrapper {
    min-height: 100%;
    position: relative;
}

@media(min-width: 600px) {
    .pb-site #footer .inside {
        padding-bottom: 17.5px;
        padding: 35px;
    }

    .pb-site #footer .inside .pb-footer {
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
        -ms-flex-line-pack: stretch;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-align-content: stretch;
        -webkit-align-items: stretch;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pb-site #footer .inside .pb-f1, .pb-site #footer .inside .pb-f1, .pb-site #footer .inside .pb-f1, .pb-site #footer .inside .pb-f1 {
        width: 50%;
    }
}

@media(min-width: 1024px) {
    .pb-site #footer .inside .pb-f1, .pb-site #footer .inside .pb-f2, .pb-site #footer .inside .pb-f3, .pb-site #footer .inside .pb-f4 {
        width: 25%;
    }
}

@media(min-width: 1200px) {
    .pb-site #footer .inside {
        margin: 0 auto;
        padding-top: 35px;
        padding-left: 0px;
        padding-right: 0px;
        width: 1540px;
    }
}


.pb-site h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 12.5px;
    margin-top: 0px;
    width: 100%;
}

.pb-site h2 {
    font-size: 27.6px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 12.5px;
    margin-top: 0px;
    width: 100%;
}

.pb-site h3 {
    font-size: 23.04px;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 12.5px;
    margin-top: 0px;
    width: 100%;
}

.pb-site h4 {
    font-size: 21px;
    font-weight: 550;
    line-height: 125%;
    margin-bottom: 12.5px;
    margin-top: 0px;
    width: 100%;
}

.pb-site p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 12.5px;
}

@media(min-width: 600px) {
    .pb-site h1 {
        font-size: 36px;
    }

    .pb-site h2 {
        font-size: 32px;
    }

    .pb-site h3 {
        font-size: 27px;
    }

    .pb-site h4 {
        font-size: 23px;
    }

    .pb-site p {
        font-size: 19px;
        margin-bottom: 17.5px;
    }
}
.pb-nav {
    background-color: rgba(0,0,0,0.9);
    height: calc(100% - 60px);
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    width: 100%;
}

.pb-navdesk {
    display: none;
}

.pb-nav.active {
    opacity: 1;
    visibility: visible;
}

.pb-nav.fading {
    opacity: 0;
    visibility: hidden;
}

.pb-mainmenu {
    padding: 20px;
}

.pb-mainmenu-big {
    display: none;
}

.pb-mainmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pb-mainmenu .level_1 > li {
    margin-bottom: 15px;
    opacity: 0;
    padding-right: 30px;
    position: relative;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pb-nav.active .pb-mainmenu .level_1 > li {
    opacity: 1;
    transform: translateX(0);
}

.pb-mainmenu a, .pb-mainmenu span.active, .pb-mainmenu span.trail {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.submenu-toggle {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.submenu-toggle::before, .submenu-toggle::after {
    background-color: #fff;
    content: '';
    position: absolute;
    transition: transform 0.5s ease;
}

.submenu-toggle::before {
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.submenu-toggle::after {
    bottom: 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
}

.submenu-toggle.active::after {
    transform: translateX(-50%) scaleY(0);
}

.pb-mainmenu ul ul {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.pb-mainmenu ul ul.active {
    margin-top: 10px;
    max-height: 1000px;
    opacity: 1;
}

.pb-mainmenu ul ul li {
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pb-mainmenu ul ul.active li {
    opacity: 1;
    transform: translateY(0);
}

.pb-mainmenu ul ul a {
    font-size: 16px;
    padding: 0px 10px 3px;
}

.pb-nav.active .pb-mainmenu .level_1 > li:nth-child(1) {
    transition-delay: 0.1s;
}

.pb-nav.active .pb-mainmenu .level_1 > li:nth-child(2) {
    transition-delay: 0.2s;
}

.pb-nav.active .pb-mainmenu .level_1 > li:nth-child(3) {
    transition-delay: 0.3s;
}

.pb-nav.active .pb-mainmenu .level_1 > li:nth-child(4) {
    transition-delay: 0.4s;
}

.pb-nav.active .pb-mainmenu .level_1 > li:nth-child(5) {
    transition-delay: 0.5s;
}

.pb-nav.active .pb-mainmenu .level_1 > li:nth-child(6) {
    transition-delay: 0.6s;
}

.pb-mainmenu ul ul.active li:nth-child(1) {
    transition-delay: 0.1s;
}

.pb-mainmenu ul ul.active li:nth-child(2) {
    transition-delay: 0.2s;
}

.pb-mainmenu ul ul.active li:nth-child(3) {
    transition-delay: 0.3s;
}

.pb-mainmenu ul ul.active li:nth-child(4) {
    transition-delay: 0.4s;
}

.pb-mainmenu ul ul.active li:nth-child(5) {
    transition-delay: 0.5s;
}

.pb-mainmenu ul ul.active li:nth-child(6) {
    transition-delay: 0.6s;
}

.invisible, .skip-nav {
    display: none;
}

.pb-site #header {
    padding-top: 60px;
}

.pb-site #pb-top {
    align-items: center;
    background-color: var(--white);
    display: -ms-grid;
    display: grid;
    gap: 5px 0px;
    grid-template-areas: "logo mail cart menu";
    grid-template-columns: 40% 20% 20% 20%;
    grid-template-rows: auto;
    height: 60px;
    inset: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 120;
}

.pb-site #pb-top.colored {
    background-color: var(--grey);
    transition: all 0.5s ease;
}

.hamburg {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    transition: border-radius .5s;
    width: 100%;
}

.line {
    background: var(--grey);
    height: 2.5px;
    position: absolute;
    transform-origin: center;
    transition: 0.5s;
    width: 45px;
}

.line:nth-child(1) {
    top: 0px;
}

.line:nth-child(2) {
    top: 12px;
}

.line:nth-child(3) {
    top: 24px;
}

.hamburg.checked .line:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}

.hamburg.checked .line:nth-child(2) {
    opacity: 0;
}

.hamburg.checked .line:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

.pb-site #pb-top .symbole--menu {
    height: auto;
    justify-self: right;
}

.pb-site #pb-top .row {
    height: 28px;
    width: 45px;
}

.pb-site #pb-top .pb-logo {
    grid-area: logo;
    width: 35px;
    z-index: -2;
}

.pb-site #pb-top .pb-cart {
    grid-area: cart;
    justify-self: right;
    width: 45px;
    height: 35px;
    z-index: -2;
}

.pb-site #pb-top .pb-mail {
    grid-area: mail;
    justify-self: right;
    width: 45px;
    z-index: -2;
}

.pb-site #pb-top .pb-contact {
    display: none;
}

.pb-site #pb-top .pb-mail a {
    color: var(--grey);
    text-decoration: none;
}

.pb-site #pb-top .pb-mail a, .pb-site #pb-top .symbole--menu a, .pb-site #pb-top .pb-contact a  {
    display: flex;
    text-decoration: none;
}

@media(min-width: 800px) {
    .pb-site #pb-top {
        grid-template-columns: 60% 20% 10% 10%;
    }
}

@media(min-width: 1024px) {
    .pb-site #pb-head {
        background-color: white;
        width: 100%;
    }

    .pb-site #header {
        padding-top: 75px;
    }

    .pb-site #pb-top {
        align-items: center;
        display: grid;
        grid-template-areas: "logo menu cart contact";
        grid-template-columns: auto 1fr;
        height: 75px;
        margin: 0 auto;
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
    }

    .pb-site #pb-top .pb-contact {
        display: block;
        justify-self: right;
        width: 45px;
        z-index: -2;
    }

    .pb-site #pb-top .pb-logo {
        width: 45px;
    }

    .pb-navdesk {
        display: block;
        grid-area: menu;
        height: 100%;
    }

    .pb-nav, #pb-top .symbole--menu, #pb-top .pb-mail, .hamburg {
        display: none;
    }

    .pb-mainmenu-big {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .pb-mainmenu-big nav {
        overflow: visible;
    }

    .pb-mainmenu-big > ul, .pb-mainmenu-big > .level_1, .pb-mainmenu-big ul.level_1 {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: flex-end;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .pb-mainmenu-big > ul > li, .pb-mainmenu-big > .level_1 > li, .pb-mainmenu-big ul.level_1 > li {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0 10px;
        position: relative;
    }

    .pb-mainmenu-big a, .pb-mainmenu-big span.active, .pb-mainmenu-big span.trail {
        align-items: center;
        color: var(--grey);
        display: flex;
        font-size: 20px;
        height: 100%;
        padding: 0 10px;
        text-decoration: none;
        white-space: nowrap;
    }

    .pb-mainmenu-big span.active,
    .pb-mainmenu-big span.trail,
    .pb-mainmenu-big a.active,
    .pb-mainmenu-big li.active > a {
        font-weight: 600;
    }


    .pb-mainmenu-big a:hover, .pb-mainmenu-big span.active, .pb-mainmenu-big span.trail {
        color: var(--grey);
    }

    .pb-mainmenu-big ul ul, .pb-mainmenu-big .level_1 ul, .pb-mainmenu-big li > ul {
        background-color: var(--white);
        border-radius: 7.5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        display: none;
        left: 0;
        min-width: 200px;
        opacity: 0;
        position: absolute;
        top: 100%;
        transition: opacity 0.3s, visibility 0.3s;
        visibility: hidden;
        z-index: 9999;
    }

    .pb-mainmenu-big > ul > li:hover > ul, .pb-mainmenu-big > .level_1 > li:hover > ul, .pb-mainmenu-big ul.level_1 > li:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .pb-mainmenu-big ul ul li, .pb-mainmenu-big .level_1 ul li {
        display: block;
    }

    .pb-mainmenu-big ul ul a, .pb-mainmenu-big .level_1 ul a {
        color: var(--grey);
        display: block;
        font-size: 14px;
        height: auto;
        line-height: normal;
        padding: 10px 15px;
    }

    .pb-mainmenu-big ul ul a:hover, .pb-mainmenu-big .level_1 ul a:hover {
        background-color: var(--grey);
        border-radius: 6px;
        color: var(--white);
    }
}
.pb-btn {
    padding-top: 12.5px;
    width: 100%;
}

.pb-btn .btn {
    border-radius: 3.5px;
    border: 2px solid var(--blue);
    color: var(--blue);
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.pb-btn .btn a {
    text-decoration: none;
}

.pb-btn .btn a:visited {
    color: var(--blue);
}

.pb-btn2 {
    padding-top: 12.5px;
    width: 100%;
}

.pb-btn2 .btn2 {
    border-radius: 3.5px;
    border: 2px solid var(--white);
    color: var(--white);
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.pb-btn2 .btn2 a {
    text-decoration: none;
}

.pb-btn2 .btn2 a:visited {
    color: var(--white);
}

@media(min-width: 800px) {
    .pb-btn .btn {
        width: 300px;
        justify-self: center;
    }

    .pb-btn2 .btn2 {
        width: 300px;
        justify-self: center;
    }
}



.pb-flex {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12.5px;
    justify-content: space-between;
}

.pb-flex .pb-box1 {
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 12.5px;
    padding: 12.5px;
    width: 100%;
}

.pb-flex .pb-box1.hidden {
    filter: blur(5px);
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s;
}

.pb-flex .pb-box1.show {
    filter: blur(0);
    opacity: 1;
    transform: translateX(0%);
}

.pb-flex .pb-box1.show:nth-child(2) {
    transition-delay: 100ms;
}

.pb-flex .pb-box1.show:nth-child(3) {
    transition-delay: 200ms;
}

.pb-flex .pb-box1.show:nth-child(4) {
    transition-delay: 300ms;
}

.pb-flex .pb-box1.show:nth-child(5) {
    transition-delay: 400ms;
}

.pb-flex .pb-box1.show:nth-child(6) {
    transition-delay: 500ms;
}

.pb-box1:nth-child(1) {
    background-color: #00a8e8;
}

.pb-box1:nth-child(2) {
    background-color: #007ea7;
}

.pb-box1:nth-child(3) {
    background-color: #005980;
}

.pb-box1:nth-child(4) {
    background-color: #003459;
}

.pb-box1:nth-child(5) {
    background-color: #174668;
}

.pb-box1:nth-child(6) {
    display: none;
}

.pb-box1 h4::after {
    border-bottom: 2px solid var(--white);
    content: "\00a0";
    display: block;
    margin-top: -18px;
    width: 40%;
}

.pb-flex .pb-box2 {
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border: 1px solid var(--white);
    color: var(--white);
    padding-bottom: 12.5px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 12.5px;
    width: 100%;
}
.pb-kontakt {
    padding: 25px;
}

.widget.widget-text, .widget.widget-textarea {
    margin: 0 auto;
    max-width: 1540px;
}

.pb-kontakt input[type="text"], input[type="email"], input[type="tel"] {
    border: 2px solid var(--blue);
    border-radius: 4px;
    display: inline-block;
    height: 36px;
    line-height: 20px;
    padding: 4px 6px;
    width: 100%;
}

.pb-kontakt .explanation a {
    color: var(--lightblue);
}


.pb-kontakt .checkbox_container {
    border: none;
    color: var(--black);
    font-weight: bold;
}

.pb-kontakt input[type="checkbox"] {
    background-color: var(--white);
    content: "";
    display: inline-block;
    font-style: normal;
    height: 18px;
    position: absolute;
    vertical-align: middle;
    width: 18px;
}

.pb-kontakt .widget-checkbox legend {
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.pb-kontakt input[type="checkbox"] + label {
    font-weight: normal;
    left: 25px;
    position: relative;
}


.pb-kontakt input[type="checkbox"] + label a {
    color: var(--grey);
}

.pb-kontakt textarea {
    border: 2px solid var(--blue);
    border-radius: 4px;
    padding: 4px 6px;
    width: 100%;
}

.pb-kontakt label {
    color: var(--grey);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.pb-kontakt .widget {
    margin-bottom: 20px;
}

.pb-kontakt .widget-explanation {
    color: var(--grey);
    margin-bottom: 30px;
}

.widget .submit {
    background: var(--white);
    border-radius: 3.5px;
    border: solid 2px var(--blue);
    color: var(--grey);
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
}

.widget-submit {
    margin: 0 auto;
    max-width: 200px;
}
/*KONTAKT 2*/
.pb-kontakt2 {
    padding: 25px;
}

.pb-kontakt2 input[type="text"], input[type="email"], input[type="tel"] {
    border: 2px solid var(--blue);
    border-radius: 4px;
    display: inline-block;
    height: 36px;
    line-height: 20px;
    padding: 4px 6px;
    width: 100%;
}

.pb-kontakt2 .explanation a {
    color: var(--lightblue);
}


.pb-kontakt2 .checkbox_container {
    border: none;
    color: var(--black);
    font-weight: bold;
}

.pb-kontakt2 input[type="checkbox"] {
    background-color: var(--white);
    content: "";
    display: inline-block;
    font-style: normal;
    height: 18px;
    position: absolute;
    vertical-align: middle;
    width: 18px;
}

.pb-kontakt2 .widget-checkbox legend {
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.pb-kontakt2 input[type="checkbox"] + label {
    font-weight: normal;
    left: 25px;
    position: relative;
}


.pb-kontakt2 input[type="checkbox"] + label a {
    color: var(--grey);
}

.pb-kontakt2 label {
    color: var(--grey);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.pb-kontakt2 .widget {
    margin-bottom: 20px;
}

.pb-kontakt2 .widget-explanation {
    color: var(--grey);
    margin-bottom: 30px;
}

.pb-kontakt_img {
    padding-left: 25px;
    padding-right: 25px;
}

.pb-kontakt_img .image_container {
    height: 100%;
    margin: 0;
}

.pb-kontakt_img .image_container img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    filter: grayscale(100%);
    object-fit: none;
    object-position: -325px;
    display: block;
}

@media(min-width: 600px) {
    .pb-kontakt .formbody {
        -webkit-align-content: stretch;
        -webkit-align-items: flex-start;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        align-content: stretch;
        align-items: flex-start;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pb-kontakt .widget-text {
        width: calc(50% - 12.5px);
    }

    .pb-kontakt .pb-telefonnummer {
        width: calc(100% - 12.5px);
    }

    .pb-kontakt label {
        font-size: 1.3rem;
    }

    .pb-kontakt .widget-textarea {
        width: calc(100% - 12.5px);
    }

    .pb-kontakt .widget-checkbox {
        width: calc(100% - 12.5px);
    }

    .pb-kontakt .icofont-edit {
        font-size: 1rem;
    }

    .pb-kontakt .widget-submit {
        width: calc(100% - 12.5px);
    }

    #lbl_16_0 {
        font-size: 1.2rem;
    }
}

@media(min-width: 1024px) {
    .pb-kontakt {
        margin-left: max(50px, calc((100% - 1540px) / 2));
        margin-right: max(50px, calc((100% - 1540px) / 2));
        padding: 0px;
    }

    .pb-kontakt2 {
        padding: 0px;
    }

    .pb-kontaktflex {
        display: flex;
        gap: 50px;
        align-items: stretch;
        /*margin-left: max(50px, calc((100% - 1540px) / 2));*/
        margin-right: max(50px, calc((100% - 1540px) / 2));
    }

    .pb-kontakt_img {
        padding: 0px;
        flex: 1;
        margin-bottom: 0;
        width: 50%;
    }

    .pb-kontakt_img .image_container {
        height: 100%;
        margin: 0;
    }

    .pb-kontakt_img .image_container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -200px;
        display: block;
    }



    .ce_form2 {
        flex: 1;
        width: 50%;
    }
}
.pb-boxflex {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    position: relative;
    text-align: center;
    word-break: break-word;
}

.pb-opener_img {
    margin-bottom: -5px;
}

.pb-opener_img img {
    filter: brightness(50%);
    z-index: 1;
}

.pb-opener_txt {
    border-radius: 7.5px;
    color: var(--white);
    max-width: 350px;
    position: absolute;
    word-break: break-word;
    z-index: 2;
}

.pb-openerbtn {
    width: 100%;
}

@media(min-width: 800px) {
    .pb-boxflex {
        align-items: stretch;
        justify-content: flex-start;
    }

    .pb-opener_img {
        height: 100%;
        max-height: 750px;
        overflow: hidden;
        pointer-events: none;
        width: 100%;
    }

    .pb-opener_img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .pb-opener_txt {
        align-items: center;
        background-color: rgba(0,0,0,0.5);
        border-radius: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0;
        max-width: none;
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
        top: 0;
        width: 50% !important;
    }

    .pb-opener_txt h2{
        text-align: center;
    }
}

@media(min-width: 1024px) {
    .pb-opener_img {
        max-height: 700px;
    }
}
/* Grundlegende Layouts */

/* FOR CART AND SHOP */
.pb-shop {
    padding: 25px;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.pb-product-item {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pb-product-item h3 a{
    text-decoration: none;
    color: var(--black);
}


.pb-product-item img {
    width: 225px;
    height: 225px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}


.pb-product-item h3 {
    font-size: 1.5rem;
    margin: 10px 0;
    color: #333;
}

.pb-product-item .details a,
.pb-product-item .submit_container .add_to_cart {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    word-wrap: break-word; /* Textumbruch bei langen Wörtern */
    white-space: normal;   /* Zeilenumbruch aktivieren */
    transition: background-color 0.3s ease;
}

.pb-product-item .details a:hover,
.pb-product-item .submit_container .add_to_cart:hover {
    background-color: #0056b3;
}

.pb-product-item .quantity_container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.pb-product-item .quantity_container label {
    font-size: 1rem;
    color: #333;
}

.pb-product-item .quantity_container input {
    width: 50px;
    padding: 5px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.pb-product-item .quantity_container input:focus {
    outline: none;
    border-color: #007bff;
}

/* Preise und Angebote */
.pb-product-item .offer .price {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

.pb-product-item .sku {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

/* Product Reader Styling */
.pb-product-reader {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.pb-product-reader .pb-product-item {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
}

.pb-product-reader:hover {
    top: 0;
}

/* Zurück-Link Styling */
.pb-product-reader .back {
    text-align: center;
    margin-top: 20px;
}

.pb-product-reader .back a {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pb-product-reader .back a:hover {
    color: #0056b3;
}

/* SHOPPING CART */
.pb-shopping-cart {
    padding: 25px;
    background-color: #f9f9f9; /* Heller Hintergrund für den Warenkorb */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pb-cart img {
    position: absolute;
}

.pb-cart a {
    text-decoration: none;
}

.cart-number {
    position: relative;
    font-size: 1rem;
    left: 45px;
    color: #333;
    border-radius: 5px;
}

.cart-items {
    display: flex;
    flex-direction: column;
}

/* Einzelne Artikel im Warenkorb */
.cart-item {
    display: flex;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #fff; /* Weißer Hintergrund für jedes Artikel */
    border-radius: 8px; /* Abgerundete Ecken */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    align-items: center;
    margin-bottom: 20px;
}

/* Produktbild */
.product-image {
    width: calc(35% - 12.5px);
}

.product-image img {
    width: 100%;
}

.product-details {
    width: calc(65% - 12.5px);
}

.product-details .product-name a{
    color: var(--black);
    text-decoration: none;
}

/* Die Anzahl des Produkts, Preis und Gesamtpreis */
.product-price, .product-total {
    text-align: right;
    flex-basis: 100px;
    font-size: 14px;
    font-weight: bold;
}

.product-quantity {
    text-align: left;
    flex-basis: 100px;
    font-size: 14px;
    font-weight: bold;
}

/* Die Anzahl des Produkts */
.product-quantity input {
    width: 35px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f0f0f0;
}

/* Aktionen wie bearbeiten und entfernen */
.product-actions {
    text-align: center;
}

/* Styling für die Links */
.product-actions a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    background-color: #e6f0ff;
    transition: all 0.3s ease;
}

.product-actions a:hover {
    color: #0056b3;
    background-color: #cce0ff;
}

.cart-footer {
    display: flex;
    flex-direction: column; /* Elemente untereinander anordnen */
    gap: 15px; /* Abstand zwischen den Elementen */
    font-weight: bold;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Zwischensumme und Bestellsumme */
.subtotal, .grand-total, .surcharge {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}

.subtotal-amount, .total-amount, .surcharge-amount {
    font-weight: bold;
    font-size: 18px;
    color: var(--blue); /* Blau für den Betrag */
}

.currency {
    font-size: 14px;
    color: #333;
}

/* Styling für die Buttons */
.submit_container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.submit {
    /*padding: 12px 20px;*/
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Stil für den Aktualisieren-Button */
.button_update {
    width: calc(50% - 12.5px);
    white-space: normal;
    color: white;
}

/* Stil für den Warenkorb-Button */
.button_cart {
    width: calc(50% - 12.5px);
    white-space: normal;
    color: white;
}




/* Stil für den Zur Kasse-Button */
.button_checkout {
    width: 100%;
}
/* SHOPPING CART */

/* Kasse */

.mod_iso_checkout {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Schritte Navigation */
.steps a {
    color: var(--black);
    text-decoration: none;
}

.steps ol {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    list-style-type: none;
}

.steps .level_1 li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

.steps .level_1 .active {
    color: #007bff;
}

/* Formularbereich */
.formbody {
    margin-top: 30px;
}

/* Addressen Formulare */
.widget {
    margin-bottom: 20px;
}

.widget label {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.widget input,
.widget select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.widget input:focus,
.widget select:focus {
    outline: none;
    border-color: var(--blue);
}

/* Pflichtfelder hervorheben */
.submit_container .submit {
    background-color: var(--blue);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Versandbereich */
.shippingmethod {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.shippingmethod h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.shippingmethod p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.radio_container {
    font-size: 14px;
}

.radio_container span {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.radio_container label {
    display: flex;
    font-size: 19px;
    margin-left: 20px;
    cursor: pointer;
    width: calc(75% - 12.5px);
}

.radio_container input[type="radio"]:checked{
    height: 20px;
    color: var(--blue);
    width: calc(25% - 12.5px);
}

/* Bezahlbereich */
.payment.paymentmethod {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.payment.paymentmethod h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.payment.paymentmethod p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* Zusammenfassungsbereich */
.review.orderinfo {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 20px;
}

.review.orderinfo h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.review.orderinfo p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.info_container {
    /*GRIID*/
    margin-bottom: 15px;
    align-items: center;
}

.info_container h3 {
    font-size: 18px;
    width: calc(50% - 12.5px);
    color: #333;
}

.info_container .info {
    font-size: 16px;
    color: #555;
}

.info_container .edit {
    font-size: 14px;
    color: var(--blue);
    text-decoration: none;
    cursor: pointer;
}

.info_container .edit:hover {
    text-decoration: underline;
}

/* Kasse */

@media(min-width: 600px) {
    /* SHOPPING CART */
    .product-image {
        width: 200px;
    }

    .product-details {
        width: auto;
    }
    /* SHOPPING CART */
}

@media(min-width: 800px) {
    .pb-product-item {
        width: calc(50% - 12.5px);
    }
}

@media(min-width: 1024px) {
    .pb-shop {
        margin-left: max(50px, calc((100% - 1540px) / 2));
        margin-right: max(50px, calc((100% - 1540px) / 2));
        padding-left: 0px;
        padding-right: 0px;
    }

    .pb-product-item {
        width: calc(33.33% - 12.5px);
    }
}

.pb-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}

.pb-row a {
    color: var(--white);
    text-decoration: none;
}

.pb-row figure {
    width: 40px;
}

.pb-row h4 {
    align-self: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
    position: relative;
    width: calc(100% - 40px);
}

.pb-row p {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    padding-bottom: 6.25px;
    padding-top: 6.25px;
    position: relative;
    width: 100%;
}

.pb-row p::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--white);
    border-top: 5px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.pb-slider {
    background: var(--blue);
    color: var(--white);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
}

@media(min-width: 800px) {
    .pb-row {
        width: calc(50% - 25px);
    }

    .pb-slider {
        flex-direction: row;
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
    }
}

@media(min-width: 1024px) {
    .pb-row {
        width: calc(33.33% - 25px);
    }
}
.pb-slick-list {
    padding: 25px;
}

.pb-slick-slide {
    background-color: var(--blue);
    border-radius: 5px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    padding: 12.5px;
    word-break: break-all;
}

.pb-slick-slide figure {
    align-self: center;
    margin-bottom: 10px;
    order: -1;
    width: 40px;
}

.pb-slick-slide h4 {
    margin-top: 0;
    text-align: center;
}

.pb-slick-slide p {
    text-align: center;
}

.tns-controls {
    display: flex;
    justify-content: flex-end;
}

.tns-controls button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 10px;
}

.tns-controls button:hover::before {
    color: #666;
}

.tns-controls button[data-controls="next"]::before {
    color: #000;
    content: "❯";
    font-size: 20px;
}

.tns-controls button[data-controls="prev"]::before {
    color: #000;
    content: "❮";
    font-size: 20px;
}

@media(min-width: 800px) {
    .pb-slick-list {
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
    }
}
/* Animation Grundstil */
.pb-maintext1,
.pb-maintext2,
.pb-maintext3,
.pb-btn {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

/* Aktiver Zustand für die Animation */
.pb-maintext1.reveal-active,
.pb-maintext2.reveal-active,
.pb-maintext3.reveal-active,
.pb-btn.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

/* Gestaffelte Verzögerungen für die einzelnen Textblöcke */
.pb-maintext1.reveal-active {
    transition-delay: 0.1s; /* Kurze Verzögerung nach Seitenload */
}

.pb-maintext2.reveal-active {
    transition-delay: 0.3s;
}

.pb-maintext3.reveal-active {
    transition-delay: 0.5s;
}

.pb-btn.reveal-active {
    transition-delay: 0.7s;
}

/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../../files/IT_Ecom/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../../files/IT_Ecom/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../../files/IT_Ecom/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../../files/IT_Ecom/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../../files/IT_Ecom/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - 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: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('../../files/IT_Ecom/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
