/* ------------------------------------------------------------------------ */
/* Standard																	*/
/* ------------------------------------------------------------------------ */

a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
}

hr {
	width: 100%;
	height: 1px;
	clear: both;
	background-color: #F2F2F2;
	border: 0;
	margin-top: 5px;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

.custom .screen-reader-text {
	display: none;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-indent: -1000px;
}

.container.content ul.menu-widget {
	margin-top: 0;
}

.container.content ol ol,
.container.content ol ul,
.container.content ul ul,
.container.content ul ol {
}

.container.content ol li,
.container.content ul li {
	 position: relative;
	 z-index: 1;
}

.container.content ol {
	list-style: decimal;
}

.container.content ol li {
	margin-left: 24px;
}

.container.content ol li ol {
	list-style: lower-latin;
	padding-bottom: 0;
}

.container.content ol > li::marker {
	font-weight: 400;
	color: #deab04;
}

.container.content ul {
	list-style: none;
}

.container.content ul > li {
	margin-left: 2px;
	padding-left: 24px;
}

.container.content ul > li::before {
	content: '\f10c';
	font-size: 12px;
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 0;
	color: #deab04;
}

.container.content a:not(.button) {
	font-weight: 400;
	color: #121212;
	display: inline;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #6796ff;
}

.container.content a.more-link,
.container.content a.back-link {
	white-space: nowrap;
}

.container.content a.more-link:hover,
.container.content a.back-link:hover {
}

a::before,
a::after,
button::before,
button::after {
	font-weight: normal !important;
}

a.title-link::before {
	display: none;
}

.container.content a[href^="tel:"],
.container.content a.exception {
	border: 0 none !important;
	color: inherit !important;
	font-weight: inherit !important;
	cursor: text;
	white-space: nowrap;
}

.container.content h2,
.container.content h3,
.container.content h2 *,
.container.content h3 * {
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}

.container.content h2,
.container.content h3 {
	padding-bottom: 26px;
}

.container.content p + h2,
.container.content p + h3 {
	padding-top: 2px;
}

.container.content .wp-block-tabelle2spaltig + h2,
.container.content .wp-block-tabelle2spaltig + h3 {
    padding-top: 2px;
}

.container.content h2 *,
.container.content h3 * {
	border: 0 none !important;
}

.container.content p,
.container.content ol,
.container.content ul {
	padding: 0 0 23px;
}

.container.content ol li ul {
	padding: 23px 0 24px;
}

.container.content ol li ul li {
	margin: 0;
}


.container.content ul.custom {
	padding: 0 0 68px;
}

.container.content ol ol,
.container.content ol ul,
.container.content ul ul,
.container.content ul ol {
	padding: 0 0 0;
}

.container.content img {
	margin: 0 0 40px;
}

.container.footer p,
.container.footer ol,
.container.footer ul {
	padding: 0 0 25px;
}

.container.footer a[href^="tel:"],
.container.footer a.exception {
	border: 0 none !important;
	color: inherit !important;
	font-weight: inherit !important;
	cursor: text;
	white-space: nowrap;
}

/* ------------------------------------------------------------------------ */
/* Sprungmarken																*/
/* ------------------------------------------------------------------------ */

.content-column.full_width div[id^="id_"] {
	position: absolute;
	z-index: 0;
	top: -39px;
	left: 0;
}

/* ------------------------------------------------------------------------ */
/* Fancybox																	*/
/* ------------------------------------------------------------------------ */

html.fancybox-open {
	overflow-y: hidden !important;
}

html.fancybox-open body {
	overflow-y: scroll !important;
}

.fancybox-open .sidebar,
.fancybox-open .content-column.full_width {
	opacity: 0.75 !important;
	filter: blur(4px) grayscale(1);
}

.custom .fancybox-container,
.custom .fancybox-outer,
.custom .fancybox-inner,
.custom .fancybox-bg,
.custom .fancybox-stage {
	overflow: hidden !important;
}

.custom .fancybox-bg {
	background-color: rgba(18, 18, 18, .85);
}

.custom .fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.custom .fancybox-thumbs__list a::before {
	border: 5px solid #0099CC;
}

.custom .fancybox-thumbs {
	padding: 20px;
	background-color: #91CEE3;
}

.custom .fancybox-caption__body {
	height: 20px;
	line-height: 20px;
	color: #ABABAB;
	overflow: hidden;
}

.custom .fancybox-button {
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 1;
	background-color: #121212;
}

.custom .fancybox-button::before {
	content: '\f2c0';
	font-family: 'Ionicons';
	font-size: 22px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #121212;
}

.custom .fancybox-button svg {
	display: none;
}

/* ------------------------------------------------------------------------ */
/* Site Notes																*/
/* ------------------------------------------------------------------------ */

.site-note {
	display: none;
	width: 76px;
	height: 66px;
	position: absolute;
	z-index: 0;
	top: 0;
}

.site-note.links {
	left: 0;
	transform: translateX(-100%);
}

.site-note.rechts {
	right: 0;
	transform: translateX(calc( 100% + 20px ) );
}

.site-note span {
	font-family: 'Shadows Into Light Two', cursive;
    font-style: normal;
	font-weight: 400;
	font-size: 2.6rem !important;
	letter-spacing: 0.03em;
	line-height: 1 !important;
	display: block;
	white-space: nowrap;
}

.site-note.links span {
	transform: rotate(320deg) translate(-50%, -100%);
}

.site-note.rechts span {
	transform: rotate(40deg) translate(50%, -100%);
}

.site-note span {
	opacity: 0;
}

@keyframes seco_sitenotefadein {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}

.site-note span {
	animation-name: seco_sitenotefadein;
	animation-duration: 0.3s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.site-note img {
	margin: 0;
	background-color: transparent;
}

.site-note img.lazyload[src*=".svg"] {
	animation-delay: 0.3s;
}

/* ------------------------------------------------------------------------ */
/* Back to Top																*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.btt {
	display: none;
	height: 40px;
	padding-left: 0 !important;
    padding-right: 0 !important;
	z-index: 3;
	overflow: visible !important;
	content-visibility: visible;
}

.back-to-top {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
}

.back-to-top::before,
.back-to-top::after {
	content: '\f102';
	display: block;
	font-size: 28px;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 0;
	overflow: hidden;
	padding-left: 1px;
	transition: all 0.3s ease;
}

.back-to-top::before {
	top: 0;
	color: #121212;
}

.back-to-top::after {
	top: 40px;
	color: transparent;
}

/* ------------------------------------------------------------------------ */
/* Global Widget Area														*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.global-widget-area {
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff8df;
}

.global-widget-area {
	padding-bottom: 60px;
}

.global-widget-area .triangle {
	width: 54px;
	height: 20px;
	margin-right: -3px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: -108px;
	background-color: #ffffff;
	-webkit-mask: url('../img/triangle_ffffff.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../img/triangle_ffffff.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
	transition: right 1.9s ease 0.3s;
}

.global-widget-area .full_width-helper {
	display: grid !important;
	position: relative;
	z-index: 1;
}

.global-widget-area .full_width-helper > .content-column {
	width: auto;
}

.global-widget-area .one_half a:not(.title-link):not(.more-link) {
	font-weight: 300 !important;
	border: 0 none !important;
}

.global-widget-area .one_half a.title-link {
	border: 0 none !important;
}

.global-widget-area .one_half a.more-link {
	border-color: #121212;
}

.global-widget-area .one_half a.more-link::after {
	color: #121212;
}

.global-widget-area .full_width-helper .kontakte > .helper {
	margin-top: 14px;
	padding-top: 12px;
	background: linear-gradient(90deg,#121212 25%,transparent 0) 0% 0% / 4px 1px repeat-x;
}

.global-widget-area .full_width-helper .kontakte > .helper:first-child {
	margin-top: -9px;
	padding-top: 0;
	background: none;
}

.global-widget-area .full_width-helper .kontakte > .helper:last-of-type {
	margin-bottom: -6px;
}

.global-widget-area .full_width-helper .kontakte > .helper p {
	padding: 0;
}

.global-widget-area .site-note.rechts {
	transform: translateX(calc( 100% ) );
}

.global-widget-area .site-note.rechts span {
	margin-left: -50px;
	transform: rotate(40deg) translate(45%, -190%);
}


/* ------------------------------------------------------------------------ */
/* Google Maps																*/
/* ------------------------------------------------------------------------ */

.google-maps {
}

.google-maps {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
}

.google-maps #map {
	background-color: #fff8df !important;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.google-maps #map > div {
	background-color: transparent !important;
}

.google-maps #map .gm-style-pbc p {
	font-weight: 300;
	text-align: center;
	padding: 0;
}

