/*
Theme Name: VIERECK
Author: NO SUN GmbH
Author URI: https://no-sun.com
Description: An empty theme with default content.
Version: 0.1
*/




/******************************************************************************
 * 0 Reset                                                                    *
 ******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*outline-color: #e41f12 !important;*/
	vertical-align: baseline;

	/* box sizing */
	box-sizing: border-box;

	/* font rendering */
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
    		 font-smoothing: antialiased;
    		 font-smooth: always;

	/* hyphens */
    -webkit-hyphens: auto !important;
       -moz-hyphens: auto !important;
    	-ms-hyphens: auto !important;
            hyphens: auto !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*******************************************************************************
 * 1 Default                                                                   *
 ******************************************************************************/
html, body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	word-wrap: break-word;
}
img {
	max-width: 100%;
}

b, strong {
	font-weight: bold;
}

a.link {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
}
a.link:hover {
	text-decoration: underline;
}
.content a, .content a:hover, .content a:visited, .content a:active, .content a:focus,
a.link, a.link:hover, a.link:visited, a.link:active, a.link:focus {
	/*color: #e41f12;*/
	color: inherit;
	font-weight: normal;
}
.content table {
	margin-bottom: 1rem;
}


.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}


.content {
	line-height: 1.5;
	font-size: 17px;
}
.content p + p,
.content ul + ul,
.content ul + p,
.content p + ul,
.content p + h4 {
	margin-top: 30px;
}
.content ul {
	list-style-type: disc;
	margin-left: 30px;
	line-height: 1.3;
}
.content h2 {
	margin-bottom: 20px;
}

.bg-cover {
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-fixed {
	background-attachment: fixed;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.col-1-5 {
	margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
	.col-1-5 {
		-ms-flex: 0 0 163px;
	    flex: 0 0 163px;
	    max-width: 12.5%;
	}
}
.footer-images {
	margin-top: 30px;
}



header {
	/*position: fixed;*/
	z-index: 999;
	background-color: #fff;
	width: 100%;
	height: 190px;
	position: relative;
}
body.scroll header {

}
body.scrollheader header {
	position: fixed;
	top: -190px;
}
header.scrolldown {
	transition: transform .5s;
}
header.scrollup {
	transition: transform .5s;
	transform: translateY(190px);
	-webkit-transform: translateY(190px);
	-moz-transform: translateY(190px);
	-ms-transform: translateY(190px);
	-o-transform: translateY(190px);
}
header.scrolluptop {
	position: fixed;
	top: -190px;
	transition: none;
}
	#header-logo {
		margin-top: 65px;
		margin-top: 58px;
		float: left;
	}
		#header-logo img {
			width: auto;
			max-width: inherit;
		}
	#header-nav {
		float: right;
		margin-top: 38px;
		width: 66.6666%;
		position: relative;
		left: -19px;
	}
	#header-languages-nav {
		position: relative;
		left: -19px;
	}
		header .dropdown {
			position: relative;
		}
		header .mobile-dropdown {
			position: absolute;
			top: 23px;
			right: 25px;
			transition: .2s;
			cursor: pointer;
		}
		header .dropdown .mobile-dropdown.active {
			transform: rotate(-180deg);
		}
		header > ul > li:first-of-type {
			margin-left: 20px;
		}
		header .nav > li > a {
			padding: 24px 18px 20px 18px;
		}
		header .nav li a {
			color: inherit;
			text-transform: uppercase;
			text-decoration: none;
			display: block;
			letter-spacing: 0.36em;
			letter-spacing: 0.3em;
			margin-right: -0.36em;
			padding-left: 20px;
			color: rgb(70, 70, 70);
		}
		header .nav > li > a:after {
			content: "";
			width: calc(100% - 0.33em);
			/*height: 5px;*/
			height: 2px;
			background-color: #e41f12;
			margin-top: 5px;
			display: block;
			transition: .2s;
			opacity: 0;
		}
		header .nav > li:hover a:after,
		header .nav > li.show > a:after,
		header .nav > li.active > a:after {
			opacity: 1;
		}

		header .nav > li.active > .dropdown-menu {
			display: block;
		}
		header .dropdown-menu {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 11px;
			width: 300px;
			line-height: 1.4;
			margin-top: -10px;
		}
		header li:last-of-type .dropdown-menu {
			width: 100px;
			min-width: auto;
		}
			header .dropdown-menu li a:hover,
			header .dropdown-menu li.active a {
				font-weight: bold;
			}

			.carousel-inner {
				position: relative;
			}
	.carousel-description {
		font-size: 20px;
		color: #fff;
		/*background-color: rgba(0, 0, 0, 0.5);*/
		background-color: rgba(0, 0, 0, 0.3);
		height: 100%;
		width: calc(33.33333% - 7px);
		min-width: 300px;
		padding: 50px 55px;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(calc(-100% + 20px));
		transition: 1s;
	}
	.carousel-description.desc-bottom {
		height: auto;
		width: 100%;
		bottom: 0;
		top: auto;
		padding: 40px 20px 20px 20px;
		transform: translateY(calc(100% - 20px));
	}
	.carousel-description.active,
	.carousel-description.desc-bottom.active {
		transform: translate(0,0);
	}


		.carousel-description.active .carousel-desc-toggle {
			padding: 20px;
			transform: translateY(-50%) rotate(-180deg);
		}
		.carousel-description.desc-bottom .carousel-desc-toggle {
			display: none !important;
			padding: 6px;
			height: 50px;
			text-align: center;
			top: -15px;
			left: 50%;
			display: table;
			transform: translateX(-50%) rotate(-90deg);
		}
		.carousel-desc-toggle {
			position: absolute;
			top: 50%;
			right: 0px;
			padding: 20px 6px;
			cursor: pointer;
			font-size: 30px;
			font-weight: 100;
			transition: .2s;
			transform: translateY(-50%) rotate(0deg);
		}
		.carousel-description.desc-bottom.active .carousel-desc-toggle {
			transform: translateX(-50%) rotate(90deg);
		}
		.carousel-desc-wrapper {
			position: relative;
			height: 100%;
			width: 100%;
		}
			.carousel-desc {
				position: absolute;
				bottom: 0;
				font-weight: normal;
			}
			.carousel-description.desc-bottom .carousel-desc-wrapper {
				position: absolute;
				top: 0;
				left: 0;
				display: flex;
				align-items: center;
			}
			.carousel-description.desc-bottom .carousel-desc {
				position: static;
				width: 100%;
				padding: 0 15px;
			}

