@charset "UTF-8";
/* CSS Document */
canvas:nth-child(1) {
	
	width: 419px;
	max-width: calc(100% - 20px);
	height: auto;
	
}
	#menu {
/*		display: flex;
		flex-flow: column nowrap;
		width: 100%;
		align-items: flex-start;
		height: 30px; */
		position: relative;
		z-index: 3;
		}	
	#menu .menu-icon { 
	position: relative; 
		top:17px;
		left:20px;
		display: block;
		float: left; 
margin-right: 13px;
 	   width: 30px;
	   height: 30px;
	border: 3px solid #000;
	border-radius: 50%;
		transform: translate(-50%,-50%);
		overflow: hidden;
		background-color: #FFF;
	} 
#menu .menu-icon span {
	position: absolute;
	display: block;

	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	transition: 0.75s;	
}
#menu label span:nth-child(2) {
	margin-left: 100%;
	background: #000;
	color:#fff;
	
}
#menu label span.active {
	transform: translateX(-100%);
	
}

	#menu input {display:none;}

	
	#menu input:checked + label {
	    background: rgba(255,255,255,1); 

	}
#menu a {
	text-decoration: none;
}
#menu button {
	display: none;
}
 
button#mutebtn {
	display: block;
	position: absolute;
	margin-left: 100px;
	border: 3px solid black;
	border-radius: 50%;
	width:34px;
	height:34px;
	background: url("../img/volume-low-solid.png");
	
	background-position: center;
	cursor:pointer; outline:none;
}









@media (max-width: 540px) {

	.follow #menu button {	
		display: block;
		border: black medium solid;
		width: 34px;
		height: 34px;
		border-radius: 17px;
		position: absolute;
		top: 15px;
		left: 25px;
	}
}
/*	
*************************************************************		
Hier folgt das Menu auf der farbigen Fläche
*/
#menu input ~ nav {
	background-color: rgba(225, 210, 0, 0.9); 
	position: fixed;
  top: 0;  
  left:  100%;
  width: 100%; 
  height: 100%;
	margin-top: 215px;
	padding-left: 75px;

	transition: 0.5s; 
 overflow-y: auto;
 overflow-x: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content:	flex-start;
} 

@media (max-width: 414px) {
	#menu input ~ nav {
	background-color: rgba(225, 210, 0, 1);
	margin-top: 258px;
	padding-left: 35px;
	}
 }


#menu input:checked ~ nav {
  left: 0; 
  transition-delay: 0.5s;

}

#close:not ~ nav {
  left: 0; 
  transition-delay: 0.5s;

}

#menu input ~ nav > ul {
	color: rgba(0,0,0,1);
	min-width: 340px;
	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-size: 16px;
  line-height: 18px;
}

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

#menu input ~ nav > ul > li:nth-child(1):after  {
	width: 300px;
	  font-weight: 400;

	white-space: inherit;
	content: attr(alt);
	margin-bottom: 13px;
	}
	
#menu input ~ nav > ul > li > a:hover, 
#menu input ~ nav > ul > li > a:focus {
  font-weight: 600;
}
#menu input ~ nav > ul > li.solo  {
	margin-top: 13px;
	 }
#menu input ~ nav > ul > li.bold a {
	font-weight: 600;
	 }
.break {margin-top: 13px;}
/*------------link-style---------------	border: 1px solid red;
---*/

#profil {  /*das sind wir*/
	width: auto;
	height: 200px;

	position: absolute;
	margin-top: 230px;
	margin-right: 460px;
}
#agenda {  /*was läuft*/

	width: auto;
	height: 140px;
	position: absolute;
	margin-right: 250px;
	margin-top: -60px;
}
#projekte {
	width: auto;
	height: 615px; 
	position: absolute;
	margin-top: -60px;
	margin-left: 280px;
}
/*------------cursor-style------------------*/

body {
	cursor: none;
}

div.cursors div {
	height: 10px;
	width: 10px;
	background: rgba(0, 0, 0, 1.0);
	border-radius: 50%;
	position: absolute;	
	z-index: 1;
	top: -100px;
	left: -100px;
	pointer-events: none;
	transform: translate(-40%, -40%);

}

div.cursors div span {

	display: flex;
	height: 40px;
	width: 40px;
		border-radius: 50%;

	padding: 2.5px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 8px;
	line-height: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	opacity: 0;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;}

div.cursors div span.visible {
	opacity: 1;
	transform: scale(2.2);
	background: rgba(255, 255, 255, 0.8);}
/*
div:hover ~ #cursor {
	transform: scale(0.5);
} */

/*------------formulare stile------------------*/

form,
#dsvgo {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;	
}
form + #dsvgo {
	margin-top: 45px;
}
.projekte form {
	width: 33%;
	display: inline-flex;
	justify-content: center;
	}
fieldset {
	border: none;
	} 
fieldset ul {
	margin: 0!important;
	padding: 15px 0 0 0;
	list-style-type: none;
	}	
fieldset li {
	margin: 0 0 12px 0;
	padding: 0;
	width: 100%;
	}
li.selector:after {
	content:attr(data-choice);
	font-weight: 600;
	}	
label:not(.menu-icon) {
	margin-top: 10px;
	display: block;
	width: 100%;
	}
