/*
	CI AE
/	keyframes
/	Body, html
/	logo
/	nav
/	megamenu
/	parts
/	accordion
/	card portfolio
/	card download
/	highlight
/	content
/	googlemap
/	attention-box
/	footer
/	owl slilder
/	news
/	powermail
/	courses
/	table
*/


/* Beispiel für eigene Animation */
/* inaktiv
@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}
@-moz-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes einblenden { 
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}

@keyframes details-show {
  from {
    opacity:0;
    transform: var(--details-translate, translateY(-0.5em));
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
*/
/* Ende Beispiel für eigene Animation */


/* body, html */
body, html, p {
	font-family: BozonRegular;
}
body.news-single {
	background-color: var(--primary-2);
}
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	border-top: 0;
}
.news-single .footer p {
	margin: 0;
}

.showonmobile, body#ae .showonlarge {
	display:none;
}

.visibleonmobile{
	display:none;
}

.visibleonmobile .hideonmobile{
	display:block;
}
.showfromMediumDevices{
	display: none !important;	
}
.hidefromMediumDevices{
	display: block;	
}
body#ae .interaction {
	position: absolute;
	right: 20px;
	display:none;	
}	

.is-landscape {
	background-size: 0 0;
}


/* homemap */
div#homemap {
	position: absolute;
	width: 100%;
	z-index: 5;
}
div#homemap .container {
	text-align-last: right;
}
div#homemap img {
	margin-top: 161px;
}

/* logo */
img#logo {
	height: 90px;
}

/* nav -home */
nav#first {
	height: 116px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	position: absolute;
	width: 100%;
	z-index: 100;	
	color: var(--primary-2);
	font-size: 16px;
	border-bottom: solid 1px var(--primary-2);
	animation: fadeIn ease 2s;					
}
nav#first .container {
	display: flex;
}
nav#first .logo img {
	height: 75px;
	margin: 15px 0;
}
nav#first .phone, nav .language {
	text-align: right;
}
nav#first .navigation, nav .phone, nav .language {
	margin-top: 40px;
}
nav#first .nav-icon {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	cursor: pointer;
}
nav#first .nav-icon .line {
	width: 30px;
	height: 2px;
	background-color: var(--primary-2);
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav#first .nav-icon.is-active span.line {
	/*background-color:red;*/
}
nav#first .nav-icon.is-active span.line:first-child {
	/* transform: translateY(-8px) rotate(45deg) scale(0.8); */
	transform: translateY(-7.6px) rotate(45deg) scale(0.8);
	margin: 18px 0;
}
nav#first .nav-icon.is-active span.line:last-child {
	/* transform: translateY(-27px) rotate(-45deg) scale(0.8); */
	transform: translateY(-27.6px) rotate(-45deg) scale(0.8);
	margin: 18px 0;
}

nav#first.is-active {
	background-color: white;
	color: black;
	position: fixed;
}

nav#first span.phone::before {
	content: url("../Icons/UI-telephone.svg");
	position: relative;
	left: -7px;
	top: 4px;
}
body#home nav#first span.phone::before {
	content: url("../Icons/UI-telephone-white.svg");
	position: relative;
	left: -7px;
	top: 4px;
}
body#home nav#first.is-active span.phone::before {
	content: url("../Icons/UI-telephone.svg");
}

#overlay.is-active {
	display:block;
}

/* nav -ae */
body#ae nav#first {
	background-color: var(--primary-2);
	color: var(--secondary-4);
	position:relative;
	border-bottom: 1px solid #d1d1d1;

}
body#ae nav#first .nav-icon .line {
	background-color: var(--secondary-4);
}
nav#second {
	height: 117px;
	z-index: 1;
	background-color: var(--primary-2);
	position: absolute;
	width: 100%;
}
nav#second .container {
	display: flex;
}
nav#second .nav-button a.btn-primary {
	margin:0;
	position: absolute;
	bottom: 12px;
}
nav#second ul.first {
	margin-top: 12px;
}
nav#second div#sub {
	flex-direction: column;	
	padding-top: 28px;
}

nav#second div#sub ul.first {
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style-type: none;
	overflow-x: scroll;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
nav#second div#sub ul.first::-webkit-scrollbar {
	display: none;
}


nav#second div#sub ul.first.grabbing {
	cursor: grabbing;
    cursor: -webkit-grabbing;
}

nav#second div#sub ul.first li {
	display: flex;
	align-items: center;
	margin: 5px 25px 5px 0;
	white-space: nowrap;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
nav#second div#sub ul.first li:last-child{
	margin-right: 0;
}
nav#second div#sub ul.first li a {
	color: var(--secondary-4);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
