@import url(https://fonts.googleapis.com/css?family=PT+Sans);

* {
    box-sizing: border-box;
}

body,
body .fancybox-title {
    font-family: 'PT Sans', sans-serif;
    color: #515151;
    font-size: 100%;
    margin: 0;
}

a {
    color: #515151;
    text-decoration: none;
}

p a:before {
    content: "> ";
    white-space: nowrap;
}

[class*=frame-teaser] p a:before {
    display: none;
}

p {
    font-size: 100%;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 10px;
}

#contentContainer p a,
#contentContainer .container .frame-introText p a {
    font-weight: bold;
    text-decoration: none;
}

#contentContainer .container div ~ .stdText .frame-introText p a {
    font-weight: normal;
}

#contentContainer .container .frame-introText a {
    color: white;
}

#contentContainer p a:hover,
#contentContainer .container .frame-introText p a:hover {
    text-decoration: underline;
}

.contentWidth {
    position: relative;
    width: 980px;
    max-width: 100%;
    margin: auto;
}

.frame-introText h2 {
    font-weight: normal;
}

.pagePart2 .frame-introText h2 {
    margin: 0;
    margin-bottom: 20px;
}

.pagePart2 #contentContainer .container .frame-introText a {
    color: #515151;
}



/* Split-Content Start */

.splitContent.twoCol.ratio70_30,
.splitContent.twoCol.ratio30_70 {
    float: left;
    width: 100%;
}

.splitContent.twoCol.ratio70_30 > .leftCol {
    float: left;
    width: 67%;
    padding-right: 11px;
}

.splitContent.twoCol.ratio70_30 > .rightCol {
    float: right;
    width: 33%;
    padding-left: 11px;
}

.splitContent.twoCol.ratio30_70 > .leftCol {
    float: left;
    width: 33%;
    padding-right: 11px;
}

.splitContent.twoCol.ratio30_70 > .rightCol {
    float: right;
    width: 66%;
    padding-left: 0px;
}

.splitContent.threeCol.ratio33_33_33 > div {
    width: 33%;
    float: left;
    padding-right: 11px;
    padding-left: 11px;
}

.splitContent.threeCol.ratio33_33_33 > .leftCol {
    padding-left: 0;
}

.splitContent.threeCol.ratio33_33_33 > .centerCol {
    width: 34%;
}

.splitContent.threeCol.ratio33_33_33 > .rightCol {
    padding-right: 0;
    float: right;
}

.splitContent .ce-gallery {
    max-width: max-content;
}

.splitContent.oneCol.ratio100 figure {
    float: left;
}

.splitContent.oneCol.ratio100 figure img {
    height: auto;
}

.container > div:last-child {
    margin-bottom: 70px;
    float: left;
}

body.mobile object {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    max-height: 100vh;
}


/* Header */

#header nav ul {
    list-style: none;
}

#header nav ul li {
    float: left;
}

#header,
#main,
#footer {
    clear: both;
}

#mainLogo {
    float: left;
    margin-top: 40px;
    margin-bottom: 33px;
}

#metaNav {
    float: right;
    margin-top: 8px;
    margin-right: 50px;
}

#metaNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#metaNav a {
    text-decoration: none;
    color: #515151;
}

#metaNav ul li {
    margin-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 25px;
}

#metaNav ul li:first-child {
    margin-left: 0;
}

#metaNav ul li a {
    float: left;
    padding-left: 33px;
    padding-top: 2px;
}

#metaNav ul li.home {
    background-image: url('../img/icons/home.svg');
}

#metaNav ul li.search {
    background-image: url('../img/icons/suche.svg');
}

#metaNav ul li.search form {
    height: 25px;
}

#metaNav ul li.search input {
    height: 25px;
    float: left;
    border: none;
    border-bottom: 2px solid #515151;
}

#metaNav ul li.search input.searchVolltext {
    font-size: 100%;
    margin-left: 33px;
    padding-left: 5px;
    width: 55px;
    border: none;
}

#metaNav ul li.search:hover input.searchVolltext {
    width: 100px;
    border-bottom: 2px solid #515151;
}

#metaNav ul li.search input.searchVolltext:focus {
    outline: none;
    width: 100px;
    border-bottom: 2px solid #515151;
}

#metaNav ul li.search input.buttonVolltext {
    background-color: transparent;
    background-image: url('../img/icons/pfeil.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    width: 20px;
    cursor: pointer;
    display: none;
}

#metaNav ul li.search:hover input.buttonVolltext,
#metaNav ul li.search input.searchVolltext:focus ~ input.buttonVolltext {
    display: block;
}

#metaNav ul li.search input.searchVolltext::-webkit-input-placeholder {
    color: #515151;
}

#metaNav ul li.search input.searchVolltext:-moz-placeholder {
    /* Firefox 18- */
    color: #515151;
}

#metaNav ul li.search input.searchVolltext::-moz-placeholder {
    /* Firefox 19+ */
    color: #515151;
}

#metaNav ul li.search input.searchVolltext:-ms-input-placeholder {
    color: #515151;
}

#metaNav ul li.signLang {
    background-image: url('../img/icons/gebaerdensprache.svg');
}

#metaNav ul li.easyLang {
    background-image: url('../img/icons/leichte_sprache.svg');
}

#metaNav ul ul.langSelect {
    height: 25px;
    float: left;
    margin-left: 22px;
    height: 30px;
    overflow: hidden;
    transition: all .45s;
    position: absolute;
    right: 0;
    z-index: 1500;
}

#metaNav ul ul.langSelect:hover {
    height: 250px;
}

#metaNav ul ul.langSelect li {
    margin-left: 0;
    clear: both;
    margin-top: 10px;
}

#metaNav ul ul.langSelect li:first-child {
    margin-top: 0;
}

#metaNav ul.langSelect li a {
    color: #000;
    font-size: 87.5%;
    background-color: #cccccc;
    border-radius: 50px;
    padding: 5px;
    height: 28px;
    width: 28px;
}

#metaNav ul.langSelect li.active a,
#metaNav ul.langSelect li a:hover {
    color: #fff;
    background-color: #515151;
}

#mainNav {
    width: 100%;
    float: left;
    font-size: 125%;
    margin-bottom: 4px;
    min-height: 45px;
}

#mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainNav ul ul {
    display: none;
}

#mainNav > ul > li {
    margin-right: 2px;
}

#mainNav > ul > li > a {
    text-decoration: none;
    color: #515151;
    width: 100%;
    /*
    height: 100%;
    */
    float: left;
    padding: 7px 35px 2px 5px;
    border-bottom: 10px solid #515151;
    transition: all .25s;
}

#mainNav > ul > li > a:hover,
#mainNav > ul > li.active > a {
    padding: 7px 20px 2px;
    text-align: center;
    color: #fff;
    background-color: #515151;
}

#mainNav > ul > li:nth-of-type(1) > a {
    border-color: #007cb0;
}

#mainNav > ul > li:nth-of-type(1) > a:hover,
#mainNav > ul > li.active:nth-of-type(1) > a {
    background-color: #007cb0;
}

#mainNav > ul > li:nth-of-type(2) > a {
    border-color: #82197f;
}

#mainNav > ul > li:nth-of-type(2) > a:hover,
#mainNav > ul > li.active:nth-of-type(2) > a {
    background-color: #82197f;
}

#mainNav > ul > li:nth-of-type(3) > a {
    border-color: #c42965;
}

#mainNav > ul > li:nth-of-type(3) > a:hover,
#mainNav > ul > li.active:nth-of-type(3) > a {
    background-color: #c42965;
}

#mainNav > ul > li:nth-of-type(4) > a {
    border-color: #ec6d05;
}

#mainNav > ul > li:nth-of-type(4) > a:hover,
#mainNav > ul > li.active:nth-of-type(4) > a {
    background-color: #ec6d05;
}

#mainNav > ul > li:nth-of-type(5) > a {
    border-color: #fbbb00;
}

#mainNav > ul > li:nth-of-type(5) > a:hover,
#mainNav > ul > li.active:nth-of-type(5) > a {
    background-color: #fbbb00;
    color: #515151;
}

#mainNav > ul > li:nth-of-type(6) > a {
    border-color: #cccccc;
}

#mainNav > ul > li:nth-of-type(6) > a:hover,
#mainNav > ul > li.active:nth-of-type(6) > a {
    background-color: #cccccc;
    color: #515151;
}


/*
body:not(.mobile) #mainNav ul#firstLevel li.item-4.hasChild > ul.secondLevel,
body:not(.mobile) #mainNav ul#firstLevel li.item-5.hasChild > ul.secondLevel,
body:not(.mobile) #mainNav ul#firstLevel li.item-6.hasChild > ul.secondLevel {
display: none;
position: absolute;
top: 147px;
z-index: 10;
left: 0;
width: 100%;
border-top: 4px solid #fff;
}
*/


