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

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/


dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

::selection {
	background: #0e5ca1;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #0e5ca1;
	/* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #0e5ca1;
	/* Safari */
	color: #FFF;
	text-shadow: none;
}

:active {
	outline: none !important;
}



/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	color: #111;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;

	font-weight: 300;
	background-color: #fff;
}

a {
	text-decoration: none !important;
	color: #0e5ca1;
}

a:hover {
	color: #0e5ca1;
	border-bottom: 1px solid #0e5ca1;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: none !important;
}


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #19273e;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

h5,
h6 {
	margin-bottom: 20px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.nott {
	text-transform: none !important;
}

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

.tleft {
	text-align: left !important;
}

.fright {
	float: right !important;
	text-align: right;
}

.fleft {
	float: left !important;
}

.fnone {
	float: none !important;
}

.ohidden {
	position: relative;
	overflow: hidden !important;
}

#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.line,
.double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
}

.line.line-sm {
	margin: 30px 0;
}

span.middot {
	display: inline-block;
	margin: 0 5px;
}

.double-line {
	border-top: 3px double #E5E5E5;
}

.emptydiv {
	display: block !important;
	position: relative !important;
}

.toppadding-lg {
	padding-top: 60px !important;
}

.bottompadding-lg {
	padding-bottom: 60px !important;
}

.allmargin {
	margin: 50px !important;
}

.leftmargin {
	margin-left: 50px !important;
}

.rightmargin {
	margin-right: 50px !important;
}

.topmargin {
	margin-top: 50px !important;
}

.bottommargin {
	margin-bottom: 50px !important;
}

.clear-bottommargin {
	margin-bottom: -50px !important;
}

.allmargin-sm {
	margin: 30px !important;
}

.leftmargin-sm {
	margin-left: 30px !important;
}

.rightmargin-sm {
	margin-right: 30px !important;
}

.topmargin-sm {
	margin-top: 30px !important;
}

.bottommargin-sm {
	margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
	margin-bottom: -30px !important;
}

.allmargin-lg {
	margin: 80px !important;
}

.leftmargin-lg {
	margin-left: 80px !important;
}

.rightmargin-lg {
	margin-right: 80px !important;
}

.topmargin-lg {
	margin-top: 80px !important;
}

.bottommargin-lg {
	margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
	margin-bottom: -80px !important;
}

.nomargin {
	margin: 0 !important;
}

.noleftmargin {
	margin-left: 0 !important;
}

.norightmargin {
	margin-right: 0 !important;
}

.notopmargin {
	margin-top: 0 !important;
}

.nobottommargin {
	margin-bottom: 0 !important;
}

.header-stick {
	margin-top: -50px !important;
}

.content-wrap .header-stick {
	margin-top: -80px !important;
}

.footer-stick {
	margin-bottom: -50px !important;
}

.content-wrap .footer-stick {
	margin-bottom: -80px !important;
}

.noborder {
	border: none !important;
}

.noleftborder {
	border-left: none !important;
}

.norightborder {
	border-right: none !important;
}

.notopborder {
	border-top: none !important;
}

.nobottomborder {
	border-bottom: none !important;
}

.noradius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

.col-padding {
	padding: 60px;
}

.nopadding {
	padding: 0 !important;
}

.noleftpadding {
	padding-left: 0 !important;
}

.norightpadding {
	padding-right: 0 !important;
}

.notoppadding {
	padding-top: 0 !important;
}

.nobottompadding {
	padding-bottom: 0 !important;
}

.noabsolute {
	position: relative !important;
}

.noshadow {
	box-shadow: none !important;
}

.hidden {
	display: none !important;
}

.nothidden {
	display: block !important;
}

.inline-block {
	float: none !important;
	display: inline-block !important;
}

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

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap {
	background-color: #0e5ca1 !important;
}

.color {
	color: #0e5ca1 !important;
}

.border-color {
	border-color: #0e5ca1 !important;
}

.nobg {
	background: none !important;
}

.nobgcolor {
	background-color: transparent !important;
}

.t300 {
	font-weight: 300 !important;
}

.t400 {
	font-weight: 400 !important;
}

.t700 {
	font-weight: 700 !important;
}

.t600 {
	font-weight: 600 !important;
}

.t700 {
	font-weight: 700 !important;
}

.ls0 {
	letter-spacing: 0px !important;
}

.ls1 {
	letter-spacing: 1px !important;
}

.ls2 {
	letter-spacing: 2px !important;
}

.ls3 {
	letter-spacing: 3px !important;
}

.ls4 {
	letter-spacing: 4px !important;
}

.ls5 {
	letter-spacing: 5px !important;
}

.noheight {
	height: 0 !important;
}

.nolineheight {
	line-height: 0 !important;
}


.vertical-middle {
	height: auto !important;
	left: 0;
}

.magnific-max-width .mfp-content {
	max-width: 800px;
}


/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}


.section .container {
	z-index: 2;
}

.section .container+.video-wrap {
	z-index: 1;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
	position: relative;
	background-color: #131615;
	border-bottom: 0px solid #0e5ca1;
	height: 120px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#header .container {
	position: relative;
}

#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}


#header.transparent-header+#slider,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#google-map,
#slider+#header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;

	font-size: 36px;
	line-height: 100%;
	margin-right: 10px;
}

#header.full-header #logo {
	padding-right: 30px;
	margin-right: 30px;

}

#header.transparent-header.full-header #logo {
	border-right-color: rgba(0, 0, 0, 0.1);
}

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	margin-top: 5px;
}


#logo a.standard-logo {
	display: block;
}


/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/


#primary-menu {
	float: right;
}

#primary-menu ul.mobile-primary-menu {
	display: none;
}

#header.full-header #primary-menu>ul {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

#header.transparent-header.full-header #primary-menu>ul {
	border-right-color: rgba(0, 0, 0, 0.1);
}

#primary-menu-trigger,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: transparent;
	padding:0px;

}

#primary-menu ul {
	list-style: none;
	margin: 0;
}

#primary-menu>ul {

}

#primary-menu ul li {
	position: relative;
}

#primary-menu ul li.mega-menu {
	position: inherit;
}

#primary-menu ul>li {
	float: left;
	margin-left: 2px;
}

#primary-menu>ul>li:first-child {
	margin-left: 0;
}


#primary-menu ul li>a {
	display: block;
	line-height: 22px;
	padding: 8px 10px;
	color: #fff;
	font-weight: 300;
	font-size: 23px;
	letter-spacing: 0px;
	padding-top: 20px;
}

#primary-menu ul>li>ul a {
	text-transform: none;
}

#primary-menu ul li>a span {}

#primary-menu ul li>a i {
	position: relative;
	top: -1px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

#primary-menu ul li>a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px;
}

#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
	color: #00acff;
	border-bottom: 0px;
}


#primary-menu ul li.current>a {
	background-color: transparent;
	border-bottom: 2px solid #01a6f5;
}

#primary-menu>ul>li.sub-menu>a>div {}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 320px;
	background-color: #111;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 0px solid #000;
	border-top: 0px solid #0e5ca1;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}

#primary-menu ul ul:not(.mega-menu-column) ul {
	top: -2px !important;
	left: 320px;
}


#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child {
	border-top: 0;
}

#primary-menu ul ul li>a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    width: 100%;
	text-align: left;
}

#primary-menu ul ul li>a i {
	vertical-align: middle;
}

#primary-menu ul ul li:hover>a {
	background-color: transparent;
	color: #0e5ca1;
}

#primary-menu ul ul>li.sub-menu>a,
#primary-menu ul ul>li.sub-menu:hover>a {
	background-image: url("../images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}


/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header-wrap {
	height: 100px;
}

#header.sticky-style-2 {
	height: 161px;
}

#header.sticky-style-3 {
	height: 181px;
}

#header.sticky-style-2 #header-wrap {
	height: 60px;
}

#header.sticky-style-3 #header-wrap {
	height: 80px;
}

#primary-menu>ul>li>ul,
#primary-menu>ul>li>.mega-menu-content,
#primary-menu>ul>li.mega-menu>.mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}


#header.sticky-header.semi-transparent {
	background-color: transparent;
}

#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #131615;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-bottom: 5px solid #0e5ca1;
	height: 120px;
}

#header.semi-transparent.sticky-header #header-wrap {
	background-color: rgba(255, 255, 255, 0.8)
}

#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {}

#header.sticky-header:not(.static-sticky) #primary-menu.style-3>ul>li>a {
	margin: 0;
	border-radius: 0;
}


#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-account {
	margin-top: 12px !important;
	margin-bottom: 13px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content {
	top: 40px;
}

#header.sticky-header.sticky-style-2 #primary-menu {
	border-top: 0;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/


#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider-parallax {
	position: relative;
}

.slider-parallax,
.slider-parallax .swiper-container {
	visibility: visible;
	-webkit-backface-visibility: hidden;
}

.slider-parallax .slider-parallax-inner {
	position: fixed;
	width: 100%;
	height: 100%;
}

.device-touch .slider-parallax .slider-parallax-inner {
	position: relative;
}

body:not(.side-header) .slider-parallax .slider-parallax-inner {
	left: 0;
}

body:not(.stretched) .slider-parallax .slider-parallax-inner {
	left: auto;
}

#header.transparent-header+.slider-parallax .slider-parallax-inner {
	top: 0;
}

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0s linear;
	-webkit-backface-visibility: hidden;
}

#slider .container {
	position: relative;
	height: 100%;
}

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay,
.video-placeholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: transparent url('images/grid.png') repeat;
	-webkit-backface-visibility: hidden;
}

.video-placeholder {
	z-index: 4;
	background-repeat: no-repeat !important;
}


/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 680px;
	color: #EEE;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark) {
	color: #222;
	text-shadow: none;
}

.slider-caption h1,
.slider-caption h2 {
	font-size: 64px;
	letter-spacing: 0px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.slider-caption p {
	margin-bottom: 10px;
	font-size: 24px;
}

.slider-caption.slider-caption-right {
	left: auto;
	right: 15px;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}


/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-carousel {
	margin: 0;
}

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	opacity: 1;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
	margin-top: -64px;
}

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 50px;
	width: 34px;
	height: 52px;
	color: #fff;
	font-size: 54px;
	text-align: center;
	margin-left: 7px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255, 255, 255, 1);
}

.flex-prev i {
	margin-left: 9px;
}

#slider .owl-prev i {
	margin-left: 0;
}

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
	margin-left: 10px;
}

.flex-next i {
	margin-left: 11px;
}

#slider .owl-next i {
	margin-right: 4px;
}

#slider .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-nav div,
#slider:hover .owl-nav {
	opacity: 1;
}

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {
	opacity: 1;
}


/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #111;
	border-bottom: 0px solid #0e5ca1;
	background-size: cover;

}

#page-title .container {
	position: relative;
}

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	font-size: 28px;
	background: #111;
	padding: 5px 10px;
	display: inline-block;
}

#page-title h2 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	font-size: 24px;
	background: #111;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
}

#page-title p {
	padding: 0;
	margin: 0;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	font-size: 24px;
	background: #0e5ca1;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
}

#page-title h3 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	font-size: 22px;
	background: #0e5ca1;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}


.content-wrap {
	position: relative;
	padding: 0px 0;
}

#content .container {
	position: relative;
}

.grid-container {
	position: relative;
	overflow: hidden;
}

body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}


