/* a */
a:link.link {
    background: linear-gradient(to top right, #2D9DE2 0%, #4A00E0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

/* Header */
header {
    position: absolute;
    padding-top: 25px;
    z-index: 99;
    width: 100%;
    height: 75px;
    background-color: white;
}

#newheaderdesign2 {
    box-shadow: 0px .5px 20px #efefef;
    position: relative;
    background-color: white;
}

#newheaderdesign2 .headercontent {
    height: 25px;
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0px 50px;
}

#newheaderdesign2 .logo {
    height: 70px;
    margin: 0px;
    position: absolute;
    left: 50px;
}

#newheaderdesign2 .logo:hover {
    transform: scale(0.98);
    cursor: pointer;
}

#newheaderdesign2 .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#newheaderdesign2 .nav {
    padding: 0px;
    position: absolute;

    display: flex;
    align-items: center;
}

#newheaderdesign2 .nav div {
    width: fit-content;
    cursor: pointer;
}

#newheaderdesign2 .nav div:hover {
    transform: scale(1.07);
}

#newheaderdesign2 .nav div a {
    width: fit-content;
    height: 50px;
    font-size: 15px;
    transition: color .2s ease-in-out;
    padding: 0px 15px;
    font-weight: 500;
}

#newheaderdesign2 .nav div a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#newheaderdesign2 .nav div #nav-switcher-btn1 {
    /* color: #4A00E0; */
}

#newheaderdesign2 .nav-services {
    background-color: white;
    opacity: 0;
    display: none;
    overflow: hidden;

    position: absolute;
    top: 0px;

    width: fit-content;
    min-width: 107.7px;

    border: 1px solid #f1f1f1;
    border-top: 0px;
    
    font-size: 15px;
    
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3), /* unten */
                4px 0 6px -4px rgba(0, 0, 0, 0.3), /* rechts */
               -4px 0 6px -4px rgba(0, 0, 0, 0.3); /* links */
               
    transition: opacity .3s ease-in-out;
}

#newheaderdesign2 .nav-services div {
    cursor: pointer;
    padding: 7.5px 15px;
    height: 50px;

    display: flex;
    align-items: center;
}

#newheaderdesign2 .nav-services div:hover {
    background-color: #ddd;
}

#newheaderdesign2 #NavServicesIcon {
    width: 15px;
    height: 15px;
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
}

.logo {
    height: 50px;
    display: flex;
    align-items: center;
    vertical-align: center;
    margin: 0px auto;
}

.userprofile {
    position: absolute;
    top: 0px;
    right: 0px;
    width: fit-content;
    height: 50px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none !important;
}

.userprofile:hover {
    transform: scale(.98);
}

.userprofile .icon {
    width: 35px;
    height: 35px;
}

.userprofile .text {
    padding: 0px 15px 0px 10px; 
}

.userprofile .icon img {
    width: 100%;
    height: 100%;
}

.mobile-button {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    /* padding-top: 3vh; */
    /* padding-right: 3vh; */
    z-index: 999999;
    transform: translate(-15px, -50%);
}

.mobile-nav {
    display:  none;
    position: absolute;
    z-index: 98;
    left: 100%;
    width: 100%;
    height: calc(100% - 100px);
    padding-top: 100px;
    background-color: white;

    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.mobile-nav div {
    width: 90%;
    height: 50px;
}

.mobile-nav .userprofile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mobile-nav .userprofile .text {
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-nav div.is-active {
    background-color: whitesmoke;
}

.mobile-nav div.is-active a {
    color: #00a6fb;
}

.mobile-nav div:active {
    background-color: whitesmoke;
    transform: scale(1.04);
    cursor: pointer;
}

.mobile-nav div:hover {
    background-color: whitesmoke;
    transform: scale(1.04);
    cursor: pointer;
}

.mobile-nav div a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    text-align: center;
}

.mobile-nav.is-active {
    animation: moveLeft 0.25s ease-in-out;
}

.mobile-nav.is-not-active {
    animation: moveRight 0.25s ease-in-out;
}

.mobile-nav .mobile-nav-services {
    height: 0px;
    overflow: hidden;
}

.mobile-nav #MobileNavServices {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav #MobileNavServices #MobileNavServicesIcon {
    width: fit-content;
    transform: rotate(180deg);
}

.mobile-nav #MobileNavServices #MobileNavServicesIcon img {
    width: 15px;
    height: 15px;
}

.mobile-nav .mobile-nav-services div {
    width: 100%;
}

/* Animation für Bewegung nach rechts */
@keyframes moveRight {
    0% { left: 0; }
    100% { left: 100%; }
}

/* Animation für Bewegung nach links */
@keyframes moveLeft {
    0% { left: 100%; }
    100% { left: 0; }
}

/* Elemente für beide Animationen */
.element.right {
    animation: moveRight 0.25s ease-in-out infinite;
}

.element.left {
    animation: moveLeft 0.25s ease-in-out infinite;
}

