.blurred {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);    
  }
#page-230 .layout-normal .row .col section .teaserbox { 
	  opacity:0; 
}	
html, body {
	font-family: 'InterstateRegular', 'InterstateLight', Arial, Helvetica, sans-serif;
	/*color: #011e41;*/
	color: #0c2340;
	font-size: 18px;
	/*hyphens: auto;*/
}

body {
	/*font-family: 'InterstateLight';
	font-weight: 300;
	line-height: 1.8;*/
	color: #0c2340;
	font-family: InterstateLight;
  	font-size: 20px;
  	font-weight: 300;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.4;
  	letter-spacing: normal;
}

body * {
	box-sizing: border-box;
}

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


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: 'Bai Jamjuree', '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: 395px;
	background-position: bottom center;
    background-repeat: no-repeat;
}

.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: #c6e8fb;
	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%;
}
.nav-wrapper {
	max-width: 100%;
	
	/* stefans: Anpassung Menu Scrolling */
	position: fixed;
	top: 0px;
	z-index: 7;
}
.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: 'Bai Jamjuree', '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 li {
	text-transform: uppercase; /*holgerd vorher nicht gesetzt*/	
}			   
.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 { /*holgerd Korrekturen BrandPepper Review, Submenüs, zuvor li>a */
	text-transform: none;
	font-size: 13px;
}


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

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

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

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

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

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

.top-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;
}
.row.ficha-tecnica .col-12,
.row.ficha-tecnica-downloads .col-12 {
	background-color: #e5e5e5;
	padding: 45px 15px;
}
.row.ficha-tecnica .col-12:first-child,
.row.ficha-tecnica .col-12:last-child {
	padding-left: 45px;
}
/*
.row.ficha-tecnica-downloads .col-12:first-child,
.row.ficha-tecnica-downloads .col-12:last-child {
	padding-left: 30px;
}
*/
#page-214 .row.ficha-tecnica .col-12:first-child,
#page-214 .row.ficha-tecnica .col-12:last-child {
	padding-left: 30px;
}
/*
.row.ficha-tecnica-downloads {
	background-color: #e5e5e5;
}
*/
#page-214 .frame-type-shortcut.frame-layout-3 {
	background-color: #e5e5e5;
}

/*  and (hover:any-hover)*/
@media only screen and (min-width:920px) and (hover:hover) {

	.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>ul>li:hover {
		background-color: white;
	}

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

	.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;
	}



	.top-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;
	}
	
	.top-menu>ul>li>a:hover {
		background-color: transparent;
	}

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

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

	.top-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;
	}
	.top-menu>ul>li:hover>ul {
		display: block;
		opacity:1;
		left: 0;
	}

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

	.top-menu>ul>li>ul>li>a {
		color: #fff;
		padding: 7px 15px;
		display: block;
		text-transform: none;
		font-size: 13px;
	}
	.top-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: 400px;
	/* stefans: Anpassung Menu */
	opacity: 1;
}



.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;
    /* background-color: #0c2340; */
}

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

/* and (hover:any-hover) */
@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;
	}
	.stuck-header .page-header .top-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: 14px;
	line-height: 28px;
    margin: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: inherit;
	/*content: "›";*/
    content: "|";
}
.breadcrumb-item + .breadcrumb-item.active::before {
    color: black;
}
.breadcrumb-item.active {
	color: #eb691c;
	/*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;*/
	height: 590px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

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

.stuck-header.pagelayout-home {
	/*padding-top: 0px;
	padding-top: 250px;*/
	padding-top: 600px;
}

.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;
}

.bg-2 {
        background-color: #0c2340;
}

.bg-3{
	background-color: #eb691c;
}

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