nav#second div#sub ul.first li.active a {
	color: var(--link);
}
nav#second div#sub ul.first li.active {
	color: var(--link);
}

nav#second div#sub ul.first li ul.second li a {
	color: var(--secondary-4) !important;
}
nav#second div#sub ul.first li ul.second li.active a{
	color: var(--link) !important;
}

nav#second div#sub ul.first li {
	margin-bottom: 3px;
}

nav#second div#sub ul.first li ul.second {
	display: none;
	/*background-image: url("../Icons/UI-arrowLarge.svg");
	background-position: top;
	background-repeat: no-repeat;*/
	width: max-content;
}
nav#second div#sub ul.first li ul.second li {
	margin: 0;
}

nav#second div#sub ul.first li.has-sublevel::after {
	content: url("../Icons/UI-arrowSmall-S-Default.svg");
	margin-left: 10px;
	display: flex;
  	align-items: center;
}
nav#second div#sub ul.first li.has-sublevel{
	cursor: pointer;
}
nav#second div#sub ul.first li.has-sublevel a {
	margin-right: 10px;
}
nav#second div#sub ul.first li.has-sublevel ul.second {
	position: absolute;
	top: 0px;
	margin-top: 50px;
	background-color: var(--primary-2);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.15);
	cursor: default;
	z-index: 1;
}
nav#second div#sub ul.first li.has-sublevel ul.second .navpointer{
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 20px;
	height: 20px;
	background-color: var(--primary-2);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.25);
}
nav#second div#sub ul.first li.has-sublevel ul.second li:nth-of-type(1) {
	padding-top: 13px;
}
nav#second div#sub ul.first li.has-sublevel ul.second li:last-child{
	padding-bottom: 10px;
}
nav#second div#sub ul.first li.has-sublevel.open ul.second {
	display: block;
}
/*nav#second div#sub ul.first li.has-sublevel:hover ul {
	display: block;
}*/
nav#second div#sub ul.first li.has-sublevel ul li {
	display: block;
	background-color: var(--primary-2);
	padding: 5px 20px;
	
}
/*nav#second div#sub ul.first li.has-sublevel:hover::after {
	content: url("../Icons/UI-arrowSmall-S-Hoover.svg");
}*/
nav#second div#sub ul.first li.has-sublevel.open::after {
	content: url("../Icons/UI-arrowSmall-S-Hoover.svg");
}
nav#second div#sub .swiping-nav-wrap {
	/*overflow-x: auto;*/
	position: relative;
}
nav#second div#sub {
	/*overflow-x: hidden;*/
}
nav#second div#sub .swiping-nav-wrap img {
	position: absolute;
	width: 30px;
	margin-top: 1px;
}
nav#second div#sub .swiping-nav-wrap img#swiping-nav-icon-right {
	right: 0;
	transform: rotate(180deg);
	margin-top: 2px;
}
nav#second div#sub .swiping-nav-wrap li.active {
	color: var(--primary-1);
}



nav#third {
	background-color: var(--tertiary-1);
	overflow: hidden
}
nav#third ul {
	max-height: 60px;
	display: flex;
	overflow-x: auto;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	margin-bottom: 0;
}
nav#third ul::-webkit-scrollbar {
	display: none;
}
nav#third ul.grabbing {
	cursor: grabbing;
    cursor: -webkit-grabbing;
}
nav#third ul li {
	padding: 10px 20px;
	text-align: center;
	color: var(--secondary-4);	
	line-height: 1.25;
	display: flex;
	align-items: center;
}
nav#third ul li a {
	color: var(--secondary-4);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
nav#third ul li.active {
	background-color: var(--link);
}
nav#third ul li.active a {
	color: var(--primary-2);
}
nav#third ul li:hover {
	background-color: var(--primary-2);
	color: var(--link);
}
nav#third ul li:hover a {
	color: var(--link);
}
nav#third .swiping-nav-wrap {
	/*overflow-x: auto;*/
	position: relative;
}
nav#third img {
	position: absolute;
	width: 30px;
	margin-top: 0;
	left: 0;
}
nav#third img.swiping-icon-right {
	left: auto;
	right: 0 !important;
	transform: rotate(180deg)
}


/* megamenu mobile  */



/* megamenu */
#megamenu {
	margin-top: 115px;
	position: absolute;
	display: flex;
	width: 100%;
	color: var(--primary-2);
	background-color: rgba(250, 251, 252, 1.0);		
	/*position: fixed;*/
	display: none;
	min-height: calc(100vh - 116px);
	animation: fadeIn ease 0.5s;		
}
#megamenu.show {
	display: inherit;
	z-index: 10;
	overflow: hidden;
}
#megamenu > div, #megamenu .container, #megamenu .container-lg {
	display: flex;
	height: 100%;
}

