* {
  margin: 0;
  padding: 0;
}

a{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }

body{
  /* background: #232323;
  color: #cdcdcd; */
  font-family: "Avenir Next", "Avenir", sans-serif;
}

body{ height:100vh; margin:0; }

body{ 
  display:flex; 
  flex-direction:column; 
}

footer{
  margin-top:auto; 
  width: 100%;
}

.footer-wrapper{
  margin-top: 10px;
  width: 100%;
}

.footer-info{
  background-color: #063e4d;
}

.copyright-section{
  width: 100%;
  min-height: 50px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-bar{
  display: flex;
  width: 100%;
  min-height: 50px;
}

.nav-bar{
  width: 100%;
  display: flex;
  min-height: 50px;
  background-color: #063e4d;
}

.logout-container{
  margin-left: auto; 
  margin-right: 10px;
  display: flex;
  align-items: center;

}

.main-wrapper{
  width: 100%;
  margin: 0 auto;
 
  font-size: 16px;
  justify-content: center;
}

.main-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.main-wrapper h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.under-wrapper{
  margin-left: 10px;
  margin-right: 10px;
}

.main-table{
  width: 100%;
  margin: 0 auto;
}

.table-items-td{
  width: 50%;
}

.table-radio{
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

.table-radio tr {
  border-bottom: 1px solid #ccc;
}

.table-radio td {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type=radio] {
  -webkit-appearance: radio;
  height: 25px;
  width: 25px;
  text-align: center;
}

.under-wrapper h2 {
  margin: 5px;
  text-align: center;
}

.under-wrapper p {
  margin: 5px;
  text-align: center;
}

input[type=text] {
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}

input[type=password] {
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}

#anrede {
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}

input[type=email] {
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}

input[type=search] {
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.add-seller {
  margin-left: 10px;
  margin-bottom: 10px;
}

select{
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}

a {
  color: #063e4d;
  text-decoration: none;
}

a:visited {
  color: rgb(82, 30, 30);
  text-decoration: none;
}

input[type=submit]{
  background-color: #063e4d;
  border: 0px solid;
  border-color: #ffae01;
  color: #ffae01;
  padding: 16px 32px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

#submitRemember {
  background-color: #063e4d;
  border: 0px solid;
  border-color: #ffae01;
  color: #ffae01;
  padding: 0;
  text-decoration: none;
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 47px;
  border-radius: 50%;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

#logoutButton{
  background-color: #063e4d;
  border: 1px solid;
  border-color: #ffae01;
  color: #ffae01;
  padding: 5px 10px;
  text-decoration: none;
  margin: 40x 2px;
  cursor: pointer;
}

#searchButton{
  background-color: #063e4d;
  border: 1px solid;
  border-color: #ffae01;
  color: #ffae01;
  padding: 12px 25px;
  text-decoration: none;
  margin: 40x 2px;
  cursor: pointer;
}

.main-wrapper-table-data h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.header-icons{
  margin-left: auto; 
  margin-right: 10px;
  display: flex;
  align-items: center;

}

.header-contact{
  margin-left: 10px; 
  margin-right: auto;
  display: flex;
  align-items: center;

}

.phone-info{
  font-size: 14px;
}


.company-details{
  width: 200px;
  margin: 0 auto;
  padding-top: 25px;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
}

.footer-hrefs{
  width: 200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ffffff;
  text-align: left;
  line-height: 2;
}

a.footer-a{
  color: #ffae01;
  text-decoration: none;
}

a.footer-a:visited{
  color: #ffae01;
  text-decoration: none;
}

a.footer-a:hover{
  color: #ffffff;
  text-decoration: none;
}

/* social media icons */
.fa {
  color: #063e4d;
  padding: 5px;
  font-size: 24px;
  width: 40px;
  
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  color: #ffae01;
  transition: color .2s ease-in
}

.fa-phone{
  color: #ffae01;
}

/* sticky header */
nav {
  position: sticky; top: 0;
}


.item-video-button{
  width: 150px;
  height: 40px;
  background-color: #063e4d;
  border: 0px solid;
  border-color: #ffae01;
  color: #ffae01;
  text-decoration: none;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center ;
  margin-left: 10px;
}

.item-table {
  border-collapse: collapse;
  width: 100%;

}

.item-td{
  padding-top: 5px;
  padding-bottom: 5px;
}

.descr-boxes {
  margin-top: 10px;
  margin-bottom: 10px;
}


.item-descr-box{
  padding-top: 5px;
  padding-bottom: 5px;
  
}

.item-info {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.item-top-descr {
  font-size: xx-large;
  margin-bottom: 10px;
}

/* #admin-overview {
  margin-left: 0px;
  margin-bottom: 10px;
} */

.item-details{
  margin-left: 10px;
  margin-bottom: 5px;
}

#offer-message{
  margin-left: 10px;
  margin-bottom: 5px;
}

#showAllBids{
  margin-left: 10px;
  margin-bottom: 5px;
}

#priceBidWrapper{
  width: 100%;
  margin-bottom: 5px;
}

#totalBids{
  width: 100%;
  margin-bottom: 15px;
}