main {
	max-width: 1310px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body.scrollheader main {
	padding-top: 190px;
}
main.scrolluptop {
	padding-top: 190px;
}

footer {
	border-top: 1px solid rgb(70, 70, 70);
	padding: 30px 0;
}
	.footer-section {
		color: inherit;
		letter-spacing: 0.36em;
		line-height: 1.3;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		color: rgb(70, 70, 70);
	}
		footer .col {
			position: relative;
			left: -20px;
		}
		.footer-section a {
			color: rgb(70, 70, 70);
			position: relative;
			text-decoration: none !important;
			transition: .3s;
			display: inline-block;
		}
		.footer-section .menu-item a:after {
			content: "";
		    width: calc(100% - 0.35em);
		    /* height: 5px; */
		    height: 2px;
		    background-color: #e41f12;
		    margin-top: 0px;
			margin-bottom: 1px;
		    display: block;
		    transition: .2s;
		    opacity: 0;
		}
		/*.footer-section .menu-item.active a:after,*/
		.footer-section .menu-item a:hover:after {
			opacity: 1;
		}

		.footer-contact {
			line-height: 1.5;
		}
			.footer-contact > div {
				float: left;
				width: 50%;
				word-wrap: break-word;
			}
			.footer-contact-left {
				text-align: right;
				border-right: 1px solid #000;
				padding-right: 9px;
			}
			.footer-contact-right {
				padding-left: 9px;
			}
			.col-footer {
				margin-bottom: 20px;
			}
			.col-footer.col-lg-auto .footer-section {
				min-width: 130px;
			}







.carousel-inner {
				height: 0;
				padding-bottom: 56.25%;
				position: relative;
			}

.carousel-item {
	height: auto !important;
	padding-bottom: 56.25%;
	max-height: inherit !important;
	min-height: inherit !important;
	/*max-height: calc(100vh - 300px);*/
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;

}
.carousel-link {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
}

.carousel-control-next img {
	position: relative;
	left: 3px;
}
.carousel-control-prev img {
	position: relative;
	right: 3px;
}
.carousel-control-next {
	justify-content: flex-end;
}
.carousel-control-prev {
	justify-content: flex-start;
}
.carousel-control-next,
.carousel-control-next:focus,
.carousel-control-prev,
.carousel-control-prev:focus {
	opacity: 0;
	transition: .3s;
	width: 40%;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
	opacity: 1;
}
.container {
	max-width: 1310px;
	margin: 0 auto;
}






/**
 * Widget: Posts
 */
.posts-widget {
	margin: 50px 0 30px 0;
}
.grid {
    visibility: hidden;
    opacity: 0;
	transition: opacity .1s;
}
	.grid-sizer,
	.grid-item {
		width: calc(33.3333% - 6.6666px);
	}
	.gutter-sizer {
		width: 10px;
	}
	.grid-item a {
		text-decoration: none !important;
		color: inherit;
	}
	.p-image {
		overflow: hidden;
	}
	.p-image img {
		max-width: 100%;
		transition: .4s;
		display: block;
	}
	.p-info {
		margin: 10px 0 20px 0;
		text-align: center;
		line-height: 1.1;
	}
	.p-small {
		margin: 10px;
	}
	.grid-item a:hover .p-image img {
		transform: scale(1.05);
	}

/*
.so-widget-customposts .p-image img,
.so-widget-posts .p-image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.so-widget-customposts .grid-item a:hover .p-image img,
.so-widget-posts .grid-item a:hover .p-image img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
*/


/**
 * Wiget: News
 */
.news-widget {
	margin-top: 30px;
}
	.news-item + .news-item {
		margin-top: 65px;
	}
	.news-date {
		font-weight: bold;
		font-size: 30px;
		position: relative;
		top: 8px;
		margin-top: -15px;
		padding-right: 35px;
	}
	.news-title {
		text-transform: uppercase;
		font-size: 30px;
		padding-right: 35px;
		margin-bottom: 1rem;
	}
	.news-item .content {
		padding-right: 35px;
	}
	.news-link {
		text-align: right;
		margin-top: 50px;
		display: block;
		font-size: 17px;
		margin-right: 10px;
	}
	.news-pagination {
		margin-top: 50px;
	}
		.news-pagination > div {
			width: 33.33333%;
			float: left;
			min-height: 1px;
		}
		.news-counter {
			text-align: center;
			padding-top: 20px;
			color: rgb(70, 70, 70);
			font-weight: lighter;
		}
		.news-next {
			text-align: right;
		}
		.news-more {
			display: none;
		}



/**
 * Widget: Textfeld
 */
.textfeld-widget {
	margin: 60px 0 0 0;
	padding-left: 25px;
	padding-right: 25px;
}
.textfeld-widget.headline {
   margin: 60px 0 0 0;
   /*height: 0px;*/
}
	.tf-title h2, .tf-title h1 {
		font-size: 38px;
		margin-bottom: 36px;
		font-weight: normal;
	}
	.tf-title h3 {
		font-size: 30px;
		margin-bottom: 24px;
		font-weight: normal;
	}

/**
 * Widget: Team
 */
.team-widget {
	margin: 60px 0 0 0;
	padding-left: 25px;
	padding-right: 25px;
}
	.t-title h2 {
		text-transform: uppercase;
		font-size: 42px;
		margin-bottom: 36px;
		color: rgb(70, 70, 70);
	}
	.t-phil-title h3 {
		font-size: 14px;
		font-weight: 900;
		text-transform: uppercase;
		margin-top: 30px;
		display: table;
		margin-bottom: 5px;
	}
	.t-phil-title h3:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	.t-phil-content {
		font-size: 14px;
	}

/**
 * Wiget: Zitat
 */
.zitat-widget {
	margin: 50px 0 0 0;
	padding-left: 25px;
	padding-right: 25px;
}
	.zitat {
		font-size: 24px;
		font-style: italic;
		line-height: 1.4;
		font-weight: lighter;
	}


/**
 * Widget: Einzelbild
 */
.einzelbild-widget {
	padding-left: 30px;
	padding-right: 30px;
	margin: 65px 0 0 0;
}
	.einzelbild-widget img {
		max-height: 550px;
	}

	.einzelbild-widget.big img {
		max-height: none !important;
		height: auto;
	}



/**
 * More Less
 */
.more-less {
	display: block;
	margin-top: 10px;
}
.more-less .more,
.more-less.active .less {
	display: block;
}
.more-less .less,
.more-less.active .more {
	display: none;
}

/**
 * WIDGET: Maps
 */
.maps-widget {
	padding-left: 25px;
	padding-right: 25px;
}





/**
 * Fancybox
 */
#fancybox-close {
	top: 5px;
	right: 5px;
	background: url('img/close.svg');
	background-size: 50px;
    height: 50px;
    width: 50px;
}
#fancybox-left-ico {
	background: url('img/arrow_left.svg');
    background-size: 50px;
	height: 50px;
    width: 50px;
    right: auto !important;
    left: -3px !important;
}
#fancybox-right-ico {
	background: url('img/arrow_right.svg');
    background-size: 50px;
	height: 50px;
    width: 50px;
    right: -3px !important;
    left: auto !important;
}


