@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500&display=swap');
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
strong {
	font-weight:500;
}
img {
	max-width:100%;
	height:auto;
	width:auto;
}
.form-group {
	position:relative;
	margin-bottom:15px;
}
body {
	font-family:'Roboto',sans-serif;
	background:#fff;
	font-size:16px;
	letter-spacing:0px;
	color:#313131;
}
.container {
	max-width: 94%;
}
/* header */
.header_outer {
	position:absolute;
	left:0px;
	top:0px;
	padding:15px 0px;
	width:100%;
	z-index:100;
	transition:0.3s;
}
.header_content {
	display:flex;
	justify-content:space-between;
	position:relative;
	align-items:center;
}
.header_cont_right {
	display:flex;
	position:relative;
}
.header_cont_right i {
	margin-right:5px;
}
.menu_cont {
	margin-left:15px;
	position:relative;
}
.menu_des_info {
	position:fixed;
	right:0px;
	top:60px;
	background:#99B6D2;
	width:0px;
	transition:0.3s;
	opacity: 0px;
	padding:25px 10px;
	/* display:none; */
}
/* .selectedMenu .menu_des_info {
	display:block;
} */
.menu_des_info ul {
	padding:0px;
	margin:0px;
	list-style:none;
	width:240px;
	background:#99B6D2;
}
.menu_des_info ul li {
	position:relative;
	padding:0px;
	color:#fff;
	text-align:left;
	font-size:20px;
	font-family:'Roboto',sans-serif;
	font-weight:700;
	letter-spacing:0px;
	color:#FFFFFF;
	opacity:1;
}
.menu_des_info ul li:after {
	width:100%;
	bottom:0px;
	height:2px;
	background:#316B9A;
	position:absolute;
	left:0px;
	bottom:12px;
	content:"";
	display:none;
}
/* .menu_des_info ul li:hover:after {
	display:block;
} */
.menu_des_info ul li.menu-item-has-children:hover:after {
    display: block;
}
.menu_des_info ul li a {
	color:#fff !important;
	background:#99b6d2;
	padding:6px 10px 6px 15px;
	display:inline-block;
	position:relative;
	z-index:2;
}
.menu_des_info ul li:hover a {
	color:#316B9A !important;
}
.menu_des_info ul li:hover ul li a {
	color:#fff !important;
}
.menu_des_info ul li:hover ul li:hover a {
	color:#316B9A !important;
}
.menu_des_info ul li:hover ul li:hover ul li a {
	color:#fff !important;
}
.menu_des_info ul li:hover ul li:hover ul li a:hover {
	color:#316B9A !important;
}
.menu_cont i {
	color:#fff;
	transition:0.3s;
}
.menu_des_info ul li ul {
	position:absolute;
	left:240px;
	top:0px;
	display:none;
}
.menu_des_info ul li:hover ul {
	display:block;
}
.menu_des_info ul li ul ul {
	display:none !important;
}
.menu_des_info ul li ul li:hover ul {
	display:block !important;
}
.search_opt {
	margin-left:15px;
}
.search_opt i {
	color:#fff;
	transition:0.3s;
}
.log_opt {
	margin-left:15px;
}
.loc_anfo {
	margin-left:15px;
}
.header_cont_right a {
	color:#fff;
	text-decoration:none;
	transition:0.3s;
}
.header_outer.fixed {
	/* background:#deeeff;box-shadow:0 0 10px #000;transition:0.3s;*/
}
.header_outer.fixed a {
	color:#313131;
}
.header_outer.fixed i {
	color:#313131;
}
.banner_option {
	position:relative;
}
.logo_info {
	width:210px;
	position:relative;
	transition:0.3s;
}
.logo_hover {
	position:absolute;
	top:0px;
	left:0;
	opacity:0;
}
.fixed .logo_hover {
	opacity:1;
}
.fixed .def_logo {
	opacity:0;
}
.fixed .logo_info {
	width: 128px;
}
/* */
.icon {
	background-color:#ffffff;
	border:0;
	height:25px;
	width:25px;
	border-radius:50%;
	cursor:pointer;
	position:relative;
}
.icon span {
	display:block;
	height:2px;
	width:25px;
	background-color:#ffffff;
	border-radius:2px;
	position:absolute;
	left:0;
	-webkit-transition:-webkit-transform 0.3s;
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.icon span:first-child {
	top:0px;
}
.icon span:nth-child(2) {
	top:7.5px;
}
.icon span:last-child {
	top:15px;
}
.icon--active span:first-child {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:7px;
}
.icon--active span:last-child {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position:absolute;
	top:7px;
}
.icon--active span:nth-child(2) {
	opacity:0;
}
.icon--button {
	border-radius:10px;
}
.icon--square {
	border-radius:0;
}
.icon--transparent {
	background-color:transparent;
}
.icon--transparent span {
	background-color:#ffffff;
}
.icon-transition {
	-webkit-transition:-webkit-transform 0.3s;
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.fixed .icon--transparent span {
	background-color:#000;
}
.downarrow {
	position:absolute;
	right:0px;
	top:6px;
	color:#fff !important;
	font-size:20px;
}
span.downarrow i {
	font-size:33px;
	color: #fff !important;
}
/* */
/* */
/* .tag{opacity:0;transform:translate(0,10vh);transition:all 1s;}.tag.visible{opacity:1;transform:translate(0,0);}@keyframes fadeIn{0%{opacity:0;}100%{opacity: 1;}}*/
/* */
.bannerslider_slider_wrap:after {
	position:absolute;
	content:"";
	left:-34%;
	top:-20%;
	width:70%;
	max-width:1200px;
	height:136%;
	border-radius:50%;
	transform:matrix(0.97,-0.24,0.24,0.97,0,0);
	background:#99B6D2 0% 0% no-repeat padding-box;
	mix-blend-mode:multiply;
	opacity:1;
	z-index:10 /* position:absolute;content:"";left:0px;top:0px;width:47%;height:153%;background:url(../images/topleftbgupdate.png) no-repeat center bottom;background-size:100% 100%;max-width:528px;opacity:0.9;*/
}
.banner_cont_block {
	position:relative;
	z-index:20;
}
.bannerslider_slider_item {
	min-height:625px;
	position:relative;
	padding:250px 15px 0px;
	background-size:cover !important;
}
.bannerslider_info h2 {
	color:#fff;
}
.bannerslider_info h2 {
	color:#fff;
	font-size:60px;
	font-weight:700;
	text-shadow:0 0 10px #434141;
}
.breadcrumbsinfo {
	padding:15px 15px 40px 0px;
	position:relative;
	z-index:10;
	top:0;
	margin-top:-75px;
}
.breadcrumbsinfo ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.breadcrumbsinfo ul li {
	display:inline-block;
	position:relative;
	padding:0px 5px 0 0;
	margin-right:5px;
	position:relative;
}
.breadcrumbsinfo ul li a {
	text-decoration:none;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.breadcrumbsinfo ul li:after {
	position:absolute;
	left:-10px;
	top:-1px;
	content:"/";
	color:#fff;
	font-size:17px;
}
.breadcrumbsinfo ul li:first-child:after {
	display:none;
}
.breadcrumbsinfo ul li:hover a {
	text-decoration:underline !important;
}
li.activepage a {
	text-decoration:underline !important;
}
.top_linkopt {
	padding:26px 0 30px;
	position:relative;
	z-index:10;
}
.top_linkopt ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.top_linkopt ul li {
	display:inline-block;
	position:relative;
	padding:0px 40px 0 0;
	margin-right:50px;
	position:relative;
}
.top_linkopt ul li i {
	width:30px;
	height:30px;
	background:#7EBEFF 0% 0% no-repeat padding-box;
	opacity:1;
	content:"";
	position:absolute;
	right:-22px;
	top:-4px;
	border-radius:50%;
	line-height:30px;
	text-align:center;
}
.top_linkopt ul li a {
	text-decoration:none;
	color:#313131;
	font-weight:600;
}
.top_linkopt ul li a:hover {
	opacity:0.8;
	text-decoration: underline !important
}
.videoinfo_text {
	position:absolute;
	bottom:9%;
	right:3%;
	width:auto;
	height:auto;
	transform:matrix(0.95,-0.31,0.31,0.95,0,0);
	/* UI Properties */
	background:#FFFFFF 0% 0% no-repeat padding-box;
	border:2px solid #FF0000;
	opacity:1;
	letter-spacing:0px;
	color:#FF0000;
	opacity:1;
	font-family:'Roboto',sans-serif;
	font-size:26px;
	font-weight:700;
	padding:5px 15px;
	z-index:80;
}
.main_content {
	padding:15px 0px 105px;
	position:relative;
	/* overflow: hidden;*/
}
.main_content:after {
	position:absolute;
	left:-34%;
	top:-50%;
	content:"";
	width:53%;
	max-width:998px;
	/* height:80%;*/
	height:683px;
	transform:matrix(1,-0.07,0.07,1,0,0);
	background:#7EBEFF33 0% 0% no-repeat padding-box;
	mix-blend-mode:multiply;
	opacity:0.7;
	border-radius:81%;
}
.main_content:before {
	/* position:absolute;right:-12%;bottom:0;content:"";width:181%;height:100%;*/
	/* transform:matrix(-0.63,0.78,-0.78,-0.63,0,0);background:#99B6D233 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:1;border-radius:82%;*/
	position:absolute;
	right:0px;
	bottom:0;
	content:"";
	width:100%;
	height:100%;
	background:url(../images/content_bg1update.png) no-repeat center bottom;
	background-size:100% 77%;
}
.main_cont_info {
	display:flex;
	justify-content:space-between;
	padding:20px 0px 40px;
}
.main_cont_info2 {
	padding-top:0px;
}
.nopading_top {
	padding-top:0px !important;
}
.main_cont_info_left {
	flex:0 50%;
}
.main_cont_right_des {
	position:relative;
}
.main_cont_info_right {
	flex:0 50%;
	margin-left:4%;
	max-width:570px;
}
.modf_mar_righ {
	margin-right:10%;
}
.main_cont_right_des::after {
	/* position:absolute;left:0px;top:0px;content:"";width:100%;height:100%;transform:matrix(-0.97,-0.24,0.24,-0.97,0,0);background:#7EBEFF 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:1;border-radius:50%;*/
}
.main_cont_right_des::before {
	/* position:absolute;left:-7px;top:34%;content:"";width:100%;height:100%;border-radius:50%;transform:matrix(-0.95,0.31,-0.31,-0.95,0,0);background:#3B3A3A4D 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:0.4;*/
}
.main_cont_right_des img {
	width:100%;
	opacity:0.9;
}
.main_cont_right_des {
	position:relative;
	text-align:left;
	letter-spacing:0px;
	color:#fff;
	opacity:1;
	font-weight:600;
	font-size:38px;
	/* padding:75px 100px 117px 82px;*/
}
.main_cont_right_des span {
	position:absolute;
	z-index:10;
	line-height:initial;
	display:block;
	left:0px;
	top:0;
	width:100%;
}
.add_block_outer {
	position:relative;
	z-index:10;
	margin-top: -121px;
}
.addbanner_item {
		/* min-height:350px;*/
	min-height:420px;
	background-size:cover !important;
	margin-bottom:20px;
}
.addbanner {
	/* min-height:420px;*/
}
.addbanner_item:last-child {
	margin-bottom:0px;
}
.heading_info {
	padding-bottom:50px;
}
.heading_info h2 {
	font-size:50px;
	font-weight:700
}
.addbanner_info {
	padding:50px 0 0;
}
.addbanner_item h3 {
	font-size:35px;
	font-weight:700;
}
.def_btn {
	background:#84BDFF;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
	color:#000;
	border-radius:41px;
	padding:10px 25px;
	display:inline-block;
	transition:0.3s;
}
.def_btn:hover {
	color:#000;
	opacity:0.8;
	padding:10px 35px;
}
.container {
	max-width:94%;
	position:relative;
	z-index:10;
}
.addbanner_content {
	background:#99B6D233 0% 0% no-repeat padding-box;
}
.service_content_wrap {
	position:relative;
}
.service_content_wrap {
	position:relative;
	overflow:hidden;
	padding:100px 0px;
	margin-top: 60px;
}
.service_content_wrap::before {
	position:absolute;
	/* left:-50%;top:30px;*/
	content:"";
	width:70%;
	height:100%;
	left:0;
	top:0px;
	/* border-radius:50%;transform:matrix(-0.71,-0.71,0.71,-0.71,0,0);background:#99B6D233 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:1;*/
	background:url(../images/cont_bttom_bg1_leftupdate.png) no-repeat center bottom;
	background-size:100% 100%;
}
.service_content_wrap::after {
	position:absolute;
	/* right:-56%;bottom:-50%;*/
	content:"";
	/* width:94%;height:66%;*/
	/* transform:matrix(-0.98,-0.21,0.21,-0.98,0,0);background:#99B6D233 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:1;border-radius:50%;*/
	right:0;
	bottom:0px;
	width:34%;
	height:21%;
	background:url(../images/cont_bttom_bg1update.png) no-repeat center bottom;
	background-size:100% 100%;
}
.service_cont_block {
	display:flex;
	justify-content:space-between;
	/* padding:100px 0;*/
}
.service_cont_block {
	display:flex;
	justify-content:space-between;
}
.service_cont_info {
	flex:0 48%;
}
.service_cont_add_pic {
	flex:0 50%;
}
.service_cont_block .heading_info {
	padding-bottom:30px;
}
.service_cont_block.modf_service {
	display:flex;
	flex-direction:row-reverse;
	margin-top:40px;
}
.modf_service .service_cont_info {
	padding:140px 0 0;
	flex:0 79%;
}
.add_video_item {
	min-height:350px;
	background-size:cover !important;
}
.vodeo_cap span {
	background:#fff;
	color:#FF0000;
	font-weight:500;
	padding:5px 15px;
	display:inline-block;
	margin-top:60px;
}
.playvideo {
	text-align:center;
	font-size:134px;
	color:#fff;
	padding:50px 0px;
}
.playvideo a {
	color:#fff;
}
.modf_service .service_cont_info {
	padding-left:5%;
}
.service_cont_info p {
	margin-bottom:56px;
}
.footer_outer {
	background:#313131;
	padding:50px 0px;
	position:relative;
	z-index:30;
}
.footer_cont {
	display:flex;
	justify-content:space-between;
}
.footer_linkopt h3 {
	color:#fff;
	font-size:14px;
}
.footer_linkopt ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer_linkopt ul li {
	display:block;
	color:#fff;
	line-height:25px;
	letter-spacing:0.26px;
	color:#FFFFFF;
	opacity:1;
}
.footer_linkopt a {
	color:#fff;
	text-decoration:none;
}
.footer_linkopt a:hover {
	color:gray;
}
.footer_linkopt ul li a {
	color:#fff;
	text-decoration: none;
}
.footer_linkopt p {
	display:block;
	margin:0px;
	padding:0px;
	color:#fff;
	/* line-height:22px;margin:4px 0px;*/
	line-height:20px;
	letter-spacing:0.26px;
	color:#FFFFFF;
	opacity:1;
	margin-bottom:5px;
}
.footer_linkopt {
	font-size:13px;
	flex:0 19%;
	margin:1%;
}
.footer_logo {
	max-width:164px;
	flex:0 31%;
	margin-right:1%;
}
.footer_linkopt:nth-child(2) {
	flex:0 30%;
}
.footer_linkopt:nth-child(4) {
	flex:0 41%;
}
.footer_linkopt:nth-child(5) {
	flex:0 32%;
}
.footer_linkopt:nth-child(6) {
	flex:0 42%;
}
.footer_linkopt:nth-child(7) {
	flex:0 49%;
}
.footer_add {
	padding:10px 0 0;
}
.banner_option {
	position:relative;
}
div#bannercontent {
	position:absolute;
	z-index:15;
	left:0px;
	top:351px;
	width:100%;
}
.banner_option .owl-dots {
	position:absolute;
	left:0px;
	bottom:-80px;
	width:100%;
}
.bannerslider_slider_item,.banner_cont_block {
	transition:all ease-out .5s
}
.menu_btn {
	position:relative;
	top:-2px;
	z-index: 9999;
}
button.icon--button {
    border: 0px !important;
    outline: 0px !important;
    box-shadow: 0px 0px 0px transparent !important;
}
#backtotop {
	display:none;
	position:fixed;
	bottom:20px;
	right:30px;
	font-size:18px;
	border:none;
	outline:none;
	background-color:#7EBEFF;
	color:#000;
	cursor:pointer;
	padding:0;
	border-radius:4px;
	z-index:10;
	width:35px;
	height:35px;
	border-radius:50%;
	line-height:35px;
	text-align: center;
}
/* definner_cont */
.definner_cont {
	padding:0px 0px 60px;
	position:relative;
}
.bgopt_one:after {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	max-width:1200px;
	width:245px;
	height:217px;
	opacity:1;
	z-index:2;
	background:url(../images/innerbgleft.png) no-repeat center bottom;
	background-size:100% 100%;
}
.datenschutz_info:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:34%;
	height:750px;
	opacity:1;
	z-index:2;
	background:url(../images/innerbgright.png) no-repeat center bottom;
	background-size:100% 100%;
}
.Impressuminfo:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px;
	max-width:1200px;
	width:72%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/sep25.png) no-repeat center bottom;
	background-size:100% 100%;
}
.inner_cont_infotext.infotext2.bgopt17.onpad {
	margin-bottom:0px;
}
.inner_cont_infotext_wrap.mitgliedBereich_block {
	background:#EBF3FF;
	position:relative;
	position:relative;
	z-index:10;
}
.mitgliedBereich:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px;
	max-width:1200px;
	width:56%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg14_bg3.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.nosubpages {
	display:none;
}
.def_padding_top {
	padding-top:100px;
}
.definner_cont_desc h2 {
	font-weight:600;
	padding-bottom:13px;
	font-size: 38px;
}
/* */
.schultanzkurse_desc {
	display:flex;
	justify-content:space-between;
	position:relative;
}
.schultanzkurse_desc_left {
	flex:0 48%;
}
.schultanzkurse_desc_right {
	flex:0 42%;
}
.schultanzkurse_info {
	position:relative;
	padding:100px 0px;
}
.schultanzkurse_info:after {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	max-width:1200px;
	width:55%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg3.png) no-repeat center top;
	background-size:100% 100%;
}
.schule_info ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.schule_info ul li {
	display:block;
	margin-bottom:10px;
}
.schule_info ul li a {
	background:#84BDFF;
	display:block;
	text-align:center;
	color:#000;
	text-decoration:none;
	border-radius:27px;
	position:relative;
	letter-spacing:0.18px;
	color:#313131;
	text-transform:uppercase;
	opacity:1;
	font-weight:500;
	position:relative;
	padding:8px 30px;
}
.inner_cont_text p {
	margin-bottom:0px;
	padding-bottom:5px;
}
.mitgliedBereich_block .inner_cont_infotext.infotext2 {
	padding:38px 0;
}
.mitgliedBereich .main_cont_info_left.addpadding_top {
	padding-top:63px;
}
.definner_cont.bgopt_one.mitgliedBereich {
	padding-bottom:0px;
}
.schule_info ul li a i {
	position:absolute;
	left:20px;
	top:11px;
}
.def_btn_opt {
	margin-bottom:15px;
	position:relative;
}
.def_btn_opt a {
	background:#84BDFF;
	display:inline-block;
	text-align:center;
	color:#000;
	text-decoration:none;
	border-radius:27px;
	position:relative;
	letter-spacing:0.18px;
	color:#313131;
	text-transform:uppercase;
	opacity:1;
	font-weight:500;
	position:relative;
	padding:8px 30px 8px 48px;
	transition:0.3s;
}
.def_btn_opt a:hover {
	color:#000;
	opacity:0.8;
	padding:8px 35px 8px 50px
}
.def_btn_opt a i {
	position:absolute;
	left:20px;
	top:11px;
}
.addbanner_item.modf_add {
	margin: 0px;
}
/* */
.hochzeitskurse_des:after {
	position:absolute;
	content:"";
	right:0px;
	left:inherit;
	top:0px;
	max-width:1200px;
	width:50%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg4.png) no-repeat center top;
	background-size:100% 100%;
}
.hochzeitskurse_des:before {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	max-width:1200px;
	width:250px;
	height:72px;
	opacity:1;
	z-index:2;
	background:url(../images/innerbgleft.png) no-repeat center top;
	background-size:100% 100%;
}
.paartanzkurse_des:after {
	position:absolute;
	content:"";
	left:inherit;
	right:0px;
	top:0px;
	max-width:1200px;
	width:50%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg5.png) no-repeat center top;
	background-size:100% 100%;
}
.hideh2_tag_opt {
	padding-top:63px;
}
.nobg_opt:after {
	display:none;
}
.tanzkurse_info {
	position:relative;
}
.tanzkurse_info:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:36%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbgright.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.tanzkurse_info .main_cont_right_des::before {
	/* position:absolute;left:-7px;top:0px;content:"";width:70%;height:90%;border-radius:50%;/* top:1055px;*/
	/* left:798px;*/
	/* width:803px;*/
	/* height:740px;transform:matrix(0.86,0.52,-0.52,0.86,0,0);background:#D2DAE6 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:0.5;*/
}
.tanzkurse_info .main_cont_right_des::after {
	/* position:absolute;left:13%;top:-38%;content:"";border-radius:50%;width:61%;height:175%;transform:matrix(-0.37,-0.93,0.93,-0.37,0,0);background:#7EBEFF 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:0.8;*/
}
.schultanzkurse_Realschule {
	position:relative;
}
.schultanzkurse_Realschule:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:36%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg19_top.png) no-repeat center bottom;
	background-size:100% 100%;
}
.main_cont_right_des span {
	padding:142px  11% 0px 11%;
}
.main_cont_right_des2 span {
	padding:20% 11% 0px 11%;
}
.addpadding_top2 {
	padding-top:10%;
}
.addbanner_item.modf_add {
	position:relative;
	z-index:10;
}
.main_cont_info_left span {
	color:#FF00F5;
}
.frageninfo {
	margin-bottom:100px;
}
.frageninfo:after {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	max-width:1200px;
	width:85%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg7.png) no-repeat center top;
	background-size:100% 100%;
}
.raeumlichkeiten_info {
	margin-bottom:0;
	position:relative;
	z-index:10;
	background:#ebf3ff;
}
.raeumlichkeiten_info:after {
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	max-width:1200px;
	width:96%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg19_bg1.png) no-repeat center top;
	background-size:100% 100%;
}
.add_img_opt img {
	width:100%;
}
.add_images {
	background:#fff url(../images/add_imag_bg12_bg2.png) no-repeat left bottom;
	position:relative;
	z-index:10;
	background-size:107%;
}
.add_image_cont {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.add_img_opt {
	flex:0 32.5%;
	margin:0% 0 1%;
}
.add_img_opt:nth-child(4),.add_img_opt:nth-child(5),.add_img_opt:nth-child(6) {
	margin-bottom:0px;
}
.inner_cont_infotext {
	background:#EBF3FF;
	padding:100px 0px;
	position:relative;
	z-index:10;
}
.modfbgcolor{
	background: #ebf0f6;

}
.inner_cont_infotext_wrap2 {
    background: #e6f2ff !important;
    position: relative;
}
.morelist_opt_cont p {
    font-weight: 400;
}
.frageninfo .main_cont_right_des::after {
	background-image:linear-gradient(to right,#7EBEFF,#f7419f);
}
.frageninfo .main_cont_info {
	padding:0px;
}
.dtn_info {
	background:#84BDFF;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border-radius:0;
	position:relative;
	color:#fff;
	display:block;
	font-weight:600;
	padding:4px 7px;
}
.defcolor {
	width:15px;
	height:15px;
	background:#000;
	display:block;
	margin:0px auto;
	text-align:center;
	border-radius:50%;
}
.redcolor_opt {
	background:#FF0000;
	display:block;
	margin:0px auto;
	text-align:center;
	border-radius:50%;
}
.greencolor_opt {
	background:#45FF00;
	display:block;
	margin:0px auto;
	text-align:center;
	border-radius:50%;
}
.responsibetable_des .table>:not(caption)>*>* {
	padding:8px 10px !important;
	background-color:transparent;
	border-bottom-width:0px;
	box-shadow:transparent;
}
.responsibetable_des th.defcolor_opt {
	text-align:center !important;
	width:118px;
}
.responsibetable_des table tbody tr:nth-child(even) td {
	background:#ebf3ff;
}
.responsibetable_des table tbody tr:nth-child(odd) td {
	background:#fff;
}
.linkopt_view {
    color: #316B9A;
    text-decoration: none;
    font-weight: 600;
}
.inner_cont_infotext_wrap .responsibetable_des table tbody tr:nth-child(even) td {
    background: #ebf0f6;
}
.inner_cont_infodes h2 {
	font-weight:600;
	padding-bottom:13px;
	font-size:38px;
}
.inner_cont_infodes h2 span {
	display: block;
}
.undeline{
	text-decoration: underline;
	font-weight: 600;
}
/* responsibetable_des */
/* ============================================================ Responsive Table via Data Label ============================================================ */
.responsibetable_des table {
	border:0;
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
}
.responsibetable_des table thead {
}
.responsibetable_des table thead tr th:first-child {
}
.responsibetable_des table thead tr th {
}
.responsibetable_des table tbody {
	background:#fff;
}
.responsibetable_des table tbody tr {
}
.responsibetable_des table tbody tr td:first-child {
}
.responsibetable_des table tbody tr td {
	text-align:left;
	padding:0 10px;
	font-size:14px;
}
.responsibetable_des table tbody tr td i {
	margin-right:8px;
}
/* .addbanner_item{background-attachment: fixed !important;}*/
.inner_cont_infotext.infotext2 .inner_cont_infodes {
	display:flex;
	justify-content:space-between;
}
.Unser_Team_item .infodes_left {
	flex:0 35%;
}
.infodes_left {
	flex:0 48%;
}
.infodes_right {
	flex:0 48%;
}
.infodes_right_des {
	text-align:center;
}
.addtable_info{
	padding-top: 15px;
}
.infodes_right_des h2,.infodes_right_des p {
	text-align:center;
	margin-bottom:5px;
	background:#fff;
	margin:0px 0px 5px;
}
.infodes_right_des h2 {
	color:#3B3A3AB3;
	font-weight:600;
	padding:8px 10px;
	font-size:38px;
}
.infodes_right_des p {
	color:#3B3A3A80;
	padding:6px 10px;
}
.price_opt {
	color:#84BDFF !important;
	font-weight:600;
	font-size:48px;
}
.inner_cont_infotext.infotext2 {
	margin-bottom:20px;
}
.infodes_right_des.paketcont {
	margin-bottom:50px;
}
.inner_cont_infotext.infotext2.nomar_btm {
	margin-bottom:0px;
}
.addpadding_top {
	padding-top:144px;
}
/* .page-template-template-einsteigertanzkurse .addpadding_top {
    padding-top: 144px;
}
.main_cont_info_left.addpadding_top {
    padding-top: 144px;
} */
.page-template-template-paartanzkurse .main_cont_right_des span {
	padding-top: 144px;  
}

.main_cont_info_left h2 {
	padding-bottom:15px;
}
.hochzeitstanzkurse_info:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:44%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg8.png) no-repeat center bottom;
	background-size:100% 100%;
}
.tanzkurse_info.hochzeitstanzkurse_info .main_cont_right_des::after {
	/* position:absolute;left:15%;top:-49%;content:"";border-radius:50%;width:65%;height:172%;opacity:0.8;transform:matrix(-0.44,0.9,-0.9,-0.44,0,0);background:#7EBEFF 0% 0% no-repeat padding-box;mix-blend-mode:multiply;*/
}
.tanzkurse_info.hochzeitstanzkurse_info .main_cont_right_des::before {
	/* position:absolute;left:-7px;top:10%;content:"";width:70%;height:84%;border-radius:50%;transform:matrix(-0.86,0.52,-0.52,-0.86,0,0);background:#99B6D2 0% 0% no-repeat padding-box;mix-blend-mode:multiply;opacity:0.5;*/
}
.infodes_left p span {
	word-break:break-all;
}
.inner_cont_infotext.infotext2.nomar_btm:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:66%;
	height:95%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg9.png) no-repeat center bottom;
	background-size:100% 100%;
}
.def_cont_view {
	background:transparent;
}
.bgopt1,.bgopt2 {
	margin-bottom:0px;
}
.bgopt1:after {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	/* width:45%; *27.01.2023*/
	 width: 40.2%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg11.png) no-repeat center bottom;
	background-size:100% 100%;
}
.bgopt2:after {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:45%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg12.png) no-repeat center bottom;
	background-size:100% 100%;
}
.bgopt3:after {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:43.3%;
	height:102%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg13.png) no-repeat center bottom;
	background-size:100% 100%;
}
.bgopt3modf:after {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:35.3%;
	height:400px;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg15-top_down.png) no-repeat center bottom;
	background-size:100% 100%;
}
.bgopt3 .infodes_left {
	flex:100%;
}
.bgopt4 {
	background:#EBF3FF
}
.bgopt4:after {
	position:absolute;
	content:"";
	left:0px;
	top:-2px;
	max-width:1200px;
	width:45%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg14.png) no-repeat left bottom;
	background-size:100% 100%;
}
.bgopt5 {
	background:#99B6D233;
	position:relative;
}
.bgopt5:after {
	position:absolute;
	content:"";
	left:0px;
	top:-2px;
	max-width:1200px;
	width:45%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg14.png) no-repeat left bottom;
	background-size:100% 100%;
}
.bgopt6 {
	background:#fff;
	position:relative;
}
.bgopt6:after {
	position:absolute;
	content:"";
	left:0px;
	top:-2px;
	max-width:1200px;
	width:45%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg3.png) no-repeat left bottom;
	background-size:100% 100%;
}
.bgopt7 {
	background:#84BDFF33;
	position:relative;
}
.bgopt7:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:45%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg14.png) no-repeat left bottom;
	background-size:100% 100%;
}
.bgopt8 {
	background:#EBF3FF;
	position:relative;
}
.bgopt8:before {
	position:absolute;
	content:"";
	left:0px;
	top:9%;
	max-width:1200px;
	width:78%;
	height:107%;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg11_bg2.png) no-repeat left bottom;
	background-size:100% 100%;
}
.bgopt9 {
	background:#99B6D233;
	position:relative;
}
.bgopt9:before {
	position:absolute;
	content:"";
	left:0px;
	top:0;
	max-width:1200px;
	width:78%;
	height:91%;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg11_bg3.png) no-repeat left bottom;
	background-size:100% 100%;
}
.bgopt10 {
	background:#fff;
	position:relative;
}
.bgopt10:before {
		position:absolute;
		content:"";
		right:0px;
		top:0;
		max-width:1200px;
		width:49%;
		height:104.3%;
		opacity:1;
		z-index:2;
		background:url(../images/add_imag_bg11_bg4.png) no-repeat left bottom;
		background-size:100% 100%;
}
.bgopt11 {
	background:#84BDFF33;
	position:relative;
}
.bgopt11:before {
		position:absolute;
		content:"";
		right:0px !important;
		top:0 !important;
		max-width:1200px;
		width:49.2% !important;
		height:100% !important;
		opacity:1;
		z-index:2;
		background:url(../images/add_imag_bg11_bg5.png) no-repeat left bottom !important;
		background-size: 100% 100%;
}
.bgopt12 {
	/* background:#fff;*/
	position:relative;
}
.bgopt12:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px;
	max-width:1200px;
	width:44%;
	height:106%;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg15_bg1.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt13 {
	background:#EBF3FF;
	position:relative;
}
.bgopt13:before {
	position:absolute;
	content:"";
	left:0px;
	top:9% !important;
	max-width:1200px;
	width:78% !important;
	height:107% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg11_bg2.png) no-repeat left bottom!important;
	background-size:100% 100% !important;
}
.bgopt14 {
	background:#99B6D233;
	position:relative;
}
.bgopt14:before {
	position:absolute;
	content:"";
	left:0px !important;
	top:0 !important;
	max-width:1200px;
	width:78% !important;
	height:60% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg11_bg3.png) no-repeat left bottom!important;
	background-size:100% 100% !important;
}
.bgopt15:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:66% !important;
	height:100% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg13_bg1.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt16:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	/* width:66% !important;
	height:110% !important; */
	width: 70% !important;
    height: 108% !important;

	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg13_bg2.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt17:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	/* width:60% !important;
	height:110% !important; */
	width: 68.15% !important;
	/* width: 65.3% !important; */
    height: 105% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg13_bg3.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt18:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:72% !important;
	height:118% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg14_bg2.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt19:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:73% !important;
	height:104.1% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg14_bg3.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt20:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:72.3% !important;
	height:138.1% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg14_bg4.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt24 {
	z-index:10;
	background:#EBF3FF;
	position:relative;
}
.bgopt24:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:72.3% !important;
	height:138.1% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg15_bg3.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt24 .inner_cont_infotext.infotext2 {
	border:0px !important;
}
.bgopt25:before {
	position:absolute;
	content:"";
	left:0px;
	bottom:0px !important;
	max-width:1200px;
	width:61.9% !important;
	height:56.1% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg15_bg2.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.Unser_Team_head {
	position:relative;
	z-index:10
}
/* .bgopt23:before{position:absolute;content:"";right:0px;top:0px !important;max-width:1200px;width:55.4% !important;height:105.1% !important;opacity:1;z-index:2;background:url(../images/add_imag_bg14_bg5.png) no-repeat center bottom !important;background-size: 100% 100% !important;}*/
.bgopt21:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:66% !important;
	height:105.1% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg14_bg6.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.bgopt22:before {
	position:absolute;
	content:"";
	right:0px;
	top:0px !important;
	max-width:1200px;
	width:46% !important;
	height:105.1% !important;
	opacity:1;
	z-index:2;
	background:url(../images/add_imag_bg14_bg7.png) no-repeat center bottom !important;
	background-size:100% 100% !important;
}
.definner_cont_outer {
	position:relative;
}
.bgopt11 .infodes_left {
	flex:1;
}
.inner_cont_infotext_wrap.nomarg .infotext2 {
	border:0px;
}
.inner_cont_infotext_wrap.nomarg.bgopt13 .inner_cont_infotext.infotext2 {
	border:0px;
}
.inner_cont_infotext_wrap.nomarg.bgopt14 .inner_cont_infotext.infotext2 {
	border:0px;
}
.infodes_more_content ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.infodes_more_content ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	padding:15px 0px;
	border-bottom:2px solid #fcfcfc;
}
.infodes_more_content ul li:last-child {
	border-bottom:0px;
	padding-bottom:0px;
}
.morelist_opt {
	display:flex;
}
.morelist_opt_pic img {
	width:80px;
	height:80px;
	border-radius:50%;
	margin-right:20px;
	margin-bottom:15px;
}
.morelist_opt_cont {
	flex:1;
}
.inner_cont_infotext.infotext2.nomar_btm.bgopt3:before {
	display:none;
}
.price_opt span {
	font-size:30px;
}
.inner_cont_infotext.infotext2.bgopt3modf.nobgopt2 {
	background:#fff;
}
.banner_cont_block {
	position:relative;
}
.banner_cont_block .notf_opt2 {
	background:#fff;
	color:#FF0000;
	font-weight:500;
	padding:5px 15px;
	display:inline-block;
	margin-top:60px;
	font-size:30px;
	border:2px solid #FF0000;
	width:350px;
	position:absolute;
	left:inherit;
	top:38%;
	transform:translate(-50%,-50%);
	transform:rotate(-20deg);
	position:absolute;
	right:14%;
	top:-281%;
	z-index:10;
	text-align:center;
}
.infodes_left {
	position:relative;
}
.infodes_left .notf_opt3 {
	background:#fff;
	color:#FF0000;
	font-weight:500;
	padding:5px 15px;
	display:inline-block;
	margin-top:60px;
	font-size:30px;
	border:2px solid #FF0000;
	width:600px;
	position:absolute;
	left:inherit;
	bottom:29%;
	transform:translate(-50%,-50%);
	transform:rotate(-20deg);
	position:absolute;
	right:-74%;
	z-index:10;
	text-align:center;
}
.addbanner_info {
	position:relative;
}
.text-right {
	text-align:right;
}
.service_cont_add_pic {
    position: relative;
}
.time_infodetails {
    position: absolute;
    left: 52%;
    bottom: 2%;
    color: #fff;
    font-size: 43px;
    text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	font-weight: 300;

}
.timeinfo span {
    display: block;
	line-height: 89px;
    font-size: 118px;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    text-transform: capitalize;

}

