@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,800&family=Quicksand:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}

    *
    {
        -webkit-text-size-adjust: 100% !IMPORTANT;
        
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }

html{
height: 100%;
}
body{
    height: 100%;
    overflow-x: auto;
    background-color: white;
    width: 100%;
    position: relative;
    white-space: nowrap;
    left: 0;
}
.container{
    overflow-x: auto;
    height: 100%;
}
.bild{
    padding: 50px;
    padding-top: 100px;
    display: inline-block;
    width: 500px;
}
.bild img{
  cursor: pointer;
    width: 100%;
}
.textruta{
    width: 100%;
    white-space: normal;
    height: 2em;
}
.title{
position: relative;
}
title h1{
    margin-top: 100px;
}
#footer{
    position: fixed;
    bottom: 20px;
    left: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

@media (pointer:none), (pointer:coarse) {

.bild{
    padding: 50px;
    padding-top: 150px;
    display: inline-block;
    width: 400px;
}


}

.bids
{
  display: none;
  position: fixed;
  border: 2px solid black;
  background-color: white;
  z-index: 1000;
  top: 20px;
  bottom: 50px;
  left: 20px;
  width: 900px;
}

@media (pointer:none), (pointer:coarse) {

.bids
{
  right: 20px;
  width: auto;
}

}


.close
{
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.bids h1
{
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}

.bidinfo
{
  margin-top: 80px;
  margin-left: 20px;
}


.bidinfo img
{
  width: 300px;
}

#bidTable
{
  position: absolute;
  left: 400px;
  top: 100px;
  table-layout: fixed;
  width: 350px;
}

@media (pointer:none), (pointer:coarse) {

.bidinfo
{
  margin-top: 70px;
}

.bidinfo img
{
    width: 80%;

}

#bidTable
{
  position: initial;
  left: initial;
  top: initial;
  width: 300px;
}

}

td
{
  overflow: hidden;
}

input[type=text]
{
  padding: 2px;
}

#help
{
  position: fixed;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
}

#bildhelp
{
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
  border: 3px solid black;
  background-color: white;
  z-index: 10011;
  width: auto;
  padding: 30px;
}

#bildhelp p
{
  width: 100%;
  white-space: normal;
  font-size: 27px;
  margin-bottom: 20px;
}

@media (pointer:none), (pointer:coarse) {
#bildhelp p
{
  font-size: 15px;
}

}