
html, body {
	font-family: 'InterstateRegular', 'InterstateLight', Arial, Helvetica, sans-serif;
	color: #011e41;
	font-size: 18px;
}

body {
	font-family: 'InterstateLight';
	font-weight: 300;
	line-height: 1.8;
}

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

.frame {
	padding:0;
}
/* kommt von bootstrap_package */
.frame a[class=""], .frame a:not([class]) {
  color: inherit;
}
.frame a[class=""]:hover, .frame a:not([class]):hover {
  color: initial;
}

a, a:hover {
	color: #011e41;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #60cff2
}

fieldset#ctrl_97 span {
	display: block;
}
fieldset#ctrl_97 label {
	margin-left: 0.5em;
}
fieldset#ctrl_97 input[type="radio"]:after {
	/*border: solid 2px #60cff2;
	border-radius: 50%;*/
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -9px;
    left: -1px;
    position: relative;
    /*background-color: #d1d3d1;*/
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #60cff2;
}
.widget-submit button.submit {
	background: #087ec4;
    border: 1px solid #087ec4;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 1px;
    line-height: 42px;
    min-width: 200px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: opacity 0.1s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
	font-family: InterstateRegular;
	text-transform: uppercase;
	color: #60cff2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit
}

h1 {
	font-size: 27px;
	font-weight: normal;
	margin: 75px 0px 35px;
	line-height: 1
}

h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 40px 0px 30px 0px;
	line-height: 1
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 35px 0px 25px 0px;
	line-height: 1
}

h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0px 20px 0px;
	line-height: 1
}

h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 30px 0px 20px 0px;
	line-height: 1
}

h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 30px 0px 15px 0px;
	line-height: 1
}

p strong {
	font-weight: bold;
}


.page-header {
	height: 140px;
	background-position: top center;
}

.langmenu-bar {
	display: flex;
	justify-content: flex-end;
}

ul.langmenu {
	list-style: none;
	padding:0;
	margin:0;
}
ul.langmenu>li {
	display: inline-block;
	font-size: 14px;
}

.langmenu li:before {
	content: "/";
	margin-left: 10px;
	margin-right: 10px;
}

.langmenu li:first-child:before {
	display: none;
}


.header-search-form.open {
	left: initial;
	opacity: 1;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}


.mobile-menu-button i {
	background: #39c4f1;
	display: inline-block;
	padding: 7px 8px;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s;
}
.mobile-menu-button:hover i {
	color: inherit;
	background-color: #fff;
}

.menu-container {
	position: fixed;
	width: 90%;
	background: #4bc1e1;
	top: 0px;
	left: 0;
	z-index: 99999;
	height: 100%;
	overflow-y: auto;
	transition: left 0.25s ease-out;
	max-width: 400px;
	padding: 0px 15px;
	height: 100%;
	margin-left:-90%;
}

.menu-container.open {
	left: 90%;
}

.main-menu ul {
	list-style: none;
	padding:0;
	margin:0;
}

.main-menu ul, .main-menu li {
	display: block;
}

