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}.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%}
:root {
    --blue: #00A8E8;
    --lightblue: #00A8E8;
    --dark:  #1A1A1D;
    --grey:  #4E4E50;
    --darkred:  #6F2232;
    --lila: #950740;
    --red: #C3073F;
    --white: #FFF;
    --shadow-color: #111;
}

* {
    box-sizing: border-box;
    margin: 0;
    outline-width: 0px;
    padding: 0;
}

html {
    height: 100%;
    overflow-y: scroll;
}

.emma--base {
    color: var(--white);
}

/* FORMULAR*/
 

.widget.widget-text, .widget.widget-textarea {
    max-width: 1200px;
    margin: 0 auto;
}
 
.emma--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;
}

.emma--kontakt .explanation a{
    color: var(--lightblue);
}

.emma--kontakt .checkbox_container {
    border: none;
    color: var(--white);
    font-weight: bold;
}

.emma--kontakt input[type="checkbox"] {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #eee;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.emma--kontakt .widget-checkbox legend {
    margin-bottom: 6px;
    font-size: 1.3rem;
}


.emma--kontakt input[type="checkbox"] + label {
    position: relative;
    left: 25px;
    font-weight: normal;
}

.emma--kontakt input[type="checkbox"] + label a {
    color: var(--lightblue);
}


.emma--kontakt textarea {
    border-radius: 4px;
    padding: 4px 6px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.emma--kontakt label {
    color: var(--white);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.emma--kontakt .widget {
    margin-bottom: 20px;
}

.emma--kontakt .widget-explanation {
    color: var(--white);
    margin-bottom: 30px;
}
 
.widget .submit {  
    background: var(--lightblue);
    border: none;
    border-radius: 3.5px;
    color: var(--white);
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.widget-submit {
    max-width: 200px;
    margin: 0 auto;
}

/* ENDE FORMULAR*/

.pb-site {
    font-family: "Montserrat";
    font-size: 100.01%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.pb-site #wrapper {
    background-color: var(--dark);
}

#main .inside {
    color: var(--white);
}

.pb-site #container {
    padding-bottom: 450px;
}

.emma--ds {
    color: var(--white);
}

.emma--ds a{
    color: var(--lightblue);
}

.emma--ds h2, 
.emma--ds h3, 
.emma--ds h4, 
.emma--ds h5 {
    text-decoration: underline;
}



/*TOP*/

.emma--nav {
    background-color: rgba(26,26,29,.9);
    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;
}



.emma--nav a{
    color: transparent;
}


.emma--nav.mo {
    height: 100%;
    transform: translateX(0%);
    opacity: 1;
}

.emma--nav.mo a {
    text-decoration: none;
    color: var(--white);
}

.emma--nav ul {
    transform: translateY(-10px);
}

.emma--nav.mo ul {
    transform: translateY(0px);
    padding-top: 60px;
	width: 100%;
}

.emma--nav.mo ul li{
	font-size: 1.4rem;
	list-style-type: none;
    color: var(--white);
	margin: 0px;
    position: relative;
    padding-top: 25px;
    text-align: center;
	text-transform: uppercase;
    transform: translateY(-5px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.emma--nav.mo li::after{
	position: absolute;
    content: "";
    height: 2px;
    background-color: var(--white);
    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(--white);
    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 #emma--top {
    align-items: center; 
    background-color: transparent;
    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;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 120;
}


.emma--navdesk {
    display: none;
}

.pb-site #emma--top .symbole--menu {
    height: auto;
}

.pb-site #emma--top .row {
    width: 60px;
    height: 28px;
    vertical-align: middle;
}

.pb-site #emma--top .emma--logo {
    grid-area: logo;
    justify-self: center;
    width: 35px;
}


.pb-site #emma--top .symbole--mail {
    grid-area: mail;
    text-align: right;
}


.pb-site #emma--top .symbole--mail a {
    text-decoration: none;
    color: var(--white);
}

.pb-site #emma--top .symbole--mail a,
.pb-site #emma--top .symbole--menu a  {
    text-decoration: none;
}

.pb-site #emma--top .symbole--mail i,
.pb-site #emma--top .symbole--menu i {
    font-size: 2.2rem;
}

.pb-site #emma--top .symbole--contact{
    display: none;
}

.emma--full {
    width: 100%;
}

.emma--full figure {
    width: 100%;
}

.emma--full figure img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
    z-index: 90;
}

.emma--fulltxt {
    color: var(--white);
}

