﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
*:focus {
    outline: none;
}
html, body {
    min-height: 100%;
    height: auto;
}

html {
    overflow-y: scroll;


}

html {
    overflow-y: scroll;
    background: #fff;
}


#footerimage {
    background: #00968B;
    height: 220px;
    /*margin-top: -230px;*/

}

body {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #28272C;
}

img {
    border: none;
}

div.clear {
    clear: both;
}

#wrapper {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 100%;
    position: relative;
    background: #fff;
}

#head {
    max-width: 1200px;
    height: 265px;
    position: relative;
    background: #fff;

    margin-bottom: 2em;
}


#logo {
    position: absolute;
    left: 25px;
    top: 45px;
}
#logo img{
    width: 500px;
    height: auto;
}
#header-top {
    position: relative;
    height: 215px;
    overflow: hidden;
    /*background-image: url(../gfx/Schiff-Schweif_b_4c.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: right top;*/
}
#logo-schiff{
    position: absolute;
    right: -150px;
    top: 27px;
}
#logo-schiff img{
    height: 160px;
}
@media (max-width: 900px) {
    #logo-schiff{
        right: -75px;
        top: 12px;
    }
    #logo-schiff img{
        height: 80px;
    }
}
@media (max-width: 550px) {
    #logo-schiff{
        display: none;
    }
}
#main {

}
#maincontent {
    display: flex;
    margin-bottom: 15px;
    /*overflow: hidden;*/
}
#content {
    flex: 1 1 auto;
    padding: 0 10px;
    overflow: hidden;
}
#sidebar {
    width: 280px;
    min-width: 280px;
    padding-left: 10px;
}
#sidebarContent {
    width: 270px;
}
#subnavWrapper {
    width: 260px;
    padding-right: 10px;
    padding-left: 25px;
}
#subnav {
    width: 225px;
}
#footer {
    background: #009A8E;
    height: auto;
    min-height: 100px;
    width: 100%;
    overflow: hidden;
}
#footerinfo {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 14px 30px 6px;
}
.footer-heading {
    font-weight: bold;
}
#footernav {
    float: right;
}



.Newsimage img {
    float: left;
    display: block;
    margin: 0 6px 4px 0;
}

.Newsimage {
    float: left;
    display: block;
}

.csc-header b,
h1 {
    font: bold 20px Verdana, Arial, Helvetica, sans-serif;
    color: #009A8E;
    margin-bottom: 18px;
    display: block;
}

h2 {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #003D8E;
    margin-bottom: 10px;
}

hr + h2 {
    margin-top: 10px

}

h3 {
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #28272C;
    margin-bottom: 10px;
}

h4,
.h4 {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}

p {
    margin-bottom: 8px;
    line-height: 150%
}

hr {
    border: none;
    border-top: solid 1px #C1C2E0;
    height: 1px;
}
hr.ce-div {
    margin: 2rem 0;
}

a:visited, a:link {
    color: #083ea0;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
}

#subnav a:focus,
#subnav li.on a:focus {

}


ul {
    margin-left: 15px;
}

ul li {
    margin-bottom: 5px;
}

.csc-textpic-caption, .news-single-imgcaption {
    padding-top: 2px;
    font-size: 10px;
}




.box {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
}
.box .panel_content {
    border: 1px solid #009A8E;
    padding: 10px;
    padding-bottom: 0px;
    color: #28272C;
}

