/*
Theme Name: Kivinan
Author: K-Evolution GmbH
Author URI: https://www.k-evolution.de
Description: Template Theme for Kivinan Homepage
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Kivinan-template
This theme, like WordPress, is licensed under the GPL.
*/

:root {
    --main-color: #c72a67;
    --default-padding: 30px;
    --font-size: 1.2rem;
    --a-size: 20px;
    --p-size: 18px;
    --h1: 2.25em;
    --h2: 1.75em;
    --h3: 1.5em;
    --h4: 1.25em;
    --h3-size: 1.75em;
    --default-font: "Yantramanav", sans-serif;
    --font-2: "Marker Felt";
    --default-weight: 300;
    --big-weight: 400;
    --medium-weight: 500;
    --bold-weight: 700;
    --black-weight: 900;
    --dark-light: rgb(30, 36, 40);
    --dark-middle: rgb(11, 19, 24);
    --dark: rgb(0, 0, 0);
    --dark-color: #ebe7df;
}

/* Defaults */
html{
    box-sizing: border-box;
}
body {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    font-family: var(--default-font);
    font-weight: var(--default-weight);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
html {
    margin: 0;
    scroll-behavior: smooth;
}
.font2 {
    font-family: var(--font-2);
}
.no-scroll {
    overflow: hidden;
}
/* Head */

.with-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    min-height: 100px;
    position: relative;
}
.custom-logo {
    max-width: 320px;
    max-height: 200px;
}
#searchbar {
    cursor: pointer;
}
.shortcode_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 100px;
}
.icon-box {
    padding: 5px;
    background-color: var(--main-color);
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon-box i {
    color: white;
    text-align: center;
    margin: auto;
    font-size: var(--font-size);
}
#search {
    width: 20vw;
    min-width: 120px;
    max-width: 250px;
    border: 1px solid rgb(0, 0, 0, 50%);
    padding: 6px 10px;
    margin: 0;
}
.input_field {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* Attachment */
.entry-attachment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Navigation */

#navigator {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#header-logo {
    max-width: 320px;
    max-height: 200px;
    padding-top: 10px;
}
#header-menu {
    margin-top: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* gap: 40px; */
}
#header-menu a {
    text-decoration: none;
    font-size: var(--a-size);
    text-transform: uppercase;
}
#header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header-menu li {
    display: inline;
    font-size: var(--font-size);
    padding: 10px 0 10px 0px;
    margin-left: 40px;
}
#header-menu a {
    color: black;
    font-family: "Yantramanav", sans-serif;
    font-weight: var(--big-weight);
}
#header-menu a:hover {
    color: var(--main-color);
    font-family: "Yantramanav", sans-serif;
    font-weight: var(--big-weight);
}
#header-menu li:hover > .sub-menu {
    display: -ms-grid;
    display: grid;
}
#header-menu .current_page_item a,
#header-menu .current-menu-parent a {
    color: var(--main-color);
}
#header-menu .sub-menu:hover {
    display: -ms-grid;
    display: grid;
}
#header-menu .sub-menu {
    position: absolute;
    left: 0;
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 200px;
    padding-right: 200px;
    display: none;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    width: -webkit-fill-available;
    background-color: var(--main-color);
    z-index: 1000;
}
#header-menu .sub-menu li {
    padding: 5px;
}
#header-menu .sub-menu a {
    color: white;
    font-family: "Yantramanav", sans-serif;
    font-size: 18px;
    text-transform: none;
    cursor: pointer;
}
#header-menu li > a:only-child:after {
    content: "";
}

