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%}
/*Define Colors for your Project*/
:root {
    --dark:  #1A1A1D;
    --black: #000;
    --grey:  #4E4E50;
    --white: #FFF;
    --blue: #004692;
    --shadow-color: #111;
}

* {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    outline-width: 0px;
}

html {
    height: 100%;
    overflow-y: scroll;
}

.pb-site h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 12.5px;
    margin-top: 0px;
    width: 100%;
}

.pb-site h2 {
    font-size: 27.6px;
    font-weight: bold;
    line-height: 120%;
    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: 19.2px;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 12.5px;
    margin-top: 0px;
    width: 100%;
}

.pb-site {
    background-color: var(--white);
}

.pb-site p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12.5px;
}

#main .inside {
    margin: 25px;
    color: var(--black);
}

#main {
    margin-top: 0px;
    float: left;
}

.pb-site #container {
    padding-bottom: 325px;
}

.pb-base {
    color: var(--dark);
}

/* Header Anfang */

.pb-nav {
    background-color: var(--dark);
    backdrop-filter: blur(7px);
    color: transparent;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 0;
    overflow: auto;
    top: 0px;
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.pb-nav a {
    color: transparent;
}

.pb-nav.mo {
    height: 1000px;
    transform: translateX(0%);
    opacity: 1;
}

.pb-nav.mo a {
    text-decoration: none;
    color: var(--white);
}

.pb-nav ul {
    transform: translateX(-10px);
}

.pb-nav.mo ul {
    transform: translateX(0px);
    padding-top: 25px;
    width: 100%;
}

.pb-nav.mo .level_1 {
    margin-top: 12.5px;
}

.pb-nav.mo .level_2 {
    padding: 0px;
}

.pb-nav.mo .level_2 li{
    list-style-type: circle;
}

.pb-nav.mo li {
    padding-top: 25px;
}

.pb-nav.mo ul li {
    font-size: 1.4rem;
    list-style-type: disc;
    color: var(--white);
    margin: 0px;
    position: relative;
    margin-left: 50px;
    text-transform: uppercase;
    transform: translateX(-5px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}



/*.pb-nav.mo li::after{
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--grey);
    width: 30%;
    top: 60px;
    right: 35%;
}*/


.hamburg {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: border-radius .5s;
}

.line {
    position: absolute;
    height: 4px; width: 45px;
    background: var(--grey);
    transition: 0.5s;
    transform-origin: center;
}

.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 {
    align-items: center;
    background-color: white;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas: "menu logo mail";
    height: 60px;
    inset: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    width: 100%;
    z-index: 140;
}

.pb-navdesk {
    display: none;
}

.pb-site #pb-top .symbole--menu {
    height: auto;
}

.pb-site #pb-top .row {
    width: 60px;
    height: 28px;
    vertical-align: middle;
}

.pb-site #pb-top .pb-logo {
    grid-area: logo;
    justify-self: center;
    width: 35px;
    z-index: -2;
}


.pb-site #pb-top .symbole--mail {
    grid-area: mail;
    text-align: right;
    z-index: -2;
}


.pb-site #pb-top .symbole--mail a {
    text-decoration: none;
    color: var(--grey);
}

.pb-site #pb-top .symbole--mail a,
.pb-site #pb-top .symbole--menu a  {
    text-decoration: none;
}

.pb-site #pb-top .symbole--mail i,
.pb-site #pb-top .symbole--menu i {
    font-size: 2.2rem;
}

.pb-site #pb-top .symbole--contact{
    display: none;
}
/* Header Ende */

/*Footer*/

.pb-site #footer {
    background-color: var(--blue);
    color: var(--white);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.pb-site #footer a {
    color: var(--white);
    text-decoration: none;
}

.pb-site #footer .inside {
    padding: 25px;
    padding-bottom: 12.5px;
}

.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;
}

/*Footer Ende*/

@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 .inside {
        padding: 35px;
        padding-bottom: 17.5px;
    }


    .pb-site #footer .inside .pb-footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .pb-site #container {
        padding-bottom: 175px;
    }

    .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: 800px) {

    .pb-site #container {
        padding-bottom: 200px;
    }

    .pb-nav.mo {
        min-width: 20%;
        max-width: 40%;
    }


    .pb-nav.mo .level_2 li {
        list-style-type: circle;
        margin-left: 25px;
    }

    .pb-nav.mo li {
        padding-top: 35px;
    }

    .pb-nav.mo ul {
        margin-left: 20px;
    }

    .pb-nav.mo ul li{
        font-size: 2.0rem;
        margin-left: 50px;
    }


}

