body {
    background-color: #f8f8f8; /* #f8f6f6 */
    cursor: default;

    --startupAnimationDuration: 0.7s;

    /*font-family: "Lucida Console", "Courier New", monospace;*/
}

/* ul to make lists with indents possible */
ul {
    padding-left: 20px;
}

/* Screen >= 1239px *//*
@media screen and (min-width: 1239px) {
    .entireScreen {
        max-width: 1211px;
        height: 100%;
        margin: auto;
    }
}*/
/* 834 <= Screen <= 1238px *//*
@media screen and (max-width: 1238px) and (min-width: 834px) {
    .entireScreen {
        max-width: 806px;
        height: 100%;
        margin: auto;
    }
}*/
/* Screen <= 833px *//*
@media screen and (max-width: 833px) {
    .entireScreen {
        max-width: 400px;
        height: 100%;
        margin: auto;
    }
}*/

/*.entireScreen {
    max-width: 400px;
    max-width: 1211px;
    height: 100%;
    margin: auto;
}*/

/* +++ Falls kein JS eingeschaltet ist */
.noJs {
    max-width: 640px;
    margin: -10px auto 40px auto;
    min-height: 60px;

    border: 2px solid red;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.103);
}
.noJsAttention {
    font-size: 50px;
    width: 50px;
    padding: 0px;
    margin: -10px 0px 0px 6px;
    float: left;

    /*border: 1px solid black;*/

    color: rgb(226, 0, 0);
}
.noJsHeading {
    margin: 5px 0px 0px 60px;
    text-align: left;
}
.noJsText {
    margin: 0px 5px 5px 60px;
    text-align: left;
}


.entireScreen {
    text-align: center;
    height: 100%;

    max-width: 1611px;

    margin: auto;
}

.mainHeading {
    text-align: center;
    margin: 0px;

    font-family: "Lucida Console", "Courier New", monospace;

    /*background: -webkit-linear-gradient(bottom left, #05669b, #01dd96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #05669b;

    /*background-color: red;*/
}
.mainHeadingBackground {
    display: inline-block;

    /*color: linear-gradient(to right, red , yellow);
    background-color: linear-gradient(to right, red , yellow);
    background-image: linear-gradient(to right, red , yellow);*/
    /*color: red;*/

    padding: 20px;
    margin: 5px 10px 5px 0px;

    /*border-left: 3px solid #3283FF;*/
    
    animation: fadeInUp;
    animation-duration: var(--startupAnimationDuration);

    /*box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.103);*/
}
.mainHeadingOuterBackground {
    text-align: center;
}

.container {
    text-align: left;

    background-color: white;
    /*width: 400px;*/
    position: relative;
    max-width: 390px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 15px;
    height: 400px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.103);
    border-radius: 5px;
    cursor: pointer;
    top: 0;
    transition: top ease 0.2s, box-shadow 0.2s;

    animation: fadeInUp;
    animation-duration: var(--startupAnimationDuration);
}
.container:hover {
    top: -3px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.329);
}


.imgContainer {
    width: 100%;
    /*height: 52.8%;*/
    /*border: 2px solid black;*/
}

.titleImage {
    border-radius: 5px 5px 0px 0px;
    max-width: 100%;
    /*max-height: 100%;*/
}


.text {
    margin-top: 5px;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 20%;
    /*border: 2px solid black;*/
}

.heading {
    margin: 0px;

    color: #05669b;

    /*background: -webkit-linear-gradient(bottom left, #05669b, #01dd96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.textAfterHeading {
    margin: 5px 0px 0px 3px;
}

/* Beginning overlay */
.overlay { 
    position: fixed; 
    overflow-y: scroll;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: white;
    border: 1px solid #d3d3d3;

    /*animation: zoomIn;
    animation-duration: 0.5s;*/

    background-color: #f8f8f8;
}

  [aria-hidden="true"]  { display: none; }
  [aria-hidden="false"] { display: block; }
/* End overlay */


/* --------------------------- */



/* ----- Design especially for PCs / If screen is equal/bigger than 860px ---- */
@media screen and (min-width: 860px){
    /* The whole area with text and pictures */
    .content {
        position: relative;
        margin: 5px auto 10px auto;
        width: min(95%, 800px);
    
        /*border: 2px solid black;*/
        background-color: white;
        padding: 10px 15px 30px 15px;
        border-radius: 5px;
    
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.103);
    }

    /* Close Button */
    .closeButton {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        margin: 15px 15px 0px 0px;
        position: sticky;
        top: 15px;

        float: right;
        cursor: pointer;

        /*border: 1px solid gray;*/
        /*color: gray;*/
        background-color: white;

        z-index: 1;

        text-align: center;
        line-height: 35px;

        border: 1px solid white;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.089); /* #ececec */

    }
    .closeButtonPart1 {

        height: 14px;
        width: 0.8px;
        margin-left: 17.3px;
        margin-top: 10px;
        background-color: black;
        transform: rotate(45deg);
        Z-index: 2;
    }
    .closeButtonPart2 {
        height: 14px;
        width: 0.8px;
        background-color: black;
        transform: rotate(90deg);
        Z-index: 3;
    }

    
    /* ----- Pro / Contra Boxes ----- */
    /* ----- Pro ----- */

    .proContainer {
        width: 49%;
        margin-right: 1%;

        padding: 0px;

        display: inline-block;

        border-radius: 5px;

        box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.219);

        border: 1px solid rgb(0, 190, 0);
    }

    .proContainerTopBackground {
        color: white;

        padding: 10px 0px 10px 8px;

        border-radius: 5px 5px 0px 0px;

        margin: -1px -1px 0px 0px;

        background-color: rgb(0, 190, 0);
    }

    .proContainerHeading {
        margin: 0px;

        font-size: 22px;
    }

    /* ----- Contra ----- */
    .contraContainer {
        width: 49%;

        padding: 0px;

        display: inline-block;

        border-radius: 5px;

        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.219);

        border: 1px solid rgb(255, 89, 89);
    }

    .contraContainerTopBackground {
        color: white;

        padding: 10px 8px 10px 0px;

        border-radius: 5px 5px 0px 0px;

        background-color: rgb(255, 89, 89);

        text-align: right;

        margin: -1px -1px 0px 0px;
    }

    .contraContainerHeading {
        margin: 0px;

        font-size: 22px;
    }
}

