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

/* Custom properties Vars */
:root {
--bg-col: #ffffff;	
--yello: #e1d200; 
--bluegrass: #4ad9ca;
--tango: #d9184b;
--silver: #C0C0C0;
}
.yello {
  background-color: var(--yello, yellow);	
} 
.bluegrass {
  background-color: var(--bluegrass, cyan);	
}  
.tango {
  background-color: var(--tango, orangered);	
} 
.blanco {
 background-color: var(--bg-col, white);
 border: 1px solid black;	
	
}
.yello-typo {
  color: var(--yello, yellow);	
} 
.bluegrass-typo {
  color: var(--bluegrass, cyan);	
}  
.tango-typo {
  color: var(--tango, orangered);	
}  

.bold {
	font-weight: 600;
	
}

* {
	margin: 0;
	padding: 0;
	
}
a:link,
a:visited,
a:focus,
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: none;
}

body {
	hyphens: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 400; /*Regular*/
	font-style: normal;
	font-size: clamp(14px, 16px, 18px);
	overflow-y: auto;
 	overflow-x: hidden;

	
}

h1, h2, h3 {
	font-weight: 600;
	font-style: normal;
	line-height: 30px;
	margin: 0;
}
h1 { 
	font-size: clamp(24px, 28px, 33px);
	line-height: clamp(24px, 28px, 33px);
}
.profillead h1 {
	white-space: nowrap;
}
h2 {
	font-size: clamp(20px, 24px, 29px);
}
h3 {
	font-size: clamp(16px, 20px, 24px);
}
h4,
p + h2,
h1 + p {
	
	margin-top:24px;
}
/* header */
header {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

header .profillogo {
	width: 100%;
	max-width: 420px;
	height: 240px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
header .profillead {
	margin: 80px 0 0 30px;
}
header .issues {
	margin-top: 30px;
	margin-left: -5px;
	max-width: 100%;
}
header .bar a:nth-child(5),
header .bar a:nth-child(6),
header .bar a:nth-child(7) {
	float:right;
}
header.follow #mutebtn {
	display: none;
}

/* kulturpilot home only */

.kulturpilot {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 820px;
	background-image: url(../img/kulturpilot_bgimg_lineatur.png);
	background-repeat: repeat-x;
	background-position: -150px -60px;
	text-align: center;
} 
@media (max-width: 896px) {
header .profillead {
	max-width: 300px; 
	margin: 80px 0 0 0;
}


}


@media (max-width: 540px) {
	header .profillogo { 
		position: relative;
		order: 2;
		margin: 0 0 0 -10px;
	}
	header.follow .profillogo {
		order: 1;
		display: block;	
	}
	header .profillead { 
		order: 1;
		margin: 20px 30px 0 22px;
	}
	header.follow .profillead { 
		order: 2;
		margin: 0 30px 0 22px;
	}/*
	header.follow .profillead:before { 
		content: url("../img/kulturpilot_animation_logo.svg");
		display: none;
		width: calc(100% - 20px);
		position: absolute;
		top: -60px;
		left: -6px;
		z-index: -1;
	}*/
	header .issues {
	width: calc(100% - 20px);
	}
	#mutebtn {
	display: none !important;
}
	.kulturpilot {
		display: none;
	}
 }

/* body */
.content, .finder, footer {
	color: rgba(0,0,0,1.00);
	width: calc(100% - 40px);
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: rgba(255,255,255,0);
} .content, .finder {
	min-height: 400px;
	margin-bottom: 80px;
} 