label[for="username"] ,
label[for="pwd"] {
	width: 35%;
	display: inline-block;
	float: left;
} 
	

.selector,
.label {
padding-top: 30px;	
font-weight: 600;
	}

label[title="Pflichtfeld"]:before {
	content: "*";
	margin-right: 6px;
	}
label[title="Pflichtfeld"]:after {
	font-weight: 600;
	}
textarea, select, input {
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	border-radius: 10px;
	padding: 0;
	background-color: rgba(210,220,220,1.00);
	color: #000;
font-weight: 400;
font-style: normal;
font-size: 16px !important;
	cursor: none;


	}
textarea, select {
	height: 160px !important;
	} 
.medium {float: left; width: 64%!important; margin-bottom: 12px;}
.small {float: left; width: 34%!important; margin-bottom: 12px;}
.space {margin-right: 4px;}	

	input[name="login"] {
	width: 20%;
	float: left;
	display: inline-block;
	
	}


@media (min-width: 541px) {
.medium {float: left; width: 65%!important; margin-bottom: 12px;}
.small {float: left; width: 34%!important; margin-bottom: 12px;}
.space {
	margin-right: 6px;
	}	

}
@media (max-width: 540px) {
	label[for="username"],
	input[name="PWD"],
	input[name="Username"],
	input[name="login"]{
	width: 48% !important;

	}
}
input.btnsend {
	margin: 0 0 0 6px;
	color: rgb(141, 141, 141);
	}
input.btnreset {
	margin: 0 0 0 6px;
	color: rgb(141, 141, 141);
	}

input[name="login"] {
	display: inline-block;
	font-weight: 600;
	float: left;
	width: 30%;
	height: 35px;
	color: #000;
	text-align: center;
	border: none;
	background-color: rgba(210,220,220,1.00);
	} 
input.btnzurueck, input.btnschicken {
	font-weight: 600;
	margin: 44px 6px 0px 0px;
	float: left;
	width: 160px;
	height: 35px;
	color: #000;
	text-align: center;
	border: none;
	background-color: rgba(210,220,220,1.00);
	} input.btnzurueck:hover, input.btnschicken:hover, input[name="login"]:hover {
	background-color: rgba(210,220,220,0.8);
	}

input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-right: 18px;
	float: left;
	display: inline-block;
	}
input[name="Rewrite"] {
		display: none;
	}
li.selectbox {
	height: 35px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start!important;
	}
/* Customize the label (the container) */
.container {
  display: inline-block; 
  float: left;
  height: 35px;
  width: 35px;
  position: relative;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
	border-radius: 6px;
	background-color: rgba(105,131,138,0.2);
  border: none;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: rgba(105,131,138,0.2);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: rgba(105,131,138,0.2);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left:10px;
  top: 1px;
  width: 10px;
  height: 22px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
label.container:after {
	content: attr(title);
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	margin-top: 8px;
	margin-left: 42px;
	}

#fehler_msg,
#form_danke { 
	position: absolute;
	margin-top: 0px;
	width: 100%;
	font-weight: 600;
	background-color: #FFF;
	display:none;
} #form_danke { 
	position: relative;
	margin-bottom: 35px;
	display:block;
	}

#dsvgo > p {
	font-size: 16px;
	line-height: 20px;
	color: rgba(0,0,0,1);
	 
	 }


/************Parnterlog**************/	
.MfU { 
font-weight: 600;
padding-top: 60px;
padding-bottom: 10px;
}
		.partner {
			margin: 20px 0!important;
			width: 100%;
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
}
		.partner li {
			margin-right: 60px;
			display: inline-block;
			float: left;
			
			}
		.partner li a { 
			display: block;
			height: 60px;
			background-position: top left;
			background-repeat: no-repeat;
			color: rgba(255,255,255,0.00);

	}  .partner li a[href^="https://zugersinfonietta.ch"] {
		background-image: url(../img/logo_zuger_sinfonietta.svg);
		background-size: contain;
		width: 190px; 
		height: 28px;
	}   .partner li a[href^="https://www.beisheim-stiftung.com"] {
		background-image: url(../img/logo_beisheim.svg); 
		background-size: contain;
		width: 190px;
	}  .partner li a[href^="https://www.zg.ch"] {
		background-image: url(../img/logo_kanton_stuetzlogo.svg); 
		background-size: contain;
		width: 170px;
	}   .partner li a[href*="gemeinden/steinhausen"] {
		background-image: url(../img/logo_steinhausen.svg); 
		background-size: contain;
		width: 130px;
	} 	.partner li a[href*="gemeinden/hunenberg"] {
		background-image: url("../img/logo_huenenberg.svg"); 
		background-size: contain;
		background-position: left top;
		width: 160px;
	}   .partner li a[href^="https://www.sz.ch"] {
		background-image: url("../img/logo_swisslols_schwyz.svg"); 
		background-size: contain;
		width: 150px;
	}   .partner li a[href^="https://www.ur.ch"] {
		background-image: url("../img/logo_swisslos_uri.svg"); 
		background-size: contain;
		width: 160px;
	}   .partner li a[href^="https://www.daetwyler-stiftung.ch"] {
		background-image: url("../img/logo_daettwyler.svg"); 
		background-size: contain;
		width: 160px;
	} 
	.partner li a span {display: none;}

/************CONTENT**************/	

