@charset "UTF-8";
/* CSS Document
Dokument Farben: 
Blau 		 		color: #146293;
Gold				color: #BE873B;

 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body { 	height: 100%; }
body {
	width: 100%;	
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;	
	color: #000;
	text-align: center;
	background: none; 
	overflow-y: scroll;
 }
a:link,
a:visited {	
	border: none !important;
	color: #000;
	text-decoration: none;
		}
a[href="#impressum"] {
	text-decoration: underline;
	}
a[href="http://www.kwerk-zug.ch"] {
	display: block;
	position: fixed; top: 10px; left: 20px;
	width: 200px; height: 200px;
	
	}

a[href^="mailto:"] {
		height: 34px !important;
		padding-top: 4px; 
		display: inline-block;
		vertical-align: middle;
		background-image: url(../img/img_mail.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 32px;
		padding-left: 36px;
	}
a.document:before {
		font-size: 23px;
		font-family: swing-king, sans-serif;
		font-weight: 300;
		font-style: normal;
		content: "X ";
		margin-right: 5px;
	}
a.game:before, a.mov:before {  
		font-size: 23px;
		font-family: swing-king, sans-serif;
		font-weight: 300;
		font-style: normal;
		content: "C ";
		margin-right: 5px;
	}
nav a.home:before,
a.home:before {
content: " ";
	display: inline-block;
width: 28px;
height: 25px;
	margin-right: 10px;
background-image: url("../../img/nav_home.svg");
background-size: contain;
background-repeat: no-repeat;
text-decoration: none!important;
} nav a.home:hover ,
a.home:hover { text-decoration: none; }

		
a.game:after, a.mov:after {
	content: "\A" attr(data-link);
	display: inline-block;
	min-width: 260px!important;
	white-space: nowrap;
	text-decoration: none;
}
.next {
		height: 34px !important; 
		padding-top: 4px; 
		display: inline-block;
		vertical-align: middle;
		background-image: url(../img/img_idee.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 34px;
		padding-left: 36px;
	}
.prev {
		height: 34px !important; 
		padding-top: 4px; 
		display: inline-block;
		vertical-align: middle;
		background-image: url(../img/img_prev.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 26px;
		padding-left: 30px;
	} 
.bold {
		font-weight: 700;
	
	}
h1 {	
	font-family: museo, serif;
	font-weight: 700;
	font-size: calc(16px + (34 - 16) * ((100vw - 320px) / (1280 - 320)));	
	line-height: 150%;
	}
	
h3  {	
	font-family: museo, serif;
	font-weight: 700;
	font-size:22px;
	line-height: 26px;
	padding-top: 22px;
	} 
h2 {	
	font-family: museo, serif;
	font-weight: 700;
	font-size:26px;
	line-height: 32px;
	padding-top: 8px;
	}
h4 {
	font-family: museo, serif;
	font-weight: 300;
	font-size:22px;
	line-height: 26px;
	}
p  {		
	font-size: 18px;
		line-height: 24px;
		padding-top: 30px;
		margin: 0px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		}
p.kurse_details:first-of-type  {		
		padding-top: 30px;
		}
p.kurse_details   { 
	padding-top:0px;
	margin-left: 120px;
	text-indent: -60px;
}
p.kurse_details:before   {
	content: attr(data-label);
	display: inline-block;
	min-width: 60px;
	}
	

 #wrapper { 
	 min-height: 100%;
	 margin: 0;
	 padding-bottom: 180px;
	 width: 100%;
	 text-align: left;
	
	 }
 /*#gardient { 
 	position: fixed;
	bottom: 0;
	z-index: 99;
	 width: 100%;
	 min-height: 190px;
	 height: 25%;
 }
********************** HEADER FORMAT **************************/		
/****************************************************************/		

	

