* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: 'Droid Sans', sans-serif;
  color: #333333;
}

::selection {
    background-color: #ff0000;
    color: #ffffff;
}

div {
   /* border: 1px solid red; */
}

html {
    /*
    margin-left: calc(100vw - 100%);
    margin-right: 0;
    */
    overflow-y: scroll;
}

.faw {
  width: 35px;
  text-align: center;
  padding: 3px !important;
  margin-right: 8px !important;
  border: 0;
  color: #6C9CB7;
  border-radius: 0px;
  font-weight: bold;
}

.mdiw {
  display: inline-block;
  width: 35px;
  text-align: center;
  padding: 3px !important;
  margin-right: 8px !important;
  border: 0;
  color: #6C9CB7;
  border-radius: 0px;
  font-weight: bold;
}

body {
  background-color: #ffffff;
  padding: 25px;
}

.main {
  width: 100%;
  max-width: 1280px;
  position: relative;
}

.bold {
  font-weight: bold;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.b-blue {
  border: 1px solid #90A4AE;
}

.b-l-blue {
  border-left: 1px solid #90A4AE;
}

.b-r-blue {
  border-right: 1px solid #90A4AE;
}

.shadow {
  -webkit-box-shadow: 0 4px 8px 0 #000000, 0 6px 20px 0 #000000;
  -ms-box-shadow: 0 4px 8px 0 #000000, 0 6px 20px 0 #000000;
  box-shadow: 0 4px 8px 0 #000000, 0 6px 20px 0 #000000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
}

.menu {
  width: 20%;
  min-width: 150px;
  max-width: 300px;
}

.content {
  width: 79%;
  max-width: 979px;
}

li a.selected {
  font-weight: bold;
}

li a.selected div.mdiw, li a.selected div.faw  {
 color: crimson;
}

.dateCol {
  font-size: 12px;
  width: 120px;
}

.f-l, .floatLeft {
  float: left;
}

.f-r {
  float: right;
}

.p-15 {
  padding: 15px;
}

.c-gray {
  color: #cccccc;
}

.link-active {
  cursor: pointer;
}

.link-active:hover {
  background-color: #cccccc;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-5-2 {
  padding: 2px 5px;
}

.h-5 {
  height: 5px;
}

.h-15 {
  height: 15px;
}

.h-400 {
  height: 400px;
}

.h-430 {
  height: 430px;
}

.h-330 {
  height: 330px;
}

.h-300 {
  height: 300px;
}

.h-250 {
  height: 250px;
}

.h-100 {
  height: 100px;
}

.clear {
  clear: both;
}

.clear-l {
  clear: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.strava {
  display: inline-block;
  background-color: #FC4C02;
  color: #ffffff;
  padding: 5px 10px 5px 38px;
  height: 30px;
  line-height: 23px;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 3px;
  background-image: url('/img/strava24.png')
}

.w-49 {
  width: 49%;
}

.menu ul li {
  font-size: 18px;
  list-style: none;
  display: block;
}

.mainTitle {
  font-size: 30px;
  line-height: 30px;
}

.subTitle {
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  border-left: 10px solid #66A0FF;
}

.subTitle:hover {
  background-color: #cccccc;
}

.newsText {
  width: 90%;
  max-width: 819px;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.fs {
  font-size: 14px;
}

.bg-gray {
  background-color: #cccccc;
}

div.image_square {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 300px;
  height: 300px;
  cursor: pointer;
}

div.image_bar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
  cursor: pointer;
}

div.image_bar300 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
  cursor: pointer;
}

div.image_square200 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 200px;
  height: 200px;
  cursor: pointer;
}

div.image_thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 150px;
  height: 100px;
  cursor: pointer;
}

div.image_square:hover, div.image_square200:hover, div.image_bar:hover, div.image_bar300:hover {
  border: 5px solid #ffffff;
}

div.image_thumb:hover {
  border: 2px solid #ffffff;
}

table.tablesorter td.hi {
  background-color: #ddffdd !important;
}

.w-90 {
  width: 90px;
}

.w-200 {
  width: 200px;
}

.w-250 {
  width: 250px;
}

.w-300 {
  width: 300px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-19 {
  margin: 19px;
}

.my-div-icon {
  color: #315778;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid red;
  width: auto !important;
  height: auto !important;
  display: block;
}

.vertical-text {
 	transform: rotate(90deg);
 	transform-origin: left top 0;
  margin-left: 30px;
  font-size: 14px;
}

#yearDropDown, .mainTitle input, .mainTitle select {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  font-size: 25px;
}

.w-100p {
  width: 100%;
}

a.bildtext:link, a.bildtext:active, a.bildtext:visited {
    color: #59778A;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
}

a.bildtext:hover, a.bildtext:focus {
    background-color: #B0C1CC;
    color: #59778A;
    font-size: 15px;
    text-decoration: none;
    padding: 2px;
    font-weight: bold;
}

.topbottombar {
   background-color: rgba(255,255,255,0.75);
   position: absolute;
   left: 20px;
   right: 20px;

   color: #000000;
   padding: 10px;
}

.topbar {
   top: 15px;
   font-size: 15px;
}

.bottombar {
   text-align: center;
   bottom: 20px;
   font-size: 15px;
}

.navigatePrevNext {
  position: absolute;
  top: 20%;
  /*
  top: 50%;
  margin-top: -30px;
  height: 60px;
  color: #000000;
  background-color: rgba(255,255,255,0.15);
  */
  width: 100px;
  height: 60%;
  z-index: 55;
  color: #ffffff;
  font-size: 100px;
  line-height: 30px;
  text-align: center;
  opacity: 0.1;
}