/* Vorerst Raus - Muss überarbeitet werden (Farben laufen auf unterseiten ineinander)

body:not(.mobile) #mainNav ul#firstLevel li.item-4.hasChild:hover > ul.secondLevel,
body:not(.mobile) #mainNav ul#firstLevel li.item-5.hasChild:hover > ul.secondLevel,
body:not(.mobile) #mainNav ul#firstLevel li.item-6.hasChild:hover > ul.secondLevel {
display: block;
}

body:not(.mobile) #mainNav ul#firstLevel li.item-4.hasChild > ul.secondLevel,
body:not(.mobile) #mainNav ul#firstLevel li.item-4.hasChild > ul.secondLevel {
background-color: #82197f;
}

body:not(.mobile) #mainNav ul#firstLevel li.item-5.hasChild > ul.secondLevel ,
body:not(.mobile) #mainNav ul#firstLevel li.item-5.hasChild > ul.secondLevel li .descriptionBox {
background-color: #c42965;
}

body:not(.mobile) #mainNav ul#firstLevel li.item-6.hasChild > ul.secondLevel ,
body:not(.mobile) #mainNav ul#firstLevel li.item-6.hasChild > ul.secondLevel li .descriptionBox {
background-color: #ec6d05;
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner {
width: 40%;
margin: 26px 0;
float: left;
border-right: 1px solid #fff;
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li {
width: 100%;

}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li > a {
width: 100%;  
float: left;
color: #fff;
padding: 11px 26px;
font-size: 90%;
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li .descriptionBox {
display: none;
z-index: 1;
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li .descriptionBox .content{
z-index: 10;
position: absolute;
right: 0;
top: 0;
padding: 26px;
width: 60%;
height: auto;
min-height: 200px;
display: block;
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li .descriptionBox .content .image {
text-align: center;
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li:hover {
background-color: rgba(255,255,255, .5);
}

body:not(.mobile) #mainNav ul#firstLevel li ul.secondLevel .inner > li:hover .descriptionBox {
display: block;
font-size: 89%;
}

*/


/* Keyframe (Startpage) */

#keyFrame {
    margin-bottom: 40px;
    float: left;
    position: relative;
}

#keyFrame .frame > header {
    color: #fff;
    position: absolute;
    bottom: 55px;
}

#keyFrame .frame > header h1 {
    font-size: 162.5%;
    background-color: #82197f;
    padding: 22px 26px;
    max-width: 300px;
    font-weight: normal;
}

#keyFrame .frame-titelZeile {
    position: absolute;
    bottom: 55px;
    background-color: #82197f;
    padding: 11px 22px;
    height: 85px;
}

#keyFrame .frame-titelZeile > header {
    position: static;
}

#keyFrame .frame-titelZeile h2,
#keyFrame .frame-titelZeile h1 {
    margin: 0;
    font-weight: normal;
}

#keyFrame .frame-titelZeile p {
    float: left;
    color: #fff;
}

h1 {
    font-size: 137.5%;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 137.5%;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-size: 125%;
    font-weight: normal;
}

h4 {
    font-size: 112.5%;
    font-weight: normal;
}


/* CONTENT */

#main,
.container {
    float: left;
    width: 100%;
    position: relative;
}

#main {
    background-color: #f0f0f0;
}


/* CONTENT Special Elements */

#shareNav {
    position: fixed;
    right: 0;
    margin-top: 140px;
    width: 250px;
    z-index: 1;
}

#shareNav > div {
    width: 45px;
    height: 45px;
    background-color: #dadada;
    position: absolute;
    right: 0;
}

#shareNav > div:hover {
    width: 100%;
    height: 100%;
}

#shareNav > div.blogBTN:hover,
#shareNav > div.contactBTN:hover {
    width: auto;
}

#shareNav > div.blogBTN:hover > a,
#shareNav > div.contactBTN:hover > a {
    border-radius: 5px 0 0 5px;
}

#shareNav .shareContent {
    width: 205px;
    height: 139px;
    background-color: #cbcbcb;
    float: left;
    display: none;
    padding: 15px 25px;
}

#shareNav .blogBTN .shareContent {
    margin-top: -45px;
    display: none;
}

#shareNav .contactBTN .shareContent {
    margin-top: -90px;
    display: none;
}

#shareNav > div.shareBTN:hover .shareContent {
    display: block;
}

#shareNav .shareContent h3 {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 10px;
}

#shareNav > div > a {
    float: left;
    width: 45px;
    height: 45px;
    padding: 7px;
    border-left: 2px solid #f0f0f0;
    border-bottom: none;
    background-color: #dadada;
}

#shareNav .shareContent a {
    float: left;
    clear: left;
    text-decoration: none;
    color: #515151;
    padding-left: 30px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left center;
}

#shareNav .shareContent a.fbLink {
    background-image: url('../img/icons/facebook.svg');
}

#shareNav .shareContent a.twLink {
    background-image: url('../img/icons/twitter.svg');
}

#shareNav .shareContent a.mailLink {
    background-image: url('../img/icons/mail.svg');
}

#shareNav > div:hover > a {
    border-left: 2px solid #cbcbcb;
    border-bottom: none;
    background-color: #cbcbcb;
}

.blogBTN {
    top: 47px;
}

.contactBTN {
    top: 94px;
}

.printPage a {
    background-color: #3f3d3e;
    text-decoration: none;
    float: right;
    color: #fff;
    padding: 10px 55px 10px 20px;
    background-image: url('../img/icons/druck.svg');
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}


/* FOOTER */

.blackBar {
    background-color: #515151;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 81.25%;
    padding: 8px 0 12px;
}

.blackBar a {
    color: #fff;
}

#copyText {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blackBar .rss {
    float: left;
    margin-right: 40px;
}

.blackBar .rss > a {
    float: left;
    margin-left: 8px;
}

.blackBar .rss > a img {
    float: left;
    margin-right: 4px;
}

#analytics {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footerPartner {
    float: left;
    width: 100%;
    margin: 32px 0;
}

#footerPartner .contentWidth {
    overflow: hidden;
}

#footerPartner .contentWidth div {
    float: left;
    margin-right: 60px;
    margin-bottom: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

#footerPartner div.havemann {
    background-image: url('../img/logos/havemann.png');
    width: 129px;
    height: 35px;
    min-width: 129px;
    background-size: contain;
}

#footerPartner div.havemann:hover {
    background-image: url('../img/logos/havemann_hover.png');
}

#footerPartner div.sponsors {
    font-size: 87.5%;
}

#footerPartner div.sponsors.clearLeft {
    clear: left;
}

#footerPartner div.lotto {
    background-image: url('../img/logos/lotto.png');
    width: 93px;
    height: 34px;
    background-repeat: no-repeat;
    min-width: 93px;
}

#footerPartner div.lotto:hover {
    background-image: url('../img/logos/lotto_hover.png');
}

#footerPartner div.beauftragteBundesregierung {
    background-image: url('../img/logos/BKM_2017_Office_Grau_de.png');
    background-size: cover;
    width: 151px;
    height: 53px;
    min-width: 151px;
}

#footerPartner div.beauftragteBundesregierung:hover {
    background-image: url('../img/logos/BKM_2017_Office_Farbe_de.png');
    background-size: cover;
}

#footerPartner div.tip {
    background-image: url('../img/logos/tip_berlin.png');
    width: 91px;
    height: 31px;
    min-width: 91px;
    margin-right: 20px;
}

#footerPartner div.tip:hover {
    background-image: url('../img/logos/tip_berlin_hover.png');
}

#footerPartner div.dra {
    background-image: url('../img/logos/dra.png');
    width: 81px;
    height: 39px;
    min-width: 93px;
    margin-right: 0;
    background-size: contain;
    margin-right: 20px;
}

#footerPartner div.dra:hover {
    background-image: url('../img/logos/dra_hover.png');
}

#footerPartner div.kpb {
    background-image: url('../img/logos/kulturprojekte.png');
    width: 80px;
    height: 35px;
    min-width: 91px;
    clear: left;
    background-size: contain;
    margin-right: 20px;
}

#footerPartner div.kpb:hover {
    background-image: url('../img/logos/KPB-Logo_sw.jpg');
}

#footerPartner div.lichtenberg {
    background-image: url('../img/logos/lichtenberg.png');
    width: 50px;
    height: 73px;
    min-width: 50px;
    background-size: contain;
}

#footerPartner div.lichtenberg:hover {
    background-image: url('../img/logos/lichtenberg_hover.png');
}

#footerPartner div.rbb {
    background-image: url('../img/logos/rbb.png');
    width: 101px;
    height: 35px;
    min-width: 115px;
    background-size: contain;
    margin-right: 20px;
}

#footerPartner div.rbb:hover {
    background-image: url('../img/logos/rbb_hover.png');
}

#footerPartner div.sptv {
    background-image: url('../img/logos/spiegel_tv.png');
    width: 139px;
    height: 35px;
    min-width: 159px;
    background-size: contain;
    margin-right: 20px;
}

#footerPartner div.sptv:hover {
    background-image: url('../img/logos/spiegel_tv_hover.png');
}

#footerPartner div.dlf {
    background-image: url('../img/logos/dlf.png');
    width: 139px;
    height: 35px;
    min-width: 149px;
    background-size: contain;
    margin-right: 20px;
}

#footerPartner div.dlf:hover {
    background-image: url('../img/logos/dlf_hover.png');
}

#footerPartner div.dlk {
    background-image: url('../img/logos/dlk.png');
    width: 139px;
    height: 35px;
    min-width: 149px;
    background-size: contain;
    margin-right: 0;
}

#footerPartner div.dlk:hover {
    background-image: url('../img/logos/dlk_hover.png');
}

#footerPartner div a {
    color: transparent;
    height: 100%;
    display: block;
}

#footerNav {
    background-color: #dadada;
    float: left;
    width: 100%;
}

#footerNav .footerColumn {
    float: left;
    width: 100%;
    max-width: 215px;
}

#footerNav ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}

#footerNav h3 {
    clear: both;
    font-size: 137.5%;
    font-weight: normal;
}

