::selection {
    color: #fff;
    background: #319F49;
}
/************ FONTS *************/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), 
        url('../../../fonts/Roboto-Black.woff2') format('woff2'),
        url('../../../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Ledium'),
        url('../../../fonts/Roboto-Light.woff2') format('woff2'),
        url('../../../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../../../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../../../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
p, span, div, li, td, tr {
    font-family: 'Roboto';
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    font-weight: 900;
}
a {
    font-family: 'Roboto';
    font-weight: 500;
}
.fas {
	color: #319F49;
}
.akzent {
	font-weight: 900;
	color: #319F49;
}
.headline {
	text-align: center;
	color: #EEEEEE;
	font-size: 100px;
	font-weight: 300;
	text-transform: uppercase;
    line-height: 80px;
}
.subheadline {
    color: #319F49;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-top: -30px;
}
video {
    width: 100%;
}
/**** HEADER ****/
#sp-header {
  background: #fff !important;
}
/**** NAVIGATION ****/
#sp-menu {
	align-items: center !important;
	align-content: center;
	display: flex;
    justify-content: flex-end !important;
}
#sp-menu .sp-megamenu-wrapper .sp-megamenu-parent {
	margin: 0px !important;
}
#sp-menu .sp-megamenu-parent {
	margin: 0px;
	float: none;
}
#sp-menu .sp-megamenu-parent > li > a, #sp-menu .sp-megamenu-parent > li > span {
	padding: 0 15px;
	line-height: inherit;
	font-size: 14px;
	margin: 0;
}
#sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li > a, #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li > span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
#sp-menu > .sp-column {
	height: 100%;
	flex-direction: column !important;
	align-items: flex-end !important;
	justify-content: center !important;
}
#sp-menu .sp-module ul > li > a {
    font-size: 12px;
    font-weight: 300;
}
#sp-menu .menu.secondary {
	margin-bottom: 20px !important;
    margin-right: 75px;
}
#sp-menu .menu > li > a {
	padding: 0px 20px 0 0;
    margin: 0px 20px 0 0;
    border-right: 1px solid rgba(84, 89, 95, 0.25);
    color: #8a8a8a;
}
#sp-menu .menu li:hover a {
    color: #319F49 !important;
}
#sp-menu .menu > li:last-child a {
	padding: 0px;
    margin: 0px;
    border-right: none !important;
}
.sp-megamenu-parent:not(.menu) > li:last-child > a {
	padding: 0px 0px 0px 15px !important;
}
#sp-menu > .sp-column.menulang {
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex-wrap: wrap;
	height: inherit;
}
#sp-menu .menulang .menu {
    margin-bottom: 0px !important;
}
#sp-menu .menulang .sp-megamenu-wrapper {
	flex-basis: 100%;
	justify-content: flex-end;
	margin-top: 0px;
}
#sp-menu #offcanvas-toggler {
    visibility: hidden;
    display: none;
}
.pos.simm {
	display: block;
	margin: 0 auto;
	max-height: 490px;
}
#sp-menu .menu.mainnav {
	list-style: none;
	display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
}
#sp-menu .menu.mainnav > li > a, #sp-menu .menu.mainnav > li > span {
    line-height: inherit;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    border: 0;
}
#sp-menu .mod-languages {
	position: absolute;
	top: 34px;
	margin-left: -55px;
}


/**** HERO ****/
section#sp-hero {
	background-image: url('../../../images/stories/vitafit-herobanner-2024.webp');
	background-size: cover;
	background-position: center;
	padding: 80px 0px;
}
#sp-hero h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 2rem;
}
#sp-hero .cf-label {
	color: #fff !important;
    font-weight: 300;
}
#sp-hero .cf-control-label .cf-label {
	font-weight: 500;
    font-size: 15px;
}
#sp-hero .banner {
	margin-top: 20px;
	padding: 0px 20px;
	background-color: #fff;
    box-shadow: 0px 0px 20px rgba(255,255,255,0.5);
    animation: pulse 2s infinite;
}
#sp-hero .banner-text {
    font-size: 20px;
    margin: 0 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.0);
    }
    50% {
        box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
    }
    75% {
        box-shadow: 0px 0px 75px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.0);
    }
}
#sp-hero .banner-text #abonnements {
    display: inline;
    font-size: 35px;
    margin: 0 10px;
    font-weight: 900;
}

/**** TEMPLATE ****/
.sp-page-title {
	background-position: center top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
    min-height: 350px;
}
.sp-page-title h1, .sp-page-title h2 {
    display: none;
}
#sp-main-body {
	padding: 0;
}
.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}
.article-details .article-ratings-social-share {
	display: none !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}
#sp-bottom {
    background: url('../../../images/stories/vitafit-footer-bg-1200x350.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
#sp-bottom #sp-bottom1 .fas {
	margin-right: 10px;
}
#sp-bottom .lang-inline {
	display: flex;
	gap: 10px;
}
#sp-bottom .sp-module {
	margin-bottom: 50px;
}
#sp-bottom .container-inner {
	padding: 50px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sp-bottom .bottom-vvk {
	border-top: 1px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-style: dotted;
    border-color: #efefefcc;
	border-radius: 0;
	padding: 20px;
	display: flex;
}
#sp-bottom .bottom-vvk h3 {
	font-size: 20px;
	margin-bottom: 0px;
	width: 85%;
    color: #319F49;
}
#sp-bottom .bottom-vvk img {
	width: 140px;
	text-overflow: clip;
	margin-top: -53px;
}
#sp-footer {
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 40px 20px;
}
#sp-bottom .container-inner {
    border-top: 0px;
}
#sp-footer .container-inner {
	padding: 0;
	border-top: 0px;
}
#sp-bottom h2 {
	font-size: 18px;
    margin-bottom: 15px;
}
#sp-bottom p {
	margin-bottom: 0px;
}
#sp-bottom .sp-module ul > li {
	display: block;
	margin-bottom: 0px;
}
hr.space {
	margin: 30px 0px;
	border: 0;
}
.btn-primary, .sppb-btn-primary {
	border-radius: 0px !important;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	color: #fff;
	background-color: #1c5e2a;
	border-color: #1c5e2a;
}
.itemid-109 .article-details, .itemid-110 .article-details {
	padding: 50px 0px;
}
/***** Französisch Aktiv Poster *****/
body.fr-fr #willkommen .welcomeimg {
	max-height: 750px;
}
body.fr-fr #willkommen video {
    margin-top: 15px;
}
body.fr-fr #willkommen .row {
	align-items: center;
}