/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	white-space: normal;
	margin: 5px;
	padding: 10px 15px;
	background-color: #0e5ca1;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0px;
	border: none;
}


body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-dark {
	background-color: #444;
}

.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}

.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 0px!important;
}


/* ----------------------------------------------------------------
	Promo Boxes
-----------------------------------------------------------------*/


.promo {
	position: relative;
	padding: 30px 200px 30px 0;
}

.promo h3 {
	font-weight: 700;
	margin-bottom: 0;
}

.promo>span,
.promo>.container>span {
	display: block;
	color: #444;
	font-weight: 300;
	font-size: 16px;
	margin-top: 6px;
}

.promo a.button,
.promo a.btn {
	background-color: #000;
}

.promo a.button:hover,
.promo a.btn:hover {
	background-color: #666;
}


/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/


.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.toggle .togglet span {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.toggle .toggleta {
	font-weight: bold;
}

.toggle .togglet span.toggle-open,
.toggle .toggleta span.toggle-closed {
	display: none;
}

.toggle .toggleta span.toggle-open {
	display: block;
}

.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}


/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px;
}

.toggle.toggle-bg .togglec {
	padding: 12px 0 0 36px;
}


/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
	border: 1px solid #CCC;
	border-radius: 4px;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px;
}

.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 44px;
}

.toggle.toggle-border .togglec {
	padding: 0 15px 15px 36px;
}

/* ----------------------------------------------------------------
	Quotes & Blockquotes
-----------------------------------------------------------------*/
blockquote p {
	margin-bottom: 15px;
}

blockquote.pull-left {
	max-width: 300px;
	margin: 5px 20px 10px 0;
	padding-right: 0;
}

blockquote.pull-right {
	max-width: 300px;
	margin: 5px 0 10px 20px;
	padding-left: 0;
}

.quote {
	border: none !important;
	position: relative;
}

.quote p {
	position: relative;
}

.quote:before {
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	content: "\e7ad";
	position: absolute;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 42px;
	top: 0;
	left: 0;
	color: #EEE;
}

.quote.blockquote-reverse:before {
	content: "\e7ae";
	left: auto;
	right: 0;
}


/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 700ms ease-in-out;
	-o-transition: height 700ms ease-in-out;
	transition: height 700ms ease-in-out
}

.owl-carousel {
	display: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	width: 100%;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	display: block;
	min-height: 100px;
	background: url('../images/preloader.gif') no-repeat center center
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

#slider .owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.mega-menu-content .owl-carousel.owl-hidden {
	opacity: 1;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("../images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -18px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #0e5ca1 !important;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -38px;
}

.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -50px;
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel-full .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #0e5ca1 !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
	display: none !important;
}


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
	*display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #0e5ca1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	opacity: 1;
}


/* ----------------------------------------------------------------
	22. Forms
-----------------------------------------------------------------*/

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.sm-form-control:-ms-input-placeholder {
	color: #999;
}

.sm-form-control::-webkit-input-placeholder {
	color: #999;
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.sm-form-control {
	height: auto;
}

.form-control {
	border-radius: 3px;
}

.form-control:active,
.form-control:focus {
	border-color: #0e5ca1;
	box-shadow: none;
}

label {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 10px;
	cursor: pointer;
}


label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
	margin-bottom: 25px;
}


/* ----------------------------------------------------------------
	24. Heading Styles
-----------------------------------------------------------------*/


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block {
	margin-bottom: 10px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #111;
}


.heading-block h1 {
	font-size: 28px;
}

.heading-block h2 {
	font-size: 22px;
}

.heading-block h3 {
	font-size: 20px;
}

.heading-block h4 {
	font-size: 16px;
	font-weight: 700;
}

.heading-block>span:not(.before-heading) {
	display: block;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}

.heading-block .before-heading {
	margin-bottom: 7px;
}

.heading-block.center>span,
.heading-block.title-center>span,
.center .heading-block>span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.heading-block h1+span {
	font-size: 22px;
}

.heading-block h2+span {
	font-size: 20px;
}

.heading-block h3+span,
.heading-block h4+span {
	font-size: 18px;
}


.tright .heading-block,
.heading-block.tright,
.heading-block.title-right {
	direction: rtl;
}

.heading-block.noborder:after,
.heading-block.nobottomborder:after {
	display: none;
}

.heading-block.border-color:after {
	border-color: #0e5ca1;
}


/* ----------------------------------------------------------------
	27. Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #0e5ca1;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 10px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop {
	bottom: 10px;
}

#gotoTop:hover {
	background-color: #0e5ca1;
}


/* ----------------------------------------------------------------
	28. Error 404
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	32. Footer
-----------------------------------------------------------------*/
#footer {
    /* position: relative; */
    border-top: 5px solid #0e5ca1;
    background-color: #131615;
    color: #fff;
    float: left;
    width: 100%;
}

.dark #footer {
	position: relative;
	background-color: #222;
	color: #fff;
}


#footer .footer-widgets-wrap {
	position: relative;
	padding: 30px 0;
	padding-bottom: 0px;
}


#copyrights {
	padding: 40px 0;
	font-size: 14px;
	line-height: 1.8;
	padding-top: 10px;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
}


.copyrights-menu {
	margin-bottom: 10px;
}

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

.widget h4 {
	color: #fff;
}

#copyrights .col_half {
	margin-bottom: 0 !important;
}

#copyrights a:first-child {
	margin-left: 0;
}

#copyrights .tright a:last-child {
	margin-right: 0;
}

.footer-logo {
	display: block;
	margin-bottom: 30px;
}


/* ----------------------------------------------------------------
	33. Widgets
-----------------------------------------------------------------*/


.widget {
	position: relative;
	margin-top: 50px;
}


.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.widget:first-child {
	margin-top: 0;
}

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget h4 {
	margin-bottom: 5px;
}

.sidebar-widgets-wrap .widget>h4 {
	letter-spacing: 1px;
}

.widget p:not(.lead) {
	font-size: 14px;
}


/* ----------------------------------------------------------------
	35. Bootstrap Specific
-----------------------------------------------------------------*/

.table .success {
	color: #3c763d;
}

.table .info {
	color: #31708f;
}

.table .warning {
	color: #8a6d3b;
}

.table .danger {
	color: #a94442;
}

.btn-link,
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #0e5ca1;
}

.btn-link:hover,
.btn-link:focus {
	color: #222;
}

.boot-tabs {
	margin-bottom: 20px !important;
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-chevron-left {
	left: 50%;
}

.carousel-control .icon-chevron-right {
	right: 50%;
}

.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}

.img-circle {
	border-radius: 50% !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	color: #FFF !important;
	background-color: #0e5ca1 !important;
	border-color: #0e5ca1 !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #0e5ca1;
}

label.radio,
label.checkbox {
	padding-left: 20px;
}

.input-group-lg>.input-group-addon {
	line-height: 1;
}


/* ----------------------------------------------------------------
	37. Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


/* ----------------------------------------------------------------
	mst
-----------------------------------------------------------------*/
.img-icon-cont img {
	max-width: 100%;
	height: auto;
}


.img-icon .heading-block:after {
	content: '';
	display: none;
	margin-top: 15px;
	width: 40px;
	border-top: 2px solid #444;
}

.img-icon .heading-block {
	margin-bottom: 0px;
}

.img-icon-cont i {
	font-size: 40px;
	margin-bottom: 10px;
}

.text_styles ul {
	margin-left: 0px;
	list-style: square;
}

.text_styles ul li {
	margin-bottom: 10px;
	margin-left: 30px;
}

.ref-list {
	columns: 3;
	margin-left: 0px;
}

.testi-bg {
	padding-bottom: 40px;
	padding-top: 40px;
}

.grey {
	background-color: #F5F5F5;
}

.paddingtop-sm {
	padding-top: 40px;
}

ul.page-nav {
	list-style: none;
	margin-bottom: 50px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.page-nav li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 18px;
}


ul.footer-menu {
	float: right;
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin-left: 10px;
}

span.notify-close img {
	height: 20px;
}

span.notify-close {
	cursor: pointer;
}

#notify {
	height: auto;
	text-align: left;
	line-height: 1.5em;
	display: none;
	z-index: 2;
	padding: .5em 0;
	background-color: #efefef;
}


.grey {
	background-color: #F9F9F9;
}

.toppadding-sm {
	padding-top: 30px;
}

.bottompadding-sm {
	padding-bottom: 30px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

ul.page-nav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 50px 0px;
	padding-bottom: 15px;
}

li.page-nav-item {
	float: left;
	width: calc(12.5% - 20px);
	margin: 0px 10px;
	text-align: center;
}

/* one item */
li.page-nav-item:first-child:nth-last-child(1) {
	width: calc(100% - 20px);
}

/* two items */
li.page-nav-item:first-child:nth-last-child(2),
li.page-nav-item:first-child:nth-last-child(2)~li.page-nav-item {
	width: calc(50% - 20px);
}

/* three items */
li.page-nav-item:first-child:nth-last-child(3),
li.page-nav-item:first-child:nth-last-child(3)~li.page-nav-item {
	width: calc(33.3333% - 20px);
}

/* four items */
li.page-nav-item:first-child:nth-last-child(4),
li.page-nav-item:first-child:nth-last-child(4)~li.page-nav-item {
	width: calc(25% - 20px);
}

/* five items */
li.page-nav-item:first-child:nth-last-child(5),
li.page-nav-item:first-child:nth-last-child(5)~li.page-nav-item {
	width: calc(20% - 20px);
}

/* six items */
li.page-nav-item:first-child:nth-last-child(6),
li.page-nav-item:first-child:nth-last-child(6)~li.page-nav-item {
	width: calc(16.66667% - 20px);
}

/* seven items */
li.page-nav-item:first-child:nth-last-child(7),
li.page-nav-item:first-child:nth-last-child(7)~li.page-nav-item {
	width: calc(14.2857% - 20px);
}

.text-block li {
	margin-left: 20px;
	margin-bottom: 5px;
}

#slider.white h1,
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white span,
.white .heading-block>span:not(.before-heading) {
	color: #fff;
}

.white .heading-block:after {
	border-top: 2px solid #fff;
}

.bg-center {
	background-position: center;
}

.col3 {
	columns: 3;
}

#slider h1 {
	font-size: 60px;
}

.text-block p+ul {
	margin-top: -5px;
}


span.big-text {
	font-size: 22px;
	margin-right: 20px;
}

.sidebar {
	width: 100%;
	float: left;
}


.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
	text-decoration: none;
}

.text-link {
	position: relative;
	font-size: 14px;
	color: #0e5ca1;
}


.promo {
	position: relative;
	padding: 30px 0;
	background-color: #0e5ca1;
	color: #fff;
}

.promo h1,
.promo h2,
.promo h3 {
	color: #fff;
}

.blue {
    background-color: #071959;
}

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue p,
.blue li{
	color: #fff;
}

.blue .button {
	background-color: #000;
}

.blue .heading-block:after {
	border-top: 2px solid #fff;
}


#page-title.dark {
	background-color: #333;
	color: #fff;
}

#page-title.dark h1 {
	color: #fff;
}


.light_blue {
	background-color: #0e5ca1;
}

.dark {
	background-color: #131615;
}

