:root {
  /*--tcl-red-color:#e53e3e;*/
  --tcl-red-color:#f56565;
  --tcl-border-color: #c1c1c1;
  --tcl-title-color:#2d3748
}

body {
	margin:0px;
	padding:0px;
	
}

p{
	font-size:1.1rem;
}

.ma-main-title-ma {
	font-size: 3rem;
    font-weight: 800;
    color: var(--tcl-title-color)!important;
}

.ma-news-btn {
	padding: 0.7rem;
	width: 95%;
	height: 3.3rem;
	margin: 10px;
	border-radius: 5px;
	color: #e53e3e;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	float: right;
	display: none;
}

@media (max-width: 768px) {

	.ma-news-btn {
		display: block;
	}
}

.video_ausfall_img {
	width: 100%;
	height: 70vh;
	margin-top: 40px;
	object-fit: cover;
}

/*

.megamenu {
  position: static !important;
}

.megamenu .dropdown-menu {
  
  
  background: none;
  border: none;
  width: 100%;
  left: auto !important;
  float: none !important;
  
  
}

body {
}

code {
  color: #745eb1;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem
}

.text-uppercase {
  letter-spacing: 0.08em
}

.icon-m-nav {
  color: var(--tcl-red-color);
  font-size: 2rem;
  padding-bottom: 1rem;

}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--tcl-red-color) !important;
}

.n-font-size {
  font-size: 1.4rem;
}

.n-margin {
  margin: 0 auto;
}

.n-row-center {
  text-align: center;
}



.n-lan {
  display: flex;
  justify-content: flex-end;
}

.n-icon-lan {
  font-size: 1.5rem;
  
}

.n-logo {
  height: 5rem;
  width: 18rem!important;
}



@media (min-width: 992px) {
.navbar-collapse.collapse {
    display: flex !important;
    
}

}



.n-nav {
	position: relative;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

	
}

.n-button {
	position: absolute;
    right: 2rem;
	top: 2rem;
	height: 4rem;
    width: 5rem;
	
}

.n-button-icon {
	height: 3rem;
    width: 3rem;
	
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5) !important;
	font-weight: bold;
    font-size: 14px;
}

.py-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.n-bg-white {
	position:absolute;
}	


*/


body {
	/*
	background-color:grey;
    overflow-x: hidden;
	*/
}

* {
	box-sizing: border-box;
}

.bg-white {
    background-color: #fff
}

.navbar-brand {
	padding: 23.5px 20px;
	margin-bottom: 30px;
	font-size: 18px;
	width: 30%;
}

.navbar-nav {
    width: 100%
}

.nav-item {
    padding: 20px 8px;
    margin: 0px 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: grey;
    position: static;

}

.nav-item.active {
    color: #EF5350
}

.nav-item:hover {
    color: #EF5350
}

a {
    color: inherit !important
}

.nav-link {
    padding: 5px;
	margin-bottom: 20px;

}

.navbar-collapse.collapse.in {
    display: block !important
}

.fa-angle-down {
    padding-left: 10px
}

.fa-icon {
    font-size: 30px;
    color: #fff;
    background-color: #f56565;
    margin: 2px 10px 5px 0px;
    border-radius: 10px;
    width: 50px;
    height: 50px
}

.dropdown-menu {
    margin-top: 0px;
    border: none;
    background-color: #fff;
    padding: 50px 50px 0 50px
}


.n-dropdown-menu {
	position: absolute;
	left: 0;
	right: 0;
	border-top: 2px solid var(--tcl-border-color);
	border-radius: 0;
}

/*
#dropdown-menu1 {
    position: absolute;
    left: 165px
}

#dropdown-menu2 {
    position: absolute;
    left: 285px
}

#dropdown-menu3 {
    position: absolute;
    left: 415px
}
*/
.tab {
    margin-bottom: 50px;
    /*width: 230px; */
	width:240px;
}

.tab:hover {
    color: #E91E63 !important
}

.dropdown-item {
    padding: 0px
}

.dropdown-item:hover {
    background-color: inherit
}

.navbar-nav {
	margin-bottom: -20px;
}

@media (max-width: 767px) {
	
	.navbar {
		border-radius:0 0 10px 10px;
	
	}
	
	.navbar-nav {
		margin-bottom: 0px !important;
	}
    .nav-item {
        width: 100%;
        text-align: left;
        padding-left: 10px
    }

	.navbar-brand {
		margin-bottom: 0;
	}

    .dropdown-menu {
        left: 0 !important;
        position: relative !important;
        padding: 20px 20px 20px 5px;
    }
	
	.nav-item {
		padding: 10px;
		margin: 0;
		text-align: left;
		left:0; 
		font-weight:bold;
	}
	
	.nav-item:last-child {
    
    margin-bottom: 30px;
	}

	.nav-link {
		padding: 0;
		margin-bottom: 0;
	}
	
	.tab {
		margin-bottom: 0;
		width: 230px;
	}
	
	
	
	.row .col-md-4:last-child {
		margin-bottom: 0;
	}
	
	
	
	.navbar-light .navbar-toggler {
		margin-right: 20px;
	}
	
	.n-lang {

		border: 0px solid var(--tcl-border-color) !important;
		padding-bottom: 10px;
		margin-left: 10px;
	}
	
	.n-fa-icon {
    
		margin: 2px 10px 2px 15px !important;
		border-radius: 10px !important;
    
	}
	
	.nav-item a:focus:not(:focus-visible) {
		border: none !important;
		
	}
	
	.navbar .navbar-toggler:focus:not(:focus-visible) {
		border: 2px solid var(--tcl-red-color);
		border-radius:5px;
		
	}
	
	.navbar-toggler:focus {
		text-decoration: none;
		box-shadow: 0 0 0 0;
		
		
	}
	
	small, .n-learn-more {
		display:none !important;
	}
	
	.n-row {
		margin-left: 0 !important;
	}
	
	.n-row .row {
		position:relative;
	}
	
	.n-row .row .n-position-mob {
		position: absolute;
		margin-left: 70px;
		margin-top: 10px;
	}
	
	.n-col-mob {
		padding-bottom:15px ;

	}
	
	.n-col-mob a{
		font-weight:500 !important;

	}
	
	.n-btn-none {
		display:block !important;
		width:100%;
		margin-top: 1.5rem;
		margin-bottom: 2.5rem;
		background-color:#e53e3e;
		font-size:18px
	}
	
	.n-contact {
		display:none;
	}
	
	.n-dropdown-menu {
		margin-top:20px
	}
	
	.n-logo {
	
		height:2.5rem !important;
	}
	
	

}




