.w3-content {
    /*border: black solid 1px;*/
    /*background-color: red;*/
    max-width: 850px;
}


/*Mobile*/
@media only screen and (max-width: 600px) {
    #web-share {
        /*visibility: hidden;*/
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 14px
    }
}

/*Web*/
@media only screen and (min-width: 601px) {
    #mobile-share {
        /*visibility: hidden;*/
        display: none;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }
}

video {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
    height: auto;
}

.whatsapp-text {
    font-weight: bold;
    color: #42AD11;
}

.whatsapp-img {
    margin-bottom: 1em;
}

.flex-whatsapp {
    display: flex;
    /*width: 40vw;*/
    margin-bottom: 50px;
}

.flex-whatsapp > div {
    margin-right: 0.5em;
}

.counter-container {
    /*border: black solid 1px;*/
    float: right;
    width: 60%;
    text-align: right;
}

.counter {
    margin-left: 0.6em;
    /*text-align:  right;*/
    font-size: 12px;
}

.impressum {
    font-size: 12px;
}



.embed-container {
    /*position: relative;*/
    /*padding-bottom: 56.25%;*/
    /*height: 0;*/
    /*overflow: hidden;*/
    /*max-width: 100%;*/


    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.counter{
    color: #E7EAED;
}


