/* CSS fuer auepost.de */
/* (c) 2021 Daniel Schneider, info@auepost.de  */

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

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

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

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

@font-face {
    font-family: 'loraitalic';
    src: url('fonts/lora-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/lora-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'awesome';
    src: url('fonts/awesome/webfonts/fa-solid-900.woff2') format('woff2'),
         url('fonts/awesome/webfonts/fa-solid-900.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



a:link {
        color: #404040;
        text-decoration: none;
}
a:visited {
        color: #404040;
        text-decoration: none;
}
a:hover {
      color: #676767;
      text-decoration: none;
      background: white;
}
a:active {
        color: #404040;
}

body {
        background: #f5f5f4 url() repeat-x top right; 
        background-size: 100% auto; 
        font-family: Arial, sans-serif; 
        color: #000000;
        text-align: center;
      }
      
h2 {
	margin-bottom:-10px;}      
	
#text-artikel h2 {
	margin-bottom: 0px;
	margin-top: 40px;
	}     	
	
h3 {
	margin-top:20px;}     	
      
    
@media only screen and (max-width: 1221px) {
  body {
    background-color: #f5f5f4;
  }
}

@media only screen and (max-width: 835px) {
  body {
    background-color: #fff;
  }
}      


#rahmen {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: #fff url() repeat-x top right; 
  min-height: 100%; 
  margin-top: 0px;
  overflow: hidden;
  box-shadow: 5px 10px 10px #e8e8e8, -5px 10px 10px #e8e8e8;
  }

@media only screen and (max-width: 1221px) {
  #rahmen {
  width: 810px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: #fff url() repeat-x top right; 
  margin-top: 0px;
  overflow: hidden;
  box-shadow: 5px 10px 10px #e8e8e8, -5px 10px 10px #e8e8e8;
  }
}

@media only screen and (max-width: 835px) {
  #rahmen {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0, 0 0 0 0;
  }
}

#links {
	text-align: left; 
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.05em;
	color: grey;
	margin-bottom: -25px;
	margin-top: 0px;
	background: #fff;
	padding: 4px;
	border-bottom: 1px solid lightgrey;
	/*#fff6dc gelb*/
}

@media only screen and (max-width: 1221px) {
#links {
	text-align: left; 
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.05em;
	color: grey;
	margin-bottom: -25px;
	margin-top: 0px;
	background: #fff;
	padding: 4px;
	border-bottom: 1px solid lightgrey;
  }
}

@media only screen and (max-width: 835px) {
#links {
	text-align: left; 
	margin-right: auto;
	margin-left: auto;
	font-size: 1.05em;
	color: grey;
	margin-bottom: -25px;
	margin-top: 0px;
	background: #f5f5f4;
	padding: 4px;
    width: 100%;
  }
}

#links a {
  color: grey;
  text-decoration: none;
}
#links a:hover {
  text-decoration: underline;
  color: lightgrey;
  }
  
#links1 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0.85em;
  }  
  
@media only screen and (max-width: 820px) {
#links1 {
  display: none;
  }
}    
  
#links2 a {
  float: right;
  text-align: right; 
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;  
  }  
  
@media only screen and (max-width: 820px) {
#links2 {
  clear: both;
  text-align: left; 
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px; 
  }
}      
  
@media only screen and (max-width: 820px) {
#links2 a {
  font-size: 0.8em; 
  margin-right: 0;
  margin-left: 0;
  padding-right: 2px;
  padding-left: 2px; 
  margin-top: 2px; 
  }
}     
   
  
#sondermeldung a { 
  background: #e8240e; 
  color: #fff; 
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
}


#titel {
    margin-top: 13px;
	width: 780px;
	text-align: left; 
	padding-left: 145px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.9em;
	font-weight: regular;
	text-shadow: grey 2px 2px 2px;
}

@media only screen and (max-width: 1221px) {
#titel {
    margin-top: 13px;
	width: 1150px;
	text-align: left; 
	padding-left: 145px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.9em;
	font-weight: regular;
	text-shadow: grey 2px 2px 2px;
  }
}

@media only screen and (max-width: 835px) {
#titel {
    margin-top: 13px;
	text-align: left; 
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.9em;
	font-weight: regular;
	text-shadow: grey 2px 2px 2px;
  }
}

#titel a { 
  text-decoration: none;
  color: #e49635; 
}

#logo {
    margin-top: 45px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
  }
  
  
@media only screen and (max-width: 1221px) {
#logo {
    margin-top: 45px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

  }
}  

@media only screen and (max-width: 835px) {
#logo {
    display:none;
  }
}  

#logomobil {
   display:none;
  }


@media only screen and (max-width: 835px) {
#logomobil {
    margin-top: 25px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	display: block;
	border-bottom: 1px solid darkgrey;
	padding-bottom: 10px;
  }
}  

  
#logo2 {
    padding-top: 20px;
    padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
  }  
  
  
#info {
	text-align: left;
  }  
  
.logotext {
	font-size: 2em;
	padding-left: 5px;
	font-family: abril, serif;
	color: #575757;
  }  
  
.logotext a {
	text-decoration: none; 
	color: #575757;
  }    

#untertitel {
	width: 1150px;
	text-align: left; 
	margin-right: auto;
	margin-left: auto;
	padding-left: 190px;
	font-size: 0.78em;
    margin-top: -3px;	
}
    

/* Wrapper */  
#inhalt {
  width: 1150px;
  text-align: left; 
  background-color: white;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  padding-bottom: 45px;
  }
  
@media only screen and (max-width: 1221px) {
#inhalt {
  width: 780px;
  text-align: left; 
  background-color: white;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  padding-bottom: 45px;
  }
}

@media only screen and (max-width: 835px) {
#inhalt {
  text-align: left; 
  background-color: white;
  padding: 0px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 12px;
  padding-bottom: 45px;
  width: 96%;
  }
}  


#kapitaelchen { 
  font-variant:small-caps;
  display: inline-block;
  font-weight: bold;
}

#initiale { 
  float: left;
  color: #e49635;
  font-size: 75px;
  line-height: 50px;
  padding: 12px 5px 0px 0px;
}

#linksintern {
  margin-top: -70px;
  padding-bottom: 20px;
}

#formularmasken {
  border: 1px solid #4b4b4b;
  border-radius: 7px;
  color: #000;
  margin-top: 10px;
  padding: 15px;
}

#formularmaskentextschluss {
  line-height: 1em;
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 3px;
}

#navi {
  float: left;
  margin-top: 2px;
  border-top: 2px solid grey;
  border-bottom: 1px solid lightgrey;
  width: 100%;
}  

@media only screen and (max-width: 820px) {
#navi {
  float: left;
  margin-top: 2px;
  padding-bottom: 12px;
  border-top: 2px solid grey;
  border-bottom: 1px solid lightgrey;
  width: 100%;
  display: none;
  }
  }
  