.black {
	background-color: #111;
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black p,
.black h1+span,
.black h2+span,
.black h3+span,
.black h4+span {
	color: #fff !important;
}

.button {
	margin-left: 0px;
	border-radius: 5px;
}


.form-horizontal .control-label {
	text-align: left !important;
}
.content-wrap ol,
.content-wrap ul {
	margin-left: 20px;
}

.content-wrap ul li {
	list-style: square;
	margin-bottom: 8px;
}

.flex-direction-nav {
	margin: 0;
}

ul.flex-direction-nav li {
	list-style: none;
}

.bluelight {
	background-color: #005c8d;
}

.bluelight h1,
.bluelight h2,
.bluelight h3,
.bluelight h4,
.bluelight p {
	color: #fff;
}

.bluelight .heading-block:after {
	border-top: 2px solid #ccc;
}

.bluelight a {
	color: #7cdaff;
}

.bluedark {
	background-color: #1b3d60;
}

.bluedark.promo {
	background-color: #1b3d60;
}


.ievent .btn-equip {
	background-color: #0e5ca1;
}

.videoWrapper,
.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper,
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.btn-right {
	float: right;
}


.table-responsive {
	overflow-x: auto;
	min-height: .01%;
}

#gme-1 {
	width: 100% !Important;
}

.img-grid i {
	font-size: 60px;
	color: #0e5ca1;
}

ul.ce-menu,
ul.ce-menu li {
	list-style: none;
}

.news_start h3 {
	font-size: 18px;
	margin-bottom: 0px;
}

.news_start .info {
	font-size: 14px;
}

.bottommargin-xs {
	margin-bottom: 10px;
}

.news_img {
	float: left;
	width: 100%;
	border: 0px solid #eee;
	padding: 0px;
	position: relative;
}

.no_news_imgframe .news_img {
	float: left;
	width: 100%;
	border: 0;
	padding: 0px;
}

.news_start .extra {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.light_grey {
	background-color: #f8f8f8;
}

.info {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.news_inner {
	float: left;
	width: 100%;
	padding: 20px 30px;
	background: #fff;
}

ul.f3-widget-paginator,
ul.f3-widget-paginator li {
	list-style: none;
}

ul.f3-widget-paginator {
	width: 100%;
	float: left;
	margin-left: 15px;
}

ul.f3-widget-paginator li {
	float: left;
}

ul.f3-widget-paginator li {
	float: left;
	margin-right: 5px;
}

ul.f3-widget-paginator li.current {
	float: left;
	width: 30px;
	background-color: #333;
	margin-right: 5px;
	text-align: center;
	color: #fff;
	padding: 5px;
}

ul.f3-widget-paginator li a {
	color: #fff;
	background-color: #0e5ca1;
	padding: 5px;
	width: 30px;
	text-align: center;
	display: block;
}

ul.f3-widget-paginator li:last-child a {
	width: auto;

}

.turkies {
	background-color: #0e5ca1;
}

.turkies .heading-block:after {
	border-top: 1px solid #fff;
}

.turkies h1,
.turkies h2,
.turkies h3,
.turkies h4,
.turkies h5,
.turkies h6,
.turkies p,
.turkies .heading-block>span:not(.before-heading) {
	color: #fff;
}

.turkies .button {
	background-color: #000;
	color: #fff;
}

.white {
	background-color: #fff;
	color: #111;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color: #111;
}

.lightgrey {
	background-color: #eee;
	color: #111;
}

.lightgrey h1,
.lightgrey h2,
.lightgrey h3,
.lightgrey h4,
.lightgrey h5,
.lightgrey h6,
.lightgrey p,
.lightgrey .heading-block>span:not(.before-heading) {
	color: #111;
}

#page-title.lightgrey {
	background-color: #eee;
}

#page-title.dark {
	background-color: #111;
}

#page-title.black {
	background-color: #111;
}


.form-control {
	border-radius: 0px;
}

.dark label {
	color: #111;
	text-transform: none;
	letter-spacing: 0px;
	font-size: inherit;
	margin-bottom: 5px !important;
}

.form-horizontal .radio {
	float: left;
	margin-right: 10px;
}

legend.powermail_legend {
	display: none;
}

.footer-list {
	list-style: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #0e5ca1;
}

.button.frame {
	background-color: transparent;
	color: #0e5ca1;
	border: 1px solid #0e5ca1;
}

.button.frame:hover {

	background-color: #0e5ca1;
	color: #fff;
	border: 1px solid #0e5ca1;
}

.dark .button.frame {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.dark .button.frame:hover {
	background-color: #0e5ca1;
	color: #fff;
	border: 1px solid #fff;
}

.external-link-new-window:after {
	display: inline-block;
	margin-right: 5px;

}

.external-link-new-window:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	margin-left: 5px;
	position: relative;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight:700;

}

.termine h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.content-wrap .ce-menu {
	display: block;
	text-align: center;
	margin-top: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}

.ce-menu-3 {
	border-bottom: 0px solid #eee;
}

.ce-menu li {
	display: inline-block;
	padding: 15px 10px;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

.menu-trenner .heading-block h2 {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}

.menu-trenner .heading-block {
	margin: 0px;
}

.menu-trenner .col-md-12 {
	margin: 0px !important;
}

.menu-trenner .heading-block h2 {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
	color: #888;
	text-transform: uppercase;
	padding-bottom: 3px;
}


iframe {
	border: none !important;
	width: 100% !important;
}

.nobottommargin .bottommargin-sm.text-block {
	margin-bottom: 0px !important;
}

.bigtext p {
	font-size: 18px;
}

.testimonial.testimonial-full[data-animation="fade"] {
	padding: 30px;
	padding-top: 5px;
}

.testimonial-full .testi-content {
	min-height: 150px;
}

.autoheight .testimonial-full .testi-content {
	min-height: auto;
}

.flex-direction-nav a:hover {
	text-decoration: none;
	border-bottom: 0px
}

#slider h1 {
}


.dark .heading-block:not(.not-dark)>span {
	font-weight: 500;
	color: #fff !important;
}

.one-page-arrow {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	font-size: 32px;
	text-align: center;
	color: #fff;
}

#slider h1 {
	margin-bottom: 0px;

}

#slider h1,
#slider h2 {
	color: #fff;
	font-size: 60px;
	text-transform: none;
	margin-bottom: 0px;
	font-weight: 300;

}
#slider h2,
#slider h3 {
	font-size: 28px;
	margin-bottom: 0px;
}


ul.ce-menu-1,
ul.ce-menu-3{
	padding-bottom: 20px;
}

ul.ce-menu-1 li,
ul.ce-menu-3 li{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.smaller-heading .heading-block h2 {
	font-size: 22px;
}

video {
	width: 100%;
	height: auto;
}

#c786 h3 {
	display: none;
}

.news-shadow {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	float: left;
	border: 1px solid #eee;
}

.content-wrap ul.nav-sidebar {
	margin-left: 0px;
}

.nav-sidebar>li>a:hover {
	background-color: transparent;
	border-bottom: 0px;
	color: #000;
}


@keyframes reveal-card-1 {
	0% {
		opacity: 0;
		-webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
		clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)
	}

	10% {
		opacity: 1
	}

	50% {
		-webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 0);
		clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 0);
		opacity: 1
	}

	100% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		opacity: 1
	}
}

.news-shadow:hover .effect-hover {
	opacity: 1;
}

.effect-hover {
	width: 100%;
	height: 100%;
	background-color: rgb(22 23 23 / 49%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease-out;
}

.testi-content h3 {
	margin-bottom: 5px;
	font-size: 18px;
}


.info-txt {
    float: left;
    font-size: 13px;
    padding-right: 8px;
    width: 100%;
    text-align: right;
}

.info-txt .info-ptop a {
    color: #fff;
	text-align: center;
}
.info-txt .info-ptop a:hover{
    color:#fff;
}
.info-ptop{
	padding-top: 10px;
}

.info-txt i {
    color: #fff;
}

#logo a:hover,
.info-txt a:hover {
	border-bottom: 0px;
}

.sticky-header .info-txt {}

.nobottommargin-after .bottommargin-sm {
	margin-bottom: 0px !important;
}

footer img {
	margin-bottom: 20px;
}

.news_header {
	display: block;
	width: 100%;
}

.nobottommargin-after .bottommargin-sm,
.checkoutlist .preisbox.nobottommargin-after .bottommargin-sm {
	margin-bottom: 0px !important;
}

.notopmargin-after .topmargin-sm {
	margin-top: 0px !important;
}

.smbottommargin-after .bottommargin-sm.img-icon-cont {
	margin-bottom: 10px !important;
}

.grid3 {
	background-position: bottom center;
	background-repeat: no-repeat;
}

.img-icon-cont {
	margin-bottom: 10px;
}

.img-radius img {
	border-radius: 50%;
	border: 1px solid #eee;
	padding: 3px;
}


.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	box-shadow: none;
}

.form-control {
	background-color: #F5F5F5;
	border-color: transparent;
	padding: 9px 14px;
}

.form-control:focus {
	border-color: #0e5ca1;

	-webkit-box-shadow: none;
	box-shadow: none;
}


/*   checkbox */
.checkbox label:after,
.radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 0em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	color: #03a9f4;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
	opacity: .5;
}

/*   anpassungen */
.one-page-arrow:hover {
	border-bottom: 0px;
}


.prime-color h2,
.prime-color h3,
.prime-color h4 {
	color: #0e5ca1;
}


.img-margin .img-icon-cont {
	margin-bottom: 0px;
	padding: 30px;
}

.tx-powermail h3 {
	display: none;
}


.text-grau,
.text-grau p {
	color: #999;
}

.no-caption .image-caption {
	display: none;
}


.form-control {
	background-color: transparent;
	border-color: transparent;
	padding: 9px 14px;
	border: 1px solid #a9a9a9;
}


.center .text-block {
	text-align: center;
}

.light,
.dark {
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-list ul {
	margin-left: 0px;
}

.icon-list ul li {
	list-style: none;
	padding-left: 1.5em;
	margin-left: 0px;
}

.icon-list ul li:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	color: #0e5ca1;
}

.no-img .img-icon-cont {
	display: none;
}

.img-margin .img-pd .img-grid {
	margin-bottom: 0px;
	padding: 30px;
}

.img-margin .img-mg-lg .img-grid {
	margin-bottom: 40px;
}

.img-10 .image {
	margin-bottom: 10px;
}


#footer a {
    border-bottom: 1px solid #0e5ca1;
    line-height: 2;
	margin-bottom: 5px;
}

#footer .widget_links a:hover {
	border-bottom: 1px solid #0e5ca1;
}

.cta h2 {
	font-size: 40px;
}

.cta h3 {
	font-size: 25px;
}


.info-txt a:hover {
	color: #0e5ca1;
	border-bottom: 0px solid #fff;
}


.img-margin-80 .img-icon-cont img {
	padding: 100px;
	padding-bottom: 0px;
	padding-top: 50px;
}

1svg {
	width: 160px;
	height: 160px;
}

1svg path {
	fill: #2c5793 !important;
}

.search_box svg path {
    fill: #fff !important;
}

#slider .button.dark,
.button.dark {
	background-color: #111;
	color: #fff;
	text-shadow: none;
}

.dark .button.dark:hover {
	background-color: #333;
	color: #fff;
	text-shadow: none;
}

.button.braun {
	background-color: #111111;
	color: #fff;
	text-shadow: none;
}

.dark .button.braun:hover {
	background-color: #322c27;
	color: #fff;
	text-shadow: none;
}