#countdown{
  min-width: 150px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffae01;
  display: flex;
  align-items: center;
  justify-content: center;
}

#itemDetails{
  margin-left: 10px;
  margin-bottom: 5px;
}

.contact{
  margin-left: 10px;
  margin-bottom: 5px;
}

#bidSection{
  width: 100%;
  display: flex;
  justify-content: left;
}

#bidBox {
  width: 100%;

}

input[type=number] {
  width: 70%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  box-sizing: border-box;
}


#currentPrice{
  width: 80%;
  margin-bottom: 5px;
  display: inline-block;
  justify-content: left;
}

.video-main-wrapper {
  width: 100%;
}

/* item list */

.item-wrapper {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.item-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}


.pic-item-list {
  max-width: 200px;
  max-height: 200px;
  display: block;
}

#item-title {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.item-details-list {
  margin-left: 10px;
}


.photo-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.photo-div {
  margin-left: 5px;
  margin-right: 5px;
  height: 120px;
  width: 200px;
  background-color: #ffffff;
  border: 3px solid #000;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-desc-item {
  margin-left: 5px;
  margin-right: 5px;
  width: 200px;
  text-align: center;
  
}

.photo-description {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.photo-icon {
  height: 50px;
}

input[type=upload]{
  background-color: #063e4d;
  border: 0px solid;
  border-color: #ffae01;
  color: #ffae01;
  padding: 16px 32px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

#snap {
  margin-left: auto; 
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: red;
  width: 150px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #000;
}

#snap-new {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  background-color: red;
  width: 150px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #000;
}

#acc {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #63c0f7;
  width: 150px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #000;
}

.snap-buttons{
  width: 100%;

}

.canvas-wrapper {
  display: flex;
  justify-content: center;
 
}

#video {
  width: 100%;
  max-height: 400px;
}
#canvas {
  max-height: 400px;
}

.snap-buttons-align {
  display:flex;
  float: right;
}

.bidInformation-wrapper {
  margin-left: 10px;
}

.admin-item-status {
  margin-left: 10px;
}

.show-video{
  max-height: 400px;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.a-item-info-wrapper {
  display: flex;

}

.a-item-info-1{
  width: 40%
}

.a-item-info-2{
  font-weight: bold;
}

.header-logo-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo{
  width: 250px;
}



#memberBidStatus {
  width: 80%;
  margin-top: 15px;
  margin-left: 60px;
  font-weight: bold;
}


.time-bidinfo-wrapper {
  display: flex;
}

#auctionDays {
  width: 80%;
  margin-bottom: 5px;
}

#filter-wrapper{
  display: none;
  margin-top: 10px;
}

.hide-filter {
    margin-top: 5px;
    margin-left: 15px;
    background-color: #063e4d;
    font-size: 14px;
    color: #ffae01;
    width: 101px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-buttons {
  display: flex;
  margin-top: 10px;
}

#filter-button {
  margin-top: 5px;
  background-color: #063e4d;
  font-size: 14px;
  color: #ffae01;
  width: 101px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.title-filter-wrapper{
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.filter-button-wrapper{
  display: flex;
  width: 100%;
  justify-content: right;
}

.title-offers {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.center-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.reset-passwort-wrapper {
  margin-top: 20px;
  display: none;
}

#forgot-password {
  margin-top: 5px;
  font-size: 14px;
  width: 150px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}

.index-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10;

}

.index-wrapper > * {
  width: 100%;
  margin: 10px;
}

.index-box {
  width: 200px;
  height: 200px;
  border: #063e4d solid 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.index-box-u {
  width: 100%;
  height: 20%;
  background-color: #063e4d;
  color: #ffae01;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.index-box-i {
  width: 100%;
  height: 80%;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.faq-wrapper {
  width: 95%;
  display: flex;
  justify-content: left;
  margin-left: 10px;
}

.faq-heading{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-head {
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-text {
  margin-bottom: 40px;
  margin-left: 20px;
}

/* menu */

#navBurger {
  font-size:35px;
  color: #ffae01;
  cursor:pointer;
  margin-left: 15px;
}

.sidenav {
  height: 250px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #063e4d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffae01;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.lang-button-mob {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffae01;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

#agbCheckbox {
  appearance: auto;
  height: 25px;
  width: 25px;
  margin-right: 15px;
}

#agbBox {
  display: flex;
  align-items: center;
  justify-content: right;
}

.welcome-message {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.start-wrapper {
  display: flex;
  flex-direction:column-reverse;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  margin-top: 15px;
  justify-content: center;
}

.start-left{
  width: 100%;
  height: auto;
}

.left-wrapper {
  margin-left: 30px;
  margin-right: 30px;
}

.start-right{
  width: 100%;
  height: auto;
}

.main-image{
  max-width: 100%;
  height: auto;
}

.reg-text {
  margin-top: 50px;
}

.register-link {
  width: 100%;
  height: 30px;
  background-color: #063e4d;
  color: #ffae01;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.main-hrefs {
  display: none;
}

.imp-wrapper {
  margin-bottom: 10px;
}

.imp-wrapper p {
  margin-left: 10px;
}
.imp-wrapper h1 {
  margin-top: 10px;
  margin-left: 10px;
}

.main-info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  margin-top: 15px;
  justify-content: center;
}

.main-info-header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: xx-large;
  text-align: center;
}

.main-detail-info {
  width: 95%;
  display: flex;
  flex-direction: column;
  background-color: #063e4d;
  color: #ffae01;
  margin-bottom: 30px;
  margin-left: 10px;

}

.main-detail-info-first {
  width: 100%;
  font-size: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
}

.main-detail-info-second {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  font-size: 20px;
  text-align: center;
}

.main-detail-info-third {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0px;
}

.start-info-image{
  max-width: 70%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* tablet */
@media only screen and (min-width: 768px) {

  .main-wrapper{
    width: 700px;
    margin: 0 auto;
    font-size: 16px;
    justify-content: center;
  }

  .main-footer{
    width: 700px;
    margin: 0 auto;
    display: flex;
    min-height: 300px;
    justify-content: center;
  }

  .info-bar{
    justify-content: center;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    min-height: 50px;
  }


  .slider-bid-wrapper{
    width: 70%;
  }

  .gallery-wrapper{
    width: 100%;
  }



  #showAllBids{
    margin-left: 10px;
    margin-bottom: 5px;
  }
  
  #priceBidWrapper{
    width: 100%;
    margin-bottom: 5px;
    
  }
  
  #totalBids{
    margin-bottom: 15px;
  }
  
  #countdown{
    min-width: 150px;
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ffae01;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #itemDetails{
    margin-left: 10px;
    margin-bottom: 5px;
  }
  
  .contact{
    margin-left: 10px;
    margin-bottom: 5px;
  }
  
  #bidSection{
    width: 100%;
  }
  
  input[type=number] {
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  
  
  #currentPrice{
    width: 80%;
    margin-bottom: 5px;
    justify-content: left;
  }

  .content-wrapper{
    width: 100%;
    display: flex;
  }

  .bidInformation-wrapper {
    width: 100%;
    margin-left: 40px;
  }
  
  .show-video{
    max-height: 700px;
  }
  
  #bidBox {
    width: 100%;
  }

  .a-item-info-1{
    width: 20%
  }

  #video {
    width: 100%;
    max-height: 700px;
  }
  #canvas {
    width: 100%;
    max-height: 700px;
  }


  #memberBidStatus {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: bold;
  }
  
  