/**
 * Maps
 */
#map {
	height: 650px;
}

/**
 * Cookie
 */
.has-cookie-bar #catapult-cookie-bar {
	padding-top: 18px;
	padding-bottom: 18px;
}
button#catapultCookie {
	border-radius: 0;
}
#catapult-cookie-bar a {
	text-decoration: underline;
}

/**
 * Top
 */
body.scroll #back-to-top {
	transform: translateX(-20px);
	opacity: 1;
}
#back-to-top {
	position: fixed;
	bottom: 60px;
	right: 0;
	transform: translateX(50px);
	width: 40px;
	height: 40px;
	transition: 1s;
	opacity: 0;
	z-index: 1;
}

#multilanguage {
	position: fixed;
	top: 253px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	right: 20px;
	line-height: 40px;
	text-align: center;
}
#multilanguage a {
	display: block;
	color: inherit;
}
#back-to-top:hover img {
	display: block;
	margin-top: -5px;
}
	.top-arrow {
		position: relative;
		transition: .3s;
		background-color: #fff;
		transform: rotate(90deg);
	}


/**
 * Hamburger
 */

.hamburger {
	display: none;
	width: 45px;
	height: 20px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-top: 14px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: rgb(30, 30, 30);
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 9px;
}

.hamburger span:nth-child(4) {
  top: 18px;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
	transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.simple-sitemap-page a {
	font-weight: inherit !important;
}


.widget_siteorigin-panels-builder .panel-grid {
	margin: 0 !important;
}



	.grid {
		list-style: none;
		padding: 0;
	}

	.grid li {
		display: block;
		float: left;
		/*padding: 7px;
		width: 33%;*/
		opacity: 0;
	}

	.grid li.shown,
	.no-js .grid li,
	.no-cssanimations .grid li {
		opacity: 1;
	}

	.grid li a,
	.grid li img {
		outline: none;
		border: none;
		display: block;
		max-width: 100%;
	}

	/* Effect 1: opacity */
	.grid.effect-1 li.animate {
		-webkit-animation: fadeIn 0.65s ease forwards;
		animation: fadeIn 0.65s ease forwards;
	}

	@-webkit-keyframes fadeIn {
		0% { }
		100% { opacity: 1; }
	}

	@keyframes fadeIn {
		0% { }
		100% { opacity: 1; }
	}

	/* Effect 2: Move Up */
	.grid.effect-2 li.animate {
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
		-webkit-animation: moveUp 0.65s ease forwards;
		animation: moveUp 0.65s ease forwards;
	}

	@-webkit-keyframes moveUp {
		0% { }
		100% { -webkit-transform: translateY(0); opacity: 1; }
	}

	@keyframes moveUp {
		0% { }
		100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
	}

	/* Effect 3: Scale up */
	.grid.effect-3 li.animate {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		-webkit-animation: scaleUp 0.65s ease-in-out forwards;
		animation: scaleUp 0.65s ease-in-out forwards;
	}

	@-webkit-keyframes scaleUp {
		0% { }
		100% { -webkit-transform: scale(1); opacity: 1; }
	}

	@keyframes scaleUp {
		0% { }
		100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
	}

	/* Effect 4: fall perspective */
	.grid.effect-4 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.grid.effect-4 li.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
		transform: translateZ(400px) translateY(300px) rotateX(-90deg);
		-webkit-animation: fallPerspective .8s ease-in-out forwards;
		animation: fallPerspective .8s ease-in-out forwards;
	}

	@-webkit-keyframes fallPerspective {
		0% { }
		100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
	}

	@keyframes fallPerspective {
		0% { }
		100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
	}

	/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
	.grid.effect-5 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.grid.effect-5 li.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 50% 50% -300px;
		transform-origin: 50% 50% -300px;
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
		-webkit-animation: fly .8s ease-in-out forwards;
		animation: fly .8s ease-in-out forwards;
	}

	@-webkit-keyframes fly {
		0% { }
		100% { -webkit-transform: rotateX(0deg); opacity: 1; }
	}

	@keyframes fly {
		0% { }
		100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
	}

	/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
	.grid.effect-6 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.grid.effect-6 li.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		-webkit-animation: flip .8s ease-in-out forwards;
		animation: flip .8s ease-in-out forwards;
	}

	@-webkit-keyframes flip {
		0% { }
		100% { -webkit-transform: rotateX(0deg); opacity: 1; }
	}

	@keyframes flip {
		0% { }
		100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
	}

	/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
	.grid.effect-7 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.grid.effect-7 li.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		-webkit-animation: helix .8s ease-in-out forwards;
		animation: helix .8s ease-in-out forwards;
	}

	@-webkit-keyframes helix {
		0% { }
		100% { -webkit-transform: rotateY(0deg); opacity: 1; }
	}

	@keyframes helix {
		0% { }
		100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
	}

	/* Effect 8:  */
	.grid.effect-8 {
		-webkit-perspective: 1300px;
		perspective: 1300px;
	}

	.grid.effect-8 li.animate {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		-webkit-animation: popUp .8s ease-in forwards;
		animation: popUp .8s ease-in forwards;
	}

	@-webkit-keyframes popUp {
		0% { }
		70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
		100% { -webkit-transform: scale(1); opacity: 1; }
	}

	@keyframes popUp {
		0% { }
		70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
		100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
	}