.scroll-to-top {
	position: fixed;
	/*bottom: 15px; /* holgerd Korrekzuren BrandPepper Review */
	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 input {
	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 {
	display: none;
}
.form-group .control-label {
	display: initial;
	font-weight: bold;
}
.form-group .radio {
	margin-left: 1.25rem;
}
.form-group .radio input[type="radio"] {
	width: 15px;
    height: 15px;
	margin-top: 0.5rem;
}
.form-group .radio input:checked:before {
    background: #60cff2;
}
.form-group .radio input:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: 3px auto;
    border-radius: 50%;
}
.form-group .radio input[type="radio"] {
	width: 15px;
    height: 15px;
	margin-top: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 2px #60cff2;
    border-radius: 50%;
}

.form-group .checkbox input[type="checkbox"] {
	margin-left: -1.25rem;
	width: 15px;
    height: 15px;
}
.form-group .checkbox input:checked:before {
    content: "\2713 ";
    position: absolute;
    color: #60cff2;
    top: 0px;
}
.form-group .checkbox input:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 0;
}
.form-group .checkbox input[type="checkbox"] {
	width: 15px;
    height: 15px;
	margin-top: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 2px #60cff2;
    border-radius: 0;
}
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;
}

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


.ce-uploads span {
	display: inline;
}

.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: 'Bai Jamjuree', '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: 'Bai Jamjuree', 'InterstateRegular', 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;
	}
}

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

ul.langmenu {
	position: relative;
}

.langmenu li:last-child::before {
	content:""!important;
}


.langmenu li:last-child a {
	visibility: hidden;
}
.langmenu li:last-child a::before {
content:'Biofrontera US  '; 
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;
}
/******************************************/
/* Video Ameluz Landingpage - Anpassungen */
/******************************************/
/***/
/***/
/***/

/* Font Sizes etc */
/**/
/**/

body {
	max-width: 100%!important;
	width: 100%!important;
	overflow-x: hidden!important;
} 


h2 {
	/* height: 65px; */ 
	/*margin-top: 50px!important;
	margin-bottom: 13px!important; */
	margin-top: 50px;
	margin-bottom: 13px;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	text-align: left;
	color: #0c1b47;
	text-transform: none;
}

.layout-normal p {
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #0c1b47;
	/* hyphens: auto; */
}
/* Buttons für schmale Handys */
@media (max-width: 412px) {
	.layout-normal p.buttons a {
		font-size: 16px;
	}
}

h1, header h1 {
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	text-align: left;
	color: #0c1b47;
	text-transform: none;
}

.stuck-header .page-header {
	/*background-color: #0c2340!important;*/
}

.page-header>.container {
	width: 100%;
	max-width: none;
	/*Anpassung IPad Pro*/
	/*max-width: 1200px;*/
	margin: 0px;
	padding: 0px;
	/*background-color: #0c2340!important;*/
}

.page-header .container .header-wrapper {
	justify-content: flex-end;
	margin: auto;
	max-width: 100%;
	/* padding-right: 20px; */
	/* background-color: #0c2340; */
	/* width: 100vw; */
	/* max-width: none; */
}

.page-header .container .search-wrapper {
	display: none;
}

.layout-normal .container {
	padding: 0px!important;
	max-width: 100%;
	overflow: hidden;
	min-height: 400px;
	position: relative;
}

.layout-normal>.container>div {
	margin-left: auto;
	margin-right: auto;
	padding: 0px!important;
	width: 1200px;
	max-width: 100vw;
	/* min-height: 400px; */
	padding-left: 40px!important;
	padding-right: 40px!important;
	/* width: 100%; */
}


.layout-normal>.container {
	/* max-width: 1200px; */
	/* padding-left: 45px!important; */
	/* padding-right: 45px!important; */
}



.layout-normal .row .col:nth-child(1) {
	/*padding-left: 0px;*/
}

@media (max-width: 710px) {
	header h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size:25px;
	}
}

/**/
/**/
/* Font Sizes etc */

/* Main Navigation */
/**/
/**/

.container .topbar {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    background-color: #0c2340;
    height: 40px; /* holgerd Korrektur BrandPepper Review, zuvor 35px */
	
	/* stefans: Anpassung Menu Scrolling */
	position: fixed;
	z-index: 7;
}
.container .menubar {
    position: absolute;
    top: 40px; /* holgerd Korrektur BrandPepper Review, zuvor 35px */
    width: 100%;
    background-color: white;
    height: 70px;
    opacity: 0.8;
    box-shadow: 0 12px 7px -4px rgba(0,0,0,0.15);
	/* stefans: Anpassung Menu */
	position: fixed;
	height: 105px;
	opacity: 1;
	z-index: 5;
}
.main-menu {
	position: relative;
	width: 1200px;
	min-width: 100%;
	height: 105px;
	padding: 6px 48px 6.2px 48px;
	background-color: #0c2340;
	margin: 0px;
	padding: 0px;
/*	top: 40px;*/
    width: 100%;
    background-color: white;
    opacity: 0.5;
}

