body {
    background-color: rgb(255, 255, 221);
}
a {
    color: rgb(102, 0, 0);
    text-decoration: none;
}
a:hover {
    color: rgb(143, 1, 1);
    text-decoration: underline;
}
input[type="submit" i] {
    background: none;
    border: none;
    color: blue;
    font-size: 10px;
}
.table-headline {
    font-size: 20px;
    font-weight: 700;
    padding: 3px;
    text-align: center;
    background-color: #d9dddc;
}
.gallery-table {
    width: 100%;
    border: 1px solid #a6a6a6;
    box-shadow: -1px 3px 12px #0000007a;
}
table, th, td { 
    border: 1px solid #747474;
    border-collapse: collapse;
    padding-right: 5px;
    text-align: center; 
}
.gallery-table > tr:nth-child(even) {
    background-color: #FFFF00;
}
.gallery-table > tr:nth-child(odd) {
background-color: #979797;
}
.big-red-font {
    color: red;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.small-text {
    font-size: 18px;
}
.site-wrapper {
    width: 98vw;
}
.header-wrap {
    width: 80%;
    margin-left: 13%;
    height: 10em;
}
.logo-only {
    float: left;
}
.cowries-headline {
    margin-left: 30%;
    margin-top: 2em;
}
.cowries-headline a {
    color: rgb(102, 0, 0);
    text-decoration: none;
    font-size: 3.5vw;
}
.cowries-headline > h1 {
    text-decoration: none;
}
.content-wrap {
    width: 70%;
    height: 100%;
    position: relative;
    
}
.body-container {
    position: absolute;
    top: 10em;
    left: 20em;
    width: 75%;
    background-color: rgb(255, 255, 204);
}
.sidebar {
    width: 20em;
    margin-right: 0px;
    float: left;
    margin-left: 2em;
    height: 100%;
}
.sidebar ul {
    margin-left: 0.5em;
    list-style-type: none;
}
.sidebar li {
    padding: 6px 3px;
}
.sidebar a {
    color: rgb(102, 0, 0);
    font-weight: 700;
    text-decoration: none;
}
.sidebar a:hover {
    text-decoration: underline;
    color: rgb(143, 1, 1);
}
.conchbook {
    background-color: #000;
}

/* Responsive Navigation Start */

.resp_navigation {
    display: block;
}
.topnav {
    overflow: hidden;
    background-color: rgb(255, 255, 204);
    position: relative;
    width: 88.5%;
    left: 5.8vw;
    text-align: center;
}
.topnav #resp_navigation {
    display: none;
    border: 1px solid #ccc;
}
.topnav a {
    color: rgb(102, 0, 0);
    padding: 8px 18px;
    text-decoration: none;
    font-size: 30px;
    display: block;
}
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.active {
    background-color: rgb(255, 255, 255);
    color: white;
}
.siteFooter {
    width: 100%;
    position: absolute;
    vertical-align: bottom;
}
.siteFooter > p {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}
.body-main-text {
    font-size: 20px;
}
@media (min-width: 1201px) {
    .watchlist_tray {
        background-color: #ececec;
        width: 8em;
        text-align: center;
        padding: 3px;
        border-radius: 3px;
        border: 1px solid #900;
        margin-left: auto;
    }
    .watchlist_tray_resp {
        display: none;
    }

    .topnav {
        display: none;
    }
    .body-container {
        position: absolute;
        top: 1em;
        left: 20em;
        width: 75%;
        background-color: rgb(255, 255, 204);
    }
    .content-wrap {
        width: 71%;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        position: absolute;
        left: 4em;
    }
    .content-wrap-sale {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        position: absolute;
        left: 8%;
    }
    .conchbook1, .conchbook2 {
        width: 25vw;
    }
    .body-main-text-sale {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .conchbook1, .conchbook2 {
        width: 42vw;
    }
    .watchlist_tray {
        display: none;
    }
    .watchlist_tray_resp {
        background-color: #ececec;
        width: 12em;
        text-align: center;
        border-radius: 3px;
        border: 1px solid #900;
        margin-top: -2.9em;
        margin-bottom: 5px;
        margin-left: 8px;
    }
    .watchlist_tray_resp > a {
        font-size: 18px;
    }
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: #fff;
    }
    .respNavHeader {
        font-weight: 700;
        font-size: 26px !important;
        padding-left: 5px !important;
        border: 1px solid #ccc;
        text-align: right;
        padding-right: 3em !important;
        height: 1.4em;
    }
    .sidebar {
        display: none;
    }
    .content-wrap {
        width: 94%;
        /* margin-left: auto; */
        /* margin-right: auto; */
        height: 100%;
        position: relative;
    }
    .content-wrap-sale {
        width: 94%;
        /* margin-left: auto; */
        /* margin-right: auto; */
        height: 100%;
        position: relative;
    }
    .body-container {
        position: absolute;
        top: 0em;
        left: 6vw;
        width: 94%;
    }
    .cowries-headline a {
        color: rgb(102, 0, 0);
        text-decoration: none;
        font-size: 7vw;
    }
    .header-wrap {
        margin-left: 14%;
    }
    .resp_navigation {
        display: inline-block;
    }
    .resp_navigation ul {
        margin-right: auto;
        margin-left: auto;
        list-style-type: none;
    }
    p {
        font-size: 22px;
        padding: 3px;
    }
    .small-text {
        margin-top: -1.5em;
    }
}
.body-main-text {
    font-size: 16px;
}
.open-watchlist-link {
    float: right;
    margin-right: 2.72rem;
    font-weight: 700;
    margin-left: -10rem;
}
.watchlist-form {
    margin-bottom: 0px;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    display: flex;
}
/**************** Sales gallery begins here ***************/
.watchlist-ivon {
    width: 20px;
    white-space: nowrap;
    margin-top: -15px;
}
.body-main-text-sales {
    top: 23em;
    /*padding: 2.4em;*/
    position: absolute;
}
.cowries-headline-sale {
    margin-left: 30%;
    margin-top: 2em;
    font-size: 30px;
}
.header-wrap-sale {
    width: 80%;
    margin-left: 15%;
    height: 13em;
    margin-bottom: -2em;
}
.logo-only-sale {
    float: left;
    margin-top: -3em;
}
.body-container-sale {
    position: absolute;
    width: 94%;
    background-color: rgb(255, 251, 220);
}
.siteFooter-sales {
    text-align: center;
    margin-top: 17em;
    font-size: 12px;
    font-weight: 700;
}
.sales-font {
    color: #990000;
}
.sales-list-container {
    margin-top: 3em;
    height: 12em;
}
.sales-list-container a {
    font-size: 18px;
    font-weight: 700;;
}
.list-item-a-d, .list-item-e-m, .list-item-n-z, .list-item-misc {
    float: left;
    padding-left: 0.8em;
}
.terms-headline {
    color: #990000;
    top: 18em;    
}
.body-legend-sales {
    width: 100%;
    height: auto;
    
    display: flex;
}
.body-contact-sales {
    width: 100%;
    height: auto;
    position: relative;
}
.body-payment-sales {
    width: 100%;
    height: auto;
    position: relative;
}
.resp-font-size {
    font-size: 18px;
}
.strong-underline {
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 5px;
}
.footer-info {
    width: 100%;
    position: absolute;
    padding-top: 2em;
    text-align: center;
}
.footer-info a {
    font-size: 25px;
    font-weight: 700;
}
.other-gals {
    display: inline-block;
    padding-left: 3.5em;
    font-weight: 700;
    font-size: 12px;
    height: 7em;
}
.sales-list-container > img {
        
    height: auto;
}
.gallery-header-nav {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: -1.5em;
    margin-right: 35%;
}
@media (max-width: 1200px) {
    .gallery-header-nav {
        font-size: 14px;
        margin-right: 20%;
    }
    .list-item-misc, .list-item-a-d, .list-item-e-m, .list-item-n-z {
        margin-left: 0.9em;
    }
    .resp-font-size {
        font-size: 18px;
    }
    .body-legend-sales {
        padding-top: 0em;
    }
    .header-wrap-sale {
        float: left;
        width: 80%;
        margin-left: 6%;
        height: 13em;
        margin-bottom: 0px;
    }
    .body-container-sale {
        top: 0em;
        left: 6vw;
        width: 94%;
        display: block;
        height: 100%;
    }
    .logo-only-sale {
        float: left;
        margin-top: 0em;
    }
    .cowries-headline-sale {
        margin-left: 41%;
        margin-top: 3em;
        font-size: 23px;
    }
    p {
        font-size: 22px;
    }
    h2 {
        font-size: 25px;
        margin-bottom: 1.3em;
    }
    .sales-list-container a p {
        font-size: 100%;
        margin-top: 0.199em;
    }
    .sales-list-container {
        margin-top: 2em;
    }

    .body-main-text-sales {
        position: absolute;
        top: 32em;
        font-size: 25px;
    }
    .siteFooter-sales {
        width: 100%;
    }
    .siteFooter-sales > p {
        font-weight: 700;
        font-size: 12px;
        text-align: center;
    }
    .terms-headline {
        top: 44em;
        left: 2em;
    }
    .other-gals {
        padding-left: 2.8em;
        font-size: 67%;
    }
}
@media (min-width: 1201px) {
    .body-container-sale {
        position: absolute;
        width: 94%;
        background-color: rgb(255, 251, 220);
    }
    .list-item-misc, .list-item-a-d, .list-item-e-m, .list-item-n-z {
        float: left;
        padding-left: 2.7em;
    }
}

