/********************  Default-CSS  *********************/
/*
font-family: 'Montserrat', sans-serif;
*/
/* Montserrat */
@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("/content/websites/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

/* Shadows Into Light */
@font-face {
	font-family: "Shadows Into Light";
	src: url("/content/websites/assets/fonts/ShadowsIntoLight/ShadowsIntoLight-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

:root{
	--color-1: #005DFF !important;  /* primary color */
    --color-2: #084B99!important;  /* secondary color */
    --color-3: #96BB0C ;    /* third color */
    --color-4: #FFFFFF ;    /* background */



    --color-5: #000000 ; /* Headlines */
    --color-6: #010101 ; /* Sublines */
    --color-7: #020202 ; /* body text */
    --color-8: #FFFFFF ; /* button text */


    --color-9: #ffffff ; /* navigation background */
    --color-10: #000000 ; /* navigation text */

    --color-11: #084B99; /* Footer background */
    --color-12: #FFFFFF; /* Footer text */
	--color-13: #FFFFFF; /* Fortune wheel text color */


    --grey-5: #222222; 
    --grey-1: #f0f0f0; 
    --grey-2: #999999;
    --grey-3: #f5f5f5;
    --grey-4: #c2c2c2;
    --white: #ffffff;
    --black: #000000;
    --success: #259835;
    --warning: #FACC15;
    --error: #E51212;
    --focus: #3B82F6;
    --shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    --rev-color: #ffff00 !important;
	--rev-color-1: #ffcf0d ;
	--hover-brightness: 0.95;
	--hover-brightness-dark: 1.2;

}


html, body.bg_color {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 1.5 !important;
	font-size: 18px !important;
	overflow-x: hidden;
	font-weight: 400;
	color: var(--color-7) !important;
}
/*--------------------global_colors-------------------*/
.color_1 {
    color: var(--color-1);
}

.color_2 {
    color: var(--color-2);
}

.color_3 {
    color: var(--color-3);
}

.color_4 {
    color: var(--color-4);
}

.color_5 {
    color: var(--color-5);
}

.color_6 {
    color: var(--color-6);
}

.color_7 {
    color: var(--color-7);
}

.color_8 {
    color: var(--color-8);
}

.color_9 {
    color: var(--color-9);
}

.color_10 {
    color: var(--color-10);
}

.color_11 {
    color: var(--color-11);
}

.color_12 {
    color: var(--color-12);
}

.color_13 {
    color: var(--color-13);
}

.white{
    color: var(--white);
}

.black{
    color: var(--black);
}

.rev_color{
    color: var(--rev-color);
}

h1,h2,h3,h4,h5,h6{
    color: var(--color-5);
}


.anim{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

a,
span,
a:hover,
a:active,
button {
	text-decoration: none;
}

*::after,
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a:focus, button:focus, input:focus, select:focus {
	outline: none;
}

a:hover {
	color: var(--color-8);
}

* {
	outline: none !important;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin: 0;
}
p{
	margin: 0;
}
li p{
	margin-bottom:0 !important;
}

img {
	max-width: 100%;
}
.mitglied-btn{
	/* padding: 15px 15px; */
	display: inline-block;
	color: var(--color-8);
	/* border-radius: 30px; */
	background-color: var(--color-1);
	border: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s ease all;
	position: relative;
	z-index: 1;
	font-weight: 400;
	/* min-width: 324px; */
	text-align: center;
}

.mitglied-btn:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: "";
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
	z-index: -1;
}
.mitglied-btn:hover:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
/* .mitglied-btn:hover{
	color: var(--color-2);
} */


.common-large-btn {
	padding: 15px 15px;
	display: inline-block;
	color: var(--color-8);
	border-radius: 30px;
	background-color: var(--color-1);
	border: 0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s ease all;
	position: relative;
	z-index: 1;
	font-weight: 400;
	min-width: 324px;
	text-align: center;
}
.common-large-btn:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: "";
	/* background-color:var(--x-extra-dark); */
	/* filter: brightness(0.5); */
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
	z-index: -1;
	border-radius: 30px;
}
.common-large-btn:hover:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}

.common-large-btn:hover{
	color: var(--color-8);
}
.cm-overflow{
	overflow: hidden;
}
.main_title {
	font-size: 120px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.section_title{
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
}

.center_text{
	text-align: center;
}

.cp-left {
	padding-left: 165px !important;
}
.cp-right {
	padding-right: 165px !important;
}

/*--------------------background colors-------------------*/
.bg_color{
    background-color: var(--color-4);
}

.nav_bg{
	background-color: var(--color-9);
}

.footer_bg{
    background-color: var(--color-11);
}


/*--------------------text_sizes-------------------*/

.text_xs {
    font-size: 14px;
}

.text_sm {
    font-size: 16px;
}

.text_sm_2 {
    font-size: 20px;
}

.text_md {
    font-size: 30px;
}

.text_md_2 {
    font-size: 40px;
}

.text_lg {
    font-size: 60px;
}

.text_lg_2 {
    font-size: 70px;
}
.text_xl {
    font-size: 450%;
}


/*--------------------padding-------------------*/

.zero_pd {
    padding: 0 !important;
}


/*********************  Default-CSS close  *********************/


/*========================== Header Css Start =======================*/

body.bg_color{
	padding: 80px 0 0 0;
}
header.nav_bg {
	background-color: var(--white);
	position: fixed;
	z-index: 105;
	width: 100%;
	left: 0px;
	top: 0px;
	box-shadow: 0px 3px 15px #084B991A;
	transition: all 0.4s ease;
}
.header-block {
	display: flex;
	justify-content: space-between;
	max-height: 94px;
}
.relative {
	position: relative;
  }
.logo-hold {
	padding: 17px 0px;
	display: flex;
	align-items: center;
}
.logo_pb{
	padding-bottom: 15px;
}
.menu-nav ul li a {
	position: relative;
	color: var(--color-10);
	display: inline-block;
	padding: 26px 0;
}
.menu-nav ul li a:hover {
	color: var(--color-1);
}

.menu-nav ul li {
	display: inline-block;
	margin-right: 35px;
}
.miglied-btn-block {
	display: flex;
	align-items: center;
	/* margin-right: -70px; */
}

.miglied-btn-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	height: 100%;
	background-color: var(--color-1);
}
.miglied-btn-box a {
	color: var(--color-8);
	/* position: absolute; */
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 5;
}
.miglied-btn-box:hover {
	background-color: var(--color-1);
	
}

.miglied-btn-box a:hover{
	color: var(--color-8);
}
.dropdown-submenu {
	position: absolute;
	left: 0;
	right: 0;
	background: var(--color-9);
	transform: scaleY(0);
	transition: all 0.5s;
	transform-origin: 0 0 0;
	top: 100%;
	z-index: 1;
	width: 100%;
	text-align: center;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.10);
	border-top: 1px solid var(--color-1);
}
.menu-nav ul li:hover .dropdown-submenu {
	transform: scaleX(1);
}

.menu-nav ul li.active a, 
.menu-nav ul li:hover a {
	color: var(--color-1);
	
}
.menu-nav ul li .dropdown-submenu li > a{
	color: var(--black);
}
.menu-nav ul li .dropdown-submenu li > a:hover{
	color: var(--color-1);
}

.menu-nav,
.menu-nav ul,
.menu-nav ul li,
.menu-nav ul li a  {
	height: 100%;
}
.menu-nav ul li.active a{
	font-weight: 700;
}
.menu-nav ul li a  {
	display: flex;
	align-items: center;
}
.mobile-display-mitglied,
.menu-toggle-btn{
	display: none;
}

.logo-hold img{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; 
	max-width: 170px;
	max-height: 75px;
}
.menu-top-bottom-shape{
	display: none;
}
/*========================== Header Css End =======================*/

/*========================== Fixed Footer in Mobile Version Start =======================*/
.footer-fixed-icon {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: var(--white);
    padding: 15px 0 10px;
    /* border-bottom: 1px solid var(--primary-color); */
    transform: translateY(88px);
    transition: all 0.5s ease-in-out;
    z-index: 50;
    display: none;
}
.footer-fixed-icon.show {
    transform: translateY(0px);
}
.footer-fixed-trigger .trigger-bg-shape {
	position: absolute;
	top: -10px;
	left: 0px;
	width: calc(100%);
	z-index: -1;
}
.footer-fixed-trigger {
    position: absolute;
    top: -35px;
    right: 0;
    text-align: center;
    left: 0;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
	color: var(--color-1);
}
.footer-fixed-trigger svg {
    width: 20px;
}
.footer-fixed-trigger.active .trigger-arrow{
    transform: rotate(180deg);
}
.footer-fixed-icon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:0 !important;
}
.footer-fixed-icon ul li {
    text-align: center;
}