.background-center {
	background-position: center center !important;
}


.slider-caption p {
	margin-bottom: 10px;
	font-size: 24px;
	text-shadow: -1px -1px 5px rgba(0, 0, 0, .8), 1px 1px 5px rgba(0, 0, 0, .8);
}

.slider-caption p .button {
	text-shadow: none;
}

.dark #footer a {
    color: #fff;
}

#footer a {
	color: #fff;
}

#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #fff;
}

.lang-menu {
	display: inline;
	float: right;
	border-right: 0;
	padding-right: 10px;
}

.info-txt p {
	display: inline;
	float: right;
	border-radius: 5px;
}

span.lang_no,
.act_lang {
	display: none;
}

.lang-menu a {
	color: #111;
}

.lang-menu a:hover {
	color: #0e5ca1;
	border-bottom: 0px;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}


.category-menu-view {
	text-align: center;
	margin-bottom: 20px;
}

.category-menu-view li {
	/* float: left; */
	display: inline-block;
	margin-bottom: 10px;
	/* width: 150px; */
}


.braun h1,
.braun h2,
.braun h3,
.braun h4,
.braun h5,
.braun h6,
.braun p {
	color: #111111;
}


#slider:not(.slider-box1) h1,
#slider:not(.slider-box1) h2,
#slider:not(.slider-box1) h1+p{
    text-shadow: 2px 2px 3px #000;
}

#slider.slider-box1 h1, #slider .slider-box1 h1,
#slider .slider-box1 h2, #slider.slider-box1 h2,
#page-title.slider-box1 h1, #page-title .slider-box1 h1 {

  margin-bottom: 15px;
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2;
  text-shadow: none;
}

#slider.slider-box1 h2 {
    display: table;
}

.slider-box1 h1+p {
    font-size: 22px;
    margin-top: 5px;
}

#slider.slider-box1 p,
#slider .slider-box1 p,
#slider .slider-box2 p {

	clear: both;
	float: left;
}

#slider .slider-box2 h2,
#slider .slider-box2 h2,
#slider .slider-box2 h3,
#slider.slider-box2 p:not(:last-child),
#slider .slider-box2 p:not(:last-child) {
	margin-bottom: 5px;

	clear: both;
	float: left;
	color: #fff;
}

#page-title.title-box h1,
#page-title.title-box h1+span {
	background: #111;
	padding: 5px 10px;
	clear: both;
	float: left;
}

.dp--cookie-check label:last-child {
	display: none;
}

.cc-highlight .cc-btn:first-child {
	border-color: transparent;
	background-color: #555;
}

.desktop-hide {
	display: none;
}

.no-row .col-md-3.col-sm-6.col-12 {
	padding: 0px;
	position: relative;
	overflow: hidden !important;
}

.no-row .row {
	margin-left: 0px;
	margin-right: 0px;
}

.cont-hover .text-cont {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 95px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #fff;
	border-bottom: 0 solid #EEE;
	color: #111;
}

.cont-hover .text-cont {
	bottom: -95px;
	border-bottom: 0;
	padding: 15px;
}

.cont-hover .col-md-3.col-sm-6.col-12:hover .text-cont {
	bottom: 0 !important;
}


.cont-hover .col-md-3.col-sm-6.col-12 .img-icon-cont {
	margin-bottom: 0px;
}

body:not(.device-touch):not(.device-sm):not(.device-xxs) .cont-hover .col-md-3.col-sm-6.col-12:hover .text-cont {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.widget_links i {
	margin-right: 5px;
}


.social-icons {
	padding: 0;

	overflow: hidden
}

.social-icons {
	padding:0;
	
	overflow:hidden
}
.social-icons span a {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	margin-right: 0px;
	color: #111;
	padding-right: 8px;
}

.social-icons img {
	padding-right: 4px;
	margin-top: -2px;
}
.active_land a {
    font-weight: 500;
}


.ce-uploads {
	list-style: none;
	margin: 0 !important;
	margin-bottom: 40px;
}

.ce-uploads li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

.li-first {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}

.ce-uploads-description {
	display: none;
}

.ce-uploads-fileSize {
	margin-left: 10px;
}

.ce-uploads span {
	display: inline-block;
	margin-right: 5px;
}


.ce-uploads a[href $='.pdf']:before,
.ce-uploads a[href $='.PDF']:before,
.download a[href $='.pdf']:before,
.download a[href $='.PDF']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c1";
	margin-right: 10px;
}

.ce-uploads a[href $='.doc']:before,
.ce-uploads a[href $='.DOC']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c2";
	margin-right: 10px;
	color: navy;
}

.ce-uploads a[href $='.docx']:before,
.ce-uploads a[href $='.DOCX']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c2";
	margin-right: 10px;
	color: navy;
}

.ce-uploads a[href $='.xls']:before,
.ce-uploads a[href $='.XLS']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c3";
	margin-right: 10px;
	color: green;
}

.ce-uploads a[href $='.xlsx']:before,
.ce-uploads a[href $='.XLSX']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c3";
	margin-right: 10px;
	color: green;
}

.ce-uploads a[href $='.png']:before,
.ce-uploads a[href $='.gif']:before,
.ce-uploads a[href $='.jpg']:before,
.ce-uploads a[href $='.eps']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c5";
	margin-right: 10px;
	color: olive;
}

.ce-uploads a[href $='.ppt']:before,
.ce-uploads a[href $='.PPT']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c3";
	margin-right: 10px;
}

.ce-uploads a[href $='.pptx']:before,
.ce-uploads a[href $='.PPTX']:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f1c4";
	margin-right: 10px;
}

.ce-uploads a img {
	display: none;
}

.ce-uploads-fileName a:before {
	display: none;
}

.csc-default {
	clear: both;
}

.lead h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.lead h3 {
	font-size: 22px;
	margin-bottom: 10px;
}


#primary-menu-trigger path {
    fill: #fff;
}


#logo img {
    margin-top: 2px;
    height: 55px;
    width: auto;
    display: inline-block;
    margin-right: 0px;
}

.image-caption {
	display: block;
}

.search {
	display: inline-block;
	float: left;
	margin-top: 0px;
	font-size: 20px;
	color: #0e5ca1;
	margin-right: 15px;
	cursor: pointer;
}
.user-login a:hover,
.search:hover {
	border: 0px;
}

.user-login {
	display: inline-block;
	float: left;
	margin-top: 37px;
	font-size: 20px;
	color: #0e5ca1;
	margin-left: 10px;
	cursor: pointer;
}

.sub_menu .fa-angle-down:before {
	padding-left: 5px;
}
.search_box {
    position: absolute;
    right: 0;
    top: -40px;
    background: #111;
    width: 420px;
    display: none;
    box-shadow: 0 13px 42px 11px rgb(0 0 0 / .05);
    padding: 10px;
    padding-bottom: 0;
}
.dark .search_box {
	position: absolute;
	right: 0;
	top: 32px;
	background: #1b1b1b;
	width: 320px;
	display: none;
}

.info_label {
	height: auto;
	display: block;
	margin: 0;
}

.searchfield {
	float: left;
	width: calc(100% - 90px);
}

.submitbutt .button:not(.sbutton) {
	float: right;
	height: 38px;
	display: block;
	width: 65px;
	margin: 0;
	margin-top: 0px;
	font-size: 20px;
}

.search_box .button.close {
	width: 45px;
	text-align: center;
	padding-top: 8px;
	background-color: #000;
	opacity: 1;
}

.search_box .sbutton {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    height: 38px;
    width: 45px;
    line-height: 45px;
}

.searchfield .form-control {
	font-size: 20px;
}

.slider.main-cont {
	width: 100%;
	height: 600px;
}

.slider-kachel {
	width: 100%;
	height: 480px;
}

.slider-kachel .col-md-5 {
	padding-top: 100px;
}

.slider-kachel .col-md-5 h2 {
	font-size: 30px;
}

.slider-kachel .slick-slide img {
	display: inline-block;
	margin: 0px;
}

.slider_nav_itm {
	float: left;

}

.slider_nav_contlight {
    position: relative;
    float: left;
    width: 100%;
}

.slider_nav_cont_text {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 26px;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 0;
	height: 100%;
	font-weight: 500;
	float: left;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


.slick-current .slider_nav_cont_text {
	background: rgba(0, 0, 0, 0.7);
}

.slider_nav_itm:hover {
	cursor: pointer;
}

.slider_nav_cont_img img {
	width: 100%;
	height: auto;
	margin: 0;
}

.slick-prev {
	left: 0px;
}

.slick-prev:before {
	content: 'm';
	background: url(../images/angle-left-w.png) no-repeat center center;
	font-size: 0px;
	width: 50px;
	height: 50px;
	display: block;
	background-color: #000;
}

.slick-next {
	right: 0px;
}

.slick-next:before {
	content: 'm';
	background: url(../images/angle-right-w.png) no-repeat center center;
	font-size: 0px;
	width: 50px;
	height: 50px;
	display: block;
	background-color: #000;
}

.slick-prev:before,
.slick-next:before {
	opacity: 1;
}

.slick-prev,
.slick-next {
	z-index: 99;
}
.slick-nav .slick-track {
	background: #000;
}

.search.desktop-hide {
	display: none;
}

.news-amenu-container ul {
	margin-left: 0px;
}

.news-amenu-container ul li {
	list-style: none;
}

.news-amenu-container ul li a {
	display: block;
	padding: 5px 0;
	color: #111;
	padding-left: 5px;
	margin-bottom: 1px;
}

.news-amenu-container ul li a:hover {
	background-color: #0e5ca1;
	color: #fff !important;
	text-decoration: none;
}

.news-amenu-container ul li.active a {
    background-color: #0e5ca1;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #111;
}

.news-amenu-container ul li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: relative;
	left: 0;
	top: 0;
	margin-right: 5px;
}

.dark a {
	color: #fff;
}


.news-single iframe.img-responsive {
	min-height: 350px;
}

.slick-prev,
.slick-next {

	width: 50px;
	height: 50px;
}

.slim-box h1,
.slim-box h2,
.slim-box h3 {
	margin: 0;
}

.skiplink_cont {
	float: left;
	width: 100%;
}

#skip-link {}

.teaser_icon {
	margin-right: 10px;
}

.gallerycontent .pagination>li a {
	position: relative;
	float: left;
	padding: 0;
	background-color: transparent;
	border: 0px;
}

.gallerycontent .pagination>li {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}

.gallerycontent ul.pagination {
	margin-left: 1px;
}

.gallerycontent .pagination>li.current {
	background-color: #0e5ca1;
	color: #fff;
}


.mobile-nobreak .col-12 {
	width: 50%;
}

.lead {
	margin-bottom: 0px;
}

.strong {
	font-weight: 500;
}

#page-title .heading-block {
	margin-bottom: 0px;
}

#page-title .heading-block h1,
#page-title .heading-block h2 {
	margin-bottom: 0px;
}

.image-embed-item {
	margin-bottom: 10px;
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	outline-color: #0e5ca1;

}

.shariff ul {
	margin-left: 0px;
	margin-top: 20px;
}

#menubar2>li.open>ul {
	display: block;
}

#menubar2>li.open>ul>li.open>ul {
    display: block;
}

#menubar2>li.open>ul>li.open>ul>li.open>ul {
    display: block;
}

#menubar2 li:hover>ul {
	display: block;
}

