header{
    width:100%;

}

.title{
    width:30%;
    float:left;
}

.punzebasel{
	width:100%;
    
}

.Untertitel{
    font-size: 0.8vw;
    font-weight: 400;
    padding-left: 50px;
    margin-top: -40px;
}

.datum{
    width:30%;
    float:right;
    font-size: 1.5vw;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    margin-top:10px;
}

a{
    text-decoration: none;
    color: black;
}

.ND{
    width:40%;
    float:left;

}

.Pfeil{
    width:18%;
    text-align: right;
    float:left;
}

.Zeit{
    width:40%;
    float:right;
}

.container{
    width:100%;
    margin-top: 300px;
    overflow-y:scroll;
    overflow-x: hidden;
}

.content-left{
    width:25%;
    float:left;
}

.empfehlungen{
    display: grid;
    grid-template-columns: auto auto auto auto;
    width:100%;
}

.buchrezension{
    font-size: 0.5vw;
    line-height: 150%;
    width:90%;
    text-align: left;
    margin:10px;
}

.buchrezension-img{
    width:100%;
    border: 1px solid black;
}

.content-right{
    width:70%;
    float:right;
    font-size: 1.5vw;
    overflow-y:scroll;
    overflow-x: hidden;
    margin-bottom: 100px;
}

.accordion {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y:scroll;
    overflow-x: hidden;
}

.accordion-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    border-top: 1px solid black;
}

.accordion-question {
    width: 30%;
    font-size: 0.8vw;
    padding: 10px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    line-height: 230%;
    font-weight: 700;
}

.accordion-answer {
    display: none;
    width: 68%;
    font-size: 1.5vw;
    flex-grow: 2;
    flex-shrink: 0;
    margin-right: 200px;
    flex-basis: auto;
    line-height: 120%;
    font-weight: 400;
}

.accordion-answer.active {
    display: block;
}

.accordion-item:last-child {
    border-bottom: none;
}

.footer{
    width:100%;
    background-color: black;
    bottom:0;
    position: fixed;
    padding:20px;
}

.footer-left{
    width:50%;
    float:left;
}

.footer-text{
    text-decoration: none;
    color: white;
    font-size: 0.5vw;
    line-height: 120%;
}

.footer-right{
    width:40%;
    float:right;
    text-align: right;
    padding-right: 40px;
}

.fullscreen{
	height: 100%;
  }
  
  body, html {
	height: 100%;
	margin: 0;
    overflow-y:scroll;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    font-family: neue-haas-unica, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
.sb::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .sb {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }




  @media screen and (max-width: 1500px) {
    .title{
        width:50%;
    }

       .datum{
        width:40%;
        font-size: 2vw;
    }
    
    .content-left{
        width:0%;
    }

    .content-right{
        width:100%;
    }
    
    .buchrezension{
        font-size: 2vw;
    }
    
    .buchrezension-img{
        width:100%;
    }
    
    .accordion-item {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
        border-top: 1px solid black;
    }
    
    .accordion-question {
        font-size: 1.6vw;
    }
    
    .accordion-answer {
        font-size: 3.2vw;
    }
    
    .footer-text{
        font-size: 2vw;
    }
    
}




@media screen and (max-width: 720px) {
    .title{
        width:98%;
    }
    
    .Untertitel{
        font-size: 3vw;
        margin-top: -10px;
        text-align: right;
    }
    
    .datum{
        margin-top: 70px;
        width:100%;
        font-size: 6vw;
        padding-left:10px;
        float:left;
    }
    
    .content-left{
        width:0%;
    }

    .content-right{
        width:100%;
    }
    
    .buchrezension{
        font-size: 2vw;
    }
    
    .buchrezension-img{
        width:100%;
    }
    
    .accordion-item {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        border-top: 1px solid black;
    }
    
    .accordion-question {
        font-size: 3vw;
        width:100%;

    }
    
    .accordion-answer {
        font-size: 6vw;
        width:97%;
        padding:10px;
    }
    
    .footer-text{
        font-size: 3vw;
    }

    .footer-left{
        width:50%;
    }
    
    .footer-right{
        width:30%;
    }
    

}