* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	outline: none;
}
::-webkit-input-placeholder {
    color:inherit;
    opacity:1;
}
:-ms-input-placeholder {
    color:inherit;
    opacity:1;
}
::placeholder {
    color:inherit;
    opacity:1;
}
html,
body{
	height:100%;
}
.container-fluid{
	max-width: 1900px;
	width: 100%;
}
.container{
	max-width: 1170px;
	width: 100%;
}
.anchor-scroll-parent{
	position: relative;
}
.anchor-scroll-parent .anchor-scroll-child{
	position: absolute;
	top: -54px;
}
@media (max-width:767px){
.anchor-scroll-parent .anchor-scroll-child{
	position: absolute;
	top: -30px;
}}
/*** ### Header ### ***/
header {
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #000000;
	z-index:10000;
}
header .logo {
	position: relative;
	text-align:left;
}
header .logo a {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}
header .logo img {
	display: inline-block;
	vertical-align: middle;
	max-height:140px;
}





div.image {
	overflow: hidden;
}
div.image img {
	width: auto;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÃ–GERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.image img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}





div.image1 {
	overflow: hidden;
}
div.image1 img {
	width: auto;
	height: auto;
	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÃ–GERUNG */
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div.image1 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}





.navigation {
	position: relative;
}
.navigation nav {
	position: relative;
}
.navigation nav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.navigation nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
}
.navigation nav ul li:first-child {
	margin-left: 0px;
}
.navigation nav ul li:last-child {
	margin-right: 0px;
}
.navigation nav ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	padding: 15px 15px;
	text-align: left;
}
.navigation nav ul li a::before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 5px;
	opacity: 0;
	background: rgba(195, 56, 0, 0.99);
	transition: ease-in-out 0.2s;
}
.navigation nav ul li a:hover::before{
	opacity: 1;
}
.navigation nav ul li a.active::before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 5px;
	opacity: 1;
	background: rgba(195, 56, 0, 0.99);
	transition: ease-in-out 0.2s;
}
.navigation nav ul li .drop-down{
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	background: #000000;
	z-index: 100;
	width: 200px;
	display: none;
}
.navigation nav ul li:hover .drop-down{
	display: block;
}
.navigation nav ul li .drop-down a{
	position: relative;
	display: block;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 15px;
}
.device-nav {
	position:absolute;
	top:50%;
	right:15px;
	transform:translate(0%,-50%);
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	-o-transform:translate(0%,-50%);
	cursor: pointer;
	color: #FFFFFF;
	display: none;
	z-index: 1000;
}
.device-nav span.icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
}
@media (max-width: 991px) {
	header{
		padding: 5px 0px;
	}
.device-nav {
	display: block;
}
.navigation nav {
	margin: 0px 0px 0px 0px;
}
.navigation nav {
	-o-transform: translate(100%);
	-o-transform-origin: 0 0;
	-o-transition: -o-transform .5s cubic-bezier(.77, .2, .05, 1);
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate(100%);
	-webkit-transform-origin: 0 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	height: calc(100% + 100px);
	top: 50px;
	left: 0;
	list-style-type: none;
	position: fixed;
	right: 0;
	transform: translate(100%);
	transform-origin: 0 0;
	transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -o-transform .5s cubic-bezier(.77, .2, .05, 1);
	background: #000000;
}
.navigation nav.reveal {
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background: #000000;
}
 .navigation nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
    display: block;
    width: 100%;
}
.navigation nav ul {
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
}
.navigation nav ul li {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px 10px;
}
.navigation nav ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	margin: 0px;
}
.navigation nav ul li .drop-down{
	position: relative;
	padding: 0px 15px;
	width: 100%;
	display: block;
}
.navigation nav ul li .drop-down a{
	padding: 5px 15px;
}
}
/*** ### Hero Section ### ***/
.hero-section{
	position: relative;
	height: 100vh;
	max-height: 926px;
	overflow: hidden;
}
.hero-section .video{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    object-fit: cover;
	z-index: 9;
}
.hero-section .logo-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	z-index: 10;
}
.hero-section .logo-img{
	position: relative;
}
.hero-section .logo-img img{
	display: block;
	margin: auto;
	max-height: 389px;
}
.hero-section h1{
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.hero-section h1 strong{
	font-weight: 900;
}
@media(max-width:1199px){
	.hero-section .logo-img img{
		max-height: 350px;
	}
	.hero-section h1{
		font-size: 35px;
	}
}
@media(max-width:991px){
	.hero-section .logo-img img{
		max-height: 300px;
	}
	.hero-section h1{
		font-size: 30px;
	}
}
@media(max-width:767px){
	.hero-section .logo-img img{
		max-height: 250px;
	}
	.hero-section h1{
		font-size: 25px;
	}
}
/*** ### Contact Form Button ### ***/
	.hero-section .container{
	position:relative;
	}
.contact-form-btn{
	position:absolute;
	top:53px;
	right:75px;
	width:200px;
	z-index:1000;
}
.contact-form-btn a{
	position:relative;
	text-decoration:none;
	outline:none;
}
@media(max-width:1199px){
.contact-form-btn{
	top:53px;
	right:15px;
	width:150px;
}
}
@media(max-width:767px){
.contact-form-btn{
	width:120px;
}
}
@media(max-width:576px){
.contact-form-btn{
	width:auto;
}
.contact-form-btn img{
	max-height:33vh;
}
}
/*** ### Top Brand Section ### ***/
.top-brand-section{
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #000000;
}
.top-brand-section .car-icons{
	position: relative;
	margin-bottom: 15px;
}
.top-brand-section .car-icons img{
	display: block;
	margin: auto;
}
.top-brand-section .title{
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}
.top-brand-section .iner{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	text-align: center;
}
.top-brand-section .iner .boxes{
	position: relative;
	min-width: 180px;
	margin: 15px 10px;
}
.top-brand-section .iner .boxes .images-box{
	position: relative;
	height: 80px;
	max-height: 80px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	margin-bottom: 15px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 80px;
}
.top-brand-section .iner .boxes .subtitle{
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
@media(max-width:1199px){
.top-brand-section{
	position: relative;
	padding: 15px 0px;
}
.top-brand-section .iner .boxes{
	min-width: 160px;
}
.top-brand-section .iner .boxes .images-box{
	height: 70px;
	max-height: 70px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 70px;
}
.top-brand-section .iner .boxes .subtitle{
	color: #000000;
	font-size: 16px;
}
}
@media(max-width:991px){
.top-brand-section{
	position: relative;
	padding: 15px 0px;
}
.top-brand-section .iner .boxes{
	min-width: 150px;
}
.top-brand-section .iner .boxes .images-box{
	height: 60px;
	max-height: 60px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 60px;
}
.top-brand-section .iner .boxes .subtitle{
	font-size: 15px;
}
}
@media(max-width:767px){
.top-brand-section .iner .boxes{
	min-width: 120px;
}
.top-brand-section .iner .boxes .images-box{
	height: 50px;
	max-height: 50px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 50px;
}
}
/*** ### Post Details Section ### ***/
.post-details-section{
	position: relative;
	padding: 20px 0px;
}
.post-details-section .iner{
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #000000;
}
.post-details-section .title{
	color: #c33800;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section .subtitle{
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section p{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
} 
a.primary-all-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #c33800;
	border-radius: 16px;
	background: #FFFFFF;
	padding: 15px 35px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000000;
}
a.primary-all-btn:hover{
	background: #c33800;
	border-color: #000000;
	color: #FFFFFF;
}




/*** ### Post Details Section1 ### ***/
.post-details-section{
	position: relative;
	padding: 20px 0px;
}
.post-details-section a.primary-all-btn{
	margin: 15px 5px 0px 0px;
}
.post-details-section a.primary-all-btn:last-child{
	margin-right: 0px;
}

.post-details-section .post-image{
	position: relative;
	padding: 15px 0px;
}
.post-details-section .post-image img{
	width: 100%;
}
.post-details-section .post-text{
	position: relative;
	padding: 15px 0px;
}
.post-details-section1 .iner{
	position: relative;
	padding: 20px 0px;
}
.post-details-section1 .title{
	color: #c33800;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section1 .subtitle{
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section1 p{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section1 a.primary-all-btn{
	margin: 15px 5px 0px 0px;
}
.post-details-section1 a.primary-all-btn:last-child{
	margin-right: 0px;
}
@media(max-width:1199px){
	.post-details-section, .post-details-section{
		padding: 15px 0px;
	}
	.post-details-section .iner{
		padding: 15px 0px;
	}
	.post-details-section .title{
		font-size: 35px;
	}
	.post-details-section .subtitle{
		font-size: 22px;
	}
	.post-details-section p{
		font-size: 18px;
		line-height: 25px;
	}
	.post-details-section a.primary-all-btn{
		margin: 20px 0px 0px 0px;
	}
	
	.post-details-section1 .iner{
		padding: 15px 0px;
	}
	.post-details-section1 .title{
		font-size: 35px;
	}
	.post-details-section1 .subtitle{
		font-size: 22px;
	}
	.post-details-section1 p{
		font-size: 18px;
		line-height: 25px;
	}
	.post-details-section1 a.primary-all-btn{
		margin: 20px 0px 0px 0px;
	}
}
@media(max-width:991px){
	.post-details-section .title{
		font-size: 30px;
	}
	.post-details-section .subtitle{
		font-size: 20px;
	}
	.post-details-section p{
		font-size: 16px;
		line-height: 22px;
	}
	.post-details-section1 .title{
		font-size: 30px;
	}
	.post-details-section1 .subtitle{
		font-size: 20px;
	}
	.post-details-section1 p{
		font-size: 16px;
		line-height: 22px;
	}
}
@media(max-width:767px){
	.post-details-section .title{
		font-size: 25px;
	}
	.post-details-section .subtitle{
		font-size: 18px;
	}
	.post-details-section p{
		font-size: 15px;
	}
	.post-details-section1 .title{
		font-size: 25px;
	}
	.post-details-section1 .subtitle{
		font-size: 18px;
	}
	.post-details-section1 p{
		font-size: 15px;
	}
}
/*** ### Post Slider ### ***/
.post-slider{
	position: relative;
	padding: 20px 0px 50px 0px;
}
.post-slider .iner-slider{
	position: relative;
}
.post-slider .iner-slider .items{
	position: relative;
}
.post-slider .iner-slider .items img{
	width: 100%;
}
.post-slider .slick-dots{
	left: 0px;
	right: 0px;
	bottom: -30px;
}
@media(max-width:1199px){
	.post-slider{
		padding: 15px 0px 30px 0px;
	}
	.post-slider .slick-dots{
		bottom: -25px;
	}
}
/*** ### Total Projects Section ### ***/
.total-project-section{
	position: relative;
	padding: 20px 0px;
}
.total-project-section .boxes{
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.total-project-section .boxes::before{
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 1px;
	background: #c33800;
}
.total-project-section .boxes:last-child::before{
	display: none;
}
.total-project-section .boxes .title{
	color: #c33800;
	font-size: 70px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}


.total-project-section .title1{
	color: #000000;
	font-size: 50px;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}



.total-project-section .boxes .subtitle{
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.total-project-section{
		padding: 15px 0px;
	}
	.total-project-section .boxes{
		position: relative;
		margin-bottom: 15px;
	}
	.total-project-section .boxes .title{
		font-size: 55px;
	}
		.total-project-section .title1{
		font-size: 40px;
		margin: 0px 0px 15px 0px;
	}
	
	
	.total-project-section .boxes .subtitle{
		font-size: 22px;
	}
}
@media(max-width:991px){
	.total-project-section .boxes .title{
		font-size: 45px;
	}
		.total-project-section .title1{
		font-size: 25px;
	}
	.total-project-section .boxes .subtitle{
		font-size: 20px;
	}
}
@media(max-width:767px){
	.total-project-section .boxes:nth-child(even):before{
		display: none;
	}
	.total-project-section .boxes .title{
		font-size: 35px;
	}
	.total-project-section .boxes .subtitle{
		font-size: 18px;
	}
}
/*** ### Benefits Section ### ***/
.benefits-section{
	position: relative;
	background-image: url(../images/f6c400_1ecc8d103a7f485db577ad56eb40ee8f_mv2-1600.webp);
	background-repeat:no-repeat;
	background-position: center center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
}
.benefits-section .iner-text{
	position: relative;
	min-height: 475px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.benefits-section .iner-text .items{
	position: relative;
	width: 100%;
	min-width: 100%;
}
.benefits-section .iner-text .title{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.benefits-section .iner-text{
		min-height: 400px;
	}
	.benefits-section .iner-text .title{
		font-size: 45px;
	}
}
@media(max-width:991px){
	.benefits-section .iner-text{
		min-height: 350px;
	}
	.benefits-section .iner-text .title{
		font-size: 35px;
	}
}
@media(max-width:767px){
.benefits-section{
		background-attachment:inherit;
	}
	.benefits-section .iner-text{
		min-height: 300px;
	}
	.benefits-section .iner-text .title{
		font-size: 25px;
	}
}
/*** ### Blog Post Section ### ***/
.blog-post-section{
	position: relative;
	padding: 50px 0px;
}
.blog-post-section .car-icons{
	position: relative;
	margin-bottom: 15px;
}
.blog-post-section .car-icons img{
	display: block;
	margin: auto;
}
.blog-post-section .title{
	color: #000000;
	font-size: 50px;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.blog-post-section .subtitle{
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.blog-post-section p{
	color: #000000;
	font-size: 22px;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.blog-post-section .boxes{
	position: relative;
	margin-top: 30px;
}
.blog-post-section .boxes .blog-image{
	position: relative;
	margin-bottom: 30px;
}
.blog-post-section .boxes .blog-image img{
	width: 100%;
}
.blog-post-section .boxes p{
	font-size: 20px;
}
@media(max-width:1199px){
	.blog-post-section{
		padding: 30px 0px;
	}
	.blog-post-section .title{
		font-size: 40px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section .subtitle{
		font-size: 20px;
		margin: 0px 0px 10px 0px;
	}
	.blog-post-section p{
		font-size: 20px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section .boxes{
		margin-bottom: 20px;
	}
	.blog-post-section .boxes .blog-image{
		margin-bottom: 20px;
	}
	.blog-post-section .boxes p{
		font-size: 18px;
	}
}
@media(max-width:991){
	.blog-post-section{
		padding: 30px 0px;
	}
	.blog-post-section .title{
		font-size: 30px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section .subtitle{
		font-size: 18px;
		margin: 0px 0px 10px 0px;
	}
	.blog-post-section p{
		font-size: 18px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section .boxes{
		margin-bottom: 15px;
	}
	.blog-post-section .boxes .blog-image{
		margin-bottom: 15px;
	}
	.blog-post-section .boxes p{
		font-size: 16px;
	}
}
@media(max-width:767px){
	.blog-post-section .title{
		font-size: 25px;
	}
	.blog-post-section .subtitle{
		font-size: 16px;
	}
	.blog-post-section p{
		font-size: 16px;
	}
	.blog-post-section .boxes p{
		font-size: 15px;
	}
}
/*** ### Benefits slider Section ### ***/
.benefits-slider-section{
	position: relative;
	background-image: url(../images/gettyimages-901404586-1600-1.webp);
	background-repeat:no-repeat;
	background-position: center center;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	padding: 50px 0px;
}
.benefits-slider-section .iner-text{
	position: relative;
	min-height: 300px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.benefits-slider-section .iner-text .items{
	position: relative;
	width: 100%;
	min-width: 100%;
}
.benefits-slider-section .iner-text .title{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.benefits-slider-section{
		padding: 30px 0px;
	}
	.benefits-slider-section .iner-text{
		min-height: 250px;
	}
	.benefits-slider-section .iner-text .title{
		font-size: 45px;
	}
}
@media(max-width:991px){
	.benefits-slider-section .iner-text{
		min-height: 230px;
	}
	.benefits-slider-section .iner-text .title{
		font-size: 35px;
	}
}
@media(max-width:767px){
	.benefits-slider-section{
		background-attachment:inherit;
	}
	.benefits-slider-section .iner-text .title{
		font-size: 25px;
	}
}
/*** ### Footer ### ***/
footer{
	position: relative;
	background: #dc322f;
	padding: 10px 0px;
	text-align: right;
}
footer .social-icon{
	position:relative;	
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
footer .social-icon a{
	position:relative;
	background:#231f20;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 25px;
	margin: 2px 10px 2px 0px;
	text-decoration: none;
	outline: none;
	border: none;	
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
	width: 45px;
	height: 45px;
}
footer p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
}
@media(max-width:767px){
	footer .social-icon{
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
	}
	footer p{
		text-align: center;
		margin-top: 5px;
	}
}
/*** ### Bottom Footer ### ***/
.bottom-footer{
	position: relative;
	padding: 50px 0px;
	background: #000000;
}
.bottom-footer .iner{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	padding: 15px 0px;
}
.bottom-footer .footer-logo{
	position: relative;
	min-width: 145px;
	max-width: 145px;
	width: 145px;
}
.bottom-footer .footer-logo img{
	display: inline-block;
	vertical-align: top;
	max-height: 145px;
}
.bottom-footer .title{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.bottom-footer .top-list{
	position: relative;
}
.bottom-footer .top-list ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bottom-footer .top-list ul li{
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.bottom-footer .top-list ul li:last-child{
	margin-bottom: 0px;
}
.bottom-footer .top-list ul li strong{
	font-weight: 900;
}
.bottom-footer .top-list ul li a{
	color: inherit;
	text-decoration: none;
	outline: none;
	border: none;
}
.bottom-footer .boxes{
	position: relative;
	padding: 0px 0px 0px 30px;
}
.bottom-footer .bottom-list{
	position: relative;
	padding: 30px 0px 0px 0px;
}
.bottom-footer .bottom-list ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.bottom-footer .bottom-list ul li{
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0px 10px;
}
.bottom-footer .bottom-list ul li a{
	color: inherit;
	text-decoration: none;
	outline: none;
	border: none;
}
@media(max-width:1199px){
	.bottom-footer{
		padding: 30px 0px;
	}
	.bottom-footer .title{
		font-size: 15px;
		margin: 0px 0px 10px 0px;
	}
	.bottom-footer .top-list ul li{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.bottom-footer .bottom-list ul li{
		font-size: 16px;
	}
}
@media(max-width:767px){
	.bottom-footer{
		padding: 30px 0px;
	}
	.bottom-footer .iner{
		position: relative;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		text-align: center;
		padding: 15px 0px;
	}
	.bottom-footer .footer-logo{
		display: block;
		margin: auto auto 30px auto;
	}
	.bottom-footer .boxes{
		padding: 0px;
	}
	.bottom-footer .title{
		font-size: 15px;
		margin: 0px 0px 10px 0px;
	}
	.bottom-footer .top-list ul li{
		font-size: 15px;
	}
	.bottom-footer .bottom-list ul li{
		font-size: 15px;
	}
}
/*** ### Pop Up  ### ***/
.show-more-text{
	cursor:pointer;
	text-decoration:underline;
}
.modal{
	z-index: 1000000000;
}
#WeitereInformation .modal-dialog{
	width: 100%;
	max-width: 991px;
}
.popup-box{
	position: relative;
	padding: 30px 15px;
	background: #FFFFFF;
}
.popup-box .cross{
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	outline: none;
	border: none;
	color: #000000;
	font-size: 18px;
	cursor: pointer;
	z-index: 11;
}
.popup-box ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.popup-box ul li{
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}
.popup-box ul li p{
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
.popup-box ul li p strong{
	font-weight: 700;
}
.popup-box ul li p.small{
	font-size: 15px;
}
.popup-box ul li::before{
	position: absolute;
	content: "•";
	top: 0px;
	left: 0px;
}
.popup-box ul li .iner{
	position: relative;
	padding: 0px 0px 0px 20px;
}
@media (max-width:1199px){
	.popup-box .cross{
		font-size: 16px;
	}
	.popup-box ul li{
		margin: 0px 0px 15px 0px;
	}
	.popup-box ul li p{
		color: #000000;
		font-size: 16px;
	}
}
@media (max-width:767px){
	.popup-box ul li p{
		color: #000000;
		font-size: 15px;
	}
}

/*** ### Video Section ### ***/
.video-new-section{
	position:relative;
	padding:25px 0px;
	background: none !important;
}
.video-new-section .bgColor{
	background-color: #cf0038;
}
.video-new-section .title{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.video-new-section .title{
		font-size: 35px;
	}
}
@media(max-width:991px){
	.video-new-section .title{
		font-size: 30px;
	}
}
@media(max-width:767px){
	.video-new-section .title{
		font-size: 25px;
	}
}
/*** ### New Page CSS ### ***/

/*** ### Behind The Scenes Section ### ***/
.instructor-training-section{
	position: relative;
	padding: 50px 0px;
}
.instructor-training-section h2{
	color: #c33800;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.instructor-training-section h2 .small{
	font-size: 18px;
}
.instructor-training-section p{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.instructor-training-section .main-box{
	position: relative;	
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.instructor-training-section .main-box .text-box{
	position: relative;
	padding: 15px 0px;
}
.instructor-training-section .main-box .icon-image{
	position: relative;
	padding: 15px 0px 0px 0px;
	min-width: 220px;
	width: 220px;
	margin-right: 30px;
}
.instructor-training-section .main-box .icon-image img{
	display: block;
	margin: auto;
}
.instructor-training-section .main-box .icon-image .boxes{
	position: relative;
	margin-bottom: 30px;
}
.instructor-training-section .main-box .image-box{
	position: relative;
	margin-bottom: 15px;
	height: 330px;
}
.instructor-training-section .main-box .image-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.instructor-training-section .btn-box{
	position: relative;
	margin-bottom: 20px;
}
.instructor-training-section .btn-box a{
	position: relative;
	background: #dc322f;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	height: 60px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
@media(max-width:1199px){
	.instructor-training-section{
		padding: 15px 0px;
	}
	.instructor-training-section h2{
		font-size: 35px;
	}
	.instructor-training-section p{
		font-size: 18px;
		line-height: 25px;
	}
}
@media(max-width:991px){
	.instructor-training-section h2{
		font-size: 30px;
	}
	.instructor-training-section p{
		font-size: 16px;
		line-height: 22px;
	}
}
@media(max-width:767px){
	.instructor-training-section h2{
		font-size: 25px;
	}
	.instructor-training-section p{
		font-size: 15px;
	}
	.instructor-training-section .main-box{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}
	.instructor-training-section .main-box .text-box{
		position: relative;
		padding: 15px 0px;
	}
	.instructor-training-section .main-box .icon-image{
		min-width: 100%;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
}
/*** ### Behind The Scenes Section ### ***/
.behind-scenes-section{
	position: relative;
	padding: 20px 0px;
}
.behind-scenes-section .iner{
	position: relative;
	padding: 30px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.behind-scenes-section .title{
	color: #c33800;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.behind-scenes-section p{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.behind-scenes-section .main-box{
	position: relative;	
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.behind-scenes-section .main-box .icon-image{
	position: relative;
	padding: 15px 0px;
	min-width: 220px;
	width: 220px;
	margin-right: 30px;
}
.behind-scenes-section .main-box .icon-image img{
	display: block;
	margin: auto;
}
.behind-scenes-section .main-box .video-box{
	position: relative;
	padding: 15px 0px;
	width: 100%;
}
.post-details-section .border-none{
	border: none !important;
	padding: 0px !important;
}
.post-details-section .border-none .title{
	margin: 0px !important;
}
@media(max-width:1199px){
	.post-details-section{
		padding: 15px 0px;
	}
	.post-details-section .iner{
		padding: 15px 0px;
	}
	.behind-scenes-section .title{
		font-size: 35px;
	}
	.behind-scenes-section p{
		font-size: 18px;
		line-height: 25px;
	}
}
@media(max-width:991px){
	.behind-scenes-section .title{
		font-size: 30px;
	}
	.behind-scenes-section p{
		font-size: 16px;
		line-height: 22px;
	}
}
@media(max-width:767px){
	.behind-scenes-section .title{
		font-size: 25px;
	}
	.behind-scenes-section p{
		font-size: 15px;
	}
	.behind-scenes-section .main-box{		
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
	}
	.behind-scenes-section .main-box .text-box{
		position: relative;
		padding: 15px 0px;
	}
	.behind-scenes-section .main-box .icon-image{
		min-width: 100%;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.behind-scenes-section .main-box .icon-image img{
		max-height: 210px;
	}
}
/*** ### Fixed Banner Section ### ****/
.fixed-banner{
	position: relative;
	height: 100vh;
	background: url(../images/new/03_MALLORCA_scroll-montage-Kopie.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media (max-width:767px){
	.fixed-banner{
		height: 350px;
		background: url(../images/new/03_MALLORCA_scroll-montage-Kopie.jpg) top center no-repeat;
		background-size: cover;
		background-attachment:inherit;
	}
}
/*** ### Services Section ### ****/
.services-section{
	position: relative;
	padding: 30px 0px;
}
.services-section .iner{
	position: relative;
	border: 1px solid #dc322f;
}
.services-section .right-box{
	position: relative;
	padding: 30px;
	padding-bottom: 0px;
}
.services-section .pr{
	padding-right: 0px;
}
.services-section .pl{
	padding-left: 0px;
}
.services-section .image-box{
	position: relative;
	margin: 0px 0px 15px 0px;
}
.services-section .image-box img{
	display: block;
	margin: auto;
	width: 100%;
}
.services-section .text-box{
	position: relative;
	margin: 30px 0px;
	padding: 0px 30px;
}
.services-section .text-box .title{
	color: #dc322f;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.services-section .text-box .subtitle{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.services-section .text-box p{
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.services-section .text-box ul{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style: none;
}
.services-section .text-box li{
	position: relative;
	display: block;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
}
.services-section .text-box li a{
	word-break: break-all;
}
.services-section .text-box li::before{
	position: absolute;
	content: "•";
	top: 0px;
	left: 0px;
}
.services-section .text-box li a{
	color: inherit;
	text-decoration: none;
	outline: none;
}
.services-section .information-box{
	position: relative;
	margin-top: 50px;
}
.services-section .information-box .banner-image{
	position: relative;
	height: 175px;
}
.services-section .information-box .banner-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.services-section .bottom-box{
	position: relative;
	margin-top: 50px;
	padding: 50px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.services-section .bottom-box .logo-box{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.services-section .bottom-box .logo-box img{
	display: inline-block;
	vertical-align: top;
	max-height: 110px;
    -ms-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
}
.services-section .bottom-box .btn-box{
	position: relative;
}
.services-section .bottom-box .btn-box a{
	position: relative;
	background: #dc322f;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	height: 60px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	outline: none;
	max-width: 600px;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.services-section .bottom-box .title{
	position: relative;
	color: #000000;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.services-section .bottom-box .title.subtitle{
	font-weight: 400;
}
@media (max-width:1199px){
	.services-section .text-box{
		padding: 0px 15px;
	}
	.services-section .text-box .title{
		font-size: 22px;
	}
	.services-section .text-box .subtitle{
		font-size: 18px;
	}
	.services-section .text-box p{
		font-size: 16px;
	}
	.services-section .text-box li{
		font-size: 16px;
		padding: 0px 0px 0px 20px;
	}
	.services-section .information-box{
		margin-top: 30px;
	}
	.services-section .bottom-box{
		margin-top: 30px;
		padding: 30px 0px;
	}
	.services-section .bottom-box .logo-box{
		margin-bottom: 30px;
	}
	.services-section .bottom-box .logo-box img{
		max-height: 90px;
	}
	.services-section .bottom-box .btn-box a{
		height: 50px;
		font-size: 18px;
	}
	.services-section .bottom-box .title{
		font-size: 25px;
	}	
}
@media (max-width:767px){
	.services-section .text-box{
		padding: 0px 15px;
	}
	.services-section .text-box .title{
		font-size: 22px;
	}
	.services-section .text-box .subtitle{
		font-size: 18px;
	}
	.services-section .text-box p{
		font-size: 16px;
	}
	.services-section .text-box li{
		font-size: 16px;
		padding: 0px 0px 0px 20px;
	}
	.services-section .bottom-box .logo-box img{
		max-height: 80px;
	}
	.services-section .bottom-box .btn-box a{
		height: 45px;
		font-size: 16px;
	}
	.services-section .bottom-box .title{
		font-size: 20px;
	}	
}

/*** ### Come Together ###  ***/
.come-together{
	position: relative;
	padding: 50px 0px;
	background: #ddedf7;
	text-align: center;
	margin-top: 30px;
}
.come-together .title{
	position: relative;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.come-together .subtitle{
	position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}
.come-together a.primary-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #c33800;
	border-radius: 16px;
	padding: 15px 35px;
	margin: 15px 0px 0px 0px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000000;
}
.come-together a.primary-btn:hover{
	background: #c33800;
	border-color: #000000;
	color: #FFFFFF;
}
@media (max-width:1199px){
	.come-together{
		padding: 30px 0px;
	}
	.come-together .title{
		font-size: 28px;
	}
	.come-together .subtitle{
		font-size: 20px;
	}
	.come-together a.primary-btn{
		padding: 12px 30px;
		font-size: 18px;
	}	
}
@media (max-width:991px){
	.come-together .title{
		font-size: 25px;
	}
	.come-together .subtitle{
		font-size: 18px;
	}
	.come-together a.primary-btn{
		padding: 10px 25px;
		font-size: 16px;
	}	
}
@media (max-width:991px){
	.come-together .title{
		font-size: 22px;
	}
	.come-together .subtitle{
		font-size: 16px;
	}
	.come-together a.primary-btn{
		font-size: 15px;
	}	
}
@media (max-width:414px){	
	.come-together .subtitle br{
		display: none;
	}
}

/*** ### News ### ***/
.news-section{
	position: relative;
	padding: 30px 0px;
}
.news-section.new{
	margin-top: 50px;
}
.news-section .news-blocks{
	position: relative;
	margin-bottom: 30px;
}
.news-section .news-blocks:last-child{
	margin-bottom: 0px;
}
.news-section .tabs-section{
	position: relative;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	margin-bottom: 20px;
}
.news-section .tabs-section a{
	position: relative;
	margin: 5px 15px;
	border: 1px solid #c33800;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 5px;
	display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	padding: 0px 15px;
	height: 45px;
}
.news-section .tabs-section a:first-child{
	margin-left: 0px;
}
.news-section .tabs-section a:last-child{
	margin-right: 0px;
}
.news-section .tabs-section a:hover{
	color: #FFFFFF;
	background: #c33800;
}
.news-section .title{
	color: #c33800;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.news-section .title.bg{
	position: relative;
	display: block;
    font-size: 20px;
    font-weight: 700;
	margin: 0px;
    padding: 10px 15px;
	color: #FFFFFF !important;
}
.news-section .title.bg{
	background:#c33800;
}
.news-section .news-title{
	position: relative;
	display: block;
	color: #000000;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.news-section .news-subtitle{
	position: relative;
	display: block;
	color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.news-section .boxes{
	position: relative;
	display: block;
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
	margin-top: 30px;
}
.news-section .news-image{
	position: relative;
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-section .news-image img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,
	-webkit-transform .5s ease-in-out;
}
.news-section .boxes:hover .news-image img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*** ### News Articles ### ***/
.news-articles{
	position: relative;
	padding: 30px 0px;
}
.news-articles a{
	color: inherit;
	text-decoration: underline;
}
.news-articles .headline{
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
.news-articles .news-banner{
	position: relative;
	margin-top: 15px;
}
.news-articles .details{
	position: relative;
	padding: 30px 0px;
}
.news-articles .title{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.news-articles .subtitle{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}
.news-articles .link{
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	outline: none;
}
.news-articles .paragraph p{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}
.news-articles .paragraph p a{
	color: inherit;
	text-decoration: underline;
	outline: none;
}
.news-articles .timestemp{
	opacity: 0.5;
}
.news-articles .image-box{
	position: relative;
	margin-bottom: 20px;
}
.news-articles ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	counter-reset: my-awesome-counter;
  }
  .news-articles ul li {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
  }
  .news-articles ul li::before{
	position: absolute;
	content: "-";
	left: 0px;
  }
  .news-articles ul li a{
	position: relative;
	text-decoration: underline;
	color: inherit;
  }
.news-articles ul.counter{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	counter-reset: my-awesome-counter;
  }
  .news-articles ul.counter li {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	counter-increment: my-awesome-counter;
	margin: 0px 0px 5px 0px;
  }
  .news-articles ul.counter li::before {
	content: counter(my-awesome-counter) ". ";
	color: #000000;
	font-weight: 400;
  }
  .news-articles ul.counter li a{
	position: relative;
	text-decoration: underline;
	color: inherit;
  }
  @media (max-width:676px){
	.news-section .news-image{
		height: 220px;
	}
  }
  .article-pagination{
	position: relative;	
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	padding: 30px 0px;
  }
  .article-pagination .items{
	position: relative;
  }
  .article-pagination p{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 5px 0px 0px 0px;
  }
  .article-pagination a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid red;
	color: red;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	outline: none;
  }
  .article-next-page{
	position: relative;
	padding: 15px 0px;
	text-align: center;
  } 
  .article-next-page a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid red;
	color: red;
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	padding: 0px 15px 5px 15px;
	text-decoration: none;
	outline: none;
	text-transform: capitalize;
  }

  /***### Logo Over Hero Section ###***/
.logo-over-hero-section{
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -60px;
	z-index: 1;
	width: 120px;
}
.logo-over-hero-section img{
	position: relative;
	display: block;
	margin: auto;
}
 /*** ### Newsletter Page ### ***/
button.primary-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c33800;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 15px 35px;
    margin: 30px 0px 0px 0px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #000000;
    cursor: pointer;
}

button.primary-btn:hover {
    background: #c33800;
    border-color: #000000;
    color: #FFFFFF;
}
 /*** ### Newsletter Page ### ***/
a.primary-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c33800;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 15px 35px;
    margin: 30px 0px 0px 0px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #000000;
    cursor: pointer;
}

a.primary-btn:hover {
    background: #c33800;
    border-color: #000000;
    color: #FFFFFF;
}


  /*** ### Termine Page ### ***/
  .termine-hero-section{
	position: relative;
	background: url(../images/background/all-images/hell.png) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
  }
  .termine-hero-section .hero-section-image-box{
	position: relative;
	text-align: center;
	padding-bottom: 0px !important;
  }
  .termine-hero-section h1{
	color: #000000 !important;
  }
  /*** ### Termine Page Content ### ***/
  .termine-page-content{
	position: relative;
	padding: 50px 0px;
  }
  .termine-page-content .title{
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 20px 0px;
	border-bottom: 1px solid #000000;
	color: #b96c40;
	font-size: 28px;
	font-weight: 600;
  }
  .termine-page-content .sub-title{
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #000000;
	color: #b96c40;
	font-size: 22px;
	font-weight: 600;
  }
    .termine-page-content .sub-title1{
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #000000;
	color: #8b7b7b;
	font-size: 19px;
	font-weight: 600;
  }
  .termine-page-content .termine-list{
	position: relative;
	background: #e2ecf7;
	padding: 30px 30px;
	margin-bottom: 30px;
  }
  .termine-page-content .termine-list p{
	  color: #000000;
	  font-size: 18px;
	  font-weight: 300;
	  margin: 0px 0px 15px 0px;
	  padding: 0px;
  }
  .termine-page-content .termine-list ul{
	  margin: 0px 0px 30px 0px;
	  padding: 0px;
	  list-style: none;
  }
  .termine-page-content .termine-list li{
	  position: relative;
	  display: block;
	  color: #000000;
	  font-size: 18px;
	  font-weight: 400;
	  margin: 0px 0px 5px 0px;
	  padding: 0px 0px 0px 25px;
  }
  .termine-page-content .termine-list li::before{
	  position: absolute;
	  content: "•";
	  top: 0px;
	  left: 0px;
  }
  .termine-page-content .termine-list li a{
	color: inherit;
	text-decoration: none;
	outline: none;
  }
  .termine-page-content .table-box{
	position: relative;
	margin-bottom: 30px;
  }
  .termine-page-content .table-box table{
	position: relative;
	border: none;
	width: 100%;
	border-collapse: collapse;
  }
  .termine-page-content .table-box table thead td{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	padding: 10px 0px;
	vertical-align: middle;
  }
  .termine-page-content .table-box table tbody td{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding: 10px 0px;
	vertical-align: top;
  }
  .termine-page-content .table-box table tbody td a{
	color: inherit;
	text-decoration: none;
  }
  .termine-page-content .table-box table td:nth-child(1){
	min-width: 175px;
	max-width: 175px;
	width: 175px;
  }
  .termine-page-content .table-box table td:nth-child(2){
	min-width: 220px;
	max-width: 220px;
	width: 220px;
  }
  .termine-page-content .table-box table td{
	border: none !important;
	border-bottom: 1px solid #000000 !important;
  }
  @media (max-width:767px){
	.termine-page-content {
		padding: 30px 0px;
	}
	.termine-page-content .title{
	  font-size: 25px;
	  padding: 10px 0px;
	}
	.termine-page-content .sub-title{
	  font-size: 20px;
	  padding: 10px 0px;
	}
		.termine-page-content .sub-title1{
	  font-size: 17px;
	  padding: 10px 0px;
	}
	.termine-page-content .table-box table thead td{
		font-size: 15px;
	}
	.termine-page-content .table-box table td:nth-child(1){
	  min-width: 120px;
	  width: 120px;
	}
	.termine-page-content .table-box table td:nth-child(2){
	  min-width: 150px;
	  width: 150px;
	}
	.termine-page-content .table-box table tbody td{
	  font-size: 15px;
	}
	.termine-page-content .termine-list{
		padding: 20px 15px;
		margin-bottom: 20px;
	  }
	  .termine-page-content .table-box{
		margin-bottom: 20px;
		overflow: auto;
	  }
	  .termine-page-content .table-box table{
		width: 600px;
	  }
  }


/*** ### Hero Section ### ****/
.hero-section-image-box {
	position: relative;
	padding: 20px 0px;
	text-align: center;
}
.hero-section-image-box img{
	display: block;
	margin: auto;
}
.hero-section-text-box {
	position: relative;
	padding: 50px 0px;
	text-align: center;
}
.hero-section-text-box  h1{
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-shadow: 0px 5px 1px rgba(0,0,0,0.5);
}
.hero-section-text-box  p{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
@media (max-width:1140px){
	.hero-section-text-box  h1 {
		font-size: 35px;
	}
	.hero-section-text-box  p {
		font-size:15px;
	}
}
@media (max-width:767px){
}
@media (max-width:576px) {
}
  /*** ### New Page CSS ### ***/
  .homepage-hero-Image{
	position: relative;
	background-image: url(../images/background/all-images/rot.png);
  }
  .homepage-hero-Image img{
	width: 100%;
}
  /*** ### Home Page Post ### ***/
  .homepage-post{
	position: relative;
	padding: 30px 0px 0px 0px;
	background: #c33800;
  }
  .homepage-post .image-box{
	position: relative;
  }
  .homepage-post .image-box img{
	display: block;
	margin: auto;
  }
  .homepage-post .text-box{
	position: relative;
	padding: 15px 0px 30px 0px;
  }
  .homepage-post .title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
  .homepage-post .subtitle {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
    padding: 0px;
	justify-content: center;
}
  .homepage-post p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 0px;
	justify-content: center;
}
  /*** ### Home Page Blocks ### ***/
  .homepage-blocks{
	position: relative;
	padding: 0px 0px 30px 0px;
	background: #c33800;
  }
  .homepage-blocks.btn-all{
	background: none;
	padding: 15px 0px;
  }
  .homepage-blocks .subtitle {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    padding: 0px;
	text-align: center;
}
  .homepage-blocks p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
    padding: 0px;
	text-align: center;
}
.homepage-blocks .boxes{
	position: relative;
}
.homepage-blocks .boxes .image-box{
	position: relative;
	height: 130px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.homepage-blocks .boxes .image-box img{
	display: block;
	max-height: 120px;
}
.homepage-blocks a.primary-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #c33800;
	border-radius: 16px;
	background: #FFFFFF;
	padding: 15px 35px;
	margin: 30px 0px 0px 0px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000000;
}
@media(max-width:1199px){
.homepage-blocks a.primary-btn{
		padding: 12px 25px;
		margin: 20px 0px 0px 0px;
		font-size: 18px;
	}
}
@media(max-width:991px){
.homepage-blocks a.primary-btn{
		padding: 10px 22px;
		font-size: 16px;
	}
}
@media(max-width:767px){
.homepage-blocks a.primary-btn{
		font-size: 15px;
	}
}
  /*** ### Home Page Post ### ***/
  .homepage-circle-text{
	position: relative;
	padding: 30px 0px;
	text-align: center;
  }
  .homepage-circle-text .text-box{
	position: relative;
	padding: 15px 0px;
	width: 414px;
	height: 414px;
	border-radius: 50%;
	background: #c33800;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;
  }
  .homepage-circle-text .text-box .title {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    padding: 0px;
	text-transform: uppercase;
}
  .homepage-post p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    padding: 0px;
	justify-content: center;
}
  .homepage-post p strong{
	font-weight: 700;
  }
  .homepage-post p .name{
	position: relative;
	display: block;
	margin-top: 15px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
  }

  /***### Gewinnspiel ###***/
  .gewinnspiel-section{
	position: relative;
	border-top: 1px solid #000000;
	padding: 15px 0px;
  }
  .gewinnspiel-section h2{
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
  }
  .gewinnspiel-section h3{
	color: #dc322f;
	font-size: 18px;
	font-weight: 500;
	margin: 0px 0px 15px 0px;
	padding: 0px;
  }
  .gewinnspiel-section p{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 15px 0px;
	padding: 0px;
  }
  .gewinnspiel-section p a{
	text-decoration: underline;
  }
  .gewinnspiel-section .left-box{
	position: relative;
	padding: 20px 0px;
  }
  .gewinnspiel-section .right-box{
	position: relative;
	padding: 20px 0px;
	text-align: left;
  }
  .gewinnspiel-section .right-box img{
	display: inline-block;
  }
  /***### Gewinnspiel ###***/
  .programme-section{
	position: relative;
	border-top: 1px solid #000000;
	padding: 15px 0px;
  }
  .programme-section h2{
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 0px;
  }
  .programme-section h3{
	color: #dc322f;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 0px;
  }
  .programme-section h4{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 0px;
  }
  .programme-section h5{
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-decoration: underline;
  }
  .programme-section p{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 15px 0px;
	padding: 0px;
  }
  .programme-section p a{
	text-decoration: none;
	color: inherit;
  }
  .programme-section .boxes{
	position: relative;
	margin-top: 20px;
  }
  .programme-section .left-box{
	position: relative;
	padding: 0px !important;
  }
  .programme-section .right-box{
	position: relative;
	padding: 0px !important;
  }
  .programme-section .name{
	position: relative;
  }
  .programme-section .profile-image{
	position: relative;
  }
  .programme-section .profile-image img{
	display: inline-block;
  }
  .programme-section .designation{
	position: relative;
  }
  .programme-section .details{
	position: relative;
	margin-bottom: 20px;
  }
  .programme-section .details:last-child{
	margin-bottom: 15px;
  }
  .programme-section .details ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
  }
  .programme-section .details ul li{
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
.programme-section .details ul li::before{
	position: absolute;
	content: "•";
	top: 0px;
	left: 0px;
}