/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * frauenhaus.li (monthly pageviews: <50K)
 *
 */

/* complete */
body {
	color:#252525;
	font-family: 'Noto Sans', sans-serif;
	font-size:12pt;
	font-weigth:400;
	margin:0;
	padding:0;
	line-height:130%;
	letter-spacing: 0.01em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
body.noscroll {
	margin: 0; 
	height: 100vh;
	overflow:hidden;
}
html {
	overflow-x:hidden;
}
p {
	margin:0;
}
ul,li {
	padding:0;
	margin:0;
	list-style: none;
}
h1 {
	font-size: 24pt;
	color:#959595;
	margin-top: 40px;
	margin-bottom:20px;
	line-height:120%;
	font-weight:200;
	text-align:left;
}
h2 {
	font-size: 18pt;
	color:#252525;
	padding-top: 10px;
	margin-top:0;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height:120%;
	font-weight:200;
}
h3 {
	margin-top:10px;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:#959595;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#959595;
}
b {
	font-weight: 700;
}
.main_page {
	padding:0px 0px;
	text-align:left;
}
.header {
	height:250px;
	margin-bottom:0px;
	background-image: url(images/nebel_triesenberg.jpg);
	background-image: url(images/Kultur-Traverse_Titel-Web1.jpg);
	background-position: left left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.top_line {
	margin-bottom:80px;
}
.topline .kontakt {
	margin: 0 40px;
}
.logo {
	position: absolute;
	left:40px;
	top:20px;
	width:60vw;
	max-width:400px;
	height:20vw;
	max-height:115px;
	padding:10px;
	background-image: url(images/logo.png); 
	background-size:90%;
	background-position:0px 20px; 
	background-repeat:no-repeat;
	background-color:transparent;
}
.logo a {
	display:block;
	height:100%;
}
.hamburger {
	position: fixed;
	right:40px;
	top:40px;
	width:70px;
	height:50px;
	background-image: url(images/hamburger.svg);
	background-size: 70px auto;
	background-repeat: no-repeat;
	cursor:pointer;
}
.menu_wrapper {
	background-color: #51b2b4;
	color:#fff;
	position: fixed;
	top:30px;
	right:40px;
	padding:40px;
	padding-top:120px;
	font-size:24px;
	display:none;
}
.menu_wrapper li {
	margin: 30px 0;
	font-size:36px;
	cursor:pointer;
	user-select: none;
}
.menu_wrapper li a {
	color:#fff;
} 
.close {
	position: absolute;
	right:20px;
	top:20px;
	width:40px;
	height:40px;
	background-image: url(images/close.svg);
	background-size: 40px auto;
	background-repeat: no-repeat;
	cursor: pointer;
	
}
.section {
	margin-bottom:60px;
}
.section_content {
	margin: 0 40px;
	width:calc(100% - 80px);
	overflow:hidden;
}
.menu_items,.wochenhits {
	display:flex;
	justify-content: left;
	flex-wrap: wrap;
	width:100%;
	margin-bottom:40px;
}
.menu_items .item,
.wochenhits .item {
	width:30%;
	max-width:30%;
	min-width:30%;
	margin-top:20px;
}
.menu_items .item100 {
	width:100%;
	min-width:100%;
	max-width:100%;
	margin-top:40px;
}
.menu_items .sub {
	font-size:14px;
}
.foldable .tage {
	display:none;
}
ul.team {
	display:flex;
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin:20px 0;
	width:100%;
}
ul.team li {
	max-width: 250px;
	min-width:175px;
	margin:0 10px 20px;
	overflow:hidden;
}
ul.team li img {
	width:20vw;
	height:26vw;
	max-width:300px;
	max-height:400px;
	min-width:175px;
	min-height:220px;
	object-fit:cover;
}
ul.team .name {
	font-weight:600;
}
.openarrow {
	cursor:pointer;
}
.openarrow span {
	background-image: url(images/pfeilrechts_sw.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position-y: 5px;
	background-position-x: 4px; 
	width:35px;
	height:40px;
	display:inline-block;
}
.foldable_content {
	display:none;
}
.layer {
	display: none;
	position: fixed;
	width:90vw;
	height:90vh;
	top:5vh;
	left:5vw;
	border:1px solid #7b4c75;
	background-color: #fff;
	overflow:scroll;
}
.layer .close {
	background-image: url(images/close_dunkel.svg);
}
.dimmer {
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color: #fff;
	background-color: #7b4c75;
	opacity:0.7;
}
.layer .tag,
.layer .wochenhit {
	display:flex;
}
.layer .tag>h2 {
	min-width:150px;
	max-width:150px;
}
.layer .tag>.text {
	margin-top: 13px;
}
.layer .tag ul.menu_items {
	margin-bottom:0px;
	padding:0px;
	margin:0px;
	justify-content: left;
}
.layer ul.menu_items .item {
	margin-top:0px;
	margin-right:10px;
}
.layer h1 {
	font-size:24pt;
}
.layer h2 {
	font-size:18pt;
}
.layer div {
	font-size:12pt;
}
.layer .wochenhit {
	border-top:1px solid #004647;
	margin-top:10px;
}
.intro {
	font-size:24px;
	line-height:150%;
	color:#6b6b6b;
	text-align:left;
}
.spalten {
	display:flex;
	justify-content:space-between;
}
.spalten .spalte {
	width:calc(50% - 10px);
}
.editorial .bild {
	width:100%;
}
.editorial .bild img {
	object-fit:contain;
	width:100%;
	height:auto;
}
ul.boxen {
	display:flex;
	justify-content:space-between;
	gap:20px 20px;
	flex-wrap:wrap;
}
ul.boxen>li {
	background-color:#f1f1f1;
	flex-grow: 1;
	min-width:calc(30% - 50px);
	max-width:calc(30% - 50px);
	padding:20px;
	margin:14px ;
-webkit-box-shadow: 4px 5px 14px 1px rgba(0,0,0,0.26); 
box-shadow: 4px 5px 14px 1px rgba(0,0,0,0.26);	
}
ul.boxen>li a {
	color:#000;
	text-decoration: none;
}
.back {
	margin-top:40px ;
	font-weight:bold;
}
ul.projekte {
	
}
ul.projekte li {
	margin-top:30px;
}
ul.projekte li>a {
	display:flex;
}
ul.projekte li .bild,
ul.projekte li .emptybild {
	width: 25vw;
	max-width:25vw;
	min-width:25vw;
	height:18vw;
	overflow:hidden;
}
ul.projekte li .bild img {
	width:25vw;
	height:18vw;
	object-fit:cover;
}
ul.projekte li .project-list-content {
	margin-left: 40px;
}
.project_content {
	display:flex;
}
.project_content>div {
	width:50%;
}
.project_content>div.project-detail-content {
	width:48%;
	margin-left:2%;
}
.project_content>div.project-detail-content .text{ 
	margin-top:30px;
}
.project_content>div>img {
	width:100%;
	height:auto;
}
