/* CSS Document */
/* Presets

fließtext: #6e737a
h1: #000000
h2: #4f555e
h3: #4f555e

schmuckfarbe grün: #94d04d
schmuckfarbe orange: #efa640
schmuckfarbe rot: #d8332c;

// Small devices (landscape phones, 576px and up) called "sm"
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up) called "md"
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up) called "lg"
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up) called "xl"
@media (min-width: 1200px) { ... }

*/
/* webfonts */

a.textlink-top{
    display:block;

}

nav.navbar{
    justify-content: flex-end;
}

.hiddendescription {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.borderimage {
    border: 2px solid #999;
}

.marker {
    font-weight: 700;
}

blockquote {
    background-color: #f5f5f5;
    padding: 15px;
    font-style: italic;
}

.todo {
    display: none;
}

@font-face {
    font-family: 'Open Sans Web';
    font-weight: normal;
    src: url(fonts/OpenSans-Regular-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Web';
    font-weight: bold;
    src: url(fonts/OpenSans-Bold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Web';
    font-weight: bold;
    src: url(fonts/OpenSans-Semibold-webfont.woff) format('woff');
}

body {
    font-size: 18px;
    font-family: "Open Sans Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #6e737a;
}


h1, h2, h3, h4, h5, p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-family: 'Open Sans Web', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    margin-top: 60px;
}

h2 {
    font-family: 'Open Sans Web', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    color: #4f555e;
    font-size: 140%;
    margin-bottom: 0.7em;
    padding-top: 1em;
}

h3 {
    font-family: 'Open Sans Web', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #4f555e;
    font-size: 100%;
    margin-bottom: 0.2em;
}

h4 {
    font-family: 'Open Sans Web', Helvetica, Arial, sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 100%;
}

a:link, a:visited {
    color: #94d04d;
    text-decoration: underline;
}

a:hover {
    color: red;
    text-decoration: none;
}
main a:hover{
    outline:2px solid red;
    outline-offset:3px;
}
main a:focus{
    text-decoration: none;
}


.abschnitt {
    padding-bottom: 30px;
}

.normallist {
    margin-left: 1.2em;
    padding-left: 0;
    margin-bottom: 1em;
}

.goonButton:link, .goonButton:visited {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    width: 100px;
    padding: 3px;
    border: 1px solid #999;
    text-align: center;
    font-size: 86%;
    text-decoration: none;
    color: #6e737a;
    left: 50%;
    margin-left: -50px;
    transition: all 0.5s;
}

.goonButton:hover {
    background-color: #6e737a;
    color: #94d04d;
}

.btn-kurtscheid:link, .btn-kurtscheid:visited, .btn-kurtscheid {
    display: inline-block;
    width: auto;
    padding: 3px 5px;
    border: 1px solid #999;
    text-align: center;
    font-size: 86%;
    text-decoration: none;
    color: #6e737a;
    transition: all 0.5s;
    background-color: white;
}

.btn-kurtscheid:hover {
    background-color: #6e737a;
    color: #94d04d;
}

/* caroussel */
.citems {
    padding-bottom: 31.45%;
    background-size: cover;
}


.carousel-caption {
    display: none;
    opacity: 0;
    transition: all 2s 3s;
    background-color: rgba(79, 85, 94, 0.8);
    top: inherit;
    bottom: 11%;
    right: 0;
    left: 0;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item.active .carousel-caption {
    display: none;
    opacity: 1;
}


.carousel-caption hr {
    width: 25%;
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}

.carousel-indicators [data-bs-target] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #999;
}

/* Mainnav */
#mainnav {
    position: fixed;
    left: 0;
    top: 40px;
    z-index: 1000;
    width: 100%;
    background-color: #4f555e;
    height: 34px;
}

#navbarToggleMenu {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 34px;
    width: 100%;
    background-color: #3f454e;
}

.navbar-toggler-icon {
    background-image: url("../images/layout/toggle-item.png");
    background-size: 25px 18px;
    background-position: 0 3px;
}

#mainnav .navbar {
    padding-top: 0;
}

#mainnav .navbar button {
    color: #94d04d;
    font-size: 100%;
}

#mainnav #menutitle {
    padding-left: 20px;
}

#mainnav .navbar button[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../images/layout/toggle-item-close.png");
    background-size: 25px 18px;
    background-position: 0 3px;
}

#mainnav .nav-item {
    color: white;
    border-bottom: 1px solid #94d04d;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#mainnav .nav-item:last-child {
    border: none;
}

#mainnav .nav-item a:link, #mainnav .nav-item a:visited {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 86%;
    display: block;
    text-decoration: none;
}

#mainnav .nav-item a:hover {
    color: #94d04d;
}

