
html, body{
  padding: 0;
  margin: 0;
  
}
html{
  height: 100%;
}
body{
  max-height: 100vh;
  margin: 0;
  background-color: #000;
}

.parentimage { 

	max-width: 250px;
	max-height: 250px; 
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
} 
.parentimage:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
} 

* {box-sizing: border-box;}


.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

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

.active {
  background-color: #717171;
}

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

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

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

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

#seite {
  width: 780px;
  margin: 0 auto;
}

#inhalt {
  background-color: lightgreen;
  margin-left: 250px;
}

#steuerung {
  float: left;
  width:250px;
  background-color: yellow;
  margin-right: 250px;
  padding: 2px 20px 2px 2px;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

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

.active {
  background-color: #717171;
}

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

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

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

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

.col:nth-child(1) {  }
.col:nth-child(2) {  }

img {width: 100%; height: auto; }

@media (min-width: 500px) {
   .containerstart {
      display: table;
      border-spacing: 1px;
      width: 100%;
      height: 200px;
    }
   .col {
      display: table-cell;
      box-sizing: border-box; 
      height: auto;
      padding: 0.5em;
      vertical-align: top;
	  float: left;
   }

	.col:after {
	  content: "";
	  display: table;
	  clear: both;
	}
   
   .col:nth-child(1) { width: 30%; }
   .col:nth-child(2) { width: 70%; }


.containerw{ 
display: table-cell;
    width: 100%;
    height: auto;
    margin: 70px 1px 1px 25px;
    text-align: left;
    float:left;
    font-family: 'UbuntuCondensed-Regular';
}

}
