body {
  background-color: #446E9A;
  color: #ffffe0;
  margin-left: 3.7%;
  margin-right: 3.7%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12pt;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd,
div,
td,
th,
address,
blockquote {
  font-family: "Segoe UI", Ubuntu, "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
}
h1 {
  font-size: 16pt;
  margin-bottom: 20pt;
  border-bottom: 1px solid #ffbb77;
  letter-spacing: 0.05em;
  /*text-shadow: 0px 0px 24px rgba(255, 96, 48, 0.9); */
  background-position: right top;
  /*line-height: 200% !important; */
  padding-bottom: 10px;
  word-wrap: no-wrap;
}
h2 {
  font-size: 14pt;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid #ffbb77;
  -moz-border-radius: 5px;
  background-color: #110500;
  font-variant: small-caps;
  text-transform: capitalize;
  letter-spacing: 0.09em;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-size: 12pt;
}
h5 {
  font-size: 11pt;
}
h6 {
  font-size: 10pt;
  margin-top: 10px;
  margin-bottom: 5px;
}
th {
  text-align: left;
}
button {
  background-color: #F6E0BB;
  font-weight: bold;
}
#logoutbox {
  position: absolute;
  display: block;
  top: 20px;
  width: 92.6%;
  background: transparent;
  z-index: 10000;
}
#logoutbutton {
  width: 100px;
  float: right;
}
#tagdata {
  padding: 0 20px;
}
#username,
#password {
  height: 40px;
  font-size: 12pt;
}
#Suchen,
#Anmelden,
.jazzybutton {
  width: 100%;
  height: 40px;
}
#resultbox {
  width: 440px;
  margin-bottom: 10px;
}
.go-up {
  background-image: url("/static/go-up.png");
  background-repeat: no-repeat;
  background-position: 2%;
  cursor: pointer;
}
.go-down {
  background-image: url("/static/go-down.png");
  background-repeat: no-repeat;
  background-position: 2%;
  cursor: pointer;
}
#thumbnails {
  background-color: white;
  color: red;
}
#sidebar,
#tagselect {
  background-color: #446E9A;
}
tr.tag {
  margin-bottom: 20px;
  display: none;
  border: 1px solid #ffbb77;
}
.row {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0 0 0;
}
.row > .column {
  padding: 0 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 230px;
  height: 170px;
  padding: 20px;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  /*  max-width: 1200px;
  max-height: 800px;*/
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 100010;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.jazzySlides {
  display: none;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev {
  text-align: left;
  left: 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);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
img.jazzyImg {
  /*opacity: 0.6;*/
  max-height: 100%;
  height: auto;
  width: auto;
}
.active:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
