
:root {
    --color-red: #C60034;
    --color-blue: #2F6C92;
    --color-yellow: rgb(255, 194, 0);
    --color-muted: #e1ebf2;
    --color-text-default: #49687b;
    --color-rw-pink: #FF487C;
    --color-rw-yellow: #FFC200;
    --color-rw-blue: #07ADD3;
    --color-rw-green: #04D89D;
    --color-rw-dark: #00394F;
}

.tm-page {
    margin: 0 10px 10px 10px;
}

@media(min-width: 768px) {
    .tm-page {
        margin: 0 25px 25px 25px;
}   
}

@media(min-width: 960px) {
    .tm-page {
        margin: 30px;
    }   
}

@media(min-width: 1200px) {
    .tm-page {
        margin: 50px;
    }   
}

/* Navbar - Main Menu */

.tm-header {
    padding-top: 15px;
}

.category-mitglieder .tm-header .uk-navbar-nav .menu-item-object-category {
    background: #C60034;
}

.single-event .tm-header,
.single-post .tm-header,
.category-aktuelles .tm-header,
.category-mitglieder .tm-header,
.post-type-archive .tm-header {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
}

.single-event .tm-header + .tm-main,
.single-post .tm-header + .tm-main,
.category-aktuelles .tm-header + .tm-main, 
.category-mitglieder .tm-header + .tm-main, 
.post-type-archive .tm-header + .tm-main {
    padding-top: 0;
}

.single-event .tm-header + .tm-main > .uk-container,
.single-post .tm-header + .tm-main > .uk-container,
.category-aktuelles .tm-header + .tm-main > .uk-container,
.category-mitglieder .tm-header + .tm-main > .uk-container,
.post-type-archive .tm-header + .tm-main > .uk-container {
    padding-left: 0;
    padding-right: 0;
}

.category-aktuelles .tm-header-placeholder,
.category-mitglieder .tm-header-placeholder,
.post-type-archive .tm-header-placeholder {
    height: 134px;
}


.tm-header .uk-navbar-nav {
    margin-top: 35px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.tm-header .uk-navbar-nav > li {
    position: relative;
}

.uk-navbar-container > .uk-container .uk-navbar-right {
    margin-right: 0;
}

/*
.tm-header .uk-navbar-nav > li:first-child::before,
.tm-header .uk-navbar-nav > li:nth-child(3)::before {
    position: absolute;
    left: 0;
    right: -1rem;
    top: -40px;
    padding: 0 20px;
    background: rgba(222,0,48,0.8);
    border-radius: 10px 10px 0 0;
    height: 50px;
    font-size: 13px;
    line-height: 40px;
    display: inline-block;
    content: "Der Dachverband";
}

.tm-header .uk-navbar-nav > li:nth-child(3)::before {
    background: rgba(56,126,165,0.8);
    content: "Das Konzept Mentoring";
    right: -4rem;
}
*/

.tm-header .uk-navbar-nav > li > a {
    color: #fff;
    background: #DE0030;
}

.tm-header .uk-navbar-nav > li.uk-active > a {
    background-color: #C60034;
}

.tm-header .uk-navbar-nav > li.tm-mm-rubrik-blau > a {
    background: #387BA5;
}

.tm-header .uk-navbar-nav > li.uk-active.tm-mm-rubrik-blau > a {
    background-color: #2F6C92;
}

.tm-header .uk-navbar-nav > li:first-child + li > a {
    border-radius: 10px 0 0 10px;
}

.tm-header .uk-navbar-nav > li:last-child > a {
    border-radius: 0 10px 10px 0;
}

.tm-color-rueckenwind .tm-header .uk-navbar-nav > li.uk-active > a {
    background-color: #E5416F;
}



.tm-header .uk-navbar-nav {
    position: relative;
}

.tm-header .uk-navbar-nav > li.tm-rubrik > a {
    position: absolute;
    top: -35px;
    padding: 0 20px;
    background: rgba(222,0,48,0.8);
    border-radius: 10px 10px 0 0;
    height: 45px;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    white-space: nowrap;
    cursor: default;
}

.tm-header .uk-navbar-nav > li.tm-rubrik > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 70%,rgba(0,0,0,0.3) 100%);
}