ul#navi-blau {
  font-size: 1.15em;
  margin-top: 0px;
  float: left;
  text-align: left; 
  background-color: #fff;
  height: 29px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 10px;
}

ul#navi-blau li {
  list-style: none;
}
ul#navi-blau a {
  display: block;
  color: grey;
  text-decoration: none;
  padding: 10px;
	
}
ul#navi-blau a:hover {
   cursor: pointer;
   color: white;
   background: #2575aa;	
   opacity: 0.95;
   -moz-opacity: 0.95;
   filter: alpha(opacity=95);
   transition: all .3s ease;
  }
  
@media only screen and (max-width: 820px) {
ul#navi-blau {
  font-size: 1.0em;
  margin-top: 0px;
  clear: both; 
  text-align: left; 
  background-color: #fff;
  height: 12px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 0px;
  width: 100%;
}
  }


ul#navi-rot {
  font-size: 1.15em;
  margin-top: 0px;
  float: left;
  text-align: left; 
  background-color: #fff;
  height: 20px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 10px;
}

ul#navi-rot li {
  list-style: none;
}
ul#navi-rot a {
  display: block;
  color: grey;
  text-decoration: none;
  padding: 10px;
	
}
ul#navi-rot a:hover {
   cursor: pointer;
   color: white;
   background: #dc3437;	
   opacity: 0.95;
   -moz-opacity: 0.95;
   filter: alpha(opacity=95);
   transition: all .3s ease;
  }  


@media only screen and (max-width: 820px) {
ul#navi-rot {
  font-size: 1.0em;
  margin-top: 0px;
  clear: both;
  text-align: left; 
  background-color: #fff;
  height: 12px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 0px;
  width: 100%;
}
  }

  
    
ul#navi-gruen {
  font-size: 1.15em;
  margin-top: 0px;
  float: left;
  text-align: left; 
  background-color: #fff;
  height: 20px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 10px;
}

ul#navi-gruen li {
  list-style: none;
}
ul#navi-gruen a {
  display: block;
  color: grey;
  text-decoration: none;
  padding: 10px;
	
}
ul#navi-gruen a:hover {
   cursor: pointer;
   color: white;
   background: #2bb13b;	
   opacity: 0.95;
   -moz-opacity: 0.95;
   filter: alpha(opacity=95);
   transition: all .3s ease;
  }  
  
  
@media only screen and (max-width: 820px) {
ul#navi-gruen {
  font-size: 1.0em;
  margin-top: 0px;
  clear: both;
  text-align: left; 
  background-color: #fff;
  height: 12px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 0px;
  width: 100%;
}
  }  
  
ul#navi-violett {
  font-size: 1.15em;
  margin-top: 0px;
  font-family: Arial;
  float: left;
  text-align: left; 
  background-color: #fff;
  height: 20px;
  color: white;
  padding: 0.2em;
  padding-right: 10px;
}

ul#navi-violett li {
  list-style: none;
}
ul#navi-violett a {
  display: block;
  color: grey;
  text-decoration: none;
  padding: 10px;
	
}
ul#navi-violett a:hover {
   cursor: pointer;
   color: white;
   background: #c75dcf;	
   opacity: 0.95;
   -moz-opacity: 0.95;
   filter: alpha(opacity=95);
   transition: all .3s ease;
  }      
  
  
ul#navi-gelb {
  font-size: 1.15em;
  margin-top: 0px;
  float: left;
  text-align: left; 
  background-color: #fff;
  height: 20px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 10px;
}

ul#navi-gelb li {
  list-style: none;
}
ul#navi-gelb a {
  display: block;
  color: grey;
  text-decoration: none;
  padding: 10px;
	
}
ul#navi-gelb a:hover {
   cursor: pointer;
   color: white;
   background: #ffc44f;	
   opacity: 0.95;
   -moz-opacity: 0.95;
   filter: alpha(opacity=95);
   transition: all .3s ease;
  }    
  
  
@media only screen and (max-width: 820px) {
ul#navi-gelb {
  font-size: 1.0em;
  margin-top: 0px;
  clear: both;
  text-align: left; 
  background-color: #fff;
  height: 12px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 0px;
  width: 100%;
}
  }  
  
ul#navi-braun {
  font-size: 1.15em;
  margin-top: 0px;
  float: left;
  text-align: left; 
  background-color: #fff;
  height: 20px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 10px;
}

ul#navi-braun li {
  list-style: none;
}
ul#navi-braun a {
  display: block;
  color: grey;
  text-decoration: none;
  padding: 10px;
	
}
ul#navi-braun a:hover {
   cursor: pointer;
   color: white;
   background: #7c674f;	
   opacity: 0.95;
   -moz-opacity: 0.95;
   filter: alpha(opacity=95);
   transition: all .3s ease;
  }  


@media only screen and (max-width: 820px) {
ul#navi-braun {
  font-size: 1.0em;
  margin-top: 0px;
  clear: both;
  text-align: left; 
  background-color: #fff;
  height: 12px;
  color: white;
  font-family: oswald, sans;
  padding-left: 0em;
  padding-right: 0px;
  width: 100%;
}
  }


.kategorie-rot {font-family: orelega, sans; color: #fff; border-left: 15px solid #dc3437; background: #dc3437; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-rot a {color:fff;}
.kategorie-rot a:hover {background:none;}

.kategorie-blau {font-family: orelega, sans; color: #fff; border-left: 15px solid #2575aa; background: #2575aa; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-blau a {color:fff;}
.kategorie-blau a:hover {background:none;}

.kategorie-gruen {font-family: orelega, sans; color: #fff; border-left: 15px solid #2bb13b; background: #2bb13b; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-gruen a {color:fff;}
.kategorie-gruen a:hover {background:none;}

.kategorie-braun {font-family: orelega, sans; color: #fff; border-left: 15px solid #7c674f; background: #7c674f; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-braun a {color:fff;}
.kategorie-braun a:hover {background:none;}

.kategorie-gelb {font-family: orelega, sans; color: #fff; border-left: 15px solid #ffc44f; background: #ffc44f; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-gelb a {color:fff;}
.kategorie-gelb a:hover {background:none;}

.kategorie-violett {font-family: orelega, sans; color: #fff; border-left: 15px solid #e11a9b; background: #e11a9b; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-violett a {color:fff;}
.kategorie-violett a:hover {background:none;}

.kategorie-weiss {font-family: orelega, sans; color: #000; background: #f5f5f4; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95); border: 1px solid #ddd; padding-left: 15px; }
.kategorie-weiss a {color:000;}
.kategorie-weiss a:hover {background:none;}

.kategorie-schwarz {font-family: orelega, sans; color: #fff; border-left: 15px solid #000; background: #000; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);}
.kategorie-schwarz a {color:fff;}
.kategorie-schwarz a:hover {background:none;}



#text {
  width: 780px;
  text-align: left; 
  background-color: white;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 85px;
  float: left;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: loraregular;
  }
  
@media only screen and (max-width: 1221px) {
#text {
  width: 780px;
  text-align: left; 
  background-color: white;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 0px;
  clear: both;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: loraregular;
  }
}

@media only screen and (max-width: 835px) {
#text {
  text-align: left; 
  background-color: white;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 0px;
  clear: both;
  font-size: 1.2em;
  line-height: 1.8em;
  font-family: loraregular;
  width: 100%;

   display: block;
  }
}
   
#text-index {
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: regular;
  font-family: loraregular;
  }  
  
#text-seite {
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: regular;
  font-family: loraregular;
  }    
  
#text-artikel {
  width: 760px;
  font-size: 0.9em;
  line-height: 2.1em;
  font-weight: normal;
  font-family: loraregular;
  padding-right: 140px;
  display: block;
  }    
  
#text-artikel a {
  text-decoration: underline; 
  color: #2575aa;
  }      
  
#text-artikel a:hover {
  text-decoration: none; 
  background: #f4f4f4;
  }   
  
