/* || Stylesheet Reset */
ul[class],ol[class] {
	padding: 0
}
body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {
	margin: 0
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}
ul[class],ol[class] {
	list-style: none
}
a:not([class]) {
	text-decoration-skip-ink: auto
}
img {
	max-width: 100%;
	display: block
}
article>*+* {
	margin-top: 1em
}
input,button,textarea,select {
	font: inherit
}
p:not(:last-of-type) {
	margin-bottom: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important
	}
}

/* || General Styles */
html {
	scroll-behavior: smooth;
}
body {
	color: #3d3d3d;
	transition: font-size .4s;
}
body.modal-open {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
wbr:after {
	content: "\00200B";
}
textarea {
    resize: vertical;
}
a, button, .job-box, .job-box-foot {
	transition-property: color, background-color, box-shadow, border-color, opacity, visibility, transform;
	transition-duration: .4s;
}
a {
	color: #be1163;
}
button:focus {
	outline: none;
	box-shadow: none;
}
a:hover {
	color: #d94b7d;
	text-decoration: none;;
}
.bg-dark-pink a {
	color: #d94b7d;
}
.bg-rosa a, .bg-dark-pink a {
	color: #fff;
	font-weight: bold;
}
.bg-rosa a:hover, .bg-dark-pink a:hover, .navbar-toggler:hover {
	opacity: .5;
}
button:hover, a:hover {
	box-shadow: none !important;
}
button:hover {
	cursor: pointer;
}

/* || Typographie */
body {
    font-family: "Quicksand", sans-serif;
	font-size: 20px;
}
h2, .h2 {
	font-size: 140%;
}
.lead {
	font-size: 110%;
}
.navbar-toggler, .top-header-btn {
	font-size: 30px;
}
.change-font,.next-section a span {
	font-size: 16px;
}
.plus-more::after {
	font-size: 12px;
}
.kachel-headline {
	font-size: 16px;
}
.top-header-btn, .offcanvas-header, .kachel-headline, .plus-more::after {
	line-height: 1;
}
.box-header h2 {
	font-size: 110%;
}
.box form, .box .form-control {
	font-size: 12px;
}
.footer-main, .iframe-placeholder-overlay {
	font-size: 16px;
}
.mandatory-btn {
	font-size: .8rem;
}
.ui-widget {
	font-size: 1rem !important;
}

/* || Utilities */
#wrapper {
	overflow: hidden;
}
#get {
    background: url('https://http-get.de/get.gif') no-repeat;
}
#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}
.map {
    width: 100%;
    position: relative;
    height: 300px;
}
.map:before, .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map:before {
    content: '';
    z-index: 1;
}
.map iframe {
    border: none;
}
.map.active {
    z-index: 1
}
.map.active:before {
    z-index: 0
}
.wpt img {
    max-width: 100px;
}
.transition-all {
	transition: all .4s;
}
.bg-rosa {
	background-color: #d94b7d !important;
}
.bg-darker-pink, .primary-background {
	background-color: #be1163 !important;
}
.bg-gray {
	background-color: #656565 !important;
}
.bg-light-gray {
	background-color: #ebebeb !important;
}
.bg-dark-gray {
	background-color: #3d3d3d !important;
}
.text-pink, .color-primary {
	color: #be1163 !important;
}
.bg-rosa label.text-danger, .bg-darker-pink label.text-danger {
	color: #ffc107 !important;
}
.zi-2 {
	z-index: 2;
}
.shadow {
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,.75);
}
.text-shadow {
	text-shadow: 1px 1px 4px rgba(0,0,0,.75);
}
.trenner {
	position: relative;
	margin: 1.5rem 0;
}
.trenner img {
	position: relative;
	max-width: 60px;
	margin: 0 auto;
	z-index: 3;
	padding: 0 5px;
	background-color: #fff;
}
.trenner::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	left: 0;
	height: 2px;
	background-color: #d94b7d;
}
.scroll-abstand {
	height: 92px;
	margin-top: -92px;
	opacity: 0;
	visibility: hidden;
}
.avoid-break {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.modal-content {
	border: 3px solid #be1163;
}
.modal-header, .modal-footer {
	border-color: #be1163;
	border-width: 3px;
}
.change-font:hover {
	background-color: #be1163 !important;
}
.plus-more {
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.plus-more::after {
	content: "mehr erfahren";
	color: #3d3d3d;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}
.plus-more-team::after {
	content: "unser Team";
	color: #be1163;
}
.plus-more:hover::after {
	opacity: 1;
	visibility: visible;
}
.plus-more.position-absolute {
	bottom: 15px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.plus-more.bg-darker-pink:hover {
	background-color: #d94b7d !important;
}
.btn {
	border-width: 2px;
}
.btn.bg-dark-gray:hover, .btn.bg-darker-pink:hover {
	background-color: #d94b7d !important;
	opacity: 1;
}
.error-page .btn {
	border-color: #fff;
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,.75);
	text-transform: uppercase;
	font-weight: bold;
}
.error-page .btn:hover {
	background-color: #d94b7d !important;
	box-shadow: none;
}
.error-page small {
	font-size: .8rem;
}
.border-right-transparent {
	border-right-color: transparent !important;
}
.border-left-transparent {
	border-left-color: transparent !important;
}
.border-left-2px {
	border-left-width: 2px !important;
}
.custom-ul {
	margin-top: 1rem !important;
	padding-left: 20px !important;
}
.custom-ul li {
	position: relative;
	padding-left: 1.5rem;
}
.custom-ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #be1163;
}
.bild-bogen {
	bottom: 0;
	left: 0;
}
.bild-bogen img {
	margin-bottom: 0px;
}
.form-group {
	margin-bottom: 10px;
}
.form-control {
	border: 2px solid #be1163;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px) !important;
}
.box select.form-control:not([size]):not([multiple]) {
    height: 34px !important;
}
.radio-label::before {
	display: block;
	font-weight: bold;
}
.radio-label-subject::before {
	content: "Beratungstermin zum Thema:";
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #be1163;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #be1163;
}
.custom-control-label::after {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 4px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 2px solid #be1163;
    border-radius: .25rem;
	font-size: 1rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.25rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Durchsuchen";
    background-color: #d94b7d;
    border-left: inherit;
    border-radius: 0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
label.label-error {
	font-size: 80%;
}
.box .custom-control-label::before, .box .custom-control-label::after {
	top: 2px;
}
.box .modal .custom-control-label::before, .box .modal .custom-control-label::after {
	top: 7px;
}
#error_dse_check {
	display: none;
}
.success-card tr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.success-card td {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.job-box {
	padding-bottom: 34px !important;
}
.job-box:hover {
	box-shadow: none !important;
}
.job-box:hover .job-box-foot {
	color: #be1163;
}
.job-box-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.job-box-foot, .job-box-link {
	left: 0;
}
.job-box-foot {
	bottom: 0;
}
.job-box-link {
	top: 0;
	text-indent: -99999px;
}
.no-js .print-btn {
	display: none !important;
}
.wpt-cc-btn {
	border: 2px solid #fff;
	border-radius: .25rem;
}
.wpt-cc-btn:hover {
	background-color: #d94b7d;
}
.divider {
    margin: 24px 0;
    line-height: 1;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: table;
    white-space: nowrap;
    height: auto;
    text-align: center;
    font-size: 1rem;
}
.divider::before, .divider::after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC') no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
}
.divider::before {
    background-position: right 1em top 50%;
}
.divider::after {
    background-position: left 1em top 50%;
}

/* || Header & Navigation */
.top-header-btn {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	border-style: solid;
	border-width: 0 1px;
	border-color: white;
	text-align: center;
}
.top-header-btn img {
	height: 30px;
	width: 30px;
	margin: 0 auto;
	max-width: none;
}
.top-header-btn:first-child {
	border-left-color: transparent;
}
.top-header-btn:last-child {
	border-right-color: transparent;
}
.top-header .top-header-btn a:hover {
	background-color: #be1163;
	opacity: 1;
}
.navbar .top-header-btn {
	border-color: rgba(255,255,255,.5);
}
.navbar .top-header-btn:first-of-type {
	border-left-width: 2px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 20%;
}
.navbar-brand {
	position: absolute;
	top: -46px;
	left: 15px;
	width: 32.8125%;
	max-width: 220px;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 501;
	border-radius: 0 0 .25rem .25rem;
}
#decrease-font, #decrease-font-2 {
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}
.nav-link {
	font-size: 16px;
	white-space: normal;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.nav-link:hover {
	background-color: #fff;
	color: #be1163 !important;
}
.nav-link.active {
	background-color: rgba(255,255,255,.5);
	color: #be1163 !important;
}
.navbar-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100%;
	max-width: 320px;
	overflow-y: auto;
	visibility: hidden;
	transition: visibility .2s, -webkit-transform .4s;
	z-index: 500;
	border: 2px solid #be1163;
}
.navbar-collapse.show {
	visibility: visible;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
#navigation-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 499;
}
.hero {
	padding-top: 215px;
	padding-bottom: 54px;
	background: #be1163 url(../images/Bild_Intensivpflegepatient.jpg) no-repeat center 30% / cover;
}
.hero#intensivpflege-beatmungspflege {
	background-image: url(../images/Bild_Intensivpflegepatient.jpg);
}
.hero#ambulante-pflege {
	background-image: url(../images/Bild_Pflegemobil.jpg);
}
.hero#hauswirtschaft-betreuung {
	background-image: url(../images/Bild_Hauswirtschaft.jpg);
}
.kachel {
	overflow: hidden;
}
.kachel:hover {
	background-color: #be1163 !important;
}
.kachel:hover .kachel-headline {
	color: #fff !important;
}
.kachel a {
	top: 0;
	left: 0;
	z-index: 2;
	text-indent: -99999px;
}
.kachel:hover {
	box-shadow: none !important;
}
.kachel-img {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 60px;
}
.kachel-img img {
	padding: 1rem;
}
.kachel-headline {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.next-section {
	position: absolute;
	left: 50%;
	bottom: 9px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.next-section a {
	position: relative;
}
.next-section a span {
	position: absolute;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	bottom: calc(100% - 10px);
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .4s;
}
.next-section a:hover span {
	visibility: visible;
	opacity: 1;
}

/* || Content */
.content-main {
    min-height: 700px;
}
.parallax {
	height: 50vw;
	max-height:260px;
}
.parallax-img-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.img-parallax {
    width: 100vw;
	max-width: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}
.box {
	border: 3px solid #be1163;
}
.box-header {
	padding: 15px;
	border-bottom: 3px solid #be1163;
}
.box-header img {
	width: 50px;
	margin-right: 1rem;
}
.box-text {
	padding: 15px 15px 60px 15px;
}
.box-formular .box-text {
	padding-bottom: 15px;
}
.bg-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50vw;
	max-height:260px;
}
.bg-image .plus-more {
	left: 15px;
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.team-startseite {
	background-image: url(/images/576/AdobeStock_113314018_Preview.jpg);
}

/* || Footer */
.footer-main {
    padding: 4rem 0;
    background-color: #f7f7f7;
}
.footer-main a {
	color: #fff;
}
.footer-main a:hover {
	color: #be1163;
}
.footer-column a.btn {
	display: block;
	width: 100%;
	border: 2px solid #fff;
}
.mandatory {
	right: auto;
	z-index: 1000;
}
.mandatory-btn {
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 3px 8px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #3d3d3d;
	color :#fff;
	text-align: center;
	border-radius: .25rem .25rem 0 0;
	border: 2px solid #fff;
	border-bottom: none;
}
.mandatory-btn:first-of-type {
	border-left: none;
	border-top-left-radius: 0;
}
.mandatory-btn:not(:last-of-type) {
	margin-right: 3px;
}
.mandatory-btn img {
	height: 1.5rem;
	width: auto;
}
.mandatory-btn:hover {
	background-color: #be1163;
	color: #fff !important;
	text-decoration: none;
}
#totop {
	visibility: hidden;
	opacity: 0;
	left: auto;
	z-index: 1000;
}
#totop .mandatory-btn {
	border-top-left-radius: .25rem;
	border-top-right-radius: 0;
	border-right: none;
	border-left: 2px solid #fff;
}

