/* Swiper */
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    transition-property: transform;
    overflow-y: scroll;
    overflow-x:hidden;
    border-right: 1px solid #333;
}
.swiper-button-next {
    color: var(--colneg);
    background-color:rgba(0,0,0,0.4);
    cursor: pointer;
    width: 30px;
    height: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left:10px;
}
.swiper-button-prev {
    color: var(--colneg);
    background-color:rgba(0,0,0,0.4);
    cursor: pointer;
    width: 30px;
    height: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-right:10px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: none;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--colnavhover);
}
.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: fixed;
    height: 4px;
    width: 100%;
    top: 103px!important;
    z-index:904;
}
/*.swiper-pagination {
    display: none;
}*/
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    /*left: 0;
    top: 84px;*/
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--col1);
}
.swiper-button-prev {
    left: 0px;
    right: auto;
}
.swiper-button-next {
    right: 0px;
    left: auto;
}
.startlogo {
    max-width: 310px;
    margin: 0px auto 15px auto;
    padding: 0 15px;
}

/* Controll Navigation */
div.control {
    display:flex;
    padding-bottom:3px;
    justify-content: space-between;
}
div span.control-modal {
    cursor:ne-resize;
    height: 18px;
}
div span.control-modal.small {
    display:none;
}
span.control-modal svg {
    width: 18px;
    height: 18px;
}
span.control-modal svg:hover {
    fill:var(--col1)!important;
}
.example-open .modal-backdrop {
    background-color:red!important;
}
section.swiper-slide > article > span > svg.cl {
    display:none;
}
div.modal > div > div > div > article > span > svg.op {
    display:none;
}
main .control-modal {
    display: none;
}
/* Icons */
.iconstart svg, .iconkanban svg {
    position: relative;
    top: 2px;
    right:5px;
}

/* Modal ***********************************************************/
.modal-backdrop {
    /*display:none;
    top:66px;*/
}
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75;
}
.modal-dialog {
	position:static;
    width: 96%;
    max-width:900px;
    margin: 66px auto 15px auto;
}
.modal-content {
	overflow-y:auto;
}
div.modal-content p {
    font-size: 1.5em !important;
    line-height:1.6em;
}
.modal .close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 5px 5px #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    position: absolute;
    right: 13px;
    top: 13px;
}


footer.articlefooter hr.snaprule {
    padding:0;
    margin:0;
}
footer h2.downtitle {
    color: #333;
    font-size: 0.8em;
    font-weight: bold;
    margin: 8px 0 12px 0;
    padding: 0;
    text-align: left;
}
footer h2.downtitle span.title {
    padding-top: 6px;
    display: inline-block;
}
footer section.sharesection {
    margin:0 0 0 15px;
    padding:0;
}
footer div.oben {
    width: 16px;
    margin: 10px 0 6px 20px;
}

.responsive {
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
    width:100%;
    overflow: hidden;
}

.responsive iframe,  
.responsive object,  
.responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Snap-Navigation ****************************************************/

/* Top */
div.desc {
    display:block;
}
div.pad {
    display:none;
}
div.smart {
    display:none;
}

img.biglogo {
    width: 100%;
    max-width: 300px;
    min-height:36px;
    background: none;
    margin-top: 4px;
    padding-right: 50px;
}
img.moblogo {
    width: 100%;
    min-height:37px;
    background: none;
    padding-right: 55px;
}
nav.snapnav {
    height: 49px;
    position: fixed;
    top: 67px;
    left: 0;
    min-width: 100%;
    z-index: 900;

}

nav#menu-container {
            background: #333;
            position: fixed;
            width: 100%;
            height: 37px;
            top:67px;
            left: 0;
        }

        #btn-nav-previous {
            text-align: center;
            color: white;
            cursor: pointer;
            font-size: 24px;
            position: absolute;
            left: 0px;
            padding: 0 12px 0 0px;
            height:37px;
            /*background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(255,255,255,0) 100%);
            fill: #FFF;*/
            background: linear-gradient(to right, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(51,51,51,0) 100%);
        }

        #btn-nav-next {
            text-align: center;
            color: white;
            cursor: pointer;
            font-size: 24px;
            position: absolute;
            right: 0px;
            padding: 0 0px 0 12px;
            height:37px;
            /*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
            fill: #FFF;*/
            background: linear-gradient(to right, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
        }
        #btn-nav-previous svg, #btn-nav-next svg {
            fill:#fff;
            margin-top:3px;
        }
        .menu-inner-box {
            white-space: nowrap;
            /*margin: 0;
            padding: 0px 35px;
            margin: 0 24px;*/
            overflow: hidden;
            box-sizing: border-box;
            width:100%;
            margin: 0 auto;
        }
        .menucenter {
            width:900px;
            margin:0 auto;
            box-sizing: content-box;
        }
        #menubox {
            max-width:900px;
        }

        ul.menu {
            padding: 0;
            margin: 0;
            list-style-type: none;
            text-align: center;
            display: flex;
            justify-content: center;
        }

        ul.menu li {
            display: inline;
        }
        a.menu-item, span.menu-item {
            padding: 9px 15px 0 15px;
            color: #fff;
            margin: 0 auto;
            line-height: 1.1em;
            text-decoration: none;
            color: #FFF;
            letter-spacing: 1px;
            min-width: 150px;
            display: inline-block;
            text-align: center;
        }
        a.menu-item:hover {
            border-bottom:1px solid var(--colnavhover);
            /*font-weight:bold;
            text-shadow:1px 1px 1px var(--colnavhover);*/
        }
        a.menu-item.active {
            color:var(--colnavhover);
            font-weight:bold;
            border-bottom:1px solid var(--colnavhover);
        }
        .menu-item.iconstart {
          padding: 8px 15px 0 15px;
        }

