html {
    font-size: 0.91em;
    font-weight:300;
    color: #171717;
    background-color:#eaeaea;
}

/* POP UP */

body {
    position: relative;
}

.popup-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000c9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.popup-container.inactive {
    display: none;
}

.popup {
    background-color: #002761c9;
    padding: 30px;
    box-shadow: 0px 0px 8px #0000009f;
    max-width: 950px;
    margin: 20px;
}

.popup p, .popup h2, .popup h3, .popup a, .popup ul li, .popup table td {
    color: #ffffff;
}

.popup table td {
    min-width: 80px;
    padding: 3px 0;
}

.popup-button {
    width: fit-content;
    padding: 20px;
    background-color: #f0f0f0;
    color: #002661;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
}

.popup-button:hover {
    transition: all 0.2s;
    background-color: #ffffff;
}

@media (max-width: 950px) {
    .popup-container {
        overflow: scroll;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .popup .h1 {
        font-size: 22px;
    }
}

blockquote {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #b1b1b1;
    background-color: #e0e0e0;
    font-style: italic;
    font-weight: 400;
    font-size: 1.6rem;
    color: #7b7b7b;
}
.content-column .anchor:first-child + h3 {
    margin-top: -10px;
}
a {
    color:#333333;
}
a[href^="tel:"] {
    text-decoration:none;
}
a[data-rel^="lightbox"] img {
    transition: 0.3s;
}
a[data-rel^="lightbox"]:hover img {
transform: scale(1.02,1.02);
}
.anchor {
    position:relative;
    top:-180px;
}
main {
    position:relative;
    min-height: calc(100vh - 394px);
}
hr {
    border:0;
    height:1px;
    background-color:#e6e2df;
}
strong {
    font-weight:500;
}
.orange {
    color: #ef7f01;
}
body, input, textarea {
    font-family: 'Ubuntu', sans-serif;
}
.home .fixedsection {
    background-color: rgba(255, 255, 255, 0.9);
}
.fixedsection {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition:0.3s;
}
.fixedsection.small {
    background-color: rgba(255, 255, 255, 1);
}
.headerlogo {
    position: absolute;
    z-index:10;
}
.headerlogo a {
    display:block;
}
.headerlogo img {
    display: block;
    width: 100%;
    max-width: 275px;
    box-shadow: 0px 0px 9px -2px rgba(0,0,0,1.0);
    transition:0.3s;
}
.small .headerlogo img {
    max-width:140px;
}
.small .headerlogo img:hover {
    max-width:200px;
}
nav li {
    list-style:none;
}
nav li a {
    text-decoration:none;
}
.smallnav {
    text-align:right;
}
.smallnav ul {
    display:inline-block;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    padding-bottom: 5px;
    transition:0.3s;
}
.small .smallnav ul {
    margin:0;
}
.smallnav li {
    float:left;
    border-right:1px solid #d6d6d6;
}
.smallnav li:last-child {
    border-right:none;
}
.smallnav li a {
    padding: 0 10px;
    font-size: 0.86rem;
    transition:0.3s;
}
.small .smallnav li a {
    font-size:0.7rem;
}
.smallnav li:first-child a {
    padding-left:0;
}
.smallnav li:last-child a {
    padding-right:0;
}
.smallnav li a:hover {
    text-decoration:underline;
}
.headercta {
    text-align:right;
}
.headercta p {
    margin: 17px 0;
    transition:0.3s;
}
.small .headercta p {
    font-size:0.8rem;
    margin: 5px 0;
}
.headercta .fa {
    padding: 0 4px;
}
.headercta .day {
    padding: 0px 5px 0 10px;
    border-left: 1px solid #d6d6d6;
    margin-left: 7px;
}
.headercta .day:first-child {
    border:none;
    margin-left:0;
    padding-left:4px;
}
.mainnav {
    text-align:right;
    background-color:#002661;
    background-image:url(../img/texture-light.png);
    margin-top:10px;
    transition:0.3s;
}
.small .mainnav {
    margin-top:4px;
}
.mainnav ul {
    display:inline-block;
    margin:0;
}
.mainnav li {
    float:left;
    transition:0.3s;
    position:relative;
}
.mainnav .menu > li:last-child > a {
    padding-right:0;
}

.mainnav li a {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 11px 13px 8px 13px;
    color: #fff;
    display: block;
}
.mainnav .sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    left:0;
    box-shadow: 0px 8px 21px -7px rgba(0,0,0,0.5);
    display:none;
}
.mainnav .menu > li:hover .sub-menu {
    display:block;
}
.mainnav .sub-menu li {
    background-color: #002661;
    background-image: url(../img/texture-light.png);
    width:100%;
}
.mainnav .sub-menu li a {
    display:block;
    font-size:0.8em;
    font-weight:400;
    text-align:left;
    white-space: nowrap;
}
.headerpicture {
    background-image:url(../img/header.jpg);
    height:673px;
    background-size:cover;
    padding-top: 164px;
    text-align:right;
    overflow:hidden;
}
.headerpicture-small {
    height: 198px;
    background-size: cover;
    text-align: right;
    overflow: hidden;
    margin-top: 155px;
    transition:0.3s;
}
.headeroverlay {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
@keyframes fade-in-top {
    from {transform: translate(0,-100px);}
    to {transform: translate(0,0);}
}
.headerpicture h1,
.headerpicture-small h1 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    padding-top: 0;
    margin-top:0;
    line-height: 1.5;
    animation-name: fade-in-top;
    animation-duration: 1s;
}
.headerpicture h1 {
    text-align:left;
}
.headerpicture-small h1 {
    text-align:right;
    margin-top:20px;
}
.headerpicture-small h1 {
    text-shadow: 2px 2px 15px rgba(0,0,0,0.59);
}
@keyframes fade-in-side {
    from {transform: translate(100px,0);}
    to {transform: translate(0,0);}
}
.headerpicture p {
    text-align:left;
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 300;
    line-height: 1.6;
    animation-name: fade-in-side;
    animation-duration: 1s;
}
.informationsection {
    background-color: #002661;
    background-image: url(../img/texture-light.png);
    color: #fff;
    font-size: 1.4rem;
    padding: 14px 0;
    border-top: 2px solid #eaeaea;
}
.informationsection ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.informationsection li {
    list-style: none;
    float: left;
    padding-right:15px;
    margin-right:15px;
    border-right: 2px solid #fff;
}
.informationsection li a {
    text-decoration:none;
    color:#fff;
}
.informationsection li:first-child,
.informationsection li:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0px;
}
.informationsection li:first-child {
    padding-left:0;
    padding-right:10px;
}
.contentsection {
    padding: 40px 0;
    line-height: 1.5;
}
.contentsection:first-of-type {
     margin-top: 0;
}
.contentsection:nth-of-type(2n) {
    background-color:#fff;
}
.contentsection ul {
    padding: 0 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}
