html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
	background-color: #f2f2f2;
}

input{
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

.header{
	background-color: rgb(255, 254, 213);
	padding-top: 10px;
	width: 100%;
	color: rgb(122, 68, 66);
	font-size: 10px;
	text-align: center;
}

.header ul {
	background-color: #f2f2f2;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header li{
	padding-right: 10px;
	display: inline;
}

.header a{
	color: #666;
	text-decoration: none;
	font-size: 18px;
}

.header a:hover{
	color: red;
}

.header .imgDiv{
	display: inline;
}

.header .imgDiv img{
	width: 12%;
}
.container{
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	overflow: hidden;
  	width: 100%;
}

.left{
	background-color: rgb(255, 254, 213);
	width: 14%;
	overflow: hidden;
	text-align: center;
	margin-right: 1%;
}

.left img{
	width: 100%;
}

.left .hotline{
	font-size: 21px;
	color: rgb(123, 12, 0);
	font-style: normal;
}

.left .ueberschrift{
	font-size: 19px;
	color: rgb(123, 12, 0);
}

.left p{
	color: rgb(123, 12, 0);
	font-size: 15px;
}

.left a{
	text-decoration: none;
	font-size: 13px;
	color: rgb(123, 12, 0);
}

.mid{
	background-color: rgb(255, 254, 213);
	width: 70%;
	color: rgb(123, 12, 0);
}

.mid .fat{
	font-weight: bold;
}

.mid p{
	padding-left: 10px;
	padding-right:10px;
}

.mid a{
	color: rgb(123, 12, 0); 
	text-decoration: none;
	padding-left: 10px;
	padding-right:10px;
}

.mid h3{
	text-align: center;
}

/* SLIDER  */

#mid .slider{
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;
	margin-top: 50px;
	margin-bottom: 40px;
}

.row > .column {
	padding: 0 8px;
	margin-bottom: 20px;
	width: 30%;
}

.row > .column img{
	float: left;
	width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  	float: left;
  	width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 100px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


img.demo {
	float: left;
	width: 25%;
  	opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/* SLIDER  */

.right{
	background-color: rgb(255, 254, 213);
	overflow: hidden;
	width: 14%;
	margin-left: 1%;
	text-align: center;
	color: rgb(123, 12, 0);
}

.footer{
	margin-top: 1%;
	background-color: rgb(255, 254, 213);
	text-align: center;
}

.footer img{
	width: 12%;
}

.socialMedia{
	margin-top: 25px;
}

.socialMedia a{
	margin: 5px;
	font-size: 20px;
}