/* ------------------------------------------------------------------------ */
/* Bodyhelper																*/
/* ------------------------------------------------------------------------ */

.typ-101 .bodyhelper::before {
	background-image: linear-gradient(to right, rgba(52, 90, 105, 1.00) -10%, rgba(52, 90, 105, 1.00) 25%, rgba(52, 90, 105, .75) 50%, rgba(52, 90, 105, 0) 75%);
	/* background-color: #4a6670;
	background-color: rgb(74, 102, 112); */
}

.typ-101 .bodyhelper::after {
}

/* ------------------------------------------------------------------------ */
/* Hero																		*/
/* ------------------------------------------------------------------------ */

.typ-101 .hero {
	padding-top: 96px;
	display: grid;
	align-content: end;
	content-visibility: visible;
}

.typ-101 .content-column.full_width.hero .full_width-helper {
	display: grid;
	grid-template-rows: auto;
	padding: 80px 0 176px;
}

.typ-101 .content-column.full_width.hero .full_width-helper > .content-column {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.typ-101 .content-column.full_width.hero .hero-bezeichnung {
	display: inline-block;
	height: 56px;
	line-height: 55px !important;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 63px 0;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.15);
}

.typ-101 .content-column.full_width.hero .hero-h1 {
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
}

.typ-101 .content-column.full_width.hero .hero-subtitle {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
}

.typ-101 .content-column.full_width.hero p {
	color: #ffffff;
	margin: 56px 0 0 0;
}

.typ-101 .content-column.full_width.hero a.button {
	margin: 12px 0 0 0;
	color: #ffffff !important;
	border-color: #c9a227 !important;
	background-color: #c9a227 !important;
}

/* ------------------------------------------------------------------------ */
/* Lauftext																	*/
/* ------------------------------------------------------------------------ */