.main-menu a {
	font-family: 'InterstateRegular', 'InterstateLight', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.main-menu a {
	display: block;
	width: 100%;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 14px;
	outline: 0;
}
.main-menu a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.main-menu a:hover {
	background-color: #fff;
	color: #4bc1e1;
}

.main-menu>ul>li>ul {
	overflow: hidden;
	height: 0;
	max-height: 0px;
	transition: max-height 0.2s;
}

.main-menu>ul>li>ul.open {
	max-height: 800px;
	height: auto;
}

.main-menu>ul>li>ul>li>a {
	text-transform: none;
	font-size: 13px;
}

.search-button {
	display: none;
}

.search-wrapper {
	margin-top: 40px;
}

.logo-wrapper img.logo-big {
	display: block;
}

.logo-wrapper img.logo-small {
	display: none;
}

@media only screen and (min-width:1140px) {

	.mobile-menu-button {
		display: none;
	}
	
	.menu-container {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: static;
		width: auto;
		height: auto;
		background: transparent;
		transition: none;
		max-width: 100%;
		padding: 0px;
		top: 0;
		left: 0;
		overflow-y: initial;
		height: auto;
		margin-left:0;
	}
	
	.search-wrapper {
		margin: 0;
	}
	
	.main-menu>ul>li>a {
		font-size: 18px;
		background-color: transparent;
		color: inherit;
		border: none;
		display: inline-block;
		padding: 0;
		line-height: 50px;
		white-space: nowrap;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	
	.main-menu>ul>li>a:hover {
		background-color: transparent;
	}

	.main-menu a {
		border-bottom: 0;
	}
	.main-menu a:hover, .main-menu li.active>a, .main-menu>ul>li:hover>a {
		color: #4bc1e1 !important;
	}

	.main-menu>ul {
		display: flex;
		justify-content: space-between;
	}
	.main-menu>ul>li {
		position: relative;
		margin-left: 22px;
		margin-right: 22px;
	}
	.main-menu>ul>li:first-child {
		margin-left: 0px;
	}
	.main-menu>ul>li:last-child {
		margin-right: 0px;
	}

	.main-menu>ul>li>ul {
		display: block;
		position: absolute;
		background-color: rgba(75, 193, 225, 0.9);
		width: 260px;
		opacity:0;
		transition: opacity 0.3s, top 0.3s;
		left: -9999px;
		z-index: 10;
		height: auto;
		max-height: initial;
	}
	.main-menu>ul>li:hover>ul {
		display: block;
		opacity:1;
		left: 0;
	}

	.main-menu>ul>li>ul>li {
		border-bottom: 1px solid #e0e0e0;
		line-height: 22px;
	}

	.main-menu>ul>li>ul>li>a {
		color: #fff;
		padding: 7px 15px;
		display: block;
		text-transform: none;
		font-size: 13px;
	}
	.main-menu>ul>li>ul>li>a:hover {
		background: #f8f8f8;
		color: #011e41;
	}

	
	
	.search-button {
		display: inline-block;
		margin-left: 160px;
	}
	
	.search-button i {
		background: #39c4f1;
		display: inline-block;
		padding: 7px 8px;
		width: 32px;
		height: 32px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		transition: all 0.2s;
	}
	
	.search-button:hover i {
		color: inherit;
		background-color: #fff;
	}
	.search-wrapper {
		position: relative;
	}
	.header-search-form {
		position: absolute;
		top: calc(100% + 17px);
		left: -9999px;
		opacity: 0;
		transition: all 0.2s;
	}
	.header-search-form input {
		height: 36px;
	}
	
}

.page-header {
	transition: box-shadow 0.5s;
}

.stuck-header {
	padding-top: 140px;
}

.stuck-header .page-header {
	position: fixed;
	top: 0;
	background: #fff !important;
	height: 50px;
	width: 100%;
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.15);
	z-index: 9000;
}

.stuck-header .header-wrapper {
	height: 50px;
}


.stuck-header .langmenu-bar {
	display: none;
}

.stuck-header .logo-wrapper img.logo-big {
	display: none;
}

.stuck-header .logo-wrapper img.logo-small {
	display: block;
}

.stuck-header .header-search-form {
	top: calc(100% + 10px);
}

@media only screen and (min-width:1140px) {
	.stuck-header .page-header .main-menu>ul>li>a {
		line-height: 1;
		padding-top: 16px;
		padding-bottom: 15px;
		height: 50px;
	}
}



.breadcrumb-bar {
	background-color: #f8f8f8;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	font-size: 12px;
	line-height: 36px;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: inherit;
	content: "›";
}

.breadcrumb-item.active {
	color: inherit;
	font-weight: bold;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


footer {
	font-size: 15px;
	font-weight: normal;
	margin-top: 70px;
	transform: translate(0,0);
	z-index: 0;
}

.footer-main {
	color: #fff;
	background-color: #011e41;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 28px;
}
.footer-main * {
	color: #fff !important;
}
.footer-main a {
	color: #fff;
	text-decoration: none;
}

.footer-main a:hover {
	text-decoration: underline;
	color: inherit;
}

.footer-main a[href^="mailto"] {
	text-decoration: underline;
}
.footer-main a[href^="mailto"]:hover {
	text-decoration: none;
}


.footer-main h4, .footer-main h1 {
	font-size: 15px;
	margin: 30px 0px 20px 0px;
}

.footer-main .nav {
	display: block;
}

.copyrights {
	text-align: center;
	font-size: 12px;
	padding: 25px 0;
}




.pagelayout-home .breadcrumb-bar {
	display: none;
}

.pagelayout-home .page-header {
	position: absolute;
	width: 100%;
	z-index: 99999;
}

.stuck-header.pagelayout-home .page-header {
	position: fixed;
}

.stuck-header.pagelayout-home {
	padding-top: 0px;
}

.pagelayout-home .page-header {
	transition: none;
}

.stuck-header.pagelayout-home .page-header {
	transition: box-shadow 0.5s;
}






.imgbox-row {
	align-items: stretch;
}

.imgbox-row .imgbox {
	height: 100%;
}

.imgbox {
	position: relative;
	min-height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	text-transform: uppercase;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.imgbox img {
	display: block;
	max-width: 100%;
}
.bgbox .text,
.imgbox .text {
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}

.imgbox a {
	color: inherit;
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 0px 20px;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 35px;
	height: 35px;
	display: inline-block;
}

.imgbox a:hover {
	
}

a.hover-lighter {
	position: relative;
}
a.hover-lighter:after {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	content:"";
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:0;
	z-index:1;
	transition:all 0.3s ease-out;
}
a.hover-lighter:hover:after {
	width:100%;
}


.imgbox2-link {
	text-decoration: none;
}

.imgbox2-link:hover .text {
	background-color: #60cff2;
}

.imgbox2 .text {
	font-size: 16px;
	line-height: 40px;
	background-color: #011e41;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.3s;
}

.imgbox2 img {
	width: 100%;
}

.bg-1 {
	background-color: #e6f4f9;
}

.pt-6, .py-6 {
	padding-top: 4rem;
}
.pb-6, .py-6 {
	padding-bottom: 4rem;
}


.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	color: #fff;
	background: #39c4f1;
	color: #ffffff;
	z-index: 99999;
	font-size: 14px;
	display: none;
}

.scroll-to-top:hover {
	color: #fff;
	background: #353535;
	text-decoration: none;
}

.tx-indexedsearch-browsebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-browsebox>li {
	margin: 0 7px;
}

.tx-indexedsearch-browselist-currentPage a {
	text-decoration: none;
}

.btn-bf, button, input[type="submit"] {
	background: #087ec4;
	height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

span.btn-bf a {
	color: #fff;
	text-decoration: none;
}
span.btn-bf {
	margin-left: 1.5rem;
}

.btn-bf:hover, button:hover, input[type="submit"]:hover {
	background-color: #0069d9;
	border-color: #0062cc;
}


.btn-bf:focus, button:focus, input[type="submit"]:focus, .btn-bf:hover, button:hover, input[type="submit"]:hover {
	opacity: 0.7;
	color: #fff;
}

.tx-indexedsearch-search-submit inpu {
	min-width: 200px;
}

input[type="text"], textarea, .form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding: 4px 15px;
	transition: all 0.25s ease-out;
}


input[type="text"]:focus, textarea:focus {
	/* background: #d9d9d9; */
	border-color: #087ec4;
	outline: none;
}

.tx-indexedsearch-searchbox-sword {
	display: block;
	width: 100%;
}

.tx-indexedsearch-search-submit input[type="submit"] {
	width: 100%;
	min-width: 50px;
}

.tx-indexedsearch-form {
	margin-bottom: 1.5rem;
}

.ce-uploads li {
	margin: 0;
}

li strong {
	font-weight: bold;
}

.form-group .control-label .required,
.form-element .form-label .required,
.form-element legend .required {
	display: none;
}
fieldset.form-element.form-element-radio.mb-3 legend {
	font-size: 18px;
	font-weight: bold;
	display: initial;
	height: auto !important;
	width: auto !important;
	position: relative !important;
	margin: 0 0 0.5rem 0 !important;
}
.form-element-gridrow {
	max-height: 60.5px;
	position: relative;
	top: -30px;
}
.form-group .control-label {
	display: initial;
	font-weight: bold;
}
.form-group .radio {
	margin-left: 1.25rem;
}
.form-group .radio input[type="radio"],
.form-check .form-check-wrapping-label input[type="radio"] {
	width: 15px;
    height: 15px;
	margin-top: 0.5rem;
}
.form-group .radio input:checked:before,
.form-check .form-check-wrapping-label input:checked:before {
    background: #60cff2;
}
.form-group .radio input:before,
.form-check .form-check-wrapping-label input:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: 3px auto;
    border-radius: 50%;
}
.form-group .radio input[type="radio"],
.form-check .form-check-wrapping-label input[type="radio"] {
	width: 15px;
    height: 15px;
	margin-top: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 2px #60cff2;
    border-radius: 50%;
	background-color: #fff;
	margin-left: -1.2em;
}
.form-element-check.mb-3 {
	position: relative;
	left: 23px;
}
.form-group .checkbox input[type="checkbox"] {
	margin-left: -1.25rem;
	width: 15px;
    height: 15px;
}
.form-group .checkbox input:checked:before,
.form-element-check .form-check-wrapping-label input:checked:before {
    content: "\2713 ";
    position: absolute;
    color: #60cff2;
    top: 0px;
}
.form-element-check .form-check-wrapping-label input:checked:before {
    top: -13px;
}
.form-group .checkbox input:before,
.form-element-check .form-check-wrapping-label input:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 0;
}
.form-group .checkbox input[type="checkbox"],
.form-element-check .form-check-wrapping-label input[type="checkbox"] {
	width: 15px;
    height: 15px;
	margin-top: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 2px #60cff2;
    border-radius: 0;
	background-color: #fff;
}
form input[placeholder="no display"] {
	display: none;
}

