﻿:root {
    --grey: #b9bfc5;
    --lightgrey: #d6dde4;
    --back: #ffffff;
    --primary: #0071bb;
    --dark: #273038;
    --darktransparent: rgb(39, 48, 56, 0.8);
    --darktransparenthalf: rgba(39, 48, 56, 0.5);
    --font: #273038;
    --fontbox: #ffffff;
    --blue: #0071bb;
    --yellow: #fbb900;
    --green: #00a633;
    --lightgreen: #a3ba1e;
    --orange: #e07a0c;
    --moblue: #62798b;

}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: transform 0.6s ease-in-out;
    }
}



html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    overflow: hidden;
}

body {

    font-family: 'Corbel-EBM', Arial, sans-serif;
    font-variant-numeric: lining-nums;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    overflow: hidden;
    color: var(--font);
    background-color: #000000;
    user-select: none;
}

body.controller {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    width: 4px
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}


img {
    width: 100%;
    height: auto;
}

#xmldaten {
    display: none;
}

.container {
    max-width: 100% !important;
}

.col {
    position: relative;
    display: inline;

}

/*
.col-md-4 {
    width: 33.3333% !important;
    flex: 0 0 auto;
}

.col-md-3 {
    width: 25% !important;
    flex: 0 0 auto;
}*/

.wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: auto;

}

.mediawrapper {

    display: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
    height: 100.5%;
}

.mediawrappercenter {

    background-color: var(--darktransparent);
}

.mediawrapper .container {

    width: 90%;
}

.fullhd {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;

    height: 100%;
    padding-bottom: 0;
}


.cover,
.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.backimage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.logo {
    position: absolute;



}

.fullhd video {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* VIDEOPLAYER */

.mediaholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0em;
    left: 0em;

}

.videocontent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0em;
    left: 0em;
    overflow: hidden;

}



.videoslidercontent {
    position: relative;
    width: 100%;
    height: auto;
    top: 0em;
    left: 0em;
    transform: scale(1);

}

.video-js {

    width: 100%;
    height: 100%;
    font-size: 1em;
    /*position: absolute;*/
    opacity: 1;
    transition: all 0.8s ease;
}

.video-js.big {
    transform: scale(1.25);
    opacity: 0.25;
}

.video-js .vjs-big-play-button {
    font-size: 2em;
    line-height: 2em;
    height: 2em;
    width: 2em;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0em;
    cursor: pointer;
    opacity: 1;
    border: none;
    background-color: var(--primary);
    border-radius: 50%;


}

.video-js:hover .vjs-big-play-button {
    border: none;
    background-color: var(--primary);


}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {

    font-size: 1.5em;
}

.video-js .vjs-control-bar {

    background-color: var(--darktransparent);
    font-size: 0.5em;
    display: none !important;
}

.video-js .vjs-picture-in-picture-control,
.video-js .vjs-fullscreen-control {
    display: none;
}

