* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	width: auto;
}
body {
	font-size: 19px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	line-height: 1.6;	
	flex-direction: column;
	height: 100vh;
	margin: 0;
	padding: 0;
	hyphens: auto;
}
body.cs-flex-body{
	display:flex;
}
h1 {
	hyphens: auto;
}
h2 {
	font-size: 28px;
	font-weight: 900;
	hyphens: auto;
}
h3 {
	font-size: 20px;
	font-weight: 900;
	hyphens: auto;
}
button:focus {
	outline: none;
}

.spacing-bottom {
	margin-bottom: 50px;
}

.no-shadow {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.shadow {
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.45);
	border-radius: 5px;
}




/* Central Headline Settings
--------------------------*/


.headline-title {
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 15px;
}


.headline-big {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.headline-middle {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 15px;
}


.headline-small {
    font-size: 18px;
}

.headline-center {
    text-align: center!important;
}

.headline-right {
    text-align: right!important;
}


.headline-vertical-middle {
	align-items: center!important;
	padding: 0!important;
}
.headline-vertical-middle .row{
	padding-bottom: 0!important;
}



@media (max-width: 1000px) {
	
	.headline-title {
		font-size: 35px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.headline-big {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.headline-middle {
		font-size: 25px;
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.headline-small {
		font-size: 16px;
	}
	
}

@media (max-width: 800px) {
	
	.headline-title {
		font-size: 35px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.headline-big {
		font-size: 25px;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.headline-middle {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.headline-small {
		font-size: 15px;
	}
	
}

@media (max-width: 500px) {
	
	.headline-title {
		font-size: 28px;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.headline-big {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.headline-middle {
		font-size: 19px;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.headline-small {
		font-size: 13px;
	}
	
}

@media(max-width: 767px){
	.headline-vertical-middle {
	padding: 25px 0!important;
}
.headline-vertical-middle.cs-home-video-banner{
	padding: 0!important;
}
}




/* Central Container Settings
--------------------------*/



.narrow {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.super-narrow {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}


.mb {
	margin-bottom: 50px;
}

.grey-back {
	background: #f6f6f6;	
}

.white-wrapper {
	background: #ffffff;
	padding: 0px 20px 50px 20px;
	border-radius: 10px;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 30%);
	margin-bottom: 50px;
}



/* 
--------------------------*/




/*  header  */
.header_wrapper {
	background: #fff;
	
}
.logo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 5px;
}
.logo_box a img {
	width: 70px;
}
.logo_box img {
	transition: filter 0.5s ease-in-out;
}
.logo_box:hover img {
	filter: brightness(85%);
}
.logo_text {
	white-space: normal;
}
.website-title,
.website-title h1,
.website-title p,
.website-description,
.website-description h2,
.website-description p {
	line-height: 0;
	padding: 0px!important;
	margin: 0;
}
h1.website-title a,
p.website-title a {
	font-size: 25px;
	padding: 0px!important;
	line-height: 35px;
	display: block;
	line-break: normal;
}
h2.website-description a,
p.website-description a {
	font-size: 18px;
	padding: 0px!important;
	line-height: 22px;
	display: block;
	line-break: normal;
}
.navbar-toggler-icon {
	width: auto;
	height: auto;
}
.mainmenu .logo_box a {
	padding: 10px 15px 10px 0;
	margin-left: 0;
	margin-right: 0;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition!important;
	border: 0 solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.mainmenu .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 17px;
	padding: 16px 20px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 800;
	transition: all 0.5s ease-in-out;	
}
.dropdown-toggle::after {
	content: '+';
	position: absolute;
	border-right: 0;
	border-top: 0;
	font-size: 20px;
	top: 47%;
	transform: translateY(-50%);
}
.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
	color: #fff;
	outline: 0;
	transition: all 0.5s ease-in-out;
}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {}
.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {}
.mainmenu .collapse ul ul ul>li:hover>a {}
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
	background: #fff;
	transition: all 0.5s ease-in-out;
}
.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 80px;
	width: 100%;
}
.navbar-nav li.menu-item,
.navbar-nav li.menu-item .menu-link {
	font-weight: 700;
	position: relative;
}
.navbar-nav {
	margin-right: 20px;
}
.navbar-nav li ul {
	display: none;
	transition: 0.5s;
	position: absolute;
	top: 55px;
	right: auto;
	width: auto;
	z-index: 1;
	border: 1px solid rgb(233, 233, 233);
	min-width: 250px;
}
.navbar-nav li:last-child ul {
	right: 0;
}
.menu-item-has-children a {
	position: relative;
}
.menu-item-has-children a::before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: -5px;
	font-size: 16px;
	font-weight: 900;
	transform: translateY(-50%);
	cursor: pointer;
	font-family: "Font Awesome 5 Free";
}
.menu-item-has-children .sub-menu li a::before {
	display: none;
}
.mainmenu ul.sub-menu li.menu-item-has-children a {}
#navbarSupportedContent ul.sub-menu li.menu-item-has-children a {
	display: block!important;
}
.menu-item-has-children span {
	display: none;
}
.navbar-light .navbar-toggler {
	position: relative;
	border: none;
	font-size: 1rem;
	background: rgba(0, 0, 0, .05);
	line-height: 0;
}
.navbar-nav li ul li {
	list-style: none;
	position: relative;
}
.navbar-nav li:hover {
	transition: 0.5s;
}
.navbar-nav li:hover ul {	
	transition: 0.5s;
}
.mainmenu button:hover,
.mainmenu button:focus {
	background: rgba(0, 0, 0, 0);
	outline: none;
}
.mainmenu ul li .sub-menu {
	padding-left: 0px;
	padding-right: 0px;
}
.mainmenu ul li ul li span {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	margin-top: 14px;	
}
.mainmenu ul li ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-99%);
}
.mainmenu ul li .sub-menu li a {
	/*white-space: nowrap;*/
	white-space: normal;
}
.mainmenu ul li .sub-menu.sub-menu_down {
	border: 1px solid #e7e7e7;
	display: block;
}
.navbar-light .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon-cross {
	background-image: none;
	position: relative;
	display: block;
	margin-right: 10px;
}
.navbar-light .navbar-toggler-icon::before {
	content: "\f0c9";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}
.navbar-toggler-icon-cross::before {
	content: "\f00d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}
.cs-page-info {
	margin-bottom: 10px;
}
.cs-page-info p {
	margin-bottom: 10px !important;
}
.bannersection {	
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
}

#headerType-1 .mainmenu ul li ul li ul.sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
 }

.cs-thema-inner-item {
	margin: 0.5%;
	width: 100%;
	transition: filter 0.5s ease-in-out;
}
.cs-thema-inner-item:hover {
	filter: brightness(85%);
}
.video_add {
	position: relative;
}
.banner_info {
	padding-bottom: 0px;
	padding-right: 15px;
}
.headline-vertical-middle .banner_info h3.headline-big{
	margin-bottom: 0;
}
.bannersection p {
	font-size: 28px;
	font-weight: 800;
}

.def_color_prim {
	display: inline;
	padding: 2px 0px 5px;
	-webkit-box-decoration-break: clone!important;
	box-decoration-break: clone!important;
	line-height: 1.3em;
	margin: 0 10px;
	word-break: normal;
}
.def_color_sek {
	display: inline;
	padding: 2px 0px 5px;
	-webkit-box-decoration-break: clone!important;
	box-decoration-break: clone!important;
	line-height: 1.3em;
	margin: 0 10px;
	word-break: normal;
}
.def_white_color {
	color: #ff0000!important;
	display: inline;
	background: #fff!important;
	padding: 2px 0px 5px;
	-webkit-box-decoration-break: clone!important;
	box-decoration-break: clone!important;
	line-height: 1.3em!important;
	margin: 0 10px;
}
.bannersection {
	display: flex;
	align-items: flex-end;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	margin-bottom: 50px;
}

.cs-home-video-banner{
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	/*height: calc(100% - 32px)!important;*/
}
.cs-title-video-wrap{
	width: 100%;
    height: 100%;
 
}
.cs-title-video-wrap video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs-title-video-cont{
	position: absolute;
    bottom: 95px;
    left: 0;
    transform: translateY(0);
    width: 100%;
}
.cs-banner-half-wrap.cs-home-video-banner .cs-title-video-cont{
	bottom: 50px;
}
.cs-title-video-cont h3.big-hero-image{
	margin-bottom: 0!important;
}
.continfo {
	display: flex;
	align-items: center;
	height: 100%;
}


#cs-slogan-text {
	font-weight: 800;
	line-height: 1.5em;
}

.cs-Top-ScrollingWrap{
	display: none;
	background: #ff0000;
	position: relative;
	padding: 8px 0;
}
.cs-Top-ScrollingWrap .cs-TopWrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cs-Top-ScrollingWrap .cs-TopWrap p{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 20px;
	max-width: 1060px;
}
.cs-Top-ScrollingWrap .cs-TopWrap .acceptBtn{
	width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cs-Top-ScrollingWrap .cs-TopWrap .cs-top-bar-btn{
	background: #0021cb;
	font-size: 12px;
	font-weight: bold;	
	padding: 5px 15px;
	border-radius: 15px;
	border: none;
	outline: none;
	color:  #fff;
}
.cs-Top-ScrollingWrap .closeBtn{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #fff;
}
@media(max-width: 1370px){
	.cs-Top-ScrollingWrap .cs-TopWrap p{
		max-width: 950px;
		font-size: 13px;
	}
	.cs-Top-ScrollingWrap .cs-TopWrap{
		align-items: flex-start;
	}
	.cs-Top-ScrollingWrap .closeBtn {
	    top: 0;
	    transform: translateY(10px);
	}
}
@media(max-width: 1199px){
	.cs-Top-ScrollingWrap .cs-TopWrap .acceptBtn{
		width: 15%;
	}
	.cs-Top-ScrollingWrap .cs-TopWrap p{
		width: 65%;
	}
}

@media(max-width: 991px){
	.cs-Top-ScrollingWrap .cs-TopWrap{
		flex-direction: column;
		max-width: 75%;
    	margin: 0 auto;
    	align-items: center;
	}
	.cs-Top-ScrollingWrap .cs-TopWrap p{
		width: 100%;
		margin-bottom: 10px;
	}
	.cs-Top-ScrollingWrap .cs-TopWrap .acceptBtn{
		width: 100%;
		justify-content: center;
	}
	.cs-Top-ScrollingWrap .closeBtn {
	    top: 5%;
	    transform: translateY(0);
	    right: 15px;
	}
}

.def_cont {
	padding: 0px 0px 50px;
}
.more_btn a {
	display: inline-block;
	padding: 5px 15px;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 50%);
	margin-top: 10px;
	border-radius: 3px;
	font-weight: bold;
}
.blue_section {
	margin-bottom: 50px;
}
.blue_section_info.cs-basic-banner .cs-basic-banner {
	padding: 0 5%;
}
.blue_section_info {
	padding: 20px 20px 20px 20px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cs-themen-photo-bg {
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 80%);
	-webkit-box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 80%);
	-moz-box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 80%);
}

.blue_section_left {
	width: 50%;
	padding: 35px;
}
.blue_section_right {
	width: 50%;
	margin: 35px;
	position: relative;
}
.blue_section_right img {
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	border-radius: 5px;
}
.content_info {
	padding: 0px 0 50px;
}
.cs-home-video {
	padding-top: 40px;
}
.add_img {
	padding: 0px 0 25px;
	
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
}
.cs-home-info-img-wrap{
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	margin-bottom: 30px;
	border-radius: 5px;
}
.cs-home-info-img{
	width:100%;
	height:auto;
	object-fit:cover;
	aspect-ratio: 3/2;
	border-radius: 5px;

}
.add_img img {
	width: 100%;
	object-fit: cover;
	display: none;
}

.content_des p {
	margin-bottom: 0;
}
.content_des a {
	color: inherit;
}

.themen-video-text {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: -20px;
}

.video_play_opt {
	padding: 0px 0 0px;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.8);
}