.tm-header .uk-navbar-nav > li.tm-rubrik-blau > a {
    background: rgba(56,126,165,0.8);
}

.tm-home-button {
    background: rgba(0,0,0,0.1);
    border-radius: 100px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: .85rem;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}

.menu-item a:hover .tm-home-button {
    background: rgba(0,0,0,0.2);
    color: #fff;
}

@media(max-width: 959px) {
    .uk-logo img {
        width: 150px;
        margin-top: 30px;
    }
}

.parent-pageid-1225 .uk-navbar .current-page-ancestor:not(.tm-rubrik) > a {
    background-color: var(--color-rw-pink) !important;
}


.tm-color-rueckenwind .tm-header .uk-navbar-nav > li.uk-active.current-page-parent:not(.tm-rubrik) > a  {
    background-color: var(--color-rw-pink) !important;
}


/* Sidebarmenu */

.uk-offcanvas-container .tm-sidebarmenu {
    display: none;
}

@media(max-height: 700px) {
    .tm-sidebarmenu {
        display: none;
    }
}

.tm-sidebarmenu {
    position: fixed;
    right: 0;
    top: calc(50% - 75px);
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.tm-sidebarmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-sidebarmenu li {
    padding: 0;
    margin: 0;
}

.tm-sidebarmenu li + li {
    border-top: 1px solid rgba(54,110,145,0.1);
}

.tm-sidebarmenu a {
    display: block;
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    transition: background-color .2s ease-in-out;
}

.tm-sidebarmenu a:hover {
    background-color: #EAF1F5;
}

@media(min-width: 1200px) {
    .tm-sidebarmenu {
        top: calc(50% - 130px);
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .tm-sidebarmenu a {
        width: 85px;
        height: 85px;
        background-size: 40px 40px;
    }
}

.tm-sbutton-mobile a {
    background-image: url('../images/icon_sidebarmenu_menu.svg');
}

.tm-sbutton-events a {
    background-image: url('../images/icon_sidebarmenu_events.svg');
}

.tm-sbutton-news a {
    background-image: url('../images/icon_sidebarmenu_news.svg');
}

/* Offcanvas */

.uk-offcanvas-bar {
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
    .uk-offcanvas-bar {
        width: 450px;
    }
}

.uk-offcanvas-close {
    height: 32px;
    width: 32px;
    background: #387BA5;
    border-radius: 250px;
    color: #fff;
    transition: background-color .2s ease-in-out;
}

.uk-offcanvas-close:hover,
.uk-offcanvas-close:focus,
.uk-offcanvas-close:active {
    background-color: #DE0030;
}

.uk-offcanvas-bar .uk-nav li a.tm-rubrik {
    display: none;
}

.uk-offcanvas-bar .uk-nav li a:not(.tm-rubrik) {
    border-top: 5px dotted #E1EBF2;
}

.uk-offcanvas-bar .uk-nav li:first-child + li a {
    border-top: none;
}

/* Mobile Nav */

.tm-header-mobile {
    position: relative !important;
}

#tm-mobile .uk-grid {
    display: block;
    width: 100%;
    margin-left: 0;
}

#tm-mobile .uk-grid  > div {
    padding-left: 0;
}

@media (min-width: 960px) {
    .tm-header-mobile.uk-hidden\@m {
        display: block!important;
    }
    .tm-header-mobile.uk-hidden\@m .uk-navbar-container {
        display: none;
    }
}


/* Tiles */

.uk-tile {
    border-top-left-radius: 50px;
}

.tm-tile-red.uk-card  h1,
.tm-tile-red.uk-card h2,
.tm-tile-red.uk-card h3 {
    color: #fff;
}

