:root {
    --bs-primary: #98c548;
    --gh-primary: #98c548;
    --gh-menu-background: #d3d5d2;
    --bs-primary-bg-subtle: #c4de95;
    --bs-dropdown-link-active-bg: var(--bs-primary);
    --bs-gutter-x: 0rem;
    --bs-nav-link-font-size: 18px;
}

#untermenu {
    background-color: #d3d5d2;
    position: relative;
    padding-left: 0.4em;
    margin-bottom: 0.3125em;
    width: 100%
}
#untermenu li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0.2em
}
#untermenu li a {
    white-space: nowrap;
    color: #000;
    transition: background-color 0.15s 0s ease;
    padding: 0.125em 0.375em
}
#untermenu li a:hover {
    background-color: #98c548
}
#untermenu li.current a {
    background-color: var(--gh-primary);
    color: white;
}

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #d3d5d2;
    margin-bottom: 0.3125em;
    z-index: 10;
    width: 100%
}
.top-bar ul {
    margin-bottom: 0;
    list-style: none
}
.top-bar .row {
    max-width: none
}
.top-bar form {
    margin-bottom: 0
}
.top-bar input {
    margin-bottom: 0;
    height: 2.45em
}
.top-bar .button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0
}
.top-bar .title-area {
    position: relative
}
.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px
}
.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625em;
    margin: 0
}
.top-bar .name h1 a {
    font-weight: bold;
    color: #000;
    width: 50%;
    display: block;
    padding: 0 15px
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}
.top-bar .toggle-topbar a {
    color: #000;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px
}
.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}
.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: #fff
}
.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}
.top-bar.expanded {
    height: auto;
    background: transparent
}
.top-bar.expanded .title-area {
    background: #d3d5d2
}
.top-bar.expanded .toggle-topbar a {
    color: #888
}
.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out
}
.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #d3d5d2;
    font-size: 16px;
    margin: 0
}
.top-bar-section .divider {
    border-bottom: solid 1px #edeeec;
    border-top: solid 1px #b9bcb8;
    clear: both;
    height: 1px;
    width: 100%
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #000;
    padding: 12px 0 12px 15px;
    font-size: 1.375em;
    font-weight: 400;
    background: #d3d5d2;
    height: 45px
}
.top-bar-section ul li>a:hover {
    background: #cbceca
}
.top-bar-section ul li > a.button {
    background: #2ba6cb;
    font-size: 1.375em
}
.top-bar-section ul li>a.button:hover {
    background: #2284a1
}
.top-bar-section ul li > a.button.secondary {
    background: #e9e9e9
}
.top-bar-section ul li>a.button.secondary:hover {
    background: #d0d0d0
}
.top-bar-section ul li > a.button.success {
    background: #5da423
}
.top-bar-section ul li>a.button.success:hover {
    background: #457a1a
}
.top-bar-section ul li > a.button.alert {
    background: #c60f13
}
.top-bar-section ul li>a.button.alert:hover {
    background: #970b0e
}
.top-bar-section ul li.active > a {
    background: #cbceca
}
.top-bar-section .has-form {
    padding: 15px
}
.top-bar-section .has-dropdown {
    position: relative
}
.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 22px;
    right: 0
}
.top-bar-section .has-dropdown.moved {
    position: static
}
.top-bar-section .has-dropdown.moved > .dropdown {
    visibility: visible
}
.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99
}
.top-bar-section .dropdown li {
    width: 100%
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px
}
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}
.top-bar-section .dropdown li.title h5 a {
    color: #000;
    line-height: 22.5px;
    display: block
}
.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    font-size: 0.625em
}
.top-bar-js-breakpoint {
    width: 939px !important;
    visibility: hidden
}
.js-generated {
    display: block
}
@media only screen and(min-width: 939px) {
    .top-bar {
        background: #d3d5d2;
        zoom: 1;
        overflow: visible
    }
    .top-bar:before {
        content: " ";
        display: table
    }
    .top-bar:after {
        content: " ";
        display: table;
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .title-area {
        float: left
    }
    .top-bar .name h1 a {
        width: auto
    }
    .top-bar input,
    .top-bar .button {
        line-height: 2em;
        font-size: 0.875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }
    .top-bar.expanded {
        background: #d3d5d2
    }
    .contain-to-grid .top-bar {
        max-width: 100%;
        margin: 0 auto
    }
    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important
    }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline
    }
    .top-bar-section ul li {
        float: left
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section li a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #d3d5d2
    }
    .top-bar-section li a:not(.button):hover {
        background: #868b83
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 35px !important
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        margin-top: -2.5px
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden
    }
    .top-bar-section .has-dropdown:hover>.dropdown,
    .top-bar-section .has-dropdown:active > .dropdown {
        visibility: visible
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        margin-top: -7px;
        right: 5px
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%
    }
    .top-bar-section .dropdown li a {
        color: #000;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #e0e1df
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #e0e1df
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section > ul > .divider {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #edeeec;
        border-left: solid 1px #b9bcb8;
        clear: none;
        height: 45px;
        width: 0
    }
    .top-bar-section .has-form {
        background: #d3d5d2;
        padding: 0 15px;
        height: 45px
    }
    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0
    }
    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%
    }
}
html {
    overflow-y: scroll;
    background-color: #d3d5d2;
    height: 100%
}
body.front {
    background-color: #d3d5d2;
    height: 100%
}
#wrapper {
    min-height: 100%;
    background-color: #fff
}
a {
    color: #890002
}
a:hover,
a:focus,
a:active {
    color: #98c548
}
a img {
    border-width: 0
}
.meldung {
    z-index: 10000;
    border: 3px solid black;
    background-color: white;
    color: black
}
.info-wrapper {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 0.8rem
}
.info-item {
    border: 1px solid #ddd;
    border-left: 4px solid #98c548;
    padding: 3px;
    flex: 0 1 100%;
    margin-bottom: 6px
}
.info-item h3 {
    font-size: 1.2em
}
ul,
ol {
    list-style-position: inside
}
ul ul,
ul ol {
    margin-left: 1.5em
}
ol ul,
ol ol {
    margin-left: 1.5em
}
#header {
    width: 100%;
    max-width: 1050px;
    background-color: white;
    border-top: 0.3125em solid #d3d5d2
}
#header .row,
#header.row {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}
#logos {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em;
    background-color: white;
    position: relative;
    height: 6rem
}
#logos > .logo {
    overflow: visible
}
#logo {
    max-height: 3em;
    max-width: 12.625em;
    display: inline-block
}
#schulbild {
    max-height: 5em;
    max-width: 7.5em
}
#logo-adresse {
    position: absolute;
    bottom: 5%;
    left: 31%;
    right: auto;
    font-size: 0.4375em;
    color: #616360;
    width: 15em
}

