/**
 * Global styles for the Accordeon
 */

.accordeon-element h6.accordeon-trigger {
	margin: 0 0 2px 0;
	padding: 10px 18px;
	min-height: 45px;

	line-height: 150%;
	color: #fff;
	background-color: #114E8E;

	font-size: 18px;
	font-weight: normal;

	cursor: pointer;
}

.accordeon-element.active h6.accordeon-trigger {
	background-color: #0e6ca7;
	font-weight: 600;
}

.margin-top-accordeon {
	margin: 30px 0 0 0;
}

.accordeon-element h6:hover {
	background-color: #0e6ca7;
}

.accordeon-trigger .icon-pfeil-nachunten,
.accordeon-trigger .icon-pfeil-nachoben {
	display: inline;
	padding-top: 3px;
	float: right;

	color: #fff;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
}

.accordeon-content {
	display: none;
	margin-top: 0;
	padding: 20px 12px;
}

.accordeon-content.responsive-table {
	display: none;
}

.active .accordeon-content {
	padding: 20px 12px;
	background-color: #fff;
}

.active .accordeon-content p.bodytext {
	margin: 0;
}

.active .accordeon-content figcaption.csc-textpic-caption {
	font-size: 12px;
	color: #94a4ac;
	text-align: left;
	line-height: 125%;
	letter-spacing: 0.02em;
}


/* News Slide */
.news-list-view {
	display: -webkit-box;
	overflow: hidden;
}
.news-item {
	width: 360px;
	height: 500px;
	background: #E9F5FC 0 0 no-repeat padding-box;
	margin-right: 30px;
	position: relative;
	flex-shrink: 0;
}

.news-filter [class*=btn-] {
	border-radius: 0;
	background: #E9F5FC;
	border: none;
	color: #0B4B89;
	margin-right: 15px;
	height: 36px;
}

.news-filter .active,
.news-filter .btn-group,
.news-filter .btn-group [class*=btn-]{
	background: #114E8E !important;
	color: #fff;
}

.news-filter .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.news-filter [class*=btn-]:focus
{
	outline: 0 auto -webkit-focus-ring-color;
	box-shadow: 0 0 0 0 rgba(108,117,125,.5);
}

.news .article h3 {
	font-size: 23px;
	line-height: 33px;
	font-weight: inherit;
	margin-top: 5px;
}

.news .article .news-list-date {
	font-size: 14px;
}

.layoutDefault .squarewhite .ce-bodytext {
	background: #E9F5FC 0 0 no-repeat padding-box !important;
	min-height: 300px;
	position: relative;
	padding: 20px !important;
	border-radius: 2px;
}

.layoutDefault .squarewhite h3 {
	line-height: 33px;
	font-size: 23px !important;
	font-weight: inherit !important;
}

.layoutDefault .squarewhite a {
	position: absolute;
	bottom: 30px;
}

.layoutDefault .squarewhite a::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105";
	margin-left: 10px;
}


