/* Farben
	Schwarz: #231f20
	Hellblau: #1b75bc
	Dunkelblau: #00467e
	Hellgrau: #e3e3e3

	Rot Master BB: #aa0000
	Grün Green Belt: #6da000
	Hellblau Champion: #54adf2
	Black Belt: #1c1c1c
	Gelb Yellow Belt: #ffc000
 */

/* pt-sans-narrow-regular - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/pt-sans-narrow-v12-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/pt-sans-narrow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/pt-sans-narrow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/pt-sans-narrow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/pt-sans-narrow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/pt-sans-narrow-v12-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-700 - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/pt-sans-narrow-v12-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/pt-sans-narrow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/pt-sans-narrow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/pt-sans-narrow-v12-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/pt-sans-narrow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/pt-sans-narrow-v12-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

body{
    font-family: 'PT Sans Narrow', arial, sans-serif;
    font-size: 18px;
	font-weight: 400;
    color: #231f20;
	margin: 0;
}

#oben, #header, #inhaltsbereich, #footer {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich{
	min-height: calc(100vh - 656px);
}

#inhaltsbereich > .frame,
#inhaltsbereich > .tx_cn-multicontent{
	margin: 100px 0;
}

/* #inhaltsbereich > div:last-child{
	margin-bottom: 0;
} */

#inhaltsbereich > .frame > .rahmen,
#inhaltsbereich > .tx_cn-multicontent > .rahmen{
    width: 80%;
    float: none;
    clear: both;
    margin: 0 auto;
    max-width: 1280px;
}

#footer > .frame > .rahmen,
#footer > .tx_cn-multicontent > .rahmen {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
}

.symbol {
	display: inline-block;
}

.symbol::before {
	content: "\0040";
}

strong {
	font-weight: 700;
}

a {
	color: #1b75bc;
}

.fancybox-content {
	background: #FFFFFF !important;
}

/* -- Sprachmenü -- */
.sprachen {
    float: right;
	margin-top: 15px;
	margin-right: 15px;
	display: none;
}

.sprachen ul li{
	font-size: 14px;
	display: inline-block;
	padding: 0 5px;
}

.sprachen ul li:last-child{
	border-left: 1px solid #231f20;
}

.sprachen ul li a{
	color: #231f20;
	text-decoration: none;
}

.sprachen ul li.sp_erster{
	display: none;
}

.sprachen ul li.spa_act{
	font-weight: 700;
}

.sprachen ul li.spa_act a{
	cursor: default;
}
/* -- Sprachmenü -- */
.frame {
    float: left;
    clear: both;
    width: 100%;
}

/* #inhaltsbereich > .frame{
	margin: 20px 0;
} */

.logo{
	float: left;
	clear: both;
	width: auto;
	margin-left: 5%;
	padding: 10px 0;
}

#oben.scroll .logo{
	width: 150px;
}

#oben.scroll .mob_button{
	top: 0;
}

#oben.scroll .hnavi {
    width: calc(90% - 150px);
    margin-right: 0% !important;
}

#oben.scroll .hnavi > li {
    padding: 15px 0 25px;
}

#oben.scroll .unavi{
	top: 63px;
}
/*-- Navi -- */
#oben{
    position: fixed;
    top: 0;
    z-index: 5;
    background: #fff;
	box-shadow: 0 0 10px #e3e3e3;
}

.mob_button {
	position: absolute;
    right: 2%;
    top: 30px;
    z-index: 5;
    margin: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
	display: none;
}

.mob_button span {
	background-color: #000;
	height: 3px;
	left: 7px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 45px;
	transition: all 0.3s ease 0.3s;
}

.mob_button span::after, .mob_button span::before {
	backface-visibility: hidden;
	background-color: #000;
	content: "";
	height: 3px;
	position: absolute;
	transform: translateZ(0px);
	transition: all 0.3s ease 0.3s;
	width: 100%;
	display: block;
}

.mob_button span::before {
	transform: translateY(-12px);
}

.mob_button span::after {
	transform: translateY(12px);
}

.mobnavvisible.mob_button span {
	background-color: transparent;
}

.mobnavvisible.mob_button span::before {
	transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
	transform: translateY(0px) rotate(45deg);
}

#oben ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
    clear: both;
}

