﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


@font-face {
    font-family: 'geomanist';
    src: url('../Fonts/geomanist-regular-webfont.eot');
    src: url('../Fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/geomanist-regular-webfont.woff2') format('woff2'), url('../Fonts/geomanist-regular-webfont.woff') format('woff'), url('../Fonts/geomanist-regular-webfont.ttf') format('truetype'), url('../Fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geomanist';
    src: url('../Fonts/geomanist-bold-webfont.eot');
    src: url('../Fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/geomanist-bold-webfont.woff2') format('woff2'), url('../Fonts/geomanist-bold-webfont.woff') format('woff'), url('../Fonts/geomanist-bold-webfont.ttf') format('truetype'), url('../Fonts/geomanist-bold-webfont.svg#geomanistregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "default";
    font-style: normal;
    font-weight: 400;
    src: url("../Fonts/default.ttf") format("truetype")
}

@font-face {
    font-family: "PPFormulaCondensed";
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/PPFormulaCondensed-Bold.woff2') format('woff2'), 
        url('../Fonts/PPFormulaCondensed-Bold.woff') format('woff'), 
        url("../Fonts/PPFormulaCondensed-Bold.ttf") format("truetype")
}

.font-weight-bold {
    font-weight: 700;
}

.btn-primary {
    color: #fff !important;
    background-color: #000000;
    border-color: #000000;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(187,213,31,.5);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

.border-primary {
    border-color: #000000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #000000 !important;
}

btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(187,213,31,.5);
}



html,
body,
ul,
li,
hr,
form,
table,
tr,
td,
img,
p,
figure,
fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: 0;
    position: relative;
    font-family: "geomanist", Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
hr,
form,
table,
tr,
td,
img,
p,
figure,
fieldset {
    color: #000000;
}

.bodyclasic {
    color: #000000 !important;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: 0;
    position: relative;
    font-family: "geomanist", Helvetica, sans-serif;
    font-weight: bold;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.display-4 {
    font-weight: 700;
}

.nav-link:after {
    content: '';
    height: 2px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.nav-link {
    padding: 5px 0;
    margin: 0 30px 0 0;
    display: block;
    background: transparent;
    position: relative;
    z-index: 5;
    font-weight: 600;
    color: inherit;
    white-space: nowrap;
    display: inline-block;
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all 0.15s ease-in-out 0.2s;
    -moz-transition: all 0.15s ease-in-out 0.2s;
    -ms-transition: all 0.15s ease-in-out 0.2s;
    -o-transition: all 0.15s ease-in-out 0.2s;
    transition: all 0.15s ease-in-out 0.2s
}

    .nav-link:active {
        font-weight: bold;
    }

    .nav-link:hover:after {
        width: 100%;
    }

.nav-top-distance {
    padding-top: 75px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.progress {
    background: rgba(245, 245, 245, 1);
    border: 0px solid rgba(245, 245, 245, 1);
    border-radius: 0px;
    height: 4px;
}

.progress-bar-custom {
    background: rgba(153, 153, 153, 1);
}

.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.glyphicon-spin {
    animation: spin 2000ms infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.wrapperUE {
    position: relative;
    margin: 1em auto 10px auto;
    text-align: center;
    min-width: 640px;
    width: 100%;
    height: 530px; /* initial height, will be dynamically adjusted at runtime */
    max-width: 95%;
    display: block;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
}

.emscripten {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
}

#canvas:not([fullscreen]) {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.texthalfUE {
    height: 37%;
    border: 0px;
    padding: 0px;
    overflow-y: scroll;
    font-size: 2em;
}

.buttonareaUE {
    min-height: 3%;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Provide sufficient contrast against white background */
a {
    color: #000000;
    text-decoration: underline;
}

    a:hover {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: var(--standardcolor);
    border-color: var(--standardcolor);
    font-weight: bold;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.body-bg {
    background: var(--bgcolor);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.sort-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nhbox {
    display: flex;
    flex-flow: column;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

    .nhbox .nhfade {
        background-color: #ffffff;
        opacity: 0.8;
        flex: 1;
        overflow: auto;
    }

.box .nhcookiepolicy {
    flex: 1 1 auto;
    text-wrap: normal;
    word-wrap: normal;
    opacity: 0.7;
}

.nhclose {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.nhtext-dark {
    color: #343a40 !important;
}

a.nhtext-dark:hover, a.nhtext-dark:focus {
    color: #343a40 !important;
    text-decoration: none;
}


.body-bg #cd-bg {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    z-index: 99;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translate(0, -82%);
    -ms-transform: translate(0, -82%);
    -o-transform: translate(0, -82%);
    transform: translate(0, -82%);
    z-index: 20
}

@media only screen and (max-width: 650px) {
    .body-bg #cd-bg {
        -webkit-transform: translate(0, -85%);
        -ms-transform: translate(0, -85%);
        -o-transform: translate(0, -85%);
        transform: translate(0, -85%)
    }
}

.body-bg.nav-active #cd-bg {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%)
}

.IE .body-bg #cd-bg,
.IE-16 .body-bg #cd-bg,
.IE-17 .body-bg #cd-bg,
.IE-18 .body-bg #cd-bg,
.IE-19 .body-bg #cd-bg,
.IE-20 .body-bg #cd-bg {
    display: none !important
}

.body-bg.nav-active .navbar-brand {
    z-index: 0
}

.navbar-brand {
    height: 120px;
    float: right;
    display: inline-block;
    color: transparent !important;
    position: relative;
    z-index: 100
}

@media only screen and (max-width: 1024px) {
    .navbar-brand {
        height: 70px
    }
}

@media only screen and (max-width: 650px) {
    .navbar-brand {
        top: 10px;
        height: 55px
    }
}

.navbar-brand img {
    height: 100%;
    width: auto
}

.navbar-header-bg > .navbar-header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05)
}

.pagelevel-0 .navbar-header-bg > .navbar-header {
    border-bottom: none
}

.footerClipTop {
    -webkit-clip-path: polygon(25% 0%, 100% 60px, 100% 80px, 0px 80px, 0% 60px);
    clip-path: polygon(25% 0%, 100% 60px, 100% 80px, 0px 80px, 0% 60px);
    height: 80px;
}

.footerClipBottom {
    -webkit-clip-path: polygon(0% -1px, 100% -1px, 100% 80px, 75% 30px, 0% 80px);
    clip-path: polygon(0% -1px, 100% -1px, 100% 80px, 75% 30px, 0% 80px);
    height: 80px;
}

footer {
    padding-top: 3rem;
    /* -webkit-clip-path: polygon(100% 0, 100% 100%, 25% calc(100% - 50px), 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 25% calc(100% - 50px), 0 100%, 0 0);
    margin-top: 5rem;*/
    padding-bottom: 80px;
}

h5 {
    font-size: 1.0rem;
    font-weight: 400;
    color: #000;
    font-family: "DaxOT", "Ubuntu", Verdana, Helvetica, sans-serif;
    line-height: 1.3;
    margin-bottom: 13.5px;
    visibility: visible !important;
}

p {
    margin: 0 0 13.5px;
    line-height: 27px;
}

.maxwidth250 {
    max-width: 250px;
}

.maxwidth180 {
    max-width: 180px;
}

.maxwidth70 {
    max-width: 70px;
}

a.Footerlinks {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

    a.Footerlinks:active {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        background-color: transparent;
    }

    a.Footerlinks:visited {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        background-color: transparent;
    }

    a.Footerlinks:hover {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        background-color: transparent;
    }

.FooterUls {
    display: inline;
    list-style: none;
    list-style-type: none;
}


a.youtube, a.twitter, a.facebook, a.xing, a.linkedin, a.instagram {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'default';
    background: #333;
    border-color: #333;
    margin-right: 10px;
    position: relative;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 28px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

    a.youtube:hover, a.twitter:hover, a.facebook:hover, a.xing:hover, a.linkedin:hover, a.instagram:hover {
        background: #fff;
        color: #333;
        border-color: #333;
    }

.bg-grey {
    color: #333 !important;
}

ul.bg-grey {
    width: 100%;
    font-size: 0;
    display: block;
    list-style: none;
}

li.bg-grey {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'default';
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: auto;
    position: relative;
    font-size: .8rem;
    opacity: 0.7;
    margin-right: 10px;
}

.share-wrapper {
    font-size: 0;
    padding-left: 10px;
    padding-top: 1px;
}

.socialspan {
    top: 0;
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'default';
    width: 28px;
    height: 28px;
    display: inline-block;
}

.frame-inner {
    min-height: 20px;
}



@media only screen and (max-width: 767px) {
    .FooterUls {
        font-size: .8rem;
    }

    .footer-section-meta .col-md-6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

h4 {
    padding-bottom: 20px;
}

.cookie-notice::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,16,53,0.7);
}

.cookie-notice {
    width: 100vw;
    height: 100vh;
    max-width: none;
    background: transparent;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-notice {
    z-index: 1000000;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);
    border-radius: 4px;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.cookie-body {
    max-width: 50vw;
    background: #95c11f;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);
    border-radius: 4px;
    max-width: 50vw;
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 1em;
    padding-top: 0;
}

.cookie-text {
    color: #fff;
    font-size: 1rem;
    letter-spacing: -.05px;
    font-weight: 400;
    line-height: 1.1rem;
}

@media only screen and (max-width: 500px) {
    .cookie-text {
        font-size: .8rem;
        line-height: 1.1rem;
    }
}

.cm-link, .cm-link:hover, .cm-link:active, .cm-link:focus, .cm-link:visited {
    color: #eee;
    padding-left: 4px;
    vertical-align: middle;
    text-decoration: underline;
}

.nav-cont {
    max-width: 90vw;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:visited {
    color: var(--navbarforecolor);
}


@media only screen and (min-width: 1675px) {
    .nav-cont, .container, .grid-max-width, .innerWrap, .frame-type-fbstaff_mitarbeiter, .frame-type-fbprojects_projects, #page-header .container, .quicknavigation--wrapper, .breadcrumbs, #page-content .frame-type-carousel .frame-container .owl-carousel-wrap.gallery-header .owl-dots, #page-content .frame-type-carousel .frame-container .news .news-slider .owl-dots, .news #page-content .frame-type-carousel .frame-container .news-slider .owl-dots, #page-content .frame-type-list .frame-container .owl-carousel-wrap.gallery-header .owl-dots, #page-content .frame-type-list .frame-container .news .news-slider .owl-dots, .news #page-content .frame-type-list .frame-container .news-slider .owl-dots, .news .news-slider .news--innerWrap .news--textwrapper--inner, .news .news-slider .news--article .news--textwrapper--inner, .news .news-parallax .news--innerWrap, .frame-type-tab > div > .frame-header, .frame-type-tab > div > .bodytext, .tab-contents .tab-content .tab-pane-content-item, .tabstyle--standard .nav-tabsslider, .tabstyle--standard .tab-content-wrap {
        max-width: 1440px;
    }
}

.form-check-input {
    position: relative;
    margin-left: 0;
}



.surveymodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.surveymodalclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .surveymodalclose:hover, .surveymodalclose:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.surveymodal-header {
    padding: 2px 16px;
    background-color: #95c11f;
    color: white;
}

.surveymodal-body {
    padding: 2px 16px;
}

.surveymodal-footer {
    padding: 2px 16px;
    color: white;
}

.surveymodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    top: 300px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 1.4s;
    /*    -webkit-clip-path: polygon(25% 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(25% 0, 100% 50px, 100% 100%, 0 100%, 0 50px);*/
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 300px;
        opacity: 1
    }
}

.container.align-end {
    align-items: end;
}

/*.carousel .carousel-indicators li {
    background-color: #95c11f;
    background-color: rgba(149, 193, 31, 0.24);
}

.carousel .carousel-indicators .active {
    background-color: #628014;
}

.top-content .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2395c11f' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.top-content .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2395c11f' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}*/

.agbol {
    counter-reset: item;
    padding-left: 10px;
}

.agbmaster {
    font-weight: 700
}

.agblight {
    font-weight: 400
}

li.agbli {
    display: block
}

    li.agbli:before {
        content: counters(item, ".") " ";
        counter-increment: item
    }

.nostyle {
    list-style-type: none;
}

.modal-xl {
    max-width: 1024px;
}

.video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nh-display-4 {
    font-weight: 500 !important;
    font-size: 2.5rem;
    line-height: 1.2;
}

.bg-hand {
    background-image: url("../Images/HandExtraLang.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.nh-pd-reg {
    padding-top: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

.nh-pd-reg2 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    color: #000000 !important;
    border-color: #000000 !important;
}




.nh-mb-login {
    margin-bottom: 150px;
}

.nh-pd-bt-60px {
    padding-bottom: 60px;
}

.nh-pd-bt-50px {
    padding-bottom: 50px;
}

.nh-pd-bt-40px {
    padding-bottom: 40px;
}

.nh-pd-bt-30px {
    padding-bottom: 30px;
}

.nh-pd-bt-20px {
    padding-bottom: 20px;
}

.nh-pd-bt-10px {
    padding-bottom: 10px;
}

.alert-warning {
    color: #000;
    background-color: #00da00;
    border-color: #00da00;
    visibility: hidden;
}

@media only screen and (max-width: 1920px) {
    .bg-hand {
        background-image: url("../Images/HandLang.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }
}

@media only screen and (max-width: 770px) {
    .bg-hand {
        background-image: none;
    }

    .nh-pd-reg {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn-danger {
    background-color: #f00;
}

.modal-dialog {
    background-color: var(--standardcolor);
}

.modal-content {
    background-color: var(--standardcolor);
}

body {
    font-size: 1.2rem;
}

.name-text {
    font-size: 1.2rem;
    font-weight: 800;
}

.function-text {
    font-size: 0.9rem;
}

NHPopupXLPDF.modal-body {
    max-height: 85vh;
}

.container-map-fullscreen {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230f0' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230f0' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators li {
    background-color: var(--standardcolor);
}


.MapSideBarArrow {
    background-image: url('../Images/NH_Your_Voice_3D/Modell_Pfeil_Sidebar_00.png');
}

/*    .MapSideBarArrow:hover {
        background-image: url('../Images/NH_Your_Voice_3D/Modell_Pfeil_Sidebar.gif');
        background-repeat: no-repeat;
    }*/

.MapSideBarArrowRotated {
    background-image: url('../Images/NH_Your_Voice_3D/Modell_Pfeil_Sidebar_00_rotated.png');
}

/*    .MapSideBarArrowRotated:hover {
        background-image: url('../Images/NH_Your_Voice_3D/Modell_Pfeil_Sidebar_rotated.gif');
        background-repeat: no-repeat;
    }*/

#Library {
    background-image: url('../Images/NH_Your_Voice_3D/Modell_Pfeil_Sidebar_00.png');
}

    #Library:hover {
        background-image: url('../Images/NH_Your_Voice_3D/Modell_Pfeil_Sidebar2.gif');
        background-repeat: no-repeat;
    }

.btn-light, .btn-light:hover, .btn-light:active, .btn-light:visited {
    background-color: var(--standardcolor) !important;
    border-color: var(--standardcolor) !important;
    text-decoration: none !important;
}

.nhwscrollbar {
    float: left;
    /*height: 300px;*/
    /*width: 65px;*/
    /* background: #fff;*/
    overflow-y: scroll;
    /*margin-bottom: 25px;*/
    box-sizing: border-box;
}

.NHW3DFooter {
}

.unity-fonts {
    font-weight: 400 !important;
    font-size: 0.9rem !important;
}



.unity-image-container {
    position: relative;
}

.unity-tutrial-btn {
    position: absolute;
    right: 30px;
    transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.rotateimg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.starfull {
    fill: #000000;
    stroke: #000000;
}

.starempty {
    fill: none;
    stroke: #000000;
}

.comment-time {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
    color: grey;
}

.comment-rate {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
}

.comment-links {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
    color: grey;
    text-decoration: none !important;
}

a.comment-links {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
    color: grey;
    text-decoration: none !important;
}

.comment-like {
    font-weight: 400 !important;
    font-size: 0.7rem !important;
    color: grey;
}

.nhcarousel-control-prev {
    width: 50px !important;
    top: 80px !important;
}

.nhcarousel-control-prev-icon {
    background-image: url("../Images/NH_Your_Voice_3D/Pfeillinks.svg") !important;
    width: 50px !important;
    height: 50px !important;
}

.nhcarousel-control-next {
    width: 50px !important;
    top: 80px !important;
}

.nhcarousel-control-next-icon {
    background-image: url("../Images/NH_Your_Voice_3D/Pfeilrechts.svg") !important;
    width: 50px !important;
    height: 50px !important;
}

.close-button {
    right: 0rem;
    top: 0.5rem;
    position: absolute;
}

.slide-details-button {
    right: 60px;
    bottom: 1rem;
    position: absolute;
}

.unity-video {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.unity-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: scale-down;
}

.icons-green-full {
    fill: var(--standardcolor);
    stroke: var(--standardcolor);
}

.icons-green {
    fill: none;
    stroke: var(--standardcolor);
}

.icons-empty {
    fill: none;
    stroke: #000000;
}

.icontext {
    font-weight: bold;
    font-size: 9px;
    font-family: "geomanist", Helvetica, sans-serif;
    fill: #000000;
}

.nhrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
}

.text-black {
    color: #000000;
}

.w-nhfull {
    width: 95% !important;
}

.nhrowcomments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-NH3d {
    color: #fff;
    background-color: #fff;
    border-color: var(--standardcolor);
    border-width: 5px;
    text-decoration: none;
}

    .btn-NH3d:hover {
        color: var(--standardcolor);
        background-color: var(--standardcolor);
        border-color: var(--standardcolor);
        border-width: 5px;
        text-decoration: none;
    }

.nhslide-details-button {
    text-align: center;
    bottom: 100px;
    position: relative;
    height: 70px;
    max-width: 150px;
    margin: 0 auto;
}
.unity-details-3dbtn {
    color: #fff;
    background-color: #fff;
    border-color: var(--standardcolor);
    border-width: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.unity-details-btn-cont {
    position: absolute;
    top: 65%;
    left: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:80px;
}

.unity-details-btn {
    color: white;
    background-color: var(--standardcolor);
    border-color: var(--standardcolor);
    border-width: 5px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.ImagesTextBold {
    font-family: "PPFormulaCondensed","Geomanist",Helvetica,sans-serif;
    font-weight: inherit;
    font-size: 0.9em;
    text-shadow: none;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    letter-spacing: -.05px;
    color: #000;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}

.ImagesText {
    display: block;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 4rem;
    line-height: 1;
    position: relative;
    z-index: 10;
    font-weight: 600;
    text-align: left;
    font-family: "Geomanist","Open-Sans",Helvetica,sans-serif;
    letter-spacing: -.05px;
    color: #000;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}

.UnityLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
    width: 300px;
    height: 50px;
}

.tabInvisible {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.Glow {
    animation: glowing 600ms 5;
}

.logoback {
    display: inline;
    fill: #000000;
}
.mapbutton {
    background: -webkit-linear-gradient(to right, var(--MapButtonsbgColor), var(--MapButtonsbgColor2), var(--MapButtonsbgColor)) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, var(--MapButtonsbgColor), var(--MapButtonsbgColor2), var(--MapButtonsbgColor)) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: var(--MapButtonsbgColor) !important;
    color: var(--MapButtonsForeColor) !important;
}
.mapbuttonwithimages {
    border-color: var(--MapButtonsbgColor) !important;
}

.loadercolor {
    color: var(--standardcolor) !important;
}