.download-element a,
.ce-uploads a {
	padding: 0px 20px;
	background: #011e41;
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	transition: all 0.25s ease-out;
	margin-bottom: 5px;
	/*color: #011e41 !important;*/
}

.download-element a:hover,
.ce-uploads a:hover {
	padding-left: 65px;
	background: #011e41;
	color: #fff !important;
}


.ce-uploads span {
	display: inline;
}

.frame-type-ce_accordion,
.frame-type-ce_container_extended {
	padding: 0;
}

.bf-accordion .card-header a,
.accordion .accordion-item .accordion-header .accordion-button {
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px 0px 15px;
	cursor: pointer;
	text-transform: initial;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
	color: #011e41;
}

.bf-accordion > .card > .card-header,
.accordion .accordion-item .accordion-header {
	padding: 0;
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 0;
}
.accordion .accordion-item .accordion-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bf-accordion > .card,
.accordion .accordion-item  {
	border: 0;
	xborder-bottom: 1px solid rgba(0, 0, 0, 0.125);;
	border-radius: 0;
}

.bf-accordion .card-body,
.accordion .accordion-body {
	padding: 15px;
}

.bf-accordion .card-header .pro-caret:before {
	content: "\f068";
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #39c4f1;
	display: inline-block;
	margin-right: 15px;
}
.accordion .accordion-header .accordion-button:before {
	content: "–";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	color: #39c4f1;
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
	position: relative;
	top: 7px;
}