/***** VORVERKAUF *****/
#sp-hero .vorverkauf .topheadline {
	display: block;
	font-size: 25px;
}

#sp-slider {
	margin-top: -30px;
	margin-bottom: 30px;
}
.igui-slidenav {
	display: none !important;
}
.article-details.vitafitclubs {
	padding: 60px 0px;
}
body.vitafit-clubs #sp-header {
    position: absolute;
    background: none;
    box-shadow: none;
    padding-top: 20px;
}
body.vitafit-clubs #sp-logo .align-items-center {
	justify-content: start !important;
	justify-items: flex-start;
	justify-content: flex-start;
}
body.vitafit-clubs #sp-header > .container {
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}
body.vitafit-clubs section#sp-hero {
    padding: 200px 0px 80px;
}
body.vitafit-clubs #sp-header .sp-module {
	margin-left: 0px;
}
#sp-header .sp-module.header-icons {
	width: 100%;
}
#sp-position1 {
	align-content: center;
	align-items: center;
	display: flex !important;
	justify-content: end;
	justify-content: flex-end;
	justify-items: flex-end;
}
#sp-position1 .sp-column {
	justify-content: end;
	justify-items: end;
}
#sp-position2 {
	align-content: center;
    align-items: center;
    display: flex !important;
}
#sp-position2 .sp-column {
	width: 100%;
}
#sp-position2 .custom ul {
	display: flex;
	list-style: none;
	padding-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    justify-content: space-around;
}
#sp-position2 .custom ul li {
    font-size: 14px;
}
#sp-position2 .custom ul li .icon {
	color: #009640;
}
#sp-logo .sp-column {
	justify-content: flex-start !important;
	justify-content: start !important;
	justify-items: flex-start;
}
#countdown {
	margin: 0 auto;
}
#sp-position1 .mod-custom {
	align-content: center;
	justify-content: flex-end;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	padding: 15px 30px;
	background: #333;
}
#countdown ul {
	display: flex;
	flex-basis: 100%;
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
    margin-bottom: 0px;
}
#countdown ul li {
	text-align: center;
	color: #fff;
	padding: 0px 0px;
	margin-right: 12px;
}
#countdown ul > li:last-child {
    margin-right: 0px;
}
#countdown .timenumbers {
    font-weight: 900;
}
#countdown .timedescription {
    margin-bottom: 0px;
    font-weight: 300;
    color: #fff;
    font-size: 10px;
}
.countdown-caption {
	text-transform: uppercase;
	font-weight: 900;
	line-height: 20px;
    color: #fff;
}

/***** CLUBS ******/
body.vitafit-clubs #sp-header {
    background: none !important;
}
body.vitafit-clubs {
	animation: bganimation 5s linear infinite alternate both;
}
@keyframes bganimation {
    0%{background-color:#319F49;}100%{background-color:#006e30;}
}
#sp-position3 {
	display: flex !important;
}
body.vitafit-clubs #sp-footer a {
    color: #fff !important;
    font-weight: 300 !important;
}
#clubs {
    padding-top: 200px;
    padding-bottom: 30px;
}
.clubs-headertext h1 {
	font-size: 1.7rem;
	color: #319F49;
	margin-top: -3px;
}
.clubs-headertext p {
	margin-bottom: 5px;
	font-size: .9rem;
	font-weight: 300;
}
#sp-sprachwechsel {
	display: flex;
}
body.vitafit-clubs #sp-sprachwechsel {
	align-items: center;
	justify-content: center;
}
.studio {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09);
    border-radius: 2px;
    transition: all 300ms ease-in-out;
    margin-bottom: 22px;
}
.studio:hover {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.35);
}
.studio .daten {
	width: 100%;
    padding: 15px;
    height: 100%;
    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.studio .daten .btn {
	display: block;
	background: #eee;
	color: #319F49;
	text-transform: uppercase;
    font-weight: bold;
}
.studio:hover .daten .btn {
    background-color: #319F49;
    color: #fff;
}
.studio .daten strong {
    color: #000 !important;
}
.studio .studio-img {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 2px 2px 0px 0px;
}
.studio .studio-img img {
	width: 100%;
    min-height: 200px;
}
#galerie {
	margin-bottom: 100px;
}