.main-menu ul.main-menu-lvl1 {
	margin: 0px;
	margin-right: 10px;
	padding: 0;
	width: calc(100% - 35px);
	justify-content: flex-end;
	/* border: 1px solid pink; */
}

.main-menu ul.main-menu-lvl1 li {
	margin: 0px;
	padding: 47px 13px 27px 13px;
	/* border: 1px solid green; 
	padding-left: 25px; */
}
.main-menu ul.main-menu-lvl2 li {
	margin: 0px;
	padding: 12px 5px 22px 5px; /*holgerd Korrekturen BrandPepper Review, Submenüs, zuvor 0 5px 5px 5px */
	/* border: 1px solid green; 
	padding-left: 25px; */
}
.main-menu ul.main-menu-lvl3 li {
	margin: 0;
	padding: 12px 12px 0 12px; /*holgerd Korrekturen BrandPepper Review, Submenüs, zuvor 0 5px 5px 5px */
	/* border: 1px solid green; 
	padding-left: 25px; */
}
.main-menu ul.main-menu-lvl2 li a {
	color: #0c1b47;
}
.stuck-header .main-menu ul.main-menu-lvl2 li.active > a, 
.main-menu ul.main-menu-lvl2 li.active > a {/*holgerd Korrekturen BrandPepper Review, Submenüs, zuvor li a */
	color: #eb691c;
}

.main-menu ul.main-menu-lvl1 li:hover{
    background-color: white;
    opacity: 1;
}
.stuck-header .main-menu > ul.main-menu-lvl1 > li.active > a,
.main-menu > ul.main-menu-lvl1 > li.active > a {
    color: #eb691c;
    opacity: 1;
}
.main-menu ul.main-menu-lvl1 li.active {
    background-color: white;
    opacity: 1;
}
.main-menu > ul > li > ul {
    display: block;
    position: absolute;
    background-color: #fff;
}
/*.top-menu ul.top-menu-lvl1 li:first-child */
.top-menu ul.top-menu-lvl1 li#menuitem-239 {
    margin-right: 600px;
}
.stuck-header .main-menu ul.main-menu-lvl1 li a,
.main-menu ul.main-menu-lvl1 li a {
	/*padding: 47px 20px 30px 20px;*/
	padding: 0;
	height: 28px;
	/* margin-left: 25px; */
	/* font-family: BaiJamjuree; */
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	/*text-align: center; /* holgerd Korrekturen BrandPepper Review, Submenüs anzeigen */
	color: #0c1b47;
	/* border: 1px solid red; */
}
.stuck-header .main-menu ul.main-menu-lvl2 li a, /* holgerd Korrekturen BrandPepper Review, Submenüs anzeigen */
.main-menu ul.main-menu-lvl2 li a {
	padding-left: 18px; 
}
.top-menu {
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 35px;
	/*padding: 6px 48px 6.2px 48px;*/
	background-color: #0c2340;
	margin: 0px;
	padding: 0px;
	
}

.top-menu ul.top-menu-lvl1 {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	width: calc(100% - 36px);
	justify-content: flex-end;
	/* border: 1px solid pink; */
	margin-top: 5px; /* holgerd Korrektur BrandPepper Review, zuvor nicht gesetzt */
}

.top-menu ul.top-menu-lvl1 li {
	margin: 0px;
	padding: 0px;
	/* border: 1px solid green; */
	padding-left: 25px;
}


.stuck-header .top-menu ul.top-menu-lvl1 li a,
.top-menu ul.top-menu-lvl1 li a {
	padding: 0px;
	height: 28px;
	/* margin-left: 25px; */
	/* font-family: BaiJamjuree; */
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	/* border: 1px solid red; */
}

/**/
/**/
/* Main Navigation */

/* Logo */
/**/
/**/

.header-wrapper {
	width: 1200px;
	position: relative;
}

.logo-wrapper {
	/*position: absolute;*/
	top: 59px; /* holgerd Korrektur BrandPepper Review, zuvor 40px */
	left: 46px;
	width: 200px;
	height: 95px;
    /*z-index: 6;*/
	
	/* stefans: Anpassung Menu Scrolling */
	position: fixed;
	left: 400px;
	z-index: 8;
}