.hnavi{
    float: left;
    width: calc(90% - 276px);
    text-align: right;
    margin-right: 5% !important;
	clear: none !important;
}

.hnavi > li{
	display: inline-block;
	padding: 10px 0 60px;
}

/* .hnavi > li:first-child{
	display: none;
} */

.hnavi li a{
	font-size: 18px;
	color: #231f20;
	text-decoration: none;
	padding: 0 20px;
}

.hnavi li.ifsub:hover .unavi{
	display: block;
}

.hnavi li:hover > a{
	color: #1b75bc;
}

.hnavi li.act > a{
	color: #2197f3;
	position: relative;
}

.hnavi > li.act > a::after{
	content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #00467e;
    bottom: -20px;
    left: 20%;
}

.unavi{
	position: absolute;
	left: 0;
	top: 91px;
	background: #00467e;
	z-index: 5;
	width: 94%;
	display: none;
	padding: 40px 3% !important;
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
	text-align: right;
}

.unavi > li{
	width: auto;
	display: inline-block;
	margin: 0 0 0 30px;
}

.hnavi li:nth-child(2) .unavi > li {
	width: 45%;
    float: left;
    /* clear: both; */
    background: rgba(0,0,0,0.2);
    padding: 0 2% !important;
    margin: 40px 0 0 0;
}

.hnavi li:nth-child(2) .unavi > li:last-child {
    float: right;
}
/* 
.hnavi li:nth-child(2) .unavi > li{
	width: calc(15% - 30px);
}

.hnavi li:nth-child(2) .unavi > li.act {
    width: calc(15% - 50px);
}

.hnavi li:nth-child(3) .ifsub:last-child{
	border: none;
} */

.unavi li a{
	float: left;
	padding: 10px 0;
	width: 100%;
    text-align: left;
}

.ifsubs{
	width: auto;
    display: flex;
    justify-content: flex-start;
	float: left;
	/* max-width: 85%; */
	width: 100%;
}

.ifsubs .ifsub{
	padding: 0 40px;
	border-right: 1px solid #fff;
	float: left;
	order: 5;
    flex-grow: 1;
}

.ifsubs .ifsub:first-child{
	padding-left: 0;
}

.ifsubs .ifsub:last-child{
	padding-right: 0;
	border: 0;
}

.ifsubs > li.ifsub > a{
	color: #FFFFFF;
	background: rgba(0,0,0,0.2);
	padding: 5px 15px;
	width: auto;
	display: block;
}

.unavi li a{
	color: #fff;
}

#oben ul.ebene3 {
	padding-left: 15px;
}

.ebene3 li{
	float: left;
	clear: both;
	width: 100%;
}

.unavi > li.act,
.ebene3 li.act{
	padding-left: 20px !important;
	background: url(../images/arrow_white.svg) left center no-repeat;
	background-size: 10px;
}
/*-- Navi -- */
/* -- Header -- */
#header{
	max-height: 700px;
	overflow: hidden;
	margin-top: 90px;
}

#header.sub{
	max-height: 350px;
}

#header .ce-bodytext{
	position: absolute;
	left: 10%;
	top: 25%;
	text-shadow: 0 0 80px rgba(0,0,0,80%);
}

#header .ce-bodytext ul{
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

#header .ce-bodytext ul li{
	display: inline-block;
	font-size: 40px;
	color: #fff;;
}

#header .ce-bodytext ul li a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

#header .ce-bodytext ul li a:hover{
	color: #1b75bc;
}

#header .ce-bodytext ul li strong{
	font-size: 60px;
}

#header .ce-bodytext ul li:nth-child(even){
	margin-left: 100px;
}
#header .owl-dots{
	position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 2%;
}

#header .owl-dot{
	width: 35px;
	height: 7px;
}
/* -- Header -- */
/* -- Top News im Header -- */
.top{
	position: absolute;
    right: 5%;
    top: 200px;
    z-index: 2;
}

.top h2{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
}

.top .frame-type-textmedia a.link-internal{
	width: calc(100% - 100px);
	margin-top: 20px;
	float: left;
}
/* -- Top News im Header -- */
 .owl-dots {
    float: right;
    clear: both;
    display: block;
    z-index: 3;
}

