b, strong {
    font-family: 'OpenSansSemibold', sans-serif;
    font-weight: bold;
}

.maincontent {
    position: initial;
}

/* randomizer: hide elements on mainpage */

#mainpage .skip {
    position: absolute;
    left: -9999em;
}

/* anderer Slider, daher fullslider klasse überschreiben */
.fullslider {
    position: static;
}

/* doppelte Header Höhe + 5px
   weil Header beim Sprung aus DOM Context
   gezogen wird und dadurch Seite Headerhöhe
   nach oben rutscht */
.anchor {
    display: inline-block;
    height: 180px;
    margin-top: -180px;
    /*
    overlaps parent elements, i.e. breadcrump is not clickable
    need to assign z-index and position to fix
    */
    position: relative;
    z-index: 0;
}

/* in some cases existing anchors overlap breadcrumb and naviadd */
.breadcrumb ul, .naviadd ul {
    position: relative;
    z-index: 99;
}

a.anchor_text {
    text-decoration: none;
    color: #000;
}

body.mobil .anchor {
    height: 100px;
    margin-top: -100px;
    /*
    overlaps parent elements, i.e. breadcrump is not clickable
    need to assign z-index and position to fix
    */
    position: relative;
    z-index: 0;
}

/*
geänderte Struktur für Schriftgrösse und Suche erzeugte Flackereffekt
margin-top neu hinzufügen
*/
.headnav {
    margin-bottom: 0;
    margin-top: 30px;
}

.headnav.mainpage {
    margin-top: 0;
}

