/** small **/

.c-video iframe {
    width: 100%;
    height: 100%;
}

dl dt {
    font-weight: normal;
}

.c-nav-primary__item--level1:not(.is-parent) .c-nav-primary__link {
  text-decoration: none;
}
.c-nav-primary__item--level1:not(.is-parent) .c-nav-primary__link:hover,
.c-nav-primary__item--level1:not(.is-parent) .c-nav-primary__link:active,
.c-nav-primary__item--level1:not(.is-parent) .c-nav-primary__link:focus {
  text-decoration: underline;
}

.c-decision__reasons ol {
    padding-left: 0;
    list-style: none;
}

.c-decision__reasons ol .is-anchor {
    margin: 0;
}

.c-decision__sondervotum h1, .c-decision__sondervotum h3 {
    font-family: "AkkoPaneuropean",Arial,Helvatica,Confortaa,sans-serif;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 32px;
    text-align: center;
}

/** medium **/
@media only screen and (min-width: 48em),print{
    
    .labelspacer .submit {
        margin-top: 27px;
    }
    
}
/** large **/
@media only screen and (min-width: 62em){
    
}