@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%;
    }

    .pb-site #container {
        padding-bottom: 250px;
    }

    .pb-nav.mo {
        max-width: 30%;
    }


    .pb-nav.mo .level_2 li {
        list-style-type: circle;
        margin-left: 25px;
    }

    .pb-nav.mo li {
        padding-top: 35px;
    }

    .pb-nav.mo ul {
        margin-left: 35px;
    }

}

@media(min-width: 1200px) {
    .pb-site #footer .inside {
        margin: 0 auto;
        padding: 0px;
        padding-top: 35px;
        width: 1200px;
    }

    .pb-nav.mo {
        max-width: 30%;
    }

    .pb-site #container {
        margin: 0 auto;
        width: 1200px;
    }
}

@media (max-width: 767px)
#main{
    width: 100% !important;
}
:root {
    --blue2: #203864;
    --white2: #FFF;
    --red2: #ff0000;
    --black2: #000;
}

#main .inside {
    color: var(--white2);
    margin-top: 60px;
}

.pb-text {
    background: var(--blue2);
    padding: 12.5px;
}

.pb-text .txt-left {
    display: block;
    float: left;
    font-weight: bold;
    text-align: left;
}

.pb-text .txt-right {
    display: block;
    text-align: right;
}

.pb-opener2 {
    border: 4px solid var(--blue2);
    height: auto;
}

.pb-opener {
    border: 4px solid var(--blue2);
    color: var(--blue2);
    height: auto;
    text-align: center;
    padding: 12.5px;
    margin-bottom: 12.5px;
}

.pb-box .pb-btn {
    bottom: 20px;
    position: absolute;
}


.pb-btn .btn {
    background-color: var(--white2);
    border-radius: 3.5px;
    color: var(--black2);
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    white-space: nowrap;
}

.pb-main {
    background-color: var(--blue2);
    color: var(--white);
    padding: 12.5px;
}

.pb-faq {
    background-color: var(--blue2);
    color: var(--white);
    padding: 12.5px;
}

.pb-text2 {
    background-color: var(--blue2);
    color: var(--white2);
    margin-bottom: 12.5px;
    padding: 12.5px;
}

.pb-text3 {
    background-color: var(--blue2);
    color: var(--white2);
    margin-top: 12.5px;
    padding: 12.5px;
}

.pb-faq h3 {
    text-decoration: underline;
    text-decoration-color: var(--white2);
}

.pb-faq a {
    color: var(--white2);
    text-decoration: none;
    border: 2px solid var(--white2);
}

.pb-events {
    background-color: var(--blue2);
    color: var(--white2);
    padding: 12.5px;
}

.pb-events a {
    color: var(--white2);
}

.pb-cal .minicalendar {
    width: 100%;
}

.pb-cal a {
    color: var(--red2);
    font-weight: bold;
}

.pb-cal .minicalendar {
    border: 1px solid var(--white2);
}

.pb-cal thead .previous,
.pb-cal thead .next,
.pb-cal thead .current {
    border: none;
}

.pb-cal tbody tr {
    text-align: center;
}

.pb-cal tbody td {
    border: 1px solid var(--white2);
}

.pb-flex {
    background-color: var(--blue2);
    padding: 12.5px;
    margin-top: 12.5px;
}

@media (min-width: 600px) {

}

@media(max-width: 767px) {
    #main {
        width: 100%;
    }

}

@media(min-width: 800px) {
    .pb-opener {
        padding: 25px;
    }

    .pb-main {
        padding: 25px;
    }

    .pb-events {
        padding: 25px;
    }

    .pb-text {
        padding: 25px;
    }

    .pb-text2 {
        padding: 25px;
        margin-bottom: 25px;
    }

    .pb-text3 {
        margin-top: 25px;
        padding: 25px;
    }

    .pb-faq {
        padding: 25px;
    }

    .pb-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px;
        margin-top: 25px;
    }

    .pb-flex-txt {
        width: calc(75% - 12.5px);
    }

    .pb-cal {
        width: calc(25% - 12.5px);
    }

}



@media(min-width: 1024px) {
    .pb-site #container {
        padding-bottom: 200px;
    }

}

.pb-kontakt {
    background-color: var(--blue);
    padding: 12.5px;
    color: var(--white);
}



.widget.widget-text, .widget.widget-textarea {
    max-width: 1200px;
    margin: 0 auto;
}

