@charset "UTF-8";
/* CSS Document */

/**
 * Theme Name:     CARL SCHURZ HAUS
 * Theme URI:      https://carl-schurz-haus.de/
 * Description:    Theme der ersten Generation für CARL SCHURZ HAUS
 * Author:         Der Hersteller
 * Author URI:     https://www.der-hersteller.de
 * Version:        1.0
 */




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}
body {
	font: 62.5%/1.5em 'rubikregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	transition: all 1s; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote {
    margin: 0;
    padding: 0;
    border-left: none !important;
}
button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}
.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	-moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'rubikbold';
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
    line-height: 1.02em;
    letter-spacing: 0.02em;
    margin: 0 !important;
}
#header-block h1,
.default #main h1 {
    font-size: 5.5em;
}
.start h1,
.topic-overview h1 {
    position: relative;
    display: inline-block;
    font-size: 4.6em;
    line-height: 1.02em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.25em !important;
}
.start h1:after,
.topic-overview h1:after {
    content: "";
    position: absolute;
    width: 165px;
    height: 6px;
    background: rgb(0,0,0);
    margin-left: 28px;
    bottom: 0.18em !important;
}
#events h1 {
    font-size: 2.2em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 3.4em !important;
}
.default #main h1 {
    margin-bottom: 1.25em !important;
}

h2 {
    font-size: 4.3em;
    line-height: 1.02em;
    letter-spacing: 0.02em;
    margin-bottom: 0.8em;
}
.headline.border h2,
.start h2,
.topic-overview h2,
.about h2,
.info-box h2,
#free-courses h2,
#news-slide-menu h2 {
    display: inline-block;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 0.3em solid rgb(0,0,0);
    padding-bottom: 0.3em;
}
.start h2,
#news h2,
#free-courses h2,
#news-slide-menu h2,
.info-box h2,
.topic-overview .info-box h2,
.about #history h2,
.about #carl-schurz h2 {
    font-size: 1.8em !important;
    line-height: 1.1em;
}
.topic-overview h2,
.about h2,
#topic-list h2,
#post-content h2,
#events .extended-140 h2 {
    font-size: 2.2em !important;
    line-height: 1.1em;
}
.start h2,
.topic-overview h2,
.about h2 {
    margin-bottom: 1.75em;
}
.info-box h2 {
    margin-bottom: 1.6em;
}
#news-slide-menu h2 {
    margin-bottom: 0.2em;
}
#topic-tiles h2 {
    display: block;
    font-size: 3.7em !important;
    line-height: 1.02em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(255,255,255);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#topic-list h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.2em;
}
.membership h2 {
    text-transform: uppercase;
}
.start p + h2,
.inside-small p + h2 {
    margin-top: 2.5em;
}

h3 {
    display: inline-block;
    font-size: 1.8em;
    line-height: 1.1em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 0.3em solid rgb(0,0,0);
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}
#news h3,
.info-box h3,
#history h3,
#carl-schurz h3 {
    display: block;
    font-size: 4.3em;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.2em;
}
#news h3 {
    font-size: 3.7em !important;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#history h3,
#carl-schurz h3 {
    margin-bottom: 0;
}
#topic-list h3,
#free-courses h3 {
    font-size: 2.2em;
    letter-spacing: 0.02em;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.3em;
}
#team-list h3 {
    font-size: 1.7em;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#main p + h3,
#main ul + h3 {
    margin-top: 2em;
}
#main #history p + h3,
#main #history ul + h3,
#main #carl-schurz p + h3,
#main #carl-schurz ul + h3 {
    margin-top: 0.6em;
}
h4 {
}
h5 {	
}

#main p, #main ul, #header p, #main ol {
    font-size: 2.2em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    margin: 0 0 1.5em 0;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: " · ";
	position: absolute;
	left: 0;
    top: 0;
    font-size: 1.1em;
}
#main ol {
    margin-left: 1em;
}
#main #team-list p {
    font-size: 1.6em !important;
    letter-spacing: -0.005em;
    margin: 0;
}
#main #history p,
#main #carl-schurz p {
    margin-bottom: 0.8em;
}
#main .post-details p.organizer {
    font-size: 1.8em;
}
#news-slide-menu .mec-wrap {
    padding-right: 1em !important;
}
/*#news-slide-menu .em-view-container {
    font-size: 1.7em;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    padding-right: 3em;
}
#news-slide-menu .em-view-container a {
    text-transform: uppercase;
}*/

#footer-top p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 0;
}
#footer-bottom p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0;
}

#header-block .menu-parent {
    display: block;
    font-family: 'rubikbold';
    font-size: 1.8em;
    line-height: 1.1em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1em;
}
#header-block .event-basic-info {
    font-size: 1.8em;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    margin: 2em 0 0 0;
}
#header-block .event-basic-info span {
    margin: 0 0.4em;
}

#header blockquote,
#carl-schurz blockquote {
    position: relative;
    display: inline-block;
    font-family: 'rubikbold';
    font-size: 4.3em;
    line-height: 1.02em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1.2em;
}
#header blockquote:after,
#carl-schurz blockquote:after {
    content: " “";
    position: absolute;
    width: 189px;
    height: 30px;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, rgb(0,0,0) 85%, transparent 15%) 6;
    text-align: right;
}
#header blockquote:after {
    margin-left: 28px;
    bottom: 0.18em;
}
#carl-schurz blockquote:after {
    bottom: -1em;
}

i, em {
    font-family: 'rubikitalic';
	font-style: normal;
}
b, strong {
    font-family: 'rubikbold';
	font-weight: normal !important;
}
b > i,
strong > i,
b > em,
strong > em,
i > b,
em > b,
i > strong,
em > strong {
    font-family: 'rubikbold_italic';
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
    overflow: hidden;
}
#main section {
    padding-top: 4em;
    margin-bottom: 10em;
}
.start section#news,
.about section#history{
    margin-bottom: 13.6em;
}
.start section#topic-tiles {
    margin-bottom: 5.8em;
}
.about section#team,
.about section#career {
    margin-bottom: 3.2em;
}
section#post-content {
    padding-top: 0;
}
section.star {
    position: relative;
}
section.star:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: 25em;
    background-position: 6.2em 4em;
}

