/* Allgemeines */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;1,400&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@import "http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  font-family: "EB Garamond", Times New Roman;
  background-color: black;
  /*padding-top: 10%;
  padding-right: 16%;
  padding-left: 16%;*/
  display: table;
  margin: auto;
}

body {
  display: table-cell;
  vertical-align: middle;
}

.headerlinks {
  text-decoration: none;
  color: gray;
}
/*a normal, unvisited link*/
.headerlinks:visited {
  color: grey;
}
/*a link the user has visited*/
.headerlinks:hover {
  color: black;
}
/*a link when the user mouses over it*/
.headerlinks:active {
  color: black;
}
/*a link the moment it is clicked*/

/* Allgemeines ENDE */

/* Weißter Hintergrund*/
#main {
  background-color: white;
  background-position: center;
  max-width: 100%;
  max-height: 100%;
  height: 590px;
  width: 1200px;
  padding-right: 1%;
  padding-left: 1%;
}
/* Weißter Hintergrund ENDE*/

/* Logo Positonierung */

.logoimg {
  width: 100px;
  margin-top: 20px;
  margin-left: 22px;
  float: left;
  position: absolute;
}
/* Logo Positonierung ENDE */

/* Navbar */
ul {
  list-style-type: none;
  margin-left: 140px;
  padding-top: 30px;
  padding-bottom: 6px;
  font-size: 18px;
  color: grey;
}

li {
  float: left;
  margin: 8px;
}
/*
li span {
  font-size: 150%;
}
/* Navbar ENDE */
/*CONTENT CONTAINER*/
#contentflexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 35px;
}

.contentleft {
  background-color: #eae7de;
  /*background-position: left;*/
  max-width: 100%;
  max-height: 100%;
  height: 460px;
  width: 328px;
  margin-left: 4px;
  flex-shrink: 1;
}

.books {
  margin-top: 80px;
}

.contentleftlinks {
  color: grey;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  margin-left: 150px;
  margin-right: 20px;
}
.contentleftlinks span {
  font-size: 150%;
}
.contentleftlinks {
  text-decoration: none;
  color: gray;
}
/*a normal, unvisited link*/
.contentleftlinks:visited {
  color: grey;
}
/*a link the user has visited*/
.contentleftlinks:hover {
  color: black;
}
/*a link when the user mouses over it*/
.contentleftlinks:active {
  color: black;
}

.contentright {
  background-color: #eae7de;
  /*background-position: right;*/
  max-width: 100%;
  max-height: 100%;
  height: 460px;
  width: 835px;
  margin-left: 5px;
  /*flex-shrink: 2;*/
}

.service-container {
  margin-top: 75px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 13px;
}
.service-container span {
  font-size: 150%;
}

.contact-container {
  margin-top: 75px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 13px;
}
.contact-container span {
  font-size: 150%;
}

#contentrightflexbox {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: 8px;
  align-items: stretch;
}

#contentrightflexbox_default {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: 10px;
  align-items: stretch;
}

.sampleimg_grid {
  width: 260px;
  max-width: 100%;
  margin: 6.5px;
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.sampleimg_grid:hover {
  opacity: 0.8;
}

.sampleimg_full {
  width: 795px;
  max-width: 100%;
  margin: 6.5px;
}
/*
.contenrightpre {
  width: 260px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
*/

.material-icons.white100 {
  color: black;
  position: absolute;
  cursor: pointer;
  margin-left: 100px;
  margin-top: 0vw;
}

.fullsizeimg {
  width: 535px;
  margin-top: 15px;
  margin-left: 150px;
  margin-right: 150px;
  /*margin-right: 80px;*/
  text-align: center;
  display: block;
}

/*
#contentrightflexboxpagination {
  display: inline-flex;
  float: left;
  margin-left: 780px;
  margin-top: 5px;
}
*/

/*
.pagebtn {
  padding: 4px;
  margin: 2px;
  width: 13px;
  background-color: black;
  border: none;
  color: white;
  /*text-align: center;
  font-size: 5px;
}

.active .pagebtn:hover {
  padding: 4px;
  margin: 2px;
  width: 13px;
  background-color: black;
  border: none;
  color: black;
  /*text-align: center;
}
*/

/* Footer Sektion */
#footer {
  color: white;
}
/* Footer Sektion ENDE */
