/*from ggt */
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    overflow: hidden; /* disable scrollbars */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
}

/* fix for scroll bars on webkit & >=Mac OS X Lion */
::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.5);
    width: 0.75em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}

.ggskin {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
}

/* blau:  #130083 */

.reg-frame,
.prog-frame,
.talklist-frame {
    border: none;
    width: 100%;
    height: calc(100% - 32px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.reg-frame-footer,
.prog-frame-footer,
.talklist-frame-footer {
    height: 32px;
    background-color: #130083;
    text-align: center;
    margin-top: -6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px white solid;
    padding-top: 4px;
}

.reg-frame-footer a,
.prog-frame-footer a,
.talklist-frame-footer a {
    color: white;
    font-weight: bold;
}

.menu-buttons:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    border: 1px white solid;
}


/* gmap + legende */

#map-content-box,
#map-content {
    height: 100%;
    width: 100%;
}

#gmap-left {
    width: calc(100% - 400px);
    /*float: left;*/
    margin-right: 0;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
}

.gmap-frame {
    width: 100%;
    height: 100%;
    border: none;
    margin-left: -1px;
}

#gmap-right {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

#gmap-content {
    padding: 0 30px 20px 60px;
    position: absolute;
    top: 0;
    height: 100%;
    overflow-y: auto;
}

#gmap-content hr {
    border: 5px solid #04a3e1;
    margin-right: 50%;
}

#gmap-content h4 {
    color: #04a3e1;
    font-size: 23px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}

#gmap-content h2 {
    font-size: 59px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}

#gmap-content h3 {
    color: #04a3e1;
    font-size: 31px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400
}

#gmap-content p {
    font-size: 12px;
    letter-spacing: 0;
    white-space: normal;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

#gmap-content p a {
    font-weight: bold;
    color: #130083;
    text-decoration: none;
}

#gmap-content p a:hover {
    text-decoration: underline;
}

iframe.osm {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.osm-legend {
    height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 180px;
    text-align: center;
    line-height: 30px;
}

.map-error {
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
}

.node-link div {
    padding: 1px 3px 2px 3px !important;
}

.ggmedia.rollup {
    opacity: 0;
    cursor: none;
}

.ggmedia.rollup.enabled {
    opacity: 0.9 !important;
}

.ggmedia.rollup.slim {
    padding: 0 88px;
    /* background-color: rgba(34, 164, 75, 0.276); */
}

.ggmedia.rollup.hidden,
.ggmedia.rollup.hidden:hover {
    display: none !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background-color: rgba(34, 164, 75, 0.276);
}

/* partner popup */

#partner-box {
    height: 100%;
    white-space: initial;
    padding: 15px;
}

#sidebar {
    height: 100%;
    float: left;
    overflow: hidden;
}

#partner-box #sidebar img {
    height: 100% !important;
    width: auto;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
    border: 1px solid #eeeeee;
}

/* scale sidebar image down when screen smaller than w720 */
@media only screen and (max-width: 720px) {
    #partner-box #sidebar img {
        height: 60% !important;
    }
}

#partner-box #sidebar.cta {
    max-width: 40%;
    margin-right: 30px;
}

#partner-box #sidebar.cta img {
    height: 100% !important;
}

#partner-box #content {
    float: left;
    padding: 0;
}

#partner-box #title {
    font-size: 45px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.12rem;
    padding: 0;
    display: inline-block;
    line-height: 45px;
    margin-bottom: 0;
}

#partner-box h3 {
    font-size: 30px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.12rem;
    padding: 0;
    display: inline-block;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#partner-box #contact {
    margin-top: 20px;
}

#partner-box #contact div {
    font-size: 25px;
}

#partner-box #contact i {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}

#partner-box #social {
    margin-top: 15px;
}

#partner-box #social div {
    float: left;
    margin-right: 10px;
}

#partner-box #social i {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
}

#partner-box #social span {
    float: left;
}

#partner-box #social span a {
    display: inline-block;
    width: 50px;
}

#partner-box #pdfs {
    clear: both;
    margin-top: 20px;
}

#partner-box span {
    font-size: 16px;
    letter-spacing: 0;
    white-space: normal;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 10px;
}

#partner-box .fas,
#partner-box .fab {
    color: rgb(115, 115, 115);
    width: 30px;
    font-size: 20px;
}

#partner-box span a i.fas,
#partner-box span a i.fab {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    font-size: 18px;
}

#partner-box hr {
    border: 5px solid #04a3e1;
    margin-right: 50%;
    margin-top: 0;
}

#partner-box #talk-links span {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

/* partner youtube frame */
#partner-yt-box {
    padding: 0;
    height: 100%;
    background-color: #000;
    border: none;
}

#partner-yt-box iframe {
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

/* smalltalk frame  */

#smalltalk-frame {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

#smalltalk-content {
    margin-left: 20px;
}

#smalltalk-content #smalltalk-headline {
    font-size: 60px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.12rem;
    padding: 0;
    display: inline-block;
    line-height: 60px;
    margin-top: 25px;
}

#smalltalk-content h2 {
    margin-left: -65px;
}

#smalltalk-content hr {
    border: 5px solid #04a3e1;
    margin-right: 50%;
    margin-top: 0;
}

#smalltalk-content .link {
    text-align: left;
    margin-top: 10px;
    margin-left: -15px;
}

#smalltalk-content .link a {
    padding-left: 20px;
    display: inline-block;
    margin-left: -20px;
    vertical-align: top;
    font-size: 15px;
}

#smalltalk-content #terms.link a {
    font-size: 13px;
}

#smalltalk-content .hinweis {
    margin-left: 20px;
    color: #777;
}

#smalltalk-content .fas,
#smalltalk-content .fab {
    color: rgb(115, 115, 115);
    width: 30px;
    font-size: 20px;
}

#smalltalk-content #terms {
    margin-top: 20px;
}

#live-box {
    width: 100%;
    height: calc(100% - 50px);
    margin: 0;
    padding: 0;
    border: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    overflow: hidden;
}

.live-stream {
    /*width: calc(100% - 350px) !important;*/
    /* keine chat box mehr*/
    width: 100% !important;
}

.live-chat {
    width: 350px !important;
}

.live-footer {
    height: 32px;
    background-color: #130083;
    text-align: center;
    margin-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px white solid;
    padding-top: 4px;
}

.live-footer a {
    color: white;
    font-weight: bold;
}

/* ===== parter submenu ==== */
#partner-submenu ul {
    padding: 0;
    margin: 0;
}

#partner-submenu li {
    list-style: none;
    cursor: pointer;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 3px 0;
    display: block;
}

li.submenu-item {
    font-size: 12px;
    z-index: 999;
}


#partner-submenu li:hover {
    background-color: #130083;
    border: 1px solid white;
}

#partner-submenu .submenu-close {
    cursor: pointer;
    height: 32px;
    padding: 0;
    /*margin-top: -10px;*/
}

#partner-submenu .submenu-close i {
    font-size: 32px;
    color: #fff;
}

.nodepoly2.nocursor {
    cursor: default;
}

.icon-x-twitter {
    -webkit-mask-image: url('graphics/x-twitter.svg');
    mask-image: url('graphics/x-twitter.svg');
    height: 40px;
    width: 40px;
    background-color: #737373;
}

.node-link-text {
    padding: 3px;
}
.node-copy {
    font-size: 12px;
    line-height: 12px;
}

.live-frame .container-fluid {
    padding: 0;
}
#live-box-yt {
    /* force youtube iframe to 16:9 */
    height: calc(95vw * 0.56);
    width: 95vw;
}





