



/* ubuntu-regular - latin */
/* kalam-regular - latin */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/kalam-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/kalam-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/kalam-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/kalam-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/kalam-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/kalam-v15-latin-regular.svg#Kalam') format('svg'); /* Legacy iOS */
}


* {
  box-sizing: border-box;
}


  .hauptcontainer {
margin: 10px 0 0 10px;
width:100%;
float: left;

}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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);
}

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

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

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

.active, .dot:hover {
  background-color: #717171;
}

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

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

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










/* Slideshow container 2 */
.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

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

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

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

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

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

.active, .dot2:hover {
  background-color: #717171;
}

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

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

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















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

[class*="col-"] {
  float: left;
  padding: 30px;
}

html {
 

/*  background-image:linear-gradient(90deg, #ffd21d 1%, #ffcc00 10%); */


  font-family: Kalam, "Lucida Sans", sans-serif;
  font-size: 1.5em;
  color: #404040

}



.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

body {
  background-image: url('../bilder/hg1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size:cover; 
  background-attachment:fixed;
  
}

h3 { margin-top: 0px; 
} 

h4
{ margin-bottom: 0px; 
} 

a {
    color: #655a38;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    padding: 10px;
}

p {
  display: block;
  margin-top: 0em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
}

img {
  border-radius: 10px;
}

.stempel  {
float: right;
}
  
	
.katrin {
  font-size: 14px;
} 

.bildiminhalt {
  padding: 5px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bildiminhaltneben {
  padding: 5px;
  width: 270px;
/* Display: block;  */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 

.bildiminhaltnebenkl {
  padding: 5px;
  width: 220px;
/*Display: block;  */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
} 

.bildiminhaltslider {
  padding: 5px;
  width: 80%;
  Display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bildiminhaltslider2 {
  padding: 5px;
  width: 90%;
  Display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textiminhaltstart {
  text-align: center;
  margin-top: 0%;
}

.textiminhalt {
  text-align: center;
  margin-top: 0px;
}

.textiminhalt_footer {
  text-align: center;
  margin-top: 55px;
}

.textimtitel {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-top: 75px;
}

.textiminhalttitel {
  text-align: left;
}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {

  float: right;
  padding: 8px;
  margin-bottom: 7px;
  background-color: #ffcc00;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;    
}

.menu2 li {

  float: left;
  padding: 8px;
  margin-bottom: 7px;
  background-color: #ffcc00;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;    
}

.menu-mob ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-mob li {

  padding: 8px;
  margin-bottom: 7px;
  background-color: #ffcc00;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;   
}

.menu li:hover {
  background-color: #d8e76e;
}

.menu-mob li:hover {
  background-color: #d8e76e;
}





* {margin:0px; padding:0px}

.container {
   display: flex;
   justify-content: center;
   align-items: center;
}

.menu {
 
  margin: 20px;
  padding: 20px;
  line-height: 50px;
}

.menu a {
 
  margin: 30px;
  padding: 10px;
  text-decoration: none;
/*  background-color: #ffcc00; */
  color: #404040;
/*  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);  */
  border-radius: 10px; 
  font-size: 1.2em;
}


.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media (max-width: 800px) {
  .hidden-mob {
    display: none;
  }
  [class*="col-"] {
  width: 100%;
  padding: 5px;
}
}

@media (max-width: 1000px) {
  .hidden-mob1000 {
    display: none;
  }
}

@media (min-width: 800px) {
  .hidden-norm {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 50%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-13 {width: 30%;}
  .col-s-14 {width: 12.5%;}
  .col-s-15 {width: 20%;}
}
@media only screen and (min-width: 1000px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 50%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .col-13 {width: 30%;}
  .col-14 {width: 12.5%;}
  .col-15 {width: 20%;}
}

 #cookiePopup {
    background: white;
    width: 75%;
    position: fixed;
    left: 10px;
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 5px 10px;
  }
    #cookiePopup p{
    text-align: left;
    font-size: 15px;
    color: #4e4e4e;
  }
  #cookiePopup button{
    width: 100%;
    border: navajowhite;
    background: #097fb7;
    padding: 5px;
    border-radius: 10px;
    color: white;
  }