@media only screen and (max-width: 1221px) {
#text-artikel {
  width: 760px;
  font-size: 0.9em;
  line-height: 2.15em;
  font-weight: normal;
  font-family: loraregular;
  padding-right: 140px;
  display: block;
  }
}

@media only screen and (max-width: 835px) {
#text-artikel {
  font-size: 0.8em;
  line-height: 1.65em;
  font-weight: normal;
  font-family: loraregular;
  margin-right: 20px;
  display: block;
  width: 100%;
  margin-top: -10px;
  }
}  

#text-artikel-termin {
	font-family:arial;
	  line-height: 1.4em;
  }   

#wandel {
  background: #fae6e1;
  padding: 5px;
  }  
  
#wandelrahmen {
  border: 2px solid #fae6e1;
  border-bottom: 30px solid #fae6e1;
  border-top: 30px solid #fae6e1;
  line-height: 0.9em;
  font-family:arial;
  padding: 10px;
  }    
  
#wandelbild {
  background-image: url('https://www.auepost.de/wandelimhandelbild.jpg');
  height:250px;
  margin-bottom: 35px;
  }   

  
#teaser {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: loraregular;
  }  
  
@media only screen and (max-width: 835px) {
#teaser {
  font-size: 0.9em;
    margin-top: -20px;
      line-height: 1.1em;
  }
}       


#teaser-foto {
  font-size: 1.05em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: Arial;
  padding-left: 10px; 
  padding-right: 10px;
  }  
  
@media only screen and (max-width: 835px) {
#teaser-foto {
  font-size: 1em;
    margin-top: -20px;
      line-height: 1.1em;
  }
}  


#teaser-magazin {
  font-size: 1.05em;
  line-height: 1.1em;
  font-weight: bold;
  font-family: Arial;
  }  
  
@media only screen and (max-width: 835px) {
#teaser-magazin {
  font-size: 0.9em;
    margin-top: -5px;
      line-height: 0.95em;
  }
}  

  
#text-index-top {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: regular;
  font-family: loraregular;
  }    
  
.postmetadata {
  font-size: 0.75em;
  line-height: 1.0em;
  font-weight: regular;
  font-family: loraregular;
  color: grey;
  }   
  
#kurzmeldung {
  padding-bottom: 15px;
  }   
  
.postmetadata-kurzmeldung {
  font-size: 0.7em;
  line-height: 0.8em;
  font-weight: regular;
  font-family: loraregular;
  color: grey;
  }      
  
#ueberschrift-meldung {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left; 
  color: #00000;
  padding-bottom: 0px;
  font-family: abril, serif;
  text-decoration: none; 
  font-style: normal;
  }  
  
#ueberschrift-kurzmeldungsspalte {
  font-size: 1.05em;
  font-weight: bold;
  text-align: left; 
  color: #2575aa; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);
  padding-bottom: 15px;
  font-family: orelega, sans;
  }  
  
@media only screen and (max-width: 1221px) {
#ueberschrift-kurzmeldungsspalte {
  font-size: 1.05em;
  font-weight: bold;
  text-align: left; 
  color: #2575aa; opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95);
  padding-bottom: 15px;
  font-family: orelega, sans;
  }
}  

#rubriken {
  font-size: 0.95em;
  font-family: orelega, serif;
  }    

#rubriken-artikel {
  font-size: 1.0em;
  padding: 3px;
  font-family: orelega, serif;
  }      

.widget-title h2 {
  font-size: 1.05em;
  font-weight: bold;
  text-align: left; 
  color: #2575aa;
  font-family: orelega, sans;
  margin-bottom: 10px; 
  padding-top: 20px;
}    

#rotation img{
  margin-bottom: 14px; 
}    

@media only screen and (max-width: 1221px) {
#rotation {
  float: left;
  margin: 14px;
  text-align: center;
  }
}

@media only screen and (max-width: 835px) {
#rotation {
  float: left;
  margin: 6px;
  text-align: center;
  }
}

@media only screen and (max-width: 1221px) {
#widget-artikel {
  clear: both;
  border-top: 1px solid lightgrey;
  }
}

#text-meldung {
  font-size: 0.9em;
  line-height: 1.45em;
  font-weight: regular;
  font-family: loraregular;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
  }     




#leiste {
  width: 240px;
  text-align: left; 
  background-color: white;
  padding-bottom: 40px;
  margin-right: 70px;
  padding-top: 13px;
  padding-left: 20px;
  margin-top: 39px;
  float: right;
  border-left: 1px solid lightgrey;
  display: block; 
  height: auto;
  background-repeat: repeat-y;
  }
  
@media only screen and (max-width: 1221px) {
#leiste {
  width: 780px;
  text-align: left; 
  background-color: white;
  padding-bottom: 20px;
  margin-right: 70px;
  padding-top: 0px;
  padding-left: 0px;
  margin-top: 29px;
  display: block;
  border-left: 0px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 55px;
  margin-left: 0;
  float: left;
 
  }
}

@media only screen and (max-width: 835px) {
#leiste {
  width: 100%;
  text-align: left; 
  background-color: white;
  padding-bottom: 40px;
  margin-right: 70px;
  padding-top: 13px;
  padding-left: 0px;
  margin-top: 19px;
  border-top: 0px solid lightgrey;
  height: auto;
  }
}  
  
  

#leiste-artikel {
  width: 260px;
  text-align: left; 
  background-color: white;
  padding-bottom: 40px;
  margin-right: 70px;
  padding-top: 13px;
  padding-left: 20px;
  margin-left: -20px;
  margin-top: 39px;
  float: right;
  border-left: 1px solid lightgrey;
  display: block; 
  height: auto;
  }  
  

@media only screen and (max-width: 1221px) {
#leiste-artikel {
  width: 100%;
  text-align: left; 
  background-color: white;
  padding-bottom: 40px;
  margin-right: auto;
  padding-top: 13px;
  padding-left: 20px;
  margin-left: auto;
  margin-top: 39px;
  border-top: 1px solid lightgrey;
  }
}