.bf-accordion .card-header .collapsed:before {
	content: "\f067";
}
.accordion .accordion-header .collapsed:before {
	content: "+";
}

.bf-accordion .card-body > div > header,
.accordion .accordion-body > div > header {
	display: none;
}
.accordion .accordion-body > div {
	padding: 0;
}

.youtubeVideo figure {
	margin-bottom: 0;
}

.youtubeVideo .videoWrapper {
	background-color: transparent;
}

.youtubeVideo iframe {
	border: none;
}

.contenttable {
	width: 100%;
	margin-bottom: 1rem;
}

.contenttable th, .contenttable td {
	border-bottom: 1px solid #d4d4d4;
	line-height: 1.66667;
	padding: 11px 15px;
	text-align: left;
}

a.linkbox-link, a.linkbox-link:hover {
	text-decoration: none;
}
.linkbox {
	background-color: rgb(1, 30, 65);
	color: #fff;
	text-align: center;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transition: all 0.3s;
}

.linkbox:hover {
	background-color: #60cff2;
}

.linkbox:hover .subtitle {
	text-decoration: underline;
}

.linkbox .title {
	font-size: 27px;
	font-weight: normal;
	line-height: 1;
	font-family: InterstateRegular;
	text-transform: uppercase;
}

.bf-blockquote {
	background-color: #f8f8f8;
	padding: 30px 30px 30px 70px;
	position: relative;
}

