.tmpl--glm body {
	background-color: #ececec;
	}

a, a:link,
.services a:hover, .services a:focus,
.card--news-lst a .mod-entry-title,
.section--gl-home .card-content a:link,
.section--gl-home .card-content a:visited {
	color: #cc0000;
	}
a:focus, a:hover, a:active,
.section--gl-home .card-content a:hover,
.section--gl-home .card-content a:focus {
	color: #000;
	}
.btn, .btn:link, .btn:visited {
	background-color: #cc0000;
	}
.btn:hover,
.btn:focus {
	background-color: #000;
	}

/* =temp Label für Aufbau Website 2022
--------------------------------------------------------------- */
.website-2022 .header::before {
    content: "Beta";
    position: absolute;
    border: 2px solid #fff;
    padding: 0.25em 5em;
    color: #fff;
    background-color: #cc0000;
    transform: rotate(-45deg) translate(-50%, 125%);
    transform-origin: top left;
    z-index: -1;
    box-shadow: var(--shadow-sm);
}

/* =Home temp Gästelenkung Klöntal
--------------------------------------------------------------- */
.btn-lst {
    display: flex;
    justify-content: space-between;
}
.btn-lst li {
    text-align: center;
}
.btn-lst li + li {
    margin-left: 0.833333333333333em; /* 15/18 */
}
.btn-lst a.btn:link,
.btn-lst a.btn:visited,
.card-content a.btn:link,
.card-content a.btn:visited {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.btn-lst a.btn::after,
.card-content a.btn::after {
    content: none;
}

/* =Home
--------------------------------------------------------------- */
.showmore {
	background-color: #cc0000;
}
.section--gl-home .mod-wrapper.mod-news {
    margin-bottom: 0;
}

.newsletter-link {
    margin-left: auto;
}
.rss-link {
    margin-left: 1em;
}

/* =header
--------------------------------------------------------------- */
.tmpl--glm .website-switch .dropdown {
    border-top-color: #ececec;
}
.hamburger,
.mobilenav-current-pagetitle a {
    background-color: #cc0000 !important;
}
.tmpl--glm .partnerlogo {
    margin: 0 1em;
    width: 15%;
    min-width: 80px;
}
.tmpl--glm .partnerlogo img {
    width: 150px;
}
.logo {
    min-width: 200px;
}
@media only screen and (max-width: 32.5em) {
    .tmpl--glm .partnerlogo {
        margin-top: 1em;
        margin-left: 0;
    }
}

/* =mainnav
--------------------------------------------------------------- */
.tmpl--glm .mainnav {
    border-bottom-color: #cc0000;
    background-color: #505050;
}
.tmpl--glm .wrapper--mainnav > ul,
.tmpl--glm .wrapper--mainnav > ul > li > a {
    border: 0;
    color: #fff;
}
.tmpl--glm .wrapper--mainnav > ul > li.active > a {
	color: #fff;
    background-color: #cc0000;
}
.wrapper--mainnav > ul > li:hover > a,
.wrapper--mainnav > ul > li > a:hover,
.wrapper--mainnav > ul > li > a:focus,
.wrapper--mainnav > ul > li.active:hover > a,
.wrapper--mainnav > ul > li.active > a:hover,
.wrapper--mainnav > ul > li.active > a:focus {
    color: #000;
    background-color: #e0e0e0;
    box-shadow: none;
}
.wrapper--mainnav > ul > li:focus-within > a,
.wrapper--mainnav > ul > li.active:focus-within > a {
    color: #000;
    background-color: #e0e0e0;
    box-shadow: none;
}
.mainnav .dropdown {
    background-color: #e0e0e0;
    box-shadow: none;
}
.mainnav .dropdown a {
    color: #757575;
}
.mainnav .dropdown a:hover,
.mainnav .dropdown a:focus,
.mainnav .dropdown .active a {
    color: #000;
    background-color: transparent;
}

/* =breadcrumb
--------------------------------------------------------------- */
.tmpl--glm .breadcrumb {
	background-color: #f7f7f7;
	}
.tmpl--glm .breadcrumb a,
.breadcrumb-submenues-disabled li:not(:first-child)::before{
	color: #757575;
	}
.tmpl--glm .breadcrumb a:hover,
.tmpl--glm .breadcrumb a:focus {
	color: #000;
	}

/* =content, subnav & sidebar
--------------------------------------------------------------- */
.subnav-parent {
    border-right-color: #ececec;
    border-bottom-color: #ececec;
	}
h1,
.content-maintitle, .main__title,
h1.news-title {
	color: #cc0000;
	}
blockquote {
	background-color: #cc0000;
	}

/* =subnav
--------------------------------------------------------------- */
.subnav {
    background-color: #f7f7f7;
    box-shadow: none;
	}
.sub2nav-title {
    color: #525252;
    background-color: transparent;
	}
.subnav a {
  display: block;
  text-decoration: none;
  color: #000;
  }
.subnav a:hover,
.subnav a:focus,
.subnav .active > a {
  color: #cc0000;
  }

/* =footer
--------------------------------------------------------------- */
.tmpl--glm footer {
    padding-top: 1.666666666666667em;
	background-color: #505050;
    background-image: none;
	}
.tmpl--glm footer h3 {
	border-bottom-color: #bdbdbd;
	}

footer a img {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
	}
footer a:hover img,
footer a:focus img {
    opacity: 1;
	}

/* =GLN-colors & backgrounds
--------------------------------------------------------------- */
.gln-color-bright {
	background-color: #ececec;
	}
.glm-color-red {
	background-color: #cc0000;
	}
.glm-color-grey {
	background-color: #444;
	}

/* =Standorte
--------------------------------------------------------------- */
.standorte-lst {
	display: flex;
	justify-content: space-between;
	margin-left: -1.666666666666667em;
	}
.standorte-lst > li {
	margin-left: 1.666666666666667em; /* 30/18 */
	}
.standorte-lst > li a {
	text-decoration: none;
	}
.tmpl--glm .standorte-lst > li.standort-entry figcaption {
	position: static;
	width: auto;
	background-color: transparent;
	color: #000;
	}

/* =eGov Abteilungsausgabe (Departemente und Abteilungen)
--------------------------------------------------------------- */
.egov-contact__lst {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 30px;
}
.egov-contact__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.egov-contact__container-txt {
    width: 55.555555555555556%; /* 450/810 */
}
.egov-contact__container-img {
    width: 40.740740740740741%; /* 330/810 */
}

.egov-contact__title > a {
    text-decoration: none;
}
.egov-contact__title:hover {
    text-decoration: underline;
}

.egov-contact__lst > .mod-entry--no-img .egov-contact__function {
    margin-bottom: 0;
}

.contact-table-lst [href^="tel:"]::before,
.contact-table-lst [href^="mailto:"]::before,
.egov-contact [href^="tel:"]::before,
.egov-contact [href^="mailto:"]::before,
.egov-contact__container-txt [href^="tel:"]::before,
.egov-contact__container-txt [href^="mailto:"]::before,
.egov-contact__container-txt [data-email-link]::before,
.egov-contact__container-txt [href^="javascript:sendData"]::before {
    text-align: center;
    width: 1.25em;
}

.egov-contact__lst > .mod-entry--no-img .egov-contact__getincontact {
    display: none;
}

/* =eGov Departementsseiten
--------------------------------------------------------------- */
.egov-org--departement .egov-contact__lst > .mod-entry {
    border: 0;
    border-bottom: 1px solid #b4b4b4;
    padding-top: 0;
}
.egov-org--departement .egov-contact__lst > .mod-entry--has-img {
    display: flex;
    flex-direction: column;
}
.egov-org--departement .egov-contact__container-txt,
.egov-org--departement .egov-contact__container-img {
    width: 100%;
}
.egov-org--departement .egov-contact__lst > .mod-entry--has-img .egov-contact__container-txt {
    margin-bottom: auto;
}
.egov-org--departement .egov-contact__lst > .mod-entry--has-img .egov-contact__container-img {
    order: -1;
    margin-bottom: 0.75em;
}

/* =eGov Abteilungsseiten
--------------------------------------------------------------- */
.egov-org--abteilung .egov-contact__lst > .mod-entry--has-img {
    grid-column: 1/-1;
}
.egov-org--abteilung .egov-contact__lst > .mod-entry--has-img > * {
    flex: 0 1 auto;
    width: calc(50% - 15px);
    gap: 30px;
}
.egov-org--abteilung .egov-contact__lst > .mod-entry--no-img:first-child {
    border-top: 1px solid #b4b4b4;
    padding: 0.75em 0;
}
.egov-org--abteilung .egov-contact__lst > .mod-entry--no-img:only-child {
    border: 0;
    padding: 0;
}
.egov-org--abteilung .egov-contact__lst > .mod-entry--no-img .egov-contact__container-txt,
.egov-org--abteilung .egov-contact__lst > .mod-entry--no-img .egov-contact__container-img {
    width: 100%;
}

.egov-contact__lst {
    margin-top: 1.5em;
}
.egov-org--abteilung .egov-contact__lst > .mod-entry.mod-entry--has-img:first-child {
	border-top: 1px solid #b4b4b4;
    padding-top: 0.75em;
}

/* =eGov Kontaktliste/Mitarbeitende
--------------------------------------------------------------- */
.contact-name {
    width: 30%;
}
.contact-department {
    width: 40%;
}
.contact-contact {
    width: 30%;
}

@media only screen and (max-width: 32.5em) { /* 520/16 */
    .tmpl--content-nosidebar .egov-contact .col-half {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .egov-contact__item {
        flex-wrap: wrap;
    }
    .egov-contact__container-txt,
    .egov-contact__container-img {
        width: 100%;
    }
	.egov-contact__container-img {
        order: -1;
        padding-bottom: 0.75em;
    }
}

/* =Footer
--------------------------------------------------------------- */
.link-lst--sm {
    margin-top: 1em;
}
.footer a img {
    opacity: 0.8;
    transition: opacity .2s;
}
.footer a:hover img,
.footer a:focus img {
    opacity: 1;
}

/* =Baustelleninfos
--------------------------------------------------------------- */

/* Inpage-Nav, #6695 & #6705*/
.nav-inpage {
    display: flex;
    border-bottom: 1px solid #666;
}
.nav-inpage__item {
	position: relative;
    top: 1px;
    border: 1px solid #c5c3c2;
	border-bottom-color: #666;
    background-color: #f6f4f3;
    border-radius: 3px 3px 0 0;
}
.nav-inpage__item.active {
    border-color: #666;
	border-bottom-color: transparent;
    border-bottom: 0;
    background-color: #fff;
}
.nav-inpage__item + .nav-inpage__item {
    margin-left: .75em;
}
.nav-inpage__item a {
	display: block;
    padding: 0.5em 1em;
    color: #666;
    text-align: center;
    text-decoration: none;
    hyphens: auto;
}
.nav-inpage__item a:hover,
.nav-inpage__item.active a {
	color: #000;
}
.nav-inpage__item.active a {
    cursor: default;
}

/* Sitemap-Ausgabe ändern, #6705 */
.cms-p-6705 .mod-sitemap > .mod-sitemap-lst > li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.5em;
}
.cms-p-6705 .mod-sitemap > .mod-sitemap-lst > li > a {
	display: block;
    margin-bottom: 0.75em;
    text-decoration: none;
    font-size: 1.666666666666667em;
    line-height: 1.2;
}