@media screen and (min-width: 400px) {
	/* || Typographie */
	.mandatory-btn {
		font-size: 1rem;
	}
	.kachel-headline {
		font-size: 80%;
	}

	/* || Footer */
	.mandatory-btn {
		padding: 5px 10px;
	}
}

@media screen and (min-width: 576px) {
	/* || Typographie */
	.plus-more::after {
		font-size: 16px;
	}
	.kachel-headline {
		font-size: 14px;	
	}
	.footer-main .btn {
		font-size: 14px;
	}

	/* || Utilities */
	.border-right-sm-white {
		border-right-color: #fff !important;
	}

	/* || Header & Navigation */
	.top-header-btn {
		-ms-flex: 0 0 auto;
		flex:  0 0 auto;
		max-width: none;
	}
	.top-header-btn:last-child {
		-ms-flex: 0 0 33.3333333%;
		flex: 0 0 33.3333333%;
		max-width: 33.3333333%;
	}
	.navbar .top-header-btn {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.navbar .top-header-btn:first-of-type {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.kachel {
		height: calc(33.3333333vw - 30px);
	}
	.kachel-img, .kachel-headline {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kachel-img img {
		max-width: 100px;
		margin: 0 auto;
	}
	.team-startseite {
		background-image: url(/images/768/AdobeStock_113314018_Preview.jpg);
	}
}

@media screen and (min-width: 768px) {
	/* || Typographie */
	h2, .h2 {
		font-size: 2rem;
	}
	.hero h1 {
		font-size: 1.75rem;
	}
	.box-header h2 {
		font-size: 125%;
	}

	/* || Utilities */
	.bild-bogen-abstand-tablet {
		background-color: rgba(190, 17, 99, .6);
		bottom: 0;
		left: 0;
	}
	.success-card tr {
		display: table-row;
	}
	.success-card td {
		max-width: none;
	}

	/* || Header & Navigation */
	.navbar-brand {
		max-width: 290px;
	}
	.hero {
		padding-top: 470px;
		padding-bottom: 80px;
	}
	.next-section {
		bottom: 24px;
	}
	.kachel {
		height: calc(25vw - 30px);
	}

	/* || Content */
	.parallax, .bg-image {
		height: 48vw;
		max-height: 450px;
	}
	.box-header img {
		width: 100px;
	}
	.team-startseite {
		background-image: url(/images/992/AdobeStock_113314018_Preview.jpg);
	}
}

@media screen and (min-width: 768px) and (orientation: landscape) {
	.hero {
		padding-top: 200px;
	}
}

@media screen and (min-width: 992px) {
	/* || Typographie */
	.footer-main .btn {
		font-size: 16px;
	}

	/* || Utilities */
	.border-left-lg-1px {
		border-left-width: 1px !important;
	}

	/* || Header & Navigation */
	.top-header-btn {
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
	}
	.top-header-btn:not(:last-child) {
		max-width: 80px;
	}
	.top-header .top-header-btn:first-child {
		border-left: 2px solid #fff;
	}
	.top-header-btn:last-child {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
	}
	.navbar .top-header-btn {
		margin-left: auto;
	}
	.navbar .top-header-btn {
		border-left-width: 2px;
	}

	/* || Content */
	.team-startseite {
		background-image: url(/images/1200/AdobeStock_113314018_Preview.jpg);
	}
}

@media screen and (min-width: 1200px) {
	/* || Typographie */
	.hero h1 {
		font-size: 1.7rem;
	}
	.footer-main, .footer-main .btn {
		font-size: 11px;
	}

	/* || Utilities */
	.my-content-container {
		position: relative;
		max-width: 1250px;
		margin: 0 auto;
	}
	.my-content-container::before, .my-content-container::after {
		content: "";
		display: block;
		position: absolute;
		width: 70px;
		height: 70px;
		background: transparent url(../images/melzer-logo-icon.png) no-repeat center center / contain;
		opacity: .6;
	}
	.my-content-container::before {
		top: 20%;
		left: calc((100vw - (100vw / 12 * 10)) / 4 * -1 - 7.5px);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.my-content-container::after {
		right: calc((100vw - (100vw / 12 * 10)) / 4 * -1 - 7.5px);
		bottom: 20%;
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	.columns-xl-2 {
		-moz-column-gap: 30px;
		-moz-column-count: 2;
		-webkit-column-gap: 30px;
		-webkit-column-count: 2;
		column-gap: 30px;
		column-count: 2;
		margin-bottom: 1rem;
	}
	.columns-xl-2 ul, .columns-xl-2 li, .columns-xl-2 p {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
	.columns-xl-2 p {
		display: table;
	}
	.scroll-abstand {
		height: 83px;
		margin-top: -83px;
	}
	.footer-main .my-content-container {
		max-width: 1600px;
	}
	.footer-main .my-content-container::before, .footer-main .my-content-container::after {
		display: none;
	}

	/* || Header & Navigation */
	.nav-item {
		border-left: 2px solid rgba(255,255,255,.5);
	}
	.nav-link {
		font-size: 14px;
		white-space: nowrap;
		padding-right: 8px !important;
		padding-left: 8px !important;
	}
	.nav-link:hover {
		background-color: #fff;
	}
	.nav-link.active, .nav-link:hover {
		color: #be1163 !important;
	}
	.navbar-brand {
		max-width: 200px;
		z-index: 501 !important
	}
	.navbar-collapse {
		position: static;
		max-width: none;
		padding-right: 0;
		padding-left: 0;
		overflow-y: visible;
		visibility: visible;
		background-color: #fff;
		transition: visibility .2s, -webkit-transform .4s;
		border: none;
	}
	.navbar-collapse.show {
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	#navigation-overlay {
		display: none !important;
	}
	.hero {
		padding-top: 100px;
		padding-bottom: 50px;
		overflow: hidden;
		height: 780px;
		min-height: 100vh;
	}
	.kachel {
		height: calc(16.6666667vw - 30px);
	}
	.kachel-headline {
		font-size: 14px;
	}
	.kachel-img img {
		max-width: 125px;
	}
	.hero .bild-bogen {
		bottom: -7%;
	}
	.next-section {
		bottom: 16px;
	}

	/* || Content */
	.parallax, .bg-image {
		height: 26.5625vw;
		max-height: 600px;
	}
	.box-header {
		height: 133px;
	}
	.box-text {
		height: calc(100% - 133px);
	}
	.team-startseite {
		background-image: url(/images/992/AdobeStock_113314018_Preview.jpg);
		border-right: 1px solid #fff;
	}
	.team-startseite-2 {
		background-image: url(/images/992/AdobeStock_244536746_Preview.jpg);
		border-left: 1px solid #fff;
	}

	/* || Footer */
	.footer-main .btn {
		padding: .375rem;
	}
	.footer-main .col-xl-auto {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.footer-column {
		padding-bottom: 38px;
	}
	.footer-column a.btn {
		position: absolute;
		width: auto;
		right: 15px;
		bottom: 0;
		left: 15px;
	}
	.footer-heading {
		height: 48px;
	}
}

@media screen and (min-width: 1400px) {
	/* || Typographie */
	.hero h1 {
		font-size: 2rem;
	}
	.kachel-headline {
		font-size: 18px;
	}
	.footer-main, .footer-main .btn {
		font-size: 13px;
	}

	/* || Header & Navigation */
	.nav-link {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	/* || Footer */
	.footer-main .btn {
		padding: .375rem .75rem;
	}
}

@media screen and (min-width: 1536px) {
	/* || Utilities */
	.my-content-container::before, .my-content-container::after {
		width: 100px;
		height: 100px;
	}
	.my-content-container::before {
		left: calc((100vw - 1250px) / 4 * -1);
	}
	.my-content-container::after {
		right: calc((100vw - 1250px) / 4 * -1);
	}
}

@media screen and (min-width: 1600px) {
	/* || Typographie */
	.nav-link {
		font-size: 16px;
	}
	.hero h1 {
		font-size: 38px;
	}
	.kachel-headline {
		font-size: 20px;
	}
	.footer-main, .footer-main .btn {
		font-size: 15px;
	}
	
	/* || Utilities */
	.scroll-abstand {
		height: 89px;
		margin-top: -89px;
	}

	/* || Header & Navigation */
	.navbar-brand {
		max-width: 332px;
	}
	.kachel-img img {
		max-width: 150px;
	}

	/* || Content */
	.team-startseite {
		background-image: url(/images/1200/AdobeStock_113314018_Preview.jpg);
	}
	.team-startseite-2 {
		background-image: url(/images/1200/AdobeStock_244536746_Preview.jpg);
	}
}

@media screen and (min-width: 1700px) {
	/* Typographie */
	.footer-main, .footer-main .btn {
		font-size: 16px;
	}

	/* || Header & Navigation */
	.nav-link {
		font-size: 18px;
		padding: .5rem 1rem !important;
	}
	.kachel {
		max-height: 320px;
	}
}

@media screen and (min-width: 1800px) {
	/* || Header & Navigation */
	.hero .bild-bogen {
		bottom: -7vw;
	}
}

@media screen and (min-width: 1921px) {
	/* || Header & Navigation */
	.kachel-container {
		max-width: 320px;
	}
}

@media screen and (min-width: 2401px) {
	/* || Header & Navigation */
	.hero .bild-bogen {
		bottom: -10vw;
	}

	/* || Content */
	.team-startseite {
		background-image: url(/images/1600/AdobeStock_113314018_Preview.jpg);
	}
	.team-startseite-2 {
		background-image: url(/images/1600/AdobeStock_244536746_Preview.jpg);
	}
}

@media screen and (min-width: 2800px) {
	/* || Header & Navigation */
	.hero .bild-bogen {
		bottom: -12vw;
	}
}

@media screen and (min-width: 3201px) {
	/* || Content */
	.team-startseite {
		background-image: url(/images/1920/AdobeStock_113314018_Preview.jpg);
	}
	.team-startseite-2 {
		background-image: url(/images/1920/AdobeStock_244536746_Preview.jpg);
	}
}