@media only screen and (max-width: 835px) {
#leiste-artikel {
  text-align: left; 
  background-color: white;
  padding-bottom: 0px;
  margin-right: 70px;
  padding-top: 13px;
  padding-left: 20px;
  margin-top: 19px;
  border-top: 0px solid lightgrey;
  height: 0px;
  }
}

@media only screen and (max-width: 1221px) {
#kurzmeldungkompakt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  }   
}

@media only screen and (max-width: 820px) {
#kurzmeldungkompakt {
  display: block;
  }   
}

@media only screen and (max-width: 1221px) {
#widgetkompakt {
  display: block;
  }   
}
 
@media only screen and (max-width: 820px) {
#cartoon {
  display: none;
  }   
}

#cartoon {
  margin-bottom: 25px;
  margin-top: 35px;
  clear: both;
  }  

@media only screen and (max-width: 1221px) {
#infokasten-grau {
 display: none;
  }
}


#infokasten-orange {
  text-align: left; 
  background-color: #e49635;
  border-top: 1px solid #302f53;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 1.04em;
  color: white;
  text-align: left;
  line-height: 1.35em;
  }

#infokasten-grau {
  width: 290px;
  text-align: left; 
  background-color: #f5f5f4;
  border-top: 1px solid grey;  
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 1.04em;
  color: black;
  text-align: left;
  line-height: 1.35em;
  font-family: loraregular;
  }
  
#kasten {
  clear: both;
  border-bottom: 1px solid lightgrey;
  overflow: hidden;
  margin-bottom: 20px;
  }  


#vorschau {
  float: left;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  }    
  
#vorschau a img:hover {
    opacity: .9;
    transition: all .3s ease;
}    


@media only screen and (max-width: 820px) {
#vorschau {
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  max-width: 100%;
  height: auto;
  }   
}


#ueberschrift {
  font-size: 0.85em;
  font-weight: regular;
  text-align: left; 
  line-height: 1.75em;
  color: #000000;
  font-family: abril, serif;
  text-decoration: none; 
  margin-top: -20px;
  }
  
#ueberschrift a:hover{
  text-decoration: none;
  }  
  

#ueberschrift-media {
  font-size: 0.85em;
  font-weight: regular;
  text-align: left; 
  line-height: 1.75em;
  color: #000000;
  font-family: arial;
  text-decoration: none; 
  margin-top: -20px;
  }
  
#ueberschrift-media a:hover{
  text-decoration: none;
  }    

#ueberschrift-foto {
  font-size: 1.35em;
  line-height: 1.8em;
  text-align: left; 
  color: #444444;
  font-family: arial;
  margin-top: -10px; 
  padding-bottom: 15px;
  }
  

#ueberschrift-seite {
  font-size: 0.85em;
  font-weight: regular;
  text-align: left; 
  line-height: 1.75em;
  color: #000000;
  font-family: abril, serif;
  text-decoration: none; 
  margin-bottom: 50px;
  }

  
#ueberschrift-top {
  font-size: 1.1em;
  font-weight: regular;
  text-align: left; 
  color: #000000;
  padding-bottom: 0px;
  font-family: abril, serif;
  text-decoration: none; 
  padding-top: -20px;
  }
  
#ueberschrift-top a:hover{
  text-decoration: none;
  }    

#ueberschrift-artikel {
  font-size: 1.35em;
  line-height: 1.8em;
  text-align: left; 
  color: #444444;
  font-family: abril;
  margin-top: -10px; 
  padding-bottom: 15px;
  }
  
@media only screen and (max-width: 820px) {
#ueberschrift-artikel {
  font-size: 1em; 
  }
}   
  
.wp-block-image size-large {
  align: left; 
  padding-top: 100px;
}  



.size-full img {
  width: 100%; 
  height: auto;
  float: left;
  margin-top: 20px;
  }  


.wp-caption img {
    width: 664px;
    height: auto;

}

.wp-caption-text {
  color: grey;
  font-style: italic;
  font-size: 85%; 
  font-family: loraregular; 
  text-align: left;
  max-width: 820px;
  margin: 5px;
  line-height: 1.2em;
      }

@media only screen and (max-width: 820px) {
.wp-caption-text  {
  max-width: 270px;
  line-height: 0.9em;
  }
}   

.infospalte {
  float:left;
  margin-right: 10px;
  padding-bottom:10px;
  padding-top: 120px;
  margin-bottom: 5px;
  background: #fff;
  }

@media only screen and (max-width: 820px) {
.infospalte {
  display: none; 
  }
} 

@media only screen and (max-width: 820px) {
.infospalte-foto {
  display: none; 
  }
} 

.infospaltemobil {
  display: none; 
  }

@media only screen and (max-width: 820px) {
.infospaltemobil {
  display: block; 
  clear: both;
  margin-right: 10px;
  padding-bottom: 8px;
  padding-top: 5px;
  margin-bottom: 0;
  line-height: 1em;
  }
} 

.artikelinfomobil {
  font-family: arial;
  font-size: 0.75em;
  color: darkgrey;
  }

.artikelinfo {
  border-left:1px solid grey;
  padding-left: 10px;
  width:140px;
  font-family: arial;
  font-size: 0.75em;
  color: darkgrey;
  }
  
.artikelinfo a {
  color: darkgrey;
  }  
  
.artikelinfo a:hover {
  text-decoration: underline
  }  
  
.artikelinfo-foto {
  padding-left: 10px;
  width:240px;
  font-family: arial;
  font-size: 0.75em;
  color: darkgrey;
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 1.4em;
  }
  
.artikelinfo-foto a {
  color: darkgrey;
  }  
  
.artikelinfo-foto a:hover {
  text-decoration: underline
  }       

.artikelinfo-cover {
  font-family: arial;
  font-size: 0.75em;
  color: darkgrey;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 10px;
  }

.has-medium-font-size  {
  font-size: 1.75em;
  line-height: 1.2em;
  }    
  
blockquote {
  padding: 10 20 20 70; position: relative;
  color: #4a4a4a;
  font-size: 1.4em;
  font-family: anton; 
  font-style: italic;
  border-bottom: 4px solid lightgrey;
  margin-top: 40px;
  margin-bottom: 40px;
}

blockquote:before {
  content: '“';
  width: 60px;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #dfdfdf;
  position: absolute;
  font-family: oswald; 
  top: 0;
  left: 0;
}

blockquote cite  {
  font-size: 0.8em;
  font-family: arial; 
  color: #b0b0b0;
}
  
#anzeige {
  font-family: arial;
  font-size: 0.9em;
  color: darkgrey;
  }
  
#anzeigek {
  font-family: arial;
  font-size: 0.8em;
  color: darkgrey;
  }  
  
