@import url("//hello.myfonts.net/count/352890");

@font-face {
  font-family: 'PKMuseoSlab';
  src: url('museoslab/352890_0_0.eot');
  src: url('museoslab/352890_0_0.eot?#iefix') format('embedded-opentype'),url('museoslab/352890_0_0.woff2') format('woff2'),url('museoslab/352890_0_0.woff') format('woff'),url('museoslab/352890_0_0.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'PKMuseoSlab';
  src: url('museoslab/352890_3_0.eot');
  src: url('museoslab/352890_3_0.eot?#iefix') format('embedded-opentype'),url('museoslab/352890_3_0.woff2') format('woff2'),url('museoslab/352890_3_0.woff') format('woff'),url('museoslab/352890_3_0.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'PKMuseoSlab';
  src: url('museoslab/352890_5_0.eot');
  src: url('museoslab/352890_5_0.eot?#iefix') format('embedded-opentype'),url('museoslab/352890_5_0.woff2') format('woff2'),url('museoslab/352890_5_0.woff') format('woff'),url('museoslab/352890_5_0.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'PKMuseoSlab700';
  src: url('museoslab/352890_1_0.eot');
  src: url('museoslab/352890_1_0.eot?#iefix') format('embedded-opentype'),url('museoslab/352890_1_0.woff2') format('woff2'),url('museoslab/352890_1_0.woff') format('woff'),url('museoslab/352890_1_0.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'PKMuseoSlab';
  src: url('museoslab/352890_2_0.eot');
  src: url('museoslab/352890_2_0.eot?#iefix') format('embedded-opentype'),url('museoslab/352890_2_0.woff2') format('woff2'),url('museoslab/352890_2_0.woff') format('woff'),url('museoslab/352890_2_0.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'PKMuseoSlab';
  src: url('museoslab/352890_4_0.eot');
  src: url('museoslab/352890_4_0.eot?#iefix') format('embedded-opentype'),url('museoslab/352890_4_0.woff2') format('woff2'),url('museoslab/352890_4_0.woff') format('woff'),url('museoslab/352890_4_0.ttf') format('truetype');
  font-weight: 1000;
}


body {
  margin: 0;
  font-family: 'PKMuseoSlab', sans-serif;
  background-color: #f5f5f5;
}

a {
  color: #000;
}



/* BUTTON */

.but a:link, a:visited  {
  background-color: #00CCFF;
  color: white;
  border: 2px solid #00CCFF;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.but a:hover, a:active {
  background-color: #fff;
  color: #00CCFF;
}



/* header */
#home {
  font-family: PKMuseoSlab, sans-serif;	
  text-transform: Uppercase;
  width: 100%;
  text-align: center;
  }


.headerimg {
  width: 50px;
  margin: 10px auto 0 auto;
}

.subline p {
  font-family: PKMuseoSlab, sans-serif;	
  text-transform: Uppercase;
  font-size: 0.35em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin-top: -50px;
}

.header h1 {
  font-family: PKMuseoSlab, sans-serif;	
  text-transform: Uppercase;
  font-size: 2.5em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
 
}

.header p {
  margin: 0;
  padding: 0;
  color: #00CCFF;
  font-family: PKMuseoSlab, sans-serif;	
  text-transform: Uppercase;
  font-size: 1em;
  font-weight: 100;
  text-decoration: none;
  text-align: center;
  
}

.header li a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}


.logoimg {
	margin: 10px; 
	width: 300px;
	}

.pagecontent {
	margin: auto;
	width: 85%;
	}

.mob {
	display: block;
	}

h1 {
	margin-top: 25px;
	font-size: 1em;
	font-weight: 100;
	text-transform: Uppercase;
	color: #00CCFF;
	}	
	
h2 {
	margin-top: 25px;
	font-size: 1.25em;
	font-weight: 700;
	color: #000;
	}	

h3 {
	margin-top: 20px;
	font-size: 1.25em;
	font-weight: 700;
	color: #000;
	}	
	
.hlight {
	margin-top: 10px;
	font-size: 1.25em;
	font-weight: 100;
	color: #333;
	}
	
h4 {
	margin-top: 20px;
	font-size: 1em;
	font-weight: 500;
	text-transform: Uppercase;
	color: #00CCFF;
	}

p {
	margin-top: 10px;
	font-size: 0.95em;
	line-height: 1.3em;
	font-weight: 300;
	color: #000;
	}	
	
p a {
	color: #00CCFF;
	text-decoration: none;
	}
	
p a:hover {
	color: #00CCFF;
	text-decoration: underline;
	}
p a[href$=".pdf"] {
    padding-left: 30px;
    margin-top: 4px;
    padding-top: 4px;
    display: inline-block; 
    background: url("grafik/pdf.svg") no-repeat;}
    
.bgvid {
	padding: 25px 0;
	}

.vidmob {
	display: block;
	}
.viddesk {
	display: none;
	}
      
.accordion {
 	
  font-family: 'PKMuseoSlab', sans-serif;
  background-color: #fff;
  color: #00CCFF;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #fff; 
}

.titel {
	width: 100%;
	min-height: 200px;	
	margin: 0;
	}

.panel {
  padding: 0px 18px;
  margin: 2px 0;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


hr {
	margin: 25px 0;
	border: 1px dotted #00CCFF;
	}	
	
	
.portrait {
	margin: 0px 0 25px 25px;
	width: 100%; 
	float: right;
	}
.portraitkontakt {
		float: left; 
		width: 30%; 
		margin: 0 25px 25px 0
		}
	

.footer p {
	margin: 50px auto;
	text-align: center;
	}
/* 48em = 768px */






/* SLIDER */

/* Slideshow container */
.slideshow-container {
  max-width: 98%;
  position: relative;
  top: 50px;
  margin: auto;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text { 
  background: #00CCFF;
  color: #fff;
  font-size: 15px;
  padding: 15px 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: auto;
  text-align: center;
}
.text a { 
  color: #fff;
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #00CCFF;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

    
/* SLIDER ENDE */

@media (min-width: 900px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 15px;
  }
  .header .menu {
  	clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  
  .logoimg {
	width:350px;
	}
	
.pagecontent {
	margin: auto;
	width: 70%;
	}	
.mob {
	display: none;
	}
	
h1 {
	margin-top: 25px;
	font-size: 1em;
	font-weight: 100;
	text-transform: Uppercase;
	color: #00CCFF;
	}	
	
h2 {
	margin-top: 20px;
	font-size: 2em;
	font-weight: 700;
	color: #000;
	}	

h3 {
	margin-top: 20px;
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
	}	

p {
	
	font-size: 1em;
	font-weight: 300;
	color: #000;
	}	

.portrait {
	margin-top: 0 0 0 25px;
	width: 40%; 
	float: right;
	}
.vidmob {
	display: none;
	}
.viddesk {
	display: block;
	}
	.bgvid {
	padding: 80px 0;
	}
	.portraitkontakt {
		float: left; 
		width: 25%; 
		margin: 0 25px 25px 0
		}
	
	.slideshow-container {
  max-width: 98%;
  position: relative;
  top: 20px;
  margin: auto;
  
	}	
	.text { 
  
  position: absolute;
  bottom: 50px;
  right: 50px;
  
}



}

