/* Zweispaltig for Diethelm Bodenbeläge © admotion */


#details-left { background: #00387A; padding: 30px 30px 20px 30px; color: #ffffff; }







@media(min-width:800px)
{
    #details-left { padding: 50px 50px 40px 50px; }
}




@media(min-width:1100px)
{
    #details-left { float: left; width: 50%; box-sizing: border-box; }
    #details-right { position: absolute; right: 0; top: 50px; bottom: 50px; left: 50%; }
}






@media(min-width:1600px)
{
    #details-left { padding: 70px 70px 60px 70px; }
    #details-right { top: 70px; bottom: 70px; }
}