#fancybox-left,
#fancybox-right {
	opacity: 0;
	transition: .3s;
}
#fancybox-left:hover,
#fancybox-right:hover {
	opacity: 1;
}


main > .panel-layout > .panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
	justify-content: flex-start;
}


header .mobile-dropdown {
	display: none;
}


.grtyoutube-popup-content {
	max-height: 480px !important;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4) !important;
	background-color: #000;
}
.youtube-link {
	display: block;
	height: 100%;
	width: 100%;
}
.youtube-play {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	cursor: pointer;
}
.youtube-play img {
	/*background-color: rgba(0,0,0,0.3);*/
	border-radius: 50%;
	padding: 1px;
}
.grtyoutube-dark-theme {
	background-color: rgba(0,0,0, 0.5) !important;
}
.grtyoutube-popup-content {
	margin-top: auto;
	top: 50%;
    transform: translateY(-50%);
}
.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('grt/icon-close-white.svg') no-repeat;
}
.grtyoutube-popup-close {
    position: absolute;
    top: -47px;
    right: -3px;
    color: #FFF;
    font-size: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.social {
	display: block;
	text-decoration: none !important;
}
.social-wrapper {
	padding: 1px;
}
.social + .social {
	margin-top: 3px;
}


@media screen and (max-width: 1190px) {
	#header-nav {
		width: auto;
	}
	header > .container {
		padding-right: 0;
	}
}
header.open, body.has-vb-top header.open {
	background: #fff !important;
}

body.has-vb-top header.open  .header-novb-logo {
	display: block;
}
body.has-vb-top header.open  .header-vb-logo {
	display: none;
}

body.has-vb-top header.open .hamburger span {
	background-color: #000;
}




@media screen and (max-width: 998px) {
	.social-wrapper {
		display: table;
		margin: 0 auto;
		position: relative;
		left: -22px;
	}
	.social {
		display: inline-block;
	}
	.social + .social {
		margin-left: 10px;
	}
	#multilanguage {
		z-index: 9999;
		top: 14px;
		right: 75px;
		transition: right .5s;
	}
	#page.open #multilanguage {
		/*right: 325px;*/
	}
	main {
		margin-top: 0px;
	}
	header .dropdown-menu a {
		padding-bottom: 5px;
	}
	header .mobile-dropdown {
		display: block;
		padding: 10px;
		top: 13px;
	}

	header .dropdown-menu {
		margin: 0 !important;
		position: relative !important;
		top: -10px;
	}
	header > ul > li:first-of-type {
		margin-left: 0px;
	}

	.hamburger {
		display: block;
	}
	#header-nav {
		position: fixed;
		left: auto;
		right: -250px;
		right: -100%;
		/*left: 0;*/
		/*transform: translateX(100vw);*/
		width: 100% !important;
		background-color: #fff;
		transition: .5s;
		margin-top: 5px;
		margin-top: 55px !important;
	}
	#page.open #header-nav {
		right: 0px;

	}
	header > ul {
		display: block;
	}
	header .dropdown-menu {
		position: static;
	}
	header li {
		display: block;
		float: left;
		width: 100%;
	}
	header .nav li a {
		display: table;
		padding-left: 1.5rem /*5px*/;
	}
	#page {
		position: relative;
		left: 0;
		transition: .5s;
	}
	#page.open {
		/*margin-right: 260px;
		margin-left: -260px;*/


		/*left: -250px;*/
	}
	#page.open #hamburger2 {
	}
	#page.open #header-nav {
	}
	header {
		position: fixed;
		height: 70px;
	}
		#header-logo {
			margin-top: 15px;
		}
		#header-logo img {
			height: 38px;
		}
	main {
		padding-top: 80px;
	}
	.carousel-inner .carousel-item {
		height: 450px;
	}
}
@media screen and (max-width: 768px) {
	.einzelbild-widget {
		padding: 0 15px;
	}
	.zitat-widget {
		padding: 0;
	}
	.team-widget {
		padding: 0;
	}
	.carousel-control-next, .carousel-control-next:focus, .carousel-control-prev, .carousel-control-prev:focus {
		opacity: 1 !important;
	}
	#fancybox-left, #fancybox-right {
		opacity: 1 !important;
	}
}
@media screen and (max-width: 679px) {
	.grid-sizer,
	.grid-item {
		width: 48.5%;
	}
	.carousel-description {
		width: 40%;
	}
}
@media screen and (max-width: 505px) {
}
@media screen and (max-width: 576px) {
#fancybox-close	{
	right: -3px;
	top: -3px;
}
	.social-wrapper {
		margin: 0;
		left: 0px;
	}
	.carousel-description {
		width: 100%;
		padding: 20px;
	}
	.carousel-desc {
		font-size: 14px;
	}
	.carousel-inner .carousel-item {
		height: 210px !important;
		padding-top: 0;
	}
	.textfeld-widget.headline {
		/*height: 60px;*/
	}
	.grid-sizer,
	.grid-item {
		width: 100%;
	}
	.footer-contact > div {
		width: 100%;
		padding: 0 15px 20px 15px;
	}
	.footer-contact-left {
		text-align: left;
		border: 0;
	}
	.footer-contact-right {
	}
	.news-item .content {
		margin-bottom: 20px;
	}
	.news-link {
		text-align: left;
	}
	#map {
		height: 350px;
	}
	.textfeld-widget, .maps-widget {
		padding-left: 0px;
		padding-right: 0px;
	}
	/*.youtube-play {
		transform: none;
		top: 10px;
		right: 10px;
		left: auto;
	}*/
	.youtube-play img {
		height: 40px;
		width: 40px;
	}
}