.anzeigeheader {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;   
  font-family: arial;
  font-size: 0.9em;
  color: darkgrey;
  margin-right: -23px;
  text-align: top;
  vertical-align: top;
  margin-top: 20px;
}  


@media only screen and (max-width: 1221px) {
#anmerkungen {
  display: none; 
  }
}


#anmerkungen {
  font-family: Helvetica, Arial, sans-serif; 
  line-height: 1.0em;
  margin-top: 25px;

}

#anmerkungen li {
  list-style-type: square;
  color: #307cae;
    margin-bottom: 5px;
      font-size: 0.95em;
}


@media only screen and (max-width: 1221px) {
#terminlistetitel {
  display: block; 
  }
}


#terminlistetitel {
  font-family: Helvetica, Arial, sans-serif; 
  line-height: 1.0em;
  background: #cabfb0;
  padding: 10px;
  min-width: 278px;
  border: 1px solid #7c6b56;
  margin-bottom: 30px;

}

#terminlistetitel li {
  list-style-type: square;
  color: #7c6b56;
    margin-bottom: 5px;
      font-size: 0.95em;
}

  
.marker {
  list-style: none;
  } 
  
.depth-2 {
  list-style: none;
  }   
  
.depth-3 {
  list-style: none;
  }   
  
.depth-4 {
  list-style: none;
  }       

#haeufig ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0px;
  font-size: 0.9em;
    }     

@media only screen and (max-width: 820px) {
#infokasten-oft {
  display: none;
    }   
  }
    
#haeufig li {
  padding-bottom: 10px;
  clear: both;
    }   
    
.haeufigthumbs {
  max-width: 60px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
 }

.comment-body  {
  background: #f5f5f4 url(cat1b.jpg) no-repeat top right; 
  font-size: 0.95em;
  line-height: 1.5em;
  font-size: 0.85em;
  padding-left: 10px;
  border-bottom-right-radius: 13px;
  }   
  
li.depth-2 .comment-body {
  background: #f5f5f4 url(cat2b.png) no-repeat top right;
  }    
  
li.depth-3 .comment-body {
  background: #f5f5f4 url(cat3b.jpg) no-repeat top right;
  }     
  
li.depth-4 .comment-body {
  background: #f5f5f4 url(cat4b.jpg) no-repeat top right;
  }     
  
@media only screen and (max-width: 820px) {
.comment-body  {
  font-size: 0.8em;
  line-height: 1.2em;
  background: #f5f5f4 url(cat1bm.jpg) no-repeat top right; 
  }
  
li.depth-2 .comment-body {
  background: #f5f5f4 url(cat2bm.png) no-repeat top right;
  }    
  
li.depth-3 .comment-body {
  background: #f5f5f4 url(cat3bm.jpg) no-repeat top right;
  }     
  
li.depth-4 .comment-body {
  background: #f5f5f4 url(cat4bm.jpg) no-repeat top right;
  }    
  
  
}  

.reply {
  font-size: 0.75em;
  font-family: oswald;
  background: lightgrey;
  text-align: left; 
  padding-right: 5px; 
  padding-left: 11px; 
  margin-left: -10px; 
  border-bottom-right-radius: 13px;
  } 
  
.comment-meta {
  font-size: 0.75em;
  font-family: Arial;
  margin-left: -2px; 
  }   
  
  
.comment-author {
  font-size: 1.15em;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  margin-top: 25px;
  color: #2575aa; 
  background: #fff;
  background: #fff url(cat1.jpg) no-repeat top right;
  margin-left: -10px;
  }   

li.depth-2 .comment-author {
  background: #fff url(cat2.jpg) no-repeat top right;
  }    
  
li.depth-3 .comment-author {
  background: #fff url(cat3.jpg) no-repeat top right;
  }      

li.depth-4 .comment-author {
  background: #fff url(cat4.jpg) no-repeat top right;
  }      
  
  
@media only screen and (max-width: 820px) {
.comment-author  {
  font-size: 1.1em;
  background: #fff url(cat1m.jpg) no-repeat top right;
  }

.comment-meta {
  margin-top: 0px;
  } 
  
li.depth-2 .comment-author {
  background: #fff url(cat2m.jpg) no-repeat top right;
  }    
  
li.depth-3 .comment-author {
  background: #fff url(cat3m.jpg) no-repeat top right;
  }      

li.depth-4 .comment-author {
  background: #fff url(cat4m.jpg) no-repeat top right;
  }         
  
}    
  
.says {
  display: none; 
  }     
  
.comment-author a {
  color: #2575aa; 
  }     
  
#headeranzeige {
  float: right; 
  }     
  
@media only screen and (max-width: 1221px) {
#headeranzeige img {
  max-width: 500px; 
  }
}

@media only screen and (max-width: 820px) {
#headeranzeige img {
  display: none;
  }
}

#headeranzeige-artikel {
  padding-bottom: 10px; 
  }     

#artikelwerbung {
  display: none;
  } 
  
#artikelwerbung img {
max-width: 100%;
height: auto;
}  

@media only screen and (max-width: 820px) {
#artikelwerbung {
  clear: both;
  display: block;
}  
}


#mobilwerbung {
  display: none;
}  

@media only screen and (max-width: 820px) {
#mobilwerbung {
 display: flex;
  }
}


#anzeigenhinweis-mobilwerbung {
 display: none;
  }

@media only screen and (max-width: 820px) {
#anzeigenhinweis-mobilwerbung {
 display: block;
 font-size: 0.85em;
 line-height: 1em;
  }
}


#mobilwerbung img {
max-width: 100%;
height: auto;

}  

.anzeigeheader-artikel {
  font-family: arial;
  font-size: 0.75em;
  color: darkgrey;
  
  }     
    
#topnewsbereich {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 20px;
  padding-bottom: 10px;
  }
  
@media only screen and (max-width: 820px) {
#topnewsbereich {
  border-bottom: 1px solid lightgrey;
  background: #fff9ee;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 2px;
  }
}
  
#topnews img {
  width: 100%; height: auto;
  overflow: hidden; 
  background: #ebebeb;
  margin-top: 10px;
  }  
  
    
#topnews a img:hover {
    opacity: .9;
    transition: all .3s ease;
}  

@media only screen and (max-width: 820px) {
#wrapperkat {
  display: none;
  }
}

  
#magazin {
  height: auto;
  background: #404040;
  padding: 10px;
  padding-top: 5px;
  display: block; 
  clear: both;
  margin-bottom: 50px;

  }    
  
 
#magazintitel-geschichte a {
  color: white; 
  font-size: 1.8em;
  background: #7c674f;	
  padding-left: 5px; 
  padding-right: 120px; 
  margin-left: -15px; 
  padding-top: 20px;
  font-family: orelega, sans;
  }    
  

@media only screen and (max-width: 820px) {
#magazintitel-geschichte a {
  font-size: 1.4em;
  padding-left: 5px; 
  padding-right: 50px; 
  margin-left: -15px; 
  padding-top: 10px;
  font-family: orelega, sans;
  }
}  


