
@font-face {
    font-display: swap;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/titillium-web-v17-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2');
}

/* titillium-web-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/titillium-web-v17-latin-700.woff2') format('woff2');
}

:root {
    --prim-color: #101e52;
    --sec-color: #96E100;
    --prim-bg-color: #101e52;
    --sec-bg-color: #101e52;

    --font-color: #eaeaea;

    --prim-color-deep-dark: rgb(25, 0, 66);

    /* Diese Farbe dunkelt den Hintergrund ab */
    --prim-bg-color-transparent: rgba(0, 0, 0, 0.137);
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

a {
    color: #fff;
}

.h-50 {
    height: 50vh;
}

.logo img {
    width: 200px;
}

.logo-desktop {
    top: 40px;
    left: 40px;
}

body {
    color: var(--font-color);
    font-weight: 500;
}


main {
    max-width: 900px;
}



main p {
    margin-bottom: 1rem !important;
    padding-bottom: 0 !important;
    line-height: 1.3;
    text-align: left;
    font-size: 1.5rem;
}


@media (min-width: 768px) {
    main h2 {
        font-size: 1rem;
    }
}

main h2 {
    font-size: 2rem;
}


h2, h3 {
    text-align: center;
}


.dot polyline {
    stroke: var(--prim-bg-color);
}


.dot svg .colored{
    fill: var(--sec-color)!important;
}


.dot svg circle{
    stroke: var(--sec-color)!important;
}

.background-shadow {
    opacity: 0;
    background: rgba(7, 14, 37, 0.9);
    backdrop-filter: blur(5px);
}

.antwort {
    border: 1.5px rgba(255, 255, 255, 0.3) solid;
    /* color: var(--sec-color)!important; */
}

.antwort:hover {
    background: #a6b1d7!important;
    border-color: var(--prim-color);
}

.logo img {
    /* background: rgba(255, 255, 255, 0.3);
    border: solid 1.5px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: .75rem 1rem;
    border-radius: .4rem; */
}

.anrede {
    color: var(--sec-color);
}

.icon-card {
    display: flex;
    flex-direction: column;
    padding: .4rem .2rem;
    box-sizing: border-box;
    /* background: rgba(16, 30, 82, 0.3); */
    /* border: solid 1.5px rgba(255, 255, 255, 0.2); */
    /* backdrop-filter: blur(10px); */
    height: 100%;
    width: 100%;
    border-radius: .5rem;
    justify-content: space-around;
}



@media (max-width: 768px) {
  .icon-card {
    width: 100%;
  }
}


.icon-card img {
    height: 120px;
    padding: 20px 0;
    /* margin: auto; */
}

.icon-card .ic-title {
    text-align: center;
    font-weight: 600;
}

.ic-description {
    
    text-align: center;
}

.greeting-loader-wrapper {
  background: rgba(16, 30, 81, 0.9);
  backdrop-filter: blur(10px);
  color: #a9df45;
  font-size: 2.4rem;
  font-weight: 500;
}


@media (max-width: 768px) {
  .greeting-loader-text {
    font-size: var(--font-size-tablet);
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .greeting-loader-text {
    font-size: var(--font-size-mobile);
  }
}


.antwort {
    background: var(--sec-color)!important;
    color: var(--prim-bg-color)!important;
    border: none;
    border-radius: 40px!important;
    width: 100%;
    max-width: 400px;
}


.antwort:hover{
    background: var(--prim-bg-color)!important;
    color: var(--sec-color)!important;
}

.sec-style .antwort {

    max-width: unset;
    background: #fff!important;
    color: var(--prim-bg-color)!important;
}

.antwort {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.ant-icon {
    display: inline-flex;
    height: 100%;
}

.ant-icon  svg{
    width: 30px;
    height: 30px;
    padding-right: 5px;
    transform: all 0.5s;
}

.ant-icon  svg path {
    fill: #101e52;
}

.antwort:hover .ant-icon  svg path{
    fill: #96E100;
}

.teamcollage__wrapper {
    display: flex;
    justify-content: center;
}

.teamcollage{
    margin: 0 auto -90px;
}

body {
    overflow-y: hidden;
}