@media screen and (max-width: 1199px) {

    header {
        margin: 0 0 10px 0;
    }

    .layoutDefault {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {

    .square-padding:nth-child(odd) {
        padding: 0 5px 0 10px;
    }

    .square-padding:nth-child(even) {
        padding: 0 10px 0 5px;
    }

    .square-padding-first {
        padding: 0 10px 0 5px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

    .button-padding:first-child {
        padding: 0 5px 0 15px;
    }

    .button-padding {
        padding: 0 5px 0 5px;
    }

    .button-padding:last-child {
        padding: 0 5px 0 5px;
    }

    .square-padding:first-child {
        padding: 0 5px 0 10px;
    }

    .square-padding {
        padding: 0 5px 0 5px;
    }

    .square-padding-first {
        padding: 0 5px 0 10px;
    }

    .square-padding:last-child {
        padding: 0 15px 0 5px;
    }

    aside.square-padding {
        padding: 0 10px 0 5px;
    }

    .squarelightblue {
        max-width: 370px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {

    .button-padding,
    .square-padding {
        padding: 0 15px 0 15px;
    }

    .square-padding-first {
        padding: 0 5px 0 10px;
    }

    .layout-fluid .container {
        height: 100%;
    }
}


/*!
 * Bootstrap Responsive Extended
 * Copyright	snowflake productions gmbh
 * Dependencies	Bootstrap v3.1.0
 *
 * Extends the bootstrap css framework with additional responsive features
 */

/* Responsive Breakpoints
 * Note: Just remove the class name 'layout-fluid' in template if you prefer to use hard layout breaks */
@media (max-width: 767px) {
	.margin-top-xs-large {
		margin-top: 40px;
	}
	.margin-top-xs-small {
		margin-top: 20px;
	}
	.margin-top-xs-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-xs {
		margin-top: 0;
	}

	.margin-bottom-xs-large {
		margin-bottom: 40px;
	}
	.margin-bottom-xs-small {
		margin-bottom: 20px;
	}
	.margin-bottom-xs-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-xs {
		margin-bottom: 0;
	}

	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}

@media (min-width: 768px) {
	.margin-top-sm-large {
		margin-top: 40px;
	}
	.margin-top-sm-small {
		margin-top: 20px;
	}
	.margin-top-sm-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-sm {
		margin-top: 0;
	}

	.margin-bottom-sm-large {
		margin-bottom: 40px;
	}
	.margin-bottom-sm-small {
		margin-bottom: 40px;
	}
	.margin-bottom-sm-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-sm {
		margin-bottom: 0;
	}

	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
}

@media (min-width: 992px) {

	.margin-top-md-large {
		margin-top: 40px;
	}
	.margin-top-md-small {
		margin-top: 20px;
	}
	.margin-top-md-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-md {
		margin-top: 0;
	}

	.margin-bottom-md-large {
		margin-bottom: 40px;
	}
	.margin-bottom-md-small {
		margin-bottom: 40px;
	}
	.margin-bottom-md-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-md {
		margin-bottom: 0;
	}

	.float-left-md {
		float: left;
	}
	.float-right-md {
		float: right;
	}
}

@media (min-width: 1170px) {
	.margin-top-lg-large {
		margin-top: 40px;
	}
	.margin-top-lg-small {
		margin-top: 20px;
	}
	.margin-top-lg-xsmall {
		margin-top: 10px;
	}
	.no-margin-top-lg {
		margin-top: 0;
	}

	.margin-bottom-lg-large {
		margin-bottom: 40px;
	}
	.margin-bottom-lg-small {
		margin-bottom: 40px;
	}
	.margin-bottom-lg-xsmall {
		margin-bottom: 10px;
	}
	.no-margin-bottom-lg {
		margin-bottom: 0;
	}

	.float-left-lg {
		float: left;
	}
	.float-right-lg {
		float: right;
	}
}

@media (max-width: 767px) {

	/*
	 * basic styling for responsive tables
	 */

	.responsive-table caption {
		display: inline-block;
	}
		/* Force table to not be like tables anymore */
	.responsive-table,
	.responsive-table thead,
	.responsive-table tbody,
	.responsive-table th,
	.responsive-table td,
	.responsive-table tr {
		display: block;
	}

		.responsive-table tr {
			border-bottom: 1px solid #999;
		}
			/* Hide table headers (but not display: none;, for accessibility) */
			.responsive-table thead tr,
			.responsive-table tr.thead {
				position: absolute;
				top: -999em;
				right: -999em;
			}
			.responsive-table tr:last-child {
				border-bottom-width: 0;
			}

			.responsive-table th {
				padding-left: 12px;
			}
				.responsive-table th:first-child,
				.responsive-table td:first-child {
					border-top-width: 0;
				}
				.responsive-table > thead > tr > td:not(.noHeader),
				.responsive-table > tbody > tr > td:not(.noHeader),
				.responsive-table > tfoot > tr > td:not(.noHeader),
				.responsive-table > thead > tr > th:not(.noHeader),
				.responsive-table > tbody > tr > th:not(.noHeader),
				.responsive-table > tfoot > tr > th:not(.noHeader) {
					position: relative;
					padding-left: 50%;
					text-align: right;
				}
				.responsive-table tr.thead + tr td,
				.responsive-table tr.thead + tr th,
				.responsive-table tr:not(.thead):first-child td,
				.responsive-table tr:not(.thead):first-child th {
					border-top-width: 1px;
				}
				.responsive-table tr.thead + tr td:first-child,
				.responsive-table tr.thead + tr th:first-child,
				.responsive-table tr:not(.thead):first-child td:first-child,
				.responsive-table tr:not(.thead):first-child th:first-child {
					border-top-width: 0;
				}
				.responsive-table td:before,
				.responsive-table th:before {
					/* Now like a table header */
					position: absolute;
					/* Top/left values mimic padding */
					top: 8px;
					left: 8px;
					/*width: 40%;*/
					padding-right: 10px;
					white-space: nowrap;
					font-weight: bold;
					content: attr(data-tableheader);
				}



	/*
	 * Adjustments for special table styles
	 */

	/* .table-condensed */
	.responsive-table.table-condensed td:before,
	.responsive-table.table-condensed th:before {
		left: 5px;
		top: 5px;
	}

	/* .table-bordered */

	.responsive-table.table-bordered {
		border: none;
	}

		.responsive-table.table-bordered > thead > tr > th,
		.responsive-table.table-bordered > tbody > tr > th,
		.responsive-table.table-bordered > tfoot > tr > th,
		.responsive-table.table-bordered > thead > tr > td,
		.responsive-table.table-bordered > tbody > tr > td,
		.responsive-table.table-bordered > tfoot > tr > td {
			border-width: 1px 1px 0;
		}

		.responsive-table.table-bordered tr:not(:first-child) th:first-child,
		.responsive-table.table-bordered tr:not(:first-child) td:first-child {
			border-top-width: 0;
		}

		.responsive-table.table-bordered tr.thead + tr td:first-child,
		.responsive-table.table-bordered tr.thead + tr th:first-child,
		.responsive-table.table-bordered tr:not(.thead):first-child td:first-child,
		.responsive-table.table-bordered tr:not(.thead):first-child th:first-child {
			border-top-width: 1px;
		}

		.responsive-table.table-bordered > thead > tr:last-child > th:last-child,
		.responsive-table.table-bordered > tbody > tr:last-child > th:last-child,
		.responsive-table.table-bordered > tfoot > tr:last-child > th:last-child,
		.responsive-table.table-bordered > thead > tr:last-child > td:last-child,
		.responsive-table.table-bordered > tbody > tr:last-child > td:last-child,
		.responsive-table.table-bordered > tfoot > tr:last-child > td:last-child {
			border-width: 1px ;
		}


}

@media (max-width: 767px) {
	/*
	 * basic styling for responsive video
	 */

	.video-js-box,
	.video-js {
		width: 100%!important;
		height: calc(100% + 20px)!important;
	}
}

nav.QuicklinksNavigation {
	position: absolute;
	left: -200px;
	top: 235px;

	z-index: 1000;
    width: 275px;
    height: auto;

    transition: left 0.4s ease-in-out
}

nav.QuicklinksNavigation ul,
nav.QuicklinksNavigation li {
	margin: 0;
	padding: 0;
}

nav.QuicklinksNavigation li:last-child {
	margin-bottom: 0;
}

nav.QuicklinksNavigation:hover {
	left: 0;
}

nav.QuicklinksNavigation.sub-template {
	top: 150px;
}

nav.QuicklinksNavigation a:before {
	border: none;
	left: 0;
}

nav.QuicklinksNavigation a:first-child {
	padding-left: 30px;
	border-top-right-radius: 16px;
}

nav.QuicklinksNavigation a {
	display: block;
	height: 75px;
	width: 275px;

	margin-bottom: 2px;
	padding-left: 30px;

	background-color: rgba(17,50,80, 0.66);
}

nav.QuicklinksNavigation a {
	line-height: 75px;

	color: #fff;
	font-size: 18px;
	font-weight: 200;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav.QuicklinksNavigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(17, 50, 80, 0.85);
}

nav.QuicklinksNavigation a span,
nav.QuicklinksNavigation a:hover span {
	font-family: 'vbl-iconfont';
	width: 76px;
	font-size: 32px;
	line-height: 75px;
	background-color: #0e6ca7;
	float: right;
	text-align: center;
	color: #fff;
}

nav.QuicklinksNavigation a:active span {
	color: #37b6fa;
}

nav.QuicklinksNavigation a:first-child span {
	border-top-right-radius: 16px;
}


@media screen and (max-width: 1199px) {
	nav.QuicklinksNavigation {
		position: static;
		height: auto;
		left: auto;
		top: auto;
		border-top: 1px solid #0e6ca7;
		margin-top: -5px;
	}
	nav.QuicklinksNavigation.sub-template {
		top: auto;
	}


	nav.QuicklinksNavigation a {
    	display: block;
    	height: 50px;
    	width: 275px;
    	line-height: 50px;

		margin-bottom: 0;
    	padding-left: 0;

    	border-bottom: 1px solid #0e6ca7;

    	background-color: rgba(17, 50, 80, 1);
    }

    nav.QuicklinksNavigation a:first-child {
    	padding-left: 0;
    }

    nav.QuicklinksNavigation a span,
    nav.QuicklinksNavigation a:hover span {
    	width: 76px;
    	height: 50px;
    	font-size: 22px;
    	line-height: 49px;
    	background-color: rgba(17, 50, 80, 1);
    	border-bottom: 1px solid #0e6ca7;
    	float: left;
    	text-align: center;
    	color: #fff;
    }

}

@media screen and (min-width: 2000px) {
		nav.QuicklinksNavigation {
			top: 50%;
			left: -200px;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		nav.QuicklinksNavigation:hover {
			left: 0;
		}

		nav.QuicklinksNavigation.sub-template {
        	top: 50%;
        }
}

.sidebar-offcanvas .meta-navigation ul.level1.active {
	margin-left: 0;
	display: block;
}

.sidebar-offcanvas .meta-navigation ul.level1 {
	margin: 0 0 0 -100%;
	padding: 0;
	transition-property: margin-left;
	transition-duration: 0.1s;
	display: block;
}

.meta-navigation ul {
	/*margin-left: 5rem;*/
}

.meta-navigation ul li {
	list-style: none;
	padding: 0 20px 16px 20px;
}

.meta-navigation li a.site-dropdown-toggle i {
	padding-left: 10px;
}

.meta-navigation li .dropdown-item:hover {
	background-color: unset;
}

.meta-navigation li.level1.sub > a:after {
	content: ">";
	font-size: 20px;
	position: absolute;
	right: 22px;
	top: -4px;
}

.meta-navigation li.parentlevel {
	display: flex;
	flex-direction: column;
	background: #E9F5FC 0 0 no-repeat padding-box;
	color: #114E8E;
	margin-bottom: 1rem;
}


/**
 * Offcanvas
 */

html,
body {
    min-height: 100%;
    /* Prevent scroll on narrow devices */
    overflow-x: hidden;
}

.overlay-offcanvas {
    display: none;
}
.sidebar-offcanvas {
    overflow: auto;
}
.content-offcanvas {
    opacity: 1;

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.trigger-offcanvas:hover,
.trigger-offcanvas:focus {
    text-decoration: none !important;
}

/* The smooth line after */
.trigger-offcanvas:after {
    position: absolute;
    content: '';

    z-index: 100;
}

.trigger-offcanvas:before {
    font-family: vbl-iconfont;
    content: 'h';
    font-weight: normal;
    height: 32px;
}

@media screen and (max-width: 1199px) {
    /* Offcanvas overlay */
    .active .overlay-offcanvas {
        display: block;
        position: absolute;
        z-index: 999;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .3);
    }

    /* Offcanvas dimension */
    .sidebar-offcanvas {
        width: 80%;
    }
}
    .row-offcanvas-left .sidebar-offcanvas {
        overflow-x: scroll;
    }

    /* Offcanvas styling */
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .sidebar-offcanvas {
        position: absolute;
        z-index: 1000;
        right: 0;
        background: #ffffff;
    }
    .content-offcanvas {
        position: relative;
        z-index: 2;
    }

    .row-offcanvas-right {
        left: 0;
    }

}

/**
 * MainNavigation inside offcanvas
 */
.sidebar-offcanvas .MainNavigation {
    border: none;
    background: none;
    margin-bottom: 0;
}

.sidebar-offcanvas .MainNavigation ul.nav {
    margin: 0;
}

.sidebar-offcanvas .MainNavigation ul.nav li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-offcanvas .MainNavigation ul.nav li a {
    display: block;
    height: 49px;
    line-height: 49px;
    padding: 0 15px;
    color: #fff;
    background: #444;
    border-bottom: 1px solid #333;
}
.no-touchevents .sidebar-offcanvas .MainNavigation ul.nav li a:hover {
    color: #fff;
    background: #393939;
    border-bottom: 1px solid #444;
}

/* Dropdown arrow */
.sidebar-offcanvas .MainNavigation ul.nav li.dropdown a .fa-angle-down {
    position: absolute;
    z-index: 100;
    top: calc(50% - 7px);
    right: 15px;
}

/* Dropdown menu */
.sidebar-offcanvas .MainNavigation ul.dropdown-menu {
    display: none;
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar-offcanvas .MainNavigation li ul.dropdown-menu a {
    height: auto;
    font-size: 13px;
    line-height: inherit;
    padding: 7px 15px;
}

/* Touched dropdown item */
.sidebar-offcanvas .MainNavigation ul.nav li.touched a,
.sidebar-offcanvas .MainNavigation ul.nav li.active a {
    color: #fff;
    background: #393939;
}
.no-touchevents .sidebar-offcanvas .MainNavigation li.dropdown.touched a:hover {
    color: #fff;
    background: #444;
    border-bottom: 1px solid #333;
}

@media screen and (max-width: 1199px) {
    /* Do not show before push */
    .responsive .MainNavigation {
        display: none;
    }
    .responsive .sidebar-offcanvas .MainNavigation {
        display: block;
    }
}

/**
 * MetaNavigation inside offcanvas
 */
.sidebar-offcanvas .MetaNavigation ul {
    margin: 48px 0 0 0;
    padding: 0;
    border-top: 1px solid #444;
}

.sidebar-offcanvas .MetaNavigation ul li {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-offcanvas .MetaNavigation ul li:before {
    display: none;
}

.sidebar-offcanvas .MetaNavigation ul li a {
    display: block;
    padding: 7px 15px;

    font-size: 13px;
    line-height: inherit;
    text-decoration: none;
    color: #777;

    background: #333;
    border-bottom: 1px solid #444;
}

.no-touchevents .sidebar-offcanvas .MetaNavigation ul li a:hover {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    /* Do not show before push */
    .responsive .MetaNavigation {
        display: none;
    }
    .responsive .sidebar-offcanvas .MetaNavigation {
        display: block;
    }
}


/* hide before document.ready and in biggest breakpoint */
.OffCanvasNavigation {
	display: none;
}
.sidebar-offcanvas .OffCanvasNavigation {
	position: relative;
	display: inline-block;
	margin: 0;
	background-color: #fff;
}
@media screen and (min-width: 1200px) {
	.sidebar-offcanvas .OffCanvasNavigation {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.MainNavigation {
		display: none;
	}
}

.OffCanvasNavigation {
	width: 100%;
}
	.OffCanvasNavigation ul {
		padding: 0;
		margin: 0;
	}
		.OffCanvasNavigation li {
			width: 100%;
			padding: 15px 20px;
			margin: 0;
		}

.OffCanvasNavigation li.level1 {
	display: table;
}

				.OffCanvasNavigation a:hover {
					text-decoration: none;
				}

				.OffCanvasNavigation li.parentlevel {
					display:flex;
					flex-direction: column;
					background: #E9F5FC 0% 0% no-repeat padding-box;
					color: #114E8E;
					margin-bottom: 1rem;
				}

				.OffCanvasNavigation li.parentlevel > a {
					font-size: 24px;
					line-height: 30px;
					letter-spacing: 0.48px;
					font-weight: lighter;
				}

				.OffCanvasNavigation li.level2 > a {
					font-weight: 500;
				}

				.OffCanvasNavigation .backToParent {
					margin-bottom: 15px;
				}

				.OffCanvasNavigation .backToParent a, .meta-navigation ul.level2 li.parentlevel a {
					cursor: pointer;
					color: #1D1D1D;
					padding-left: 15px;
					font-size: 16px;
					line-height: 30px;
					letter-spacing: 0;
				}
					.OffCanvasNavigation .backToParent a:after, .meta-navigation ul.level2 li.parentlevel a:after {
						content: "<";
						left: 0px;
					}


.OffCanvasNavigation ul.level1 {
	margin: 0 0 0 -100%;
	padding: 0;

	transition-property: margin-left;
	transition-duration: 0.5s;
	width: 100%;
}

.OffCanvasNavigation li.level1 > a {
	font-weight: bold;
}
	.OffCanvasNavigation ul.level1.active {
		margin-left: 0;
		margin-top: 40px;
	}

.OffCanvasNavigation ul.level2 {
	position: absolute;
	top: 0;
	left: 100%;

	width: 100%;
	padding-left: 0;

	background-color: #fff;

	list-style: none;
	visibility: hidden;

	transition-property: visibility, left;
	transition-delay: 0s;
	transition-duration: 0.5s;
}

.OffCanvasNavigation li.level2 {
	padding: 0 20px;
}

.OffCanvasNavigation li.level2 hr {
	border-color: #E9F5FC;
	margin-bottom: 0.75rem;
}

.OffCanvasNavigation li.level2.sub hr {
	margin-bottom: 0;
}

.OffCanvasNavigation li.level2.sub {
	display: block;
	position: relative;
}

	.OffCanvasNavigation ul.level2.active {
		visibility: visible;
		transition-property: visibility, left;
		transition-delay: 0s;
		left: 0;
		transition-duration: 0.5s;
	}

.OffCanvasNavigation li.level3 {
	padding: 0 15px;
	border-top: 1px solid #E9F5FC;
	list-style: none;
}
.OffCanvasNavigation li.level3 a {
	color: #000000;
	font-size: 16px;
	line-height: 44px;
	letter-spacing: 0.16px;
}

.OffCanvasNavigation li.level3:first-child {
	border: none;
}

.OffCanvasNavigation li.level3:last-child {
	border-bottom: 1px solid #E9F5FC;
	margin-bottom: 0.75rem;
}

@media screen and (max-width: 1199px ) {
			.OffCanvasNavigation .backToParent a:after, .meta-navigation ul.level2 li.parentlevel a:after {
				position: absolute;
				top: 0;
				left: 0;
				font-size: 16px;
				color: #000000;

			}

}


/**
 * Specific styles for the partial SubNavigation
 */

	.SubNavigation ul > li > a {
		margin-left: 0;
		padding: 13px 0 12px 15px;
		border-bottom: 1px solid #F0F0F0;
		font-size: 15px;
		font-weight: 600;
		color: #333;
		line-height: 22px;
		letter-spacing: 0.02em;
	}
	.SubNavigation ul > li > a:hover {
		background-color: #0c6094;
		color: #fff;
		font-size: 15px;
		font-weight: 600;
	}
	.SubNavigation ul > li.active > a {
		color: #fff;
		background-color: #0c6094;
		border-bottom: none;
		font-size: 15px;
		font-weight: 600;
	}

/* The second, third and fourth navigation level */
.SubNavigation > ul {
	padding-left: 0;
	border-top: 1px solid #F0F0F0;
}

	.SubNavigation ul ul {
		margin: 0;
		border-bottom: 1px solid #dddddd;
		padding: 10px 0 4px 0;
	}

	.SubNavigation ul li.active {
		border-bottom: 1px solid #fff;
	}

	.SubNavigation ul ul li > a:hover,
	.SubNavigation ul ul li.active > a {
		background-color: #fff;
		color: #0e6ca7;
		font-size: 15px;
		font-weight: 400;
	}

	.SubNavigation ul ul a {
		padding: 1px 0 1px 25px;
		border-bottom: none;
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		color: #333;
	}

	.SubNavigation ul ul li.active > a {
		font-size: 15px;
		border-bottom: 1px solid transparent;
		padding: 1px 0 1px 25px;
		font-weight: 700;
	}

	.SubNavigation ul ul a:hover {
		padding: 1px 0 1px 25px;
		border-bottom: none;
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
	}
	.SubNavigation ul ul li {
		padding: 4px 0 4px 0;
	}
	.SubNavigation ul ul ul {
		padding: 4px 0 4px 0;
		border-bottom: 1px solid #F4F4F4;
	}
	.SubNavigation ul ul ul li {
		padding: 4px 0 4px 0;
	}
	.SubNavigation ul ul li:last-child ul {
		border-bottom: none;
	}
		.SubNavigation ul ul ul a,
		.SubNavigation ul ul ul a:hover,
		.SubNavigation ul ul ul li.active a {
			padding: 0 0 6px 50px;

		}
			.SubNavigation ul ul ul ul a,
			.SubNavigation ul ul ul ul a:hover,
			.SubNavigation ul ul ul ul li.active a {
				padding: 0 0 6px 75px;
			}


/**
 * Responsive styles for the partial Footer
 */

@media screen and (max-width: 1199px) {

    .Footer {
        padding: 30px 0 30px 0;
    }

    .Footer .innerFooter {
        height: auto;
        width: 100%;
        padding: 0 71px 0 78px;

    }

    .Footer .innerFooter .facebook {
        width: 20%;
    }

    .Footer .innerFooter nav.Footer a {
        font-size: 17px;
    }
}

@media screen and (min-width: 576px) {
    .footer-middle .container .row .csc-element > div {
        padding: 15px 0;
    }

    .Footer div[class*='col-'] > div {
        margin: 0 15px;
    }
}

@media screen and (min-width:768px) {
    .Footer .contact-info {
        padding: 50px 0;
        font-size: 40px;
        line-height: 30px;
        letter-spacing: 0.4px;
    }

    .footer-middle {
        padding: 15px 0;
    }

    .footer-middle a,
    .footer-middle .ce-bodytext {
        line-height: 26px;
    }

    .Footer .innerFooter nav.Footer ul li {
        margin-top: 0;
        width: auto;
    }

    .Footer .download-app .csc-textpic-imagecolumn {
        width: 25%;
        padding-top: 20px;
    }

    .Footer div[class*='col-'] > div {
        padding: 0;
        margin: 0;
    }
    .Footer div[class*='col-'] > div.accordeon-element {
        border-bottom: none !important;
    }
    .footer-middle .container .accordeon-element + div {
        display: block !important;
        border-bottom: none !important;
    }
    .footer-middle .container .row .csc-element > div {
        padding: 0;
    }

    .footer-middle .container header h3 {
        padding: 20px 0;
    }
    .footer-bottom {
        padding-bottom: 10px;
    }
    .Footer div[class*='col-'] div.accordeon-content::after {
        display: none;
    }
}