.mob_tab_info{
	display: none;
}
@media screen and (max-width:767px) {
	.desktop_table{  display: none;}
	
.mob_tab_info{
	display: block;
}
	.responsibetable_des table {
			border:1px solid transparent;
			box-shadow:none;
	}
	.responsibetable_des table thead {
			display:none;
	}
	.responsibetable_des table tbody tr {
	}
	.responsibetable_des table tbody tr td:first-child {
			padding-left:10px;
	}
	.responsibetable_des table tbody tr td:before {
			content:attr(data-label);
			float:left;
			font-size:10px;
			text-transform:uppercase;
			font-weight:bold;
	}
	.responsibetable_des table tbody tr td {
			display:block;
			text-align:right;
			font-size:14px;
			padding:0px 10px !important;
			box-shadow: 0 1px 1px rgba(0,0,0,.3);
	}
 .mob_tab_info  	.responsibetable_des table {
	border:0px !important;
	box-shadow:none !important;
}
.mob_tab_info .responsibetable_des table thead {
	 display:block !important;
}
.mob_tab_info .responsibetable_des table tbody tr {
}
.mob_tab_info .responsibetable_des table tbody tr td:first-child {
	padding-left:10px !important;
}
.mob_tab_info .responsibetable_des table tbody tr td:before {
	display: none !important;
}
.mob_tab_info .responsibetable_des table tbody tr td {
    /* display: revert!important; */
    text-align: left!important;
    font-size: 14px !important;
	padding: 10px !important;
	box-shadow: none !important;
} 
.mob_tab_info table.table tr {
    width: 100%;
    /* display: table; */
}
.mob_tab_info .responsibetable_des table tbody tr {
    display: flex;
    justify-content: space-between;
}
.mob_tab_info .responsibetable_des.event_opttable table tbody tr td {
    padding: 5px 10px!important;
    flex: 1;
}
.mob_tab_info .responsibetable_des table tbody tr td:first-child {
    padding-left: 10px !important;
    /* width: 33px; */
    /* background: #000; */
    flex: 0 70px;
}
.mob_tab_info .responsibetable_des.event_opttable table tbody tr td {
    border: 1px solid #84BDFF33 !important;
}
}
/* */
.inner_cont_infotext_wrap .inner_cont_infotext {
	background:transparent;
	margin:0px;
}
.inner_cont_infotext_wrap .inner_cont_infotext.infotext2 {
	border-bottom:2px solid #fff;
}
.morecont_infotext {
	display:flex;
	justify-content:space-between;
	margin-top:15px
}
.infodes_right {
	flex:0 48%;
}
.morecont_infotext .def_btn_opt {
	padding-top:20px;
}
.einsteigertanzkurse_info:before {
	position:absolute;
	content:"";
	right:0px;
	top:-2px;
	max-width:1200px;
	width:44%;
	height:121%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg15-top.png) no-repeat center bottom;
	background-size:100% 100%;
}
.inner_cont_infotext_wrap {
	background:#99B6D233;
	position:relative
}
.inner_cont_infotext_wrap:before {
	position:absolute;
	content:"";
	left:0px;
	top:5%;
	max-width:1200px;
	width:66%;
	height:95%;
	opacity:1;
	z-index:2;
	background:url(../images/innerbg14.png) no-repeat center bottom;
	background-size: 100% 100%;
}
/* */
.nobgbefore:before {
	display:none !important;
}
.responsibetable_des.event_opttable {
	margin-bottom:25px;
}
.addvideo {
	background:#FF00F5;
	position:relative;
	z-index:10
}
.addvideo_content {
	padding:50px 30px;
	text-align:center;
	position:relative
}
.playvideo {
	width:137px;
	margin:0px auto;
	position:relative;
}
.addvideo_content span {
	background:#fff;
	color:#FF0000;
	font-weight:500;
	padding:5px 15px;
	display:inline-block;
	margin-top:60px;
	font-size:28px;
	border:2px solid #FF0000;
	width:223px;
	position:absolute;
	left:-136%;
	top:38%;
	transform:translate(-50%,-50%);
	transform:rotate(-20deg);
}
.addeven_item {
	padding:0px 5px;
	min-height:46px;
}
.addeven_item p {
	margin:0px;
	padding:0px;
}
.responsibetable_des table tbody tr td {
	vertical-align:middle;
}
.responsibetable_des.event_opttable table tbody tr:nth-child(even) td {
	background:#fff;
}
.responsibetable_des.event_opttable table tbody tr td {
	border:2px solid #84BDFF33 !important;
}
.responsibetable_des.event_opttable table tbody tr td {
	padding:0px !important;
}
.responsibetable_des.event_opttable td:first-child {
	padding:0px 10px !important;
}
.infodes_right .def_btn_opt {
	text-align:center;
	padding:20px;
}
.modf_price_opt .infodes_right_des {
	margin-bottom:20px;
}
.nomargin {
	margin-bottom: 0px !important;
}
.timeopt {
	height:98px;
	position:relative;
	margin:30px 0px 0px auto;
	width:152px;
	text-align:center;
	font-size:27px;
	/* color:#fff;*/
	padding:21px 31px 29px 27px;
	font-weight:600;
	line-height:32px;
}
.timeopt:before {
	width:98%;
	height:194% !important;
	transform:matrix(0.22,0.97,-0.97,0.22,0,0);
	background:#7EBEFF 0% 0% no-repeat padding-box;
	mix-blend-mode:multiply;
	opacity:1;
	position:absolute;
	left:0px;
	top:-20px;
	display:block;
	content:"";
	border-radius:50%;
}
.timeopt span {
	color:#fff;
	position:relative;
}
.marg_top {
	margin-top:60px;
}
.def_btn_opt {
	margin-bottom:15px;
	position:relative;
}
.def_btn4 {
	background:#84BDFF;
	display:inline-block;
	text-align:center;
	color:#000;
	text-decoration:none;
	border-radius:27px;
	position:relative;
	letter-spacing:0.18px;
	color:#313131;
	text-transform:uppercase;
	opacity:1;
	font-weight:500;
	position:relative;
	padding:8px 30px 8px 48px;
	transition:0.3s;
	margin-bottom:10px;
	border:0px;
	outline:0px;
}
.def_btn4:hover {
	color:#000;
	opacity:0.8;
	padding:8px 35px 8px 50px
}
.def_btn4 i {
	position:absolute;
	left:20px;
	top:11px;
}
.inp_content_block {
	margin-bottom:20px;
}
.addbanner_info {
	position:relative;
}
.addbanner_info .notf_opt4 {
	background:#fff;
	color:#FF0000;
	font-weight:500;
	padding:5px 15px;
	display:inline-block;
	margin-top:60px;
	font-size:30px;
	border:2px solid #FF0000;
	width:350px;
	position:absolute;
	left:18%;
	top:202%;
	transform:translate(-50%,-50%);
	transform:rotate(-20deg);
	position:absolute;
	right:initial;
	z-index:10;
	text-align:center;
}
body {
	overflow-x:hidden
}
.Unser_Team_head {
	padding:40px 0;
}
.Unser_Team_item {
	background:#EBEBEB;
	position:relative;
	margin-bottom:10px;
	z-index:10;
	opacity:hidden;
}
.Unser_Team_item2 {
	background:#e6f2ff;
}
.Unser_Team_item3 {
	background:#ebebeb;
}
.Unser_Team_item4 {
	background:#dfe5ed;
}
.Unser_Team_item5 {
	background:#dfe5ed;
}
.nodf_opt1 .commentinfo {
	background:#fff;
	width:549px;
	left:-115%;
	top:5%;
}
.nodf_opt1 .commentinfo:after {
	border-left:56px solid #fff;
}
.nodf_opt2 .commentinfo {
	background:#7EBEFF;
	color:#fff;
}
.nodf_opt2 .commentinfo:after {
	border-left:56px solid #7EBEFF;
}
.nodf_opt3 .commentinfo {
	background:#EBF3FF;
	width:350px;
	left:-58%;
}
.nodf_opt3 .commentinfo:after {
	border-left:56px solid #EBF3FF;
}
.nodf_opt4 .commentinfo {
	background:#fff;
	width:370px;
	left:-64%;
}
.nodf_opt4 .commentinfo:after {
	border-left:56px solid #fff;
}
/* .commentinfo{transform: matrix(0.99,-0.1,0.1,0.99,0,0);}*/
/* .Unser_Team_item:last-child{margin: 0;}*/
.nodf_opt5 .commentinfo {
		background:#7EBEFF;
		color:#fff;
		width:486px;
		left:-94%;
		top:5%;
}
.nodf_opt5 .commentinfo:after {
	border-left:56px solid #7EBEFF;
}
.nodf_opt6 .commentinfo {
	background:#7EBEFF;
	color:#FF0000;
	width:448px;
	height:345px;
	left:-94%;
	top:5%;
	line-height:221px;
}
.nodf_opt6 .commentinfo:after {
	border-left:56px solid #7EBEFF;
}
.Unser_Team_item_info .inner_cont_infodes {
	display:flex;
	justify-content:space-between;
}
.Unser_Team_item .infodes_right {
	flex:0 35%;
	position:relative;
	right:-4.2%;
}
.Unser_Team_item .infodes_right img {
	width:100%;
}
.Unser_Team_item_info .infodes_left {
	padding:50px 0;
}
.Unser_Team_item_info .infodes_left h3 {
	padding-bottom:13px;
}
.Unser_Team_item_info .infodes_left p {
	padding:0px;
	margin:0px 0px 5px;
}
.Unser_Team_head h2 {
	margin:0px;
	padding:0px;
}
.commentinfo {
	background:#FFFFFF 0% 0% no-repeat padding-box;
	opacity:1;
	position:absolute;
	left:-94%;
	top:12%;
	width:445px;
	padding:62px;
	border-radius:50%;
	color:#84BDFF;
}
/* .Unser_Team_item3 .commentinfo{width:537px;left: -111%;}*/
.Unser_Team_item .infodes_right {
	background-size:cover !important;
}
.Unser_Team_item .infodes_right img {
	opacity: 0;
}
.commentinfo:after {
	width:0;
	height:0;
	border-top:0px solid transparent;
	border-bottom:49px solid transparent;
	border-left:56px solid #ffffff;
	content:"";
	position:absolute;
	/* right:-41px;*/
	top:33%;
	right:-7%;
}
.inner_cont_des_view_wrap {
	position:relative;
	z-index:10
}
.bgpot1 {
	background:#EBF3FF;
}
.inner_cont_des_item .inner_cont_infodes {
	display:flex;
	padding:60px 0px;
	margin-bottom:15px;
	align-items:center;
}
.bgpot1 .roungopt1 {
	color:#316B9A;
	background:#fff;
	opacity:1;
	border-radius:50%;
	padding:50px;
	width:80%;
}
.inner_cont_des_view_wrap {
	position:relative;
	z-index:10;
	margin-top:-80px;
}
.inner_cont_des_item {
	margin-bottom:10px
}
.heading_opt3 {
	padding:30px 0px
}
.heading_opt3 h2 {
	color:#316B9A;
}
.roungopt1 {
	font-weight:600
}
.bgpot2 {
	background:#D9D9D980
}
.bgpot1.mofcont .roungopt1 {
	color:#316B9A;
	background:#d1e6ff;
	opacity:1;
	border-radius:50%;
	padding:50px;
	width:65%;
}
.inner_cont_des_item .infodes_left {
	margin-right:8%;
	flex:0 34%;
}
.bgpot3 {
	background:#D9D9D980
}
.bgpot3.mofcont .roungopt1 {
	color:#316B9A;
	background:#c8d9ec;
	opacity:1;
	border-radius:50%;
	padding:50px;
	width:65%;
}
.bgpot4 {
	background:#e8ecf2
}
.bgpot4.mofcont .roungopt1 {
	color:#316B9A;
	background:#fff;
	opacity:1;
	border-radius:50%;
	padding:50px;
	width:60%;
}
.bgpot5 {
	background:#ebf3ff
}
.bgpot5.mofcont .roungopt1 {
	color:#316B9A;
	background:#d6e8ff;
	opacity:1;
	border-radius:50%;
	padding:50px;
	width:50%;
}
.popupcontent_view {
	background:#EBF3FF;
	padding:60px 0 0;
	position:relative;
}
.close_option {
	position:absolute;
	right:20px;
	top:20px;
	font-size:28px;
	cursor:pointer;
}
.popupheading h2 span {
	display:block;
}
.popup_cont_des_top {
	display:flex;
	justify-content:space-between;
	padding:10px 0 20px;
}
.popup_des_top_left {
	flex:0 48%;
}
.popup_des_top_right {
	flex:0 48%;
}
.popup_des_top_right p {
	padding:0px;
	margin:0px 0px 3px;
}
.popupfrom_content {
	padding:20px 0px 30px;
}
.popupfrom_content .form-check {
	display:block;
	min-height:1.5rem;
	padding-left:1.5em;
	margin-bottom:0.125rem;
	margin-bottom:12px;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    /* appearance: none; */
    -webkit-print-color-adjust: exact;
    border-radius: 0.25em;
}
.def_btn4{
	cursor: pointer;
}
.fileupload_opt {
	position: relative;
}
.fileupload_opt input[type="file"] { 
	z-index: -1;
	position: absolute;
	opacity: 0;
	outline: 0px ;

  }
  .def_btn4 p {
    padding: 0px;
    margin: 0px;
}
div#file-upload-filename {
    padding-bottom: 10px;
} 
  
  .fileupload_opt  input:focus + label {
	outline: 0px ;
  }