.inside {
    position: relative;
    margin: 0 auto;
    width: 124em;
}
.inside-wide {
    position: relative;
    margin: 0 auto;
    width: 138.8em;
}
.inside-small {
    width: 86em;
}

/* inside ERWEITERT */
.extended-74 {
    width: 131.4em;
}
.extended-107 {
    width: 134.7em;
}
.extended-140 {
    width: 138em;
}
.extended-full {
    width: 100vw;
}
.inside-wide .extended-full-left {
    margin-left: calc(-100vw / 2 + 1388px / 2);
}
#history .extended-full-left .inner,
#carl-schurz .extended-full-left .inner {
    width: 131.4em;
}
#post-content .extended-full {
    padding-top: 9em;
    padding-left: 7em;
    padding-bottom: 15em;
}
#event-list .list {
    width: 55em;
}

/* 2 SPALTEN */
.content-flex {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.content-flex .item {
    width: 47.983870967741936%; /* 595/1240 */
    margin-bottom: 5em;
}

/* IFRAME */
.responsive-map,
.video-iframe {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.responsive-map iframe,
.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ACCORDEON */
.toggle-content {
    display: none;
}
#main p.trigger {
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
#main p.trigger:hover,
#main p.trigger:active,
#main p.trigger:focus {
}

/* VARIA KONTAKT BOX */
.contain-contact-box {
    position: relative;
}
.contain-contact-box #pin-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10em;
}
#events #pin-box {
    position: absolute;
    top: 80em;
    bottom: 0;
    right: 8em;
}

/* FARB RASTER */
.program #header .extended-full,
.program #post-content .extended-full {
    background-color: rgba(255,113,115,0.2);
}
.learning-english #header .extended-full {
    background-color: rgba(255,222,70,0.2);
}
.learning-english-varia #header .extended-full {
    background-color: rgba(102,0,102,0.2);
}
.abroad #header .extended-full {
    background-color: rgba(51,153,255,0.2);
}
.library #header .extended-full {
    background-color: rgba(118,199,157,0.2);
}
.community #header .extended-full {
    background-color: rgba(39,150,136,0.2);
}
.digital #header .extended-full {
    background-color: rgba(115,118,217,0.2);
}
.membership #header .extended-full {
    background-color: rgba(255,0,102,0.2);
}
.about #header .extended-full,
.default #header .extended-full {
    background-color: rgba(204,231,238,1);
}

.program .btn-note {
    background-color: rgb(255,113,115);
}
.learning-english .btn-note {
    background-color: rgb(255,222,70);
}
.learning-english-varia .btn-note {
    background-color: rgb(102,0,102);
}
.abroad .btn-note {
    background-color: rgb(51,153,255);
}
.library .btn-note {
    background-color: rgb(118,199,157);
}
.community .btn-note {
    background-color: rgb(39,150,136);
}
.digital .btn-note {
    background-color: rgb(115,118,217);
}
.membership .btn-note {
    background-color: rgb(255,0,102);
}
.about .btn-note {
    background-color: rgb(0,137,172);
}

.program #header-block .image,
.program section.star:before {
    background-image: url("images/star-program.svg");
}
.learning-english #header-block .image,
.learning-english section.star:before {
    background-image: url("images/star-learning-english.svg");
}
.learning-english-varia #header-block .image,
.learning-english-varia section.star:before {
    background-image: url("images/star-learning-english-varia.svg");
}
.abroad #header-block .image,
.abroad section.star:before {
    background-image: url("images/star-abroad.svg");
}
.library #header-block .image,
.library section.star:before {
    background-image: url("images/star-library.svg");
}
.community #header-block .image,
.community section.star:before {
    background-image: url("images/star-community.svg");
}
.digital #header-block .image,
.digital section.star:before {
    background-image: url("images/star-digital.svg");
}
.membership #header-block .image,
.membership section.star:before {
    background-image: url("images/star-membership.svg");
}
.about #header-block .image,
.about section.star:before,
.about #header-block .extended-full.bottom {
    background-image: url("images/star-about.svg");
}

.program #main .download-files p a {
    background-image: url("images/icon-download-program.svg");
}
.learning-english #main .download-files p a {
    background-image: url("images/icon-download-learning-english.svg");
}
.learning-english-varia #main .download-files p a {
    background-image: url("images/icon-download-learning-english-varia.svg");
}
.abroad #main .download-files p a {
    background-image: url("images/icon-download-abroad.svg");
}
.library #main .download-files p a {
    background-image: url("images/icon-download-library.svg");
}
.community #main .download-files p a {
    background-image: url("images/icon-download-community.svg");
}
.digital #main .download-files p a {
    background-image: url("images/icon-download-digital.svg");
}
.membership #main .download-files p a {
    background-image: url("images/icon-download-membership.svg");
}
.about #main .download-files p a {
    background-image: url("images/icon-download-about.svg");
}

.program #main .download-files p a:hover,
.program #main .download-files p a:focus {
    color: rgb(255,113,115);
}
.learning-english #main .download-files p a:hover,
.learning-english #main .download-files p a:focus,
.learning-english #main .mec-event-article .post p a {
    color: rgb(255,222,70);
}
.learning-english-varia #main .download-files p a:hover,
.learning-english-varia #main .download-files p a:focus,
.learning-english-varia #main .mec-event-article .post p a {
    color: rgb(102,0,102);
}
.abroad #main .download-files p a:hover,
.abroad #main .download-files p a:focus,
.abroad #main .mec-event-article .post p a {
    color: rgb(51,153,255);
}
.library #main .download-files p a:hover,
.library #main .download-files p a:focus,
.library #main .mec-event-article .post p a {
    color: rgb(118,199,157);
}
.community #main .download-files p a:hover,
.community #main .download-files p a:focus,
.community #main .mec-event-article .post p a {
    color: rgb(39,150,136);
}
.digital #main .download-files p a:hover,
.digital #main .download-files p a:focus,
.digital #main .mec-event-article .post p a {
    color: rgb(115,118,217);
}
.membership #main .download-files p a:hover,
.membership #main .download-files p a:focus,
.membership #main .mec-event-article .post p a {
    color: rgb(255,0,102);
}
.about #main .download-files p a:hover,
.about #main .download-files p a:focus,
.about #main .mec-event-article .post p a {
    color: rgb(0,137,172);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {}