/* Mobile Nav */
.mobile-navigator {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.nav-icon {
    width: 35px;
    height: 30px;
    margin: 20px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    right: 0;
    top: 20px;
    margin-top: 0px;
    z-index: 20;
}
.nav-icon span {
    background-color: var(--main-color);
    position: absolute;
    border-radius: 2px;
    -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    -o-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 4px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.open {
    top: 30px;
}
.open span {
    background-color: white;
}
.nav-icon span:nth-child(1) {
    top: 0px;
    left: 0px;
}
.nav-icon span:nth-child(2) {
    top: 13px;
    left: 0px;
    opacity: 1;
}
.nav-icon span:nth-child(3) {
    bottom: 0px;
    left: 0px;
}
.nav-icon:not(.open):hover span:nth-child(1) {
    width: 100%;
    height: 4px;
    display: block;
    top: -2px;
    left: 0px;
    -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    -o-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon:not(.open):hover span:nth-child(2) {
    width: 100%;
    height: 4px;
    display: block;
    top: 13px;
    left: 0px;
    -webkit-transition: 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    -o-transition: 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon:not(.open):hover span:nth-child(3) {
    width: 100%;
    height: 4px;
    display: block;
    bottom: -2px;
    left: 0px;
    -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    -o-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}
.nav-icon.open span:nth-child(2) {
    opacity: 0;
}
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
}
.mobile-menu {
    -webkit-transform: translate(-150%);
    -ms-transform: translate(-150%);
    transform: translate(-150%);
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    position: absolute;
    width: 50%;
    z-index: 1;
    background: var(--main-color);
    height: 100vh;
}
.open-li {
    display: block !important;
    height: 100vh;
    background-color: var(--main-color);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    z-index: 10;
}
/* Mobile Menu */
#mobile-menu a {
    text-decoration: none;
    font-size: 2rem;
    /*text-transform: uppercase;*/
}
#mobile-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    max-width: 1364px;
    list-style-type: none;
    margin: auto;
    margin-top: 72px;
    padding: 0;
}
#mobile-menu > ul > li {
    margin-bottom: 20px;
    margin-left: 40px;
}
#mobile-menu-li .menu-item-has-children {
    display: inline;
    font-size: 2rem;
    position: relative;
}
#mobile-menu-li .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 0.75em;
    width: 0.75em;
    color: white;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 18 25'%3E%3Cpath d='M18,12.5l-2.6-2.6l0,0L5.2,0H0l12.5,12.5L0,25h5.2l9.8-9.8l0,0L18,12.5L18,12.5L18,12.5z'%3E%3C/path%3E%3C/svg%3E");
}
#mobile-menu a {
    color: white;
    font-family: "Yantramanav", sans-serif;
    font-weight: var(--medium-weight);
}
#mobile-menu a:hover {
    color: white;
    font-family: "Yantramanav", sans-serif;
    font-weight: var(--medium-weight);
}
#mobile-menu .sub-menu {
    position: relative;
    left: 0;
    margin: 0px;
    margin-top: 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.open-sub a::before {
    -webkit-transform: translateX(-1.25em) rotate(90deg) !important;
    -ms-transform: translateX(-1.25em) rotate(90deg) !important;
    transform: translateX(-1.25em) rotate(90deg) !important;
}
.open-sub ul.sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
#mobile-menu .sub-menu li {
    padding: 5px;
}
#mobile-menu .sub-menu a {
    color: white;
    font-family: "Yantramanav", sans-serif;
    font-size: 22px;
    text-transform: none;
    cursor: pointer;
}

/* Main */
#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 2em;
    padding: 12px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: var(--main-color);
    color: white;
    border: 1px solid white;
}

#scrollTop:hover {
    background-color: white;
    color: var(--main-color);
    border: 1px solid #c72a67;
}

.newsticker {
    /* width: 100%; */
    min-height: 50px;
    background-color: var(--main-color);
    /* display: flex;
    justify-content: center;
    align-items: center; */
    overflow: hidden;
    white-space: nowrap;
    max-width: 100vw;
}
.newsticker .hmove {
    display: inline-block;
    animation: ticker 10s linear infinite;
}
@media only screen and (max-width: 768px) {
    .mobile-menu {
        width: 100%;
    }
    #scrollTop {
        bottom: 75px;
        right: 2%;
    }
}
.newsticker .hmove{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 105%;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-family: "Yantramanav", sans-serif;
    font-weight: var(--medium-weight);
}
.newsticker a:hover {
    text-decoration: none;
}
@keyframes ticker {
    0% {
        transform: translate3d(0,0,0);
    }
    100% {
        transform: translate3d(-100%,0,0);
    }
}
.inline-box {
    height: 100%;
    width: 100%;
}
.startslider {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.startslider img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}
#page-title-div {
    position: absolute;
    left: 10vw;
    right: 10vw;
}
#page-title {
    /*position: absolute;
    top: calc(50% - 1.5em);
    left: 10vw;*/
    word-wrap: break-word;
    margin: 0;
    font-size: 3em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    max-width: 700px;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