#menubar2 li:hover>ul>li:hover >ul {
	display: block;
}

.submenu-closed {
	display: inline-block;
	background: transparent;
	border: 0px;
	padding-left: 0px;
	margin-left: 0px;
  color:#fff;
	font-size: 18px;
}



#primary-menu #menubar2 li>a {
	display: inline-block;
}


.slider_nav_itm:focus {
    border: 2px solid #fff;
}

.slider_nav_itm:focus-visible {
    outline-color: #fff;
}

.news_start h3 {
    color: #0e5ca1;
	display: inline;
	border-bottom: 1px solid #fff;
}
.news-infos {
    margin-top: 5px;
}

.news-shadow:hover h3{
	border-bottom: 1px solid #0e5ca1;
}

.news_teaser {
	margin-top: 0px;
}

.news_teaser p {
    color: #111;
}


.news_inner {
    text-align: left;
}

.slick-prev:focus,
.slick-next:focus {
  outline-color: #fff;
}

.slick-slide .heading-block h2{
    border-bottom: 2px solid #0e5ca1;
    display: inline-block;
	margin: 2px;
}

.slick-slide .heading-block h2 {
    border-bottom: 2px solid #0e5ca1;
    display: inline-block;
    margin: 2px;
    float: left;
    clear: both;
}
.slick-slide .heading-block h2 {
    border-bottom: 2px solid #0e5ca1;
    display: inline-block;
    margin: 2px;
    float: left;
    clear: both;
}
.slick-slide a:hover .heading-block h2,
.slick-slide a:focus .heading-block h2{
    border-bottom: 2px solid #fff;
    display: inline-block;
	margin: 2px;
}


.slick-slide a:focus .row{
	outline: 2px solid #fff;
}


.slick-slide p {
    float: left;
	width: 100%;
}

#footer a:focus-visible {
    outline-color: #fff;
}
#footer a:hover {
    border-bottom: 1px solid #00b5ff;
}

#footer .fright a:hover {
    border-bottom: 0px solid #fff;
}

.lang_search {
    float: right;
}

a#gotoTop:focus {
    outline-color: #fff;
}

.button:focus {
    outline: 2px solid #000;
}

.news-shadow > a {
  float: left;
}
.button.dark:focus {
    outline-color: #fff;
}

.fright a {
  float: left;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    border: 0px;
	margin-left: 0px!important;
}

.breadcrumb1 > li:first-child:before {
    margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	content: "\f0ac";
}
ul.breadcrumb li {
    margin-bottom: 2px;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0;
    color: #cccccc;
}

#primary-menu-trigger, #page-submenu-trigger {
    display: none;
}
.slim-box h2 {
    display: inline;
}
.slim-box p {
    display: inline;
    font-size: 24px;
}

b, strong {
    font-weight: 500;
}

.content-wrap p a:not(.button) {
    border-bottom: 1px solid #0e5ca1;
}

#page-title h1,
#page-title h1+h2,
#page-title h1+p{
	float:left;
	display: inline;
}

#page-title h1+h2,
#page-title h1+p{
    float: left;
    clear: both;
}

.dark .breadcrumb>.active {
	color:#BBB;
}

.news-list-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-list-view .news_start {
    display: flex;
    flex-direction: row;
}

.news-list-view .news-shadow {
    display: flex;
    flex-direction: column;
}

.news-list-view .news-shadow>a {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
	border-bottom: 0;
}

.news-list-view .news_inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.shariff li {
    overflow: initial;
	list-style: none!important;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#skiplinks-container {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 10;
}
.dark #skiplinks-container nav {
    background-color: #1d1d1d;
}
#skiplinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shariff .orientation-horizontal {
    justify-content: center;
}
.shariff li, .shariff li a {
    height: auto;
}
.news_header p {
    margin: 0px;
    font-size: 14px;
}

.slider-nav .slick-track {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}
.caption {
    padding-top: 10px;
}

.shariff .whatsapp a {
    background-color: #2e8820!Important;
}

#footer .fright img {

    width: auto;
	max-width: none;
}

.bhf .col-md-3 {
    margin-bottom: 20px;
}
ul.f3-widget-paginator li a {
    color: #fff;
    background-color: #000;
    padding: 12px;
    width: auto;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.pagination > li > a, .pagination > li > span {
    border-radius: 0px!important;
    padding: 12px;
    font-size: 18px;
    line-height: 18px;
}

ul.f3-widget-paginator li.current {
    float: left;
    width: auto;
    background-color: transparent;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    padding: 0;
    border: 0px;
}
ul.f3-widget-paginator li.current span{
    color: #fff;
    background-color: #0e5ca1;
    padding: 13px;
    width: auto;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 18px;
}
ul.f3-widget-paginator li.current span {
    border: 0;
}

.news-amenu-container ul li a {
    border-bottom: 0px!important;
    background: #eee;
}

.fancybox-button {
    background: #0e5ca1;
}


#c610 a {
    border: 0;
    background: #eee;
    /* color: #fff; */
    width: 100%;
    display: block;
    padding: 5px 0;
    padding-left: 5px;
    font-weight: bold;
    color: #000;
}

#c610 a:hover {
    background: #0e5ca1;
    color: #fff;
}

.frame-type-gallerycontent .container {
    padding: 0!important;
}

.toppadding-sm.frame-type-gallerycontent {
	padding-top: 0px!important;
}

.bhf .text-img {
    background-color: #1111116e;
    background-blend-mode: multiply;
}

.bhf .text-img a {
	border-bottom: 1px solid #fff;
}

.bhf .text-img:hover {
    background-color: #1111119e;
    background-blend-mode: multiply;
}

#c74 h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1de";
    color: #111;
    position: relative;
    font-variant: normal;
    font-weight: 900;
    margin-right: 5px;
}

.dark:not(.slider-box1) .button {
    background-color: #0e5ca1;
    color: #fff;
}

.dark:not(.slider-box1) .button:hover {
    background-color: #111;
    color: #fff;
}

.notcenter .center {
    text-align: left !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}

.notcenter .col-md-4 > .toppadding-sm {
    padding-top: 0px;
}


.kachel_menu h3 {
    margin-bottom: 0px;
}


.cc-body :focus-visible {
    outline-color: #fff;
    outline-width: 2px;
    outline-style: solid;
}

.dp--revoke:focus-visible {
    outline-color: #fff;
    outline-width: 2px;
    outline-style: solid;
}

.dp--revoke.cc-bottom-right  {
	margin-bottom: 0px;
	bottom: 10px;
	border:0px;
}

.fplansuche {
    background: #fff!important;
    padding: 20px!important;
    width: 100%!important;
    padding-bottom: 10px;
	float: left;
	min-height: 285px;
}


#slider.slider-box1 .fplansuche h2 {
    background: transparent;
    padding: 0;
    margin-bottom: 5px;
    display: block;
    clear: both;
    float: left;
    color: #111;
    text-shadow: none;
    font-size: 30px;
	
}


#slider.sliderfp{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	    overflow: visible;
		
}

#slider.sliderfp .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#slider.sliderfp.bottom-slider .container {
    justify-content: flex-end;
}

.hfs_widgetIconBranding {
	display: none;
}

.sliderfp .flexrow {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fp-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fp-form {
	float: left;
	width: 100%;
}

.dark .ce-menu a:focus-visible,
a.cc-link:focus-visible{
    outline-color: #fff;
    outline-width: 2px;
    outline-style: solid;
}
div#c650 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.button:focus-visible {
                outline: 2px solid #000;
                outline-offset: 2px;
}

.dp--revoke.cc-top-right, .dp--revoke.cc-bottom-right {
    right: 55px;
    left: auto;
}

.dp--revoke:focus-visible .dp--hover {
	display: block;
}



#slider .button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}



.content-wrap .ce-menu {
    display: block;
    text-align: center;
    margin-top: 0;
    float: left;
    width: 100%;
    margin: 0;
}

.content-wrap .ce-menu-1 {
    padding-bottom: 20px;
    text-align: left;
}


ul.ce-menu-1 li,
.menu-side ul.ce-menu-3 li {
    margin-bottom: 0;
    padding: 5px;
    float: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: rgba(0,0,0,.1);
}

.content-wrap .menu-side .ce-menu-3 {
    text-align: left;
}

.content-wrap .ce-menu-1 a, 
.content-wrap .menu-side .ce-menu-3 a {
   border: 0;
   color: #111;
   display: block;
}

ul.ce-menu-1 li,
.menu-side ul.ce-menu-3 li{
    padding-left: 25px;
    position: relative;
}

ul.ce-menu-1 li:hover,
ul.ce-menu-1 li:hover a,
.menu-side ul.ce-menu-3 li:hover,
.menu-side ul.ce-menu-3 li:hover a{
    background-color: #0e5ca1;
	color: #fff;
}

ul.ce-menu-1 li a:hover,
ul.ce-menu-3 li a:hover{
    color: #fff;
}

ul.ce-menu-1 li.current {
    background-color: #0e5ca1;
}

ul.ce-menu-1 li.current a {
    color: #fff;
}

.logos .img-grid a {
    width: calc(33% - 20px);
    float: left;
    display: block;
    margin: 10px;
    border: 1px solid #ddd;
}


.img3 a {
    width: calc(33.3% - 10px);
    display: block;
    float: left;
    margin: 5px;
    border: 0!important;
}

.ce-menu-1 a {
    border: 0!important;
}

blockquote >p>strong {
    text-transform: uppercase;
}





ul.ce-menu.ce-menu-3 a {
    color: #111;
}
ul.ce-menu.ce-menu-3 a:hover {
    color: #0e5ca1;
}

.cities-menu ul.ce-menu-1 li.current {
    background-color: #0e5ca1;
}

#slider .slider-box1.letter2 h1{
    -webkit-text-stroke: 2px #0e5ca1;
    -webkit-text-fill-color: black;
}
#slider .slider-box1.letter h1 {
    -webkit-text-stroke: 2px #0e5ca1;
    -webkit-text-fill-color: rgba(255,255,255,1);
    background-color: transparent;
}

.logoGal .owl-carousel .owl-item img {
    background: #fff;
    padding: 10px;
}



.news_start .info {
    font-size: 80%;
    position: absolute;
    top: 0;
    right: 15px;
    background: #000;
    padding: 10px;
	color: #fff;
}

.dark .news-shadow {
    box-shadow: none;
    float: left;
    border: 0px;
}
.news_inner {
    padding: 20px 10px;
    background: transparent;
}

.news_start .news-list-date {
 
}

.news_start h3 {
    font-size: 120%;
	margin-bottom: 0;
}

.dark .news_teaser p {
    color: #fff;
}
.news-single h1 {
    font-size: 300%;
    margin-bottom: 15px;
    font-weight: 700;
}

.news-single h2.teaser {
    font-weight: 300;
    font-size: 140%;
}

.news-single .extra {
    margin-bottom: 5px;
}

.dark .button.frame {
    background-color: transparent;
    color: #fff;
    border: 1px solid #0e5ca1;
}
.content-wrap ul.pager {
    margin-left: 0;
}


.pager li > a, .pager li > span {
    display: inline-block;
    border: 0px solid #dddddd;
    border-radius: 0px;
}
.pager li>a {
    border: 0!Important;
}
.pager li>a, .pager li>span {
	padding: 0;
}
#slider .cta h1,
.cta h1 {
    font-size: 250%;
    font-weight: 700;
	word-wrap: break-word;
}
#slider .cta h2,
.cta h2 {
    font-size: 180%;
    font-weight: 500;
	word-wrap: break-word;
}
#slider .cta2 h1,
.cta2 h1 {
    font-size: 310%;
    font-weight: 300;
	word-wrap: break-word;
}