#mainnav .nav-item > span {
    display: block;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 86%;
    cursor: pointer;
}

#mainnav .nav-item > span[aria-expanded="true"] {
    color: #94d04d;
}

#mainnav .nav-item > span:hover {
    color: #94d04d;
}

#topinfo {
    position: relative;
}

#wappen {
    position: absolute;
    top: -25px;
    left: 15px;
    width: 100px;
    z-index: 1010;
}

#ortsname {
    position: absolute;
    width: auto;
    top: 3px;
    left: 135px;
    color: white;
    z-index: 1020;
}

#slogan {
    position: absolute;
    width: 300px;
    top: -18px;
    left: 235px;
    color: white;
    z-index: 1020;
}

/* maincontent */
main {
    margin-top: 30px;
    margin-bottom: 60px;
}

main > article > header {
    text-align: center;
    margin-bottom: 60px;
}

main header hr {
    display: block;
    width: 30%;
    border-top: 2px solid #999;
    margin: 30px auto;
}

/* push */
#push {
    background-color: #eef8e0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#push img {
    border: 4px solid white;
}

#push h3 {
    font-size: 140%;
    margin-bottom: 0.7em;
}

/* footer */
#sitefooter {
    background-color: #4f555e;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

#sitefooter h3 {
    font-size: 100%;
    color: white;
    font-weight: bold;
    margin-top: inherit;
    margin-bottom: inherit;
    line-height: 1.5;
}

#sitefooter h2{
    font-size: 120%;
    color:white;
}

#sitefooter .gemadr a:link, #sitefooter .gemadr a:visited {
    color: #94d04d;
    text-decoration: none;
}

#sitefooter .gemadr a:hover {
    text-decoration: underline;
}

#footerlinks div {
    border-bottom: 1px solid #94d04d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#footerlinks div a:link, #footerlinks div a:visited {
    color: white;
    text-decoration: none;
}

#footerlinks div a:hover {
    color: #94d04d;
    text-decoration: none;
}

/* cards und accordion */
.accordion .card-header {
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
    cursor: pointer !important;
}

.accordion .card-header:hover {
}

.accordion .card-header h2 {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding-right: 3px;
}

.accordion .card-header h2:hover {
}

.accordion .card-header button {
    font-size: 71%;
    font-weight: bold;
    color: #6e737a;
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: white;
    text-align: center;
    padding-right: 40px;
    background-image: url("../images/layout/akkordion_closed.png");
    background-position: right 5px;
    background-size: 32px 28px;
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: background-color 0.5s;
    border: none #999;
}

.accordion .card-header button:hover {
    background-color: #6e737a;
    color: #94d04d;
    text-decoration: none;
}

.accordion .card-header button[aria-expanded="true"] {
    background-color: #6e737a;
    color: #94d04d;
    background-image: url("../images/layout/akkordion_open.png");
    background-position: right 5px;
    background-size: 32px 28px;
    background-repeat: no-repeat;
    background-origin: border-box;
}

/* Bildunterschriften */
figcaption {
    background: #6e737a;
    color: white;
    padding: 3px 5px;
    text-align: center;
}

#filtercont {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 900;
    background: none;
    transition: background-color 0.7s;
}

.captionblock {
    /*opacity:0 !important;
    transition: 2s 3s;

    */
}

.chronikbildlinks {
    margin-top: 3px;
    float: left;
    margin-right: 15px;
    margin-bottom: 3px;
    clear: both;
    max-width: 40%;
    display: block;
}

button.navbar-toggler, button.navbar-toggler:not(.collapsed), nav.navbar button.navbar-toggler {
    /*
   border:none !important;
   border-width:0 !important;
   border-radius:0 !important;
   outline: none !important;
   border-color:red !important;
   box-shadow:none !important;

    */
}


@media only screen and (min-width: 768px) {
    #maincontent > article > header p {
        max-width: 1140px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #mainnav .submenu {
        margin-left: 1.4em;
        padding-left: 0;
    }

    #navbarToggleMenu {
        width: 280px;
    }

    button.navbar-toggler, button.navbar-toggler.collapsed {
        margin-right: 20px;
        border: none !important;
        border-radius: 0 !important;
        outline: none !important;
    }

    #ccaption0 {
        display: none;
        width: 500px;
        opacity:0;
    }


    #ccaption0 p {
        font-size: 80%;
    }

    #ccaption0 .cslogan {
        font-size: 120%;
    }

    #ccaption1 {
        width: 560px;
    }

    #ccaption1 p {
        font-size: 80%;
    }

    #ccaption1 .cslogan {
        font-size: 120%;
    }

    #ccaption2 {
        width: 500px;
    }

    #ccaption2 p {
        font-size: 80%;
    }

    #ccaption2 .cslogan {
        font-size: 120%;
    }

    #ccaption3 {
        width: 600px;
    }

    #ccaption3 p {
        font-size: 80%;
    }

    #ccaption3 .cslogan {
        font-size: 120%;
    }

    #ccaption4 {
        width: 600px;
    }

    #ccaption4 p {
        font-size: 80%;
    }

    #ccaption4 .cslogan {
        font-size: 120%;
    }
}

