/* General Settings */

html,
body {
    background: none;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clear {
    height: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.csc-textpic-imagewrap.csc-textpic-single-image {
    max-width: 100% !important;
    height: auto;
}
/*
.csc-textpic-imagewrap.csc-textpic-single-image,
.csc-textpic img {
    width: 100%;
}
*/
.container,
#footer {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Header */

header {
    background: #0058a6;
}

header .container {
    position: relative;
}

header .container:before {
    position: absolute;
    content: url("../images/logo-woman.png");
    height: 389px;
    top: -16px;
    left: -310px;
    opacity: 0.25;
    filter: alpha(opacity=25);
    /* For IE8 and earlier */
    
    overflow: hidden;
}

#top {
    overflow: hidden;
}

#logo {
    background: url("../images/glow-logo.png") no-repeat center bottom;
    display: inline-block;
    height: 100px;
}
/* Main Menu Desktop */

#mainMenu,
#mainMenu ul {
    height: 100px;
}

#mainMenu {
    margin: 0;
    padding-right: 5px;
}

#mainMenu ul {
    margin: 0;
}

#mainMenu input.menu-input {
    position: absolute;
    top: auto;
    left: -9999px;
}

#mainMenu label.menu-label {
    display: none;
}

#mainMenu ul li {
    background: url("../images/divider-menu.png") no-repeat 100% 475%;
    height: 100px;
    padding-top: 60px;
    position: relative;
}

#mainMenu ul li#kontakt {
    background: none;
}

#mainMenu ul li ul,
#impressum-datenschutz {
    display: none;
}
/* Banner, Shadow Banner & Teaser Images */

#header,
.teaser .image {
    position: relative;
}

#header {
    background: none;
    width: 100%;
    max-width: 1040px;
    height: auto;
    padding: 0px;
    z-index: 1;
}

#header:before,
#header:after,
.teaser .image:before,
.teaser .image:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 34px;
    left: 10px;
}

#header:before,
#header:after {
    width: 50%;
    top: 80%;
    max-width: 500px;
    -webkit-box-shadow: 0 20px 20px #9d9d9c;
    -moz-box-shadow: 0 20px 20px #9d9d9c;
    box-shadow: 0 25px 20px #9d9d9c;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.teaser .image:before,
.teaser .image:after {
    width: 32%;
    top: 75%;
    max-width: 204px;
    -webkit-box-shadow: 0 15px 10px #9d9d9c;
    -moz-box-shadow: 0 15px 10px #9d9d9c;
    box-shadow: 0 15px 10px #9d9d9c;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

#header:after,
.teaser .image:after {
    right: 10px;
    left: auto;
}

#header:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.teaser .image:after {
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}

#header .imageblock,
#header img {
    background-color: rgba(255, 255, 255, 0.5);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.28), #fff);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.28), #fff);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.28), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0.28), #fff);
    border-radius: 4px;
    width: 100% !important;
    padding: 5px;
}

#myGallery2785 {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 31.81818181818182%;
}

.jdGallery .slideElement {
    background-position: center;
    background-size: cover;
}
/* Main Content */

#mainContent {
    background: url("../images/glow-content.png") no-repeat center top, url("../images/bg-main-content.png") repeat-x left top, ;
    background: url("../images/glow-content.png") no-repeat center top, -webkit-linear-gradient(#bfbfbf 0%, #fff 450px);
    background: url("../images/glow-content.png") no-repeat center top, -o-linear-gradient(#bfbfbf 0%, #fff 450px);
    background: url("../images/glow-content.png") no-repeat center top, -moz-linear-gradient(#bfbfbf 0%, #fff 450px);
    background: url("../images/glow-content.png") no-repeat center top, linear-gradient(#bfbfbf 0%, #fff 450px);
    border-top: 4px solid #888;
    margin-top: -52px;
    padding-top: 48px;
}

#mainContent.one-column .container {
    margin-top: 1em;
}

#mainContent .contentLeft,
#mainContent .contentRight,
#mainContent.sub .contentLeft,
#mainContent.sub .contentRight {
    margin-top: 0;
}

#mainContent .contentLeft {
    background: url("../images/bg-content-left.png") no-repeat right top;
    width: 65.2%;
    padding: 32px 30px 0 0;
}