.n-logo {
	/*
	width: 150px;
    float: left;
    height: 46px;
    margin-left: 100px;
    padding: 5px;
	*/
	/* height: 38px; */
	height:3.5rem;
}


.row .n-padd-0 {
	padding-left: 0px !important
	
}

.n-padd-0 a {
	color: #000 !important;
	font-weight:400;
	padding-top: 8px;
	padding-bottom:8px;

}

.n-row {
	
	--bs-gutter-x: 0.5rem !important;
	
}

.text-muted {
    color: #6c757d!important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.n-learn-more {
	color:var(--tcl-red-color);
	padding-top:10px;
	padding-bottom:10px;


}

.n-contact {
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0px;
    height: 59px;
	background-color:#eef1f3;
	
}

.n-contact-icon {
	padding-top:5px;
	padding-bottom:5px
}

.n-fa-icon {
	font-size: 30px;
    color: #cbd5e0;
    margin: 2px 10px 5px 0px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
	margin-left: 30px;
}

.fa-phone {
	position:relative;
}

.n-contact-inter {
	color: #000;
    font-size: 17px;
    font-weight: 400;
    padding-left: 10px;
	position: absolute;
    top: 20px;
    margin-left: 5px
	
}

.n-learn-more-arrow {
	padding-left: 5px;

}

/* start lang */

.n-lang {
	color: grey;
	border: 1px solid var(--tcl-border-color);
	border-radius: 5px;
	right: -50px;
	padding: 0;
	bottom: 15px;
}

.n-lang-menu {
	margin-top: 10px;
	right: 0px;
	padding: 20px;
}

.n-lang-menu a {
	padding-bottom: 10px;
	font-size:14px;
	margin-right: 20px;
	width: 130px;
	
	
}




@media (max-width: 767px) {

	.n-lang {
		right: 0px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
	}
}

	.n-row {
		margin-left: 30px
	}

	.nav-item a:focus:not(:focus-visible) {
		border: 2px solid var(--tcl-red-color);
		border-radius: 10px;
	}

	.n-lang button:focus:not(:focus-visible) {
		border: 2px solid var(--tcl-red-color);
		border-radius: 5px;
	}

	.n-contact a:focus:not(:focus-visible) {
		border: none !important;
	}

	.fa-icon {
		position: relative;
	}

	.n-fa {
		right: 6px;
		top: 10px;
		position: absolute;
	}

	.n-btn-none {
		display: none;
	}





	/* End lang */







	/* Strat Carousel */


	.carousel-container {
		position: relative;
	}

	.mt-5 {
		margin-top: 5rem !important;
	}

	.carousel {
		width: 100%;
	}

	.carousel-item img {
		object-fit: cover;
	}

	#carousel-thumbs {
		background: rgba(255,255,255,.3);
		bottom: 0;
		left: 0;
		padding: 0 50px;
		position: absolute;
		right: 0;
	}

		#carousel-thumbs img {
			border: 5px solid transparent;
			cursor: pointer;
		}

			#carousel-thumbs img:hover {
				border-color: rgba(255,255,255,.3);
			}

		#carousel-thumbs .selected img {
			border-color: #fff;
		}

	.carousel-control-prev,
	.carousel-control-next {
		width: 50px;
	}



	/* End Carousel */











	/* Old Slider */


	/* index-slideshow owl-carousel */
	#index-slideshow {
		margin-top: 85px;
		height: 550px;
		width: 100%;
	}

		#index-slideshow div.owl-carousel {
		}

			#index-slideshow div.owl-carousel div.owl-carousel-item {
				width: 100%;
				display: block;
			}

				#index-slideshow div.owl-carousel div.owl-carousel-item div.image {
					width: 100%;
					display: block;
					/*height: 480px;*/
					height: 70vh;
					background-size: cover;
				}

				#index-slideshow div.owl-carousel div.owl-carousel-item div.info {
					left: 2%;
					position: absolute;
					top: 100px;
					height: 40vh;
					width: 50%;
				}

		#index-slideshow .owl-buttons div {
			background: transparent;
			color: #fff;
			display: inline-block;
			font-size: 12px;
			opacity: 1;
			top: inherit;
			bottom: 50px;
		}

			#index-slideshow .owl-buttons div.owl-prev {
				background: transparent url("../rs-plugin/assets/large_left2.png") no-repeat scroll 0 0;
				cursor: pointer;
				height: 56px;
				position: absolute;
				width: 56px;
				z-index: 100;
			}

			#index-slideshow .owl-buttons div.owl-next {
				background: transparent url("../rs-plugin/assets/large_right2.png") no-repeat scroll 0 0;
				cursor: pointer;
				height: 56px;
				position: absolute;
				width: 56px;
				z-index: 100;
			}

			#index-slideshow .owl-buttons div:hover {
				background-position: 0px -56px;
			}


	/* Passagierliste */
	.passagier .passagier_index {
		display: inline-block;
		width: 4%;
		text-align: center;
		color: #ed1c24;
		font-weight: bold;
		font-size: 13px;
	}

	.passagier input {
		display: inline;
		width: 47%;
	}

	#index-slideshow {
		position: relative;
		height: 100%;
	}

		#index-slideshow #overlay {
			position: absolute;
			width: 50%;
			height: 100%;
			left: 0;
			right: 0;
			background-color: rgba(255, 255, 255, 0.6);
		}

	/*test*/

	.sl-slider {
		position: relative;
		height: 600px;
	}

	.sl-overlay {
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.7);
		height: 600px;
	}

	/* test*/
/*
		.sl-text {
			top: 1%;
			font-size: 40px;
			margin: 2rem;
		}*/

	.sl-text {
		font-size: 60px;
		line-height: 68px;
		font-weight: 900;
		position: absolute;
		transform: translateY(-50%);
		top: 40%;
		color: #fff;
		text-shadow: 1px 1px 1px #000000;
	}
	/**/
/*.sl-btn-m {
	top:90px;
	position:relative;
	margin-top: 100px
}*/

#slider-btn-link {
	top: 70% ;
	position: absolute;
	padding: 16px 60px;
	color: white;
	font-size: 20px;
	font-weight: 900;
	text-shadow: 1px 1px 1px #000000;
	background: #e53e3e;
	border-radius: 10px;
	overflow: hidden;
}

.col-flexItems-Kontakt > * {
	margin: 10px 0;
}
/**/