.video_add p {
	color: #00029b;
	text-align: center;
	font-size: 13px;
	padding: 12px 0 0px;
	margin-bottom: 0;
}
.video_play_opt {
	position: relative;
	border-radius: 5px;
}
.play_opt {
	position: relative;
	left: 0;
	top: 0;
	transform: none
}
.play_opt {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
iframe#cs-video-frame, iframe.cs-magnecon-youtube-frame {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: none;
	border-radius: 5px;
}
.play_opt span {
	width: 120px;
	height: 120px;	
	display: flex;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
span.cs-play-btn.pp-video-play-icon.pp-icon i, span.cs-play-btn-youtube.pp-video-play-icon.pp-icon i {
	color: #333;
	font-size: 220px;
	opacity: 0.5;
}
.theme_opt_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.theme_item {	
	color: #fff;
	flex: 0 0 24%;
	text-align: center;
	height: 220px;
	align-items: center;
	display: flex;
	font-size: 2rem;
	align-items: center;
	justify-content: center;
	padding: 12px 12px 24px 12px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-all;
	word-break: break-word;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	border-radius: 5px;
}
.theme_opt {
	padding: 40px 0 60px;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
}
.theme_red {
	background: #ff0000;
}
.theme_blue {
	background: #00029b;
}
.theme_light_blue {
	background: #00476b;
}
.theme_black {
	background: #000;
}
.blog_section {
	padding: 40px 0;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
}
.blog_content {
	display: flex;
	justify-content: space-between;
}
.blog_content_right a {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.blog_content_right a:last-child{
	margin-bottom: 0;
}
.blog_content_left a {
	/*display: block;*/
	width: 100%;
	margin-bottom: 0;
	/*height: 100%;*/
}
.cs-form-msg {
	padding: 15px 0 0 0;
}
.blue_section_info {
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 50%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px;
	border-radius: 5px;
}
.blog_item {
	background-size: cover !important;
	background-position: center center !important;
	margin-bottom: 0;
	position: relative;
	height: 100%;
	width: 100%;
}
.blog_content_right .blog_item{
	margin-bottom: 8px;
}
.blog_section .blog_content_right .blog_item:last-child,.blog_content_right .blog_item:last-child{
	margin-bottom: 0px;
}
.blog_content a,
.blog_content a:hover {
	color: inherit;
}

.blog_content_left {
	flex: 0 0 50%;
	/*display: flex;*/
}
.blog_content_right {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	margin-left: 6px;
}
.blog_item {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 138px 10px 10px;
	border-radius: 5px;
}
.blog_title {
	padding-bottom: 10px;
}
.blog_title h3 {
	margin-bottom: 0;
}
.blog_info {
	width: 100%;
}
.blog_item h2 {
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 15px;
}
.blog_item h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.blog_title a {
	display: inline-block;
	color: #fff;
	background: #ff0000;
	font-weight: 800;
	padding: 0px 12px;
}
.postdate {
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.theme_item h3 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 23px;
	font-weight: 800;
	word-break: break-all;
}
.theme_opt_cont.cs-thema-6 h3 {
	font-size: 25px;
	line-height: 32px;
}
.theme_item h3 a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
.about_section_info {
	color: #00029b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.about_section {
	padding: 40px 0;
	background: #E7E7E7;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
}
.blog_content_left .blog_item h2 {
	font-size: 32px;
}
.homeItemBox h2 {
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
}

.cs-form-msg {
	padding: 15px 0 0 0;
	text-align: center !important;
}
button.def_btn {
	padding: 12px 24px !important;
}
.heading {
	font-weight: 800;
	margin-bottom: 32px;
	font-size: 28px;
}
.contact_details {
	padding: 60px 0;
}
.heading-thema {
	font-size: 28px!important;
	font-weight: 800;
	margin-bottom: 32px;
}
.blog_section .heading,
.heading.faq-section,
.heading.contact_title {
	font-weight: 800;
	margin-bottom: 32px;
	font-size: 28px;
	text-align: center;
}

.contact_title {
	font-weight: 800;
	
}
.heading.contact_title span {
	word-break: break-all;
}
.form-control {
	color: #333333 !important;
	border: 1px solid #ccc;
	border-radius: 2px !important;
	font-size: 17px !important;
	padding: 0.75em !important;
	background: #fff !important;
	outline: 0px !important;
	-webkit-appearance: none;
}
a:hover,
a:focus {
	color: #616161;
}
.form-control:focus {
	border: 1px solid #ccc!important;
	outline: 0px !important;
	box-shadow: 0 0 0 0.2rem transparent !important;
}
::placeholder {
	color: #333333 !important;
	opacity: 1 !important;
}
:-ms-input-placeholder {
	color: #333333 !important;
	opacity: 1 !important;
}
::-ms-input-placeholder {
	color: #333333 !important;
	opacity: 1 !important;
}
.form-check a {
	text-decoration: underline;
	word-break: break-all;
}

a {
	transition: all .2s linear;
}
.def_btn {
	color: #ffffff;
	display: inline-block;
	padding: 7px 24px;
	margin-top: 17px;
	border-radius: 3px;
	font-weight: 800;
	font-size: 17px;
	border: 0px;
	transition: all .2s linear;
}
.def_btn:hover {
	color: #ffffff;
	background: #00029b;
}
.theme_opt_cont.cs-thema-6 {
	flex-wrap: wrap !important;
}
.theme_opt_cont.cs-thema-6 .cs-thema-inner-item {
	flex: 0 0 33.1% !important;
}
.theme_opt_cont.cs-thema-6 .cs-thema-inner-item {
	flex: auto;
	margin: 0 0 .3%;
}
#top-banner-image .row {
	padding-bottom: 5vh;
}
.container {
	padding: 0px;
}
.title_info h3 {
	padding: 5px 0 5px 0;
}
.inner_banner_wrap .container {
	padding: 0px;
}
.person-name {
	margin-bottom: 15px;
}
.person-beschreibung {
	padding-top: 0px!important;
}
.inner_bammer_info {
	display: flex;
	justify-content: space-between;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.inner_banner_wrap {
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 28%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 50px 20px 50px 20px;
	background-color: #F3F3F3;
}
.inner_bammer_left {
	margin: 0px 0px 0px 0px;
	padding: 30px 50px 30px 50px;
	background: #fff;
	width: 40%;
}
.banner_add {
	width: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	position: relative;
}
.inner_banner_wrap {
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 28%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 50px 20px 50px 20px;
	background-color: #F3F3F3;
	background: rgb(255,255,255);
    background: linear-gradient(
180deg
, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}


.heading_title p {
	font-size: 18px;
	font-weight: 800;
	padding: 0px;
	margin: 0px 8px 11px;
}
.inner_bammer_left p {
	font-size: 17px;
	font-weight: 800;
}
.inner_cont_info span.personTopBox {
	font-weight: 800;
	margin-bottom: 0.5rem;
}
.def_text_color {
	color: #f4e804;
}
.def_text_color2 {
	color: #00029b;
}
.def_bg_color {
	color: #ffffff!important;
	display: inline;
	background: #f4e804!important;
	box-shadow: 10px 0 0 #f4e804, -10px 0 0 #f4e804;
	-webkit-box-shadow: 10px 0 0 #f4e804, -10px 0 0 #f4e804;
	-moz-box-shadow: 10px 0 0 #f4e804, -10px 0 0 #f4e804;
	line-height: 1.3em;
	-webkit-box-decoration-break: clone!important;
	box-decoration-break: clone!important;
	line-height: 1.3em!important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.heading_title h2,
{
	font-size: 30px;
	font-weight: 800;
	margin: 0 0 0px 10px;
}

.heading_title h1 {
	font-size: 30px;
	font-weight: 800;

}
.inp_cont_row i {
	font-size: 18px;
}
.inner_content_text {
	padding: 20px 0 0 0;
}
p.inner_def_text {
	padding: 15px 0;
	margin: 0px 0 15px;
}
.cs_inner_address p {
	font-weight: 400;
	font-size: 16px;
}
.inner_cont_info h3 {
	font-family: var( --e-global-typography-b7dedbb-font-family), Sans-serif;
	font-size: var( --e-global-typography-b7dedbb-font-size);
	font-weight: var( --e-global-typography-b7dedbb-font-weight);
	line-height: var( --e-global-typography-b7dedbb-line-height);
	letter-spacing: var( --e-global-typography-b7dedbb-letter-spacing);
	font-weight: 800;
}
.inner_content_wrap {
	padding: 50px 0;
}
.cs-content-area img {
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.52);
}
.cs-editor-img .csContDes img,
.cs-content-area img {
	text-align: center;
	margin: 15px auto;
	display: block;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 80%);
	width: 100%;
	height: auto;
}
.inner_content_wrap p {
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
	line-height: 28px;
	margin: 0px;
}
.inner_content_wrap h2 {
	font-size: 1.7647058823529rem;
	font-weight: 600;
	padding: 1.7rem 0 1em 0;
	margin: 0px;
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
}
.inner_content_wrap h3 {
	font-size: 1.7647058823529rem;
	font-weight: 600;
	font-family: var( --e-global-typography-text-font-family), Sans-serif;
	padding: 1.7rem 0 1em 0;
	margin: 0px;
}
.title_info h3 {
	padding: 1.7rem 0 0 0;
}
.def_bg_color2 {
	font-family: var( --e-global-typography-8994a27-font-family), Sans-serif;
	font-size: var( --e-global-typography-8994a27-font-size);
	font-weight: var( --e-global-typography-8994a27-font-weight);
	line-height: var( --e-global-typography-8994a27-line-height);
	letter-spacing: var( --e-global-typography-8994a27-letter-spacing);
}
.def_bg_color2 {
	margin-left: 10px;
}
.title_info .sub_link {
	display: flex;
	flex-direction: column;
	padding: 1.7rem 0 0;
	font-weight: 600;
}
.sub_link a {
	color: #333333;
	display: inline-block;
	padding: 2px 0;
	font-family: var( --e-global-typography-accent-font-family), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size);
	font-weight: var( --e-global-typography-accent-font-weight);
}
.title_info h3 {
	font-family: var( --e-global-typography-8994a27-font-family), Sans-serif;
	font-size: var( --e-global-typography-8994a27-font-size);
	font-weight: var( --e-global-typography-8994a27-font-weight);
	line-height: var( --e-global-typography-8994a27-line-height);
	letter-spacing: var( --e-global-typography-8994a27-letter-spacing);
}
.inner_prod_item_wrap {
	display: flex;
	padding: 25px 0;
}
.inner_prod_item {
	margin-right: 31px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	flex: 0 0 31.5%;
}
.inner_prod_item {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	flex: 0 0 31.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.inner_prod_item:hover {
	-webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}
.inner_prod_img {
	margin-bottom: 20px;
	position: relative;
	display: block;
	width: 100%;
}
.inner_prod_img a {
	position: relative;
	display: block;
	width: 100%;
}
.inner_prod_item:hover .inner_prod_img a:after {
	opacity: .5;
}
.inner_prod_img a:after {
	display: block;
	content: "";
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
	background-image: linear-gradient( 0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.inner_prod_img img {
	width: 100%;
	display: block;
	height: 250px;
	object-fit: cover;
}
h3.def_bg_color2 {
	margin: 0px 10px !important;
	padding: 5px 0;
}
.inp_cont_row {
	font-size: 16px;
	font-weight: 400;
	padding: 8px 0px 8px;
}
.cs-prsn-social .inp_cont_row,
.cs-cont-social .inp_cont_row {
	display: flex;
	align-items: center;
}
.cs-prsn-social a.cs-soc-item,
.cs-cont-social a.cs-soc-item {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}
.scroll-top {
	position: fixed;
	bottom: 25px;
	right: 20px;
	display: none;
}
.scroll-top i {
	display: inline-block;
	color: #FFFFFF;
}
.cs-home-video {}
.cs-prsn-social a.cs-soc-item i,
.cs-cont-social a.cs-soc-item i {
	font-size: 15px;
}
.secondary a *,
.site-footer a *,
.site-header a *,
a {
	transition: all .2s linear;
}
.inner_prod_desc h4 {
	color: var( --e-global-color-secondary);
	font-family: var( --e-global-typography-primary-font-family), Sans-serif;
	font-size: var( --e-global-typography-primary-font-size);
	font-weight: var( --e-global-typography-primary-font-weight);
	color: #00029b !important;
	padding: 0px;
	margin: 0px;
}
.inner_prod_desc {
	padding: 0 15px 15px;
}
.inner_prod_desc h4 a {
	text-decoration: none;
	line-height: 25px;
}
.inner_prod_desc h3.personBottomBoxHeading {
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	font-weight: bold;
}
.date_info {
	padding: 10px 0px 0;
	font-size: 13px;
	font-weight: 800;
	color: #adadad !important;
}
.inner_prod_item {
	position: relative;
}
.badge {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	font-family: var( --e-global-typography-accent-font-family), Sans-serif;
	font-weight: var( --e-global-typography-accent-font-weight);
	border-radius: 0px !important;
	margin: 20px;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 12px !important;
}
.inner_bammer_left p.nopad.def_text_color_prim {
	margin-left: 0px;
}

.social_section .inp_cont_row a i {
	color: #fff !important;
}
.social_section .inp_cont_row a {
	text-align: center;
	width: 30px;
	height: 30px;
	color: #fff !important;
	display: inline-block;
	margin: 0 2px 5px 0;
	border-radius: 50%;
	padding: 6px;
}
.blog_section_groups {
	background-color: transparent!important;
	box-shadow: none;
	padding: 0px;
}
.blog_section_groups .blog_item {
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
}
.banner_gruppen {
	padding: 300px 0;
	margin-bottom: 50px;
	position: relative;
	transition: 0.5s;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
}
.banner_wrapper {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	transition: 0.5s;
}
.banner_titl {
	font-size: 55px;
	font-weight: 800;
	pointer-events: none;
}
.content_wrapper {
	margin-top: 50px;
}
.main_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0px 0 0px 0;
}
.main_wrap1 {
	align-items: flex-start;
	justify-content: flex-start;
}
.img_wrap {
	width: 30%;
	margin-right: 25px;
	position: relative;
}
.box_wrap {
	width: 65%;
}
.box_wrap p.groupBoxSami {
	font-size: 1.25rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}
.main_text,
.main_text .gruppen_sub_text {
	margin-bottom: 0.5rem;
	font-weight: 800;
	font-size: 30px;
}
.main_text .top_para_link {
	display: block;
	font-style: italic;
	color: #F90E0E;
}
.main_text .top_para_link:hover {
	color: #616161;
}
.inner_para {
	font-size: 16px;
	line-height: 27px;
}
.top_sec_para {
	font-size: 17px;
	line-height: 27px;
}
.rular {
	border: 1px solid #DBDBDB;
	margin: 50px 0;
	width: 100%;
}
.box_panel {
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-bottom: 35px;
	position: relative;
}
.box_panel p {
	margin-bottom: 0;
}
.box_panel .list_main {
	font-size: 18px;
	font-weight: 800;
	text-transform: capitalize;
}
.box_panel ul {
	margin-left: 0;
	padding: 15px 0 0 0;
}
.box_panel ul li {
	list-style: none;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
}
.toc-h2 i {
	font-size: 10px !important;
}
.box_panel ul li i {
	margin-right: 8px;
	font-size: 8px;
	margin-top: 8px;
}
.list_one {
	color: #333;
	font-size: 18px;
}
.list_one:hover {
	text-decoration: underline;
}
.blog_main_section h2 {
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 20px;
}
.blog_main_section p {
	font-weight: 800;
	margin-bottom: 20px;
	margin-top: 30px;
}
.blog_page_wrap {
	margin-top: 50px;
	margin-bottom: 50px;
}
.video_sec {
	margin-top: 30px;
	margin-bottom: 30px;
}
.main_wrap1 .main_text .blog_sub_text {
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	display: block;
}
.main_wrap1 .img_wrap {
	width: 25%;
	position: relative;
}
.main_wrap1 .box_wrap .blog_sub_text_date {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.main_wrap1 .box_wrap .inner_para_blog {}
.cs-blog-date-thema-footer {
	color: #333333;
}
.img_box_main_head {
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline-block;
	font-size: 28px;
	font-weight: 900;
}
.blog_middle_para_sec {
	font-weight: 400;
	font-size: 17px;
	color: #333;
	line-height: 28px;
	margin-bottom: 30px;
}
.blog_section1 .blog_box1 {
	margin-bottom: 25px;
}
.blog_box_left {
	margin-bottom: 0;
	height: 100%;
	position: relative;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 50%);
}
.blog_box_inner {
	position: absolute;
	bottom: 3%;
	left: 5%;
}
.blog_box_left img {
	height: 100%;
	object-fit: cover;
}
.blog_section1 {
	margin-bottom: 20px;
}
.blog_box_left h2 {
	margin-bottom: 15px;
	font-size: 17px;
}
.blog_box_left .main_text {
	margin-bottom: 15px;
}
.blog_box_left .main_text,
.blog_box_left .main_text .blog_sub_text {
	font-size: 26px;
}
.themaBlogCommBox h3 {
	margin-bottom: 0;
}
.blog_box_left h5 {
	font-size: 17px;
}
.blog_box_left p {
	font-size: 17px;
	margin-bottom: 0;
}
.video_section {
	position: relative;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
}


.right-blog-box-inner {
	height: 265px;
}

.video-wrapper-absolute {
	position: fixed;
	top: 10px;
	left: 10px;
	transition: 0.5s;
	width: 340px;
	z-index: 1;
	box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 11px 2px rgba(0, 0, 0, 0.75);
}
.video-wrapper-absolute .video_play_opt {
	margin: 5px;
}
.video-wrapper-absolute span.cs-play-btn.pp-video-play-icon.pp-icon i, .video-wrapper-absolute span.cs-play-btn-youtube.pp-video-play-icon.pp-icon i {
	font-size: 140px;
}
.video-wrapper-absolute iframe {
	height: auto;
}
.close_btn {
	display: none;
}
.video-wrapper-absolute .close_btn {
	position: absolute;
	top: -12px;
	right: -12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	transition: 0.5s;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.video-wrapper-absolute .close_btn img {
	width: 11px;
}
.csContDes {
	margin: 0px 0 20px 0;
	padding-left: 15px;
	padding-right: 15px;
}
.blogcontent {
	max-width: 950px;
}
.single_post_top_wrap {	
	text-align: center;
	margin: 0 auto 0;
}
.single_post_top_wrap h1 {
	font-size: 45px;
	font-weight: 800;
}
.single_post_top_wrap h3 {
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single_post_top_wrap p.dateAuthor {
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single_post_top_wrap p.dateAuthor .cs-Right-line {
	border-right: 1px solid #B1B1B187;
}
.single_post_top_wrap p.dateAuthor span {
	margin: 0 10px;
	padding-right: 10px;
}


.cs-social-share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.cs-social-share a {
	border: 1px solid #000;
	margin: 0 5px;
}
.cs-social-share a.crunchify-facebook {
	border: 2px solid #3b5998;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cs-social-share a:hover {
	-webkit-filter: saturate(1.5) brightness(1.2);
	filter: saturate(1.5) brightness(1.2);
}
.cs-social-share a.crunchify-facebook .fab {
	background: #3b5998;
	padding: 7px 10px;
	color: #fff;
}
.cs-social-share a.crunchify-facebook span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	padding: 0 10px;
	color: #3b5998;
}
.cs-social-share a.crunchify-twitter {
	border: 2px solid #1da1f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cs-social-share a.crunchify-twitter .fab {
	background: #1da1f2;
	padding: 7px 10px;
	color: #fff;
}
.cs-social-share a.crunchify-twitter span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	padding: 0 10px;
	color: #1da1f2;
}
.cs-social-share a.crunchify-linkedin {
	border: 2px solid #0077b5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cs-social-share a.crunchify-linkedin .fab {
	background: #0077b5;
	padding: 7px 10px;
	color: #fff;
}
.cs-social-share a.crunchify-linkedin span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	padding: 0 10px;
	color: #0077b5;
}
.singel_page_bottomsec {
	margin-top: 25px;
	margin-bottom: 70px;
}
.cs-single-image_body {
	margin-bottom: 15px;
}
.cs-single-image_body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	max-height: 600px;
	-webkit-box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 55%);
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 55%);
	border-radius: 5px;
}