.owl-dot {
    background: #1b75bc !important;
    display: inline-block;
    vertical-align: bottom;
    float: none;
    width: 8px;
    height: 2px;
    margin: 0 0 0 2px;
    position: relative;
    z-index: 2;
}

.owl-dot.active {
    background: #00467e !important;
}

/* -- Inhaltsbereich -- */
h1{
	color: #1b75bc;
	font-size: 60px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
}

h2{
	color: #1b75bc;
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
}

header h2{
	margin-top: 0;
}

h1 .fett,
h2 .fett{
	color: #00467e;
}

h3{
	color: #00467e;
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
}

h3 .fett{
	color: #1b75bc;
}

h1+h2{
	margin-top: -1em;
	color: #00467e;
}

h2+h3{
	margin-top: -0.5em;
	color: #00467e;
}

a.link-internal,
a.link-download,
#inhaltsbereich .frame-buttons a[href^="tel:"],
#inhaltsbereich .frame-buttons a[href^="javascript:linkTo"]{
	color: #fff;
	text-decoration: none;
	background: #1b75bc;
	padding: 15px 50px;
	position: relative;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	border: 1px solid #1b75bc;
	float: left;
	clear: both;
	cursor: pointer;
	margin: 5px 0;
}

.powermail_submit{
	color: #fff;
	text-decoration: none;
	background: #1b75bc;
	padding: 15px 50px;
	border: 1px solid #1b75bc;
	cursor: pointer;
}

.frame-kacheln a{
	max-width: 50%;
}

.text-center a.link-internal,
.text-center a.link-download,
.text-center #inhaltsbereich .frame-buttons a[href^="tel:"],
.text-center #inhaltsbereich .frame-buttons a[href^="javascript:linkTo"],
.text-center .powermail_submit{
	float: none;
}

a.link-internal:hover,
a.link-download:hover,
#inhaltsbereich .frame-buttons a[href^="tel:"]:hover,
#inhaltsbereich .frame-buttons a[href^="javascript:linkTo"]:hover,
.powermail_submit:hover{
	color: #1b75bc !important;
	box-shadow: inset 500px 0 0 0 #fff;
}

a.link-download,
#inhaltsbereich .frame-buttons a[href^="tel:"],
#inhaltsbereich .frame-buttons a[href^="javascript:linkTo"]{
	padding-left: 60px !important;
}

a.link-download::before,
#inhaltsbereich .frame-buttons a[href^="tel:"]::before,
#inhaltsbereich .frame-buttons a[href^="javascript:linkTo"]::before{
	content: '';
	background: url(../images/pdf_white.svg) center center no-repeat;
	width: 33px;
	height: 33px;
	background-size: contain;
	position: absolute;
    top: 15px;
    left: 20px;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

a.link-download::before{
	top: 10px;
    left: 10px;
}

#inhaltsbereich a.link-download:hover::before{
	background: url(../images/pdf_blue.svg) center center no-repeat;
	background-size: contain;
}

#inhaltsbereich .frame-buttons a[href^="tel:"]::before{
	background: url(../images/phone_white.svg) center center no-repeat;
	background-size: contain;
}

#inhaltsbereich .frame-buttons a[href^="tel:"]:hover::before{
	background: url(../images/phone_blue.svg) center center no-repeat;
	background-size: contain;
}

#inhaltsbereich .frame-buttons a[href^="javascript:linkTo"]::before {
	background: url(../images/mail_white.svg) center center no-repeat;
	background-size: contain;
}

#inhaltsbereich .frame-buttons a[href^="javascript:linkTo"]:hover::before{
	background: url(../images/mail_blue.svg) center center no-repeat;
	background-size: contain;
}

#inhaltsbereich ul{
	list-style-type: circle;
}

img{
	max-width: 100%;
	height: auto;
}
/* -- News -- */
.news .article{
	background: #00467e;
	color: #fff;
	padding: 15px 100px !important;
	position: relative;
}

.news.news-single .article{
	background: none;
	color: #1c1c1c;
	padding: 0 !important;
}

