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

* {
  margin: 0;
  padding: 0;
}

html {
    height: 100%;
    padding: 0 0 1px 0;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #000000;
}

a {
	text-decoration: none;
	color: black;
}

.clear {
	clear: both;
}

img a {
  border: none;
}

.left {
  float: left;
}

.clear {
	clear: both;
}

#all {
position:absolute;
	display: block;
	min-height: 100%;
	min-width: 100%;
}

#fuss {
	width: 1000px;
	height: 20px;
}

.fuss-gallery {
  margin-top: -220px;
}

.fuss-gallery-gross {
	margin-top: 20px;
  margin-bottom: 50px;
}

#fuss .menu ul {
	text-align: right;
}

#seite {
	margin-top: -180px;
	width: 880px;
	
	height: 360px;
}

#kopf {
	position: relative;
	width: 880px;
	height: 312px;
}

#logo-links {
	position: relative;
  float: left;
  width: 200px;  
	height: 352px;
}

#logo-links img {
	width: 200px;
}

#logo-mitte {
	position: relative;
	float: left;
	width: 458px;
	margin-left: 20px;
	height: 170px;
}

.absolut-zentriert {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0; 
  bottom: 0; 
  right: 0;
}

#temp {
width: 392px;
height: 30px;
}

#logo-topline {
	position: absolute;
	left: 0px;
	top: 100px;
}

#logo-topline p {
  letter-spacing: 0.2em;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
}

#logo-subline {
	position: absolute;
	right: 0px;
	bottom: 0;
}

#logo-subline p {
  letter-spacing: 0.1em;
	font-size: 21px;
}

#logo-rechts {
	float: right;
	width: 172px;
	margin-left: 4px;
	height: 100px;
}

#logo-rechts img {
	width: 172px;
}

#logo-links img {
position:absolute;
	bottom: 0;
}

#textoben {
	position: absolute;
 
	/*width: 672px;*/
	width: 480px;
	left: 192px;
	bottom: 30px;
/*	top: 212px;*/
	letter-spacing: 0.07em;
}

#textoben img {
	width: 60px;
	height: 60px;
}

#textoben p {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.02em;
}

#kopf > .menu {
	position: absolute;
	width: 672px;
	width: 808px;
	left: 192px;
	top: 212px;
}

#logo-links .menu {
  position: absolute;
	right: 0;
	top: 150px;
}

.menu ul {
	text-align: justify;
}

.menu ul li {
    display: inline-block;
    list-style: none;
		font-size: 14px;
		font-style: italic;
}

.menu ul li.aktuell {
		font-weight: bold;
}

ul li.line { 
	padding-left: 100%;
}

#mitte {
	margin-top: 0px;
	width: 1000px;
}

#inhalt {
	position: relative;
	margin-left: 192px;
	margin-top: 30px;
	width: 808px;
}

ul.imggal, ul.imggalgross li img {
	width: 808px;
	margin-bottom: 4px;
}

ul li.aktuell {
	font-weight: bold;
}

ul.imggal li, ul.imggalgross li {
  display: inline-block;
  list-style: none;
	margin-right: 5px;
}

ul.imggal li:last-child, ul.imggalgross li:last-child {
	margin-right: 0px;
}

ul.imggal li img, ul.imggalgross li img {
	width: 193px;
	height: 240px;
	border: none;
}

ul.imggal li img.grau {
	width: 191px;
	height: 238px;
	border: 1px solid #eeeeee;
}

ul.imggalgross li img {
  width: 396px;
	height: 540px;
	border: none;
}

ul.imggalgross li img.grau {
  width: 399px;
	height: 538px;
	border: 1px solid #eeeeee;
}

#kontakt {
  background-color: #e0d8c8;
	padding: 16px 12px;
	font-style: italic;
}

textarea {
  background-color: #e0d8c8;
	margin: 24px 16px;
	line-height: 32px;
	font-style: italic;
}

button {
	margin-left: 16px;
	background-color: #e0d8c8;
}

img.divers {
  position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	/*
	margin-right: 4px;
	margin-bottom: 4px;
	*/
}

img.hoch {
  height: 445px;
}


img.quer {
	height: 215px;
}

img.hoch.grau, div.hoch.grau {
	height: 443px !important;
	width: 263px !important;
	border: 1px solid #b1b2b2;
}

img.quer.grau, div.quer.grau {
	height: 213px !important;
	width: 263px !important;
	border: 1px solid #b1b2b2;
}

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

#inhalt img.left {
	width: 190px;
	margin-right: 10px;
}



.slider * {
	box-sizing: border-box;
}

.slider {
		width: 808px;
		margin: 0px auto;
}

.slick-slide {
	margin: 0px 5px;
}

.slick-slide img {
	max-height: 500px;
	border: 1px solid #b1b1b2;
}

.slick-prev:before,
.slick-next:before {
		color: black;
}
.slick-prev {
	left: -40px;
}

.slick-next::before {
    content: url("./bilder/rechts.jpg");
}

.slick-prev::before {
    content: url("./bilder/links.jpg");
}

.slick-prev::before, .slick-next::before, .slick-prev:focus::before, .slick-next:focus::before {
	opacity: 1;
}

.slick-prev:hover::before, .slick-next:hover::before {
  opacity: 0.75;
}

div.hover {	
	width: 265px;
	margin: 0;
	padding: 0;
	background: #000000;
	overflow: hidden;
	float: left;
	display: table-cell;
  vertical-align: middle;
}

div.hover p {
  text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	display: none;
}

div.hover:hover p {
	display: block;
}

div.hover.hoch {
	height: 445px;
}

div.hover.hoch p {
  margin-top: 200px;
}

div.hover.quer {
	height: 215px;
}

div.hover.quer p {
  margin-top: 100px;
}

.hover img {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .2s ease-in-out;
}

.hover:hover img {
  opacity: .4;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