.footer-fixed-icon ul li:nth-child(1), 
.footer-fixed-icon ul li:nth-child(3) {
    width: 25%;
}
.footer-fixed-icon ul li:nth-child(2) {
    width: 50%;
    position: relative;
}
.footer-fixed-icon ul li:nth-child(2):after, 
.footer-fixed-icon ul li:nth-child(2):before {
    content: '';
    position: absolute;
    top: 15px;
    width: 1px;
    height: 60%;
    background-color: var(--black);
}
.footer-fixed-icon ul li:nth-child(2):after {
    left: 15px;
}
.footer-fixed-icon ul li:nth-child(2):before {
    right: 15px;
}
.footer-fixed-icon ul li a {
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
}
.footer-fixed-icon ul li a img {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
}
.footer-fixed-icon ul li a span {
    display: block;
}
/* .footer-fixed-icon:after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: url('assets/media/images/home/ff-bar.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */
/*========================== Fixed Footer in Mobile Version End =======================*/





/*========================== Home Banner Css Start =======================*/
.banner--inner{
	position: relative;
	/* max-height: 900px; */
	height: calc(100vh - 80px);
	overflow: hidden;
}
.banner--inner .banner--img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner--inner::after {
	content: '';
	position: absolute;
	height: 546px;
	width: 546px;
	background-color: var(--color-2);
	top: -340px;
	left: -340px;
	border-radius: 50%;
	z-index: 2;
}
.banner--bottom--svg{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.banner--bottom--svg svg .a{
	fill: var(--color-1);
	stroke: none;
	stroke-width: unset;
}

.banner--content {
	position: absolute;
	top: -175px;
	bottom: -150px;
	left: 0;
	max-width: 1440px;
	background: var(--color-4);
	border-radius: 0 100% 100% 0;
	width: 45%;
	display: flex;
	align-items: center;
}
.header-block .menu-nav-block{
	margin-right: 130px;
}
.banner--content--inner {
	position: relative;	
	/* padding-top: 755px; */
	padding-left: 20%;
	padding-right: 80px;
	z-index: 1;
}
.banner--content--inner h1.section_title{
	line-height: normal;
	color: var(--color-5);
	margin-bottom: 78px;
}
.banner--content--inner p {
	padding-right: 10%;
	margin-bottom: 50px;
}


/* Contact Form Home page  */
.contact--form-main {
	position: fixed;
	top: 50%;
	right: -418px;
	z-index: 1;
	display: inline-block;
	border-radius: 10px 0 0 10px;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
}
.contact--form-main a.contact--pallate {
	font-size: 24px;
	color: var(--white);
	padding: 0;
	display: block;
	/* transform: translateY(35%) rotate(270deg); */
	position: absolute;
	left: -60px;
	/* background-color: var(--green-color); */
	top: 35%;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px -1px 10px -2px #00000029;
	cursor: pointer;
}

.contact--pallate-icon {
    width: 60px;
    height: 175px;
    position: absolute;
    left: -60px;
    top: 43%;
    cursor: pointer;
    z-index: -1;
	background: var(--color-2);
    box-shadow: var(--primary-shadow);
	color: var(--color-8);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	writing-mode: vertical-rl;
    text-orientation: mixed;
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.sideTrig-text{
	margin-top: 20px;
    transform: rotate(-180deg);
    margin-bottom: 20px;
}
.sideTrig-icon-mt{
	margin-top: 20px;
}
.contact--pallate-icon:hover{
	color: var(--color-4);
}
.contact--form-main.active{
	right: 0;
}

.contact--form {
	max-width: 418px;
	text-align: center;
	background: var(--color-4);
	border-radius: 10px 0 0 10px;
	padding: 27px 36px 12px;
	cursor: pointer;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.contact--form .c-btn{
	font-size: 21px;
	margin-bottom: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	min-width: 100%;
}
.contact--form .c-btn:nth-child(3){
	margin-bottom: 43px;
}
.contact--form .iframe--map {
	width: 100%;
	margin-bottom: 50px;
	min-height: 166px;
}
.contact--form .iframe--map iframe{
	border-radius: 13px;
	height: 100%;
	width: 100%;
}
.contact--form .contact--tel-mail a span{
	font-weight: 600;
}
.contact--form .contact--tel-mail a{
	color: var(--black);
}
.contact--form .contact--tel-mail a:hover{
	color: var(--color-1);
}



/* Contact Form Home page  */


/* ihre Leistung  */
.cards-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.cards-block .section-heading {
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.card--block-single {
	position: relative;
	width: 25%;
	height: 486px;
	padding: 60px;
}

.card--block-single:nth-child(even){
	/* background-color: var(--grey-1); */
	background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.card--block-single:nth-child(even) .cards--block-text .link svg .a{
	stroke-width: 0px;
	fill: var(--color-4) ;
	stroke: var(--color-3);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.card--block-single:nth-child(even) .cards--block-text .link:hover svg .a{
	fill: var(--color-1);
	stroke: var(--color-1);
}


.card--block-single-inner {
	position: absolute;
	bottom: 60px;
	width: 100%;
	left: 0;
	padding-left: 60px;
	padding-right: 60px;
}
.cards--block-icon {
	margin-bottom: 30px;
}
.cards--block-text {
	font-size: 30px;
}
.cards--block-text .link {
	display: flex;
	align-items: center;
	color: var(--black);
	justify-content: space-between;
	
}
.cards--block-text .link span{
	margin-right: 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.cards--block-text .link:hover span{
	color: var(--color-1);
	
}
.cards--block-text .link svg .a{
	stroke-width: 0px;
	fill: var(--white);
	stroke: var(--color-3);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.cards--block-text .link svg .b{
	fill: none;
	stroke: var(--black);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cards--block-text .link:hover svg .a{
	fill: var(--color-1);
	stroke: var(--color-1);
}

.cards--block-text .link:hover svg .b{
	stroke: var(--white);
}
.cards--block-icon svg .a{
	fill: #96bb0c;
	stroke: #96bb0c;
	stroke-width: 0px;
}
.card4 .cards--block-icon .link svg path{
	stroke-width: 1px;
}
.card--block-single:nth-child(odd) .cards--block-text .link svg .a{
	fill:var(--color-4);
	filter: brightness(var(--hover-brightness));
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.card--block-single:nth-child(odd) .cards--block-text .link:hover svg .a{
	fill: var(--color-1);
	stroke: var(--color-1);
}
.leistungen--slider.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.leistungen--slider.owl-carousel .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 50%;
	margin-right: 6px;
	border: 1px solid var(--color-1);
}

.leistungen--slider.owl-carousel .owl-dots .owl-dot.active{
	background-color: var(--color-1);
}
.cards-block .section-heading .section_title{
	margin-bottom: 50px;
}
.force-overflow{
	overflow: visible !important;
}
/* ihre Leistung  */


/* Member Says  */

.member-carousel--main {
	background-color: var(--color-3);
	position: relative;
	padding-bottom: 62px;
	overflow: hidden;
	overflow: hidden;
	/* height: 600px; */
}


.member-carousel--main::after {
	content: '';
	position: absolute;
	top: 0;
	right: -15%;
	width: 120%;
	height: 2000px;
	background-color: var(--color-1);
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.member-carousel{
	padding-top: 50px;
	padding-bottom: 50px;
}
.member-carousel .owl-item{
	box-shadow: 0 0 0 0 #000000;
}
.member-carousel .item{
	padding: 30px;
}
.member--star .fa.fa-star {
	font-size: 35px;
	color: var(--rev-color-1);
	margin-right: 10px;
}
.members-says-single {
	display: flex;
	padding: 50px;
	background-color: var(--color-4);
	border-radius: 30px;
	box-shadow: 0px 0px 25px var(--color-2);
}
.member--pic {
	min-width: 200px;
	height: 200px;
}
.member--pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.member--heading{
	text-align: center;
	padding-top: 165px;
	padding-bottom: 130px;
}
.member--note {
	width: calc(100% + 200px);
	padding-top: 45px;
	padding-left: 30px;
}
.member-namer {
	font-size: 24px;
	font-weight: 600;
}
.member--star{
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
}

.member--note hr {
	max-width: 270px;
	border-top: 2px solid var(--color-7);
}
.member-carousel .item {
	opacity: 0.6;
}
.member-carousel .center .item {
	opacity: 1;
}
.member--said {
	line-height: 1.6;
	font-size: 18px;
}
.member--star .fa.fa-star {
	font-size: 35px;
	color: var(--rev-color-1);
}
.member-carousel--main .jetzt-btn{
	text-align: center;
}

.member-carousel--main .jetzt-btn a{
	text-align: center;
	background-color: var(--color-4);
	color: var(--black);
}
.member-carousel--main .jetzt-btn a:hover{
	color: var(--color-4);
}
.member-carousel.owl-carousel .owl-item .member--pic  img{
	width: auto;
}

.member-carousel.owl-theme .owl-nav [class*="owl-"]{
	padding: 14px !important;
	background-color: var(--color-4);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	box-shadow: 1px 1px 9px -3px #000;
}
.member-carousel.owl-theme .owl-nav [class*="owl-"]:hover{
	background-color: var(--color-4);
}
.member-carousel.owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	margin-left: 165px;
}
.member-carousel.owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 0;
	margin-right: 165px;
}
.member-carousel.owl-theme .owl-nav{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}
.jetzt-btn .common-large-btn::before {
	background-color: var(--color-2);
}
.member--star .star-div{
	width: 31px;
	height: 31px;
	margin-right: 10px;
}
/* Member Says  */


/*  Online Analysis section Start*/
.component-container{
	display: contents;
}
.online-analyse--box.row-1.box-left{
	padding-right: 15px;
}
.online-analyse--box .section_title{
	margin-bottom: 50px;
}
.online-analyse--box .section_subtext {
	margin-bottom: 30px;
	max-width: 556px;
}
.online-single--block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.online-analyse--box {
	width: 50%;
	/* background-color: var(--light-gray); */
	/* padding-top: 80px;
	padding-bottom: 80px; */
}
.online-analyse--box.row-2.box-left .round-1-svg svg{
	width: 100%;
}

/* ROW 1 */

.online-analyse--box.row-1.box-right {
	background-color: var(--color-1);
	padding-left: 106px;
	min-height: 898px;
	position: relative;
}
.online-analyse--box.row-1.box-right .online-img-1-div {
	max-width: 688px;
	max-height: 670px;
}
.online-analyse--box.row-1.box-right .online-img-1 {
	object-fit: cover;
	margin-top: -20px;
	position: relative;
	box-shadow: 0px 0px 15px var(--color-2);
	border-radius: 15px;
}

.online-analyse--box.row-1.box-right .round-1-svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 574px;
	height: 574px;
	/* fill: var(--light-blue); */
}
.online-analyse--box.row-1.box-right .online-img-3 {
	max-width: 286px;
	max-height: 260px;
	object-fit: cover;
	box-shadow: 0px 0px 15px var(--color-2);
	border-radius: 15px;
	position: absolute;
	bottom: 65px;
	left: 140px;
}
.online-analyse--box.row-1.box-right .online-img-2 {
	max-width: 418px;
	max-height: 380px;
	object-fit: cover;
	box-shadow: 0px 0px 15px var(--color-2);
	border-radius: 15px;
	position: absolute;
	bottom: 170px;
	right: 7%;
}

/* ROW 2  */

.online-analyse--box.row-2.box-left {
	background-color: var(--color-3);
	min-height: 898px;
	position: relative;
	padding-right: 100px !important;
}
.online-analyse--box.row-2.box-right {
	padding-left: 106px;	
}

.online-analyse--box.row-2.box-left .online-img-1 {
	max-width: 100%;
	max-height: 624px;
	object-fit: cover;
	margin-top: -20px;
	position: relative;
	box-shadow: 0px 0px 15px var(--color-2);
	border-radius: 25px;
}
.online-analyse--box.row-2.box-left .round-1-svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 415px;
	fill: var(--color-1);
}
.online-analyse-free .check {
	display: inline-block;
	transform: rotate(45deg);
	width: 13px;
	height: 25px;
	border-bottom: 3px solid var(--color-2);
	border-right: 3px solid var(--color-2);
}
.online-analyse-free ul {
	max-width: 485px;
}
.online-analyse-free ul li {
	color: var(--color-7);
	background-color: var(--color-4);
	margin-bottom: 10px;
	padding: 24px;
	border-radius: 15px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}
.online-analyse-free .check {
	margin-right: 15px;
	margin-left: 10px;
}
.online-analyse-free{
	position: relative;
	margin-top: -107px;
	margin-left: -53px;
}


/*  Online Analysis section End*/


/*  Years Experiance Section Start */

.years-experiance--inner .online-analyse--box.row-1.box-right .online-img-1{
	margin: 0;
	width: 100%;
	height: 100%;
}
.years-experiance--inner .online-analyse--box.row-1.box-right{
	display: flex;
	align-items: center;
	justify-content: center;
}
.years-experiance--inner .online-analyse--box.box-right{
	padding: 136px;
	min-height: 100%;
}
.mobile-experianc-img{
	display: none;
}

/*  Years Experiance Section Start */


/*  Wheel section Start */

.main--header-sec{
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
}


.wheel--content--inner {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	justify-content: space-between;

}
.wheel-content,
.wheel--box{
	position: relative;
	z-index: 1;
	color: var(--color-13);
}
.wheel--content::after {
	content: '';
	position: absolute;
	top: 0;
	right: -22%;
	width: 1920px;
	height: 2000px;
	background-color: var(--color-3);
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.wheel--content {
	position: relative;
	background-color: var(--color-1);
	height: 800px;
	overflow: hidden;
}

.wheel-paragraph{
	position: absolute;
	right:0px;

}

.wheel--box .wheel--box-inner{
	width: 565px;
	/* height: 565px; */
	position: relative;
	margin: auto;
}
/* .wheel--box-inner:before{
	content: "";
	background: url(assets/media/images/home/poly-star.svg) no-repeat;
	background-size: 100%;
	width: 40px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 1;
} */
/* .wheel--box-inner:after{
	content: "";
	background: url(assets/media/images/home/spin-ring-bg.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
} */
#linear-gradient-0 #stop1 {
	stop-color: hsl(var(--color-1-h), 100%, 83%);
}
#linear-gradient-0 #stop2 {
	stop-color: hsl(var(--color-1-h), calc(var(--color-1-s) * 1.1), 37%);
}
#linear-gradient-0 #stop3 {
	stop-color: hsl(var(--color-1-h), calc(var(--color-1-s) * 1.1), 37%);
}
#linear-gradient-0 #stop4 {
	stop-color: hsl(var(--color-1-h), 100%, 83%);
}
#linear-gradient-0 #stop5 {
	stop-color: hsl(var(--color-1-h), var(--color-1-s), var(--color-1-l));
}
#linear-gradient-0 #stop6 {
	stop-color: hsl(var(--color-1-h), calc(var(--color-1-s) * 1.25), 37%);
}

#linear-gradient-2 #stop7 {
	stop-color: hsl(var(--color-1-h), var(--color-1-s), var(--color-1-l));
}
#linear-gradient-2 #stop8 {
	stop-color: hsl(var(--color-1-h), var(--color-1-s), 50%);
}