#footerNav a {
    text-decoration: none;
    color: #515151;
    border-bottom: 1px dashed rgba(81, 81, 81, 0.3);
}

#footerNav a:hover {
    color: #212121;
    border-bottom: 1px dashed rgba(81, 81, 81, 1);
}

#socialWeb li.facebook,
#socialWeb li.twitter,
#socialWeb li.rss {
    background-image: url('../img/icons/facebook.svg');
    background-size: 16px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 22px;
    min-height: 16px;
}

#socialWeb li.twitter {
    background-image: url('../img/icons/twitter.svg');
}

#socialWeb li.rss {
    background-image: url('../img/icons/rss.png');
}


/** TEASER **/
#mainframe.pagePart2 .splitContent.threeCol.ratio33_33_33 .frame-teaser-aufbruch a,
#mainframe.pagePart2 .splitContent.threeCol.ratio33_33_33 .frame-teaser-revolution a,
#mainframe.pagePart2 .splitContent.threeCol.ratio33_33_33 .frame-teaser-einheit a,
#mainframe.pagePart2 .frame-teaser-neutral-map a {
    font-weight: normal;
    text-decoration: none;
}

#main .teaser figure,
#main [class*=frame-teaser] figure {
    margin-bottom: 15px;
}

#main .frame-teaser-aufbruch figure img,
#main .frame-teaser-revolution figure img,
#main .frame-teaser-einheit figure img {
    width: 313px;
    height: 226px;
}

.teaser .ce-textpic.ce-left .ce-bodytext,
[class*=frame-teaser] .ce-textpic.ce-left .ce-bodytext {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.teaser p:last-of-type,
[class*=frame-teaser] p:last-of-type {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 12px;
}

.teaser h2,
[class*=frame-teaser] h2 {
    font-weight: normal;
    font-size: 137.5%;
    margin-bottom: 15px;
}

.teaser p,
[class*=frame-teaser] p {
    margin-top: 0;
}

#mainframe.pagePart2 .teaser p:first-of-type,
#mainframe.pagePart2 [class*=frame-teaser] p:first-of-type,
.frame-teaser-einheit p:first-of-type,
.frame-teaser-aufbruch p:first-of-type,
.frame-teaser-revolution p:first-of-type {
    height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#mainframe.pagePart2 .newsContainer .newsRight p.bodytext {
    display: none;
}

[class*=frame-teaser].map p:first-of-type {
    height: 124px;
}

div.morelink a,
#main #contentContainer a.more,
.teaser a,
[class*=frame-teaser] a {
    padding: 8px 22px 11px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.frame-linklistGenerator a.more {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 22px;
}

div.morelink a:before,
#main #contentContainer a.more:before,
[class*=frame-teaser] a:before {
    content: "";
}

div.morelink a,
#main #contentContainer a.more,
[class*=frame-teaser] a:hover {
    background-color: #fff;
    color: #515151;
}

.frame-teaser-aufbruch {
    background-color: #82197f;
    color: #fff;
}

.frame-teaser-aufbruch a {
    background: linear-gradient(to top, #82197f 50%, #fff 50%);
    background: -moz-linear-gradient(to top, #82197f 50%, #fff 50%);
    background: -ms-linear-gradient(to top, #82197f 50%, #fff 50%);
    background: -webkit-linear-gradient(to top, #82197f 50%, #fff 50%);
    background: -o-linear-gradient(to top, #82197f 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
}

.frame-teaser-aufbruch a:hover {
    color: #82197f;
    background-position: left top;
}

.frame-teaser-revolution {
    background-color: #c42965;
    color: #fff;
}

.frame-teaser-revolution a {
    background: linear-gradient(to top, #c42965 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
}

.frame-teaser-revolution a:hover {
    color: #c42965;
    background-position: left top;
}

.frame-teaser-einheit {
    background-color: #ec6d05;
    color: #fff;
}

.frame-teaser-einheit a {
    background: linear-gradient(to top, #ec6d05 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
}

.frame-teaser-einheit a:hover {
    color: #ec6d05;
    background-position: left top;
}

[class*=frame-teaser].ausstellung {
    background-color: #007cb0;
    color: #fff;
}

[class*=frame-teaser].ausstellung a {
    background: linear-gradient(to top, #007cb0 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
}

[class*=frame-teaser].ausstellung a:hover {
    color: #007cb0;
    background-position: left top;
}

[class*=frame-teaser].gesichter {
    background-color: #fbbb00;
}

[class*=frame-teaser].gesichter a {
    background: linear-gradient(to top, #fbbb00 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    color: #515151;
    border-color: #515151;
}

[class*=frame-teaser].gesichter a:hover {
    background-position: left top;
    color: #fff;
}

[class*=frame-teaser].revolutionsorte {
    background-color: #cccccc;
}

[class*=frame-teaser].revolutionsorte a {
    background: linear-gradient(to top, #cccccc 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    color: #515151;
    border-color: #515151;
}

[class*=frame-teaser].revolutionsorte a:hover {
    background-position: left top;
    color: #fff;
}


.teaser.neutral,
[class*=frame-teaser-neutral] {
    background-color: #fff;
    color: #515151;
}

.teaser.neutral > .teaser.neutral,
[class*=frame-teaser-neutral] > [class*=frame-teaser-neutral] {
    float: left;
}

.teaser.neutral > .teaser.neutral .frame-default:last-of-type,
[class*=frame-teaser-neutral] > [class*=frame-teaser-neutral] .frame-default:last-of-type {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.teaser.neutral.map,
.frame-teaser-neutral-map {
    background-color: rgba(255, 255, 255, .8);
    max-width: 30%;
    position: absolute;
    margin: 22px 22px 0 0;
    top: 0;
    right: 0;
    padding: 22px;
}

.teaser.neutral.map .inner,
.frame-teaser-neutral-map .inner {
    padding: 22px;
}

div.morelink a,
#main #contentContainer a.more,
.teaser.neutral a,
[class*=frame-teaser-neutral] a {
    background: linear-gradient(to top, #fff 50%, #515151 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    color: #515151;
    border-color: #515151;
}

div.morelink a:hover,
#main #contentContainer a.more:hover,
.teaser.neutral a:hover,
[class*=frame-teaser-neutral] a:hover {
    color: #fff;
    background-position: left top;
}

.textteaser .inner {
    padding: 22px;
}

.textteaser[class*=frame-teaser] p {
    text-align: left;
    margin: 12px 0;
}

.splitContent {
    float: left;
    margin-bottom: 22px;
}

.splitContent.oneCol {
    width: 100%;
    position: relative;
}

.splitContent .splitContent.oneCol {
    margin-bottom: 0;
}


/* LINKLIST */

.flattersatz {
    background-color: #fff;
    font-size: 125%;
    padding: 38px 26px;
}


/*
.flattersatz span.line1 {
margin-left: 15%;
}

.flattersatz span.line2 {
margin-left: 20%;
}

.flattersatz span.line3 {
margin-left: 12%;
}

.flattersatz span.line4 {
margin-left: 20%;
}

.flattersatz span.line5 {
margin-left: 35%;
}

.flattersatz span.line6 {
margin-left: 25%;
}

.flattersatz > span{
margin-left: 0;
}
*/

.leftCol .frame-linklist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.leftCol .frame-linklist li {
    width: 100%;
    float: left;
    font-size: 125%;
    margin-bottom: 3px;
    background-color: #fff;
    background-image: url('../img/icons/pfeil.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: width .25s;
}

.leftCol .frame-linklist li.active {
    width: 107%;
    background-image: url('../img/icons/pfeil_links.svg');
    background-position: calc(100% - 12%) center;
}

.leftCol .frame-linklist li a {
    text-decoration: none;
    color: #515151;
    float: left;
    width: 100%;
    padding: 9px 25px;
}

.frame-linklistGenerator {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 20px;
    min-height: 233px;
}

.frame-linklistGenerator.active {
    display: block;
}

.frame-linklistGenerator p {
    margin-top: 0;
    font-size: 125%;
}

.frame-linklistGenerator h2,
.frame-linklistGenerator h3 {
    margin-top: 0;
}

.frame-linklistGenerator p,
.frame-linklistGenerator .frame-linklist.generated p {
    font-size: 100%;
}


/** STOERER **/

.frame-stoerer {
    background-image: url('../img/stoerer.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 130px;
    position: absolute;
    right: 17px;
    bottom: -22px;
    -ms-transform: rotate(15deg);
    /* IE 9 */
    -webkit-transform: rotate(15deg);
    /* Chrome, Safari, Opera */
    transform: rotate(15deg);
}

.frame-stoerer h5 {
    width: 100%;
    float: left;
    font-size: 118.75%;
    margin: 0;
    font-weight: normal;
}

#keyFrame .frame-stoerer header {
    padding: 44px;
    bottom: auto;
    top: -13px;
    left: -26px;
    text-align: center;
}


/* NEWS - Startpage */

.news-list-container {
    padding: 0;
}

.newsContainer {
    float: left;
}

.news-list-item .teaser.neutral,
.news-list-item [class*=frame-teaser-neutral] {
    float: left;
    height: 355px;
}

.news-list-item .newsLeft {
    float: left;
    width: 48%;
    height: 100%;
}

.news-list-item .newsLeft img {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.news-list-item .newsRight {
    float: right;
    width: 48%;
    padding: 22px;
    position: relative;
    height: 100%;
}

.news-list-date {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    clear: both;
    width: 100%;
    font-size: 87.5%;
}

.news-list-item .newsRight p.subHead {
    height: auto;
    float: left;
    margin-bottom: 45px;
}

.news-list-item .newsRight p:last-of-type {
    position: absolute;
    bottom: 22px;
    width: calc(100% - 44px);
}

.news-list-item .newsRight h2 a {
    border: none;
    color: #515151;
    background: none;
    padding: 0;
}

.news-list-item .newsRight h2 a:hover {
    color: #515151;
}

.newsPaging {
    float: left;
    width: 100%;
    background-color: #d3d3d3;
}

.newsPaging ul {
    width: 160px;
    margin: auto;
}

.newsPaging ul li {
    float: left;
    list-style: none;
    width: 16px;
    height: 16px;
    background-color: #fff;
    margin: 11px 0;
    margin-left: 10px;
    cursor: pointer;
}

.newsPaging ul li:first-child {
    margin-left: 0;
}

.newsPaging ul li.active {
    background-color: #515151;
}


/* NEWS VERANSTALTUNGEN */

.veranstContainer {
    margin-top: 22px;
}

.veranstContainer .veranst-list-item {
    padding: 26px;
    margin-bottom: 22px;
    background-color: #fff;
}

.veranst-list-item .showMore {
    text-align: center;
    margin-top: 30px;
}

.veranst-list-item .showMore a {
    padding: 8px 22px 11px;
    border: 1px solid #515151;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: linear-gradient(to top, #fff 50%, #515151 50%);
    background-size: 100% 200%;
    background-position: left bottom;
}

.veranst-list-item .showMore a:hover {
    color: #fff;
    background-position: left top;
}

.veranstContainer h2 {
    font-weight: normal;
}

.veranstContainer .veranst-location a {
    display: none;
}

.veranst-sub {
    width: 100%;
    margin-bottom: 26px;
    float: left;
}

.veranst-sub span {
    float: left;
}

.veranst-sub p.subHead {
    margin: 0;
    width: auto;
    float: left;
    line-height: inherit;
}

.veranst-list-date {
    padding-right: 12px;
    margin-right: 8px;
    border-right: 1px solid rgb(81, 81, 81);
}

.veranst-toggle {
    width: 100%;
}

#toTop {
    position: fixed;
    right: 0;
    bottom: 130px;
    background-color: #3f3d3e;
    width: 45px;
    height: 45px;
    z-index: 1500;
}

#toTop a {
    float: left;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    padding: 12px 19px;
}

div ~ .stdText .textteaser.expandable {
    margin-top: 22px;
}

.textteaser.expandable .expandIt {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 12px;
}

.textteaser.expandable .expandIt a {
    cursor: pointer;
}

.textteaser.expandable p.bodytext {
    display: none
}

.textteaser.expandable p.bodytext:first-of-type {
    display: block;
}

[class*=frame-teaser].expandable p a {
    border: none;
    color: #515151;
    background: none;
    padding: 0;
}

[class*=frame-teaser].expandable p a:before {
    display: inline;
    content: "> ";
}

[class*=frame-teaser].expandable p a:hover {
    color: #515151;
}


/* Subpages Start */

.subPage > .container > .leftCol {
    width: 33%;
}

.subPage > .container > .centerCol {
    width: 66%;
    float: right;
}

.subPage.oneCol > .container > .centerCol {
    width: 100%;
    float: left;
}

.subPage > .container > .bottomCol {
    margin-top: 26px;
    width: 100%;
}

.subPage #keyFrame,
.subPage #keyFrame figure {
    margin-bottom: 0;
}

#mainframe.pagePart3 #breadCrumb span.dividingChar {
    color: #007cb0;
}

#mainframe.pagePart4 #breadCrumb span.dividingChar {
    color: #82197f;
}

#mainframe.pagePart5 #breadCrumb span.dividingChar {
    color: #c42965;
}

#mainframe.pagePart6 #breadCrumb span.dividingChar {
    color: #ec6d05;
}

#mainframe.pagePart7 #breadCrumb span.dividingChar {
    color: #fbbb00;
}

#mainframe.pagePart8 #breadCrumb span.dividingChar {
    color: #cccccc;
}

#breadCrumb {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}

#breadCrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#breadCrumb ul li,
#breadCrumb span.dividingChar {
    float: left;
}

#breadCrumb span.dividingChar {
    margin: 0 5px;
}

#breadCrumb ul li {
    color: #515151;
    font-size: 87.5%;
}

#breadCrumb ul li a {
    text-decoration: none;
    color: #515151;
}

#breadCrumb ul li a:hover {
    text-decoration: underline;
}

#subNav > ul {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    padding-right: 11px;
}

#subNav ul li {
    list-style: none;
    background-color: #fff;
    margin-top: 3px;
    float: left;
    width: 100%;
}

