/* Stylesheet für AGB-Seite */

#col1 {
    width: 50%;  
}

#col2 {
    width: 50%;
}

td {
    text-align: center; 
}

.abstand {
    text-align: center;
}


/* ------------------------------------------------------------------------------------------------------ */
/* Style für Displays zwischen 451 und 600px*/
@media only screen and (min-width: 451px) and (max-width: 600px){



}


/* ------------------------------------------------------------------------------------------------------ */
/* Style für Displays ab 601px*/
@media only screen and (min-width: 601px){

#col1 {
    width: 60%;
}

#col2 {
    width: 30%;
}

td {
    text-align: left;
}

}


/* ------------------------------------------------------------------------------------------------------ */
/* Stylesheet ab 901px*/
@media only screen and (min-width: 901px) {


#col1 {
    width: 50%;
}

#col2 {
    width: 50%;
}

.abstand {
    text-indent: 3em;
    text-align: left;
}

}


/* ------------------------------------------------------------------------------------------------------ */
/* Stylesheet ab 1201px*/
@media only screen and (min-width: 1201px) {

#col1 {
    width: 40%;
}

#col {
    width: 50%;
}

}


/* ------------------------------------------------------------------------------------------------------ */
/* Stylesheet ab 1501px*/
@media only screen and (min-width: 1501px) {



}