#slider .cta2 h2,
.cta2 h2 {
    font-size: 130%;
    font-weight: 300;
}
.p_logos h2,
.col-md-12.text-block h2 {
    margin-bottom: 20px;
}
#primary-menu-trigger svg {
    height: 35px;
    width: 35px;
    margin-top: 8px;
}

.search svg,
.user-login svg{
    height: 30px;
    width: 30px;
}

.bg-top {
	background-position: top center;
}

.slider-vh80{
	height: 80vh!important;
}

.ias-spinner {
	width: 100%;
	float: left;
}

.powermail_fieldset label.control-label {
    font-weight: 300;
    color: #fff;
    font-size: 80%;
}

.tx-powermail h3 {
    display: block; 
}

.powermail_fieldset .form-control {
    background: #fff;
    color: #111;
}

.checkbox label {
    padding: 0;
}

.cta2 h3 {
    font-weight: 300;
}


#primary-menu999 ul ul:not(.mega-menu-column) {
    width: 930px;
}
#primary-menu ul li:nth-child(2) ul:not(.mega-menu-column) {
    width: 420px;
}

#primary-menu ul ul li {
    float: left;
	width: 100%;
}

.submitbutt svg {
    height: 20px;
    width: 20px;
    margin-top: 6px;
}
.close svg {
    margin-top: -1px;
}
.sbutton_b svg {
    margin-top: 3px;
}
.logo_w img.image-embed-item {
    background: #fff;
    padding: 20px;
    width: 80%;
    height: auto;
}

.ias-trigger {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.transBox .text-block {
    background: rgba(0,0,0,0.8);
    padding: 60px;
}
.box_w .row,
.box_w .col-md-4,
.box_dark .row,
.box_dark .col-md-4 {
    display: flex;
}

.box_dark .text-img {
    background: #333;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    text-align: center;
    width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.box_dark .img-grid a {
    border: 0!important;
}

.box_w  .text-img {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
	text-align: center;
	color: #111
}

.box_w  .text-img a{
    color: #111
}

.dark .box_w a:hover {
    color: #333;
}

.box_dark img,
.box_dark svg{
    filter: invert(1);
    height: 80px;
	width: 80px;
    margin: 20px 0;
}

#slider.slider-vh80 h1 {
    margin-bottom: 10px;
}
input#ke_search_sword1 {
    background: #fff;
    color: #111;
}

.tx-powermail .powermail_fieldset .powermail-errors-list>li {
    color: #0e5ca1!important;;
    padding: 5px 0px!important;;
    list-style: none!important;;
}

.tx-powermail .powermail_fieldset .powermail-errors-list {
    background-color: transparent!important;
    border: 0!important;;
}

.tx-powermail .powermail_fieldset {
    margin-left: -15px;
    margin-right: -15px;
}
.tx-powermail .container-fluid {
    padding: 0;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check.powermail_fieldwrap_marker_01 .powermail_field_error {
    background-color: transparent!important;
    color: #A94442;
}


.ce-vertical-middle .row {
    display: flex;
}

.ce-vertical-middle .col-md-5,
.ce-vertical-middle .col-md-6,
.ce-vertical-middle .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#slider.ce-vertical-middle .col-md-5,
#slider.ce-vertical-middle .col-md-6,
#slider.ce-vertical-middle .col-md-7 {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
}

.white h1, .white h2,.white h3,.white h4,.white h5,.white p{
	color: #111!important;
}
.text-shaddow h1, .text-shaddow h2,.text-shaddow h3,.text-shaddow p {
    text-shadow: 3px 3px 4px black;
}

.no-nav .owl-nav {
	display: none!important;
}

.dark .form-control {
    background-color: #fff;
    border-color: transparent;
    padding: 9px 14px;
    border: 1px solid #a9a9a9;
}

.btn-primary {
    color: #fff;
    background-color: #0e5ca1;
    border-color: #0e5ca1;
	border-radius: 0;
}
.form-check {
    float: left;
    margin-right: 10px;
}
.form-group {
    margin-bottom: 15px;
    clear: both;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 10px;
}
label {
    font-size: 14px !important;
}
.padding-30 {
	padding: 30px;
 }
 
 .slider-box3 .col-md-12 {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
}

.bgDark {
    box-shadow: 0 3000px rgb(7 25 89 / 65%) inset;
}
.info-leist {
    background-color: #000;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.info-txt2 {
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 43px;
    right: 15px;
	display: none!important;
}
.info-leist p,
.info-txt2 p{
    padding: 4px;
	margin: 0;
}
.info-txt2 i {
    font-size: 25px;
}

.info-txt2 a:hover {

    border-bottom: 0;
}

.fa-brands {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#footer .social a {
    border: 0;
    font-size: 30px;
    margin: 10px;
    display: block;
    float: left;

}
.dark #footer .social a {
    color: #fff;
}
#footer .social a:hover {
    color: #0e5ca1;
}
.form-check {
    float: left;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 20px;
}
label.form-check-label {
    width: 100%;
}
.form-group:not(.searchfield) {
    margin-bottom: 25px;
    clear: both;
    float: left;
    width: 100%;
}
.form-group .checkbox .cr,
.form-group .radio .cr {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.radio .cr+span, .checkbox .cr+span {
    display: block;
    padding-top: 5px;
    width: calc(100% - 50px);
    float: left;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    font-size: 18px;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon {
    color: #0e5ca1;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    margin-right: 15px;
}
.form-check.radio {
    float: left;
    margin-right: 0;
    width: auto;
    margin-bottom: 0px;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 10px; 
}

.form-group .form-group {
    margin-bottom: 0px;
}

.content-wrap ul.nav-sidebar {
	margin-left: 0px;
}

.nav-sidebar>li>a:hover {
	background-color: transparent;
	border-bottom: 0px;
	color: #000;
}


.news-amenu-container ul {
	margin-left: 0px;
}

.news-amenu-container ul li {
	list-style: none;
}

.category-menu-view li {
    float: left;
    display: inline-block;
    width: 100%;
}

.content-wrap ul li>ul {
    margin-bottom: 8px;
	margin-top: 8px;
}
.content-wrap ul li>ul li {
    list-style: circle;
}
.news-all a,
.news-amenu-container ul li a,
.category-menu-view li a{
    border-bottom: 0px!important;
    background: #000;
	text-align: left;
	display: block;
	padding: 5px 0;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 1px;
}
.news-all a:hover,
.news-amenu-container ul li a:hover,
.category-menu-view li a:hover,
.dark .news-amenu-container ul li a:hover,
.dark .category-menu-view li a:hover {
	background-color: #0e5ca1!important;
	color: #fff !important;
	text-decoration: none;
}


.news-amenu-container ul li a.active,
.category-menu-view a.active{
    background-color: #0e5ca1;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #111;
}


.news-amenu-container ul li a:before,
.category-menu-view li a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: relative;
	left: 0;
	top: 0;
	margin-right: 5px;
	font-weight: bold;
}

.news_frame .news_inner {
    float: left;
    width: 100%;
    padding: 10px 20px;
}
.cat .news_inner {
    background: #000;
}
.news_start.cat  h3 {
    color: #fff;
    display: inline;
}

.dark .news-shadow a{
    float: left;
    border: 1px solid #333!important;
    box-shadow: none;
}
.news-shadow a{
    float: left;
 
    box-shadow: none;
}
.result-news .news-shadow a{
    float: left;
    border: 0!important;
    box-shadow: none;
}
.result-news .news-shadow {
    border: 1px solid #333;
}
.news-auth {
    position: absolute;
    bottom: 0;
}
.label {
    border-radius: 0; 
}
.label-info {
    background-color: #0e5ca1;
}

.news-single h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.shariff .orientation-horizontal {
    justify-content: initial;
}

.flogo img {
    height: 60px;
}

.info-leist {
    display: none;
}

.result-news .result-number {
    position: absolute;
    top: 0;
    left: 15px;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.result-news .hit {
    font-weight: 600;
}
.news-logo .news_img {
    background: #fff;
    text-align: center;
}

figure.newsauthor-img {
    
}
.md-newsauthor .news-shadow {
    padding-top: 15px;
}
.news-logo .news-shadow {
    padding-top: 0;
	width: 100%;
}

.news-logo .news-shadow:hover h3 {
    border-bottom:0;
}

.tag-menu-view li a {
    display: block;
    border: 0 !important;
    padding: 0;
    font-size: 85%;
}


.tag-menu-view li {
    display: block;
    background: #000;
    padding: 5px 10px;
	    margin-bottom: 3px;
}

.tag-menu-view li:hover, .tag-menu-view li:hover a {
    background: #0e5ca1;
    color: #fff;
}
.tag-menu-view li.active {
    background: #0e5ca1;
}

.dark .nav.tag-menu-view>li>a:hover{
	background:transparent;
}
.foerder-logo {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer-logos img {
    max-height: 130px;
    width: auto;
}

.extra .label {
    margin-right: 3px;
    display: inline-block;
    margin-top: 3px;
    padding: 5px;
}
.label-cat {
    background: #008ac3;
}

.newsauthor-detail .news-shadow {
    border: 1px solid #eee;
    padding-top: 0;
}

.newsauthor-detail .news_inner {
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.news_teaser p {
  
    margin-bottom: 0;
}
.result-news .news-shadow h3 a {
    border-bottom: 1px solid red !important;
    display: inline;
    float: none;
}

.cat-img img {
    width: 100%;
    max-width: none;
}
.cat-vert li {
    width: 25%;
}

li.shariff-button a {
    border: 0 !important;
}

.tag-menu-view li a {
    color: #fff;
}

.news_start.date-list .news-list-date {
    display: block;
}
.call-date time,
.search-time{
    display: inline-block;
    float: left;
    margin-left: 5px;
	color: #fff;
}
.search-time{
	margin: 0;
    margin-right: 5px;
}
.call-start {
    background: green;
     padding: 6px 5px;
}
.call-stop {
    background: #be0303;
    padding: 6px 5px;
}

p.call-date {
    float: right;
}
p.news-detail-date.call-date{
   float:left;
   margin-bottom: 0;
}
p.news-detail-date.call-date time{
    margin: 0;
	margin-right: 5px;
	padding: 5px;
}

.news-single h2 {
    font-size: 150%;
}

.news-list-view .date-list  .news-shadow {
    width: 100%;
}

.date-list-cat {
    font-size: 80%;
    background: #000;
    padding: 6px 5px;
    color: #fff;
    float: left;
    margin-right: 5px;
}
.date-list .news-logo {
    float: left;
}
.date-list .news_teaser {

}
.date-list .news-logo img {
    float: left;
    margin-right: 5px;
}

.date-list .news_inner {
    padding: 10px 20px;
    background: transparent;
}

.dark svg path {
    fill: #fff !important;
}
.kesearch_searchbox svg path {
    fill: #fff !important;
}



#login-drop{
    display: none;
}

#login-drop {
    position: absolute;
    background: #fff;
    z-index: 10;
    right: 55px;
    top: 80px;
    padding: 20px;
    width: 380px;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
}
a#log_btn_drop {
    display: inline-block;
}
.user-name {
    display: block;
    float: left;
}

.login-form label {
    width: 100%;
}
.login-form label input {
    clear: both;
    width: 100%;

	background-color: transparent;
    border-color: transparent;
    padding: 9px 14px;
    border: 1px solid #a9a9a9;
}
.login-form input[type="submit"] {
    background: #0e5ca1;
    border:0;
    color: #fff;
	cursor: pointer;
    white-space: normal;
    padding: 10px 15px;
	margin-top: 5px;
}
.user-login svg {
    height: 35px;
    width: 35px;
}
.header-close {
    position: relative;
    width: 100%;
    float: left;
}
#login-drop .button.close {
    width: 30px !important;
    height: 30px;
    text-align: center;
    padding-top: 0;
    opacity: 1;
    background: transparent;
    margin: 0;
    position: absolute;
    right: 0;
}