/***** FORMULAR *****/
.convertforms.cf-success .cf-response {
    background-color: transparent !important;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
	padding: 0px !important;
}
.cf-fields input::placeholder {
	color: #333 !important;
}
input[type="checkbox"] + label::before, input[type="radio"] + label::before {
	content: '';
	display: inline-flex;
    width: 15px;
    height: 15px;
    border: 1px solid #FFF;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
    margin-right: 10px;
    margin-bottom: -2px;
}
#cf-13.convertforms .cf-control-group:not(.chbox) .cf-control-input input[type="checkbox"]:checked + label::before, #sp-hero .vorverkauf.convertforms .cf-control-group:not(.chbox) .cf-control-input input[type="radio"]:checked + label::before, #sp-hero .vorverkauf.convertforms .cf-control-group:not(.chbox) .cf-control-input input[type="checkbox"]:checked + label::before, #cf-13.convertforms .cf-control-group:not(.chbox) .cf-control-input input[type="radio"]:checked + label::before {
   border: 1px solid #319f49;
}
input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
	width: 10px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent !important;
    border-left-color: transparent !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    margin-top: -4px;
}
.cf-radio-group input.cf-input, .cf-checkbox-group input.cf-input {
	opacity: 0;
    position: absolute;
}
.cf-control-label label {
	text-transform: uppercase !important;
	margin-bottom: 10px !important;
}
#sp-hero .vorverkauf.convertforms .cf-control-group:not(.chbox) .cf-control-input .cf-label {
	padding: 0px;
	border: 1px solid #e1e1e1;
	transition: all 150ms linear;
	cursor: pointer;
	background: rgba(255,255,255,0);
	color: #fff;
	width: 100%;
	font-size: 15px;
    font-weight: 500;
}
#cf-13.convertforms .cf-control-group:not(.chbox).tarifauswahl .cf-label, #sp-hero .vorverkauf.convertforms .cf-control-group:not(.chbox).tarifauswahl .cf-label {
	padding: 17px 30px !important;
}
#sp-hero .vorverkauf.convertforms .cf-control-group:not(.chbox) .cf-control-input input:checked + label {
	border: 1px solid #fff !important;
	background: rgba(255, 255, 255, 1) !important;
	color: #319f49 !important;
}
#sp-hero .vorverkauf.convertforms .cf-control-group:not(.chbox) .cf-input[type="checkbox"], #sp-hero .vorverkauf.convertforms .convertforms .cf-input[type="radio"] {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
#sp-hero .tarifauswahl {
	display: flex;
	justify-items: center;
	align-content: center;
	align-items: baseline;
}
#sp-hero .tarifauswahl .cf-control-label .cf-label {
	margin-bottom: 0px !important;
	margin-right: 20px;
}
.angebotwahl .cf-radio-group {
	flex-basis: 25%;
}
.itemid-312 .angebotwahl .cf-list > .cf-radio-group:nth-child(4) {
	display: flex;
}
.bild-oeffnungszeiten {
	position: relative;
	float: right;
	background: #fff;
	border-radius: 100%;
	border: 4px solid #fff;
	max-width: 220px;
	margin-top: -120px;
	transform: rotate(8deg);
	margin-right: 0px;
    z-index: 95;
    display: none;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
}
.angebotwahl .cf-label {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    border: none !important;
    background: rgba(255,255,255,.2) !important;
}
.angebotwahl .cf-label .infoblock {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 7px 10px;
    align-items: center;
}
.angebotwahl .cf-label .infoblock .text {
	display: block;
	width: 100%;
	text-align: right;
}
.angebotwahl .cf-label .infoblock .text .preis {
    display: block;
    width: 100%;
    margin-top: 5px;
}
.angebotwahl .cf-label .infoblock .text .preis .old {
    text-decoration: line-through;
}
.angebotwahl .cf-label .infoblock .text .preis .neu {
	font-weight: 900;
	font-size: inherit;
}
.angebotwahl .cf-label .infoblock .prozent {
	font-size: 18px;
	font-weight: 900;
	background: #fff;
	color: green;
	padding: 10px;
}
.angebotwahl input[type="checkbox"] + label::before, .angebotwahl input[type="radio"] + label::before {
    display: none;
}
#sp-hero #mod-custom184 .convertforms .cf-control-group:not(.chbox) .cf-control-input input:checked + label > .text, #sp-hero #mod-custom193 .convertforms .cf-control-group:not(.chbox) .cf-control-input input:checked + label > .text {
	border-top-color: #319f49;
}
.view-form {
	background: #dedede;
}
.view-form #sp-main-body {
	padding: 80px 0px;
}
.flexfix .cf-label {
	display: flex;
}
.itemid-369 .flexfix input[type="checkbox"] + label::before, .itemid-319 .flexfix input[type="checkbox"] + label::before {
	border: 1px solid #319F49;
}
#mod-custom185, #mod-custom186 { /*** E-MAIL ADRESSE HEADER LANDINGPAGE HT HCA ****/
	position: relative;
	float: right;
	margin-top: -115px;
	z-index: 100;
}
.cc-window.cc-banner {
    text-align: center;
}
.cc-message-text {
	color: #333;
	font-size: 11px;
}
/***** SLIDER ****/
#slider {
	overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0 0 35px rgba(100,100,100,.3);
}
#slider figure img {
    width: 20%; float: left;
}
#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
#slider .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23319F49'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#slider .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23319F49'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/**** VITAFIT FOKUS *****/
#vitafit-fokus {
    padding: 80px 0px;
}
.fokus {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
    padding: 30px 20px 80px;
}
#vitafit-fokus .fokus {
    padding: 0px !important;
    margin-top: 30px;
}
.fokus-eins {
	display: flex;
	flex-direction: column;
	flex-basis: 32%;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.09);
	transition: all 0.3s ease-in-out;
	padding: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.fokus-eins img {
    width: 30%;
    transition: all 0.3s ease-in-out;
}
.fokus-eins h3 {
    margin-top: 30px;
}
.fokus-eins p {
	font-weight: 300;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.fokus-eins a.btn {
    background-color: #319F49;
    border: 0px;
    border-radius: 0;
    width: 100%;
}
.fokus-eins:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.19);
}
.fokus-eins:hover img {
    transform: scale(1.1);
}