.contentsection ul li {
    border-bottom:1px solid #c6c6c6;
    padding:20px 0;
    position:relative;
    list-style:none;
    padding-left:30px;
    font-size:1.3rem;
}
.contentsection ul li:last-child {
    border:0;
}
.contentsection ul li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    font-family: fontawesome;
    color: #ef7f01;
}
.contentsection.massageprofile ul {
    background-color:transparent;
    border:0;
}
.contentsection.massageprofile ul li {
    padding:10px 0;
    padding-left: 30px;
}
.page-id-249 .contentsection h2,
.page-id-249 .contentsection h3 {
    color:#871d33;
}
.page-id-26 .contentsection h2,
.page-id-26 .contentsection h3 {
    color:#ffb733;
}
.contentsection h2 {
    font-size: 1.8rem;
    color:#002661;
    font-weight:500;
    margin-bottom: 10px;
    margin-top:0;
}
.contentsection p + h2 {
    margin-top: 38px;
}
.contentsection h3 {
    font-size: 1.6rem;
    color: #002661;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
}
.contentsection h4 {
    color: #ef7f01;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 1.6rem;
}
.contentsection .alignright {
    float:right;
    margin-left:20px;
}
.contentsection .alignleft {
    float:left;
    margin-right:20px;
}
.contentsection img {
    max-width:100%;
    height:auto;
}
.blog .contentsection hr {
    clear:both;
}

