#login-mask {
    background-image: url("../images/Gordian_Vorderseite_bordered.png");
    background-size: 120px 100px;
    padding: 10px;
    background-repeat: repeat;
}

.news_box{
    position: relative;
}

#jumbo-login {
    border-radius: 10px;
    margin: auto;
    margin-top: 5%;
    padding: 30px;
    background-color: white;
    opacity: 0.95;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 70%; /* Cover the entire width of the viewport */
    z-index: 9999; /* Ensure the overlay is above other content */
    /* Additional styles as needed */
}
.search-form {
    display:inline-block;
    margin-top:3px;
}

 .additional-info {
     margin: 5px;
 }
 .accordion-button {
     background-color: #F9F9F9 !important;

 }
.sidebar {
    background-color: #F9F9F9 !important;
    position: fixed;
    width: 0%;
    height: 100vh;
    transition: transform 1s ease;
    z-index: 5;
    left: 110%;
    padding-top: 140px;
    overflow-x: hidden;    overflow-y: overlay;
}


.main_container {
    transition: 1s ease;
}
.accordion-button {
}

.main_container_small {
    position: relative;
    width: 83%;
    margin-top: 1.5%;
    transition: 1s ease;
}

#accordionExample {
    width: 100%;
}
.accordion-button {
    padding: 0.5rem 1rem;
}
.accordion-body {
    padding: .7rem;
    padding-left: 1rem;
    padding-top: 0px;

}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.dataTable {
    border: 1px solid #ccc;
}

.accordion-button:focus {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125)
}

.main_container_large {
    position: relative;
    width: 100%;
    top: none;
    transition: 1s ease;
}

.sidebar_large {
    width: 17%;
    transform: translate(-160%);
    transition: .8s ease;
}

.sidebar_small {
    width: 0%;
    transform: translate(100%);
    transition: .8s ease;
}

.sidebarToggle {
    position: absolute;
    top: 30%;
    left: 95%;
    background-color: white;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 15%;
    box-shadow: 0px 1px 4px 1px rgba(0 ,0, 0, .3);
    cursor: pointer;
    z-index: 1000000;
}

.clear_inputs {
    margin:2px;
    margin-top:0%;
    width: 100%;
}


.custom-search-input {
    width: 100%;
    height: 50%;
    border: 2px solid #8498b7;
    border-radius: calc(1.5* 1vh);
    padding-left: 15px;
    padding-right: 5px;
    color: #222222;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 4999;
}

.custom-search-input::placeholder {
    color: #111111;
    opacity: .6;
}

.search_row {
    position: fixed;
    top: 50px;
    width: 103%;
    height: auto;
    padding-bottom: 1%;
    left: -1%;
    background-color: #f7f7f7;
    z-index: 5000;
}

#custom_search_box   {
    text-align: center;
    padding-left: 5%;
}

#custom_info_text {
    display: inline;
}

.btn {
    background-color: black !important;
    opacity: 30% !important;
    color: white;
}

.dot {
    width: 1.5vh;
    height: 1.5vh;
    background-color: #1a3851;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 6px rgba(100,100,100,1);
    animation: blink 1s linear infinite;
    transition: background-color 1s ease;
}

#dot_vorn1 {
    position: absolute;
    display: block;
    top: 35%;
    left: 65%;
}

#dot_vorn2 {
    position: absolute;
    display: block;
    top: 50%;
    left: 35%;
}

#dot_vorn3 {
    position: absolute;
    display: block;
    top: 70%;
    left: 32%;
}

#dot_vorn4 {
    position: absolute;
    display: block;
    top: 66%;
    left: 100%;
}

#dot_vorn5 {
    position: absolute;
    display: block;
    top: 67%;
    left: 71%;
}

#dot_vorn6 {
    position: absolute;
    display: block;
    top: 96.5%;
    left: 64%;
}

#dot_hinten1 {
    position: absolute;
    display: block;
    top: 37%;
    left: 69%;
}

#dot_hinten2 {
    position: absolute;
    display: block;
    top: 48%;
    left: 39%;
}

#dot_hinten3 {
    position: absolute;
    display: block;
    top: 41%;
    left: 89%;
}

#dot_hinten4 {
    position: absolute;
    display: block;
    top: 65%;
    left: 69%;
}

#dot_hinten5 {
    position: absolute;
    display: block;
    top: 70%;
    left: 39%;
}

#dot_hinten6 {
    position: absolute;
    display: block;
    top: 70%;
    left: 99%;
}

