header
{
    background-color: #141e2d;
    background-size: cover;
    background-position: center;
    min-height: 20px;
    }

@media screen and (max-width: 670px)
{
    header
    {
        min-height: 20px;
    }
    
    .abouteinzelartig img
    {
    margin-left: 20px;
    margin-bottom: 15px;
    }
    
    .abouteinzelartig p
    {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    
    .abouteinzelartig h1
    {
        margin-left: 10px;
    }
    
    .container_slideshow img
{
    margin-left: 0px;
}
    
}

.section
{
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.tabs .indicator
{
    background-color: #1a237e;
}

.tabs .tab a:focus, .tabs .tab a:focus.active
{
    background: transparent;
}

.container img
{
margin-top: 25px;

}

#mobile-menu img
{
    margin-left: 10px;
}

.imprint
{
    margin: 0 auto;
    max-width: 700px;
    border: 1px solid black;
    padding: 20px;
}

.abouteinzelartig
{
    margin: 0 auto;
    max-width: 540px;
}


.abouteinzelartig h1
{
font-size: 130%;
}

.abouteinzelartig img
{
    border-radius: 10px;
}

.abouteinzelartig1
{
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

.abouteinzelartig1 img
{
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;

}

.abouteinzelartig2
{
    margin: 0 auto;
    max-width: 800px;
}

.gallery
{
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

.gallery img
{
    border-radius: 10px;
    margin: 5px auto;
    text-align: center;
  display:flex;
}

@font-face 
{
    font-family: "Bebas";
    src: url(font/Bebas-Regular.ttf);
}

@font-face
{
    font-family: "PetitaMedium";
    src: url(font/PetitaMedium.ttf);
}

p
{
    font-family: PetitaMedium;
    font-size: 120%;
}

h2
{
    font-family: Bebas;
    text-align: center;
}

h1 , h3, h4, h5, a
{
    font-family: Bebas;
}


.nav-image
{
    background-image: url(images/nav_img.svg);
    background-position: center;
    min-height: 40px;   
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-size: 1200px 41px;
}

.footer-image
{
    background-image: url(images/footer_img.svg);
    background-position: center;   
    background-color: #ffffff;
    background-repeat: repeat-x;
    min-height: 40px;
    background-size: 1200px 41px;
}

.footerwrap
{    
  margin: auto;
  width: 50%;
}

.footerlogo
{    
margin-left: 16%;
  padding: 10px;
  display: inline-block;

}

/* slideshow */
/* Slideshow container */
.slideshow-container 
{
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding-top: 45px;
}

.slideshow-containersmol
{
    max-width: 600px;
    position: relative;
    margin: auto;
    padding-top: 45px;
}

.slideshow-containersmol img
{
    border-radius: 15px;
}

.slideshow-container img
{
    border-radius: 15px;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 34px;
    padding: 8px 12px;
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
    font-family: PetitaMedium;
}

/* The dots/bullets/indicators */
.dot 
{
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active 
{
    background-color: #717171;
    border-radius: 25px;
}

/* Fading animation */
.fade 
{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade 
{
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px)
{
  .text {font-size: 11px}
}


img.responsive-img1,
video.responsive-video 
{
    
}

.materialboxed1 
{
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.materialboxed1:hover:not(.active) 
{
  opacity: .8;
}

.materialboxed1.active 
{
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox1-overlay 
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox1-caption 
{
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

.carousel.scrolling .carousel-item .materialboxed1,
.carousel .carousel-item:not(.active) .materialboxed1 {
  pointer-events: none;
}


/* slideshow */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container_slideshow
{
  position: relative;
    border-radius: 0px; 
}

.container_slideshow img
{
  position: relative;
    border-radius: 0px; 
}

/* 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: #141e2d;
  padding: 2px 16px;
  color: white;
}

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

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

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

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