#myModal {
    top: 0%;
    left: 30%;
}

.modal-lg {
    max-width: 740px !important;
}

.body.backg {
    background-position-y: 50px;
    background-size: cover;
}

:root {
    --gtcl: 35%;
}

.navbar {
    padding-left: 20px;
    margin-bottom: auto;
}

h1,
.navbar-brand,
.navbar-nav a {
    /* font-family: 'Brush Script MT', serif; */
    font-size: 1.2em !important;
    margin-bottom: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

html,
body {
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Nanum Gothic', sans-serif;
    font-family: 'Quicksand', sans-serif;
}

.quartImg {
    width: 100%;
}

.grid-box {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: minmax(750px, var(--gtcl)) var(--gtcl) auto;
    grid-template-rows: 100% 100%;
    grid-template-areas: "content""images";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /* background-position: right top; */
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-position-y: 52px; */
    opacity: 0;
}

.boxContent {
    grid-area: content;
    height: 95%;
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 10px;
    overflow: auto;
    size: cover;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boxContentMediaPlayer {
    grid-area: content;
    /* height: 90%; */
    /* padding-left: 10px; */
    padding-right: 10px;
    padding-top: 50px;
    /* padding-bottom: 10px;
    overflow: auto;
    size: cover; */
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boxContentMedia {
    grid-area: content;
    height: auto;
    padding-top: 10px;
    padding-right: 10px;
     margin-top: 320px;
    overflow: auto;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1010px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 768px) {
    :root {
        --gtcl: 100%;
    }

    body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .imgs {
        width: 25%;
    }

    .quartImg {
        width: 25%;
    }

    .grid-box {
        width: 100vw;
        height: 100vh;
        display: grid;
        grid-template-columns: 100% auto;
        grid-template-rows: 100% 0%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 50px;
        opacity: 0;
    }

    .contentImage {
        background-color: transparent;
        max-width: 200px;
        max-height: 200px;
    }

    .return-to-top {
        left: 50% !important;
    }
}

@media screen and (max-height: 480px) {
    h3 {
        zoom: 0.5 !important;
    }
}

::-webkit-scrollbar {
    width: 0px;
}

.return-to-top {
    position: fixed;
    bottom: 1%;
    left: var(--gtcl);
    background-color: blue;
    color: whitesmoke;
    padding-top: 5px;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 30px;
    display: block;
    opacity: 0.5;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

.return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.boxImage {
    grid-area: images;
    overflow: hidden;
    background-size: cover;
}

.boxEdit {
    width: 99%;
    height: 100vh;
    padding: 30px;
    padding-bottom: 70px;
    overflow: auto;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contentImage {
    width: 100%;
    height: 100%;
}

.grid-box-inline {
    width: 100%;
    height: 100%;
    grid-template-columns: 100% 100%;
    grid-template-rows: 25% 75%;
    grid-template-areas: "inlinecontent inlinemedias";
    margin-bottom: 30px;
}

.boxInlineMedias {
    background: transparent;
    grid-area: inlinemedias;
    margin-left: 2%;
    margin-right: 3%;
    padding: 3%;
    padding-left: 10%;
}

.boxInlineContent {
    grid-area: inlinecontent;
    background: transparent;
    height: 100%;
    margin-left: 3%;
    margin-right: 3%;
    overflow: hidden;
    size: cover;
    color: gainsboro;
}

.pop-up {
    width: 100%;
    height: auto;
    size: cover;
    overflow: hidden;
}

.well,
.wellAll,
.wellMedias,
.wellMediaPlayer,
.wellQuart {
    background: black;
    border: 1px solid grey;
    color: gainsboro;
    opacity: 0.6 !important;
    /* min-width: 320px !important; */
}

.wellAll {
    margin-top: 0px;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 5px;
}

.wellQuart {
    margin-top: 20px;
    margin-left: 10px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.wellMedias {
    margin-top: 15px;
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    /* height: 100% !important; */
}

.wellMediaPlayer {
    margin-top: 15px;
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 200px !important;
}

div.submitterde input {
    width: 30px;
    height: 20px;
    background-image: url(/images/deutsch.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid;
    margin-top: 15px;
}

div.submitteren input {
    width: 30px;
    height: 20px;
    background-image: url(/images/english.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid;
    margin-top: 15px;
}

@-moz-document url-prefix() {
    .boxContentMedia{scrollbar-width: none;}
}