#magazintitel-rot a {
  color: white; 
  font-size: 1.8em;
  background: #dc3437;	
  padding-left: 5px; 
  padding-right: 120px; 
  margin-left: -15px; 
  padding-top: 20px;
  font-family: orelega, sans;
  }    
  

@media only screen and (max-width: 820px) {
#magazintitel-rot a {
  font-size: 1.4em;
  padding-left: 5px; 
  padding-right: 50px; 
  margin-left: -15px; 
  padding-top: 10px;
  font-family: orelega, sans;
  }
} 
  
  
#magazintitel-magazin a {
  color: white; 
  font-size: 1.8em;
  background: #2bb13b;	
  padding-left: 5px; 
  padding-right: 120px; 
  margin-left: -15px; 
  padding-top: 20px;
  font-family: orelega, sans;
  }  
  
@media only screen and (max-width: 820px) {
#magazintitel-magazin a {
  font-size: 1.4em;
  padding-left: 5px; 
  padding-right: 50px; 
  margin-left: -15px; 
  padding-top: 10px;
  font-family: orelega, sans;
  }
}        
  
  
#magazintitel-meinung a {
  color: white; 
  font-size: 1.8em;
  background: #ffc44f;	
  padding-left: 5px; 
  padding-right: 120px; 
  margin-left: -15px; 
  padding-top: 20px;
  font-family: orelega, sans;
  }    
  
@media only screen and (max-width: 820px) {
#magazintitel-meinung a {
  font-size: 1.4em;
  padding-left: 5px; 
  padding-right: 50px; 
  margin-left: -15px; 
  padding-top: 10px;
  font-family: orelega, sans;
  }
}    
  
#magazinbildrahmen {
  padding-bottom: 5px;
  overflow: hidden;
  } 
  
#magazinbild {
  float: left; 
  padding-right: 20px;
   
  } 

#magazinbild a:hover {
  opacity: .95;
  transition: all .3s ease;
  }       
    
#text-magazin {
  color: white; 
  font-family: loraregular, serif;
  font-size: 1.0em;
  line-height: 1.3em;
  font-weight: bold;
  padding-left: 10px;
  }      

 
#magazinlink a {
  color: white; 
  font-size: 1.85em;
  font-weight: regular;
  font-family: abril, serif;
  text-decoration: none; 
  }    
  
#magazinlink a:hover {
  background: none; 
  }      
 
  
#kontaktformular {
  border: 1px solid lightgrey;
  border-radius: 7px;
  color: #000;
  margin-top: 55px;
  margin-bottom: 35px;
  padding: 15px;
  background: #f5f5f4;
  font-family: Arial;
  }
  
#bestellformular {
  border: 1px solid lightgrey;
  border-radius: 7px;
  color: #000;
  margin-top: 55px;
  margin-bottom: 35px;
  padding: 15px;
  background: #fff9ee;
  font-family: Arial;
  }  
  
.tnp-subscription {
  border: 1px solid lightgrey !important;
  border-radius: 7px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 25px;
  background: #f5f5f4;
  font-family: Arial;
  padding: 10px;
  }  
  
.tnp-privacy-field {
  font-size: 0.9em;
  }    
  
#newsletter img {
  margin-top: 1px;
  margin-bottom: 20px;
  }  
  
#newsletter a img:hover {
    opacity: .85;
    transition: all .3s ease;
}  

@media only screen and (max-width: 1221px) {
  #newsletter img {
    display: none;
  }
}

#termine img {
  margin-top: 1px;
  }  
  
#termine a img:hover {
    opacity: .85;
    transition: all .3s ease;
}  

@media only screen and (max-width: 1221px) {
  #termine img {
    display: flex;
  }
}

#terminkastenhg {
  background: none; 
  }  
  
@media only screen and (max-width: 1221px) {
  #terminkastenhg {
    background: #7c6b56;
  }
}  

@media only screen and (max-width: 835px) {
terminlinkshead {
  display: none;
  }  
}        
    
#funktionsueberschrift {
  font-size: 1.4em;
  padding-bottom: 10px;
  font-family: orelega;
  }  
  
#footer {
  background-color: #f5f5f4;
  font-family: oswald, sans;
  border-top: 1px solid lightgrey;
  clear: both;
}  


#enddaten {
  font-size: 0.95em;
  border-top: 1px solid lightgrey;
    padding-top: 15px;
    padding-bottom: 10px;
  }   
  
.uebersicht ul {
  columns: 6 7em;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
}  

#uebersichtblau a:hover {
 text-decoration: underline;
 color: #2575aa;
}

#uebersichtrot a:hover {
 text-decoration: underline;
 color: #dc3437;
}

#uebersichtbraun a:hover {
 text-decoration: underline;
 color: #7c674f;
}

#uebersichtgelb a:hover {
 text-decoration: underline;
 color: #ffc44f;
}

#uebersichtgruen a:hover {
 text-decoration: underline;
 color: #2bb13b;
}
 
  
#zitat {
  width: 580px;
  border: 1px dashed #987551;
  text-align: left; 
  color: #413223;
  font-family: Times;
  font-weight: bold;
  font-style: italic;
  padding: 5px; 
  margin-top: 25px;
  margin-bottom: 25px;	
  }  


#abbildungen {
	padding-top: 35px; 
	padding-bottom: 35px;
}  


#reihe1 {
	background-color: #f7f7f7; 
	padding: 15px;
	margin-left: -15px;
	margin-right: 10px;
}  

#reihe2 {
	background-color: #ffffff; 
	padding: 15px;
	margin-left: -15px;
	margin-right: 10px;
}  

.wp-block-image {
  margin: 0;
  display: block;
  float:left;
  width: 780px;
  margin-bottom: 20px;
  margin-top: 5px;
  height: auto;
}


@media only screen and (max-width: 820px) {
.wp-block-image {
  margin: 0;
  clear: both;
  width: 100vw;
  margin-bottom: 20px;
  margin-top: 5px;
  
  }
}


.wp-block-image img {
max-width: 100%;
height: auto;
}


.wp-block-verse {
  /*background: #fdebb4;*/
  background: #e4f1fd;
  font-family: Arial; 
  white-space: normal !important;
  line-height: 1.4em;
  font-size: 1em;
  padding: 15px; 
  /*color: #262626;*/
  color: #2a78ac;
  margin-top: 30px; 
  padding-left: 55px;
  margin-right: -19px;
  margin-bottom: 30px;
  clear: both; 
}

.wp-block-verse:before {
    content: "\f05a";
    font-size: 50px;
    font-family: 'awesome';
    color: #2a78ac;
    margin-left: -66px;
    padding-right: 15px; 
}

.wp-block-preformatted {
  background: #fdf2cf;
  font-family: Arial; 
  white-space: normal !important;
  line-height: 1.4em;
  font-size: 1em;
  padding: 15px; 
  color: #8b7c54;
  margin-top: 30px; 
  padding-left: 55px;
  margin-right: -19px;
  margin-bottom: 30px;
}