.form-check.check-sec {
    padding-left: 0px !important;
}
span.wpcf7-list-item.first.last {
    margin-left: 0px !important;
}
.popupfrom_content h2 {
	padding-bottom:10px;
}
.infodes_left ul li {
	font-weight:600;
}
.nobgright:before {
	display:none;
}
.nobgright {
	margin-bottom:0px;
	padding-bottom:0px;
}
.nobgright .main_cont_info {
	margin-bottom:0px !important;
	padding-bottom:0px;
}
.post_content_wrap {
	background:#fff;
	position:relative;
	z-index: 10;
}
.post_content_heading .post_cont_info {
	text-align:left;
	/* font:normal normal 900 30px/30px Roboto;*/
	font-weight:600;
	font-size:26px;
	letter-spacing:0px;
	color:#316B9A;
	text-transform:uppercase;
	opacity:1;
	padding:10px 0px;
	margin:0px 0px 0px;
}
.post_content_item {
	padding:15px 0px;
	border-bottom:2px solid #fff;
}
.post_content_wrap .post_content_item:nth-child(odd) {
	background:#EBF3FF;
}
.post_content_wrap .post_content_item:nth-child(even) {
	background:#EBEBEB;
}
.popup_des_top_left p {
	padding:0px;
	margin:0px 0px 3px;
}
.add_top_pad {
	margin-top:10px !important;
}
.popupcontent_moreadd {
	border-top:5px solid #fff;
	padding:30px 0;
}
.popupcontent_moreadd p strong span {
	display:inline-block;
	width:94px;
}
.modf_Discofox .main_cont_right_des span {
	padding:19% 11% 0px 11%;
	font-size:30px;
}
.fromcontent_view {
	background:#84BDFF4D;
	padding:20px;
	margin-bottom:30px;
	margin-top:15px;
}
.fromcontent_view h3 {
	font-size:20px;
	margin-bottom:15px;
}
.fromcontent_view p {
	margin:0px;
	padding:0px 0px 5px 25px;
}
.inp_opt_row {
	display:flex;
	position:relative;
	margin-bottom:15px;
	 align-items:center;
}
.inp_from_leble {
	flex:0 22%;
	margin-right:2%;
}
.inp_from_leble strong {
	display:block;
}
.inp_from_leble span {
	color:red;
	display:inline-block;
	padding:0px 5px;
}
.inp_leble_view {
	width:54%;
	position:relative;
}
select.select-control {
	display:block;
	width:100%;
	padding:12px 11px;
	font-size:16px;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	border-radius:0.25rem;
	background:#d9e0eb url(../images/arrow1.png) no-repeat right center;
	border:0px;
	outline:0px;
	-webkit-appearance:none;
	-moz-appearance:none;
	text-indent:1px;
	text-overflow:'';
}
select.select-control2 {
	display:block;
	width:100%;
	padding:12px 11px;
	font-size:16px;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	border-radius:0.25rem;
	background:#fff url(../images/arrow2.png) no-repeat right center;
	border:0px;
	outline:0px;
	-webkit-appearance:none;
	-moz-appearance:none;
	text-indent:1px;
	text-overflow:'';
}
.inp_opt_row2 {
	padding:10px 0 0 0;
	align-items:flex-start !important;
	font-size:20px;
	max-width:84%;
}
.inp_opt_row2 span {
	color:#FF0000;
	font-size:19px;
	line-height:18px;
	padding:0px 5px;
	border:2px solid #FF0000;
}
.content_from_des_block {
	border-bottom:1px solid #000;
	margin-bottom:30px;
	padding-bottom:16px;
	margin-right:22%;
}
.content_from_des_block p {
	margin:0px;
	padding:0px;
}
.content_from_des_block p {
	margin:0px;
	padding:0px;
}
.form-control {
	outline:0px;
}
.content_from_des_block .form-control {
	outline:0px;
	border:0px;
	padding:12px 11px;
}
.calendar_icon {
	background:url(../images/calender.png) no-repeat left 0px;
	background-size:20px;
}
.clock_icon {
	background:url(../images/clockicon.png) no-repeat left 0px;
	background-size:20px;
}
.home_icon {
	background:url(../images/homeicon.png) no-repeat left 0px;
	background-size:17px;
}
.others_icon {
	background:url(../images/notf.png) no-repeat left 0px;
	background-size:20px;
}
.calendar_icon2 {
	background:#fff url(../images/calender2.png) no-repeat right center;
	background-size:32px;
}
.selectarrow2 {
	background:#fff url(../images/calender2.png) no-repeat right center;
	background-size:32px;
}
.content_from_des_block:last-child {
	border:0px;
	margin-bottom:0px;
	padding:0px;
}
/* .others_icon{display: flex;}*/
.others_icon strong {
	flex:1
}
.content_from_des_block h4 {
	font-size:18px;
}
.addmar_bot_view {
	margin-bottom:45px;
}
.bgopt26 .addmar_bot_view {
	margin-bottom:30px;
	margin-top:50px;
}
.bgopt26 {
	position:relative;
}
.bgopt26:after {
	position:absolute;
	content:"";
	left:0px;
	top:3%;
	width:100%;
	height:100%;
	opacity:1;
	z-index:2;
	background:url(../images/popupbg1.png) no-repeat center bottom;
	background-size:100% 100%;
}
.def_btn_opt.text-left.addmar_top_view {
	padding:30px 0 0;
}
.morecontentdet_item_block h5 {
	font-size:16px;
}
.morecontentdet_item_block .morecontentdet_item:nth-child(odd) {
	background:#EBF3FF;
}
.morecontentdet_item_block .morecontentdet_item:nth-child(even) {
	background:#fff;
}
.morecontentdet_des {
	flex:1;
}
.morecontentdet_cont .def_btnoption {
	/*width:190px;*/
	margin-left:15px;
}
.morecontentdet_cont .dtn_info {
	width:100%;
}
.morecontentdet_cont {
	display:flex;
	padding:5px;
	justify-content:space-between;
	align-items:center;
	padding-right: 0;
}
.morecontentdet_item_block {
	margin-bottom:25px;
}
.adjmentingo {
	align-items:flex-start;
}
.adjmentingo strong {
	display:block;
}
.addcolor {
	background:#fff !important;
}
.adjmentingo .morecontentdet_item {
	margin-bottom:5px;
}
.adjmentingo .morecontentdet_item {
	margin-bottom:5px;
	color:#31313180;
}
.adjmentingo .morecontentdet_item strong {
	color:#000;
}
.dtn_info2 {
	background:#fff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	border-radius:0;
	position:relative;
	color:#84BDFF;
	display:block;
	font-weight:600;
	padding:4px 7px;
}
.morecontentdet_item input.form-control {
	border-radius:0px;
	text-align:right;
	padding:2px 10px;
}
.priceoptview .morecontentdet_item {
	background:#fff !important;
}
.morecontentdet_item.subtotalprice {
	background:#EBF3FF !important;
	margin-bottom:18px;
}
.morecontentdet_item.subtotalprice .morecontentdet_des {
	text-align:end;
	font-weight:600;
}
.morecontentdet_item_block .addmar_top {
	margin-top:50px;
}
.form-control {
	outline:0px;
	border:0px;
}
.morecontentdet_item_block h5 {
	font-size:16px;
	border-bottom:1px solid #000;
	padding-bottom:8px;
}
textarea.form-control {
	min-height:100px;
}
.content_from_des_block.adjmentopt {
	border:0px;
	margin-bottom:0px;
}
.fromcontent_view.addpraginfo2 p {
	padding:0px;
}
p.addpraginfo {
	padding:10px 0 20px;
}
.addmag_top {
	margin-top:20px;
}
.inp_opt_row2 {
	align-items:flex-start !important;
}
.inner_cont_text a {
	color:#84BDFF
}
.inner_cont_text a:hover {
	color:#000
}
.qusinfo {
	position:relative;
	display:inline-block;
	top:-3px;
	left:-5px;
}
.padding_adjment .inp_content_block {
	margin-bottom:0px;
}
.padding_adjment .form-check {
	margin-bottom:0px;
}
.inp_leble_view.symbol_wrap_opt {
	display:flex;
}
.symbol_opt {
	display:inline-block;
	padding:5px;
	border:1px solid;
	margin-right:5px;
	font-size:13px;
}
.symbol_opt span {
	display:block;
	text-align:center;
}
.cenbtn .def_btn4 {
	background:#FF0000;
}
.adjmtnoption .def_btn4 {
	width:250px;
}
.adjmtnoption .def_btn4:hover {
	width:260px;
}
.adjmtnoption .def_btn_opt.text-left.addmar_top_view {
		padding:8px 0 0 0;
}
.adjmtnoption button.def_btn4 {
		margin-bottom:0px;
}
	.terminemore_cont_info h3 {
		font-weight:600;
		padding-bottom:10px;
		font-size:22px;
}
.bannerslider_slider_wrap .owl-dots {
		display:none;
}
	.highlight_text {
		color:#FF00F5;
}
	.terminemore_cont {
		display:flex;
		justify-content:space-between;
}
.terminemore_cont_info {
		flex:0 45%;
}
.terminemore_cont_info ul {
		margin:0px;
		padding:0px 0 0px 23px;
}
.raeumlichkeiten_des {
		display:flex;
		justify-content:space-between;
		padding:10px 0;
}