.tm-tile-red.uk-card {
    background: #DE0030;
    color: #fff;
}

.tm-tile-red.uk-card a {
    color: #fff;
    text-decoration: underline;
}

/* Border */

.tm-child-list-divider > ul > li:nth-child(n+2),
.uk-list-divider > li:nth-child(n+2) {
    border-top-style: dotted;
    border-top-width: 5px;
    border-top-color: #E1EBF2;
}

.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider>li:nth-child(n+2) {
    border-top-color: rgba(255,255,255,1);
}

.uk-grid-divider > :not(.uk-first-column)::before {
    border-left-style: dotted;
    border-left-width: 5px;
}

/* List Icon */

.tm-linklist .uk-icon {
    border: 4px solid;
    border-radius: 250px;
}

.tm-linklist .uk-icon svg {
    stroke-width: 2.5px;
}

.tm-linklist .el-item:hover svg path {
    fill: #387BA5;
}

.tm-linklist .el-item:hover a {
    color: #387BA5;
    text-decoration: none;
}

.tm-linklist .el-item p {
    margin-bottom: 0;
}

/* Buttons */

.uk-button .uk-icon:not([uk-icon="file-pdf"]) {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    box-sizing: border-box;
    border-radius: 500px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    border-width: 3px;
    border-style: solid;
}

.uk-button-primary .uk-icon,
.uk-button-danger .uk-icon {
    border-color: #fff;
    background-color: transparent !important;
}

.uk-button-danger .uk-icon svg,
.uk-button-primary .uk-icon svg {
    color: #fff;
    stroke-width: 2;
    transition: color .1s ease-in-ou;
}

.tm-color-rueckenwind .uk-button-primary {
    color: #fff;
    background-color: var(--color-rw-pink);
}

.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary {
    color: #fff;
    background-color: #FFC200;
}

.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
    color: #49687b;
    background-color: #fff !important;
}

.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover .uk-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover .uk-icon {
    border-color: #49687b;
}

.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover .uk-icon svg,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover .uk-icon svg {
    color: #49687b;
}

.tm-social .uk-icon-button {
    background-color: #fff !important;
    color: #387BA5 !important;
}

.tm-social .uk-icon-button:hover {
    background-color: rgba(255,255,255,0.75) !important;
}