#header-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 23.5em;
    background: rgb(255,255,255);
    z-index: 100;
    transition: top 0.5s ease-in-out;
}
#header-top nav.header-menu {
    margin-top: 2.6em;
    margin-left: 6em;
}
#header-top .hamburger {
    width: 5.5em;
}
#header-top .logo {
    position: absolute;
    right: 6em;
    top: 2.8em;
    width: 25.9em;
}
#header-top.nav-up {
    top: -23.5em;
}

/* HEADER SLIDER */
#header-slider {
    position: relative;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    z-index: 0;
}
#slideshow {
    margin-top: 20em !important;
}
.slide-leave,
.slide-enter-to {
    transform: translateY(0);
}
.slide-leave-active,
.slide-enter-active {
     transition: all 0.7s cubic-bezier(0.5, 0.7, 0.4, 1);
}
.slide-leave-to {
    transform: translateY(-100%);
}

.slide-enter {
    transform: translateY(100%);
}
.slide-enter-to {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-link {
    display: block;
    position: absolute;
    bottom: 4.6em;
    left: 50%;
    transform: scale(1) translate(-50%,-50%);
    z-index: 10;
    font-family: 'rubikbold';
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(255,255,255) !important;
    border: 5px solid rgb(255,255,255);
    padding: 0.2em 0.5em;
    transition: 0.5s ease-in-out;
}
.slider-link:hover,
.slider-link:focus,
.slider-link:hover {
    transform: scale(.96) translate(-52%,-52%);
}

.arrow-down {
    display: block;
    position: absolute;
    bottom: 4em;
    left: 50%;
    width: 3em;
    margin-left: -1.5em;
    z-index: 10;
    opacity: 0;
    animation: animation 2s infinite  alternate;
}
@-webkit-keyframes animation {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1.5em); }
}

/* HEADER IMAGE*/
#header-image .image-holder {
    position: relative;
    height: 62vh;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    background-position: center center;
    z-index: 0;
    margin-top: 20em;
}

/* HEADER BLOCK */
#header-block {
}
#header-block .headline h1 {
    width: 55%;
}
#header-block .extended-full.headline {
    padding-top: 31em;
    padding-left: 7em;
    padding-bottom: 13em;
}
#header-block .extended-full.headline.with-parent {
    padding-top: 26.8em;
}
#header-block.single-post .extended-full.headline {
    padding-bottom: 5em;
}
#header-block .extended-full.spacer {
    height: 34em;
}
#header-block .extended-full.spacer-small {
    height: 13em;
}
#header-block .image {
    position: relative;
    background-repeat: no-repeat;
    background-size: 42em;
    z-index: 20;
}
#header-block .image.large {
    margin-top: -34em;
    background-position: right top;
    margin-right: 20%;
}
#header-block .image.small {
    background-position: 98.4em top;
}
#header-block .image img {
    display: block;
    margin: 0;
    height: 44.1em;
}
#header-block .image.small img {
    margin-left: -8.4em;
}
#header-block.ueber-uns .image {
    background-image: none;
    margin-top: -44.1em;
}
#header-block.ueber-uns .extended-full.spacer {
    height: 44.1em;
}
#header-block .extended-full.bottom {
    position: relative;
    background-repeat: no-repeat;
    background-position: 110em top;
    background-size: 42em;
    padding-top: 13em;
    padding-left: 7em;
    padding-bottom: 2.4em;
    margin-top: -5em;
    z-index: 10;
}
#header-block .extended-full.bottom .inner {
    width: 95em;
}
#header-block .extended-full.bottom blockquote {
    margin-left: -5.7em;
}
#header-block.ueber-uns {
    position: relative;
    padding-bottom: 3em;
}
#header-block.ueber-uns:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: 25em;
    background-position: 6.2em bottom;
    background-image: url("images/star-about.svg");
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
    padding-top: 5.3em;
    padding-bottom: 9em;
}
#main.single-post {
    padding-top: 0;
}
.start #main,
.topic-overview #main {
    padding-top: 7.2em;
}
.about #main {
    padding-top: 2.3em;
}
.default #main {
    padding-top: 25.8em;
}

#main a {
    text-decoration: none;
}
#main a strong,
#main strong a {
    text-decoration: underline;
}
#news-slider .post .text a,
#topic-list .post .text a,
#courses-slider .post a,
#event-category ul li a,
#event-list .list .post p.event-detail a,
.learning-english #main .mec-event-article .post p.event-detail a,
.learning-english-varia #main .mec-event-article .post p.event-detail a,
.abroad #main .mec-event-article .post p.event-detail a,
.library #main .mec-event-article .post p.event-detail a,
.community #main .mec-event-article .post p.event-detail a,
.digital #main .mec-event-article .post p.event-detail a,
.membership #main .mec-event-article .post p.event-detail a,
.about #main .mec-event-article .post p a,
#main .post-details p.event-calendar a,
#main .post-details p.event-calendar button,
#scroll-to ul li a,
#career .info-box a,
.trigger strong,
.back-link a {
    display: inline-block;
    position: relative;
    padding-bottom: 0.15em;
}
#news-slider .post .text a:after,
#topic-list .post .text a:after,
#courses-slider .post a:after,
#event-category ul li a:after,
#event-list .list .post p.event-detail a:after,
.learning-english #main .mec-event-article .post p.event-detail a:after,
.learning-english-varia #main .mec-event-article .post p.event-detail a:after,
.abroad #main .mec-event-article .post p.event-detail a:after,
.library #main .mec-event-article .post p.event-detail a:after,
.community #main .mec-event-article .post p.event-detail a:after,
.digital #main .mec-event-article .post p.event-detail a:after,
.membership #main .mec-event-article .post p.event-detail a:after,
.about #main .mec-event-article .post p.event-detail a:after,
#main .post-details p.event-calendar a:after,
#main .post-details p.event-calendar button:after,
#scroll-to ul li a:after,
#career .info-box a:after,
.trigger strong:after,
.back-link a:after {
    content: "";
	background-color: rgb(0,0,0);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
    height: 4px;
    transition: 0.4s ease-in-out;
}
#event-category ul li a:after,
#event-list .list .post p.event-detail a:after {
	background-color: rgba(255,113,115,0.2);
}
#history .trigger strong:after {
    background-color: rgba(0,137,172,1);
}
#carl-schurz .trigger strong:after {
    background-color: rgba(168,154,136,1);
}
.learning-english #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(255,222,70,0.2);
}
.learning-english-varia #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(102,0,102,0.2);
}
.abroad #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(51,153,255,0.2);
}
.library #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(118,199,157,0.2);
}
.community #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(39,150,136,0.2);
}
.digital #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(115,118,217,0.2);
}
.membership #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(255,0,102,0.2);
}
.about #main .mec-event-article .post p.event-detail a:after {
    background-color: rgba(204,231,238,1);
}

