@charset "UTF-8";
/* CSS Document */

/**
 * Theme Name:     FABER Stiftung
 * Theme URI:      https://faber-stiftung/
 * Description:    Theme der ersten Generation für FABER Stiftung
 * Author:         Der Hersteller
 * Author URI:     http://www.der-hersteller.de
 * Version:        1.0
 */




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 101%;
}
body {
	font: 62.5%/1.5em 'overpassextralight', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
figure, figcaption {
	margin: 0;
	padding: 0;
}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}
.underline {text-decoration: underline;}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'josefin_sansregular';
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 3.7em;
	line-height: 1.25em;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	margin: 0.1em 0 1.5em 0;
}
h2 {
	font-size: 2.5em;
	line-height: 1.65em;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	margin: 0 0 0.6em 0;
}
#main p + h2,
#main ul + h2 {
	margin-top: 3em;
}
h3 {
	font-family: 'overpassregular';
	font-size: 2.5em;
	line-height: 1.65em;
	margin-bottom: 1.5em;
}
h4 {
	font-family: 'overpassregular';
	font-size: 2.5em;
	line-height: 1.65em;
}
h5 {	
}
#main p.avoid-break {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
  	break-inside: avoid;
}
#main p,
.popup p,
#main ul {
	font-size: 2.5em;
	line-height: 1.65em;
	margin: 0 0 1.5em 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
	margin-bottom: 1em;
}
#main ul li:before {
	content: "·";
	position: absolute;
	left: 0;
	font-size: 2em;
}
i, em {
	font-style: normal;
}
b, strong {
	font-family: 'overpassregular';
	font-weight: normal;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
}
#container {
}
#content {
}
.inside {
	padding: 0 3em;
}
#scroll-top {
	position: fixed;
	bottom: 6%;
	right: 3em;
	-webkit-transition:0.4s ease;  
   	-moz-transition:0.4s ease;  
   	-o-transition:0.4s ease;  
   	transition:0.4s ease;
	z-index: 999;
}
#scroll-top img {
	display: block;
	margin: 0;
	border: 2px solid rgb(217,218,219);
	width: 6.5em;
	height: 6.5em;
}
#scroll-top.hide {opacity: 0;}
#scroll-top.show {opacity: 1;}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
	width: 100%;
}
.header-top {
	position: relative;
	z-index: 998;
	background: rgba(255,255,255,1);
}
.header-top .inside {
	height: 11em;
	position: relative;
	display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
}
.header-top .logo {
	display: block;
	position: absolute;
	right: 3em;
	top: 2.6em;
	width: 2.8em;
}

.header-banner {
	position: relative;
	height: 61em;
	background-position: center 50%;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-image: url(images/header-start.jpg);
}
.header-banner .layer {
	position: absolute;
	width: 100%;
	bottom: -9.6em;
	height: 50.5em;
	background: rgb(134,142,144);
	mix-blend-mode: multiply;
	z-index: 99;
}
.header-banner .inside {
	position: relative;
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 23em;
	z-index: 100;
}
.header-banner .logo {
	display: block;
	width: 48em;
	margin: 6em 29em 0 2em;
}
.header-banner blockquote p {
	font-family: 'overpassextralight';
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: rgb(255,255,255);
	font-size: 5.7em;
	line-height: 1.2em;
	margin: 0;
}
.header-banner blockquote span {
	display: block;
	font-size: 0.62em;
	margin-top: -0.2em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#nav {
	position: relative;
}
#nav ul {
	margin-top: 0.86em;
}
#nav ul > li {
	position: relative;
	display: inline-block;
	margin-right: 9.5em;
}
#nav ul > li:last-child {
	margin-right: 0;
}
#nav ul > li > a {
	font-family: 'josefin_sansregular';
	font-size: 2.4em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgb(46,45,48);
}
#nav ul > li > a:hover,
#nav ul > li > a:active,
#nav ul > li > a:focus,
#nav ul > li > a.current,
#nav ul > li.current-menu-item > a,
#nav ul > li.current-page-ancestor > a {
	color: rgb(245,156,0);
}
#nav ul.anchor-menu {
	position: absolute;
	left: -1.5em;
	top: 5.6em;
	padding: 0.5em 1.9em;
	width: auto;
	background: rgba(255,255,255,1);
}
#nav ul.anchor-menu > li {
	display: inline-block;
	margin: 0;
	margin-left: -0.3em;
}
#nav ul.anchor-menu > li {
	float: left;
	padding: 0;
	margin-right: 4em;
}
#nav ul.anchor-menu li:last-child {
	margin-right: 0;
}
#nav ul.anchor-menu > li > a {
	font-size: 1.8em;
}
.aktivitaeten #nav ul.anchor-menu > li:nth-child(2),
.start #nav ul.anchor-menu > li:nth-child(2) {
	margin-right: 0;
}
.aktivitaeten #nav ul.anchor-menu > li:nth-child(3),
.start #nav ul.anchor-menu > li:nth-child(3) {
	clear: left;
	margin-top: 1.5em;
}
.aktivitaeten #nav ul.anchor-menu > li:nth-child(4),
.start #nav ul.anchor-menu > li:nth-child(4) {
	margin-top: 1.5em;
}

