
/* Das Layout - Angaben die Bootstrap überschreiben! */
/* Eigene CSS-Deklarationen */
html {
  position: relative;
  min-height: 100%;
  font-size:1em;
}

body > .container {
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* Anleitung */
button.verstanden {
            position:fixed;
            z-index:1034;
            top:50%;
            left:50%;
            width:200px;
            margin-left:-100px;
            height:50px;
            background-color:#F0CB69;
            border-radius:25px;
            border-color:transparent;
            cursor:pointer;
            font-size:1.4em;
            font-weight: bold;
            color:#333;
            display:none;
        }
        .infogramcontainer {
            opacity:0;
            position:fixed;
            top:0;
            background-color:rgba(0,0,0,0.7);
            width:100%;
            height:500vh;
            z-index:1033;
        }
/* Header 
-------------------------------------------- */
    
header {
    display:flex;
    justify-content: space-between;
    padding:12px;
}
header div.suche {
    width: 55px;
}
header div.suche a img {
    margin-top: 0px;
    width:40px;
    height:40px;
    background:none;  
}
header div.suche a img:hover {
    transition: width 1s, height 1s, margin-top 1s;
    margin-top: -6px;
    width:45px;
    height:45px;
}



header div.burger img {
    width:40px;
    height:40px;
    background:none;
}

div.desc {
    display:block;
}
div.pad {
    display:none;
}
div.smart {
    display:none;
}
.navbar-default {
background-color: transparent;
border-color: transparent;
}
.navbar {
    border-radius: 0px;
}
h1, h2, h3, h4 {
    padding-bottom:24px;
}
/* Footer */
.right > p > a > img {
width:30px;
height:auto;
}
.right > p > a > img:hover {
opacity:0.5;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.left, .text-left {
text-align: left
}
.center, .text-center {
text-align: center
}
.right, .text-right {
text-align: right
}
.justify, .justify-text {
text-align: justify;
hyphens: auto;
}
/* LINK-Kontur
-------------------------------------------- */
a {
    outline:0!important;
}
/* Trennungen
-------------------------------------------- */
.trennungen, .Trennungen {
    hyphens: auto;
    /*word-break: break-all; */
}
.trennlinie, .Trennlinie {
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #ffffff;
    column-gap: 20px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

/* Glyphicon Menu 
---------------------------------------------*/
.glyphicon.glyphicon-menu-left, .glyphicon.glyphicon-menu-right {
    top: 50%;
    font-size: 1.6em;
    padding: 0 10px;
}

/* Rahmen div spalten3 
---------------------------------------------*/
div.ContainerSpalten2 {
    margin-top: 1.8ex;
    column-count: 2;
    column-gap: 2em;
    orphans: 2;
    widows:2;
    margin-bottom:24px;
    hyphens: auto;
}
div.ContainerSpalten3 {
    margin-top: 1.8ex;
    column-count: 3;
    column-gap: 2em;
    orphans: 2;
    widows:2;
    margin-bottom:24px;
    hyphens: auto;
}
div.ContainerSpalten4 {
    margin-top: 1.8ex;
    column-count: 4;
    column-gap: 2em;
    orphans: 2;
    widows:2;
    margin-bottom:24px;
    hyphens: auto;
}

/* SUCHE
-------------------------------------------- */
.container.suche {
    padding-top: 116px;
}

/* MODAL 
-------------------------------------------- */
.modal-content {
    width: 100%; 
    /*margin: 40% 25%;*/
    padding: 15px;
}

/* IMAGES
-------------------------------------------- */
img {
height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
/*background: transparent url(../images/ajax-loader.gif) no-repeat center center;*/
width:100%;
}
img.left {
float: left;
max-width: 50%;
margin: 5px 20px 0px 0;
}
img.right {
float: right;
max-width: 50%; /* Responsive width */
margin: 5px 0 0px 20px;
}

img.leftAlone {
    margin-right: 100%;
    margin-bottom: 0;
    clear: both;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0;
    clear: both;
}
.captionImage {
max-width: 100%;
}
div.svgcontainer img {
background:none;
}
/* SVG */
img[src$=".svg"] {
    background:none;
}

/* PagePhoto Beitragsbild ************************/
.pagephoto {
    margin-top: 68px;
}
p.PagePhotoLegend {
    text-align: center;
    padding: 8px 4px;
}

/* Content
-------------------------------------------------*/
.contentcontainer {
    min-height: 500px;
}

p.colactiv {
column-count: 2;
column-rule-style: solid;
column-rule-width: 2px;
column-rule-color: #000;
column-gap: 12px;
}

/* Startseite ImageBox */

div.content.start p {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding:0;
}
div.content.start p a {
    max-width:224px;
    margin-right: 8px;
    margin-bottom: 8px;
    border:1px solid transparent;
}
div.content.start p a:hover {
    /*border:1px solid rgb(205,45,50);*/
}
div.content a img, .imagebox a div img {
    border: 1px solid #ccc;
}
div.content a img:hover {
    border: 1px solid transparent!important;
}

/* ImageBox ******************************************/
div.imagebox {
    display: flex; 
    justify-content: start;
    flex-wrap: wrap;
}
div.imageboxcontent {
    margin-bottom:12px;
    margin-right:12px;
    background-color: rgba(255,255,255,0.2);
}
p.boxtitle {
    font-weight: bold;
    margin: 8px 0px 0px 0px;
}
div.imageboxcontent p {
    hyphens: none;
}
.imagebox a div img {
    border: 1px solid transparent;
}
.imagebox > a:hover > div > img {
    border: 1px solid rgb(205,45,50);
}
div.content .imagebox a img:hover {
    border: 1px solid rgb(205,45,50)!important;
}
div.imageboxcontent div {
    padding: 5px;
}
/* Tabellen *************************************/
.tabelconsole img {
    width: 55px;
    background: none;
    position :relative;
    animation: tablego 15s infinite;
}
.tabelconsole {
    display:none;
    position:fixed;
    z-index:900;
    height:75px;
    width:100%;
    background-color:transparent;
    opacity:0.7;
    top: 50vh; 
}
@keyframes tablego {
    0%   {left:60%;}
    25%  {left:40%;}
    75%  {left:40%;}
    100% {left:60%;}
}
/* MultiPage **************************************/
div.multipagecont {
    margin: 0;
    padding: 0;
    width: 100%;
}
div.multipagecont article {
    padding:15px 0;
}
div.multipagecont section {
    padding:20px 15px 15px 15px;
}


/* MultiPage Advers ******************************/

    #AdPageContent {
        height: 5px;
        overflow: hidden;
        box-shadow: inset 0px 4px 4px rgba(0,0,0,0.6), inset 0px -4px 4px rgba(0,0,0,0.6);
    }
    .AnimStop {
        height: 550px !important;
    }
    .adverswrapper {
        max-height: 476px;
        max-width:100%;
        display: block;
    }
    .adverswrapper img {
        margin: 0;
        clear: both;
        width: auto;
        max-height: 460px;
    }
    .anzeige {
        height: 34px;
        display: block;
    }

@media only screen and (max-width : 900px) {
    .adverswrapper {
        max-height: 365px;
        display: block;
    }
    .adverswrapper img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width : 768px) {
    .AnimStop {
        height: 500px !important;
    }
}
@media only screen and (max-width : 620px) {
    .AnimStop {
        height: 400px !important;
    }
    #AdPageContent {
        max-height:400px;
    }
}
@media only screen and (max-width : 480px) {
    .AnimStop {
        height: 330px !important;
    }
    #AdPageContent {
        max-height:330px;
    }
}
@media only screen and (max-width : 375px) {
    .AnimStop {
        height: 260px !important;
    }
    #AdPageContent {
        max-height:260px;
    }
}
/*@media only screen and (max-width : 656px) {
    .adverswrapper {
        max-height: 300px;
        display: flex;
    }
    
}
@media only screen and (max-width : 560px) {
    .adverswrapper {
        max-height: 240px;
        display: flex;
    }
}
@media only screen and (max-width : 380px) {
    .adverswrapper {
        max-height: 160px;
        display: flex;
    }
}*/

    
    /* Version 1 */
    /*
    .pin-spacer {
        box-shadow: inset 0px 4px 4px rgba(0,0,0,0.6), inset 0px -4px 4px rgba(0,0,0,0.6);
    }
    div.anz {
        height: 2px;
        background-color:rgba(0,0,0,0.6);
    }
    progress {
        position:relative;
        top:-16px;
        width: 100%;
        height: 2px;
        border: none;
        background: transparent;
    }
    progress::-webkit-progress-bar {
      background: transparent;
    }
    progress::-webkit-progress-value {
      background: red;
      background-attachment: fixed;
    }
    progress::-moz-progress-bar {
      background: red;
      background-attachment: fixed;
    }*/


