@media screen {
	/* open-sans-300 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 300;
	  src: url('fonts/open-sans/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/open-sans/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/open-sans/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/open-sans/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
	       url('fonts/open-sans/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/open-sans/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-regular - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 400;
	  src: url('fonts/open-sans/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/open-sans/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/open-sans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/open-sans/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
	       url('fonts/open-sans/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/open-sans/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
	}

	/* open-sans-600 - latin */
	@font-face {
	  font-family: 'Open Sans';
	  font-style: normal;
	  font-weight: 600;
	  src: url('fonts/open-sans/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
	  src: local(''),
	       url('fonts/open-sans/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	       url('fonts/open-sans/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	       url('fonts/open-sans/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
	       url('fonts/open-sans/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	       url('fonts/open-sans/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
	}
}

/* === WEBSITE-LAYOUT GENERELL ========================================== */
body { overflow-y: auto; background: #FFFFFF; margin: 0; padding: 0; }
#page { }
/* POSITIONIERUNGEN */
#canvas, #header, #page, #main, #nav, #footer  { position: relative; }


/* Z-INDEXES */
#header 	{ z-index: 2; }
#logo 		{ z-index: 2; }
#nav 		{ z-index: 1; }
#main 		{ z-index: 0; }
#footer 	{ z-index: 1; }


#canvas { overflow: hidden; }
#page 	{  }
#footer {  }

#header 	{ background: transparent;  }
#main 		{ background: transparent; margin-top: -70px; }
#footer 	{ background: transparent; }

@media(max-width: 767px){
	#main 		{ margin-top: 0; }
}

/* ======================= */
/* RESET BTSTRP */
figure { margin-bottom: 0; }
.border-top 	{ border-top-width: 3px !important }
.border-bottom 	{ border-bottom-width: 3px !important }

.container-fluid { max-width: 1400px; padding-left: 0; padding-right: 0; }

.small-gutters {
  margin-right: -3px;
  margin-left: -3px;
}
.small-gutters  > .col,
.small-gutters  > [class*="col-"] {
padding-right: 3px;
padding-left: 3px;
}

.ctel.small-gutters {
  margin-right: 0;
  margin-left: 0;
}

.ctel.small-gutters > div > .row {
  margin-right: -3px;
  margin-left: -3px;
}

.ctel.small-gutters  > div > div > .col,
.ctel.small-gutters  > div > div > [class*="col-"] {
padding-right: 3px;
padding-left: 3px;
}


.px-6, .pl-6 { padding-left: 6rem; }
.px-6, .pr-6 { padding-right: 6rem; }

@media(min-width: 768px){
	.px-md-6, .pl-md-6 { padding-left: 6rem !important; }
	.px-md-6, .pr-md-6 { padding-right: 6rem !important; }
}

@media(min-width: 992px){
	.px-lg-6, .pl-lg-6 { padding-left: 6rem !important; }
	.px-lg-6, .pr-lg-6 { padding-right: 6rem !important; }
}


.w-20 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media(min-width: 768px){
	.w-md-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}




/* === HEADER === */
#header {  }
#logo { position: relative; top: 0; left: 0; white-space: nowrap; max-width: 325px; margin: 0 auto; }
#logo { background: center center no-repeat url('../media/logo_alma-cooperactive.svg') transparent; background-size: contain;}

#logo a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; outline: 0; text-indent: -999px; overflow: hidden; }
#logo:after { content: ''; display: block; width: 100%; height: 0; padding-bottom: 31.439%; }

/* HEADER: MENU */
.header--menu { background: #F2F1EF; position: relative; }
.header--menu:before { content: ''; z-index: 3; position: absolute; height: 100%; width: 100%; left: 100%; top: 0; background: #fff; }
.header--menu:after  { content: ''; z-index: 3; position: absolute; height: 6px; width: 100%; left: 0; bottom: 0; background: #fff; }


#nav { margin: 0 0 0 auto; top: 0; }

.menu, .menu ul { list-style: none; margin: 0; padding: 0; line-height: 1; position: relative;  }
.menu__item { margin: 0; padding: 0; }
.menu__item a { text-decoration: none; display: block; position: relative; }
.menu__item b { font-weight: inherit; }

.menu--primary { padding: .7em .5em; }

.menu--primary .menu__item { position: relative; }

.menu--primary a { transition: color .3s; white-space: nowrap; color: inherit; text-transform: uppercase; color: #8b8b8b; }
.menu--primary a:hover { text-decoration: none; color: #4b4b4b; }
.menu--primary li.act > a { color: #D0267C; font-weight: 600;  }

.menu--primary a { display: block; padding: .7em 2.5em; }
.menu--primary a b { position: relative; }

.menu--primary .l2 { margin-left: 2.5em; }
.menu--primary .l2 a { padding-left: 1.5em;  }

/*.menu--primary > li:before { content: ''; position: absolute; width: 3px; left: -.5em; top: 0; height: 2em; background: #E5E4E2; }*/
.menu--primary .l2:before { content: ''; position: absolute; height: auto; width: 3px; left: 0; top: .7em; bottom: .7em; background: #E5E4E2; }


@media(max-width: 900px){
	.menu--primary { font-size: 15px;} 
}


/* ==================================== */
.navbar-toggle {
/*	position: relative;*/
	float: right;
	
	top: 0;
	right: 0;
	z-index: 999;
	padding: 15px;
	height: 70px;
	width: 70px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: transparent;
	border-radius: 0;
	
	display: block;
	border: 0;
}

.navbar-toggle:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0); z-index: 2; }
.menu--is-active .navbar-toggle:before { left: 99%; }

.navbar-toggle:focus { outline: 0; }

.navbar-toggle .icon-bar {
	display: block;
	width: auto;
	height: 3px;
	border-radius: 2px;
	background: #61616A;
	transition: all .3s;
	position: relative;
	opacity: 1;
	transform: rotate(0) translateY(0);	
}

.navbar-toggle .icon-bar + .icon-bar { margin-top: 6px; }

.menu--is-active .navbar-toggle .icon-bar { opacity: 0;  }
.menu--is-active .navbar-toggle .sr-only + .icon-bar,
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ opacity: 1; }
.menu--is-active .navbar-toggle .sr-only + .icon-bar 		{ transform: translateY(9px) rotate(45deg) }
.menu--is-active .navbar-toggle .icon-bar:last-child 		{ transform: translateY(-9px) rotate(-45deg)  }




	#nav { overflow: hidden; }
	
	#primarynav { max-height: 70px; overflow: hidden; opacity: 0; }
	#primarynav { 
		-webkit-transition: all 1s;
		transition: all 1s;
		
	}
	.menu--is-active #primarynav { 
		max-height: 20em;
		opacity: 1;
	}
	

/* @PAGEMODE:MINIHEADER*/
#header { }
#logo, .menu--mn { transition: all .5s; }
.miniheader #logo { width: 150px; }
.miniheader .menu--mn { opacity: 0; top: -50em; }
.miniheader #logo a { opacity: 0; padding-bottom: 31.298%; }

/* === MAIN: CONTENT === */
#content { padding: 0; background: #E5E4E2; min-height: 100vh; margin-top: 0; }
#content:before { content: ''; position: absolute; z-index: 999; top: 0; left: 50%; width: 6px; height: 100%; margin-left: -3px; background: #fff; pointer-events: none; }

.ctype-gridelements_pi1.ctel--n1 .col-md-6 + .col-md-6 { margin-top: 70px; }

@media(max-width: 767px){
	#content:before	{ display: none; }
	.ctype-gridelements_pi1.ctel--n1 .col-md-6 + .col-md-6 { margin-top: 0; }
}
/* ============================================== */


.ctel.vw-100 { width: auto !important; }
.ctel:first-child { margin-top: 0; }

/* CTEL > WRAP */
.bg > div { position: relative; background: transparent; padding: 2rem 3rem; }
.bg > div .header p {  }

.bg--white > div 	{ background: #fff; }
.bg--1 > div 	{ background: #F2F1EF; }
.bg--1 .imgwrap.above { margin: -2rem -2rem 2rem -2rem; }

.bg--transparent > div 		{ background: transparent; }
.bg--2 > div 	{ background: #B6ADA8; }

.bg-left--white > div:before { content: ''; position: absolute; height: 100%; width: 100%; right: 100%; top: 0; background: #fff; }
.bg-left--white > div:after { content: ''; position: absolute; height: 6px; width: 100%; left: 0; bottom: 0; background: #fff; }


@media(max-width: 992px){
	.bg > div { padding-left: 1.5rem; padding-right: 1.5rem; }
	.bg--1 > div 		{ padding: 3rem; margin-left: -3rem; margin-right: -3rem; }
}

@media(max-width: 767px){
	.bg--1 > div 		{ padding: 1.5rem; margin-left: -1.5rem; margin-right: -1.5rem; }
}



/* HEADINGS */
.header { line-height: 1.2; margin-bottom: 1em; font-weight: 300;  }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 300; /*-webkit-font-smoothing: initial; -moz-osx-font-smoothing: initial;*/ margin-bottom: .5em; letter-spacing: 1px; }
.h1, h1 { color: #D0267C; font-size: 2em; text-transform: uppercase; }
.h2, h2 { color: #D0267C; font-size: 1.7em; text-transform: uppercase; }
.h3, h3,
.wsh p 	{ color: #D0267C; font-size: 1.5em; text-transform: uppercase; }
.h4, h4 { font-size: 1em; font-weight: 600; }

.ctype-header .header, 
.ctype-header .header * { margin-bottom: 0; }

.ctel.text-white .header * {  color: #fff; }

.bg--1 .header { margin-bottom: 2em; }

.wsh * { margin-bottom:0; }
.wsh p, 
.text-color--1 { color: #D0267C; }

.wsh p { margin-top: .5rem; }


/* BODYTEXT */
/* === TEXTSTILE ======================================= */
body { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4B4B4B; font-family: 'Open Sans', Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* FONTSIZES ALL TOGETHER */
html 		{ font-size: 16px; line-height: 1.5; font-weight: 400; }
@media(max-width: 1024px){
	html 		{ font-size: 14px; }
}

.text-size--l { font-size: 1.25rem; }
.text-size--s { font-size: 0.85rem; }
.text-size--xs {  }

.table {  color: inherit; }
.table td, .table th { padding: .2em 0; }
.table thead th, .table td, .table th { border: 0; border-bottom: 1px solid #B0B0B5; }

strong { font-weight: 700; }

a { color: #D0267C; }
a:hover { color: inherit; text-decoration: underline; }

p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }


/* AUFLISTUNGEN IN CONTENT-ELEMENTEN */
ul,ol { padding: 0 0 0 1.4em; }
li { padding: 0; margin: 0; }

ul { padding: 0; }
.csc-text-text ul li { list-style: none; margin-left: 0; padding-left: 1.8em; margin-bottom: 1em; position: relative; }
.csc-text-text li:before {
	color: #B6ADA8;
	content:"■";
	font-family: Arial;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -0.07em;
	font-size: 1.4rem;
	line-height: 1;
}
.csc-text-text ul.list-unstyled li { padding-left: 0; position: static; }
.csc-text-text ul.list-unstyled li:before { content: none; }

.csc-text-text ul.list-brz, 
.csc-text-text ul.list--1 { margin: 0 -3rem; font-weight: 600;  }
.csc-text-text ul.list-brz li, 
.csc-text-text ul.list--1 li { border-top: 3px solid #E5E4E2; padding: 1rem 3rem 1rem 4.8rem; margin-bottom: 0; }
.csc-text-text ul.list-brz li:before, 
.csc-text-text ul.list--1 li:before { margin-top: 1rem; margin-left: 3rem; }

.csc-text-text p { word-wrap: break-word; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; text-align: justify; }


.icon--block { display: flex; align-items:baseline; position:relative; margin-bottom: 1rem; }
.icon--block .label {
	font-size: 2em;
	padding-right: 1.5em;
	min-width: 1px;
	color: #A9A099;
}
.icon--block .label:before {
	margin: 0;
	position: relative;
	top: .2em;
}

.icon--block p { margin-bottom: 0; }



/* BTNs */
.btn--1 { display: inline-block; font-weight: 400; padding: .6em 1.5em; line-height: 1; border-radius: 1.2em; background: #7698c4; text-transform: uppercase; /*-webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto;*/ transition: all .2s; transform: scale(1) translate3d(0,0,1px);  }
.btn--1, .btn--1:link, .btn--1:visited, .btn--1:active { color: #ffffff; }
.btn--1:hover { text-decoration: none; transform: scale(1.05); }

.btn--1:after, 
.link-internal::after, .link-internal-new-window::after, .link-external::after, .link-external-new-window::after, .download::after, .mail::after, abbr::after, acronym::after, .lightbox-link::after, .phone::after, .mobile::after, .fax::after, .rss::after, .btn1::after {
	background: transparent;
	width: 1em;
	margin-right: 0;
	margin-left: .4em;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none !important;
	color: inherit;
	font-size: .8em;
	font-family: 'fontello' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	transition: all .2s;
}
.link-internal::after,
a.btn--1:after { content: '\e81f'; font-size: 1.2em; position: relative; top: -.07em; margin-left: 0.1em; }

.link-internal:hover::after { transform: translateX(.2em); }

.link-external::after { content: '\f08e'; }


.text-white .btn--1 { background: #ffffff; }
.text-white .btn--1, .text-white .btn1:link, .text-white .btn1:visited, .text-white .btn1:active { color: #7698C4; }
.text-white .btn1--1:hover { /*color: #7698c4;*/ transform: scale(1.05); }


.ctype-teaser:after, 
.go-right:after, 
.go-down:after {
	pointer-events: none;
	content: '»'; font-size: 4rem; line-height: 0; margin-top: -0.1em; font-weight: 300; color: #fff;
	position: absolute; width: auto; height: auto; top: 50%; transform: translateY(-50%); right: 0;
	background: no-repeat center center rgba(0,0,0,0.1); 
/*	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='8px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:1;stroke-linecap:round' points='1,7 8,1 15,7'/%3E%3C/svg%3E");*/
 }

.ctype-teaser:after, 
.go-right.wrap:after, 
.go-down.wrap:after { right: 3rem; }

.ctype-teaser.go-down:after, 
.go-down.wrap:after { margin-top: 0; transform: translateY(-0%) rotate(90deg); }

.ctype-teaser:after { top: auto; bottom: 2.5rem; } 
.ctype-teaser.go-down:after { bottom: 2rem; }

.col-right .teaser--more:after { right: 5rem; }

@media(max-width: 992px){
	.ctype-teaser:after, 
	.go-right.wrap:after, 
	.go-down.wrap:after { right: 1.5rem; }
	
	.col-right .teaser--more:after { right: 1.5rem; }
}

/* === FOOTER === */
#footer { margin-top: 6px; }

.footer__content, .footer__footer { padding: 1em 2em; }
.footer__content { padding: 0; background: #F2F1EF }
.footer__content a { color: inherit; }

/* LEGAL */
#footer .menu--mn { margin: 0 1rem; }
#footer .menu--mn li { position: relative; display: inline-block; margin-left: 0 !important; }
#footer .menu--mn li:before { content: ''; position: absolute; right: 0; left: auto; top: 50%; margin-top: -.3em; height: .7em; width: 0; background: transparent; border-left: 2px solid; opacity: .9; }
#footer .menu--mn li:last-child::before { display: none; }

.menu--mn a { display: block; padding: .5rem 1rem; color: inherit; text-transform: uppercase; }
.menu--mn a:hover { text-decoration: underline; color: inherit; }


/* TOPLINK*/
#toTopLink { 
	position: fixed; left: auto; right: -2em; top: auto; bottom: 2em; z-index: 100;
	text-indent: 0; display: block; font-size: .9em; line-height: 1.5; text-transform: uppercase;

	transition: all .3s; 
	transform: scale(1);
	opacity: 0;
	
	background: rgba(111,144,170,.5);
	padding: .5em;
	width: 2.5em;
	overflow: hidden;
	border-radius: 5px;
}

#toTopLink b { font-weight: 400; white-space: nowrap; float: right; }

#toTopLink b:after { content: '';
	display: inline-block; vertical-align: middle;
	width: 1.5em; height: 1.5em; margin-left: 1em; margin-top: 0em; border-radius: 50%; 
	border: 0;
	background: transparent no-repeat center center;
	outline: 0; 
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='8px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:1;stroke-linecap:round' points='1,7 8,1 15,7'/%3E%3C/svg%3E");
	background-size: 100%;
	
}
html.miniheader #toTopLink { opacity: 1; right: 2em; }


@media(max-width: 767px){
	#toTopLink { width: 32px; height: 30px; text-indent: 200px; background: rgba(84, 122, 189, .3);; }
	#toTopLink:after { position: absolute; top: 5px; left: 5px; margin: 0; }
	html.miniheader #toTopLink { right: 1em; }
}






/* === JQUERY UI === */
.acc { }
.ui-accordion .ui-state-focus { outline: 0; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; zoom: 1; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; height: 20px; width: 20px; right: 20px; left: auto; top: 1em; margin-top: 0; 
	background: transparent no-repeat center center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='10px' xml:space='preserve'%3E%3Cpolyline style='fill:none;stroke:%23ffffff;stroke-width:2;stroke-linecap:round' points='2,2 10,9 18,2'/%3E%3C/svg%3E");
	overflow: hidden; 
	opacity: 1;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { transform: rotate(0deg); -webkit-transform: rotate(0deg); }
.ui-accordion .ui-state-active .ui-accordion-header-icon { transform: rotate(180deg);  -webkit-transform: rotate(180deg); }

.ui-accordion .ui-accordion-content { padding: 0 0 0 0; border-top: 0; overflow: hidden; }

.ui-accordion .ui-accordion-header {  text-transform: none; background: #D6E0ED; border-radius: 0; overflow: hidden; padding: 1em 2em; margin: 1px 0 0 0 !important;  }
.ui-accordion .ui-accordion-header * { margin-bottom: 0; color: inherit; transition: color .3s; line-height: 1.2 }
.ui-accordion .ui-accordion-header:hover * { color: #333333; }

.ui-accordion .ui-accordion-header p { font-weight: 400; margin-top: .8em; }
 
.ui-accordion .ui-accordion-header.ui-state-active * { color: inherit; }
.ui-accordion .ui-accordion-header.ui-state-active p { color: inherit; }
.ctel .ui-accordion .ui-accordion-content { padding: 0; margin: 0 0 0 0; background-color: #ffffff; }


.ui-accordion .header.dsbld { cursor: default; pointer-events: none; }
.ui-accordion .header.dsbld .ui-accordion-header-icon { display: none; }

.ui-accordion .csc-text-text { padding: 1em 1em !important; }

/* === GENERAL GRID === */
.l-grid { 
	list-style: none;
	padding: 0;
	margin: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap; 
	position: relative; margin-left: -10px; margin-right: -10px; 
	margin-top: 2em;
}

.l-grid__item { 
	position: relative;
	z-index: 1;
	float:none;
	margin: 0 !important; 
	padding: 10px !important; 
}

@media(max-width: 767px){
	.l-grid__item { width: 100%; }
}

.l-grid .l-grid__item:before {  position: absolute; content: ""; z-index: -1;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: #fff;
	border: 0;
	height: auto;
	width: auto;
}

/* BACKGROUND */
.l-grid--bg > .l-grid__item:before { background: #e1e1e1; }
.l-grid--bg-1 > .l-grid__item:before { background: #ffffff; }
.l-grid--bg-1 > .l-grid__item > * { padding: 1em; }


/* GAP BETWEEN TILES */
.l-grid--gap-0 { margin: 0; }
.l-grid--gap-0 > .l-grid__item { padding: 0; }
.l-grid--gap-0 > .l-grid__item:before { top: 0; right: 0; bottom: 0; left: 0; }

.l-grid--gap-1 { margin: -5px; }
.l-grid--gap-1 > .l-grid__item { padding: 5px; }
.l-grid--gap-1 > .l-grid__item:before { top: 5px; right: 5px; bottom: 5px; left: 5px; }

.l-grid--gap-2 { margin: -20px; }
.l-grid--gap-2 > .l-grid__item { padding: 20px; }
.l-grid--gap-2 > .l-grid__item:before { top: 20px; right: 20px; bottom: 20px; left: 20px; }

/* INNER PADDING */
.l-grid__item > * { margin: 0; }
.l-grid--pad-0 .l-grid__item > * { margin: 0; }

/* === QUOTES === */
.quote {  }
.quote__images { overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black); }
.quote__images figure { position: relative; background: #7698C4; margin: 0; }
.quote__images figcaption { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.quote__images figcaption { color: #ffffff; font-style: italic; line-height: 1.2; }

.quote__images img,
.quote__images figcaption { transition: all .3s linear; }

.quote__images figcaption { opacity: 0; }
.quote__images img { opacity: 1;  }

.quote:hover img { opacity: 0.1; }
.quote:hover figcaption { opacity: 1; }

.quote__content { margin-top: 1em; }

/* === TEASER === */
.teaser { position: relative; z-index: 0; }
.teaser__images { position: relative; z-index: -1; }
.teaser__images figure { margin: 0; }

.teaser__content { margin-top:-4.04em; margin-left: 1.5em; padding: 1em 6em 1em 1.5em; background: #84786C; line-height: 1.3;}
.teaser__content * { color: #FFFFFF; }

.teaser .header { line-height: 1.2; }
.teaser .header * { margin-bottom: 0; }

.teaser__links { border-top: 3px solid #FFFFFF; padding-top: 1rem; }
.teaser .teaser__links { border-top: 3px solid #A9A099; }

.teaser__links a { text-transform: uppercase; font-weight: 600; color: inherit; }

.col-right .teaser__content { margin-left: 0; margin-right: 1.5em; }

/*
.teaser--light .teaser__content { background: transparent; margin: 0; }
.teaser--light .teaser__content * { color: inherit; }
*/

/* TOGGLE TEXT */
.teaser--more .teaser__images { opacity: .7; filter: grayscale(70%); transition: all .3s linear; }
.teaser--more:hover .teaser__images { opacity: 1; filter: grayscale(0%);  }

.teaser--more .header { margin-bottom: 0; }
.teaser--more .csc-text-text { overflow: hidden; max-height: 0; transition: all .5s linear; margin-top: 0;  }
.teaser--more:hover .csc-text-text { max-height: 13em; margin-top: 1rem; }

@media(max-width: 992px){
	.teaser__content { padding-right: 1.5em; margin-left: 0; }
	.col-right .teaser__content { margin-right: 0; }
}


/* === IMAGES === */
.col1.imgwrap { margin-top: -5px; }
.col1.imgwrap figure { margin-top: 5px; }

.img-caption--above {  }
.img-caption--above figure { position: relative; display: flex; flex-flow: column; justify-content: center; height: 100%; }
.img-caption--above figcaption { position: relative; margin: 3rem 3rem; pointer-events: none; }
.img-caption--above a { position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
.img-caption--above img { max-width: unset; width: 100%; height: 100%; object-fit: cover; object-position: center center; }



/* FANCYBOX */
/*.fancybox-slide--iframe { max-width: 500px; }*/
.fancybox-slide--special-pad .fancybox-iframe { padding: 20px; }