@font-face {
    font-family: Tahoma, sans-serif;
    src: url(/font/tahoma_regular.ttf);
}

@font-face {
    font-family: Antenna, sans-serif;
    src: url(/font/Antenna-Bold.otf);
}

html {
    font-family: "Tahoma", sans-serif;
    color: #555559;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#carcontrol{
background-color:white !important;
}


.systemMap::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
}

.seiteninhalt {
    margin-left: 10vh;
    margin-right: 10vh;
}



/* Style the navbar */
#header {
    overflow: hidden;
    background-color: white;
    z-index:99;
}

/* Navbar links */
#header a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
    padding-top: 60px;
}

.header {
    height: 9vh;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 99;
    /*box-shadow: 7px 0px 15px 0px rgba(0, 0, 0, 0.1);*/
}

.header img {
    margin: auto 50px;
    height: 8vh;
    width: auto;
}

.hero {
    margin-top: 12vh;
    padding-bottom: 0px;
    object-fit: cover;
}

::selection {
    background-color: #ed1e24;
    color: white;
}

h1 {
    font-family: Antenna;
    font-size: 5rem;
    color: #ed1e24;
}

h2 {
    font-family: "Tahoma", sans-serif;
    font-size: 3.5rem;
    color: #ed1e24;
}

h3 {
    font-family: "Antenna", sans-serif;
    font-size: 2rem;
    margin-top: 0;
}

h4 {
    font-family: "Antenna", sans-serif;
    font-size: 1.3rem;
    line-height: 0pt;
    margin-top: 4rem;
    color: #ed1e24;
    letter-spacing: .8pt;
    word-spacing: 2pt;
}

h5 {
    font-family: "Antenna", sans-serif;
    font-size: 1.5rem;
    margin-top: 4rem;
    color: #555559;
    letter-spacing: .8pt;
    word-spacing: 2pt;
}

h6 {
    font-family: "Antenna", sans-serif;
    font-size: 1rem;
    color: #555559;
    letter-spacing: .8pt;
    word-spacing: 2pt;
    margin: 0;
}

p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    text-decoration: none;
}

caption {
    font-family: Antenna;
    font-size: 1.5rem;
    line-height: 0pt;
    margin-top: 4rem;
    color: #ed1e24;
    letter-spacing: .8pt;
    word-spacing: 2pt;
}


.testimonial-wrapper {
    margin-top: 5vh;
    margin-bottom: 10vh;
    display: flex;

    justify-content: center;
    align-items: center;
}

.testimonial {
    padding: 5vh;
    box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.25);
    background:
        linear-gradient(to right, #ed1e24 7px, transparent 7px) 0 0,
        linear-gradient(to left, #ed1e24 7px, transparent 7px) 100% 100%,
        linear-gradient(to bottom, #ed1e24 7px, transparent 7px) 0 0,
        linear-gradient(to top, #ed1e24 7px, transparent 7px) 100% 100%;

    background-repeat: no-repeat;
    background-size: 100px 100px;
}

.navigation-container {
    margin-right: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    width: 100%;
    z-index: 1;
    margin-top: 6vh;
}

.nav-link {
    font-family: "Antenna", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #555559;
    padding: 20px 0px;
    margin: 0px 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}


.nav-link::before {
    transition: 300ms;
    position: absolute;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #ed1e24;
    color: #555559;
}

.nav-link:hover {
    color: #ed1e24;
}

.nav-link-ltr-active::before {
    width: 95%;
    bottom: 10px;
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 10px;
}

.nav-link-ltr:hover::before {
    width: 95%;
}

.nav-link-fade-up::before {
    width: 100%;
    bottom: 5px;
    opacity: 0;
}

.nav-link-fade-up:hover::before {
    bottom: 10px;
    opacity: 1;
}

.nav-link-grow-up::before {
    height: 0%;
    width: 100%;
    bottom: 0px;
}

.nav-link-grow-up:hover::before {
    height: 5px;
}

.navigation-tab_external {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 1rem;
}

.heading {
    font-weight: bold;
    margin-bottom: 5px;
}

#map-container {
    cursor: grab;
}

.map-container {
    position: relative;
    z-index: 1;
}

.zweispaltig {
    margin-top: 10vh;
}

.img-text-wrapper {
    display: flex;
}

.bild_vertical {
    width: 45%;
    object-fit: cover;
    margin-right: 2.5%;
}

.bildbeschreibung {
    height: 10vh;
    align-items: center;
    background-color: pink;
    color: #ed1e24;
    text-align: center;
    z-index: 1;
}


.text-rechts {
    width: 45%;
    margin-left: 2.5%;

}

.systemMap {
    overflow: scroll;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative
}

/*
#system > * {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 74vh;
    width: auto;
}


.systemMap > * {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 74vh;
    width: auto;
}
*/
.systemMap > *:not(#lotties) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 74vh;
    width: auto;
}


/*
#smallGrid,
#grid {
    display: none;
}
*/

.verbindung {
    pointer-events: none;
    z-index: 2;
}

#verbindung-7{
    margin-left: 6.2vh;
    margin-top: 4vh;
    /*transform: translate(800px, 700px) scale(2);*/
}

#verbindung-11{
    margin-left: 87vh;
    margin-top: 20vh;
}