#megamenu ul {
	/*padding: 30px;*/
}
#megamenu ul li {
	margin: 18px 0;
	font-family: BozonBold;
	font-size: 32px;
	position: relative;
	width: auto;
}
#megamenu ul.first > li {
	font-size: 24px;
	color: var(--primary-1);	
	cursor: pointer;
}
#megamenu ul.first li a {
	color: var(--primary-1);
}
#megamenu ul.second {
	top:10px;
}
#megamenu ul.second li {
	margin: 0;
	font-family: BozonRegular;	
	font-size: 16px;
	padding: 3px 0;	
}


/* megamenu ae */
#megamenu div#ae ul.first li:hover a, #megamenu div#ae ul.first li:hover {
	color: var(--link);
	text-decoration: none;
}
#megamenu div#ae ul.second li a {
	padding-left: 31px;
	display: block;
}
#megamenu div#ae ul.second li:hover {
	text-decoration: underline;
	background-image: url("../Icons/UI-arrow-Pointer-thin.svg");
	background-position:0  7px ;
	color: var(--link);
	background-repeat: no-repeat;
	left: 0;
}
#megamenu div#ae ul.first {
	/*width: 62%;*/
	width: fit-content;
	padding: 60px 30px 30px 0px;
	animation: fadeIn ease 0.5s;		
	
}
#megamenu div#ae ul.second {
	display: none;
	/*position: absolute;*/
	/*left: 100%;*/
	padding: 0;
	margin: 0;
	width: 100%;
	/*margin-top: -35px;*/
	/*padding-left: 25px;	*/
	animation: fadeIn ease 2s;
}
#megamenu div#ae ul.first li.open a {
	color:var(--link);
}
#megamenu div#ae ul.first li.open ul.second {
	display: block;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}


/* megamenu company */
#megamenu div#company {
	background-color: rgba(232, 238, 241, 1.0);	
}
#megamenu div#company ul.first {
	padding: 60px 30px 30px 60px;
	animation: fadeIn ease 0.5s;			
}
#megamenu div#company ul.second {
	padding: 30px 0;
}
#megamenu div#company ul li a {
	color: var(--primary-1);
	text-decoration: none;
}
#megamenu div#company ul li:hover > a {
	color: var(--link);
	text-decoration: none;
}
#megamenu div#company .image {
	position: relative;
}
#megamenu div#company .image img {
	width: 370px;
	position: absolute;
	right: -162px;
	top: -120px;
}


/* megamenu Page  */
body#ae #megamenu {
	margin-top: 0;
}


/* Mobile megamenu */
body.mobile #megamenu {
	/*margin: 10px 3px;*/
	color: var(--secondary-4);
	width: 100%;
	/*height: 100vh;*/		
}
body.mobile #megamenu ul.second {
	display: none;
	animation: fadeIn ease 2s;	
}
body.mobile #megamenu li.open ul.second {
	display: block;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
body.mobile #megamenu div#ae ul.first {
	padding: 0;
	width: 100%;
	margin-top: 1px;	
}
body.mobile #megamenu ul.first li.has-sublevel {
	background-image: url("../Icons/Accordeon_Plus-white.svg");
	background-repeat: no-repeat;
	background-position: right 8px;
	background-size: 33px;
	padding: 9px 0;
	margin:0;
}

body.mobile #megamenu ul.first{
	margin-bottom: 4rem;
}
body.mobile #megamenu ul.first li.has-sublevel.open {
	/*border-top: 1px solid var(--secondary-2);
	border-bottom: 1px solid var(--secondary-2);*/
}
body.mobile #megamenu ul.second li {
	font-size: 16px;
	padding: 2px 0;	
	padding-left: 30px;	
}
body.mobile #megamenu div#ae ul.second li a {
  padding-left: 0px;
}
body.mobile #megamenu ul.second li:hover {
	text-decoration: underline;
	background-image: url("../Icons/UI-arrow-Pointer-thin.svg");
	background-position:0  7px ;
	color: var(--link);
	background-repeat: no-repeat;
	left: 0;
}
body.mobile #megamenu .phone::before {
	content: url("../Icons/UI-telephone.svg");
	position: relative;
	left: -7px;
	top: 4px;
}

body.mobile #megamenu .phone {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}



/* header */
#header {
	height: 800px;
}
body#ae #header {
	height: 572px;
	margin-top: 117px;
	background-image: url("../assets/images/dummy-hf-tourismus.jpg");
	background-position: top center;	
}