.col-flexItems-Kontakt > p {
	font-size:10px;
}
.sl-btn-m {
	position: absolute;
	margin-bottom: 12px;
	bottom: 160px;
	left: 40%;
}

	.sl-btn {
		background-color: var(--tcl-red-color);
		border-color: var(--tcl-red-color);
		height: 4rem;
		width: 10.5rem;
		margin-right: 1rem;
		font-size: 16px;
		box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
	}

	.sl-btn-white {
		background-color: #fff;
		color: var(--tcl-red-color);
		border-color: #fff;
		box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
	}




	/* Content */

	.ma-wrap {
		background-color: #fff;
		margin-top: -1rem;
		padding-top: 4rem;
	}

	.main-content h2 {
		font-size: 3rem;
		font-weight: 800;
		color: var(--tcl-title-color);
	}



	.main-content h4 {
		color: #939ba7;
	}

	.ma-color-title {
		color: var(--tcl-title-color);
	}

	.ma-content-title {
		position: relative;
		display: flex;
		width: 100%;
		padding-top: 4rem;
		padding-left: 2rem;
		padding-right: 2rem;
		background-color: #edf2f7;
		flex-direction: column;
		text-align: center;
		padding-bottom: 3rem;
	}

	.ma-bg-card {
		position: absolute;
		width: 100%;
		padding-top: 6rem;
		padding-left: 2rem;
		padding-right: 2rem;
		background-color: #edf2f7;
		left: 0;
		right: 0;
		height: 75%;
	}


	.ma-content {
		/*
	display: flex;
    flex-direction: row;
	max-width: 80rem;
	*/
	}



	.ma-card-deck {
		display: flex;
	}

	.ma-card {
		margin-left: 20px;
		margin-right: 20px;
		width: 33%;
		padding-bottom: 2rem;
	}

		.ma-card:hover {
			transform: scale(1.05);
			box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06)
		}



	.ma-card {
		box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
		transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
		border: 0;
		border-radius: 1rem;
		background-color: #f9fafb;
		color: #939ba7;
		padding-left: 1rem;
		padding-right: 1rem
	}

	.ma-card-a {
		display: contents;
	}



	.ma-card img {
		margin-top: 15px;
		border-radius: 10px;
		height: 100%
	}


	.ma-btn-card {
		padding: 0.7rem;
		color: #fff !important;
		width: 100%;
		height: 3.3rem;
		background-color: var(--tcl-title-color);
	}

	.ma-card-footer {
		border-bottom: none;
		background-color: transparent;
		border-top: none;
	}


	@media (max-width: 767px) {

		.ma-card-deck {
			display: block;
			width: 100%;
		}

		.ma-card {
			display: block;
			width: 100%;
			margin: 3rem auto;
		}

		#index-slideshow #overlay {
			width: 100%;
			height: 100%;
		}

		.info {
			width: 100% !important;
		}

		.sl-btn-m {
			display: block;
			width: 80%;
			margin: 0 4rem;
			bottom: 145px;
			left: 0;
			right: 0;
		}

		.sl-btn {
			width: 94%;
			margin: 0.5rem 0;
			box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
			display: block;
		}
	}


	@media (max-width: 616px) {

		.sl-btn-m {
			bottom: 130px;
		}
	}


	/* Handy height: 65rem;








/* Card */


	/* news */