.raeumlichkeiten_des .raeumlichkeiten_des_cont {
    flex: 0 48%;
}
.raeumlichkeiten_des_cont h2 span {
    display: block;
}
.raeumlichkeiten_des_cont h2 {
    margin-bottom: 24px;
}
.raeumli_block_item p span {
    display: block;
	color: #316B9A;
	font-weight: 600;
}
.raeumli_block_item p span a {
 
	color: #316B9A;
	text-decoration: none;
}

.des_block{
	display: block;
}
.pink_color{
	color: #FF00F5;
}
.skycolor{
	color: #84BDFF;  
}


/* 
@media (min-width:1792px) {
	.bgopt17:before {
		width: 65.2% !important;
}
}

@media (min-width:1856px) {

.bgopt17:before {
width: 63%;
}
}

@media (min-width:1920px) {
.bgopt17:before {
width: 61%;
}
}

@media (min-width:2048px) {
.bgopt17:before {
width: 57.1%;
}
}

@media (min-width:2560px) {
.bgopt17:before {
width: 54.1%;  
}
} */




.header_outer .container {
    max-width: 100%;
}

@media (min-width:1760px) {
	/* .bgopt17:before {
		width: 65.2% !important;
}
.bgopt19:before {
    width: 67.9% !important;
    max-width: initial;
}

.bgopt20:before {
    max-width: initial;
    width: 67.3% !important;
    height: 126.1% !important;
}
.bgopt21:before {
    max-width: inherit;
    width: 61.2% !important;
    height: 105.1% !important;
}
.bgopt22:before {
    max-width: inherit;
    width: 43% !important;
    height: 105.1% !important;
} */


.bgopt17:before {
    max-width: 1170px;
}
.bgopt25:before {

    max-width: 1027px;
}
.bgopt19:before {

    max-width: 1219px;

}
.bgopt20:before {

    max-width: 1208px;
}
.bgopt21:before {
    max-width: 1116px;
}
.bgopt22:before {
    max-width: 784px;
}
}