#mainContent .contentRight {
    background: url("../images/bg-content-right.png") no-repeat left top;
    width: 34.8%;
    padding: 22px 0 0 30px;
}
/* Teaser */

.teaser {
    float: left;
    width: 33.33333333333333%;
    margin-right: 0;
    padding: 0 6px;
}

.teaser:nth-child(3n-2) {
    padding: 0 12px 0 0;
}

.teaser:nth-child(3n) {
    padding: 0 0 0 12px;
}

.teaser .image,
.teaser .text {
    z-index: 1;
}

.teaser .image {
    background: none;
    width: 100%;
    height: auto;
    padding-bottom: 21px;
}

.teaser .image .glow {
    background-size: 100% 70%;
    width: 100%;
    height: 75%;
}

.teaser .image img {
    width: 100%;
}

.teaser .text .bodytext a,
.news-box a span,
.mehr-informationen a span,
span.nowrap {
    white-space: nowrap;
}
/* News Homepage */

#mainContent .contentRight .firstHeader {
    background: none;
    margin-top: 0;
    padding-top: 0;
}
/* Timetable Plug-In */

#todays_courses .tt_course {
    height: auto !important;
    line-height: 1.2 !important;
    padding: 13px 17px 12px;
}

.tx-timetable-pi3 li {
    width: 32.6666666666667% !important;
}

.tx-timetable-pi3 li:nth-child(3n) {
    margin-right: 0;
}

.tx-timetable-pi3 li.pv {
    width: 100% !important;
}
/* Footer */

#bgFooter {
    background: #0058a6;
    border-top: 1px solid #356888;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: auto;
}

#footer {
    background: url('../images/glow-footer.png') center top no-repeat;
    height: auto;
}

#footer .footerTop,
#footer .partner,
#footer .footerInfo,
#footer .igroup {
    height: auto;
    margin: 0;
    padding: 25px 0;
}

#footer .footerTop,
#footer .partner,
#footer .footerInfo {
    background: url("../images/divider-large.png") no-repeat center bottom;
}

#footer .footerMenu,
#footer .footerInfo .footerInfoLeft {
    padding-right: 20px;
}

#footer .footerMenu {
    width: 43.8%;
    margin-right: 0;
}

#footer .footerMenu ul {
    width: 50%;
}

#footer .footerMenu ul:first-child {
    margin-right: 0;
    padding-right: 15px;
}

#footer .footerMenu ul.last {
    padding-left: 15px;
}

#footer .callUs,
#footer .footerInfo .footerInfoRight {
    padding-left: 20px;
}

#footer .callUs {
    width: 56.2%;
}

#footer .open .title {
    background: url("../images/clock.png") no-repeat left top;
}

#footer .partner ul li {
    background: url("../images/divider-vertical.png") no-repeat right center;
}

#footer .partner ul li:last-child {
    background: none;
}

#footer .partner ul li.qualitrain {
    width: 14.2%;
}

#footer .partner ul li.lesMills {
    width: 15.3%;
}

#footer .partner ul li.milon {
    width: 25.9%;
}

#footer .partner ul li.zumba {
    width: 12.1%;
}

#footer .partner ul li.aquaback {
    width: 19%;
}

#footer .partner ul li.gohz {
    width: 13.5%;
}

#footer .partner ul li.qualitrain a,
#footer .partner ul li.lesMills a,
#footer .partner ul li.milon a,
#footer .partner ul li.zumba a,
#footer .partner ul li.aquaback a,
#footer .partner ul li.gohz a {
    width: 100%;
}

#footer .partner ul li.qualitrain a {
    background: url("../images/footer/partner/qualitrain-no.png") no-repeat left center;
}

#footer .partner ul li.qualitrain a:hover {
    background: url("../images/footer/partner/qualitrain-hov.png") no-repeat left center;
}

#footer .partner ul li.qualitrain a,
#footer .partner ul li.qualitrain a:hover {
    background-size: 85.91549295774678%;
}

#footer .partner ul li.lesMills a {
    background: url("../images/footer/partner/lesmills-no.png") no-repeat center center;
}

#footer .partner ul li.lesMills a:hover {
    background: url("../images/footer/partner/lesmills-hov.png") no-repeat center center;
}