#mainnav > .container-fluid {
    background-color: var(--gh-menu-background)
}

#mainnav .nav-link {
    background-image: -moz-linear-gradient(top,transparent,transparent 65%,#98c548 65%,#98c548 80%,transparent 80%)
    
}

.meldung {
    background-color: #d3d5d2;
    padding: 10px;
    border: 2px solid #890002;
    -webkit-border-radius: 0.1875em 0.1875em;
    -moz-border-radius: 0.1875em / 0.1875em;
    border-radius: 0.1875em / 0.1875em;
    font-size: 0.8em;
    margin: 5px 15px
}
.meldung .text {
    height: 0;
    display: none
}
.meldung:hover .text {
    height: auto;
    display: block
}
div#wrapper {
    max-width: 1024px;
    margin: 0 auto
}
#page {
    margin-top: 0;
    padding: 0.3125em 0.9375em 3.125em;
    border-top: 0.3125em solid #d3d5d2;
}
#pageimg {
    margin-bottom: 10px
}
#pageimg img {
    width: 100%;
    height: auto
}
#content {
    margin-bottom: 5.5em;
    hyphens: auto
}
#content > .item-page {
    position: relative;
    top: -2.75em
}
#content > .item-page dl.article-info {
    display: none
}
#content>.item-page h2:nth-of-type(1) {
    display: inline;
    position: relative;
    top: -0.8125em;
    left: 0.625em;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.3125em 0.5em;
    -webkit-border-radius: 0.0625em 0.0625em;
    -moz-border-radius: 0.0625em / 0.0625em;
    border-radius: 0.0625em / 0.0625em;
    font-weight: 400;
    font-style: italic;
    color: #890002;
    box-shadow: inset 0 0 0 10px transparent
}
#content img {
    margin-bottom: 0.5em;
    margin-top: 0.2em
}
#content img[float*="left"],
#content img[style*="left"],
#content img[class*="bild-links"] {
    margin-right: 1em;
    margin-left: 0;
    margin-bottom: 0.5em
}
#content img[float*="right"],
#content img[style*="right"],
#content img[class*="bild-rechts"] {
    margin-right: 0;
    margin-left: 1em;
    margin-bottom: 0.5em
}
#content .bildunterschrift {
    font-size: 0.8em;
    text-align: center
}
div.blog .article-info,
div.blog .published {
    padding: 0;
    margin: 0
}
div.blog dt {
    display: none
}
div.blog h2 {
    font-size: 1.2em
}
div.blog h2 a {
    color: black
}
div.blog .item,
div.blog .beitrag,
div.blog .items-leading {
    display: table-row;
    margin-bottom: 15px
}
div.blog .item a,
div.blog .beitrag a,
div.blog .items-leading a {
    color: #000
}
div.blog .item a:hover,
div.blog .item a:active,
div.blog .item a:focus {
    color: #890002
}
div.blog .beitrag a:hover,
div.blog .beitrag a:active,
div.blog .beitrag a:focus {
    color: #890002
}
div.blog .items-leading a:hover,
div.blog .items-leading a:active,
div.blog .items-leading a:focus {
    color: #890002
}
div.blog .item .img-intro-left,
div.blog .beitrag .img-intro-left,
div.blog .items-leading .img-intro-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 0.625em;
    width: 130px
}
div.blog .item .img-intro-left img,
div.blog .beitrag .img-intro-left img,
div.blog .items-leading .img-intro-left img {
    width: 7.5em;
    height: 5em
}
div.blog .item .item-content,
div.blog .beitrag .item-content,
div.blog .items-leading .item-content {
    display: table-cell
}
div.blog .item .item-content h2,
div.blog .item .item-content p {
    margin-bottom: 0
}
div.blog .beitrag .item-content h2,
div.blog .beitrag .item-content p {
    margin-bottom: 0
}
div.blog .items-leading .item-content h2,
div.blog .items-leading .item-content p {
    margin-bottom: 0
}
div.blog .item .readmore,
div.blog .beitrag .readmore,
div.blog .items-leading .readmore {
    color: #98c548
}
div.blog .items-row {
    width: 100%;
    margin: 0 auto;
    max-width: 64em;
    zoom: 1
}
div.blog .items-row:before {
    content: " ";
    display: table
}
div.blog .items-row:after {
    content: " ";
    display: table;
    clear: both
}
div.blog .items-row > .item {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 50%;
    float: right;
    float: left
}
#kurzlinks {
    display: flex;
    justify-content: space-between;
    max-width: 240px;
    padding-top: 0.25em
}
#kurzlinks a {
    box-sizing: border-box;
    border: 0 solid blue
}
#kurzlinks img {
    border: 0 solid PapayaWhip;
    max-height: 35px;
    width: 100%;
    height: auto;
    height: 100vh
}
#orgamenu ul {
    padding-top: 0.25em;
    list-style-type: none;
    float: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}