#subNav ul li:first-child {
    margin-top: 0;
}

#subNav ul li a {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    color: #515151;
    font-size: 125%;
    text-decoration: none;
    font-weight: normal;
    float: left;
    padding: 9px 25px;
    transition: padding .25s;
}

#subNav ul li a:hover {
    padding-left: 35px;
}

#mainframe .frame-introText {
    background-color: #fff;
    padding: 20px;
}

#mainframe.pagePart2 .frame-introText {
    min-height: 233px;
}

#mainframe .subPage .frame-introText {
    background-color: #007cb0;
    color: #fff;
    /*padding: 0px;*/
}

#mainframe .subPage .frame-introText p {
    font-size: 112.5%;
}

#mainframe.Home .frame-introText h2 {
    margin: 0;
}

#mainframe.Home .frame-introText p:last-of-type {
    margin-bottom: 0;
}

#mainframe.pagePart3 .frame-introText,
#mainframe.pagePart3 .fancybox-skin .fancybox-close::after,
#mainframe.pagePart3 #subNav > ul > li.active > a {
    background-color: #007cb0;
}

#mainframe.pagePart4 .frame-introText,
#mainframe.pagePart4 .fancybox-skin .fancybox-close::after,
#mainframe.pagePart4 #subNav > ul > li.active > a {
    background-color: #82197f;
}

#mainframe.pagePart5 .frame-introText,
#mainframe.pagePart5 .fancybox-skin .fancybox-close::after,
#mainframe.pagePart5 #subNav > ul > li.active > a {
    background-color: #c42965;
}

#mainframe.pagePart6 .frame-introText,
#mainframe.pagePart6 .fancybox-skin .fancybox-close::after,
#mainframe.pagePart6 #subNav > ul > li.active > a {
    background-color: #ec6d05;
}

#mainframe.pagePart7 .frame-introText,
#mainframe.pagePart7 #subNav > ul > li.active > a {
    background-color: #fbbb00;
}

#mainframe.pagePart8 .frame-introText,
#mainframe.pagePart8 #subNav > ul > li.active > a {
    background-color: #cccccc;
}

#mainframe.pagePart3 .frame-introText,
#mainframe.pagePart4 .frame-introText,
#mainframe.pagePart5 .frame-introText,
#mainframe.pagePart6 .frame-introText,
#mainframe.pagePart3 #subNav > ul > li.active > a,
#mainframe.pagePart4 #subNav > ul > li.active > a,
#mainframe.pagePart5 #subNav > ul > li.active > a,
#mainframe.pagePart6 #subNav > ul > li.active > a {
    color: #fff;
}

#mainframe .frame-introText.frame-introText-white {
    background-color: #fff;
    color: #515151;
}

#mainframe .frame-introText.frame-introText-white a {
    color: #515151 !important;
}

#subNav ul.secondLevel {
    padding: 0;
    display: none;
}

#subNav ul li.active ul.secondLevel {
    display: block;
}

#subNav ul.secondLevel li {
    background-color: #e0e0e0;
    margin-top: 0;
    border-top: 3px solid #fff;
}

#subNav ul.secondLevel li a {
    color: #515151;
    padding-left: 45px;
    font-size: 106.25%;
    transition: padding .25s;
}

#subNav ul.secondLevel li a:hover {
    padding-left: 50px;
}

#mainframe.pagePart3 #subNav > ul > li.active ul.secondLevel li.active {
    background-color: rgba(0, 124, 176, .1);
}

#mainframe.pagePart4 #subNav > ul > li.active ul.secondLevel li.active {
    background-color: rgba(130, 25, 127, .1);
}

#mainframe.pagePart5 #subNav > ul > li.active ul.secondLevel li.active {
    background-color: rgba(196, 41, 101, .1);
}

#mainframe.pagePart6 #subNav > ul > li.active ul.secondLevel li.active {
    background-color: rgba(236, 109, 5, .1);
}

#mainframe.pagePart7 #subNav > ul > li.active ul.secondLevel li.active {
    background-color: rgba(251, 187, 0, .1);
}

#mainframe.pagePart8 #subNav > ul > li.active ul.secondLevel li.active {
    background-color: rgba(204, 204, 204, .1);
}

#subNav ul.thirdLevel {
    margin: 0;
    padding: 0;
}

#subNav ul.thirdLevel li {
    background-color: #fbfbfb;
    padding: 0 11px;
}

#subNav ul.thirdLevel li.active {
    background-color: #bbbaba;
}

.subPage .frame-introText {
    padding: 26px;
}

.subPage .frame-introText h2 {
    margin-top: 0;
}

.subPage .frame-type-form_formframework,
.subPage .stdText > .frame-default,
.subPage .stdText > .csc-default {
    background-color: #fff;
    padding: 26px;
    margin-top: 22px;
}