.bf-blockquote:before {
	content: ",,";
	position: absolute;
	font-size: 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #60cff2;
	top: -20px;
	left: 20px;
	transform: rotate(360deg);
}

.bf-blockquote .author {
	margin-top: 1rem;
	font-weight: bold;
	margin-bottom: 0;
}

.animated {
	animation-duration: 1s;
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3);
	}
	
	100% {
		opacity: 1;
	}
	
}

/*
.rev_slider .tp-caption, .rev_slider .caption {
	font-family: 'InterstateLight';
	font-size: 48px
}

#container #main {
padding-bottom: 0;
line-height: 30px
}

.header_style_1 #header .t4c_search_form {
	margin-left: 160px
}

.header_style_1 #header .mod_t4c_megamenu .sf-menu ul li a:hover {
	background: #f8f8f8;
	color: #011e41
}

.about-us .ce_t4c_button {
	text-align: center;
	margin-top: auto
}

.about-us .boxHeader {
	text-transform: uppercase;
	font-size: 22px
}

.about-us .ce_t4c_column_start {
	position: relative;
	display: flex;
	flex-direction: column
}

.about-us .ce_text {
	margin-top: auto
}

@media only screen and (min-width:1140px) {
	.row.row-eq-height {
		display: flex
	}
}

#header .t4c_search_form .t4c_search_form_icon {
background: #39c4f1;
border-color: #39c4f1
}

#t4c_mobile_menu {
background: #39c4f1;
border-color: #39c4f1
}

#t4c_mobile_menu:hover {
background: #f8f8f8;
border-color: #f8f8f8;
color: #011e41
}

#header .t4c_search_form .t4c_search_form_icon:hover {
background: #f8f8f8;
border-color: #f8f8f8;
color: #011e41
}

.header_style_1 #header .t4c_main_nav nav {
	position: relative
}

.header_style_1 #header .mod_t4c_megamenu .sf-menu ul {
	border-bottom: 0px
}

.ce_t4c_blockquote.text-align-left .quotation {
	color: #39c4f1
}

.ce_t4c_slick_slider_start .ce_t4c_column_wrapper_start {
	display: flex;
	margin-bottom: 30px
}

.ce_t4c_slick_slider_start .ce_t4c_column_wrapper_start .ce_t4c_column_start {
	display: flex
}

.ce_t4c_slick_slider_start .ce_t4c_column_wrapper_start .ce_t4c_blockquote {
	display: flex;
	height: auto;
	flex-wrap: wrap
}

@media only screen and (min-width:1140px) {
	nav.mod_changelanguage {
		width: 100px
	}
}

.t4c_toolbar .t4c_toolbar_form .t4c_toolbar_form_box {
	border-bottom: 0px
}

.t4c_footer_item_1 {
	background-color: #f8f8f8 !important
}

.default_footer, .default_footer strong, .t4c_footer_item_1 strong {
	color: #000 !important
}

.mod_pageImage .title_position {
	display: none
}

.ce_downloads a:hover {
	background: #011e41
}

.ce_accordionStart .toggler .accordion-dot, .ce_accordionSingle .toggler .accordion-dot {
	color: #39c4f1;
	font-size: 16px
}

.ce_accordionStart .toggler, .ce_accordionSingle .toggler {
	font-size: 22px;
	height: 50px;
	line-height: 50px
}

.t4c_go_top, .t4c_go_top:focus, .t4c_go_top:visited {
	background: #39c4f1;
	border-radius: 0px
}

#homeServices img {
width: 100%
}

.pagination ul li a:hover, .pagination ul li span {
	background: #39c4f1;
	border: 0px
}

.pagination ul li a {
	border: 0px
}

.t4c_search_form_box input.text {
	background: #f8f8f8;
	color: #011e41
}

.t4c_search_form_box input.text:focus {
	background: #f8f8f8
}

.ce_download a, .ce_downloads a {
	border-color: #f8f8f8;
	height: auto;
	min-height: 40px
}

.blueBoxNoImage {
	overflow: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.blueBoxNoImage .ce_t4c_box_wrapper_start {
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center
}

.blueBoxNoImage h1 {
	margin: 0
}

iframe {
	border: 0px none;
	width: 100%;
	min-width: 100%
}

h3.headlineBlack {
	color: #000
}

.ytVideo {
	position: relative;
	height: 0;
	padding-bottom: 56.25%
}

.ytVideo iframe {
	height: 100%;
	position: absolute
}

#header .mod_navigation .sf-menu li, #header .mod_t4c_megamenu .sf-menu li {
border-color: #f8f8f8
}

#header .mod_navigation .sf-menu ul li, #header .mod_t4c_megamenu .sf-menu ul li {
border-color: #f8f8f8
}

#header #logo {
padding: 0
}

#header.stuck #logo {
padding: 8px 0
}

.blueBox .linkBlock {
	top: 50%;
	position: relative;
	transform: translateY(-50%)
}

.blueBox h1 {
	text-decoration: none
}

.blueBox a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-decoration: none
}

.blueBox a:hover span {
	text-decoration: underline
}

.ce_table table.tableRight th, .ce_table table.tableRight td {
	text-align: right
}

.ce_table table.tableRight th.col_first, .ce_table table.tableRight td.col_first {
	text-align: left
}

.radio_container input {
	width: 15px;
	height: 15px;
	margin: -2px 5px -2px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 2px #60cff2;
	border-radius: 50%;
	outline: 0
}

.radio_container input:checked:before {
	background: #60cff2
}

.radio_container input:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	margin: 3px auto;
	border-radius: 50%
}

.rssReader #main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	width: 1170px
}

.rssReader .modReader {
	order: 1
}

.rssReader .modAccordion {
	order: 2
}

*/