#news-slider .post .text a:hover:after,
#news-slider .post .text a:active:after,
#news-slider .post .text a:focus:after,
#topic-list .post .text a:hover:after,
#topic-list .post .text a:active:after,
#topic-list .post .text a:focus:after,
#event-category ul li a:hover:after,
#event-category ul li a:active:after,
#event-category ul li a:focus:after,
#event-list .list .post p.event-detail a:hover:after,
#event-list .list .post p.event-detail a:active:after,
#event-list .list .post p.event-detail a:focus:after,
.learning-english #main .mec-event-article .post p a:hover:after,
.learning-english #main .mec-event-article .post p a:active:after,
.learning-english #main .mec-event-article .post p a:focus:after,
.learning-english-varia #main .mec-event-article .post p a:hover:after,
.learning-english-varia #main .mec-event-article .post p a:active:after,
.learning-english-varia #main .mec-event-article .post p a:focus:after,
.abroad #main .mec-event-article .post p a:hover:after,
.abroad #main .mec-event-article .post p a:active:after,
.abroad #main .mec-event-article .post p a:focus:after,
.library #main .mec-event-article .post p a:hover:after,
.library #main .mec-event-article .post p a:active:after,
.library #main .mec-event-article .post p a:focus:after,
.community #main .mec-event-article .post p a:hover:after,
.community #main .mec-event-article .post p a:active:after,
.community #main .mec-event-article .post p a:focus:after,
.digital #main .mec-event-article .post p a:hover:after,
.digital #main .mec-event-article .post p a:active:after,
.digital #main .mec-event-article .post p a:focus:after,
.membership #main .mec-event-article .post p a:hover:after,
.membership #main .mec-event-article .post p a:active:after,
.membership #main .mec-event-article .post p a:focus:after,
.about #main .mec-event-article .post p a:hover:after,
.about #main .mec-event-article .post p a:active:after,
.about #main .mec-event-article .post p a:focus:after,
#main .post-details p.event-calendar a:hover:after,
#main .post-details p.event-calendar a:active:after,
#main .post-details p.event-calendar a:focus:after,
#main .post-details p.event-calendar button:hover:after,
#main .post-details p.event-calendar button:focus:after,
#scroll-to ul li a:hover:after,
#scroll-to ul li a:active:after,
#scroll-to ul li a:focus:after,
#courses-slider .post a:hover:after,
#courses-slider .post a:active:after,
#courses-slider .post a:focus:after,
#career .info-box a:hover:after,
#career .info-box a:active:after,
#career .info-box a:focus:after,
.trigger strong:hover:after,
.trigger strong:active:after,
.trigger strong:focus:after,
.back-link a:hover:after,
.back-link a:active:after,
.back-link a:focus:after {
    width: 100%;
}

#main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

/* AKTUELLES & FREIE KURSE */
#news,
#free-courses {
    position: relative;
}
#news .star,
#free-courses .star {
    position: absolute;
    left: -8.2em;
    top: 11.2em;
    width: 26.3em;
}
#news .headline,
#free-courses .headline {
    position: absolute;
    top: 2.4em;
    left: 2.4em;
}
#news .headline h2
#free-courses .headline h2 {
    margin-bottom: 2.4em;
}
#news .extended-full,
#free-courses .extended-full {
    background: rgba(168,154,136,0.15);
    min-height: 44.5em;
}
#news-slider {
    padding: 5.75em 0;
    margin-left: 21.8em;
}
#courses-slider {
    padding: 9em 0 5.75em 0;
    margin-left: 21.8em;
}
#news-slider .post {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    width: 74.2em;
}
#courses-slider .post {
    width: 38em;
}
#news-slider .post img {
    width: 33em;
}
#news-slider .post .text {
    width: 36.2em;
}
#news-slider .post .text p,
#courses-slider .post p {
    margin-bottom: 0.6em;
}
#news-slider .post .text p:last-child,
#courses-slider .post p:last-child {
    margin-bottom: 0;
}
#news-slider .slick-slide {
    width: 74.2em !important;
    margin-right: 5em;
}
#courses-slider .slick-slide {
    width: 38em !important;
    margin-right: 8em;
}
#news-slider .slick-next,
#news-slider .slick-prev,
#courses-slider .slick-next,
#courses-slider .slick-prev {
    top: 2.4em;
}
#news-slider .slick-next,
#courses-slider .slick-next {
    left: 111em;
}
#news-slider .slick-prev,
#courses-slider .slick-prev {
    left: 106.8em;
}

/* TOPICS LIST SLIDER */
#topic-list {
}
#topic-list .post,
#topic-slider .slick-slide {
    width: 38em !important;
}
#topic-slider .slick-slide {
    margin-right: 5em;
}
#topic-list .post img {
    margin-bottom: 3.4em;
}
#topic-list .post .text p {
    margin-bottom: 0.6em;
}
#topic-list .post .text p:last-child {
    margin-bottom: 0;
}
#topic-slider .slick-next,
#topic-slider .slick-prev {
    top: -3.4em;
}
#topic-slider .slick-next {
    left: 122.8em;
}
#topic-slider .slick-prev {
    left: 118.6em;
}