.box .panel_content hr {
    border: 0;
    border-bottom: solid 1px #E8E6F1;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.box > h4,
.box > .h4 {
    font-size: 16px;
    color: #ffffff;
    background-color: #009A8E;
    padding: 5px 10px;
    line-height: 24px;
}


.box h5,
.box .h5 {
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #28272C;
    line-height: 120%;
    margin-bottom: 3px;
}

.box h6,
.box .h6 {
    clear: both;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #5554a2;
    line-height: 120%;
    margin-bottom: 3px;
}


.box .box_content {
    padding-top: 8px;
    padding-left: 12px;
    padding-bottom: 10px;
    margin-left: 9px;
    border-bottom: solid 2px #E8E6F1;
    color: #28272C;
    font-size: 9px;
}

.box .box_content:last-of-type {
}

.box a {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}
.box blockquote {
    font-size: 0.875rem;
}

.box a:focus,
.box a:active,
.box a:hover {
    text-decoration: underline;
}

/* BOX SUCHE */

.box.suche {
    padding-left: 23px;
    padding-bottom: 0px;
    background: none;
}

.box.suche h4,
.box.suche .h4 {
    padding-left: 0;
    color: #009A8E;
    background: none;
    margin-left: 0;
    padding-top: 0
}

.box.suche input {
    padding-left: 3px;
    border: solid 2px #D5D3E4;
    height: 15px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.box.suche input.searchbox-button {
    background: #D5D3E4;
    height: 19px;
    padding: 0 10px;
}

/* BOX Projekte */

.box.projekte table {
    width: 100%;
}

.box.projekte td {
    padding-right: 8px;
    padding-left: 2px;
    vertical-align: top;
    color: #28272C;
    font-size: 9px;
    line-height: 130%;
}

/*.box.projekte td:first-child{width:80px;padding-left:0px;}*/

.box.projekte a .morelink {
    padding-left: 15px;
    background: url(../gfx/pfeil.gif) 0px 2px no-repeat;
    color: #5554a2;
}

.box.projekte a h6
.box.projekte a .h6 {
    padding-left: 0;
    background: transparent;
    font-size: 13px;
    color: #5554a2;
    font-weight: bold;
}

.box.projekte a {
    color: #000;
    padding-left: 0;
    background: transparent;
}

/* BOX Termine */
.box.termine table {
    width: 100%;
}

.box.termine a {
    padding-left: 15px;
    background: url(../gfx/pfeil.gif) 0px 2px no-repeat;
}


.box.projekte,
.box.termine {
    display: block
}

/* Termine Inhaltsspalte */
#content .box_content h5 {
    font: bold 15px Verdana, Arial, Helvetica, sans-serif;
    color: #28272C;
    margin-bottom: 8px;
}

#content .box_content h6 {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #28272C;
}


.content_tt_news:first-child {
    padding-top: 0;

}

.content_tt_news {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.content_tt_news a {
    background: url(../gfx/pfeil.gif) 0px 3px no-repeat;
    padding-left: 15px;

    text-decoration: none;
}

.content_tt_news a:hover {
    text-decoration: underline
}

.content_tt_news h2 a,
.content_tt_news .Newsimage a {
    background: transparent;
    padding-left: 0;
    color: #000000;
    font-size: 15px;
}




a.fade {
    background: url(../gfx/pfeil.gif) left bottom no-repeat;
    padding-left: 15px;
}

a.fade > .open {
    display: none;
}

a.fade > .closed {
    display: inline-block;
}

a.fade.open > .open {
    display: inline-block;
}

a.fade.open > .closed {
    display: none;
}

a.open {
    background: url(../gfx/pfeil_top.gif) left bottom no-repeat;
    padding-left: 15px;
}

.longList .content {
    margin-bottom: 8px;
}

.contentContainer p.bodytext {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    margin-left: 9px;
    border-bottom: solid 2px #E8E6F1;
    color: #28272C;
    font-size: 11px;
}

.contentContainer .csc-default {
    width: 100%;
}

.tx-wbpublica-pi1 {
    width: 470px;

}

.tx-wbpublica-pi1 tr {

}

.tx-wbpublica-pi1 tr td {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 30px;
}

.tx-wbpublica-pi1 h2 {
    color: #009A8E;
}

.tx-wbpublica-pi1 tr td.text {
    padding-left: 20px;
    padding-right: 20px;
}

.tx-wbpublica-pi1 tr.border {
    border-bottom: 1px solid #8F93C3;
    display: block;
}

#orderInfoBox {
    padding: 10px;
    height: 75px;
    overflow: auto;
    background-color: #F7F7F7;
    margin-bottom: 10px;
}

.orderAddress input {
    height: 20px;
    width: 200px;
    padding: 2px;
}

.orderAddress {
    clear: both;
}

.orderAddress label {
    padding-top: 10px;
    width: 100px;
    display: block;
    float: left;
    margin-bottom: 20px;
}


#datenschutz {
    margin-right: 10px;
}

#widerruf {
    margin-right: 10px;
}


.csc-sitemap ul {
    list-style-type: none;
    font-weight: bold;
}

.csc-sitemap ul ul {
    list-style-type: circle;
    font-weight: normal;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    margin-left: 0px;
    padding-left: 16px;
}

.box .csc-textpic-intext-left {
    margin-left: 0px;
    margin-top: 5px;
}

.box .csc-textpic-text p.bodytext {
    padding-left: 0px;
    margin-left: 0px;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.box .csc-textpic-single-image {
    margin-top: 3px;
    margin-left: 12px;
}

.box .csc-textpic-single-image img {
    margin-bottom: 5px;
}

.box .csc-textpic-single-image img {
    margin-bottom: 5px !important;
}


.box .csc-textpic-text {
    /*border-bottom: solid 2px #E8E6F1;*/
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
    text-align: left;
}



.orderButton {
    border: none;
    background-color: #009A8E;
    padding: 10px;
    color: #fff;
}

.orderButton:hover {
    text-decoration: underline;
    cursor: pointer;
}

.error {
    color: red;
    font-weight: bold;
}


#eventImg {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: block;
}

