

/*default*/
body {
  display: inline;
//  min-width: 306px;
  color: white;
  font-size: 1.5rem;
  font-family: arial;
  margin: 0;
  padding: 0;
  background: #eeeeee;
  overflow-y: scroll;
}
a.notavailable {
  color: red;
}

@keyframes marquee {
  0%   { text-indent: 2500px }
  100% { text-indent: -2500px }
}

 .marquee {
  color:red;
  font-size:700px;
  margin: auto;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}


#cornerro {
  margin: 5px;
  right: 5px;
  float: right;
  color: #BBBBBB;
  position: fixed;
}

#cornerlio {
  float: left;
  color: #BBBBBB;
  position: fixed;
}

.error {
  background: #ef5959;
  padding: 20px;
}

#footer {
  color: #AAAAAA;
  bottom: 0px;
  width: 100%;
  position: fixed;
}

#footer a:link, a:active, a:visited {font-weight: bold; text-decoration: none; color: #989898;}
#footer a:hover {color: #4444ff;}

body>p:last-child {
  display: none;
}

.cc {
  color: whitesmoke;
  font-size: 0.75rem;
  margin: 0 2rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cc a:link {
  font-weight: normal;
  text-decoration: underline;
  color: whitesmoke;
}
.cc a:hover {
  color: lightskyblue;
}
.cc a:visited {
  color: whitesmoke;
}


/*navileiste*/
#mhnav {
  background: #ffe299;
  border: 1px solid #ffd466;
  width: 100vw;
  height: 35px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

#mhnav ul{
  margin: 0;
  padding: 0;
}

#mhnav  li{
  font-size: 13px;
  display: inline;
  margin: 20px;
  font-weight: bold;
}

#mhnav a:link {
  font-weight: bold; text-decoration: none; color: black;}
#mhnav a:visited {
  font-weight: bold; text-decoration: none; color: black;}
#mhnav a:hover {
  color: blue;}
#mhnav a:active {
  font-weight: bold; text-decoration: none; color: blue;}

#chkmobilmhnav {
  display: none;
}
#mobilmhnav {
  display: none;
  justify-content: center;
  align-items: center;
}
#mobilmhnav p {
  margin: 0;
}

#mobilmhnav {
  background: #ffe299;
  border: 1px solid #ffd466;
  display: none;
  margin: 0px;
  width: calc(100vw-2px);
  height: 35px;
  position: static;
  top: 135px;
}

@media screen and (max-width: 770px) {
    #mhnav {
        top: 70px;
    }
}
@media screen and (max-width: 560px) {
    #mhnav {
        display: none;
        height: unset;
    }
    #mhnav ul {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      text-align: center;
    }
    #mhnav li {
      margin: 0.5rem;
      width: calc(100vw-2px);
    }
    #mobilmhnav {
        display: flex;
        display: -webkit-flex;
    }
    #chkmobilmhnav:checked ~ #mhnav {
        display: flex;
        display: -webkit-flex;
    }
}

/*news*/
article {
  background: #DDDDDD;
  margin-top: 15px;
  border-width: 2px;
  border-color: #DDD;
  border-radius: 10px;
  border-style: solid;
}
article p {margin: 5px;}
article h1 {margin: 5px;}
article h2 {margin: 5px;}
article h3 {margin: 5px;}


.feedfixed {
  background: #DDDDDD;
  margin-top: 15px;
  border-width: 2px;
  border-color: #DDD;
  border-radius: 10px;
  border-style: solid;
}
.feedfixed p {margin: 5px;}
.feedfixed h1 {margin: 5px;}
.feedfixed h2 {margin: 5px;}
.feedfixed h3 {margin: 5px;}

/*content*/
main {
  display: inline-block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  text-align:left;
}

main h1,
main h2,
main h3 {
/*  font-family: 'Great Vibes', cursive;*/
  font-weight: bold;
}

main h1 {
  margin-top:0;
  font-size: 7vw;
  text-align: center;
}
main h2 {
  font-size: 5vw;
  text-align: center;
}
main h3 {
  font-size: 4vw;
}

main a:link {
  font-weight: bold; text-decoration: none; color: black;}
main a:visited {
  font-weight: bold; text-decoration: none; color: black;}
main a:hover {
  color: blue;}
main a:active {
  font-weight: bold; text-decoration: none; color: black;}

main .ccreated {
  display: none;
}

main div.part {
  position: relative;
/*  padding: 0 5rem;*/
  min-height: 100vh;
}

#metal {
  background: #fff url("images/metal.jpg") no-repeat center;
  background-size: cover;
}
#dprint {
  background: #fff url("images/3dprint.jpg") no-repeat center;
  background-size: cover;
}
#plotter {
  background: #fff url("images/plotter.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 720px) {
  #hello,
  #places,
  #timetable {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  main h1 {
    font-size: 12vw;
    text-align: center;
  }
  main h2 {
    font-size: 8vw;
    text-align: center;
  }
  main h3 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 470px) {
  #timetable {
    font-size: 1.0rem
  }
  #timetable td {
    padding: 0 0.25rem;
  }
}

/*customtitle*/
#de_mhoerz_customtitle {
  height: 100vh;
  width: 100vw;
  top: 0px;
  right: 0px;
/*  height: 100px;*/
  text-decoration: none;
  background: #fff url("/images/title-background.jpg") center;
  background-size: cover;
  color: white;
  font-size: 2.5vw;
  text-align: center;
/*  position: fixed;*/
/*  padding: 2vw 0;*/
  position: relative;
}

#de_mhoerz_customtitle img {
  max-width: 75vw;
  max-height: 75vh;
  -webkit-filter: invert(1);
  filter: invert(1);
}

#de_mhoerz_customtitle h1,
#de_mhoerz_customtitle h2 {
  margin: 2vw 0;
  font-weight: normal;
}


@media screen and (max-width: 450px) {
  #de_mhoerz_customtitle {
    font-size: 5vw;
  }
}
