@import url('fonts/nunito.css');
@import url('fonts/enriqueta.css');

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

#p404 {
    margin-top: 170px;
    margin-bottom: 170px;
    text-align: center !important;
}
#p404 p {
    font-size: 150px;
}
#p404 h1 {
    text-align: center !important;
}
#p404 form {
    margin-top: 3%;
}

a:active {
    color: gray
}
a:hover {
    color: gray !important;
}
a:link {
    color: gray;
    text-decoration: none;
}
a:visited {
    color: gray
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-out;
}
.active.fade-left {
    animation: fade-left 1s ease-out;
}
.active.fade-right {
    animation: fade-right 1s ease-out;
}

.accordion-button:not(.collapsed) {
    color: gray;
    background-color: white;
}
.accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free", serif;
    color: gray;
    background-image: none;
}
.accordion-button.collapsed::after {
    content: "\2b";
    color: gray;
    font-weight: 400;
    font-family: "Font Awesome 5 Free", serif;
    background-image: none;
}
.accordion-button:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.dark-preview .accordion-item {
    background-color: #50575b !important;
    border-color: #e0e0e0 !important;
}
.dark-preview .accordion-button {
    background-color: #50575b !important;
    color: #e0e0e0;
}
.dark-preview .accordion-button:not(.collapsed) {
    color: #e0e0e0 !important;
}
.dark-preview .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e0e0e0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.dark-preview .accordion-button.collapsed::after {
    color: #e0e0e0 !important;
}

#onetrust-consent-sdk {
    color:#50575b !important;
}
#ot-pc-title {
     color:#50575b !important;
 }
a img {
    opacity: 1;
    transition: opacity 0.5s;
    transition-timing-function: ease-out;
}
a img:hover {
    opacity: 0.7;
}

body {
    font-family: Nunito !important;
    background: rgb(0, 1, 255);
    background: -moz-linear-gradient(327deg, rgba(0, 1, 255, 0.04525560224089631) 0%, rgba(0, 176, 237, 0.07046568627450978) 100%);
    background: -webkit-linear-gradient(327deg, rgba(0, 1, 255, 0.04525560224089631) 0%, rgba(0, 176, 237, 0.07046568627450978) 100%);
    background: linear-gradient(327deg, rgba(0, 1, 255, 0.04525560224089631) 0%, rgba(0, 176, 237, 0.07046568627450978) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0001ff", endColorstr="#00b0ed", GradientType=1);
}

.btn-container {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn-container i {
    display: inline-block;
    position: relative;
    top: -9px;
}
.btn-container label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-dark-mode {
    display: inline-block;
    margin: 0;
    position: relative;
}
.btn-dark-mode > label.btn-dark-mode-label {
    margin: 0;
    width: 140px;
    height: 30px;
    background: #e0e0e0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 0 8px 0 rgba(17, 17, 17, 0.34);
    display: block;
}
.btn-dark-mode > label.btn-dark-mode-label:before {
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 7px;
    right: 20px;
}
.btn-dark-mode > label.btn-dark-mode-label:after {
    content: attr(data-off);
    width: 70px;
    height: 26px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px -2px #111;
    padding: 5px 0;
}
.btn-dark-mode > .alert {
    display: none;
    background: #ff9800;
    border: none;
    color: #fff;
}
.btn-dark-mode input[type='checkbox'] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0;
}
.btn-dark-mode input[type='checkbox']:checked + label.btn-dark-mode-label {
    background: #151515;
    color: #fff;
}
.btn-dark-mode input[type='checkbox']:checked + label.btn-dark-mode-label:after {
    content: attr(data-on);
    left: 68px;
    background: #3c3c3c;
}
.btn-dark-mode input[type='checkbox']:checked + label.btn-dark-mode-label:before {
    content: attr(data-off);
    right: auto;
    left: 20px;
}
.btn-dark-mode input[type='checkbox']:checked ~ .alert {
    display: block;
}

.carousel {
    z-index: 2 !important;
}

.card-img {
    display: block;
    max-height: 199.5px;
    max-width: 133px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
}

.carousel-item img {
    width: 100%;
}

.dark-preview a:active, .dark-preview a:hover, .dark-preview a:link, .dark-preview a:visited,
.dark-preview h1, .dark-preview h2, .dark-preview h3, .dark-preview h4, .dark-preview h5,
.dark-preview h6, .dark-preview p, .dark-preview a, .dark-preview summary,
.dark-preview .dropdown-menu:active + .dropdown-toggle, .dark-preview .dropdown-menu,
.dark-preview .nav-link, .dark-preview .nav-item, .dark-preview .form-control,
.dark-preview .form-select, .dark-preview .form-control:focus,
.dark-preview #l-select option, .dark-preview #a-select option,
.dark-preview .form-group label, .dark-preview .form-group button,
.dark-preview .footer-big-four, .dark-preview textarea::placeholder, .dark-preview li {
    color: #e0e0e0 !important;
}

.dark-preview {
    background: #0d0d0d !important;
}
.dark-preview div.btn-container i.fa-sun {
    color: #777;
}
.dark-preview div.btn-container i.fa-moon {
    color: #fff;
    text-shadow: 0 0 11px #fff;
}

#datenschutz {
    text-align: left;
}

