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

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

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


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



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

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

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

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

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

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

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

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

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

p strong {
	font-weight: bold;
}


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

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

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

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

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


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

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


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

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

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

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

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

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

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

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

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

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

.search-button {
	display: none;
}

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

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

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

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

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

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

	.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: #011e41;
color: white;
}

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

.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;
	color: white;
}

.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: #63cadd;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 20px;
}
.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%;
}

.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: InterstateRegular;
	text-transform: uppercase;
}

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

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

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

.animated {
	animation-duration: 1s;
}

.zoomIn {
	animation-name: zoomIn;
}

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



/**/
/**/
/* Research - Table */

.TableResearch {
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

#c927  {
	overflow-x: scroll;
}

.TableResearch thead {
	background-color: #011e41;
	color: #fff;
	text-align: center;
}

.TableResearch tbody tr.odd {
	background-color: #fff;
}
.TableResearch tbody tr.even {
	background-color: #e7e8e8;
}

.TableResearch td {
	padding: 10px;
}


.TableResearch th {
	padding-left: 10px;
	padding-right: 10px; 
	text-align: center;
}

.TableResearch td.aktiv {
	background-color: #deeaf6;
	text-align: center;
}

/**/
/**/
/* Contact Table */

#page-163 table {
	max-width: 400px;
}

#page-163 .contenttable td {
	border-bottom: 0px solid #fff;
}

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

.frame-type-textslider {
	background-color: #39c4f1;
	padding: 20px;
	color: #fff;
}

.slick-next {
    right: -45px!important;
}

.slick-prev {
    left: -45px!important;
}


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

.tp-caption {
	background: #f6640e;
}

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

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

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

.hover-box,
#page-147 .hover-box {
	position: relative;
	/* top: -130px; */
	display: block;
	height: 130px;
	max-height: 130px;
	background: rgba(0, 0, 0, 0.0);
	color: white;
	margin-left: 2px;
	margin-right: 2px;
}

.hover-box .hover-bg,
#page-147 .hover-box .hover-bg {
	position: absolute;
	color: #408040;
	height: 100%;
	width: 100%;
	display: block;
	opacity: 0.6;
	z-index: 4;
}

.hover-box .hover-zone,
#page-147 .hover-box .hover-zone {
	opacity: 0.0;
	position: absolute;
	padding: 20px;
	padding-bottom: 10px;
	z-index: 6;
	transition-duration: 1s;
}

.hover-box:hover .hover-zone,
#page-147 .hover-box:hover .hover-zone {
	opacity: 1.0;
	transition-duration: 1s;
}

.hover-box .hover-title,
#page-147 .hover-box .hover-title {
	position: absolute;
	z-index: 5;
	text-align: center;
	height: 100%;
	width: 100%;
	  display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}

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

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

	#page-147 .slider-container .imgbox-row {
		position: relative;
		top: 0px;
		margin-bottom: 0px;
	}
	.hover-box,
	#page-147 .hover-box {
		position: relative;
		display: block;
		min-height: 130px;
		max-height: 130px;
		color: white;
		margin-left: 2px;
		margin-right: 2px;
	}
	.hover-box .hover-bg,
	#page-147 .hover-box .hover-bg {
		position: absolute;
		background-color: #555;
		height: 100%;
		width: 100%;
		display: block;
		opacity: 1.0;
		z-index: 4;
	}
	.hover-box .hover-zone,
	#page-147 .hover-box .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;
	}
	.hover-box:hover,
	#page-147 .hover-box:hover {
		position: relative!important;
		display: block;
		min-height: 130px;
		max-height: 800px;
		color: white;
		margin-left: 2px;
		margin-right: 2px;
		overflow: visible;
		height: auto;
	}
	.hover-box:hover::after,
	.clearfix::after ,
	#page-147 .hover-box:hover::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	.hover-box:hover .hover-zone,
	#page-147 .hover-box:hover .hover-zone {
		position: relative!important;
		opacity: 1.0;
		transition-duration: 1s;
		height: auto;
		max-height: 800px;
	}
	.hover-box .hover-title,
	#page-147 .hover-box .hover-title {
		position: absolute;
		z-index: 5;
		text-align: center;
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