.ma-news {
	margin-top: 4rem !important;
	width: 99.6%;
	/*
	margin-bottom:4rem;
	padding-left: 2rem;
    padding-right: 2rem;
	*/
}

	.ma-news-main-title {
		padding: 20px;
		text-align: center;
		/*font-family: Lato;*/
		font-size: 2.8rem;
		font-weight: 800;
		color: var(--tcl-title-color);
	}

		.ma-news-main-title h4 {
			color: #939ba7;
			margin-bottom: 1rem;
			font-size: 1.3rem;
		}



	.ma-news-box {
		background: white;
		margin: 15px 15px 15px 15px;
		height: 420px;
		overflow: hidden;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		transition: .2s;
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / 30%), 0 4px 6px -2px rgb(0 0 0 / 10%);
		border-radius: 10px
	}

	.ma-news-title {
		color: var(--tcl-title-color);
		font-size: 20px;
		font-weight: 600;
		margin: 0px auto;
		/*padding: 1rem;*/
	}

	.ma-news-text {
		position: relative;
		padding:1rem;
	}

	.ma-news-title a {
		text-decoration: none;
		position: absolute;
		right: 0;
		left: 0;
		padding: 1rem;
	}

	.ma-news-text-con {
		margin-top: 1rem;
		margin-bottom: 1rem;
		color: #939ba7;
		font-size: 18px;
		letter-spacing: 0.1px;
	}

	.ma-news-img {
		width: 100%
	}


	@media (max-width: 767px) {

		.ma-news-mobile {
			display: block;
			width: 100%;
		}

		.ma-news-img-mobile {
			width: 100%;
		}

		/*
		.msbox2 {
			margin: 15px 48px 15px 48px !important;
			
		}
			*/
	}



	

	/* Start Partner */

	.ma-partner {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.ma-partner-content {
		display: flex;
		justify-content: space-between;
	}

	.ma-partner-left {
		width: 70%;
		padding: 2rem 0;
	}

		.ma-partner-left h2 {
			font-size: 2.5rem;
			font-weight: 800;
			color: #2d3748;
		}

		.ma-partner-left p {
			color: #939ba7;
			margin-bottom: 1rem;
		}



	.ma-partner-right {
		width: 100%;
	}

	.ma-partner-logo {
		width: 100%;
	}


	.ma-partner-box {
		display: block;
		width: 100%
	}

	.ma-partner-img {
		display: flex;
		justify-content: flex-end;
	}

	.thumb figure {
		margin: 0.4rem 0.2rem
	}

		.thumb
		figure img {
			float: left;
			width: 100%;
			height: 100px;
			object-fit: contain;
			padding: 1.5rem;
			background-color: #f9fafb
		}

	.thumb {
		margin-bottom: 15px;
		margin: 0px !important;
		padding: 0px !important;
	}

		.thumb:last-child {
			margin-bottom: 0;
		}
		/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
		.thumb
		figure img {
			/*
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  */
		}

		.thumb
		figure:hover img {
			-webkit-filter: grayscale(0);
			filter: grayscale(0);
		}


	@media (max-width: 767px) {

		.ma-partner-content {
			display: block;
			text-align: center;
		}

		.ma-partner-left {
			width: 100%
		}

		.ma-partner-box {
			display: flex;
			justify-content: space-around;
		}

		.ma-partner-img {
			width: 50%
		}

		.ma-video-img-in {
			height: 18rem !important;
			width: 100%;
		}
	}





	/* End Partner */



	/* Start Video */


	.ma-video {
		margin-top: 12rem;
		margin-bottom: 12rem;
	}


	.ma-video-left p {
		color: #939ba7;
		margin-bottom: 1rem;
		margin-top: 12px;
	}


	.ma-video-left h2 {
		font-size: 4rem;
		font-weight: 800;
		color: #2d3748;
	}

	.ma-video-left .ma-video-sp {
		color: #e53e3e;
	}

	.ma-video-all {
		display: flex;
		justify-content: space-between
	}

	.ma-video-lr {
		margin-left: 1%;
		width: 50%;
	}

	.ma-video-right {
		display: flex;
		justify-content: center;
		position: relative;
	}

	.ma-video-bg {
		position: absolute;
		background-color: #f9fafb;
		width: 500px;
		height: 500px;
		transform: translate(+50%,-20%);
		border-radius: 10px;
		top: 60px;
	}

	.ma-video-vi {
		overflow: hidden;
		z-index: 2;
	}

	.ma-video-img {
		position: relative;
	}

	.ma-video-img-in {
		border-radius: 10px;
		height: 30rem;
	}

	.ma-video-play {
		transform: translate(-320%, +130%);
		position: absolute;
		height: 5rem;
		color: var(--tcl-red-color);
	}


	@media (max-width: 767px) {

		.ma-video {
			text-align: center;
		}

		.ma-video-all {
			display: block;
			width: 100% !important;
		}

		.ma-video-lr {
			width: 100% !important;
		}

		.ma-video-bg {
			display: none;
		}
	}



	/* End Video */



	/* Start Social Media */

	.ma-social-me {
		margin-top: 3rem;
		margin-bottom: 5rem;
	}


	.ma-social-title h2 {
		font-size: 3rem;
		font-weight: 800;
		color: #2d3748
	}

	.ma-social-title h4 {
		color: #939ba7;
	}

	.ma-social-title {
		width: 100%;
		padding-top: 4rem;
		padding-left: 2rem;
		padding-right: 2rem;
		text-align: center;
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}


	.ma-social-me-up {
		display: flex;
		justify-content: space-between;
	}

	.ma-social-fa {
		position: relative;
		width: 40%;
	}

		/*
.ma-social-fa img {
	position: absolute;
    width: 70px;
    right: 0;
    z-index: 2;
}
*/

		.ma-social-fa h2 {
			color: #4267B2;
			font-size: 2.8rem;
			font-weight: 800;
			padding-top: 2rem;
		}


	.ma-social-yout {
		position: relative;
		width: 50%;
	}

		/*
.ma-social-yout img {
	position: absolute;
    width: 70px;
    right: 0;
    z-index: 2;
}
*/

		.ma-social-yout h2 {
			color: #FF0000;
			font-size: 2.8rem;
			font-weight: 800;
			padding-top: 2rem;
		}

	.ma-social-me-down {
		display: flex;
		justify-content: space-between;
		margin-top: 3rem;
	}

	.ma-social-inst {
		position: relative;
		width: 100%;
	}
		/*
.ma-social-inst img {
	position: absolute;
    width: 70px;
    left: 20px;
    z-index: 2;
}
*/

		.ma-social-inst h2 {
			color: #833ab4;
			position: absolute;
			font-size: 2.8rem;
			font-weight: 800;
			padding-top: 2rem;
		}



	
.ma-insta-footer-hide {
	position: relative;
    top: -4rem;
    height: 4rem;
    background-color: #ffffff;
}


	@media (max-width: 767px) {



		.ma-social-me-up {
			display: block;
		}

		.ma-social-fa {
			position: relative;
			max-width: 96%;
			width: 100%;
		}

			.ma-social-fa iframe {
				width: 100%;
			}

		.ma-social-yout {
			position: relative;
			width: 100%;
			max-width: 96%;
			margin: 0 auto;
		}

			.ma-social-yout iframe {
				width: 100%;
			}

			.ma-social-fa h2,
			.ma-social-yout h2,
			.ma-social-inst h2 {
				text-align: center;
			}

		.ma-social-inst h2 {
			position: initial;
		}

		.ma-insta-footer-hide {
			position: absolute;
			height: 8rem;
			background-color: #ffffff;
			top: 375px;
			width: 500px;
			
		}
	}


@media (min-width: 576px) {
	.ma-insta-footer-hide {
		position: absolute;
		height: 8rem;
		background-color: #ffffff;
		top: 375px;
		width: 500px;
	}
}

@media (min-width: 768px) {
	.ma-insta-footer-hide {
		height: 8rem;
		background-color: #ffffff;
		top: 340px;
		width: 700px;
	}
}

@media (min-width: 992px) {
	.ma-insta-footer-hide {
		top: 420px;
	}
}

@media (min-width: 1200px) {
	.ma-insta-footer-hide {
		width: 700px;
		margin: 68px 200px;
	}
}

@media (min-width: 1400px) {
	.ma-insta-footer-hide {
		
	}
}



	/* End Social Media */






	/* Old Slider */
	.page-footer {
		background-color: #ffffff;
		padding-top: 3rem;
	}

	/* Footer */
	.ma-bg-footer {
		position: absolute;
		width: 100%;
		padding-top: 6rem;
		padding-left: 2rem;
		padding-right: 2rem;
		background-color: #ffffff;
		left: 0;
		right: 0;
	}

	.ma-footer-box h5 {
		color: #a9b6c6
	}

	.ma-footer-box ul li {
		color: #718096;
		text-decoration: none;
		line-height: 2.4;
		letter-spacing: 0.4px;
	}
		/*
		.ma-footer-box ul li:hover {
			color: #1a202c;
		}
		*/
		.ma-footer-box ul li a {
			text-decoration: none;
		}








	/*
.ma-footer-sub {
	text-align:left;
	display:flex;
	position: relative;

}


.ma-footer-sub-m {
	position: absolute;
    bottom: 0px;

}




.ma-footer-sub h3 {
	letter-spacing: 0.05em;
	color:#a9b6c6;
	text-transform:uppercase;
	font-size:0.9rem;
	
}

.ma-footer-sub p{
	color:#718096;
	font-size:1rem;
	
}


.ma-footer-form {
	display:flex;
	justify-content:space-between;
	max-width:100%;
	height: 2.7rem
}

.ma-footer-input {
	float: left;
    width: 77%;
}

.ma-footer-btn {
	float: right;
    width: 20%;
}
*/

	.ma-footer-input:focus {
		border: none;
		border-radius: 5px;
		/*box-shadow: 0 0 0 0.25rem #f56565;*/
		box-shadow: none;
		outline: 2px solid #f56565;
		outline-offset: 2px;
	}


	.ma-footer-input::placeholder {
		color: #1a202c;
		opacity: 0.4;
	}







	.fo-form .fo-input {
		padding: 15px;
		margin-right: 15px;
	}



	.fo-btn {
		background-color: #e53e3e;
		color: #fff;
		height: 3rem;
	}

		.fo-btn:hover {
			background-color: #c53030;
			color: #fff;
		}

	.fo-social-copy {
		background-color: var(--tcl-title-color);
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		color: #a9b6c6;
		padding-top: 1rem;
		padding-top: 1rem;
	}

	.footer2-content a,
	.fo-copy a {
		text-decoration: none;
	}

	.fo-copy {
		color: #fff;
	}


	.fo-social {
		font-size: 1.3rem;
		color: #fff;
	}

	.footerbg2 {
	}

	.footer2-content {
		font-size: 12px;
		text-align: center;
		color: #fff;
	}

	.footer-end {
		display: flex;
		justify-content: space-around;
		flex-direction: row-reverse;
		font-size: 0.8rem;
	}

	.fa-facebook-square,
	.fa-youtube,
	.fa-instagram {
		transition: all 0.5s ease-in-out;
	}




		.fa-facebook-square:hover {
			color: #c0c5cf;
			/*color:#0d6efd ;*/
		}

		.fa-youtube:hover {
			color: #c0c5cf;
			/*
	color:#FF0000 ;*/
		}

		.fa-instagram:hover {
			color: #c0c5cf;
			/*
	color:#833ab4 ;*/
		}


	.footer-hr-end {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}




	@media (max-width: 767px) {

		.atc {
			display: none;
		}

		.page-footer {
			display: block;
			text-align: left;
		}

		.ma-hr-none {
			display: none;
		}

		.ma-footer-sub {
		}

		.ma-footer-sub {
			display: block;
			width: 100%;
		}

		.footer-end {
			display: block;
		}

		#video {
			height: 94% !important;
		}

		/*.owl-wrapper-outer {
			height: 61vh
		}*/
	}




	.sl-video {
		position: relative;
		width: 100%;
		height: 70vh;
	}

	#video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}










	.ma-social-ti i {
		opacity: 0;
		font-size: 28px;
		color: #1F1E1E;
		will-change: transform;
		-webkit-transform: scale(.1);
		transform: scale(.1);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	.ma-social-ti .ma-social-fa-fa-fa {
		color: #4267B2;
	}

	.ma-social-ti .ma-social-you-you-yo {
		color: #FF0000;
	}

	.ma-social-ti .ma-social-ins-ins-in {
		color: #833ab4;
	}

	.btn_wrap {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
		cursor: pointer;
		width: 200px;
		height: 60px;
		background-color: #EEEEED;
		border-radius: 80px;
		padding: 0 18px;
		will-change: transform;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		margin: 1.5rem auto;
	}

		.btn_wrap:hover {
			/* transition-delay: .4s; */
			-webkit-transform: scale(1.1);
			transform: scale(1.1)
		}


	.ma-social-ti {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 240px;
		height: 64px;
		border-radius: 80px;
	}

		.ma-social-ti i:nth-of-type(1) {
			-webkit-transition-delay: 1.1s;
			transition-delay: 1.1s;
		}

	.btn_wrap .ma-social-fa-fa {
		position: absolute;
		z-index: 99;
		width: 200px;
		height: 60px;
		border-radius: 80px;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		font-size: 20px;
		text-align: center;
		line-height: 60px;
		letter-spacing: 2px;
		color: #EEEEED;
		background-color: #4267B2;
		padding: 0 18px;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}



	.btn_wrap:hover .ma-social-fa-fa {
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px)
	}


	.btn_wrap .ma-social-you-you {
		position: absolute;
		z-index: 99;
		width: 200px;
		height: 60px;
		border-radius: 80px;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		font-size: 20px;
		text-align: center;
		line-height: 60px;
		letter-spacing: 2px;
		color: #EEEEED;
		background-color: #FF0000;
		padding: 0 18px;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}



	.btn_wrap:hover .ma-social-you-you {
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px)
	}




	.btn_wrap .ma-social-ins-ins {
		position: absolute;
		z-index: 99;
		width: 200px;
		height: 60spx;
		border-radius: 80px;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		font-size: 20px;
		text-align: center;
		line-height: 60px;
		letter-spacing: 2px;
		color: #EEEEED;
		background-color: #833ab4;
		padding: 0 18px;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}



	.btn_wrap:hover .ma-social-ins-ins {
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
		-webkit-transform: translateX(-280px);
		transform: translateX(-280px)
	}


	.btn_wrap:hover i {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}


	.dr {
		position: absolute;
		bottom: 16px;
		right: 16px;
		width: 100px;
	}





	/* Start Sub Page */

	.breadcrub {
		margin-top: 70px;
		color: #ccc;
	}

	@media (min-width: 992px) {
		.breadcrub {
			margin-top: 136px;
			color: #ccc;
		}
	}

	.brlines {
		height: 8px;
		width: 100%;
		margin-top: 10px;
		background: url('../../images/breadcrumb.png');
	}


	ul.bcrumbs {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		ul.bcrumbs li {
			float: left;
			margin-left: 20px;
		}

			ul.bcrumbs li a {
				color: #666;
			}

				ul.bcrumbs li a:hover {
					color: #999;
					text-decoration: none;
				}

				ul.bcrumbs li a.active {
					color: #999;
				}




	@media only screen and (max-width: 767px) {
		.homebtn, .bcrumbs, .brlines {
			display: none;
		}

		.thebg {
			background: none;
			background-color: #fff;
		}

		.iframe {
			height: 350px;
		}
	}


	.mt25 {
		position: relative;
		top: 25px;
	}

	.offset-0 {
		padding-left: 0px;
		padding-right: 0px !important;
		margin-bottom: 3rem; /* new */
	}


	/*CSS FOR DETAILS PAGE*/
	.pagecontainer2 {
		background: #fff;
		border: 1px solid #cccccc;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
		position: relative;
	}

	.hpadding50c {
		padding: 20px 10px;
	}

	@media (min-width:480px) {
		.hpadding50c {
			padding: 20px 50px;
		}
	}

	.cpdd01 {
		padding: 0px 15px 0px 0px;
	}

	.grey {
		color: #333;
	}

.grey2 {
	/*color: #939ba7;*/
	color: #64676c;
}

	.dark {
		color: #333;
	}

	/*anchors*/
	a.dark {
		color: #333;
		text-decoration: none;
	}

	a:hover.dark {
		color: #c7092e;
		text-decoration: none;
	}

	.line4 {
		background: #e8e8e8;
		height: 1px;
		margin: 17px 0 15px 0;
		padding: 0;
		display: block;
	}

	.clearfix {
		float: none;
		clear: both;
	}

	.cpdd02 {
		padding: 0px 0px 0px 15px;
	}

	.opensans {
		font-family: "Open Sans";
	}

	.cpadding1 {
		padding: 0px 30px 10px 50px;
	}

	.line4 {
		background: #e8e8e8;
		height: 1px;
		margin: 17px 0 15px 0;
		padding: 0;
		display: block;
	}

	a.homebtn {
		width: 21px;
		height: 21px;
		background: url('../../images/home-icon.png') #fff no-repeat scroll -16px -10px;
		color: #222;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s
	}

	a:hover.homebtn {
		background: url('../../images/home-icon.png') var(--tcl-red-color) no-repeat scroll -16px -33px;
	}


	.left {
		float: left;
	}

	.sub-content-flex {
		display: flex;
	}


	@media only screen and (max-width: 767px) {
		.sub-content-flex {
			display: block;
		}
	}

	.ma-font-bold {
		font-size: 2.5rem;
		font-weight: 800;
	}

	.ma-font-sub {
		font-size: 1.5rem;
		color: #939ba7;
	}

	.ma-font-sub-p {
		color: #939ba7;
		font-size: 0.9rem;
	}








	/* End Sub page */

	/* Start Newsletter */

	.ma-newsletter {
		background-color: var(--tcl-title-color);
	}

	.ma-newsletter-content {
		max-width: 100%
	}

	.ma-footer-sub {
		width: 100%;
		text-align: left;
		padding: 3rem 2rem;
	}


	.ma-footer-sub-m {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.ma-footer-sub-ml {
		display: block;
		width: 65%;
	}


	.ma-footer-sub-mr {
		display: flex;
		justify-content: space-between;
		padding: 1rem 0px
	}

	.ma-footer-sub-mr2 {
		display: flex;
		justify-content: flex-end;
		max-width: 96%;
	}

		.ma-footer-sub-mr2 p {
			color: #d5dbe4;
			font-size: 0.8rem;
		}

	.ma-footer-input {
		float: left;
		width: 77%;
		height: 3rem;
	}

	.ma-footer-btn {
		float: right;
		width: 20%;
	}








	.ma-footer-sub-ml h3 {
		color: #ffffff;
		font-size: 2.4rem;
		font-weight: 800;
	}

	.ma-footer-sub-ml p {
		color: #d5dbe4;
		font-size: 1.1rem;
	}


	.ma-footer-form {
		/*
	display:flex;
	justify-content:space-between;
	max-width:100%;
	height: 2.7rem;
	*/
	}

	.ma-footer-input {
		/*
	float: left;
    width: 77%;
	*/
	}

	.ma-footer-btn {
		/*
	float: right;
    width: 20%;
	*/
	}

	@media (max-width: 767px) {

		.page-footer {
			display: block;
			text-align: left;
		}

		.ma-hr-none {
			display: none;
		}


		.ma-footer-sub-m {
			width: 100%;
			display: block;
			text-align: center;
		}

		.ma-footer-sub {
			display: block;
			width: 100%;
			padding: 5rem 1rem;
		}

		.ma-footer-sub-ml {
			display: block;
			width: 100%;
		}

		.ma-footer-sub-mr {
			display: block;
			padding: 1rem 0px;
		}

		.ma-footer-sub-mr2 {
			display: block;
			max-width: 96%;
			text-align: center;
			margin-top: 7rem;
		}

		.ma-footer-input {
			display: block;
			width: 100%;
		}

		.ma-footer-btn {
			margin-top: 1rem;
			display: block;
			width: 100%;
		}

			.ma-footer-btn .fo-btn {
				display: block;
				width: 100%;
			}

	
	}

	.weather-slider {
		padding: 5px;
		background-color: #edf2f7
	}





	/* End Newsletter */
















	.atc {
		height: auto;
		width: 75px;
		position: fixed;
		top: 50%;
		right: 0px;
		transform: translatey(-50%);
		-webkit-transition: 0.5s all ease-in;
		z-index: 9900;
	}

		.atc .box {
			position: relative;
			display: block;
			height: 75px;
			width: 75px;
			font-size: 30px;
			-webkit-transition: 0.15s all ease-in;
		}

			.atc .box i {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				color: #fff;
			}



	.sn {
		float: right;
		transition: 1s all;
		width: 55px;
		height: 55px;
		transition: 0.3s ease-in-out;
		margin: 0;
	}

	.atc .box:hover {
		width: 90px;
	}


	.atc .box.one {
		background: #3b5998;
	}

	.atc .box.two {
		background: #c4302b;
	}

	.atc .box.three {
		background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	}

	.atc .box.four {
		background: #000000;
	}




	/* Text on Video */


	/*
.animate-contain {
	height: 80px;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}

.animated-text {
	display: inline-block;
	transition: 300ms all;
	margin-top: 0;
	animation: slide 8s liner alternate ease-in-out;
	background-color: #edf2f7;
	color: #2d3748;
	opacity: 0;
}

	.animated-text span {
		display: block;
		font-size: 40px;
		padding: 8px 20px;
	}

@keyframes slide {
	0% {
		opacity: 1;
		animation-timing-function: ease-in;
		width: 0px;
	}

	10% {
		opacity: 0.3;
		width: 0px;
	}

	20% {
		opacity: 1;
		width: 100%;
	}

	27% {
		opacity: 0;
		width: 100%;
	}

	100% {
		opacity: 0;
	}
}

		*/


	.text-sl-h1 {
		font-size: 30px;
	}

	.text_1 {
		animation: text1;
	}

	.text_2 {
		animation: text2;
	}

	.text_3 {
		animation: text3;
	}

	.text_1, .text_2, .text_3 {
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
		position: relative;
		animation-duration: 20s;
		animation-timing-function: steps(25, end);
		animation-iteration-count: infinite;
	}

		.text_1::after, .text_2::after, .text_3::after {
			content: "";
			position: absolute;
			right: 0;
			animation: caret infinite;
			animation-duration: 1s;
			animation-timing-function: steps(1, end);
		}


	@keyframes text3 {
		0%, 50%, 100% {
			width: 0;
		}

		70%, 90% {
			width: 21.2em;
		}
	}

	@keyframes text2 {
		0%, 50%, 100% {
			width: 0;
		}

		40%, 60% {
			width: 21.2em;
		}
	}

	@keyframes text1 {
		0%, 50%, 100% {
			width: 0;
		}

		10%, 30% {
			width: 17em;
		}
	}

	@keyframes caret {
		0%, 100% {
			opacity: 0;
		}

		50% {
			opacity: 1;
		}
	}




	.hidden {
		opacity: 0;
	}

	.console-container {
		font-family: monospace;
		font-size: 4em;
		text-align: center;
		height: 200px;
		width: 600px;
		display: block;
		position: absolute;
		color: white;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 12px;
		font-family: monospace;
		font-size: 2.8rem;
		text-align: center;
		height: 200px;
		width: 100%;
		display: block;
		position: absolute;
		color: white;
		top: 0;
		bottom: -725px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #f0f8ffa6;
	}

	.console-underscore {
		display: inline-block;
		position: relative;
		top: -0.14em;
		left: 10px;
	}



	@media (max-width: 767px) {

		.console-container {
			font-size: 1.4rem;
			bottom: -570px;
		}
	}

	.nav-cursor {
		cursor: pointer;
	}










	/* Startseite NEWS Video/ Bilder (Tarik)*/

	.video-object-cover {
		object-fit: cover;
	}



	/* strat new Footer with cms*/



	.ma-cms-nav-link {
		display: flex;
	}



	/* end new Footer with cms*/





	/* strat new Footer with cms*/
.ma-cms-footer {
	display: flex;
	justify-content: center;
}


	.ma-cms-row {
		width: 20%;
	}

	.ma-footer-box {
		width: 90%;
		margin: 0 10px
	}

		.ma-footer-box ul li {
			padding-right: 10px
		}

			.ma-footer-box ul li .ma-footer-hover:hover {
				color: #1a202c;
			}


	@media (max-width: 767px) {

		.ma-cms-footer {
			display: block;
		}

		.ma-cms-row {
			width: 100%;
		}

		.page-footer {
			padding-top: 1rem;
		}
	}



	/* end new Footer with cms*/



	@media (max-width: 767px) {

		.ma-news-box iframe img {
			width: 100% !important;
		}
	}




	.ma-video-vi iframe {
		position: absolute;
		left: 20%;
		bottom: 10px;
		width: 500px;
		height: 360px;
	}

	@media (max-width: 767px) {

		.ma-video-vi iframe {
			display: block;
			position: initial;
			margin-top: 2rem;
			width: 380px !important;
			height: 300px !important;
		}
	}


.button-iframe-overlay {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}



.ma-iframe {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}


@media (max-width: 767px) {

	
}


/* Karte bestellen bntton */

.btn-search {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
	text-transform: uppercase;
	margin-top: 12px;
	border: 1px solid #d75124;
	background: #e35121;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#ed1c24));
	background: -webkit-linear-gradient(top, #ed1c24, #ed1c24);
	background: -moz-linear-gradient(top, #ed1c24, #ed1c24);
	background: -ms-linear-gradient(top, #ed1c24, #ed1c24);
	background: -o-linear-gradient(top, #ed1c24, #ed1c24);
	padding: 7.5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	box-shadow: rgba(0,0,0,0.18) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	color: #ffffff;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-family: "Open Sans";
	font-weight: 700;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}



.btn-lan-color {
	color: #6e7683;
}


.n-lang-menu {
	color: #6e7683;
}


.n-lang button:focus:not(:focus-visible) {
	color: #6e7683;
}

.btn-lan-color:hover {
	color: #EF5350;
}





/* Card image and Text  */

.ma-card img {
	height: 250px;
	object-fit: cover;
}


@media (max-width: 767px) {

	.ma-news-box img {
		height: 300px  ;
	}
}


.ma-video-img {
	padding: 30px 0;
}

.ma-my-youtube {
	position:absolute;
	top:45%;
	left:47%;
	font-size:60px;
	color:red;
}

.ma-video-img-in {
	width: 100%;
	height: 28rem;
	object-fit: cover;
}

@media (max-width: 767px) {


	.ma-my-youtube {
		
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.ma-video-img-in {
		width: 100%;
	}

}






/* Language */

.ma-n-lang {
	position: relative;
	width: 100px;
	height: 50px;
}

	.ma-n-lang::before {
		content: "";
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 1000;
		width: 8px;
		height: 8px;
		border: 2px solid #333;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(-45deg);
		transition: 0.5s;
		pointer-events: none;
	}

	.ma-n-lang.active::before {
		top: 22px;
		transform: rotate(-225deg);
	}

	.ma-n-lang input {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
		background: #fff;
		font-size: 1.2em;
		border: none;
		outline: none;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		padding: 12px 20px;
		border-radius: 10px;
	}

	.ma-n-lang .options {
		position: absolute;
		top: 70px;
		width: 100%;
		background: #fff;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
		border-radius: 10px;
		overflow: hidden;
		display: none;
	}

	.ma-n-lang.active .options {
		display: block;
	}

	.ma-n-lang .options div {
		padding: 12px 20px;
		cursor: pointer;
	}

		.ma-n-lang .options div:hover {
			background: #62baea;
			color: #fff;
		}

/* Language */



.ma-carousel-title {
	position: absolute;
	height: 600px;
	width: 50%;
	margin-left: 30px;
}


@media (max-width: 767px) {

	.ma-carousel-title {
		width: 90%;
	}

	.sl-text {
		font-size: 40px;
		top: 45%;
	}

	#slider-btn-link {
		padding: 16px 30px;
		font-size: 16px;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, 30%);
		width:250px;
		text-align:center;
	}
}


@media (max-width: 520px) {

	.ma-insta-footer-hide {
		top: 290px;
	}

	#ctl00 {
		overflow: auto;
	}
}





@media (min-width: 768px) and (max-width: 1199px) {

	.ma-social-me-up {
		display: block;
		transform: translate(15%, 0%);
	}


	.ma-social-yout {
		width: 90%;
	}
}




.ma-carousel-point {
	background-color: #fff !important;
	text-shadow: 1px 1px 1px #e53e3e !important;
	width: 30px;
	margin: 0 4px;
	border: none;
	height: 3px;
	margin-bottom: 50px;
}

.carousel-indicators .active {
	background-color: #e53e3e !important;
}





/*.ma-news-btn {
	padding: 0.7rem;
	color: #fff;
	width: 95%;
	height: 3.3rem;
	background-color: #e53e3e;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
}*/








@media (min-width: 400px) and (max-width: 480px) {

	.sl-text {
		font-size: 30px !important;
		top: 50%;
	}
}



.ma-news-box {
	position:relative;
}

.ma-news-btn {
	padding: 0.7rem;
	width: 95%;
	height: 3.3rem;
	/* margin: 10px; */
	border-radius: 5px;
	color: #939ba7;
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	float: right;
	display: block;
	position: absolute;
	bottom: 0;
}

.ma-news-btn:hover {
	color:#e53e3e;
}


@media (max-width: 768px) {
	.ma-news-btn {
		font-size: 26px;
	}

	.ma-card img {
		height: auto !important;
	}
}




.msbox2 {
	height: 560px !important;
}

.ma-iframe {
	height: 260px;
}











@media (min-width: 270px) and (max-width: 369px) {

	.sl-text {
		font-size: 30px;
		top: 50%;
	}

	.ma-news-box img {
		height: 250px !important;
	}
}



@media (min-width: 370px) and (max-width: 500.98px) {

	.ma-news-box img {
		height: 260px !important;
	}
}

@media (min-width: 501px) and (max-width: 575.98px) {

	.ma-news-box img {
		height: 280px !important;
	}
}


@media (min-width: 767.98px) and (max-width: 991.98px) {
}


@media (max-width: 991.98px) {
}


@media (max-width: 1199.98px) {
}


@media (max-width: 1399.98px) {
}



/* Start footer Contact Block */

.ma-fo-contact {
	background-color: var(--tcl-title-color);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	color: #a9b6c6;
	padding-top:1rem;
	padding-bottom:1rem;

}

.fo-contact {
	color: #fff;
	width: 40%;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.fo-contact-center {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000000;
	padding-top: 20px;
}

.ma-footer-contact-end {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	font-size: 0.8rem;
}

.fo-contact-center i {
	color: #fff;
    margin-right: 10px;
}


@media (max-width: 768px) {
	.fo-contact {
		width: 100%;
		font-size: 1.1rem;
	}

	.fo-contact:first-child {
		padding-bottom: 30px;
	}

	.fo-contact-center {
		font-size: 0.9rem;
	}

	.ma-footer-contact-end {
		display: block;
		
	}
}
/*kleine Handys (gerhards Handy zb.)*/
@media (min-width: 270px) and (max-width: 440px) {

	.sl-text {
		font-size: 26px;
	}

	#slider-btn-link {
		padding: 12px 24px;
	}

	.ma-carousel-title {
		width: 88%;
		margin-left: 20px;
	}
}



/* End footer Contact Block */







/* Start Schnee Effekt */

.weih-img-oben {
	z-index: 1029;
	position: absolute;
	height: 30%;
	left: -25px;
	top: 30px;
	filter: grayscale(20%);
}



.weih-img-unter {
	z-index: 1029;
	position: absolute;
	height: 30%;
	right: -25px;
	bottom: -22px;
	transform: rotate(180deg);
	filter: grayscale(20%);
}

.weih-img-oben-right {
	z-index: 1029;
	position: absolute;
	height: 30%;
	right: -25px;
	top: 23px;
	transform: scaleX(-1);
	filter: grayscale(20%);
}

.weih-img-unter-links {
	z-index: 1029;
	position: absolute;
	height: 30%;
	left: -25px;
	transform: scaleY(-1);
	bottom: -22px;
	filter: grayscale(20%);
}

@media (max-width: 767px) {

	.weih-img-oben {
		z-index: 1029;
		position: absolute;
		height: 30%;
		left: -25px;
		top: -15px;
	}



	.weih-img-unter {
		z-index: 1029;
		position: absolute;
		height: 30%;
		right: -25px;
		bottom: 15px;
		transform: rotate(180deg);
	}

	.weih-img-oben-right {
		z-index: 1029;
		position: absolute;
		height: 30%;
		right: -25px;
		top: -15px;
		transform: scaleX(-1);
	}

	.weih-img-unter-links {
		z-index: 1029;
		position: absolute;
		height: 30%;
		left: -25px;
		transform: scaleY(-1);
		bottom: 15px;
	}
}




/* End Schnee Effekt */


.schnee-eff-main {
	position:relative;
}

.schnee-eff {
	position: absolute;
	height: 40px;
	top: 9%;
	left: 2%;
}


@media (max-width: 767px) {

	

	.schnee-eff {
		position: absolute;
		height: 40px;
		top: 8%;
		left: 5%;
	}
}


@media (max-width: 480px) {



	.schnee-eff {
		position: absolute;
		height: 40px;
		top: 8%;
		left: 6%;
	}
}



/*
	
	.carousel-indicators {
	z-index:1030;
}


#slider-btn-link {
	z-index:1030;
}

	*/


.ma-card-deck {
	justify-content:center;
}


/* TikTok */
.ma-social-tiktok h2 {
	color: #000000;
}


.ma-tiktok-footer-hide {
	top: 450px;
	position: absolute;
	background-color: #ffffff;
	width: 700px;
	margin: 68px 200px;
	height: 8em;
}


@media (max-width: 767px) {

	.ma-tiktok-footer-hide {
		height: 8rem;
		top: 350px;
		width: 475px;
		margin: 66px 0px;
	}
}


@media (max-width: 520px) {

	.ma-tiktok-footer-hide {
		height: 8rem;
		top: 290px;
		width: 390px;
		margin: 66px 0px;
	}

}



@media (max-width: 420px) {

	.ma-tiktok-footer-hide {
		height: 8rem;
		top: 240px;
		width: 375px;
		margin: 66px 0px;
	}
}



@media (min-width: 768px) {
	.ma-tiktok-footer-hide {
		height: 8rem;
		top: 360px;
		width: 475px;
		margin: 66px 0px;
	}
}


@media (min-width: 992px) {
	.ma-tiktok-footer-hide {
		height: 8rem;
		top: 450px;
		width: 700px;
	}
}


@media (min-width: 1200px) {
	.ma-tiktok-footer-hide {
		height: 8rem;
		top: 490px;
		width: 800px;
		margin: 68px 200px;
	}
}