@media (min-width:1800px) {

/* .bgopt17:before {
width: 63% !important;
} */
/* .bgopt19:before {
    width: 65.7% !important;
    max-width: initial;
}
.bgopt20:before {
    max-width: initial;
    width: 65.1% !important;
    height: 130.1% !important;
}
.bgopt21:before {
    max-width: inherit;
    width: 59.6% !important;
    height: 105.1% !important;
}
.bgopt22:before {
    max-width: inherit;
    width: 41.8% !important;
    height: 105.1% !important;
} */
/* .bgopt25:before {
    max-width: inherit;
    width: 55.5% !important;
    height: 56.1% !important
} */
}
@media (min-width:1900px) {
/* .bgopt17:before {
width: 61% !important;
} */
/* .bgopt19:before {
    max-width: initial;
    width: 63.5% !important;
    height: 104.1% !important;
}
.bgopt20:before {
    max-width: initial;
    width: 63% !important;
    height: 125.1% !important;
}
.bgopt21:before {
    max-width: inherit;
    width: 57.4% !important;
    height: 105.1% !important;
}
.bgopt22:before {
    max-width: inherit;
    width: 40.2% !important;
    height: 105.1% !important;
} */
/* .bgopt25:before {
    max-width: inherit;
    width: 53.5% !important;
    height: 56.1% !important;
} */

}