.carousel-more {
	display: none;
}
.vb-mob-text {
	display: none;

}
.vb-mob-text * {
	text-align: left !important;
}
@media screen and (max-width: 998px) {
	.vb-mob-text {
		display: block;
	}
	.vb-texte {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.carousel-description.desc-no-trans .carousel-more {
		display: block;
	}
	.carousel-description.desc-bottom.desc-no-trans {
		transition: none !important;
		padding: 10px 20px;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
		z-index: 9;
	}
	.carousel-description.desc-no-trans .carousel-desc-wrapper {
		display: none;
	}
	#fancybox-content .carousel-desc {
		position: static;
		padding: 20px;
		box-sizing: border-box;
	}
	.carousel-control-next, .carousel-control-next:focus, .carousel-control-prev, .carousel-control-prev:focus {
		width: 50px;
	}
}





.teambilder-widget {
	padding-top: 1em;
}

.tb-items {

}
/*
.tb-item {
	padding-top: 133%;
	position: relative;
	margin-bottom: 30px;
}
.tb-item:hover .tb-content {
	opacity: 1;
	visibility: visible;
}

.tb-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.tb-img .bg-cover {
	height: 100%;
	width: 100%;
}*/



.tb-content {
	font-family: Helvetica, sans-serif;
	/*position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;*/
	background-color: rgba(255, 255, 255, .8);
	transition: .2s;
    font-size: .8em;
	text-align: center;
}
.tb-content .content {
	/*position: absolute;*/
	padding: 1.25em;
	bottom: 0;
	width: 100%;
	color: #000;
    font-size: 1.2em;
}

@media screen and (min-width: 1100px) {
	.col-xl-2-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media screen and (max-width: 575px) {
	.tb-item {
		padding-top: 0;
		margin-bottom: 1em;
	}
	.tb-img {
		position: static;
		width: 75%;
		margin: 0 auto;
	}
	.tb-img .bg-cover {
		padding-top: 133%;
	}
	.tb-content {
		position: static;
		opacity: 1;
		visibility: visible;
		background-color: transparent;
		margin-top: 1.5em;
	}
	.tb-content .content {
		position: static;
		color: #000;
		padding: 0;
	}
}



.fancybox-thumbs__list a::before {
    border-color: #e41f12 !important;
}
.fancybox-progress {
    background: #e41f12 !important;
}
.fancybox-button {
    background: transparent;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #585857 !important;
}

.fancybox-button--close, .fancybox-infobar {
    display: none;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #999 !important;
    opacity: .5 !important;
}

.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
	display: none !important;
}
.fancybox-button--arrow_left > div {
	background-image: url('img/arrow_left.svg');
	background-size: cover;
}
.fancybox-button--arrow_right > div {
	background-image: url('img/arrow_right.svg');
	background-size: cover;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-button--close {
	background-image: url('img/close.svg');
	background-size: cover;
    background-color: transparent;
    width: 44px !important;
    height: 44px !important;
    top: 0;
    right: 0;
}
.fancybox-slide--image .fancybox-close-small svg,
.fancybox-button--close svg {
	display: none;
}
.fancybox-button--arrow_left svg,
.fancybox-button--arrow_right svg {
	opacity: 0;
}
.compensate-for-scrollbar {
	margin: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	padding-left: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
}


@media screen and (max-width: 767px) {
    .carousel-desc {
        left: 50%;
        top: 50%;
        padding: 1em;
    }
}


#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	border-top: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	font-weight: normal !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
	box-shadow: none !important;
    border-radius: 0 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	min-width: auto !important;
    padding: 5px 10px !important;
    background-color: #e41f12 !important;
    color: #fff !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
	padding: 8px 12px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
	width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
	width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    top: -50px !important;
    right: 0 !important;
}



.iframe-wrapper {
    position: relative;
    background-color: #f1f1f1;
}

.iframe-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
}
.iframe-message.active {
    display: table;
}

.btn {
    /*color: #fff !important;
    background-color: #e41f12;
    border-radius: 0;
    padding: 5px 10px;
    margin-top: 2rem;
    font-weight: bold !important;*/
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 300;
	width: fit-content;
	color: inherit;
}



.vollbild-slider-widget {
	overflow: hidden;
	position: relative;
}
.owl-item {
	overflow: hidden;
}
.vb-item {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.vb-carousel > .vb-item + .vb-item {
	display: none;
}
.p-image img {
	height: auto;
}
.grid-item a {
	display: block;
}


body.has-vb header {
	transition: top .4s, background .4s, height .4s, transform .5s;
	position: fixed;
}
body.has-vb-top header {
	background: linear-gradient(180deg, rgba(70,70,70,.5) 0%, rgba(70,70,70,.5) 50%, rgba(70,70,70,0) 100%);
	background-size: 200% 200%;
	background-position-y: 100%;
	top: -190px;
	transform: translateY(190px);
}
.header-vb-logo,
body.has-vb-top .header-novb-logo {
	display: none;
}
body.has-vb-top .header-vb-logo {
	display: block;
}
body.has-vb-top header .nav li a {
	color: #fff;
}
body.has-vb-top header .dropdown-menu {
	background-color: transparent;
}
body.has-vb .vb-overlay-top {
	display: block;
}

body.has-vb.scroll-top header,
body.scroll-top header {
	/*background-position-y: 0;*/
	height: 130px;
}

body #header-nav {
	transition: margin-top .4s, right .5s;
}
body.has-vb.scroll-top #header-nav,
body.scroll-top #header-nav {
	margin-top: 0;
}
body #header-logo {
	transition: margin-top .4s;
}
body.has-vb.scroll-top #header-logo,
body.scroll-top #header-logo {
	margin-top: 20px;
}