.news .article.topnews::before{
	content: '';
	background: url(../images/check_white.svg) center center no-repeat, linear-gradient(0deg, #6da000 0%, #6da000 100%);
	background-size: 17px 12px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -15px;
	top: calc(50% - 15px);
	border-radius: 50%;
	z-index: 3;
}

.news .article .buchen-link{
	background:  url(../images/calendar_blue.svg) center center no-repeat, linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
    left: 30px;
    top: 1em;
	padding: 10px;
	border-radius: 50%;
	z-index: 3;
	box-shadow: 0px 0px 10px #00467e;
}

.news-single .article .buchen-link {
    background: url(../images/calendar_white.svg) center center no-repeat, linear-gradient(90deg, #1b75bc 0%, #1b75bc 100%);
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    left: inherit;
    right: 0;
    top: -20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 3;
}

.news .article h3{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.news .article a{
	text-decoration: none;
	color: #fff;
}

.news .news-backlink-wrap a{
	color: #1b75bc;
}

.news .news-text{
	display: inline-block;
	position: relative;
	padding-left: 0.5em;
}

.news .news-text::before{
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
}

.news .article .news-text p{
	margin: 0;
}

.topnews::after{
    content: 'Durchführung garantiert!' !important;
    background: #6da000;
    position: absolute;
    left: -30px;
    top: -20px;
    height: auto !important;
    padding: 5px 10px;
    border-radius: 50px;
	transition: all 0.3s linear;
	z-index: 3;
	font-size: 16px;
}

.topnews .news-content:after {
	content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #6da000 transparent;
    border-width: 7px 8px 0;
    top: 10px;
    left: 12px;
    margin-left: -20px;
	visibility: hidden;
	transition: all 0.3s linear;
	z-index: 3;
}


.topnews-en::after{
	content: 'Guranteed event!' !important;
}

.topnews:hover::after,
.topnews:hover .news-content:after{
	visibility: visible !important;
	transition: all 0.3s linear;
}

.linkoverlay {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0);
    transition: all 0.3s ease;
}

.article:hover .linkoverlay {
    background: rgba(0,0,0,15%);
}

.news-list-container .article{
	width: 31.3%;
	padding: 45px 0 !important;
	margin-bottom: 25px;
	float: left;
}

.news-list-container .article:nth-child(3n+1){
	margin-right: 2%;
}

.news-list-container .article:nth-child(3n+2){
	margin: 0 1%;
}

.news-list-container .article:nth-child(3n+3){
	margin-left: 2%;
}

.news-list-container .news-content{
	margin-left: 50px;
}

.news-list-container .article .buchen-link {
    left: inherit;
    top: -21px;
    right: 10%;
}

.news-list-container .article.topnews::before {
    top: -15px;
    left: inherit;
    right: 25%;
}

.news-list-container .topnews::after {
    left: inherit;
    right: 0%;
    top: -52px;
}

.news-list-container .topnews .news-content:after {
    left: inherit;
    right: 26.5%;
    top: -22px;
}

.news .no-news-found{
	text-align: center;
	color: #00467e;
	font-style: normal;
}
.news .article:after{
	content: '';
}

/* -- News -- */
/* -- News mit Hintergrundbild -- */
.frame-layout-1+.frame-newshintergrund{
	margin-top: -50px !important;
}

#inhaltsbereich .frame-newshintergrund{
	background-size: cover;
	opacity: 0;
	margin: 0;
}

.frame-seminarbuttons+.frame-newshintergrund {
	margin-top: 30px;
}

.frame-newshintergrund h2{
	color: #fff;
	margin: 90px 0;
}

.frame-newshintergrund .frame-hintergrundbild{
	display: none;
}

.frame-newshintergrund .frame-buttons{
	margin: 80px 0 120px;
}

.news-list-category{
	opacity: 0;
	position: absolute;
}
/* -- News mit Hintergrundbild -- */
/* -- Text zweispaltig -- */
.frame-zweispaltig .ce-bodytext{
	column-count: 2;
	column-gap: 70px;
}
/* -- Text zweispaltig -- */
/* -- Kacheln -- */
.frame-kacheln{
	margin-bottom: 100px;
}

.frame-kacheln .frame-type-textmedia{
	width: 33.3%;
	display: inline-block;
	clear: none;
	opacity: 0;
	margin: 8px;
	z-index: 1;
}

.frame-kacheln .block:first-child{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.frame-kacheln .block:last-child{
	display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.frame-kacheln h2{
	color: #fff;
	hyphens: auto;
	font-size: 35px;
}

.frame-kacheln .ce-textpic{
	position: relative;
	color: #fff;
}

.frame-kacheln .ce-gallery{
	position: absolute;
	z-index: -1;
	background: #00467e;
	margin: 0;
	height: 100%;
	width: 100%;
}

.frame-kacheln .ce-row,
.frame-kacheln .ce-column{
	height: 100%;
	width: 100%;
}

.frame-kacheln .image{
	opacity: 0.4;
	transition: all 0.5s ease;
	height: 100%;
	width: 100%;
}

.frame-kacheln .image-embed-item{
	width: auto;
	min-width: 100%;
	height: auto;
    max-width: none;
}

.frame-kacheln .frame-type-textmedia:hover .image{
	/* opacity: 0; */
	transform: scale(1.1);
}

.frame-kacheln .ce-bodytext{
	padding: 55px 0 100px;
	width: 86%;
	margin: 0 auto;
}

.frame-kacheln a.link-internal{
	position: absolute;
	bottom: 20px;
}
/* -- Kacheln -- */
/* -- grauer Hintergrund -- */
#inhaltsbereich .frame-layout-1{
	background: #e3e3e3;
	padding: 100px 0;
	color: #00467e;
	margin: 0 !important;
}
#inhaltsbereich .frame-layout-1 + .frame-layout-1{
	padding-top: 0;
}

.frame-buttons.frame-layout-1{
	margin-bottom: 0 !important;
}
/* -- grauer Hintergrund -- */
.frame-ablauf .ce-textpic{
	padding-top: 70px;
}

.frame-ablauf ul{
	display: flex;
	justify-content: space-between;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}

.frame-ablauf ul li{
	width: 18%;
    text-align: center;
}

.frame-ablauf strong{
	font-size: 22px;
	background: #fff;
	padding: 7px 15px;
	border-radius: 50%;
	line-height: 2em;
}
/* -- grauer Hintergrund -- */
/* -- Rezensionen Slider -- */
.frame-ablauf+.frame-vollbreite,
.frame-ablauf+.frame-vollbreite{
	margin-top: 0 !important;
}

#inhaltsbereich > .tx_cn-multicontent.frame-vollbreite{
	margin-bottom: 0;
}

