: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: 30px;
    height: 500px;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    float: left;
}

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

.tendenz{
    width:30px;
}

.square{
    width: 30px;
}

.outline{
    font-weight: bold;
}

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

.s1{
    top: 47px;
}
.s2{
    top: 31px;
}
.s3{
    top: -15px;
}
.s4{
    top: -5px;
}
.s5{
    top: 13px;
}
.s6{
    top: -3px;
}
.s6-1{
    top: 7px;
}
.s6-2{
    top: 17px;
}
.s7{
    top: 1px;
}
.muted{
    filter: grayscale(1);
    color: gray;
}

*{
    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;
    }
}