#banner{
    background: #A2CC82;
}

#bildBannerBoxAdventuresOfHuckleberryFinn{
    width: 35%;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;    
}

#bildBanner{
    box-shadow: 10px 10px 8px rgba(14, 14, 14, 0.5);
    
}


#textBannerAdventuresOfHuckleberryFinn{
    width: 65%;
    float: right;
}

#banner h2{
    margin-top: 60px;
    margin-bottom: 20px;
}

#textAdventuresOfHuckleberryFinn{
    width: 60% ;
    margin-left: 20%;
    text-align: justify;
    line-height: 1.5rem;
}

#banner a{
    text-decoration: none;
}

#ZumBuchAdventuresOfHuckleberryFinn{
    text-align: center;
    width: 100%;
    background: #2C4628;
    border-radius: 8px;
    margin-bottom: 20px;
}

#ZumBuchAdventuresOfHuckleberryFinn a{
    color: #f1e4a7;
    line-height: 1.5rem;
}

#ZumBuchBoxAdventuresOfHuckleberryFinn{
    width: 15%;
    margin-left: 42.5%;
    margin-top: 20px;
}

@media only screen and (max-width:1200px) {
    
    #bildBannerBoxAdventuresOfHuckleberryFinn{
        width: 30%;
        margin-left: 35%;
        margin-right: 35%;
    }


    #textBannerAdventuresOfHuckleberryFinn{
        width: 100%;
    }

    #bildBannerAdventuresOfHuckleberryFinn{
        width: 20%;
        margin-left:40%;
    }
}

@media only screen and (max-width:800px) {
    
    #bildBannerBoxAdventuresOfHuckleberryFinn{
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }


 
}

@media only screen and (max-width : 480px) 
{ 
    
#bannerAdventuresOfHuckleberryFinn h2{
    margin-top: 10px;
    margin-bottom: 20px;
}
}


    