.frame-vollbreite{
	position: relative;
}

.frame-vollbreite .frame-rezensionenslider{
	margin-top: 100px;
}

.frame-rezensionenslider{
	position: relative;
    width: calc(95% - 80px);
	margin: 30px 5px 0 80px;
}
#inhaltsbereich.sub .frame-rezensionenslider{
	padding: 0;
}

.frame-rezensionenslider::before{
	content: '';
	background: url(../images/zitat.svg) top left no-repeat;
	background-size: contain;
	width: 80px;
	height: 70px;
	position: absolute;
	top: -30px;
	left: -55px;
}

.frame-rezensionenslider > .rahmen{
	opacity: 0;
}

.col-50 .frame-rezensionenslider+.frame-default{
	/* position: absolute; */
	bottom: 80px;
	width: auto;
	margin-left: 80px;
	margin-bottom: 100px;
}

#inhaltsbereich.sub .frame-rezensionenslider .owl-dots{
	display: none;
}

#inhaltsbereich .frame-vollbreite.frame-layout-1{
	padding: 0;
	margin: 100px 0;
}

#inhaltsbereich .frame-vollbreite.frame-layout-1 .col-50:last-child{
	background: #e3e3e3;
}
/* -- Rezensionen Slider -- */
/* -- Text auf Bild -- */
.frame-hintergrund{
	overflow: hidden;
}

.frame-hintergrund .ce-textpic{
	position: absolute;
	left: 10%;
	bottom: 100px;
	overflow: visible;
}

.frame-hintergrund .ce-row,
.frame-hintergrund .ce-column,
.frame-hintergrund .image,
.frame-hintergrund .image-embed-item,
.frame-hintergrund .ce-gallery{
	margin: 0;
	width: 100%;
}

/* .frame-hintergrund .ce-bodytext{
	position: absolute;
	bottom: 100px;
	left: 10%;
} */

.frame-hintergrund h2{
	font-size: 60px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1em;
	text-shadow: 0 0 100px #231f20;
}