.single_post_top_wrap h3 .cs-Right-line {
	border-right: 1px solid #B1B1B187;
}
.single_post_top_wrap h3 span {
	margin: 0 10px;
	padding-right: 10px;
}

.contact_top_sec {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 28%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 50px 20px 50px 20px;
}
.address_wrap {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #ccc;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5); 
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 50px 30px 50px;
	background-color: #fff;
	border-radius: 5px;
}
.address_wrap h1 {
	font-size: 35px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 800;
}
.address_wrap p,
.blog_para {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 17px;
	color: #333;
	line-height: 30px;
}
.address_wrap p span i {
	font-size: 20px;
	margin-right: 15px;
}
.address_wrap h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.blog_main_top_sec {
	padding: 50px 0 30px 0;
}
.cont_top_btn {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #ffffff;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 17px;
	font-weight: bold;
}
.cont_top_btn .btn.focus,
.btn:focus {
	box-shadow: none;
}
.blog_para {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog_main_middle_sec img {
	height: 375px;
	object-fit: cover;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
}
.blog_main_middle_sec {
	padding: 0 0 40px 0;
}
.blog_main_middle_sec:first-child {
	padding: 0;
}
.semi_text {
	font-weight: 500;
}
.font_300 {
	font-weight: 300;
}
.top-title-section {
	margin-top: 4em;
	margin-bottom: 4em;
}
.top-title-section h1 {
	font-weight: 400;
}
.blog_wrapper {
	padding-bottom: 60px;
}
.footer {
	background-color: #002647;
	padding: 15px 0;
}
.footer_text_color {
	color: #fff;
}
.footer a {
	font-size: 14px!important;
}
.footer_left {
	width: 40%;
}
.footer_left a {
	font-weight: 800;
}
.footer_middle {
	width: 20%;
}
.footer_middle .cs-cont-social h3 {
	text-align: center;
}
.footer_middle .cs-cont-social .inp_cont_row {
	justify-content: center;
}
.footer_right {
	width: 40%;
}
.footer_right ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
	margin-right: 60px;
	flex-wrap: wrap;
}
.footer_right ul li {
	margin: 0 10px 10px 10px;
}
.footer_right ul li a {
	padding: 0 10px;
	color: #fff;
}
.footer_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.footer_left a:hover {
	color: #fff;
}
.blog_wrapper_section {
	margin-top: 50px;
}
.blog_btn {
	display: inline-block;
}
.top_section_inner {
	margin-top: 20px;
	margin-bottom: 20px;
}
.top_section_inner p {
	margin-bottom: 2em;
}
.top_section_inner p.cs-thema-short {
	margin-bottom: 0;
}
ul.cs-person-grp {
	list-style-type: none;
	padding-left: 0px;
}
.cs-person-grp li {
	list-style: none;
	display: flex;
	align-items: center;
}
.cs-person-grp li h3 {
	padding: 0;
}
.cs-person-grp i {
	margin-right: 8px;
	font-size: 8px;
}
.title_info h3.selectGroupenList {
	margin: 0;
	padding: 0;
}
h2.personBottomBoxMainHeading {
	margin-bottom: 0;
	padding: 0;
	font-size: 22px;
}
.cs-prsn-ext-hdng {
	padding: 1.7rem 0 0 0 !important;
	font-size: 17px !important;
	margin: 0 !important;
}
.cs-prsn-ext-hdng span {
	font-weight: 700;
}
.meinebeitraege {
	margin-top: 25px;
}
.inner_prod_item_wrap .row {
	width: 100%;
}
.cs-thmblog-wrap {
	margin-bottom: 40px;
}
.cs-thmblog-wrap-1 {
	margin-bottom: 30px;
}
.csContDes-1 {
	padding-right: 0;
	padding-left: 0;
}
.cs-editor-img,
.csContDes img,
.cs-content-area img {
	display: block;
	margin: 30px auto;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.8);
	vertical-align: middle!important;
	width: 100%;
	height: auto;
	border-radius: 5px!important;
}
.cs-prsn-phn,
.cs-prsn-email {
	word-break: break-all;
}
.cs-pagi-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.cs-pagi-wrap .navigation li a,
.cs-pagi-wrap .navigation li a:hover,
.cs-pagi-wrap .navigation li.active a,
.cs-pagi-wrap .navigation li.disabled {
	text-decoration: none;
}
.cs-pagi-wrap .navigation li {
	display: inline;
}
.cs-pagi-wrap .navigation li a,
.cs-pagi-wrap .navigation li a:hover,
.cs-pagi-wrap .navigation li.active a,
.cs-pagi-wrap .navigation li.disabled {
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
.cs-pagi-wrap .navigation li a:hover,
.cs-pagi-wrap .navigation li.active a {}
.erroe_heading_wrap {
	padding: 50px;
	text-align: center;
	margin-bottom: 20px;
}
.erroe_heading_wrap h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em!important;
	pointer-events: none;
}
.error_page {
	margin-bottom: 50px;
}
.error_page p {
	margin-bottom: 1.75em;
	font-size: 29px;
	font-weight: 800;
}
.error_page .cs-404-btn {
	font-size: 17px;
	font-weight: 800;
	text-align: center;
	display: block;
	margin: auto;
	text-align: center;
	transition: all .3s;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	border-radius: 3px;
	padding: 12px 24px;
	width: 27%;
}
.error_page .cs-404-btn:hover {
	border: none;
	outline: none;
	box-shadow: none;
}
.author_details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 5em 0 3.3em;
}
.author_details .textBx {
	width: 80%;
}
.author_details .textBx h1 {
	font-size: 2.5rem;
	font-weight: 700;
}
.author_details .textBx p {
	font-size: 1.42857rem;
	line-height: 1.65;
	font-weight: 300;
}
.author_details .imgBx {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.author_details .imgBx img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cs_prsn_list_wrap {
	margin-top: 0px;
}


.cs_prsn_list_wrap img {
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	aspect-ratio: 1/1;
    object-fit: cover;
}
.person_layout_wrap_1 .img_wrap img{
	width: 100%;
}

.person_layout_wrap_3 .inp_cont_row{
	justify-content: flex-end;
}
.cs-blog-grp-asch {
	margin-bottom: 50px;
}
.cs_prsn_list_wrap .heading {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 32px;
	font-size: 28px;
}
.cs-thema-page-ban {
	margin-top: 50px;
}
.cs-person-cont {
	padding-bottom: 20px;
}
.cs_foto_links {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.cs-person-cont p {
	padding-bottom: 20px;
}
.cs-person-cont h2,
.cs-person-cont h3 {
	padding-bottom: 5px;
	padding-top: 0px;
}
.bottomBxImg {
	padding: 40px 0;
}
.footer_topImg_wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.footerTopImgBx {
	margin-right: 15px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.55);
}
.footerTopImgBx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cs-ft-banner-link {
	display: block;
	width: 100%;
	height: 100%
}
#accordionExample .card-body p {
	color: #333333
}
.footerTopImgBx:last-child {
	margin-right: 0;
}
#accordionExample {
	padding: 25px 0px;
}
.cs-home-faq-wrap #accordionExample,
.cs-home-faq-inner #accordionExample {
	padding: 0px 0px;
}
.cs-home-faq-wrap {
	margin-top: 40px;
}
.cs-home-faq-inner {}
.cs-home-faq-wrap .cs-faq-title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.cs-home-faq-grp-asch .heading {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 32px;
	font-size: 28px;
}
@media (max-width: 991px) {
	.cs-home-faq-grp-asch .heading {
		font-size: 20px;
	}
	.cs_prsn_list_wrap .main_wrap {
	    padding: 0px 15px 0px 15px;
	}
}
.faq-zeichen {
	float: right;
	position: absolute;
	top: 0%;
	right: 0%;
	margin-right: 20px;
	margin-top: 15px;
	font-weight: 800;
}
#accordionExample .card {
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, .125);
}
#accordionExample .card-header {
	cursor: pointer;
}
#accordionExample .card-header h3 {
	font-size: 20px;
}
.footer_banner_title {
	color: #fff;
}
.card-header {
	padding: 15px 40px 15px 20px;
}
.tribe-events-single-section {
	display: flex;
	width: 100% !important;
	justify-content: center;
}
.tribe-events-event-image img {
	display: block;
	width: auto;
	height: auto;
}
.tribe-events-single-event-title {
	display: inline-block;
}
.custom-event-header {
	position: relative;
	bottom: 25px;
	text-align: center;
}
.custom-event-header h1 {
	font-size: 55px;
	font-weight: 800;
}
.cs-home-event-wrap {
	margin-bottom: 50px;
}
.cs-home-event {
	border: 1px solid #dadada;
	padding: 25px;
	border-radius: 5px;
}
.cs-home-event .dateTimeSec {
	font-size: 14px;
}
.cs-home-event .dateTimeSec span {
	border-left: 2px solid;
	padding-left: 10px;
	margin-left: 5px;
}
.eventInnerSec h3 {
	font-size: 22px;
	line-height: 28px;
	margin: 5px 0 10px!important;
}
.eventInnerSec button {
	border-radius: 0;
	padding: 5px 0px;
	border-radius: 3px;
	font-weight: 800;
	font-size: 17px;
}
.eventarchivebtn {
	border-radius: 0;
	padding: 5px 0px;
	margin: 0 auto;
	display: block;
	border-radius: 3px;
	font-weight: 800;
	font-size: 17px;
}
.eventarchivebtn {}
.eventDesc {
	margin-bottom: 40px;
}
.button-small,
.button-small-grey {
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-weight: 800;
	padding: 5px 10px;
	font-size: 13px;
}
.button-small:hover,
.button-small-grey:hover {
	color: #fff;
}
.button-small-grey {
	background: #dadada;
	color: #333333
}
.button-small-grey:hover {
	background: #eeeeee;
	color: #333333;
}
.cs-thema-loadMore {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: auto;
}
.cs-home-social {
	margin-bottom: 50px;
	padding: 50px 0px 50px;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
	margin-bottom: 50px;
}
.cs-home-social-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.centere-item,
.cs-home-heading-h2,
.cs-inner-heading-h2 {
	text-align: center;
	margin-bottom: 30px;
}
.cs-home-social-wrap i {
	color: #fff;
	font-size: 30px;
}
.cs-home-social-wrap a.cs-soc-item {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.cs-thema-blog-list-header {
	text-align: center;
}
.footer-wrap {
	width: 100%;
	margin-top: auto;
}
.cs-active-mobile-menu .navbar-nav li:last-child ul {
	right: auto;
}
.cs-active-mobile-menu .navbar-nav li ul {
	display: none;
	transition: 0.5s;
	position: unset;
}
.cs-active-mobile-menu.mainmenu ul li ul li ul.sub-menu {
	position: unset;
	left: 0;
	top: 0;
	transform: translateX(0);
}
.cs-active-mobile-menu.mainmenu ul li ul li ul.sub-menu {
	position: unset;
	transform: translateX(0);
}
.cs-active-mobile-menu #navbarSupportedContent ul.sub-menu li.menu-item-has-children a {
	display: inline-block!important;
	position: relative;
}
.cs-active-mobile-menu #navbarSupportedContent ul.sub-menu li.menu-item-has-children ul li a {
	padding-left: 35px;
}
.cs-active-mobile-menu.mainmenu ul li .sub-menu.sub-menu_down {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 0;
	border-left: 0;
}
.cs-active-mobile-menu.mainmenu .menu-item-has-children a::before {
	display: none;
}
.cs-active-mobile-menu.mainmenu .menu-item-has-children span {
	display: inline-block;
	top: 2px;
	position: relative;
}
.cs-active-mobile-menu.mainmenu ul li ul li span {
	position: relative;
	top: 2px;
}
.cs-active-mobile-menu #navbarSupportedContent {
	text-align: center;
}
.cs-active-mobile-menu .menu-item a,
.cs-active-mobile-menu .menu-item i {
	font-size: 22px !important;
}
.cs-home-sponsore-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cs-home-sponsore-item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding-top: 20px;
}
.cs-footer-sponsore {
	padding: 40px 0;
}
.cs-sponsore-img {
	max-width: 150px;
	max-height: 100px;
	width: auto;
	height: auto;
}
.cs-disable-front {
	display: none !important;
}
.cs-inhalt-panel .toc li.toc-h3 {
	padding-left: 10px;
}
.cs-ref-icon {
	display: inline !important;
	width: 32px !important;
	height: 25px !important;
	padding: 0 !important;
	margin: 0 !important;
}
#captchaimg {
	width: 110px;
	height:38px;
	display: inline !important;
	margin: inherit;
}
.form-group.cs-captcha-sec {
	display: flex;
	justify-content: flex-start;
}
.cs-captcha-item{
	display:flex;
	align-items: center;
    justify-content: space-between;
}
.cs-captcha-item-inp {
	margin-left: 20px;
}
.csFormLoad {
	opacity: 0.4;
}
.csInLoaderCont {
	margin: 0px auto !important;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none !important;
	width: 40px !important;
	height: 40px !important;
}
.themImgBox .theme_item {
	background-repeat: no-repeat;
	background-position: center center;
	align-items: flex-end;
	background-size: cover;
	border-radius: 5px;
}
h2.themaImgtitle {
	font-size: 18px;
}
.cs-home-group-wrap {
	display: block;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
}
.cs-home-group-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cs-home-grup-list {
	border-bottom: 1px solid #E7E7E7;
	list-style: none;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
}
.cs-home-group-icon a i {
	color: #fff;
}
.cs-home-group-title,
.cs-home-group-title a {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
.cs-home-group,
.cs-page-group {
	padding: 40px 0px 60px;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
}
.cs-content-area .wp-block-image img {
	height: auto;
}
.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
	margin-top: 5px;
}
.commonSpaceing {
	padding: 50px 0!important;
	margin: 0!important;
}
.content_styles .card-header h3 {
	margin-top: inherit;
}
.cs_video_section_post {
	box-shadow: none;
}
.cs-content-area p {
	margin-bottom: 1.6em;
}
.cs-content-area h2,
.cs-content-area h3,
.cs-content-area h4,
.cs-content-area h5,
.cs-content-area h6,
.cs-person-cont h2,
.cs-person-cont h3,
.cs-person-cont h4,
.cs-person-cont h5,
.cs-person-cont h6 {
	font-weight: 800;
}