#orgamenu ul li {
    white-space: nowrap;
    padding-left: 1.25em
}
#orgamenu ul li a {
    color: #616360
}
.footer-streifen,
#wrapper-footer,
#footer {
    height: 50px;
    position: fixed;
    bottom: 0;
    background-color: #d3d5d2;
    border-top: 0.3125em solid #98c548;
    width: 100%
}
#wrapper-footer {
    z-index: 10
}
#footer {
    margin: 0 auto;
    max-width: 64em;
    z-index: 20;
    display: flex;
    justify-content: space-between
}
.float-left {
    float: left
}
.float-right {
    float: right
}
.group:before {
    content: "";
    display: table
}
.group:after {
    content: "";
    display: table;
    clear: both
}
.ie7 .group {
    zoom: 1
}
@media(max-width: 480px) {
    #untermenu {
        display: none
    }
    #content > .item-page {
        top: 0
    }
    #content>.item-page h2:nth-of-type(1) a {
        top: 0;
        left: 0;
        padding: 0
    }
    #logo-adresse {
        visibility: hidden
    }
    #logo,
    #schulbild {
        width: 100%
    }
    #footer {
        position: fixed;
        bottom: 0;
        border-top: 0.3125em solid #98c548;
        background-color: #d3d5d2
    }
    #orgamenu {
        font-size: 0.7em
    }
}
@media(min-width: 481px) and(max-width: 767px) {
    #content > .item-page {
        top: -35px
    }
    #content>.item-page h2:nth-of-type(1) a {
        top: -0.9375em
    }
    #logo-adresse {
        left: 45%;
        bottom: 3%;
        right: auto
    }
    #orgamenu {
        font-size: 0.9em
    }
}
@media(min-width: 768px) and(max-width: 939px) {
    #content > .item-page {
        top: -55px
    }
    #content>.item-page h2:nth-of-type(1) a {
        top: -0.9375em
    }
    #logo-adresse {
        left: 32.5%;
        right: auto
    }
    .info-item {
        flex-basis: 49%
    }
}
@media(min-width: 940px) {
    .info-item {
        flex-basis: 49%
    }
}
.clearfix::after {
    clear: both
}
.suche .blog .beitrag {
    margin-bottom: 30px;
    min-height: 80px
}