#fitness-circule .spin_ellipse {
	fill: rgba(255, 255, 255, .2);
}

/* .wheel--box-inner-after {
	background-size: 100%;
	display: block;
	position: absolute;
	left: -28px;
	right: 0px;
	top: -15px;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width:111%;
} */
/* .spinner-img {
	position: relative;
	z-index: 1;
	padding: 28px;
	top: 5px;
	width: 100%;
	height: 100%;

} */
.spinner-img:after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	background: url(assets/media/images/home/shadow.png) no-repeat;
	background-size: 100%;
	width: 400px;
	margin: auto;
	height: 60px;
}
/* .wheel--button a {
	
	width: 130px;
	height: 130px;
	background-color: var(--color-1);
	border: 3px solid 	var(--rev-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 0px 25px #0000001A;
	z-index: 5;
} */

.wheel--button a:hover{
	color: var(--white);
}

.wheel-content .section_title{
	margin-bottom: 40px;
}
.wheel-content p{
	line-height: 1.7;
}
.wheel-content .hauptgewinn-text{
	margin-bottom: 20px;
}
.wheel-content .hauptgewinn-text span{
	font-weight: 700;
}
.wheel-content {
    padding-left: 60px;
    padding-right: 15px;
}
.wheel-content a.jetzt-btn{
	margin-top: 35px;
}
/* additional code */

