
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
}
.footer-contact-column h6.copyright {
	margin: 0;
	position: relative;
	top: -4rem;
}	

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%;
}
.nav-wrapper {
	max-width: 100%;
}
.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 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:711px) {

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

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


.bf-accordion .card-header a {
	display: block;
	text-decoration: none;
	color: ;
	outline: none;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px 0px 15px;
	cursor: pointer;
}

.bf-accordion > .card > .card-header {
	padding: 0;
	background-color: transparent;
	margin-bottom: 0;
}

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

.bf-accordion .card-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;
}

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

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

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

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;
	margin: 0px;
	padding: 0px;
	background-color: #0c2340!important;
}

.page-header .container .header-wrapper {
	justify-content: center;
	margin: auto;
	max-width: 100%;
	/* 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 */
/**/
/**/

.main-menu {
	position: relative;
	width: 1200px;
	max-width: 100%;
	height: 40.2px;
	padding: 6px 48px 6.2px 48px;
	background-color: #0c2340;
	margin: 0px;
	padding: 0px;
	
}

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

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


.stuck-header .main-menu ul.main-menu-lvl1 li a,
.main-menu ul.main-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; */
}

@media (max-width: 710px) {
	.nav-wrapper .mobile-menu-button {
		position: fixed;
		right: 20px;
		top: 3px;
		display: block;
	}
	
	.header-wrapper {
		display: block;
		width: 100%;
		height: 40px;
	}
	
	.menu-container.open {
		left: 95%;
	}
	
	.main-menu ul.main-menu-lvl1 {
		margin-right: 0px;
		width: 100%;
		text-align: center;
		/* border: 1px solid pink; */
	}
	
	.main-menu ul.main-menu-lvl1 li {
		padding-left: 0px;
		width: 100%;
		position: relative; 
		top: 50px;
	}
    
    div.form-check.gtc.overlay {
        top: -152px;
    }
}

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

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

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

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

.logo-wrapper {
	position: absolute;
	top: 46px;
	left: 46px;
	width: 200px;
	height: 95px;
}

.stuck-header .logo-wrapper {
	top: 1px;
	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 */

/* 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;
	max-width: 100%;
	margin: auto;
	padding: 0!important;
}

#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,
.layout-normal section>.container .frame-type-felogin_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,
.layout-normal section>.container .frame-type-felogin_login {
	padding-bottom: 35px;
}
.layout-normal section>.container .frame-type-list header h2,
.layout-normal section>.container .frame-type-login  header h2,
.layout-normal section>.container .frame-type-felogin_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 label,
.layout-normal section>.container .frame-type-felogin_login.frame-layout-0 h3,
.layout-normal section>.container .frame-type-felogin_login.frame-layout-0 form fieldset legend {
	display: none;
}

.layout-normal section>.container .frame-type-felogin_login.frame-layout-0 form fieldset div label {
	width: 100%;
}

.layout-normal section>.container .frame-type-list fieldset div input,
.layout-normal section>.container .frame-type-login fieldset div input,
.layout-normal section>.container .frame-type-felogin_login.frame-layout-0 form fieldset div label 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,
.frame-type-felogin_login 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"],
.layout-normal section>.container .frame-type-felogin_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;
}

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

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

.pagelayout-normal .footer-main {
		padding-left: 20px;
	padding-right: 20px;
}

.pagelayout-normal .footer-contact-column {
	display: block!important;
	width: 100%;
	max-width: none;
	flex: 100%;
}

.pagelayout-normal .footer-contact-column img {
	margin-top: -20px;
	width: 151px;
	height: 67px;
	float: right;
	overflow: visible;
}

.pagelayout-normal .footer-contact-column .col {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
}

.pagelayout-normal .footer-contact-column .col a {
	line-height: 35px;
}

.pagelayout-normal .footer-contact-column .col .copyright {
	font-size: 14px;
}




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

@media (max-width: 770px) {
	.pagelayout-normal .footer-contact-column>.row>.col {
		width: 100%;
		flex-basis: 100%;
	}
	
	@media (max-width: 430px) {
		.pagelayout-normal .footer-contact-column>.row>.col>.row>.col {
			width: 100%;
			flex-basis: 100%;
			text-align: center;
		}
		
		.pagelayout-normal .footer-contact-column .col:nth-child(2) .col:nth-child(2) * {
			text-align: center;
			float: none;
			overflow: visible;	
		}
		
		.pagelayout-normal .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 */

/***/
/***/
/***/
/******************************************/
/* Video Ameluz Landingpage - 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;
}



/* Doppeltes Passwort ändern ausblenden */
html body#page-192.pagelayout-normal div.page-container div.layout-normal div.container section div.container div#c1101.frame.frame-default.frame-type-login.frame-layout-0 div.tx-felogin-pi1 form fieldset legend,
html body#page-192.pagelayout-normal.stuck-header div.page-container div.layout-normal div.container section div.container div#c1101.frame.frame-default.frame-type-login.frame-layout-0 div.tx-felogin-pi1 form fieldset legend{
        display: none;
}

/* SrFreecap Captcha, viele Styles auch Inline in den Templates*/
span.tx-srfreecap-pi1-cant-read {
	width: 100%;
	padding-left: 15px;
	padding-top: 10px;
}
span.tx-srfreecap-pi1-cant-read a {
	cursor: pointer;
}
.captcha input[type="text"] {
	border: 1px solid black;
}
@media (min-width: 768px) {
  .col-6.text-md-right.mb-3.submit {
    top: -100px;
  }
  .captcha-inner .col-md-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding-top: 15px;
  }
}
/* Ende SrFreecap */