.navigatePrevNext span {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  color: #ffffff;
}

.mh-100 {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.readMore {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(205,205,205,0.75);
  background-color: rgba(70,137,218,0.75);
  color: #ffffff;
  width: 100%;
  border-top: 1px solid #FDC75D; /*#ffffff; */
  padding-right: 20px;
  text-align: right;
  font-size: 12px;
}

.readMore:hover {
  background-color: #ffffff;
  color: #333333;
  cursor: pointer;
}

.navigatePrev, .navigatePrev span {
  left: 20px;
}

.navigateNext, .navigateNext span {
  right: 20px;
}

.navigatePrevNext:hover, .navigatePrevNext span:hover {
  opacity: 1.0;
  /* background-color: #ffffff; */
  cursor: pointer;
}

.fw-b{
  font-weight: bold;
}

.tourMap {
  width: 100%;
  height: 500px;
}

.backImage, .backImageHelper, .panoFull {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}

.backImage, .backImageHelper {

   background-attachment: fixed;
}

.backImage {
   filter: blur(2px);
   position: fixed;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;

   z-index: -2;
}

.backImageHelper {
   filter: blur(2px);
   width: 100%;
   height: 100%;
   z-index: -1;
}

.labeledHint {
   font-size: 12px;
   position: absolute;
   left: 15px;
   right: 15px;
   bottom: 5px;

   background-color: rgba(70,137,218,0.75);
   color: #ffffff;
}

.p-r {
   position: relative;
}

#labelText {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000000;
  font-size: 12px;

  display: none;
  z-index: -1;
  user-select: none;
}

img.main.shadow {
  cursor: pointer;
}

a.noDeco {
  text-decoration: none;
}

.panoFull {
  position: absolute;

  left: 20px;
  top: 60px;

  height: 40px;
}

.panoFull .screen {
  position: absolute;
  left: 0px;

  background-color: rgba(255, 255, 255, 0.4);
  /*border: 1px solid #ffffff;*/
  height: 40px;
  width: 50px;

  font-size: 10px;
  text-align: center;
  line-height: 40px;
  color: #333333;
  user-select: none;
}

.panoFull .noscreen {
  position: absolute;

  background-color: rgba(0, 0, 0, 0.2);
  /* border: 1px solid #ffffff; */
  height: 40px;
  width: 0px;

  user-select: none;
}

.panoFull .noscreen.left {
  left: 0px;
}
.panoFull .noscreen.right {
  right: 0px;
}

.hamburger {
  position: absolute;
  top: -200px;
  display: none;
}

.titleLabel {
  position: absolute;
  left: 20px;
  top: 30px;
  padding: 5px;
  /* background-color: rgba(255, 255, 255, 0.4); */
  z-index: 10;
  font-size: 30px;
  color:#ffffff;
  text-shadow: 0px 2px 3px #666;
  font-family: monospace;
  cursor: pointer;
}

.random, .titleLabel {
  user-select: none;
}

#panoHint, #panoHint span {
  display: none;
  color: red;
  font-size: 30px;
  height: 15px;
  line-height: 15px;
  cursor: help;
}

#panoHint span {
  display: block;
}

#searchStr, #searchType {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
}

.tourChoicePanel {
  display: none;

  position: absolute;
  margin: 0px;
  padding: 0px;

  background-color: #ffffff;
  color: #333333;
  /*border: 1px solid #66A0FF;*/

  z-index: 10;
}

.tourChoicePanel .panelHeader {
  border-left: 10px solid #66A0FF;
  border-bottom: 1px solid #66A0FF;
  height: 31px;
  line-height: 25px;
  padding: 3px 10px;

  display: block;
}

.tourChoicePanel .panelBody {
  padding: 10px;
  display: inline-block;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

#topImage {
  width: 100%;
}

@media only screen and (max-device-width: 777px) {
  .hamburger {
    position: absolute;
    display: inline;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;

    line-height: 100px !important;
    font-size: 50px !important;
    background-color: #ffffff;
    text-align: center;
    /* padding: 15px 8px; */
    z-index: 10;
  }

  body {
    background-color: #ffffff;
    padding: 0px;
  }

  .main, .content {
    width: 100%;
    max-width: 777px;
  }

  .mainContent {
    overflow: auto;
  }

  .mainContent table {
    min-width: 976px;
  }

  #randomThumb, #menu, .menu div.h-15, .backImage, .random {
    display: none;
  }

  img.main {
    height: 100px;
  }

  #topImage {
    width: 100%;
    height: 100px;
  }

  #menu {
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    z-index: 2000;
  }

  .floatLeft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .titleLabel {
    position: absolute;
    left: 10px;
    top: 35px;
    padding: 5px;
    z-index: 10;
    font-size: 20px;
    color:#ffffff;
    text-shadow: 0px 2px 3px #666;
  }

  .navigatePrevNext {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 55;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
    margin-top: -15px;
  }

  .navigatePrevNext span {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    color: #ffffff;
  }

  .navigatePrev, .navigatePrev span {
    left: 10px;
  }

  .navigateNext, .navigateNext span {
    right: 10px;
  }

  .panoFull {
    top: 80px;
  }

  .screen {
    font-size: 4px;
  }

  .shadow {
    border: 1px solid rgba(220,220,220, 0.6);
  }

  .h-15 {
    height: 5px;
  }

  #panoHint span {
    display: none;
  }
}