/* Gallerys *****************************/
.carousel-control.left, .carousel-control.right {
    background: none;
}
.carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    padding-top: 12px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px!important;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background:#ccc;
    border: 1px solid #333;
    border-radius: 10px;
}
.subtitle {
    text-align: center;
    width: 100%;
    display: block;
}

/* OnePage **************************************/
div.onepage {
    margin: 0;
    padding: 0;
    width: 100%;
}
section.anchorPos {
    position: relative;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.6);
}
div.onepage article {
    padding:15px;
}
div.onepagecontent {
    padding:24px 0;
}
article.onepagecontent {
    margin: 0;
    padding: 24px 15px;
}
.chaptertop {
    float: right;
    width: 28px;
    text-align: right;
}
a.chaptertop img {
    width: 28px;
    height: 32px;
    background: none;
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
}
.caption {
    position:absolute;
    top:50%;
    width:100%;
    text-align:center;
}
.caption span.button-dark {
    background-color: var(--col1);
    color:#ccc;
    padding:16px 24px;
    font-size:25px;
    line-height: 25px;
    display:inline-block;
    height:60px;
    border-radius:30px;
    text-transform:uppercase;
}
/* PopupPage *************************************/
div.widthcontent {
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
}
div.trigger {
    width:60px;
    height:60px;
    cursor:pointer;
}
section.modal {
    width:100%;
    margin:auto;
    
}
button.close {
    margin-top: -4px;
}
div.modal-content {
    padding:4px 24px 24px 24px;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px 0;
    border-bottom: 0px solid transparent;
}
.modal-header h2 {
    word-wrap: break-word;
}
button.close {
    float: right;
    font-size: 21px;
    height:24px;
    text-shadow: 0;
    opacity: 1;
    outline:none;
}
button.close span.pop-button{
    width: 15px;
    height: 15px;
    background-color: transparent;
    display: block;
    opacity: 1;
}
button.close span.pop-button img {
    width: 15px;
    height: 15px;
    background: none;
}
hr.modalnav {
    margin: 30px -23px -13px -23px;
    border-top: 1px solid #000;
}