#footer .partner ul li.lesMills a,
#footer .partner ul li.lesMills a:hover {
    background-size: 73.8562091503268%;
}

#footer .partner ul li.milon a {
    background: url("../images/footer/partner/milon-no.png") no-repeat center center;
}

#footer .partner ul li.milon a:hover {
    background: url("../images/footer/partner/milon-hov.png") no-repeat center center;
}

#footer .partner ul li.milon a,
#footer .partner ul li.milon a:hover {
    background-size: 84.55598455598456%;
}

#footer .partner ul li.zumba a {
    background: url("../images/footer/partner/zumba-no.png") no-repeat center center;
}

#footer .partner ul li.zumba a:hover {
    background: url("../images/footer/partner/zumba-hov.png") no-repeat center center;
}

#footer .partner ul li.zumba a,
#footer .partner ul li.zumba a:hover {
    background-size: 66.94214876033058%;
}

#footer .partner ul li.aquaback a {
    background: url("../images/footer/partner/aquaback-no.png") no-repeat center center;
}

#footer .partner ul li.aquaback a:hover {
    background: url("../images/footer/partner/aquaback-hov.png") no-repeat center center;
}

#footer .partner ul li.aquaback a,
#footer .partner ul li.aquaback a:hover {
    background-size: 78.94736842105263%;
}

#footer .partner ul li.gohz a {
    background: url("../images/footer/partner/gohz-no.png") no-repeat right center;
}

#footer .partner ul li.gohz a:hover {
    background: url("../images/footer/partner/gohz-hov.png") no-repeat right center;
}

#footer .partner ul li.gohz a,
#footer .partner ul li.gohz a:hover {
    background-size: 85.18518518518519%;
}

#footer .footerInfo .footerInfoLeft {
    width: 57.75%;
}

#footer .footerInfo .footerInfoRight {
    width: 42.25%;
}

#mainContent.sub .contentLeft {
    background: url("../images/bg-content-left-sub.png") no-repeat right top;
    width: 34.8%;
    padding: 0 30px 0 0;
}

#mainContent.sub .contentRight {
    background: url("../images/bg-content-right-sub.png") no-repeat left top;
    width: 65.2%;
    padding: 22px 0 0 30px;
}
/* Three Columns - Subpages Unser Angebot Bottom */

.three_columns {
    margin-bottom: 10px;
}

#mainContent.sub .three_columns .column_1,
#mainContent.sub .three_columns .column_2,
#mainContent.sub .three_columns .column_3 {
    width: 32.2615219721329% !important;
}

#mainContent.sub .three_columns .divider {
    width: 1.607717041800643% !important;
}

.mehr-informationen {
    margin-bottom: 10px;
}

.mehr-informationen,
.mehr-informationen.text,
.mehr-informationen .call a {
    height: auto;
    line-height: 1.4;
}

.mehr-informationen span.more-headline,
.mehr-informationen span.more-text {
    margin: 0;
}

.mehr-informationen .mail a,
.mehr-informationen .marker a {
    height: 58px;
}
/* Rating Plug-In */

.tx-hirating-pi1 {
    margin: 15px 0 10px 0 !important;
}