/* PaginationNavigation */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Verdana;
    font-size: 14px;
    background-color: #ccc;
    /*text-align: center;*/
    height: 100%;
}


/*h1, h2, h3, h4 {
    font-family: Georgia;
    font-style: normal;
}*/
h1 {
    padding-bottom: 20px;
    font-size: 36px;
}
h2 {
    font-size: 24px;    
    padding-bottom: 20px;
}
h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

h3 a{
    color: #DB5C04;
}
p {
    margin-bottom:15px;
}



nav.top {
    position: fixed;
    top: 50px;
    z-index: 902;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #333;
    height: 50px;
}
nav.top li {
    list-style: none;   
}
li.current a {
    color: var(--col1);
}
.previous_link.no_more, .next_link.no_more {
    color: #555;
    background-color:transparent;
}
.current.secondnav a {
    color: var(--col1) !important;
}


article.snapcontent {
    margin: 130px 24px 0px 24px;
    max-width: 500px;
}
div.inswipe {
    margin:0 24px 40px 24px;
}
img.standbild {
    border:1px solid #ccc;
}
div.standbildtitel {
    position: absolute;
    font-size: 3em;
    line-height:1em;
    bottom: 10%;
    width: 100%;
    word-break: break-word;
}
/*#myGalleryCarousel {
    padding-top: 14px;
}*/
div.titleover {
    background: rgba(0,0,0,0.5);
    padding: 2px;
    font-size: 1.2em;
    position: relative;
    height:36px;
    margin-bottom:-36px;
}
article ul li {
    list-style-type: disc;
    padding-left:5px;
}
article ul {
    margin-left: 15px;
}
article ol li {
    list-style-type: decimal;
    padding-left:5px;
}
article ol {
    margin-left: 15px;
}


footer {
    margin-bottom:15px;
}

section h1 {
    font-size: 5em;
    margin:100px 0 50px 0;
    text-align:center;
    color: #fff;
}
section p {
    margin-bottom:1em;
    font-size:1.2em;
}



/* Farben */
        .red {
            background-color: var(--col1);
            background-image: none;
        }

        .yellow {
            background-color: var(--col3);
            background-image: none;
        }

        .grey {
            background-color: #777;
        }

        .blue {
            background-color: var(--col2);
        }

        .orange {
            background-color: #e77614;
        }

        .red {
            background-color: #c82736;
        }

        .purple {
            background-color: #8d3dae;
        }

        .green {
            background-color: #28a92b;
        }


.topnavbutton {
        opacity:0;
    }
.tolook {
    opacity:1!important;
}
.nolook {
    opacity:0.2!important;
}

/* ScrollBar Elements */
html {
  --scrollbarBG: #333333;
  --thumbBG: #555555;
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


@media only screen and (max-width : 1060px) {
    
    article.snapcontent {
        margin: 100px 12px 0px 12px;
        max-width: 500px;
    }
    div.standbildtitel {
        font-size: 2em;
        line-height:1em;
    }

}
@media only screen and (max-width : 960px) {
    
    section.snap {
	    height: 100vh;
	    min-width:50%;
	}
    article.snapcontent {
        margin: 100px 12px 0px 12px;
        max-width: 500px;
    }
    div.standbildtitel {
        font-size: 2em;
        line-height:1em;
    }
    .topnavbutton {
        opacity:1;
    }

}
@media only screen and (max-width : 768px) {

    div.desc {
        display:none;
    }
        div.smart {
        display:block;
    }
    div.standbildtitel {
        font-size: 2em;
        line-height:1em;
    }
    article.snapcontent {
        margin: 86px 12px 0px 12px;
        max-width: 100%;
    }
    div.inswipe {
        margin: 0 24px 40px 12px;
    }
    .sharelink svg {
        min-width: 20px;
    }

}
@media only screen and (max-width : 650px) {
    
    section.snap {
	    height: 100vh;
	    min-width:100%;
	}
	div span.control-aria-label {
	    padding-right: 0px;
	}
	div span.control-modal {
	    display: none;
	}
    div.standbildtitel {
        font-size: 4em;
        line-height:1em;
    }

}
@media only screen and (max-width : 360px) {
    img.moblogo {
        width: 100%;
        min-height: 26px;
        background: none;
    }
    
    article.snapcontent {
        margin: 86px 6px 0px 6px;
        max-width: 100%;
    }

}