/*Grilli-Type*/

@font-face {
    font-family: 'Zirkon';
    src: url('../fontsWeb/GT-Zirkon-Book.woff2') format('woff2'),
         url('../fontsWeb/GT-Zirkon-Book.woff') format('woff'),
         url('../fontsWeb/GT-Zirkon-Book.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Zirkon';
    src: url('../fontsWeb/GT-Zirkon-Book-Italic.woff2') format('woff2'),
         url('../fontsWeb/GT-Zirkon-Book-Italic.woff') format('woff'),
         url('../fontsWeb/GT-Zirkon-Book-Italic.ttf') format('ttf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Zirkon';
    src: url('../fontsWeb/GT-Zirkon-Medium.woff2') format('woff2'),
         url('../fontsWeb/GT-Zirkon-Medium.woff') format('woff'),
         url('../fontsWeb/GT-Zirkon-Medium.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Zirkon';
    src: url('../fontsWeb/GT-Zirkon-Bold.woff2') format('woff2'),
         url('../fontsWeb/GT-Zirkon-Bold.woff') format('woff'),
         url('../fontsWeb/GT-Zirkon-Bold.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'America-Mono';
    src: url('../fontsWeb/GT-America-Mono-Medium.woff2') format('woff2'),
         url('../fontsWeb/GT-America-Mono-Medium.woff') format('woff'),
         url('../fontsWeb/GT-America-Mono-Medium.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'America-Mono';
    src: url('../fontsWeb/GT-America-Mono-Light.woff2') format('woff2'),
         url('../fontsWeb/GT-America-Mono-Light.woff') format('woff'),
         url('../fontsWeb/GT-America-Mono-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


/*simplon*/

@font-face {
    font-family: 'simplon_bp_boldbold';
    src: url('../fontsWeb/simplonbp-bold-webfont.woff2') format('woff2'),
         url('../fontsWeb/simplonbp-bold-webfont.woff') format('woff'),
         url('../fontsWeb/simplonbp-bold-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'simplon_bp_mediummedium';
    src: url('../fontsWeb/simplonbp-medium-webfont.woff2') format('woff2'),
         url('../fontsWeb/simplonbp-medium-webfont.woff') format('woff'),
         url('../fontsWeb/simplonbp-medium-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'simplon_bp_regularregular';
    src: url('../fontsWeb/simplonbpregular-webfont.woff2') format('woff2'),
         url('../fontsWeb/simplonbpregular-webfont.woff') format('woff'),
         url('../fontsWeb/simplonbpregular-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_intllight';
    src: url('../fontsWeb/suisseintl-light-webfont.woff2') format('woff2'),
         url('../fontsWeb/suisseintl-light-webfont.woff') format('woff'),
         url('../fontsWeb/suisseintl-light-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_intlregular';
    src: url('../fontsWeb/suisseintl-webfont.woff2') format('woff2'),
         url('../fontsWeb/suisseintl-webfont.woff') format('woff'),
         url('../fontsWeb/suisseintl-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'simplon_bp_mono_regularRg';
    src: url('../fontsWeb/simplonbpmono-regular-webfont.woff2') format('woff2'),
         url('../fontsWeb/simplonbpmono-regular-webfont.woff') format('woff'),
         url('../fontsWeb/simplonbpmono-regular-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'simplon_bp_monomedium';
    src: url('../fontsWeb/simplonbpmono-medium-webfont.woff2') format('woff2'),
         url('../fontsWeb/simplonbpmono-medium-webfont.woff') format('woff'),
         url('../fontsWeb/simplonbpmono-medium-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

/*
@media all and (orientation:landscape) { 
:root { --scaleText:35vh; }
:root { --scaleButtons:35vh; }
:root { --scalePadding:35vh; }
:root { --scaleContainers:35vw; }	
}
@media all and (orientation:portrait) { 
:root { --scaleText: 85vw; }
:root { --scaleButtons:85vw; }
:root { --scalePadding:85vw; }
:root { --scaleContainers:85vh; }
}
*/

/* mobile phone */

/*
@media only screen and (max-width: 768px) and (orientation:portrait){
:root { --scaleText:30vh; }
:root { --scaleButtons:30vh; }
:root { --scalePadding:15vh; }
:root { --scaleContainers:55vw; }
}

@media only screen and (max-width: 768px) and (orientation:landscape){
:root { --scaleText:40vh; }
:root { --scaleButtons:40vh; }
:root { --scalePadding:35vh; }
:root { --scaleContainers:55vw; }
}

@media only screen and (min-width: 768px) and (orientation:portrait){
:root { --scaleText:30vh; }
:root { --scaleButtons:30vh; }
:root { --scalePadding:20vh; }
:root { --scaleContainers:55vw; }
}
*/



/* Remove padding and margin */ 
* 
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

html
{
	scroll-behavior: smooth;
}

body 
{ 
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    color: black; /*#383F8C;*/
    font-family: 'Zirkon';
	font-weight: 200;
    line-height: 1.6rem;
}

.hidden
{
    display: none !important;
    transition: all .3s linear;
    opacity: 0;
}

.noScroll
{
    margin: 0; 
    right: 12px;
    /*height: 100%; 
    overflow: hidden*/
}

.opacityNone
{
    opacity: 0;
}

.standardPaddingHeader
{
    padding: 1.2rem 1.5vw 1rem 1.5vw;
}

.standardPadding
{
    padding: 7.5rem 1.5vw 4rem 1.5vw;
}


.lessMargin
{
    margin-bottom: 20px !important;
}


.showNormalMenu
{
	display: inherit;
}
	
.showBurgerMenu
{
	display: none !important;
}


h1
{
    font-family: 'America-Mono';
	font-weight: 400;
    text-align: left;
    font-size: 2.8rem;
    line-height: 3rem;
	letter-spacing: .03rem;
	margin-bottom: 1.3rem;
	text-transform: uppercase;
}

h2
{   
    font-family: 'America-Mono';
	font-weight: 300;
    text-align: left;
    font-size: 2.0rem;
    line-height: 2.9rem;
	margin-bottom: 1rem;
	padding-top: 11rem;
	margin-top: -11rem;
}

h2:not(:first-child)
{
	padding-top: 11rem;
	margin-top: -8rem;
}
/*
h3
{
    font-family: 'Zirkon';
	font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
}

h4
{
    font-family: 'Zirkon';
	 font-weight: 200;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-bottom: 2rem;
}

h5
{
    font-family: 'Zirkon';
	font-weight: 200;
    font-size: 1.2rem;
	line-height: 1.4rem;
	margin-top: 1rem;
    margin-bottom: 2rem;
	text-align: left;
}

h6
{
    font-family: 'Zirkon';
	font-weight: 200;
    font-size: .8rem;
    margin-bottom: 2rem;
    line-height: 1.1rem;
}
*/
header 
{
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
    background-color: white;
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0.92) 60%, rgba(255,255,255,0.4) 90%,  rgba(255,255,255,0) 100%);*/
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 70%, rgba(255,255,255,0) 100%);*/
	height: 3.5rem;
}

/*
.blue
{
    background-color: #257ed6;
}

.white 
{
    /*background-color: #FFFFFF70;*/
}
*/

p
{
    margin-bottom: 1rem;
}

a
{
    text-decoration: none;
    color: black;
}

a:hover
{
    text-decoration: underline;
}
/*
.backButton
{
    font-family: 'America-Mono';
    font-size: 15px;
    text-transform: uppercase;
}
*/
/*
.black
{
    color: black;
}

.white
{
    color: white;
}
*/

.headerWrapper
{
    display: flex;
    align-items: flex-start;
    font-family: 'America-Mono';
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: .01rem;
}

.mainLogo
{
    /*font-family:'Zirkon';
    font-weight: 400;
    color: #33FF99;
    text-transform: uppercase;
    font-size:   2.4rem;  
    line-height: 2.2rem;*/
	width: 17rem;
    height: auto;
}

.mainLogo a {
    color: black; /*#33FF99;*/
    text-decoration: none;
}


/*
.mainImage {
	position:absolute;
	top: calc(var(--width) * 0.2);
	left: calc((100vw - (var(--width) * 0.85))/2);
	width: calc(var(--width) * 0.85);
	z-index:1;
}
*/
/*
.mainMenuHeaderTopics a
{
    color: black
    text-decoration: none;
    padding: calc(var(--scaleButtons)*0.04) calc(var(--scaleButtons)*0.15);
    text-transform: uppercase;
}

.nextWorkshopButton a
{
    color: black
    text-decoration: none;
    border: calc(var(--scaleButtons)*0.01) solid #33ff99;
    padding: calc(var(--scaleButtons)*0.04) calc(var(--scaleButtons)*0.15);
    text-transform: uppercase;
	align-items: center;
    font-family: 'America-Mono';
    font-size: calc(var(--scaleButtons)*0.06);
	letter-spacing: calc(var(--scaleButtons)*0.001);
	margin-top: calc(var(--scaleButtons)*0.04);
}*/
.mainMenuHeaderLanguage
{
  line-height: 1rem;
}

.mainMenuHeaderLanguage ul li
{
    list-style-type: none;
    display: inline-block;
}

.mainMenuHeaderLanguage ul li a
{
    text-decoration: none;
}

.mainMenuHeaderLanguage ul li a:hover
{
    text-decoration: underline;
}
/*
.mainMenuHeaderLanguage ul li:nth-child(2):before
{
    content:"|";
    text-decoration: none !important;
    margin: 0px .2rem;
}*/

.active
{
    text-decoration: underline;
}

.menuHeader
{
    display: flex;
    justify-content: flex-end;
    width: 100%;
	padding: 0;
}

.menuBurger
{
    display: flex;
    justify-content: flex-end;
	width: 100%;
}

.menuFilters
{
	display: block;
    justify-content: flex-start;
	vertical-align: middle;
	padding: 0 1.3vw;
	margin-right: -17.5rem;
}

.menu-toggle {
  display: flex;
  align-items: flex-end;
  padding-right: 2rem;
}


.menu-item {
  line-height: 1rem;
  display: inline-block;
  padding-left: 1.75rem;
}
/*
.menu-item:not(:last-child)::after {
  display: inline-block;
  font-size: .75em;
  padding: 0 1em;
  color: #a8a5be;
}
*/
.menu-item a {
  border-bottom: 0;
  text-transform: uppercase;

}

.menu-box {
    margin: 2rem 2rem;

}

.menu-box ul li a {
    color: white;
    line-height: 2rem;
    text-align: left;
    font-family: 'Zirkon';
    font-weight: 200;
    font-size: 1.3rem;

}

.menu-box ul li {
    list-style-type: none;

}

.material-icons {
  vertical-align: middle;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-4 { font-size: 2.5rem; }



.menu-icon {
  cursor: pointer;
  z-index: 1;
  font-size: 1.5rem;
  vertical-align: middle;
  color: black;
}


.burgernav {
    height: 0;
	width: 73.5vw;
	margin-top: 1.6rem;
    z-index: 1000;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: white;
	color: black;
	padding-left: 1.6rem;
	padding-top: 1rem;
	margin-left: -63.5vw;
	/*box-shadow: 0px -2px 37px 3px rgb(0 0 0 / 0.35);*/
}

.burgerMenu-icons
{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.burgerMenu-icon
{
	cursor: pointer;
	z-index: 1;
	color: black;
}

.burgerMenu-icon img
{
	width: 1.3rem;
	height: auto;
}

#burgerMenu-open-icon
{
	display:inline;
}

#burgerMenu-close-icon
{
	display:none; 
}


.filterMenu
{
  cursor: pointer;
  font-weight: normal;	
  font-size: 1.5rem;
  color: black;
  display: flex;
  justify-content:flex-start;
  width: 27rem;	
  padding: 0 1.3vw;
  margin-right: -27rem;
  
}

.filterMenu-icon img
{
	position: relative;
    top: -.1rem;
    right: 0;
	width: 1.1rem;
	height: auto;
	margin-top: -1rem;
	margin-right: .4rem;
	align-self: center;	
}

#filterMenu-open-icon
{
	display:inline;
}

#filterMenu-close-icon
{
	display:none; 
}

.filterMenu-title
{
  font-family: "America-Mono";
  font-size: 1rem;
  align-self: center;
}

.filternav {
    height: 0;
	width: 27rem;
	margin-top: 1.6rem;
    z-index: 1000;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: white;
	color: black;
	padding-left: 1.6rem;
	margin-left: -1.6rem;
	/*box-shadow: 0px -2px 37px 3px rgb(0 0 0 / 0.35);*/
}

.filternav a {
    padding: 0px;
    text-decoration: none;
    display: block;
    transition: 0.2s;
	color: black;
}

.filternav a:hover {
    text-decoration: underline;
}

.filterMenu-item a {
  border-bottom: 0;
  /*text-transform: uppercase;*/

}

.filterMenu-box {
    margin: .4rem .5rem .5rem .4rem;

}

.filterMenu-box ul li a {
    color: black;
    line-height: 1.6rem;
    text-align: left;
    font-family: "America-Mono";
    font-weight: normal;
    font-size: 1rem;

}

.filterMenu-box ul li {
    list-style-type: none;

}


.subProjectNav
{
	
	font-family: 'America-Mono';
	font-weight: normal;
	font-size: .8rem;
    line-height: 1.6rem;
    text-align: left;
    color: black;
	display: inline;
	margin-bottom: 4rem;
}

.subProjectFileName
{
	float:left;
	width:70%;
}

.subProjectFileName a
{
	/*text-decoration: underline;*/
}


.subProjectCategory
{
	display: inline;
}

.subProjectNumber
{
	float:right;
	width:30%;
	text-align: right;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.3s;
    /*background-color: #234851;*/ /*#3D61AA;*/
    opacity: 255;
	color: white;
	box-shadow: 0px -2px 37px 3px rgb(0 0 0 / 0.35);
}

.sidenav a {
    padding: 0px;
    text-decoration: none;
    display: block;
    transition: 0.2s;
}

.sidenav a:hover {
    color: rgba(0,255,208, 0.5);
}

.closebtn {
    position: absolute;
    right: 2rem;
    top: 2.6rem;
    color: white;
}


/* end header and menu stuff */


.mainContent
{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mainContentInfo
{
    max-width: 100%;
    width: 100%;
	display: flex;
    justify-content: flex-start;
	padding-bottom: 1rem;
}

.mainContentText
{
	max-width: 100%;
    width: 100%;
}

.intro-teaser{
	font-family: 'America-Mono';
	font-weight: normal;
	font-size: 2.2rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}

/*
.mainContentText h1 {
    text-align: center;
    margin-top: 3rem;
}*/

.formatIntroText
{
	width: 62vw;
	font-size: 1.1rem;
    font-family: 'America-Mono';
	font-weight: normal;
    line-height: 1.4rem;
	margin: 0 2.2vw 4rem 0;		
}

.projectIntroText
{
    width: 62vw;
	font-size: 1.15rem;
    font-family: 'America-Mono';
	font-weight: normal;
    line-height: 1.6rem;
	margin: 0 2.2vw 2rem 0;
}


.projectIntroText img
{
	width: 100%;
}

.moreText {	
	margin-top: 2rem;
	
}

.moreText p {	
	display: block;
}


#moreText {
	display: none;
}

.projectInfo
{
	width: 31.47vw;
	font-size: .95rem;
    font-family: 'America-Mono';
	font-weight: normal;
    line-height: 1.2rem;
}

.moreInfos
{
	display:flex;
	justify-content:flex-start;
	margin-bottom: 1rem;
}

.plus-icon
{
	display: none;
	cursor: pointer;
}

.minus-icon
{
	display: none;
	cursor: pointer;
}

.plus-icon img
{
	width: 1.3rem;
	height: auto;
}

.minus-icon img
{
	width: 1.3rem;
	height: auto;
}

.moreInfosHL{
	font-size: 1rem;
}

.projectInfo-box
{
	
}

.projectInfoEntry
{
	margin-bottom: .9rem;
	
}

.projectInfoEntry b
{
	font-weight: 300;
	display: inline;
}

.projectArray
{
    display: flex;
    /*padding: 2rem 0 2rem 0;*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.projectArray h2:first-of-type
{
	padding-top:0;
    margin-top: 3rem;
}

.projectArray h2:not(:first-of-type)
{
	padding-top:0;
    margin-top: 5rem;
}

.projectArrayRow
{
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	width: 100%;
	overflow:visible;
	/*background: red;
	margin-bottom: 2rem;*/
}

.rowGap
{
	margin-top: 3rem;
}
/*
.theSingleProject
{
    min-width: 31.47vw;
}*/

/*
.theSingleProject:not(:last-child)
{
    margin: 0 1.2vw 0rem 0;
    position: relative;
}*/

.placeholderBefore
{
	margin-left: 32.67vw;
}

.placeholderAfter
{
	margin-right: 31.47vw;
}

.spaceBetween
{
	margin-right: 1.2vw;
}


.scale-1-width {
	width: 53vw;
}
.scale-1-height {
	height: 36vw;
}


.scale-2-width {
	width: 31.47vw;
}
.scale-2-height {
	height: 47vw;
}


.scale-3-width {
	width: 31.47vw;
}
.scale-3-height {
	height: 30.8vw;
}


.scale-4-width {
	width: 31.47vw;
}
.scale-4-height {
	height: 22vw;
}


.scale-5-width {
	width: 22vw;
}
.scale-5-height {
	height: 31.47vw;
}

.scale-6-width {
	width: 97vw;
}
.scale-6-height {
	height: 65vw;
}

.scale-7-width {
	width: 97vw;
}
.scale-7-height {
	height: 54.56vw;
}

.scale-max-width
{
	max-width: 31.47vw;
}

.scale-video-width
{
	width: 53vw;
}

.scale-video-height
{
	height: 30.8vw;
}

.scale-70-quer {
	width:70vw;
	height:48vw;
}

.scale-70-quer img {
	width:100%;
    height:100%;
    object-fit: cover;
}

.scale-40-hoch {
	width:40vw;
	height:60vw;
}

.scale-40-hoch img {
	width:100%;
    height:100%;
    object-fit: cover;
}

.scale-100 {
	width:100%;
}

.projectImageContainer {
	position: relative;
}

.projectImage
{
	width:100%;
    height:100%;
    object-fit: cover;
}

.shadow
{
	margin: .1rem 0 .1rem 0 ;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

.border
{
	border-style: solid;
	border-width: 1px;
}

.projectTag
{
	position:absolute;
	float: left;
	left: 0px;
	top 0px;
	/*z-index: 10;*/
	background: white;
	min-width: 12rem;
	/*height:1.5rem;*/
	color: black;
	font-family: 'America-Mono';
	font-weight: 300;
	text-decoration: none;
	font-size: .8rem;
}

.imageCaption
{
	display: inherit;
}

.projectTitle
{
	font-family: 'America-Mono';
    font-size: 0.9rem;
    font-weight: 300;
	line-height: 1.2rem;
	margin-bottom: 1.8rem;
}

.projectSubTitle
{
	display: inline;
	font-weight: normal;
}

.projectDate
{
  display:inline;
}

.projectDescription
{
	font-family: 'America-Mono';
	font-size: 0.9rem;
    font-weight: normal;
	letter-spacing: 0;
	line-height: 1.1rem;
	color: black;
	display: inherit;
	margin-bottom: 1.8rem;
}

.removeMargin
{
	margin-top: -1.8rem;
}

.extension
{
	display:inline;
}

.imageSection
{
    height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	box-shadow: 0px -2px 37px 3px black;
}

.imagerights
{
	position: absolute;
	bottom: calc(var(--scalePadding)*-0.15);
	right: calc(var(--scalePadding)*0.1);
}

/*
video {
    object-fit: fill;
}*/

.videoSection
{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.videoContainer
{
    position: relative;
    width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: contain !important;
}

.videoContainer video
{
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; 
  object-fit:cover;
}

.videoContainer img
{
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;	
  height: auto;
}

.teaserEvent
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.teaserEvent > div
{
    text-align: center;
    width: 100%;
}

.teaserEvent > div:last-child
{
}

.currentEvent
{
    /*display: none; */
}

.teaserEvent div div
{
    color: #33ff99;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 300;
}

.teaserEvent div div a
{
    text-decoration: none;
}


.teaserEvent a:hover
{
    text-decoration: none;
}

.teaserHeadline
{
	align-self: flex-end;
    margin-bottom: 20px;
}

.teaserHeadline h2
{
    display: none;
}

.moreButtonBlack {
    border-color: black !important;
    color: black !important;
}
/*
.moreButton {
    width: 5rem;
    margin: 2rem 0 0 0;
    border: 1.3px solid black;
    padding: .3rem .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'America-Mono';
    font-size: .9rem;
	letter-spacing: .08rem;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
}*/

.moreButton {
	display: flex;
	font-family: 'America-Mono';
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: .01rem;
	text-transform: uppercase;
	color: black;
    cursor: pointer;
	margin: 2rem 0 0 0;
}

.moreButton a:hover {
    text-decoration: underline;
}


#lessButton
{
	display: none;
}

.oneColumn {
    width: 100%;
    padding-right: 1rem;
}

.oneColumn a {
    color: black /*#33ff99;*/
}

.twoColumns {
    display: flex;
    margin-top: 1rem;
}

.twoThirdWidth {
    width: 66%;
}

.oneHalfWidth {
    width: 50%;
}

.registerForWorkshop
{
	border: calc(var(--scaleButtons)*0.01) solid #33ff99;
    padding: calc(var(--scaleButtons)*0.04) calc(var(--scaleButtons)*0.15);
	font-family: 'America-Mono';
    font-size: calc(var(--scaleButtons)*0.06);
    letter-spacing: calc(var(--scaleButtons)*0.001);
    text-transform: uppercase;
    color: #33ff99;
}

.registerForWorkshop:hover
{
	text-decoration: none;
    color: #33ff99;
}


.aboutSection
{
    /*background-color: #234851;*/ /*#3D61AA;*/
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 4rem 15%;
    box-shadow: 0px -2px 37px 3px black;
    flex-direction: column;
}

.infoSection
{
    background-color: white;
    color: black;
    justify-content: space-between;
    padding: calc(var(--scaleText)*0.35) 15%;
}

.aboutMainText
{
    width: 55%;
}

.aboutHeadline
{
    width: 40%;
    text-align: right;
}

.infoHeadline
{
	font-family: 'Zirkon';
	font-weight: 300;
    font-size: calc(var(--scaleText)*0.2);
    color: white;
    /*text-transform: uppercase;*/
    line-height: calc(var(--scaleText)*0.22);
	width: 40%;
    text-align: right;
	color: black;
}


.triangleGallery {
    margin-top: 0rem;
}

.triangleSlider{
    display: flex !important; 
    align-items: flex-end;
    justify-content: center; 
    flex-direction: column;

}

.triangleText {
    text-align: center;
}

.lazyload,
.lazyloading {
  opacity: 1;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: #f7f7f7 url(images/loader.gif) no-repeat center;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

img.lazyload:not([src]) {
  visibility: hidden;
}



.sliderTriangle {
    text-align: center;
    padding-bottom: 2rem;
    width: 100%;
}

.sliderTriangle img {
    width: 35%; 
    display: inline-block !important;
    height: 100%;
    vertical-align: bottom; 


}

.sliderImage {
    left: 0px;
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
	height: 80vh;
	margin-top: 6rem;
}


.sliderImageHalf {
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    height: 50vh;
    width: 100%;
}


.sliderTeaserQuestion
  {
    text-align: center;
    align-self: center;
    width: 100%;
    padding: 4rem 0rem;
}

.sliderTeaserQuestion h1 {
    color: white;
}

.sliderTeaserBg {
    overflow: hidden;
    height: 17rem;
    width: 100%;
    z-index: 0;
    align-self: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;

}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.25%;
  /*margin-top: 2rem;*/	
  /*margin-bottom: 2rem;*/

}

.video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-bottom: 0em;

}

.video-wrapper video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-bottom: 0em;

}

.column {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: .5rem;
}

.category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category-item {
  list-style: none;
  margin: .5rem .25rem .75rem .25rem;
  position: relative;

  flex-basis: 23%;
    margin: .5rem .9rem .75rem 0;
}

.category-image {
  display: block;
  /* position: absolute;
  left: 0; 
  top: 0;*/
}

.lightbox-section {
  margin: 2rem 0;
}

.lightbox-section:first-of-type {
  margin-top: 0;
}

.singleYoutube > .video-wrapper {
    padding-bottom: 58.25%;
}

.galleryStandart
{
	/*width: calc(var(--scaleContainers)*2); */
    /*margin-top: calc(var(--scalePadding)*0.18);*/
   /* margin-bottom: calc(var(--scalePadding)*0.18); */
}

.galleryStandart div
{   
   /*     min-height: calc(var(--scaleContainers)*1.3);
        max-height: calc(var(--scaleContainers)*1.3);
    */
}

.galleryTitle
{
    z-index: 10;
    margin: .5rem 0 1rem 0;
}

.galleryText {
    position: relative;
}

.slick-slide {
	/*margin-bottom: 1rem;*/
}

.slick-slide img {
}

.slick-next
{
    right: 1rem;
    top: 50%;
}

.slick-prev
{
    left: 1rem;
    top: 50%;
}

.factsGallery .slick-prev {
    top: 30%;
}

.factsGallery .slick-next {
    top: 30%;
}

.slick-arrow
{
    background-color: rgba(0,0,0,0);
    position: absolute;
    display: block;
    z-index: 10;
    cursor: pointer;
    transition: all .1s linear;
}

.slick-arrow img
{
    height: calc(var(--scaleButtons)*0.09);
}



.circle
{
  height: 32vw;
  width: 32vw;
  background-color: #fb5f0c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;	
  padding: 1rem;
  margin-bottom: 3vw;
  margin-right: 3vw;
}

.textincircle
{
  text-align: center;
  font-size: 1.4vw;
  line-height: 1.8vw;
	
}

.textincircle a
{
  color: white;
	
}




.topic
{
    text-align: center;
    width: 150px;
    margin: 20px;
}

.topicImage
{
    width: 150px;
    height: 150px;
    border-radius: 80px;
}

.topicHeadline
{
    margin-top: 10px;
}





.homeList .topicArray .theSingleTopic {
    flex-basis: 18%;
}

._homeTopic
{
    width: calc(var(--scaleContainers)*0.55) !important;
    /*padding: calc(var(--scalePadding)*0.05) !important;*/
}

._homeTopicsPadding
{
	padding: 4rem 15%;

}

.topicArray .theSingleTopic:nth-child(1), .topicArray .theSingleTopic:nth-child(2) 
{

}




.articleSpecial .articleBlock:first-child .articleBlockCenter
{
    text-align: center;
}

.articleBlock
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(var(--scalePadding)*0.1);;
}

.date {
	margin-bottom: calc(var(--scalePadding)*0.12);
}

.articleBlock .articleBlockLeft
{
    width: 15%;
    text-align: left;
}

.articleBlock .articleBlockCenter
{
    width: 70%;
    max-width: 800px;
    text-align: left;
}

.articleBlock .imageBox
{
    width: 100%;
    height: 400px;
}

.articleBlock .articleBlockRight
{
    width: 15%;
    text-align: right;
    font-family: 'America-Mono';
	font-weight: 200;
    font-size: 16px;
    line-height: 22px;
}

.shareArticle ul 
{
    list-style-type: none;
}

.mainTextArticle
{

}

.tab
{
	margin-left: calc(var(--scaleText)*0.2);
}

.menuFooter
{
    list-style-type: none;
    margin: 0 2.5rem 2.5rem 0;
}

.footerMain div p
{
    padding-top: 1.5rem;
}

.menuFooterSocialMedia li
{
    list-style-type: none;
        line-height: 40px;
}



footer
{
    /*background-color: #234851;*/ /*#3D61AA;*/
    color: black;
    padding: 2rem 15%;
    font-family: 'Zirkon';
    font-size: .9rem;
}

.partnerLogos
{
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    flex-direction: column;
    text-align: left;
}

.partnerLogosHeadline
{
	margin-bottom: 1rem;
	font-weight: 200; 
    font-size: .8rem;

}

.partnerLogos div img
{
    margin-top: 1rem;

}

.partnerLogos div
{
    /*margin: 10px;*/
}

.partnerLogos div:last-child img
{
  
}

.fuvLogoFooter img
{
    margin-top: 2rem;
}

.footerMain
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footerMain > div
{
      margin-bottom: 40px;
    padding-right: 10px;
}

.footerMain h3
{
    font-weight: 200;
    padding-bottom: 0;
}


footer a
{
    text-decoration: none;
    color: black;
}

.mandatoryLinks
{
    /*float:right;*/
    text-align: center;
}

.mandatoryLinks ul li
{
    list-style-type: none;
    display: inline;
    margin-left: 20px;
	font-size: .7rem;
}

.inputField
{
    width: 170px;
    height: 6px;
    padding: 10px;
}

.sectionContent{
	text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(var(--scalePadding)*0.2);
}



.textLargeAndBold
{
    font-weight: 300;
    font-size: calc(var(--scaleText)*0.11);
	line-height: calc(var(--scaleText)*0.13);
}

.mainContenText figure img
{
    max-width: 100%;
    height: auto;
    
}

.singleMethod
{
    margin-bottom: 90px;
    text-align: left;
    max-width: 800px;
    width: 80%;
}

.singleMethod img
{
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.singleEvent
{
    margin-bottom: 20px; 
    display: flex;
    justify-content: space-between;
    width: 100%;
        margin-top: 70px;
}

.singleEvent .imageBox
{
    flex-basis: 35%;
    max-width: 100%;
}

.singleEvent .theText
{
    width: 35%;
    max-width: 500px;
    text-align: left;
}

.singleEvent .theText a
{
  font-weight: 300;
  display: inline-block;
}

.events
{
    width: 100%;
    margin-bottom: 100px;
}

.singleEvent .eventDate
{
   font-weight: 200;
    text-align: left;
}

.singleEvent .eventName
{
   text-transform: uppercase;
}

.singleEvent .eventInformation
{
   font-weight: 300;
   font-size: 1.2rem;
   margin-bottom: 1rem;
}

.eventUpcoming
{
	text-align: left;
    border-bottom: 2px solid #383F8C;
;
    width: 100%;
    line-height: 10px;
}

.eventUpcoming h3
{
    margin-bottom: .5rem;
}



.lighboxContainer
{
    /*position: absolute !important;*/
    z-index: 200;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);

    max-height: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.lightbox
{
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    top:5%;
}

.theImageLightbox
{
    /*width: 674px;
    height: 500px;*/
}

.lightboxSizeHoch
{
    /*width: 674px;*/
    height: 83vh;
}

.lightboxSizeQuer
{
    /*width: 674px;*/
    height: 63vh;
}

.lightboxContainerSizeHoch
{
    width: 40%;
    /*height: 90%;*/
}

.lightboxContainerSizeQuer
{
    width: 60%;
    /*height: 50%;*/
}

.lightboxClose
{
    position: absolute;
    right: 60px;
    top: 60px;
    cursor: pointer;
}

.lightboxClose img
{
    width: calc(var(--scaleButtons)*0.08);
}



.galleryPoints
{
    position: absolute;
    bottom: 6.5vh;
    color: white;
    z-index: 3;
    font-size: 30px;
    text-align: center;
    width: 100%;
    letter-spacing: 4px;
    left: 0;
    font-family: Arial, 'sans-serif';
}

.theImageLightbox img
{
    /*width: 500px;*/
}

.theImageLightbox {
    /*display: flex;
    justify-content: center;*/
}


.theCaptionLightbox
{
    color: white;
    font-size: 24px;
    font-family: 'Zirkon';
	font-weight: 200;
    margin-top: 25px;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
/*
.workshopColorBg {
    box-shadow: 0px -2px 37px 3px black;
}

.resultsList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 3rem;
}

.resultItem {
    
    width: 33%;
    flex-shrink: 3;
}


.resultItem img {
    width: 100%
}

.researchFilter
{
    color: #0000FF;
    border: 1px solid #0000FF;
    box-shadow: 5px 6px 12px -6px #0000FF;
}

.developmentFilter
{
    color: #0000FF;
    border: 1px solid #0000FF;
    box-shadow: 5px 6px 12px -6px #0000FF;
}

.workshopFilter
{
    color: #dda37c;
    border: 1px solid #dda37c;
    box-shadow: 5px 6px 12px -6px #dda37c;
}

.discourseFilter
{
    color: #D2A4FF;
    border: 1px solid #D2A4FF;
    box-shadow: 5px 6px 12px -6px #D2A4FF;
}

.disabled
{
    color: #B2B2B2;
    border: 1px solid #B2B2B2;
    box-shadow: none;
}

.disabled:before
{
    content: "";
    background-color: #B2B2B2;
    width: 110%;
    height: 2px;
    position: absolute;
    top: 11px;
    left: -6px;
    right: 0;
    bottom: 0;
}

.singleTopic
{

    margin-top: 200px;
    margin-top: 150px;
    margin-bottom: 50px;
}

._topic
{
}

.grid-sizer, ._topic-item
{
     width: 33%; 
     min-height: 220px; 
     margin: 0px;
     transition: all .3s linear;
}*/

/*.itemSizeHoch
{
    height: 400px;
}

.itemSizeQuer
{
     height: 220px;
}*/


/*
.stamp {
    left: 34%;
    width: 31%;
    position: absolute;
    top: 150px;
}

.videoItem .topicContentWrapper 
{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.videoItem .topicContentWrapper figure, iframe
{
    
	width: 100vw;
	height: 54vw;
}


.topicContentWrapper
{

    margin: calc(var(--scalePadding)*0.15);
    padding: calc(var(--scalePadding)*0.2);
    min-height: calc(var(--scalePadding)*1.2);
    color: white;
	font-size: calc(var(--scaleText)*0.055);
	line-height: calc(var(--scaleText)*0.075);

}

.topicContentWrapperImage
{
    margin: calc(var(--scalePadding)*0.15);
	height: calc(var(--scaleContainers)*0.9);
	color: white;
	font-size: calc(var(--scaleText)*0.055);
	line-height: calc(var(--scaleText)*0.075);
	justify-content: center;
    align-items: center;
	overflow-wrap: break-word;
}


.topicContentWrapperImage h2 
{
    position: absolute;
    font-size: calc(var(--scaleText)*0.1);
	line-height: calc(var(--scaleText)*0.15);
    text-align: center;
	padding: 0 calc(var(--scalePadding)*0.15);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 33%;
    font-family: 'Zirkon';
    text-transform: inherit;
    z-index: 5;
    
}



.imageWrapper
{
    
	width: 100%;
    height: calc(var(--scaleText)*1.5);
    position:relative;
	overflow: hidden;

}




.imageWrapper img
{
    
	
	min-width: 100%;
    height: 100%;
	

}



.imageWrapper:before
{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all .3s linear;
}



.topicContentWrapperImage:hover .imageWrapper:before 
{
    background-color: rgba(0,0,0,0) !important;
}

.topicContentWrapperImage:hover .topicContentWrapperImage h2
{
       opacity: 0; 
    background-color: transparent;
}


.topicArticleTag
{
    font-size: calc(var(--scaleText)*0.055);
	letter-spacing: calc(var(--scaleText)*0.001);
    color: white;
    font-family: 'America-Mono';
    top: calc(var(--scaleText)*0.18);
    position: absolute;
    
    line-height: 34px;
    text-transform: uppercase;
    
    left: 0;
    right: 0;
    text-align: center;

    z-index: 10;
}

.institution
{
	font-size: calc(var(--scaleText)*0.065);
	line-height: calc(var(--scaleText)*0.08);
	padding: calc(var(--scalePadding)*0.04) calc(var(--scalePadding)*0.08);
}

.topicContentWrapper .moreButton
{
    float: none;
    margin-left: auto;
    position: absolute;
    margin-right: auto;
    bottom: 75px;
    left: 0;
    right: 0;
}

.topicContentWrapperImage .moreButton
{
    float: none;
    margin-left: auto;
    position: absolute;
    margin-right: auto;
    bottom: 75px;
    left: 0;
    right: 0;
	z-index: 120;
}

.topicContentWrapper h2
{

	
	margin-top: 20%;
	margin-bottom: 8%;
    font-size: calc(var(--scaleText)*0.1);
	line-height: calc(var(--scaleText)*0.15);
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    font-family: 'Zirkon';
    text-transform: inherit;
    z-index: 5;
}

.mainText
{
    background-color: white;
	min-width: calc(var(--scaleContainers)*0.9);
    padding: 0px;
    border: 1px solid #989898;

}


.mainText .topicContentWrapper
{
    color: black;
    margin: calc(var(--scalePadding)*0.12);

    padding: calc(var(--scalePadding)*0.05);
}
 


.research .topicContentWrapper
{
    background-color: #0000FF;
}

.research .topicArticleTag
{
    
}

.development .topicContentWrapper
{
    background-color: #B099BA;
}

.topicContentWrapperImage .imageWrapper
{
    width: 100%;
    height: 100%;
    z-index: 2;
}

.research .imageWrapper:before
{
  background: rgba(0,0,255, 0.5);
}

.development .imageWrapper:before
{
  background: rgba(176,153,186, 0.5);
}

.workshop .topicContentWrapper
{
    background-color: #FFB992;
}

.workshop  .topicArticleTag
{
    
}

.workshop .imageWrapper:before
{
	background: rgba(198,156,127, 0.65);
}

.discourse .topicContentWrapper
{
    background-color: #AF2843;
}

.discourse .topicArticleTag
{
   
}

.discourse .imageWrapper:before
{
  background: rgba(175,40,67, 0.5);
}



.mainText h4
{
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
	line-height: calc(var(--scaleText)*0.12);
}


.standartPaddingSubside
{
    padding: 12rem 15%;
    min-height: 0;
	
}

.standartPaddingSubsideWithCoverImage
{
    padding: 3rem 15%;
    min-height: 0;
	
}

.standartPaddingSection
{
    padding: 1rem;
    min-height: 30vh;
}

.peopleArray
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.singlePersonImage
{
    display: flex;
    justify-content: center;
}

.singlePersonImage img
{
    width: calc(var(--scaleText)*0.8);
    height: auto;
    margin-bottom: 10px;
}

.singlePerson
{
    width: calc(var(--scaleText)*0.8);
    margin-bottom: 60px;
    margin-left: 25px;
    margin-right: 25px;
}

.singlePersonImage figure
{
    width: calc(var(--scaleText)*0.8);
    height: calc(var(--scaleText)*0.8);
    overflow: hidden;
    border-radius: 123px;
        margin-left: 10px;
}

.singlePersonImage figure img
{
    filter: grayscale(100%);
}

.singlePersonInformations
{
    line-height: calc(var(--scaleText)*0.11);
    margin-top: 25px;
}



.personName
{
    font-family: 'Zirkon';
	font-weight: 400;
    font-size: calc(var(--scaleText)*0.08);
}

.personInstitution
{
    font-family: 'Zirkon';
	font-weight: 200;
    font-size: calc(var(--scaleText)*0.08);
    text-transform: uppercase;
}

.personBackground
{
    font-family: 'Zirkon';
	font-weight: 200;
    font-size: calc(var(--scaleText)*0.08);
}

.backgroundHeadline
{
	margin-top: calc(var(--scaleText)*0.02);
	margin-bottom: calc(var(--scaleText)*-0.02);
	font-size: calc(var(--scaleText)*0.05);
}

.personWebsite a
{
    color: #33FF99;
    text-decoration: none;
}

.personWebsite a:hover
{
    color: #33FF99;
    text-decoration: underline;
}

.personWebsite
{
    font-family: 'Zirkon';
	font-weight: 200;
    font-size: calc(var(--scaleText)*0.068);
}

.personText
{
    font-size: 16px;
    margin-top: 20px;
}
*/

/*@media screen and (max-width: 970px)*/
@media screen and (max-width: 600px) 
{

    .category-item {
      flex-basis: 45%;
    }	
	
	.showNormalMenu {
      display: none;
    }
	
	.showBurgerMenu {
      display: inherit !important;
    }
	
	
/*
    .grid-sizer, ._topic-item
    {
         width: 50%; 
         min-height: 220px;   
         margin: 0px;
         transition: all .3s linear;
    }

    .stamp {
        left: 51%;
        width: 45%;
        position: absolute;
        top: 150px;
    }

    .footerMain 
    {
        flex-wrap: wrap;
    }

    .footerMain > div 
    {
        min-width: 41%;
    }

    .twoColumns {
    display: inline;
    margin-top: 1rem;
	}

    .theSingleTopic {
    flex-basis: 47.5% !important;
	}

	.singleEvent {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 30px;
	}

	.singleEvent .imageBox
	{
		order: 0;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 2rem;
	}

	.singleEvent .eventDate
	{
		order: 1;
		width: 100%;
		text-align: left;
		flex-basis: 100%;
		font-size: 1rem;

	}

	.singleEvent .eventName {

		font-family: 'Zirkon';
		font-weight: 200;
		text-transform: uppercase;
		margin-bottom: 0px;
		margin-top: 1rem;

	}

	.singleEvent .eventInformation {
		margin-top: 1rem;
		font-size: 1rem;

	}

	.singleEvent .theText 
	{
		order: 2;
		width: 100%;

	}

	.singleEvent .theText p
	{
		margin-top: 30px;
		margin-bottom: 10px;
	}



	.pageLogo
	{
		width: 13rem;
	}


	.circle
	{
	  height: 60vw;
	  width: 60vw;	
	  padding: 1rem;
	  margin-bottom: 3vw;
	  margin-right: 3vw;
	}

	.textincircle
	{
	  font-size: 3.4vw;
	  line-height: 4.2vw;

	}

	body
	{
	font-size: 1rem;		
	}

	.oneHalfWidth {
		width: 80%;
	}
	*/
	/*
	.standardPaddingHeader
	{
		padding: 1.2rem 3vw;
	}	
	*/
	
/*	
	body
	{
		font-size: .8rem;
		line-height: 1.2rem;
	}
	
	h1
	{
		font-size: 1.8rem;
		line-height: 2.6rem;
		margin-bottom: 1rem;
	}

	h2
	{   
		font-size: 1.2rem;
	}
	
	*/
	.standardPadding
	{
		padding: 7.5rem 1.5vw 4rem 1.5vw;
	}
	
	header 
	{
		height: 6rem;
	}
	
	.mainLogo
	{
		width: 17rem;
		margin-bottom: 1rem;
		justify-content: flex-end;
	}
	
	.headerWrapper
	{
		/*display: block;*/
		font-size: .9rem;
	}
	
	.filterMenu-icon img
	{
    top: -.2rem;
	width: .95rem;
	}
	
	.menuFilters
	{
		padding: 0 1.3vw;
		
	}
	
	.burgerMenu-item{
		line-height: 1rem;
		display: inline-block;
		font-weight: 200;
		text-transform: uppercase;
	}

	.tab
	{
		margin-left: 1rem;
	}
	
	.filterMenu-box
	{
		margin: .4rem .5rem .5rem .4rem;

	}

	.filterMenu-box ul li a {
		line-height: 1.0rem !important;
		font-size: .85rem;
	}
	
	.filterMenu-box ul li {
		/*margin-bottom: .5rem;*/
	}
	
	
	
	.menu-item
	{
	  padding-left: 1.3rem;
	}
	
	.menu-item:first-child
	{
	  padding-left: 1.9rem;
	}
	
	.menu-toggle {
	  padding-right: 1.3rem;
	}
	
	.mainMenuHeaderLanguage ul li
	{
		
	}
	
	.menuHeader
	{

	}

	.scale-mobile
	{
		width: 97vw;
		height: 65vw;
		margin: 0;
	}
	
	.scale-mobile-portrait
	{
		width: 53vw;
		height: 79vw;
		margin: 0;
	}
	
	.removeSpaceBetween
	{
		
		margin-left: 0;
		margin-right: 0;
	}
	
	.preserveRatio
	{
		height: auto;
	}
	
	.scale-mobile-description
	{
		width: 97vw;
	}
	
	.scale-mobile-portrait-description
	{
		width: 70vw;
	}
	
	/*	
	.placeholderBefore
	{
		margin-left: 0 !important;
	}
	
	.placeholderAfter
	{
		margin-right: 0 !important;
	}
	
	.spaceBetween
	{
		margin-left: 0 !important;
	}*/
	/*
	.theSingleProject
	{
		display:block;
		margin-bottom: 0rem;
	}*/
	/*
	.theSingleProject:not(:last-child) {
		margin-top: 3rem;
	}*/

	/*
	.scale-1-width {
		width: 97vw;
	}
	.scale-1-height {
		height: 65vw;
	}


	.scale-2-width {
		width: 97vw;
	}
	.scale-2-height {
		height: 65vw;
	}


	.scale-3-width {
		width: 97vw;
	}
	.scale-3-height {
		height: 65vw;
	}


	.scale-4-width {
		width: 97vw;
	}
	.scale-4-height {
		height: 65vw;
	}


	.scale-5-width {
		width: 97vw;
	}
	.scale-5-height {
		height: 65vw;
	}*/

	
	.projectTitle
	{		
		/*font-size: 0.7rem;
		line-height: .9rem;
		letter-spacing: -.02rem;*/
		font-size: 1.0rem;
		line-height: 1.1rem;
		letter-spacing: 0rem;
		font-weight: normal;
		margin-bottom: 1rem;
	}
	
	.projectSubTitle
	{
		/*font-size: .8rem;*/
	}
	
	.projectDescription
	{
		font-size: .8rem;
		line-height: .9rem;
		margin-bottom: 1rem;
	}
	
	.removeMargin
	{
		margin-top: -.9rem;
	}
	
	.subProjectNav
	{
    	line-height: 1.1rem;
	}
	
	.subProjectFileName
	{
		width:100%;
	}
	
	h1
	{
		font-size: 1.8rem;
		line-height: 2.1rem;
		letter-spacing: .03rem;
		margin-bottom: 1.0rem;
	}
	
	.mainContentInfo
	{
		display: block;
		padding-bottom: 1rem;
	}
	
	.projectIntroText
	{
		width: 97vw;
		font-size: 1.0rem;
		line-height: 1.35rem;
	}
	
	.projectInfo
	{
		width: 97vw;
		font-size: .8rem;
		line-height: .9rem;
		margin: 1.5rem 0 1.5rem 0;
	}
	
	.plus-icon
	{
		display: inline;
	}

	.minus-icon
	{
		display: none;
	}
	
	.projectInfo-box
	{
		/*height: 0;*/
	}
	
	.projectInfoEntry
	{
		margin-bottom: .65rem;

	}
	
	.projectInfoEntry b
	{
		font-weight: normal;
	}
	
	.rowGap
	{
		/*margin-top: 2.2rem;*/
		margin-top: 3.0rem;
	}
	
	.intro-teaser{
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-top: -1rem;
		margin-bottom: 2.5rem;
	}
	
	/*
	.standardPadding
	{
		
		padding: 10rem 1.5vw 4rem 1.5vw;	
	}
	
	.headerWrapper
	{
		font-size: .8rem;
	}
	
	.menu-item {
		padding-left: 1.0rem;
		line-height: .8rem;
	}
	
	.menuHeader
	{
		flex-wrap: wrap;
	}
	
	.menu-toggle {
		padding: 0rem;
	}
	
	.mainMenuHeaderLanguage {
		
		display: none;
		margin-top: .8rem;
	}
	
	.filterMenu
	{
	  width: 13rem;
	}

	.filternav {
		height: 0;
		width: 13rem;
	}

	.filterMenu-icon img
	{
		width: .9rem;
		height: .9rem;
	}

	.filterMenu-title
	{
	  font-size: .9rem;
	}

	.filterMenu-box ul li a {
		line-height: 1.5rem;
		font-size: .9rem;
	}

	.rowGap
	{
		margin-top: 2rem;
	}
	
	.video-wrapper {
	  

	}
	
	.projectArray h2:first-of-type
	{
		padding-top:0;
		margin-top: 1rem;
	}
	
	.projectArray h2:not(:first-of-type)
	{
		padding-top:0;
		margin-top: 1.5rem;
	}
	
	.intro-teaser{
		font-size: 1.8rem;
		line-height: 2.4rem;
		margin-top: .5rem;
		margin-bottom: 2.5rem;
	}
	
	.projectInfo
	{
		font-size: .5rem;
		line-height: .8rem;
	}
	
	.projectInfoEntry b
	{
		display: block;
	}

	.projectDescription
	{
		font-size: .5rem;
		line-height: .8rem;
		
	}
	
	.formatIntroText
	{
		width: 100%;
		font-size: .8rem;
		line-height: 1.2rem;
		margin: 0 2.2vw 2rem 0;
	}
	
	.projectIntroText
	{	
		font-size: .8rem;
		line-height: 1.2rem;
		margin: 0 2.2vw 2rem 0;
	}
	
	.scale-70-quer {
		width:100%;
		height:65vw;
	}

	.scale-40-hoch {
		width:80%;
		height:115vw;
	}
*/


}

@media screen and (max-width: 600px) {
	
	
/*
.noScroll
{
    margin: 0; 
    right: 0;
}


.closebtn {
  position: absolute;
    right: 1rem;
    top: 3rem;
    color: white;
}
   

    .grid-sizer, ._topic-item
    {
         width: 100%; 
         min-height: 220px;   
         margin: 0px;
         transition: all .3s linear;
    }

    .stamp {
        left: 20px;
            width: 86%;
        position: absolute;
        top: 150px;
    }

    .singleTopic {
    margin-top: 0px;
}

.lightboxClose img {
    width: 15px;
    height: auto;
    margin-left: 5px;
}

.slick-arrow img
{
    width: 15px;
    height: auto;
    margin-top: 12px;
}

.topicContentWrapper {
    margin: 22px;
    padding: 20px;
    min-height: 200px;
}


.topicContentWrapperImage {
    margin: 22px;
	height: calc(var(--scalePadding)*2.8);
}

.topicContentWrapper h2 {
    margin-top: 55px;
    margin-bottom: 15px;
}

.mainText .topicContentWrapper {
    margin: 20px;
    padding: 5px 5px 10px 5px;
}

.mainText {
    min-height: 300px;
}

.topicContentWrapperImage h2 {
    top: 44%;
}

.teaserEvent  {
    height: 80vh;
}

.hiddenMobile
{
    display: none;
}

.hiddenDesktop
{
    display: inherit;
}

.footerMain
{
	flex-wrap: wrap;
}


.mandatoryLinks
{
    float: inherit;
}

.mandatoryLinks ul li {
    list-style-type: none;
    text-align: left;
    display: inherit;
    margin-left: 0px;
}


.menuHeader
{
    flex-wrap: wrap-reverse;
}

.sliderTriangle img {
    width: 70%;
}

.videoContainer video
{
	width: 100%;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.singlePerson {
    width: initial;
    margin-bottom: 40px;
    margin-left: 5px;
    margin-right: 5px; 
}

.events
{
    margin-bottom: 30px;
}

.partnerLogos {
    justify-content: space-around;
	flex-wrap: wrap;
}
	
.partnerLogos div img
{
    
}

 .mainContenText
{
    width: 100%;
    max-width: 100%;
}

.mainContenText h1 {
    padding: 0;
    padding-top: 4rem;
}


.galleryTitle {
text-align: left;
    font-size: calc(var(--scalePadding)*0.1);
}
.galleryStandart
{
	width: 100%;
    margin-bottom: calc(var(--scalePadding)*0.18);
}
	

.articleBlockRight
{
    display: none;
}

.articleBlockLeft
{
   display: none; 
}

.articleBlockCenter
{
    width: 100% !important;
}

.teaserEvent
{

}
	
.teaserEvent > div
{
	
}

.theSingleTopic {
    flex-basis: 100% !important;
}

	
h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}	

h2 {
    font-size: 1.7rem;
    line-height: 2rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

h5 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.triangleText h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}


.twoThirdWidth {
    width: 100%;
}

.aboutSection, .topicSection, .triangleSection, footer
{
    padding: 2rem 1.3rem;
}

.standartPaddingSubside
{	
	padding: 8.5rem 1rem 2rem 1.3rem;
}
	
.standartPaddingSubsideWithCoverImage
{
    padding: 3rem 1.3rem;
}
	
.aboutMainText
{
    width: 100%;
}

.aboutHeadline
{
    width: 35%;
    text-align: right;
}

.theImageLightbox img {
    width: 260px;
}

.lightbox {
    width: 82%;
}
	
.imageSection
{
    height: 60vh;
	display: inherit;
}

.imagerights
{
	position: relative;
	text-align: right;
	margin-top: calc(var(--scalePadding)*-0.18);
	margin-right: calc(var(--scalePadding)*-0.05);
}
	
.sectionContent{
    margin-top: calc(var(--scalePadding)*0.01);
}
	
.infoSection
{
    padding: calc(var(--scaleText)*0.1) 10%;
}

.mainLogo
{
    font-size:   1.8rem;  
    line-height: 1.7rem;
	width: 3.5rem;
    height: 3.5rem;
}
*/
	
/*.pageLogo
{
	width: 12rem;
}

.material-icons.md-4 { 
	font-size: 2rem;
}


.menu-icon
{
    font-size:   1.375rem;  
    line-height: 1.375rem;
    margin-top: 0rem;
}
*/
}



