@font-face {
    font-family: Sumana;
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/sumana-v4-latin-regular.eot);
    src:
        local("Sumana"),
        local("Sumana-Regular"),
        url(../Fonts/sumana-v4-latin-regular.eot?#iefix) format("embedded-opentype"),
        url(../Fonts/sumana-v4-latin-regular.woff2) format("woff2"),
        url(../Fonts/sumana-v4-latin-regular.woff) format("woff"),
        url(../Fonts/sumana-v4-latin-regular.ttf) format("truetype"),
        url(../Fonts/sumana-v4-latin-regular.svg#Sumana) format("svg");
}
@font-face {
    font-family: Sumana;
    font-style: normal;
    font-weight: 700;
    src: url(../Fonts/sumana-v4-latin-700.eot);
    src:
        local("Sumana Bold"),
        local("Sumana-Bold"),
        url(../Fonts/sumana-v4-latin-700.eot?#iefix) format("embedded-opentype"),
        url(../Fonts/sumana-v4-latin-700.woff2) format("woff2"),
        url(../Fonts/sumana-v4-latin-700.woff) format("woff"),
        url(../Fonts/sumana-v4-latin-700.ttf) format("truetype"),
        url(../Fonts/sumana-v4-latin-700.svg#Sumana) format("svg");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/roboto-v20-latin-regular.eot);
    src:
        local("Roboto"),
        local("Roboto-Regular"),
        url(../Fonts/roboto-v20-latin-regular.eot?#iefix) format("embedded-opentype"),
        url(../Fonts/roboto-v20-latin-regular.woff2) format("woff2"),
        url(../Fonts/roboto-v20-latin-regular.woff) format("woff"),
        url(../Fonts/roboto-v20-latin-regular.ttf) format("truetype"),
        url(../Fonts/roboto-v20-latin-regular.svg#Roboto) format("svg");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../Fonts/roboto-v20-latin-700.eot);
    src:
        local("Roboto Bold"),
        local("Roboto-Bold"),
        url(../Fonts/roboto-v20-latin-700.eot?#iefix) format("embedded-opentype"),
        url(../Fonts/roboto-v20-latin-700.woff2) format("woff2"),
        url(../Fonts/roboto-v20-latin-700.woff) format("woff"),
        url(../Fonts/roboto-v20-latin-700.ttf) format("truetype"),
        url(../Fonts/roboto-v20-latin-700.svg#Roboto) format("svg");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(../Fonts/roboto-v20-latin-900.eot);
    src:
        local("Roboto Black"),
        local("Roboto-Black"),
        url(../Fonts/roboto-v20-latin-900.eot?#iefix) format("embedded-opentype"),
        url(../Fonts/roboto-v20-latin-900.woff2) format("woff2"),
        url(../Fonts/roboto-v20-latin-900.woff) format("woff"),
        url(../Fonts/roboto-v20-latin-900.ttf) format("truetype"),
        url(../Fonts/roboto-v20-latin-900.svg#Roboto) format("svg");
}

:root {

	/* Colors: */
	--color-pink: #FFDCEB;
	--color-mediumpink: #BF789C;
	--color-rosa: #BF789C;
	--color-magenta: #e31e24;
	--color-flieder: #891E50;
}

body,
html {
    margin: 0;
    font-size: 1em;
    background-color: #fff;
    color: #48472e;
}
body {
    background-color: var(--color-pink);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.container {
    max-width: 1462px;
}
.container-fluid > .row {
	max-width: 1462px;
	margin-left:auto;
	margin-right:auto;
}
.container-fluid > .row:after {
	content:'';
	display:table;
	clear:both;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.row.ge {
    padding-bottom: 70px;
    padding-top: 70px;
    max-width: 1400px;
}
h1,
h2,
h3 {
    font-family: Sumana, "Times New Roman", Times, serif;
    font-weight: 700;
}
h1 {
    font-size: 2.25rem;
    margin: 25px 0 25px 0;
}
header h1 {
    color: #5f273b;
    font-size: 3rem;
    margin: 15px 0 10px 0;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 1.75rem;
	color:var(--color-flieder);
}
a {
    color: #5f273b;
}
a:focus,
a:hover {
    color: #5f273b;
}

.header-row {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	max-width:100%;
    z-index: 100;
}
.header-wrap {
    display: flex;
	flex-direction:row;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	max-width:615px;
}

a.home-link {
	display:inline-block;
}
img.logo {
    width: 80px;
}

ul.nav.main {
    display: flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
    margin: 0;
    list-style-type: none;
    width: calc(100% - 100px);
	height:80px;
	margin-left:20px;
	padding-left:20px;
	padding-right:20px;
	border-radius:40px;
    font-family: Sumana, "Times New Roman", Times, serif;
	background-color:#fff;
	
}
ul.nav.main li {
    display: flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-around;
}
ul.nav.main li a {
    display: block;
    font-size: 22px;
    line-height: 1;
    padding: 0.8rem 0.75rem 1.2rem 0.75rem;
    text-align: center;
    color: #1e1e1e;
    font-weight: 700;
	text-decoration:none;
}
ul.nav.main li a:hover {
    color: #5f273b;
}
#navigation-switch {
    display: none;
}

.off-canvas-content > header {
    /*margin-top:300px*/
}
.off-canvas-content > header > .pinkbg {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 24px;
    background-repeat: repeat;
}
.off-canvas-content > header > .pinkbg .columns {
    float: none;
}
.off-canvas-content > header > .pinkbg p {
    font-family: Sumana, "Times New Roman", Times, serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
}
.off-canvas-content > header > .pinkbg p:nth-child(2) {
    padding-right: 150px;
    padding-top: 18px;
}
.off-canvas-content > header > .pinkbg p:nth-child(3) {
    padding-left: 150px;
}
.off-canvas-content > header > .pinkbg p br {
    display: none;
}
.bgimagetext {
    position: relative;
}
.bgimagetext picture, .bgimagetext img {
    width: 100%;
    max-width: 100%;
	height:auto;
}

.bgimagetext img.overlayimage {
    position: absolute;
    left: 50%;
    margin-left: -760px;
    top: 80px;
    width: 320px;
    z-index: 90;
}

#c97 h1 {
    color: #5f273b;
}
#c97 p {
    line-height: 1.5;
}
#c97 p:nth-child(3) {
    padding-left: 0;
    margin-top: 4rem;
}
#c97 .button {
    text-transform: none;
    color: #fff;
    padding: 20px;
    border: 2px solid #5f273b;
    background-color: #5f273b;
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}

.textblock {
    position: absolute;
    bottom: 10%;
    color: #fff;
    width: 700px;
}
#der-shop .textblock {
    top: 10%;
}
.textblock h2 {
	font-size:4rem;
	max-width:600px;
}
.textblock p {
	max-width:600px;
    font-size: 1.95rem;
	font-weight:600;
	font-family: Sumana, "Times New Roman", Times, serif;
}
.textblock-additional {
    top: auto;
    bottom: 5%;
    width: 700px;
    font-family: Sumana, "Times New Roman", Times, serif;
}
.textblock-additional p {
    font-size: 30px;
    font-weight: 600;
}
.position-1 {
    left: 70%;
}
.position-0 {
    left: 50%;
    margin-left: -716px;
}
.textblock-additional.position-0,
.textblock-additional.position-1 {
    left: 50%;
    margin-left: -745px;
}
.textcolor-0 {
    color: #fff;
}
.textcolor-1 {
    color: #48472e;
}
.bgimagetext.colorbg-1 {
    min-height: 943px;
    background-color: #919191;
}
img.lazy {
    min-height: 940px;
}
img.lazy.loaded {
    min-height: 1px;
}
.button {
    text-transform: uppercase;
    color: #5f273b;
    display: inline-block;
    padding: 20px;
    border: 2px solid #5f273b;
    background-color: #fff;
    text-decoration: underline;
}
.button:hover {
    background-color: #5f273b;
}
.label_wide {
    display: inline-block;
    width: 260px;
}
.label_small {
    display: inline-block;
    width: 130px;
}
.togglecontent {
    position: relative;
    margin-bottom: 2rem;
}
.togglecontent.tc-default {
    overflow: hidden;
    height: 300px;
}
.togglecontent.tc-default.opened {
    padding-bottom: 120px;
}
.togglecontent .tc-toggle {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 140px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    border-bottom: 40px solid #fff;
}
.togglecontent.tc-default.opened .tc-toggle {
    background-image: none;
}
.togglecontent .tc-toggle img {
    cursor: pointer;
    width: 30px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 99;
    margin-left: -15px;
}
.togglecontent.tc-default.opened .tc-toggle img {
    transform: rotate(180deg);
}
.close-button {
    right: 30px;
}
.off-canvas {
    background-color: #fff;
    min-height: 100%;
}
.off-canvas-content {
    background-color: var(--color-pink);
    box-shadow: none;
}
.sticky-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#offCanvas ul {
    margin-left: 0;
    background-color: #fff;
    margin-top: 30px;
}
#offCanvas ul li {
    color: #000;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
#offCanvas ul li a:hover {
    color: #5f273b;
}
#offCanvas a {
    color: #000;
    padding: 5px 0;
}
#offCanvas .languagemenu {
    text-align: left;
}
#offCanvas .languagemenu ul li {
    border-bottom: 0;
    padding: 0;
}
#offCanvas .languagemenu ul li a {
    font-size: 18px;
    padding: 4px 10px;
}
.js-off-canvas-exit.is-visible {
    background: rgba(255, 255, 255, 0.5);
    z-index: 120;
}
.fullwidth {
    width: 100%;
    background-color: #919191;
    padding-top: 260px;
    padding-bottom: 520px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.whitebg .ce-container {
	border-radius:20px;
	background:#fff;
	color:var(--color-flieder);
	padding:40px 30px 20px 30px;
}
.whitebg h3 {
	margin-bottom:1rem;
}
.pinkbg {
    background:none var(--color-pink);
}
.pinkbg h2 {
    margin: 50px 0 20px 0;
	color:var(--color-flieder);
}
.mediumpinkbg {
    background:none var(--color-mediumpink);
	color:#fff;
}
.mediumpinkbg h2 {
	color:#fff;
}
.mediumpinkbg h3 {
	color:#fff;
	font-size:1.5rem;
}
.frame-space-after-large {
    margin-bottom: 40px;
}
.fliederbg, .wibackground {
    background:none var(--color-flieder);
	color:#fff;
}
.fliederbg > .row > .col {
	padding-left:0;
	padding-right:0;
}

.relative {
    position: relative;
}

.mediumpinkbg .ce-container > .container, .mediumpinkbg .ce-container > .container > .row > .col {
	padding-left:0;
	padding-right:0;
}

.frame-layout-2 .toggle-content {
	display:none;
}

.frame-layout-3 {
	margin-top:8em;
}

/* Tag-List */

.frame-layout-1 ul {
	list-style:none;
	margin:0;
	padding:0;
}
.frame-layout-1 ul li {
	display:inline-block;
	background-color:var(--color-rosa);
	color:#fff;
	font-size:26px;
	font-weight:600;
	width:auto;
	height:72px;
	border-radius:36px;
	padding:12px 32px;
	margin:0 20px 20px 0;
	font-family: Sumana, "Times New Roman", Times, serif;
}

.slick-slide img {
	width:90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-radius:20px;
}

.news-list-view {
    margin-bottom: 40px;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.news-list-view .article-wrap {
    min-height: 700px;
    position: relative; /*margin-left:-.9375rem;margin-right:-.9375rem;*/
    background-size: cover;
    background: #a3a9ac;
    background-repeat: no-repeat;
}
.news-list-view .article-back {
    width: 100%;
    height: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.news-list-view .article-back > div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 50, 50, 0.4);
}
.news-list-view .article-textbox {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    top: auto;
}
.news-list-view .article * {
    color: #fff;
}
.news-list-view .article h3 {
    font-size: 3rem;
    padding: 50px 0;
}
.news-list-view .news-img-wrap {
    display: none;
}
.news-list-view .article-footer {
    display: none;
}
.news-single {
    margin-bottom: 80px;
}
.news-single .teaser-text {
    display: none;
}
.news-backlink-wrap {
    margin-top: 40px;
}
/*@media screen and (min-width:1024px){
	.news-list-view .article:nth-child(3n+1) .article-wrap{margin-right:12px}
	.news-list-view .article:nth-child(3n) .article-wrap{margin-left:12px}
}
@media screen and (min-width:1200px){
	.news-list-view .article:nth-child(3n+1) .article-wrap{margin-right:24px}
	.news-list-view .article:nth-child(3n) .article-wrap{margin-left:24px}
}*/
legend.powermail_legend {
    display: none;
}
#c3 h3 {
    display: none;
}
.powermail_submit {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
    border: none;
    padding: 10px 30px;
    background-color: #67639b;
    color: #fff;
    border: 1px solid #67639b;
}
.powermail_submit:hover {
    background-color: #fff;
    color: #5f273b;
}
#powermail_field_nachricht {
    resize: none;
}
#footer {
    width: 100%;
    height: auto;
    background-color: #fff;
}
#footer.container-fluid > .row {
	max-width:1462px;
	padding-top:1rem;
}
#footer .col-md-6:first-child {
	padding-left:0;
	padding-top:12px;
}
#footer .col-md-6:first-child .ce-gallery {
	vertical-align:middle;
	margin-bottom:0;
}
#footer .col-md-6:first-child .ce-bodytext {
	margin-top:8px;
}
#footer h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
#footer p {
    font-size: 18px;
	margin:0;
	color:var(--color-flieder);
}
#footer ul {
    margin: 1rem 0 40px 0;
    padding-top: 5px;
	justify-content:flex-end;
}
#footer ul li {
    display: inline-block;
    margin: 5px 0;
    text-align: center;
}
#footer ul li a {
    display: block;
	color:var(--color-flieder);
    font-size: 1rem;
    line-height: 1;
    padding: 0 0 0 16px;
	text-decoration:none;
}
#footer ul li:first-child a {
    padding-right: 0;
}
#footer ul li:last-child a {
    border-left: 0;
}
#footer ul li a:hover {
    color: #5f273b;
}