body.has-vb-top .hamburger span {
	background-color: #fff;
}

body.has-vb.scrollheader main {
	padding-top: 30px;
}


.vb-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale3d(1.05, 1.05, 1.05);
	will-change: transform;
}
.vb-desc-wrapper {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
	background-color: rgba(70,70,70,.5);
}
.vb-desc-top-wrapper {
	margin-bottom: 7rem;
	background-color: rgba(70,70,70,.5);
}
.vb-desc,
.vb-desc-top {
	padding: 15px;
	color: #fff;
}

.vb-color-black {
	color: #000 !important;
}
.vb-color-white {
	color: #fff !important;
}

.no-bg {
	background-color: transparent;
}

.row-h {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.no-text {
	margin-bottom: 11.5rem;
}



.owl-nav {
	position: absolute;
	top: 20%; /*0 old value*/
	height: 70%; /*100% old value*/
	width: 40%;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	transition: .4s;
	overflow: hidden;
}
.owl-nav:hover {
	opacity: 1;
}
.owl-nav img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
}
.owl-prev {
	left: 0;
}
.owl-prev img {
	left: -4px;
}
.owl-next {
	right: 0;
}
.owl-next img {
	right: -4px;
}
.owl-dots {
	display: none;
}
.slick-dots li button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	border: 0;
	outline: none;
	box-shadow: none !important;
}
.owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}
.owl-fade-out { z-index: 10; animation: fadeOut .7s both ease; }
.owl-fade-in { animation: fadeIn .7s both ease; }



.vollbild-slider-widget .vb-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20vh;
	background: linear-gradient(180deg, rgba(70,70,70, 0) 0%, rgba(70,70,70,.3) 100%);
}
.vollbild-slider-widget {
	/*display: none;*/
}
@media screen and (max-width: 567px) {
	.vollbild-slider-widget {
		display: block;
		height: 260px;
		overflow: hidden;
	}
}
.vollbild-slider-widget.initialized {
	opacity: 1;
	display: block;
	height: auto;
}

.vollbild-slider-widget .owl-dots,
.slick-dots {
	display: block;
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.slick-dots {
	display: -ms-flex;
	display: flex;
}
.vollbild-slider-widget .owl-dot,
.slick-dots li {
	outline: none !important;
	margin: 1rem;
	position: relative;
	cursor: pointer;
	opacity: .3;
	transition: .2s;
}
.vollbild-slider-widget .owl-dot::after,
.slick-dots li::after {
	content: "";
	position: absolute;
	width: calc(100% + 1.5rem);
	height: calc(100% + 1.5rem);
	top: -.75rem;
	left: -.75rem;
	cursor: pointer;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
	opacity: 1;
}
.vb-item video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height: auto;
	left: 50%;
}

.vollbild-slider-widget .owl-nav {
	width: 8rem;
}
.vb-content {
	z-index: 9;
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	color: #fff;
	width: 33.33%;
	text-shadow: 0.5px 0.1px 2px rgba(0,0,0,0.1);
}
.vb-content h3 {
	margin-bottom: .25rem;
}
.vb-content.vb-bg {
	background-color: rgba(70,70,70,.5);
	padding: 2rem;
}


.vb-content .content p a,
.fancybox-slide .content.fancybox-content p a {
	font-size:15px !important;
	line-height: 50px !important;
}

#to-content {
	position: absolute;
	bottom: 4rem;
	right: 3rem;
	z-index: 1;
	cursor: pointer;
	color: #fff;
	z-index: 999;
}
#to-content svg {
	width: 100px;
	height: 50px;
	opacity: .7;
	transition: .2s;
}
#to-content svg:hover {
	opacity: .9;
}


@media screen and (max-width: 998px) {
	body.has-vb-top header .nav li a {
		color: #464646;
	}
	body.has-vb-top header:not(.open) #header-languages-nav .nav li a {
		color: #fff;
	}
	body.has-vb.scroll-top #header-logo,
	body.scroll-top #header-logo {
		margin-top: 15px;
	}
	body.has-vb header {
		top: 0;
		transform: none;
	}
	body.has-vb.scroll-top header,
	body.scroll-top header {
		height: 70px;
		top: 0;
		transform: none;
	}
	body.has-vb header .nav li a {
		padding-left: 15px;
	}
	.vb-item {
		height: 260px;
		/*padding-top: 56.25%;
		padding-top: 60%;*/
	}

	body.has-vb main {
		padding-top: 0;
	}
	.owl-nav {
		opacity: 1;
	}
	.vollbild-slider-widget .owl-nav {
		opacity: 0;
	}
	.vollbild-slider-widget .owl-nav:hover {
		opacity: 1;
	}
	.vollbild-slider-widget .owl-dots,
	.slick-dots {
		bottom: 0;
		transform: translate(-50%, 100%);
	}
	.vollbild-slider-widget {
		overflow: visible;
	}
	.vollbild-slider-widget .carousel-more {
		display: block;
    	position: absolute;
    	bottom: 0;
    	width: 100%;
		text-align: center;
		padding: .75rem 1rem;
		background-color: rgba(0, 0, 0, 0.3);
		color: #fff;
		z-index: 9;
	}
	.vb-content {
		display: none;
	}
	.arc {
		stroke: #000 !important;
	}
	.arc-dot {
		fill: #000 !important;
	}
	#to-content,
	.vb-desc-top-wrapper {
		display: none;
	}
}

.slick-arrow {
	display: none !important;
}

