html,body{
    width: 100%;
    height: 100%;
    background-color: #000;
    margin: -1px auto;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 0px;
word-spacing: 0px;
color: #000000;
font-weight: normal;
text-decoration: none solid rgb(68, 68, 68);
font-style: normal;
font-variant: normal;
text-transform: none;
overflow-x: hidden;
}

#con{
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
    background-color: #dbdbdb;
}

#head{
    width: 100%;
    height: auto;
        min-height: 7%;
    display:inline-flex;
    clear: both;
    border: solid 1px transparent;
}
#head,.navi{
        background-color: #ffffff;
        border-bottom: solid 0.5px #c3c3c3;
}
#head a p{
width: 100%;
    height: auto;
    min-height: 7%;
    padding-left: 4vw;
    margin: 0px auto;
    font-size: 4vw;
    text-align: left;
    color: #00ff66;
}
#head a{
      display: flex;
  align-items: center;
  justify-content: center;
    text-decoration: none!important;}
.navi{
    width: 100%;
    height: auto;
    text-align: center;
      display: flex;
  align-items: center;
  justify-content: center;
}
.navi a{
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3.5vw;
    text-decoration: none;
}
.navi a:hover{
    background-color: #988c8c29;
    border-radius: 9px 9px 0px 0px;
}

#kontakt{
border: solid 0px;
    margin: 5vw auto;
    max-width: 80%;
    height: auto;
}
#kontakt form span{
width: 100%;
    height: auto;
    font-size: 2vw;
}
#kontakt form input, #kontakt form textarea{
width: 100%;
    height: auto;
    font-size: 2vw;
    margin-top: 15px;
    cursor: text;
}
#kontakt form input[type='submit']{
cursor: pointer;
}

#caption{
    width: 100%;
    height: auto;
}

#caption dl{
    width: 100%;
    height: auto;
    margin: 0px;
}
#caption > dl > dd{
width: 100%;
    height: auto;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    color: #000000;
}


#fod{
    width: 100%;
    min-height: 50px;
    height: auto;
    background-color: #000;
    display: inline-block;
}

#fod a{
        width: 100%;
    height: auto;
    font-size: 12px;
    color: #fff;
}

@media only screen and (max-width: 850px)  and (orientation: portrait){
   #show,#showtab{ height: 65vw !important;margin-left: -20vw;}
}


/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
      background-color: #ffffff;
          height: 90%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
    width: 100%;
height: 60%;
    object-fit: contain;
    margin: 0 auto;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000000;
  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 {
  rgb(198 194 194 / 80%);
}

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

/* Container for image text */
.caption-container {
    height: 20%;
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
}

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

/* Six columns side by side */
.column {
    width: 16.66%;
    height: 100%;
    display: flex;
}
.column img{
        width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

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

.row{
    width: 100%;
    height: 15.2%;
    display: inline-flex;
    background-color: #000;
}
.text{
    display: none;
}
{
  box-sizing: border-box;
}