/* Responsiv Video ********************************/
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

/* KachelPage *************************************/
div.kacheln {
    display:flex;
    flex-wrap: wrap;
}
div.kachelcontent {
    width:300px;
    height:300px;
    margin: 0px 12px 12px 0px;
    border:1px solid #ccc;
    background-size:cover;
    background-position: center center;
    overflow:hidden;
}

a .kacheltitel {
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block;
    padding:6px;
}
a.kachel {
    text-decoration:none;
}
a .kachelcontent {
    border:1px solid #ccc;
}
a .kachelcontent:hover {
    border:1px solid red;
}


/* ArchivePage *************************************/
div.archivkacheln {
    display:flex;
    flex-wrap: wrap;
}
div.archivkachelcontent {
    width:300px;
    height:300px;
    margin: 0px 12px 12px 0px;
    border:1px solid var(--col1);
    background-size:cover;
    background-position: center center;
    overflow:hidden;
}

a .archivkacheltitel {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block;
    padding: 0;
    margin-top:-8px;
    margin-bottom: 12px;
}
a.archivkachel {
    text-decoration:none;
    color:#000;
}
a .archivkachelcontent {
    border:1px solid #ccc;
box-shadow: 2px 1px 4px rgba(0,0,0,0.3);
}
a .archivkachelcontent:hover {
    border:1px solid var(--col1);
}
div.archivcontent p {
    margin-bottom: 24px;
    /*color:#000;*/
}
/* Timeline 
--------------------------------------------*/


p.g-tim {
    position: relative;
    margin-top: 0px;
    margin-left: 6px;
    margin-bottom: 0px;
    padding: 5px 16px 20px;
    border-left: 2px solid var(--col1);
    break-inside: avoid;
    break-before: avoid;
    break-after: avoid;
}
p.g-tim span {

}
p.g-tim img {
    padding-top:12px;
    width:100%;
    height:auto;
    break-inside: avoid;
    break-before: avoid;
    break-after: avoid;
}
span.Kreis {
    position:relative;
    padding-top: 11px;
    padding-left:15px;
    margin:0px;
    margin-left:-16px;
    color: var(--col1);
    display: block;
    border-top: 2px solid var(--col1);
}
span.Kreis:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    top: -7px;
    left: -7px;
    background-color: #fff;
    border: 2px solid var(--col1);
    border-radius: 50%;
}
div.frame-1 {
    display:none;
}

