html {
  overflow: auto
}

body {
  background-image: url(images/bgpot.jpg);
  background-color: #000000;
  font-family: Verdana;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  text-align: justify;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#main {
  width: 800px;
  height: 560px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #eeeeff;
  background-image: url(bg_potopia_main.jpg);
}

#titel {
  height: 65px;
  text-align: center;
  padding: 0px;
  padding-left: 150px;
  padding-top: 15px;
  font-size: 14pt;
  color: #4b8ce8;
  font-variant: small-caps;
  font-weight: bold;
}

#menue {
  width: 140px;
  float: left;
  padding-left: 10px;
  padding-top: 30px;
}

#seiten {
  width: 650px;
  height: 435px;
  float: right;
  padding-right: 5px;
  overflow: auto;
  font-size: 10pt;
  box-sizing: border-box;
}

#topnav {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

#topnav a {
  font-weight: normal;
}

#seiten img {
  border: 1px solid black;
}

.rightdiv {
  float: right;
  margin-left: 5px;
  height: 100%
}

.leftdiv {
  float: left;
  margin-right: 5px;
  height: 100%
}

.centerdiv {
  text-align: justify;
}

#hotels div {
  clear: both;
  margin-bottom: 15px;
  text-align: justify;
}

#hotels section {
  /* display: flex; */
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

#hotels section p {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

#hotels section h4 {
  margin-top: 0;
  font-size: 1.3em;
  margin-bottom: 0.25em;
}

#hotels img {
  margin-bottom: 0px;
  height: max-content;
}

#hotels section img:first-of-type {
  float: left;
  margin-right: 0.5em;
}

#hotels section img:last-of-type {
  float: right;
  margin-left: 0.5em
}

#left {
  float: right;
  width: 455px
}

#left div {
  text-align: justify;
  margin-bottom: 10px;
  clear: both;
}

#left img {
  margin-bottom: 10px;
  margin-left: 5px;
  float: right;
  clear: both
}

#left2 {
  float: right;
  width: 470px
}

#left2 div {
  text-align: justify;
  margin-bottom: 10px;
  clear: both;
}

#left2 img {
  margin-bottom: 10px;
  margin-left: 5px;
  float: right;
  clear: both
}

a:link {
  text-decoration: none;
  color: #991111
}

a:hover {
  text-decoration: none;
  color: #ff0000;
  background-color: #ffff00
}

a:visited {
  text-decoration: none;
  color: #991111
}

a:active {
  text-decoration: underline;
  color: #ff0000;
  background-color: #ffff00
}

h1 {
  font-size: 1.4em;
  color: #000000;
  font-variant: small-caps;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #000000;
  font-variant: small-caps;
  text-align: center;
}

h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #000000;
  font-variant: small-caps;
  text-align: center;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0.25em
}

#subcopy {
  width: 749px;
  margin: 0 auto;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  height: 20px;
  margin-bottom: 5px;
}

#subcopy a:link {
  text-decoration: underline;
  color: #ffeed0
}

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

#subcopy a:visited {
  text-decoration: underline;
  color: #ffeed0
}

#subcopy a:active {
  text-decoration: underline;
  color: #ffeed0;
}

table td {
  padding: 0.25em;
}

@media screen and (max-width: 500px) {
  #hotels section {
    display: flex;
    flex-direction: column;
    font-size: 2em;
  }

  #hotels section img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #hotels section img:first-of-type {
    place-self: flex-end;
    order: 2
  }

  #hotels section h4 {
    order: 1
  }

  #hotels section p {
    order: 2
  }

  #hotels section img:last-of-type {
    place-self: flex-end;
    order: 4
  }
}