.emma--fulltxt h1 {
    background: #00A8E8;
    background: -webkit-linear-gradient(to right, #00A8E8 0%, #007EA7 50%, #005980 75%, #003459 100%);
    background: -moz-linear-gradient(to right, #00A8E8 0%, #007EA7 50%, #005980 75%, #003459 100%);
    background: linear-gradient(to right, #00A8E8 0%, #007EA7 50%, #005980 75%, #003459 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    top: calc(119.11px - 20.735px);
    text-align: center;
    z-index: 100;
    white-space: nowrap;
}


.emma--fulltxt p {
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    top: calc(170px - 30.89px);
    text-align: center;
    width: 100%;
    z-index: 100;
}

.emma--full2 {
    width: 100%;
}

.emma--full2 figure {
    width: 100%;
}

.emma--full2 figure img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    z-index: 90;
}

.emma--fulltxt2 {
    color: var(--white);
}

.emma--fulltxt2 h1 {
    background: -webkit-linear-gradient(to right, #00A8E8 0%, #003459 100%);
    background: -moz-linear-gradient(to right, #00A8E8 0%, #003459 100%);
    background: linear-gradient(to right, #00A8E8 0%,  #003459 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    /*top: calc(50% - 18px);*/
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 100;
}

.emma--full3 {
    width: 100%;
}

.emma--full3 figure {
    width: 100%;
}

.emma--full3 figure img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    z-index: 90;
}

.emma--fulltxt3 {
    color: var(--white);
}

.emma--fulltxt3 h1 {
    background: -webkit-linear-gradient(to right, #00A8E8 0%, #003459 100%);
    background: -moz-linear-gradient(to right, #00A8E8 0%, #003459 100%);
    background: linear-gradient(to right, #00A8E8 0%,  #003459 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    /*top: calc(50% - 18px);*/
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 100;
}

/* END TOP*/

/* MAIN */

.emma--flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    padding: 25px;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 12.5px;
}


.emma--flex .emma--box1 {
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 12.5px;
    padding: 12.5px;
    width: 100%;
}

/*.emma--flex .emma--box1:nth-child(-n+5):hover {
    cursor: pointer;
}*/


.emma--flex .emma--box1.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}

.emma--flex .emma--box1.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0%);
}

.emma--flex .emma--box1.show:nth-child(2) {
    transition-delay: 100ms; 
}

.emma--flex .emma--box1.show:nth-child(3) {
    transition-delay: 200ms; 
}

.emma--flex .emma--box1.show:nth-child(4) {
    transition-delay: 300ms; 
}

.emma--flex .emma--box1.show:nth-child(5) {
    transition-delay: 400ms; 
}

.emma--flex .emma--box1.show:nth-child(6) {
    transition-delay: 500ms; 
}

.emma--box1:nth-child(1) {
    background-color: #00A8E8;
}

.emma--box1:nth-child(2) {
    background-color: #007EA7;
}

.emma--box1:nth-child(3) {
    background-color: #005980;
}

.emma--box1:nth-child(4) {
    background-color: #003459;
}

.emma--box1:nth-child(5) {
    background-color: #174668;
}

.emma--box1:nth-child(6) {
    display: none;
}


.emma--box1 h3::after{
    border-bottom: 2px solid var(--white);
    content: "\00a0";
    display: block;
    margin-top: -18px;
    width: 40%;
}

.emma--flex .emma--box2 { 
    border: 1px solid var(--white);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: var(--white);
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    width: 100%;
}

.emma--btn {
    padding-top: 12.5px;
    text-align: left;
    width: 100%;
}

.emma--btn .btn {
    background-color: var(--lightblue);
    border-radius: 3.5px;
    color: var(--white);
    cursor: pointer;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    white-space: nowrap;
}


/*Footer*/

.pb-site #footer {
    background-color: var(--grey);
    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;
    }

   /*MAIN*/

   .emma--flex .emma--box1 {
    width: calc(50% - 12.5px);
   }

   .emma--box1:nth-child(6) {
        display: block;
        background-color: #2C5776;
    }



    /*FOOTER*/
    .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 #footer .inside .pb-f1,
    .pb-site #footer .inside .pb-f2,
    .pb-site #footer .inside .pb-f3,
    .pb-site #footer .inside .pb-f4 {
        width: 50%;
    }


    .pb-site #container {
        padding-bottom: 357px;
    }

    .pb-site #footer .inside .mod_article {
        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 #footer .inside .emma--f1,
    .pb-site #footer .inside .emma--f2,
    .pb-site #footer .inside .emma--f3,
    .pb-site #footer .inside .emma--f4 {
        width: 50%;
    }
    /*footer*/
}

