

.link-button-arrowed,
.main-teaser-link,
.split-image-bg {
	background-repeat: no-repeat
}

.chapter-head,
.teaser-item,
.text-centered {
	text-align: center
}

.brand,
.brandwrapper {
	width: 250px;
	height: 73px;
	position: relative;
	z-index: 10
}

.brandwrapper a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 73px;
	z-index: 11
}

header {
	position: relative
}

header .badge {
	height: 98px;
	width: 98px;
	position: absolute;
	bottom: 0;
	z-index: 5;
	-webkit-transform: translate(220px, 35%);
	-ms-transform: translate(220px, 35%);
	transform: translate(220px, 35%);
	display: block
}

header .badge:after,
header .badge:before {
	width: 98px;
	height: auto;
	position: absolute;
	display: block
}

header .badge:before {
	content: url(../img/claim-big01.svg);
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
	-o-transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out
}

header .badge:after {
	content: url(../img/claim-big02-email.svg);
	opacity: 0;
	-webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
	-o-transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

header .badge:hover:before {
	opacity: 0;
	-webkit-transform: rotate(-150deg);
	-ms-transform: rotate(-150deg);
	transform: rotate(-150deg)
}

header .badge:hover:after {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.header-title strong {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.header-title strong:after,
.header-title strong:before {
	width: 10px;
	height: 2px;
	content: "";
	top: 50%;
	background-color: #000;
	position: absolute;
	margin-top: -2px
}

.header-title strong:before {
	left: 0
}

.header-title strong:after {
	right: 0
}

.burger,
.socials {
	margin-top: -10px
}

.text-white.header-title strong:after,
.text-white.header-title strong:before {
	background-color: #fff
}




.burger {
	width: 55px;
	height: 55px;
	padding: 0;
	text-align: left;
	border: none;
	outline: 0;
	cursor: pointer;
	background-color: transparent;
}

@media all and (min-width: 769px)
{
	.nav:after
	{
		content:"Menü";
		position: absolute;
		top:13px;
		left:70px;
		color:#555;
		pointer-events: none;
		font-size: .9rem;
	}
	
	.burger
	{
		width:90px;
	}

}


#burger-svg {
	height: 60px;
	width: 60px;
}
.socials {
	font-size: 18px
}

.socials a {
	display: inline-block;
	margin-left: 5px
}

.bg-studio1 {
	background-image: url(../images/studio/img-studio02.jpg)
}

.bg-studio2 {
	background-image: url(../images/studio/img-studio03.jpg)
}

.bg-flamingo {
	background-color: #fce7e4
}

.bg-yellow {
	background-color: #ede6aa
}

.bg-marmor {
	background-image: url(../img/assets/kachel-fachseiten.jpg)
}

.bg-blue {
	background-color: #122643;
	/*background-image: url(../img/assets/kachel-footer-navi.jpg);*/
	padding-top: 100px;
	padding-bottom: 100px
}

.bg-green {
	background-color: #b9c1b3
}

.bg-bluelight {
	background-color: #cfdcec
}

.bg-rosa {
	background-color: #d1a3a5
}

.bg-xgrey
{
	background-color:#dcdfe2;
}

header {
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff
}

header .nav {
	position: fixed;
	top: 10px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10
}

.header-image {
	position: relative
}

.header-image:before,
.header-title {
	position: absolute;
	left: 50%;
	z-index: 2
}

.header-image:before {
	content: url(../img/assets/pfeil-down.svg);
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.header-title {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.page-block,
.page-intro {
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.3
}

.link-button-arrowed {
	display: inline-block;
	background-image: url(../img/assets/pfeil-studiokomo-rot.svg);
	background-position: center 20px;
	position: relative;
	padding-bottom: 20px
}

.link-button-arrowed.xrows {
	background-position: center bottom;
	padding-bottom: 55px
}

.chapter-head {
	width: 100%;
	margin: 0 auto;
	position: relative
}

.chapter-head:before {
	height: 4px;
	width: 100%;
	left: 0;
	background-color: #000;
	position: absolute;
	top: 49%;
	content: ""
}

.chapter-head span {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2
}

.flex-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.logobox {
	max-width: 55%;
	margin: 0 auto
}

#map {
	height: 500px
}

.split-header {
	position: relative;
	padding-top: 40px
}

.block-text {
	max-width: 85%;
	margin: 0 auto;
	line-height: 1.35
}

@media all and (min-width:950px) {
	.block-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.block-text-col {
		width: 30%
	}
}

.split-header:not(.colored):after,
.split-header:not(.colored):before {
	width: 50%;
	height: 55%;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0
}

@media all and (max-width:950px) {
	.block-text {
		max-width: 75%
	}
	.block-text-col:not(:first-child) {
		margin-top: 60px
	}
}

.split-header:not(.colored):before {
	left: 0;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.split-header:not(.colored):after {
	right: 0;
	background-color: #b9c1b3
}

.split-header.colored:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	top: 0;
	height: 75%;
	background-color: #ffe8e5
}

.split-header.colored.colored-green:before {
	background-color: #b9c1b3
}

.split-header.colored.colored-bluelight:before {
	background-color: #cfdcec
}

.split-header.colored.colored-yellow:before {
	background-color: #ede6aa
}

.split-header.colored.colored-rosa:before {
	background-color: #d1a3a5
}

.slit-slider {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative
}

.split-image {
	width: 60%
}

.split-copy {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.split-image-bg {
	background-image: url(../images/home/teaser01-img01_1200x1200.jpg);
	background-size: cover;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.split-main {
	position: relative;
	z-index: 2
}

.split-copybox {
	padding: 40px 60px;
	max-width: 500px
}

.main-teaser-link {
	display: inline-block;
	background-image: url(../img/assets/pfeil-teaser-link.svg);
	background-size: 38px 7px;
	background-position: left bottom;
	padding-bottom: 10px
}

.text-white .main-teaser-link
{
	background-image: url(../img/assets/pfeil-teaser-link-white.svg);
}

.project-head {
	width: 60%;
	margin: 0 auto
}

.project-credits .glue,
.project-head .keys .glue,
.teaser-keys .glue {
	height: 2px;
	background-color: #000;
	margin-left: 10px;
	margin-right: 10px
}

.project-head .keys,
.project-head .meta,
.project-head .number {
	line-height: 1
}

.project-credits,
.project-head .keys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.teaser,
.teaser-keys {
	display: -webkit-box;
	display: -ms-flexbox
}

.project-head .keys .glue {
	width: 30px
}

.project-head .meta .glue:before {
	content: " . "
}

.project-credits .glue,
.teaser-keys .glue {
	width: 15px
}

.project-credits strong {
	text-transform: uppercase;
	letter-spacing: 1px
}

.teaser {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.teaser-item {
	width: 30%;
	margin-bottom: 60px;
	position: relative
}

.teaser-item.isNew:before {
	width: 100px;
	height: 100px;
	content: "";
	background-image: url(../img/assets/stoerer-neu.svg);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 3
}

@media all and (max-width:950px) {
	.teaser-item {
		width: 47%;
		text-align: center;
		margin-bottom: 60px
	}
}

@media all and (max-width:480px) {
	.teaser-item {
		width: 100%;
		text-align: center;
		margin-bottom: 60px
	}
}

.teaser-item .letter-spacing {
	letter-spacing: 2px
}

.teaser-item-image {
	position: relative;
	overflow: hidden
}

.teaser-item-image img {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.teaser-item-image:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.teaser-keys {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.info-block,
.split-break {
	display: -webkit-box;
	display: -ms-flexbox
}

.block-break,
.swiper-container.claim-slider {
	padding-bottom: 40px
}

.info-block {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-block .copy {
	width: 270px
}

.info-block .illu {
	width: 280px
}

.block-break {
	padding-top: 40px
}

.split-break {
	display: flex
}

.split-break-item {
	width: 50%
}

.split-break-item.has-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.split-break-copy {
	width: 40%
}

.swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: .25
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

.text-slider .swiper-pagination-bullet {
	background: #818a98
}

.text-slider .swiper-pagination-bullet-active {
	background: #031531;
	opacity: 1
}

.ui-gridview-row {
	font-family: Walsheim;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 90px
}

.ui-gridview-row:not(.full-width-row) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ui-gridview-row.expand-space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ui-gridview-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.ui-gridview-row.grid-row-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ui-gridview-imageview {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.ui-gridview-copybox h3 {
	font-weight: 600;
	font-size: 24px;
	font-family: Sectra;
	line-height: 1.1
}

.ui-gridview-vspace {
	margin-top: 15px
}

.ui-gridview-video video  {
	display: block;
	background-color: #000;
	width: 100%;
	aspect-ratio: 16/9;
}

.grid-w-bs {
	width: 25.15%
}

.grid-w-bl {
	width: 60%
}

.grid-w-bxs {
	width: 45.5%
}

.grid-w-bm {
	width: 32%
}

.grid-t-l {
	width: 45.5%
}

.grid-t-xs {
	width: 25.85%
}

.space-left-hl {
	margin-left: 6.25%
}

.space-left-hxs {
	margin-left: 2%
}

.space-left-hxl {
	margin-left: 8.75%
}

.space-left-20 {
	padding-left: 20%
}

.space-left-40 {
	padding-left: 40%
}

.project-details-view {
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px
}

.project-details-view h2:before,
.project-details-view h3:before {
	content: none;
	display: none
}

@media all and (max-width:768px) {
	.slit-slider .text-largest {
		font-size: 2rem
	}
	.text-largest {
		font-size: 1.4rem
	}
	.wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
	.slit-slider .split-image-bg {
		display: none
	}
	.flex-view.split-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.slit-slider .split-copy,
	.slit-slider .split-image {
		width: 100%;
		text-align: center;
		padding: 0
	}
	.slit-slider .split-copybox {
		padding: 20px 10px 0;
		min-height: 250px
	}
	header .badge {
		-webkit-transform: translate(40px, 40px);
		-ms-transform: translate(40px, 40px);
		transform: translate(40px, 40px);
		display: block
	}
	.main-teaser-link {
		background-position: center bottom
	}
}

@media all and (max-width:480px) {
	.flex-view,
	.flex-view.bg-bluelight,
	.info-block,
	.project-credits,
	.split-break {
		-webkit-box-orient: vertical
	}
	.flex-view-copyview,
	.logobox,
	.split-break-copy,
	.split-break-item {
		width: 100%
	}
	.nav-sub .glue,
	.teaser-item:empty {
		display: none
	}
	.header-title .text-hero,
	.header-title.text-hero {
		font-size: 3rem;
		text-align: center
	}
	.text-large {
		font-size: 1.1rem
	}
	.header-image::before {
		-webkit-transform: translate(-50%, 80%);
		-ms-transform: translate(-50%, 80%);
		transform: translate(-50%, 80%)
	}
	.info-block {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.split-break {
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.illu {
		max-width: 70%
	}
	.space-left-20,
	.space-left-40 {
		padding-left: 0
	}
	.split-break-copy {
		padding: 20px
	}
	.text-larger,
	h2,
	h3 {
		font-size: 1.5rem
	}
	.flex-view {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flex-view-copyview .copy,
	.flex-view-copyview .copy.compact {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.flex-view-bgview {
		width: 100%;
		height: 200px
	}
	.flex-view.bg-bluelight {
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.logobox {
		max-width: 100%;
		margin: 0 auto
	}
	
	.block-text {
		max-width: 94%
	}
	.cite .text-larger {
		font-size: 1.3rem
	}
	header .nav {
		padding-left: 0
	}
	.brand,
	.brandwrapper {
		width: 200px;
		height: 58px
	}
	.theme-2.ui-gridview-row,
	.theme-8.ui-gridview-row,
	.theme-9.ui-gridview-row {
		display: block
	}
	.nav-sub a {
		margin-top: 10px
	}
	.project-head {
		width: 100%;
		margin: 0 auto
	}
	.project-head .text-head {
		font-size: 1.8rem
	}
	.project-credits {
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.theme-10.ui-gridview-row,
	.theme-3.ui-gridview-row,
	.theme-5.ui-gridview-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse
	}
	.project-credits .glue,
	.project-head .keys {
		background-color: transparent;
		height: 10px
	}
	.project-head .keys .glue {
		width: 20px;
		margin-left: 7px;
		margin-right: 7px
	}
	.theme-3.ui-gridview-row {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.theme-4.ui-gridview-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.theme-5.ui-gridview-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-flow: wrap-reverse;
		flex-flow: wrap-reverse
	}
	.theme-4 .w-33,
	.theme-5 .w-33 {
		width: 48%
	}
	.theme-4 .w-2,
	.theme-5 .w-2 {
		width: 4%
	}
	.bg-helper,
	.theme-4 .w-26,
	.theme-5 .w-26 {
		width: 100%
	}
	.theme-7 .w-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 4%;
		flex: 0 0 4%
	}
	.theme-8 .w-2 {
		height: 15px
	}
	.theme-10.ui-gridview-row {
		-ms-flex-flow: wrap-reverse;
		flex-flow: wrap-reverse
	}
	.project-head .vspace-m {
		margin-top: 20px
	}
	.project-details-space.vspace-l,
	.project-details-space.vspace-xl,
	.ui-gridview-row {
		margin-top: 45px
	}
	.ui-gridview-row.theme-6 {
		position: relative;
		padding: 40px 20px 30px;
		display: block
	}
	.bg-helper {
		height: 100%;
		z-index: -1;
		position: absolute;
		opacity: .4;
		left: 0;
		top: 0
	}
	.ui-gridview-copybox h3 {
		margin-top: 0;
		padding-top: 0;
		font-size: 20px
	}
	.page-block {
		padding-left: 10px;
		padding-right: 10px
	}
	.flex-view-copyview .copy {
		margin-left: 40px;
		margin-right: 40px
	}
}

@media all and (min-width:768px) {
	.w-66 {
		width: 66%
	}
	.w-8 {
		width: 8%
	}
	.w-26 {
		width: 26%
	}
	.w-33 {
		width: 33%
	}
    .w-56 {
        width: 56%;
    }
	.w-2 {
		width: 2.5%
	}
	.w-5 {
		width: 5.5%
	}
	.w-60 {
		width: 60%
	}
	.w-68 {
		width: 68%
	}
	.w-31 {
		width: 31.5%
	}
	.w-48 {
		width: 48.75%
	}
	.w-43 {
		width: 43%
	}
	.w-13 {
		width: 13%
	}
	.w-18 {
		width: 18%
	}
}



@media all and (max-width: 768px) and (max-device-height: 667px)
{
	nav .brand-item {
	margin-bottom: 30px;
		margin-top: -10px;
}
}


@media all and (max-width: 768px) and (max-device-height: 568px)
{
	#mainNav.open .brand-item
	{
		display:none;
	}
	
	#mainNav.open .nav-item
	{
		margin-top:-10px;
	}
}



	html, body
	{
		background-color: #f4f0ed;
	}
	

    .quotes-slide
	{
		background-color: #f4f0ed;
	}
	
	body:before
	{
		display:none;
	}
	
	.headnav ul
	{
		display:grid;
		grid-template-columns: auto auto 1fr auto auto auto;
		grid-column-gap: 30px;
		align-items: center;
		justify-content: flex-start;
		
		margin: 0;
		padding: 0;
		list-style-type: none;
		
		height: 80px;
		
		font-size: .8rem;
		text-transform: uppercase;
		
		margin-top:-20px;
		
	}
	
	.headnav li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		letter-spacing: 2px;
	}
	
	
	
	.xbrand
	{
		padding:40px;
		text-align: center;
		padding-bottom: 0;
		
	}
	
	.hero
	{
		height:40vw;
		position: relative;
	}
	
	@media all and (max-width: 768px)
	{
		.hero
		{
			height:50vh;
			position: relative;
		}
	}
	
	.hero img
	{
		display:block;
		width:100%;
		height: 100%;
		object-fit: cover;
	}
	
	
	
	.hero .capture {
		position: absolute;
		bottom: 0;
		left:0;
		right:0;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		padding:40px;
		
		background-image: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.3) 100%);
}
	
	.hero:after
	{
		content:"";
		height:10px;
		background-color:#ff6655;
	}
	
@media all and (max-width: 768px)
	{
		
		
		
		
}

	
	.hero::after {
	content: "";
	height: 24px;
	background-color: #ff6655;
	display: block;
	max-width: 140px;
	margin-top: -12px;
	z-index: 10;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
	
	.chapter-head::before {
		content:none;
	}
	
	.chapter-head::after {
	height: 18px;
	background-color: #ff6655;
	display: block;
	max-width: 140px;
		margin: 0 auto;
		content:"";
		margin-top: 5px;
		margin-bottom: 20px;
}
	
	
	
	
	.arrow-left {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
	
	.arrow-right {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
	
	.arrow-left img,
	.arrow-right img{
	height: 30px;
}
	
	#check {
	display: none;
}
	
	.xbrand img
	{
	
	height: 60px;
	display: inline-block;

	}
	
	@media all and (min-width: 769px) {
		
		
		
		
  .mobilemenu {
    display: none;
    height: 0;
    width: 0;
  }
}
	
	label.mobilemenu {
	display: flex;
	flex-direction: column;
	width: 70px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	transform: scale(0.35);
	left: 0px;
	z-index: 3;
}
	
	@media all and (max-width: 650px) {
		
  label.mobilemenu {
display: flex;
flex-direction: column;
width: 70px;
cursor: pointer;
position: absolute;
top: 0;
transform: scale(0.35);
left: -8px;
z-index: 3;
  }
  .mobilemenu span {
    background: #000;
    border-radius: 10px;
    height: 7px;
    margin: 7px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .mobilemenu span:nth-of-type(1) {
    width: 50%;
  }
  .mobilemenu span:nth-of-type(2) {
    width: 100%;
  }
  .mobilemenu span:nth-of-type(3) {
    width: 75%;
  }
  #check:checked + label span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, 0px)
  }
  #check:checked + label span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
  }
  #check:checked + label span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(30px, -11px) rotatez(45deg);
  }
		
		.xbrand
		{
			margin-top:-15px;
		}
		
		.xbrand img
	{
	
	height: 45px;
	margin-bottom: 20px;

	}
		
		.headnav ul {
	display: none;
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 80px;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 0;
	position: fixed;
	top: 93px;
	z-index: 100;
	background: #f4f0ed;
	left: 0;
	width: 100vw;
	height: auto;
			padding-bottom: 30px;
			box-shadow: rgba(0,0,0,0.2) 0 40px 30px;
			
}
		
		.headnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
		
		.headnav ul.active
		{
			display:block;
		}
		
		
	}
	
	
	.chapter-head::after {
	
	margin-top: 3px;

}

.headnav li a.active
{
	color:#ff6655;
}





.faq_inner
	{
		background-color:#f4f0ed;
		padding: 100px;
	}
	
	
	
	.faq_intro h2
	{
		font-size: 2rem;
font-weight: bold;
		margin:0;
		padding: 0;
	}
	
	.faq_intro h2:before
	{
		content:none;
	}
	
	.faq_inner .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	grid-column-gap: 80px;
	grid-row-gap: 30px;
		margin-top: 40px;
}
	
	.faq_intro p
	{
	
	font-size: 1.2rem;
	line-height: 1.4;
	max-width: 75%;

	}

.card-header {
	font-size: 1.4rem;
		display:flex;
		justify-content: space-between;
		align-items: center;
}
	
	.card-header:after
	{
		content:"+";
		font-size: 1.8rem;
		opacity: .5;
	}
	
	.card-header:not(.collapsed):after
	{
		content:"-";
	}
	
	.card-body p
	{
		line-height: 1.4;
	}
	
	.cbx.collapse
	{
		max-height:0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
	}
	
	.col-md-6.custompadding {
	border-bottom: 1px solid rgb(206, 201, 197);
	padding-bottom: 15px;
}
	
	.card-header *
	{
		pointer-events:none;
	}
	
	.card-header:not(.collapsed) + .cbx.collapse
	{
		max-height:400px;
	}
	



	.topicsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
		counter-reset: h3;
}
	
	
	.topicsGrid h3::before {
	content: counter(h3);
	position: absolute;
	top: 87px;
	left: 25px;
	border: 0;
	width: auto;
	height: auto;
	background: transparent;
	counter-increment: h3;
	color: #ff6655;
	font-size: 8rem;
	line-height: 1;
	mix-blend-mode: screen;
}
	
	
	.topicsGrid h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 2rem;
		position: static;
}
	
	.topicsGrid-item {
	padding: 30px;
	background: white;
	box-shadow: rgba(0,0,0,0.05) 0 10px 30px;
		position: relative;
}
	
	.topicsGrid p {
	line-height: 1.5;
}
	
	.topicsGrid-item-img
	{
		margin:-30px;
		margin-bottom: 0;
		display: block;
		width:100%;
	}
	
	
	.topicsGrid-item-img {
	margin: -30px;
	margin-bottom: 25px;
	display: block;
	width: calc(100% + 60px);
}


.xgrid-teaser
{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 40px;
	grid-column-gap: 50px;
}

.xgrid-teaser a
{
	display:block;
}

.xgrid-teaser img
{
	display:block;
	width:100%;
	margin-bottom: 10px;
}



.news-image img
{
	width:100%;
}


@media all and (min-width: 768px)
{
	.news-item
	{
		display:flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	
	.news-article
	{
		width:55%;
	}

	.news-image
	{
		width:40%;
	}

}

@media all and (max-width: 768px)
{
	.news-image
	{
		margin-bottom: 20px;
	}

}

.news-item:not(:first-child)
{
	margin-top: 60px;
}



.news-article .date, 
.news-article .tag
{
	font-weight:600;
}

.news-article h4
{
	margin-top:30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.news-article a:hover
{
	text-decoration: underline;
}

.news-article p
{
	letter-spacing: 1px;
	line-height: 1.4;
}


.news-roll.compact {
	max-width: 900px;
	margin: 0 auto;
}


video
{
	width:100%;
}


footer ul
{
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


@media all and (max-width: 768px)
{
	.headnav ul {

	grid-template-columns: 1fr;
    }
	
	.headnav.active ul
	{
		display:grid;
	}
	
	.headnav li {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.headnav li:last-child {
		display:none;
	}
    
    .faq_inner {

	padding: 20px;
}
    
    .faq_intro p {
	
	max-width: 100%;
}
    
    .faq_inner .row {

	grid-template-columns: 1fr;
	
}
    
    .topicsGrid {

	grid-template-columns: 1fr;
        grid-row-gap: 20px;
	
}
    
}



.schalter-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.schalter-grid img {
	width: 100%;
	display: block;
}
.schalter
{
    position:relative;
        cursor:pointer;
}

.schalter::before {
	content: "+";
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.2rem;
	border: 1px solid #555;
	width: 16px;
	height: 16px;
	display: grid;
	place-content: center;
	opacity: .4;
}

.schalter:hover::before
{
    opacity:1;
}

@media all and (max-width: 539px)
{
    .schalter
    {
        pointer-events: none;
    }
    
    .schalter::before
    {
        display:none;
    }
}

.schalter-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: grid;
	place-content: center;
}

.schalter-modal img
{
    max-width: 80vw;
    max-height: 70vh;
    display: block;
}

.schalter-modal *
{
    pointer-events:none;
}

.ui-gridview-video.portait-hd video
{
    aspect-ratio:9/16;
}

.ui-gridview-copybox.condensed {
	width: 66%;
	margin: 0 auto;
}
