body {
  background-color: gray;
 background-image: url("bilder/background2.jpg");

}
video {
  position: absolute;
  top: 0;
  left: 0;
}
h1 {
  color: white;
  padding-top:130px;
  font-size:170px;
  text-align:center;
  font-family: arial;
}
h2 { font-size:50px;
}
h3 { font-size:30px;
}
video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.weiter{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
  text-align: center;
}

.header{
  position: relative;
  color: white;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}
button {
	text-align: center;
	height: 50px;
	width: 100px;
	color: black;
}

.button {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: $color;
    border-radius: 10rem;
    z-index: -2;
  }
  &:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: darken($color, 15%);
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
  }
  &:hover {
    color: #fff;
    &:before {
      width: 100%;
    }
  }
}



.text {
    background-color: #eee;
    border: 1px solid #ddd;
    display: block;
    padding: 10px;
}
.text2 {
    background-color: #eee;
    border: 1px solid #ddd;
    display: block;
    padding: 10px;
	text-align: right;
	
}
p{
	position:left;
	font-size: 20px;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}


media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}


media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.active {
  background-color: #04AA6D;
}
.bild100 {
      max-width:100%;
height: 288px;
	}
	
	table {
		font:white;
		
		
	}
	
	.offnungszeit {
		
		color: white;
		font-size: 20px;
		border-width:1px;
		border-color:white;
	}
	
img {
    transition:transform 0.25s ease;
}

img:hover {
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
	text-align:center;
}
