@import url('https://fonts.verwaltungsportal.de/css/?family=Lato:400,400i,600,600i,700,700i');

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #d8e2ea;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-color: #080a99 #ffffff;
    scrollbar-width: thin;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #676767;
    background: #ffffff;
    font-size: clamp(1rem, 2vw, 1.125rem);
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #080a99;
}

a:is(:hover, :focus) {
    color: #080a99;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

.row {
    max-width: 1600px;
    width: 100%;
}

/* ----------------------------------------------- @3tp topbar ----------------------------------------------- */

#tp3 {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #080a99;
}

@media (max-width: 991px) {
    #tp3>.row>*+* {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    #tp3>.row>*>*+* {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    #tp3 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#tp3 span {
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
    padding-right: 10px;
}

/* -------------------------------------------- contrast -------------------------------------------- */
[id^="contrast_style"] button {
    color: #000000;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-family: "Khand", sans-serif;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
}

[id^="contrast_style"] button::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

[id^="contrast_style"] *+* {
    margin-left: 12px;
}

[id^="contrast_style"] button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

[id^="contrast_style"] button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

[id^="contrast_style"] button:nth-of-type(2)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

[id^="contrast_style"] button:nth-of-type(3)::after {
    background: #ea5b0c;
    border: none;
}

/* -------------------------------------------- styler -------------------------------------------- */
@media (min-width: 992px) {
    [id^="style"] button {
        border: none;
        color: #080a99;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-weight: 700;
        text-align: center;
        background-color: #fff;
        font-size: 17px;
        position: relative;
        padding: 0;
        line-height: 1;
        transition: transform 150ms linear;
    }

    [id^="style"] button+button {
        margin-left: 12px;
    }

    [id^="style"] {
        margin-left: 30px;
    }

    [id^="style"] button:hover {
        transform: scale(1.2);
    }

    [id^="style"] button:focus-visible {
        outline: 2px auto;
    }
}

/* ----------------------------------------------- search ----------------------------------------------- */

.search {
    padding: 0 0 0 20px;
}

form[id^="search"] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    #search {
        border-left: 1px solid rgba(2, 2, 2, 0.15);
        width: fit-content;
    }
}

form[id^="search"] label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 1;
}

form[id^="search"] label::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    margin-left: 12px;
    margin-top: -4px;
}

form [id^="search_input"] {
    color: #fff;
    font-size: 0.9375rem;
    font-style: normal;
    border: 0;
    background: #080a99;
    position: relative;
    padding: 0 45px 0 10px;
    line-height: 36px;
    padding-left: 5px;
    padding-right: 30px;
    height: 36px;
    width: 100%;
    max-width: 197px;
    margin-left: 10px;
}

form [id^="search_submit"] {
    border: none;
    background: #080a99 url('../img/lupe-icon.png') center no-repeat;
    width: 30px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    position: absolute;
    transition: background 150ms linear;
}

@media (max-width: 991px) {
    form [id^="search_submit"] {
        right: 6px;
        margin-top: 5px;
    }

    form[id^="search"] label {
        margin-top: 11px;
        margin-left: 14px;
    }

    #search2 {
        margin-top: 30px;
    }
}

form [id^="search_submit"]:is(:hover, :focus) {
    background-color: #6a67c8;
}

form [id^="search_input"]::placeholder {
    color: #fff !important;
    opacity: 1 !important;
    font-style: italic !important;
}

/* ------------------------------------------- logo ------------------------------------------- */


#logo {
    display: inline-block;
}

#logo img {
    display: block;
    max-width: 371px;
}

@media (max-width: 991px) {
    #logo img {
        max-width: calc(100vw - 120px);
    }
}

/* -------------------------------------------- banner ------------------------------------------ */

#slider {
    max-height: clamp(300px, 42vw, 400px);
    position: relative;
}

@media (min-width: 992px) {
    body.index #slider {
        max-height: clamp(400px, 58vw, 570px);
    }

    #headerpic a.nivo-prevNav {
        left: 65px;
    }

    #headerpic a.nivo-nextNav {
        right: 65px;
    }
}

#headerpic {
    padding: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #ffffff;
}

.slider-wrapper,
#slider {
    height: 100%;
}