body#ae #header.page-title-parallax {
	background-color: lightgray;
	background-blend-mode: multiply;
}


body#ae.fachmann #header{
	height: 570px;
	background-image: url("../assets/images/dummy-home-2.jpg");
	background-position: center center;
}


/* hero */
.hero {
	display: grid;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	color: var(--white);
	margin: auto;
	padding: 15% 0;
	color: var(--primary-2);	
}

body#ae .hero {
	text-align: left;
	justify-content: flex-start;
	min-height: inherit;
	padding-top: 25%;
	width: 75%;
	margin: 0;
	position: absolute;
	bottom: 0;
	padding: 0;
	width: 60%;
	margin-bottom: 38px;
}
body#ae section#header .container {
	position: relative;
	height: 100%;
}
body#ae .hero h1 {
	margin-bottom: 25px;
}

body#ae .hero p{
	margin-bottom: 0;
	font-size: var(--text-teaser);
}

/* parts */
.parts {
	margin-top: -200px;
	/*margin-bottom: 75px;*/
	position: relative;
	z-index: 3;
}
.parts .owl-carousel .owl-stage{
	display: flex;
}
.parts .owl-stage-outer{
	padding-bottom: 10px;
}
.parts .part {
	width: 100%;
	/*height: 580px;*/
	border-radius: 4px;
	border: none;	
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: var(--primary-2);
	height: 100%;
}
.parts .owl-item:nth-child(1) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: .5s;
}
.parts .owl-item:nth-child(2) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 0.75s;
}
.parts .owl-item:nth-child(3) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 1s;
}
.parts .owl-item:nth-child(4) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 1.25s;
}
.parts .owl-item:nth-child(5) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 1.5s;
}
.parts .owl-item:nth-child(6) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 1.75s;
}
.parts .owl-item:nth-child(7) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 2s;
}
.parts .owl-item:nth-child(8) { 
	animation: fadeInUp ease 1s both;	
	animation-delay: 2.25s;
}
.parts .part .part-teaser.fill-ice{
	hyphens: auto; 
	text-align: justify
}

.parts .part .part-title {
	font-family: BozonBold;
	color: var(--primary-2);
	line-height: var(--line-height-h4);
}
.parts .part .part-teaser {
	height: 235px;
	padding: 20px;
	position: relative;
	font-size: 24px;
	color: var(--primary-2);
}
.parts .part .part-teaser span {
	position: absolute;
	bottom:20px;
	font-size:22px;
}

.parts .part .part-body {
	background-color: var(-primary-2);
	padding: 20px;
	
}
.parts .part .part-body a {
	display: block;
	font-size: var(--text-small);
	padding-bottom: 10px;	
}

.parts .part .part-title a {
	color: var(--primary-2);
}


/* accordion */
.accordion {
	
}
.accordion details {
	padding: 0 60px;
	border-top: 1px solid #d1d1d1;	
	position: relative;
}
.accordion details:last-child {
	border-bottom: 1px solid #d1d1d1;
}

.accordion summary {
	display: flex;
	align-items:center;
	margin-bottom: 0;
	height: 79px;
}
.accordion summary::marker {
	content: '';
}
.accordion summary::after {
	content: url("../Icons/Accordeon_Plus-white.svg");
	position: absolute;
	top: 12px;
	right:60px;
}
details[open] summary::after {
	content: url("../Icons/Accordeon_Minus-blue.svg");
}
.content-accordion p{
	margin-bottom: 0;
}
.content-accordion{
	padding-bottom: var(--margin-bottom-p);
}