.tm-button-multiline > .uk-button {
    line-height: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Typography */

@media (max-width: 959px) {
    html {
        font-size: 15px;
    }
    h1, .uk-h1 {
        font-size: 2rem;
    }
    h3, .uk-h3 {
        font-size: 1.25rem;
    }
}

.uk-card-secondary > :not([class*=uk-card-media]) {
    color: rgba(255,255,255,1);
}

.tm-text-credit {
    padding-top: 5px;
    font-size: .75rem;
}

blockquote > p {
    margin: 0;
    padding: 10px 45px;
    color: #49687b;
    background: #E1EBF2;
    position: relative;
}

blockquote > p:first-child::before,
blockquote > p:last-of-type::after {
    position: absolute;    
    font-size: 50px;
    font-weight: bold;
    line-height: 0;
    color: #de0030;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body.tm-color-secondary blockquote > p:first-child::before,
body.tm-color-secondary blockquote > p:last-of-type::after {
    color: #387BA5;
}

blockquote > p:first-child {
    padding-top: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

blockquote > p:first-child::before {
    content: "„";
    top: 15px;
    left: 15px;
}

blockquote > p:last-of-type {
    padding-bottom: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

blockquote > p:last-of-type::after {
    content: "“";
    bottom: 15px;
    right: 15px;
}


blockquote footer cite {
    position: relative;
}

blockquote footer::before {
    content: "";
}

blockquote footer cite::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    top: -11px;
    left: -50px;
    background: #E1EBF2;
    border-radius: 0 0 0 100px;
    display: block;
}

@media(max-width: 767px) {
    blockquote footer cite {
        display: block;
        padding-top: 30px;
    }
    blockquote footer cite::before {
        left: 40px;
    }
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-width: 5px;
    border-top-style: dotted;
    border-top-color: #E1EBF2;
}

/* Farbschemata */

.tm-color-secondary .uk-text-primary {
    color: #387BA5 !important;
}

.tm-color-rueckenwind h1,
.tm-color-rueckenwind .uk-h1,
.tm-color-rueckenwind h2,
.tm-color-rueckenwind .uk-h2,
.tm-color-rueckenwind h3,
.tm-color-rueckenwind .uk-h3,
.tm-color-rueckenwind h4,
.tm-color-rueckenwind .uk-h4 {
    color: var(--color-rw-dark);
}

.tm-color-rueckenwind .tm-header .uk-navbar-nav > li > a {
    background: var(--color-rw-pink);
}

.tm-color-rueckenwind .tm-header .uk-navbar-nav > li.tm-rubrik > a {
    background: rgba(255, 72, 124, 0.8);
}

.tm-color-rueckenwind.tm-menu-on-pink-1 .tm-header .uk-navbar-nav > li.tm-rubrik > a {
    background: rgba(0,0,0,0.1);
}

.tm-color-rueckenwind .tm-footer {
    background: var(--color-rw-dark);
}

.tm-color-rueckenwind .uk-text-primary,
.tm-color-rueckenwind .uk-section-primary:not(.uk-preserve-color) .uk-text-primary {
    color: #ff487c !important;
}

.tm-color-rueckenwind .uk-text-secondary,
.tm-color-rueckenwind .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary {
    color: #04d89d !important;
}


.tm-color-rueckenwind .tm-text-blue {
    color: #07add3 !important;
}

.tm-color-rueckenwind a {
    color: #04d89d;
}

.tm-color-rueckenwind .uk-light {
    color: rgba(255,255,255,1);
}

.tm-color-rueckenwind .uk-section-primary,
.tm-color-rueckenwind .uk-card.uk-card-primary {
    background: #ff487c;
}

.tm-color-rueckenwind .uk-section-secondary,
.tm-color-rueckenwind .uk-card.uk-card-secondary {
    background: #04d89d;
}

.tm-color-rueckenwind .uk-section-secondary:not(.uk-preserve-color),
.tm-color-rueckenwind .uk-section-secondary:not(.uk-preserve-color) h1 {
    color: var(--color-rw-dark) !important;

}

.tm-color-rueckenwind .tm-footer.uk-section-secondary,
.tm-color-rueckenwind .tm-section-dark {
    background: #00394f;
}

.tm-color-rueckenwind .tm-section-yellow {
    background: var(--color-rw-yellow);
}

.tm-color-rueckenwind .tm-section-lightblue {
    background: var(--color-rw-blue);
}

.tm-color-rueckenwind .tm-section-lightblue {
    color: var(--color-rw-dark);
}

/*
.tm-color-rueckenwind .tm-section-lightblue h1 {
    color: var(--color-rw-yellow);
}
*/

.tm-color-rueckenwind .tm-section-lightblue .uk-text-primary, 
.tm-color-rueckenwind .uk-section-lightblue:not(.uk-preserve-color) .uk-text-primary {
    color: var(--color-rw-dark) !important;
}

.uk-section.tm-bg-welle {
    background-image: url(../images/welle.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
}

.uk-section.tm-bg-welle.tm-section-dark {
    background-image: url(../images/welle_transp.png);
}

.tm-color-rueckenwind .tm-section-yellow .uk-text-emphasis {
    color: var(--color-rw-dark) !important;
}

@media(min-width: 960px) {
    .uk-section-large.tm-bg-welle {
        padding-bottom: 200px;
    }
}

.tm-color-rueckenwind .uk-card.tm-card-yellow {
    background: rgb(255, 194, 0);
}


/* Listen */

.tm-color-rueckenwind .uk-list-bullet > li::before {
    background-image: url(../images/rw_bullet.svg);
    background-size: 12px 12px;
}

.tm-list-link-pfeil li a {
    padding-left: 2rem;
    display: inline-block;
    position: relative;
}

.tm-list-link-pfeil li a::before {
    content: '';
    position: absolute;
    background: url(../images/icon-pfeil-rechts-rot.svg);
    height: 24px;
    width: 24px;
    display: block;
    left: 0;
}

.tm-color-rueckenwind .tm-list-link-pfeil li a::before {
    background-image: url(../images/icon-pfeil-rechts-gruen.svg);
}


/* Page: Startseite */

#home-teaser > div {
    background-position: 50% 30%;
}

.teaser-content > p:last-child {
    margin-bottom: 0;
}

.tm-home-bubble {
    position: relative;
    left: calc(50% - 100px);
    display: flex;
    width: 200px;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    background: #ffc200;
    color: #fff !important;
    border-radius: 200px;
    transition: all .2s ease-in-out;
}

.tm-home-bubble:hover,
.tm-home-bubble:focus,
.tm-home-bubble:active {
    text-decoration: none;
    transform: scale(1.1);
}

@media(min-width: 960px) {
    .tm-home-bubble {
        position: absolute;
        top: -100px;
        left: calc(50% - 75px);
        width: 150px;
        height: 150px;
        padding: 15px;
        font-size: 1rem;
    }
}

@media(min-width: 1400px) {
    .tm-home-bubble {
        left: calc(50% - 100px);
        width: 200px;
        height: 200px;
        padding: 20px;
        font-size: 1.2rem;
    }
}

/* Page: Projekte */

.tm-project-list ul {
    list-style-type: initial;
}

.tm-project-list ul > li + li {
    margin-top: 10px;
}

.tm-count-bubble {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 10px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    background: #EAF1F6;
    border-radius: 12px;
}

.tm-project-nav > li > a {
    padding-right: 50px;
    color: #49687B;
}

.tm-project-nav > li > a:hover {
    color: #387BA5;
}

.tm-project-nav > li > a:hover .tm-count-bubble {
    color: #fff;
    background: #387BA5;
}

.tm-project-nav > li.uk-active > a {
    color: #DE0030;
}

.tm-project-nav > li.uk-active > a .tm-count-bubble {
    color: #fff;
    background: #DE0030;
}

.tm-project-list li[style="display: none;"] + li {
    border-top-color: rgba(255,255,255,0);
}

/* Page: Kooperationen */

.tm-table-kontakt td {
    padding-left: 0;
}

/* Page: Praxishilfen & Literatur */

.tm-card-info {
    padding: 30px 30px 100px 30px;
    background: #fff;
    border-radius: 30px 0 0 0;
    position: relative;
}

.tm-card-info-cover {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-card-info-cover img {
    max-height: 100%;
}

.tm-card-info .tm-card-info-link {
    position: absolute;
    bottom: 15px;
    border-top: 5px dotted #C3D7E4;
    height: 60px;
    line-height: 60px;
    left: 30px;
    right: 30px;
}

/* Page: Struktur */

.tm-vorstand .el-item {
    text-align: center;
} 

.tm-vorstand .el-item .el-content,
.tm-vorstand .el-item .el-meta {
    text-align: left;
}

.uk-card.uk-card-default,
.uk-card.uk-card-primary,
.uk-card.uk-card-secondary {
    border-top-left-radius: 30px;
}

/* Blog */

.tm-blog-separator {
    height: 140px;
}

.tm-blogpost-list .uk-grid > div {
    position: relative;
}

.tm-blogpost-list .uk-grid > div:not(.uk-first-column)::before {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    content: "";
    border-left: 5px dotted #e1ebf2;
}

@media(min-width: 960px) {
    .tm-blogpost-list .uk-grid > div:not(.uk-first-column)::before {
        left: 35px;
    }
}

.category-aktuelles .uk-container .uk-section-muted .uk-container,
.category-mitglieder .uk-container .uk-section-muted .uk-container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {
    .category-aktuelles .uk-container .uk-section-muted .uk-container,
    .category-mitglieder .uk-container .uk-section-muted .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {
    .category-aktuelles .uk-container .uk-section-muted .uk-container,
    .category-mitglieder .uk-container .uk-section-muted .uk-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.tm-members-tabs {
    margin-bottom: -40px !important;
}

@media(min-width: 960px) {
    .tm-members-tabs {
        margin-bottom: -70px !important;
    }   
}

.tm-members-tabs ul {
    text-align: center;
    list-style-type: none;
    margin-bottom: 0;
}

.tm-members-tabs ul li {
    margin: 0 5px;
    display: inline-block;
    text-align: left;
}

.tm-members-tabs ul li > * {
    display: inline-block;
    padding: 30px;
}

.tm-members-tabs ul li strong {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.25rem;
}

.tm-members-tabs ul li a {
    color: #387ba5;
    background: rgba(56,126,165,0.2);
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.tm-members-tabs ul li a:hover,
.tm-members-tabs ul li a:focus,
.tm-members-tabs ul li a:active {
    background: #de0030;
    color: #fff;
}

.tm-members-tabs ul li.tm-active span {
    color: #de0030;
    background: #fff;
}


/* Calendar */

/*
table.fullcalendar {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15)
}

table.fullcalendar thead td {
    background: #fff;
}

table.fullcalendar .days-names td {
    border-color: #C3D7E4;
    background: #C3D7E4;
    height: 30px;
    text-align: center;
}

table.fullcalendar thead td:first-child {
    border-top-left-radius: 10px;
}

table.fullcalendar td {
    height: 50px;
    border: 3px solid #fff;
    text-align: center;
}
*/

.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a {
    background: var(--color-red) !important;
    color: #fff !important;
}

.em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date.em-cal-day-date span {
    background: var(--color-yellow) !important;
    color: #fff !important;
}

.em.em-calendar .em-cal-head {
    background: var(--color-blue) !important;
    color: #fff !important;
    font-weight: bold;
}

.em.em-calendar .em-cal-head > div {
    color: #fff !important;
}

.em.pixelbones.input input[type=submit] {
    border-radius: 10px !important;
    line-height: 45px !important;
    background-color: var(--color-yellow) !important;
    padding: 0 15px;
    height: inherit !important;
    text-transform: none !important;
    font-size: 1rem !important;
    border: none !important;
    font-family: "Open Sans" !important;
}

/*
table.fullcalendar td.eventful-pre {
    background: rgb(255, 194, 0);
    position: relative;
}

.eventful ul,
.eventful-post ul,
.eventful-pre ul,
.eventful-today ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    width: 250px;
    list-style-type: none;
}

table.em-calendar td.eventful > a,
table.em-calendar td.eventful-post > a,
table.em-calendar td.eventful-pre > a,
table.em-calendar td.eventful-today > a {
    color: #fff;
    font-weight: bold;
}

table.em-calendar td.eventful ul li,
table.em-calendar td.eventful-post ul li,
table.em-calendar td.eventful-pre ul li,
table.em-calendar td.eventful-today ul li {
    text-align: left;
}

table.em-calendar td.eventful ul li + li,
table.em-calendar td.eventful-post ul li + li,
table.em-calendar td.eventful-pre ul li + li,
table.em-calendar td.eventful-today ul li + li {
    margin-top: 15px;
}

table.em-calendar td.eventful ul a,
table.em-calendar td.eventful-post ul a,
table.em-calendar td.eventful-pre ul a,
table.em-calendar td.eventful-today ul a {
    color: #49687b;
}

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
    background-color: #387BA5;
    color: #fff;
    font-weight: bold;
}

table.fullcalendar td.eventful:hover ul,
table.fullcalendar td.eventful-post:hover ul,
table.fullcalendar td.eventful-pre:hover ul,
table.fullcalendar td.eventful-today:hover ul {
    display: block;
    bottom: 0;
    z-index: 100;
}

table.fullcalendar td.month_name { text-align: center; }

*/

.em-calnav {
    display: block;
    text-align: center;
}

table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
    color: #C3D7E4;
}

.tm-eventlist > li {
        position: relative;
}

.tm-eventlist > div + div {
    margin-top: 20px !important;
    padding-top: 20px;
    border-top: 5px dotted #E1EBF2;
}

.tm-eventlist .tm-eventdate {
        width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 5px solid #E9EFF3;
    border-radius: 5px;
    text-decoration: none;
    color: #49687b;
    transition: border .2s ease-in-out;
}

.tm-eventlist .tm-eventdate:hover,
.tm-eventlist .tm-eventdate:focus,
.tm-eventlist .tm-eventdate:active {
    border-color: #9BBCD2;
}

.tm-eventlist > li + li .tm-eventdate {
    top: 20px;
}

.tm-eventdetails {
    font-size: 13px;
}

.tm-month {
    text-transform: uppercase;
    line-height: 1;
    color: #9BBCD2;
    font-weight: 600;
}

.tm-day-single,
.tm-day-multiple {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

.tm-eventlist-large > li {
    margin-left: 100px;
}

.tm-eventlist-large .tm-eventdate {
    left: -100px;
}

.tm-eventintro > p:first-child {
    margin-top: 15px;
}

.tm-eventintro ul {
    list-style-type: initial;
    padding-left: 30px;
}

.tm-eventintro ul li + li {
    margin-top: 15px;
}


/* Veranstaltungsseite */

.single-event .em.em-event-booking-form .em-booking-form  {
    box-shadow: 0 0 30px var(--color-muted) !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.single-event .em.em-event-booking-form h3.em-booking-section-title {
    background: var(--color-muted) !important;
    border: none !important;
    color: var(--color-text-default) !important;
}

/*
.tm-bookingform .em-booking-form-details {
    padding: 0;
    float: none;
    width: 100%;
}

.tm-bookingform .em-booking-form label {
    width:  100%;
    display: block;
    line-height: 35px;
}

.tm-bookingform input[type=text],
.tm-bookingform select,
.tm-bookingform textarea {
    padding: 0 10px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
}

.tm-bookingform input[type=text],
.tm-bookingform select {
    height: 35px;
    vertical-align: middle;
}

.tm-bookingform textarea {
    min-height: 100px;
}

.em-booking-submit {
    background: #FFC200;
    border: none;
    color: #ffffff;
    padding: 0 15px;
    display: inline-block;
    font-size: 1rem;
    line-height: 45px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

.em-booking-submit:hover {
    color: #fff;
    background-color: #387ba5 !important;
}

.em-booking-form span.input-group {
    margin-left: 0;
}

.em-booking-form span.input-group input {
    margin-left: 0;
}
*/

/* Divider */

hr {
    border-top: 5px dotted #e1ebf2;
}

.tm-border-bottom {
    border-bottom: 5px dotted #e1ebf2;
}

/* Aktuelles */

.tm-projektlogo {
    padding-top: 58%;
}

.tm-projektlogo > div {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.tm-projektlogo-large {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(min-width: 960px) {
    .tm-projektlogo > div {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
    .tm-projektlogo-large {
        padding-top: 210px;
        padding-bottom: 90px;
    }
}


/* Editor */
a.link-pfeil {
    padding-left: 1.75rem;
    display: inline-block;
    position: relative;
}

a.link-pfeil::before {
    content: '';
    position: absolute;
    background: url('../images/icon-pfeil-rechts-rot.svg');
    height: 24px;
    width: 24px;
    display: block;
    left: 0;
}


/* Cookie Consent */

@media(max-width: 767px) {
    .cc-revoke.cc-bottom {
        left: 10px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}


/* uiKit */

.el-link > p:last-child {
    margin-bottom: 0;
}

@media(min-width: 960px) {
    .uk-margin-remove-bottom\@m {
        margin-bottom: 0 !important;
    }
}