.videoblende {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #12151b;
    background-image: url(../img/bg_black.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;

}

/* OVERLAY */


.mediaoverlay {
    position: absolute;
    width: 30%;

    top: 4em;
    left: 0px;




}

.mediaoverlay_inner {
    background-color: var(--primary);
    color: var(--fontbox);
    padding: 0.75em 0.5em 0.75em 2em;
}

.mediaoverlay_teaser {
    background-color: var(--green);
    color: var(--fontbox);
    margin-top: 0.5em;
    padding: 0.5em 0.5em 0.5em 1.1em;
    font-size: 1.65em;
    font-style: italic;
    width: 60%;
}

.mediahead {
    font-size: 1.65em;

    font-weight: bold;
    margin: 0em;
    line-height: 1.2em;
}

.mediacopy {

    margin: 0.5em 0em;
    line-height: 1.25em;
}

.mediaoverlay ul {
    margin: 0.5em 0em;
    padding: 0;
    list-style: none;

}

.mediaoverlay li {
    background-image: url(../img/icons/plus.png);
    background-repeat: no-repeat;
    background-position: top 0.25em left;
    background-size: 0.8em;
    margin: 0;
    padding: 0;
    padding-left: 1.25em;
    margin-bottom: 0.5em;

}

.mediaoverlay.text {

    background-color: transparent;
    width: 35%;
    top: 50%;
    transform: translate(0%, -50%);
}

.mediaoverlay.text .mediaoverlay_inner {

    background-color: transparent;

}

/* PANEL */
.panelvid {
    -webkit-box-shadow: 0px 0em 2em 0px var(--darktransparenthalf);
    -moz-box-shadow: 0px 0em 2em 0px var(--darktransparenthalf);
    box-shadow: 0px 0em 2em 0px var(--darktransparenthalf);


}

.panel {
    -webkit-box-shadow: 0px 0em 1em 0px var(--darktransparenthalf);
    -moz-box-shadow: 0px 0em 1em 0px var(--darktransparenthalf);
    box-shadow: 0px 0em 1em 0px var(--darktransparenthalf);
    color: var(--fontbox);

    margin-bottom: 0.5em;
    background-color: var(--primary);

    position: relative;
    border-radius: 0em;

}

.panelhead {


    position: relative;
    padding: 0.5em 2em 0.25em 1em;

    font-weight: bold;

    cursor: pointer;


}

.panelhead::before {

    content: "";
    position: absolute;
    width: 1.1em;
    height: 1.1em;
    right: 0.5em;
    top: 0.75em;

    background-image: url(../img/icons/arrow_next.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;



}





.panelhead.open::before {

    background-image: url(../img/icons/arrow_down.png);



}

.panelcontent {
    display: block;
    height: 0px;
    overflow: hidden;


}

.panelcontent_inner {
    padding: 0.25em 1em 1em 1em;

}



/* SLIDER */

.carousel {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.carousel-item {
    width: 100%;
    height: 100%;

    overflow-y: auto;
}

.carousel-control-prev {
    justify-content: start;
    opacity: 1;
}

.carousel-control-next {
    justify-content: end;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 1.75em;
    height: 1.75em;

    background-size: 75%;

    margin: 0.5em;
    background-color: var(--primary);
    border-radius: 0em;
}

.carousel-indicators {

    bottom: 1.5em;

}

/*
.carousel-item {
    max-height: 101vh;
    overflow-y: auto;
}*/

.carousel-item::-webkit-scrollbar-track {
    background-color: var(--grey);
    width: 4px
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    margin-right: 0.2em;
    margin-left: 0.2em;

    cursor: pointer;
    background-color: #fff;

    border: none;
    border-radius: 0em;
    opacity: 1;

}

.carousel-indicators .active {
    background-color: var(--primary);
}

/* TIMELINE */

.timelineimages {
    position: relative;
    -webkit-box-shadow: 0px 0.35em 1em 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0.35em 1em 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.35em 1em 0px rgba(0, 0, 0, 0.25);
}

.timelineimages img {
    padding-top: 0em;
    display: block;

}

.timelineimage {
    position: absolute;
    top: 0px;
    left: 0px;
}

.timelinecontent {
    position: absolute;
    padding: 2em;
    width: 120%;
    top: 0px;
    left: 0px;
}

.contentwrapper.mediawrapper.big .mediacontent.mediatimeline .container .row {
    justify-content: start;
}

.timelinebuttons {

    margin-top: 2em;
}

.timelinebutton {
    font-weight: bold;
    padding: 0.3em 1em;
    -webkit-box-shadow: 0px 0.25em 0.5em 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0.25em 0.5em 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.25em 0.5em 0px rgba(0, 0, 0, 0.25);
    display: block;
    cursor: pointer;
    margin-top: 0.5em;

    color: var(--fontbox);
    font-size: 1em;
    margin-right: 0.5em;
    background-color: var(--yellow)
}

.timelinebutton.active {

    background-color: var(--primary);
}

.timelinetext {
    font-size: 1.25em;
    display: none;
    line-height: 1.5em;
    padding: 0.5em;
    color: var(--fontbox);
}

/* SETCARD */

.infoblock {
    position: relative;
    width: calc(100% - 10px);
    height: auto;
    top: 0;
    left: 0;


    -webkit-box-shadow: 0px 0.35em 1em 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0.35em 1em 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.35em 1em 0px rgb(0 0 0 / 25%);
    background-color: rgba(65, 86, 95, 0.7);
    padding: 1em 2em 0.5em 2em;
    margin-bottom: 1em;
    color: var(--fontbox);

}


.info_back {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--grey);
    opacity: 0.7;

}

.info_inner {
    position: absolute;
    width: calc(90% - 1.5rem);
    /*max-width: 1000px;*/
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.info_close {
    position: absolute;
    height: 3em;
    width: 3em;
    padding: 0.5em;
    left: calc(100% + 0.5em);
    top: -0.5em;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.info_scroll {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    overflow-y: auto;
    background-color: transparent;
    border-radius: 0em;

}

.info_content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0em;
    background-color: transparent;
}

.infowrapper .row {
    margin: 0.75em -15px;
}

.infowrapper .box {
    background-color: var(--darktransparent);
    padding: 2em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.infowrapper .title {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.infowrapper .subtitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;

}

.infowrapper .copy {
    margin: 0.5em 0em;
}

.infowrapper .teaser {
    padding: 1em 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    background-color: var(--primary);
}

.infowrapper ul {
    margin: 0.5em 0em;
    list-style: none;
}

.infowrapper li {
    position: relative;
    padding-bottom: 0.25em;
}

.infowrapper a {
    color: var(--fontbox);
}

.infowrapper li::before {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    left: -1em;
    top: 0.4em;
    background-color: var(--primary);
}

.infowrapper .infobutton {
    background-color: var(--primary);
    color: #ffffff;
    padding: 0.35em 1em;
    margin: 0.5em 1em 0.5em 0em;
    display: inline-block;
    cursor: pointer;
}


.infowrapper .infovideo {
    margin: 1em 0em;
}

.infowrapper .infoimage {
    margin: 1em 0em;
}

.infowrapper .infoslider {
    margin: 0.25em 0em 0.25em 0em;
}

.infowrapper .caption {
    display: block;
    padding: 1em 0em;
    font-style: italic;
    font-size: 0.9em;
}

.infowrapper .infowebgl {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
}

.infowrapper .webglicon .icon {

    width: 2.5em;
    height: 2.5em;


}

.infowrapper .carousel-indicators {
    bottom: 0em
}

/* GRID */

.grid {
    position: absolute;
    width: calc(100% + 4px);
    height: 0%;
    padding-bottom: 56.25%;
    left: -2px;

}

.grid .fullhd {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;

}

.gridcell {
    width: 25%;
    color: #ffffff;

    border: 2px solid var(--lightgreen);
    border-top: 4px solid var(--lightgreen);
    position: absolute;
    transition: all 0.6s ease;
    cursor: pointer;
    font-size: 0.9em;

}

.gridcell .mediaoverlay {
    display: none;
    min-width: 0px;
    font-size: 0.75em;
    top: 0em;
    left: 1.6em;
    width: 40%;
}

.gridcell .mediaoverlay .mediaoverlay_inner {
    padding: 0.5em 0.5em 0.5em 1em;
}

.gridcell .mediaoverlay .mediahead {
    font-size: 1em;

}

.gridcell.grid2 .mediaoverlay {


    width: 60%;

}


/* TABLE */

.table {
    width: 100%;

    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;


}

.table b {
    background-color: transparent;
    padding: 0;
    color: inherit;
}

.tablerow {
    width: 100%;
    display: table-row;


    color: var(--fontbox);
    transform: translate(0%, 0%) scale(1);
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0.25em 0.5em 0px var(--darktransparenthalf);
    -moz-box-shadow: 0px 0.25em 0.5em 0px var(--darktransparenthalf);
    box-shadow: 0px 0.25em 0.5em 0px var(--darktransparenthalf);

}



.tablerow.head {
    background-color: var(--primary);
    color: var(--fontbox);
    font-weight: bold;
}

.tablerow.dark {
    background-color: var(--orange);
    color: var(--fontbox);
}

.tablerow.light {
    background-color: #ffffff;
    color: var(--font);
}

.tablecell {
    display: table-cell;
    transition: all 0.5s ease;
    padding: 0.7em 1em;

}

.tablerow.out {
    transform: translate(50%, 0%) scale(1);
    opacity: 0;
}



.tablerow:not(.head).big .tablecell {

    background-color: var(--lightgrey);

}

.mediawrapper img {
    -webkit-box-shadow: 0px 0.25em 0.5em 0px var(--darktransparenthalf);
    -moz-box-shadow: 0px 0.25em 0.5em 0px var(--darktransparenthalf);
    box-shadow: 0px 0.25em 0.5em 0px var(--darktransparenthalf);
}

/* SCREENS */

.screen .carousel-control-prev-icon,
.screen .carousel-control-next-icon,
.screen .carousel-indicators {
    display: none;
}

.screen .fullhd #backvid {
    width: 100%;
    height: 100%;
}

.screen.screen1 .fullhd #backvid {
    transform: translate(0%, 0%);
}

.screen.screen2 .fullhd #backvid {
    transform: translate(-33.33333%, 0%);
}

.screen.screen3 .fullhd #backvid {
    transform: translate(-66.66666%, 0%);
}