/* portfolio */
.portfolio-item {
	position: relative;
	margin-bottom: 40px;
	aspect-ratio: 16 / 9;
}
.portfolio-item-shadow{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.15);
	overflow: hidden;
}
.portfolio-item-no-background{
	height: 275px;
	border-radius: 4px;
	border: none;
	position: relative;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.portfolio-item.full, .portfolio-item.full img {
	width: 100%;
	object-fit: cover;
	height: 100%;	
}
.portfolio-item.full {
	height: 500px;
	
}
.portfolio-item .portfolio-image{
	filter: brightness(80%);
	height: 100%;
	object-fit: cover;
}
.portfolio-item .portfolio-image-no-filter{
	height: 100%;
	object-fit: cover;
}
.portfolio-arrow{
	box-shadow: none !important;
}
.portfolio-item img {
	border-radius: 4px;
	border: none;
	position: relative;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
}
.portfolio-item img, .portfolio-item a:hover div.portfolio-arrow-container {
	transition: all .3s ease-in-out;	
}
.portfolio-item a div.portfolio-arrow-container {
    transition: all .29s ease-out;
}
.portfolio-item:hover img {
	transform: scale(1.03);
}
.portfolio-item:hover img.portfolio-arrow{
	transform: none;
}
.portfolio-item a:hover div.portfolio-arrow-container {
	right: 40px;
}

.portfolio-item iframe {
	border-radius: 4px;
	border: none;
	position: relative;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
	aspect-ratio: 16 / 9;
}
.portfolio-item video {
	border-radius: 4px;
	border: none;
	position: relative;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	width: 100%;
	aspect-ratio: 16 / 9;
}
.portfolio-item .portfolio-img-l2{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	aspect-ratio: 16 / 9;
}
.portfolio-item-text {
	position: absolute;
	bottom: 0px;
	color: var(--primary-2);
	font-size: 16px;
	padding: 20px;
	padding-right: 89px;
	/*min-height: 136px;*/
}
.portfolio-item-text-last {
	padding: 0;
	padding-right: 0;
}
.portfolio-item-text-l2{
	font-size: 16px;
	color: black;
	min-height: 77px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.portfolio-item-text .subtitle {
	display: block;
}
.portfolio-item-text .title {
	font-family: BozonBold;
	font-size: var(--h4);
	display: block;
}
.portfolio-item-text-l2 .title{
	font-family: BozonBold;
	font-size: 18px;
	line-height: 22px;
	padding-left: 19px;
	padding-right: 19px;
}
.portfolio-item a .title::after {
	/*content: url("../Icons/UI-arrow-Pointer-thin-White.svg");
	margin-left: 25px;*/
}
.portfolio-arrow-container {
	position: absolute;
	bottom: 27px;
	right: 50px;
}
.portfolio-arrow {
	position: absolute;
}

.link-to-overview {
	display: flex;
}
.link-to-overview .title {
	color:black;
}
.link-to-overview .portfolio-item-text {
	text-align: center;
}
.link-to-overview a.btn-primary {
	margin: 20px 0 !important;
}
.link-to-overview a.btn-primary.mb-0 {
	margin-bottom: 0 !important;
}

/* tiles opening */
.tiles {
	margin-top: 0px;
}
.tiles.opening .tile {
	margin-bottom: 25px;
	width: 100%;
}

.tiles.opening .tile header {
	font-size: var(--text-standard);
	font-weight: bold;
	margin-bottom: 5px;
}
.openinghours table tbody tr td:first-child{
	width:40%;
}


/* hightlight */
.highlights-item {
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 25px;
}
.highlights-item-text {
	padding: 40px;
	background-color: var(--primary-2);
	display: flex;
	flex-direction: column;
	position: relative;
	height: 300px;
}
.highlights-item-text .title {
	font-size: var(--h4);
	line-height: var(--line-height-h4);	
	font-family: BozonBold;
	margin-bottom: 16px;
}
.highlights-item-text .teaser {
	font-size: var(--text-standard);
}
.highlights-item-text a {
	position: absolute;
	bottom: 40px;
}
.highlights-item .category,
.offers-item-text div.tag
{
	font-size: 14px;
	color: var(--primary-2);
	position: absolute;
	top: -20px;
	width: auto;
	border-radius: 4px;
	padding: 10px;
	opacity: 0.9;
}
.highlights-item img{
	width: 100%;
}


/* menu subpages */
.subpages {
	min-height: 330px;
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;	
	display: flex;
	background-color: var(--primary-2);
	margin-bottom: 60px;
	overflow: hidden;
}
.subpages .image img{
	height: 100%;
	object-fit: cover; 
}
.subpages .abstract {
	padding: 40px;
	position: relative;
	display: flex;
	flex-direction: column;	
}
.subpages .shortcuts {
	padding: 50px 40px;
}
.subpages .shortcuts a {
	display: block;
	margin-bottom: 5px;
}
.subpages .abstract .title {
	font-size: 32px;
	font-family: BozonBold;
	line-height: 1.13;
	margin-bottom: 25px;
}
.subpages .abstract .teaser {
	margin-bottom: 25px;
}

.subpages .abstract .buttons a, .subpages .shortcuts .buttons a {
	margin: 0;
}
.subpages div.buttons.hideonmobile p{
	margin-bottom: 0;
}


/* content */
.content {
	padding: 85px 0;
}

.content.content-padding-high{
	padding: 90px 0 0;
}

.content header {
	font-family: BozonBold;
	font-size: 40px;
	margin-bottom: 15px;
	line-height: var(--line-height-h2);
}

.googlemap {
	padding: 72px 0;
}
.googlemap a.btn-primary, .content a.btn-primary {
	margin-left: 0;
}

#google-map {
	width: 100%;
	height: 100%;
	background-image: url("../Images/portfolio-background.jpg")
}


.attention-box {
	padding: 72px 0 20px 0;
}
.attention-box .container {
	width: 70%;
}
.attention-box.primary {
	background-color: var(--primary-1);
}
.attention-box.primary h2 {
	color:var(--secondary-1);
}
.attention-box.primary p {
	color:var(--primary-2);
}
.attention-box.secondary {
	background-color: var(--secondary-2);
}
.attention-box.secondary h2 {
	color:var(--secondary-4);
}
.attention-box.secondary p {
	color:var(--secondary-4);
}
.attention-box.image {
	background-image: url("../assets/images/bg-attentionbox.jpg");
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;	
}

.testimonial {
	height: 500px;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin: 50px 0;
	margin-bottom: 120px;	
	position: relative;
	overflow: visible;
}
.testimonial img {
	object-fit: cover;
	height: 100%;
}
.testimonial .contentwrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	background-color: var(--primary-1);
	color:var(--primary-2);
	text-align: center;
	border-radius: 4px;
	padding-bottom: 50px;
}
.testimonial .contentwrap img {
	border-radius: 50%;	
	border: solid 2px var(--primary-2);
	margin: 20px;
	height: 120px;
	max-width: 120px;
}