.google-maps #map a::before {
	display: none;
}

.google-maps #map img {
	background-color: transparent;
}

.google-maps #map .gm-style .gm-style-iw,
.google-maps #map .gm-style .gm-style-iw * {
	color: #121212;
}

.google-maps #map .gm-style .gm-style-iw {
	padding: 14px !important;
	background-color: #ffeba9;
}

.google-maps #map .gm-style .gm-style-iw-tc::after {
	background-color: #ffeba9 !important;
}

.google-maps #map .gm-style .gm-style-iw strong {
	font-weight: 400;
}

.google-maps #map .gm-style .gmnoprint a,
.google-maps #map .gm-style .gmnoprint span,
.google-maps #map .gm-style .gm-style-cc a,
.google-maps #map .gm-style .gm-style-cc span {
	color: #121212 !important;
	border: 0 none !important;
	padding-bottom: 5px !important;
	background-color: transparent !important;
}

.google-maps #map .gm-style .gm-style-cc button {
	display: none !important;
}

.google-maps #map .gm-style .gm-style-cc span {
	display: inline !important;
}

.google-maps #map .gm-style .gmnoprint *,
.google-maps #map .gm-style .gm-style-cc * {
	background-color: transparent !important;
}

.google-maps #map .gm-style button.gm-fullscreen-control,
.google-maps #map .gm-style button.gm-control-active,
.google-maps #map .gmnoprint .gm-style-mtc button {
	background-color: #ffffff !important;
	border-radius: 0 !important;
}