.vb-texte {
	height: calc(100% - 25rem);
	position: absolute;
	top: 12.5rem;
	left: 0;
	width: 100%;
}

/* UPDATE 30.08.21 */
.vb-text {
	position: absolute;
	padding: 3rem;
}
.vb-text-wrapper {
	position: relative;
	height: 100%;
}
.vb-text-wrapper-right {
	text-align: right;
}
.vb-text-wrapper-right .content img {
	display: inline-block;
}

.vb-text-top-left {
	top: 0;
	left: 0;
}
.vb-text-top-left .content {
	transform-origin: top left;
}
.vb-text-bottom-left {
	bottom: 0;
	left: 0;
}
.vb-text-bottom-left .content {
	transform-origin: bottom left;
}

.vb-text-top-right {
	top: 0;
	right: 0;
}
.vb-text-top-right .content {
	transform-origin: top right;
}
.vb-text-bottom-right {
	bottom: 0;
	right: 0;
}
.vb-text-bottom-left .content {
	transform-origin: bottom left;
}






.row-he {
	height: 100%;
}

.panup {
    animation: panup linear 10s forwards;
}

.pandown {
    animation: pandown linear 10s forwards;
}

.panleft {
    animation: panleft linear 10s forwards;
}

.panright {
    animation: panright linear 10s forwards;
}

.pandown {
    animation: pandown linear 10s forwards;
}

.panup {
    animation: panup linear 10s forwards;
}

.zoomout {
    animation: zoomout linear 10s forwards;
}

.zoomin {
    animation: zoomin linear 10s forwards;
}



@keyframes panleft {
    0% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1.05, 1.05, 1.05) translate3d(2%, 0px, 0px);
    }
}

@keyframes panright {
    0% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1.05, 1.05, 1.05 ) translate3d(-2%, 0px, 0px);
    }
}

@keyframes pandown {
    0% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1.05, 1.05, 1.05 ) translate3d(0, -2%, 0);
    }
}

@keyframes panup {
    0% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1.05, 1.05, 1.05) translate3d(0, 2%, 0);
    }
}

@keyframes zoomout {
    0% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}


@keyframes zoomin {
    0% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 0, 0);
    }
}

.hidden {
	display: none;
}

.fancybox-content.content {
	padding: 1rem;
}

/* fancybox "fix" */
.fancybox-slide--image .fancybox-content {
	background-color: transparent !important;
}
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: block !important;
}


.tb-item {
	margin-bottom: 30px;
}

.tb-img {
	position: relative;
}
.tb-img .bg-cover {
	padding-top: 133%;
}

.tb-img:hover .tb-img-hover,
.tb-img:focus .tb-img-hover {
	opacity: 1;
}
.tb-img-hover {
	position: absolute !important;
	opacity: 0;
	transition: opacity .4s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


body .img-cover-2,
body .img-contain-2 {
    position: relative;
}
body .img-cover-2 > img,
body .img-cover-2 > picture > img,
body .img-contain-2 > img,
body .img-contain-2 > picture > img {
    position: absolute;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    font-family: "object-fit: cover;";
}
body .img-contain-2 > img,
body .img-contain-2 > picture > img {
    object-fit: contain;
    font-family: "object-fit: contain;";
}



/* 07.08.23 */
*:focus {
    outline: 0!important;
    box-shadow: 0 0 0 .2rem rgba(73,72,83,.25)!important;
}


/* 06.05.24 */
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-menu.show {
    display: block;
}
[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
body .grid {
    visibility: visible;
    opacity: 1;
    transition: none;
}

@media screen and (max-width: 767px) {

	[data-aos] {
		opacity: 1 !important;
		transition: none !important;
		transform: translateZ(0) !important;
	}
}

body.home main.scrolluptop,
body.has-vb.scrollheader main {
	padding-top: 0 !important;
}

@media screen and (min-width: 1310px) {
	.vollbild-slider-widget {
		width: 100vw;
		margin-left: calc((100vw - 1310px) / -2);
	}
}

html, body {
	overflow-x: hidden;
}
body .ums_map_opts,
body .umsMapDetailsContainer,
body .ums_MapPreview {
	min-height: 250px;
	height: 100% !important;
}

#map.has-banner {
	height: auto;
}

.einzelbild-widget img {
	height: auto;
	width: auto;
}

.vollbild-slider-widget .owl-prev {
	left: 1rem;
}
.vollbild-slider-widget .owl-next {
	right: 1rem;
}

.pa-item.first {
	/*border-top: 1px solid #000;*/
}
.pa-item {
	/*border-bottom: 1px solid #000;*/
}
.pa-item a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: .75rem 0;
}
body.home .textfeld-widget {
  margin: 60px 0 0 0;
  padding-left: 0px;
  padding-right: 0px;
}

.hiddenh1 {
	position: absolute;
	left: -100000px;
}


.footer-images img {
	width: 110px;
	height: auto;
}

.slick:not(.slick-initialized) .carousel-item:not(:first-child) {
	display: none;
}
.slick-wrapper {
	position: relative;
}

video-js,
video-js video {
	display: block;
}
.p-video {
	margin-bottom: 10px;
}

body .vjs-big-play-centered .vjs-big-play-button,
.video-play {
	width: 60px;
	height: 60px;
	background-color: #fff !important;
	border: none;
	border-radius: 50%;
	text-align: center;
}
body .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-play:before {
	line-height: 60px;
	color: #000;
	font-size: 3.5rem;
}

.p-image + .p-video {
	display: none;
}