/* TOPICS KACHELN */
#topic-tiles {
}
.digital #topic-tiles {
    margin-top: 6em;
}
#topic-tiles .inside {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#topic-tiles .tile {
    position: relative;
    align-self: stretch;
    width: 30.64516129032258%; /* 380/1240 */
    margin-bottom: 4.032258064516129%; /* 50/1240 */
    transition: 0.5s ease-in-out;
    background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    background-color: rgba(168,154,136,0.4);
}
#topic-tiles .tile:hover,
#topic-tiles .tile:active,
#topic-tiles .tile:focus {
    transform: scale(.96);
}
#topic-tiles .tile div.spacer {
    height: 0;
    padding-bottom: 100%;
}
#topic-tiles h2 {
    position: absolute;
    left: 0.25em;
    bottom: 0.25em;
}

/* FÖRDERER */
#sponsors ul {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    margin-top: 1em;
}
#sponsors ul img {
    width: 200px;
    height: auto;
}
#main #sponsors ul li {
	padding-left: 0;
}
#main #sponsors ul li:before {
	content: "";
}

/* ÜBER UNS TEAM LISTE */
#team-list {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#team-list .item {
    /*width: 23.3em;*/
    width: 30em;
    margin-bottom: 5em;
    margin-right: 3.8em;
}
#team-list .item:nth-child(4n) {
    margin-right: 0;
}
#team-list .item img {
    margin-bottom: 2em;
}
#main #team-list a {
    text-decoration: none;
}

/* ÜBER UNS KARRIERE LISTE */
#career-list {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* ÜBER UNS VORSTAND */
#board .inside div {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
#board .inside div img {
    width: 92.8em;
    margin: 0;
}
#board .inside div .board-list {
    width: 43.6em;
    margin-left: -5.4em;
    background: rgb(238,235,230);
    padding: 4em;
    margin-bottom: 5.6em;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main #board ul {
    margin-bottom: 0;
}
#main #board ul li {
	padding-left: 0;
}
#main #board ul li:before {
	content: "";
}

/* ÜBER UNS GESCHICHTE & CARL SCHURZ */
#history .extended-full-left,
#carl-schurz .extended-full-left {
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
    background-repeat: no-repeat;
    padding: 9.2em 0;
}
#history .extended-full-left .inner,
#carl-schurz .extended-full-left .inner {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#history .extended-full-left .inner .left,
#carl-schurz .extended-full-left .inner .left {
    width: 38em;
    margin-right: 5em;
}
#history .extended-full-left .inner .right,
#carl-schurz .extended-full-left .inner .right {
    width: 81em;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 17.5em;
}
#history .trigger,
#carl-schurz .trigger {
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 2em !important;
}

#history {}
#history .extended-full-left {
    background-color: rgba(0,137,172,0.1);
    background-image: url("images/star.svg");
    background-size: 96em;
    background-position: -7.5em -4em;
}
#history .extended-full-left .inner .right {
    background-image: url("images/star-infobox-bright.svg");
    padding-top: 14.4em;
}
#history h3,
#history .trigger {
    color: rgb(0,137,172);
}
#history .extended-full-left .inner .right h3:first-child {
    color: rgb(0,0,0);
}
#history .extended-full-left .inner .right .toggle-content h3:first-child {
    color: rgb(0,137,172);
}
#history .image-block {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: 4.2em;
}
#history .image-block img {
    margin-bottom: 6.172839506172839%; /* 50/810 */
}
#history .image-block img.large {
    width: 100%;
}
#history .image-block img.small {
    width: 46.913580246913575%; /* 380/810 */
}

#carl-schurz {}
#carl-schurz .extended-full-left {
    background-color: rgba(168,154,136,0.15);
    background-image: url("images/star-carl-schurz.svg");
    background-size: 174em;
    background-position: -39em -15em;
}
#carl-schurz .extended-full-left .inner .right {
   background-image: url("images/star-news.svg");
}
#carl-schurz .extended-full-left .inner .right img {
    width: 43em;
    margin-top: -15.2em;
    margin-bottom: 12em;
}
#carl-schurz h3,
#carl-schurz .trigger {
    color: rgb(168,154,136);
}
#carl-schurz .blockquote {
    margin-top: 15em;
    margin-left: -18.4em;
    margin-right: 4em;
}
#carl-schurz .blockquote .signature {
    width: 46.6em;
    margin-top: 9em;
}

/* VERANSTALTUNGEN */
#events {}
#events .extended-140 {
    display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#events .extended-140.no-category {
    flex-direction: row;
    justify-content: flex-start;
}
#events .extended-140 h2 {
    text-transform: uppercase;
    color: rgb(255,113,115);
}
#event-category {
    width: 36em;
}
#main #event-category ul li {
    color: rgb(255,113,115);
    text-transform: uppercase;
    letter-spacing: 0.08em;
	padding-left: 0;
    margin-bottom: 0.4em;
}
#main #event-category ul li:before {
	content: "";
}
#event-list {
    width: 97em;
}
#event-list .search-filter {
    border-top: 4px solid rgba(255,113,115,0.2);
    border-bottom: 4px solid rgba(255,113,115,0.2);
    padding: 3.2em 0;
    margin-bottom: 4.6em;
}
#event-list .list h2,
#event-category h2 {
    margin-bottom: 1.7em;
    letter-spacing: 0.08em;
}
#event-list .list .post + h2 {
    margin-top: 3.3em;
}
#event-list .list .post,
.learning-english .mec-event-article .post,
.learning-english-varia .mec-event-article .post,
.abroad .mec-event-article .post,
.library .mec-event-article .post,
.community .mec-event-article .post,
.digital .mec-event-article .post,
.membership .mec-event-article .post,
.about .mec-event-article .post {
    margin-bottom: 3.8em;
}
#main #event-list .list .post p,
.learning-english #main .mec-event-article .post p,
.learning-english-varia #main .mec-event-article .post p,
.abroad #main .mec-event-article .post p,
.library #main .mec-event-article .post p,
.community #main .mec-event-article .post p,
.digital #main .mec-event-article .post p,
.membership #main .mec-event-article .post p,
.about #main .mec-event-article .post p {
    margin-bottom: 0;
}
#main #event-list .list .post p.event-detail a,
.learning-english #main .mec-event-article .post p a,
.learning-english-varia #main .mec-event-article .post p a,
.abroad #main .mec-event-article .post p a,
.library #main .mec-event-article .post p a,
.community #main .mec-event-article .post p a,
.digital #main .mec-event-article .post p a,
.membership #main .mec-event-article .post p a,
.about #main .mec-event-article .post p a {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
#main #event-list .list .post p.event-detail a {
    color: rgb(255,113,115);
}