.slider-mask {
    display: none;
}

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */
#menu {
    background: #fff;
}

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background: #fff;
        border: none !important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #080a99;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #burgerButton[aria-expanded="true"]::before {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

    #burgerButton::after {
        top: 32px;
        content: "";
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #fff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .dropdown-toggle-button-wrapper {
        top: 14px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 3px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    .is-sticky #menu {
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        padding-top: 20px;
    }

    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    #menu {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 10px;
        transition: all 0.4s 0s linear;
    }

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

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li:is(.open, :hover)>ul,
    nav.horizontally .navbar-nav li.open:focus-within>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #2d3133;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 8px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    background: #1d20b8;
    color: #fff;
}


/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    border-top: 5px solid #1b1ebe;
    background: #ffffff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding: 18px 0;
    }

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 6px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 15px;
        left: 0;
        right: 0;
        top: -15px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -23px;
        margin-left: 6px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 6px;
        top: 0;
        bottom: 0;
        left: -6px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #2d3133;
    font-weight: 400;
    text-align: left;
    padding: 8px 25px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
        padding-right: 35px;
    }
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    background: rgba(0, 0, 0, 0.06);
    color: #d10d0d;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* ------------------------------------------- content ------------------------------------------ */

#content {
    text-align: left;
    background-color: #fff;
    padding-bottom: clamp(40px, 6vw, 95px);
    padding-top: clamp(30px, 4vw, 65px);
}

@media (min-width: 992px) {
    #content {
        background: #fafafa center bottom / 100% auto no-repeat;
    }

    #contentCol {
        padding-top: 30px;
    }
}

#content>.row {
    row-gap: 40px;
}

/* #region -------------------------------------- tabs ------------------------------------------ */

#tabsLeft,
#tabsRight {
    display: grid;
    gap: 30px;
}

@media (min-width: 576px) and (max-width: 991px) {
    #tabsLeft {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {

    #tabsLeft,
    #tabsRight {
        align-items: start;
        align-content: start;
    }

    #tabsLeft {
        padding-right: clamp(20px, 2vw, 38px);
    }

    #tabsRight {
        padding-left: clamp(20px, 2vw, 38px);
    }
}

.tab {
    hyphens: auto;
    width: 100%;
    max-width: 360px;
    margin: 32px auto 0 auto;
    position: relative;
    padding: 45px 20px 20px 20px;
    background: #ffffff;
    font-size: 0.9375rem;
    border-top: 4px solid #080a97;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

#content .tab::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    background: #ffffff url('../img/icon1.png') center no-repeat;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#content #tab2::before {
    background-image: url('../img/icon2.png');
}

#content #tab3::before {
    background-image: url('../img/icon3.png');
}

#content #emergency::before {
    display: none;
}

#content #emergency {
    margin-top: 0;
    border-top: 4px solid #510404;
    color: #fff;
    background: #d10a0a url("../img/Icon-warning.png") no-repeat left 54px bottom -28px;

}

.tab :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
    color: #080a99;
    font-size: 1.625rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-align: center;
}

#content #emergency :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
    color: #fff;
}

.tab .tab_link_title a {
    color: #2d3133;
    font-weight: 700;
}

.tab .tab_link_mandat a {
    color: inherit;
}

.tab .tab_link_mehr {
    font-size: 0;
}

#emergency a,
.tab .tab_link_mehr a,
#teaser a {
    text-decoration: none;
    padding: 4px 15px 3px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 0.9375rem;
    background: rgba(8, 10, 153, 1);
    color: #fff;
    font-weight: 700;
}

#emergency a {
    background: #fff;
    color: #080a99;
    margin-top: 20px;
    border: 2px solid transparent;
}

#tab3 a,
#teaser a {
    margin-top: 15px;
}

:is(#tab3, .tab .tab_link_mehr, #teaser) a:is(:hover, :focus) {
    background: #d10a0a;
    color: #ffffff;
}

#emergency a:is(:hover, :focus) {
    background: #d10a0a;
    color: #ffffff;
    border-color: #fff;
}

.tab .eventclndr-tab {
    margin-bottom: 22px;
}

.tab #clr-events-hide>p:first-child {
    margin-bottom: 15px;
}