details {
    margin-bottom: 15px;
}
.accordion-body p {
    margin-top: 8px;
}

.dropdown-hover {
    font-size: 18px;
    transition: font-size 0.75s cubic-bezier(0.7, 0, 0.3, 1);
}
.dropdown-hover:hover {
    font-size: 21px;
}
.dark-preview .dropdown-hover {
    color: white;
}

.dropdown-item {
    background: white;
    transition: background-color 0.75s ease-out;
}
.dropdown-item:hover {
    background: rgba(0, 176, 237, 0.09567577030812324);
}
.dark-preview .dropdown-item {
    color: white;
    background: #3b3b3b;
}
.dark-preview .dropdown-item:hover {
    color: #0d0d0d !important;
    background: white;
}

.dropdown-menu {
    z-index: 1000 !important;
}
.dropdown-menu:active + .dropdown-toggle {
    font-size: 26px !important;
}
.dark-preview .dropdown-menu:active + .dropdown-toggle, .dark-preview .dropdown-menu {
    background: #3b3b3b;
}

.E_U_I_Images {
    width: 100%;
    max-width: 204px;
}

.fineprint {
    color: gray;
    font-size: clamp(10px, 2vw, 12px);
    line-height: 0.5rem;
    text-align: center;
}

.footer-big-four {
    color: gray !important;
    font-size: clamp(10px, 2vw, 15px);
    line-height: 2rem;
    text-align: center;
    vertical-align: center;
}

.footer-height {
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
}

.footer-images {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
}
.footer-images a img:hover {
    opacity: 1 !important;
}

.footer-logo {
    transition: all 0.5s cubic-bezier(0.83, 0, 0.16, 0.99);
}
.footer-logo:hover {
    transform: scale(1.25);
}

.form-control, .form-select {
    border-color: transparent !important;
    color: #354A53 !important;
}
.form-control:focus, .form-select:focus {
    border-color: #354A53 !important;
    border-width: 3px !important;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075), 0 0 20px rgba(132, 200, 255, 0.6) !important;
}
.dark-preview .form-control, .dark-preview .form-select, .dark-preview .form-control:focus {
    background-color: #495C6D;
    border-color: transparent;
}
.dark-preview .form-select:focus, .dark-preview .form-control:focus {
    border-color: #495C6D !important;
    border-width: 3px !important;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075), 0 0 20px rgba(132, 200, 255, 0.6) !important;
}
.dark-preview .form-group button {
    border-color: #e0e0e0;
    color: #e0e0e0;
}
.dark-preview .form-group button:hover {
    color: #0d0d0d !important;
    background-color: #e0e0e0;
}
.white-preview .form-group button {
    border-color: #354A53;
    color: #354A53;
}
.white-preview .form-group button:hover {
    background-color: #354A53;
    color: #B8F8FF;
}
.dark-preview .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e0e0e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.from-bottom:before, .from-bottom:after {
    left: 0;
    height: 0;
    width: 100%;
}
.from-bottom:before {
    top: 0;
    border: 1px solid black;
    border-top: 0;
    border-bottom: 0;
}
.from-bottom:after {
    bottom: 0;
    height: 0;
}
.from-bottom:hover:before, .from-bottom:hover:after {
    height: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: auto;
    width: 100%;
}
.gmap_canvas2 {
    text-align: center;
    overflow: hidden;
    background: none !important;
    height: auto;
    width: 100%;
}