.wheel--box-inner {
    width: 566px;
    height: 566px;
    position: relative;
    margin-left: auto;
}
.spinner-stars {
	fill: var(--color-2);
    width: 40px;
    height: 60px;
    position: absolute;
   	right: 55px;
    top: -20px;
    z-index: 1;
}
.wheel--box-inner-after {
    background-size: 100%;
    display: block;
    position: absolute;
    left: -25px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.wheel--button a {
    width: 130px;
    height: 130px;
    background-color:var(--color-1);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: -6%;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    z-index: 5;
    line-height: 1.3;
}
.spinner-img {
    position: relative;
    z-index: 1;
    width: 108%;
    height: 108%;
    left: 22px;
    top: -8px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.spinner-img img {
    width: 80%;
}


@media (max-width: 991px) {
    .wheel--box-inner {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    /* .spinner-img {
        padding: 40px;
    } */
	/* .small_screen_logo{
		width: 118px;
	} */
	.small_screen_logo_container{
		display: contents;
	}
}

@media (max-width: 575px) {    
    .wheel--button a {
        width: 61px;
        height: 61px;
        font-size: 10px;
    }

    .wheel--box-inner {
        width: 90vw;
        height: 90vw;
        max-width: 400px;
        max-height: 400px;
    }
}

/*  Wheel section End */




.fitness-blog--inner .online-analyse--box.box-right .online-img-1{
	margin: 0;
	width: 100%;
	height: 100%;
	
	min-width: 650px;
	min-height: 589px;
	object-fit: cover;
	
}
.fitness-blog--inner .online-analyse--box.box-right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 136px;
	min-height: 100%;
}

.icono-arrow1-left {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	box-sizing: border-box;
}
.icono-arrow1-left:after,
.icono-arrow1-left:before {
	content: "";
	box-sizing: border-box;
}
.icono-arrow1-left {
	width: 12px;
	height: 12px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	margin: 13px;
}
.icono-arrow1-left {
	transform: rotate(45deg);
}
.fitness-blog--inner .zim-blog{
	font-size: 20px;
	font-weight: 700;
	color: var(--color-7);
	text-decoration: underline;
	
}
.icono-arrow1-left{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fitness-blog--inner .zim-blog:hover .icono-arrow1-left{
	transform: translateX(5px) rotate(45deg);
}

.fitness-blog--inner .zim-blog::after{
	content:"\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1rem;
	color: var(--color-7);
	position: relative;
	vertical-align: middle;
	padding-left: 15px;
	display: inline-block;
}

.fitness-blog--inner .zim-blog:hover::after {
	transform: translateX(5px);
	transition-duration: 0.8s;
}


.fitness-blog--inner .online-analyse--box{
	background-color: var(--color-4);
	background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
	padding-top: 80px;
	padding-bottom: 80px;
}


.we-product-img {
	width: 130px;
}
.we-product-content {
	width: calc(100% - 130px);
	padding-left: 15px;
}
.product-name h4 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.product-name h4 a{
	color: #000;
}
img.tag-img {
	position: absolute;
	right: -164px;
	top: 17px;
}
.start-wrap span {
	font-size: 17px;
	color: #989898;
	margin: 0 -1px;
	position: relative;
}
.start-wrap span:after {
	content: '\f005';
	position: absolute;
	left: -1px;
	top: -4px;
	bottom: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 19px;
	color: #FFD500;
	font-weight: 900;
}

.start-wrap span.star-half:after {
	content: '\f089';
}
.we-price-desc p {
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.we-product-content .common-section-btn {
	margin-top: 15px;
}
.we-product-content .common-section-btn .common-small-btn {
	max-width: 195px;
	padding: 4px 10px;
}
.we-product-block {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 15px 20px 10px;
	max-width: 353px;
	background-color: #fff;
	border-radius: 0  30px 30px 30px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
	position: relative;
	margin-top: 60px;
}
.we-product-content .product-name{
	margin-bottom: 15px;
}
.fitness-blog--product-detail .jetzt-section-btn{
	margin-top: 15px;
}
.fitness-blog--product-detail .jetzt-section-btn .common-large-btn {
	padding: 4px 10px;
	width: 100%;
	min-width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
.best-seller-tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #96BB0C;
	height: 38px;
	max-width: 135px;
	border-radius: 0 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.03em;
}
/* Häufig gestellte Fragen Start */

.ct_accordion_wrap {
	border-bottom: 1px solid var(--color-7);
}
.ct_accordion_lable.ct_visiable:after{
	transform: rotate(-180deg);

}
.ct_accordion_lable {
	position: relative;
	cursor: pointer;
}
.ct_accordion_lable h3 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	padding-right: 80px;
	line-height: 1.7;
}
.ct_accordion_lable:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	background-image: url('assets/media/images/home/faq-down-arrow.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.ct_accordion_info {
	display: none;
	margin: 20px 0 30px;
}
.ct_accordion_wrap + .ct_accordion_wrap {
	margin-top: 35px;
}
.hdf-accordion-block {
	margin: 0 auto;
}
.hdf-accordion-block .row {
	margin: 0 -55px;
}
.hgf-col {
	padding: 0 55px !important;
}

/* Footer Form */

/* .index_page .footer_contain{
	max-width: 650px;
	width: 100%;
} */
.index_page .probetranning-form{
	margin-top: 20px;
}
.index_page .probetranning-form .input-fields {
	display: flex;
	flex-wrap: wrap;
}
.index_page .probetranning-form .name-input {
	width: 48%;
	margin-right: 2%;
}

.index_page .probetranning-form .gender-input {
	width: 48%;
	margin-right: 2%;
}
.index_page .probetranning-form .telefon-input {
	width: 48%;
	margin-left: 2%;
}
.index_page .probetranning-form .email-input {
	width: 100%;
}
.index_page .probetranning-form .input-fields input,
.index_page .probetranning-form .input-fields textarea {
	width: 100%;
	border-radius: 30px;
	border: 0;
	padding: 16px 24px;
	margin-top: 20px;
}

.index_page .probetranning-form .input-fields select {
	width: 100%;
	border-radius: 30px;
	border: 0;
	padding: 16px 24px;
	margin-top: 20px;
	height: 100%;
}
.index_page .probetranning-form .common-large-btn{
	width: 100%;
}
/* Footer Form */


.index_page .footer_inner_section .footer_contain:nth-child(1){
	max-width: 641px;
	width: 100%;
}

/*========================== Home Banner Css End =======================*/

.mobile-banner-content{
	padding: 20px 15px;
}
.mobile-banner-content .banner_sub_text{
	margin-bottom: 20px;
}


/*========================== Sticky Footer in mobile  New Css  *==========================*/
.footer_wrapper .social_icon a i{
	font-size: 30px;
	color: var(--color-12);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
.footer_social_left .address .email,
.footer_social_left .address .tel{
	color: var(--white);
}
.footer_social_left .address .email:hover,
.footer_social_left .address .tel:hover,
.footer_wrapper .social_icon a:hover i,
.footer_wrapper .copy_right a:hover,
.footer_wrapper .copy_menu a:hover{
	color: var(--color-3);
}

/*========================== Sticky Footer in mobile New Css  *==========================*/


/* ========================= other pages Banner ==========================*/
/* .hero_p_text{
	max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
} */


/*========================== leistung-web page =======================*/
/*========================== leistung-web page Css Start =======================*/
.leistung_web_contain{
	width: 100%;
}
.lb_contaier{
	width: 100%;
}
.lb_left{
	padding-left: 8.5%;
}
.leistung_web_inner_contain{
	display: flex;
	align-items: flex-start;
    flex-direction: row;
}
.common_banner_left_col{
	width: 39%;
	display: flex;
	align-items: center;
	height: 100%;
}
.category_contain{
	width: 100%;
	margin-top: 35%;
    margin-bottom: 10%;
}
.common_banner_right_col{
	width: calc(100% - 39%);
	background-color: var(--color-1);
	position: relative;
}
.category_contain .section_title{
	margin-bottom: 50px;
	line-height: 1.2;
}
.category_contain p{
	font-size: 18px;
	color: var(--color-7);
	width: 556px;
	padding-right: 15px;
}
.category_contain .common-large-btn{
	margin-top: 58px;
}
.common_banner_right_col:before{
	content: ' ';
	width: 720px;
	height: 720px;
	position: absolute;
	background-color: var(--color-2);
	border-radius: 50%;
	top: -360px;
	left: -360px;
	z-index: -1;
}
.common_banner_right_img img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	border-radius: 25px;
	box-shadow: 0px 0px 25px #00000029;
}
.common_banner_right_inner{
	position: relative;
	overflow: hidden;
	padding: 186px 198px 186px;
	z-index: 0
}
.common_banner_right_inner:before {
	content: ' ';
	width: 931px;
	height: 931px;
	border-radius: 50%;
	background-color: var(--color-3);
	position: absolute;
	top: -33%;
	right: -43%;
	z-index: 1;
}
.common_banner_right_inner:after{
	content: ' ';
	width: 720px;
	height: 720px;
	border-radius: 50%;
	background-color: var(--color-3);
	position: absolute;
	left: -360px;
	bottom: -360px;
	z-index: 1;
}
/*========================== leistung-web page Css Start =======================*/
/*========================== Leistung_web highlight content Start =======================*/
.heighlight_main_section{
	padding: 0 135px;
}
.Leistung_web_heighlight_section{
	padding: 110px 15px 103px;
	background-color:  var(--color-4);
	background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}
.leistung_heighlight_contain{
	text-align: center;
}
.leistung_heighlight_contain .heightlight_img{
	height: 82px;
}
.leistung_heighlight_contain .heightlight_img img{
	min-width: 20px;
}
.leistung_heighlight_contain h3{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 40px 0 25px;
}
.leistung_heighlight_contain p{
	max-width: 334px;
	margin: 0 auto;
}
.fa-angle-down{
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fa-angle-down.angle_rotact{
	transform: rotate(-180deg);
}
.more_main{
	margin-top: 25px;
	margin-top: 10px;
}
/*========================== Leistung_web highlight content End =======================*/
/*========================== Leistung_web Services-1 content Start =======================*/
.services_images{
	padding: 18.5% 22.5% 18.45% 14.8%;
	background-color: var(--color-3);
	position: relative;
}
.services2_images .services_images{
	background-color: var(--color-1);
}
.services_images img{
	box-shadow: 0px 0px 25px #00000029;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	border-radius: 25px;
}
.services_conatin{
	display: flex;
	height: 100%;
	align-items: center;
	padding: 60px 60px 60px 136px;
}
.services_conatin .section_title{
	margin-bottom: 40px;
}
.pad_left_zero{
	padding-left: 0px !important;
}
.pad_right_zero{
	padding-right: 0px !important;
}
/* .moretext{
	display: none;
	max-width: 556px;
} */

.moretext {
	display: block;
	max-height: 6ex;
	overflow: hidden;
	transition: max-height .5s ease-in-out;
}
.more_text_height{
	max-height: 450px;
	overflow-y: auto;
}
.services_lorem_contain{
	margin: 0px 0 40px;
	max-width: 556px;
}
.Leistung_web_services_slider .services_main_conatin{
	margin-top: -60px;
}
.services_main_conatin .section_title{
	line-height: 1;
}
.moreless-button > span{
	font-weight: 700;
	color: var(--color-7);
	position: relative;
}
.unsere_last_contain .moreless-button > span{
	font-size: 16px;
}
.news_web_page .moreless-button > span{
	font-size: 20px;
}
.moreless-button > span:after{
	content: ' ';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: var(--black);
}
.moreless-button{
	display: flex;
	align-items: center;
}
.moreless-button i{
	color: var(--color-7);
	margin-left: 15px;
	display: inline-block;
	font-size: 24px;
} 
.services_main_conatin .common-large-btn{
	margin-top: 45px;
}
.services_images:before{
	content: url(assets/media/images/leistung_web/services_green_shape.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.more_text_height::-webkit-scrollbar {
	width: 5px;
}

.more_text_height::-webkit-scrollbar-track {
	background: #ddd;
}

.more_text_height::-webkit-scrollbar-thumb {
	background: #666; 
}
.leistung-web-service-shap2 svg{
	width: 100%;
	height: 100%;
}
.leistung-web-service-shap2 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 43%;
}
/*========================== Leistung_web Services-1 content Start =======================*/
/*========================== Leistung_web Services-2 content Start =======================*/
.services_shape_img{
	width: 49%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.services_shape_img svg{
	width: 100%;
	height: 100%;
}
.Leistung_web_services2_section .services_conatin{
	padding-left: 223px;
}
.Leistung_web_services2_section .services2_images{
	position: relative;
	overflow: hidden;
}
.Leistung_web_services2_section .services_images:before{
	content: none;
}
.Leistung_web_services2_section .services2_images:before{
	content: ' ';
	width: 961px;
	height: 900px;
	/* background-color: var(--light-blue); */
	position: absolute;
	top: -404px;
	right: -508px;
	z-index: 1;
	border-radius: 67% 45% 50% 66%;
}
.Leistung_web_services2_section .services_images{
	padding: 18% 17.1% 17.45% 19%;
}


/* .services_main_section div:nth-child(even){
	flex-direction: row;
}

.services_main_section div:nth-child(odd){
	flex-direction: row-reverse;
} */

/*========================== Leistung_web Services-2 content Start =======================*/


/*========================== Leistung_web Services-3 content Start =======================*/

.ja_play_btn{
	width: 227px;
	height: 227px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	padding: 32px;
	background-color: transparent;
	border-radius: 50%;
	outline: none;
	border: none;
}

.banner-play-btn a {
	width: 164px;
	height: 164px;
	background-color: var(--color-1);
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
	border-radius: 50%;
	left: -135px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-4);
	font-size: 75px;
	z-index: 1;
	overflow: hidden;
	/* border: 30px solid white; */
	box-sizing: content-box;
}

.banner-play-btn a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color:var(--color-2);
	transform: scale(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: -1;
	border-radius: 50%;
}
.banner-play-btn a:hover:after {
	transform: scale(1);
}
.banner-play-btn a i {
	margin-left: 15px;
}



.modal-dialog {
    /* max-width: 1200px !important; */
    height: 550px;
}
.modal-backdrop {
	display: none;
}
/* .modal-content, .modal-body{
	height: 100%;
	
} */
.modal video {
	min-width: 100%;
	max-width: 80vh;
	/* height: 100%; */
	object-fit: cover;
	display: block;
}
.close {
	opacity: 1 !important;
}
.close span {
    position: absolute;
    top: -24px;
    right: -24px;
    text-align: center;
    line-height: 50px;
    background-color: var(--color-1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: var(--white);
}

.close span:hover{
	background-color: var(--color-1);
	color: var(--white);
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
.modal{
	/* padding: 20px 50px !important; */
	background: rgba(0,0,0,0.5);
	width: 110%;
	height: 1000vh;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.modal-body .ja_video{
	height: 100%;
	width: 100%;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--color-4)!important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}




/*========================== Leistung_web Services-3 content Start =======================*/

/*========================== leistung-web page Css End =======================*/

/*========================== Kurs-web page Css Start =======================*/
/*========================== Unsere Kursangebote slider Css Start =======================*/
.unsere_slider_section{
	padding: 112px 0 55px;
}
.unsere_first_contain{
	padding: 15px 15px;
	background-color: var(--color-1);
	line-height: 1;
}
.unsere_first_inner_contain{
	display: inline-flex;
	align-items: center;
}
.unsere_first_inner_contain p{
	font-size: 30px;
	font-weight: bold;
	color: var(--white);
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.unsere_images a img{
	border-radius: 25px 25px 0 0;
	height: 230px;
	object-fit: cover;
}
.unsere_first_inner_contain p span{
	font-size: 16px;
	font-weight: 400;
	margin-left: 8px;
}
.unsere_first_inner_contain > span{
	font-size: 25px;
	color: var(--white);
	line-height: 1;
	margin: 0 25px;
	margin-bottom: 5px;
}
.unser_blue_title{
	display: flex;
	align-items: center;
}
.unser_blue_title p{
	font-size: 24px;
	font-weight: 400;
	margin-right: 15px;
	margin-left: 0px;
}
.unser_blue_title span{
	width: 15px;
	height: 5px;
	background-color: var(--white);
}
.unser_blue_title span + span{
	margin-left: 4px;
}
.unser_blue_title span.active{
	background-color: var(--rev-color);
}
.unsere_inner_slider_section .item{
	text-align: center;
}
.unsere_last_contain{
	text-align: left;
	padding: 25px;
	background-color: var(--color-8);
	background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05))
}
.unsere_last_contain h3{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.unsere_last_contain p{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}
.unsere_last_contain .moretext{
	max-height: 5ex;
}
.slide_toggle_btn{
	text-align: center;
	margin-top: 35px;
	display: block;
}
.unsere_slider_section .section_title{
	margin-bottom: 65px;
}
.unsere_inner_slider_section .owl-nav [class*=owl-]:hover,
.unser_team_slider .owl-nav [class*=owl-]:hover,
.footer_wrapper .owl-nav [class*=owl-]:hover{
	background: transparent;
}
.unsere_inner_slider_section .owl-theme .owl-nav,
.unser_team_slider  .owl-theme .owl-nav,
.footer_wrapper  .owl-theme .owl-nav{
	margin: 50px 0px 0px;
}
.unser_team_slider  .owl-theme .owl-nav{
	margin-bottom: 80px;
}
.unsere_inner_slider_section .owl-nav,
.unser_team_slider .owl-nav,
.footer_wrapper .owl-nav{
	display: flex;
	justify-content: flex-end;
	padding-right: 10%;
}
.footer_wrapper .owl-nav{
	justify-content: center;
}
.footer_wrapper .owl-nav{
	padding-right: 0px;
}
.footer_wrapper .owl-nav .owl-prev{
	margin-right: 42px;
}
.footer_wrapper .owl-nav .owl-next{
	margin-left: 42px;
}
.new_lorem_inner_section .owl-prev svg,
.new_lorem_inner_section .owl-next svg,
.Leistung_web_services_slider .owl-prev svg,
.Leistung_web_services_slider .owl-next svg,
.heightlight_slider .owl-prev svg,
.heightlight_slider .owl-next svg,
.gallery .owl-prev svg,
.gallery .owl-next svg,
.member-carousel .owl-prev svg,
.member-carousel .owl-next svg,
.unsere_inner_slider_section .owl-prev svg,
.unsere_inner_slider_section .owl-next svg,
.unser_team_slider .owl-prev svg,
.unser_team_slider .owl-next svg,
.footer_wrapper .owl-prev svg,
.footer_wrapper .owl-next svg{
	width: 18px;
}
.unsere_inner_slider_section .owl-prev,
.unsere_inner_slider_section .owl-next,
.unser_team_slider .owl-prev,
.unser_team_slider .owl-next,
.footer_wrapper .owl-prev,
.footer_wrapper .owl-next{
	width: 70px;
	height: 70px;
	background-color: var(--white) !important;
	box-shadow: 0px 7px 7px #00000029;
	border-radius: 50% !important;
}
.unsere_inner_slider_section .owl-theme .owl-nav .owl-prev,
.unser_team_slider .owl-theme .owl-nav .owl-prev{
	margin-right: 85px; 
}
.unsere_inner_slider_section .jam_space{
	margin: 0 15px;
	margin-bottom: 5px;
}
.unsere_inner_slider_section .owl-stage{
	padding-left: 0px !important;
}
/*========================== Unsere Kursangebote slider Css End =======================*/
/*========================== krus web day section Css Start =======================*/
.krus_web_day_section{
	padding: 150px 0px;
	background-color: var(--color-4);
	position: relative;
	z-index: 0;
}
.krus_day_title{
	display: flex;
	flex-wrap: wrap;
}
.krus_day_title li{
	margin-right: 50px;
}
.krus_day_title li a{
	padding: 12px 43px;
	display: inline-block;
	background-color: var(--extra-light);
	font-size: 24px;
	border-radius: 60px;
	color: var(--white);
}
/* .krus_day_title li:last-child a{
	background-color: var(--extra-dark);
} */
.krus_day_title li a.active{
	background-color: var(--white);
	color: var(--color-1);
}
.krus_day_list {
	display: flex;
	justify-content: space-between;
	padding: 75px 0 130px;
}
.krus_day_list li a{
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	color: var(--white);
	transition: unset;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.krus_day_list li a:after{
	content: ' ';
	width: 0%;
	height: 3px;
	background-color: var(--white);
	position: absolute;
	bottom: -3px;
	left: auto;
	right: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.krus_day_list li a:hover:after{
	width: 100%;
	right: auto;
	left: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.krus_day_list li a.active{
	font-weight: 700;
}
.krus_day_main_list{
	display: none;
}
.krus_day_main_list.active{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: .2s;
	display: block;
}
/*========================== krus web day section Css End =======================*/
/*========================== krus table section Css Start =======================*/
.krus_day_paln_table tr{
	padding: 15px 30px;
	background-color: var(--white);
	border-radius: 25px;
}
.krus_day_paln_table table{
	border-spacing: 0 25px;
	border-collapse: separate;
}
.krus_day_paln_table .table td, .krus_day_paln_table .table th{
	border: none;
}
.krus_day_paln_table tr td:first-child{
	border-radius: 25px 0 0 25px;
	padding-left: 30px;
}
.krus_day_paln_table tr td:last-child{
	border-radius: 0 25px 25px 0;
	padding-right: 30px;
	text-align: right;
}
.krus_day_paln_table tr td span{
	font-size: 30px;
	color: var(--color-7);
}
.krus_day_paln_table tr td{
	vertical-align: middle;	
}
.krus_day_paln_table tr td h3{
	font-weight: 700;
	font-size: 30px;
}
.krus_day_paln_table tr td a{
	min-width: 253px;
	font-size: 24px;
	padding: 12px 15px;
}
.krus_day_paln_table{
	display: none;
}
.krus_day_paln_table.active{
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: .2s;
}
.kurs_table_images{
	width: 155px;
	height: 155px;
	border-radius: 50%;
}
.kurs_table_images img{
	width: 100%;
	height: 100%;
}
.list_downloads{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.list_downloads span{
	font-size: 50px;
	color: var(--white);
}
.list_downloads .downloads_arrow{
	width: 58px;
	height: 58px;
	background-color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 45px;
}
.list_downloads .downloads_arrow img{
	transform: rotate(90deg);
}
.krus_web_day_section:after{
	content: ' ';
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: var(--color-3);
	width: 46%;
	height: 47%;
	border-radius: 82% 0% 0 0%;
	z-index: -1;
}
.krus_web_day_section:before{
	content: ' ';
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: var(--color-1);
	width: 46%;
	height: 48%;
	border-radius: 0% 0% 88% 0%;
	z-index: -1;
}
/*========================== krus table section Css Start =======================*/
/*========================== Kurs-web page Css End =======================*/

/*========================== studi-web page Css start =======================*/
/*========================== wir banner section Css start =======================*/
.was_wir_section{
	position: relative;
	margin-bottom: 80px;
}
.was_wir_section:after{
	content: ' ';
	position: absolute;
	top: 0px;
	left: -6%;
	background-color: var(--color-2);
	width: 50.25%;
	height: 56%;
	border-radius: 0% 0% 88% 0%;
	z-index: -1;
}
.was_wir_section:before{
	content: ' ';
	width: 100%;
	height: 83%;
	background-color: var(--color-3);
	position: absolute;
	top: 0px;
	z-index: -2;
}
.wir_images img{
	max-width: 100%;
	border-radius: 25px;
}
.wir_images{
	padding-right: 32px;
}
.wir_inner_section{
	padding: 200px 0px;
}
.wir_contain_section{
	padding: 30px 0 0 0;
}
.wir_contain_section h2{
	color: var(--color-13);
}
.wir_contain_section p{
	margin: 60px 0px;
	max-width: 556px;
	color: var(--color-13);
}
.unser_team_slider > .section_title{
	color: var(--color-13);
	margin-bottom: 52px;
}
.unser_item_item a{
	display: block;
}
.unser_item_item a img{
	width: 100%;
	border-radius: 25px 25px 0 0;
}
.unser_item_contain{
	padding: 10px 30px;
	background-color: var(--color-1);
	border-radius: 0 0 25px 25px;
}
.unser_item_contain .section_title{
	font-size: 24px;
	font-weight: bold;
}
.unser_item_contain{
	color: var(--white);
}
.unser_team_slider .owl-stage{
	padding-left: 0px !important;
}
/*========================== wir banner section Css End =======================*/
/*========================== Dein studio images Css End =======================*/
.mobile-view{
	display: none !important;
}
.gallery{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
}

.gallery-text-item {
	grid-column: span 2;
    grid-row: span 1;
}
/* .gallery-item:nth-of-type(1){
    grid-column: span 2;
    grid-row: span 1;
} */

.gallery-item {
	position: relative;
	overflow: hidden;
}

.gallery-item::before {
	content: '';
	display: block;
	padding-bottom: 100%;
	
  }

  .gallery-item img {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;  
  }

.dein_contain_and_images{
	display: flex;
	flex-wrap: wrap;
}
.dein_inner_contain{
	display: flex;
	align-items: center;
	width: 50%;
	min-width: 50%;
}
.dein_contain .sub_title{
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 600;
}
.dein_contain p{
	max-width: 556px;
}
.dein_images{
	position: relative;
    max-width: 25%;
	min-width: 25%;
	
}
/* .dein_images img{
	 position: absolute;
	width: 100%;
    min-height: 100%;
    object-fit: cover; 
} */

.gal_box {
    overflow: hidden;
    display: block;
    height: 100%;
}
.gal_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease-in-out;
}
/*-------light box images----------*/
.lightbox {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lb-outerContainer {
	order: 2;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1;
}


/*========================== Dein studio images Css End =======================*/
/*========================== studi-web page Css End =======================*/

/*========================== news-web page Css start =======================*/
/*========================== Corona neu Regel contain Css start =======================*/

.corona_neus_contain{
	padding: 173px 0px 217px;
	background-color:  var(--color-4);
	background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}
.corona_neus_images{
	display: flex;
	justify-content: center;
}
.corona_neus_images img{
	border-radius: 25px;
	box-shadow: 0px 0px 25px #00000029;
}
.corona_neus_inner_contain > span{
	font-style: italic;
	margin-bottom: 55px;
	display: inline-block;
	margin-top: 15px;
}
.corona_neus_inner_contain .moretext{
	margin-top: 20px;
}
.corona_neus_inner_contain .moreless-button{
	margin-top: 30px;
}
.corona_neus_inner_contain  p{
	max-width: 648px;
}
/*========================== Corona neu Regel contain Css start =======================*/
/*========================== news lorem contain Css start =======================*/
.new_lorem_section{
	padding: 120px 0px;
	background-color: var(--color-2);
}
.new_lorem_inner_section{
	padding: 0px 125px 0px;
	background-color: var(--color-4);
	border-radius: 15px;
}
.new_lorem_details > span{
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 55px;
	display: inline-block;
}
.new_lorem_details .moretext{
	margin-top: 25px;
}
.new_pad_left{
	padding-left: 65px;
}
.new_pad_right{
	padding-right: 65px;
}
.new_lorem_margin{
	padding-top: 94px;
	padding-bottom: 94px;
	border-bottom: 1px solid #707070;
}
.new_lorem_margin:last-child{
	border: none;
}
.new_lorem_details_images img{
	max-width: 100%;
	border-radius: 25px;
	box-shadow: 0px 0px 25px #00000029;
}
.new_lorem_details h2{
	font-weight: 600;
	font-size: 50px;
}
/*========================== news lorem contain Css start =======================*/
/*========================== news-web page Css End =======================*/
/*========================== konkakt page Css start =======================*/
.kontakt_page {
	position: relative;
    z-index: 2;
}
.offnungszeiten_details.block-section{
	display: none;
}
.kontakt_main_contain{
	padding: 125px 0px 0px;
	background-color: var(--color-4);
	background:linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) ;
	z-index: -2;
}
.kontakt_inner_main_contain{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.kontakt_design{
	padding-top: 50px;
}
.kontakt_design .main_title{
	max-width: 	484px;
	font-size: 80px;
}
.kotakt_form{
	max-width: 628px;
	background-color: var(--color-4);
	border-radius: 25px;
	padding: 40px;
	text-align: center;
	box-shadow: 0px 0px 25px #00000029;
	margin-top: 106px;
	margin-bottom: 120px;
	position: relative;
	z-index: 1;
}

.kotakt_form select{
	width: 100%;
	height: unset;
	border: none;
	outline: none;
	padding: 12px 20px;
	color: var(--black);
	border-bottom: 1px solid var(--black);
	border-radius: 0;
	margin-top: 20px;
}
.kotakt_form input{
	margin-top: 20px;
	width: 100%;
	height: unset;
	border: none;
	outline: none;
	padding: 12px 25px;
	color: var(--black);
	border-bottom: 1px solid var(--black);
}
.kotakt_form input + input{
	margin-top: 15px;
}
.kotakt_form select + input{
	margin-top: 15px;
}
.kotakt_form input:placeholder{
	color: var(--grey-1);
}
.kotakt_form select:placeholder{
	color: var(--grey-1);
}
.kotakt_form textarea{
	border: none;
	padding: 12px 25px;
	margin-top: 15px;
	border-bottom: 1px solid var(--black);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	
}

.ja_textarea{
	min-height: 120px;
}
.ja_textarea textarea{
	width: 100%;
}
.kotakt_form .common-large-btn{
	margin-top: 15px;
}
.form_group .round {
	position: relative;
}
.form_group .round label{
	position: relative;
	padding-left: 24px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
}
.form_group .round label:before{
	content: ' ';
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 16px;
	left: 0;
	top: 1px;
	position: absolute;
	width: 16px;
}
.form_group .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 4.3px;
    opacity: 0;
    position: absolute;
    top: 6.3px;
    width: 8px;
    transform: rotate(-45deg);
}
.form_group .round input[type="checkbox"] {
	display: none;
}
.form_group .round input[type="checkbox"]:checked + label:before {
	background-color: var(--color-1);
	border-color: var(--grey-1);
}
.form_group .round input[type="checkbox"]:checked + label:after {
	opacity: 1;
}
.messages{
	margin-bottom: 20px;
}
.kotakt_form .section_title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.information_section{
	align-self: flex-end;
	position: relative;
	z-index: 1;
	margin-bottom: 190px;
}
.information_section ul li{
	background-color: var(--color-4);
	padding: 18px 85px 18px 35px;
	border-radius: 15px;
	display: flex;
	align-items: center;
}
.information_section ul li + li{
	margin-top: 15px;
}
.info_details h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.info_details p{
	font-size: 18px;
}
.info_details p a{
	color: var(--black);
}
.loc_img{
	margin-right: 25px;
}
.konkat_map_section{
	width: 67%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: -45px;
	overflow: hidden;
	z-index: 0;
}
.kontakt_map_inner_section {
	width: 100%;
	height: 100%;
	position: relative;
}
.kontakt_map_inner_section:after{
    content: ' ';
    width: 100%;
    height: 54%;
    background-color: var(--color-3);
    position: absolute;
    bottom: 0px;
    left: -50px;
    transform: rotate(13deg);
    opacity: 0.56;
}
.konkat_map_section .kontakt_map_inner_section iframe{
	width: 100%;
	height: 100%;
}

.map-btn {
	width: 100%;
	position: absolute;
	bottom: 0;
	/* pointer-events: none; */
  }
  
  .map-btn .btn{
	pointer-events: all;
	display: block;
  }
  .map-btn {
    bottom: 5%;
	text-align: center;
  }
.jam__location{
	position: absolute;
    top: 15%;
    right: 35%;
	opacity: 0;
	visibility: hidden;
}

.offnungszeiten_section{
	padding-bottom: 120px;
}
.offnungszeiten_section{
	background-color: var(--grey-1);
	margin-top: -15px;
	position: relative;
	/* z-index: 1; */
	/* z-index: -1; */
}
.offnungszeiten_inner_section{
	padding: 23px 43px;
	background-color: var(--white);
	border-radius: 15px;
}
.offnungszeiten_inner_section > .section_title{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.offnungszeiten_main_contain{
	display: flex;
	justify-content: space-between;
}
.offnungszeiten_details .section_title{
	font-size: 20px;
	font-weight: bold;
	margin: 35px 0 25px;
}
.offnungszeiten_details{
	text-align: center;
}
.offnungszeiten_details p span{
	display: block;
	font-size: 18px;
}
.map_locator{
	width: 100%;
	height: 100%;
}
.kontakt_page.common_footer .footer_wrapper {
    padding-top: 0;
    position: relative;
    z-index: 0;
    background-color: var(--color-4);
	background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}
.shapebottom-kontakt {
    position: absolute;
    top: -194px;
    z-index: 0;
    width: 400px;
	display: none;
}
.kontakt_page .shapebottom-kontakt {
	display: block;
}
.offnungszeiten_inner_section{
	position: relative;
	z-index: 1;
}
.shapebottom-kontakt svg{	
	width:100%;
	height:100%;
}
/* .kontakt_map_inner_section iframe{
	display: none;
} */
/*========================== konkakt page Css start =======================*/
/*========================== footer start css =======================*/

.footer_inner_section{
	display: flex;
	position: relative;
	background-color: var(--color-2);
}
.footer_wrapper:after{
	content: ' ';
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: 0px;
	background-color: var(--color-11);
	z-index: -3;
}
.contact_card_margin{
	margin-bottom: -6%;
}

.footer_wrapper.contact:after{
	content: ' ';
	width: 100%;
	height: 58%;
	position: absolute;
	bottom: 0px;
	background-color: var(--color-11);
	z-index: -3;
	
}
.footer_inner_section:before{
	content: ' ';
	width: 63%;
	height: 65.5%;
	background-color: var(--black);
	opacity: 0.2;
	border-radius: 0 0 0px 55px;
	position: absolute;
	bottom: -55px;
	right: 0px;
	z-index: -2;
}
.footer_inner_section:after{
	content: ' ';
	width: 230px;
	height: 230px;
	background-color: var(--color-1);
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0 0 0 100%;
	z-index: 0;
}

.footer_left_contain{
	padding: 0px 60px 52px 60px;
	min-width: 55%;
	text-align: center;
}
.footer__rigth_contain{
	min-width: 45%;
	position: relative;
	z-index: 1;
}

.footer_left_contain .section-title{
	font-size: 18px;
	font-weight: bold;
	padding: 30px 50px;
	min-width: 440px;
	background-color: var(--color-4);
	color: var(--white);
	display: inline-block;
	margin-bottom: 85px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	letter-spacing: 0.2em;
}
.footer_wrapper{
	padding: 200px 0 0;
	position: relative;
}
.product_inner_item{
	display: flex;
	justify-content: space-between;
	padding: 0 10px 25px 10px; 
}
.product_contian{
	text-align: left;
}
.product_contian .section_title{
	font-size: 20px;
	color: var(--black);
	font-weight: bold;
	margin-bottom: 15px;
}
.product_contian{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.star_img{
	margin-bottom: 5px;
}
.product_contian > div img{
	display: inline-block;
}
.product_contian .common-large-btn{
	min-width: 195px;
	padding: 5px 15px;
	margin-top: 15px;
}
.product_item{
	background-color: var(--white);
	border-radius: 30px;
	text-align: left;
}
.product_img{
	min-width: 130px;
}
.product_img img{
	width: 100%;
}
.best{
	padding: 2px 20px;
	background-color: var(--color-1);
	font-size: 18px;
	color: var(--white);
	display: inline-block;
	text-align: center;
	line-height: 32px;
	border-radius: 0 0 38px 0px;
	font-weight: bold;
}
.footer__rigth_contain{
	padding-right: 50px;
}
.footer__rigth_contain img{
	margin-top: -75px;
	border-radius: 25px 25px 0 0;
}
.footer_social_section{
	padding: 145px 0px 54px;
}
.footer_social_left{
	width: 50%;
	min-width: 50%;
}
.social_icon{
	display: flex;
	flex-direction: column;
}
.social_icon a + a{
	margin-top: 25px;
}
.footer_social_left{
	display: flex;
	justify-content: space-between;
}
.footer_social_section .section-title{
	font-size: 18px;
	color: var(--color-12);
	font-weight: bold;
	margin-bottom: 22px;
}
.footer_social_section .address p{
	color: var(--color-12);
	margin-bottom: 5px;
}
.footer_social_inner_section{
	padding-bottom: 130px;
	border-bottom: 2px solid var(--color-12);
}
.copy_right_section{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.copy_menu a + a{
	margin-left: 30px;
}
.copy_menu a, .copy_right span, .copy_right a{
	font-size: 18px;
	color: var(--color-12);
}

.common_footer .footer_inner_section{
	justify-content: space-between;
}
.footer_contain .section-title{
	font-size: 18px;
	font-weight: bold;
	padding: 30px 50px;
	min-width: 440px;
	background-color: var(--color-1);
	color: var(--white);
	display: inline-block;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.common_footer .footer_wrapper{
	padding-top: 120px;
}
.common_footer .footer_inner_section{
	padding: 0px 110px 52px 150px;
}
.common_footer .footer_contain  {
	text-align: left;
}
.common_footer .footer_contain  .section-title {
	text-align: center;
}
.new_left_contain .section_title{
	color: var(--color-13); 
}
.new_left_contain p{
	color: var(--color-13);
	max-width: 680px;
	margin: 30px 0 60px;	
}
.new_left_contain .common-large-btn{
	background-color: var(--color-13);
	color: var(--black);
}

.new_left_contain .common-large-btn:hover{

	background-color: var(--color-2);
	/* write here code  */
}
.footer_img_contain{
	max-width: 484px;
	height: 484px;
	margin-top: 52px;
	position: relative;
	z-index: 1;
}
.footer_img_contain img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
	box-shadow: 0px 0px 25px #00000029;
}
.kurs_web_page .new_left_contain .common-large-btn,
.news_web_page .new_left_contain .common-large-btn,
.studio_web_page .new_left_contain .common-large-btn{
	min-width: 444px;
}
.kontakt_page .new_left_contain .common-large-btn{
	min-width: 650px;
}
.footer_wrapper .common-large-btn:hover{
	color: var(--color-8);
}
/*========================== footer start css =======================*/


/*new*/
.common_banner_right_img .section_title{
	display: none;
}
.heightlight_slider_none{
	display: none;
}
.krus_table_btn{
	display: none;
}
.wir_inner_section .row{
	justify-content: space-between;
}
.wir_images .section_title{
	display: none;
}
.news_web_page .leistung_web_inner_contain{
	line-height: 1.4;
}
.dein_images_slider{
	display: flex;
	flex-wrap: wrap;
}

.dein_images_slider div:first-child, .dein_images_slider div:first-child + div{
	display: grid;
    align-content: space-between;
}


.dein_none{
	display: none;
}
.konkat_map_section .section_title{
	display: none;
}
.footer_img_contain .section-title{
    display: none;
}
.footer_img_contain .section_title{
    display: none;
}
.address p a{
	color: var(--white);
}
.news_lorem_slider_images h2, .news_lorem_slider_images span {
	display: none;
}

.new_lorem_section{
	position: relative;	
	z-index: 1;
}
.loren-ipsum-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 676px;
    z-index: -1;
}
.loren-ipsum-bottom-shape svg	{
	width: 100%;
	height: 100%;
}



/* Marquee CSS */

.main--header-sec {
  overflow: hidden;
}
.main--header-sec h2.marquee{
	white-space: nowrap;
	display: inline-block;
  	animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
  	transform: translateX(100%); 
  }
  100% {
  	transform: translateX(-100%); 
  }
}


/* code from outside */
/* .marquee {
	margin: 0 auto;
	width: 600px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
  } */
  .marquee:before,
  .marquee:after {
	position: absolute;
	top: 0;
	width: 50px;
	height: 30px;
	content: "";
	z-index: 1;
  }
  .marquee:before {
	left: 0;
	/* background: linear-gradient(to right, #ccc 10%, transparent 80%); */
  }
  .marquee:after {
	right: 0;
	/* background: linear-gradient(to left, #ccc 10%, transparent 80%); */
  }
  .marquee__content {
	width: 300%;
	display: flex;
	line-height: 1.2;
	animation: marquee 10s linear infinite
;
  }
  /* .marquee__content:hover {
	animation-play-state: paused;
  } */
  .list-inline {
	display: flex;
	justify-content: space-around;
	width: 33.33%;
	/* reset list */
	list-style: none;
	padding-right: 40px;
	/* padding: 0; */
	/* margin: 0; */
  }
  @keyframes marquee {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-66.6%);
	}
  }


/*--------------------------------- course table style from matrix Start --------------------------------------*/

.schedule-section {
	padding: 0 0 100px;
}
.course-plan-container {  
	max-width: 400px;
	margin: 0 auto;
  }
  
  .schedule-filter .menu {
	overflow-x: auto;
	margin: 0 0 50px;
	display: flex;
	max-width: 100%;
  }
  /* Hide scrollbar */
  .schedule-filter .menu {
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  .schedule-filter .menu::-webkit-scrollbar {
	display: none;
  }
  
  .schedule-filter .menu-link {
	min-width: 150px;
	color: var(--color-1);
	background: none;
	padding: .75rem 2rem; 
	margin: 0; 
	white-space: nowrap;
	font-size: .875rem;
	font-weight: 600;
	cursor: grab;
	text-transform: uppercase;
	border: 0;
  }
  
  .schedule-filter .menu-link.active,
  .schedule-filter .menu-link:hover {
	color: var(--white);
	background: var(--color-1);
  }
  
  .schedule-filter .menu-link:focus {
	outline: 0;
  }
  
  
  .custom-dropdown-select {
	border: 0;
	position: relative;
  }
  
  .custom-dropdown-select .menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
  }
  
  .custom-dropdown-select.open .menu {
	display: block;
  }
  
  .custom-dropdown-select .menu-link {
	width: 100%;
	cursor: pointer;
	background: var(--white); 
	white-space: normal; 
	margin: 0;
  }
  
  .custom-dropdown-select .menu-link.active {
	position: relative;
  }
  .custom-dropdown-select .menu-link.active::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: var(--white) transparent transparent transparent;
  }
  .custom-dropdown-select.open .menu-link.active::after {
	border-color: transparent transparent var(--white) transparent;
	top: 40%;
  }
  
  .custom-dropdown-select .filter-link.active::after {
	display: none;
  }
  
  
  .schedule-table {
	background: var(--color-2);
	color: var(--white);
	text-align: center;
	display: grid;
	overflow: hidden;
	border: 1px solid var(--color-1);
  }
  
  .schedule-table .col {
	padding: 0;
  }
  .schedule-table p {
	margin: 0;
  }
  
  .col-header {
	padding: 1rem;
	background: var(--color-1);
	/* filter: brightness(1.2); */
  }
  
  .col-body {
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  
  .col:last-of-type .col-body {
	border: 0;
  }
  
  .schedule-item {
	padding: 1rem;
	max-height: 150px;
	visibility: visible;
	opacity: 1;
	transition: all .3s;
  }
  
  .schedule-item.inactive {
	visibility: hidden;
	max-height: 0;
	padding: 0 1rem;
	opacity: 0;
  }
  
  .schedule-item .time {
	color: var(--color-3);
  }
  
  .schedule-section .btn-with-icon .icon {
	position: relative;
	top: -1px;
  }
  
  .day-filter-item {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
  }
  .day-filter-item.inactive {
	visibility: hidden;
	max-height: 0 !important;
	opacity: 0;
  }

  
 .probetranning-form  input.invalid{
	outline: 0;
	border: 2px solid var(--error)!important;
  }
 .probetranning-form  input.valid {
	outline: 0;
	border: 2px solid var(--success)!important;
  }
 .probetranning-form  input.warning {
	outline: 0;
	border: 2px solid var(--warning)!important;
  }
.validation-text {
  display: none;
  color: var(--error)!important;
  margin: 0;
  font-size: 13px;
  margin-top: 3px!important;
    text-align: left;
}
.kotakt_form input.invalid{
	outline: 0;
	border-bottom: 1px solid var(--error)!important;
  }
  .kotakt_form input.valid {
	outline: 0;
	border-bottom: 1px solid var(--success)!important;
  }
  .kotakt_form input.warning {
	outline: 0;
	border-bottom: 1px solid var(--warning)!important;
  }
.index_page .probetranning-form p{margin-bottom: 0!important;}
.probetranning-form .form_check_box .round {
	position: relative;
	margin-top: -10px;
}

.probetranning-form .form_check_box .round input[type="checkbox"] {
	visibility: hidden;
	display: none;
}
.probetranning-form .form_check_box .round label {
	margin: 0;
	max-width: 100%;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	padding-left: 35px;
	font-weight: 100;
	color: var(--white);
	margin-top: 35px;
}
.probetranning-form .form_check_box .round label:before {
	content: ' ';
	cursor: pointer;
	width: 20px;
	height: 20px;
	left: 3px;
	top: 2px;
	position: absolute;
	background-color: var(--white);
}
.probetranning-form .form_check_box .round label::after {
	content: '';
	width: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 13px;
	top: 4px;
	border-right: 2px solid var(--color-1);
	border-bottom: 2px solid var(--color-1);
	background-color: transparent;
	left: 10px;
	opacity: 0;
	position: absolute;
}
.probetranning-form .form_check_box .round input[type="checkbox"]:checked+label:after {
	opacity: 1;
}
.index_page .probetranning-form .common-large-btn{
	margin-top: 30px;
}
.hidden-address{display: none;}

  @media screen and (min-width: 768px) {
	.schedule-section .xs-btn-full {
		left: 50%;
		transform: translateX(-50%);
	  }
  }
  @media screen and (min-width: 1024px) {
/* ---------- Schedule ---------- */
.course-plan-container {  
    max-width: 100%;
  }
  .schedule-table {
    grid-template-columns: repeat(7, 1fr);
  }
  .col-body {
    border-right: 1px solid var(--color-1);
    grid-template-columns: 1fr;
    font-size: .75rem;
  }

  .schedule-section .btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }


  .schedule-section .xs-btn-full {
    left: unset;
    transform: unset;
  }
  }
  @media screen and (min-width: 1280px) {
	.col-body {
		font-size: .875rem;
	}
  }

  /*--------------------------------- course table style from matrix End --------------------------------------*/