.pb-kontakt input[type="text"], input[type="email"], input[type="tel"] {
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    height: 36px;
    padding: 4px 6px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.pb-kontakt .explanation a{
    color: var(--white);
}

.pb-kontakt .checkbox_container {
    border: none;
    color: var(--white);
    font-weight: bold;
}

.pb-kontakt input[type="checkbox"] {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #000;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.pb-kontakt .widget-checkbox legend {
    margin-bottom: 6px;
    font-size: 1.3rem;
}


.pb-kontakt input[type="checkbox"] + label {
    position: relative;
    left: 25px;
    font-weight: normal;
}

.pb-kontakt input[type="checkbox"] + label a {
    color: var(--white);
}



.pb-kontakt textarea {
    border-radius: 4px;
    padding: 4px 6px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.pb-kontakt label {
    color: var(--white);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.pb-kontakt .widget {
    margin-bottom: 20px;
}

.pb-kontakt .widget-explanation {
    color: var(--white);
    margin-bottom: 30px;
}

.widget .submit {
    border: none;
    border-radius: 3.5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    color: #000;
}

.widget-submit {
    max-width: 200px;
    margin: 0 auto;
    background-color: var(--white);
}


@media(min-width: 600px) {
    .pb-kontakt .formbody {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .pb-kontakt .widget-text {
       width: calc(50% - 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-kontakt {
        padding: 25px;
    }
}
/* Slideshow container */
.pb-slideshow-container {
    max-width: 1500px;
    position: relative;
    margin: auto;
    margin-bottom: -5px;
}

/* Hide the images by default */
.slider {
    display: none;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {opacity: .75}
    to {opacity: 1}
}

@media(min-width: 600px) {
    .pb-slideshow-container img{
        height: 400px;
        width: 100%;
        object-position: top;
        object-fit: cover;
    }

}


@media(min-width: 1024px) {
    .pb-slideshow-container img{
        height: 600px;
    }

}
:root {
    --blue: #203864;
}


.pb-box {
    background: var(--blue);
    border-radius: 5px;
    margin-top: 25px;
    padding: 12.5px;
    padding-bottom: 70px;
    position: relative;
}

.pb-box2 {
    background: var(--blue);
    border-radius: 5px;
    margin-top: 12.5px;
    padding: 12.5px;
    padding-bottom: 70px;
    position: relative;
}

.pb-box3 {
    background: var(--blue);
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    position: relative;
}

.pb-boxes2 {
    background-color: var(--blue);
    padding-top: 12.5px;
}

.pb-box3 img{
    width: 100%;
}

.pb-box:hover {
    filter: brightness(75%);
    cursor: pointer;
    transition: ease 0.5s;
}

.pb-boxes h2::after{
    border-bottom: 2px solid white;
    content: "\00a0";
    display: block;
    margin-top: -30px;
    width: 40%;
}

.partner-box {
    background: var(--blue);
    margin-top: 25px;
    padding: 12.5px;
}

.partner-img .image_container a{
    margin: 0;
    padding: 0;
}

.partner-img {
    width: 100%;
    padding-bottom: 6.5px;
}

@media (min-width: 600px) {

    .partner-box {
        background: var(--blue);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .partner-box h2 {
        width: 100%;
    }

    .partner-img {
        margin-bottom: 25px;
        width: calc(50% - 12.5px);
    }
}

@media(min-width: 800px) {

    .pb-boxes {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: @wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .pb-boxes2 {
        background-color: transparent;
        padding-top: 0px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        align-content: stretch;
    }


    .pb-box {
        border-radius: 16px;
        width: calc(33% - 12.5px);
        padding: 25px;
        padding-bottom: 70px;
    }

    .pb-box2 {
        border-radius: 16px;
        width: calc(33% - 12.5px);
        margin-top: 25px;
        padding: 25px;
        padding-bottom: 70px;
    }

    .pb-box3 {
        background-color: transparent;
        padding: 0;
        border-radius: 16px;
        width: calc(50% - 12.5px);
        margin-bottom: 25px;
    }

    .pb-box3 img{
        border-radius: 16px;
    }


    .partner-box {
        padding: 25px;
        padding-bottom: 0px;
    }

}

@media(min-width: 1024px) {
    .partner-img {
        height: 200px;
    }

}
.pb-rights {
    background: var(--blue);
    padding: 12.5px;
}

.pb-rights a {
    color: #FFF;
    text-decoration: none;
}

@media(min-width: 800px) {
    .pb-rights {
        padding: 25px;
    }
    
}
