.themen-top .themen-top-right {
    width: 312px;
}

/* #112353 */
.artikel-social .social.recommend,
.artikel-social .social.email {
    display: none!important;
}

.external-link-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*
    width: 100%;
    height: 100%;
    */
    z-index: 1000;
    background: rgba(119, 119, 119,0.7);
}
.external-link-overlay-content {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);

    z-index: 1000;
    width: 640px;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    overflow-y: auto;
}
.external-link-overlay-content-inner {
    background: #fff;
    padding: 16px;
}
.external-link-overlay-content .formular-part {
    padding: 16px 0;
}
.external-link-overlay-content .submit-bt {
    white-space: pre;
    width: auto;
}
.external-link-overlay-close {
    position: relative;
    width: 100%;
    padding: 0 0 8px;
}

#external-link-overlay-close {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: -16px;
    top: -16px;
}
#external-link-overlay-close * {
    pointer-events: none;
}
#external-link-overlay-close svg {
    display: block;
    width: 24px;
    height: 24px;
}
.downarrow {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12px;
    width: 12px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/fileadmin/templates/gfx/down.png);
}
.uparrow {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    display: inline-block;;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12px;
    width: 12px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/fileadmin/templates/gfx/up.png);
}
.parsley-required, ul.parsley-errors-list {
    color:red;
    font-weight:bold;
    display:block;
}
.parsley-errors-list {
    clear: both;
    margin: 10px 0;
}
input.parsley-error, .parsley-error input, .parsley-error textarea, .parsley-error label {
    border-color:red!important;
    color:red!important;
}