/* Infogram **************************************/
div.ifogramspalte h3 {
    padding-bottom: 5px;
}


/* Form Search ***********************************/
form .btn-toolbar {
    margin: 12px 0;
    width: 200px;
}
form input {
    min-width: 200px;
    padding:2px 6px;
}
div.results a {
    font-size: 1.4em;
}

div.results a span.rank {
    color: #ccc;
}
div.results span.pos, div.results span.urlsegment {
    font-size:0.8em;
}
div.results p.kurz {
    display:none;
}
/* SHAREBUTTON
-------------------------------------------------*/
div.sharecontent {
    display:flex;
}
.sharelink svg {
    width: 25px;
    cursor:pointer;
}
.shareit {
    padding: 3px 12px 0 4px;
    font-size: 1.2em;
}
a.share {
    padding:0 6px;
    margin:0 6px 0 -6px;
    /*background-color:rgba(0,0,0,0.2);
    border-radius: 12px;
    border:1px solid #dedede;*/
}
.sl {
    display:none;
}
.sharefacebook {
    display:inline-block;
}
.sharetwitter {
    display:inline-block;
}
.sharelinkedin {
    display:inline-block;
}
.sharexing {
    display:inline-block;
}
.nomarker {
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}
section.sharesection {
    margin-left: -15px;
}
section.sharemaster {
    margin-left: -15px;
}