.subPage .galery {
    float: left;
    width: 100%;
    /*margin-top: 22px;*/ /* deactivated because of top margin on Aufbruch */
    margin-top: 22px; /* reset original */
    background-color: #fff;
    position: relative;
    /*
    height: 420px;
    */
    /*padding-top: 22px;*/ /* deactivated because of top padding on Aufbruch */
    padding-top: 22px; /* reset original */
}

.galery .navButton {
    position: absolute;
    width: 74px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.galery .navButton.disabled {
    cursor: default;
}

.galery .navButton:not(.disabled):hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.galery .navButton.prev {
    left: 0px;
}

.galery .navButton.next {
    right: 0px;
}

.galery figure {
    position: relative;
}

.stdImageContainer,
.galery .imageContainer {
    position: relative;
    margin: auto;
    display: table;
}

.galery .ce-gallery {
    position: relative;
    transition: all 1s;
    left: 0;
    width: 100%;
}

.news-single-img .stdImageContainer {
    display: block; /* to center img in single news */
}

#keyFrame .infoButton,
.stdImageContainer .infoButton,
/*.ce-gallery .infoButton,*/
.galery .infoButton {
    background-image: url('../img/icons/bildunterschrift.png');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 20;
    cursor: pointer;
}

.stdImageContainer img,
#keyFrame img {
    z-index: 0;
    display: block;
}

#keyFrame.keyGallery img {
    /* added, because of absense of cutting images, i. e. height: "300c"
       Home / Ausstellung / Impressionen */
    width: 980px;
    height: 654px;
}
#keyFrame:not(.keyGallery) img {
    /* added, because of absense of cutting images, i. e. height: "300c"
       Home / Aufbruch / Gegen die Diktatur */
    width: 980px;
    height: 300px;
    object-fit: cover;
}

.stdImageContainer .infoText,
#keyFrame .infoText,
/*.ce-gallery .infoText,*/
.galery .infoText {
    float: left;
    overflow: hidden;
    /*width: 0%;*/
    transition: all .75s;
    z-index: 0;
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    left: -2000%;
    padding-right: 11px;
    padding-top: 11px;
}

.subPage .galery {
    float: left;
    width: 100%;
    margin-top: 22px;
    background-color: #fff;
    position: relative;
    padding-top: 22px;
}

.stdImageContainer .infoText.active,
#keyFrame .infoText.active,
.subPage .ce-gallery .infoText.active,
.subPage .galery .infoText.active {
    padding-left: 86px;
    padding-bottom: 14px;
    left: 0;
}

.stdImageContainer .infoText,
#keyFrame .infoText {
    left: 0%;
    /* bottom: -100%; */
    height: 0px;
    min-height: 0px;
    max-height: 0px;
    bottom: 0%;
    padding-top: 0px;
}

.stdImageContainer .infoText.active,
#keyFrame .infoText.active {
    bottom: 0%;
    min-height: 50px;
    max-height: unset;
    padding-top: 11px;
}

.galery .zoomButton {
    background-image: url('../img/icons/plus.png');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    left: 46px;
    z-index: 20;
}

.galery .ce-row {
    float: left;
}

.galery .ce-row:first-child {
    margin-left: 0;
}

.galery figcaption {
    padding: 22px;
}

.galery div.ce-column {
    height: auto;
    float: none;
    width: 100%;
}

.galery figure.image {
    width: 100%;
}

.galery .navButton span {
    transition: all .25s;
}

.galery .navButton.prev:not(.disabled):hover span {
    width: 31px;
    height: 31px;
    top: calc(40% - 3px);
    left: 31px;
}

.navButton.next:not(.disabled):hover span {
    width: 31px;
    height: 31px;
    top: calc(40% - 3px);
    right: 31px;
}

body .fancybox-title {
    font-size: 87.5%;
}

.fancybox-skin span.copy {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-image: url('../img/icons/bildunterschrift.png');
    padding-left: 35px;
}

.fancybox-skin .imageCounter {
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
}

.fancybox-skin .fancybox-close {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .5);
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
}

.fancybox-skin .fancybox-close:hover {
    background-color: rgba(255, 255, 255, 1);
}

.fancybox-skin .fancybox-close::after {
    content: 'x';
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    float: left;
    padding-top: 0px;
    font-weight: bold;
    font-size: 125%;
}

.pagePart3 .fancybox-skin .fancybox-close::after {
    color: #007cb0;
}

.pagePart4 .fancybox-skin .fancybox-close::after {
    color: #82197f;
}

.pagePart5 .fancybox-skin .fancybox-close::after {
    color: #c42965;
}

.pagePart6 .fancybox-skin .fancybox-close::after {
    color: #ec6d05;
}

.pagePart7 .fancybox-skin .fancybox-close::after {
    color: #fbbb00;
}

.pagePart8 .fancybox-skin .fancybox-close::after {
    color: #A7181D;
}

.pagePart3 .fancybox-nav span,
.pagePart3 .navButton span {
    background-color: #007cb0;
}

.pagePart4 .fancybox-nav span,
.pagePart4 .navButton span {
    background-color: #82197f;
}

.pagePart5 .fancybox-nav span,
.pagePart5 .navButton span {
    background-color: #c42965;
}

.pagePart6 .fancybox-nav span,
.pagePart6 .navButton span {
    background-color: #ec6d05;
}

.pagePart7 .fancybox-nav span,
.pagePart7 .navButton span {
    background-color: #fbbb00;
}

.pagePart8 .fancybox-nav span,
.pagePart8 .navButton span {
    background-color: #A7181D;
}

.fancybox-nav span,
.navButton span {
    border-radius: 100%;
}

.fancybox-nav.fancybox-prev span,
.navButton.prev span {
    background-image: url('../img/icons/pfeil_links.png');
    background-repeat: no-repeat;
    background-position: center;
}

.fancybox-nav.fancybox-next span,
.navButton.next span {
    background-image: url('../img/icons/pfeil_rechts.png');
    background-repeat: no-repeat;
    background-position: center;
}

.galery .navButton.disabled span {
    background-color: #cecece;
}

.navButton.next span,
.navButton.prev span {
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    top: 40%;
    left: 34px;
    display: block;
}

.navButton.next span {
    left: auto;
    right: 34px;
}

.fancybox-title-inside-wrap {
    padding: 22px;
}


/* Subpages END */


/* Responsive Anpassungen Anfang */

body.mobile .printPage,
body.mobile #header,
body.mobile #mainNav .descriptionBox,
body.mobile #footer:not(.mobile),
body.mobile .subPage .container > .leftCol {
    display: none;
}

body.mobile .subPage .container > .centerCol {
    width: 100%;
}

#mobileHeader span.buttonContainer a.showMenu {
    background-image: url('../img/icons/burger.png');
    width: 35px;
    height: 35px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 22px;
}

#mobileHeader #mobileMenu {
    display: none;
    position: absolute;
    z-index: 1550;
    width: 100%;
}

#mobileHeader #mobileMenu.open {
    display: block;
}

#mobileHeader #mainNav > ul > li a,
#mobileHeader #mainNav > ul > li:hover a {
    padding-left: 22px;
    text-align: left;
}

#mobileHeader #mainNav > ul ul {
    display: block;
}

#mobileHeader #mainNav li.active > a {
    padding-bottom: 10px;
}

#mobileHeader #mainNav li.hasChild > a {
    background-size: 20px 20px;
    background-position: right+10px center;
    background-repeat: no-repeat;
    padding-right: 32px;
    background-image: url('../img/icons/pfeil_weiss_oben.svg');
}

#mobileHeader #mainNav li.hasChild.closed > a {
    background-image: url('../img/icons/pfeil_weiss_unten.svg');
}

#mobileHeader #mainNav li.hasChild.closed > ul {
    display: none;
}

#mobileHeader #mainNav ul.secondLevel,
#mobileHeader #mainNav ul.thirdLevel {
    float: left;
    width: 100%;
    padding: 11px;
    padding-right: 0;
    padding-top: 0;
}

#mobileHeader #mainNav ul.secondLevel li,
#mobileHeader #mainNav ul.thirdLevel li {
    padding: 7px 22px;
    float: left;
    width: 100%;
    padding-right: 0;
}

#mobileHeader #mainNav ul.secondLevel li a,
#mobileHeader #mainNav ul.thirdLevel li a {
    color: #fff;
    padding: 0;
    float: left;
    width: 100%;
    padding-right: 32px;
    line-height: 120%;
}

#mobileHeader #mainNav > ul > li:nth-of-type(1) > a,
#mobileHeader #mainNav > ul > li:nth-of-type(1) ul.secondLevel {
    background-color: #007cb0;
    color: #fff;
}

#mobileHeader #mainNav > ul > li:nth-of-type(2) > a,
#mobileHeader #mainNav > ul > li:nth-of-type(2) ul.secondLevel {
    background-color: #82197f;
    color: #fff;
}

#mobileHeader #mainNav > ul > li:nth-of-type(3) > a,
#mobileHeader #mainNav > ul > li:nth-of-type(3) ul.secondLevel {
    background-color: #c42965;
    color: #fff;
}

#mobileHeader #mainNav > ul > li:nth-of-type(4) > a,
#mobileHeader #mainNav > ul > li:nth-of-type(4) ul.secondLevel {
    background-color: #ec6d05;
    color: #fff;
}

#mobileHeader #mainNav > ul > li:nth-of-type(5) > a,
#mobileHeader #mainNav > ul > li:nth-of-type(5) ul.secondLevel {
    background-color: #fbbb00;
    color: #515151;
}

