
/* 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;
}
body > .container.MultiPage {
  padding: 0;
  width:100%;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* Navigation change **************************/
.TopSpaceBreadnavi {
    width:100%;
    margin-top:105px;
}
.TopSpaceTopnavi {
    width:100%;
    margin-top:55px;
}
.TopSpaceCollapsenavi {
    width:100%;
    margin-top:55px;
}
/* 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 svg {
    margin-top: 0px;
    width:40px;
    height:40px;
    background:none;  
}
header div.suche a svg:hover {
    transition: width .5s, height .5s, margin-top .5s;
    margin-top: -3px;
    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;
}

/* Nav Sort für TilePage 
--------------------------------------------*/
#SortType {
    scroll-behavior: smooth;
}
nav.sort {
    
}
nav.sort ul li {
    display: inline-block;
    padding: 0 24px 0 0;
    margin: 0 0 0 -12px;
}
ul#navi a {
    color:#979797!important;
}
ul#navi a.active {
    color:var(--col1)!important;
}
div.oben {
    position: fixed;
    width: 39px;
    height: 39px;
    top: 60%;
    right: 10px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    display:none;
}
div.oben svg {
    width: 40px;
    height: 40px;
    fill: var(--col1);
}
.btn-bstrp {
    color: var(--col1);
    background-color: transparent;
    border-color: var(--col1);
    margin: 0 15px 15px 0;
    padding: 0;
}
.btn-bstrp a {
    display: block;
    padding: 6px 15px;
    color: var(--col1)!important;
}

/* 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
-------------------------------------------- */

/* MODAL 
-------------------------------------------- */
.modal-content {
    width: 100%; 
    /*margin: 40% 25%;*/
    padding: 15px;
}
a[data-toggle="modal"] {
  cursor:pointer;
  /*border:1px solid #fff;
  padding:2px 8px;*/
}

.modal-backdrop {

}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

/* 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;
width:auto;
}
img.right {
float: right;
max-width: 50%; /* Responsive width */
margin: 5px 0 0px 20px;
width:auto;
}

img.leftAlone {
    margin-right: 100%;
    margin-bottom: 0;
    clear: both;
    width:auto;
}
img.center {
float: none;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom: 0;
clear: both;
width:auto;
}
.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;
}
.caption {
  position: absolute;
  top: 48%;
  font-size: 3em;
  z-index: 900;
  width:100%;
}
.caption span {
    display: block;
    text-align:center;
    color: var(--col1);
}

/* 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 ******************************/

#MultiPageContent {
    padding: 4px 0px;
}
#MultiPageContent h1 {
    padding:12px 0px;
    margin: 0px;
}
.CollapseEditor a {
    padding: 4px 0px 2px 2px;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
}
div.CollapseEditor>a, div.CollapseEditor>a:activearrow{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
div.CollapseEditor a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
   margin-left:20px;
}
div.CollapseEditor.activearrow a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-toggle:after {
    content: "\f106";
}
.collapseclose a {
    border: none;
    background-color: transparent;
    padding: 0;
}
hr.hrcollapse {
    padding:0;
    margin-top:0px;
}

.ModalEditor a {
    border: 1px solid gray;
    padding: 4px 8px 2px 8px;
    background-color:rgba(255,255,255,0.2);
    margin-bottom: 12px;
    display: inline-block;
    cursor:pointer;
}
.modal-content {
    border-radius: 6px;
}
.close {
    text-shadow: none;
}

    #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;
	}
}



/* 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 **************************************/
#marker {
    width:100%;
    height:3px;
    background-color:white;
}
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;
}
.captiontitel {
    position:absolute;
    top:50%;
    width:100%;
    text-align:center;
    z-index: 800;
}
.captiontitel span.button-dark {
    background-color: var(--col1);
    color:#ccc;
    padding:20px 24px;
    font-size:25px;
    line-height: 25px;
    display:inline-block;
    height:60px;
    border-radius:30px;
    text-transform:uppercase;
}
p.bildlegende {
    text-align:center;
}
/* 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.kachel {
    text-decoration: none;
    width: 33%;
    display: flex;
    justify-content: space-around;
}
div.kachelcontent {
    margin: 0px 1% 1% 0px;
    width: 100%;
}

a .kacheltitel, .kacheltitel {
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block;
    padding:6px 15px;
}
.kachelcontent p {
    margin: 8px 15px;
}
a.kachel {
    text-decoration:none;
}
a .kachelcontent {
    border:1px solid #ccc;
}
a .kachelcontent:hover {
    border:1px solid var(--col1);
}
div.flexible {
    display:flex;
    flex-wrap: wrap;
    align-items: end;
}
div.flexible h2 {
    width:100%;
}
div.flexible div.desc {
    width:100%;
    align-self:end;
}


/* 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%;
}
.Timeline iframe {
    padding-left: 16px;
    border-left: 2px solid var(--col1);
    margin-left: 6px;
    padding-right: 22px;
}

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 {
    background: #333;
    font-size: 1.2em;
    margin-bottom: 12px;
    padding:15px 8px;
}
.weiter a {
    margin:auto;
    padding: 10px;
    text-decoration:none;
}
.weiter a svg {
    max-width:20px;
}
.weiter a span {
    padding-left: 5px;
    position: relative;
    top: -4px;
}
.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;
    }
    /* TilePage **************************************/
    a.kachel {
        text-decoration: none;
        width: 33%;
    }


}


/* 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;
    }
    /* TilePage, SortPage ******************************/
    a.kachel {
        text-decoration: none;
        width:50%!important;
    }
    div.kachelcontent {
        min-width:100%;
    }

    .sharewhatsup, .sharetelegram {
        display:inline-block;
    }
    #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;
    }
    /* TilePage, SortPage ******************************/
    a.kachel {
        text-decoration: none;
        width:50%!important;
    }
    div.kachelcontent {
        min-width:100%;
    }

    /* 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: 100%;
        margin: 40% 5%; 
        padding: 15px;*/
    }
    
}
@media only screen and (max-width : 600px) {
    a.kachel {
        width:100%!important;
    }
    div.kachelcontent {
        min-width:100%;
    }
}

/* 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; 
    }
    /* TilePage **************************************/
    a.kachel {
        text-decoration: none;
        width: 100%;
    }


    /* OnePage ****************************************/
    .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; 
    }
    div.OnePageContent {
        background-attachment: scroll !important;
    }
     /* 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, .sharetelegram {
        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;
    }

}