@charset "utf-8";
* {
box-sizing: border-box;
position:relative;
}
@font-face {
  font-family: "MedievalSharp";
  src: url(MedievalSharp-Regular.ttf);
}
body,html {
padding:0;
margin:0;
min-height: 100%;
width: 100%;
background-color: transparent !important;
line-height: 1;
    font-weight: normal;
    font-size: 16px;
font-family: sans-serif;
}
html{
	background-image: url(../mkv-bilder/bg-b.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
header {
margin:0;
padding: 0;
}
nav {
	margin: 0 auto 0;
	display: block;
	padding: 0;
	width: 97%;
}
nav ul {
margin: 0 auto;
padding: 0 0 0 1em;
width: 100%;
z-index:9999;

}
nav ul li{
display: inline-block;
font-size: 1.2em;
width: 19.5%;
text-align: center;
	background: url(../mkv-bilder/nav-bg.png);
	background-size: contain;
	background-repeat: no-repeat;

		padding: 83px 16px;
		font-family: MedievalSharp;
text-shadow: 1px 1px 1px #0e0e0e;
backdrop-filter: blur(0.01em);
		color:#ffffff;
		border-radius: 25px;
		height: 9.5em;
}
/* nav ul li{
display: inline-block;
font-size: 1.2em;
width: 19.5%;
text-align: center;
	background: url(../mkv-bilder/nav-bg.png);
	background-size: contain;
	background-repeat: no-repeat;

		padding: 83px 20px;
		font-family: MedievalSharp;
text-shadow: 1px 1px 1px #0e0e0e;
backdrop-filter: blur(0.01em);
		color:#ffffff;
		border-radius: 25px;
	/* 	border:1px solid #a7a7a7;
		box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
		-webkit-transition:box-shadow 0.5s; 
} */
.logo {
background: url(../mkv-bilder/logo.png);
    background-position: top;
    background-size: contain;
    position: relative;
    width: 360px;
    height: 300px;
    top: 1.5em;
    z-index: 9999;
    margin: 0 auto;
    display: block;
}
nav ul li a {
    color: #000000;
    background: rgba(255,255,255,0.8);
    border-radius: 4em;
    padding: 0 0.5em;
	}
.bg1 {
max-width: 2000px;
width: 100%;
height: 100%;
margin: 0 auto;

}
.bg2 {
display: block;
width: 999px;
height: 100%;
margin: 0 auto;
padding: 1em 0 0 0;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
main {
display: block;
height: 100%;
margin: 0 0 -15em 0;
padding: 0;
	max-height: 100%;
	height: 100%;
	overflow: visible;
}

.inhaltka {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 91em;
background: url(../mkv-bilder/txt-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	font-family: MedievalSharp;
	padding: 5em 0 0 0;
	color: #ffffff;
	z-index: 99;
	top: -9em;
/*	border-radius: 2%;
    border: 3px solid #4d4a45;
	box-shadow: 2px 2px 11px 1px #000000;*/
}
.inhalt {
    padding: 2em 8em 2em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;

	color: #080808;
}
.inhalt h1 {
	text-align: center;
	width: 15em;
    display: block;
    top: -0.5em;
    font-size: 2.5em;
	margin: 0 auto 1em;
	border-bottom: 4px solid #000000;
	border-top: 4px solid #000000;
	text-align: center;
	border-radius: 22%;
	padding: 0.2em 0;
}
.h1kontakt {
	width: 7em;
}
address {
	font-weight: bold;
}
.inhalt h2 {
	top: 0;
    margin: 0 0 0.2em;
	text-align: center;
	font-size: 1.5em;
}
.img-bg {
	display: block;
	width: 650px;
margin: 0 auto;
}
.img-mbg {
	display: block;
	width: 450px;
margin: 0 auto;
}
.img-mbg:active {
	width: 800px;
}
.box2tab {
	display: table;
	width: 100%;
	margin: 0 auto 3em;
}
.box2tab div {
	display: table-cell;
	width: 50%;
	text-align: center;
}
.minhaltimg {
display: block;
width: 650px;
margin: 0 auto;
}

footer {
	z-index: 999;
	margin: 0 0 0 3em;
}
.siegel {
	background: url(../mkv-bilder/siegel.png);
background-size: cover;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -8em;
	}
.scrollme1 {
	    overflow-y: scroll;
    height: 46em;
    overflow-x: hidden;
}







.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

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

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

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