#mobileHeader #mainNav > ul > li:nth-of-type(6) > a,
#mobileHeader #mainNav > ul > li:nth-of-type(6) ul.secondLevel {
    background-color: #cccccc;
    color: #515151;
}

#mobileHeader #mainNav ul.thirdLevel {
    background-color: rgba(255, 255, 255, .5);
    padding-left: 0;
}

#mobileHeader #metaNav {
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}

#mobileHeader #metaNav ul li {
    background-image: none;
    margin: 0;
    padding: 0;
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    height: auto;
}

#mobileHeader #metaNav ul li a {
    font-size: 125%;
    width: 100%;
    padding: 11px 22px;
    margin: 0;
    float: left;
}

#mobileHeader #metaNav ul li.search form input:first-child {
    padding-left: 0;
    margin-left: 0;
    padding: 11px 22px;
    width: 90%;
    font-size: 125%;
    height: auto;
    font-family: 'PT Sans', sans-serif;
}

#mobileHeader #metaNav ul li.search form {
    height: auto;
}

#mobileHeader #metaNav ul li.search form input:hover {
    border: none;
}

body.mobile #footer.mobile .contentWidth {
    padding: 22px;
    padding-top: 0;
}

body.mobile #footer.mobile .contentWidth .footerColumn {
    width: 48%;
}

body.mobile #footer.mobile .contentWidth .footerColumn:nth-child(odd) {
    float: left;
}

body.mobile #footer.mobile .contentWidth .footerColumn:nth-child(even) {
    float: right;
}

body.mobile .mobileDivider {
    width: 100%;
    clear: both;
    height: 0;
}

.videoFrame {
    margin-top: 22px;
    background-color: #fff;
    padding: 22px;
    width: 100%;
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}

.kontext h2 {
    margin-bottom: 12px;
}

.kontext {
    padding: 22px;
    background-color: #fff;
    width: 48%;
    margin-bottom: 22px;
}

.kontext .inner {
    padding: 22px;
    background-color: #fff;
}

.kontext:nth-of-type(odd) {
    clear: left;
    float: left;
}

.kontext:nth-of-type(even) {
    clear: right;
    float: right;
}

.kontext .inner p,
.kontext .video-js {
    margin: 0;
}


.kontext ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.kontext ul li {
    background-image: url('../img/icons/pin-grau.svg');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 20px;
    background-size: 10px 14px;
    line-height: 1.5em;
    min-height: 12px;
}

.kontext ul li.page,
.kontext.pages ul li {
    background-image: url('../img/icons/icon_links.svg');
    background-size: 12px 11px;
    background-position: left 7px;
}

.kontextfull {
    width: 48%;
    margin-bottom: 22px;
    background-color: transparent;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.kontextfull .name {
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, .925);
    padding: 8px 16px;
}

.kontextfull .name h2 {
    font-size: 100%;
    margin: 0;
    margin-bottom: 4px;
}

.kontextfull .name h3 {
    font-weight: bold;
    font-size: 125%;
    margin: 0;
}

/*KeyFrame Gallery */
#keyFrame.keyGallery {
    width: 100%;
    position: relative;
    min-height: 460px;
    overflow: hidden;
}

#keyFrame.keyGallery .ce-gallery {
    /*position: absolute;*/ /* reset original */
}

#keyFrame.keyGallery .ce-row {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    transition: left 1s;
    -webkit-transition: left 1s;
    z-index: 1;
    display: none;
}

#keyFrame.keyGallery .ce-row.activeKImage {
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
}

#keyFrame.keyGallery .ce-row.nextKImage {
    top: 0;
    left: 100%;
    z-index: 5;
    display: block;
}

#keyFrame.keyGallery .ce-row.prevKImage {
    top: 0;
    left: -100%;
    z-index: 5;
    display: block;
}


#keyFrame.keyGallery .ce-column,
#keyFrame.keyGallery figure {
    width: 100%;
    /*text-align: center;*/ /* reset original, because key gallery info text should not be centered */
}

#keyFrame.keyGallery figure img {
    margin: auto;
}

#keyFrame.keyGallery a {
    position: absolute;
    top: 50%;
    z-index: 10;
}

#keyFrame.keyGallery a.keyGLeft {
    left: 0;
}

#keyFrame.keyGallery a.keyGRight {
    right: 0;
}