/*
Ab hier beginnt der Cookie-Banner
*/

#footer-cookie,
#footer-cookie * {
  box-sizing: border-box;
}

#footer-cookie {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 60px;
  background: #303030;
  color: #fff;
}

#footer-cookie a {
  color: #fff;
}

#footer-cookie #description {
  float: left;
}

#footer-cookie #accept {
  float: right;
}

#footer-cookie #accept a {
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  #footer-cookie {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: inherit;
    height: auto;
  }

  #footer-cookie #description {
    width: 100%;
  }

  #footer-cookie #accept {
    width: 100%;
    margin-top: 15px;
  }

  #footer-cookie #accept a {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.gallery-search {
  min-height: 3.5rem;
  background-color: #cdcdcd;
  width: 70%;
  display: flex;
  padding-top: 1px;
}

.search-btn {
  background-color: green !important;
  color: white !important;
  width: 5rem !important;
  height: 1.5rem !important;
  border-radius: 3px !important;
}

.search-btn:hover {
  background-color: rgb(0, 116, 0) !important;
}

.search-form {
  margin: 1rem 1rem 1rem 1rem;
  width: 45%;
}

.search-info {
  border-left: 1px solid grey;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 1rem;
  font-size: 20px;
  color: rgb(26, 26, 26);
  align-items: center;
}

#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : auto;
    width : auto;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}