#sub-nav {
}
#sub-nav ul {
}
#sub-nav ul > li {
	display: inline-block;
}
#sub-nav ul > li:after {
	font-family: 'josefin_sansregular';
	font-size: 2.4em;
	color: rgb(255,255,255);
  	content: " // ";
	margin: 0 0.8em 0 0.6em;
}
#sub-nav ul > li:last-child:after {
  	content: "";
	margin: 0;
}
#sub-nav ul > li > a {
	font-family: 'josefin_sansregular';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 2.4em;
	color: rgb(255,255,255);
}
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li > a.current,
#sub-nav ul > li.current-menu-item > a,
#sub-nav ul > li.current-page-ancestor > a {
	color: rgb(245,156,0);
}

/* responsive-nav */
.open-nav {
	display: none;
	background-image: url(images/hamburger.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 3em;
	padding: 0.6em 0 0.6em 4em;
}
.close-nav {
}
.toggle-button {
	font-family: 'josefin_sansregular';
	font-size: 2.1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgb(46,45,48);
}
.open-nav .toggle-button {
}
.close-nav .toggle-button {
}
.open-nav .toggle-button:hover,
.open-nav .toggle-button:active,
.open-nav .toggle-button:focus {
	color: rgb(245,156,0);
}
.close-nav .toggle-button:hover,
.close-nav .toggle-button:active,
.close-nav .toggle-button:focus {
}

#responsive-nav.toggle {
	width: 30em;
}
#responsive-nav {
	display: none;
	position: fixed;
	width: 0em;
	height: 100%;
	top: 0;
	right: 0;
	overflow-x: hidden;
	background: rgba(46,45,48,0.95);
	-webkit-transition:0.5s ease;  
   	-moz-transition:0.5s ease;  
   	-o-transition:0.5s ease;  
   	transition:0.5s ease;
	z-index: 999;
}
#responsive-nav ul {
	width: 30em;
	padding: 4.5em 3em 4.5em 3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#responsive-nav ul > li {
	margin-bottom: 5em;
}
#responsive-nav ul > li > ul {
	padding: 0;
	margin-top: 1.5em;
}
#responsive-nav ul > li > ul > li {
	margin-bottom: 1.25em;
	padding-right: 6em;
}
#responsive-nav ul > li > a {
	font-family: 'josefin_sansregular';
	font-size: 2.1em;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgb(255,255,255);
}
#responsive-nav ul > li > ul > li > a {
	font-size: 1.6em;
}