.nav {
    height: 50px;
    float: right;
    padding-top: 25px;
}

.nav ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vh;
    font-size: 18px;
}

.nav ul a:hover {
    transform: scale(1.04);
    cursor: pointer;
}
/* 
.left {
    position: absolute;
    right: 60%;
    top: 0px;
    height: 100%;
} 

.right {
    position: absolute;
    left: 60%;
    top: 0px;
    height: 100%;
} */

/* Hamburger */
.hamburger {
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
}

.hamburger .bar,
.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #000;
    margin: 6px 0px;
    transition: 0.4s;
}

.hamburger.is-active:before {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.hamburger.is-active .bar {
    opacity: 0;
}

.hamburger.is-active:after {
    transform: rotate(45deg) translate(-9px, -8px);
}

/* FullHD */
@media only screen and (max-width: 1080px) {
    nav a {
        font-size: 1.65vh;
    } 
}

/* Tablet */
@media only screen and (max-width: 1208px) {
    .nav {
        display: none !important;
    }

    .mobile-button {
        display: block;
    }

    .userprofile {
        display: none;
    }

    #newheaderdesign .logo {
        margin: 0px;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .nav {
        display: none !important;
    }

    .mobile-button {
        display: block;
    }

    .userprofile {
        display: none;
    }
}

/* Mobile very small */
@media only screen and (max-width: 430px) {
    .nav {
        display: none !important;
    }

    .mobile-button {
        display: block;
    }

    .userprofile {
        display: none;
    }

    #newheaderdesign .logo {
        margin-right: 110px;
    }
}

/* Footer */
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: fit-content;
    text-align: center;
}

footer .badges {
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    margin-bottom: 12.5px;
}

footer .badges .badge {
    margin: 25px;
}

/* Social Media */
.socialmedia {
    width: 100%;
    height: fit-content;
    margin-bottom: 25px;
}

.socialmedia .socials {
    margin: 0px auto;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.socialmedia .socials .social {
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 8px var(--border-color);
    border-radius: 16px;
    background: var(--light);
    text-align: center;
    padding: 8px;
    width: 50px;
    height: 50px;
    margin: 0px 8px;
}

.socialmedia .socials .social:hover {
    cursor: pointer;
    transform: scale(.98);
}

.socialmedia .socials .social .icon img{
    width: 100%;
    height: 100%;
}

/* Legals */
.legals {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.75vh;
    list-style: none;
}

.legal {
    margin-right: 2vh;
}

.legals .legal a {
    font-size: 15px;
}

.legals .legal a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* Copyright */
.copyright {
    font-size: 12px !important;
    padding-bottom: 2vh;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .copyright {
        font-size: 1.25vh;
        margin-bottom: 0.25vh;
    }
    .legal {
        margin-right: 1vh;
    }
    .legals .legal {
        width: 25%;
        box-sizing: border-box;
    }
    .legals .legal a {
        font-size: 1.5vh;
    }
    .copyright {
        padding-bottom: 1vh;
    }
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px !important;
    width: 100%;
}

.button {
    outline: none;
    cursor: pointer;
    border: none;
    width: fit-content;
    height: fit-content;
    position: relative;
    margin: 0 4vh;
    padding: 10px 25px;
    border-radius: 500vh;
    overflow: hidden;
    background: linear-gradient(to right, #2d9de2, #4a00e0);
}

.button span {
    position: relative;
    color: white;
    transition: white 0.4s;
    background: transparent;
    font-size: 15px;
}

.button:hover span {
    color: white;
}

.button span i {
    padding-left: 15px;
    color: white;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.button::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.75, 1);
}

.button:hover::before {
    transform: translate3d(100%, 0, 0);
}

/* From Uiverse.io by Cobp */ 
.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 130px 0;
    perspective: 780px;
  }
  
  .loader  .text {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    z-index: 10;
  }
  
  .load-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .load-inner.load-one {
    left: 0%;
    top: 0%;
    border-bottom: 3px solid #5c5edc;
    animation: rotate1 1.15s linear infinite;
  }
  
  .load-inner.load-two {
    right: 0%;
    top: 0%;
    border-right: 3px solid #9147ff;
    animation: rotate2 1.15s 0.1s linear infinite;
  }
  
  .load-inner.load-three {
    right: 0%;
    bottom: 0%;
    border-top: 3px solid #3b82f6;
    animation: rotate3 1.15s 0.15s linear infinite;
  }
  
  @keyframes rotate1 {
    0% {
      transform: rotateX(45deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(45deg) rotateY(-45deg) rotateZ(360deg);
    }
  }
  @keyframes rotate2 {
    0% {
      transform: rotateX(45deg) rotateY(45deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(45deg) rotateY(45deg) rotateZ(360deg);
    }
  }
  @keyframes rotate3 {
    0% {
      transform: rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    }
    100% {
      transform: rotateX(-60deg) rotateY(0deg) rotateZ(360deg);
    }
  }
  