/**/
/**/
/* Top-Slider + Hoverbox auf der Startseite */
#page-1 .frame-type-list .tp-bullets,
#page-1 .frame-type-list .tp-loop-wrap {
	position: relative!important;
		top: -177px!important;
}

#page-1 .frame-type-list .tp-bullets {
	position: relative!important;
	top: calc(100% - 177px)!important;
}

#page-1 .slider-container .imgbox-row {
	position: relative;
	top: -177px;
	margin-bottom: -130px;
}

.bgbox,
#page-1 .bgbox,
.imgbox,
#page-1 .imgbox {
	position: relative;
	display: block;
	background: rgba(1, 30, 65, 0.6);
	color: white;
	margin-left: 2px;
	margin-right: 2px;
	background-image: none!important;
	height: 177px;
	max-height: 177px;
}

.bgbox,
#page-1 .bgbox {
	background: none;
}

.bgbox .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.bgbox .print {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 20px;
}

.bgbox .more-link,
#page-1 > div.page-container.layout-home > div.slider-container > div > div > div > div.print > div.more-link
.bgbbox .print .more-link, 
#page-1 .imgbox .more-link {
	position: absolute;
	/* top: 0; */
	/* bottom: 0; */
	left: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
}

.bgbox a,
.imgbox a {
    color: inherit;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 20px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
}