.screen.screen4 .fullhd #backvid {
    transform: translate(0%, -33.33333%);
}

.screen.screen5 .fullhd #backvid {
    transform: translate(-33.33333%, -33.33333%);
}

.screen.screen6 .fullhd #backvid {
    transform: translate(-66.66666%, -33.33333%);
}

.screen.screen7 .fullhd #backvid {
    transform: translate(0%, -66.66666%);
}

.screen.screen8 .fullhd #backvid {
    transform: translate(-33.33333%, -66.66666%);
}

.screen.screen9 .fullhd #backvid {
    transform: translate(-66.66666%, -66.66666%);
}



#qrcodes {
    position: absolute;
    bottom: 0em;
    left: 1em;
    width: 8em;
    transform: translate(0%, 0%);
    padding: 0.5em;
    transition: transform 0.35s ease;
}

#qrcodes.out {

    transform: translate(-250%, 0%);

}

.qrcodestring {
    margin-bottom: 0.25em;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.75em;
}

.qrcode {
    margin-bottom: 2em;
    background-color: #ffffff;
    padding: 0.5em;
}

.qrcodebtn {
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 8em;

    height: 8em;


    cursor: pointer;

}

.default .mainmenu,
.screen .mainmenu {
    position: absolute;
    top: 45%;
    left: 40%;
    padding: 1em;
    width: 25vw;
    height: 12vw;

}