/***** MEDIEN / VIDEO *****/
.video-row {
    margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.video-row video {
    flex-basis: 48%;
    width: 48%;
}
#videos {
    background-color: #319F49;
}
#videos .video-row {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 0px;
}
/***** WILLKOMMEN *****/
#willkommen {
    padding: 80px 0px;
    background-color: #efefef;
}
#willkommen h2 {
    color: #319F49;
}
#willkommen h2 .subtitle {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #222;
}
#willkommen .btn {
	background-color: #319F49;
	border: 0px;
	border-radius: 0;
}
#willkommen .welcomeimg {
	max-height: 580px;
	float: right;
}
/***** ZIELE *****/
#vitaloesung {
    padding: 80px 20px;
    background-color: #fff;
}
#vitaloesung .tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    margin-top: 30px;
}
#vitaloesung .tabs nav {
	width: 34%;
}
#vitaloesung .tabs nav .nav-tabs {
	display: flex;
	flex-direction: column;
    border-bottom: 0px;
}
#vitaloesung .tabs .ziel-item {
	height: 80px;
	overflow: hidden;
	background: #fff;
	border-radius: 0px 10px;
	box-shadow: 0px 5px 10px rgba(50,50,50,.1);
	transition: all 200ms linear;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border:0px;
}
#vitaloesung .tabs .ziel-item img {
    max-width: 120px;
    margin-right: 30px;
}
#vitaloesung .tabs .ziel-item h3 {
    margin-bottom: 0px;
    color: #319F49;
    font-size: 25px;
    transition: all .3s ease-in-out;
}
#vitaloesung .tabs .ziel-item.active h3 {
    margin-bottom: 0px;
    color: #1c5e2a;
    font-size: 25px;
}
#vitaloesung .tabs > .ziel-item:last-child {
    margin-bottom: 0px;
}
#vitaloesung .tabs #nav-tabContent {
	display: flex;
	flex-basis: 62%;
	width: 62%;
}
#vitaloesung .tabs #nav-tabContent #kraft {
    background: url('../../../images/stories/vitafit-ziele-kraft.png') no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
}
#vitaloesung .tabs #nav-tabContent #figur {
    background: url('../../../images/stories/vitafit-ziele-figur.png') no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
}
#vitaloesung .tabs #nav-tabContent #ruecken {
    background: url('../../../images/stories/vitafit-ziele-ruecken.png') no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
}
#vitaloesung .tabs #nav-tabContent ul {
	list-style: none;
	padding-left: 0px;
}
#vitaloesung .tabs #nav-tabContent a {
    background-color: #319F49;
    border: 0px;
    border-radius: 0;
    color: #fff;
}
#vitaloesung .tabs #nav-tabContent p, #vitaloesung .tabs #nav-tabContent li  {
	width: 70%;
    color: #666;
}
#vitaloesung .tabs #nav-tabContent h3 {
    color: #319F49;
    margin-bottom: 30px;
}
/***** Probetraining *******/
#probetraining {
	background: #efefef;
	padding: 80px 0px 0px;
}
#probetraining .headline {
    color: #e2e2e2;
}
#probetraining p {
    margin-bottom: 30px;
}
#cf_13 .cf-label, #probetraining .cf-label {
	color: #777;
}
#cf_13 input[type="checkbox"] + label::before, #cf_13 input[type="radio"] + label::before, #probetraining input[type="checkbox"] + label::before, #probetraining input[type="radio"] + label::before, #inhalt input[type="checkbox"] + label::before, #inhalt input[type="radio"] + label::before {
    border: 1px solid #319F49;
}
/***** POP UP *****/
.eb-inst .eb-header {
	display: none;
}
.eb-inst .eb-content {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.eb-inst .eb-content .left {
	width: 40% !important;
	flex-basis: 40% !important;
}
.eb-inst .eb-content .right {
	width: 59%;
	flex-basis: 59%;
}
.eb-inst.eb-2 .eb-content {
	display: block;
}
/******* SECTIONS *******/

/******* SLIDER GALERIE *******/
.ig-thumb-scroller-horizontal {
	width: 100%;
}
.ig-thumb-scroller-horizontal .ig-slider-items {
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.ig-thumb-scroller-horizontal .ig-slider-items li {
	margin-bottom: 10px !important;
}
.igui-slidenav {
    display: none;
}
.galerie {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.galerie .galerie-item {
    overflow: hidden;
    max-width: 25%;
}
/**** Kontakt ****/
table.oeffnungszeiten {
    width: 100%;
    margin-bottom: 20px;
}
table.oeffnungszeiten td {
	padding: 10px 0px;
}
table.oeffnungszeiten tbody > tr:nth-child(2) {
	background: #f5f5f5;
}
.row.zeiten {
	padding: 30px 0px 50px;
}
.zeiten table.oeffnungszeiten td {
	padding: 15px;
}
.address, .social {
	padding-left: 5px;
	list-style: none;
}
.address li a {
    color: #222;
    transition: all 300ms ease;
    font-weight: 300;
}
.address li a .fas {
    color: #319F49;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}
.social {
    display: flex;
}
.social li {
    margin-right: 20px;
}
.social li a {
    font-weight: 300;
}
.social li a .fab {
    font-size: 1.5em;
}
.address li a:hover {
    color: #319F49;
}
.address li, .social li {
	padding: 10px 12px;
}
table.oeffnungszeiten thead, table.oeffnungszeiten th {
	border: 0px !important;
	background-color: #f5f5f5;
	text-transform: uppercase;
	text-align: left;
}
table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
}
/******** WEITER FEATURE ************/
#weiter {
	padding: 80px 0px;
	background: #eee;
}

.feature {
	padding: 30px 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 8px 40px -6px rgba(105,104,178,.18);
    height: 100%;
}
.feature img {
	width: 100px;
	margin: 0 auto 20px;
}
.feature p {
	margin-bottom: 0px;
}
.feature i {
	font-size: 25px;
	margin-top: -50px;
	position: absolute;
	padding: 10px;
	background: #fff;
	border-radius: 100%;
	color: #319F49;
    margin-left: -22px;
}
.feature .fa-check-circle {
    margin-left: -22px !important;
}
.feature h3 {
	font-size: 20px;
}
#weiter .btn.btn-big {
	margin-top: 40px;
	width: 100%;
	padding: 20px 10px;
	background: #3331;
    transition: all 300ms ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;    
    animation: 2s btnpulse infinite;
}
#weiter .btn.btn-big .fas {
    margin-right: 10px;
}
#weiter:hover .btn.btn-big {
    background-color: rgba(49, 159, 73, 0.2);
}
#weiter:hover .btn.btn-big:hover {
    background-color: #319f49FF;
    color: #fff;
}
#weiter:hover .btn.btn-big:hover .fas {
    color: #fff !important;
}
#weiter h2 {
    margin-bottom: 50px !important;
}
.btn-big .head {
    text-transform: uppercase;
}
.btn-big .info {
    font-weight: 500;
}
.features {
	display: flex;
	justify-content: space-between;
	gap: 1em;
}
/******** OFF CANVAS **********/
.offcanvas-menu {
	color: #252525;
}
#offcanvas-toggler {
    line-height: 100px;
    transition: all .03s linear;
}
.offcanvas-menu .d-flex > .logo {
	display: none;
}
.offcanvas-menu .offcanvas-inner {
	padding: 0px 25px 25px;
	margin-top: -70px;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -100%;
    background-color: #fff;
}
.offcanvas-menu {
    width:100%;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(.contact) ul > li a, .offcanvas-menu .offcanvas-inner .sp-module:not(.contact) ul > li span {
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 0px;
	background-color: #319f49;
	border: 5px solid #fff;
    text-align: center;
    opacity: 1;
    color: #fff;
    font-weight: 300;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff !important;
    font-weight: 500;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline > li {
    display: inline-block;
    margin-right: 15px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.close-offcanvas {
	top: inherit;
    right: 25px !important;
}
.offcanvas-inner .d-flex.header-modules {
	display: none !important;
}
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	padding: 0;
	margin: 0 -5px;
	list-style: none;
    flex-wrap: wrap;
}
.offcanvas-menu .offcanvas-inner ul.menu li, .offcanvas-menu .offcanvas-inner ul.menu ul li {
    flex-basis: 50% !important;
    width: 50% !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-right: 0px !important;
}
.offcanvas-menu > .d-flex {
	padding: 0px 25px !important;
	height: 100px;
	align-content: center;
}
.offcanvas-menu .logo-image {
	height: 60px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: #fff;
}
.offcanvas-inner .sp-contact-info li {
	font-size: 16px;
	margin: 0px !important;
	text-align: center;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.offcanvas-inner a, .offcanvas-inner a span {
    font-size: 15px;
    background-color: #319f49;
    color: #fff !important;
}
.offcanvas-inner a {
    font-weight: 300 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu.links {
    margin: 0px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu.links > li {
    flex-basis: 100% !important;
    width: 100% !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu.links > li span {
    padding: 0px !important;
    background-color: #fff !important;
    border: none !important;
    color: #666 !important;
}
.offcanvas-inner .item-171, .offcanvas-inner .item-193, .offcanvas-inner .item-203, .offcanvas-inner .item-198, .offcanvas-inner .item-275, .offcanvas-inner .item-376, .offcanvas-inner .item-380 ,.offcanvas-inner .item-384 {
	display: none !important;
}
.offcanvas-inner .menu.links li a {
	padding: 10px 5px !important;
	background-color: #ccc !important;
	color: #222 !important;
}
.offcanvas-inner .sp-module.contact {
	margin-bottom: 30px !important;
}
.offcanvas-inner .contact a.btn {
	display: block;
	padding: 20px;
}
.offcanvas-inner .contact .logo-image {
    height: 75px;
}
.offcanvas-inner .contact a.btn {
	display: block;
	padding: 20px;
}
.offcanvas-inner .contact .custom {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 20px;
}
.offcanvas-inner .contact a, .offcanvas-inner .contact a span {
	background: transparent;
	color: #222 !important;
	font-size: 13px;
}
.offcanvas-inner .contact .address {
    padding-left: 0px;
    margin-bottom: 0px;
}
.offcanvas-inner .contact .address li {
    padding: 0px;
}
.offcanvas-inner .sp-module:not(.contact) {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #319F4933;
}
.offcanvas-menu .offcanvas-inner .menu-full ul.menu li, .offcanvas-menu .offcanvas-inner .menu-full ul.menu ul li, .offcanvas-menu .offcanvas-inner .menu.one-col li, .offcanvas-menu .offcanvas-inner .menu.one-col li {
	flex-basis: 100% !important;
	width: 100% !important;
}
/******* FUNNELS *******/

#erfolgskonzept {
	background: linear-gradient(#ccc, #fff);
    background-size: 100% 200%;
    animation: gradient 5s ease infinite;
    padding: 60px 0px 0px;
    color: #252525;
}
#erfolgskonzept h1 {
    color: #319F49;
}
#erfolgskonzept video {
    width: 100%;
    margin-top: 30px;
}
#erfolgskonzept .row {
    align-items: center;
}
#konzept {
	background-color: #319F49;
	padding: 260px 0px 60px;
    text-align: center;
    margin-top: -200px;
}
#konzept img {
	margin: 0 auto;
}
#konzept h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#konzept .number {
    width: 150px;
}
#konzept .figur {
    width: 150px;
    margin-bottom: 20px;
}
#konzept h2, #konzept h3 {
	width: 70%;
	margin: 0 auto;
    color: #fff;
}
#testimonials {
    padding: 60px 0px;
}
#testimonials h2, #weiter h2 {
	text-align: center;
	margin-bottom: 80px;
    color: #319F49;
}
#testimonials .card {
    gap: inherit !important;
    border-radius: 50px;
}
#testimonials .card .stars {
	margin-bottom: 20px;
	margin-top: -35px;
	font-size: 25px;
}
#testimonials .card .stars i {
	color: gold !important;
}
#testimonials .user-image {
	margin-top: -50px;
	margin-bottom: 20px;
}
#testimonials .user-image img {
	margin: 0 auto;
}
#testimonials .user-content h5 {
	color: #319f49;
	margin-bottom: 10px !important;
}
#testimonials .user-content span {
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}
#testimonials p {
    margin-bottom: 0px;
}
#appad img {
	max-width: 1290px;
	margin: 0 auto;
}
#appad .smaller img {
    max-width: 800px;
}
/****** FUNNEL FORMULAR ******/
#formular {
	padding: 80px 0px;
	background: url('../../../images/stories/vitafit-eroeffnungsangebot-bg.jpg');
	background-size: cover;
	background-position: center;
}
#formular .cf-label {
	color: #fff;
}
#formular input[type="checkbox"] + label::before, #formular input[type="radio"] + label::before {
	border: 1px solid #eee;
}
#formular .convertforms .cf-checkbox-group .cf-label, #formular .convertforms .cf-radio-group .cf-label {
	font-weight: 300;
}
#formular h2 {
	color: #fff;
	text-transform: uppercase;
}
/***** HERBESTHAL START ****/
#cf_10 .cf-control-group.not-her {
    display: block;
}
#cf_10 .cf-control-group.is-her {
    display: none;
}

