<style>

/*..........Video title...............................................................................................*/

.atitle {
    display: none;
}
.aimg2 {
    display: none;
}
.atopimg2 {
    display: none;
}
#akontaktlogo {
    display: none;
}

@media only screen and (max-width: 1100px) {

    /*.........Top bar................................................................................................*/

    .mobile {
        display: flex;
        height: 100px;
        width: 98vw;
        margin-bottom: 20px;
    }
    .atopbar-cont {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto 10vw;
        column-gap: 0;
        padding-top: 20px;
    }
    #alang {
        grid-column: 1 / 1;
        justify-self: left;
        padding: 0 0 0 10px ;
    }
    #alang p {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-size: 3rem;
        line-height: 3rem;
    }
    #alogo {
        display: none !important;
        grid-column: 2 / 2;
        justify-self: right;
    }
    #alogo img {
        display: none !important;
        height: 152px;
        width: auto;
        padding: 0 0 0 0;
        margin-right: 40px;
    }
    /*.......................................Social icons..........................................................*/
    #asocialicons {
        grid-column: 2 / 2;
        justify-self: right;
        margin-right: 25px;
        padding: 5px 0 0 0;
    }
    .asocialiconsimg {
        width: 64px;
        margin-right: 5vw;
        
        border-radius: 10px;
        padding: 0 0 0 0;
        
        
    }
    /*..............Menu...........................................................................................*/
    #ahamburger {
        height: 100%;
        width: 100px;
        grid-column: 3 / 3;
        justify-self: right;
        
    }
    #ahamburgerimg {
        position: fixed;
        top: 10px;
        right: 20px;
        width: 100px;
        height: 100px;
        padding: 0 0 0 0;
        z-index: 2;
        /*background-color: rgba(255, 255, 255, 0.3);*/
        border-radius: 10px;
        /*border: 2px solid black;*/
        background-color: rgba(255, 255, 255, 0.3);
    }
    #amenu-cont {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: -100vw;
        transition: 0.3s;
        z-index: 1;
        background: #cccccc;
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
    }
    #amenu-list {
        margin-top: 10vh;
        width: 100%;
        height: 88vh;
        text-align: center;
    }
    .amenu-list-item {
        font-size: 4vh;
        padding-top: 1vh;
    }
    @media (orientation: landscape) {
        .amenu-list-item {
            font-size: 7vh;
            padding-top: 1vh;
        }

    }

    /*.........................................................................................................*/
    .disabled {
        display: none !important;
    }
    #container {
        width: 100% !important;
    }
    #contentUp {
        /*border: 1px solid black;*/
        width: 100%;
        height: auto;
        margin: 0 0 1px 0 !important;
        display: flex;
        justify-content: center;
        box-shadow: none;
    }
    #video-container {
        width: 98vw;
        height: auto;
        border: 5px solid black;
    }
    #aiframe {
        width: 98vw !important;
        height: auto;
        min-height: 500px;
        max-height: 100vh;
        background-color: black;
    }
    /*..........Top 3 videos...............................................................................................*/
    #content {
        width: 100% !important;
        margin:  0 0 0 0 !important;
        /*
        background: #cccccc;
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        */
        box-shadow: none;
    }
    .atopcont {
        padding: 0 0 0 0 !important;
        width: 98vw;
        height: auto !important;
        margin: 0 auto 0 auto;
        /*display: flex !important;*/
        /*justify-items: center;*/
        justify-content: center;
        /*box-shadow: 0 1px 2px gainsboro;*/
    }
    .atopdiv {
        width: 100% !important;
        height: auto;
        margin: 10px auto 0 auto;
        display: flex !important;
        justify-content: center;
        /*align-items: center;*/
        float: none !important;
    }
    .atopankor {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .atopimg {
        display: none;
    }
    .atopimg2 {
        display: block;
        width: 98vw !important;
        height: auto;
        max-height: 100vh;
        padding: 0 0 0 0 !important;
        border: 5px solid black;
    }
    /*.........Videos................................................................................................*/
    .acont {
        padding: 0 0 0 0 !important;
        width: 100%;
    }
    .adiv {
        width: 100% !important;
        height: auto;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        /*box-shadow: 0 1px 2px gainsboro;*/
        padding: 0 0 0 0 !important;
        margin: 10px 0 0 0 !important;
    }
    .aankor {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .aimg {
        display: none;
    }
    .aimg2 {
        display: block;
        width: 98vw !important;
        height: auto;
        max-height: 100vh;
        padding: 0 0 0 0 !important;
        border: 5px solid black;
    } 
    .atitle {
        display: block !important;
        position: absolute;
        top: 10px;
        left: 10px;
        /*width: calc(100% - 6px);*/
        color: white;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 2.2rem;
        line-height: 2.2rem;
        text-shadow: 2px 2px black;
        padding: 8px;
        /*text-align: center;*/
        text-transform: uppercase;
        font-family:'Open Sans';  
    }

    /*...............................Kontakt..............................................*/

    #akontaktimg {
        width: 100%;
        height: auto;
    }
    .akontaktinfo {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    #akontaktlogo {
        display: flex;
        width: 98vw;
        justify-content: center;
    }
    #akontaktlogo img {
        height: auto;
        width: 70%;
    }
    /*.............................index...............................................................*/
    #atextfirst {
        margin-top: 60px;
    }
    .atext {
        font-size: 2rem;
        line-height: 2rem;
    }
    #alauryimg {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }




}
</style>