@media (max-width: 979px) {

    #innerframe > #header {
        display: none;
    }

    .kontextfull,
    .kontext {
        width: 100%;
    }

    .kontextfull img {
        width: 100%;
    }

    .kontextfull .video-js {
        width: 100%;
        height: auto;
    }

    .pagePart2 #keyFrame .frame-default {
        margin-bottom: 85px;
    }

    .pagePart2 #keyFrame .frame-titelZeile {
        bottom: 10px;
        width: 100%;
        padding-right: 0;
    }

    .video-js {
        width: 100%;
    }

    .contentWidth {
        width: 600px;
        overflow-x: hidden;
    }

    #breadCrumb {
        margin-left: 22px;
    }

    #analytics {
        float: right;
    }

    #footerPartner .contentWidth div {
        float: left;
        max-width: 30%;
        margin-right: 5%;
    }

    #footerPartner .contentWidth a:last-of-type div {
        margin-right: 0;
    }

    #footerPartner .contentWidth div img {
        height: auto;
    }

    #footerPartner {
        margin: 22px 0;
    }

    #footerNav h3 {
        margin-bottom: 0;
    }

    #footerNav ul {
        margin-bottom: 0;
    }

    body.mobile #footer.mobile .contentWidth .footerColumn:last-of-type {
        margin-bottom: 22px;
    }

    .container > div:last-child {
        margin-bottom: 0;
    }

    .news-list-item .newsLeft,
    .news-list-item .newsRight {
        width: 100%;
    }

    .news-list-item .teaser.neutral,
    .news-list-item [class*=frame-teaser-neutral] {
        height: auto;
    }

    .news-list-item .newsRight p.subHead {
        margin-bottom: 55px;
    }

    .frame-introText .ce-bodytext {
        width: 100%;
        float: none;
        display: block;
        clear: both;
        margin: 0;
    }

    #mainNav > ul > li {
        margin-right: 0;
    }

    #mainNav > ul > li > a {
        border-bottom: none;
        padding-bottom: 7px;
    }

    #mainNav > ul > li > a:hover {
        padding-bottom: 7px;
    }

    .frame-stoerer h5 {
        font-size: 100%;
    }

    #keyFrame .frame-stoerer header {
        top: -16px;
        left: -19px;
        padding: 39px;
    }

    .frame-stoerer {
        right: 16px;
        bottom: 80px;
        width: 131px;
        height: 115px;
        background-size: contain;
        background-repeat: no-repeat;
    }


    /* Stoerer 17.02.2016 */
    .frame-stoerer h5 {
        font-size: 75%;
    }

    #keyFrame .frame-stoerer header {
        top: -27px;
        left: -24px;
    }

    .frame-stoerer {
        width: 80px;
        height: 85px;
    }


    .splitContent.twoCol.ratio30_70 > .leftCol,
    .splitContent.twoCol.ratio30_70 > .rightCol,
    .splitContent.twoCol.ratio70_30 > .leftCol,
    .splitContent.twoCol.ratio70_30 > .rightCol,
    .splitContent.threeCol.ratio33_33_33 > .leftCol,
    .splitContent.threeCol.ratio33_33_33 > .centerCol,
    .splitContent.threeCol.ratio33_33_33 > .rightCol,
    .leftCol,
    .centerCol,
    .rightCol {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .leftCol,
    .centerCol {
        margin-bottom: 22px;
    }

    .noMargin .leftCol {
        margin-bottom: 0;
    }

    #mobileHeader {
    }

    #mobileHeader .buttonContainer {
        float: left;
        max-width: 25%;
    }

    #mobileHeader #mainLogo {
        float: none;
        margin: auto;
        margin-top: 22px;
        margin-bottom: 28px;
        width: 300px;
        max-width: 50%;
    }

    #mobileHeader #mainLogo img {
        width: 100%;
        height: auto;
    }

    #mobileHeader ul.langSelect {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 11px;
        width: 50px;
        z-index: 1551;
        top: 16px;
        height: 100%;
        overflow: hidden;
    }

    #mobileHeader ul.langSelect.closed {
        height: 60px;
    }

    #mobileHeader ul.langSelect.closed li {
        display: none;
    }

    #mobileHeader ul.langSelect li {
        border-radius: 100%;
        padding: 8px;
        margin-top: 0px;
        background-color: #cccccc;
        width: 39px;
        margin-bottom: 5px;
    }

    #mobileHeader ul.langSelect li.active {
        background-color: #515151;
        display: block;
    }

    #mobileHeader ul.langSelect li a {
        font-size: 112.5%;
        color: #000;
    }

    #mobileHeader ul.langSelect li.active a {
        color: #fff;
    }

    .frame-teaser-neutral-map {
        right: auto;
        max-width: 100%;
        margin: 0;
        position: static;
        background-color: #fff;
    }

    [class*=frame-teaser] div.csc-textpic-left .ce-gallery {
        float: none;
        margin: auto;
        width: 100%;
    }

    #main .frame-teaser-aufbruch figure img,
    #main .frame-teaser-revolution figure img,
    #main .frame-teaser-einheit figure img {
        width: 100%;
        height: auto;
    }

    #mainframe.Home #keyFrame .frame > header {
        position: relative;
        width: 100%;
        bottom: auto;
    }

    #mainframe.Home #keyFrame .frame > header h1 {
        width: 100%;
        max-width: none;
    }

    #keyFrame img {
        height: auto;
        width: 100%;
    }

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

    .csc-textpic-image img,
    [class*=frame-teaser] div.csc-textpic .ce-gallery img {
        width: 100%;
        height: auto;
    }

    #main [class*=frame-teaser] figure {
        width: 100%;
    }

    .frame-linklist li {
        /* background-image: url('../img/icons/pfeil_grau_unten.svg'); */
    }

    .frame-linklist li.active {
        width: 100%;
        background-image: url('../img/icons/pfeil_weiss_oben.svg');
        background-position: right 15px center;
        background-color: #515151;
    }

    .frame-linklist li.active a {
        color: #fff;
    }

    #toTop {
        bottom: 0px;
        right: 0px;
    }

    #main .tx-rev89-gesichter .singleView.gesicht > div,
    #main .tx-rev89-gesichter .singleView.gesicht > div.image,
    #main .tx-rev89-gesichter .singleView.gesicht .textPart,
    #main .tx-rev89-gesichter .singleView.gesicht .videoPart,
    #main .tx-rev89-gesichter .singleView.gesicht .galerie {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .frame-linklistGenerator {
        position: relative;
    }

    .pagePart2 .frame-linklistGenerator,
    .pagePart2 .frame-linklist.generated {
        padding-bottom: 50px;
    }

    #mainframe.pagePart2 #c13.frame-linklistGenerator .ce-bodytext {
        float: left;
        clear: both;
        width: 100%;
        margin: 0;
    }

    .ce-gallery.tripleGal {
        background-color: #fff;
        width: 100%;
        padding: 11px;
    }

    .ce-gallery.tripleGal .csc-textpic-imagerow {
        margin-top: 22px;
    }

    .ce-gallery.tripleGal .ce-column {
        width: 100%;
    }

    .ce-gallery.tripleGal .ce-column figure {
        width: 100%;
    }

    .ce-gallery.tripleGal .ce-column figure img {
        margin: auto;
    }

    .ce-gallery.tripleGal .ce-column figure figcaption {
        margin-top: 11px;
    }

    .leftCol .frame-linklist li.active {
        width: 100%;
    }

    /*  ANPASSUNG Menu 02.02 START */
    #mobileHeader #mainNav > ul > li {
        width: 100%;
        float: left;
    }

    #mobileHeader #mainNav > ul > li > a {
        color: #fff;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(5) > a,
    #mobileHeader #mainNav > ul > li:nth-of-type(6) > a {
        color: #515151;
    }

    #mobileHeader #mainNav li.hasChild > a,
    #mobileHeader #mainNav li.hasChild.closed > a,
    #mobileHeader #mainNav ul.secondLevel li.hasChild > a,
    #mobileHeader #mainNav ul.secondLevel li.hasChild.closed > a {
        width: calc(100% - 50px);
        background-image: none;
    }

    #mobileHeader #mainNav li.hasChild > div.opener {
        width: 50px;
        background-image: url('../img/icons/pfeil_weiss_oben.svg');
        float: right;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #mobileHeader #mainNav li.hasChild.closed > div.opener {
        background-image: url('../img/icons/pfeil_weiss_unten.svg');
    }

    #mobileHeader #mainNav ul.thirdLevel li.hasChild > div.opener,
    #mobileHeader #mainNav ul.thirdLevel li.hasChild.closed > div.opener {
        display: none;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(1),
    #mobileHeader #mainNav > ul > li:nth-of-type(1) ul.secondLevel {
        background-color: #007cb0;
        color: #fff;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(2),
    #mobileHeader #mainNav > ul > li:nth-of-type(2) ul.secondLevel {
        background-color: #82197f;
        color: #fff;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(3),
    #mobileHeader #mainNav > ul > li:nth-of-type(3) ul.secondLevel {
        background-color: #c42965;
        color: #fff;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(4),
    #mobileHeader #mainNav > ul > li:nth-of-type(4) ul.secondLevel {
        background-color: #ec6d05;
        color: #fff;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(5),
    #mobileHeader #mainNav > ul > li:nth-of-type(5) ul.secondLevel {
        background-color: #fbbb00;
        color: #515151;
    }

    #mobileHeader #mainNav > ul > li:nth-of-type(6),
    #mobileHeader #mainNav > ul > li:nth-of-type(6) ul.secondLevel {
        background-color: #cccccc;
        color: #515151;
    }

    #ortFilter,
    #ortTeaser {
        max-height: 465px;

        /*
        max-height: 65vh;
        */

        overflow: auto;
    }

    #map {
        max-height: 480px;
    }

    .galery .ce-gallery {
        margin-top: 35px;
    }

    .galery .navButton {
        top: 0;
        height: 40px;
        width: 50%;
    }

    /*#shareNav {
      top: 0;
    }

    #shareNav > .blogBTN,
    #shareNav > .contactBTN{
      display: none;
    }
    */
    #shareNav {
        bottom: 0;
        width: 100%;
        z-index: 10;
        margin-top: 0;
        height: 45px;
        background-color: #fff;
        -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
    }

    #shareNav > div,
    #shareNav > div:hover {
        position: static;
        float: left;
        width: 95%;
        width: calc(100% - 45px);
    }

    #shareNav > div.shareBTN:hover .shareContent,
    #shareNav > div.shareBTN .shareContent {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    #shareNav > div > a {
        display: none;
    }


    #shareNav .shareContent a {
        clear: none;
        margin-left: 15px;
    }

    #shareNav .shareContent h3 {
        float: left;
        line-height: 100%;
    }

    #shareNav > .blogBTN,
    #shareNav > .contactBTN {
        display: none;
    }

    .kontextfull .video-js {
        max-height: 100vh;
    }

    /*  ANPASSUNG Menu 02.02 END */
}

@media (max-width: 556px) {
    #shareNav .shareContent h3 {
        font-size: 100%;
        margin-bottom: 0px;
        margin-top: 2px;
    }

    #shareNav .shareContent {
        padding-left: 10px;
        padding-right: 10px;
    }

    #shareNav .shareContent a {
        margin-left: 10px;
        padding-left: 20px
    }

}

@media (max-width: 456px) {
    #shareNav .shareContent a {
        width: 30px;
        overflow: hidden;
        color: transparent;
        height: 18px;
    }

    .frame-stoerer {
        display: none;
    }
}

@media (max-width: 400px) {

    #toTop {
        width: 30px;
        height: 30px;
    }

    #toTop a {
        padding: 5px 11px;
    }

    #shareNav .shareContent {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #shareNav {
        height: 30px;
    }


}


/* Responsive Anpassungen Ende */

#ortFilter {
    background-color: #fff;
}

.pagePart2 .newsContainer,
.pagePart2 .newsContainer .news-list-item .teaser.neutral,
.pagePart2 .newsContainer .news-list-item [class*=frame-teaser-neutral],
.news-blog-list-container {
    width: 100%;
}

.pagePart2 .newsContainer .news-list-browse {
    display: none;
}

.veranst-list-item .veranst-image {
    width: 100%;
}

.veranst-list-item .veranst-image img {
    width: 100%;
    height: auto;
}

.news-blog-list-container .newsContainer {
    width: 100%;
    float: left;
}

.news-blog-list-container .newsContainer .news-list-item {
    float: left;
    width: 48%;
}

.news-blog-list-container .newsContainer .news-list-item:nth-of-type(odd) {
    float: left;
}

.news-blog-list-container .newsContainer .news-list-item:nth-of-type(even) {
    float: right;
}

.news-blog-list-container .newsContainer .news-list-item img {
    width: 100%;
    height: auto;
}

.news-blog-list-container .news-list-item .teaser.neutral,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] {
    height: auto;
}

.news-blog-list-container .news-list-item .teaser.neutral .inner,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] .inner {
    float: left;
    padding: 22px;
}

.news-blog-list-container .news-list-item .teaser.neutral .inner p,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] .inner p {
    text-align: left;
    margin: 0;
}

.news-blog-list-container .news-list-item .teaser.neutral span.author,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] span.author,
.news-blog-list-container .news-list-item .teaser.neutral span.news-list-date,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] span.news-list-date {
    float: left;
    width: 48%;
    font-size: 100%;
    margin: 0;
}

.news-blog-list-container .news-list-item .teaser.neutral span.news-list-date,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] span.news-list-date {
    float: right;
    clear: none;
}

.news-blog-list-container .news-list-item .teaser.neutral span.author p,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] span.author p,
.news-blog-list-container .news-list-item .teaser.neutral span.news-list-date p,
.news-blog-list-container .news-list-item [class*=frame-teaser-neutral] span.news-list-date p {
    margin: 0;
    padding: 0;
}

.news-blog-list-container .news-list-item h2,
.news-blog-list-container .news-list-item p.subHead {
    float: left;
    width: 100%;
}

.news-blog-list-container .news-list-item p.subHead {
    margin-bottom: 15px;
}

.news-blog-list-container .news-list-item .blogLink {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 11px;
}

#keyFrame figcaption {
    display: none;
}


/* Sitemap */

#sitemap {
    padding: 26px;
    margin-top: 22px;
}

#sitemap ul li a {
    border: none;
    background: none;
    padding: 0;
}

#sitemap ul li a:hover {
    text-decoration: underline;
    color: #515151;
}


/* Kontakt */