.bgbox a {
	/* position: absolute; */
	/* bottom: 20px; */
	/* margin: auto; */
}

@media (max-width: 991px) {
	#page-1 .frame-type-list .tp-bullets,
	#page-1 .frame-type-list .tp-loop-wrap {
		position: relative!important;
		top: 0px!important;
	}

	#page-1 .frame-type-list .tp-bullets {
		position: relative!important;
		top: 100%!important;
	}

	#page-1 .slider-container .imgbox-row {
		position: relative;
		top: 0px;
		margin-bottom: 0px;
	}
	.bgbox,
	#page-1 .bgbox,
	.imgbox,
	#page-1 .imgbox {
		position: relative;
		background: rgba(1, 30, 65, 1);
		top: 0px;
		display: block;
		/* min-height: 130px; */
		/* max-height: 130px; */
		color: white;
		margin-left: 2px;
		margin-right: 2px;
	}
	.bgbox .hover-bg,
	#page-1 .bgbox .hover-bg,
	.imgbox .hover-bg,
	#page-1 .imgbox .hover-bg {
		position: absolute;
		background-color: #555;
		height: 100%;
		width: 100%;
		display: block;
		opacity: 1.0;
		z-index: 4;
	}
	
	.bgbox .hover-zone,
	#page-1 .bgbox .hover-zone,
	.imgbox .hover-zone,
	#page-1 .imgbox .hover-zone {
		opacity: 0.0;
		position: relative!important;
		padding: 20px;
		padding-bottom: 10px;
		z-index: 6;
		transition-duration: 1s;
		line-height: 20px;
		height: auto;
		max-height: 100px;
	}
	.bgbox:hover,
	.bgbox:hover::after,
	.imgbox:hover,
	.imgbox:hover::after,
	.clearfix::after ,
	#page-1 .bgbox:hover::after,
	#page-1 .imgbox:hover::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	.bgbox:hover .hover-zone,
	#page-1 .bgbox:hover .hover-zone,
	.imgbox:hover .hover-zone,
	#page-1 .imgbox:hover .hover-zone {
		position: relative!important;
		opacity: 1.0;
		transition-duration: 1s;
		height: auto;
		max-height: 800px;
	}
	
	.bgbox .hover-title,
	#page-1 .bgbox .hover-title,
	.imgbox .hover-title,
	#page-1 .imgbox .hover-title {
		position: absolute;
		z-index: 5;
		text-align: center;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
  .ce-col {
    padding-bottom: 0.5rem;
  }
}

/**/
/**/
/* Langmenu US */
/**/
/**/

ul.langmenu {
	position: relative;
}
/*
* Link zu BF Inc. entfernen, Mail v. 4.1.2023
.langmenu li:last-child::before {
	content:""!important;
}


.langmenu li:last-child a {
	visibility: hidden;
}
.langmenu li:last-child a::before {
content:'Biofrontera Inc.  '; 
overflow-x: visible;
  visibility: visible;
  display: block;
  position: absolute;
  /* text-decoration: underline; */
/*
  border-bottom: 1px solid #011e41;
  line-height: 12px;
  left: -20px;
  top: 33px;
  width: 86px;
  padding-right: 0px;
  background: url(./arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px 10px;
}

.langmenu li:last-child a:hover::before {
  text-decoration: none;
}
*/