/* DSGVO Cookie Container ******************************/
#cookie_container {
    position: fixed;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px;
    max-height: 156px !important;
    height:156px;
}
.cookie_inner {
    width: 100% !important;
    margin: 0;
    padding: 0 15px;
}
div.dsgvo {
    margin:0 15px;
    padding:0;
}
div.dsgvo h1 {
    margin:-15px;
    padding:0;
}
/* FOOTER
-------------------------------------------------*/
.footer {
    /*position: absolute;
    bottom: 0px;
    min-height: 100px;*/ 
    width: 100%;
}
footer div.right a.social {
    display: inline-block;
    width: 30px;
    text-decoration:none;
    margin:8px 2px;
    padding-bottom:2px;
}
footer div.right a:hover {
    border-bottom:0px;
}
footer div.right a img {
    background:none;
}
footer .copy {
    padding-right: 12px;
}
p.weiter, .weiter {
    width: 100%;
    background: #333;
    font-size: 1.2em;
    margin-bottom: 12px;
    padding-left:8px;
}
.weiter a {
    margin:auto;
    padding: 10px;
    display:flex;
    text-decoration:none;
}
.weiter a svg {
    max-width:20px;
}
.weiter a span {
    padding-left: 8px;
}
.adress {
    padding-top: 6px;
}
a#setCookie {
    float: right;
    padding: 10px 20px 0 20px!important;
    text-decoration: none;
    background-color: #000;
    color: #FFF;
    height: 40px;
    border-radius: 20px;
    text-align: center;
}
a#setCookie:hover {
    background-color: #fff !important;
    color: #000000 !important;
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    body {
        margin-bottom: 60px;
    }
    .container {
        width:auto;
    }
    /*section {
            padding:15px;
        }*/
    div #popuptrigger img {
        width: 50px;
        height: 50px;
    }
    div.multipage article {
        padding:15px;
    }
    article.multipagecontent {
        padding: 15px!important;
    }
    section.sharemaster {
        margin-left: 0px;
    }

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    body {
        margin-bottom: 120px;
    }
    .container {
        width:100%!important;
    }
    section {
            padding:15px;
        }
    div #popuptrigger img {
        width: 40px;
        height: 40px;
    }
    /* Rahmen div spalten3 ****************************/
    div.ContainerSpalten2 {
        column-count: 2;
    }
    div.ContainerSpalten3 {
        column-count: 3;
    }
    div.ContainerSpalten4 {
        column-count: 3;
    }
    article.onepagecontent {
        padding: 40px 24px!important;
    }
    /*div.desc {
        display:none;
    }
    div.pad {
        display:block;
    }
    div.smart {
        display:none;
    }*/
    /*.right {
        text-align:left;
        padding-left:12px;
    }*/
    #cookie_container {
        height: 200px;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .container {
        width:100%!important;
        margin: 0;
    }
    div #popuptrigger img {
        width: 30px;
        height: 30px;
    }
    nav.collapsenav {
        display:none;
    }
    .TopSpaceCollapsenavi {
        margin-top: -24px !important;
    }

    .tabelconsole {
        display: block;
    }

    div.container {
        background-color: transparent;
    }
    div.otherContent {
        margin:0!important;
    }
    div.trigger {
        width:50px;
        height:50px;
        cursor:pointer;
    }
    img.leftAlone {
        margin-right: 100%;
        margin-bottom: 0;
        clear: both;
    }
    /* OnePage ****************************************/
    div.OnePageContent {
        background-attachment: scroll !important;
    }

    /* Rahmen div spalten3 ****************************/
    div.ContainerSpalten2 {
        column-count: 2;
    }
    div.ContainerSpalten3 {
        column-count: 2;
    }
    div.ContainerSpalten4 {
        column-count: 2;
    }
    article.onepagecontent {
        padding: 40px 15px;
    }
    #contencols {
        column-count: 2 !important;
    }
    #col {
        column-count: 2!important;
    }
    .ifogramspalte {
        margin-top: 36px;
    }
        
    #cookie_container {
        max-height: 200px !important;
        height: 200px;
    }
    div.innercont {
        margin:0!important;
    }
    .modal-content {
        width: 90%; 
        margin: 40% 5%; 
        padding: 15px;
    }
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

    nav ul.suche {
        width: 38px;
        border: transparent;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0px;
        left: 15px;
        top: 17px;
        background-color: transparent;
    }
    .breadnavcontainer.navihome {
        min-height: 32px !important;
        margin-left: -22px;
    }
    nav.breadnav ul li a {
        display:block;
        margin-right:9px;
    }
    nav.breadnav ul.levelhome {
        width:100%;
        list-style-type: none;
        padding:0;
        background-color: #333;
        margin-left:14px;
        text-align: left;
    }
    ul.nav.levelhome a {
        font-size: 17px;
        display: block;
        height: auto;
        padding-right: 5px;
        margin:2px 2px 2px 8px;
        line-height: 1.3em;
    }
    div.content.start p a {
        max-width: 140px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid transparent;
    }
    div.imageboxcontent {
        margin-bottom: 12px;
        margin-right: 12px;
        /*width: calc(50% - 10px)!important;*/
    }
    div #popuptrigger img {
        width: 20px;
        height: 20px;
    }

    form input, button.neusuche {
        min-width: 282px;
        font-size: 1.6em;
    }
    div.trigger {
        width:30px;
        height:30px;
        cursor:pointer;
    }
    .otherContent {
        margin: 0;
        -moz-hyphens: auto;
       -o-hyphens: auto;
       -webkit-hyphens: auto;
       -ms-hyphens: auto;
       hyphens: auto; 
    }
    h1 {
        margin: 24px 0 !important;
        -moz-hyphens: auto;
       -o-hyphens: auto;
       -webkit-hyphens: auto;
       -ms-hyphens: auto;
       hyphens: auto; 
    }
    .onepagecontent, article.onepagecontent {
        padding:0;
        margin: 0;
        column-count: 1!important;
        -moz-hyphens: auto;
       -o-hyphens: auto;
       -webkit-hyphens: auto;
       -ms-hyphens: auto;
       hyphens: auto; 
    }
     /* Rahmen div spalten3 ****************************/
    div.ContainerSpalten2 {
        column-count: 1;
    }
    div.ContainerSpalten3 {
        column-count: 1;
    }
    div.ContainerSpalten4 {
        column-count: 1;
    }
    #contencols {
        column-count: 1 !important;
    }
    #col {
        column-count: 1!important;
    }
    .sharewhatsup {
        display:inline-block;
    }
    div.desc {
        display:none;
    }
    div.pad {
        display:none;
    }
    div.smart {
        display:block;
    }
    #cookie_container {
        max-height: 220px !important;
        height: 220px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
    /*.kachelcontent {
        width:140px!important;
        height:140px!important;
    }
    header div.logo img {
        max-width: 160px;
        height: auto;
        background: none;
        margin-left: -60px;
    }*/
    #cookie_container {
        max-height: 280px !important;
        height: 280px;
    }

}


@media print {
* { 
    color:#000;
    background-color:transparent;
}

nav, header, .chaptertop, footer div.right a.social, div.sharecontent {
    display:none;
}
.modal.in .modal-dialog {
    background-color: #fff;
}