footer {
	background-color: var(--primary-1);
	color: var(--primary-2);
	min-height: 635px;
	padding-top: 70px;
}
footer.animate{
	transform: translateY(-100%);
	opacity: 0;
}
footer img#logo {
	margin: auto;
	display: block;
	margin-bottom: 42px;	
}
footer a {
	display: block;
	color: var(--primary-2);
}
footer .col.linkcolor a {
	color: var(--link);
}

footer p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 28px;
}
footer .row.bottom {
	font-size: 14px;
	padding-bottom: 42px;
}
footer ul {
	display: inline-block;
}
footer div.social-links{
	margin-top: -10px;
}
footer div.row div.social-links{
	/*margin-top: inherit;*/
}
footer ul.list-social {
	display: inline-flex;
	flex-direction: row;
	margin-bottom: 0;
}
footer ul img {
	margin: 0 10px;
}
.footer-link a{
	margin-right: 22px;
}
.footer-link a:last-child{
	margin-right: 0;
}
footer .visibleonmobile .list-social {
  margin-bottom: 0 !important;
}
.text-with-image .image img {
	position: sticky;
	top: 10px;	
}


/* owl heroslider */
.owl-carousel.heroslider .owl-stage-outer .owl-slide {
	height: 800px;
	background-position: center;
}
.owl-carousel.heroslider .owl-slide-text {
	color: var(--primary-2);
}
.owl-carousel.heroslider .owl-slide-subtitle p {
	font-size: 24px;
}
.owl-carousel.heroslider .owl-next img {
	transform: rotate(180deg);
}

.owl-carousel.heroslider .owl-nav {
	position: absolute;
	bottom: 55%;
	width: 100%;
}

.owl-carousel.heroslider .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: inherit;
}

.owl-carousel.heroslider .owl-prev,
.owl-carousel.heroslider .owl-next {
	position: absolute;
	top: 10px;
	height: 30px;
	margin: auto !important;
}

.owl-carousel.heroslider .owl-prev {
	left: 45px;
}

.owl-carousel.heroslider .owl-next {
	right: 45px;
}
/* end owl heroslider */



/* owl offerscarousel */
.offers-item {
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 25px;
}
.offers-item-text {
	padding: 40px;
	background-color: var(--primary-2);
	display: flex;
	flex-direction: column;
	position: relative;
	height: 300px;
}
.offers-item-text .title {
	font-size: var(--h4);
	line-height: var(--line-height-h4);	
	font-family: BozonBold;
	margin-bottom: 16px;
}
.offers-item-text .teaser {
	font-size: 18px;
}
.offers-item-text a {
	position: absolute;
	bottom: 40px;
}
.offers-item .category
{
	font-size: 14px;
	color: var(--primary-2);
	position: absolute;
	top: -20px;
	width: auto;
	border-radius: 4px;
	padding: 10px;
	opacity: 0.9;
}

div.subpages div.tag
{
	font-size: 14px;
	color: var(--primary-2);
	position: relative;
	top: -20px;
	width: auto;
	border-radius: 4px;
	padding: 10px;
	opacity: 0.9;
}