#page-subtitle {
    margin: 0;
    font-size: 1.5em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    max-width: 700px;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
.wp-block-cover div h1 {
    font-size: 3em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    color: white !important;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
.wp-block-cover div h3 {
    font-size: 2em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    color: white !important;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
.wp-block-navigation-link a:hover {
    text-decoration: underline !important;
}
@media (min-width: 1200px) {
    .container {
        gap: 30px;
    }
}
@media (min-width: 1705px) {
    #page-title-div {
        left: calc((100vw - 1364px) / 2);
    }
}
.main-list {
    list-style: none;
}
.main-list li:before {
    content: "\25BA"" ";
    position: absolute;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.list-margin li {
    margin-bottom: 5px;
}
.wp-block-columns {
    margin-bottom: 0 !important;
}
.wp-block-gallery {
    margin: 0;
}
figcaption {
    padding-top: 10px;
    text-align: center;
}
figcaption a {
    text-decoration: none;
    color: #0275d8;
}
figcaption a:visited {
    color: #0275d8;
}
h1 {
    font-size: var(--h1);
}
h2 {
    font-size: var(--h2);
}
h3 {
    font-size: var(--h3);
    margin: 1em 0px 1em 0px;
}
h4 {
    font-size: var(--h4);
    color: var(--main-color);
    margin: 20px 0px 20px 0px;
}
p {
    font-size: var(--p-size);
}
table {
    font-size: var(--p-size);
}
table,
th,
td {
    border: 1px solid;
}
th {
    padding: 20px;
}
td {
    padding: 5px;
}
.is-style-stripes thead {
    border-bottom: 3px solid var(--main-color);
}
ol,
ul {
    font-size: var(--p-size);
}
figure {
    margin: 0;
}
.wp-block-quote {
    margin: 20px 0 20px 0;
    padding: 10px;
    padding-left: 40px;
    border-left: 15px solid var(--main-color);
    border-radius: 5px;
    font-weight: var(--big-weight);
    background: #fafafa;
}
.wp-block-quote p {
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: var(--p-size);
}
.wp-block-pullquote blockquote {
    padding: 10px;
    border-top: 5px solid var(--main-color);
    border-bottom: 5px solid var(--main-color);
    font-weight: var(--big-weight);
}
a {
    text-decoration: none;
    color: var(--main-color);
}
a:visited {
    text-decoration: none;
    color: var(--main-color);
}
a:hover {
    text-decoration: underline;
    color: var(--main-color);
}
.max-350 {
    max-width: 350px;
    margin: auto;
}
.max-200 {
    max-width: 200px;
    margin: auto;
}
/* Footer */

#footer {
    width: 100%;
    margin-top: 30px;
}
/* first Footer */

.footer-background {
    width: 100%;
    background-color: #333232;
}
.back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.widget-title {
    color: var(--main-color) !important;
    font-weight: var(--medium-weight) !important;
    font-size: var(--h3-size) !important;
    margin-bottom: 1em !important;
}
.widget-section {
    width: 80vw;
    max-width: 1364px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.widget-section-mobile {
    width: 80vw;
    max-width: 1364px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.widget-section-mobile h3 {
    margin-bottom: 1em;
}
.widget-width {
    max-width: 90%;
}
/* footer Grid */
#footer-grid-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#footer-grid-2 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#footer-grid-3 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-widget h3 {
    color: var(--main-color);
    font-weight: var(--medium-weight);
    font-size: var(--h3-size);
}
.footer-widget p {
    color: white;
    font-size: var(--p-size);
    font-weight: var(--big-weight);
}
.footer-widget div ul {
    list-style-type: none;
    padding: 0;
}
.footer-widget div ul li {
    padding: 5px 0 0px 0px;
}
.footer-widget div ul li a {
    color: white;
    text-decoration: none;
    font-size: var(--p-size);
    font-weight: var(--big-weight);
}
.footer-widget div ul li a:visited {
    color: white;
}
.footer-widget div ul li a:hover {
    color: rgb(184, 184, 184);
}

/* second Footer */

.footer-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2vw;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0 5px 0;
    background-color: var(--main-color);
    color: white;
    font-size: var(--p-size);
    font-family: "Yantramanav", sans-serif;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-section p {
    margin: 0;
}
#footer-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    gap: 2vw;
    margin: 0;
}
#footer-menu a {
    text-decoration: none;
    color: white;
}
#footer-menu a:visited {
    color: white;
}
#footer-menu a:hover {
    color: rgb(255, 255, 255, 50%);
}