.default .mainmenu_inner,
.screen .mainmenu_inner {
    position: relative;
    padding: 0.5em;
    background-color: var(--orange);
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.1em;
    display: block;
    height: 100%;
    -webkit-box-shadow: 0px 0em 2em 0px var(--darktransparenthalf);
    -moz-box-shadow: 0px 0em 2em 0px var(--darktransparenthalf);
    box-shadow: 0px 0em 2em 0px var(--darktransparenthalf);


}

.default .mainmenu_inner i,
.screen .mainmenu_inner i {

    font-size: 0.8em;
    margin-top: 0.25em;
    display: block;
    line-height: 1.1em;


}

.default .wrapper.menuwrapper {
    pointer-events: none;
}

.default .menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: var(--darktransparent);
    color: var(--fontbox);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    pointer-events: auto;
}

.default .menu_content {
    column-count: 1;
    width: 35%;
    max-height: 90%
}

.default .menu_closebtn {


    position: absolute;
    width: 2.5em;
    height: 2.5eem;
    padding: 0.65em;
    top: 0.5em;
    right: 0.5em;
    background-color: var(--primary);
    cursor: pointer;
}

.default .menu_openbtn {


    position: absolute;
    width: 2.5em;
    height: 2.5em;
    padding: 0.65em;
    top: 0.5em;
    right: 0.5em;
    background-color: var(--primary);
    border-radius: 0em;
    cursor: pointer;
    pointer-events: auto;
}

.default .menu ul,
.controllermenu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.5em;
}

.default .menu ul li,
.controllermenu ul li {
    break-inside: avoid;


    margin: 0;
    padding: 0em 0;
    cursor: pointer;





}

.default .menu ul li .menucap,
.controllermenu ul li .menucap {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;

}