.panel .panel-heading a:link,
.panel .panel-heading a:visited {
    text-decoration: none;
}

.panel .panel-title {
    font-size: 14px;

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

a.skip-link:focus,
a.skip-link:visited {
    color: #000;
}


/* Gebetskalender */
#content.content-full {
    padding-top: 20px;
    width: 670px;
}

.calender-list {

}

.calender-list .list-header {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    color: #009A8E;
    margin: 20px 0 10px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #009A8E;
}

.calender-list .list-item {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.calender-list .list-item.list-item-day-So {
    margin-bottom: 10px;
    background: #009A8E;
    color: #fff;
}

.calender-list .list-item.day-past {
    color: #aaa;
}

.calender-list .list-item.day-past.list-item-day-So {
    background: #f5f5f5;
    color: #aaa;
}

.calender-list .list-item.day-today {
    font-weight: bold;
}

.item-date {
    float: left;
    width: 200px;
    padding: 0 10px;
}

.item-text {
    margin-left: 210px;
}

.item-week {
    padding: 0 10px;
    color: #908fe3;
}

.no-date {
    font-style: italic;
}

#cboxTitle {
    text-transform: none;
    width: 80%;
    padding-left: 60px;
    text-align: left;
    bottom: 0;
    font-size: 11px;
    line-height: 12px;
}

#cboxCurrent {
    color: #fff;
    font-size: 12px;
}

/* Gallerie bis 992px auf volle Breite */
/*@media (max-width: 992px) {*/
/*    .ce-gallery {*/
/*        width: 100%;*/
/*        display: block;*/
/*    }*/
/*}*/

/* Anpassungen von kleinen bis groeßeren Geraeten */
@media (min-width: 640px) {
    .ce-gallery .ce-row {
        display: flex;
        margin-right: -5px;
        margin-left: -5px;
    }
    .ce-gallery .ce-column {
        margin: 0;
        /* Abstand zwischen Bildern */
        padding: 0 5px;
        box-sizing: border-box;
        flex: 1 1 auto;
    }


    /* Kein Abstand beim ersten und letzten Bild */
    /*.ce-gallery .ce-column:first-child {*/
    /*    padding-left: 0;*/
    /*}*/
    /*.ce-gallery .ce-column:last-child {*/
    /*    margin-right: 0;*/
    /*}*/

    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        width: 100%;
        height: auto;
    }

    /* Spaltenbreiten je nach eingestellten Columns */
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: 50%;
    }

    .ce-gallery[data-ce-columns="3"] .ce-column {
        width: 33%;
    }

    .ce-gallery[data-ce-columns="4"] .ce-column {
        width: 25%;
    }

    .ce-gallery[data-ce-columns="5"] .ce-column {
        width: 20%;
    }
}

/* Anpassungen fuer kleine Geraete */
@media (max-width: 640px) {

    /* Ein Bild pro Zeile */
    .ce-gallery .ce-column {
        margin: 0 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .ce-gallery .ce-row {
        margin-bottom: 0;
    }
    .ce-gallery .ce-row:last-child {
        margin-bottom: 10px;
    }

    .ce-gallery figure {
        width: 100%;
    }
    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        width: 100%;
        height: auto;
    }
}
.ce-gallery figcaption {
    font-size: 13px;
    line-height: 1.2;
}
.ce-left .ce-gallery {
    float: none;
}
.ce-intext.ce-left .ce-gallery {
    float: left;
}
@media (max-width: 480px) {
    .ce-intext .ce-gallery,
    .ce-intext.ce-left .ce-gallery{
        float: none;
        margin: 0;
    }
    .ce-intext.ce-left .ce-gallery .ce-row{
        margin-bottom: 0;
    }
    .ce-intext .ce-bodytext {
        margin-bottom: 1em;
    }
}
/* Well box */
.well {
    padding: 15px 25px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
}
.well h1,
.well h2,
.well h3 {
    color: #003D8E;
    font-weight: 400;
}
@media only screen and (max-width: 900px) {
    .well {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.well.well-lightgrey {
    background: #eef1f6;
}
.well.well-grey {
    background: #ceced2;
}
.well.well-lightgreen {
    background: #a6c2c0;
}
.well.well-green {
    background: #00968b;
}
.well.well-white {
    background: #ffffff;
}

.responsive-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