/* POST VERANSTALTUNGEN */
.post-details {
    margin-top: 8em;
}
#main .post-details p {
    background-repeat: no-repeat;
    background-size: 1.3em;
    background-position: left 0.05em;
    padding-left: 3em;
    margin-bottom: 0.5em;
}
#main .post-details p.event-entry {
    background-image: url("images/icon-ticket.svg");
    background-position: left 0.35em;
}
#main .post-details p.event-spoken-language {
    background-image: url("images/icon-language.svg");
}
#main .post-details p.event-location {
    background-image: url("images/icon-location.svg");
    background-size: 0.9em;
}
#main .post-details p.event-date {
    background-image: url("images/icon-date.svg");
}
#main .post-details p.event-online-link {
    background-image: url("images/icon-internet.svg");
}
#main .post-details p.event-calendar {
    background-image: url("images/icon-calendar.svg");
}
#main .post-details p.event-ticketing {
    display: inline-block;
    font-family: 'rubikbold';
    text-transform: uppercase;
    border: 4px solid rgb(0,0,0);
    padding: 0 0.6em;
    margin-top: 1em;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
#main .post-details p.event-ticketing:hover,
#main .post-details p.event-ticketing:active,
#main .post-details p.event-ticketing:focus {
    transform: scale(.96);
}
#main .post-details p.event-organizer {
    padding-left: 0;
    margin-top: 1.1em;
}
#main .post-details p.event-copyright {
    padding-left: 0;
}

/* MEC */
.mec-util-hidden {
    display: none;
}

/* typo */
.mec-booking,
#mec_cart_transactions_table th,
#mec_cart_transactions_table td,
.mec-cart-checkout-button a,
.mec-cart-empty-wrapper a,
.mec-checkout {
    font-size: 2.2em !important;
    line-height: 1.5em !important;
    letter-spacing: 0.02em !important;
    color: rgb(0,0,0) !important;
}
.mec-error {
    font-size: 1.8em !important;
    line-height: 1.5em !important;
    color: rgb(255,113,115) !important;
}
#main .mec-booking p,
#main .mec-booking ul,
.mec-booking label, 
.mec-booking input, 
.mec-booking textarea, 
.mec-booking select,
.mec-event-ticket-name,
.mec-event-ticket-price,
span.mec-ticket-price,
.mec-booking h4 span,
#main #mec_cart_transactions_table td p,
#main #mec_cart_transactions_table td ul,
#main #mec_cart_transactions_table td span,
#main #mec_cart_transactions_table h5,
#main #mec_cart_transactions_table .mec-cart-event-info a,
#main .mec-checkout p,
#main .mec-checkout ul,
#main .mec-checkout label,
#main .mec-checkout h5,
#main .mec-checkout .mec-book-form-pay-button,
#main .mec-checkout .mec-checkout-cart-button a {
    font-size: 1em !important;
    color: rgb(0,0,0) !important;
}
.mec-booking h4,
.mec-event-ticket-available,
.mec-ticket-unavailable-spots,
.mec-checkout h3,
#main #mec_cart_transactions_table h6,
#main .mec-checkout h6 { /* 1.8/2.2 */
    font-size: 0.82em !important;
    color: rgb(0,0,0) !important;
}
.mec-event-ticket-available,
.mec-ticket-unavailable-spots,
#main .mec-checkout .mec-book-form-pay-button,
#main .mec-checkout .mec-checkout-cart-button a {
    line-height: 1.5em !important;
    color: rgb(0,0,0) !important;
}
.mec-checkout h3 {
    font-weight: normal !important;
    font-family: 'rubikbold' !important;
}
#main .mec-export-details ul li,
#main .mec-cart ul li,
#main .mec-checkout ul li {
	padding-left: 0;
}
#main .mec-export-details ul li:before,
#main .mec-cart ul li:before,
#main .mec-checkout ul li:before {
	content: "";
}

/* buttons */
.mec-book-form-next-button,
.mec-book-form-back-button,
.mec-cart-checkout-button a,
.mec-cart-empty-wrapper a,
.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button {
    display: inline-block !important;
    font-family: 'rubikbold' !important;
    text-transform: uppercase !important;
    float: none !important;
    background: none !important;
    border: 4px solid rgb(0,0,0) !important;
    padding: 0 0.6em !important;
    margin: 0 1em 1em 0 !important;
    right: 0 !important;
    font-weight: normal !important;
    width: auto !important;
    transition: 0.5s ease-in-out;
}
.mec-book-form-next-button:hover,
.mec-book-form-next-button:active,
.mec-book-form-back-button:hover,
.mec-book-form-back-button:active,
.mec-cart-checkout-button a:hover,
.mec-cart-checkout-button a:active,
.mec-cart-empty-wrapper a:hover,
.mec-cart-empty-wrapper a:active,
.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button:hover,
.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button:active,
#main .mec-click-pay button.mec-book-form-next-button.mec-book-form-pay-button:hover {
    transform: scale(.96);
    background: none !important;
}
#main .mec-checkout .mec-checkout-cart-button a.mec-checkout-cart-link.button {
    background: none !important;
}

/* category */
.mec-wrap,
.mec-skin-list-container,
.mec-skin-list-events-container,
.mec-event-list-classic,
.mec-event-article {
    margin: 0 !important;
    padding: 0 !important;
}
.cat-view .mec-event-list-classic h2 {
    font-family: 'rubikbold' !important;
}
.cat-view .mec-event-list-classic p {
    color: rgb(0,0,0) !important;
}