/* Footer Gap */
#footer
    .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column:not(:first-child) {
    margin-left: 15px !important;
}

/* Media Query Menu */
@media only screen and (max-width: 1580px) {
    #header-menu {
        display: none;
    }
    .input_field {
        display: none;
    }
    .shortcode_menu {
        top: 20px;
        left: 20px;
    }
    #header-logo {
        margin: auto;
        height: auto;
        width: 80%;
        margin-top: 20px;
    }
    .custom-logo {
        height: auto;
        width: 100%;
    }
    .tile-container {
        -ms-grid-columns: 50% 50% !important;
        grid-template-columns: 50% 50% !important;
    }
}
@media only screen and (max-width: 800px) {
    .footer-section p {
        display: none;
    }
    #page-title {
        font-size: 2em;
        text-align: center;
    }
    #page-subtitle {
        font-size: 1.3em;
        text-align: center;
    }
    .startslider img {
        height: 80vw;
    }
    #footer-menu {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .wp-block-column {
        margin-top: 30px;
    }
    .post-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tile-container {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    }
    blockquote {
        margin: 0px;
    }
    .widget-width {
        max-width: 100%;
    }
    .error-404 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}
@media only screen and (min-width: 1001px) {
    .widget-section-mobile {
        display: none;
    }
}
@media only screen and (min-width: 1580px) {
    .mobile-navigator {
        display: none;
    }
}
/* Width-Flex Wrap */
@media only screen and (max-width: 1000px) {
    .wrap-1000 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap-1000 div {
        margin-left: 0 !important;
    }
    .widget-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
    }
    .sort-button {
        width: 100%;
        margin: 0 0 0.5em 0 !important;
    }
}
/* Functions */
.logo-color {
    color: var(--main-color);
}
.gap-0 {
    gap: 0 !important;
}
.max-150 {
    max-width: 150px !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.container {
    max-width: 1364px;
    width: 80vw;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
/* .padding-30 > .wp-block-group__inner-container{
    padding: 30px;
} */
.inner-container {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
}
.contact-container h3 {
    margin: 0;
}
.height-100 {
    height: 100%;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.padding-20 {
    padding: 20px;
}
.padding-left-bild {
    padding-left: 2em;
}
.padding-30 {
    padding: 30px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-page {
    padding: 0px 30px;
}
.download-link {
    font-size: 18px;
}
.no-border * {
    border: none;
}
.margin-auto {
    margin: auto !important;
}
.overflow {
    overflow: scroll;
}
/* Newsfeed FrontPage */
.post-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
}
.row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    padding-bottom: 40px;
}
.row > figure {
    overflow: hidden;
}
.row > .post-thumbnail {
    aspect-ratio: 4/3;
}
.row > .post-thumbnail > a {
    overflow: hidden;
}
.row h3 {
    font-size: 1.5rem;
    min-height: 50px;
}
.post-read-more {
    position: absolute;
    bottom: 0;
}
.post-read-more:after {
    content: "\25BA"" ";
    margin-left: 5px;
    font-size: 0.8rem;
    color: var(--main-color);
}
.post-thumbnail img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* Kachel Menü Bildungsangebot */
.tile-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.3% 0 33.3% 0 33.3%;
    grid-template-columns: 33.3% 33.3% 33.3%;
    gap: 0;
}
.tile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.tile-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
    pointer-events: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tile-link:hover > .tile-item img {
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
}
.tile-link {
    width: 100%;
    height: 100%;
    display: block;
}
.tile-title {
    width: 90%;
    margin: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 1.5em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
/* Post Search */
.flex-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}
.post_group:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 800px) {
    .flex-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post_group:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.flex-post-text {
    width: 100%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    color: black;
    word-wrap: break-word;
}
.flex-post-date {
    font-style: italic;
}
.flex-post-image {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    pointer-events: none;
}
.flex-post-image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.flex-post-author a {
    color: black !important;
}
.post_group {
    margin-top: 30px;
    border: 2px solid black;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
}
.post_group a:hover {
    color: black !important;
    text-decoration: none;
}
.navigation {
    margin-top: 30px;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    gap: 20px;
}
.nav-links .prev::before {
    content: "\00AB \00A0";
}
.nav-links .next::after {
    content: "\00A0 \00BB";
}
.startslider {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Error 404 */
/*.startslider img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    pointer-events: none;
}
#page-title-div{
    position: absolute;
    left: 10vw;
}
#page-title{
    /*position: absolute;
    top: calc(50% - 1.5em);
    left: 10vw;*/ /*
    margin: 0;
    font-size: 3em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    max-width: 700px;
    color: white;
    text-shadow:  0.5px  0.5px 0.5px black,
                  0.5px -0.5px 0.5px black,
                 -0.5px  0.5px 0.5px black,
                 -0.5px -0.5px 0.5px black;
}
#page-subtitle{
    margin: 0;
    font-size: 1.5em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    max-width: 700px;
    color: white;
    text-shadow:  0.5px  0.5px 0.5px black,
                  0.5px -0.5px 0.5px black,
                 -0.5px  0.5px 0.5px black,
                 -0.5px -0.5px 0.5px black;
}*/
/* Error 404 Styling */
.error-404 {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error-line {
    padding: 30px;
    width: auto;
    max-width: 600px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.error-line img {
    width: 100%;
}
.error-line > h1 {
    font-size: 5em;
    margin: 0;
}
.error-line > h2 {
    font-size: 1.75em;
}
.error-line > p {
    font-size: 1.2em;
}
.error-line > button {
    width: 150px;
    margin-top: 1em;
    font-size: 1.5em;
    padding: 10px;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    background: white;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-error:hover {
    cursor: pointer;
    color: #ffffff;
    background: var(--main-color);
}
/* Custom Page Styling */
.table-school-start td {
    padding: 20px;
}
.news-title > h2 {
    font-size: 2em;
    margin-top: 0;
}
/* Bildungsangebot Sortierung*/
.filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(30px - 0.5em);
}
.sort-button {
    font-size: 20px;
    padding: 0.2em 0.8em !important;
    margin: 0 0.5em 0.5em 0;
    color: #3e3e3e;
    background: #f0f0f0;
    cursor: pointer;
}
.sort-button.active {
    color: #ffffff;
    background-color: var(--main-color);
}
.box {
    padding: 1em;
    color: #ffffff;
    background-color: var(--main-color);
}
.underline {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--main-color);
    text-decoration-color: var(--main-color);
    text-decoration-thickness: 2.5px;
}
.tile-link-sort:hover > .tile-item img {
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
}
.tile-link-sort {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.show {
    display: block !important;
}
.tile-title-sort {
    text-align: center;
    position: absolute;
    width: 100%;
}
.tile-title-sort > span {
    width: 90%;
    margin: auto;
    font-size: 1.5em;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    text-transform: uppercase;
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
.tile-title-sort p {
    width: 80%;
    margin: auto;
    font-size: 18px;
    font-family: var(--default-font);
    font-weight: var(--black-weight);
    color: white;
    text-shadow: 0.5px 0.5px 0.5px black, 0.5px -0.5px 0.5px black,
        -0.5px 0.5px 0.5px black, -0.5px -0.5px 0.5px black;
}
.newsfeed{
    font-size: var(--p-size);
    margin-bottom: 24px;
}
.newsfeed.content{
    margin: 10px 0;
}
.newsfeed.content a{
    color: #000;
}
.newsfeed.content a:visited{
    color: #000;
}
.newsfeed.content a:hover{
    text-decoration: none;
}
.newsfeed.title{
    margin: 0;
}
.newsfeed.time{
    font-size: 14px;
}
.newsfeed-container{
    width: 80%;
    margin: 0 auto;
}