.video-preview {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-preview iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  break word in footer sitemap */
/*
.footer li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
*/

.break-long-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* mehr Rand von Bildunterschrift zum nachfolgenden Text */
.lfloat.oneimage {
    margin-bottom: 10px;
}

.img.mapimage img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.externalContent.externalContent__blocked {
    background-color: #f2f2f2;
    border-radius: .25em;
    padding: 1em;
}

.externalContent__source {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.externalContent.externalContent__blocked .externalContent__source {
    overflow: revert;
    padding-bottom: revert;
}

.externalContent__source iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.externalContent.externalContent__blocked iframe {
    display: none;
}

.externalContent-consent {
    background-color: #fff;
    padding: 0 1em;
}

.externalContent.externalContent__blocked .externalContent-consent {
    padding: 1em;
}

.externalContent-consent__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    line-height: 1.5em;
    padding: 1.5em 0.5em;
}

.externalContent__blocked .externalContent-consent__shown-when-active {
    display: none;
}

.externalContent-consent__text h3 {
    margin: 0 0 .2em 0;
}

.externalContent-consent__text p {
    margin: 1em 0 0 0;
}

.externalContent-consent__footer {
    font-size: .85em;
    display: none;
}

.externalContent__blocked .externalContent-consent__footer {
    display: block;
}

/* responsive inline videos */
.inline-video {
    width: 100%;
    max-width: 100%;
}

/* preview for videos opend with fancybox */
.img.video-preview img {
    max-width: 100%;
    margin-bottom: 0.8em;
}

.blockobject_image.w100 .img {
    display: inline-block;
}

.blockobject_image.w100 .img img {
    width: auto;
    max-width: 100%;
}

.maincontent .brecht {
    right: 5px;
    text-align: right;
}

.w25.smll .img img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form {
    background: #f2f2f2;
    margin-top: 20px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
}

.form input[type=text],
.form input[type=password],
.form select {
    padding: 2px 5px;
    border: 1px solid #fff;
    background-color: #fff;
    min-width: 260px;
    clear: both;
    margin-bottom: 10px;
}

.form select option {
    padding: 1px 4px;
}

.form label {
    width: 260px;
    display: inline-block;
    vertical-align: top;
}

.form label[for=nachricht] {
    width: 100%;
    display: block;
}

form[name=subscription] label {
    width: auto;
}

.form textarea {
    width: 522px;
    display: block;
    padding: 2px 5px;
    border: 1px solid #fff;
    background-color: #fff;
    height: 120px;
    margin: 10px 0;
}

.form button[type=submit] {
    position: relative;
    padding: 5px 50px 5px 10px;
}

.form input[type=checkbox] {
    vertical-align: top;
}

.form div.checkbox {
    margin-bottom: 10px;
    display: inline-block;
    width: 260px;
}
.form div.checkbox.fullsize {
    width: 100%
}

.ios .form button[type=submit] {
    right: -26px;
}

@media only screen and (max-width: 736px) {
    .form textarea, .form input[type=text] {
        width: 96%;
    }

    .form button[type=submit] {
        position: relative;
        top: -20px;
    }

    .maincontent i.brecht {
        bottom: 0 !important;
        top: unset !important;
    }

}

.complementary .content {
    word-wrap: break-word;
}

.complementary .col .img {
    margin-top: -10px;
}

.complementary .col .img.video, .complementary .col .img.audio {
    margin-top: 0;
}

.complementary .col.span1of4 .banner a {
    text-align: center;
}

.complementary .col.span1of4 .banner img {
    max-width: 100%;
    margin: auto;
}

.medien .mehr {
    background-position: -360px -0.5em;
    white-space: nowrap;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* aus button im original wird ein Link gemacht */
.bestellformsmall a.xdel
{
    background: #ccc url(pfeilsprite2.png) no-repeat -867px 6px;
    width: 18px;
    height: 24px;
    right:-13px;
    border: none;
    -webkit-border-radius: 5px  0 0 5px ;
    -moz-border-radius: 5px  0 0 5px ;
    border-radius:  5px  0 0 5px ;
    position:relative;
    padding:2px 5px;
    margin-left:10px;
    float:right
}

.bestellformsmall a.xdel:after {
    content:'';
    bottom:-5px;
    right:0;
    border-color: transparent #90908f;
    border-style: solid;
    border-width:  0 0 5px 3px;
    position:absolute;
}

.ios .bestellformsmall a.xdel
{
    right:-16px;
}

ul.linkliste.institutions a {
    font-size: 12px;
}

.slide a.intern:before {
    content:'';
    width:10px;
    height:.9em;
    background: url(pfeilsprite2.png) -315px -6px;
    display: inline-block;
}

#__fds_iframeDiv iframe {
    max-width: 100%;
}

.akkreditierung {
    text-decoration: underline;
}

button, button.bestell, a.xdel {
    cursor: pointer;
}


.calendar.col {
    background-color: transparent;
}

.calendar.col table table {
    width: 232px;
}

/* zeige den Bullet for li wenn links daneben ein Bild steht (float) */
.articleContent .w25 ~ ul, .articleContent .w25 ~ ol,
.articleContent .w33 ~ ul, .articleContent .w33 ~ ol,
.articleContent .w50 ~ ul, .articleContent .w50 ~ ol {
    overflow: hidden;
}

.content.kurzfassung a {
    text-decoration: none;
    color: #000;
}

.content.kurzfassung a.intern {
    font-weight: bold;
    white-space: nowrap;
}

.content.kurzfassung a.intern:before {
    content: '';
    width: 10px;
    height: .9em;
    display: inline-block;
    background-image: url(pfeilsprite2.png);
    background-position: -315px -6px;
    background-repeat: no-repeat;
}

.footer > ul > li span.a {
    min-height: 2em;
    display: block;
    padding-bottom: 10px;
    color: #878787;
    cursor: auto;
}

.footer li ul li span.a {
    font-size: .85em;
}

@media only screen and (max-width: 480px) {
    .slick-slider {
        display: inherit;
    }

    .fullslider .slide .desc {
        position: static;
        padding: 30px 5px 10px 5px;
        margin: 0;
        /* hyphens */
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;

    }

    .fullslider .slide .desc > * {
        display: inherit;
    }

    .fullslider .slide .desc h2 {
        //font-size: 1em;
    }

    .fullslider .slide .desc b {
        font-weight: 200;
    }

    .maincontent i.brecht {
        bottom: 0 !important;
        top: unset !important;
    }

}