/* calender export */
.mec-taxonomies-shortcode h4 {
    font-family: 'rubikregular';
}
#main .mec-export-details ul {
    background-repeat: no-repeat;
    background-size: 1.3em;
    background-position: left 0.05em;
    padding-left: 3em;
    margin-bottom: 0.5em;
    background-image: url("images/icon-calendar.svg");
}
#main .mec-export-details ul li a {
    font-size: 1em;
	padding: 0;
    border: none;
    background: none;
}

/* booking */
.mec-booking,
.mec-event-tickets-list,
.mec-event-ticket,
.mec-ticket-style-row,
.mec-ticket-style-row-section-1,
.mec-ticket-style-row-section-2 {
    padding: 0 !important;
    margin: 0 !important;
}
.mec-ticket-icon-wrapper,
.mec-book-form-btn-wrap #next-icon,
.mec-book-form-btn-wrap svg,
.mec-booking-form-container img.mec-svg-icon,
.mec-book-form-back-button img {
    display: none !important;
}
.mec-booking h4 {
    display: inline-block;
    line-height: 1.1em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 0.3em solid rgb(0,0,0);
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}
.mec-event-ticket {
    margin-bottom: 2em !important;
}
.mec-ticket-name-description-wrapper {
    background-repeat: no-repeat;
    background-image: url("images/icon-ticket.svg");
    background-size: 1.3em;
    background-position: left 0.3em;
    padding-left: 3em;
}
#main p.mec-event-ticket-description {
    padding-left: 3em;
}
.mec-event-ticket-price {
    font-weight: normal !important;
    font-family: 'rubikmedium';
}
.mec-book-ticket-limit {
    border: none !important;
    padding-left: 0.5em;
}

#main .mec-booking ul li:before {
	content: "";
}
.mec-booking-form-container ul,
.mec-booking-form-container ul li {
    padding: 0 !important;
    margin: 0 !important;
}
.mec-ticket-subtotal-wrapper,
.mec-ticket-detail {
    padding: 0 !important;
}
.mec-booking-form-container ul li.mec-book-ticket-container {
    clear: both;
    padding-top: 3em !important;
}
.mec-ticket-price-wrapper {
    margin-bottom: 0.8em !important;
}
.mec-booking-form-container ul.mec-book-tickets-reg-fields-container {
    padding-left: 3em !important;
}
.mec-booking-form-container input {
    border: none !important;
    padding: 0.2em;
}
.mec-booking-form-container input[type="checkbox"] {
    background: rgb(255,113,115);
}
.mec-first-for-all-wrapper {
    clear: both !important;
    padding-top: 3em !important;
}
.mec-first-for-all-wrapper input,
.mec-first-for-all-wrapper label {
    float: left;
}
.mec-first-for-all-wrapper input.mec_book_first_for_all {
    margin: 0.2em 1em 0 0 !important;
}
.mec-booking-form-container .mec-book-form-btn-wrap {
    clear: both;
    padding-top: 2em;
}

/* warenkorb */
.woocommerce-message {
    background: rgb(255,227,227) !important;
    border: 4px solid rgb(0,0,0) !important;
    border-radius: 0 !important;
    padding: 0.5em !important;
    color: rgb(0,0,0) !important;
    margin: 5em 0 0 0 !important;
}
.woocommerce-message a {
    display: block !important;
    font-family: 'rubikbold';
    text-transform: uppercase;
}
#mec_cart_transactions_table {
    margin-bottom: 3em;
}
#mec_cart_transactions_table tbody td,
#mec_cart_transactions_table thead th {
    border: 4px solid rgb(255,255,255) !important;
    padding: 4px !important;
}
#mec_cart_transactions_table thead th {
    background-color: rgba(255,113,115,1) !important;
    color: rgb(255,255,255) !important;
}
#mec_cart_transactions_table tbody td {
    background-color: rgba(255,113,115,0.2) !important;
}
#mec_cart_transactions_table .mec-cart-event-info img {
    display: none !important;
}

/* kasse */
.mec-checkout .mec-checkout-price-details-wrapper,
.mec-checkout .mec-checkout-price-details,
.mec-checkout .mec-checkout-list,
.mec-checkout .mec-list-items {
    border: none !important;
    box-shadow: none !important;
}
.mec-checkout .mec-checkout-price-detail,
.mec-checkout .mec-checkout-price-detail-typetickets {
    font-family: 'rubikmedium';
    background-color: rgb(255,255,255) !important;
}
.mec-checkout .mec-checkout-footer {
    background-color: rgba(255,113,115,0.2) !important;
}

/* GALERIE */
#gallery {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: -11.5em;
}
#gallery .tile {
    position: relative;
    align-self: stretch;
    width: 30.64516129032258%; /* 380/1240 */
    margin-bottom: 4.032258064516129%; /* 50/1240 */
    transition: 0.5s ease-in-out;
    background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    cursor: pointer;
}
#gallery .tile:hover,
#gallery .tile:active,
#gallery .tile:focus {
    transform: scale(.96);
}
#gallery .tile div.spacer {
    height: 0;
    padding-bottom: 100%;
}

/* BUTTON HINWEIS */
.btn-note-wrapper {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.btn-note {
    background: rgb(255,0,102);
    width: 21.2em;
    height: 21.2em;
    border-radius: 10.6em;
    margin-bottom: 5em;
    margin-right: 5em;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    transition: 0.5s ease-in-out;
}
.start .btn-note {
    background: rgb(255,0,102);
    width: 18.6em;
    height: 18.6em;
    border-radius: 9.3em;
    margin-bottom: 0;
}
#main .btn-note strong {
    font-family: 'rubikbold';
    font-size: 2.8em;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255,255,255);
    margin: 0;
    transform: rotate(-12deg);
}
#main .btn-note strong a {
    text-decoration: none;
}
.btn-note:hover,
.btn-note:active,
.btn-note:focus {
    transform: scale(.96);
}
.start .btn-note {
    position: absolute;
    top: -2.8em;
    right: -5.2em;
}

