/*CSS for OSDI (trockene Augen) @author:Michael Job*/
html{
    font-size: 1rem;
}
h1{
    font-size: 1.6rem;  
}
legend {
    font-size: 1.2rem;
}
button{
    margin: 5px;
}
input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.desc{
    font-size: 0.6rem;
    padding-bottom: 30px;
}
.col-2,
.col,
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.zeit{
    font-weight: 500;
    text-decoration: underline;
}
form p{
    padding-top: 0px;
}
fieldset:nth-child(2n),
fieldset:nth-child(2n) > legend{
    background-color: aliceblue;
}
/*-------Footer---------*/
a{
    text-decoration: none;
    color: #000097;
}
a:hover{
    font-weight: 600;
    color: #000097;
}
footer,
footer:link,
footer:active,
footer:visited{
    clear: both;
    text-align: center;
    color: #000097;
    font-size: 0.7rem;
    padding-top: 3rem;
}
/*-------END---------*/

@media (min-width: 768px) { 
    html{
        font-size: 1rem;
    }
    h1{
        font-size: 1.3rem;  
    }
    legend{
        font-size: 1.1rem;
    }
    .desc{
        font-size: 0.9rem;
    }
 }

@media (min-width: 1200px) { 
    html{
        font-size: 1.2rem;
    }
    h1{
        font-size: 1.4rem;  
    }
    legend{
        font-size: 1.3rem;
    }
    .desc{
        font-size: 1rem;
    }
 }