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%}
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../../files/IT_Ecom/fonts/Montserrat-Regular-Local.ttf') format('ttf'); /* 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: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../../files/IT_Ecom/fonts/Montserrat-SemiBold-Local.ttf') format('ttf'); /* 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: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../../files/IT_Ecom/fonts/Montserrat-Bold-Local.ttf') format('ttf'); /* 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: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../../files/IT_Ecom/fonts/Montserrat-ExtraBold-Local.ttf') format('ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 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;
}

.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-column {
    -webkit-align-content: stretch;
    -webkit-align-items: stretch;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12.5px;
    padding: 25px;
    text-align: center;
    justify-content: space-between;
}

.pb-flex-column-item h1 {
    color: var(--blue);
}

.pb-flex-column-item h4 {
    color: var(--grey);
}

.pb-flex-row {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12.5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    justify-content: space-between;
}

.pb-flex-row-2 {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12.5px;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    justify-content: space-between;
}

.pb-flex-item {
    width: 100%;
    padding: 12.5px;
    background-color: var(--blue);
    border-radius: 10px;
    color: var(--white);
}

.pb-flex-row-boxleft {
    width: 100%;
}

.darker img {
    filter: grayscale(100%);
}

.pb-flex-row-boxleft img{
    border-radius: 10px;
}

.pb-flex-row-boxright {
    width: 100%;
}

.pb-flex-item figure {
    width: 50px;
}


.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%;
}

@media(min-width: 800px) {
    .pb-flex-item {
        padding: 12.5px;
        background-color: var(--blue);
        border-radius: 10px;
        color: var(--white);
        width: calc(50% - 12.5px);
    }

    .pb-flex-item figure {
        width: 50px;
    }

    .pb-flex-row-boxleft {
        width: calc(50% - 12.5px);
    }

    .pb-flex-row-boxleft img {
        height: 100%;
        object-fit: cover;
    }

    .pb-flex-row-boxleft figure {
        height: 100%;
        object-fit: cover;
    }

    .pb-flex-row-boxright {
        width: calc(50% - 12.5px);
        padding: 0;
        background-color: transparent;
    }
}

@media(min-width: 1400px) {
    .pb-flex-item {
        padding: 12.5px;
        background-color: var(--blue);
        border-radius: 10px;
        color: var(--white);
        width: 0;
        flex-grow: 1;
    }

    .pb-flex-item figure {
        width: 50px;
    }
}


.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-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: 1300px;
    }
}


.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: 0px;
}

.pb-kontakt2 .widget {
    margin-bottom: 20px;
}

.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-explanation {
    color: var(--grey);
    margin-bottom: 30px;
}

.pb-kontakt2 textarea {
    border: 2px solid var(--blue);
    border-radius: 4px;
    display: inline-block;
    height: 100px;
    padding: 4px 6px;
    width: 100%;
}

.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: 800px) {
    .pb-kontakt2 .widget {
        margin-bottom: 0;
        width: 100%;
    }

    .pb-kontakt2 .formbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12.5px;
    }

    .widget.widget-textarea {
        margin: 0;
        width: 100%;
    }

    .pb-kontakt2 .formbody .widget-text  {
        width: 100%;
    }

    .pb-kontakt2 .formbody .small {
        margin: 0;
        width: calc(50% - 6.25px);
    }

    .pb-kontakt2 .formbody .widget-text input[name="Vorname"] {
        width: 100%;
    }

    .pb-kontakt2 .formbody .widget-text input[name="Nachname"] {
        width: 100%;
    }
}


@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%;
    }
}
:root {
    --black: #000;
    --blue: #2E3192;
    --red: #ED1C24;
    --dark: #1a1a1d;
    --grey: #4e4e50;
    --shadow-color: #111;
    --white: #F2F2F2;
}

* {
    box-sizing: border-box;
    margin: 0;
    outline-width: 0px;
    padding: 0;
}

.red {
    color: var(--red);
    font-weight: bold;
}

html {
    height: 100%;
    overflow-y: scroll;
}

.pb-site {
    font-family: "Montserrat", Arial;
    font-size: 100.01%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.pb-site #wrapper {
    background-color: var(--white);
}

.pb-site #container {
    padding-bottom: 375px;
}

.pb-base {
    color: var(--dark);
}

.pb-maincontent-right {
    padding: 25px;
}


.pb-h2centered {
    margin-bottom: 25px !important;
    text-align: center;
    word-break: break-word;
}

.pb-maintext1 {
    margin-bottom: 12.5px;
}

.pb-maintext2 {
    margin-bottom: 25px;
}

.pb-maintext3 {
    text-align: center;
}

.pb-blue-bg {
    background-color: rgba(46, 49, 146, 0.1);
    padding-top: 50px;
    padding-bottom: 50px; !important;
}
@media(min-width: 700px) {
    .pb-site #container {
        padding-bottom: 200px;
    }
}


@media(min-width: 800px) {
    .pb-site #container {
        padding-bottom: 200px;
    }

    .pb-maincontent {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .pb-maincontent-right {
        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: 215px;
    }

    .pb-site #main .inside {
        padding: 0px;
    }

    .pb-maincontent {
        padding-left: max(50px, calc((100% - 1300px) / 2));
        padding-right: max(50px, calc((100% - 1300px) / 2));
    }

    .pb-maincontent-right {
        padding-left: max(50px, calc((100% - 1300px) / 2));
        padding-right: max(50px, calc((100% - 1300px) / 2));
    }

}

@media(min-width: 1200px) {
    .pb-site #container {
        margin: 0 auto;
        /*width: 1540px;*/
    }
}
.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: 100px;
}