.cs-content-area h2 {
	margin-bottom: 15px;
	font-size: 28px;
}

.cs-content-area h3 {
	margin-bottom: 15px;
	font-size: 25px;
}


.singelUserBx {
	margin-bottom: 50px;
}
.singelUserBx .contentWrapperBx {
	border: 1px solid #e1e2e3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}
.singelUserBx .contentWrapperBx .left {
	width: 30%;
}
.singelUserBx .contentWrapperBx .right {
	width: 69%;
}
.singelUserBx .contentWrapperBx .imgBx {
	width: 260px;
	height: 260px;
	position: relative;
	overflow: hidden;
	/*margin: 15px;*/
}
.singelUserBx .contentWrapperBx .imgBx img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.singelUserBx .contentWrapperBx .contentBx {
	padding-right: 30px;
}
.singelUserBx .contentWrapperBx .contentBx h2, .singelUserBx .contentWrapperBx .contentBx .cs-prsn-position {
	font-size: 20px;
	margin-bottom: 10px;
}
.singelUserBx .contentWrapperBx .contentBx h3, .singelUserBx .contentWrapperBx .contentBx .cs-prsn-position {
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 18px;
	display: block;
}
.singelUserBx .contentWrapperBx .contentBx h3 a, .singelUserBx .contentWrapperBx .contentBx .cs-prsn-position a {
	font-size: 19px;
	display: inline-block;
}
.singelUserBx .contentWrapperBx .contentBx p {
	font-size: 17px;
	margin-bottom: 10px;
}
.singelUserBx-wrap .singelUserBx .contentWrapperBx .contentBx h3, .singelUserBx-wrap .singelUserBx .contentWrapperBx .contentBx  .cs-prsn-position {
	font-size: 16px;
}
.cs-singelUserBx-cont {
	border: none !important;
}
.cs-full-right-box {
	width: 100% !important;
}
.cs-hide-item {
	display: none !important;
}
.cs-embed-player {
	text-align: center;
}
.cs-embed-bg {
	padding: 20px;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 10px 20px -10px #000000;
	-webkit-box-shadow:0px 10px 20px -10px #000000;
}
.cs-embed-banner-text {
	text-align: center;
}
.cs-banner-main-full-wrap {
    width: 100%;
    margin-bottom: 50px;
    min-height: 100%;
    
}
.cs-main-half-wrap{
	width: 100%;
}
.cs-banner-full-wrap{
	
	height:100%;
	min-height:600px;
	}
	.cs-banner-half-wrap{
	min-height:600px;
	height:50%;
	}
/* 28/12/21 */
.menuOne .logo_box{
	justify-content: flex-start;
}
.menuOne {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menuOne .footer_middle{
	width: auto;
	display: flex;
	align-items: center;
}
.menuOne .footer_middle a{
	padding: 0;
}

.navBackSec .mainmenu{
	min-height: 0;
}
.menuOneTop{
	-webkit-box-shadow: 0px -1px 19px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px -1px 19px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 19px 0px rgb(0 0 0 / 20);
}
.cs-search-icon, .cs-search-button{
	color:#b3b3b3;
}
#headerType-2 .maxw{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
#headerType-2 .mainmenu{
	background: #fff;
	padding: 0 15px;
}
#headerType-2 .cs-search-header-form {
    right: 45px;
}
.cs-header-cont {
    margin-right: 50px;
}
#headerType-2{
box-shadow:none;	
}
#headerType-2 .mainmenu{
	webkit-box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 30%); 
    box-shadow:  0px 10px 20px -10px rgb(0 0 0 / 30%);
	border-radius: 5px;
}
.tribe-events-view{
	margin-top: 50px;
}
.admin-bar #headerType-2{
	top:32px !important;
}
 /*.header-default-one #top-banner-image {
    align-items: center;
}*/