#login-drop svg {
    width: 30px;
    height: 30px;
}
#login-drop svg path {
    fill: #111 !important;
}

.teaser_icon {
    display: none!important;
}

.result-list-item>div {
    padding: 20px 10px;
}
.result-list-item {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #eee;
}

.login-cont label {
    display: inline;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: inherit;
    line-height: inherit;
    color: #111;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.modal-content {
    border-radius: 0px;
}
.modal-header {

    border-bottom: 0;
}

.modal-header .close:hover{
    color: #111;
}

.modal-footer {

    border-top: 0;
}
.news-logo.auth-list img {
    width: 50px;
}

.news-text-wrap h2 {
    font-size: 120%;
}

#slider .h-margin h1 {
    margin-bottom: 20px;
}
.kesearch_searchbox #ke_search_sword1 {
    height: 40px;
}

.hasevents {
    font-size: 12px;
}

.hasevents div {
    background: #eee;
}

ul.newsdate-cat {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

ul.newsdate-cat li {
    list-style: none;
    float: left;
	display: inline-block;
	margin-right: 10px;
}

.newsdate-date {
    float: left;
    margin-right: 20px;
}
.newsdate-date label {
    clear: both;
    display: block;
}

.newsauth-img {
		width: 150px;
}

.ical-button {
    font-size: 12px;
    background-color: #337ab7;
    color: #fff;
    padding: 6px 14px;
    border: 0 !important;
}
.ical-button:hover {
    background-color: #1b4679;
    color: #fff;
}
.news-shadow >a {
    border-bottom: 0 !important;
}
.news-list-category span,
.news-detail-category a,
.news-list-category a {
    margin-right: 5px;
    border: 0 !important;
}
.news-list-category span {
    float: left;
}
.ical-lnk {
border: 0 !important;
margin-right: 5px;
}
.news_inner .news-logo {
    position: absolute;
    right: 35px;
    top: 10px;
}

.label {
    margin-bottom: 5px;
	font-size: 10px;
}

.news-detail-category .label {
	margin-bottom: 0;
}

select.form-control {
    padding: 0px 10px;
}

.f-box .row, .f-box .row >div {
    display: flex;
}
.grid4 .row > div {
    margin-bottom: 15px;
}
.shariff ul {
    margin-left: 0;
    margin-top: 5px;
}
.news_start h3 a {
    border-bottom: 1px solid #fff;
}

.tag-menu-view .label {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    margin-bottom: 2px;
    display: inline-block;
    margin-top: 0px;
}
.cat-h .category-menu-view li {
    float: left;
    display: inline-block;
    width: calc( 25% - 8px);
	margin-left: 5px;
	margin-right: 5px;
}
.cat-h .category-menu-view li:first-child {
    margin-left: 0px;
}

.cat-h .category-menu-view li:last-child {
    margin-right: 0;
}

.news-auth1 {
    margin-bottom: 8px;
    display: block;
}
.news_start.cat h3 {
    border: 0;
}

ul.cat-selector {
    margin: 0;
    float: left;
    width: 100%;
}
ul.cat-selector li {
    list-style: none;
    float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.cat-selector {
    display: flex;
    gap: 12px;
    flex-flow: wrap;
    width: 100%;
}
.cat-btn {
    border: 2px solid #999;
    display: inline-flex;
    max-width: 288px;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.col-lg-3 .cat-btn {
    justify-content: left;
}
.cat-btn a {
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
}
.cat-btn a:hover {
    border: 0!important;
}
.c-active {
    border: 2px solid #0e5ca1;
	background: #0e5ca1;
	color: #fff;
}
.c-active a {
	background: #0e5ca1;
	color: #fff;
}


#slider.h2-slim h2 {
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 130%;
    text-shadow: none;
    color: #111;
}
.h2-slim .flexrow {
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 40px;
}
#slider.h2-slim h1 {
    color: #111;
    text-shadow: none;
    margin: 0;
    margin-top: 30px;
    font-size: 200%;
}

#logo h1 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 18px;
}

.termine .date-list .news_inner {
    padding: 10px 0px;
}

.termine .date-list.bottommargin-sm {
    margin-bottom: 10px !important;
}
.termine .date-list h3 {
    margin-top: 0px;
}
.termine .date-list .news-shadow {
    box-shadow: none;
    float: left;
    border: 0;
    border-bottom: 1px solid #eee;
}
.termine .date-list:last-child .news-shadow {
    box-shadow: none;
    float: left;
    border: 0;
    border-bottom: 0;
}


.social i {
    font-size: 50px;
	margin: 15px;
    margin-right: 20px;
    color: #fff;
}

.social h2 i {
    font-size: inherit;
    margin: 0px;
    color: #111;
}
.social a {
    border-bottom: 0!important;
}

.gallerycontent>.item figcaption {
    font-size: 1.1em!important;
}
.gallerycontent>.item figcaption b {
    font-weight: 400;
}


.icon-box-order5 .col-md-12 {
    display: flex;
    flex-direction: column;
	text-align: center;
}

.5icon-box-order p {
    order: 1;
    font-size: 40px;
    color: #fff;
    background: #0e5ca1;
    display: block;
    padding: 30px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    height: 120px;
    margin-bottom: 10px;
}
.5icon-box-order p {
    order: 1;
}
.icon-box-order h2 {
    text-align: center;
    font-size: 150%;
}

.icon-box-order .img-grid img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.news_start .info {
    display: none;
}

.icons-thema img {
    width: 60px;
    height: auto;
    margin: 15px;
}
.img-grid.center {
    text-align: left !important;
}

.table .contenttable {
    background-color: #ffffff;
}
.contenttable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.contenttable > thead > tr > th, .contenttable > tbody > tr > th, .contenttable > tfoot > tr > th, .contenttable > thead > tr > td, .contenttable > tbody > tr > td, .contenttable > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.fa-whatsapp {
    font-size: 50px;
    margin-top: 0px;
    color: #0eab0d;
}


.contact a {
    border: 0 !important;
    margin-top: 5px;
    margin-right: 10px;
	display: block;
}
.contact h2 {
    margin-bottom: 0;
    font-size: 24px;
}

.icon-left .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.icon-left .img-grid.center {
    text-align: left !important;
    flex-basis: 130px;
}
.icon-left .heading-block.nobottomborder {
    flex-basis: 70%;
    clear: both;
}

.icon-left p {
    flex-basis: 100%;
}
.contact .col-md-12 {
    display: flex;
}
.contact p {
    order: 1;
}
.contact .heading-block {
    order: 2;
}
.icon-left.bottompadding-sm {
    padding-bottom: 0px;
}
.themen .img-box {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
	font-weight: 500;
}
.img-box {
    display: inline;
}
.icon-left h3 {
	font-weight: 700;
	font-size: 24px;
}
.togglet h2 {
    font-size: 20px;
}

.text-img {
    clear: both;
    width: 100%;
}

.social.cta .heading-block h2 {
    background-color: transparent;
    display: block;
    padding: 0;
    margin-bottom: 0;
    clear: none;
    float: none;
	transform: rotate(0deg);
	color: #fff !important;
}

.social.cta h2 {
    background-color: #ffcd00;
    display: inline;
    padding: 5px 15px;
    margin-bottom: 5px;
    clear: none;
    float: left;
    transform: rotate(-1deg);
    color: #111 !important;
    z-index: 2;
    position: relative;
}

.social.cta h2 + h2 {
    display: inline;
    clear: left;
    margin-top: -15px;
    transform: rotate(-1deg);
    background-color: #2c5793;
    color: #fff !important;
    z-index: 1;
    margin-left: -5px;
}

.social .img-grid {
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex
;
    flex-wrap: wrap;
}

.social.cta h2+ p + h2 {
    background-color: transparent;
    float: left;
    clear: both;
    transform: rotate(0deg);
    margin-top: 30px;
	color: #fff !important;
	padding: 0;
}

.social.cta h3 {
    font-size: 200%;
    font-weight: 700;
    word-wrap: break-word;
}
.social .img-box {
    display: block;
    float: left;
    text-align: center;
    width: 120px;
}
.social .img-grid .image-caption {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    min-height: 40px;
}
.icons-thema img {
    width: 60px;
    height: auto;
    margin: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.icons-thema a:hover img {
    border-color: #f3cf3d;
}
.social a:hover i {
	color: #f3cf3d;
}
.info-txt p {
    display: inline;
    float: right;
    color: #111;
    font-size: 16px;
    padding: 0px 5px;
    font-weight: bold;
    margin: 0;
    background: #0e5ca1;
    color: #fff;
}

.social p {
    float: left;
    width: 100%;
}

.gallerycontent>.item {
   position: relative;
}
.gallerycontent>.item figcaption {
    font-size: 16px !important;
}

.gallerycontent .item .desc {
    font-size: 14px;
    display: none;
}

.gallerycontent>.item figcaption {
    display: inline-block;
    padding-top: .5em;
    font-size: .75em;
    line-height: 1.4em;
	position: absolute;
	bottom: 0;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	width: 100%;
	cursor: pointer;
	max-height: 330px;
    overflow-y: auto;
	scrollbar-width: thin;
}


.gallerycontent>.item figcaption1:after {
    position: absolute;
    right: 0;
    top: 0px;
    content: '+';
    width: 20px;
    height: 20px;
    font-weight: 700;
    text-align: center;
    background-color: #edcf3d;
}

.gallerycontent>.item figcaption.open:after {
    content: '-'; /* Ändert das Symbol, wenn figcaption geöffnet ist */
	color: #111;
}
.gallerycontent>.item figcaption span>b {
    font-weight: 400;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 3px;
}
.region a {
    border-bottom: 0;
}

.region .img-box {
    width: 20%;
    float: left;
}
.social a {
    border-bottom: 0 !important;

}
.social .img-box a{
    display: block;
    float: left;
    text-align: center;
    width: 120px;
	position: relative;
}
.social .img-box a:before {
    content: "\f232";
    height: 25px;
    width: 25px;
    color: #0eab0d;
    position: absolute;
    right: 15px;
    /* border: 0; */
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    line-height: 0.8em;
    top: 18px;
}
.region .image-caption {
    font-weight: 500;
}

.icon-left .text-cont-main {
	width: 100%;
}

.1fancybox-caption__body {
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
}
.1fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
    min-height: 50px;
	scrollbar-width: thin;
}
.fancybox-caption--separate {
    background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-button svg path {
    fill: #fff !important;
    stroke-width: 0;
}

.fancybox-caption li {
    margin-left: 20px;
}
.fancybox-caption h3 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 500;
}
img.1fancybox-image {
    max-width: 800px;
    height: auto;
}
.1fancybox-content {
    max-width: 800px !important;
}
.fancybox-caption ul {
    width: 100%;
    border-top: 1px solid #333;
    padding-top: 5px;
    margin-top: 3px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}