.google-maps #map .gmnoprint .gm-style-mtc button {
	line-height: 40px;
}

.google-maps #map .gm-style button.gm-fullscreen-control > img,
.google-maps #map .gm-style .gmnoprint button > img {
	display: none;
	margin: 0 !important;
}

.google-maps #map .gm-style button.gm-fullscreen-control > img:first-child,
.google-maps #map .gm-style .gmnoprint button > img:first-child {
	display: block;
	padding: 0 !important;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.google-maps #map .gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.google-maps #map .gm-style .gm-style-iw-t::after {
	background-image: none;
	background-color: #ffeebe;
}

/* ------------------------------------------------------------------------ */
/* Call to Action Formular													*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.cta-formular {
	background-color: #eef4f4;
}

.cta-formular {
	padding-bottom: 60px;
}

.cta-formular .content-column {
	position: relative;
    z-index: 1;
}

.cta-formular .triangle {
	width: 54px;
	height: 20px;
	margin-right: -3px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: -108px;
	background-color: #ffffff;
	-webkit-mask: url('../img/triangle_ffffff.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../img/triangle_ffffff.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
	transition: right 1.9s ease 0.3s;
}

.content-column.full_width.cta-formular .sectionheader-helper {
	padding-top: 65px;
	padding-bottom: 72px;
}

.content-column.full_width.cta-formular .sectionheader-helper .sectionheader {
	margin-bottom: 65px;
}

.content-column.full_width.cta-formular .sectionheader-helper a[href^="tel:"] {
	font-weight: 400 !important;
}

.cta-formular .wpcf7 .required {
	display: block;
	font-size: 0;
	right: 0;
	line-height: 0;
	position: absolute;
	z-index: 2;
	text-indent: -1000px;
	bottom: 20px;
	width: 42px;
	height: 1px;
	border-left: 2px solid #e0ebe9;
	background-color: #e0c088;
}

.cta-formular .wpcf7 .required.focus {
	z-index: 0;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap::before {
	color: #7da8a1;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap.focus::before {
	color: #121212;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap:not(.your-button)::after {
	content: '';
	height: 1px;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 50%;
	right: 50%;
	background-color: transparent;
	transition: left 0.7s ease, right 0.7s ease, background-color 0.4s ease;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap:not(.your-button):hover::after {
	left: 0;
	right: 0;
	background-color: #b1ccc8;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap.focus:not(.your-button)::after {
	display: none;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap input,
.cta-formular .wpcf7 span.wpcf7-form-control-wrap select,
.cta-formular .wpcf7 span.wpcf7-form-control-wrap textarea {
	color: #3d8b84 !important;
}

.cta-formular .wpcf7 span.wpcf7-form-control-wrap.focus input,
.cta-formular .wpcf7 span.wpcf7-form-control-wrap.focus select,
.cta-formular .wpcf7 span.wpcf7-form-control-wrap.focus textarea {
	color: #121212 !important;
	border-color: #3d8b84 !important;
	background-color: #c6dddb !important;
}

.cta-formular input[type="submit"],
.cta-formular button.button {
	color: #ffffff !important;
	border-color: #3d8b84 !important;
	background-color: #3d8b84;
}

.cta-formular .full_width-helper {
	position: relative;
	z-index: 1;
}

.cta-formular .site-note.links span {
	margin-left: -20px;
}

/* ------------------------------------------------------------------------ */
/* Site Notes																*/
/* ------------------------------------------------------------------------ */