.time-bidinfo-wrapper {
  display: block;
}

.index-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10;

}

.index-wrapper > * {
  width: 40%;
  margin: 10px;
}

.index-box {
  border: #063e4d solid 1px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
}

.start-wrapper {
  display: flex;
  flex-direction: row;
  width: 1200px;
  min-height: auto;
  margin: 0 auto;
  margin-top: 15px;
  justify-content: center;
}

.start-left{
  width: 50%;
  height: auto;
}

.left-wrapper {
  margin-right: 30px;
}

.start-right{
  width: 50%;
  height: auto;
}

.main-image{
  max-width: 100%;
  height: auto;
}

.reg-text {
  margin-top: 100px;
}

.register-link {
  width: 100%;
  height: 30px;
  background-color: #063e4d;
  color: #ffae01;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.nav-bar-main {
  display: none;
}

.header-logo-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;

}

.main-hrefs {
  width: 100%;
  display: flex;
  justify-content: right;
}

.main-hrefs a {
  color: #ffae01;
  padding: 20px;
}

.header-logo-div {
  width: 30%;
  justify-content: left;
}

.lang-button {
  color: #ffae01;
  padding: 20px;
  cursor: pointer;
}

.google-trans {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-wrapper {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-left: 100px;
}

.main-info-wrapper {
  display: flex;
  flex-direction: column;
  width: 1200px;
  min-height: auto;
  margin: 0 auto;
  margin-top: 15px;
  justify-content: center;
}

.main-info-header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: xx-large;
  text-align: left;
}

.main-detail-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #063e4d;
  color: #ffae01;
  margin-bottom: 30px;
}

.main-detail-info-first {
  width: 10%;
  font-size: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}

.main-detail-info-second {
  width: 70%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 30px;
  font-size: 20px;
  text-align: left;
}

.main-detail-info-third {
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 10px;
}

.start-info-image{
  max-width: 70%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

}




/* 
#video-wrapper{
  max-width: 720px;
  max-height: 403px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid black;
}

#featured{
  max-width: 720px;
  max-height: 403px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid black;
}

.thumbnail{
  object-fit: cover;
  max-width: 240px;
  max-height: 134px;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px;
  border: 2px solid black;
}

.thumbnail:hover{
  opacity: 1;
}

.active{
  opacity: 1;
}

#slide-wrapper{
  max-width: 720px;
  display: flex;
  min-height: 100px;
  align-items: center;
}

#slider{
  width: 600px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.arrow{
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: .3s;
}

.arrow:hover{
  opacity: .5;
  width: 35px;
  height: 35px;
}

#photoPriceWrapper{
  max-width: 100%;
  display: flex;
  min-height: 100px;
} */

/* #priceBox{
  display: flex;
  justify-content: center;

} */