.headerphone {
    color: #ef7f01;
    font-weight: 500;
    text-decoration: none;
    display:inline-block;
}
.headerphone i {
    margin-right:5px;
    margin-left:10px;
}
.button {
    display: inline-block;
    background-color: #002661;
    background-image: url(../img/texture-light.png);
    text-transform: uppercase;
    color: #ef7f01;
    font-weight: 500;
    font-size: 1rem;
    padding: 20px 20px 20px 63px;
    border: 1px solid #fff;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}
.button::before {
    content: "";
    background-image: url(../img/orange-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: 9px;
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: perspective(100px) rotateY(0deg);
}
.button:hover::before {
        transform: perspective(100px) rotateY(30deg);
}
@keyframes fade-button-in {
    from {transform: translate(100px,0);}
    to {transform: translate(0,0);}
}
header .button {
    margin-top: 30px;
    font-size: 1.4rem;
    padding: 26px 20px 26px 89px;
    animation-name: fade-button-in;
    animation-duration: 1s;
}

header .button::before {
    width: 57px;
    height: 57px;
    left: 12px;
}
.services {
    padding: 55px 0 40px 0;
}
.services h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color:#002661;
}
.services h2 + .sub {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 7px 0;
}
.servicebox {
    display:block;
    text-decoration:none;
    position:relative;
    padding-bottom:54px;
    max-width:281px;
}
.servicebox img {
    width:100%;
    display:block;
    max-width:366px;
    height: 296px;
    object-fit: cover;
}
.servicebox.news {
    max-width:100%;
}
.service-button {
    background-image: url(../img/texture-light.png);
    font-weight: 500;
    font-size: 1.4rem;
    padding: 17px 20px 14px 62px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    min-height:54px;
}
.service-button::before {
    content: "";
    background-size: 34px;
    background-repeat: no-repeat;
    position: absolute;
    left: 19px;
    top: calc(50% - 17px);
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: perspective(100px) rotateY(0deg);
    width: 35px;
    height: 35px;
}
.servicebox:hover .service-button::before {
        transform: perspective(100px) rotateY(30deg);
}
.servicebox.news:hover .service-button::before {
        transform: perspective(100px) rotateY(0deg);
}
.servicebox.fitness .service-button {
    background-color: #871d33;
    color: #ffb733;
}
.servicebox.fitness .service-button::before {
    background-image: url(../img/yellow-circle.png);
}
.servicebox.spa .service-button {
    background-color: #002661;
    color: #ef7f01;
}
.servicebox.spa .service-button::before {
    background-image: url(../img/orange-circle.png);
}
.servicebox.squash .service-button {
    background-color: #ffb733;
    color: #2c3e50;
    background-image: url(../img/texture-dark.png);
}
.servicebox.squash .service-button::before {
    background-image: url(../img/blue-circle.png);
}
.news {
    background-color:#fff;
}
.servicebox.news .service-button {
    background-color: #ef7f01;
    color: #2c3e50;
    font-size: 1.25rem;
    padding: 7px 20px 7px 62px;
}
.servicebox.news .service-button::before {
    background-image: url(../img/blue-circle.png);
}
.servicebox.news .service-button:hover::before {
        transform: perspective(100px) rotateY(30deg);
}
.nowrap {
    white-space:nowrap;
}
.news-content {
    min-height: 296px;
    padding:10px 20px;
}
.newsexcerpt {
    margin-bottom: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 0.9rem;
}
.news-content .newsexcerpt:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.newsheadline {
    font-weight: 500;
    color: #002661;
    margin: 0 0 4px 0;
    font-size:1rem;
}
.newsheadline + p {
    margin:0 0 7px 0;;
}
.newsexcerpt a {
    color: #ef7f01;
    text-decoration: none;
}
.newsexcerpt a:hover {
    text-decoration:underline;
}
.ueber-uns {
    background-image: url(../img/ueber-uns-bg.jpg);
    background-position: center 106px;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    padding: 55px 0 55px 0;
    text-align:center;
    line-height: 1.5;
}
.ueber-uns .white-bg {
    background-color: rgba(255, 255, 255, 0.82);
    padding: 10px 0 40px 0;
    position:relative;
}
.ueber-uns .white-bg .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% - -10px);
    overflow:hidden;
}
.ueber-uns .white-bg .overlay img {
    display:block;
    min-width:100%;
    min-height:100%;
}
.ueber-uns h2 {
    font-weight: 500;
    color:#002661;
    font-size: 1.8rem;
}
.orangeborder {
    border: #ef7f01 3px solid;
    border-top: 0;
    position:relative;
    padding:0 20px;
}
.orangeborder::before,
.orangeborder::after {
    top: 0;

    width: 30px;
    height: 3px;
    background-color: #ef7f01;
    position: absolute;
    content: "";
    display: block;
}
.orangeborder::before {
    left: 0;
}
.orangeborder::after {
    right: 0;
}
.orangeborder h2:first-child {
    position: relative;
    top: -12px;
    margin-bottom: -2px;
}
.fitnesssection,
.spasection,
.squashsection {
        padding: 55px 0 40px 0;
}
.fitnesssection,
.squashsection {
    background-color:#fff;
}
.fitnesssection h2 {
    font-size: 1.8rem;
    font-weight:500;
    margin-bottom: 36px;
    margin-top: 0;
}
.sub-servicebox {
    display:block;
    text-decoration:none;
    position:relative;
}
.sub-servicebox img {
    display: block;
    width: 100%;
    margin-bottom: 51px;
}
.sub-service-button {
    background-image: url(../img/texture-light.png);
    font-weight: 500;
    padding: 15px 10px 16px 40px;
    position: absolute;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    font-size: 1.25rem;
    left: 0;
    right: 0;
    bottom: -51px;
}
.squashsection .sub-service-button {
    background-image: url(../img/texture-dark.png);
}
.sub-service-button::before {
    content: "";
    background-size: 22px;
    background-repeat: no-repeat;
    position: absolute;
    left: 9px;
    top: calc(50% - 12px);
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: perspective(100px) rotateY(0deg);
    width: 24px;
    height: 24px;
}
.fitnessection h2,
.spasection h2,
.squashsection h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 36px;
    margin-top: 0;
}
.squashsection h2 {
    color:#2c3e50;
}
.squashsection h2 .servicecolor {
    color: #ffb733;
}
.fitnesssection h2 {
    color: #ffb733;
}
.fitnesssection h2 .servicecolor {
    color: #871d33;
}
.spasection h2 {
    color: #ef7f01;
}
.spasection h2 .servicecolor {
    color: #002661;
}
.sub-servicebox:hover .sub-service-button::before {
        transform: perspective(100px) rotateY(30deg);
}
.sub-servicebox.news:hover .sub-service-button::before {
        transform: perspective(100px) rotateY(0deg);
}
.fitnesssection .sub-servicebox .sub-service-button {
    background-color: #871d33;
    color: #ffb733;
}
.fitnesssection .sub-servicebox .sub-service-button::before {
    background-image: url(../img/yellow-circle.png);
}
.spasection .sub-servicebox .sub-service-button {
    background-color: #002661;
    color: #ef7f01;
}
.spasection .sub-servicebox .sub-service-button::before {
    background-image: url(../img/orange-circle.png);
}
.squashsection .sub-servicebox .sub-service-button {
    background-color: #ffb733;
    color: #2c3e50;
}
.squashsection .sub-servicebox .sub-service-button::before {
    background-image: url(../img/blue-circle.png);
}
.sub-servicebox.spa .sub-service-button {
    background-color: #002661;
    color: #ef7f01;
}
.sub-servicebox.spa .sub-service-button::before {
    background-image: url(../img/orange-circle.png);
}
.sub-servicebox.squash .sub-service-button {
    background-color: #ffb733;
    color: #2c3e50;
    background-image: url(../img/texture-dark.png);
}
.sub-servicebox.squash .sub-service-button::before {
    background-image: url(../img/blue-circle.png);
}
.service-circle-wrapper {
    position: absolute;
    z-index: 1;
    top: -85px;
    left:0;
    text-decoration:none;
}
.service-circle {
    display: block;
    width: 100%;
    height: 183px;
    border-radius: 102px;
    text-align: center;
    padding: 49px 20px;
    position: relative;
    background-image: url(../img/texture-dark.png);
    transform: perspective(400px) rotateY(0deg);
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.services .service-circle {
    width: 153px;
    height: 153px;
    padding: 40px;
    position: absolute;
    top: -46px;
    right: calc(50% - 75px);
}

.service-circle.tworows {
        padding: 30px 20px;
}
.fitnesssection .service-circle,
.services .service-circle.fitness {
    background-color: #ffb733;
    box-shadow: 0px 0px 0px 2px #fff;
}
.spasection .service-circle {
    background-color: #ef7f01;
    box-shadow: 0px 0px 0px 2px #eaeaea;
}
.squashsection .service-circle {
    background-color: #0a3f54;
    box-shadow: 0px 0px 0px 2px #fff;
}
.service-circle-wrapper:hover .service-circle {
    transform: perspective(400px) rotateY(30deg);
}
.service-circle h3 {
    position:relative;
    font-weight:500;
    font-size: 1.8rem;
    color: #ffb733;
}
.services .service-circle.fitness h3 {
    color: #ffb733;
    font-size:1.5rem;
}
.spasection .service-circle h3 {
    color:#ef7f01;
}
.squashsection .service-circle h3 {
    color:#2c3e50;
}
.service-circle::before {
    position: absolute;
    top: 17px;
    left: 17px;
    right: 17px;
    bottom: 17px;
    content: "";
    border-radius: 102px;
}
.fitnesssection .service-circle::before,
.services .service-circle.fitness::before{
    background-color: #871d33;
    background-image: url(../img/texture-light.png);
}
.spasection .service-circle::before {
    background-color: #002661;
    background-image: url(../img/texture-light.png);
}
.squashsection .service-circle::before {
    background-color: #ffb733;
    background-image: url(../img/texture-dark.png);
}
.betriebssport {
    background-position: center 106px;
    background-repeat: no-repeat;
    background-image:url(../img/betriebssport-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 55px 0 40px 0;
    text-align: center;
    line-height: 1.5;
    margin:20px 0;
}
.betriebssport .white-bg {
    background-color: rgba(255, 255, 255, 0.82);
    padding: 20px;
    position: relative;
}
.betriebssport h2 {
    font-weight: 500;
    color: #002661;
    font-size: 1.8rem;
}
.betriebssport .button {
    margin-bottom: 30px;
    margin-top: 10px;
}
.mitglied-werden {
    background-color:#fff;
    margin-bottom:20px;
}
.servicelist {
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    position: absolute;
    background-image: url(../img/betriebssport-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center 106px;
}
.contact {
    margin-top: 10px;
    margin-bottom: 25px;
    min-height:754px;
}

.mitglied-werden h2 {
    font-weight: 500;
    color: #002661;
    font-size: 1.8rem;
}
.specialbox {
    position:relative;
    line-height: 1.5;
    border: 1px solid #bfb1b1;
    padding: 10px 20px 10px 60px;
}
.contact .specialbox {
    margin: 33px 0;
}
.specialbox a {
	font-size: 20px;
    font-weight: 400;
}
.specialbox::before {
    position: absolute;
    content: "\f095";
    font-family: fontawesome;
    color: #ef7f01;
    left: 15px;
    font-size: 2.7em;
    top: calc(50% - 29px);
}
label {
    display: block;
    padding: 15px;
    background-color: #ef7f01;
    position: relative;
    margin:10px 0;
    font-weight:500;
    font-size: 1.13rem;
    color:#fff;
}
label input[type="text"],
label input[type="email"]{
    position: absolute;
    right: 3px;
    width: 70%;
    display: block;
    top: 3px;
    bottom: 3px;
    font-size: 1.13rem;
    border:0;
    padding:10px;
    outline:none;
    transition:0.3s;
}
label textarea {
    width: calc(100% + 22px);
    margin-left: -11px;
    left: -11px;
    display: block;
    font-size: 1.13rem;
    border: 0;
    padding: 10px;
    outline: none;
    transition: 0.3s;
    resize: vertical;
    min-height: 120px;
    margin-bottom: -11px;
    margin-top: 12px;
}
label input[type="text"]:active,
label input[type="text"]:focus,
label input[type="email"]:active,
label input[type="email"]:focus,
label input[type="text"]:hover:active,
label input[type="text"]:hover:focus,
label input[type="email"]:hover:active,
label input[type="email"]:hover:focus {
    width:calc(100% - 6px);
}
label input[type="text"]:hover,
label input[type="email"]:hover,
label:hover input[type="text"],
label:hover input[type="email"] {
    width:75%;
}
label textarea:active,
label textarea:focus,
label textarea:hover:active,
label textarea:hover:focus {
    width:calc(90% - 6px);
}
label textarea:hover {
    width:calc(100% - 6px);
}
label .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
label.message .wpcf7-form-control-wrap {
    width: 100%;
    left: 0;
    display: block;
    position: static;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c5c5c5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c5c5c5;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c5c5c5;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c5c5c5;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c5c5c5;
}
.contactnote {
    font-size: 0.8rem;
    line-height:1.2;
}
.contact .button {
    margin-top: 10px;
    float: right;
}
button.button {
    font-weight:600;
    cursor:pointer;
}
.mitglied-werden .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 40px;
    background-color: rgba(255, 255, 255, 0.82);
    padding-top:10px;
}

.mitglied-werden .content ul {
    margin:0;
    padding:0;
}
.mitglied-werden .content li {
    list-style: none;
    font-weight: 400;
    position: relative;
    padding-left: 23px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d6d6d6;
    line-height:1.5;
}
.mitglied-werden .content ul > li:last-child {
    margin-bottom:0;
    border-bottom:0;
}
.mitglied-werden .content li::before {
    content:"\f058";
    position:absolute;
    left:0;
    font-family:fontawesome;
    color:#ef7f01;
}
.mitglied-werden h3 {
    color: #002661;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top:14px;
}
.servicelistmore {
    display:block;
    padding-top:10px;
}
#map {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.contactdata {
    pointer-events:auto;
    line-height: 1.5;
}
.contactdata p:first-child {
    margin-top:0;
}
.gm-style-pbc {
    text-align: right;
    padding-right: 20px !important;
}
.contactdata {
        background-color: rgba(255, 255, 255, 0.82);
    height:634px;
}
.contacttable,
.contacttable a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #002661;
    text-decoration:none;
}
.contacttable tr > td:first-child {
    padding:5px 10px 5px 0;
}
.oeffnungszeiten tr > td:nth-child(2) {
    padding-left:10px;
}
footer {
    background-color: #3f3f3f;
    padding: 50px 0;
    color:#fff;
}
.menu-footernav-container {
    text-align:right;
}
#menu-footernav {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.menu li {
    list-style:none;
}
footer a {
    color:#fff;
    text-decoration:none;
}
footer a:hover {
    text-decoration:underline;
}
article {
    padding-bottom: 40px;
}
article + div + article {
    border-top: 1px solid #d6d6d6;
}
article::after {
    display:block;
    clear:both;
    content:"";
}