@media (min-width:2000px) {
/* .bgopt17:before {
width: 57.1% !important;
}
.bgopt19:before {
  
    max-width: initial;
    width: 59.5% !important;
    height: 104.1% !important;

}
.bgopt20:before {
    max-width: initial;
    width: 59% !important;
    height: 122.1% !important;
}
.bgopt21:before {
    max-width: inherit;
    width: 53.8% !important;
    height: 105.1% !important;

}
.bgopt22:before {

    max-width: inherit;
    width: 37.8% !important;
    height: 105.1% !important;
} */
/* .bgopt25:before {

	max-width: inherit;
    width: 40.2% !important;
    height: 56.1% !important;
} */

}

@media (min-width:2360px) {
/* .bgopt17:before {
width: 45.8% !important
}
.bgopt19:before {

    width: 50.8% !important;
    max-width: initial;
}
.bgopt20:before {
    max-width: initial;
    width: 50.3% !important;
    height: 122.1% !important;

}
.bgopt21:before {

    max-width: inherit;
    width: 46% !important;
    height: 105.1% !important;
 
}
.bgopt22:before {
    max-width: inherit;
    width: 32% !important;
    height: 105.1% !important;

} */
/* .bgopt25:before {

    max-width: inherit;
    width: 40.2% !important;

} */
} 
.selectedMenu {
    /* transition: all 0.3s ease-in; */

}