.tab .tab_spacer {
    height: 15px;
}

.tab hr {
    height: 4px;
    opacity: 1;
    background: #254c6b;
    max-width: 100px;
    width: 100%;
    margin: 28px auto;
    display: block;
}

#tab3 img {
    margin: 0 -20px 25px -20px;
    display: block;
    width: calc(100% + 40px) !important;
    min-width: calc(100% + 40px) !important;
}

/* #endregion ----------------------------------- tabs ------------------------------------------ */


/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #080a99;
    font-weight: 600;
    line-height: 1.2;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(1.875rem, 4vw, 2.5rem);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.75rem, 3.5vw, 1.875rem);

}

h3,
.h3,
.legacy_h3 {
    font-size: 1.625rem;
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
    font-size: 1.5rem;
}

h5,
.h5,
.legacy_h5 {
    font-size: 1.375rem;
}

h6,
.h6,
.legacy_h6 {
    font-size: 1.25rem;
}

/* --------------------------------------------- teaser ----------------------------------------- */


#teaser {
    padding: 50px 0 200px 0;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #teaser::after {
        content: "";
        background: url("../img/wappen-gemeinde-schellhorn.png") no-repeat;
        width: 250px;
        height: 266px;
        position: absolute;
        left: calc(50% + 552px);
        top: 70px;
    }
}

@media (max-width: 991px) {
    #teaser #time {
        margin-top: 100px;
    }
}

#teaser .tabHeadline {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.625rem;
    text-align: left;
}

#teaser .tab {
    text-align: left;
    margin-top: 0;
    margin-bottom: -95px;
    padding: 30px 0 0 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    border: none;
}

#teaser img {
    margin: -30px -20px 25px -20px;
    display: block;
    width: calc(100% + 40px) !important;
    min-width: calc(100% + 40px) !important;
}

#teaser a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #fff;
    background: none;
    font-weight: 400;
}

#teaser a:is(:hover, :focus) {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
    background: none;
}

/* #region ----------------------------------- footer ------------------------------------------- */

footer {
    color: #ffffff;
    background: #1d20b8;
    font-size: 1rem;
}

footer a {
    color: #ffffff;
}

footer :is(h1, h2, h3, h4, h5, h6, .footerHeadline) {
    color: #ffffff;
    font-size: 1.375rem;
    text-transform: uppercase;
    margin: 0;
}

#footer {
    padding: 130px 0 40px 0;
}

@media (min-width: 992px) {
    #footer {
        padding: 70px 0;
    }
}

#footer>.row {
    row-gap: 30px;
}

:is(.footerTab) a {
    text-decoration: none;
}

#innerfooter {
    background-color: #1d20b8;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

#innerfooter a:not(#vernetzt) {
    color: #fff;
    text-decoration: none;
}

#innerfooter a:not(#vernetzt):is(:hover, :focus) {
    text-decoration: underline;
    color: #fff;
}

@media (min-width:500px) {
    #innerfooter li+li {
        margin-left: 35px;
        color: #fff;
    }

    #innerfooter li {
        display: inline-block;
    }
}

/* #endregion -------------------------------- footer ------------------------------------------- */

/* ------------------------------------------ vernetzt ------------------------------------------ */

#vernetzt {
    gap: 18px;
    text-align: right;
    font-size: 0.8125rem;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}

/* ------------------------------------------- contrast ----------------------------------------- */

.contrast_dark_font form [id^="search_input"],
.contrast_light_font :is(form[id^="search"], #search_input1, #footer2) {
    background-color: #000000 !important;
}

.contrast_light_font #logo img,
.contrast_dark_font :is(form[id^="search"], #search_input1, #scrollTopBtn) {
    background-color: #ffffff !important;
}

:is(.contrast_light_font, .contrast_dark_font) form [id^="search_submit"] {
    background: #000000 url('../img/lupe-icon.png') center no-repeat !important;
}

:is(.contrast_light_font, .contrast_dark_font) #content,
.contrast_light_font #teaser>.row,
.contrast_light_font #teaser>.row>* {
    background: none !important;
}

#emergency .tabHeadline.contrast_dark_font,
#emergency .contrast_dark_font:not(a),
#emergency.contrast_dark_font {
    color: #fff !important;
}