.stuck-header .logo-wrapper {
	top: 40px;
	left: 46px;
	z-index: 5;
	height: 38px;
	/*overflow: hidden;*/
}

.stuck-header .nav-wrapper {
	left: 46px;
	z-index: 2;
}

.stuck-header .header-wrapper {
	height: 40px;
	z-index: 3;
}

.stuck-header .page-header {
    height: 40px;
}

/**/
/**/
/* Logo */

/* Mobile styles start */
@media (min-width: 1201px) {
	.logo-wrapper {
		/* stefans: Anpassung Menu */
		top: 44px;
		/*top: 60px;*/
		left:-webkit-calc((100% - 1200px)*0.55);
		left:-moz-calc((100% - 1200px)*0.55);
		left:calc((100% - 1200px)*0.55);
		left:-webkit-calc( 40px + (100% - 1200px)*0.50 );
		left:-moz-calc( 40px + (100% - 1200px)*0.50 );
		left:calc( 40px + (100% - 1200px)*0.50 );
	}
}

@media (max-width: 1200px) {
	.logo-wrapper {
		/* stefans: Anpassung Menu */
		top: 44px;
		/*top: 60px;*/
		left: 40px;
	}
	
	/*.top-menu ul.top-menu-lvl1 li:first-child*/
	.top-menu ul.top-menu-lvl1 li#menuitem-239{
		margin-right: 0;
	}
}

@media (max-width: 919px) {
	.nav-wrapper .mobile-menu-button {
		position: fixed;
		right: 20px;
		top: 3px;
		display: block;
		/* stefans: Anpassung Menu Mobile */
		top: 50px;
	}
	
	.header-wrapper {
		display: block;
		width: 100%;
		height: 40px;
		/* stefans: Anpassung Menu */
		height: 120px;
		background: white;
		position: fixed;
		background: rgba(255,255,255,0.8);
		/* opacity: 0.8; */
		z-index: 6;
	}
	.logo-wrapper {
		/* background-color: white; */
		/* opacity: 0.8; */
		/* stefans: Anpassung Menu */
		top: 44px;
		left: 40px;
		z-index: 5;
	}
	.top-menu {
		background-color: initial;
		top: 275px; /*holgerd Korrekturen BrandPepper Review mobile Layout, zuvor !important */
		top: 0; /* stefans Korrektur drittes Review */
	}
	/*.top-menu ul.top-menu-lvl1 li:first-child*/
	.top-menu ul.top-menu-lvl1 li#menuitem-239{
		margin-right: 0;
	}
	.menu-container.open {
		left: 86%;
	}
	.top-menu ul.top-menu-lvl1 {
		margin-left: 20px;
	}
	.main-menu {
		opacity: 1 !important;
		background-color: initial;
		/*top: -35px;*/ /*holgerd Korrekturen BrandPepper Review mobile Layout, zuvor !important */
	}
	.menu-container {
		height: 61.7%;
	}
	.main-menu ul.main-menu-lvl1 {
		margin-right: 0px;
		margin-left: 7px;
		width: 100%;
		text-align: center;
		/* border: 1px solid pink; */
	}
	.main-menu > ul > li > ul {
		background-color: initial;
		position: relative;
	}
	.main-menu > ul > li > ul > li {
		background-color: initial;
		border-top: 1px solid #fff;
	}
	.main-menu ul.main-menu-lvl1 > li {
		padding: 0 0 3px 0 !important;
		width: 100%;
		position: relative; 
		top: 0;
		border-bottom: 1px solid #fff;
	}
	.main-menu ul.main-menu-lvl1 li.active,
	.main-menu ul.main-menu-lvl1 li:hover,
	.main-menu a,
	.main-menu a:hover { 
		background-color: initial;
	}
	.main-menu a {
		border: none;
	}
    div.form-check.gtc.overlay {
        top: -152px;
    }
}

@media (max-width: 478px) {
    div.form-check.gtc.overlay {
        top: -210px;
    }
}
/* Mobile styles end */

/* Blue Section */
/**/
/**/


.layout-normal section {
	/* width: 1200px; */
	max-width: 100%;
	margin: auto;
	margin-top: 50px;
	padding-top: 79px;
	padding-bottom: 149px;
	/*background-color: #c6e8fb;*/
	margin-bottom: -30px;
}