/************Owl*****************/

.cs-related-post-wrap{
    margin-bottom: 30px;
}


.cs-home-gallery, .cs-related-post-wrap{
    position: relative;
}
    .cs-related-post-wrap .owl-stage{
	margin:0 auto;
	
	}

       
		
		.custom-nav{
		  position: absolute;			
            top: 46%;
            left: 0;
            right: 0;
			}
			.cs-related-post-wrap  .custom-nav {            		
            top: 34%; 
			left: -52px;
			right: -52px;
			}
            .custom-nav .owl-prev, .custom-nav .owl-next {
                position: absolute;
                height: 50px;
				width: 50px;
				padding: 10px !important;
                color: inherit;
                background: rgb(255, 255, 255, 1) !important;
                border: none;
                z-index: 100;
				border-radius:50% !important;
			}
                .custom-nav i {
                    font-size: 2rem;
                    color: #000;
                }
				.cs-related-post-wrap .custom-nav i {                    
                    color: #8c8c8c;
                }
            

            .custom-nav .owl-prev {
                left: 0px;
            }

            .custom-nav .owl-next {
                right: 0px;
            }


.cs-related-post-item {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 30%);
	border-radius: 5px;
	margin-bottom: 20px;
}


    .cs-rel-imgBox{
    	position: relative;
    	margin-bottom: 10px;
		box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }
    .cs-rel-cat-wrap{
    	position: absolute;
	    top: 15px;
	    left: 15px;
		font-size:14px;
	    display: flex;
	    align-items: center;
	    padding: 1px 5px;
	    flex-wrap:wrap;
		right:15px;
    }
	.cs-thema-blog-list-header>p {
    font-weight: 800;
}
    .cs-rel-cat-wrap a{
	 margin-right: 3px;
	background: rgba(255,255,255,0.8);
	padding:5px;
	display:inline-block;
	margin-bottom:5px;
    	font-size: 14px;
	    line-height: 14px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
    }
    .cs-rel-imgBox img{
    	height: 232px;
    	object-fit: cover;
    }
    .cs-rel-contBox .cs-rel-meta .cs-rel-author,.cs-rel-contBox .cs-rel-meta .cs-rel-date{
    	font-size: 13px;
    	font-weight: 400;
    	margin-bottom: 5px;
    	display: inline-block;
    }
	 .cs-rel-author{
	 padding-right:7px;
	position:relative;
	}
	.cs-rel-author::after {
    content: "|";
    position: absolute;
    right: -4px;
    color: #8c8c8c;
}
    .cs-rel-contBox .cs-rel-meta .cs-rel-post-title{
    	margin-bottom: 10px;
    	min-height: 75px;
    	display: block;
    	font-weight: bold;
    }
    .cs-rel-contBox .cs-rel-meta p{
    	font-size: 17px;
    	line-height: 24px;
    	margin-bottom: 15px;
		color:#333333;
    }
    .cs-rel-contBox .cs-rel-meta a.cs-post-rel-btn{
    	font-size: 13px;
	    background: #ececec;
	    color: #504545;
	    display: inline-block;
	    padding: 8px 5px 8px 10px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
    }
    .cs-rel-contBox .cs-rel-meta a.cs-post-rel-btn span{
    	margin-right: 5px;
    }
    .leftTextWrap{
    	height: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
    }
	.cs-right-thema-wrap{
		height: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	position: relative;
	}
	.super-narrow .cs-right-thema-wrap,.narrow .cs-right-thema-wrap{
		height: auto;
	}
    .singlePblog{
    	background: #fff;
	    padding: 20px;
    	-webkit-box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 30%);
    	box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 30%);
		border-radius: 5px;
		margin-bottom: 50px;
    }
    .singlePblog h2{
    	text-align: center;
    	margin-bottom: 30px;
    }
    .leftTextWrap p{
    	margin-bottom: 25px;
    }
    
.cs-thema-box-btn{
		font-size: 14px;
		color:#000;
	    display: inline-block;
	    padding: 5px 10px;
	    font-weight: 600;
	    text-transform: uppercase;
	    letter-spacing: 1px;
}
#captchaimg #captcha {
    background: #216a91;
	padding:4px 0px;
}
.custom-event-header h1{
	padding: 5px 10px 5px 15px;
}
.footerTopImgBx img, .wp-post-image,.inner_prod_img img,.imgBx img,.cs-embed-player,.tribe-events-calendar-list__event-featured-image, .cs-post-thema-box-img, .img_wrap img {
    border-radius: 5px;
	
}
.cs-magz-blog-1 .blog_content_left{
	flex: 0 0 100%;
}
.cs-magz-blog-1 .cs-magz-blog-2{
	flex: 0 0 50%;
}
.cs-magz-blog-1 .blog_item{
	aspect-ratio: 4/2;
}
.cs-magz-blog-2 .blog_item{
	aspect-ratio: 3/2;
}
#consentModal .modal-header{
	display: block;
}