#top-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
    background-color: #fff;
    color: #5f273b;
    cursor: pointer;
    padding: 15px;
    font-size: 12px;
    border: 1px solid #5f273b;
    text-transform: uppercase;
    opacity: 0.8;
}
#top-link:hover {
    display: inline-block;
    background-color: #5f273b;
    color: #fff;
}
#c60 a {
    display: inline-block;
    margin-right: 20px;
}
#c83 {
    display: none;
}
#c87,
#c93 {
    display: none;
}

/*Cookie-Consent*/
.tx-cf-cookiemanager {
	position:fixed;
	left:0;
	bottom:0;
	z-index:9;
	display:block;
	background:none rgba(200,200,200,0.5);
	padding:4px 8px;
	font-size:12px;
}
.tx-cf-cookiemanager a {
	color:#000;
	text-decoration:none;
}

.cta-button {
    max-width: 100%;
    width: 385px;
    margin: 0;
    padding: 20px 26px 10px 36px;
    color: #7b1b4e;
    border: 2px solid #7b1b4e;
    font-size: 20px;
}
.cta-button p {
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.cta-button a {
    color: #7b1b4e;
    text-decoration: none;
}
.cta-button:not(.purple) a {
    line-height: 2.8;
    display: block;
}
.cta-button img.align-right {
    float: right;
    width: 20px;
    height: auto;
    border: 0;
    margin: 7px 0 0 0;
}
.cta-button.purple {
    background-color: #7b1b4e;
    color: #fff;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.cta-button.purple a {
    color: #fff;
}
.cta-button.purple img {
    width: 32px;
    height: auto;
    margin-right: 20px;
}
@media screen and (max-width: 1600px) {
    .position-0 {
        left: 7%;
        margin-left: 0;
    }
    .textblock-additional.position-0 {
        left: 0.9375rem;
        margin-left: 0;
        bottom: 1rem;
    }
    .textblock-additional.position-1 {
        left: 0.9375rem;
        margin-left: 0;
        bottom: 1rem;
    }
}
@media screen and (max-width: 1560px) {
    .bgimagetext img.overlayimage {
        left: 10px;
        margin-left: 0;
        top: 80px;
        width: 320px;
    }

    .cta-button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .cta-button.purple {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 1200px) {
    .bgimagetext img.overlayimage {
        top: 40px;
        width: 240px;
    }
}
@media screen and (max-width: 1024px) {
	.menu-dist {
        height: 1px;
        display: none;
    }
    ul.nav.main,
    .off-canvas-content .languagemenu {
        display: none;
		position:absolute;
		left: 1.5rem;
		right: 1.5rem;
		top:1.5rem;
		padding-top:60px;
		padding-bottom:24px;
		margin:0;
		border-radius:30px;
		height:auto;
		width:auto;
		box-shadow:0 0 1px 1px rgba(0,0,0,0.05);
    }
    ul.nav.main.show,
    .off-canvas-content .languagemenu {
        display: block;
    }
	ul.nav.main li a {
		padding:0.75rem;
		font-size:2rem;
	}
	.header-wrap {
		align-items:center;
		justify-content:space-between;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 1.5rem;
		position:relative;
	}
	a.home-link {
		z-index:12;
	}
	img.logo {
		width:60px;
		height:60px;
	}
    #navigation-switch {
		align-self:flex-end;
        display: inline-block;
        width: 60px;
        height: 60px;
        cursor: pointer;
		border-radius:50%;
		border-width:0;
		background:transparent;
		position:relative;
		z-index:10;
		box-shadow:0 0 1px 1px rgba(0,0,0,0.05);
    }
    #navigation-switch img {
		position:absolute;
		top:0;
		left:0;
        margin-left: 0;
		width:60px;
		transition: opacity .2s ease;
    }
	#navigation-switch img.off {
		opacity:0;
	}
	#navigation-switch span {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border:3px solid #fff;
		border-radius:50%;
		background:var(--color-flieder);
		color:#fff;
		text-align:center;
		font-size:3.2rem;
		line-height:1;
		opacity:1;
		transition: opacity .2s ease;
	}
	#navigation-switch span.off {
		opacity:0;
	}
    .off-canvas-content > header {
        /*margin-top:300px*/
    }
    img.lazy {
        min-height: 508px;
    }
    img.lazy.loaded {
        min-height: 1px;
    }
    .bgimagetext img.overlayimage {
        top: 0;
        width: 240px;
    }
    .textblock {
        width: 290px;
    }
    .news-list-view .article-textbox {
        left: 20px;
        right: 20px;
        bottom: 30px;
        top: auto;
    }
    .news-list-view .article h3 {
        font-size: 2rem;
    }
    .textblock-additional.position-0,
    .textblock-additional.position-1 {
        position: relative;
        left: 0;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        padding: 1rem 7%;
    }
    .bgimagetext.colorbg-1 {
        min-height: 508px;
    }
    .ce-bodytext {
        width: 100%;
    }
    .ce-right .ce-gallery {
        float: left;
    }
    #footer p {
        font-size: 16px;
    }
    #footer .label_small {
        width: 100px;
    }
}
@media screen and (max-width: 820px) {
    .row.ge {
        padding-top: 40px;
    }
    .off-canvas-content > header > .pinkbg p {
        font-size: 22px;
        line-height: 22px;
        display: inline-block;
    }
    .off-canvas-content > header > .pinkbg p:nth-child(2) {
        margin-bottom: 0;
        padding-right: 0;
    }
    .off-canvas-content > header > .pinkbg p:nth-child(3) {
        padding-left: 0;
    }
	.header-wrap {
		max-width:100%;
	}
    .logo img {
        max-width: 230px;
    }
    img.lazy {
        min-height: 390px;
    }
    img.lazy.loaded {
        min-height: 1px;
    }
    .bgimagetext img.overlayimage {
        top: 0;
        width: 240px;
    }
    .textblock {
        left: 65%;
        width: 254px;
        top: 8%;
    }
    .textblock h2 {
        font-size: 2.5rem;
    }
    .position-0 {
        left: 24px;
		top:auto;
		bottom:20%;
		width:50%;
        margin-left: 0;
    }
    .textblock-additional.position-0,
    .textblock-additional.position-1 {
        padding: 1rem 7%;
    }
    .bgimagetext.colorbg-1 {
        min-height: 390px;
    }
    .togglecontent p {
        font-size: 1.2rem;
    }
    .info-box {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .background-image {
        height: 400px;
    }
	.frame-mediumpinkbg .ce-gallery div, .frame-mediumpinkbg .ce-gallery figure {
		max-width:100%;
	}
	.frame-mediumpinkbg .ce-gallery img {
		width:100%;
		height:auto;
	}
    h3.fhl {
        display: none;
    }
    #footer .left-center-column,
    #footer .left-column,
    #footer .right-center-column,
    #footer .right-column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
	#footer .ce-textpic .ce-bodytext {
		max-width:calc(100% - 60px);
	}
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
	#top-link {
		bottom:78px;
	}
}
@media screen and (max-width: 640px) {
    .header-row .columns {
        width: 50%;
    }
    .textblock {
        width: 90%;
    }
    .textblock.position-1 {
        left: 5%;
    }
	
	.frame-layout-3 {
		margin-top:6em;
	}
	
	.frame-layout-3 h1, .frame-layout-3 h2 {
		hyphens:auto;
	}
	
	.frame-layout-2 {
		position:relative;
	}
	.frame-layout-2.closed .ce-container {
		height:auto;
		max-height:300px;
		transition: max-height 1s ease;
		overflow:hidden;
		padding-bottom:24px;
	}
	.frame-layout-2:not(.closed) .ce-container {
		content:'';
		max-height:5000px;		
	}
	.frame-layout-2.closed .toggle-content {
		display:flex;
		position:absolute;
		bottom:-24px;
		left:0;
		right:0;
		height:160px;
		text-align:center;
		align-items:flex-end;
		justify-content:center;
		background: rgba(255, 255, 255, 0);
		background: linear-gradient(180deg,rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
		border-bottom-left-radius:20px;
		border-bottom-right-radius:20px;
	}	
	.frame-layout-2 .toggle-content span {
		display:block;
		transform:translateY(24px);
	}
		
	.frame-layout-2 .toggle-content button {
		/*transform:translateY(24px);*/
		background:#000;
		color:#fff;
		border:0;
		height:48px;
		border-radius:24px;
		cursor:pointer;
		font-size:20px;
		text-align:center;
		padding:5px 20px;
	}
}
@media screen and (max-width: 480px) {
    .off-canvas-content > header {
        /*margin-top:200px*/
    }
    header h1 {
        font-size: 2rem;
        margin-top: 0;
    }
    .off-canvas-content > header > .pinkbg p {
        line-height: 32px;
    }
    .off-canvas-content > header > .pinkbg p:nth-child(2) {
        line-height: 32px;
        margin-bottom: 0;
        padding-top: 3px;
    }
    .off-canvas-content > header > .pinkbg p:nth-child(2) br {
        display: none;
    }
    .cta-button {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row.ge {
        padding-top: 20px;
    }
    .off-canvas-content > header > .pinkbg p {
        font-size: 22px;
        line-height: 32px;
        display: inline-block;
    }
    .off-canvas-content > header > .pinkbg p br {
        display: none;
    }
    .logo img {
        max-width: 200px;
    }
    img.lazy {
        min-height: 240px;
    }
    img.lazy.loaded {
        min-height: 1px;
    }
    .bgimagetext img.overlayimage {
        top: 0;
        width: 110px;
    }
    .colorbg-0 .textblock {
		bottom:10px;
		top:auto;
        /*top: 0;
        left: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: auto;
        position: relative;
        padding-top: 20px;
        padding-bottom: 0.5rem;*/
    }
    .colorbg-0 .textblock-additional.position-0,
    .colorbg-0 .textblock-additional.position-1 {
        padding-top: 0;
        padding-bottom: 0.5rem;
    }
    .textblock-additional p {
        font-size: 24px;
    }
    .bgimagetext.colorbg-1 {
        min-height: 190px;
    }
    .textblock h2 {
        font-size: 2rem;
    }
    .textblock p {
        font-size: 1.5rem;
    }
	.pinkbg h2 {
		font-size:40px;
	}
	.frame-layout-1 ul li {
		font-size:20px;
		line-height:1;
		height:48px;
		margin-right:15px;
	}
	.whitebg .ce-container {
		padding: 24px 18px 16px 18px;
	}
	.whitebg .ce-container p {
		font-size:20px;
	}
    #footer p {
        font-size: 14px;
    }
	#footer ul {
		display:block;
		text-align:left;
	}
	#footer ul li {
		display:block;
		text-align:left;
	}
	#footer ul li a {
		padding:8px 0;
	}
    .label_wide {
        width: 175px;
    }
}
@media screen and (min-width: 1700px) {
    .cta-button {
        margin-top: 30px;
    }
    .cta-button.purple {
        margin-top: 30px;
    }
}
.box-cookie-management-in .category:nth-child(4) .cookie-info .cookie-off,
.box-cookie-management-in .category:nth-child(4) .cookie-info .cookie-on {
    display: none;
    visibility: hidden;
    width: 0;
    margin-right: 0 !important;
}
.box-cookie-management-in .category:nth-child(4) .cookie-info p:nth-child(3) {
    display: none;
}
.box-cookie-management-in .category:nth-child(4) .cookie-info:nth-child(2) p:nth-child(3) {
    display: block;
}
#c89 {
    display: none;
}