.default .menu ul li .menubtn,
.controllermenu ul li .menubtn {
    padding: 0.25em 6em 0.25em 2em;
    position: relative;
    background-color: var(--primary);
    border-radius: 0em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    cursor: pointer;
    margin-bottom: 0.5em;
    height: 3em;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    width: 100%;
}

.default .menu ul li .menubtn {

    height: 2em;

}

.default .menu ul li .menubtn.yellow,
.controllermenu ul li .menubtn.yellow {
    background-color: var(--yellow);
}

.default .menu ul li .menubtn.green,
.controllermenu ul li .menubtn.green {
    background-color: var(--green);
}

.default .menu ul li .menubtn.lightgreen,
.controllermenu ul li .menubtn.lightgreen {
    background-color: var(--lightgreen);
}

.default .menu ul li .menubtn,
.onescreenonly .controllermenu ul li .menubtn {
    padding-left: 0.75em;
}

.controllermenu ul li .menubtn.ui-draggable::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 100%;
    left: 0.5em;
    top: 0em;
    cursor: move;

    background-image: url(../img/icons/icon_move.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

}

.default .menu ul li .menubtn[data-type=submenus],
.controllermenu ul li .menubtn[data-type=submenus] {
    background-size: 0.8em;
    background-image: url(../img/icons/arrow_down.png);
    background-position: center right 0.5em;
    cursor: pointer;
    width: 100%;

}

.default .menu ul li.open .menubtn[data-type=submenus],
.controllermenu ul li.open .menubtn[data-type=submenus] {

    background-image: url(../img/icons/arrow_up.png);

}



/* CONTROLLER */

.controllersettings {
    position: relative;
    display: none;
}

.controller .settingsbtn {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 0px;
    top: 1em;
    cursor: pointer;

}

.controller hr {
    border: none;
    border-bottom: 1px solid var(--primary);
    opacity: 1;
    margin: 0.5em 0em;
}

.controller .menubtn {
    padding: 0.25em 1em 0.25em 1em;

    background-color: var(--primary);
    border-radius: 0em;
    color: #ffffff;
    cursor: move;
}

.controller.inframe {
    font-size: 12px !important;
}

.controller .controllerbuttons {
    text-align: center;
}

.controller .controllerbtn {
    display: inline-block;
    margin: 1em 0em 1em 1em;
    padding: 0.5em 1em;
    color: var(--fontbox);
    background-color: var(--primary);
    font-weight: bold;
    cursor: pointer;
    border-radius: 0em;
}

.controller .controllerbtn.inactive {

    background-color: var(--grey);

}

.controller .controllerbtn.active {

    background-color: var(--dark);

}

/*
.controller .controllerwrapper {
    height: calc(100% - 6vw);
    width: calc(100% - 6vw);
    left: 3vw;
    top: 3vw;


}*/

.controller .screengrid {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0em;
    bottom: 0em;
    padding: 0em;
    font-size: 0rem;




}

.controller .screenthumb {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    /*border-right: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);*/
    background-size: cover;
    background-position: center;


}

.slidescrollcontrol,
.slidevidcontrol {
    display: none;
}

.controller .screenthumb_inner {

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    /* background-color: var(--darktransparenthalf);*/
}

.onescreenonly.controller .screenthumb_inner {

    border: 1px solid var(--primary);
}

.controller .screenthumb_inner.active {


    background-color: transparent;
    border: 1px solid var(--primary);
}

.controller.inframe .screenthumb_inner.active {

    border: none;
}