#responsive-nav ul > li > a:hover,
#responsive-nav ul > li > a:active,
#responsive-nav ul > li > a:focus,
#responsive-nav ul > li > a.current,
#responsive-nav ul > li.current-menu-item > a,
#responsive-nav ul > li.current-page-ancestor > a {
	color: rgb(245,156,0);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
	margin-top: 9em;
}
#main img,
.popup .column img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
#main a {
	text-decoration: underline;
}
#main p .spacer {
	display: inline-block;
	width: 3em;
}
.anchor {
	position: absolute;
	top: 0.8em;
}
.aktuelles-content .anchor {
	top: -3em;
}
section {
	position: relative;
	padding: 8.8em 0;
}
section.bg-grey {
	background-color: rgb(216,218,218);
}
section.bg-orange {
	background-color: rgb(245,156,0);
	color: rgb(255,255,255);
	margin-bottom: 2em;
}
section.bg-orange .column-right {
	font-family: 'overpasslight';
}
section.bg-grey + section.bg-orange {
	margin-top: 2em;
}
.bg-karte {
	background-position: center 7em;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-image: url(images/karte.png);
	background-size: 70%;
}
section .inside {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.column-left {
	position: relative;
	width: 21.1731843575419%; /* 379/1790 */
	text-align: right;
}
.column-left h1 {
	position: relative;
	z-index: 99;
}
.column-left img {
	position: absolute;
	left: 0;
	top: -13em;
	z-index: 9;
}
.column-right {
	width: 70.83798882681565%; /* 1268/1790 */
	margin-right: 3.6312849162011176%; /* 65/1790 */
}
.column {
	column-count: 2;
	column-gap: 2.8em;
	column-fill: balance;
}
.three-column {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.three-column .item {
	width: 31.861198738170348%; /* 404/1268 */
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	margin-bottom: 4.889589905362776%; /* 62/1268 */
}
.three-column figure.item img {
	width: 51.23762376237624%; /* 207/404 */
}
.three-column figure.item figcaption {
	width: 45.2970297029703%; /* 183/404 */
}
.three-column figure.item figcaption p {
	line-height: 1.2em !important;
	margin-bottom: 0 !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}
.main-banner {
	height: 58.2em;
	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	margin-bottom: 2em;
}
.start .main-banner {
	background-position: center 35%;
}

.trigger {
	display: inline-block;
	font-family: 'josefin_sansregular';
	font-size: 3.2em !important;
	line-height: 1.25em !important;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: rgb(217,218,219);
	border: 2px solid rgb(217,218,219);
	padding: 0.2em 0.5em 0 0.5em;
	margin: 1.5em 0 0.5em 0!important;
	cursor: pointer;
}
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
          .trigger {
			padding: 0.1em 0.5em 0.3em 0.5em;
		}
     }
}
.bg-grey .trigger {
	color: rgb(255,255,255);
	border: 2px solid rgb(255,255,255);
}
.toggle-content {
	display: none;
	padding-top: 4em;
}
.opened {
	display: none;
}

.aktuelles-content {
	border-top: 1px dotted rgb(0,0,0);
	border-bottom: 1px dotted rgb(0,0,0);
	padding: 0 0 4em 0;
	margin-bottom: 2em;
	text-align: center;
}
.aktuelles-content h1 {
	display: inline-block;
	font-size: 5em;
	background: rgb(255,255,255);
	border: 1px dotted rgb(0,0,0);
	padding: 0.2em 0.3em 0 0.3em;
	margin-top: -0.2em;
	margin-bottom: 0.8em;
}
.three-column-aktuelles {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.three-column-aktuelles .item {
	width: 33%;
	cursor: pointer;
}
.three-column-aktuelles .item img:hover {
	opacity: 0.8;
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
.popup {
	display: none;
	background: rgb(203,207,202) !important;
}
.popup .column p {
	column-span: 1 !important;
    -webkit-column-break-inside: avoid;
	page-break-inside: avoid;
  	break-inside: avoid;
}
.popup .headline {
	text-align: center;
}
.popup h1 {
	display: inline-block;
	font-size: 5em;
	text-align: center;
	color: rgb(255,255,255);
	border: 1px dotted rgb(255,255,255);
	padding: 0.2em 0.3em 0 0.3em;
}
.popup h2 {
	width: 40%;
	margin-bottom: 2em;
}
.popup h2 img {
	max-width: 100%;
	height: auto;
}



/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
	background: rgb(134,142,144);
}
#footer .inside {
	height: 10em;
	display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
}