h1, h2, h3, h4, h5, .nav-link, .dropdown-hover {
    font-family: "Enriqueta", "Bookman Old Style", "Book Antiqua", "Palatino Linotype", serif;
}
/*noinspection CssInvalidPropertyValue*/
h1 {
    text-align: left;
    font-size: 2em !important;
    font-weight: bold;
    position: relative;
    color: transparent;
    background-image: linear-gradient(black, black), linear-gradient(#212529, #212529);
    -webkit-background-clip: padding-box, text;
    background-clip: padding-box, text;
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-position: left;
    animation: revealer-text 2s forwards;
}
.dark-preview h1 {
    background-image: linear-gradient(#e0e0e0, #e0e0e0), linear-gradient(white, white);
}
h2 {
    text-align: left;
    margin-bottom: 15px !important;
    font-size: 1.6em !important;
    font-weight: 400 !important;
    white-space: nowrap;
    overflow: hidden;
    width: 60ch;
    margin-bottom: 5px;
    animation: typing 2.5s steps(60, end);
}
h3 {
    font-size: 0.8em !important;
    font-weight: normal !important;
}
h4 {
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 1.4em !important;
    font-weight: 400 !important;
}
h5 {
    font-weight: bold;
    font-size: 1.1em !important;
}

.dark-preview hr {
    background-color: white;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

.img-fluid {
    max-height: 48px;
}

#l-select option, #a-select option {
    background-color: #d9effa !important;
    color: black;
}
.dark-preview #l-select option, .dark-preview #a-select option {
    background-color: #354A53 !important;
}

#leistungen {
    text-align: center;
    padding: 0 2%;
}
#leistungen .card {
    background: transparent;
    border: 0;
}
#leistungen .card .card-img-top {
    border-radius: 5px;
    border: 0;
}
#leistungen .card-title, #myHover h5 {
    margin-top: 5%;
}
#leistungen .card-title:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}
.dark-preview .card-title:after {
    background: #fff !important;
}
.white-preview .card-title:after {
    background: grey !important;
}
#leistungen .card-title:hover:after {
    width: 100%;
    left: 0;
}

.dark-preview #logo-stroke {
    stroke: #e0e0e0;
}
.white-preview #logo-stroke {
    stroke: #000;
}

.mapouter {
    position: relative;
    text-align: right;
    height: auto;
    width: 100%;
}
.mapouter2 {
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
}

.myColors {
    border-radius: 12.5px !important;
    z-index: 98;
}
.dark-preview .myColors {
    background: #50575b !important;
    /*box-shadow: 0 0 5px 2.5px rgba(0, 230, 255, 0.2) inset, 0 0 10px 5px rgba(0, 230, 255,0.4);*/
}
.white-preview .myColors {
    background: rgba(198, 253, 255, 0.7) !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
}

.myFooter {
    background: #00162b;
}
.white-preview #myFooter {
    background-color: #e0e0e0;
}

.myForm {
    background: #d9effa;
    border: 5px solid rgba(184, 248, 255, 0.6);
    border-radius: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
    padding-top: 2%;
    padding-bottom: 2%;
}
.dark-preview .myForm {
    background: #354A53;
    border: 5px solid #2E6F76;
    box-shadow: rgba(0, 230, 255, 0.4) 0 0 20px 10px;
}

#myHide {
    color: transparent !important;
    max-height: 0;
    transition: color 0.25s, max-height 1.25s;
    transition-timing-function: ease-out;
}

.myNavi {
    background: rgb(255, 239, 25);
    background: linear-gradient(90deg, rgba(255, 239, 25, 0.13) 0%, rgba(0, 176, 237, 0.1) 35%, rgba(244, 68, 151, 0.08) 100%);
    min-height: 160px;
    margin-bottom: 20px;
}
.dark-preview .myNavi {
    background: transparent;
}

.myReveal {
    position: relative;
    opacity: 0;
}
.myReveal.active {
    opacity: 1;
}

nav {
    opacity: 1;
    animation-name: nav-appear;
    animation-duration: 2s;
    margin-top: 0;
}

.nav-link {
    font-size: 22px;
    color: lightgray;
}
.nav-link:hover {
    color: black !important;
}
.dark-preview .nav-link:hover {
    color: white !important;
}