#consentModal .modal-title{
	margin-bottom: 0px !important;
	font-weight: 800;
}
.cs-cons-error{
	display: none;
}
.cs-cons-error{
	color: #e60000;
	text-align: center;
    margin-top: 12px;
}
.single-post .content_wrapper{
	max-width: 1140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.single-post .contentWrapperBx  .right {
    width:65%;
}
.copy-right-mobile{
	display: none;
}
.bannersection {
	position: relative;
}
.copy-right-desktop,.copy-right-mobile{
	position: absolute;
    bottom: 4px;
    right: 4px;
}
.cs-image-copyright-wrap,.cs-image-copyright-item{
	margin-bottom: 0;
}
.cs-copyright-img-wrap .cs-image-copyright-text{
	background-color: rgba(0,0,0,.1);
	color: rgba(255,255,255,.75);
	font-size: 10px;
	line-height: 10px;
	padding: 2px 4px 3px;
	border-radius: 2px;
	font-weight: 500;
	letter-spacing: .1px;
}
.cs-image-copyright-wrap .cs-image-copyright-text{
	background-color: rgba(0,0,0,.1);
	color: rgba(255,255,255,.75);
	font-size: 10px;
	padding: 2px 4px 3px;
	border-radius: 2px;
	font-weight: 500;
	letter-spacing: .1px;
}
.blue_section_info .blue_section_right,.content_info .cs_foto_links,.themImgWrap .themImgBox {
	position: relative;
}
.blue_section_info .cs-copyright-img-wrap,.cs-copyright-img-wrap{
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.cs-footer-sponsore .cs-home-sponsore-item{
	position: relative;
}
.cs-blog-image-item{
	position: relative;
}



.tribe-events-calendar-list__event-featured-image-wrapper {
	position: relative;
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.tribe-events-event-image {
    position: relative;
}


.cs-podigee-wraper {
    display: block;
    margin: auto;
    background: #efefef;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
}
.podigee-text{
	font-size:15px;
	margin-bottom: 1em !important
}
.cs-podigiee-btn{
    border-radius: 4px;
    padding: 8px 2px;
    font-size: 15px;
}
.cs-podigee-admin{
	display: none;
}
.headline-vertical-middle .cs-title-video-cont {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.person_layout_wrap_3{
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.person_layout_wrap_3 .layout-row-left-box{
	display: flex;
  	align-items: center;
  	height: 100%;
}
.person_layout_wrap_3 .inp_cont_row{
    padding: 0;
    margin-top: 0px;
    flex-wrap: wrap;
    gap: 5px;
}
.person_layout_wrap_3 .cs-prsn-social a.cs-soc-item{
	margin-right: 0;
}
.person_layout_wrap_3 .layout-row-left-box .layout-row-img-box{
	 width: 180px;
	 height: 122px;
	 position: relative;
	 overflow: hidden;
	 margin-right: 15px;
}
.person_layout_wrap_3 .layout-row-left-box .layout-row-img-box a{
	display: block;
}
.person_layout_wrap_3 .layout-row-left-box .layout-row-img-box img{
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}
.person_layout_wrap_3 .cs-prsn-desig-gprn{
	font-size: 16px;
}
.person_layout_wrap_3 .cs-prsn-title-gprn{
	font-size: 20px;
}

.cs-prsn-desig-gprn, .cs-prsn-title-gprn{
	font-weight: bold;
}
.person_layout_wrap_3 .layout-row-left-box .contentBx p{
	font-weight: bold;
	
	line-height: 18px;
	margin-bottom: 5px;
}

.person_layout_wrap_3 .layout-row-left-box .contentBx p:last-child{
	margin-bottom: 0;
}
.person_layout_wrap_3 .cs-social-grp-asus{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.person_layout_wrap_3 .cs-social-grp-asus a.cs-soc-item:last-child{
	margin-right: 0;
}

.person_layout_wrap_1 .cs-prsn-title-gprn, .person_layout_wrap_1 .cs-prsn-title-gprn a{
margin-bottom: 0px;
}

/******************************************
Responsive
********************************************/
@media(min-width: 1001px){
	.cs-Top-ScrollingWrap{
		width: 100%;
		transition: 0.5s;
	}
	.cs-Top-ScrollingWrap.cs-scrolled-topbar{
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 99999;
		transition: 0.5s;
	}
	.cs-Top-ScrollingWrap.cs-scrolled-topbar.cs-topbar-admin{
		top: 32px;
	}
	.header_wrapper{
		padding-top: 0px;
	}
	
}
@media(min-width: 1001px){
	#headerType-2{
		padding-top: 0px;
	}
}
@media(min-width: 1200px){
	#headerType-2{
		padding-top: 30px;
	}
}

@media(max-width: 1000px) {
	.copy-right-desktop{
		display: none;
	}
	.copy-right-mobile{
		display: block;
	}
	.cs-related-post-wrap  .custom-nav {            		
            top: 38%; 
			left: 5px;
			right: 5px;
			}
	.custom-nav .owl-prev, .custom-nav .owl-next{
	height:30px;
	width:30px;
	padding:2px !important;
	}
	.custom-nav i {
	font-size: 1rem;
   }
#headerType-2, #headerType-1, #headerDefault{
	min-height:85px;
	}
	/************Half*********/
	
	.admin-bar.header-2-body .cs-banner-half-wrap, .admin-bar.header-1-body .cs-banner-half-wrap, .admin-bar.header-default-body 
	.cs-banner-half-wrap{
		height: -o-calc(50% - 117px); /* opera */
		height: -webkit-calc(50% - 117px); /* google, safari */
		height: -moz-calc(50% - 117px); /* firefox */
		min-height: -o-calc(70vh - 117px); /* opera */
		min-height: -webkit-calc(70vh - 117px); /* google, safari */
		min-height: -moz-calc(70vh - 117px); /* firefox */
		}
	
		.header-2-body .cs-banner-half-wrap, .header-1-body .cs-banner-half-wrap, .header-default-body .cs-banner-half-wrap{
		height: -o-calc(50% - 85px); /* opera */
		height: -webkit-calc(50% - 85px); /* google, safari */
		height: -moz-calc(50% - 85px); /* firefox */
		min-height: -o-calc(70vh - 85px); /* opera */
		min-height: -webkit-calc(70vh - 85px); /* google, safari */
		min-height: -moz-calc(70vh - 85px); /* firefox */
		}	
	
	/****************************Full*****************/
	.admin-bar.header-2-body .cs-banner-full-wrap, .admin-bar.header-1-body .cs-banner-full-wrap, .admin-bar.header-default-body .cs-banner-full-wrap{
		height: -o-calc(100% - 117px); /* opera */
		height: -webkit-calc(100% - 117px); /* google, safari */
		height: -moz-calc(100% - 117px); /* firefox */
		min-height: -o-calc(70vh - 117px); /* opera */
		min-height: -webkit-calc(70vh - 117px); /* google, safari */
		min-height: -moz-calc(70vh - 117px); /* firefox */
		}
		
		.header-2-body .cs-banner-full-wrap, .header-1-body .cs-banner-full-wrap, .header-default-body .cs-banner-full-wrap{
		height: -o-calc(100% - 85px); /* opera */
		height: -webkit-calc(100% - 85px); /* google, safari */
		height: -moz-calc(100% - 85px); /* firefox */
		min-height: -o-calc(70vh - 85px); /* opera */
		min-height: -webkit-calc(70vh - 85px); /* google, safari */
		min-height: -moz-calc(70vh - 85px); /* firefox */
		}	
	/*#top-banner-image {
		min-height: 70vh;
	}*/
}

@media(max-width: 991px){
	.admin-bar.header-2-body .cs-banner-half-wrap, .admin-bar.header-1-body .cs-banner-half-wrap, .admin-bar.header-default-body 
	.cs-banner-half-wrap{
		height: auto;
		min-height: 600px;
	}
	.header-2-body .cs-banner-half-wrap, .header-1-body .cs-banner-half-wrap, .header-default-body .cs-banner-half-wrap{
		height: auto;
		min-height: 600px;
	}
	.person_layout_wrap_3 .cs-social-grp-asus{
		justify-content: flex-start;
		height: auto;
	}
	.person_layout_wrap_3 .inp_cont_row{
		margin-top: 10px;
	}
}
@media(max-width: 767px){
	.admin-bar.header-2-body .cs-banner-half-wrap, .admin-bar.header-1-body .cs-banner-half-wrap, .admin-bar.header-default-body 
	.cs-banner-half-wrap{
		height: auto;
		min-height: 400px;
	}
	.header-2-body .cs-banner-half-wrap, .header-1-body .cs-banner-half-wrap, .header-default-body .cs-banner-half-wrap{
		height: auto;
		min-height: 400px;
	}
	.person_layout_wrap_3 .layout-row-left-box{
		/*flex-direction: column;*/
		/*align-items: center;*/
		height: auto;
	}
	.person_layout_wrap_3 .layout-row-left-box .layout-row-img-box {
	    width: 90px;
	    height: 61px;
	    /*margin-right: 0;
	    margin-bottom: 10px;*/
	}
	.person_layout_wrap_3 .layout-row-left-box .layout-row-img-box img{
		/*position: unset;
		width: 100%;
		height: auto;*/
	}
	.person_layout_wrap_3 .layout-row-left-box .contentBx h3 {
	    font-size: 18px;
	    line-height: 34px;
	}
}
@media(min-width: 1001px) {

	#headerDefault{
	min-height:90px;
	}
	/********************Half******************/
		.admin-bar.header-2-body .cs-banner-half-wrap{
		height: 600px;
		}
		.admin-bar.header-default-body .cs-banner-half-wrap{
		height: 600px;
		}
	


	
	
		.header-default-body .cs-banner-half-wrap{
		height: 50% ;/* opera */
		height: 50% ;/* google, safari */
		height: 50%; /* firefox */
		min-height: 600px; /* opera */
		min-height: 600px; /* google, safari */
		min-height: 600px; /* firefox */
		}	
		
		
	
		/*.header-1-body .cs-banner-half-wrap{
		height: 600px !important;
		}*/
		
		.header-1-body .cs-banner-half-wrap{
		height: 50% ;/* opera */
		height: 50% ;/* google, safari */
		height: 50%; /* firefox */
		min-height: 600px; /* opera */
		min-height: 600px; /* google, safari */
		min-height: 600px; /* firefox */
		}
	/********************Full****************/
	.admin-bar.header-2-body .cs-banner-full-wrap{
		height: -o-calc(100% - 32px); /* opera */
		height: -webkit-calc(100% - 32px); /* google, safari */
		height: -moz-calc(100% - 32px); /* firefox */
		min-height: -o-calc(600px - 32px); /* opera */
		min-height: -webkit-calc(600px - 32px); /* google, safari */
		min-height: -moz-calc(600px - 32px); /* firefox */
		}
		.admin-bar.header-default-body .cs-banner-full-wrap{
		height: -o-calc(100% - 122px); /* opera */
		height: -webkit-calc(100% - 122px); /* google, safari */
		height: -moz-calc(100% - 122px); /* firefox */
		min-height: -o-calc(600px - 122px); /* opera */
		min-height: -webkit-calc(600px - 122px); /* google, safari */
		min-height: -moz-calc(600px - 122px); /* firefox */
		}
		.header-default-body .cs-banner-full-wrap{
		height: -o-calc(100% - 90px); /* opera */
		height: -webkit-calc(100% - 90px); /* google, safari */
		height: -moz-calc(100% - 90px); /* firefox */
		min-height: -o-calc(600px - 90px); /* opera */
		min-height: -webkit-calc(600px - 90px); /* google, safari */
		min-height: -moz-calc(600px - 90px); /* firefox */
		}	
		
		
	
	.admin-bar.header-1-body .cs-banner-full-wrap{
		height: -o-calc(100% - 182px); /* opera */
		height: -webkit-calc(100% - 182px); /* google, safari */
		height: -moz-calc(100% - 182px); /* firefox */
		min-height: -o-calc(600px - 182px); /* opera */
		min-height: -webkit-calc(600px - 182px); /* google, safari */
		min-height: -moz-calc(600px - 182px); /* firefox */
		}
		
		.header-1-body .cs-banner-full-wrap{
		height: -o-calc(100% - 150px); /* opera */
		height: -webkit-calc(100% - 150px); /* google, safari */
		height: -moz-calc(100% - 150px); /* firefox */
		min-height: -o-calc(600px - 150px); /* opera */
		min-height: -webkit-calc(600px - 150px); /* google, safari */
		min-height: -moz-calc(600px - 150px); /* firefox */
		}	
	}
@media(min-width: 1200px) {
	#headerType-1{
		min-height:148px;
	}	
	.logo_box{
		min-height: 90px;
	}
	.cs-flex-body #headerDefault #menu_area{
		position: relative;
		z-index:999;
		background:#fff;
		}
	.cs-active-mobile-menu .cs-header-search-bar{
		display: flex;
		justify-content: center;
		padding-bottom: 15px;
	}
	#top-banner-image .cs-title-video-cont .row {
	    padding-bottom: 0vh!important;
	}
	.cs-active-mobile-menu .cs-search-button{
	 display: block !important;
    position: absolute;
    right: 2px;
    top: 2px;
	border: 0px;
    height: 38px;
    width: 38px;
    background: transparent;
    color: #4e4b4b !important;
	}
	.cs-active-mobile-menu .cs-search-icon{
	display:none;
	}
	.cs-active-mobile-menu .cs-search-header-form{
	position: relative !important;
    right: 0 !important;    
	}
	.cs-active-mobile-menu .cs-search-inp{
	display:block !important;
	}
	.header-2-body {
    position: relative !important;
    top: 0 !important;
}
	#headerType-2{
	z-index:1;
	background: transparent;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}

	.cs-sec-extra-margin-blog {
    margin-top: 160px;
}
.single-post .cs-sec-extra-margin-blog{
	margin-top: 140px;
}
.tribe-events-view{
	margin-top: 85px;
}
	.cs-sec-extra-margin {
		margin-top: 110px;
	}
	.header-2-body #tribe-events-pg-template{
	margin-top: 110px;
		}
	#headerDefault .cs-search-button,#headerType-1 .cs-search-button,#headerType-2 .cs-search-button{
	display:none;
	}
	#headerDefault .cs-search-icon,#headerType-1 .cs-search-icon,#headerType-2 .cs-search-icon{
		cursor: pointer;
		vertical-align: middle;
	}
	#headerDefault .cs-search-inp,#headerType-1 .cs-search-inp,#headerType-2 .cs-search-inp{
	display:none;	
	}
	#headerDefault .cs-search-header-form,#headerType-1 .cs-search-header-form,#headerType-2 .cs-search-header-form{
    position: absolute;
    right: 1.4em;
    z-index: 3;
}
#headerType-1 .cs-search-header-form{
    position: absolute;
    right: 40px;
    z-index: 3;
}
#headerType-2 .cs-search-header-form{
    position: absolute;
    right: 45px;
    z-index: 3;
}
#headerType-1 .cs-header-search-bar{
	margin-left: 15px;
}
	.cs-thema-2 .cs-thema-text-60 {
		font-size: 16px !important;
	}
	.cs-thema-2 .cs-thema-text-40 {
		font-size: 20px !important;
	}
	.cs-thema-2 .cs-thema-text-20 {
		font-size: 25px !important;
	}
	/************Case - 5*************/
	.cs-thema-4 .cs-thema-text-60 {
		font-size: 12px !important;
		font-weight: 500;
	}
	.cs-thema-4 .cs-thema-text-40 {
		font-size: 18px !important;
		font-weight: 600;
	}
	.cs-thema-4 .cs-thema-text-20 {
		font-size: 20px !important;
	}
	/************Case - 5*************/
	.cs-thema-5 .cs-thema-text-60 {
		font-size: 10px !important;
		font-weight: 400;
	}
	.cs-thema-5 .cs-thema-text-40 {
		font-size: 15px !important;
		font-weight: 600;
	}
	.cs-thema-5 .cs-thema-text-20 {
		font-size: 20px !important;
	}
	/************Case - 6*************/
	.cs-thema-3 .cs-thema-text-60,
	.cs-thema-6 .cs-thema-text-60 {
		font-size: 15px !important;
		font-weight: 700;
	}
	.cs-thema-3 .cs-thema-text-40,
	.cs-thema-6 .cs-thema-text-40 {
		font-size: 18px !important;
		font-weight: 600;
	}
	.cs-thema-3 .cs-thema-text-20,
	.cs-thema-6 .cs-thema-text-20 {
		font-size: 20px !important;
	}
}

@media(max-width: 1199px) {
	.headerType-1Mobile .cs-cont-social {    
    align-items: center;
    display: flex;
    justify-content: center;
}
#headerType-1 .mainmenu ul li ul li ul.sub-menu{
	position: relative;
	transform: translateX(0);
}
.mainmenu a, .navbar-default .navbar-nav>li>a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link{
			line-height: 17px;
		}