@media (min-width: 541px) {
.angebot::before,
.weare::before,
.whatson::before,
.projekte::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;

	width: 100%;
	height: 100%;
	background-image: url(../img/kulturpilot_bgimg_lineatur.png);
	background-repeat: repeat-x;
	background-position: -150px -20px;
	background-blend-mode: lighten;
	opacity: 0.3;
}
.weare::after {
	content: "";
	position: absolute;
	display: block;
	float: right;
	z-index: -1;
	margin-top: -120px;
	margin-left: 60%;
	width: 100%;
	height: 100%;
	max-width: 180px;
	max-height: 300px;

	background-image: url("../animationen/kulturpilot_bgimg_home_zylinder_still.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	}
}
ul,
ul.linkliste {
	margin: 20px 0;
	list-style-type: none;
}
.linkliste li {
	font-size: 17px;
	font-weight: 600;
	margin: 10px 0;
	
}
.linkliste li a::before {
	margin-right:15px;
	content: "\f0c1";	
	font: var(--fa-font-solid);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.signature {
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: 400;
	margin-left: -6px;
	margin-bottom: 12px;
}
.signature:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f0c6";
	color: white;
	width: 26px;
	height: 26px;
	padding: 3px;
	border-radius: 50%;
	background-color: black;
	margin-right: 6px;
	text-align: center;
	
    

	
}

.screen {
	display: relative;
	text-align: center;
	margin: 50px auto 30px auto;
	width: 640px;
	max-width: calc(100% - 40px)!important;
	height: auto!important;
}
.screen img,
.screen video {
	max-width: 100%!important;
	height: auto!important;

}


.whatson hr {
		border-top: rgba(0,0,0,1.00) thin dashed;
		margin-top: 20px;
		margin-bottom: 20px;
}
.whatson article {
		border-top: rgba(0,0,0,1.00) thin dashed;
		padding-top: 20px;
		padding-bottom: 40px;
}

.content img {
	width: 100%;
	max-width: 640px;
	margin-top: -30px;
}
.content p + ul {
	margin: 20px;
	list-style-position: outside;
}
.conten table {
  border-collapse: separate; 
  border-spacing: 3em 1em; 
}
.weare table {
	margin: 0 auto;
}
.content table td {
	  vertical-align: top;
	  padding-top: 33px;
	  padding-bottom: 18px;
}
.weare table td {
	  width: 33%!important;
}
.content table tr:not(:first-child) td:first-child {
	border-top: rgba(0,0,0,1.00) thin dashed;
	min-width: 200px;
	max-width: 100%;
	margin-right: 10px;
	padding-top: 0;
	font-weight: 600;
	text-transform: uppercase;
}


.content table tr:not(:first-child) td:nth-child(2),
.content table tr:not(:first-child) td:last-child {

	border-top: rgba(0,0,0,1.00) thin dashed;
	min-width: 280px;
	width: 690px;
	max-width: 100%;
	min-height: 56px;
	padding: 0;
	margin: 0;
}
	section p:last-of-type,
	.presection_title {
		margin-bottom:10px;
	}
	.presection_title:nth-of-type(2) {
		margin-top:40px;
		margin-bottom:10px;
	}
td > h4 {
	margin-top: 0px;
}
td > h3 + p {
	margin-bottom: 12px;
}
.presection_title + h4,
section h4,
	.cell_date {
		font-weight: 600;
		font-size:18px;
	}
.presection_title + h4 + p {
	font-size: 18px;
	margin-bottom: 12px;
}

.time span {
	display: inline-block;
	width: 50px;
	}
.closed {
	color: var(--orangered, orangered);
	
}

.content p.i-vorverkauf {
	margin: 18px 5px;
	font-weight: 600; /*Demi*/
	font-size: 14px;
	letter-spacing: 0.01em;
	text-transform: uppercase;

}
.content p.i-vorverkauf a {
	display: inline-block;
	text-align: center;
	padding: 8px;
	border: 1px solid black;
min-width: 128px;
background-color:  rgba(255,255,255,1.00);
border-radius: 26px;
box-shadow: 4px 4px #D8D8D8;
color: black;
transition: all 200ms;
}
.content p.i-vorverkauf a:hover {
transform: scale(1.03);
}


@media (max-width: 540px) {
	.content section { 
		flex-wrap: wrap;


	}
	.content section .row_li {
		width: 100%;
 }
.content section .row_li {
	margin-right: 0px;
}	
.content {
	margin: 30px 30px 0px 15px;
	} 
}



/* **********  finder   ********* */
.finder {
		max-width: 640px;
		padding-top: 75px;
}/*
.finder span {
	display: block;
	margin: 6px auto;
	border: solid grey 1px;
	border-radius: 8px;
	padding: 12px;

}
.finder span i.fa-folder {
	font-size: 20px;
	margin-right: 10px;
}
.finder span i.fa-image,
.finder span i.fa-file-pdf {
	font-size: 20px;
	margin: 0 10px 0 30px;
}*/



/* interne Links */

.internalLinks {
	width: calc(100% - 40px);
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}
.i-link {
	font-size:  clamp(15px, 16px, 17px);
	line-height: 20px;
	padding: 8px;
	width: clamp(70px, 85px, 100px);
	height: clamp(70px, 85px, 100px);
	border-radius: 50%;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.i-link a  {
	text-align: center;
	text-decoration: none;
	font-weight: 600; 
	color: #000000;
    text-transform: uppercase;

 }
.i-link a:hover  {
	color: #FFFFFF!important;
}
.i-link:last-of-type:hover {
	background-color: black;
}
.i-link:last-of-type:hover a {
	color: #FFFFFF!important;
}
.i-button {
  display: flex;
  align-items: center;
  justify-content: center;

}

.i-button a  {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: clamp(145px, 170px, 200px);
	width: 230px;
	height: 66px;
	background: white;
	border: 1px solid black;
	border-radius: 33px;
	box-shadow: 4px 4px #D8D8D8;
	font-size: clamp(12px, 14px, 16px);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 18px;
	z-index: 2;
	text-decoration: none;
	margin: 15px;
color: black!important;
transition: all 200ms;
}
.i-button a:hover {
transform: scale(1.03);
}
 
.i-button a::before {
	
	margin-right: 14px;
	content: "\f0c1";	
	font: var(--fa-font-solid);
    /*display: inline-block;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-size: 1.25em;
}

.visitenkarte {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	width: 100%;
	margin-top: 40px;
}
.visitenkarte div {
	width: 230px;
	padding: 20px 0;
}

@media (max-width: 540px) {
	.i-button {
		flex-direction: column;
	}
	.i-link {
		margin: 10px;
	}
	.visitenkarte {
	margin-left: 20px;	
	flex-direction: column;
	flex-wrap: wrap;
	}
	
	
	
}

/* footer */
footer {
	position: relative;
	color: rgba(0,0,0,1.00);
	width: calc(100% - 40px);
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
footer hr {
	margin-bottom: 5px;
	
	
}
footer p:nth-child(2){
	width: 55%;
	float: left;	

}
footer p:nth-child(3){
	text-align: right;
	width: 45%;
	float: right;

}

footer a {
	display: inline-block;
	padding: 0;
	margin-top: 20px;
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;

} footer a[href*="www.phzg.ch"] {
	float: left;
	width: 150px;
	background-image: url(../img/logo_phzg_lang.svg);
	font-weight: 600; /*Semibold*/
	text-decoration: none;
} footer a[href*="www.phsz.ch"] {
	float: right;
	width: 290px;
	background-image: url(../img/logo_phsz_lang.svg);
} footer a span { display: none;
} 

@media (max-width: 414px) {
	footer p {
	width: 100%!important;
		text-align: left!important;
		float: none;
	}
	footer a {
		float: left!important;
		
	}
 }