#dot_hinten7 {
    position: absolute;
    display: block;
    top: 82%;
    left: 68%;
}

#dot_hinten8 {
    position: absolute;
    display: block;
    top: 82%;
    left: 42%;
}

#dot_hinten9 {
    position: absolute;
    display: block;
    top: 82%;
    left: 93%;
}

#dot_hinten10 {
    position: absolute;
    display: block;
    top: 90%;
    left: 67%;
}

#info_dot {
    position: absolute;
    display: block;
    top: 44%;
    left: 52%;
    margin-bottom: 20px !import;
}

#Avers {
    -webkit-transition: border 0.30s ease-in-out;
    -moz-transition: border 0.30s ease-in-out;
    -ms-transition: border 0.30s ease-in-out;
    -o-transition: border 0.30s ease-in-out;
}

@keyframes blink{
    0%{opacity: .6;}
    50%{opacity: 1;}
    100%{opacity: .6;}
}


.info-tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.info-tooltip-wrapper:hover .info-tooltip {
    visibility: visible;
    opacity: 1;
}

.dot .tooltiptext, .info-tooltip {
    visibility: hidden;
    width: 200px;
    background-color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 5001;
    bottom: 150%;
    left: 50%;
    margin-left: -100px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px solid white;
    border-radius: 4px;
}

.reverse_tooltiptext {
    bottom: -140px !important;
}

.dot .tooltiptext::after, .info-tooltip-wrapper .info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;

}
.dot .reverse_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: none;
}

.dot:hover  {
    visibility: visible;
    animation: none;
    background-color: #4593d3;
    cursor: pointer;
}

.dot:hover .tooltiptext {
    visibility: visible;
}

.img_container {
    width: 55%;
    position: relative;
}

@media only screen and (max-width: 2000px) {
  .img_container {
      width: 55%;
      position: relative;
      margin-top: 0%;
      transition: margin-top 1s;
  }
}
@media only screen and (max-width: 1600px) {
  .img_container {
      width: 55%;
      position: relative;
      margin-top: 5%;
      transition: margin-top 1s;
  }
}
@media only screen and (max-width: 1400px) {
  .img_container {
      width: 55%;
      position: relative;
      margin-top: 10%;
      transition: margin-top 1s;
  }
}
@media only screen and (max-width: 1200px) {
  .img_container {
      width: 55%;
      position: relative;
      margin-top: 12%;
      transition: margin-top 1s;
  }
}

.coin_images {
    position: relative;
    display: block;
    margin-left: 20%;
    padding-top: 35%;
    padding-right: 0px;
    width: 100%;
}
.container {
    max-width: 90%;
}

/* Bottom right text */
.coin_input_field {
    width: 100%;
    /*
    TODO: Überlegen, wie wir die Eingabefelder
    border-radius: 20px;
    border: 1px solid #8498b7;
    padding-left: 5px;*/
}

.coin_edit_field {
    width: 100% !important;
}

#avers_rahmen {
    position: absolute;
}

#avers_kopf {
    width: 20%;
    top: 50px;
    left: 53px;
    position: absolute;

    transition-property: width left top;
    transition-duration: 0.2s;
}

#avers_schrift {
    width: 35%;
    top: 25px;
    left: 38px;
    position: absolute;
    transition-property: width left top;
    transition-duration: 0.2s;
}


#avers_kopf:hover {
    width: 22%;
    top: 48px;
    left: 51px;
    cursor: pointer;
}

#avers_schrift:hover {
    width: 36%;
    top: 24px;
    left: 37px;
    cursor: pointer;
}

.image-container {
    height: 3em;
    transition: transform 0.1s;
    transform-origin: center right; /* Add a smooth transition effect */
}

.image-container:hover {
    transform: scale(8); /* Increase the scale to zoom in (1.2 means 120%) */
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px solid white;
    border-radius: 2px;
}

#coin_table_wrapper {
    margin-bottom: 20px;
}

td:hover {
    cursor: pointer;
}

.opened_row  > td{
    background-color: #eff3f4 !important;
    font-weight: bold;
    font-style: italic;
}

.paginate_button {
    border-radius: 5px !important;
}

.paginate_button:hover {
    background-image: none !important;
    background-color: #565f68 !important;
    border: 1px solid #565f68;
    border-radius: 5px !important;
}

.current {
    background-image: none !important;
    background-color: #F6F6F6 !important;
    border: 1px solid #212529;
    border-radius: 5px !important;
}

.current:hover {
    background-image: none !important;
    background-color: #d7e8ed !important;
    border-radius: 5px !important;
}