.tx-hirating-pi1 .rating {
    background: none !important;
    height: 30px;
    line-height: 30px;
    margin: 1px 0;
    padding-left: 0 !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-hirating-pi1 p {
    background: rgba(0, 0, 0, 0.02);
    width: 65% !important;
    padding-left: 10px !important;
    position: relative;
}

.tx-hirating-pi1 p::before {
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(0, 0, 0, 0.02);
    border-bottom: 15px solid transparent;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -15px;
    z-index: -1;
}

.tx-hirating-pi1 img {
    width: 23%;
    margin-top: 0 !important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Testimonials Plug-In */

.speech {
    background: -webkit-linear-gradient(#efefef, #e6e6e6) !important;
    background: -o-linear-gradient(#efefef), #e6e6e6) !important;
    background: -moz-linear-gradient(#efefef, #e6e6e6) !important;
    background: linear-gradient(#efefef, #e6e6e6) !important;
    border-radius: 5px;
    min-height: 124px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.tx-hitestimonials-pi1 blockquote {
    text-shadow: none !important;
    color: #333 !important;
    font-weight: bold !important;
}

.speech::before {
    background: #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 12%;
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
/* Team Plug-In */

.teamMember {
    float: left;
    width: 20%;
    padding: 10px;
}

.teamMember img {
    width: 100%;
}
/* Google Maps */

.tx-lumogooglemaps-pi1 {
    margin-bottom: 20px;
    padding-bottom: 435px;
    position: relative;
}

.tx-lumogooglemaps-pi1 > div {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
}
/* Contact Form*/

.Tx-Formhandler label {
    width: 24.19354838709677%;
}

.Tx-Formhandler input.text {
    width: 75.80645161290323%;
}

.Tx-Formhandler input.plz {
    width: 18.14516129032258%;
    margin-right: 2%;
}

.Tx-Formhandler input.ort {
    float: right;
    width: 54.475%;
}

.Tx-Formhandler #corona p label {
    width: 40%;
}

.Tx-Formhandler #corona input.text{		
	width: 60%;
}

textarea {
    width: 100%;
}

/* Forum */
.tx-mmforum-pi1-newpost-middle table {
	width: 100%;
}

/* Three Columns */
#mainContent .three_columns .column_1,
#mainContent .three_columns .column_2,
#mainContent .three_columns .column_3 {
    width: calc(33.333% - 21.333px);
}

@media only screen and (max-width: 76.1875em) {
    header .container:before {
        display: none;
    }
}

@media only screen and (min-width: 53.5625em) and (max-width: 65.375em) {
    .teaser {
        width: 50%;
    }
    .teaser:nth-child(odd) {
        padding: 0 12px 0 0;
    }
    .teaser:nth-child(even) {
        padding: 0 0 0 12px;
    }
    #mainContent.sub .three_columns .column_1,
    #mainContent.sub .three_columns .column_2,
    #mainContent.sub .three_columns .column_3 {
        width: 100% !important;
    }
    #mainContent.sub .three_columns .divider {
        display: none;
    }
    .mehr-informationen .mail a,
    .mehr-informationen .marker a {
        height: auto;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 53.5em) and (max-width: 64.9375em) {
    .two_columns_fce .tx-timetable-pi3 li.pv .free {
        display: block;
        float: none !important;
    }
    .two_columns_fce .tx-timetable-pi3 {
        text-align: center;
    }
}

@media only screen and (max-width: 63.750em) {
    .Tx-Formhandler #corona #compensation{		
		float: none;
		height: 25px;
	}
}

@media only screen and (max-width: 62.5em) {
    .teamMember {
        width: 25%;
    }
    
	.tt-nav {
		position: relative;
		height: 34px;
	}
	.tt-nav .leftArrow,
	.tt-nav .rightArrow {
		position: absolute;
		left: 0;
		width: 20px;
		height: 32px;
		cursor: pointer;
		background: url('../images/arrow-left.png') center no-repeat;
	}
	.tt-nav .rightArrow {
		left: auto;
		right: 0;
		background-image: url('../images/arrow-right.png');
	}

	.tt-scrollable {
		width:auto;
		overflow-x: auto;
	}
}

@media only screen and (max-width: 61.125em) {
    #footer .footerInfo .footerInfoLeft,
    #footer .footerInfo .footerInfoRight {
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer .footerInfo .footerInfoLeft {
        padding-right: 0;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 56.875em) {
    #mainMenu ul li {
        padding-top: 66px;
    }
    #mainMenu ul li a {
        font-size: 0.875rem;
    }
    #footer .footerMenu ul,
    #footer .partner {
        display: none;
    }
    #footer .callUs {
        width: 100%;
        text-align: center;
    }
    #footer .callUs,
    #footer .footerInfo .footerInfoRight {
        padding: 0;
    }
    #footer .open .title {
        display: inline;
    }
    #footer .open span {
        display: block;
    }
	
	.Tx-Formhandler #corona .two-columns{
		display: block;	
	}
}