/*.content.offers {
	background-color: var(--tertiary-1);
	height: auto
}*/
.owl-carousel.offerscarousel {
	height: auto;
	padding-bottom: 77px;
}
.owl-carousel.offerscarousel .owl-item {
	max-width: 480px !important;
}
.owl-carousel.offerscarousel .owl-item .teaser {
	line-height: var(--line-height-h5);
}
.owl-carousel.offerscarousel .owl-item img {
	transition: all .3s ease-in-out;
}
.owl-carousel.offerscarousel .owl-item img:hover {
	transform: scale(1.1);
}
.owl-carousel.offerscarousel .owl-next img {
	transform: rotate(180deg);
}
.owl-carousel.offerscarousel .owl-nav {
	position: relative;
	/* top: 5%; */
	margin-top: 31px !important;
	max-width: 1320px;
	margin: 0 auto;
	height: 56px;
}
.owl-carousel.offerscarousel .owl-prev,
.owl-carousel.offerscarousel .owl-next {
	position: absolute;
	top: 10px;
	height: 30px;
	margin: auto !important;
}
.owl-carousel.offerscarousel .owl-prev {
	left: 45px;
}

.owl-carousel.offerscarousel .owl-next {
	right: 45px;
}

.owl-theme .owl-dots{
	position: absolute;
	bottom: 10.5%;
	left: 50%;
	transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span{
	height: 5px;
	width: 5px;
	background-color: #00A8E9;
}

.owl-theme .owl-dots .owl-dot.active span{
	height: 8px;
	width: 8px;
	background-color: #112E52;
	transform: translateY(1.4px);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #112E52;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
	background: none;
}

.owl-item.active h1 {
	animation:fadeIn ease 2s 0.5s both;
}
.owl-item.active .owl-slide-subtitle {
	animation:fadeInUp ease 2s 0.5s both;
}

.bodymovinanim {
	height: 200px;
	width: 200px;
}

/* News */
.news-categories a{
	margin-right: 21px;
}
.news-categories a:last-child{
	margin-right: 0px;
}
section.content.news.news-single,
section.content.mt-nopageimage
 {
	margin-top: 117px;
	border-top: 1px solid #d1d1d1;	
}
.pagination .swiping-icon-right,
.pagination .swiping-icon-left{
	width: 56px;
}

.pagination .swiping-icon-right{
	transform: rotate(180deg);
}
.pagination .owl-theme .owl-dots{
	position: relative;
	transform: none;
	bottom: 0;
	left: 0;
	align-items: center;
	display: flex;
	height: 100%;
}
.pagination .owl-theme .owl-dots .dot-paginator{
	align-items: center;
	display: flex;
	height: 100%;
}
.pagination .owl-theme .owl-dots a{
	align-items: center;
	display: flex;
}
.pagination .owl-theme .owl-dots a:hover{
	text-decoration: none;
}
.pagination .owl-theme .owl-dot{
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.pagination .owl-theme .owl-dot.active span{
	transform: translateY(0.1px);
}



/* powermail */
html body#ae.stretched section.content div.container div.row div.col-md-8 div.tx-powermail div.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
div.tx-powermail textarea {
	padding: 12px 16.4px 12px 20px;
}
div.tx-powermail div.col_one_third_last,
div.tx-powermail div.col_half_last,
div.tx-conversions div.col_one_third_last,
div.tx-powermail div.col_three_fourth_last {
	margin-right: 0 !important;
	display:block;
	position:relative;
	float:left;
}
div.tx-powermail div.col_one_third_last {
	width:30.63%;
}
div.tx-powermail div.col_half_last {
	width:48%;
}
div.tx-powermail div.col_three_fourth_last {
	width:72%;
}
div.tx-powermail div.col_half {
	width:48%;
	margin-right: 34px;
	float: left;
}
div.tx-powermail div.col_one_fourth {
	width:24%;
	margin-right: 34px;
	float: left;
}
div.clear {
	clear: both;
}
div.tx-powermail .btn:first-child:active {
	background-color: var(--tertiary-2);
	border-color: var(--link);
	color: var(--link);
}
div.tx-powermail .btn:focus-visible {
	background-color: var(--tertiary-2);
	border-color: var(--tertiary-2);
	color: var(--link);
}
div.tx-powermail input[type="text"]:focus,
div.tx-powermail input[type="number"]:focus,
div.tx-powermail input[type="tel"]:focus,
div.tx-powermail input[type="date"]:focus,
div.tx-powermail input[type="email"]:focus,
div.tx-powermail input[type="file"]:focus,
.btn .btn-primary {
	background-color: var(--tertiary-2);
	border-color: var(--link);
	color: var(--link);
}
div.powermail_confirmation h1 {
	font-size: var(--h4);
}

.powermail_fieldwrap_header{
	width: 100% !important;
}
.powermail_fieldwrap_type_text{
	width: 100% !important;
}

div.tx-powermail .row > .col, 
div.tx-powermail .row > .col-3, 
div.tx-powermail .row > .col-4, 
div.tx-powermail .row > .col-6, 
div.tx-powermail .row > .col-8, 
div.tx-powermail .row > .col-9, 
div.tx-powermail .row > .col-12{
	margin-bottom: 1.5rem !important;
}
div.tx-powermail div.btn-group input.btn.btn-primary {
	margin-right: 25px;
}



/* courses */
div.tx-courses div.entry-content div.row {
	border-top: 1px solid black;
	padding: 10px 0;	
}
div.tx-courses div.entry-content div.row p {
	margin: 0;
}
div.tx-courses div.buttons a.btn {
	margin-right: 25px;
}

/* pages */
h2.pages-header {
	margin-bottom: 10px;
}

/* Categories Mobile */
#categories-mobile ul.first{
	height: 41px;
	padding-top: 8px;
	padding-bottom: 13px;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
nav#categories-mobile ul.grabbing {
	cursor: grabbing;
    cursor: -webkit-grabbing;
}
#categories-mobile ul::-webkit-scrollbar {
	display: none;
}
#categories-mobile .swiping-buttons-simpleteam {
	width: 100%;
}
#categories-mobile img {
	position: absolute;
	width: 37px;
	margin-top: 2px;
	height: 37px;
}
#categories-mobile img#swiping-nav-icon-right {
  right: 0;
  transform: rotate(180deg);
}
#categories-mobile ul.first li{
	white-space: nowrap;
	margin-right: 4px;
}
#categories-mobile ul.first li a{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

