/* ------- Main styles for agb and impressum ------- */

main.agb, main.impressum{
    font-size: 1.6vw;
}

/* Undeline of AGBs heading */
.borderWidth{
    width: 200px;
    height: 1px;
}

/* Distance to the edge of agb and impressum*/
.agb, .impressum {
    padding: 40px 0px;
}

/* Center the text of AGBs */
.agb .center ul{
    padding: 5px 35px;
}

/* Distance to the second text block */
#impressumBlock1{
    padding-bottom: 35px;
}

/* Hide outer list style element */
.listStyle{
    list-style: none;
}