#erfolgskonzept .col-md-3 img {
    display: block;
}
#erfolgskonzept .col-md-9 img {
    display: none;
}
/****** CAROUSEL *******/
.carousel-item .icon {
	max-width: 80px;
    margin: 0 auto;
}
.carousel-item .carousel-caption {
	bottom: 1.25rem;
	color: #222;
	text-align: center;
	top: 1.25rem;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/****** CARDS *******/
.cards {
    position: relative;
    margin-top: 50px;
}
.cards__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
}
.card {
    --flow-space: 0.5em;
    --hsl: var(--hue), var(--saturation), var(--lightness);
    flex: 1 1 14rem;
    padding: 1.5em 2em;
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-items: start;
    gap: 1.25em;
    color: #252525;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0px;
    text-align: center;
    --hue: 133;
    --saturation: 59%;
    --lightness: 62%;
}
.flow > * + * {
    margin-top: var(--flow-space, 1.25em);
}  
.cta {
    display: block;
    align-self: end;
    margin: 1em 0 0.5em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0d0d0d;
    padding: 0.7em;
    border-radius: 0px;
    font-size: 1rem;
    font-weight: 600;
}  
.overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    user-select: none;
    opacity: var(--opacity, 0);
    -webkit-mask: radial-gradient(
      25rem 25rem at var(--x) var(--y),
      #319F49 1%,
      transparent 50%
    );
    mask: radial-gradient(
      25rem 25rem at var(--x) var(--y),
      #319F49 1%,
      transparent 50%
    );
    transition: 400ms mask ease;
    will-change: mask;
}
.overlay .card {
    background-color: hsla(var(--hsl), 0.15);
    border-color: hsla(var(--hsl), 1);
    box-shadow: 0 0 0 1px inset hsl(var(--hsl));
}
.overlay .cta {
    display: block;
    grid-row: -1;
    width: 100%;
    background-color: hsl(var(--hsl));
    box-shadow: 0 0 0 1px hsl(var(--hsl));
}
:not(.overlay) > .card {
    transition: 400ms background ease;
    will-change: background;
}
:not(.overlay) > .card:hover {
    background: #ffffffcc;
}