.wp-block-preformatted:before {
    content: "\f06a";
    font-size: 50px;
    font-family: 'awesome';
    color: #8b7c54;
    margin-left: -66px;
    padding-right: 15px; 
}


.wp-block-columns {
  border-top: 3px solid #836f58;
  border-bottom: 3px solid #836f58;
  padding: 10px; 
  /*background: #f8f0e7;*/
  background: #fffbf6;
  /*border: 1px solid #836f58;*/
  /*border-radius: 6px;*/
  margin-top: 45px;
  margin-bottom: 35px;
  font-family: arial;
  line-height: 1.25em;
  font-style: italic;
  font-size: 1.15em;
}


figcaption{
  color: grey;
  font-style: italic;
  font-size: 85%; 
  font-family: loraregular; 
  text-align: left;
  line-height: 1.2em;
  padding-top: 10px;
}

.post img {
max-width: 600px; 
height: auto;

}

.wp-post-image {
     width: 100%;
     height: auto;
  }  

  
#nurmobil {
  visibility: hidden;
  }  

#verwandt {
  margin-top: 25px;
  color: #000; background: #f5f5f4; 
  width: 100%;
  clear:both;
}

.kommentare {
list-style: none;
margin-top: 20px;
}

#kommentare {
 font-family: oswald, sans;
 font-size: 1.2em;
 margin-top: 60px;
 border-bottom: 1px solid lightgrey;
 border-top: 2px solid grey;
}

@media only screen and (max-width: 820px) {
#kommentare {
margin-top: 0px;
  }
}

.comment-reply-title {
 font-size: 0.9em;
 line-height: 1em;
 font-family: orelega, sans;
 } 
 
.comment-form {
 font-family: Helvetica, Arial, sans-serif; 
  font-size: 0.8em;
 }  

.comment-notes {
 font-size: 0.6em !important;
 visibility: none;
 }
 
 
.comment-form-cookies-consent {
 font-size: 0.7em;
 line-height: 1em;
 } 
 
#commentform > p.subscribe-to-doi-comments {
 font-size: 0.7em;
 line-height: 1em;
 }  
 
.comment-form-author {
 margin-top: 0px;
   float: left;
   padding-right: 10px;
   
 } 

.comment-label {display:none;} 
 
#commentform > p.comment-notes {display: none;}


#navigation a {
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: oswald, sans;
    font-weight: normal;
    color: grey;
    padding-top: 20px;
    text-align: right;
    clear: both; 
    display: block;
    border-bottom: 1px solid lightgrey;
}

.related-posts {
  display: flex;
}
.related-posts .entry-title {
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: abril, serif;
    margin-top: 5px;
}

@media only screen and (max-width: 820px) {
.related-posts .entry-title {
font-size: 0.7em;
  }
}

.related-posts .cat {
    color: #ba9e30;
    font-size: 0.85rem;
}
.related-posts .entry-item {
    width: 31%;
    margin-right: 2.5%;
    position: relative;
    float: left;
}
.related-posts .entry-item.third {
    margin-right: 0;
}
.related-posts a img:hover {
    opacity: .85;
    transition: all .3s ease;
}
.entry-related {
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-family: oswald, sans;
        color: grey;
}
.related-wrap {
    margin-bottom: 10px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding-left: 5px;
}

.wp-block-image.alignfull, .wp-block-image.alignwide {
    max-width: none;
}



/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 */
#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 15px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #fff;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: white;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #808080;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 280px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #f5f5f4;
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;  
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  margin-bottom: 5px;
    font-family: oswald, sans;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



#hamburger {
  display: none;
  }  
  
@media only screen and (max-width: 820px) {
#hamburger {
  display: block;
  }
}


.hamblau { border-left: 20px solid #2575aa; background: #6790aa; }  
.hamrot { border-left: 20px solid #dc3437; background: #dc8689; }  
.hambraun { border-left: 20px solid #7c674f; background: #7c7267; }  
.hamgelb { border-left: 20px solid #ffc44f; background: #ffdc9b; } 
.hamgruen { border-left: 20px solid #2bb13b; background: #6cb174; } 
.hamextra { color: darkgrey; border: 1px dotted grey; background: white; } 


textarea { 
    width: 100% !important;
    height:130px;
}

#404 { 
    font-size: 2em; 
    color: silver;
    font-family: abril;
}


/*
 * Social Media
 */

.fab {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fas {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-facebook-f {
  background: #3B5998;
  color: white !important;
}

.fa-facebook-f:hover {
  opacity: 0.8;
    background: #3B5998;
    transition: all .2s ease;
}

.fa-twitter {
  background: #55ACEE;
  color: white !important;
}

.fa-twitter:hover {
  opacity: 0.8;
    background: #55ACEE;
    transition: all .2s ease;
}

.fa-instagram {
  background: #125688;
  color: white !important;
}

.fa-instagram:hover {
  opacity: 0.8;
    background: #125688;
    transition: all .2s ease;
}

.fa-youtube {
  background: #bb0000;
  color: white !important;
}

.fa-youtube:hover {
  opacity: 0.8;
    background: #bb0000;
    transition: all .2s ease;
}

.fa-rss {
  background: #ff6600;
  color: white !important;
}

.fa-rss:hover {
  opacity: 0.8;
  background: #ff6600;
  transition: all .2s ease;
}

.blocks-gallery-item {
  display: block;
  width: 100%;
}

.wp-block-separator {
    clear: both;
        margin-top: 60px;
}

.wp-block-spacer {
    clear: both;
}


.wp-block-table {
  background: #f5f5f4;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wp-block-gallery {
 margin-left: 0px;
 display: flex;
 width: 100%;
}

.wp-block-gallery li {
  list-style: none;
}

.blocks-gallery-item img {
  max-width: 310px;
  height: auto; 
  float: left; 
  border: 2px solid #fff;
}

@media only screen and (max-width: 820px) {
.wp-block-gallery {
 margin-left: 0px;
 width: 100%;
 display: block; 
}

.has-nested-images img {
  width: 85%;
  margin-left: 20px; 
  display: block; 
}

}

.wp-block-video {
 margin: 0 auto;
}

video {
 max-width: 100%;
}


@media only screen and (max-width: 820px) {
.blocks-gallery-item img {
  max-width: 100%;
  height: auto; 
  clear: both;
  }
}

.blocks-gallery-item figcaption {
  display: none;
}

#gdpr-cookie-message{z-index:9999;}

#foto-bg {
  background: #404040;
  color: darkgrey;
  border: 1px solid #404040;
  margin-top: 5px;
  margin-bottom: -15px; 
  }  
  
#text-foto {
  padding-left: 10px; 
  line-height: 1.6em;
  margin-top: -10px;
  font-family: arial;
  }  
  
#text-foto a {
  color: #e4f1fd;
  background: #404040;
  }    
  
#text-foto a:hover {
  color: white; 
  background: #2676ab;
  }   
  
#text-dinge {
  padding-left: 10px; 
  line-height: 1.6em;
  margin-top: -10px;
  font-family: arial;
  }  
  
#text-dinge a {
  text-decoration: underline; 
  color: #2575aa;
  }      
  
