body {
  
    text-align: center;
    background: #a6c3e1;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.tx-dlf-toc-preview-item {
  position: relative;

  width: 100%;
}
.tx-dlf-toc-source-image {
  position: absolute;
  top: 0;
  left: 0;    
  width: 50px;
  height: 50px;
}
.contentWrapper {
overflow-y: auto;
display: inline;
top: 20Px;
} 

.olMap {
overflow-y: auto;
position: absolute;
top: 20;
left: 0;
color: #2d1a46;
z-index: 40; /* Sit on top */
margin: 10;
 /*Optional*/
height: 100%;
border-spacing: 10px; /*Optional*/
} 

.olInfo {
overflow-y: auto;
margin-top: 20px;

border: 0;
margin: 0;
margin-top: 0px;
padding: 0;
vertical-align: top;

position: absolute;
background: rgb(167, 183, 199);

height: 100%;
border-spacing: 10px; /*Optional*/
z-index: 45; /* Sit on top */
right: 0%;
}
.menubutton {
overflow-y: auto;
position: absolute;
top: 50%;
right: 5%;
width: 50px;
height: 50px;
background-color: #2d1a46;
border-radius: 0%;
border-width: 0px; /*Optional*/
display: inline-block;
z-index: 50; /* Sit on top */
} 
.savebutton {
  overflow-y: auto;
  width: 50px;
  height: 10px;
  background-color: #2d1a46;
  border-radius: 0%;
  border-width: 0px; /*Optional*/
  display: inline-block;
  z-index: 50; /* Sit on top */
  } 

.pageindex {
display: inline;
color: #2d1a46;
margin: 10;
width: 50%; /*Optional*/
border-spacing: 10px; /*Optional*/
}

body::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('https://3dtest.dfg-viewer.de/typo3conf/ext/dfgviewer/Resources/Public/Images/fibonacciBg.svg') no-repeat right bottom;
    background-size: auto;
  background-size: cover;
  content: " ";
  opacity: .3;
}

.main-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 25px;
  left: 20px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  overflow: hidden;
  -webkit-transition: all .18s ease-in-out;
  -o-transition: all .18s ease-in-out;
  transition: all .18s ease-in-out;
}

.control-bar {
  background: #2d1a46;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;

}
.header-bar {
  top: 0;
  right: 0;
  left: 0;
  min-height: 60px;
  overflow: hidden
}

h1 {
  position: relative;
    top: 10px;
    left: 30px;
    width: 300px;
    height:50px;
  }



.header {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font: 0/0 'Open Sans',Helvetica,Arial,sans-serif;
  border: 0;
  display: block;
}

.document-view {
  overflow-y: auto;
  position: absolute;
  top: 180px;
  right: 10px;
  bottom: 20px;
  left: 10px;
  -webkit-transition: all .18s ease-in-out;
  -o-transition: all .18s ease-in-out;
  transition: all .18s ease-in-out;
}
.tx-map {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  color: #246;
  z-index: 40; /* Sit on top */
  margin: 10;
  width: 500Px; /*Optional*/
  height: 500Px;
  border-spacing: 10px; /*Optional*/
}

.pageindex {
  display: inline;
  color: #246;
  margin: 10;
  width: 50%; /*Optional*/
  border-spacing: 10px; /*Optional*/
}


 
  .tx-dlf-toc-preview-item {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .tx-dlf-toc-preview-image {
    width: auto;
    min-width: 70%;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#tx-dlf-toc-source-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#tx-dlf-toc-details-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
}
.tx-dlf-toc-preview-title  {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: center;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  color: #3c77b3;
  box-sizing: border-box;
}


.tx-dlf-toc-preview-data  {
  font-size: .8em;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: center;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  color: #3c77b3;
  box-sizing: border-box;
}


.modalGallery {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 20; /* Sit on top */
	left: 0;
	top: 0;
	width: 75%;
	height: 75%;
	left: 12.5%;
	top: 12.5%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.95); /* Black w/ opacity */
	box-shadow: 0px 0px 15px 15px rgb(75 74 71);
	border-radius: 1%;
	margin: auto;
	animation-name: zoom;
	animation-duration: 0.6s;
}

.modalImage{
	margin: auto;
	display: block;
	width: auto;
	height: 90%;
	max-width: 90%;
	animation-name: zoom;
	animation-duration: 0.6s;
}

.closeGallery {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #0f0f0f;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

#downloadModel {
    z-index: 1;
    position: relative;
    right: -74%;
    top: 5px;
    width: 25px;
    height: 25px;
    background-size: 25px;
	cursor: pointer;
}

#viewEntity {
    z-index: 1;
    position: relative;
    right: -77%;
    top: 10px;
    width: 22px;
    height: 22px;
    background-size: 22px;
	cursor: pointer;
}

#fullscreenMode {
    z-index: 1;
    position: absolute;
    right: 1%;
	bottom: 1%;
    width: 20px;
    height: 20px;
    background-size: 25px;
	cursor: pointer;
	margin-bottom: 25px;
}

.field--type-image {	
	width: 100%;
	height: 100%;
    transition: all 500ms linear;
	box-sizing: border-box;
	display: inline-block;
	margin: 5em 0 5em 0;
}