.buttonup {
    position: fixed;
    bottom: 50px;
    right: -65px;
    width: 56px;
    height: 50px;
    background-color: rgba(239, 127, 1, 0.73);
    padding: 9px 19px;
    padding-right: 42px;
    font-size: 20px;
    border-right: 0;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    z-index: 15;
    border: 2px solid #f5f5f5;
    border-right: 0;
}
.buttonup.active {
    right: -5px;
}
.buttonup:hover {
    right: 0px;
    background-color: rgba(239, 127, 1, 1);
}
#kontaktform2 {
    border: 1px solid #bfb1b1;
    padding: 20px;
}
#kontaktform2 td {
    padding-bottom: 15px;
}
#kontaktform2 tr td:first-child {
    padding-right: 10px;
    color:#afafaf;
}
#kontaktform2 strong {
    font-weight:400;
}
#kontaktform2 tr td:last-child {
    color:#ef7f01;
    font-weight:400;
}
.course {
    background-position: center 106px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/sportundspa/assets/img/betriebssport-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 55px 0 40px 0;
}
.coursewrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 8px solid rgb(239, 123, 0);
}
.coursetitlewrapper {
    width: 220px;
    height: 200px;
    float: left;
}
.coursetitle {
    width: 100%;
    height: 200px;
    background-color: #142462;
    position: relative;
    display: table;
}
.coursetitle .circle {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    border-radius: 100px;
    border: 19px solid rgba(239, 123, 0, 0.2);
}
.coursetitle h2 {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 400;
}
.coursedescription {
    height: 200px;
    display: table;
}
.coursedescriptionwrapper {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
}
.gallery-item a {
    display:block;
}
#gallery-1 {
    margin-left:-10px !important;
    margin-right:-10px !important;
}
#gallery-1 .gallery-item {
    padding:10px;
}
/***** Wordpress Adminbar-FIX **/
body.admin-bar .fixedsection {
    top:32px;
}
.fullwidthimage {
    margin-top:10px;
}
.fullwidthimage img {
    width:100%;
}
.wpcf7-not-valid-tip {
    display:none !important;
}
.bluebox {
    background-color: #002661;
    padding: 10px 20px 16px 20px;
    margin-top: 1px;
}
.bluebox h3 {
    color: #fff;
    margin-top: 0;
}
.bluebox p {
    color: #fff;
    margin: 0;
}
.bluebox p + p {
    margin-top:10px;
}
.content-column {
    padding-left: 10px;
    padding-right: 10px;
}
.content-column ul:first-child {
    margin-top:0;
}
.wassermassageprices {
    background-color: #002661;
    color: #fff;
    font-size: 1.5rem;
    border-collapse:separate;
    border-spacing:0;
    border: 1px solid #002661;
    width: 100%;
}
.wassermassageprices tr .normalprice td.bold {
    font-weight: 500;
}
.wassermassageprices td {
    padding: 5px 20px;
}
.wassermassageprices .normalprice td:nth-of-type(2) {
    border-right:1px solid #fff;
}
.wassermassageprices .normalprice td p {
    margin: 0;
    font-size: 1rem;
    color: #ffffff8a;
}
.wassermassageprices tr:last-child td {
    border-bottom:0;
}
.wassermassageprices .premiumheadline {
    background-color: #eb7903;
    font-weight: 500;
    text-align:center;
}
.wassermassageprices .premiumheadline td {
    padding-bottom:0;
}
.wassermassageprices .premiumheadline + .premiumheadline td {
    border-bottom: 0;
    padding-top: 0;
    color: #002661;
    font-weight: 600;
    font-size: 2rem;
    padding-bottom:20px;
}
.wassermassageprices .premiumheadline + .premiumheadline td {
    border-bottom: 0;
    padding-top: 0;
    color: #002661;
    font-weight: 600;
    font-size: 2rem;
}
.premiumbutton {
    border: 1px solid #002661;
    border-radius: 3px;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 10px;
    text-decoration:none;
    display:block;
    transition:0.3s;
    position:relative;
    background-color: rgba(0, 38, 97, 0);
}
.premiumbutton:hover {
    background-color: #002661;
    border: 1px solid #ffffff;
    color: #fff;
}
.premiumsubheadline {
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
}
.tablewrapper {
    overflow:auto;
}
.sponsor {
	padding: 10px;
    margin: 20px 0;
    border: 1px solid;
}
.sponsor strong {
    display:block;
}
.sponsor img {
	float:right;
    margin-top:10px;
    margin-left:20px;
}
.headerbox {
    margin-top: 237px;
    background-color: rgba(6, 40, 82, 0.5882352941176471);
    padding: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.speisen {
    width:100%;
    margin-bottom:20px;
    border: 3px solid #002661;
}
.speisen td,
.speisen th {
    padding:10px;
}

.speisen th {
    background-color:#002661;
    color:#fff;
    text-align:left;
}
.speisen th:nth-child(2) {
    text-align:right;
}
.speisen td:nth-child(2) {
    text-align:right;
}
.speisen tr:nth-child(2n) td {
    background-color:#fff;
}

/* Änderungen Kevin */

.wechsel {
    margin-left: 320px;
    position: absolute; 
}

.wechsel-2 {
    position: relative;
    display: none;
}

.select-studio {
    color: #fff;
    background-color: #0D2D67;
    padding: 10px 15px;
    font-size: 19px;
    border: 0px;
display: none;
}
.select-studio:first-child {
color: #fff;
    background-color: #0D2D67;
}

.languages {
/*background-color: #0D2D67;*/
color: #fff;
/*display: none;*/
}

.languages ul {
margin-top: -2px;
padding: 0;
}

.languages a{
color: #fff;
text-decoration: none;
}

.languages li {
list-style-type: none;
text-align: left;
/*margin-left: -31px;*/
font-size: 18px;
padding: 10px 13px;
display: inline-block;
background-color: #0D2D67;
}

.languages .active {
	background-color: #F77304 !important;
}

@media (max-width:945px) {
    .wechsel {
        margin-left: 176px;
    }
}

@media (max-width:888px) {
    .headerpicture h1, .headerpicture-small h1 {
        font-size: 28px;
    }
}

@media (max-width: 580px) {

    .select-studio {
        padding: 4px;
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar .fixedsection {
        top:0;
    }
}
/***** Wordpress Adminbar-FIX END**/

.mainnav ul.mobilenav {
    display:none;
    position:relative;
    z-index:10;
}
@media screen and (max-width:1199px) {
    .languages {
      padding: 0 10px;
    }
    .fixedsection {
      margin-top: 36px;
    }
    .wechsel {
      position: relative;
      margin-left: -10px;
      top: -34px;
      width: calc(100% + 20px);
    }
    .headerpicture-small {
        margin-top: 184px;
    }
    .ueber-uns,
    .betriebssport {
        background-position: center 104px;
    }
    .contactdata {
        height:auto;
    }
    .map {
        position:static;
    }
    #map {
        position:relative;
        height: 200px;
    }
    .servicelist {
        background-image:none;
        position:static;
        width:100%;
    }
    .contact {
        float:none;
        padding-top:20px;
        min-height:auto;
    }
    .mitglied-werden .content {
        position: static;
        background-color: transparent;
        padding-top: 50px;
        width: 100%;
        padding-bottom: 40px;
    }
    fitnesssection.service-circle {
        padding: 36px 20px;
        height: 133px;
    }
    .service-circle h3 {
        font-size: 1.3rem;
    }
    .servicebox.news .service-button {
        padding: 17px 20px 14px 62px;
    }
    .services .row {
        max-width: 921px;
    }
    .mainnav ul {
        display:none;
    }
    .mainnav ul.mobilenav {
        display:inline-block;
    }
    .mainnav .active ul {
        display:block;
    }
    .menu-mainnav-container.active {
        position: fixed;
        left: 0;
        right: 0;
        top: 187px;
        bottom: 0;
        background-image: url(../img/texture-light.png);
        background-color: #002661;
        z-index: 0;
        padding-top: 10px;
        text-align:left;
        z-index:20;
        transition:top 0.3s;
        overflow-y:auto;
    }
    .menu-mainnav-container.active li {
        float:none;
    }
    .menu-mainnav-container.active ul {
        padding-left:10px;
    }
    .menu-mainnav-container.active .sub-menu {
        position: static;
        box-shadow: none;
        padding-left: 0;
    }
    .menu-mainnav-container.active .sub-menu a {
        padding-top: 0;
    }
    .headerlogo img {
    max-width:140px;
    }
    .headerlogo img:hover {
        max-width:200px;
    }
    .smallnav ul {
        margin:0;
    }
    .smallnav li a {
        font-size:0.7rem;
    }
    .headercta p {
        font-size:0.8rem;
        margin: 5px 0;
    }
    .mainnav {
        margin-top:0;
    }
    .informationsection ul li:first-child {
        float:none;
        display:block;
        padding-bottom:5px;
    }
    .headerlogo img:hover {
        max-width: 200px;
    }
    .ueber-uns .white-bg {
        padding-top:0;
    }
    .ueber-uns .white-bg .overlay {
        position:static;
    }
    .ueber-uns .white-bg .overlay img {
        width:100%;
    }
    .service-circle-wrapper {
        position: static;
        width: 100%;
    }
    .service-circle {
        border-radius:0;
        text-align:left;
        padding:20px 40px;
        height:auto;
    }
    .service-circle h3 {
        margin:10px;
    }
    .service-circle-wrapper:hover .service-circle {
        transform: perspective(400px) rotateY(0deg);
    }
    .service-circle::before {
        border-radius:0;
    }
}
@media (max-width:599px) {
    .menu-mainnav-container.active {
      top: 171px;
    }
    .sponsor img {
        float:none;
        margin-left:none;
    }
    .ueber-uns,
    .betriebssport {
        background-position: center top;
        background-attachment: scroll;
    }
    .small .mainnav {
        margin-top:0;
    }
    .headerpicture-small {
        margin-top: 147px;
    }
    label input[type="text"], label input[type="email"],
    label input[type="text"]:hover, label input[type="email"]:hover {
        width: calc(100% - 6px);
    }
    label textarea:hover,
    label textarea:focus,
    label textarea:hover:focus {
        width: calc(100% + 22px);
    }
    .orangeborder {
        border:none;
    }
    .orangeborder::before,
    .orangeborder::after {
        width:0;
        height:0;
    }
    .headerpicture {
        text-align:left;
        padding-top:87px;
        height:auto;
        padding-bottom:20px;
    }
    .headerpicture-small {
        text-align:left;
        padding-top:87px;
        height:auto;
        padding-bottom:20px;
    }
    .headerpicture h1,
    .headerpicture-small h1 {
        padding-top: 0;
        font-size: 2rem;
    }
    header .button::before {
    width: 30px;
    height: 30px;
    }
    header .button {
        padding: 18px 20px 15px 55px;
        font-size: 1rem;
        font-weight: 400;
    }
    .informationsection {
        font-size:1.0rem;
    }
    .informationsection li {
        margin-bottom:5px;
        padding-right:7px;
        margin-right:7px;
        border-width:1px;
    }
    .small .headerlogo img,
    .headerlogo img {
        max-width: 118px;
    }
    .headerpicture {
        background-image: url(../img/header_sm.jpg);
    }
    .betriebssport {
        background-image: url(../img/betriebssport-bg_sm.jpg);
    }
}
@media (max-width:470px) {
  .languages a {
    font-size: 14px;
  }
}
@media (max-width:430px) {
  .menu-mainnav-container.active {
    top: 187px;
  }
}