.layout-normal section>.container {
	/* width: 1200px; */
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0!important;
}
.layout-normal section.bg-1.pt-1.pb-1 > .container {
	min-height: 0;
}
.layout-normal section.bg-1.pt-1.pb-1 > .container .frame-layout-3{
	margin-left: 2.2rem;
}

#page-197 .layout-normal section {
	/* width: 1200px; */
	max-width: 100%;
	margin: auto;
	margin-top: 50px;
	padding-top: 128px;
	padding-bottom: 149px;
	background-color: #c6e8fb;
}
 
#page-197 .layout-normal section>.container {
	width: 1200px;
	max-width: 90%;
	padding-left: 140px!important;
	padding-right: 140px!important;
}



#page-197 .layout-normal section>.container #c1138 div video,
#page-197 .layout-normal section>.container #c1138 div {
	width: 100%;
}

#page-197 .layout-normal section>.container h2 {
  font-size: 20px!important;
  font-weight: normal!important;
  font-stretch: normal!important;
  font-style: normal!important;
  line-height: 1.4!important;
  letter-spacing: normal!important;
  text-align: center!important;
  color: #ffffff!important;
  text-align: center!important;
  margin: 30px!important;
  
}


.layout-normal section>.container header h1 a ,
#page-197 .layout-normal section>.container h2 a {
	display: block;
	width: 410px!important;
	height: auto!important;
	flex-grow: 0!important;
	padding: 12px 0 14px!important;
	background-color: #eb691c!important;
	text-align: center!important;
	margin: auto;
	max-width: 100%!important;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

.layout-normal section>.container header h1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	#page-197 .layout-normal section>.container #c1138 div .video-embed,
	#page-197 .layout-normal section>.container #c1138 div video,
	#page-197 .layout-normal section>.container div {
		width: 100%;
		max-width: 708px!important;
		margin: auto;
	}
	
	#page-197 .layout-normal section>.container {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

.layout-normal section>.container header h1 a {
	
}

/* login/Register Form */
/**/

.layout-normal section>.container #c1150,
.layout-normal section>.container .frame-type-list,
.layout-normal section>.container .frame-type-login {
	width: 730px;
	max-width: 90%;
	margin: auto;
	padding: 44px 64px;
	background-color: #fff;
	position: relative;
}

.layout-normal section>.container #c1150 {
	margin-top: 0px;
	padding-top: 0px;
}

.layout-normal section>.container .frame-type-login {
	padding-bottom: 35px;
}
.layout-normal section>.container .frame-type-list header h2,
.layout-normal section>.container .frame-type-login  header h2 {
	margin-top: 0px!important;   
}

.layout-normal section>.container .frame-type-list p.subheader {
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	margin: 20px 0 32px;
	color: #0c2340;
}

.layout-normal section>.container a {
	color: #eb691c;
}

.layout-normal section>.container .frame-type-list header h3 {
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #0c2340;
	text-transform: none;
	margin-top: 0px;
}

.layout-normal section>.container .frame-type-login fieldset div {
}

.layout-normal section>.container .frame-type-login fieldset div label {
	display: none;
}

.layout-normal section>.container .frame-type-list fieldset div input,
.layout-normal section>.container .frame-type-login fieldset div input {
	width: 100%;
	height: 50px;
	border: 0;
	margin-top: 20px;
	background-color: #e5e5e5;
	padding-left: 16px;
}

.layout-normal section>.container .form-control-plaintext {
    display: block;
    width: 100%;
	padding-top: 3px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.layout-normal section>.container .frame-type-list fieldset div input::placeholder,
.layout-normal section>.container .frame-type-login fieldset div input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #8f9195;
	opacity: 1; /* Firefox */
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	height: 50px;
}


.layout-normal section>.container .frame-type-list .btn-primary,
.layout-normal section>.container .frame-type-list .form-row div input.btn.btn-primary[type="submit"],
.layout-normal section>.container .frame-type-login fieldset div input[type="submit"] {
	width: 312.1px!important;
	max-width: 100%!important;
	height: 54px!important;
	flex-grow: 0!important;
	padding: 14px 29.4px 12px 40.2px!important;
	background-color: #eb691c!important;
	color: #fff!important;
	border: 0!important;
	border-radius: 0px!important;
	/*margin-top: 63px!important;*/
}

