/* https://www.promptnet.ch */

:root {
	--red: #b42828; /* rgb(180, 40, 40) */
	--hover: #960000; /* rgb(150, 0, 0) */
	--dark-grey: #646464; /* rgb(100, 100, 100) */
	--light-grey: #e6e6e6; /* rgb(230, 230, 230) */
	--black: #000000; /* rgb(0, 0, 0) */
	--white: #ffffff; /* rgb(255, 255, 255) */
}
::selection {
	background-color: var(--hover);
	color: white;
}
* {
	cursor: none;
}
html, body {
  height: 100%;
}
html {
	font-size: 16px;
}
body {
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--black);
	margin: 0;
	padding: 0;
	padding-top: 90px;
	background-color: var(--white);
	letter-spacing: 0.02rem;
}
b, strong {
	font-weight: 900;
}
a, a:hover {
	color: var(--red);
	text-decoration: none;
	/* cursor: url("../Images/cursor-desktop.png") 20 20, pointer; */
}
a:hover {
	color: var(--hover);
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	hyphens: auto;
	-webkit-hyphens: auto;
}
h1 {
	font-size: 3.75rem;
	line-height: 1.083;
	margin-bottom: 1.5rem;
}
h2 {
	font-size: 3rem;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	color: var(--red);
}
h3 {
}
h4 {
}
h5 {
}
.btn-primary {
	font-size: 0.875rem;
	font-weight: 900;
	border-radius: 0;
	background-color: var(--red);
	border-color: var(--red);
	margin-bottom: 10px;
	min-width: 200px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background-color: var(--hover);
	border-color: var(--hover);
	box-shadow: none;
}
.visible-mobile {
	display: none;
}
.relative {
	position: relative;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ce-gallery .ce-row {
    margin-bottom: 0;
    display: flex;
}
.ce-textpic .ce-outer {
    position: relative;
    float: none;
    right: unset;
}
.ce-gallery .ce-column {
	margin-right: 0;
}
.textmedia .ce-outer {
	height: 0;
	padding-bottom: 56.25%;
	/* padding-bottom: calc(56.25% + 50px); */
}
.ce-textpic .ce-inner {
    float: none;
    right: unset;
}
.textmedia .ce-inner {
    position: absolute;
	width: 100%;
	height: 100%;
}
.textmedia .ce-gallery figure {
	display: block;
}
.textmedia .ce-row,
.textmedia .ce-column,
.textmedia .video,
.textmedia .video-embed,
.textmedia iframe,
.textmedia .video-embed-item {
	height: 100%;
	width: 100%;
}
.video-embed.vimeo,
.video-embed.youtube {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	/* padding-bottom: calc(56.25% + 50px); */
}
.video-embed.vimeo .video-embed-item,
.video-embed.youtube .video-embed-item {
	position: absolute;
	height: 100%;
	width: 100%;
	border: none;
}
figure {
    margin: 0;
}
.ce-bodytext ul,
.ce-bodytext ol {
	padding: 0;
}
.ce-bodytext ol {
	padding-left: 17px;
}
.ce-bodytext li {
	margin-bottom: 1.5rem;
}
.ce-bodytext ul li {
	padding-left: 20px;
	list-style: none;
	position: relative;
}
.ce-bodytext ul li::before {
    content: "-";
    position: absolute;
    left: 2px;
    top: -1px;
}
.pn-row {
	display: flex;
}
.pn-container {
	width: 1120px;
	margin: 0 auto;
}
.content-element {
	margin-top: 30px;
}
.mask-boxes.content-element + .content-element {
	margin-top: 15px;
}
.content-element.full {
	padding-left: 0;
	padding-right: 0;
}
.content-element .content-element {
	padding-left: 0;
	padding-right: 0;
}
.content-element > div > .sg-row {
	margin-top: -20px;
	margin-bottom: -20px;
}
[class*="sg-"] {
    padding: 0 10px;
}
.sg-row {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 !important;
}
.nopaddingtop {
	padding-top: 0 !important;
}
.nopaddingbottom {
	padding-bottom: 0 !important;
}
.mediaelement-video,
.video-embed {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.mediaelement-video > iframe,
.video-embed .video-embed-item {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}

.wrap-all {
	flex: 1 0 auto;
	position: relative;
}
header.top {
	padding: 22px 0 15px;
	background-color: white;
	display: flex;
	position: fixed;
	align-items: flex-end;
	width: calc(100% - 60px);
	top: 0;
	z-index: 20;
}
.logo-image {
	max-width: 200px;
	margin-left: 3px;
}
.telefon {
	font-size: 0.9375rem;
	line-height: 0.93;
	text-align: right;
	flex: 1;
	color: var(--dark-grey);
	position: relative;
	top: -2px;
}
.outer-header-wrapper {
	width: 140px;
}
.logo {
	position: relative;
	z-index: 11;
}
.main-navi-label {
	display: none;
	/* cursor: pointer; */
	width: 27px;
	height: 18px;
	position: absolute;
	right: 13px;
	top: 58px;
	z-index: 30;
}
.main-navi-label span {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	display: block;
	background: var(--dark-grey);
	color: var(--dark-grey);
	height: 2px;
	transition: all 0.4s;
}
.main-navi-label span.bar-1 {
	width: 17px;
}
.main-navi-label span.bar-2 {
	top: 8px;
}
.main-navi-label span.bar-3 {
	top: 16px;
	width: 17px;
}
#main-navi-checkbox:checked ~ header.top .main-navi-label .bar-1 {
	transform: rotate(45deg);
	top: 10px;
}
#main-navi-checkbox:checked ~ header.top .main-navi-label .bar-2 {
	opacity: 0;
}
#main-navi-checkbox:checked ~ header.top .main-navi-label .bar-3 {
	transform: rotate(-45deg);
	top: 10px;
}
#main-navi-checkbox {
	display: none;
}
.main-nav {
	margin-left: 80px;
	display: flex;
	align-items: flex-end;
	height: 53px;
}
.main-nav > ul {
	display: flex;
}
.main-nav > ul > li {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.main-nav ul a {
	color: var(--dark-grey);
	font-size: 0.9375rem;
	line-height: 0.93;
	padding: 0 11px;
}
.main-nav ul a:hover,
.main-nav .current > a {
	color: var(--hover);
}
.main-nav li:hover > ul {
	display: flex;
}
.main-nav .arrow {
	width: 8px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 11px;
}
.main-nav ul ul {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 3;
	min-width: 155px;
	padding-bottom: 60px;
	overflow: hidden;
}
.main-nav ul ul::before {
	content: "";
	display: block;
	height: 50px;
	background: white;
	width: 100%;
}
.main-nav ul ul::after {
	content: "";
	position: absolute;
	background: white;
	width: 125%;
	height: 50px;
	bottom: 28px;
	transform: rotate(-8deg);
	left: -20px;
	z-index: -1;
}
.main-nav li li {
	background: white;
}
.main-nav ul ul a {
	line-height: 2.3;
}

.main-footer {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.footer-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 200px;
	padding-bottom: 20px;
}
.spickel-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
}
.main-footer .container {
	position: relative;
	z-index: 2;
}
.main-footer .arrow {
	display: none;
}
.main-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-footer .ul-navi {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.main-footer .ul-navi > li > a {
	color: var(--black);
	font-size: 0.75rem;
	text-transform: uppercase;
}
.main-footer .ul-navi a {
	color: var(--white);
	line-height: 2.3;
}
.main-footer .ul-navi a:hover {
	color: var(--black);
}
.to-top {
	display: block;
	position: absolute;
	z-index: 3;
	top: 2.2vw;
	right: 27px;
	width: 30px;
	height: 30px;
	background: url("../Images/to-top.svg") center center no-repeat transparent;
	background-size: contain;
}
.himmelblau {
	position: absolute;
	z-index: 3;
	right: 0;
	transform: rotate(-90deg);
	top: calc(6vw + 40px);
	font-size: 10px;
	color: var(--white);
}
.impressum {
	position: absolute;
	z-index: 3;
	right: 5vw;
	bottom: 20px;
	color: var(--white);
}

.mask-home {
	height: 60vh;
	overflow: hidden;
	position: relative;
	top: 0;
}
.page-1 .mask-home {
	height: calc(100vh - 120px);
}
.mask-home .image-video {
	height: calc(100% - 100px);
	z-index: 1;
	position: relative;
	margin-top: 100px;
}
.page-1 .mask-home .image-video {
	height: calc(100% - 230px);
	margin-top: 230px;
}
.spickel-oben,
.spickel-unten {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.spickel-unten {
	z-index: 2;
	transition: all 2s ease;
	display: none;
}
.page-1 .spickel-unten {
	display: block;
}
.spickel-unten.active {
	margin-top: 100vh;
}
.mask-home .home-media {
	position: absolute;
	width: 100%;
	max-width: unset;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mask-home .bodytext {
	font-size: 1.25rem;
	font-weight: 400;
}
.spickel-oben img,
.spickel-unten img {
	width: 100%;
	max-width: unset;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: -1px;
}
.spickel-oben-text {
	position: relative;
	padding-top: 79px;
	padding-left: 73px;
	color: var(--white);
	background-color: var(--red);
	padding-bottom: 2px;
}
.page-1 .spickel-oben-text {
	min-height: 230px;
}
.spickel-oben-text h1 {
	width: 600px;
}
.spickel-oben-text .bodytext {
	width: 450px;
}
.go-down {
	display: none;
}
.page-1 .go-down {
	display: inline-block;
	position: absolute;
	left: calc(50% - 12px);
	bottom: 15px;
	z-index: 5;
	width: 24px;
	height: 15px;
	background: url("../Images/go-down.svg") center center no-repeat transparent;
	background-size: contain;
	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
	from { transform: translateY(0px); }
	to { transform: translateY(-15px); }
}
@-webkit-keyframes bounce {
	from { transform: translateY(0px); }
	to { transform: translateY(-15px); }
}

.mask-carousel.content-element {
	padding: 0;
}
.mask-teaser {
	position: relative;
}
.mask-teaser .frame,
.mask-carousel .royal-slide {
	background-color: var(--light-grey);
	padding: 40px;
	display: flex;
}
.mask-carousel .royal-slide {
	padding: 10px 40px;
}
.mask-teaser .frame.whitebg,
.frame.whitebg .royal-slide {
	background-color: var(--white) !important;
	padding: 10px 40px;
}
.subtitle {
	font-size: 0.875rem;
}
.mask-teaser .column-1,
.mask-carousel .column-1 {
	width: 40%;
	padding-right: 47px;
	font-size: 0.875rem;
}
.mask-teaser .column-2,
.mask-carousel .column-2 {
	width: 60%;
}
.mask-teaser .content-column {
	width: 60%;
}
.mask-teaser .content-column p:last-child {
	margin-bottom: -10px;
}
.mask-teaser .content-column .mask-collapsible-content p:last-child {
	margin-bottom: 20px;
}
.mask-teaser .format-16-9,
.mask-carousel .format-16-9 {
	width: 100%;
	padding-bottom: 56.25%;
}
.mask-teaser .royalSlider,
.mask-carousel .video-embed,
.mask-carousel .format-16-9 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mask-teaser .rsVideoContainer,
.mask-carousel .rsVideoContainer {
	height: 100% !important;
	width: 100% !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}
.mask-teaser .royalSlider .rsImg {
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.mask-teaser .rsBullets,
.mask-carousel .rsBullets {
	display: flex;
}
.mask-carousel .rsBullets {
	float: none;
	position: absolute;
	bottom: -14px;
	left: calc(40% + 7px);
	z-index: 3;
}
.mask-teaser .rsBullet,
.mask-carousel .rsBullet {
	display: block;
}
.mask-teaser .rsBullet span,
.mask-carousel .rsBullet span {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 2.3px;
	border-radius: 50%;
	/* cursor: pointer; */
	border: 1px solid black;
}
.mask-teaser .rsBullet.rsNavSelected span::before,
.mask-carousel .rsBullet.rsNavSelected span::before {
	position: absolute;
	left: 50%;
	margin-left: -2px;
	content: "";
	display: block;
	background: black;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
}
.mask-collapsible-list,
.mask-link-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mask-collapsible-item,
.mask-link-item {
	border-bottom: 1px solid var(--black);
}
.mask-collpsible-title,
.mask-link-item a {
	text-transform: uppercase;
	font-size: 1rem;
	/* cursor: url("../Images/cursor-desktop.png") 20 20, pointer; */
	line-height: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--black);
}
.mask-collpsible-title:hover,
.mask-link-item a:hover {
	color: var(--hover);
}
.mask-collpsible-title::after,
.link-arrow {
	content: "";
	background: url("../Images/icon_plus_black.svg") center center no-repeat transparent;
	background-size: contain;
	width: 25px;
	height: 25px;
	display: inline-block;
	transition: all 0.3s ease;
}
.link-arrow {
	background: url("../Images/icon_arrow_black.svg") center center no-repeat transparent;
	position: relative;
}
.mask-collpsible-title:hover::after {
	background: url("../Images/icon_plus_red.svg") center center no-repeat transparent;
}
.mask-link-item a:hover .link-arrow {
	background: url("../Images/icon_arrow_red.svg") center center no-repeat transparent;
}
.mask-collpsible-title.open::after {
	transform: rotate(45deg);
	transition: all 0.3s ease;
}
.link-arrow::before,
.link-arrow::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 10px;
	width: 7px;
	height: 0.7px;
	background-color: var(--black);
	transform: rotate(45deg);
}
.link-arrow::after {
	top: 14px;
	transform: rotate(-45deg);
}
.mask-link-item a:hover .link-arrow::before,
.mask-link-item a:hover .link-arrow::after,
.link-arrow:hover::before,
.link-arrow:hover::after {
	background-color: var(--hover);
}
.mask-collapsible-content {
	display: none;
	padding-top: 0.5rem;
	width: 125%;
}

.box-container {
	padding-left: 0;
	padding-right: 0;
}
.box-row {
	margin-left: -7px;
	margin-right: -7px;
}
.box {
	padding-left: 7px;
	padding-right: 7px;
	display: flex;
	margin-bottom: 15px;
}
.box-inner {
	background-color: var(--light-grey);
	padding: 50px 40px 40px;
	width: 100%;
}
.box h2 {
	line-height: 1.04;
}
.box-text-2 {
	display: none;
}
.audio-file {
	display: inline-block;
	position: relative;
}
.audio-file.playing::before,
.audio-file.playing::after {
	content: "";
	height: 2px;
	width: 42px;
	position: absolute;
	background-color: var(--black);
	left: 0;
	top: 14px;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.audio-file.playing::after {
	transform: rotate(-45deg);
}
.audio-file.playing:hover::before,
.audio-file.playing:hover::after {
	opacity: 1;
	transition: opacity 0.4s ease;
}
#map {
	height: 0;
	padding-bottom: 56.35%;
}

.team-department-switcher {
	display: flex;
	width: calc(33.33% - 10px);
	background-color: var(--light-grey);
	padding-left: 50px;
	line-height: 1.8;
	font-weight: 400;
}
.team-chooser {
	position: relative;
	flex-grow: 1;
}
.team-chooser.overflow-hidden {
	overflow: hidden;
}
.team-chooser-absolut {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding-bottom: 1rem;
	background-color: var(--light-grey);
	transition: all 0.4s ease;
}
.team-chooser [data-department] {
	/* cursor: pointer; */
	padding-left: 35px;
	padding-bottom: 10px;
}
.team-chooser .active[data-department] {
	font-weight: 900;
}
.team-chooser-close {
	display: inline-block;
	position: absolute;
	z-index: 3;
	right: 10px;
	top: 4px;
	background: url("../Images/icon_plus_black.svg") center center no-repeat transparent;
	background-size: contain;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	/* cursor: pointer; */
	opacity: 0;
	transition: all 0.2s ease;
}
.team-chooser-close.show {
	opacity: 1;
}
.masonry-team {
	margin-left: -8px;
	margin-right: -8px;
	transition: all 1s ease;
}
.masonry-team .grid-sizer {
	width: 33.33%;
}
.masonry-team .grid-item {
	width: 33.33%;
	padding: 8px;
	display: none;
}
.masonry-team .grid-item.active {
	display: block;
}
.grid-item-inner {
	background-color: var(--light-grey);
	min-height: 430px;
}
.grid-texts {
	padding: 35px 50px 10px;
	font-weight: 400;
}
.team-name {
	font-weight: 900;
	margin-bottom: 15px;
}
.team-function,
.team-email {
	font-size: 0.875rem;
}
.team-email {
	margin-top: 10px;
	font-weight: 900;
}

/* Cursor */
.cursor {
	mix-blend-mode: difference;
	position: fixed;
	pointer-events: none;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: transparent;
	border-radius: 50%;
	/*transform: translate3d(var(--mouse-x), var(--mouse-y), 0);*/
}
.cursor::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: width 200ms ease, height 200ms ease;
	will-change: width, height;
}
.state--cursor-hidden .cursor {
	display: none;
}
.state--hover.cursor::after {
	width: 30px;
	height: 30px;
}
.state--hidden.cursor {
	display: none;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
	.header-wrapper .container {
		max-width: unset;
		padding-right: 30px;
		padding-left: 30px;
	}
	header.top {
		width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
		left: 15px;
	}
}
@media (max-width: 1339px) {
	.main-nav ul a {
	}
	.pn-container {
    	width: 920px;
	}
}
@media (max-width: 1199px) {
	h2 {
		font-size: 2.7rem;
	}
	header.top {
		width: 930px;
	}
	.logo-image {
		max-width: 160px;
	}
	.main-nav {
		margin-left: 20px;
	}
	.spickel-oben img, .spickel-unten img {
		width: 1200px;
		margin-left: -650px;
		transform: none;
	}
	.mask-teaser .content-column {
		width: 75%;
	}
	.team-department-switcher {
		width: calc(50% - 10px);
		padding-left: 10px;
	}
	.team-chooser [data-department] {
		padding-left: 25px;
	}
	.masonry-team .grid-sizer {
		width: 50%;
	}
	.masonry-team .grid-item {
		width: 50%;
		padding: 8px;
		display: none;
	}
	.grid-item-inner {
		min-height: 440px;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 16px;
	}
	h1 {
		font-size: 2.25rem;
		line-height: 1.1;
	}
	h2 {
		font-size: 2.25rem;
	}
	.logo-image {
		max-width: 200px;
	}
	.telefon {
		position: absolute;
		right: 57px;
		top: unset;
	}
	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.pn-container {
		width: 620px;
	}
	.mask-boxes.content-element + .content-element {
		margin-top: 0;
	}
	.content-element > div > .sg-row {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	header.top {
		width: calc(100% - 40px);
		height: 90px;
	}
	#main-navi-checkbox:checked ~ header.top {
		height: 100vh;
		align-items: flex-start;
		width: 100%;
		padding: 15px 20px;
		left: 0;
	}
	.main-navi-label {
		display: inline-block;
		width: 20px;
		height: 14px;
		position: absolute;
		right: 0;
		top: 60px;
	}
	.main-navi-label span.bar-2 {
		top: 6px;
	}
	.main-navi-label span.bar-3 {
		top: 12px;
	}
	#main-navi-checkbox:checked ~ header.top .main-navi-label .bar-1 {
		transform: rotate(45deg);
		top: 8px;
	}
	#main-navi-checkbox:checked ~ header.top .main-navi-label .bar-3 {
		transform: rotate(-45deg);
		top: 8px;
	}
	#main-navi-checkbox:checked ~ header.top .main-navi-label {
		top: 40px;
		right: 20px;
	}
	#main-navi-checkbox:checked ~ header.top .main-navi-label span {
		color: var(--white);
		background-color: var(--white);
	}
	.main-nav {
		display: block;
		position: fixed;
		top: -100vh;
		left: 0;
		width: 100vw;
		height: auto;
		z-index: 10;
		transition: all 0.4s ease;
		background-color: var(--red);
		margin-left: 0;
		padding-bottom: 100px;
	}
	.main-nav::after {
		content: "";
		position: absolute;
		top: calc(100% - 1px);
		background: url("../Images/spickel-oben-minimal.svg") no-repeat center top transparent;
		width: 1220px;
		height: 145px;
		left: 50%;
		margin-left: -720px;
		z-index: -1;
	}
	#main-navi-checkbox:checked ~ header.top .main-nav {
		top: 0;
	}
	.main-nav > ul {
		flex-direction: column;
		background: var(--red);
		padding-top: 120px;
	}
	.main-nav > ul > li {
		width: 340px;
		margin: 0 auto;
		border-bottom: 1px solid var(--black);
		display: block;
	}
	.main-nav li:hover > ul {
		display: none;
	}
	.main-nav ul a {
		color: var(--black);
		font-size: 1.25rem;
		line-height: 3;
		text-transform: uppercase;
		padding: 0;
	}
	.main-nav > ul > li > a:hover,
	.main-nav > ul > li.current a {
		color: var(--white);
	}
	.main-nav .arrow {
		position: absolute;
		right: -11px;
		top: 15px;
		width: 30px;
		/*cursor: url("../Images/cursor-desktop.png") 20 20, pointer;*/
	}
	.main-nav .arrow svg {
		display: none;
	}
	.main-nav .arrow::before {
		content: "";
		background: url("../Images/icon_plus_black.svg") center center no-repeat transparent;
		background-size: contain;
		width: 30px;
		height: 30px;
		display: inline-block;
		transition: all 0.3s ease;
	}
	.main-nav .arrow.active::before,
	.main-nav .arrow:hover::before {
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.main-nav li.active > ul {
		display: block;
		position: static;
		min-width: unset;
		padding-bottom: 15px;
		overflow: visible;
	}
	.main-nav ul ul::after,
	.main-nav ul ul::before {
		display: none;
	}
	.main-nav li li {
		background: transparent;
	}
	.main-nav ul ul a {
		color: var(--white);
		text-transform: none;
	}
	.main-nav ul ul a:hover,
	.main-nav li li.current a {
		color: var(--black);
	}
	.footer-wrapper {
		padding-bottom: 60px;
		padding-top: 150px;
	}
	.main-footer .ul-navi {
		display: block;
		padding-left: 40px;
	}
	.main-footer .ul-navi > li {
		float: left;
		width: 33.33%;
		margin-bottom: 13px;
	}
	.to-top {
		top: 1vw;
	}
	.himmelblau {
		font-size: 8px;
	}
	.page-1 .mask-home {
		height: calc(100vh - 180px);
	}
	.mask-home .image-video {
		height: calc(100% - 200px);
		width: auto;
		z-index: 1;
		margin-top: 200px;
	}
	.spickel-oben,
	.spickel-unten {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
	}
	.mask-home .home-media {
		height: 100%;
		width: auto;
	}
	.spickel-oben img, .spickel-unten img {
		margin-left: -700px;
	}
	.spickel-oben-text {
		padding-top: 64px;
		padding-left: 60px;
		padding-right: 60px;
		min-height: 200px;
	}
	.spickel-oben-text h1 {
		width: 60%;
	}
	.spickel-oben-text .bodytext {
		width: 60%;
	}
	.mask-teaser .frame {
		padding: 40px;
	}
	.mask-teaser .column-1 {
		width: 55%;
		padding-right: 20px;
	}
	.mask-teaser .column-2 {
		width: 45%;
	}
	.mask-teaser .content-column {
		width: 75%;
	}
	.box-container {
		padding-left: 0;
		padding-right: 0;
	}
	.box {
		margin-bottom: 30px;
	}
	.box-inner {
		width: 100%;
		padding: 40px 40px 10px;
	}
	.grid-item-inner {
		min-height: 420px;
	}
	.mask-carousel .royal-slide {
		padding: 40px;
	}
	.mask-carousel .rsBullets {
		bottom: unset;
		top: 30vw;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
	h2 {
		font-size: 2.2857rem;
		margin-top: 1rem;
	}
	header.top {
		padding: 15px 0;
	}
	.telefon {
		display: none;
	}
	.footer-wrapper {
		padding-top: 120px;
	}
	.main-navi-label {
		top: 50px;
	}
	.main-nav {
		padding-bottom: 50px;
	}
	.main-nav::after {
		margin-left: -800px;
	}
	.main-nav > ul > li,
	.main-footer .ul-navi > li {
		width: 62.5%;
		margin: 0 auto;
		border-bottom: 1px solid var(--black);
		display: block;
		position: relative;
		float: none;
	}
	.main-nav ul a,
	.main-footer .ul-navi li a {
		font-size: 1rem;
		line-height: 3;
	}
	.main-footer .ul-navi li a {
		font-size: 0.857rem;
	}
	.main-nav .arrow,
	.main-footer .arrow {
		top: 7px;
		width: 20px;
		display: inline-block;
		margin-left: 2px;
		margin-right: 11px;
		position: absolute;
		right: -11px;
		/* cursor: url("../Images/cursor-desktop.png") 20 20, pointer; */
	}
	.main-footer .arrow::before {
		content: "";
		background: url("../Images/icon_plus_black.svg") center center no-repeat transparent;
		background-size: contain;
		display: inline-block;
		text-align: center;
		transition: all 0.3s ease;
	}
	.main-nav .arrow::before,
	.main-footer .arrow::before {
		width: 20px;
		height: 20px;
	}
	.main-footer .arrow.active::before,
	.main-footer .arrow:hover::before {
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.main-footer .arrow svg {
		display: none;
	}
	.main-footer .ul-navi {
		display: flex;
		flex-direction: column;
		padding-left: 0;
	}
	.main-footer .ul-navi ul {
		display: none;
		padding-bottom: 15px;
	}
	.main-footer .ul-navi li.active > ul {
		display: block;
	}
	.spickel-footer {
		top: 7px;
	}
	.to-top {
		top: 0;
	}
	.himmelblau {
		font-size: 7px;
	}
	.pn-container {
		width: 90%;
	}
	.content-element {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.sg-100-small + .sg-100-small {
		padding-top: 15px;
	}
	.mask-home {
		height: 100vw;
	}
	.page-1 .mask-home {
		height: calc(100vh - 150px);
	}
	.mask-home .image-video {
		height: 100%;
		margin-top: 0;
	}
	.spickel-oben-text {
		padding-top: 25px;
		padding-left: 22px;
		padding-right: 22px;
		min-height: unset;
	}
	.spickel-oben img,
	.spickel-unten img {
		margin-left: -800px;
	}
	.spickel-unten.active {
		margin-top: 115vh;
	}
	.spickel-oben-text h1 {
		width: 100%;
	}
	.spickel-oben-text .bodytext {
		width: 100%;
	}
	.mask-teaser.content-element {
		padding: 0;
	}
	.mask-teaser .frame {
		padding: 20px 20px 10px;
		flex-direction: column;
	}
	.mask-teaser .column-1 {
		width: 100%;
		padding-right: 0;
		font-size: 1rem;
	}
	.mask-teaser .subtitle {
		font-size: 1.167rem;
	}
	.mask-teaser .content-column {
		width: 83.33%;
	}
	.mask-collpsible-title, .mask-link-item a {
		line-height: 4;
	}
	.mask-collpsible-title::after, .link-arrow {
		width: 19px;
		height: 19px;
	}
	.mask-collapsible-content {
		width: 70%;
	}
	 .not-expanded .content-column {
		display: none;
	}
	.mask-teaser .column-2 {
		width: 100%;
		padding-bottom: 15px;
		margin-top: 15px;
	}
	.not-expanded .column-2 {
		display: none;
	}
	.mask-teaser .rsBullets {
		line-height: 20px;
	}
	.link-arrow::before, .link-arrow::after {
		left: 9px;
		top: 8px;
		width: 5px;
	}
	.link-arrow::after {
		top: 11px;
	}
	.mobile-toggler {
		display: inline-block;
		position: absolute;
		bottom: -15px;
		right: 15px;
		width: 30px;
		height: 30px;
	}
	.mobile-toggler::before {
		content: "";
		background: url("../Images/icon_plus_black.svg") center center no-repeat transparent;
		background-size: contain;
		width: 30px;
		height: 30px;
		display: inline-block;
		transition: all 0.3s ease;
	}
	.mobile-toggler.open::before {
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.mask-boxes {
		margin-top: 15px;
	}
	.mask-boxes.content-element {
		padding-bottom: 0;
	}
	.team-chooser-close {
		right: 8px;
		top: 3px;
		width: 15px;
		height: 15px;
	}
	.team-chooser [data-department] {
		padding-left: 15px;
	}
	.grid-item-inner {
		min-height: 350px;
	}
	.mask-carousel .royal-slide {
		flex-direction: column;
	}
	.frame.whitebg .royal-slide {
		padding: 0;
	}
	.mask-carousel .column-1 {
		width: 100%;
		padding-right: 0;
	}
	.mask-carousel .column-2 {
		width: 100%;
	}
	.mask-carousel .rsBullets {
		bottom: -22px;
		top: unset;
		left: -2px;
	}
}
@media (max-width: 575px) {
	.sg-100 + .sg-100 {
		padding-top: 10px;
	}
	.main-nav::after {
		margin-left: -890px;
	}
	.main-nav > ul {
		padding-top: 80px;
	}
	.footer-wrapper {
		flex-direction: column;
	}
	.spickel-oben img, .spickel-unten img {
		margin-left: -890px;
	}
	.team-department-switcher {
		width: 100%;
	}
	.masonry-team .grid-sizer {
		width: 100%;
	}
	.masonry-team .grid-item {
		width: 100%;
		padding: 8px;
		display: none;
	}
	.grid-item-inner {
		min-height: unset;
	}
	.grid-texts {
		padding: 20px 16px 10px;
	}
}