.cta-formular .site-note.rechts span {
	margin-left: -60px;
	transform: rotate(40deg) translate(50%, -170%);
}

/* ------------------------------------------------------------------------ */
/* Footer																	*/
/* ------------------------------------------------------------------------ */

.content-column.full_width.footer {
	height: auto;
	padding-top: 38px;
	padding-bottom: 34px;
	background-color: #ffeba9;
}

.footer * {
	color: inherit;
}

.footer .triangle {
	width: 54px;
	height: 20px;
	margin-right: -3px;
	position: absolute;
	z-index: 0;
	top: 0;
	right: -108px;
	background-color: #fff8df;
	-webkit-mask: url('../img/triangle_ffffff.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../img/triangle_ffffff.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
	transition: right 1.9s ease 0.3s;
}

.footer .first-row {
	display: grid;
	justify-content: center;
}

.footer .second-row {
	margin-top: 38px;
	padding-top: 34px;
	text-align: center;
	border-top: 1px solid #deab04;
}

.footer .copyright strong {
	color: #deab04;
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions										                */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 480px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.container.content p,
	.container.content ol,
	.container.content ul {
		padding: 0 0 26px;
	}

	.container.content ul > li::before {
		top: 10px;
	}

	.custom .global-widget-area.start .triangle,
	.custom .footer.start .triangle {
		right: 20px !important;
	}

	/* ------------------------------------------------------------------------ */

}

/* ------------------------------------------------------------------------ */
/* Size height below 480px (Landscape)									    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 47.9375em) and (orientation: landscape) {
	.container.content p,
	.container.content ol,
	.container.content ul {
		padding: 0 0 26px;
	}

	.container.content ul > li::before {
		top: 10px;
	}

	.custom .global-widget-area.start .triangle,
	.custom .footer.start .triangle {
		right: 20px !important;
	}

	/* ------------------------------------------------------------------------ */

}