#text-dinge a:hover {
  text-decoration: none; 
  background: #f4f4f4;
  }   
  
#termin-bg1 {
  border-top: 1px solid #826e57;
  margin-top: 5px;
  }    
  
#termin-bg2 {
  background: #cabfb0;
  color: #000;
  margin-top: 5px;
  border-radius: 0px;
  padding: 10px;
  border: 1px solid silver;  
  }    
  
#magazin-bg1 {
  border-top: 2px solid #3db74a;
  margin-top: 5px;
  }    
  
#magazin-bg2 {
  background: #fff;
  color: #000;
  margin-top: 5px;
  border-radius: 0px;
  padding: 10px;
  border-left: 2px solid #3db74a;  
  margin-top: 25px;
  }   
  
#bs-bg1 {
  border-top: 2px solid #41c2fc;
  margin-top: 5px;
  }    
  
#bs-bg2 {
  background: #fff;
  color: #000;
  margin-top: 5px;
  border-radius: 0px;
  padding: 10px;
  border: 1px solid #41c2fc;  
  margin-top: 25px;
  }   
  
#cov-bg1 {
  border-top: 6px solid #2575aa;
  margin-top: 5px;
  }    
  
#cov-bg2 {
  background: #2575aa;
  color: #fff;
  margin-top: 5px;
  border-radius: 0px;
  padding: 10px;
  border: 1px solid #2575aa;  
  margin-top: 25px;
  }              
  
#termin-caption {
  font-size: 0.8em;
  font-style: italic;
  color: #fff;
  margin-top: -2px;
  }  
  
#termin-bild {
  margin-right: -20px;
  margin-top: 30px:
  }  
  
#magazin-bild {
  margin-right: -20px;
  margin-top: 30px:
  }    
  
#magazin-bild2 {
  margin-top: 30px:
  }      
  
#wp-block-button__link {
  background: red;
  }  
  
#rssabo {
  text-align: right; 
  margin-top: 5px;
  text-decoration: underline;
  font-size: 0.8em;
  line-height: 1em;
  }    

.fasr {
  color: #ff6600;
 font-size: 0.8em;
  text-decoration: none;
  margin-right: -18px;
}

.beschreibung {
  font-size: 0.85em;
  line-height: 0.95em;
  border: 1px solid silver;
  border-top: 0px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background: #fff;
  color: #808080;
  font-family: Arial, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 35px; 
  }   

#autorbox {
  margin-top: 65px;
  margin-bottom: 45px;
  font-size: 0.8em;
  width: 70%;
  border-top: 1px solid #d3d3d3;
  color: #808080;
  font-style: italic;
  font-family: Arial, sans-serif;
  text-align: left;
  }   

.comment-awaiting-moderation {
  font-size: 0.85em;
  border-bottom: 1px solid #afe892;
  border-top: 0px;
  background: #ccffb3;
  color: #000000;
  padding-right: 20px;
  }   


@media print {
#navi, #verwandt, #leiste-artikel, #mobilwerbung, #anzeigek, #footer, #respond, #headeranzeige {
  display: none !important;
  }    
  
#rahmen, #inhalt, #text, #text-artikel {
  width: 100% !important;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  box-shadow: 5px 10px 10px #fff, -5px 10px 10px #fff;
  font-size: 0.95em;
  line-height: 2.0em;
  }
  
}  

.has-drop-cap:first-letter {
  color: #434343; 
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
.has-drop-cap:first-letter {
  color: #434343; 
  font-size: 85px;
  float:left;
  font-weight: normal;
}
}   

#schlagzeile {
  background: #fff9ee; 
  background: #fff9e1; 
  background: #fedd63;   
  color: #000;  
  overflow: hidden;
  width: 100%;
  font-family: Arial;
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 3px;
}
            
#sz {
    font-weight: bold;
    padding-left: 8px;
}

#sz a{
    background: #565656;
    background: #ffe08b;
    background: #fff;
    background: #ffb200;
    color: #fff;
    color: #444444;
    color: #767676;
    color: #fff;
    border: 1px solid #444444;
    border: 1px solid #ffe08b;
    border: 1px solid #ffb200;
    border-radius: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

#sz a:hover{
    background: #ffb200;
    background: #fff;
    color: #fff; 
    color: #767676;
}

#szdesk {
    padding-left: 10px;
}


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

#schlagzeile {
  background: #fff; 
  color: #000;  
  overflow: hidden;
  width: 100%;
  font-family: Arial;
  font-size: 13px;
  padding-top: 9px;
  margin-bottom: 16px;
}

#sz {
    font-weight: bold;
    padding-left: 0px;
    padding-right: 6px;
}

#sz a{
    background: #2575aa;
    color: #fff; 
    border: 1px solid #444444;
}

#sz a:hover{
    background: #fedd63;
    color: #444444; 
}


#szdesk {
    display: none; 
}

#szmob {
    display: none; 
}
}   


#lionskalender {
  margin-top: 25px;
    margin-bottom: 45px;
}

#lionskalenderinhalt {
  width: 290px;
  background: #fff; 
  padding: 2px; 
  border: 1px solid #ffb200;
  color: #00529c;  
  color: #000; 
  font-family: loraregular;
  font-family: Arial;
  font-size: 15px;
  line-height: 16px;
}

@media only screen and (max-width: 820px) {
#lionskalenderinhalt {
  width: 100%;
}
}   

#lionskalenderhinweis {
  color: grey;  
  font-family: Arial;
  font-size: 10px;
  font-style: italic;
}

#eilmeldung1 {
  background: #e8240e; 
  color: #fff;  
  height: 35px;
  overflow: hidden;
  margin-top: 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}
            
#eilmeldung1 p {
  width: 100%;
  font-family: Arial;
  line-height: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transform: translateX(100%);
  animation: marquee 30s linear infinite;
  animation-delay: 1s;
  white-space:nowrap;
            }
  @keyframes marquee {
  0% {
  transform: translateX(100%);
  }
  100% {
  transform: translateX(-100%);
  }
}


#eilmeldung2 {
  background: #ff7411; 
  color: #fff;  
  height: 35px;
  margin-top: 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}
            
#eilmeldung2 p {
  width: 100%;
  font-family: Arial;
  line-height: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transform: translateX(100%);
  animation: marquee 30s linear infinite;
  animation-delay: 1s;
  white-space:nowrap;
            }
  0% {
  transform: translateX(0px)
  }
  40%, 60% {
  transform: translateX(calc(40px - 100%))
  }
  100% {
  transform: translateX(0px)
  }
}