@media only screen and (max-width: 53.5em) {
    #mainContent {
        padding-top: 63px;
    }
    #mainContent.sub .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #mainContent .contentLeft,
    #mainContent .contentRight,
    #mainContent.sub .contentLeft,
    #mainContent.sub .contentRight {
        background: none;
        float: none;
        width: 100%;
        padding: 0;
    }
    #mainContent .contentLeft {
        margin-bottom: 31px;
    }
    #mainContent .contentLeft h3,
    .tx-a1teasermenu-pi1 {
        text-align: center;
    }
    #mainContent.sub .contentLeft,
    #mainContent.sub .contentLeft DIV.csc-textpic-center DIV.csc-textpic-imagewrap,
    #mainContent.sub .contentLeft DIV.csc-textpic-center DIV.csc-textpic-imagewrap img {
        margin: 0;
    }
    #mainContent.sub .contentLeft DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
        width: 32.2615219721329% !important;
    }
    #mainContent.sub .contentLeft {
        -webkit-order: 9;
        order: 9;
    }
    .subMenu {
        display: none;
    }
    /* Blocksatz */
    p.bodytext {
    	text-align: justify;
    }
    
	header {
        border-bottom: 4px solid #004078;
        width: 100%;
        position: fixed;
        z-index: 10;
    }   
    #logo {
        background-size: 100% auto;
        height: 65px;
        padding-top: 15px;
    }
    #logo img {
        width: 150px;
    }
    #mainMenu label.menu-label {
        top: -50px;
    }
    #header {
        display: none;
    }
    #mainContent {
        border-top: none;
        margin-top: 0;
        padding-top: 84px;
    }
    #logo,
    #mainMenu,
    #mainMenu ul li {
        float: none;
    }
    #mainMenu,
    #mainMenu ul,
    #mainMenu ul li {
        height: auto;
    }
    #mainMenu {
        position: absolute;
        width: 100%;
        margin-left: -20px;
        padding-right: 0;
        z-index: 99;
    }
    #mainMenu > ul {
        background: #0058a6;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 69px;
        position: fixed;
        top: 69px;
    }
    #mainMenu label.menu-label {
        display: block;
        position: absolute;
        top: -50px;
        right: 20px;
        width: 35px;
        height: 35px;
        background: #004078 none repeat scroll 0% 0%;
        margin: 0px;
        cursor: pointer;
    }
    #mainMenu label.menu-label > span {
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0px;
    }
    #mainMenu label.menu-label > span > span {
        height: 3px;
        width: 23px;
        background: #FFF none repeat scroll 0% 0%;
        display: block;
        transition: all 0.3s ease 0s;
        position: absolute;
        left: 6px;
    }
    #mainMenu label.menu-label > span > span.top {
        top: 9px;
    }
    #mainMenu label.menu-label > span > span.middle {
        top: 16px;
    }
    #mainMenu label.menu-label > span > span.bottom {
        top: 23px;
    }
    #mainMenu input#toggle-menu:checked + label.toggle-menu > span > span.top {
        display: none;
    }
    #mainMenu input#toggle-menu:checked + label.toggle-menu > span > span.middle {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #mainMenu input#toggle-menu:checked + label.toggle-menu > span > span.bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 16px;
    }
    #mainMenu input.menu-input:checked ~ ul {
        display: block;
    }
    #mainMenu ul {
        display: none;
    }
    .mainMenu ul::after {
        content: "";
        display: table;
        clear: both;
    }
    #mainMenu ul li,
    #mainMenu ul li#kontakt {
        background: none;
    }
    #mainMenu ul li {
        padding: 0;
        text-align: left;
    }
    #mainMenu ul li label.menu-label {
        top: 9px;
        height: 27px;
    }
    #mainMenu ul li a,
    #impressum-datenschutz {
        display: block;
    }
    #mainMenu ul li a {
        background: #0058a1;
        border-top: 1px solid #356888;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
        font-size: 1rem;
        padding: 10px 20px;
    }
    #mainMenu ul li.act a {
        color: #fff !important;
    }
    #mainMenu ul li a:hover,
    #mainMenu ul li.act > a {
        background: #3f80b4;
        color: #fbb222 !important;
    }
    #mainMenu ul li ul li a {
        padding-left: 32px;
        font-size: 0.875rem;
    }
    #mainMenu ul li ul li ul li a {
        padding-left: 44px;
    }
    #mainMenu label.menu-label > span > span.left,
    #mainMenu label.menu-label > span > span.right {
        width: 15px;
        top: 12px;
    }
    #mainMenu label.menu-label > span > span.left {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 5px;
    }
    #mainMenu label.menu-label > span > span.right {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 14px;
    }
    #mainMenu input.menu-input:checked + label.menu-label > span > span.left {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #mainMenu input.menu-input:checked + label.menu-label > span > span.right {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .transition-fade {
        transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s, color 0.3s ease 0s;
    }
}

