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

body, p,h1,h2,h3,h4,h5,h6 {font-family:Karla, Arial, Helvetica, sans-serif;
}

.w3-bar,h1,button {font-family: "Montserrat", sans-serif}

li {
	list-style:none;
}


h4 {
	font-style:italic;
}




.collapsible {
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding-bottom: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.active, .collapsible:hover {
  background-color: transparent;
}

.collapsible:after {
  content: '\ klicken zum anschauen';
  font-family:Karla, Arial, Helvetica, sans-serif;
  float:left;
  color: black;
  font-size:1em;
  font-weight:;
  margin-left: 5px;
  text-decoration:underline;
}

.active:after {
  content: "\klicken zum schliessen";
  float:left;
  text-decoration:underline;
}


.content {
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}

.projektbild {
	width:200px;
	height:200px;
	margin:0 auto;
}

a:hover {
	text-decoration:none;
}

.top-middle {
    position: absolute;
    top: 4%;
    left: 40%;
}



.container {
  background:#000;
  width:400px;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  
  
}

.slideshow_wrapper {
  width:400px;
  height:300px;
  overflow: hidden;
   
}

.slideshow {
  width:1000px;
  height:300px;
  margin: 0 0 0 -1000px;
 position: relative;
  -webkit-animation-name: slide_animation;
  -webkit-animation-duration:10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
   -webkit-animation-play-state: running;
}

.slide {
  
  width:500px;
  height: 300px;
  position:relative;
  float:left;
  overflow:hidden;
  
}

.slideshow img{
  width:400px; height:300px;
}

@-webkit-keyframes slide_animation {
  
  0% {left:0px;}
  10% {left:500px;}
  20% {left:500px;}
  30% {left:500px;}
  40% {left:500px;}
  50% {left:500px;}
  60% {left:500px;}
  70% {left:1000px;}
  80% {left:1000px;}
  90% {left:1000px;}
  100% {left:1000px;}
  
  
}

  .control.icon-play {
     display:inline-block;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 18px solid #00ff00;
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     margin:0 auto;
}
.control.icon-pause {
  display:inline-block;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 20px;
  border-color: red;
  border-style: double;
  border-width: 0px 18px 0px 18px;
  border-width: 0px 0px 0px 18px;
}
a {text-decoration:none}