.masonry-thumbs img {
  width: 100%;
  border-radius: 0 !important;
}

.masonry-thumbs a {
  padding: 0 1px 1px 0;
}

/* Cookie Consent */
/** Light color-scheme **/
:root{
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-btn-primary-bg: var(--primary-1);
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: var(--primary-2);
	--cc-btn-primary-hover-text: var(--link);
    --cc-btn-secondary-bg: var(--primary-2);
    --cc-btn-secondary-text: var(--link);
    --cc-btn-secondary-hover-bg: var(--primary-1);
	--cc-btn-secondary-hover-text: var(--primary-2);
}

#c-bns button:first-child, #s-bns button:first-child {
    border: solid 1px var(--cc-btn-primary-bg)
}
#c-bns button:first-child:hover{
    border: solid 1px #d1d1d1;
}
.cc_div .c-bn{
	border: solid 1px #d1d1d1;
}
#s-c-bn{
	border: none;
}


/* table */
table.contenttable {
	width: 100%;
}
table.contenttable tr {
	border-bottom: 1px solid var(--secondary-1);
}
table.contenttable tr:nth-child(even) {
	/*background: var(--tertiary-1)*/
}
table.contenttable tr:nth-child(odd) {
	/*background: #FFF*/
}
table.contenttable td {
	height: 30px;
	vertical-align:top;
}
table.contenttable td.text-right {
	text-align: right;
}

div.tile.openinghours table.contenttable tbody tr {
	border-bottom: none;
}

section#c5983 div.col-md-8 table.contenttable tbody tr td:first-child,
section#c5984 div.col-md-8 table.contenttable tbody tr td:first-child,
section#c5985 div.col-md-8 table.contenttable tbody tr td:first-child,
section#c5986 div.col-md-8 table.contenttable tbody tr td:first-child
{
	width: 50%;
}

section#c5678 div.tile.openinghours header p br {
	display: initial;
}

section#c6091 table.contenttable tbody tr td:first-child {
	white-space: nowrap;
	padding-right: 9px;
}

div.tx-conversions table.tx_conversions tbody tr td {
	vertical-align: inherit;
}
div.tx-conversions table.tx_conversions tbody tr td p {
	margin-bottom: 0;
}


/* Cookie Consent Youtube Overlay */
#media-container {
	position: relative;
}

.media_text_wrapper, .media_image {
	position: absolute;
}
.media_text_wrapper{
	z-index: 99;
	padding: 10px;
	color: white;
	text-align: center;
	background:rgba(0,0,0,0.8);
	height: 100%;
}
.media_image {
	z-index: 0;
}

div.cards.partner div.card img {
	width: 100%;
}


/* test news / veranstaltungen */
.highlights-item-text .teaser {
	padding-bottom: 25px;
}
.highlights-item-text a {
	position: inherit;
	bottom: 0px;
}
.highlights-item-text {
	height:fit-content;
}