@media screen and (max-width: 1911px){

  .spacer-wide{
    display: none;
  }
}



*{
	z-index: auto;
}

body{
	margin-top: -31px;
  margin: 0;
	padding: 0px;
}

ul{
  padding: 0;
  list-style-type: none;

  margin-block-start: 0;
  margin-block-end: 0;
  font-family: 'Open Sans', sans-serif;
}

li{
  padding-bottom: 0.5em;
}

h1{
	font-size: 2vw;
	font-family: "Papyrus";
	color: #9b1523;
	margin: 0;

}

h2{
	font-family: "LiciniaAged";
	text-decoration: underline #9b1523;
	text-align: center;
}

p{
  font-family: 'Open Sans', sans-serif;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-bottom: 0.5em;
}

a{
    color: #000000;
    text-decoration: none;
}

a:hover p{
  color: #9b1523;
  text-shadow: 3px 2px 10px #9b1523;
}

.right{
  float: right;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.italic{
  font-style: italic;
}

.bolder{
  font-weight: bolder;
}

.lager{
  font-size: larger;
}

.image{
  height: 100%;
  max-height: 300px;
}

.image-max-width{
  max-width: 100%;
}

.top-padding{
  padding-top: 3vw;
}

.small-padding{
  padding-bottom: 0.5em;
}

.normal-padding{
  padding-bottom: 1em;
}

.big-padding{
  padding-bottom: 2em;
}

.gray{
  color: #404040;
}

.white{
  color: #ffffff;
}

#impressum{

  padding: 10vmin;
  background-color: #f6f6ec;
  padding-top: 40px;
 
}



@font-face {
  font-family: "LiciniaAged";

  src: url("../fonts/LiciniaAged.woff") format("woff"), /* Modern Browsers */
    url("../fonts/LiciniaAged.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'TeXGyrePagella';
    src: url('../fonts/TeXGyrePagella-Regular.woff2') format('woff2'),
        url('../fonts/TeXGyrePagella-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Papyrus';
    src: url('../fonts/papyrus.woff2') format('woff2'), 
      url('../fonts/Papyrus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Papyrus-bold';
    src: url('../fonts/papyrus-let-bold.woff2') format('woff2'), 
      url('../fonts/papyrus-let-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 600px){

  .img-mobile{ 
    width: 100%;
   }
  
}