::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #212529;
}

.mainContainer {

    padding-left: 20px;
    padding-right: 20px;
    margin-left: calc((100% - 60vw)/2 - 20px);
    margin-right: calc((100% - 60vw)/2 - 20px);

}


/* Header */

.mainHeader {
    position: absolute;
    left: 0;
    width: 100%;
}

.mainHeader .mainHeadline-outer {
    width: 60%;
    position: absolute;
    margin: 0 20%;
    background: white;
    opacity: 70%;
    bottom: 2rem;
}

.mainHeadline h1 {
    text-align: center;
}

.mainHeader .mainHeader-imgOuter {
    width: 100%;
    height: calc(100vh - 2rem);
    overflow: hidden;
    height: calc(100vh - 2rem - 151px);
}

.mainHeader .mainHeader-img {
    width: 100%;
    height: auto;

}

/* Subheadline Box */

.subHeadlineBox {

    background: #F4F2F2;
    padding: 2rem;
    border-bottom: rgb(225, 0, 25) 1.5rem solid;
}

.subHeadlineBox .contentOuter {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2rem;
}

.subHeadlineBox .contentOuter .subHeadline h2 {
    font-size: 2rem;
    margin: 0;
}

.subHeadlineBox .contentOuter p {
    margin: 0;
}

/* .subHeadlineBox .redBar{
  background: red;
  width: 100%;
  height: 2rem;
  } */

.textElement-quote {
    font-style: italic;
}

/* Text Image two Column */

.twoCol-textImg {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.twoCol-textImg .container {
    width: 50%;
}

.twoCol-textImg .container .imgOuter img {
    width: 100%;
    height: auto;
}

/* Image und Video */

.twoCol-imgVid {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.twoCol-img .container {
    width: 50%;
}

.twoCol-imgVid .container .imgOuter img {
    width: 100%;
    height: auto;
}

.twoCol-imgVid .container .videoOuter {
    position: relative;
}

.twoCol-imgVid .container .videoOuter .videoImg {
    width: 100%;
    height: auto;
}

.twoCol-imgVid .container .videoOuter .playBtn {
    position: absolute;
    width: 3rem;
    height: auto;
    left: calc(50% - 1rem);
    top: calc(50% - 2rem);
}

/* Popup Fenster */

.popupOuter {
    position: relative;
    padding-top: 1rem;
}

.popupOuter .popupDescription {
    font-size: 24px;
    font-style: italic;
    padding: 0 0 10px 0;
}

.popupOuter .openBtn {
    border: none;
    background: rgb(225, 0, 25);
    color: white;
    border-radius: none;
    font-size: 20px;
    text-align: left;
    padding: 10px 20px;
}

.popup {
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 20px;
    background: #F4F2F2;
}

.popup.hidden {
    display: none;
}

.popup.visible {
    width: 50vw;
    display: flex;
    flex-direction: row;
    gap: 20px;
    border: 3px solid white;
}

.popup .closeBtn {
    border: none;
    background: none;
    color: rgb(225, 0, 25);
    font-size: 2rem;
    height: 100%;
}











.contentOuter {
    width: 60vw;
}

h1 {
    font-size: 4rem;
}



p {
    margin: 0;
    text-align: justify;
}



.themeHeader {
    width: 60vw;
    background-color: white;
    padding: 3vh 0;
    position: fixed;
    z-index: 4;
}

.navBtnsOuter {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navBtnsOuter .navBtns .navBtn {
    margin: 5px;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    background: rgb(225, 0, 25);
    font-size: 20px;
    color: white;
    width: 100px;
}

.slideshow-container {
    padding-top: 151px;
    position: relative;
    z-index: 3;
}

.text-element {
    display: flex;
    padding: 3vh 0;
}

.text-element .content {
    width: 50%;
}

.text-element .content:nth-child(1) {
    padding-right: 1vw;
}

.text-element .content:nth-child(2) {
    padding-left: 1vw;
    ;
}

.textImage-element {
    padding: 3vh 0;
}

.textImage-element-twoCol {
    display: flex;
}

.textImage-element-twoCol .contentText {
    width: 70%;
}

.textImage-element-twoCol .contentImage {
    width: 30%;
}



.textImage-element-twoCol .contentText .contentText-inner {
    padding-left: 2vw;
}

.textImage-element-twoCol .contentText h2 {
    margin-top: 0;
}

.textImage-element .contentImage .imageOuter {
    overflow: hidden;
    border-radius: 5px;
}

.textImage-element .contentImage .imageOuter img {
    height: auto;
    width: 100%;
}

.seperator {
    height: 2px;
    width: 100%;
    background-color: rgb(230, 225, 225);
}


.accordion {
    width: 100%;
}

.accordionBtn {
    color: #212529;
    ;
    background-color: white;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 1.25rem;
    padding: 0;
    font-style: italic;
    display: flex;
}

.faq__question-heading {
    padding-left: 10px;
}

.accordionBtn img {
    width: 15px;
    height: auto;
}


.panel {
    padding: 0 0 0 18px;
    font-size: 16px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;

}

.dotOuter {
    margin-top: 21.44px;
}

.firstDot {
    background-color: rgb(225, 0, 25) !important;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeTwo,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.textImgContainerGrid {
    display: flex;
    gap: 1vw;
}

.textImgContainerGrid .container {
    width: calc(25% - 3vw/4);
}

.textImgContainerGrid .container .container-innerTop {
    background-color: rgb(230, 225, 225);
    padding: 15px 15px;
    margin-bottom: 1vw;
    height: 260px;
}

.textImgContainerGrid .container .container-innerTop h3 {
    margin-top: 0;
}

.textImgContainerGrid .container .container-innerBottom {
    height: 20vh;
    width: 100%;
    overflow: hidden;

}

.textImgContainerGrid .container .container-innerBottom img {
    height: 25vh;
}

.subTopic {
    margin-bottom: 5rem;
}

.linkInnerPoppup {
    color: rgb(225, 0, 25);
    border: none;
    background: none;
    font-weight: bold;
    font-size: 16px;
}

.mediaText-top {
    font-style: italic;
    padding-bottom: 1rem;
}

.mediaText-bottom {
    font-style: italic;
    padding-top: 1rem;
}