

/*default*/
@font-face{
  font-family: "emojii";
/*  src: url(https://fonts.mhoerz.de/NotoEmoji-Regular.ttf) format("truetype");*/
/*  src: url(https://fonts.mhoerz.de/NotoColorEmoji.ttf) format("truetype");*/

/*  src: url(https://fonts.mhoerz.de/OpenMoji/OpenMoji-Black.ttf) format("truetype");    */
/*  src: url(https://fonts.mhoerz.de/OpenMoji/OpenMoji-Color.ttf) format("truetype");*/
  src: url(https://github.com/hfg-gmuend/openmoji/raw/master/font/OpenMoji-Color.ttf) format("truetype");
/*  src: url(https://fonts.mhoerz.de/LiberationSans-Regular.ttf) format("truetype");*/


/*  src: url(https://fonts.mhoerz.de/FirefoxEmoji.ttf) format("truetype");*/
/*  src: url(https://fonts.mhoerz.de/EmojiOneMozilla.ttf) format("truetype");*/
}

.emoji {
/*  font-family: emoji;*/
  font-family: emojii;
}

body {
  display: inline;
//  min-width: 306px;
  color: black;
  font-size: 1.1rem;
  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;}



@media screen and (max-width: 1000px) {
	main {
		width: 52.5%;
	}
}
@media screen and (max-width: 900px) {
	main {
		width: 47%;
	}
}
@media screen and (max-width: 850px) {
	main {
		width: 68%;
        margin-right: 0px;
	}
}
@media screen and (max-width: 770px) {
	main {
		width: 64%;
	}
}
@media screen and (max-width: 680px) {
	main {
		width: 60%;
	}
}
@media screen and (max-width: 615px) {
	main {
        padding: 30px;
		width: 89%;
	}
}
@media screen and (max-width: 570px) {
    #cornerro {
        position: static;
    }
    main {
        width: 90%;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }
}

@media screen and (max-height: 370px) {
    main {
        width: 89%;
    }
}
@media screen and (max-height: 250px) {
    main {
        margin-top: 0px;
    }
    #mobinav {
        margin-top: -15px;
    }
}



/*title*/
#mhtitle {
  width: 100%;
  top: 0px;
  right: 0px;
  height: 100px;
  text-decoration: none;
  color: black;
  background: #ffffff;
  font-size: 2rem;
  text-align: center;
//  position: fixed;
  overflow-y: hidden;
}
#mhtitle h1 {margin:0px;}
#mhtitle a:link {
  font-weight: bold; text-decoration: none; color: black;}
#mhtitle a:visited {
  font-weight: bold; text-decoration: none; color: black;}
#mhtitle a:hover {color:black;}
#mhtitle a:active {
  font-weight: bold; text-decoration: none; color: black;}
#mhtitle p {font-size: 0.35em;}

@media screen and (max-width: 770px) {
    #mhtitle {
        height: 70px;
/*        background:red;*/
    }
}

@media screen and (max-width: 570px) {
    #mhtitle {
        position: static;
    }
}

@media screen and (max-height: 250px) {
    #mhtitle {
        display: none;
    }
}

/*navileiste*/
#mhnav {
  background: #cdcdcd;
//  position: fixed;
  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: #cdcdcd;
  display: none;
  margin: 0px;
  width: 100vw;
  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: 100vw;
    }
    #mobilmhnav {
        display: flex;
        display: -webkit-flex;
    }
    #chkmobilmhnav:checked ~ #mhnav {
        display: flex;
        display: -webkit-flex;
    }
}

@media screen and (max-height: 370px) {
    #mhnav {
        top: 70px;
    }
}
@media screen and (max-height: 250px) {
    #mhnav {
        top: 0px;
    }
}

/*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:55%;
  padding: 10px;
  text-align:left;
}

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 {
  font-size: 0.7rem;
  color: grey;
}

/*witzbox*/
#de_mhoerz_witzbox {
  top: 595px;
  margin: 10px;
  font-size: 0.9em;
  right: 0px;
  width: 18%;
  min-width: 200px;
  height: 220px;
  text-align: left;
  position: fixed;
  border: 1px solid #cdcdcd;
  background: #ffffff;
}
#de_mhoerz_witzbox p {margin: 5px;}

#de_mhoerz_witzbox .witztext {
  height: 220px;
  overflow-y: auto;
}

#de_mhoerz_witzbox .buttons {
  position: absolute;
  display: none;
  vertical-align: bottom;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

#de_mhoerz_witzbox .buttons p {display: inline;}
#de_mhoerz_witzbox .buttons button {display: inline;}