span.tel,
span.fax,
span.mail,
#contentContainer a.pdf,
a.mail {
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 20px;
}

span.tel {
    background-image: url('../img/icons/kontakt/telefon.svg');
}

#contentContainer a.pdf {
    background-image: url('../img/fileicons/pdf.gif');
}

span.fax {
    background-image: url('../img/icons/kontakt/fax.svg');
}

a.mail,
span.mail {
    background-image: url('../img/icons/kontakt/mail_blau.svg');
}

.frame-introText span.tel {
    background-image: url('../img/icons/kontakt/telefon-weiss.svg');
}

.frame-introText span.fax {
    background-image: url('../img/icons/kontakt/fax-weiss.svg');
}

.frame-introText a.mail,
.frame-introText span.mail {
    background-image: url('../img/icons/kontakt/mail-weiss.svg');
}

#contentContainer a.pdf:before,
a.mail:before {
    display: none;
}

#contentContainer a.pdf {
}


/*AUSKLAPP NAVI*/
body:not(.mobile) #mainNav ul#firstLevel li.hasChild {
    position: relative;
}

body:not(.mobile) #mainNav ul#firstLevel > li.hasChild:hover .secondLevel {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 10;
    left: 0;
    width: 315px;
    border-top: 4px solid #fff;
    padding-bottom: 15px;
    background-color: #fff;
    z-index: 2000;
}

body:not(.mobile) #mainNav .secondLevel li {
    width: 100%;
}

body:not(.mobile) #mainNav .secondLevel li a {
    background-color: #fff;
    padding: 9px 30px 10px;
    line-height: 100%;
    font-size: 93.75%;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e0e0e0;
}

body:not(.mobile) #mainNav .thirdLevel li a {
    padding: 10px 30px 10px;
    background-color: #e0e0e0;
    border-bottom: 3px solid #fff;
}

body:not(.mobile) #mainNav .thirdLevel li:last-of-type a {
    border-bottom: none;
}

body:not(.mobile) #mainNav .thirdLevel {
    display: none;
}

body:not(.mobile) #mainNav ul.secondLevel li a:hover {
    background-color: #e0e0e0;
}

body:not(.mobile) #mainNav ul.thirdLevel li:hover {
    background-color: #fff;
}

body:not(.mobile) #mainNav .item-3 ul.thirdLevel li a:hover {
    background-color: rgba(0, 124, 176, 0.1);
}

body:not(.mobile) #mainNav .item-4 ul.thirdLevel li a:hover {
    background-color: rgba(152, 10, 102, 0.1);
}

body:not(.mobile) #mainNav .item-5 ul.thirdLevel li a:hover {
    background-color: rgba(196, 41, 101, 0.1);
}

body:not(.mobile) #mainNav .item-6 ul.thirdLevel li a:hover {
    background-color: rgba(236, 109, 5, 0.1);
}

body:not(.mobile) #mainNav ul.secondLevel li.hasChild:hover ul.thirdLevel {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 275px;
    background-color: #e0e0e0;
}

body:not(.mobile) #mainNav .descriptionBox {
    display: none;
}


/* 16.02.2016 */
.news-amenu-container #newsFilter {
    float: left;
    width: 100%;
    clear: both;
    background-color: #007cb0;
    margin: 22px 0;
    padding: 11px;
}

.news-amenu-container #newsFilter span.description {
    color: #fff;
}

.news-amenu-container #newsFilter .selects {
    float: right;
    width: 80%;
}

.news-amenu-container #newsFilter .monthSelection,
.news-amenu-container #newsFilter .yearSelection {
    float: left;
    width: 45%;
}

.news-amenu-container #newsFilter .yearSelection {
    float: right;
}

.news-amenu-container #newsFilter .selects select {
    width: 100%;
    float: left;
    background-color: #4fa3c8;
    border: none;
    color: #fff;
    font-size: 100%;
    font-family: 'PT Sans', sans-serif;
}


.accordeon.newsContainer {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 3px;
}

.accordeon.newsContainer .headline {
    width: 100%;
    float: left;
    background-color: #007cb0;
    cursor: pointer;
    position: relative;
}

.accordeon.newsContainer .headline .indicator:after {
    width: 25px;
    height: 25px;
    position: absolute;
    color: #fff;
    content: '-';
    right: 22px;
    top: 7px;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
}

.accordeon.newsContainer.closed .headline .indicator:after {
    content: '+';
}

.accordeon.newsContainer .headline h3 {
    color: #fff;
    padding: 11px 22px;
    margin: 0;
}

.accordeon.newsContainer {
    height: 100%;
    overflow: hidden;
    float: left;
    -webkit-transition: height .5s;
    transition: height .5s;
}

.accordeon.newsContainer.closed {
    height: 48px;
}

.accordeon.newsContainer .content > .news-latest-item.csc-default {
    padding: 22px;
    background-color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.pagePart3 .centerCol > .frame-introText.csc-space-before-22 {
    float: inherit;
}

ul#ortFilter li.contentList span a {
    color: #fff;
}

/* 17.02. 2016 */

.pagePart2 #main #c13 .ce-textpic.csc-textpic-intext-left-nowrap .ce-gallery {
    max-width: 50%;
    display: block;
}

.pagePart2 #main #c13 .csc-textpic.csc-textpic-intext-left-nowrap .ce-gallery figure {
    width: 100%;
}

.pagePart2 #main #c13 .csc-textpic.csc-textpic-intext-left-nowrap .ce-gallery figure img {
    height: auto;
    width: auto;
    max-height: 182px;
}

.pagePart2 #main #c13 .csc-textpic.csc-textpic-intext-left-nowrap .ce-bodytext {
    float: right;
    width: 45%;
    margin: 0;
}

@media (max-width: 979px) {

    .pagePart2 #main #c13 .ce-textpic.csc-textpic-intext-left-nowrap .ce-gallery {
        max-width: 100%;
        width: 100%;
        display: block;
    }

    .pagePart2 #main #c13 .ce-textpic.csc-textpic-intext-left-nowrap .ce-bodytext {
        float: left;
        width: 100%;
        margin: 0;
    }

    .pagePart2 #main #c13 .ce-textpic.csc-textpic-intext-left-nowrap .ce-gallery figure img {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }

    /*10.03.2016*/
    #metaNav ul li.search input.buttonVolltext {
        width: 10%;
        height: 50px;
        background-size: auto;
    }

    .fancybox-skin .fancybox-close {
        width: 40px;
        height: 40px;
    }

    .fancybox-skin .fancybox-close::after {
        width: 40px;
        height: 40px;
        padding-top: 2px;
        font-size: 150%;
    }

    #mobileHeader #mainNav ul.thirdLevel li.hasChild > div.opener,
    #mobileHeader #mainNav ul.thirdLevel li.hasChild.closed > div.opener {
        display: block;
        height: 23px;
    }
}

.subPage .galery figure img {
    max-width: 100%;
    min-width: 100%;
    /* exact width and height because of lack of cropping in Typo3 */
    width: 476px;
    /*height: 340px;*/
    /* height auto because of wrong image area in case of portrait */
    height: auto;
    object-fit: cover;
}

body.impressions #breadCrumb {
    margin: 22px 0;
}

body.impressions .galery {
    margin: 0;
    padding: 0;
}

#keyFrame.keyGallery a.keyGLeft,
#keyFrame.keyGallery a.keyGRight {
    color: transparent;
    height: 54px;
    width: 40px;
    background-repeat: no-repeat;
}

#keyFrame.keyGallery a.keyGLeft {
    background-image: url(../img/icons/impressionen/pfeil_links.png);
}

#keyFrame.keyGallery a.keyGRight {
    background-image: url(../img/icons/impressionen/pfeil_rechts.png);
}

#keyFrame.keyGallery figure figcaption {
    height: 0px;
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
    position: absolute;
    bottom: 0px;
    -webkit-transition: all .75s;
    transition: all .75s;
    color: transparent;
    background-color: rgba(255, 255, 255, 0);
    padding: 35px;
}

#keyFrame.keyGallery figure.info figcaption {
    height: auto;
    width: 100%;
    color: #515151;
    padding: 35px;
    background-color: rgba(255, 255, 255, .8);
}

#keyFrame.keyGallery figure.info figcaption .infoText {
    width: 100%;
    float: left;
    left: 0;
    position: relative;
    background-color: transparent;
    height: auto;
    max-height: 100%;
    margin-top: 11px;
    padding: 0;
    min-height: 0px;
}

#keyFrame.keyGallery figure.info .infoButton {
    display: none;
}

#keyFrame.keyGallery figure.info figcaption .closeButton {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #007cb0;
    color: #fff;
    right: 11px;
    top: 11px;
    border-radius: 15px;
    cursor: pointer;
}

#keyFrame.keyGallery figure.info figcaption .closeButton:after {
    content: 'X';
    position: absolute;
    padding: 5px 10px;
}

.splitContent.twoCol.ratio50_50 {
    margin-top: 22px;
}

.splitContent.twoCol.ratio50_50 > div {
    width: 48%;
    float: left;
}

.splitContent.twoCol.ratio50_50 > div.rightCol {
    float: right;
}

#keyFrame.keyGallery .frame > header {
    bottom: 10px;
    padding-left: 15px;
    color: #515151;
}

#keyFrame.keyGallery {
    background-color: #fff;
}

/* Revolutionsorte Teaser - Rechter Block */
#c3183 {
    float: right;
}

.tx-indexedsearch-rules {
    display: none;
}