header {
	width: 100%;
	height: 196px;
	color: #000;
	position: fixed; /*fixed für die Folgeseiten!*/
	top: 0;
	z-index: 9;
	background-color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.4);
	background-image: url(../../img/kws-logo-sc.png), url(../../img/bg-header.png);
	background-image: url(../../img/kws-logo-sc.svg), url(../../img/bg-header.svg);
	background-size: 170px, 2385px;
	background-position: 22px 15px, -42px -3px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
		} 
	header .home a,
	header .show a  {
		width: 380px;
		float: left;		
		} 
	header .home a:after,
	header .show a:after {
		white-space: pre;
		content:"";
		display: block;
			padding-top: 130px;
			padding-left: 185px;
	font-family: museo, serif;
	font-weight: 700;
	font-size:22px;
	line-height: 26px;

		}	
	header .show a:after {
	font-size:21px;
		content:"Showcase\A with a difference...";
	} header ul  { 
		display: flex;
		width: 610px;
			padding-top: 23px;
			padding-right: 40px;
	flex-flow: row nowrap;
	justify-content: flex-end;
			}
		header ul li {
			list-style-type: none;
			margin-right: 10px;
			margin-bottom: 15px;
			}
		header ul li:nth-child(5) {
			display: none;
			}
		header ul li:nth-child(3) {
		margin-right: 75px;
			}

		header ul li a { 
		display: block;
		height: 38px;
		width: 38px;
		background-position: top left;
		background-repeat: no-repeat;
		background-image: url(../../img/nav_some.svg); 
	} header ul li a[href^="https://www.facebook"] {
		background-position: 1px 1px;
	}  header ul li a[href^="https://vimeo"] {
		background-position: -97px 1px;
	}	header ul li a[href^="https://www.insta"] {
		background-position: -48px 1px;
	}	header ul li a[href="index_de.php"],
		header ul li a[href="index_en.php"] { /*Sprachwechsel*/
		font-family: museo, serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 42px;
		text-align: center;
		background-position: -298px 1px;
	} 
	 
/*********************** NAVIGATION FORMAT **************************/		
	#menu {
		display: flex;
		flex-flow: column nowrap;
		width: 100%;
		max-width: 990px;
		align-items: flex-end;
		height: 60px;
		}	

	#menu label { 
		position: fixed;
		display: block;
		float: left;
	   margin-top: 20px;
	   padding-left: 20px;
 	   width: 40px;
	   height: 30px;
	   z-index: 11;
	} 
	#menu input {display:none}
	.line { 
	   position: absolute; 
	   left: 2px;
	   height: 5px; 
	   width: 40px; 
	   background: #000; 
	   border-radius: 2px;
	   display: block; 
	   transition: all 1s; 
	   transform-origin: center; 
	}

	.line:nth-child(1) { top: 8px; }
	.line:nth-child(2) { top: 20px; }
	.line:nth-child(3) { top: 32px; }
	
	#menu input:checked + label .line:nth-child(1){
	   background: rgba(0,0,0,1); 
	   transform: translateY(12px) rotate(-45deg);
	}
	
	#menu input:checked + label .line:nth-child(2){
	   opacity:0;
	}
	
	#menu input:checked + label .line:nth-child(3){
	   background: rgba(0,0,0,1); 
	   transform: translateY(-12px) rotate(45deg);
	}
/*****************Toggle Navigation*******************/	
	header .home a span,
	header .show a span,
	header ul li a span,
	#menu li a span {display: none;}
			