.pb-site #pb-top {
    align-items: center;
    background-color: var(--white);
    display: -ms-grid;
    display: grid;
    gap: 5px 0px;
    grid-template-areas: "logo contact";
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    height: 100px;
    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(--white);
    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 {
    display: none;
}

.pb-site #pb-top .row {
    height: 28px;
    width: 45px;
}

.pb-site #pb-top .pb-logo {
    grid-area: logo;
    width: 250px;
    z-index: -2;
}

.pb-site #pb-top .pb-mail {
    grid-area: mail;
    display: none;
    width: 45px;
    z-index: -2;
}

.pb-site #pb-top .pb-contact {
    grid-area: contact;
    justify-self: right;
    width: 45px;
    z-index: -2;
}

.pb-site #pb-top .pb-mail a {
    color: var(--white);
    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 .pb-logo {
        width: 300px;
    }
}

@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 contact mail";
        grid-template-columns: 70% 15% 15%;
        margin: 0 auto;
        padding-left: max(50px, calc((100% - 1300px) / 2));
        padding-right: max(50px, calc((100% - 1300px) / 2));
    }

    .pb-site #pb-top .pb-contact {
        display: block;
        justify-self: right;
        width: 45px;
        z-index: -2;
    }

    .pb-nav, #pb-top .symbole--menu, .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-boxflex {
    align-items: stretch;
    text-align: center;
}

.pb-opener_img {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    filter: brightness(0.6);
}

.pb-opener_img img {
    z-index: 1;
}

.pb-opener_txt {
    align-items: center;
    padding: 25px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    position: absolute;
    word-break: break-word;
    z-index: 2;
}

.pb-opener_txt a{
    color: var(--red);
}

.pb-opener_txt h1 {
    color: var(--red);
    font-size: 35px;
    font-weight: bold;

}

.pb-opener_txt p{
    color: var(--white);
    font-weight: bold;
}

@media(min-width: 800px) {
    .pb-boxflex {
        align-items: stretch;
        justify-content: center;
    }

    .pb-opener_txt h1 {
        font-size: 45px;
        margin-top: -50px;
    }

    .pb-opener_txt p{
        font-size: 20px;
    }

    .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;
        padding: 0px;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        justify-content: center;
    }

    .pb-opener_txt h2{
        text-align: center;
    }
}

@media(min-width: 1024px) {
    .pb-opener_img {
        max-height: 700px;
    }

    .pb-opener_txt h1 {
        font-size: 50px;
    }

    .pb-opener_txt p{
        font-size: 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));
    }
}
.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);
    }
}