.layout-normal section>.container .frame-type-list .form-row div input[type=checkbox] {
	visibility: hidden!important;
}

.layout-normal section>.container .frame-type-list .form-row div input#gtc,
.layout-normal section>.container .frame-type-list .form-row div input#privacy {
	/* visibility: hidden!important; */
}

.layout-normal section>.container .frame-type-list .form-row div label:before {
	content: "";
	font-size: 14px;
	top:5px;
	/* color: #8f9195; */
	/* background-color: #e5e5e5; */
	border-radius: 0px;
	/* border: 0px; */
	z-index: 0;
}

.layout-normal section>.container .frame-type-list .form-row div input:checked:before {
	content: '\2714';
	font-size: 20px;
	position: absolute;
	color: #8f9195!important;
	top: 0px;
	left: 3px;
	background-color: green!important;
	z-index: 10;
}

.layout-normal section>.container .frame-type-list .form-row div input:checked::after {
	content: '\2714'!important;
	color: #000!important;
	background-color: green!important;
	z-index: 100;
}

.layout-normal section>.container .frame-type-list meter#bargraph {
	border-radius: 0px!important;
	border: 0px;
}

.layout-normal section>.container .frame-type-list .formerrors {
 display: none;
}

.layout-normal section>.container .frame-type-list .f3-form-error {
	appearance: none;
	-webkit-appearance: none;
	background-color: #ffdddd!important;
	border: 1px solid red!important;
}

.layout-normal section>.container .frame-type-list fieldset div input.f3-form-error::placeholder {
	color: red!important; 
}

.layout-normal section>.container .frame-type-list .errorMessage {
	color: red;
	font-size: 14px;
	/* border: 1px solid red; */
	display: inline-block;
	padding: 0px 0px;
	position: absolute;
	right: 8px;
	top: -3px;
	/* height: 42.5px; */
}

@media (max-width: 680px) {
	.layout-normal section>.container .frame-type-list .errorMessage {
		position: relative;
	}
}

.layout-normal section>.container .frame-type-list .errorMessage.fieldprivacy,
.layout-normal section>.container .frame-type-list .errorMessage.fieldgtc {
	position: relative;
	padding-left: 1.5rem;
}

.layout-normal section>.container .mandatory {
	padding-left: 27px;
	font-size: 14px;
	position: relative;
	top: -20px;
}

#sfrFormPreview > div.form-row > div.col-6.text-md-right.mb-3.submit_captcha > label {
	text-align: left;
}

#sfrForm > div.form-row > div.col-md-12.mb-3.form-check.gtc > div:nth-child(3) {
	display: none;
}

@media (max-width: 555px) {
	.layout-normal section {
		margin-top: 50px;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.layout-normal section>.container .frame-type-login {
		padding: 30px 10%; 
	}	
}

/* Popup*/
/**/
/**/

#popup .closer {
	content: "+";
	color: #fff;
	display: block;
	font-size: 50px;
	line-height: 20px;
	transform: rotate(45deg);
	width: 20px!important;
	height: 20px;
	height: auto;
	position: absolute;
	top: 40px; 
	right: 40px;
	cursor: pointer;
	padding: 0!important;
	box-shadow: none;
}

#popup {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(240,240,240,.9);
    visibility: hidden;
    animation: animaciya 3s forwards;
}

#popup figure {
    display: table-cell;
    vertical-align: middle;
    padding: 0!important;
	margin: 0px!important;
}


#popup div {
	max-width: 598px;
	width: 90%!important;
	color: #fff!important;
	background: #eb691c!important;
	padding: 75px 95px!important;
	position: relative;
}

#popup p {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#popup .btn-primary {
	max-width: 312.1px!important;
	width: 100%!important;
	height: 54px!important;
	flex-grow: 0!important;
	padding: 14px 29.4px 12px 40.2px!important;
	color: #eb691c!important;
	background-color: #fff!important;
	border: 0!important;
	border-radius: 0px!important;
	margin: auto;
	display: block;
	font-weight: bold;
	margin-top: 30px!important;
}