.frame-hintergrund h3{
	font-size: 40px;
	color: #fff;
	margin-top: 0;
	text-shadow: 0 0 100px #772108;
}
/* -- Text auf Bild -- */
/* -- Volle Breite -- */
#inhaltsbereich > .tx_cn-multicontent.frame-vollbreite > .rahmen{
	width: 100%;
	max-width: none;
	margin: 0;
}

.frame-vollbreite .ce-gallery{
	margin: 0;
}

.frame-vollbreite .col-50:last-child{
	float: right;
	background: #fff;
}
/* -- Volle Breite -- */
/* -- Button Links -- */
.frame-buttons ul{
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

.frame-buttons ul li{
	display: inline-block;
	margin: 0 10px;
}

.frame-buttons ul li a{
	padding: 20px 60px;
	background: #1b75bc;
	color: #fff;
	text-decoration: none;
	float: left;
}
/* -- Seminarbuttons -- */
.frame-seminarbuttons ul{
	margin: 0;
	padding: 0;
}
.frame-seminarbuttons ul li{
	width: 19%;
    margin: 0;
    display: inline-block;
}

.frame-seminarbuttons a{
	padding: 20px 0;
    text-decoration: none;
    color: #fff;
	background: #1b75bc;
	float: left;
	clear: both;
	width: 100%;
}

.frame-seminarbuttons .link-master,
.frame-seminarbuttons .link-green,
.frame-seminarbuttons .link-champion,
.frame-seminarbuttons .link-black,
.frame-seminarbuttons .link-yellow{
	float: left;
	clear: both;
	width: 96%;
    margin: 0 3%;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	text-align: center;
}

.frame-seminarbuttons .link-master{
	background: #aa0000;
	box-shadow: inset 0 0 0 0 #fff;
	border: 1px solid #aa0000;
}

.frame-seminarbuttons .link-master:hover{
	color: #aa0000 !important;
	box-shadow: inset 400px 0 0 0 #ffff;
}

.frame-seminarbuttons .link-green{
	background: #6da000;
	box-shadow: inset 0 0 0 0 #fff;
	border: 1px solid #6da000;
}

.frame-seminarbuttons .link-green:hover{
	color: #6da000 !important;
	box-shadow: inset 400px 0 0 0 #ffff;
}

.frame-seminarbuttons .link-champion{
	background: #54adf2;
	box-shadow: inset 0 0 0 0 #fff;
	border: 1px solid #54adf2;
}

.frame-seminarbuttons .link-champion:hover{
	color: #1c1c1c !important;
	box-shadow: inset 400px 0 0 0 #ffff;
}

.frame-seminarbuttons .link-black{
	background: #1c1c1c;
	box-shadow: inset 0 0 0 0 #fff;
	border: 1px solid #1c1c1c;
}

.frame-seminarbuttons .link-black:hover{
	color: #1c1c1c !important;
	box-shadow: inset 400px 0 0 0 #ffff;
}

.frame-seminarbuttons .link-yellow{
	background: #ffc000;
	box-shadow: inset 0 0 0 0 #fff;
	border: 1px solid #ffc000;
}

.frame-seminarbuttons .link-yellow:hover{
	color: #ffc000 !important;
	box-shadow: inset 400px 0 0 0 #ffff;
}

/* -- Button Links -- */
/* -- Formular -- */
.tx-powermail{
	font-family: 'PT Sans Narrow', arial, sans-serif;
    font-size: 18px;
	font-weight: 400;
    color: #231f20;
	margin: 0;
}
.powermail_fieldset{
	border: none;
	padding: 0;
	width: 100%;
}

.powermail_fieldwrap{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.powermail_fieldwrap:nth-child(odd){
	margin-right: 1%;
}

.powermail_fieldwrap:nth-child(even){
	margin-left: 1%;
}

.powermail_form_1 .powermail_fieldset_1 .powermail_fieldwrap{
	width: 32.3%;
	margin: 0;
}

.powermail_form_1 .powermail_fieldset_1 .powermail_fieldwrap:nth-child(2){
	margin: 0 1.5%;
}

.powermail_input,
.powermail_textarea,
.powermail_date {
	width: calc(100% - 20px);
	font-family: 'PT Sans Narrow', arial, sans-serif;
    font-size: 18px;
	font-weight: 400;
    color: #231f20;
	margin: 10px 0;
	padding: 5px 10px;
	border: none;
	background: #e3e3e3;
	-moz-appearance: none;
	-webkit-appearance: none;
	resize: none;
	outline: none;
}

.powermail_submit{
	font-family: 'PT Sans Narrow', arial, sans-serif;
    font-size: 18px;
	font-weight: 400;
}

.parsley-errors-list{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	color: #aa0000;
}
/* -- Formular -- */
/* -- Akkordeon -- */
.ui-accordion-header a{
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.ui-accordion-content{
	background: #e3e3e3;
	padding: 20px;
	width: calc(100% - 40px);
	margin-top: -5px;
}

.frame-layout-1 .ui-accordion-content{
	background: #fff;
}

.ui-corner-top {
    background: #00467e;
    font-size: 20px;
    margin: 5px 0;
    padding: 15px 50px 15px 10px;
    cursor: pointer;
    position: relative;
    outline: none !important;
	width: calc(100% - 60px);
	font-weight: 400;
}

.ui-corner-top::after {
    content: '';
    background: url(../images/arrow_white.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0.75em;
    right: 1%;
    filter: brightness(40) grayscale(1);
    transition: all 0.3s ease 0.3s;
}

.ui-corner-top.ui-state-active::after {
    transform: rotate(90deg);
    transition: all 0.3s ease 0.3s;
}
/* -- Akkordeon -- */
/* -- Feedback -- */
.frame-type-header+.frame-feedback{
	margin-top: -50px !important;
}
.frame-feedback > .rahmen{
	column-count: 2;
}
.frame-feedback .frame-type-textmedia{
	background: #e3e3e3;
    padding: 10px 20px;
    width: calc(100% - 40px);
    margin: 10px 0;
	break-inside: avoid-column;
}
/* -- Feedback -- */
/* -- Inhaltsbereich -- */

/* -- Footer -- */
#footer{
	background: #00467e;
	color: #fff;
	padding: 35px 0;
}

#footer a{
	text-decoration: none;
	color: #fff;
}

#footer ul{
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer ul li{
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #fff;
}

#footer ul li:last-child{
	border: none;
}

#footer a.link-internal{
	float: right;
}