#verbindung-5{
    margin-left: 7vh;
    margin-top: 4vh;
    
}

#verbindung-6{
    margin-left: 7vh;
    margin-top: 4vh;
    
}

.verbindung polyline {
    stroke:#ED1E24;
    stroke-width: 7px;                                    
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

#system {
    margin: 0 auto;
}

.hiddenDescription,
.hidden {
    display: none;
}

path,
polygon {
    transition: fill 0.2s ease-in-out;
}

line,
polyline {
    transition: stroke 0.2s ease-in-out;
}

.verbindung.greyed polyline {
    fill: none !important;
}

.greyed path, 
.greyed polygon {
    fill: #f3f3f3 !important;
}

.greyed line,
.greyed polyline {
    fill: #c9c9c9 !important;
}

.active path,
.active polygon,
.clickable:hover path,
.clickable:hover polygon {
    fill: #ED1E24 !important;
    cursor: pointer;
}

.active line,
.active polyline,
.clickable:hover line,
.clickable:hover polyline {
    stroke: #fb6367 !important;
}

#welcome {
    background-color: white;
}

.descriptionContainer {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 60vw;
    background-color: white;
    height: 120px;
    -webkit-box-shadow: 0px 0px 49px 23px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}

/*
.description {
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}
*/

.description {
    transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    /*width: 40%;*/
    padding-right: 10%;
    padding-left: 40px;
    z-index: 1;
}

.description::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.description span {
    display: block;
    font-size: 1.3rem;
}

.descriptionHeading {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0000001c;
}

.shown {
    display: block;
    visibility: visible;
    opacity: 100;
}

.navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.navigation a {
    padding: 20px;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

footer {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    background-color: white;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.05);
}

.footer-content {
    margin-left: 10vh;
    margin-right: 10vh;
    display: flex;
    flex-direction: row;
}

.social-headline {
    margin-left: 10vh;
    margin-bottom: 1vh;
    margin-right: 10vh;
    text-align: center;
}

.social-media-icons {
    width: 100%;
    justify-content: center;
    margin-bottom: 1vh;
}

.social-media-icons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    list-style: none;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.social-media-icons-wrapper .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin-left: 1vh;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-media-icons-wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-media-icons-wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-media-icons-wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.social-media-icons-wrapper .icon:hover span,
.social-media-icons-wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-media-icons-wrapper .linkedin:hover,
.social-media-icons-wrapper .linkedin:hover .tooltip,
.social-media-icons-wrapper .linkedin:hover .tooltip::before {
    background: #0a66c2;
    color: #fff;
}

.social-media-icons-wrapper .facebook:hover,
.social-media-icons-wrapper .facebook:hover .tooltip,
.social-media-icons-wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #fff;
}

.social-media-icons-wrapper .instagram:hover,
.social-media-icons-wrapper .instagram:hover .tooltip,
.social-media-icons-wrapper .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #fff;
}

.rechte-seite-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 20%;
}

.btn-zu-solvis {
    font-family: "Antenna", sans-serif;
    font-size: 1rem;
    width: 20vh;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed1e24;
    border: none;
    color: white;
    font-weight: 600;
    gap: 8px;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

.svgIcon {
    width: 16px;
}

.svgIcon path {
    fill: white;
}

.btn-zu-solvis::before {
    width: 20vh;
    height: 20vh;
    position: absolute;
    content: "";
    background-color: white;
    border-radius: 50%;
    left: -100%;
    top: 0;
    transition-duration: .3s;
    mix-blend-mode: difference;
}

.btn-zu-solvis:hover::before {
    transition-duration: .3s;
    transform: translate(100%, -50%);
    border-radius: 0;
}

.btn-zu-solvis:active {
    transform: translate(5px, 5px);
    transition-duration: .3s;
}

.copyright {
    margin-left: 10vh;
    margin-right: 10vh;
    text-align: center;
    font-family: "Antenna", sans-serif;
    font-size: 16px;
    color: #555559;
    opacity: 0.5;
}


/* LOTTIE HOVER */
g[clip-path="url(#__lottie_element_2)"]:hover *  {
    fill: #ED1E24;
}

@media (max-width: 1339px) {
    .systemMap>* {
        left: 0;
        transform: none;
    }
}

/* MOBILE */
@media (max-width: 1000px) {
    .seiteninhalt {
        margin: 0 6vw;
    }
}


@media (max-width: 376px) {
    body {
        margin: 0;
        padding: 20px;
        width: 100%;
    }

    .seiteninhalt {
        margin: 0;
    }

    .navigation-container {
        flex-direction: column;
    }

    .map-container {
        margin: 0 auto;
    }

    .systemMap {
        overflow: hidden;
        height: 80vh;
        width: 100%;
        margin-bottom: 20px;
    }

    .systemMap svg {
        transition: transform 0.3s ease-in-out;
        transform: scale(1);
        margin: 0 auto;
    }

    .container#hippie {
        position: absolute;
        z-index: 5;
    }

    .descriptionContainer {
        position: relative;
        transform: initial;
        z-index: 1;
        width: initial;
        height: initial;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
        box-shadow: none;
        left: 0;
        bottom: 0;
    }

    .navigation {
        margin-top: 130px;
        margin-bottom: 20px;
        position: static;
        top: 0;
        left: 0;
        transform: initial;
    }
}