@media (max-width: 466px) {
	#popup p,
	#popup .btn-primary	{
		min-width: 215px!important;
		max-width: 215px!important;
		width: 215px!important;
		margin: auto;
	}
	
	#popup .btn-primary {
		margin-top: 30px!important;
	}
	
	#popup div {
		padding: 75px 0px!important;
	}
}


/**/
/**/
/* Popup*/

#c1148 img {
	float: right;
}

/**/
/* login/Register Form */

/**/
/**/
/* Blue Section */

/* Rows / Columns*/
/**/
/**/

.layout-normal>.container>.row {
	
}

.layout-normal>.container>.row>.col {
	flex-basis: 300px;
}
	
/**/
/**/
/* Rows / Columns*/

/* Footer */
/**/
/**/

footer {
	margin-top: 0px;
}

footer>.footer-main>.container {
	/*padding-left: 0px;
	padding-right: 0px;*/
	margin-top: 30px; /* holgerd Korrekturen BrandPepper Review, zuvor nicht gesetzt */
}

footer>.footer-main>.container>.row:nth-child(1) {
	
}

.page-container .footer-contact-column header,
div.page-container footer div.footer-main div.container div.row div.col-sm-6.col-md-3,
div.page-container footer div.footer-main div.container div.row div.col-sm-12.col-md-4 {
	display: none;
}

.page-container .footer-main {
	padding-left: 20px;
	padding-right: 20px;
}

.page-container .footer-main .sitemapitem ul.sitemap2 {
	list-style-type: none;
	padding-left: 0;
}
.footer-sitemap-column h4 a {
	color: #5fc4e1 !important;
	margin: 0 0 0 0; /* holgerd Korrekturen BrandPepper Review, margin-bottom zuvor 0 */
	font-size: 18px; /* holgerd Korrekturen BrandPepper Review, zuvor nicht gesetzt */
	line-height: 24px; /* holgerd Korrekturen BrandPepper Review, zuvor nicht gesetzt */
}

.page-container .footer-contact-column,
.page-container .footer-sitemap-column {
	display: block!important;
	width: 100%;
	max-width: none;
	flex: 100%;
}
.page-container .footer-contact-column {
	padding-left: 0px;
	padding-right: 0px;
}

.page-container .footer-contact-column img {
	/* margin-top: -20px; */
	width: 151px;
	height: 67px;
	float: right;
	overflow: visible;
}

.page-container .footer-contact-column .col,
.page-container .footer-sitemap-column .col {
	/* margin-top: 20px; /* holgerd Korrekturen BrandPepper Review */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
}

.page-container .footer-contact-column .col a {
	line-height: 35px;
}
.page-container .footer-sitemap-column .col a {
	line-height: 24px;
}
.page-container .footer-sitemap-column .col li {
	margin-top: 9px;
}

.page-container .footer-contact-column .col .copyright {
	font-size: 14px;
}

.page-container .footer-contact-column .col:nth-child(2) .col:nth-child(2) * {
	text-align: right;
	float: right;
	overflow: visible;	
}

@media (max-width: 770px) {
	.page-container .footer-contact-column>.row>.col {
		width: 100%;
		flex-basis: 100%;
	}
}
@media (max-width: 430px) {
	.page-container .footer-contact-column>.row>.col>.row>.col {
		width: 100%;
		flex-basis: 100%;
		text-align: center;
	}
	
	.page-container .footer-contact-column .col:nth-child(2) .col:nth-child(2) * {
		text-align: center;
		float: none;
		overflow: visible;	
	}
	
	.page-container .footer-contact-column .col:nth-child(2) .col:nth-child(2) figure {
		margin: auto;
	}
}

/*
.frame-space-before-extra-small {
    margin-top: 0.5em;
}
.frame-space-before-small {
    margin-top: 1em;
}
.frame-space-before-medium {
    margin-top: 1.5em;
}
.frame-space-before-large {
    margin-top: 2em;
}
.frame-space-before-extra-large {
    margin-top: 2.5em;
}
.frame-space-before-medium-spacing {
    margin-top: 4em;
}
.frame-space-before-large-spacing {
    margin-top: 6em;
}

.frame-space-after-extra-small {
    margin-bottom: 0.5em;
}
.frame-space-after-small {
    margin-bottom: 1em;
}
.frame-space-after-medium {
    margin-bottom: 1.5em;
}
.frame-space-after-large {
    margin-bottom: 2em;
}
.frame-space-after-extra-large {
    margin-bottom: 2.5em;
}
.frame-space-after-medium-spacing {
    margin-bottom: 4em;
}
.frame-space-after-large-spacing {
    margin-bottom: 6em;
}
*/


