/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* end roboto-regular - latin */

body {
  background: white;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  line-height: 18px;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family:: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

h2 {
  font-family:: 'Roboto', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

p {
  margin-bottom: 20px;
}

.toppi {
  position: relative;
  height: 100%;
}

.wrapper {
  position: absolute;
  top: 100px;
  left: calc(50% - 50%);
  right: calc(50% - 50%);
  overflow: hidden;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
/*  transition: 0.5s; */
}

.content {
  margin: 0;
  margin-top: 3px;
  padding: 0px 0px 0px;
  background: #fff;
/*  box-shadow: 0 0 0px rgba(0,0,0,0.5); */
  z-index: -9999;
}

/* overlay ist der Bereich welches abgedunkelt wird */
.overlay {
  position: fixed;
  top: 0x;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

/*  checkbox  */
input#off-canvas-menu {
  display: none;
}

/*..Grösse des Hamburger Symbol  */
label.off-canvas-menu-label {
  position: fixed;
  width: 40px;
  height: 35px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
/*  border-right: 1px solid #bbb; */
  z-index: 999;
}

/*  das Hamburger Zeichen..*/
label.off-canvas-menu-label i {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
}

/*  wenn Hamburger angeklickt, Hamburger um 90deg grehen  */
input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label i {
  transform: rotate(90deg);
}

/*  wnn Hamburger angeklickt, seiten Menu aufrufen  */
input#off-canvas-menu[type=checkbox]:checked ~ nav.off-canvas-menu {
  transform: translateX(0);
}

/*  wenn Hamburger angeklickt, Hauptinhalt um 300px schieben  */
input#off-canvas-menu[type=checkbox]:checked ~ .wrapper {
/*  transform: translateX(250px); */
  transform: translateX(0);

}

/*  wenn Hamburger angecklickt, Hauptinhalt abdunkeln  */
input#off-canvas-menu[type=checkbox]:checked ~ .overlay {
  height: 100%;
  opacity: 1;
}

/*  Ort des Hamburgers  */
nav li,
label.off-canvas-menu-label {
  top: 65px;
  transition: 0.2s;
}

/* Farbe ändern des Hamburger Hintergrundes  */
nav li:hover,
label.off-canvas-menu-label:hover,
input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label {
  background: #207ce5 !important;
}


/*  Beginn des horizontaler Menubalken  */

.main-menu {
  position: fixed;
  top: 65px;
  left: 0;
/*  float: left; */
  width: 100%;
  background: transparent;
  font-size: 14px;
  height: 40px;
  box-sizing: border-box;
    z-index: 3;

}

.main-menu ul {
  float: left
  margin: 0;
  padding: 0;
  position: relative;
  left: 40px;
}


.main-menu ul.nav-horizontal-1 {
  float: left;
  position: relative;
  left: 40px;
}


.main-menu ul.nav-horizontal-2 {
  float: left;
  position: relative;
  left: 40px;
}

.main-menu ul.nav-horizontal-3 {
  float: left;
  position: relative;
  left: 40px;
}

.main-menu ul.nav-horizontal-4 {
  float: left;
  position: relative;
  left: 40px;
}


.main-menu ul.nav-horizontal-5 {
  float: left;
  position: relative;
  left: 40px;
}


.main-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.main-menu ul li {
  position: relative;
  top: 0;
  float: left;
  list-style: none;
  color: #fff;
  width: 200px;
  margin: 2px;
  transition: 0.5s;
}

.main-menu ul li a {
  padding: 5px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 5px;

}

.main-menu ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

.main-menu ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.main-menu ul li:hover {
  background: #4096ee;
}

.main-menu ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: transparent;
  z-index: 1;
}

.main-menu ul ul li {
  margin: 0;
  float: none;
  width: 150px;
  border-bottom: 1px solid #fff;
}

.main-menu ul ul li a {
  padding: 5px 20px;
  text-align: left;
  border: 0px solid transparent;
}

.main-menu ul ul li:last-child {
  border-bottom: none;
}

.main-menu ul ul li a:hover {
  background: #4096ee;
  border: 0px solid transparent;
}

.main-menu ul li:hover > ul {
  top: 100%;
  left: 0;
  background: #555;
}

.main-menu ul ul li:hover > ul {
  top: 0;
  left: 150px;
}

/*  Endedes horizontaler Untermenus  */


/* Beginn des Seitenmenues  */

.off-canvas-menu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 250px;
/*  height: 500px; */
    overflow: auto;
  background: #555;
  font-size: 16px;
  transform: translateX(-100%);
/*  box-shadow: 0 0 10px rgba(0,0,0,0.9); */
  transition: 0.5s;
  z-index: 2;
}

.off-canvas-menu input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
        display: block;
  cursor: pointer;
}

.off-canvas-menu ul {
  margin: 0;
  padding: 0;
}

.off-canvas-menu > ul {
  margin-top: 0px;
}

.off-canvas-menu a {
  display: block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
}

.off-canvas-menu li {
  position: relative;
  top: 0px;
  float: left;
  width: 100%;
/*  height: 40px; */
  list-style: none;
  color: #fff;
  transition: 0.5s;
  border-top: 1px solid #bbb;
}