@media(min-width: 800px) {
    /*FORMULAR*/

    .emma--topmrgn {
        margin-top: 100px;
    }

    .emma--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;
    }

    .emma--kontakt .widget-text {
       width: calc(50% - 12.5px);
    }

    .emma--kontakt label {
        font-size: 1.3rem;
    }

    .emma--kontakt .widget-textarea {
        width: calc(100% - 12.5px);
     }

     .emma--kontakt .widget-checkbox {
        width: calc(100% - 12.5px);
     }

     .emma--kontakt .icofont-edit {
        font-size: 1rem;
     }

     .emma--kontakt .widget-submit {
        width: calc(100% - 12.5px);
     }

     #lbl_16_0 {
        font-size: 1.2rem;
    }

    /*FORMULAR ENDE*/

    .emma--full figure img {
        height: 450px;
    }
      
    .emma--fulltxt h1 {
        top: calc(145.89px - 37.135px);
        
    }

    .emma--fulltxt p {
        top: calc(212.135px - 29.11px);
    }
    
    
    .emma--full2 figure img {
        height: 300px;
    }
      
    .emma--fulltxt2 h1 {
        /*top: calc(50% - 37.135px);*/
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .emma--full3 figure img {
        height: 250px;
    }
      
    .emma--fulltxt3 h1 {
        /*top: calc(50% - 37.135px);*/
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    
    /*FOOTER*/
    .pb-site #container {
        padding-bottom: 357px;
    }

    /*FOOTER Ende*/
    
}

@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%;
    }

    .emma--flex {
        margin-left: max(50px, calc((100% - 1540px) / 2));
        margin-right: max(50px, calc((100% - 1540px) / 2));
        padding: 0px;
        padding-top: 25px;
    }

    .pb-site #container {
        padding-bottom: 218px;
    }

    .emma--kontakt .widget-checkbox {
        width: 50%;
     }

    .emma--kontakt .widget-submit {
        width: 50%;
     }

    .emma--full2 figure img {
        height: 350px;
    }
}

@media(min-width: 1200px) {

    .pb-site #footer .inside {
        margin: 0 auto;
        padding: 0px;
        padding-top: 35px;
        width: 1540px;
    }

    .pb-site #container {
        margin: 0 auto;
    }
}
.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-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;
}

.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 contact mail 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-mail {
    grid-area: mail;
    justify-self: right;
    width: 45px;
    z-index: -2;
}

.pb-site #pb-top .pb-contact {
    grid-area: contact;
    justify-self: right;
    width: 35px;
    z-index: -2;
}

.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 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-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-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 h1 {
    font-size: 40px !important;
    font-weight: bold;
}

.pb-opener_txt h2 {
    color: var(--blue);
}

.pb-opener_txt {
    border-radius: 7.5px;
    color: var(--white);
    max-width: 350px;
    position: absolute;
    word-break: break-word;
    z-index: 2;
}

@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;
    }
}
.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: 19px;
    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;
        font-weight: 500;
        margin-bottom: 17.5px;
    }
}
/* montserrat-100 - 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: 100;
	src: url('../../files/emma/fonts/montserrat-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-100italic - 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: italic;
	font-weight: 100;
	src: url('../../files/emma/fonts/montserrat-v30-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - 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: 200;
	src: url('../../files/emma/fonts/montserrat-v30-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200italic - 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: italic;
	font-weight: 200;
	src: url('../../files/emma/fonts/montserrat-v30-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../../files/emma/fonts/montserrat-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - 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: italic;
	font-weight: 300;
	src: url('../../files/emma/fonts/montserrat-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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/emma/fonts/montserrat-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - 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: italic;
	font-weight: 400;
	src: url('../../files/emma/fonts/montserrat-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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/emma/fonts/montserrat-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - 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: italic;
	font-weight: 500;
	src: url('../../files/emma/fonts/montserrat-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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/emma/fonts/montserrat-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - 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: italic;
	font-weight: 600;
	src: url('../../files/emma/fonts/montserrat-v30-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../../files/emma/fonts/montserrat-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - 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: italic;
	font-weight: 700;
	src: url('../../files/emma/fonts/montserrat-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../../files/emma/fonts/montserrat-v30-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - 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: italic;
	font-weight: 800;
	src: url('../../files/emma/fonts/montserrat-v30-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - 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: 900;
	src: url('../../files/emma/fonts/montserrat-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - 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: italic;
	font-weight: 900;
	src: url('../../files/emma/fonts/montserrat-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.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% - 1200px) / 2));
        margin-right: max(50px, calc((100% - 1200px) / 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-btn {
    padding-top: 12.5px;
    width: 100%;
}

.pb-openerbtn {
    border-radius: 3.5px;
    background-color: var(--blue);
    color: var(--white);
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: calc(50% - 12.5px);*/
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.pb-openerbtn2 {
    border-radius: 3.5px;
    background-color: var(--blue);
    color: var(--white);
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: calc(50% - 12.5px);*/
    width: 100%;
    float: right;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.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-openerbtn {
        width: calc(50% - 12.5px);
    }

    .pb-openerbtn2 {
        width: calc(50% - 12.5px);

    }

    .pb-btn2 .btn2 {
        width: 300px;
        justify-self: center;
    }
}