.cs-banner-half-wrap.cs-home-video-banner .cs-title-video-cont {
    bottom: 0px;
}

	.cs-search-inp{
		display:block !important;
		width:100% !important;
		}
	.cs-sec-extra-margin-blog {
    margin-top: 30px !important;
}
	.cs-sec-extra-margin {
		margin-top: 10px !important; 
	}
	.headerType-1Web{
		display: none;
	}
	.headerType-1Mobile{
		display: block!important;
	}
	.headerType-1Mobile .footer_middle{
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 15px
	}
	.headerType-1Mobile .cs-cont-social .inp_cont_row {
	    justify-content: flex-start;
	    padding-left: 15px;
	}
	.headerType-1Mobile .cs-search-header-form{
		position: relative;
	}
	.headerType-1Mobile .cs-search-header-form .form-control{
		padding: 25px 25px 25px 15px!important;
	}
	.headerType-1Mobile .cs-cont-social a.cs-soc-item{
		width: 35px;
		height: 35px;
	}
	.headerType-1Mobile .cs-search-button{
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 30px;
	    background: transparent;
	    color: #333!important;
	    border: none;
	    outline: none;
	}
	.headerType-1Mobile .cs-search-header-form{
		margin-top: 30px;
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.headerType-1Mobile .cs-search-icon{
		display: none;
	}
	 .cs-search-button {
    position: absolute;
    right: 15px;
    bottom: 11px;
	border:0px;
    height: 38px;
    width: 38px;
	background:transparent;
	color:#4e4b4b !important;
}
	 .cs-header-search-bar {
    padding: 10px 21px;
}
	 .cs-search-icon {
    display:none;
}

	
	.themImgBox .theme_item {
		height: 160px;
		margin-bottom: 0px;
	}
	.themImgBox .theme_item h2 {
		margin-bottom: 0px;
	}
	#navbarSupportedContent {
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}
	.mainmenu ul li ul li ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
		transform: translateX(0);
	}
	.cs-active-mobile-menu.mainmenu .menu-item-has-children span {
		top: 0;
	}
	.cs-thema-inner-item {
		width: 100%;
	}
	.theme_opt_cont {
		justify-content: flex-start;
		flex-direction: column;
	}
	.theme_item {
		height: 100px;
	}
	.cs-ft-banner-4 .footerTopImgBx {
		height: 228px;
		width: 228px;
	}
	.menu_bar {	
		background: transparent;
	}
	.menu-item-has-children a::before {
		display: none;
	}
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children span {
		position: absolute;
		top: 12px;
		right: 25px;
		display: block;
		position: absolute;
		right: 10px;
		top: 0;
		margin-top: 10px;
		width: 40px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mainmenu ul li .sub-menu.sub-menu_down{
		margin-top: 10px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	#navbarSupportedContent ul.sub-menu li.menu-item-has-children a {
		display: inline-block!important;
	}
	.menu-item-has-children span {
		display: block;
	}
	.menu-item-has-children ul.sub-menu li a {
		padding-left: 35px;
	}
	.mainmenu .collapse ul ul {
		position: unset;
	}
	.menu-item-has-children::after {
		top: 0;
		transform: translateY(0);
	}
	.menu-area {
		background: #fff;
		position:relative;
	}
	.mainmenu {
		padding: 10px 20px;
		
	}
	.mainmenu .navbar-collapse {
		position: absolute;
		background: #fff;
		width: 100%;
		z-index: 1;
		top: 105px;
		left: 0;
	}
	#headerType-2 .mainmenu .navbar-collapse{
		top: 90px;
	}
	.menu-item-has-children a::before {
		right: 20px;
	}
	.navbar-nav li ul {
		width: 100%;
		padding-left: 15px;
	}
	.navbar-light .navbar-toggler {
		background: transparent;
	}
	.sub-menu {
		display: none!important;
		-webkit-transition: all 0.3s ease-in-out!important;
		-o-transition: all 0.3s ease-in-out!important;
		-moz-transition: all 0.3s ease-in-out!important;
		transition: all 0.3s ease-in-out!important;
		border-bottom: 1px solid #E9E9E9;
		width: 100%;
		background: #fff;
		margin-left: 0;
	}
	.sub-menu li a {
		padding: 16px 0px;
	}
	.sub-menu_down {
		display: block!important;
		-webkit-transition: all 0.3s ease-in-out!important;
		-o-transition: all 0.3s ease-in-out!important;
		-moz-transition: all 0.3s ease-in-out!important;
		transition: all 0.3s ease-in-out!important;
	}
	.navbar-nav {
		margin-right: 0;
	}
	.navbar-nav li ul {
		border-left: 0;
	}
	.navbar-nav li ul {
		border-right: none;
	}
	.mob_grd {
		padding-left: 0;
		padding-right: 0;
		;
	}
	.mainmenu {
		min-height: 85px;
	}
	.mainmenu a,
	.navbar-default .navbar-nav>li>a,
	.mainmenu ul li a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 16px;
	}
	
	
	.white-wrapper, .singlePblog {
	max-width: 960px;	
	margin-left: auto;
	margin-right: auto;
}
	
	
	
}
@media(max-width:1190px) {
	span.cs-play-btn.pp-video-play-icon.pp-icon i, span.cs-play-btn-youtube.pp-video-play-icon.pp-icon i {
		font-size: 100px;
	}
	
	.bannersection p {
		font-size: 20px;
	}
	
	.continfo p {
		font-size: 16px;
	}
	
	.blue_section_info {
		font-size: 16px;
	}
	
	.blog_content_left .blog_item h2 {
		font-size: 28px;
	}
	.blog_item h2 {
		font-size: 18px;
	}
	.about_section .blue_section_left h2 {
		font-size: 22px;
	}
	.heading {
		font-size: 28px;
	}
	.blog_item {
		padding: 100px 14px 20px;
	}
	.bannersection.cs-home-video-banner{
		padding: 0;
	}
	.bannersection {
		padding: 20px 0px 0px 0px;
	}
	.theme_opt_cont.cs-thema-6 h3 {
		font-size: 22px;
	}
	.social_section .inp_cont_row a {
		width: 28px;
		height: 28px;
	}
	.inner_bammer_left {
		padding: 10px 15px;
	}
	.themImgWrap .themImgBox{
		margin-bottom: 10px;
	}
}
@media(max-width: 1024px) {
	.banner_titl {
		font-size: 40px;
		font-weight: 800;
	}
	.banner_gruppen {
		padding: 200px 0;
	}
	.img_wrap {
		width: 40%;
	}

}

@media(max-width: 1000px) {
	.white-wrapper, .singlePblog {
	margin-top:50px;
}

	.top_section_inner {
		padding: 0px;
	}


}