.gallerycontent a {
    color: #111;
}
.gallerycontent a .title {
    border-bottom: 1px solid #2c5368;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #2c5368;
}

.fancybox-thumbs__list a {
    background-position: top center;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
    border-bottom: 0;
    text-decoration: underline !important;
    text-decoration-color: #0e5ca1 !important;
}

.themen .image-caption {
    min-height: 28px;
}

.themen .img-box img {
    height: 120px;
}

.social.small-icons .img-grid .image-caption {
	font-size: 12px;
}

.social.icons-thema.small-icons {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.fancybox-caption__body h4 {
    color: #fff;
    margin-top: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
}

.social.icons-thema .img-box a:before {
    line-height: 1em;
}

.togglet h2 {
    font-size: 18px;
    font-weight: 500;
}

.gallerycontent>.item a:before{
	
}

.gallerycontent a:before {
    position: absolute;
	top: 0px;
    right: 5px;
    width: 50px;
    height: 50px;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    z-index: 1;
    font-weight: bold;
    color: rgb(222 222 222 / 80%);
    font-size: 25px;
    padding: 10px;
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.gallerycontent a:hover:before {
    font-size: 30px; /* Größere Schriftgröße */
    transform: scale(1.2); /* Vergrößert das Symbol */
    color: rgb(222 222 222 / 100%); /* Erhöht die Deckkraft */

}
.gallerycontent>.item {
    position: relative;
    overflow: hidden;
}
.gallerycontent > .item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease; /* Smooth transition for the zoom */
}

.gallerycontent > .item:hover img {
    transform: scale(1.1); /* Slight zoom effect */
}
.breadcrumb>.active {
	color:#111;
}

.themen2 .img-box {
    width: 14.28%;
}
.themen2 .img-box img {
    height: 80px;
    width: auto;
}
.themen2 .image-caption {
    min-height: 28px;
    font-size: 16px;
}
.themen2 h2 {
    margin-bottom: 30px;
}

.fancybox-button {
    background: #0e5ca1;
}

.news_start .news_teaser {
    margin-top: 5px;
    margin-bottom: 5px;
}

#1slider .button {
    background-color: #f3cf3d;
    color: #111;
    font-weight: 600;
    transform: rotate(-1deg);
}
#1slider .button:hover {
    background-color: #2c5793;
	color: #fff;
}

.allm-text-2xl {
    font-size: 5rem!important;
    line-height: 2rem;
	background-color: #0e5ca1 !important;
}

.allm-mr-4 {
    margin-right: 2rem!important;
}
.allm-mb-4 {
    margin-bottom: 6rem!important;
}


.list-col ul {
    column-count: 4;
    column-gap: 20px;
}

.price-box .col-md-3 .text-img h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 120%;
}
.price-box .col-md-3 .text-img {
    border: 1px solid #eee;
    padding: 20px;
    min-height: 500px;
    border-radius: 10px;
    box-shadow: 1px 1px 15px 0px #dcdcdc;
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px;
    border-radius: 10px;
}
.togglet h2 {
    margin: 0;

}

.blue-box .row>div:first-child>div {
    background-color: #065c90;
    padding: 20px;
    color: #fff;
}

.blue-box .row>div:first-child>div h1,
.blue-box .row>div:first-child>div h2,
.blue-box .row>div:first-child>div h3,
.blue-box .row>div:first-child>div h4 {
  color: #fff;
}

#anything-llm-embed-chat-container .allm-items-start a {
    background-color: #0e5ca1;
    padding: 2px 5px;
    /* border: 1px solid #242c4f; */
    border-radius: 10px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}
#anything-llm-embed-chat-container .allm-items-start a:hover {
    border: none!important;
	background-color: #750000;
}

#anything-llm-header img {
	max-width: 88px!important;
    max-height: 88px!important;
}

.allm-cursor-pointer.allm-right-\[50px\] {
    right: 65px!important;
}
.allm-cursor-pointer.allm-bottom-\[10rem\] {
    bottom: 10.3rem!important;
}
a.allm-text-xs {
    color: #111 !important;
    border-bottom: 1px solid #0e5ca1;
    font-size: 12px;
}

.black a:not(.button) {
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.dark .button-dark:not(.button-border), .dark .button:hover {
    background-color: rgba(0, 0, 0, 0.8)!important;
}
.price-box ul li {
    list-style: none;
}

.price-box h3 {
    font-size: 200%;
    font-weight: bold;
}

.allm-anything-llm-assistant-message p {
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom:8px;
  }
  p.allm-text-slate-400.allm-text-sm.allm-font-sans.allm-py-4.allm-text-center {
    width: 80%;
    font-size: 11px;
    color: #111;
    text-align: left;
}
.allm-z-50 {
    z-index: 500!important;
}
.img-box svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.red .img-box svg {
    fill: #0e5ca1;
}

.price .table > tbody > tr > td {
    text-align: right;
}
.price .table > tbody > tr > td:first-child {
    text-align: left;
}
.price .table > thead > tr > th {
    width: 20%;
	min-width: 80px;
    text-align: right;
}
.price .table > thead > tr > th:first-child {
    text-align: left;
}

.mika-box .text-img {
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	padding: 25px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}

/* Hover-Effekt */
.mika-box .text-img:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* Gradient-Akzent oben */
.mika-box .text-img1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(to right, #4facfe, #00f2fe);
	border-radius: 16px 16px 0 0;
}

.flex, 
.flex .container,
.flex .row,
.flex .col-md-4 {
	display: flex;
}

#footer img {
    width: auto;
    max-width: none;
    height: 80px;
}
.header-icon {
    display: block;
    margin-bottom: 30px;
}

.news-header {
    display: inline-block;
    width: 100%;
}
  
  .news-header h3 {
    display: inline;
    background-color: #0e5ca1;
    color: #fff;
    line-height: 1.9;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 4px 8px;
    border-radius: 0;
    font-size: 2rem;
}
.news_start .news-list-date {
    background-color: #111;
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.text-cont-main {
    float: left;
    width: 100%;
}
.header-icon path {
    fill: #0e5ca1;
}

.perspektive .img-grid,
.perspektive .img-box {
    perspective: 1000px;
    display: inline-block;
    width: 100%;
}
  
.perspektive  .img-grid img,
.perspektive .img-box img {
	width: 100%;
	transition: transform 0.5s ease; /* geschmeidiger Übergang */
	transform-style: preserve-3d; /* 3D Effekt aktivieren */
  }
  
  .perspektive .img-grid:hover img,
  .perspektive .img-box:hover img {
	transform: rotateY(15deg) rotateX(10deg); /* Leichte 3D-Drehung */
  }




/* Duplikat mit entgegengesetzter Rotation */
.perspektive2 .img-grid,
.perspektive2 .img-box {
    perspective: 1000px;
    display: inline-block;
    width: 100%;
}

.perspektive2 .img-grid img,
.perspektive2 .img-box img {
    width: 100%;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

.perspektive2 .img-grid:hover img,
.perspektive2 .img-box:hover img {
    transform: rotateY(-15deg) rotateX(-10deg);
}


  a.fancybox:hover {
    border: 0;
}

.logos .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.owl-nav svg {
    height: 36px;
    padding: 5px;
}

.logos.cta h2,
.logos.cta h3 {
	margin-bottom: 20px;
}
#footer .a-noborder a,
#footer .a-noborder a:hover {
	border: 0;
}

.lang-menu a:not(.act_lang) {
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 24px;
}
.lang-menu a i {
    color: #fff !important;
}

.bg-box1 {
	background-color: #060c27; /* dunkelblau wie im Bild */
	position: relative;
	padding: 20px;
  }
  
  .bg-box1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid #060c27;
}


#slider .button {
    margin-top: 15px;
    background-color: #0e5ca1;
}

ul.ce-menu.ce-menu-3 a {
    color: #111;
    border-bottom: 1px solid #0e5ca1;
}

.latest-ref header h2 {
	text-align: center;
}

#contact-info {
    display: none;
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.main_logos img {
    width: 300px;
}
.main_logos .img-grid.center {
    text-align: center !important;
}


#primary-menu ul ul {
    padding: 15px;
	font-size: 16px;
}



#primary-menu ul li.current>a {
    background-color: transparent;
    border-bottom: 0 solid #01a6f5;
	color: #01a6f5;
}

#primary-menu ul ul li:hover>a {
    color: #00acff;
}

#primary-menu ul ul li.current:hover>a {
    color: #fff;
}

.shape .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.shape .col-md-4,
.shape .col-md-6 {
        display: flex;
    }
.shape .heading-block {
    margin-bottom: 10px;
    width: 100%;
  
}
.shape .row>.heading-block {
    margin-bottom: 10px;
    width: 100%;
  padding:20px;
}

.shape .col-md-4>.text-img,
.shape .col-md-6>.text-img  {
    background: linear-gradient(
    135deg,
    #122431 0%,
    #163447 40%,
    #1b4b63 100%
  );
    border-radius: 15px;
    padding: 20px;
    display: flex;
	margin-bottom: 20px;
}

.dark ul.ce-menu.ce-menu-3 a {
    color: #fff;
    border-bottom: 1px solid #0e5ca1;
}

.search svg path {
	fill:#fff;
}

.lang_search svg {
    width: 20px;
    height: 20px;
}

ul#skiplinks a {
    color: #fff;
}
.iconpack-4x {
    font-size: 3em!Important;
}

.dark .header-icon path {
    fill: #fff !important;
}
.dark blockquote {
    border-left-color: #0e5ca1!important;
}
.font-big .text-cont-main {
    font-size: 150%;
}

.text-blue .text-cont-main {
	color: #0e5ca1;
}


.text-blue .text-cont-main strong {
    font-size: 200%;
}

.cover-image {
	display: block;
	width: 100%;
	aspect-ratio: 12 / 5;
	overflow: hidden;
}

.cover-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-detail-imgCont {
    position: relative;
}
.news-single h1 {
    color: #fff;
}

.news-detail-date {
    background-color: #0e5ca1;
    padding: 5px;
    color: #fff;
    margin-bottom: 5px;
    float: left;
}

.news-single h2.teaser {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.news-detail-header {
    position: absolute;
    bottom: 0;
    padding: 30px;
    margin-right: 15px;
    background: linear-gradient(
        to top,
        rgba(17, 17, 17, 0.75) 0%,
        rgba(17, 17, 17, 0.45) 55%,
        rgba(17, 17, 17, 0) 100%
    );
}

.news-list-tags .label.label-default {
    background: #111;
    font-size: 100%;
    margin-left: 10px;
    margin-top: 0;
    display: inline-block;
    float: left;
    clear: both;
}

span.news-list-tags {
    float: left;
    width: 100%;
}

.news-list-tags .label.label-default {
    background: transparent;
    font-size: 100%;
    margin-left: 10px;
    margin-top: 0;
    display: block;
    float: left;
    clear: both;
    color: #111;
    border-top: 1px solid #eee;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    margin: 0;
}

.news-list-tags .label.label-default:last-child {
    border-bottom: 1px solid #eee;
}