#page-154 .row {
	margin-bottom: 30px;
}

#page-154 .row>.col {
	display: flex;
	align-items: center;
	flex-basis: 200px;
}

#page-154 .row>.col:first-child {
	display: flex;
	align-items: center;
	flex-basis: 200px;
	justify-content: center;
}

#page-154 .row>.col:last-child {
	border-left: 1px solid #011e41;
}

#page-151 .row>.col-12 img {
	margin-top: 86px;
}
@media only screen and (max-width:600px) {
	.page-container {padding-top: 90px;}

	.header-wrapper {position: absolute; top: -90px;
		
	}
}


/* Akkordeon */
/**/
/**/

.frame-accordionOrange,
.frame-accordionGrey,
.frame-accordionTurquoise {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.frame-accordionTurquoise header {
	background-color: #4ec3e0;	
}
.frame-accordionOrange header {
	background-color: #ff671f;	
}
.frame-accordionGrey header {
	background-color: #aaa	
}

.frame-accordionOrange header,
.frame-accordionGrey header,
.frame-accordionTurquoise header {
	cursor: pointer;
	height: 100px;
	display: flex;
	align-items: center;
}

div[class*='frame-accordion'] header h1 {
	margin: 0px!important;
	margin-left: 130px!important;
	margin-right: 20px!important;
	font-size: 27px;
	Line-height: 27px;
	color: #fff;
}

@media (max-width: 780px) {
	div[class*='frame-accordion'] header h1 {
		font-size: 3vw;
		Line-height: 3vw;
	}
}

@media (max-width: 567px) {
	div[class*='frame-accordion'] header h1 {
		font-size: 4.5vw;
		Line-height: 4.5vw;
	}
}

div[class*='frame-accordion'].closed .ce-gallery {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;	
	transition: all .3s linear;
	/* margin-bottom: -100px; */
}

div[class*='frame-accordion'] .ce-gallery figure {
	display: block;
	max-height: 300px;
	overflow: hidden;
}

div[class*='frame-accordion'] .ce-gallery,
div[class*='frame-accordion'].open .ce-gallery {
	width: 200px;
	height: auto;
	position: absolute;
	top: 100px;
	float: left;
	transition: all .3s linear;
}

div[class*='frame-accordion'] header h2 {
	display: none;
}

div[class*='frame-accordion'].closed .ce-bodytext {
	max-height: 0px!important;
	transition: all .3s linear;
	margin-left: 230px;
	overflow: hidden;
}

div[class*='frame-accordion'].open .ce-bodytext {
	max-height: none;
	transition: all .3s linear;
	margin-left: 230px;
}

@media (max-width: 991px) {
	
	div[class*='frame-accordion'].closed {
		max-height: 100px!important;
		overflow: hidden;
		transition: all .3s linear;
	}
	
	div[class*='frame-accordion'].open {
		max-height: none;
		transition: all .3s linear;
	}
	
	div[class*='frame-accordion'].closed .ce-textpic {
		position: relative;
		top: -100px;
		min-height: 100px;
	}
	
	div[class*='frame-accordion'].open .ce-textpic {
		position: relative;
		top: 00000000000000000000000000000000px;
		min-height: 100px;
	}
	
	div[class*='frame-accordion'].closed .ce-gallery {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 00px;
	}
	
	div[class*='frame-accordion'].open .ce-gallery {
		width: 200px;
		height: auto;
		position: relative;
		margin: auto;
		top:000px;
		transition: all .3s linear;
	}
	
	div[class*='frame-accordion'].closed .ce-bodytext {
		margin-left: 0px;
		margin-bottom: -100px;
	}
	
	div[class*='frame-accordion'].open .ce-bodytext {
		margin-left: 0px;
	}
	

}

/**/
/**/
/* Akkordeon */

.external {
}

.external:after {
background: url(./external-white.png) no-repeat;
content: "";
background-size: 15px;
padding-right: 15px;
margin-top: 15px;
}