@media only screen and (min-width: 992px) {
    #citem0 {
        background-image: url("../images/layout/header/slider1-large.jpg");
    }

    #citem1 {
        background-image: url("../images/layout/header/slider2-large.jpg");
    }

    #citem2 {
        background-image: url("../images/layout/header/slider3-large.jpg");
    }

    #citem3 {
        background-image: url("../images/layout/header/slider4-large.jpg");
    }
    #citem4 {
        background-image: url("../images/layout/header/slider5-large.jpg");
    }

    .topcorr {
        margin-top: 1.7em;
    }

    #ccaption0 {
        width: 600px;
    }

    #ccaption0 p {
        font-size: 82%;
    }

    #ccaption0 .cslogan {
        font-size: 120%;
    }

    #ccaption1 {
        width: 560px;
    }

    #ccaption1 p {
        font-size: 84%;
    }

    #ccaption1 .cslogan {
        font-size: 120%;
    }

    #ccaption2 {
        width: 720px;
    }

    #ccaption2 p {
        font-size: 84%;
    }

    #ccaption2 .cslogan {
        font-size: 120%;
    }

    #ccaption3 {
        width: 680px;
    }

    #ccaption3 p {
        font-size: 84%;
    }

    #ccaption3 .cslogan {
        font-size: 120%;
    }

    #ccaption4 {
        width: 680px;
    }

    #ccaption4 p {
        font-size: 84%;
    }

    #ccaption4 .cslogan {
        font-size: 120%;
    }
}

@media only screen and (min-width: 1200px) {
    #ccaption0 {
        width: 700px;
    }

    #ccaption0 p {
        font-size: 100%;
    }

    #ccaption0 .cslogan {
        font-size: 200%;
    }

    #ccaption1 {
        width: 700px;
    }

    #ccaption1 p {
        font-size: 100%;
    }

    #ccaption1 .cslogan {
        font-size: 200%;
    }

    #ccaption2 {
        width: 700px;
    }

    #ccaption2 p {
        font-size: 100%;
    }

    #ccaption2 .cslogan {
        font-size: 200%;
    }

    #ccaption3 {
        width: 740px;
    }

    #ccaption3 p {
        font-size: 100%;
    }

    #ccaption3 .cslogan {
        font-size: 200%;
    }

    #ccaption4 {
        width: 740px;
    }

    #ccaption4 p {
        font-size: 100%;
    }

    #ccaption4 .cslogan {
        font-size: 200%;
    }
}

@media only screen and (min-width: 1140px) {
    .container {
        width: 1140px;
    }
}

@media only screen and (max-width: 991px) {
    #citem0 {
        background-image: url("../images/layout/header/slider1-small.jpg");
    }

    #citem1 {
        background-image: url("../images/layout/header/slider2-small.jpg");
    }

    #citem2 {
        background-image: url("../images/layout/header/slider3-small.jpg");
    }

    #citem3 {
        background-image: url("../images/layout/header/slider4-small.jpg");
    }
    #citem4 {
        background-image: url("../images/layout/header/slider5-small.jpg");
    }

    .citems {
        padding-bottom: 57.14%;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    #wappen {
        width: 64px;
        top:-15px;
    }
    #mainnav{
        top:28px;
    }
    #mainnav #menutitle {
        display: none;
    }

    #topinfo {
        position: static;
        margin-left: 0;
        margin-right: 0;
    }

    #sitefooter .row > div{
        margin-bottom:20px;
    }

    #sitefooter h3{
        margin-bottom:0.2em;
    }

}

@media only screen and (max-width: 620px) {
    #wappen {
        width: 64px;
    }

    #ortsname {
        left: 100px;
    }

    #slogan {
        left: 200px;
    }

    #mainnav .navbar {
        padding-right: 0;
    }
}

/* Nur für Smartphones */
@media only screen and (max-width: 575px) {
    .citems {
        /* padding-bottom: 300px;
        background-size: cover; */
    }

    #wappen {
        width: 48px;
        top:-10px;
    }
    #mainnav{
        top:28px;
    }

    #ortsname {
        font-size: 90%;
        left: 86px;
    }

    #slogan {
        left: 176px;
        width: 250px;
        top: -10px;
    }
}

@media only screen and (max-width: 479px) {
    #slogan {
        display: none;
    }
}