.white-preview .navbar-toggler {
    border-color: #000 !important;
}
.dark-preview .navbar-toggler {
    border-color: #e0e0e0 !important;
}
.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    transform-origin: center left;
    border-radius: 1.5px;
}
.dark-preview .navbar-toggler span {
    background-color: #fff;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
    transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler-icon {
    background-image: none !important;
}

.pin-point {
    stroke: #FFC300;
    stroke-width: 2.5px;
    stroke-dashoffset: -500;
    stroke-dasharray: 500;
    animation-name: pin-point;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.sonderformate-img {
    display: block;
    max-width: 80%;
    max-height: 100%;
    min-width: 202px;
    min-height: 155px;
}

.svg404 {
    stroke: #000000;
    stroke-width: 8px;
    stroke-dashoffset: -2000;
    stroke-dasharray: 2000;
    animation-name: svg404;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.dark-preview .svg-fill {
    fill: #e0e0e0;
}
.white-preview .svg-fill {
    fill: black;
}
.dark-preview .svg-stroke {
    stroke: black;
}
.white-preview .svg-stroke {
    stroke: #dbf2f5;
}

#techn-ausst-img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}

#toTop {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    transition: all 0.4s ease-out;
}
.white-preview #toTop {
    background-color: #f34496;
    box-shadow: rgba(50, 50, 93, 0.25) 0 10px 2px -4px, rgba(0, 0, 0, 0.3) 0 6px 12px -6px;
}
.white-preview #toTop:hover {
    background-color: #fdee19 !important;
    color: black;
}
.dark-preview #toTop {
    background-color: #50575b;
    box-shadow: 0 0 8px 4px rgba(0, 230, 255, 0.5);
}
.dark-preview #toTop:hover {
    background-color: #00E6FF !important;
    box-shadow: 0 0 16px 8px rgba(0, 230, 255, 0.5);
    color: black;
}

.white-preview div.btn-container i.fa-sun {
    color: #ffa200;
    text-shadow: 0 0 16px #ffa200;
}
.white-preview div.btn-container i.fa-moon {
    color: #777;
}

#z-g-card {
    width: 300px;
    height: 100%;
    transition: width 1.25s, height 1.25s, font-size 1.25s;
    transition-timing-function: ease-out;
}
#z-g-card img {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    border: 0;
}
#z-g-card:hover {
    width: 400px;
}
#z-g-card:hover #myHide {
    max-height: 300px;
    color: black;
    transition: max-height 2.5s, color 0.25s 0.75s;
    transition-timing-function: ease-out;
}
.dark-preview #z-g-card:hover #myHide {
    color: #e0e0e0 !important;
}


@keyframes fade-bottom {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes fade-right {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes nav-appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes pin-point {
    0% {
        stroke-dashoffset: -500;
        stroke: #FFC300;
    }
    30% {
        stroke: #FF5733;
    }
    50% {
        stroke: #FFC300;
    }
    70% {
        stroke: #FF5733;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: #FFC300;
    }
}
@keyframes revealer-text {
    0% {
        background-size: 0 100%;
    }
    50% {
        background-size: 100% 100%;
        background-position: left;
    }
    51% {
        background-size: 100% 100%;
        background-position: right;
    }
    100% {
        background-size: 0 100%, 100% 100%;
        background-position: right;
    }
}
@keyframes typing {
    from {
        width: 0;
    }
}
@keyframes svg404 {
    0% {
        stroke-dashoffset: -2000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .nav-link {
        font-size: 17px !important;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #z-g-card:hover {
        width: 375px;
    }
}
@media (max-width: 768px) {
    .active.fade-left {
        animation: fade-bottom 1s ease-out;
    }

    .active.fade-right {
        animation: fade-bottom 1s ease-out;
    }

    .card-body {
        text-align: center;
    }

    .card-img-top {
        max-width: 85%;
    }

    .card-img {
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-indicators {
        visibility: hidden;
    }

    .myForm {
        padding-top: 7%;
        padding-left: 6%;
        padding-right: 6%;
    }
    .myForm h2 {
        margin-bottom: 5% !important;
    }

    #navbar-button {
        margin-right: auto;
    }

    #techn-ausst-img {
        width: auto;
    }

    #z-g-card:hover {
        width: 90%;
    }
}
@media (max-width: 575px) {
    h2 {
        margin-bottom: 10px !important;
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        width: 100% !important;
        white-space: normal !important;
        white-space: normal !important;
    }
}
@media (min-width: 768px) {
    #carousel-eui {
        max-width: 80%;
        margin-top: 50px;
    }
}
@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}






