/* INFO BOX */
.info-box {
    border-width: 1.4em;
    border-style: solid;
    padding: 4em 2.4em 2em 2.4em;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 5em;
}
.inside-small .info-box {
    margin: 9em 0;
}
.info-box.size-small {
    width: 50.4em
}
.info-box.size-big {
    width: 60em;
}
.info-box.bright {
    border-color: rgba(0,137,172,0.2);
}
.info-box.dark {
    border-color: rgba(40,80,125,0.2);
}
.info-box .star {
    float: right;
    width: 15.6em;
    height: 14.4em;
    margin-top: -2em;
    margin-left: 2em;
    margin-bottom: 2em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.info-box.bright .star {
    background-image: url("images/star-infobox-bright.svg");
}
.info-box.dark .star {
    background-image: url("images/star-infobox-dark.svg");
}
.info-box h3 {
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.info-box p a {
    white-space: nowrap;
}

/* DOWNLOAD & VIDEO */
.download-image img {
    width: 44.2em;
    transition: 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 24px;
}
.download-image img:hover,
.download-image img:active,
.download-image img:focus {
    transform: scale(.96);
}
.video-iframe {
}
.page-basic-box {
    margin-top: 6em;
    margin-bottom: 6em;
}
.download-files {}
#main .download-files p {
    font-family: 'rubikbold';
    margin-bottom: 0.4em;
}
#main .download-files p a {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 2.2em;
    padding-left: 2.8em;
    padding-top: 0.4em;
    padding-bottom: 0.8em;
}

/* ZUR PERSON */
.personal-details {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: 8em;
    margin-bottom: 2.4em;
}
.personal-details img {
    width: 23.3em;
    border-radius: 50%;
}
.personal-details .text {
    width: 78.8em;
    margin-left: 5em;
}
.inside-small .personal-details .text {
    width: 57.7em;
}
.personal-details .text p {
    margin-bottom: 0;
}
.personal-details.teacher .text p {
    margin-bottom: 1.5em;
}

/* FORM */
form {
    margin-top: 8em;
    margin-bottom: 2.4em;
}
.mec-booking form {
    margin-top: 5em;
    margin-bottom: 0;
}
label, input, textarea, select, button.ff-btn {
    font-size: 2.2em !important;
    line-height: 1.5em !important;
    letter-spacing: 0.02em !important;
    font-weight: normal !important;
}
input, textarea, select, button.ff-btn {
    border-radius: 0 !important;
}
button.ff-btn {
    background: rgb(0,137,172) !important;
    transition: 0.5s ease-in-out;
}

/* KUFER */
/* typo */
.hauptseite,
.kw-dozdetails {
    font-size: 2.2em !important;
}
.kufer-cart {
    font-size: 1.1em !important;
}
#main .hauptseite p,
#main .hauptseite ul,
.hauptseite label, 
.hauptseite input, 
.hauptseite textarea, 
.hauptseite select,
#main .kw-dozdetails p,
#main .kw-dozdetails ul {
    font-size: 1em !important;
}
.default #main .hauptseite h1 {
    font-size: 2.5em !important; /* 5.5/2.2 */
}
.hauptseite h2 {
    font-size: 1.95em !important; /* 4.3/2.2 */
}
.hauptseite h3,
.kw-dozdetails h3 { /* 1.8/2.2 */
    font-size: 0.82em !important;
}
/* layout */
.kufer-cart {
    margin-bottom: 3em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
.language {
    position: relative;
    margin-bottom: 3em;
    z-index: 2000;
}
.language li {
    display: inline-block;
    margin-right: 1.8em;
}
.language a {
    font-size: 1.5em;
    letter-spacing: 0.08em;
}
.language a:hover,
.language a:active,
.language a:focus {
    color: rgb(40,80,125);
}

.wpml-ls-statics-shortcode_actions {
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 2000;
}
.wpml-ls-statics-shortcode_actions,
.wpml-ls-statics-shortcode_actions ul,
.wpml-ls-statics-shortcode_actions ul li,
.wpml-ls-statics-shortcode_actions ul li a,
.wpml-ls-statics-shortcode_actions ul li span {
    margin: 0 !important;
    padding: 0 !important;
}
.wpml-ls-statics-shortcode_actions {
    margin-bottom: 2em !important;
}
.wpml-ls-statics-shortcode_actions ul li {
    margin-right: 1.4em !important;
}

#scroll-to.show {
    display: block;
}
#scroll-to.hide {
    display: none;
}
#jump-menu ul > li a {
    font-family: 'rubikbold';
    text-decoration: none;
}
#main #jump-menu ul {
    margin-bottom: 0;
}
#main #jump-menu ul li {
	padding-left: 0;
    margin-bottom: 0.4em;
}
#main #jump-menu ul li:before {
	content: "";
}

#sub-nav {
}
#sub-nav ul {
}
#sub-nav ul > li {
    display: inline-block;
}
#sub-nav > ul > li:before {
  	content: " | ";
	margin: 0 0.2em;
    font-size: 1.4em;
}
#sub-nav > ul > li:first-child:before {
  	content: "";
	margin: 0;
}
#sub-nav ul > li > a {
    font-size: 1.6em;
    line-height: 1.5em;
}
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li.current-menu-item > a {
    color: rgb(40,80,125);
}

#social-media {
    margin-left: 7.8em;
    margin-bottom: 0.2em;
}
#social-media ul {}
#social-media ul li {
    display: inline-block;
    margin-right: 1.4em;
}
#social-media ul li img {
    width: 4.2em;
    transition: 0.5s ease-in-out;
}
#social-media ul li img:hover,
#social-media ul li img:active,
#social-media ul li img:focus {
    transform: scale(.94);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
    padding-bottom: 9.8em;
}
#footer .logo {
    position: absolute;
    left: -21.2em;
    top: -10.4em;
    width: 24em;
}
#footer-top {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
    padding-bottom: 1.4em;
}
#footer-top .left {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
#footer-bottom {
    text-align: right;
    border-top: 0.15em solid rgb(0,0,0);
    padding-top: 1.4em;
}
.scroll-top {
    display: block;
    position: absolute;
    top: 1em;
    right: -10.7em;
    width: 3em;
}
.wpml-ls-statics-footer {
    display: none;
}