.off-canvas-menu > ul > li:last-child {
  border-bottom: 1px solid #bbb;
}

.off-canvas-menu ul li:first-child {
  border-top: none;
}

.off-canvas-menu ul > li.sub > a:after {
  position: relative;
  float: right;
  content: '+';
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  transition: 0.5s;
}

.off-canvas-menu .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  border-top: none;
}

.off-canvas-menu input[type=checkbox]:checked ~ .submenu {
  border-top: 1px solid #bbb;
  max-height: 600px;
}

.off-canvas-menu input[type=checkbox]:checked ~ a:after {
  transform: rotate(45deg);
}

.off-canvas-menu .submenu li {
  background: #555;
}

.off-canvas-menu .submenu li a {
  padding-left: 50px;
}

.off-canvas-menu .submenu li li a {
  padding-left: 70px;
}

.off-canvas-menu .submenu li li li a {
  padding-left: 90px;
}

.off-canvas-menu .submenu li.sub {
  list-style: none;
}
/* Ende des Seitenmenues  */


/*----- Media Queries kleine Displays kleines Topmenu mit 1 Menus-----*/
@media screen and (max-width: 500px){

.main-menu ul.nav-horizontal-1 {
    display: none;
  }

.main-menu ul.nav-horizontal-2 {
    display: none;
  }

.main-menu ul.nav-horizontal-3 {
    display: none;
  }

.main-menu ul.nav-horizontal-4 {
    display: none;
  }


.main-menu ul.nav-horizontal-5 {
    display: none;
  }

h1 {
  font-size: 17px;
  }

h2 {
  font-size: 17px;
  }
.wrapper {
  width: 99%;
  }

}


/*----- Media Queries kleine Displays kleines Topmenu mit 3 Menus-----*/
@media screen and (max-width: 650px){

.main-menu ul.nav-horizontal-3 {
    display: none;
  }

.main-menu ul.nav-horizontal-4 {
    display: none;
  }


.main-menu ul.nav-horizontal-5 {
    display: none;
  }

.wrapper {
  width: 99%;
  }

}

/*----- Media Queries kleine Displays kleines Topmenu mit 4 Menus-----*/
@media screen and (max-width: 800px){

.main-menu ul.nav-horizontal-4 {
    display: none;
  }


.main-menu ul.nav-horizontal-5 {
    display: none;
  }

.wrapper {
  width: 99%;
  }

}


/*----- Media Queries kleine Displays kleines Topmenu mit 5 Menus-----*/
@media screen and (max-width: 950px){

.main-menu ul.nav-horizontal-5 {
    display: none;
  }

.wrapper {
  width: 98%;
  }

td.titel a{
  font-size: 12px;
  }

}

/*----- Media Queries  Tablets mittleres Topmenu mit 6 Menus-----*/
@media screen and (max-width: 1010px){

. wrapper {
  width: 98%;
  }
}


/*----- Media Queries  Tablets mittleres Topmenu mit 8 Menus-----*/
@media screen and (max-width: 1260px){

. wrapper {
  width: 98%;
  }
}

/*----- Media Queries  Tablets mittleres Topmenu 1 und 2 und 3-----*/
@media screen and (max-width: 1280px){

. wrapper {
  width: 98%;
  }
}

/*----- Media Queries grosse Hoehe Seitenmenu fixed-----*/
@media screen and (min-height: 768px){

.off-canvas-menu {
  position: fixed;
  }

}


/*--------------------------------------*/

[aria-current] {
  background-color: #207ce5;
}

a.aktiv {
  background-color: #207ce5;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to right, #1f5078,#6792be);
  z-index: 2;
}

/*=========== id definition fuer Titel ===========*/
#titel {
  position: fixed;
  left: 25px;
  top: 10px;
  width: 380px;
/*  background: #1F5896; */
  z-index: 9999;
}

#untertitel {
  position: fixed;
  left: 25px;
  top: 40px;
  width: 380px;
  z-index: 9999;
}

/*=========== id und class definition fuer Titelbild ===========*/
#titelbild {
  position: fixed;
  top: 0px;
  left: 406px;
  right: 100px;
  width: calc(100% - 406px);
  height: 65px;
  z-index: 9999;
/*  height: 1em; */
}

img.titelbild {
  width: 99%;
  max-width: 920px;
  height: 100%;
  object-fit: cover;
}


#inhalt-object-museum {
  display: block;
  height: 600px;
  max-width: 100%;
  overflow: auto;
}

object.groesse{
  width:100%;
  height:98%;
}

div.ueberschrift{
  font-family:: 'Roboto';
  color: black;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}

div.seitenueberschrift{
  font-family:: 'Roboto', sans-serif;
  color: white;
  font-size: 18px;
  text-align: center;
}


div.copyright{
  font-family:: 'Roboto', sans-serif;
  color: black;
  font-size: 14px;
  text-align: center;
}

img.grafik{
  width: 100%;
  height: 480px;
  max-width: 1200px;
  object-fit: scale-down;
  object-position: top center;
}

img.wettercam{
  width: 640px;
  height: 480px;
}