.controller .screenthumb_btn {
    position: absolute;
    width: 2em;
    height: 2em;
    padding: 0.25em;
    top: 0.5em;
    right: 0.5em;

    background-color: var(--primary);
    border-radius: 0em;
    background-image: url(../img/icons/close.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    cursor: pointer;
    display: none;

}

.controller.inframe .screenthumb_btn {

    width: 1.25em;
    height: 1.25em;


}


.controller .screennumber {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    pointer-events: none;
    color: var(--fontbox);

    text-shadow: var(--darktransparent) 0 0 0.5em;
    display: none;
}


.onescreenonly .screennumber {

    bottom: 0em;
    right: 0em;
    width: 100%;
    background-color: var(--darktransparent);
    padding: 0.5em 1em;

}



.controller h4 {
    color: var(--font);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin: 1em 0em 0.5em 0em;
}

.controller h3 {
    color: var(--font);

    font-size: 1.25em;
    margin: 0em 0em 0.5em 0em;
}



.controller .blockbtn {
    padding: 0.25em 1em;
    border-radius: 0em;
    background-color: var(--primary);
    text-transform: uppercase;
    margin: 0em 0.5em 0.5em 0em;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    min-width: 5em;
    text-align: center;
}

.controller .blockbtn.clearscreen {
    float: right;
    margin: 0px;
}

.controller .screencontent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    padding: 1em 4em 1em 2em;

    color: var(--fontbox);
    /*display: none;*/
    overflow-x: hidden;
    overflow-y: auto;
}


.controller .controllermenu {


    max-height: 85vh;
    font-weight: bold;
    margin-left: -1.5em;
    padding-right: 1em;

    overflow-y: auto;


}

.controller .controllerhead {
    text-transform: uppercase;
    margin: 1em 0;
}

.controller .controllerhead .controllerheadtitle {
    font-weight: bold;
}

.controller .controllerpreviewholder {
    position: relative;
    width: 100%;

    height: 0%;
    padding-bottom: 56.25%;


}

.controller .controllerpreview {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;

}

.controller .screeniconholder {
    position: relative;
    font-size: 0em;
    overflow: visible;



}

.controller .screenicons {

    overflow: visible;

}

.controller .screenicon {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    border: 1px solid var(--fontbox);
    margin: -1px -1px 0px 0px;



}

.controller .screenicon.active {
    background-color: var(--fontbox);


}

.controller .screencontrol {
    min-height: 30vh;
    border: 1px solid var(--primary);
    padding: 1em;

}



.controller .controllerthumb.slide {
    width: 7em;
    height: 4.5em;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 0em;
}


.controller .scrollerhelper {
    width: 5em;
    height: 7em;
    display: inline-block;
    position: relative;
    border: 2px solid var(--primary);
    margin-right: 1em;
    margin-bottom: 1em;
}

.controller .scrollerthumb {

    position: absolute;
    top: 0%;
    left: 0%;

    width: 100%;
    height: 50%;
    background-color: var(--primary);
    cursor: pointer;
    background-image: url(../img/icons/icon_drag_up_down.png);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center;
    ;
}

.controller .scrollerthumb .thumbtext {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.1em;
    font-size: 2em;
    user-select: none;

}

/* PRESENTATION */
.presentation .iframeholder {
    position: absolute;
    width: 57%;
    height: 57%;
    top: 4.7%;
    left: 21.5%;
    background-color: #000000;


}

.presentation .iframeholder iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;

    transform-origin: top left;
    border: 3px solid #000000;
}

.presentation .controlholder {
    position: absolute;
    width: 50%;
    height: auto;
    min-width: 820px;
    bottom: 5vh;
    left: 5vh;




}

.presentation .controlholder_inner {
    position: relative;
    width: 100%;
    height: 0%;
    padding-bottom: 60%;





}

.presentation .controlholder iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1em;
    border: 1em solid #000000;
    overflow: hidden;
    background-color: #000000;

}

.presentation .dragger {
    position: absolute;
    width: 3em;
    height: 3em;
    padding: 0.75em;
    top: 0.5em;
    right: 0.5em;
    filter: brightness(0);
}

.presentation .visitors {
    position: absolute;
    width: 35%;
    height: auto;
    left: 60%;
    bottom: 8%;
    pointer-events: none;
    filter: brightness(0.5);

}

.presentation .logo {
    position: absolute;
    width: 8%;
    max-width: 200px;
    height: auto;
    right: 3vh;
    bottom: 3vh;
}

/* xxl*/
@media (min-width: 1400px) {}

/*xl*/
@media (max-width: 1399px) {}

/*lg*/
@media (max-width: 1199px) {}

/*md*/
@media (max-width: 991px) {}

/*sm*/
@media (max-width: 767px) {}