﻿@media screen and (max-width:768px) {


    body {
        font-size:small;
    }

    h4{ font-size:medium;}
    .splashRight {
        overflow: no-display;
        width: 0%;
        height: 0;
        float: right;
        margin-right: 10px;
    }

    .box-control {
        
        padding: 2px 2px;
        font-size: small;
        line-height: 1;
        
    }

    .col-md-3 {
        position:initial;
        padding-top:0;
        margin-right:20px;
        font-size: small;
    }
    .eingabe {
        padding-bottom:10px;
    }
    p#blocksatz {
        margin-left: 10px;
        width: 90%;
        text-align: justify;
    }
    ul#css3columnlist {
        -moz-column-count: 2;
        -moz-column-gap: 5px;
        -webkit-column-count: 2;
        -webkit-column-gap: 5px;
        column-count: 2;
        column-gap: 5px;
    }
    #spalte2 {
     
        float: none;
    }
    #spalte3 {
     
        margin-left: 0;
        float:none;
    }

    #spalte4 {
        float:none ;
        margin-left: 0;
        
    }
    #spalte5 {
        float: none;
        margin-left: 0;
    }
}

/* Mobile-Korrektur: falls diese Datei zusätzlich geladen wird,
   darf sie die rechte Seite nicht auf 0px zusammendrücken. */
@media screen and (max-width:768px) {
    #slide_1 .splashRight {
        overflow: visible !important;
        width: auto !important;
        height: auto !important;
        float: none !important;
        margin-right: 0 !important;
    }
}