.video-play {
	position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-play:before {
	content: "\f101";
	font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}

.fancybox-video .fancybox-content {
	padding: 0 !important;
    max-width: 1310px;
    width: 100%;
    height: auto;
    overflow: auto;
	margin-bottom: 0;
	background-color: transparent;
}
.fancybox-video .fancybox-content > div {
	max-height: 80vh;
	margin: 0 auto;
}

.fancybox-video .fancybox-close-small {
	background-color: #fff;
	position: fixed;
}
.admin-bar .fancybox-video .fancybox-close-small {
	top: 32px;
}


.tf-more {
	margin-top: .25rem;
}
.tf-more-text {
	padding-bottom: 1rem;
}
.tf-more-btn {
}
.tf-more-btn a {
	color: inherit !important;
}
.tf-more-btn-inactive,
.tf-more.active .tf-more-btn-active {
	display: block;
}

.tf-more-btn-active,
.tf-more.active .tf-more-btn-inactive {
	display: none;
}


@media screen and (max-width: 567px) {
	.vb-item video {
		display: none;
	}
}

.ajax-wrapper.done .ajax-more,
.ajax-wrapper[data-infinite="true"] .ajax-more {
	display: none;
}
.ajax-wrapper:not(.loading) .ajax-more .ajax-more-loader,
.ajax-wrapper.loading .ajax-more .ajax-more-text {
	opacity: 0;
}
.ajax-wrapper .ajax-more {
	position: relative;
}
.ajax-wrapper.loading .ajax-more::before {
	display: none;
}
.ajax-wrapper .ajax-more .ajax-more-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* HTML: <div class="loader"></div> */
.loader {
  width: 1rem;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}



.ajax-more {
	margin: 0 auto;
	text-decoration: none;
}


.tf-bottom {
	margin-top: 2rem;
}

.p-text {
	line-height: 1.4;
	padding: 3rem;
	margin: 1rem 0 2rem 0;
	display: table;
	margin: 0 auto;
	font-weight: 300;
	font-size: 2.5rem;
	hyphens: none !important;
}
.p-text * {
	hyphens: none !important;
}
.grid .p-text {
	max-width: 81%;
	min-height: 300px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1300px) {
	.grid .p-text {
		font-size: 2.75vw;
	}
}
@media screen and (max-width: 991px) {
	.p-text {
		font-size: 2rem;
	}
}
@media screen and (max-width: 575px) {
	.grid .p-text {
		font-size: 7vw;
	}
	.p-text {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 991px) {
	.tf-left-col {
		margin-top: 2rem;
		flex: 0 0 100%;
        max-width: 100%;
	}
}
@media screen and (min-width: 992px) {
	.tf-padding .row {
		flex-direction: row-reverse;
	}
	.tf-left-col {
		flex: 0 0 328px;
        max-width: 328px;
	}
}

.tf-left {
	text-align: center;
	margin: 0 auto;
	padding-top: 0;
}
.tf-left-col {
	display: flex;
	align-items: center;
}

.nav-lang-item {
	padding-left: .5rem !important;
	padding-right: .5rem !important;
}


#header-languages {
	margin-left: 1rem;
}
#header-languages ul {
	align-items: center;
}
.nav-divider {
	padding-bottom: 4px;
}
body.has-vb-top header .nav li.nav-divider {
	color: #fff;
}

.nav-lang.active,
.nav-lang.disabled {
	pointer-events: none;
}
.nav-lang.disabled {
	opacity: .5;
}

#header-nav {
	display: flex;
	justify-content: flex-end;
}


.tf-no-text {
	padding-bottom: 0;
	margin-bottom: 0;
}
.tf-no-title {
	padding-top: 0;
	margin-top: 0;
}
.tf-more-btn {
	display: table;	
}
.tf-more-btn a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 300;
}
.tf-more-btn a::before,
.content ul li::before,
.btn::before {
	content: "";
	width: 0; height: 0;
	border-style: solid;
	border-width: .3em 0 .3em .5em;
	border-color: transparent transparent transparent currentColor;
	transform: rotate(0deg);
	display: block;
	margin-right: .25em;
}


.content ul li {
	position: relative;
  	list-style: none;
}
.content ul li::before {
	position: absolute;
	left: -1em;
	top: .333em;
}

.custom-about-table table td ul {
	margin-top: 1rem;
}
@media screen and (max-width: 567px) {
.custom-about-table table td {
	display: block;
	width: 100% !important;
}
.textfeld-widget {
	margin: 26px 0 0 0 !important;
}
.tf-title h2, .tf-title h1 {
	font-size: 30px;
	margin-bottom: 26px;
}
}

.tb-top {
	width: 900px;
	max-width: 100%;
	margin: 0 auto 4rem auto;
}
.tb-top img,
.tb-bottom img {
	height: auto;
}
.tb-middle {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.tf-title h4 {
	margin-bottom: 1.5rem;
}
.tb-person {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.tb-person h3 {
	white-space: nowrap;
}
.tb-person-quote {
	margin-top: auto;
	margin-bottom: 0;
}
.tb-person-quote .p-text {
	margin-top: 2rem;
}
h4 {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
}
.tb-more .tf-more-btn {
	margin: 0 auto;
}
.tb-bottom {
	margin-bottom: 4rem;
}

header > .container {
	display: flex;
}
#header-nav {
	margin-left: auto;
}
#header-languages-nav {
	flex-shrink: 0;
	margin-top: 38px;
	transition: margin-top .4s;
}
body.has-vb.scroll-top #header-languages-nav,
body.scroll-top #header-languages-nav {
	margin-top: 0;
}

.p-fixed {
	position: absolute;
    margin: 0 15px;
    left: 0;
}

.grid .p-text {
	padding-left: 0;
}

.tb-middle > .row {
	margin-left: -2rem;
	margin-right: -2rem;
}
.tb-middle > .row > * {
	padding-left: 2rem;
	padding-right: 2rem;
}

.tb-bottom-img {
	max-width: 298px;
}
@media screen and (max-width: 991px) {
	.tb-bottom-img {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 998px) {
	#header-nav {
		flex-direction: column;
	}
	#header-languages-nav {
		margin-top: 0;
		margin-left: auto;
		margin-right: 4.5rem;
	}
	#header-languages-nav li {
		width: auto;
	}
}

.headline h1 {
	margin-bottom: 0;
}

.news-widget .tf-more-btn {
	margin-left: auto;
	margin-top: 2rem;
}