/* Text, Zeilenabstand, Absätze */
.layout-page .text p {
	font-size: 0.9rem;
  margin-top: 1em !important;
}

.layout-page .text h1 {
  margin-top: 2em !important;
  margin-bottom: 0.5em;
}
 
.layout-page .text h2 {
  margin-top: 1.5em !important;
  margin-bottom: 0.5em;
}

.layout-page .text h3 {
  margin-top: 1.5em !important;
  margin-bottom: 0.5em;
}

.layout-page .text h4 {
  margin-top: 1.5em !important;
  margin-bottom: 0.5em;
}

/* Home: Posts Zeilenabstand, Autor */
.post .information .center{max-height:calc(1.2em * 1 * 3)!important;}

.post .information .center p {
	line-height: 1.2em !important;
}

.author span{font-size:.9em;}

.author {display: inline-block !important;
}

/*Veranstaltungslogo Startseite, Seitenleiste*/
 

.sidebar .ad-custom .widget_sp_image-2 a:first-of-type {
  height: 140px !important;
  width: auto !important;
 
  }

.sidebar .ad-custom .widget_sp_image-3 {
  height: 150px !important;
  width: auto !important;
}


/*Facebook-Logo Startseite, Seitenleiste*/
.sidebar .ad-facebook-anchor {
  height: 70px !important;
  }

/*Anne-Logo Startseite, Seitenleiste*/
.sidebar .ad-anne-anchor {
  height: 80px !important;
 padding: 15px;
   /*display: inline-block;*/
}

.layout-page .text a:hover { 
  text-decoration: underline;

}

.text a {
  text-decoration: none;
  font-size: 0.9rem;
}

.table td {
	font-size: 0.9rem !important;
}


/*Layout 1 Bilder auf rechter Seite*/
#layout1 .img-box {
	/*height:200px !important;
  width:200px !important;*/
  border-top: 10px solid white;
  
}


/*#layout1 .img-box img {
 	position: absolute !important; 
  left: 50% !important;
  top: 50% !important;
  height: 100% !important;
  width: auto !important;
  -webkit-transform: translate(-50%,-50%) !important;
  -ms-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important; 
}*/

/* Header fixes */
@media screen and (max-width: 1200px) {
  header {
    height: 123px;
  }
}

@media screen and (max-width: 992px) {
  header {
    height: 95px;
  }
}

/* Menu fixes */
header .sub-menu {
  z-index: 2;
}

@media screen and (max-width: 576px) {
  header .menu>.menu-item {
    position: relative;
  }
  
  header .sub-menu {
    display: block;
  }
}

@media (pointer: coarse) {
  header .sub-menu {
    display: block;
  }
}

/* Content fixes */
@media screen and (max-width: 576px) {
  .wrap {
    padding: 0 0 30px 0;
  }
}

/* Kategorienliste */
.category-list li {
	border-bottom: 1px solid #eee;
	font-size: 1.3rem;
	padding: 15px 0;
}

.category-list a {
		font-size: 1.3rem;
}