/****** VORTRAG *******/
#sp-vortrag {
    background: #e1e1e1;
    padding: 40px 0px;
}
#sp-vortrag .welcomeimg {
    width: 100%;
    margin-bottom: 30px;
}
#sp-vortrag .btn-dark {
	font-size: 18px;
	background-color: #000;
	color: #eee;
	padding: 15px;
	border-radius: 0px;
	border: none;
	position: relative;
	cursor: pointer;
	width: 100%;
}
#lb-vortrag .subheadline {
	margin-top: 0px;
	font-size: 25px;
	text-align: left;
	margin-bottom: 20px;
}
#cf_13 .cf-control-group.cf-one-fourth .cf-control-input .cf-input {
	background: #efefef;
}
#lb-vortrag .modal-body {
	padding: 30px 40px;
}
#cf_13 .chbox .cf-label {
	font-size: 14px;
}
#lb-vortrag .fa-window-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #eee;
	cursor: pointer;
}
/****** UNTERSEITEN *****/
#inhalt {
	padding: 65px 0px;
}
#inhalt .headline, #inhalt .subheadline {
	text-align: left;
}
#inhalt .headline, #site-hero .headline {
    text-align: left;
    font-size: 20px;
    color: #009640;
    line-height: 26px;
    margin-bottom: 0px;
}
#inhalt .subheadline, #site-hero .subheadline, section.abschnitt .headline {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #222;
    font-size: 30px;
}
#inhalt .cf-label {
	color: #222;
    font-weight: 300;
}
#inhalt .cf-control-label .cf-label {
    font-weight: 500;
}
#inhalt hr.space {
	margin: 10px 0px;
}
#site-hero {
    background: #eee;
    padding: 60px 0px;
    color: #252525;
}
#site-hero .subheadline, section.abschnitt .headline {
	text-align: left;
	line-height: inherit !important;
	margin-bottom: 20px;
}
#site-hero .btn {
    margin-top: 20px;
}
#site-hero .pos {
	max-height: 325px;
	margin: 0 auto;
}
#jetzt-starten {
    padding: 60px 0px;
    background: url('../../../images/stories/vitafit-eroeffnungsangebot-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
#jetzt-starten h2 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}
#jetzt-starten h3 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
#jetzt-starten .btn {
    background-color: #EB7C18;
    border-color: #EB7C18;
    margin-bottom: 30px;
}
section.abschnitt {
	padding: 120px 0px;
	background-size: cover !important;
	background-position: center center !important;
}
section.abschnitt .text {
	padding: 30px;
	background: #ffffffef;
}
section.abschnitt .row {
	align-items: center;
	align-content: center;
}
section.abschnitt .logo {
	margin: 0 auto 40px;
}
section.abschnitt blockquote {
    text-align: center;
    font-size: 26px;
    line-height: 40px !important;
    color: #aaa;
}
section.abschnitt .icon-text {
	display: flex;
	align-items: center;
}
section.abschnitt .icon-text img {
	width: 70px;
}
.vitalist.inline {
	display: flex;
	gap: 20px;
}
#video {
	padding: 60px 0px;
	text-align: center;
    background: #319F49;
    text-transform: uppercase;
}
#video h2 {
    color: #fff;
}
#video.orange {
	background: #EB7C18;
}
#video video {
    margin-top: 30px;
    width: 100%;
}
.itemid-218 #erfolgskonzept { /****** IMMUNITY BOOST *********/
	padding: 60px 0px 250px;
}
.itemid-218 #weiter {
	padding-top: 250px;
}
#erfolgskonzept h5 {
	color: #319F49;
}
#erfolgskonzept .rueckenbild {
    background: url('../../../images/funnels/vitafit-ruecken-image.webp') bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: stretch;
}
#immunity-slider {
	margin-top: -180px;
    margin-bottom: -190px;
}
#immunity-slider::after {
	content: '';
	background: url('https://vitafit-koepfchen.de/images/stories/vitafit-eroeffnungsangebot-bg.jpg') #319F49;
	width: 100%;
	height: 360px;
	position: absolute;
	margin-top: -548px;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#kennenlernen h2, #kennenlernen ul li {
	color: #fff !important;
}
#kennenlernen .fas {
	color: #fff;
}
.vitalist {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}
.vitalist li {
    padding: 10px 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.vitalist .fas {
    margin-right: 10px;
}
.vitalist.horizontal {
    display: flex;
    flex-direction: row;
}
.vitalist.horizontal li {
    margin-right: 20px;
}
.vitalist.compact li {
    padding: 2px;
}
#erfolgskonzept .vitalist {
    margin-bottom: 60px;
}
#inhalt .col-12 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#kennenlernen {
	padding: 65px 0px;
	background: rgb(49, 159, 73);
}
.login {
	padding: 50px 0px;
}
.profile {
	max-width: 1255px;
	margin: 50px auto;
}
#adminForm {
	max-width: 1250px;
	margin: 50px auto;
}

