/*
Willkommen beim benutzerdefinierten CSS!

CSS (Cascading Style Sheets) ist eine Art Code, der dem Browser sagt, wie
eine Webseite dargestellt werden soll. Du kannst diese Kommentare löschen
und mit deinen Anpassungen beginnen.

Als Standard wird dein Stylesheet nach den Theme-Stylesheets geladen, das
heißt, dass deine Regeln Vorrang haben und die Theme-CSS-Regeln
überschreiben können. Schreibe einfach hier rein, was du ändern
möchtest, du musst nicht den gesamten Stylesheet-Inhalt deines Themes
kopieren.

*/

/* Post-Navigation auf Webservice-Formular-Seite ausblenden*/
.single-postid-{12202} .navigation { display:none; }
/* Verweisende URL im Websrvice-Formular ausblenden*/
input.referer-page { display:none; }

/* Alle Bilderecken nicht abgerundet */

.entry-content img, 
.comment-content img, 
.widget img, 
img.header-image, 
.author-avatar img,
img.wp-post-image {
  border-radius: 0px;
}
  


/* Make sure videos and embeds max 400px in containers */
embed,
iframe,
object,
video {
	max-width: 400px;
}

/* Videocontainer Format linksbündig, Abstand oben, rechts, unten, }*/
.mejs-video {
	float: left;
  	margin-top: 7px;
	margin-top: .5rem;
	margin-right: 28px;
	margin-right: 2rem;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
}

/* wc-shortcodes Überschrift H1 */
.wc-shortcode-heading h1 {
  height:28px;
  line-height:1.5;
  padding-top:5px;
}

/* wc-shortcodes Schaltflächen */


.wc-shortcodes-button {
    color: #191919;
	background-color: #fff;
    border-color: #ccc;
}

.wc-shortcodes-button:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #8D0D13;
	padding: 6px 20px;
}

.wc-shortcodes-button:visited {
	color: #191919;
	background-color: #eee;
	border: 1px solid #ccc;
}


.wc-shortcodes-box.wc-shortcodes-box-info {
	background-color: #eee;
	border: 1px solid #ddd;
  	padding: 14px;
}

/* wc-shortcodes Klappschalter */


.wc-shortcodes-toggle {
  margin-bottom: 1px;
}

.wc-shortcodes-toggle-trigger {
  line-height: 14px;
  line-height: 1rem;
}


/*wc-shortcodes Klötzchen */

.wc-shortcodes-entry-meta-inner {
	margin-top:-10px;
}

.wc-shortcodes-clearfix,
.wc-shortcodes-footer-entry-meta,
.wc-shortcodes-entry-meta-inner {
  display: block;
}

.wc-shortcodes-footer-entry-meta {
  margin-top:-7px;
  margin-bottom:-28px;
}

.wc-shortcodes-post-box {
	margin-top: 7px;
    margin-top: 0.5rem;
  	margin-bottom: 7px;
    margin-bottom: 0.5rem;
}

.wc-shortcodes-entry-header {
	margin-top: 0;
  	margin-bottom: -14px;
}

.wc-shortcodes-entry-title a {
	text-decoration: none;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 600;
	color: #191919;
}

.wc-shortcodes-entry-title a:hover {
	text-decoration: underline;
	color: #000;
}


.wc-shortcodes-entry-summary {
	margin-top: 0px;
}
.wc-shortcodes-post-border {
	border: 0 solid #DDD;
  	border-bottom: 21px solid #fff;
}

.wc-shortcodes-post-content {
	padding: 0;
	color: #757575;
}

.wc-shortcodes-footer-entry-meta {
  font-size:100%;
  font-weight:300;
}


/* Kategorielisten Artikelinhalt ausgeblendet | nur Titelzeile sichtbar */

.category .entry-content,
.category .entry-meta
{
	display: none;
}

/* Schriftfarbe in Listenansicht / funktioniert nicht */

.listtitle a:link {color: #393939;}
/* .listtitle a:hover {color: #191919; text-decoration:overline;} */

/* Seitennavigation für Kategorien/Klötzchen/Listenansicht */


.wp-pagenavi-top {
  float:right;
  clear:left;
  margin-top:3px;  
  margin-right:-2px;
  margin-bottom:14px;
  margin-left:14px;
  margin-top:0.21428571428571rem;  
  margin-right:-0.142857142857142rem;
  margin-bottom:1rem;
  margin-left:1rem;
}

/* Tabellenformatierung */

.tablecontent {
  border:0px;
}
.tablecontent td {
  vertical-align:top;
}

/* Wordpress interne Navigation ausblenden */
.site-content nav {
	display: none;
}

/* Listen in folgenden Kategorien ausblenden (nur für Klötzchenwände) */

.category-1 .aside,
.category-24 .aside,
.category-57 .aside,
.category-216 .aside,
.category-217 .aside,
.category-218 .aside,
.category-219 .aside,
.category-220 .aside,
.category-221 .aside,
.category-222 .aside,
.category-224 .aside,
.category-230 .aside,
.category-246 .aside,
.category-266 .aside,
.category-267 .aside,
.category-271 .aside,
.category-274 .aside,
.category-276 .aside,
.category-277 .aside,
.category-278 .aside,
.category-279 .aside,
.category-280 .aside,
.category-281 .aside,
.category-282 .aside,
.category-283 .aside,
.category-286 .aside,
.category-292 .aside,
.category-293 .aside,
.category-301 .aside,
.category-285 .aside,
.category-291 .aside,
.category-423 .aside,
.category-294 .aside {
	display: none;
}

/* Widgetformate in Seitenleisten */

.widget-area .widget ul ul {
	margin-left: 10px;
}

/* Info */

.topsingle {
	margin-top: 0;
}

.topsingle -s-entry-title {
	padding-top: 8px;
}

.untertitel h4 {
	font-size: 14px;
	font-size: 1rem;
	color: #000;
}

.eventinfo {
	margin-top: 0;
	padding-bottom: 14px;
	padding-bottom: 1rem;
}

.eventlist {
	float: left;
	font-size: 14px;
	font-size: 1rem;
	padding-top: 3px;
	padding-top: .214285714rem;
	padding-bottom: 3px;
	padding-bottom: .214285714rem;
	border-bottom: 1px solid #ccc;
	table-layout: fixed;
  	margin-right:2rem;
  	-moz-hyphens: none;
}

.galleria-info-title {
	margin-top: 12px;
}

.menu-tafi-intern-container {
	background: #fff;
	padding: 2px;
	border: 1px solid #F5A9BC;
}

.widget-title {
	padding-top: 7px;
	margin-top: 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 28px;
}

#secondary.widget-area {
	margin-top: -7px;
}

.by-author {
	display: none;
}

/* Aktive Unterseiten bleiben im Navigationsmenü fett */
#access .current_page_item ul li a > ul,
#access .current_page_ancestor ul li a > ul,
#access .current_page_parent ul li a > ul, 
#access .current_page_item ul li a > ul,
#access .current_page_ancestor ul li a > ul,
#access .current_page_parent ul li a > ul, 
#access .current-menu-ancestor ul li a > ul,
#access .current-menu-item ul li a > ul,
#access .current-menu-parent ul li a > ul, 
#access .current-menu-item a {
	display: #8D0D13;
}

/* css für Kategorieansicht in Spalten / Spaltenanzahl in function.php ändern*/