.field--type-image:hover {
	transition: all 500ms linear;
	width: 175%;
	height: 175%;
	box-sizing: border-box;
	display: inline-block;
	z-index: 999;
	margin: -1em 0 -1em 0;
}

.tx-dlf-toc-details-image {
  position: absolute;
  top: 8%;
  left: 90%;
  width: 50px;
  height: 50px;
  background-color: rgb(155, 155, 155);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.savebutton {
  overflow-y: auto;
  width: 100px;
  height: 20px;
  background-color: #246;
  border-radius: 0%;
  border-width: 5px; /*Optional*/
  display: inline-block;
  } 

  .dfgviewer-logo {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font: 0/0 'Open Sans',Helvetica,Arial,sans-serif;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;

  background-size: auto;
  display: block;
}
.control-bar {
  background: #2d1a46;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;

  .menubutton {
overflow-y: auto;
position: absolute;
top: 35%;
right: 5%;
width: 50px;
height: 50px;
background-color: #2d1a46;
border-radius: 0%;
border-width: 0px; /*Optional*/
display: inline-block;
z-index: 50; /* Sit on top */
} 
}
  @media only screen and (max-width: 767px) {
/* For mobile phones: */
.tx-dlf-toc-preview-items {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 20px;
    background: transparent;
    border: 0;
    margin: 0;
      margin-top: 0px;
    padding: 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  .tx-dlf-toc-preview-items {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-top: 20px;
    background: transparent;
    border: 0;
    margin: 0;
      margin-top: 0px;
    padding: 0;
    vertical-align: top;
  }
}

.tx-dlf-toc-details-image {
  position: absolute;
  top: 8%;
  left: 90%;
  width: 50px;
  height: 50px;
  background-color: rgb(155, 155, 155);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.savebutton {
  overflow-y: auto;
  width: 100px;
  height: 20px;
  background-color: #246;
  border-radius: 0%;
  border-width: 5px; /*Optional*/
  display: inline-block;
  } 

  /* Imprint Button */
#imprint-button {
  position: absolute;
  top: 48px;
  right: calc(5% + 60px); /* Position next to the info button (width 50px + 10px margin) */
  height: 50px;
  padding: 0 15px;
  background-color: #2d1a46;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  cursor: pointer;
  z-index: 50;
  display: inline-flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #imprint-button {
    position: absolute;
    top: 35%;
    right: calc(5% + 60px);
    height: 35px;
    top: 15px;
    padding: 0 15px;
    background-color: #2d1a46;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    cursor: pointer;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    right: 25px;
  }
}
/* Overlay for Imprint */
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
}

.overlay-content {
  position: relative;
  background-color: #fff;
  color: #000;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.close-overlay {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-overlay:hover,
.close-overlay:focus {
  color: black;
  text-decoration: none;
}

.dfgviewer-logo {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font: 0/0 'Open Sans',Helvetica,Arial,sans-serif;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;

  background-size: auto;
  display: block;
}
  @media only screen and (max-width: 767px) {
/* For mobile phones: */
    .dfgviewer-logo {
  position: absolute;
  top:-10px;
  left: -10px;
  width: 80%;
  height: 80%;
  color: #fff;
  font: 0/0 'Open Sans',Helvetica,Arial,sans-serif;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;

  background-size: auto;
  display: block;
}
}

.control-bar {
  background: #2d1a46;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
}
  @media only screen and (max-width: 767px) {
    .control-bar {
        height: auto; /* Adjust height for smaller screens */
        background: #2d1a46;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
    }

    .header-bar {
        flex-direction: column; /* Stack header elements vertically */
        align-items: center; /* Center items horizontally */
    }
}
  .menubutton {
overflow-y: auto;
position: absolute;
top: 35%;
right: 5%;
width: 50px;
height: 50px;
background-color: #2d1a46;
border-radius: 0%;
border-width: 0px; /*Optional*/
display: inline-block;
z-index: 50; /* Sit on top */
} 

  @media only screen and (max-width: 767px) {
/* For mobile phones: */
.tx-dlf-toc-preview-items {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 20px;
    background: transparent;
    border: 0;
    margin: 0;
      margin-top: 0px;
    padding: 0;
    vertical-align: top;
  }
}

.facets-container {
  padding: 5px 15px;
  text-align: right;
}
.facet-tag {
  display: inline-flex;
  align-items: center;
  background-color: #e0e0e0;
  color: #333;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid #ccc;
  transition: background-color 0.2s;
}
.facet-tag:hover {
  background-color: #d0d0d0;
}
.close-facet {
  margin-left: 8px;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
  .tx-dlf-toc-preview-items {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-top: 20px;
    background: transparent;
    border: 0;
    margin: 0;
      margin-top: 0px;
    padding: 0;
    vertical-align: top;
  }
}
.document-view {
  overflow-y: auto;
  position: absolute;
  top: 180px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  -webkit-transition: all .18s ease-in-out;
  -o-transition: all .18s ease-in-out;
  transition: all .18s ease-in-out;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
    .search {
        width: 100%; /* Make search bar full width on smaller screens */
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .tx-dlf-toc-preview-items {
        grid-template-columns: 1fr; /* Single column for small screens */
    }
}
@media (max-width: 768px) {
h1 {
  position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
    height:50px;
  }
}
/*# sourceMappingURL=main.css.map */