:root 
{
    --headline_col:   #ffffe9;
    --text_col:       #dedecd;
}
body
{
    margin: 0;
    background-color: #384483;
}
#top_text
{
    color: var(--text_col);
    font-family: sans-serif;
    font-size: 20px;
    margin: auto;
    line-height: 1.5;
    width: 75%;
    margin-bottom: 50px;
    font-weight: lighter;
}
#top_text h2
{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 32px;
    color: var(--headline_col);
    font-weight: normal;
}
#intro_us
{
    text-align: justify;
    hyphens: auto;
}
#flexy
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.boxed
{
    background-color: #2e367e47;;
    padding: 20px;
    border-radius: 20px;
}
#leistungsblock
{
    color: var(--text_col);
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.5;
    padding-left: 20px;
    width: 440px;
    margin: auto;
    font-weight: lighter;
}
.sh 
{
    font-size: 22px;
    text-decoration: underline;
    font-weight: normal;
}
#us_image 
{
    width: 50%; 
    margin: auto;
}
#schallimage 
{
    width: 30%; 
    margin: auto;
}
#drainage_image 
{
    width: 60%; 
    margin: auto;
}
.image_info
{
    color: var(--text_col);
    font-family: sans-serif;
    font-size: 20px;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    font-weight: lighter;
    width: 65%;
}
img {width: 100%;}
.leistungen {margin-left: 20px;}
ul
{
    margin-top: 0px;
    margin-bottom: 10px;
}
.anfrage {text-align: center;}
#buchen
{
    background-image: linear-gradient(#3f9ae1, #016abf);
    border: 1px solid #0273c4;
    border-radius: 7px;
    color: #FFFFFF;
    width: 220px;
    height: 50px;
    font-size: 18px;
}
#buchen:hover
{
    background-image: linear-gradient(#438ec8, #1265a9);
    border-color: #147ac4;
}
.anfrage a
{
    color: white;
    font-weight: bold;
    color: var(--text_col);
    font-family: sans-serif;
    font-size: 28px;
}
#bottom_stuff 
{
    text-align: center;
    font-weight: lighter;
    color: var(--text_col);
    font-family: sans-serif;
    font-size: 20px;
    margin-bottom: 50px;
}
#bottom_stuff a
{
    text-decoration: none;
    color: var(--impressum_text_col);
}

@media screen and (max-width: 900px) 
{
    #flexy {display: block;}
    #us_image {width: 75%;}
    #schallimage 
    {
        width: 75%; 
        margin-bottom: 30px;
    }
    #drainage_image {width: 75%;}
}
@media screen and (max-width: 560px) 
{
    #top_text {font-size: 18px;}
    .image_info {font-size: 18px;}
    #leistungsblock 
    {
        font-size: 16px;
        width: 320px;
    }
    .sh {font-size: 18px;}
}
@media screen and (max-width: 380px) 
{
    #top_text h2  {font-size: 20px;}
    #top_text {font-size: 16px;}
    .image_info {font-size: 16px;}
    #leistungsblock 
    {
        font-size: 14px;
        width: 280px;
    }
    .sh {font-size: 16px;}
    #bottom_stuff {font-size: 16px;}
}