/* ---- Design especially for mobile devices / If screen is equal/smaller than 859 px ---- */
@media screen and (max-width: 859px) {
    .content {
        /*position: relative;*/

        max-width: 100%;
        padding: 10px 15px 100px 15px;

        z-index: 0;

        background-color: white;
 
    }

    .closeButton {
        position: relative;

        float: left;
        left: calc(50% - 25px);

        cursor: pointer;

        top: calc(100% - 80px);
        position: sticky;


        height: 45px;
        width: 45px;
        border-radius: 50px;
        background-color: white;

        text-align: center;
        line-height: 45px;
        
        z-index: 1;

        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.212);
    }
    .closeButtonPart1 {

        height: 20px;
        width: 2px;
        margin-left: 21px;
        margin-top: 13px;
        background-color: black;
        transform: rotate(45deg);
        Z-index: 2;
    }
    .closeButtonPart2 {
        height: 20px;
        width: 2px;
        background-color: black;
        transform: rotate(90deg);
        Z-index: 3;
    }


    /* ----- Pro / Contra Boxes ----- */
    /* ----- Pro ----- */

    .proContainer {
        max-width: 100%;
        margin: 0px 15px 15px 0px;

        padding: 0px;

        border-radius: 5px;

        box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.219);

        border: 1px solid rgb(0, 190, 0);
    }

    .proContainerTopBackground {
        color: white;

        padding: 10px 0px 10px 8px;

        border-radius: 5px 5px 0px 0px;

        margin: -1px -1px 0px 0px;

        background-color: rgb(0, 190, 0);
    }

    .proContainerHeading {
        margin: 0px;

        font-size: 22px;
    }

    /* ----- Contra ----- */
    .contraContainer {
        max-width: 100%;
        margin: 0px 0px 15px 15px;

        padding: 0px;

        border-radius: 5px;

        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.219);

        border: 1px solid rgb(255, 89, 89);
    }

    .contraContainerTopBackground {
        color: white;

        padding: 10px 8px 10px 0px;

        border-radius: 5px 5px 0px 0px;

        background-color: rgb(255, 89, 89);

        text-align: right;

        margin: -1px -1px 0px 0px;
    }

    .contraContainerHeading {
        margin: 0px;

        font-size: 22px;
    }
}

/* Pro / Contra Container text */
.contentProContra {
    /*color: red;
    margin: 5px 8px;*/

    text-align: left;
    max-width: 100%;
    margin: 5px 8px;
    line-height: 30px;
    font-size: 18px;
}

.overlayHeading {
    position: relative;

    color: #05669b;
    margin: 0px;

    /*left: 0px;

    max-width: 100%;*/
}


.imgOverlay {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    /*border-radius: 5px;*/
}

.subheading {
    /*color: rgb(90, 90, 90);*/
    /*color: #0a5883be;*/
    color: rgba(0, 0, 0, 0.678);
}

.overlaySubheading {
    margin: 7px 0px 10px 5px;
}

.source {
    color: gray;
    margin: 0px 0px 0px 1px;
    font-size: 10px;
}

.sourceLink {
    color: gray;
    font-size: 10px;
}

.sectionHeading {
    color: #05669b;

    margin: 20px 0px 10px 0px;
}

.contentOverlay {
    max-width: 100%;
    margin: 5px 0px 0px 0px;
    line-height: 30px;
    font-size: 18px;
}

.contentOverlayDiv {
    word-wrap: break-word;
    display: blocK;
    max-width: 100%;
}

.sourceList {
    color: #05669b;
    font-size: 17px;
}
/* Impressum + Datenschutzerklärung */
.impressum {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 10px;
    text-align: center;

    animation: fadeInUp;
    animation-duration: var(--startupAnimationDuration);
}