/* map css */
@charset "utf-8";

#content {
  width: 100%;
  background: none repeat scroll 0 0 #daf9ff;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
}
.headline {
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  padding-bottom: 10px;
  padding-top: calc(100vh / 2 - 330px);
}
article {
  border: 0px !important;
  min-width: 100px;
  max-width: 800px;
  margin: auto;
  width: 80%;
}
.widgetcontainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: initial;
}
.cell1 {
  background-color: rgba(255, 255, 255, 0.71);
  padding-top: 15px;
  min-width: 100px;
  border: 1px solid rgb(206, 206, 206);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.spacer {
  max-width: 50px;
  width: 25%;
  display: inline-block;
}
.infotext {
  padding: 100px 50px 0px 50px !important;
}
.c1,
.c3,
.c4,
.p2,
.p3,
.p4,
.p5 {
  font-size: 16px;
  vertical-align: middle;
  border: 0;
  padding: 10px 10px 0 10px;
}

.c2 {
  font-size: 16px;
  vertical-align: middle;
  padding-top: 10px;
  border: 0;
}
.c4 {
  position: relative;
  top: 35px;
}
.p1 {
  font-size: 18px;
  vertical-align: middle;
  border: 0;
}
.p2 {
  text-align: left;
}
.p5 {
  text-align: left;
}
.ui-selectmenu-text,
.ui-textfield {
  font-size: 15px;
  font-weight: bold;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  color: #000;
}

/* responsive */
@media only screen and (max-width: 600px) {
  .infotext {
    padding: 15px 50px 0px 50px !important;
  }
  .cell1 {
    height: 270px;
  }
  .c1 {
    padding: 10px 10px 0 10px;
  }
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src:
    local("Roboto Condensed"),
    local("RobotoCondensed-Regular"),
    url("../fonts/roboto-condensed-v18-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v18-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/roboto-condensed-v18-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v18-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed")
      format("svg");
  /* Legacy iOS */
}

/* audiowide-regular - latin */
@font-face {
  font-family: "Audiowide";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/audiowide-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src:
    local("Audiowide Regular"),
    local("Audiowide-Regular"),
    url("../fonts/audiowide-v8-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/audiowide-v8-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/audiowide-v8-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/audiowide-v8-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/audiowide-v8-latin-regular.svg#Audiowide") format("svg");
  /* Legacy iOS */
}
