* {box-sizing: border-box}
body {font-family: "Carlito"; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  top: 100px;
  margin: auto;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px 20px;
  margin-top: -22px;
  color: #222;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 20px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
}

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

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

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

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

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

/* Standardcontainer */
div.std {
  position: relative;
  top: 80px;
  z-index: 1;
}

/* Container für den Toptext */
div.toptxt {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  background-color: white;
}

/* Font-Face */
@font-face {
  font-family: "Arial Black";
  src: url("fonts/arial-black.woff2");
}
@font-face {
  font-family: "Carlito";
  src: url("fonts/carlito.woff2");
}
@font-face {
  font-family: "Liberation Serif";
  src: url("fonts/LiberationSerif-Regular.woff2");
}

/* Standardtext */
.stdtxt {
  color: #222;
  font-size: 15px;
  text-align: center;
  font-family: "Carlito";
  line-height: 2em;
}

/* Text linksbündig */
.lefttxt {
  color: #222;
  font-size: 15px;
  text-align: left;
  font-family: "Carlito";
  line-height: 2em;
}

/* Text Blocksatz */
.blocktxt {
  color: #222;
  font-size: 15px;
  text-align: justify;
  font-family: "Carlito";
  line-height: 2em;
}

/* Zusatzinfo am Seitenende */
.infotxt {
  color: #222;
  font-size: 10px;
  text-align: left;
  font-family: "Carlito";
  line-height: 1.5em;
}

/* Bildunterschrift */
.imgtxt {
  color: #888;
  font-size: 15px;
  text-align: center;
  font-family: "Carlito";
}

/* Galerieunterschrift */
.galuntertxt {
  color: #222;
  font-size: 12px;
  text-align: center;
  font-family: "Carlito";
}

/* Galerieüberschrift */
.galtxt {
  color: #222;
  font-size: 24px;
  text-align: center;
  font-family: "Liberation Serif";
  font-weight: normal;
  line-height: 0.5;
  padding: 0px;
}

/* Galerietitel in der Übersicht */
.gal2txt {
  color: #222;
  font-size: 28px;
  text-align: center;
  font-family: "Liberation Serif";
  font-weight: normal;
  padding: 10px;
}

/* Ueberschrift */
.uebertxt {
  color: #222;
  font-size: 28px;
  text-align: center;
  font-family: "Liberation Serif";
  font-weight: normal;
  padding: 0px;
}


/* Menütext */
.menue {
  color: #222;
  text-align: center;
  font-size: 12px;
  font-family: "Liberation Serif";
}

/* Tabelle für die Thumbnails */
table.grid {
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-collapse: collapse;
  border: none;
}

table.grid td {
  text-align: center;
  padding: 4%;
  vertical-align: top;
  border: none;
}

/* Tabelle für die Thumbnails */
table.gal {
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-collapse: collapse;
  border: none;
}

table.gal td {
  text-align: center;
  padding: 4%;
  vertical-align: middle;
  border: none;
}

/* Tabelle für die Ausstellungsvorschau */
table.exib {
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-collapse: collapse;
  border: none;
}

table.exib td {
  text-align: center;
  padding: 2%;
  border: none;
}

/* Tabelle für den Standardtext */
table.std {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-collapse: collapse;
  border: none;
}

/* Tabelle für Auszeichnungen */
table.award {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-collapse: collapse;
  border: none;
}

table.award th {
  color: #222;
  text-align: center;
  font-size: 15px;
  font-family: "Carlito";
  line-height: 2em;
  padding: 20px;
  border: none;
}

table.award td {
  color: #222;
  text-align: center;
  font-size: 15px;
  font-family: "Carlito";
  line-height: 1.5em;
  padding: 10px;
  border: none;
}

a.menulnk {
  color: #555;
  text-decoration: none;
}

a.menulnk:hover {
  color: black;
  transition: color 0.5s;
}

a.stdlnk {
  color: #900;
  text-decoration: none;
}

a.awardlnk {
  color: #222;
  text-decoration: none;
}

hr {
  color: #eee;
  width: 70%;
  text-align: center;
}

div.block {
  border: 1px solid #aaa;
  background-color: #f4f4f4;
  padding: 30px;
}