/***************************************************************		
Hier folgt das Hamburgermenu auf der farbigen Fläche
*/
#menu input ~ nav {
	background-color: rgba(105,131,138,0.98); /*  */
	background-color: rgba(245,255,0,0.85); /*gelb*/
	background-color: rgba(0, 204, 204, 0.85); /*green*/
	background-color: rgba(255,171,0,0.85); /*orange*/
	background-color: rgba(171, 219, 219, 0.92); /*eisblau*/
	background-color: rgba(253, 202, 70, 0.92); /*sonnengelb*/
	background-color: rgba(249, 201, 223, 0.92); /*rosarot*/
	background-color: rgba(185, 225, 245, 0.92); /*blau*/
	background-color: rgba(87, 181, 158, 0.92); /*blaugrün*/

	position: fixed;
  top: 0;  
  left: 100%;
  width: 100%; 
  height: 100%;
	padding-top: 175px;
	z-index: 10;
	transition: 0.5s; 
 overflow-y: auto;
 overflow-x: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content:	flex-start;
} 
#menu input:checked ~ nav {
  left: 0; 
  transition-delay: 0.5s;
}	
#menu input ~ nav > ul:first-child:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 95%;
	height: 200px;
	display: block;
	background-image: url(../../img/kws-logo-sc.png);
	background-image: url(../../img/kws-logo-sc.svg);
	background-position: 22px 15px;
	background-repeat: no-repeat;
	background-size: 170px;
}
#menu input ~ nav > ul {
	color: rgba(0,0,0,1);
	min-width: 340px;
	margin-top: 30px;
	display: flex;
	flex-flow: column nowrap;
	list-style-type: none;
	}

#menu input ~ nav > ul > li {
  background: none !important;
	}

#menu input ~ nav > ul > li > a {
  padding: 0px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
	color: rgba(0,0,0,1);

}
#menu input ~ nav > ul > li:after  {
  display: block;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

#menu input ~ nav > ul > li:nth-child(1) {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  }

#menu input ~ nav > ul:nth-child(1) > li:nth-child(1):after,
#menu input ~ nav > ul:nth-child(2) > li:nth-child(1):after  {
	width: 300px;
	white-space: inherit;
	content: attr(alt);
	margin-bottom: 13px;
	}
	
#menu input ~ nav > ul > li > a:hover, 
#menu input ~ nav > ul > li > a:focus {
  text-decoration: underline;
}
#menu input ~ nav > ul > li.solo  {
	margin-top: 13px;
	 }
#menu input ~ nav > ul > li.bold a {
	font-weight: 500;
	 }
	 
/*********************Workaround*******************************/		
#menu input ~ nav > ul:nth-child(1) > li:last-child {
	}
.box {  height: 0px;
	display: flex;
	flex-direction: row;
        }
	
/***********************************************************/	
#impressum { 
	width: 300px;
	height: 280px;
	padding: 35px;
	align-self: flex-end;
 	text-align: left;
 }
	 a[href^="https://kwerk-zug.ch"] {
		display: block;
		height: 150px;
		width: 150px;
	background-image: url(../../img/kw-logo-sz-3z-01.png);
	background-image: url(../../img/kw-logo-sc-3z-01.svg);
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 140px;
	}  a[href^="https://kwerk-zug.ch"] span {display: none;}	 
	a[href^="https://bildschulen.ch"] {
		display: block;
		height: 50px;
		width: 165px;
		padding-top: 85px;
		background-image: url(../../img/logo_kbs.svg); 
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: 165px;
		
	} a[href^="https://bildschulen.ch"]::before {
			content: "Mitglied der";
			display: block;
			height: 50px;
			width: 165px;
			margin-top: -85px;
			font-family: museo-sans, sans-serif;
			font-weight: 300;
			font-style: normal;
			font-size: 18px;
			line-height: 24px;
	} a[href^="https://bildschulen.ch"] span {display: none;
}	 


/************** Darstellung der Kurse **********************/	



.entry { 
		min-height: 400px;
		max-width: 100%;
		margin: 20px 0px 0px 0px;
		padding: 196px 620px 0px 20px; /* 220 enspricht der Höhe vom Menubar*/
		position: relative;
		background-color: #fff;
		color: #000;
		z-index: 0;
		text-align: left;
} 
.namedate, .footer {
		font-family: museo, serif;
		font-weight: 300;
		font-style: normal;
	}	

#CS {	
	order: 2;
}
@media only screen and (min-width: 800px) and (min-device-width: 800px){
}
 