/**/
/**/
/* Footer */

/***/
/***/
/***/
/******************************************/
/* Ameluz DE - Anpassungen */
/******************************************/

div.form-check.gtc.overlay {
    height: 64px;
}
@media (min-width: 711px) {
    div.form-check.gtc.overlay {
        top: -82px;
    }
} 
div.form-check.privacy.preview {
    height: 32px;
    display: relative;
    top: -82px;
}
div.form-check.privacy.overlay {
    height: 32px;
    display: relative;
    top: -132px;
}
div.col-6.submit_captcha,
div.col-6.change {
    display: relative;
    top: -132px;
}

.custom-checkbox {
	line-height: 1.4;
}

p.more-button a,
a.more-button {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #333333;
    font-family: bitter;
    background-color: #cdd4dc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    border-radius: 3px;
    margin: 1px;
}

.container .row {
  margin-left: 125px;
  margin-right: 125px;
}
.container .row.ficha-tecnica {
  margin-left: 0;
  margin-right: 0;
}
.container .row .col {
  width: 445px;
  height: 564px;
  margin-left: 15px;
  margin-right: 15px;
  /* background-color: white; */
}
@media (max-width: 570px) {
	/* stefans: Anpassung drittes Review */
	.container .row .col {
	  width: unset;
	  height: unset;
	  margin-left: unset;
	  margin-right: unset;
	  /* background-color: white; */
	}	
}
.footer-main .container .row .col {
  width: auto;
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
  background-color: transparent;
}
.footer-main .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.footer-main .col_two, 
.footer-main .col_three {
  padding-left: 4em;
}

.col .frame-newsTwoCols {
  /*width: 445px;
  height: 564px;
  margin: 0 30px 42px 0;*/
  padding: 40px;
  object-fit: contain;
}

.layout-normal .container .frame-layout-0.frame-type-list {
    position: relative;
    left: 326px;
    height: 231px;
}
.layout-normal .container .frame-layout-0.frame-type-list .dclogin-custom {
    width: 467px;
}

.row.align-items-stretch > .col > div {
	height: 100%;
}

.teaserbox {
	background-color: #fff;
}

/*.interferer-1{
	width: 403px;
	height: 227px;
	margin: 66px 12px 46px 474px;
	font-family: 'Bai Jamjuree', 'InterstateRegular';
	font-size: 74px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.07;
	letter-spacing: normal;
	text-align: right;
	color: #0c2340;
	display: block;
	position: absolute;
	top: 140px;
	right: 434px;
}*/

.interferer-wrapper {
	max-width: 1200px;
	margin: auto;
}

.interferer-inner {
	float: right;
	padding-right: 73px;
	padding-top: 55px;
	max-width: 555px; 
	/* stefans: Anpassung Menu */
	padding-top: 225px;
}
.interferer-inner a {
	text-decoration: none; /*holgerd*/	
}
.interferer-1 {
	width: 477px;
	height: 256px;
	font-family: 'Bai Jamjuree', 'InterstateRegular';
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.07;
	letter-spacing: normal;
	text-align: right;
	/*float: right;*/
	/*padding: 50px 46px;*/
}

.interferer-1 .content {
	background-color: #fff;
	width: max-content;
	float:right;
	padding: 3px 10px;
}

.interferer-2 {
	/*display: block !important;	holgerd*/			   
	font-family: 'Bai Jamjuree', 'InterstateRegular';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: right;
	text-transform: uppercase;
	object-fit: contain;
	background-color: #eb691c;
	color: white;
	width: 477px;
	padding: 14px 22px 16px 11px;
	/*margin-top: 25px;*/ /*holgerd*/	
}

/*.interferer-2 {
        font-family: 'Bai Jamjuree', 'InterstateRegular';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: right;
        text-transform: uppercase;
        object-fit: contain;
        position: absolute;
        top: 482px;
        right: 445px;
        width: 460px;
        background-color: #eb691c;
        color: white;
        padding: 14px 22px 16px 11px;
}*/