@keyframes gradient {
    0% {background-position: 100% 0;}
    50% {background-position: 100% 100%;}
    100% {background-position: 100% 0;}
  }
@keyframes btnpulse {
    0% {box-shadow: 0 0 0 0 rgba(49,159,73,.2), 0 0 0 0 rgba(49,159,73,.2);}
    40% {box-shadow: 0 0 0 0 rgba(49,159,73,0), 0 0 0 30px rgba(49,159,73,.2);}
    80% {box-shadow: 0 0 0 0 rgba(49,159,73,0), 0 0 0 70px rgba(49,159,73,0);}
    100% {box-shadow: 0 0 0 0 rgba(49,159,73,.2), 0 0 0 30px rgba(49,159,73,0);}
}

@keyframes rightOut {
    0% {transform: translateX(0);opacity: 1;}
    100% { transform: translateX(100%); opacity: 0;}
}
@keyframes rightIn {
    0% {transform: translateX(100%);opacity: 0;}
    100% {transform: translateX(0);opacity: 1;}
}
@keyframes leftOut {
    0% {transform: translateX(0);opacity: 1;}
    100% { transform: translateX(-100%);opacity: 0;}
}
@keyframes leftIn { 0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}
@media screen and (max-width:1399px) {
    .ig-scroller-img-wrapper {
        flex-basis: 19%;
    }
    .bild-oeffnungszeiten {
        max-width: 210px;
        margin-top: -125px;
    }
}
@media screen and (max-width:1199px) {
    #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li > a, #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li > span {
        font-size: 14px;
    }
    #sp-bottom .bottom-vvk h3 {
        font-size: 17px;
    }
    #sp-bottom .bottom-vvk img {
        width: 140px;
        margin-top: -42px;
    }
    .bild-oeffnungszeiten {
        max-width: 180px;
        margin-top: -135px;
    }
    .angebotwahl .cf-label .infoblock .text {
        font-size: 12px;
    }
    #sp-hero .cf-label {
        font-size: 15px;
    }
    #sp-position2 .custom ul > li:first-child {
        margin-bottom: 0px;
    }
}
@media screen and (max-width:991px) {
    #vitaloesung .tabs nav {
        width: 100%;
    }
    #vitaloesung .tabs {
        flex-wrap: wrap;
    }
    #vitaloesung .tabs nav .nav-tabs {
        margin-bottom: 40px;
    }
    #vitaloesung .tabs #nav-tabContent {
        display: flex;
        flex-basis: 100%;
        width: 100%;
    }
    #sp-bottom .bottom-vvk {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    #sp-bottom .bottom-vvk img {
        margin-top: -77px;
    }
    #sp-bottom {
        padding: 60px 20px 80px;
    }
    #sp-footer1, #sp-footer2 .sp-module-content {
        text-align: center;
    }
    #probetraining .row.second {
        flex-direction: row-reverse;
    }
    #vitaloesung .tabs #nav-tabContent p, #vitaloesung .tabs #nav-tabContent li {
        width: 100%;
    }
    #sp-hero .vorverkauf .topheadline {
        display: block;
        font-size: 14px;
    }
    #sp-hero h1 {
        font-size: 28px;
        width: 75%;
    }
    #sp-hero .cf-control-group:not(.chbox).tarifauswahl .cf-label {
        padding: 10px 10px !important;
        font-size: 14px;
    }
    section#sp-hero {
        padding: 50px 0px;
    }
    .bild-oeffnungszeiten {
        max-width: 120px;
        margin-top: -25px;
    }
    .angebotwahl .cf-radio-group {
        flex-basis: 33.33333%;
    }
    .convertforms .cf-two-thirds {
        width: 66.6666%;
    }
    #sp-position1 .mod-custom {
        padding: 8px 30px;
    }
    .convertforms [class*="cf-list-"].cf-list-3-columns > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media screen and (max-width:767px) {
    #sp-menu #offcanvas-toggler {
        visibility: visible;
        display: inline-flex;
    }
    #sp-menu .menulang .sp-megamenu-wrapper, #sp-menu .menu.mainnav {
        margin-top: 0px;
    }
    #slider, #slider .carousel-item {
        min-height: 300px;
    }
    section.abschnitt {
        padding: 170px 0px 0px !important;
        background-size: contain !important;
        background-position: top center !important;
        margin-bottom: 30px;
    }
    section.abschnitt.withoutbg {
        padding: 60px 0px 60px !important;
    }
    .vitalist.inline {
        gap: 0px;
        flex-direction: column;
    }
    #willkommen .btn {
        margin-bottom: 20px;
    }
    .galerie {
        flex-wrap: wrap;
    }
    .galerie .galerie-item {
        max-width: 48%;
    }
    .convertforms [class*="cf-list-"].cf-list-3-columns > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #sp-vorverkauf .header img {
        margin-right: 0px;
    }
    #sp-vorverkauf {
        padding: 50px 20px 100px;
    }
    #sp-vorverkauf .header {
        flex-direction: column;
        text-align: center;
    }
    #sp-vorverkauf h1, #sp-vorverkauf h2 {
        font-size: 25px !important;
        margin-top: 20px;
    }
    #sp-vorverkauf h1 span {
        font-size: 22px !important;
        margin-top:15px;
    }
    .fokus {
        flex-direction: column;
    }
    .fokus-eins {
        margin-bottom: 30px;
    }
    #sp-footer {
        margin-top: -141px;
    }
    #sp-footer .container-inner {
        padding: 30px 0;
        border-top: none;
    }
    .convertforms [class*="cf-list-"] > div {
        width: 100%;
        margin-bottom: 10px;
    }
    .convertforms:not(#cf_3) [class*="cf-list-"].cf-list-2-columns > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100% !important;
    }
    section#sp-hero {
        padding: 110px 0px 80px;
    }
    #sp-hero .cf-label {
        font-size: 14px;
    }
    #sp-hero h1 {
        font-size: 1.4rem;
    }
    input[type="checkbox"] + label::before, input[type="radio"] + label::before {
        width: 13px;
        height: 13px;
        margin-right: 5px;
    }
    .video-row {
        flex-wrap: wrap;
    }
    .video-row video {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .video-row > video:last-child {
        margin-bottom: 0px;
    }
    #probetraining {
        padding: 80px 0px;
    }
    #probetraining .col-md-7 {
        display: none;
    }
    .headline {
        font-size: 65px;
        line-height: 60px;
    }
    #sp-header {
        height: 80px;
        position: fixed;
        top: 0;
    }
    #sp-header .logo {
        height: 80px;
	    z-index: 999999;
    }
    #sp-header .logo .logo-image {
        height: 60px;
    }
    #sp-menu .sp-module {
        display: none !important;
    }
    #sp-bottom .sp-module .sp-module-title {
        font-size: 16px;
    }
    .vitalist.horizontal {
        flex-direction: column;
    }
    body:not(.itemid-220) section#sp-title {
        margin-top: 80px;
    }
    #erfolgskonzept h2 {
        margin-top: 30px;
    }    
    #erfolgskonzept .col-md-3 img {
        display: none;
    }
    #erfolgskonzept .col-md-9 img {
        display: block;
        float: left;
        width: 65px;
        margin-right: 15px;
    }
    #erfolgskonzept .rueckenbild {
        display: none;
    }
    #testimonials .card {
        margin-bottom: 50px !important;
    }
    .feature {
        margin-bottom: 30px;
        height: inherit !important;
    }
    #konzept h2, #konzept h3 {
        width: 70%;
    }
    #konzept {
        padding: 170px 0px 60px;
        margin-top: -130px;
    }
    .pos {
        display: none !important;
        visibility: hidden !important;
    }
    .bild-oeffnungszeiten {
        display: block;
        max-width: 120px;
        margin-top: -15px;
    }
    .angebotwahl .cf-radio-group {
        flex-basis: 50%;
    }
    .angebotwahl .cf-label .infoblock {
        flex-direction: column;
        padding: 0px 0px;
    }
    .angebotwahl .cf-label .infoblock {
        flex-direction: column;
        padding: 0px 0px;
    }
    .angebotwahl .cf-label .infoblock .prozent {
        width: 100%;
        text-align: center;
    }
    .angebotwahl .cf-label .infoblock .text {
        padding: 10px;
        text-align: center;
    }
    .cf-control-group.datum, .cf-control-group.zusatz {
        width: 100% !important;
    }
    #sp-hero .cf-label {
        font-size: 12px;
    }
    body.vitafit-clubs section#sp-hero {
        padding: 140px 10px 80px;
      }
    #sp-position1 .mod-custom {
        margin-right: -15px;
    }
    #sp-position1 {
        background: #333;
    }
    #sp-position2 {
      display:none !important;
    }
    #lb-vortrag .subheadline {
        margin-top: 10px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .convertforms [class*="cf-list-"].cf-list-3-columns > div {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    #sp-vortrag {
        padding: 20px 8px;
    }
}
@media screen and (max-width:699px) {
    body.vitafit-clubs #sp-header {
        background: #fff;
        padding-top: 0px;
    }
    body.vitafit-clubs #sp-sprachwechsel {
        position: absolute;
        align-items: flex-end;
        justify-content: end;
        top: 10px;
    }
    #clubs {
        padding-top: 350px;
    }
    .clubs-headertext h1 {
	  text-align: center;
    }
    #mod-custom262 {
	text-align: center;
    margin-bottom: 20px;
    }
    .clubs-headertext p {
	margin-bottom: 10px;
    font-weight: 300;
	text-align: center;
    }
    #sp-header.vitafit-clubs{
      height:auto;
      position:relative;
    }
    body.vitafitclubs #sp-sprachwechsel {
	  position: absolute;
	  top: 20px;
	  justify-content: end;
    }
    #sp-hero .banner {
        padding: 0px;
    }
    #sp-hero .banner-text {
        font-size: 13px;
    }
    #sp-hero h1 {
        width: 100%;
    }
    #sp-footer {
	padding: 40px 20px 0px;
    }
}

@media screen and (max-width:580px) {
    #kraft, #figur, #ruecken {
        background: #fff !important;
    }
    .ig-scroller-img-wrapper {
        flex-basis: 49%;
    }
    .bild-oeffnungszeiten {
        display: block;
        max-width: 100px;
        margin-top: -15px;
    }
    #sp-hero .banner-text {
        font-size: 12px;
      }
}