.menu_des_info {
    /* display: block; */
    transform: translate(104%, 0px);
    opacity: 0 !important;
    transition: all 0.9s ease-in;

}
.selectedMenu .menu_des_info {
    /* display: block; */
    transition: auto;
	width: 700px;
    transform: translate(0%, 0px);
    opacity: 1 !important;
    transition: all 0.9s ease-in;

}

/* @font-face {
  font-family: Agency_FB_Bold_Compressed;
  src: url(../fonts/Agency_FB_Bold_Compressed.ttf);
}

.timeinfo span{
    font-family: Agency_FB_Bold_Compressed !important;
    line-height: 105px;
    letter-spacing: 9px;
} */
/* 
@font-face {
	font-family: yearbkou;
	src: url(../fonts/yearbkou.ttf);
  }
  .timeinfo span{
    font-family: yearbkou !important;
} */
/* @font-face {
	font-family: outline99;
	src: url(../fonts/outline99.ttf);
  }
  .timeinfo span{
    font-family: outline99 !important;

}  */
.mobilmanuicon {
	display: none;
}

body{
    overflow-x: hidden;
}

span.cust-size1 {
    font-size: 26px;
}

.ti-widget.ti-goog {
    width: 100% !important;
}
@media (min-width:1200px) {
	h2,.h2 {
			font-size:2.5rem;
			font-weight:600;
	}
}
@media(max-width:1199px) {
	body {
				font-size:14px;
	}
	.header_cont_right i {
				font-size:16px;
	}
	.bannerslider_info h2 {
				font-size:44px;
	}
	.heading_info h2 {
				font-size:36px;
	}
	.addbanner_item h3 {
				font-size:24px;
	}
	.def_btn {
				font-size:16px;
				padding:8px 15px;
	}
	.footer_linkopt h3 {
				font-size:14px;
	}
	/* .main_cont_right_des{font-size:27px;padding:45px 91px 72px 82px;font-weight: 900;}*/
	.main_cont_right_des {
				font-size:24px;
				/* padding:45px 91px 99px 30px;*/
		font-weight:600;
	}
	.footer_cont {
				display:flex;
				justify-content:space-between;
				flex-wrap:wrap;
				/* flex-direction:column;*/
	}
	.footer_linkopt:nth-child(2) {
				flex:0 auto;
	}
	.footer_linkopt {
				flex:0 auto;
	}
	.footer_linkopt:nth-child(5) {
				flex:0 auto;
	}
	.footer_linkopt:nth-child(7) {
				flex:0 23%;
	}
	.footer_linkopt:nth-child(4) {
				order:4;
	}
	.footer_linkopt:nth-child(7) {
				order:7;
	}
	.footer_linkopt:nth-child(5) {
				order:4;
	}
	.footer_add {
				padding: 10px 0;
	}
	/* */
	/* .tanzkurse_info .main_cont_right_des::after{left:13%;top:-42%;width:62%;height:205%;}.tanzkurse_info .main_cont_right_des::before{left:-7px;top:0px;width:70%;height: 105%;}*/
	.addpadding_top {
				/* padding-top:63px; */
	}
	/* .tanzkurse_info.hochzeitstanzkurse_info .main_cont_right_des::after{/* left:12%;top:-40%;content:"";width:69%;height:173%;	left:12%;top:-37%;content:"";width:291px;height:439px;}.tanzkurse_info.hochzeitstanzkurse_info .main_cont_right_des::before{/* left:-7px;top:10%;width:72%;height:103%;	left:-7px;top:17%;width:75%;height: 83%;}*/
	.infodes_left .notf_opt3 {
				width:400px;
				bottom:15%;
				right:-74%;
				/* bottom:0px;*/
	}
	.Unser_Team_item3 .commentinfo {
				width:429px;
				left:-132%;
	}
	.addbanner_item {
				min-height:300px;
	}
	.modf_Discofox .main_cont_right_des span {
			font-size:24px;
	}
	.inner_cont_infodes h2 {

		font-size: 28px;
	}




	.timeinfo span {
		display: block;
		line-height: 77px;
		font-size: 92px;
	}
	.time_infodetails {
		position: absolute;
		left: 52%;
		bottom: 0%;
		color: #fff;
		font-size: 34px;
	}
	.top_linkopt ul li {
		padding: 0px 17px 0 0;
		margin-right: 29px;
	}
	
	span.cust-size1 {
		font-size: 22px;
		line-height: 27px;
	}
}
@media(max-width:1020px) {
	span.cust-size1 {
		font-size: 16px;
		line-height: 21px;
	}
	.main_cont_right_des span {
		padding: 102px 11% 0px 11%;
	}
	.addpadding_top {
		padding-top: 104px;
	}
	.terminemore_cont_info {
			flex:0 48%;
	}
	.footer_linkopt {
				flex:0 41%;
	}
	.main_cont_info_left {
				/* padding:57px 0 0; */
	}
	.main_cont_right_des {
			 font-size:20px;
			/* padding:52px 36px 66px 47px;*/
	}
	.main_content {
				padding:15px 0px 90px;
	}
	.banner_option:after {
				left:-46%;
				top:-20%;
				width:93%;
				max-width:1230px;
	}
	.bannerslider_slider_item {
				min-height:420px;
				position:relative;
				padding:214px 15px 0px;
				background-size:cover !important;
	}
	.main_content:after {
				width:56%;
				max-width:998px;
				height:76%;
	}
	.inner_cont_infodes h2 {
		font-size: 24px;
	}
	.footer_linkopt:nth-child(7) {
				flex:0 41%;
	}
	.menu_des_info {
				/* width:700px; */
				padding:25px 10px;
	}
	div#bannercontent {
				top:180px;
	}
	.bannerslider_info h2 {
				font-size:34px;
	}
	.banner_option .owl-dots {
				bottom:-122px;
	}
	.datenschutz_info:before {
				height:548px;
	}
	.def_padding_top {
				padding-top:80px;
	}
	.definner_cont_desc h2 {
				font-size:30px;
	}
	.schultanzkurse_info {
				padding:60px 0px;
	}
	/* .tanzkurse_info .main_cont_right_des::before{width:75%;height: 99%;}*/
	.main_cont_info {
				padding:60px 0px;
	}
	.inner_cont_infotext {
				padding:60px 0;
	}
	/* .inner_cont_infodes h2 {
				font-size:30px;
	} */
	.price_opt {
				font-size:30px;
	}
	/* .tanzkurse_info.hochzeitstanzkurse_info .main_cont_right_des::before{left:0px;top:22%;content:"";width:73%;height:73%;}.tanzkurse_info.hochzeitstanzkurse_info .main_cont_right_des::after{position:absolute;left:23%;top:-23%;width:54%;height: 137%;}*/
	.infodes_right_des h2 {
				font-size:30px;
	}
	.price_opt span {
				font-size:22px;
	}
	.banner_cont_block .notf_opt2 {
				font-size:20px;
				width:250px;
	}
	.infodes_left .notf_opt3 {
				width:300px;
				bottom:15%;
				right:-96%;
			 font-size:20px;
	}
	/* .infodes_right {
				flex:0 35%;
				right:-5%;
	} */
	.infodes_right {
		flex: 0 62%;
		right: 0;
	}
	.commentinfo {
				display:none;
	}
	.top_linkopt ul li {
				margin-bottom:16px;
	}
	.main_cont_info {
				padding:10px 0px 60px;
	}
	.definner_cont {
				padding:0px 0px 0;
	}
	.addbanner_item {
				min-height:252px;
	}
	.modf_Discofox .main_cont_right_des span {
			font-size:18px;
	}
	.inp_from_leble {
			flex:0 28%;
	}
	.content_from_des_block {
			margin-right:11%;
	}
	.content_from_des_block select.select-control {
			padding:6px 11px;
	}
	.content_from_des_block .form-control {
			outline:0px;
			border:0px;
			padding:6px 11px;
	}
	.inp_opt_row2 {
			font-size:16px;
			max-width:100%;
	}
	.main_cont_info_left.addpadding_top2 {
			padding:0px;
	}
	.inner_cont_des_item .infodes_left {
		margin-right: 2%;
		flex: 0 47%;
	}
	.bgpot1 .roungopt1 {
	
		padding: 30px 50px;
		width: 95%;
	}
	.bgpot1.mofcont .roungopt1 {
		padding: 30px;
		width: 70%;
	}
	.bgpot2.mofcont .roungopt1 {
		padding: 30px;
	}
	.bgpot2.mofcont .roungopt1 {
		padding: 30px;
	}
	.bgpot3.mofcont .roungopt1 {
		padding: 30px;
	}
	.bgpot4.mofcont .roungopt1 {
		padding: 30px;
	}
	.bgpot5.mofcont .roungopt1 {
		padding: 30px;
	}

	.timeinfo span {
		display: block;
		line-height: 51px;
		font-size: 64px;
	}
	.time_infodetails {
		bottom: 28%;
		font-size: 23px;
	}
}
@media(max-width:767px) {
	.mobilmanuicon {
		display: block;
	}
	.selectedMenu .menu_btn {
		position: fixed;
		top: 11px;
		z-index: 9999;
		right: 10px;
	}
	/* .header_outer {
		position: sticky;

	} */
	.terminemore_cont {
					flex-direction:column;
	}
	/*.responsibetable_des table tbody tr {
				border-bottom:20px solid #dfe7f0 !important;
	}*/
	.responsibetable_des.event_opttable table tbody tr td {
				padding:5px 10px!important;
	}
	.responsibetable_des.event_opttable table tbody tr td:before {
				line-height:25px;
	}
	.infodes_right_des h2 {
				font-size:22px;
	}
	.definner_cont_desc h2 {
				font-size:22px;
	}
	.datenschutz_info:before {
				height:400px;
	}
	.bgopt_one:after {
				width:130px;
				height:102px;
	}
	.def_padding_top {
				padding-top:57px;
	}
	.bannerslider_info h2 {
				font-size:25px;
	}
	.banner_option .owl-dots {
				bottom:-96px;
	}
	.footer_cont {
				flex-direction:column;
	}
	.service_cont_block {
				flex-direction:column-reverse;
	}
	.service_cont_info {
				padding:20px 0px;
	}
	.service_cont_block.modf_service {
				display:flex;
				flex-direction:column-reverse;
	}
	.service_content_wrap {
				position:relative;
				padding:13px 0px 60px;
				margin-top:60px;
	}
	.modf_service .service_cont_info {
				padding:20px 0 0;
				flex:0 79%;
	}
	.main_cont_info {
				padding:20px 0px;
				flex-direction:column;
	}
	.top_linkopt ul li {
				margin-bottom:24px;
	}
	.header_content {
				flex-direction:column;
	}
	.logo_info {
				margin-bottom:10px;
	}
	.container {
				z-index:10;
				position:relative;
	}
	.main_cont_right_des {
				font-size:27px;
				/* padding:73px 41px 77px 49px;*/
	}
	.main_cont_info_right {
				margin-bottom:50px;
	}
	.heading_info {
				padding-bottom:20px;
	}
	.service_content_wrap::before {
				width:95%;
				height:101%;
	}
	.service_content_wrap::after {
				width:40%;
				height:10%;
	}
	.bannerslider_slider_item {
				min-height:374px;
				padding:214px 15px 0px;
	}
	.main_content:after {
				width:178%;
				height:63%;
				left:-104%;
	}
	.videoinfo_text {
				font-size:16px;
				font-weight:700;
				padding:3px 15px;
				bottom:12%;
				right:4%;
	}
	.banner_option:after {
				left:0;
				top:-71%;
				width:100%;
				max-width:1230px;
				transform:none
	}
	.header_cont_right {
				display:flex;
				position:relative;
				justify-content:space-between;
				width:100%;
				margin-top:10px;
	}
	.main_content:before {
				height:81%;
	}
	.def_btn {
				font-size:14px;
				padding:8px 15px;
	}
	.addbanner_item {
				min-height:220px;
				margin-bottom:20px;
	}
	.service_cont_block .heading_info {
				padding-bottom:15px;
	}
	.service_cont_info p {
				margin-bottom:20px;
	}
	.playvideo {
				font-size:70px;
	}
	.add_video_item {
				min-height:220px;
	}
	.main_content:before {
				height:52%;
				width:117%;
	}
	.main_cont_info_right {
				margin-bottom:157px;
	}
	.footer_logo {
				margin-bottom:20px;
	}
	.footer_linkopt {
				padding-bottom:15px;
	}
	.footer_outer {
				padding:30px 0px 0px;
	}
	.menu_des_info {
				width:434px;
				top:42px;
	}
	.menu_des_info ul {
				width:100%;
	}
	.menu_des_info ul li {
				margin-bottom:2px;
	}
	.menu_des_info ul li ul {
				position:relative;
				left:0;
				top:0px;
				padding:0px 0px 0px 12px;
				width:100%;
	}
	.menu_des_info ul li ul li ul {
				/* padding:0px 12px;*/
	}
	.menu_des_info ul li:after {
				top:37px;
				bottom:inherit !important;
	}
	.menu_des_info {
				width:100%;
				overflow:scroll;
				height:100vh;
	}
	.header_cont_right i {
				font-size:14px;
	}
	.menu_des_info {
				position:fixed;
				left:0;
				top:0;
				width:100%;
	}
	.bannerslider_slider_wrap:after {
				position:absolute;
				content:"";
				left:0;
				top:-50%;
				width:85%;
				height:145%;
	}
	.schultanzkurse_desc {
				flex-direction:column;
	}
	.schultanzkurse_desc_right {
				padding-top:47px;
	}
	.main_cont_info_left {
				margin-bottom:30px;
	}
	.tanzkurse_info .main_cont_right_des::after {
				left:13%;
				top:-28%;
				width:62%;
				height:171%;
	}
		.tanzkurse_info:before {
				height:48%;
	}
	.inner_cont_infotext {
				padding:60px 0;
	}
	.frageninfo {
				margin-bottom:80px;
				padding-bottom:0px !important;
	}
	.frageninfo:after {
				width:100%;
	}
	.inner_cont_infodes h2 {
				font-size:22px;
	}
	.inner_cont_infotext.infotext2 .inner_cont_infodes {
				flex-direction:column;
	}
	.infodes_right {
				padding:15px 0;
	}
	.tanzkurse_info.hochzeitstanzkurse_info:before {
				height:103%;
	}
	.top_linkopt {
				padding:15px 0 0px;
	}
	.addpadding_top {
				padding-top:0;
	}
	.main_cont_info_left {
				padding:30px 0 0;
	}
	.main_cont_info_right {
				margin-bottom:50px;
	}
	.morelist_opt_pic img {
				width:48px;
				height:48px;
				margin-right:10px;
				margin-bottom:10px;
	}
	.morecont_infotext {
				margin-top:0px;
				flex-direction:column;
	}
	.bannerslider_slider_wrap:after {
				top:0px !important;
				width:100% !important;
				height:100% !important;
				left:0px !important;
				border-radius:0 !important;
				transform:inherit !important;
	}
	.breadcrumbsinfo ul li {
				font-size:13px;
	}
	.addvideo_content span {
				padding:5px 15px;
				margin-top:60px;
				font-size:17px;
				width:121px;
				left:-54%;
				top:24%;
	}
	.banner_cont_block .notf_opt2 {
				font-size:17px;
				width:204px;
				right:0px;
				top:-100%;
	}
	.infodes_left .notf_opt3 {
				width:auto;
				bottom:0;
				right:0;
				font-size:20px;
				position:relative;
				margin-bottom:26px;
	}
	.addbanner_info .notf_opt4 {
						font-size:20px;
				border:2px solid #FF0000;
				width:215px;
				position:absolute;
				left:0;
				top:62%;
	}
	.Unser_Team_item_info .inner_cont_infodes {
				flex-direction:column;
	}
	.infodes_right {
				right:0px;
	}
	.Unser_Team_item_info .infodes_left {
			padding:50px 0 0;
	}
	.Unser_Team_item .infodes_right {
			right:0;
			background:transparent !important;
	}
	.Unser_Team_item .infodes_right img {
				opacity:1;
	}
	.main_cont_info .main_cont_info_left {
				padding:0px;
	}
	.popup_cont_des_top {
			flex-direction:column;
	}
	.definner_cont_outer.bgopt25::before {
			display:none;
	}
	.content_from_des_block {
			margin-right:0;
	}
	.inp_from_leble {
			flex:0 38%;
			margin-right:2%;
	}
	.inp_leble_view {
			width:auto;
			position:relative;
			flex:1;
	}
	.raeumlichkeiten_des {
		flex-direction: column;
	}

	.raeumlichkeiten_des p {
		margin: 0px;
		padding-bottom: 15px;
	}
	.raeumlichkeiten_des_cont h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.raeumlichkeiten_des {
		padding: 0;
	}
	.schultanzkurse_Realschule:before {
		right: 0px;
		top: 0px;
		max-width: 1200px;
		width: 47%;
		height: 53%;
		background: url(../images/add_imag_bg4_right.png) no-repeat center bottom;
	}

	.inner_cont_des_item .inner_cont_infodes {

		align-items: flex-start;
		flex-direction: column;
	}
	.inner_cont_des_item .infodes_left {
		margin-right: 0%;
		flex: 100%;
		width: 100%;

	}
	.infodes_right {

		width: 100%;
	}

	.timeinfo span {
		display: block;
		line-height: 63px;
		font-size: 73px;
	}
	.time_infodetails {
		bottom: 1%;
		font-size: 30px;
	}
	.top_linkopt ul li {
		padding: 0px 27px 0 0;
		margin-right: 33px;
	}
	
	.bgpot1 .roungopt1 {
		padding: 63px 50px;
		width: 95%;
	}
	.bgpot1.mofcont .roungopt1 {
		padding: 63px 50px;
		width: 70%;
	}
	.page-template-template-szene-taenze .top_linkopt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.page-template-template-szene-taenze .top_linkopt ul li {
		padding: 0px 27px 0 0;
		margin-right: 5%;
		flex: 0;
		flex: 0 42%;
	}

	.menu_des_info {
		/* display: block; */
		transform: translate(0, 0px);
		opacity: 0 !important;
		transition: all 0.3s ease-in;
		height: 0px;
	
	}
	.menu_cont.selectedMenu .menu_des_info {
		height: 100vh !important;
	}

	.selectedMenu .menu_des_info {
		display: block;
		width: 100%;
		transform: translate(0px, 0px);
		opacity: 1 !important;
		transition: all 0.3s ease-in;
		z-index: 100;
	}




}
@media(max-width:460px) {

	span.cust-size1 {
		padding: 12%;
	}

	
	.banner_cont_block .notf_opt2 {
				font-size:12px;
				width:91px;
				right:0px;
				top:-27%;
	}
	.bannerslider_slider_wrap:after {
					top:-50%;
				width:78%;
				height:130%;
	}
	.bannerslider_info h2 {
				font-size:23px;
	}
	.main_cont_right_des {
				font-size:20px;
				/* padding:63px 21px 60px 24px;*/
	}
	.heading_info h2 {
				font-size:25px;
	}
	.addbanner_item h3 {
				font-size:20px;
	}
	.heading_info h2 {
				font-size:20px;
	}
	.menu_des_info ul li:after {
				top:34px;
	}
	/* .menu_des_info{width:300px;top: 42px;}*/
	.menu_des_info {
				width:100%;
	}
	.menu_des_info ul li {
				font-size:16px;
	}
	span.downarrow i {
				font-size:26px;
	}
	.loc_anfo {
				margin-left:10px;
	}
	.log_opt {
				margin-left:10px;
	}
	.container {
				max-width:96%
	}
	.search_opt {
				margin-left:10px;
	}
	.menu_cont {
				margin-left:6px;
	}
	.loc_anfo {
				display:none;
	}
	.tanzkurse_info .main_cont_right_des::after {
				left:13%;
				top:-28%;
				width:70%;
				height:157%;
	}
		.Unser_Team_item .infodes_right {
						right:0;
	}
	.Unser_Team_item .infodes_right img {
				opacity:1 !important;
	}
	.main_cont_right_des {
				font-size:18px;
	}
	.modf_Discofox .main_cont_right_des span {
			font-size:15px;
	}
	.inp_opt_row {
			flex-direction:column;
	}
	.inp_from_leble {
			margin-right:0px;
			width:100%;
	}
	.inp_leble_view {
			width:100%;
			margin-top:5px;
	}
	.morecontentdet_cont {
			flex-direction:column;
			align-items:flex-start;
	}
	.morecontentdet_cont .def_btnoption {
			width:100%;
			margin-left:0;
			margin-top: 8px;
	}
	.schultanzkurse_Realschule:before {
		right: 0px;
		top: 0px;
		max-width: 1200px;
		width: 47%;
		height: 36%;
		background: url(../images/add_imag_bg4_right.png) no-repeat center bottom;
	}

	.roungopt1 {
		width: 100% !important;
	}

	.timeinfo span {
		display: block;
		line-height: 45px;
		font-size: 54px;
	}
	.time_infodetails {
		left: 52%;
		bottom: 0%;
		color: #fff;
		font-size: 20px;
	}
	.top_linkopt ul li {
		padding: 0px 27px 0 0;
		margin-right: 33px;
	}
}