:root {
    --blue: rgb(0,30,96);
    --green: rgb(0, 142, 9);
    --yellow: rgb(234,170,0);
    /* --bs-body-font-family: Roboto-Custom,system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif; */
}

.progress-bar-vertical {
    width: 60px;
    height: 500px;
    display: flex;
    align-items: flex-end;
    margin-right: 10px;
    margin-left: 0px;
    float: left;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    transition: 0s ease;
    background-color: #a1dbec;
}

.marquee-container {
    width: 100%;
    background-color: #f8f9fa;
    padding: 15px 0;
  }
 
  .marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
  }
 
  .marquee-item {
    flex: 0 0 auto;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #495057;
  }
 
  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }
 
    100% {
      transform: translateX(-100%);
    }
  }
 
  /* Optional: Pause animation on hover */
  .marquee-container:hover .marquee-content {
    animation-play-state: paused;
  }

.tendenz{
    width:30px;
}

.square{
    width: 30px;
}

.outline{
    font-weight: bold;
}

.sunk{
    position: relative;
    font-size: 14px;
}

.s1{
    top: 2px;
}
.s2{
    top: 31px;
}
.s3{
    top: -58px;
}
.s4{
    top: -39px;
}
.s5{
    top: -21px;
}
.s6{
    top: -35px;
}
.s6-1{
    top: -15px;
}
.s6-2{
    top: 5px;
}
.s7{
    top: -9px;
}
.muted{
    filter: grayscale(1);
    color: gray;
}

.setlevel{
    border-radius:0 0.375rem 0.375rem 0;
}

*{
    transition: 3s ease;
}

@font-face {
    font-family: 'Architects Daughter';
    src: url('/fonts/ArchitectsDaughter.ttf') format('truetype');
}

.container{
    padding-top:120px;
}

h1{
    font-family: 'Architects Daughter';
    color: #000;
}

h1>.small{
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

p{
    font-family: Helvetica, sans-serif;
    letter-spacing: 1pt;
    font-size: 1rem;
    color:#000;
}

a{
    color: var(--green);
    text-decoration: none;
}

a:hover{
    color: var(--blue);
}

main{
    min-height:100vh;
    overflow:clip;
}

.book{
    opacity: 0;
    margin-top: -200px;
}

.book-big{
    opacity: 0;
    width:30%;
    max-width:unset!important;
    position: absolute;
    top: 0%;
}

.book-text{
    position: relative;
    top: 50px;
    opacity: 0;
    text-align: center;
    color:#fff;
}

.book-text-release{
    position: relative;
    top: 150px;
    opacity: 0;
   /*  padding-left: 40vw; */
    text-align: left;
    color:#fff;
}

.logo{
    width: 100%;
    margin-bottom: 200px;
}

.small{
    font-size: .6rem;
}

.navlogo{
    width: 270px;
    max-width:100%;
}

.navbar{
    background-color: #e5e1e0;
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255,1), rgba(255, 255, 255,0)); */
    /* background: linear-gradient(to bottom, rgba(255, 255, 255,.8), rgba(255, 255, 255,0)); */
    /* -webkit-mask: linear-gradient(180deg,rgba(255, 255, 255, .1) 70%, rgba(255, 255, 255, 0) 100%); */
    /* backdrop-filter: saturate(130%) blur(20px); */
    /* min-height: 120px; */
    align-items: flex-start;
    padding-bottom: 10px;
    border-bottom: var(--green) 2px solid;
}

.navicon{
    height: 30px;
}

.dropdown-menu>li>a:hover{
    transition: 0.5s ease;
    background-color: var(--green);
    color:#fff;
}

.nav-link {
    margin: 0 0.5rem;
}

.footlogo{
    width: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
}

@media (min-width: 992px){
    p, .btn{
        font-size: 1rem;
    }

    .logo{
        width: 500px;
    }

    .book-text-release{
        position: relative;
        top: 150px;
        opacity: 0;
        /* padding-left: 350px; */
        text-align: left;
        color:#fff;
    }

    .progress-bar-vertical {
        width: 70px;
        margin-right: 20px;
        margin-left: 15px;
    }
}