@media only screen and (min-width: 36.875em)and (max-width: 53.5em) {
    /*
    .contact .contentRight h1 {
        float: left;
        margin-right: 10px;
    }
    .contact .contentRight h2 {
        padding-top: 5px;
    }
    */
    form p {
        float: left;
        width: 47%;
    }
    form p:nth-child(even) {
        margin-right: 6%;
    }
    form p.msg {
        width: 100%;
    }
	
	.Tx-Formhandler #corona form p{		
		float: none;
        width: 100%;
	}
	
	
}

@media only screen and (max-width: 50.875em) {
    .teamMember {
        width: 33.33333333333333%;
    }
}

@media only screen and (max-width: 48em) {    
    #timetable_box.two_columns_2_1 .column_1,
    #timetable_box.two_columns_2_1 .column_2 {
	  width: 100%;
	  float: none;
	}
    #timetable_box.two_columns_2_1 .column_1 {
    	margin-bottom: 1em;
    }
    
    #tt_booking.js {
    	left: 15%;
    	width: 70%;
    }

    #mainContent .three_columns .column_1,
    #mainContent .three_columns .column_2,
    #mainContent .three_columns .column_3 {
        width: 100%;
    }
}

@media only screen and (max-width: 41.9375em) {
    .teaser {
        width: 50%;
    }
    .teaser:nth-child(odd) {
        padding: 0 12px 0 0;
    }
    .teaser:nth-child(even) {
        padding: 0 0 0 12px;
    }
    #mainContent.sub .three_columns .column_1,
    #mainContent.sub .three_columns .column_2,
    #mainContent.sub .three_columns .column_3 {
        width: 100% !important;
    }
    #mainContent.sub .three_columns .divider {
        display: none;
    }
    .mehr-informationen .mail a,
    .mehr-informationen .marker a {
        height: auto;
        line-height: 1.4;
    }
    #mainContent.sub .contentLeft DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
        width: 48.39228295819936% !important;
    }
    .two_columns_fce .tx-timetable-pi3 li.pv .free {
        display: block;
        float: none !important;
    }
    .two_columns_fce .tx-timetable-pi3 {
        text-align: center;
    }
}

@media only screen and (max-width: 39.25em) {
    .teamMember {
        width: 50%;
    }
}

@media only screen and (max-width: 34.25em) {
    .tx-timetable-pi3 li {
        width: 49.5% !important;
    }
    .tx-timetable-pi3 li:nth-child(odd) {
        margin-right: 1% !important;
    }
    .tx-timetable-pi3 li:nth-child(even) {
        margin-right: 0 !important;
    }
}



@media only screen and (max-width: 29.125em) {
    .teaser,
    .teaser:nth-child(n) {
        width: 100%;
        padding: 0;
    }
    .tx-timetable-pi3 li .free {
        display: block;
        float: none !important;
    }
    .tx-timetable-pi3 {
        text-align: center;
    }
    .tx-timetable-pi3 li {
        width: 100% !important;
        margin-right: 0 !important;
    }
    #mainContent .two_columns_fce .column_1,
    #mainContent .two_columns_fce .column_2 {
        width: 100%;
    }
    #mainContent .two_columns_fce .divider {
        display: none;
    }
    #mainContent.sub .contentLeft DIV.csc-textpic-center DIV.csc-textpic-imagewrap,
    #mainContent.sub .contentLeft DIV.csc-textpic-center DIV.csc-textpic-imagewrap img {
        width: 100% !important;
    }
    
    #tt_booking.js {
    	left: 0;
    	width: 100%;
    }
}

@media only screen and (max-width: 27.625em) {
    .teamMember {
        width: 100%;
    }

    .testi-left,
    .testi-right {
        width: 100% !important;
        float: none !important;
    }
    .csc-textpic-imagewrap,
    #timetable_box .column_1 a {
    	width: 100%;
    	display: block;
    	text-align: center;
    }
    #timetable_box .column_1 a img {
    	float: none;
    	max-width: 100%;
    }
}