/* ------------------------------------------------------------------------ */
/* Size from 480px															*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 480px (Portrait)											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height from 480px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 640px												    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 640px (Portrait)									    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 640px (Landscape)									    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 768px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
	.content-column.full_width.btt {
		height: 60px;
		padding-top: 20px;
		display: grid;
		justify-content: center;
	}

	.custom .global-widget-area.start .triangle,
	.custom .footer.start .triangle {
		right: 40px;
	}

	.footer .full_width-helper .content-column {
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 768px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 768px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size from 768px															*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
	.content-column.full_width.btt {
		width: 40px;
		margin: 0 !important;
		padding: 0 !important;
		position: fixed;
		bottom: 40px;
		right: 40px;
		transform: translateX(0)
	}

	.footer .full_width-helper .content-column {
		width: 33.3333%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px (Portrait)											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height from 768px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1024px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
	.half-left,
	.half-right,
	.wpcf7 .submit-button {
		width: 100%;
		float: none;
	}

	.global-widget-area .full_width-helper {
		grid-template-columns: 100%;
		grid-template-rows: 500px 40px auto;
	}

	.global-widget-area .full_width-helper > .content-column.google-maps {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.global-widget-area .full_width-helper > .content-column.kontakte {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 1024px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 1024px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px to 1024px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
	.footer .full_width-helper .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
	.container.content a:not(.button):hover,
	.container.content a:not(.button):focus,
	.container.content a:not(.button):active {
		color: inherit;
		border-color: transparent;
	}

	.back-to-top::before {
		text-shadow: 0 0 2px #ffffff;
	}

	.back-to-top::after {
		text-shadow: 0 0 0 transparent;
	}

	.back-to-top:hover::before {
		top: -40px;
		color: transparent;
		text-shadow: 0 0 0 transparent;
	}

	.back-to-top:hover::after {
		top: 0;
		color: #121212;
		text-shadow: 0 0 2px #ffffff;
	}

	.global-widget-area .full_width-helper {
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
	}

	.global-widget-area .full_width-helper > .content-column.google-maps {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.global-widget-area .full_width-helper > .content-column.kontakte {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	.footer .full_width-helper.first-row a:hover,
	.footer .full_width-helper.first-row a:hover,
	.footer .full_width-helper.first-row a:active {
		color: #121212;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height from 1024px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1024px to 1280px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width below 1280px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
	html.fancybox-open,
	.fancybox-open body {
		overflow-y: hidden !important;
	}

	.content-column.full_width.bodyclose {
		width: 100vw;
		height: 100vh;
		padding-left: 0 !important;
		padding-right: 0 !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		cursor: default;
		display: block;
		overflow: hidden;
		background-color: transparent;
	}

	.menu-close .content-column.full_width.bodyclose {
		z-index: -1;
		background-color: transparent;
		transition: z-index 0.3s, background-color 0.3s ease, transform 0.3s ease !important;
	}

	.menu-open .content-column.full_width.bodyclose {
		z-index: 100;
		background-color: rgba(18, 18, 18, .85);
		transition: z-index 0.0s, background-color 0.3s ease, transform 0.3s ease !important;
	}

	.container.content a,
	.container.content a:hover {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #7da8a1;
	}

	a.more-link::after,
	a.back-link::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: 1px;
		color: #117DAF;
		opacity: 1;
		transform: translateY(-50%);
		transition: opacity 0.3s ease, left 0.5s ease, right 0.5s ease;
	}

	a.more-link::after {
		content: '\f101';
		left: 100%;
		margin-left: 5px;
	}

	a.back-link::after {
		content: '\f100';
		right: 100%;
		margin-right: 5px;
	}

	.global-widget-area.start .triangle,
	.footer.start .triangle {
		right: 120px;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 1280px (Portrait)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Size height below 1280px (Landscape)										*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1280px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
	.bodyclose {
		display: none;
	}

	a.more-link::after,
	a.back-link::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: 1px;
		color: #117DAF;
		opacity: 0;
		transform: translateY(-50%);
		transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
	}

	a.more-link::after {
		content: '\f101';
		left: 90%;
		margin-left: 5px;
	}

	a.more-link:hover::after {
		left: 100%;
		opacity: 1;
	}

	a.back-link::after {
		content: '\f100';
		right: 90%;
		margin-right: 5px;
	}

	a.back-link:hover::after {
		right: 100%;
		opacity: 1;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 1440px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1440px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 768px to 1600px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1280px to 1600px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
	.global-widget-area.start .triangle,
	.footer.start .triangle {
		right: 120px;
	}

	.footer .full_width-helper .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width below 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
	.global-widget-area .triangle,
	.footer .triangle {
		transition: right 0.8s ease 0.6s;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
	.content-column.full_width.weiss:not(.bodyhelper) {
		background-color: transparent !important;
	}

	.content-column.full_width.bodyhelper::after,
	.content-column.full_width.global-widget-area::after,
	.content-column.full_width.footer::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.content-column.full_width.bodyhelper::after,
	.content-column.full_width.global-widget-area::after,
	.content-column.full_width.footer::after {
		z-index: -1;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
		background-attachment: fixed;
	}

	.content-column.full_width.bodyhelper::after {
		background-image: url('../img/res_kinder_ffffff.png');
	}

	.content-column.full_width.global-widget-area::after {
		background-image: url('../img/res_kinder_fff8df.png');
	}

	.content-column.full_width.footer::after {
		background-image: url('../img/res_kinder_ffeba9.png');
	}

	.global-widget-area .triangle {
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
		background-attachment: fixed;
		background-image: url('../img/res_kinder_ffffff.png');
		-webkit-mask: url('../img/triangle_ffffff.svg');
		-webkit-mask-size: 100%;
		-webkit-mask-repeat: no-repeat;
		mask: url('../img/triangle_ffffff.svg');
		mask-size: 100%;
		mask-repeat: no-repeat;
	}

	.footer .triangle {
		background-color: #fff8df;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
		background-attachment: fixed;
		background-image: url('../img/res_kinder_fff8df.png');
		-webkit-mask: url('../img/triangle_ffffff.svg');
		-webkit-mask-size: 100%;
		-webkit-mask-repeat: no-repeat;
		mask: url('../img/triangle_ffffff.svg');
		mask-size: 100%;
		mask-repeat: no-repeat;
	}

	.site-note {
		display: block;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1440px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) and (max-width: 119.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) and (max-width: 119.9375em) {
	.global-widget-area.start .triangle,
	.footer.start .triangle {
		right: 240px;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) {
	.global-widget-area.start .triangle,
	.footer.start .triangle {
		right: calc( calc( calc( 100vw / 5 ) * 1 ) - 80px );
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px to 2400px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) and (max-width: 149.9375em) {
}


/* ------------------------------------------------------------------------ */
/* Size width from 2400px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 150em) {
	.global-widget-area.start .triangle,
	.footer.start .triangle {
		right: calc( calc( calc( 100vw / 5 ) * 1 ) - 80px );
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2880px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 180em) {
	.global-widget-area.start .triangle,
	.footer.start .triangle {
		right: calc( calc( calc( 100vw / 7 ) * 1.6 ) + 0px );
	}
}