.typ-101 .content-column.full_width.lauftext {
	height: 96px;
	content-visibility: visible;
	z-index: 3;
	margin-top: -96px;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content {
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content::before {
	content: '';
	width: 1px;
	height: 56px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: #ffffff;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content .lauftext_icon {
	width: 132px;
	height: 56px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.typ-101 .content-column.full_width.lauftext.hinweis .lauftext-content .lauftext_icon {
	background-color: #f9cccc;
}

.typ-101 .content-column.full_width.lauftext.live .lauftext-content .lauftext_icon {
	background-color: #d0ead0;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content .lauftext_icon > span.blink {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 50%;
	margin-top: -4px;
}

.typ-101 .content-column.full_width.lauftext.hinweis .lauftext-content .lauftext_icon > span.blink {
	background-color: #e30000;
}

.typ-101 .content-column.full_width.lauftext.live .lauftext-content .lauftext_icon > span.blink {
	background-color: #149714;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content .lauftext_icon > span.blink {
	opacity: 1;
}

@keyframes seco_lauftext_blink {
	 0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}

.typ-101 .content-column.full_width.lauftext .lauftext-content .lauftext_icon > span.blink {
	animation-name: seco_lauftext_blink;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.typ-101 .content-column.full_width.lauftext.visible .lauftext-content .lauftext_icon > span.blink {
	animation-play-state: running;
}

.typ-101 .content-column.full_width.lauftext.invisible .lauftext-content .lauftext_icon > span.blink {
	animation-play-state: paused;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content .lauftext_icon > span.small {
	line-height: 1 !important;
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.typ-101 .content-column.full_width.lauftext.hinweis .lauftext-content .lauftext_icon > span.small {
	color: #e30000;
}

.typ-101 .content-column.full_width.lauftext.live .lauftext-content .lauftext_icon > span.small {
	color: #149714;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content,
.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee,
.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li {
	height: 56px;
}

@keyframes seco_lauftext {
	to {
		transform: translateX(-100%);
	}
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee {
	padding: 0;
	list-style: none;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 1;
	animation-name: seco_lauftext;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.typ-101 .content-column.full_width.lauftext.hinweis .lauftext-content ul.lauftext_marquee {
	animation-duration: 50s;
}

.typ-101 .content-column.full_width.lauftext.live .lauftext-content ul.lauftext_marquee {
	animation-duration: 100s;
}

.typ-101 .content-column.full_width.lauftext.visible .lauftext-content ul.lauftext_marquee {
	animation-play-state: running;
}

.typ-101 .content-column.full_width.lauftext.invisible .lauftext-content ul.lauftext_marquee {
	animation-play-state: paused;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li {
	list-style-image: none !important;
	left: 0 !important;
	margin: 0;
	padding: 0 40px;
	position: relative;
	z-index: 1;
	display: grid;
	align-content: center;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li::before {
	display: none;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li::after {
	content: '';
	width: 20px;
	height: 4px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -10px;
	margin-top: -2px;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KCTxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIyIi8+Cgk8Y2lyY2xlIGN4PSIxMCIgY3k9IjIiIHI9IjIiLz4KCTxjaXJjbGUgY3g9IjE4IiBjeT0iMiIgcj0iMiIvPgo8L3N2Zz4=');
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: invert(92%) sepia(6%) saturate(203%) hue-rotate(151deg) brightness(97%) contrast(89%);
}

.typ-101 .content-column.full_width.lauftext.hinweis .lauftext-content ul.lauftext_marquee li::after {
	filter: invert(14%) sepia(96%) saturate(3809%) hue-rotate(356deg) brightness(91%) contrast(124%);
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li .helper {
	display: flex;
	flex-direction: row;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li span {
	width: auto;
	max-width: none;
	height: 26px;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

@keyframes seco_lauftext_colorchange {
	 0%, 100% {
		filter: invert(14%) sepia(96%) saturate(3809%) hue-rotate(356deg) brightness(91%) contrast(124%);
	}
	50% {
		filter: none;
	}
}

.typ-101 .content-column.full_width.lauftext.hinweis .lauftext-content ul.lauftext_marquee li span {
	animation-name: seco_lauftext_colorchange;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.typ-101 .content-column.full_width.lauftext.hinweis.visible .lauftext-content ul.lauftext_marquee li span {
	animation-play-state: running;
}

.typ-101 .content-column.full_width.lauftext.hinweis.invisible .lauftext-content ul.lauftext_marquee li span {
	animation-play-state: paused;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li span > strong {
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 2.2rem !important;
	color: #345a69;
}

.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li span,
.typ-101 .content-column.full_width.lauftext .lauftext-content ul.lauftext_marquee li span > strong {
	line-height: 24px !important;
}

/* ------------------------------------------------------------------------ */
/* Auszeichnungen															*/
/* ------------------------------------------------------------------------ */

.typ-101 .content-column.full_width.html {
	padding-top: 120px;
	padding-bottom: 120px;
}

.typ-101 .footer .content-column.full_width.html {
	padding-top: 0;
	padding-bottom: 0;
}

.typ-101 .content-column.full_width.html ul {
	margin: 0 auto;
	padding: 0;
	display: table;
}

.typ-101 .content-column.full_width.html ul > li {
	margin: 0;
	padding: 0 10px;
	display: table-cell;
}

.typ-101 .content-column.full_width.html ul > li::before {
	display: none;
}

.typ-101 .content-column.full_width.html ul > li img {
	margin: 0;
}

/* ------------------------------------------------------------------------ */
/* FAQ Spacer																*/
/* ------------------------------------------------------------------------ */

.typ-101 .gutscheine + .gb-block.faq-spacer {
	height: 109px;
}

/* ------------------------------------------------------------------------ */
/* FAQ																		*/
/* ------------------------------------------------------------------------ */

.typ-101 .faq {
	padding-bottom: 80px;
}

.typ-101 .faq .helper {
	text-align: center;
	padding-bottom: 89px;
}

.typ-101 .faq .helper > span {
	color: #c9a227;
	text-transform: uppercase;
}

.typ-101 .faq .helper > h2 {
	padding-top: 19px;
}

.typ-101 .faq .full_width-helper > .content-column {
	display: flex;
}

.typ-101 .faq .full_width-helper > .content-column {
	display: flex;
	flex-direction: row;
	padding-bottom: 40px;
}

.typ-101 .faq .full_width-helper > .content-column > .text-helper {
	width: 100%;
	padding: 32px 20px 9px 20px;
	background-color: #ffffff;
	border-width: 1px 1px 1px 3px;
	border-style: solid;
	border-color: #ababab #ababab #ababab #345A69;
}

/* ------------------------------------------------------------------------ */
/* Gutscheine																*/
/* ------------------------------------------------------------------------ */

.typ-101 .gutscheine {
	padding-top: 108px;
	padding-bottom: 120px;
	background-color: #e8ddd4;
}

.typ-101 .gutscheine .content-column.bild .helper {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.typ-101 .gutscheine .content-column.text a.button {
	margin: 8px 0 0 0;
	color: #ffffff !important;
	border-color: #c9a227 !important;
	background-color: #c9a227 !important;
}

.typ-101 .gutscheine .content-column.bild .helper .gift-card-preview {
	width: 320px;
	height: 200px;
	background: linear-gradient(135deg, #1a3a4a 0%,#4a6670 100%);
	border-radius: 12px;
	padding: 1.4rem 2rem 2rem;
	color: #ffffff;
	box-shadow: 0 0 4px rgba(18, 18, 18, .55);
	transform: rotate(-5deg);
	position: relative;
}

.typ-101 .gutscheine .content-column.bild .helper .gift-card-preview::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 1rem;
	right: 1rem;
	width: 60px;
	height: 40px;
	background-color: #c9a227;
	border-radius: 6px;
	opacity: 0.8;
}

.typ-101 .gutscheine .content-column.bild .helper .gift-card-preview .gift-card-logo {
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.1rem;
	margin-bottom: auto;
}

.typ-101 .gutscheine .content-column.bild .helper .gift-card-preview .gift-card-amount {
	font-family: 'Cormorant Garamond', serif;
	font-style: normal;
	font-weight: 500;
	font-size: 3.5rem;
	position: absolute;
	bottom: 2rem;
	left: 2rem;
}

.typ-101 .gutscheine .content-column.bild .helper .gift-card-preview .gift-card-text {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	opacity: 0.7;
}

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

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
	.typ-101 .content-column.full_width.hero .hero-subtitle {
		font-size: 3.3rem;
		line-height: 1.1 !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.typ-101 .content-column.full_width.hero .hero-subtitle {
		font-size: 2.7rem;
	}

	.typ-101 .faq {
		padding-bottom: 100px;
	}

	.typ-101 .faq .full_width-helper > .content-column {
		padding-bottom: 20px;
	}

	/* ------------------------------------------------------------------------ */
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 29.9375em) and (max-width: 63.9375em) and (orientation: landscape) {
	.typ-101 .content-column.full_width.hero .hero-subtitle {
		font-size: 2.7rem;
	}

	.typ-101 .faq {
		padding-bottom: 100px;
	}

	.typ-101 .faq .full_width-helper > .content-column {
		padding-bottom: 20px;
	}

	/* ------------------------------------------------------------------------ */
}

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

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (devices and browsers)								    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (portrait, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (landscape, devices and browser							*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (portrait, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (landscape, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px to 1024px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
	.typ-101 .content-column.full_width.gutscheine .full_width-helper {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto auto;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper > .content-column {
		grid-column: 1 / 2;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper > .content-column.text {
		grid-row: 1 / 2;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper > .content-column.bild {
		grid-row: 2 / 3;
		padding-top: 80px;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {

}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 63.9375em) and (max-width: 89.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
	.typ-101 .content-column.full_width.hero a.button:hover,
	.typ-101 .content-column.full_width.hero a.button:focus,
	.typ-101 .content-column.full_width.hero a.button:active {
		color: #c9a227 !important;
		border-color: #121212 !important;
		background-color: #121212 !important;
	}

	.typ-101 .content-column.full_width.cta .content-column.button-helper a.button:hover,
	.typ-101 .content-column.full_width.cta .content-column.button-helper a.button:focus,
	.typ-101 .content-column.full_width.cta .content-column.button-helper a.button:active {
		color: #ffffff !important;
		border-color: #121212 !important;
		background-color: #121212 !important;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper > .content-column {
		grid-row: 1 / 2;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper > .content-column.text {
		grid-column: 1 / 2;
	}

	.typ-101 .content-column.full_width.gutscheine .full_width-helper > .content-column.bild {
		grid-column: 2 / 3;
	}

	.typ-101 .gutscheine .content-column.text a.button:hover,
	.typ-101 .gutscheine .content-column.text a.button:focus,
	.typ-101 .gutscheine .content-column.text a.button:active {
		color: #c9a227 !important;
		border-color: #1a3a4a !important;
		background-color: #1a3a4a !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Monitor sizes from 1024px to 1280px (devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
	.typ-101 .content-column.full_width.hero .full_width-helper {
		grid-template-columns: 50% 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
	.typ-101 .faq .full_width-helper > .content-column {
		width: 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1440px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@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) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
	.typ-101 .content-column.full_width.hero .full_width-helper {
		grid-template-columns: 50% 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
	.typ-101 .hero {
		height: auto;
		min-height: 100svh;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1600px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {
	.typ-101 .hero {
		height: auto;
		min-height: 100svh;
	}

	.typ-101 .faq .helper {
		padding-left: 20%;
		padding-right: 20%;
	}
}

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

/* ------------------------------------------------------------------------ */
/* Size width from 1600px to 1920px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) and (max-width: 120.9375em) {
	.typ-101 .content-column.full_width.hero .full_width-helper {
		grid-template-columns: 50% 50%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 1920px													*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 121em) {
	.typ-101 .bodyhelper::after {
		left: 600px;
	}

	.typ-101 .content-column.full_width.hero .full_width-helper {
		grid-template-columns: 33.3333% 33.3333% 33.3333%;
	}
}

/* ------------------------------------------------------------------------ */
/* Size width from 2400px o 2880px											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 121em) and (max-width: 149.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2400px to 2880px												*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 150em) and (max-width: 179.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2880px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 180em) {
}