.pb-partner {
    background: var(--blue);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
}

.pb-h2centered {
    margin-bottom: 25px !important;
    text-align: center;
    word-break: break-word;
}

.pb-partnerbox {
    background: var(--white);
    border-radius: 4px;
    color: var(--dark);
    margin-bottom: 25px;
    padding: 12.5px;
}

.pb-partnerbox p {
    margin-top: 50px;
}

.pb-partnerbox h2 {
    font-weight: bold;
}

.pb-partnerbox h2 {
     width: calc(50% - 12.5px);
     float: left;
 }

.pb-partnerbox img {
    width: calc(50% - 12.5px);
    float: right;
}


@media(min-width: 800px) {
    .pb-partnerbox {
        background: var(--white);
        border-radius: 4px;
        color: var(--dark);
        width: calc(50% - 12.5px);
        margin-bottom: 25px;
        padding: 12.5px;
    }

    .pb-partner {
        margin-top: 12.5px;
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
    }
}
.pb-site #header {
    padding-top: 50px;
}

.pb-opener_img {
    margin: 0px;
}

.pb-opener_img img {
    height: 600px;
    object-fit: cover;
}

.pb-site #pb-top {
    grid-template-areas: "mail logo contact";
    grid-template-columns: 33% 33% 33%;
    background-color: var(--dark);
}

.pb-site #pb-top .pb-logo {
    width: 40px;
    justify-self: center;
}

.pb-site #pb-top .pb-mail {
    display: block;
    justify-self: left;
}

.pb-kontakt p {
    color: var(--white);
}

.pb-kontakt label {
    color: var(--white);
}

.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-kontakt2 {
    margin: 25px;
    padding: 10px;
    border: 1px solid var(--white);
    border-radius: 4px;
}

.pb-kontaktflex {
    margin-top: 25px;
}

.emma--ds {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.emma--ds h2 {
    text-decoration: none;
}

.emma--ds h3 {
    text-decoration: none;
}

@media (min-width: 800px) {
    .pb-opener_img img {
        height: 450px;
    }

    .pb-opener_txt {
        width: 100% !important;
        padding: 200px;
    }
}




@media (min-width: 1024px) {
    .pb-site #container {
        padding-bottom: 240px;
    }

    .emma--ds {
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));

    }

    .pb-site #pb-top {
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
    }

    .pb-opener_txt {
        padding-left: max(50px, calc((100% - 1000px) / 2));
        padding-right: max(50px, calc((100% - 1000px) / 2));
    }

    .pb-opener_img img {
        height: 550px;
    }

    .pb-kontakt2 {
        width: 100%;
        margin: 0px;
    }

    .pb-kontaktflex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin-left: max(50px, calc((100% - 1540px) / 2));
    }

    .pb-kontakt_img,
    .pb-kontakt2 {
        width: 100%;
    }

    .pb-kontakt_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}
.pb-web-text {
    background-color: #003459;
    color: var(--white);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.pb-web-text h2{
    font-weight: bold;
}

.pb-web-text ul {
    margin-left: 20px;
    list-style: disc;
}

.pb-web-next {
    width: 100%;
}

.pb-web-next h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.pb-web-next p {
    margin-bottom: 0px;
}

.clean-divider {
    border: none;
    height: 2px;
    width: 100%;
    background-color: var(--grey);
    margin: 2rem 0;
}

@media(min-width: 800px) {
    .pb-web {
        margin-top: 12.5px;
        padding-left: max(50px, calc((100% - 1540px) / 2));
        padding-right: max(50px, calc((100% - 1540px) / 2));
    }

    .pb-web-next {
        width: 100%;
    }

    .pb-web-next h2 {
        font-weight: bold;
        text-align: left;
        margin-bottom: 20px;
    }


    .pb-web-text {
        width: calc(50% - 15px);
    }
}