@media (max-width:991px) {
	h1 {}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 19px;
	}
	.content_wrapper {
		margin-top: 20px;
	}
	.custom-event-header {
		bottom: 20px;
	}
	.custom-event-header h1 {
		font-size: 30px;
		font-weight: 800;
	}
	.blog_wrapper_section {
		margin-top: 30px;
	}
	.footer_left a {
		display: block;
		text-align: center;
	}
	.footer_left,
	.footer_middle,
	.footer_right {
		width: 100%;
	}
	.footer_right ul {
		justify-content: center;
		margin: 0px!important;
		padding-inline-start: 0px!important;
	}
	.container {
		max-width: 100%;
	}
	.continfo p {
		margin-bottom: 0;
	}
	.inner_banner_wrap {
		padding: 30px 0;
	}
	.inner_bammer_info {
		flex-direction: column;
	}
	.inner_bammer_left {
		width: 100%;
	}
	.banner_add {
		width: 100%;
		height: 377px;
	}
	.inner_banner_wrap .container {
		padding: 0px 15px;
	}
	.play_opt span {
		width: 85px;
		height: 85px;
	}
	.blog_content_left {
		flex: 1;
		display: block;
	}
	.blog_content_left .blog_item{
		margin-bottom: 8px;
	}
	.blog_content_left a{
		height: auto;
	}
	.blog_content {
		flex-direction: column;
	}
	
	.white-wrapper {
    margin-top: 0px;
		border-radius: 0px;
		box-shadow: none;
}
	
	.singlePblog {
		box-shadow: none;
		
	}
	
	
	.cs-magz-blog-1 .blog_item {
    aspect-ratio: 3/2;
}
	
	.cs-magz-blog-2 .blog_content_left .blog_item, .cs-magz-blog-2 .blog_content_right .blog_item {
		padding-top: 100px;
	}
	.blog_content_left .blog_item {
		padding-top: 180px;
	}
	.blog_content_right {
		flex: 1;
		margin-left: 0px !important;
	}
	.container {
		padding: 0px 15px;
	}
	.single_post_top_wrap h1 {
		font-size: 30px;
	}
	.cs-themen-photo-bg {
		padding: 185px 0;
		margin-bottom: 30px;
	}
	.dropdown-toggle::after {
		top: 16px;
		transform: none;
		right: 3%;
	}
	.drop_one {
		border-bottom: 1px solid #E9E9E9;
	}
	.author_details {
		flex-direction: column;
		align-items: flex-start;
	}
	.author_details .imgBx {
		margin: 20px 0 0 0;
	}
	.footer_wrap {
		flex-direction: column;
	}
	.cs_prsn_list_wrap .heading {
		font-size: 20px;
	}
	.cs-ft-banner-3 .footerTopImgBx {
		width: 100%;
	}
	.footer_topImg_wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footerTopImgBx:last-child {
		margin-right: 0;
	}
	.footerTopImgBx {
		margin: 0 0 15px 0;
	}
	.cs-ft-banner-4 .footerTopImgBx {
		width: 47vw;
		height: 47vw;
	}
	.cs-ft-banner-3 .footerTopImgBx {
		position: relative;
		width: 100%;
		padding-top: 15px;
		height: auto;
	}
	.cs-ft-banner-3 .footerTopImgBx a {
		position: unset;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: auto;
	}
	.mainmenu {
		padding: 10px;
	}
	.commonSpaceing {
		padding: 30px 0!important;
		margin: 0!important;
	}
	.singelUserBx .contentWrapperBx {
		padding: 20px;
	}
	.singelUserBx .contentWrapperBx .right {
		width: 65%;
	}
	.singelUserBx .contentWrapperBx .contentBx {
		padding-right: 0px;
	}
	.themen_text h2,
	.themen_text h3 {
		margin-bottom: 20px;
	}
	.contact_top_sec {
		padding: 0px;
		background: #ffffff;
	}
	.address_wrap {
		border: 0px;
		padding: 0px;
		box-shadow: none;
		margin-top: 20px;
	}
	
		.single_post_top_wrap {
		margin: 0 auto 10px;
	}
	
}
@media(max-width: 900px) {
	.singelUserBx .contentWrapperBx .right {
		width: 59%;
	}
}
@media(max-width: 768px) {
	
	h1 {}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.content_wrapper {
		margin-top: 15px;
	}
	.top_section_inner {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.blog_page_wrap {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.cs-thema-inner-item {
		margin: 0;
	}
	.theme_item {
		padding: 20px 15px;
	}
	h1.website-title a,
	p.website-title a {
		font-size: 20px;
		line-height: 25px;
	}
	h2.website-description a,
	p.website-description a {
		font-size: 15px;
		line-height: 16px;
	}
	
	.banner_gruppen {
		margin-bottom: 30px;
	}
	
	
	
	
	.single_post_top_wrap .dateAuthor {
		display: flex;
		flex-direction: column;
	}
	.single_post_top_wrap p.dateAuthor .cs-Right-line {
		border-right: none;
	}
	.cs-home-group-title,
	.cs-home-group-title a {
		font-size: 16px;
	}
	.form-group.cs-captcha-sec {
		flex-flow: column;
		justify-content: flex-start;
	}
	.cs-captcha-item-inp {
		margin-left: 0;
	}
	.cs-captcha-item {
		margin-bottom: 10px;
	}
	.mainmenu .navbar-collapse {
		top: 84px;
	}
	.mainmenu {
		flex-wrap: nowrap;
	}
	.heading-h2 {
		font-size: 20px;
	}
	.cs-home-social-wrap {
		flex-wrap: wrap;
	}
	.cs-home-social-wrap i {
		font-size: 20px;
	}
	.cs-home-social-wrap a.cs-soc-item {
		border-radius: 50%;
		width: 40px;
		height: 40px;
		margin-bottom: 10px;
	}
	.socailDesc.mb-4 {
		margin: 0px!important
	}
	.cs-ft-banner-4 .footerTopImgBx {
		position: relative;
		width: 100%;
		height: auto;
	}
	.cs-ft-banner-4 .footerTopImgBx:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	.cs-ft-banner-4 .footerTopImgBx a {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.homeItemBox h2 {
		font-size: 15px;
		line-height: 24px;
	}
	.navbar-light .navbar-toggler {
		padding-right: 10px;
	}
	.navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 35px
	}
	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 45px
	}
	.logo_box a.mainLogo {
		width: 45px;
		overflow: hidden;
	}
	.logo_box a img {
		width: 45px;
	}
	.theme_opt_cont.cs-thema-6 .cs-thema-inner-item {
		flex: 1 !important;
		display: block;
		width: 100%;
	}
	span.cs-play-btn.pp-video-play-icon.pp-icon i, span.cs-play-btn-youtube.pp-video-play-icon.pp-icon i {
		font-size: 60px;
	}
	.blog_content_right {
		margin-left: 0px;
	}
	.container,
	.container-sm {
		max-width: 100%;
	}
	
	.bannersection {
	margin-bottom: 15px;
	}
	
	
	.bannersection p {
		font-size: 16px;
	}
	
	.continfo {
		display: inline;
	}
	.continfo p {
		font-size: 15px;
	}
	.blue_section_info {
		flex-direction: column;
		width: 100%;
	}
	.blue_section_left {
		width: 100%;
		padding: 0px;
	}
	.blue_section_right {
		width: 100%;
		padding: 20px 0 0 0;
	}
	
	.blue_section_info {
		font-size: 15px;
		padding: 30px 20px;
	}
	.content_info {
		padding-bottom: 0px!important;
	}
	.content_info .col-md-6 {
		margin-bottom: 50px;
	}
	
	.def_cont {
    padding: 20px 0px 45px;
	}
	.content_des p {}
	p.cs-banner-bottom-text {
		margin-bottom: 0px;
	}
	body {
		font-size: 15px;
	}
	.theme_opt_cont {
		flex-direction: column;
	}
	.theme_item {
		flex: 1;
		width: 100%;
		font-size: 16px;
		height: auto;	
		margin: 4px 0;
	}
	.theme_item h3 {
		color: #fff;
		font-size: 16px;
		margin: 0px;
	}
	.blog_section .heading,
	.heading.faq-section,
	.heading.contact_title {
		font-size: 20px;
	}
	.blog_main_section h2 {
		font-size: 22px;
		display: inline;
	}
	.about_section_info {
		flex-direction: column;
	}
	.about_section .blue_section_left h2 {
		font-size: 20px;
	}
	.about_section_info {
		font-size: 15px;
	}
	.heading {
		font-size: 20px;
	}
	.heading_title h2 {
		font-size: 22px;
	}
	.blog_content_left .blog_item h2 {
		font-size: 20px;
	}
	.inner_prod_item_wrap {
		flex-direction: column;
	}
	.main_wrap {
		flex-direction: column;
		padding: 0 50px;
	}
	.img_wrap {
		width: 100%;
		margin-right: 0;
	}
	.main_wrap1 .img_wrap {
		width: 100%;
	}
	.main_wrap1 {
		padding: 0;
	}
	.main_wrap1 .box_wrap {
		text-align: left;
	}
	.banner_titl {
		font-size: 25px;
	}
	.banner_gruppen {
		padding: 150px 0;
	}
	.img_wrap img {
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
	}
	.person_layout_wrap_1 .img_wrap{
		margin-bottom: 10px;
	}
	.person_layout_wrap_1 .img_wrap img{
		margin-bottom: 0;
	}
	.box_wrap {
		width: 100%;
		text-align: center;
	}
	.main_text,
	.main_text .gruppen_sub_text {
		font-size: 22px;
	}
	.middle_text {
		font-size: 25px;
	}
	.top_sec_para {
		font-size: 18px;
		line-height: 28px;
	}
	.single_post_top_wrap {
		width: 100%;
	}
	.single_post_top_wrap h1 {
		font-size: 25px;
	}
	.blog_section1 .blog_box1 {
		margin-top: 25px;
	}
	.blog_box_left .main_text,
	.blog_box_left .main_text .blog_sub_text {
		font-size: 20px;
	}
	.blog_box_left h5 {
		font-size: 16px;
	}
	.blog_box_left h2 {
		font-size: 16px;
	}
	.img_box_main_head {
		font-size: 22px;
	}
	.csContDes h2 {
		font-size: 22px;
	}
	.csContDes h3 {
		font-size: 17px;
	}
	.mainmenu .collapse ul ul li {
		position: relative
	}
	.mainmenu .collapse ul ul li:hover>ul {
		display: none
	}
	.mainmenu .collapse ul ul ul li {
		position: relative
	}
	.mainmenu .collapse ul ul ul li:hover ul {
		display: none
	}
	.erroe_heading_wrap {
		padding: 20px;
	}
	.erroe_heading_wrap h2 {
		font-size: 34px;
	}
	.error_page p {
		font-size: 18px;
	}
	.error_page a {
		padding: 12px 22px;
	}
	.cs-social-grp-asus .inp_cont_row {
		justify-content: center;
	}
	.person_layout_wrap_3 .inp_cont_row{
		justify-content: flex-start;
	}
	.navbar-toggler {
		padding: 0;
	}
	.mainmenu .logo_box a {
		padding: 0 6px 0 0;
	}
	.singelUserBx .contentWrapperBx {
		flex-direction: column;
	}
	.singelUserBx .contentWrapperBx .right {
		width: 100%;
	}
	.singelUserBx .contentWrapperBx .left {
		width: 100%;
		margin-bottom: 15px;
	}
	.singelUserBx .contentWrapperBx .imgBx {
		width: 84vw;
		height: 84vw;
		margin: 0 auto;
	}
	.themen_text h2,
	.themen_text h3 {
		margin-bottom: 15px!important;
	}
	
	#consentModal .modal-footer {
    display: flex;
    justify-content: space-evenly;
}
	.cs-home-info-img{
	width:100%;
	height:auto;	
}
.leftTextWrap a{
	margin-bottom: 30px;
}
	
	
	
	
}
@media(max-width: 667px) {
	.cs-themen-photo-bg {
		padding: 150px 0;
	}
	.menu-item-has-children span{
		right: 0;
	}
	.blog_main_middle_sec img {
		height: auto;
	}
	.footer_wrap {
		flex-direction: column;
	}
	.navbar-light .navbar-toggler {
		margin-right: 0;
	}
	.footer_right .footer-menu {
		padding-left: 0;
	}
	.footer_right,
	.footer_left {
		width: 100%;
	}
	.footer_left a {
		display: block;
		text-align: center;
	}
	.footer_right ul {
		justify-content: center;
	}
	.singelUserBx .contentWrapperBx .imgBx {
		width: 82vw;
		height: 82vw;
	}
	.cs-title-video-cont{
		bottom: 0;
	}
}
@media(max-width: 600px) {
	.banner_gruppen {
		padding: 100px 0;
	}
	.banner_wrapper {
		left: 0;
	}
	.singelUserBx .contentWrapperBx .imgBx {
		width: 80vw;
		height: 80vw;
	}
	.cs-rel-contBox .cs-rel-meta .cs-rel-post-title{
		min-height: auto;
	}
}
@media(max-width: 568px) {
	.singelUserBx .contentWrapperBx .imgBx {
		width: 78vw;
		height: 78vw;
	}
}
@media(max-width: 480px) {
	.single_post_top_wrap {
		width: 90%;
	}
	.singelUserBx .contentWrapperBx .imgBx {
		width: 76vw;
		height: 76vw;
	}
	.cs-social-share {
		flex-wrap: wrap;
	}
	.cs-social-share a {
		margin-bottom: 10px;
	}
	.cs-social-share a.crunchify-facebook span,
	.cs-social-share a.crunchify-twitter span,
	.cs-social-share a.crunchify-linkedin span {
		padding: 0 15px;
	}
	.cs-themen-photo-bg {
		padding: 120px 0;
	}
	#accordionExample .card-header h3 {
		font-size: 16px;
	}
	

	
}

@media(max-width: 450px){
	.singelUserBx .contentWrapperBx .imgBx {
		width: 74vw;
		height: 74vw;
	}
}
@media(max-width:414px) {
	.footer_right ul li {
		margin: 0;
	}
	
	.white-wrapper, .singlePblog {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding: 15Px;
	}
}
@media(max-width: 380px) {
	h1.website-title a,
	p.website-title a {
		font-size: 17px;
		line-height: 20px;
	}
	h2.website-description a,
	p.website-description a {
		font-size: 14px;
		line-height: 16px;
	}
	.banner_gruppen {
		padding: 80px 0;
	}
	.cs-themen-photo-bg {
		padding: 95px 0;
	}
	.footerTopImgBx {
		width: 40vw;
		height: 40vw;
	}
	.singelUserBx .contentWrapperBx .imgBx {
		width: 72vw;
		height: 72vw;
	}
}
@media(max-width: 360px){
	.singelUserBx .contentWrapperBx .imgBx {
		width: 70vw;
		height: 70vw;
	}
}
@media(max-width: 340px){
	.singelUserBx .contentWrapperBx .imgBx {
		width: 68vw;
		height: 68vw;
	}
}
@media(max-width: 319px) {
	.heading {
		font-size: 12px;
		line-height: 18px!important;
	}
	.menu_bar {
		padding: 4px;
		width: 30px;
	}
	.logo_box a img {
		width: 30px;
	}
	.theme_opt_cont.cs-thema-6 h3 {
		font-size: 20px;
		line-height: 22px!important;
	}
	
	.navbar-light .navbar-toggler {
		width: auto;
	}
}
@media(max-width: 200px) {
	.navbar-light .navbar-toggler-icon {
		width: 8vw;
		height: 12px;
	}
	.menu_bar {
		padding: initial;
		width: auto;
	}
}
.uagb-toc__wrap {
	border-color: #E1E2E3!important;
	border-radius: 4px;
	color: #00557a;
	padding: 15px 20px 15px 20px!important;
	margin-bottom: 30px;
	width: 100%;
	background: #fff!important;
}
.content_styles .wp-block-cover {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.52);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.52);
}
.content_styles h2 {
	margin-top: 35px;
	margin-bottom: 15px;
}
.content_styles h3 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.content_stlyes img {
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.52)!important;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.52)!important;
	vertical-align: middle!important;
}
.wp-block-image figcaption {
	margin-top: -20px;
}
.tribe-events-promo {
	display: none!important;
}
.tribe-events-cal-links a {
	padding-left: 30px;
}

.themen_text p {
	margin-bottom: 25px;
}
.themen_text img {
	margin: 40px 0px;
}
#wp-admin-bar-tribe-events {
	display: none !important;
}



/* Carousel Gallery */
.owl-carousel .owl-item img {
		border-radius: 5px;
}


.contactfrom {
	margin-top: 25px;
}
.listIngBoxWrap, .listIngBoxWrap a{
	display: block;
    position: relative;
}


.listIngBoxWrap img {
	transition: filter 0.5s ease-in-out;
}

.listIngBoxWrap img:hover {
	filter: brightness(85%);
}


.cs-team-content-box{
	min-height: 100px;
}
.listIngBoxWrap a .contentBx, .listIngBoxWrap  .contentBx{
	position: absolute;
    bottom: 10px;
    left: 10px;
}
.listIngBoxWrap a .contentBx h3, .listIngBoxWrap .contentBx h3, .person_layout_wrap_2 .cs-prsn-title-gprn{
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 600 !important;
	margin-bottom: 10px !important;
}
.listIngBoxWrap a .contentBx h4, .listIngBoxWrap a .contentBx p, .listIngBoxWrap  .contentBx h4, .listIngBoxWrap  .contentBx p{
	font-size: 15px ;
	font-weight: 600;
	margin-bottom: 0;
}

@media(max-width: 991px){
	.cs_prsn_list_wrap .bxGrd{
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}
@media(max-width: 767px){
	.cs-team-content-box {
    min-height: auto;
}

.cs-team-content-box .cs-social-grp-asus .inp_cont_row{
justify-content: flex-start;
}
	.cs_prsn_list_wrap .bxGrd{
		width: 100%;
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