#footer > .frame-type-textmedia{
	width: fit-content;
    float: right;
    margin-top: -40px;
    margin-right: 5%;
    min-width: 500px;
}

#footer > .frame-type-textmedia .ce-gallery{
	margin: 0.5em 0 0 10px;
}
/* -- Footer -- */

/* kleine Anpassung von Susi bzgl Abstaenden */

#inhaltsbereich > .frame-layout-0.frame-default + .frame-layout-0.frame-default,
#inhaltsbereich > .frame-layout-0.frame-default + .frame-layout-0.frame-seminarbuttons,
#inhaltsbereich > .frame-layout-0.frame-zweispaltig + .frame-layout-0.frame-kacheln {
	margin-top: 0;
}

/* kleine Anpassung von Susi bzgl Abstaenden */

.tx-mmc-directmail-subscription .form-row,
.tx-mmc-directmail-subscription .form-submit {
	float: left;
	clear: both;
	width: 100%;
}

.tx-mmc-directmail-subscription .form-row > label {
	float: left;
	width: 30%;
}

.tx-mmc-directmail-subscription .form-row > select,
.tx-mmc-directmail-subscription .form-row > input,
.tx-mmc-directmail-subscription .form-submit > input {
	float: right;
	width: 66%;
	border: 0;
	border-radius: 0;
	background: #e3e3e3;
	padding: 5px 2%;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	margin: 10px 0 0 0;
}

.tx-mmc-directmail-subscription .form-row > select {
	width: 70%;
}

.tx-mmc-directmail-subscription .form-submit > input {
	width: auto;
	color: #FFFFFF;
	background: #1b75bc;
    padding: 15px 50px;
    position: relative;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    border: 1px solid #1b75bc;
	cursor: pointer;
}

.tx-mmc-directmail-subscription .form-submit > input:hover {
	color: #1b75bc !important;
	box-shadow: inset 500px 0 0 0 #fff;
}