/**
 * Theme Name: Icelander Child
 * Template: icelander
 * Version: 1.0.0
 * Description: This is a child theme of Icelander
 */

/* Put your custom CSS styles below... */

/** ###################################################################################*/
/** Kontrast auf Intro höher, damit sich die Überschrift hervorhebt */
.intro-special .wp-custom-header::before 
{
	background-color: rgba(0, 0, 0, 0.8);
	font-weight:bold;
}
/** ###################################################################################*/
/** Padding im Intro-Widget, um den Bereich kleiner zu gestalten... */
.intro-widgets{
	padding-top:0;
	padding-bottom:0;
}
/** ###################################################################################*/
/** Höhe des Videos - Herbst 15%, Sommer 12%?? */
.intro-special{
	padding-top:15%;
	padding-bottom:15%;
}
/** ###################################################################################*/
/** Titel einzeilig auf der Startseite */
.intro-special .intro {
    max-width: 110ch;
}

/** ###################################################################################*/
/** Überschrift in Intro-Widgets(IT-Medien-FachAbi) größer */
.intro-widgets-container .widget-title
{
font-size: 2rem;	
}

/** ###################################################################################*/
/** Footer-Icons durch helle Farbe hervorheben */
.icon-mail, .icon-bus, .icon-map, .icon-map-o, .icon-train{
	color:#E4E3E3;
   }

/** ###################################################################################*/
/** facebook-Link in mobiler Ansicht linksbündig */
@media only screen and (min-width: 10em) {
    .site-header-content .social-links {
        padding-left: 1.62em;
        margin-left: auto;
    }
}

/** ###################################################################################*/
/** Widget-Darstellung zentriert */
/** Icon zentriert, Abstände kleiner */
.widget-text-media-icon,
.widget-text-media-icon+.widget-text-content {
    float: none;
	margin-bottom:1rem;
}
/** Widget-Darstellung zentriert */
/** Text und Überschrift zentriert */
.widget-text-media-icon+.widget-text-content {
    width: auto;
}
.intro-widgets .widget_text {
    text-align: center;
}

/** ###################################################################################*/
/** Innenabstände von Introbereichen dezenter*/
.intro-inner{
	padding: 2rem 0;
}
.intro-widgets-inner{
	padding: 1rem 0;
}

/** ###################################################################################*/
/** Abstand Widget-Überschrift kleiner: bottom 1.8 statt 2,6*/
.widget-title{
	margin: 0 0 1.8rem;
}

/** ###################################################################################*/
/** Überschrift Footer-Widgets größer */
.footer-widgets .widget-title{
	font-size: 1.2rem;
}

/** ###################################################################################*/
/** Farbe der Intro-Container auf rot */
/**.intro-container{
	background-color:#5B9BD5;
}*/

/** ###################################################################################*/
/** Rahmen um Intro-Widgets 
.intro-widgets .widget_text{
    border: #f5f5f5 .5px solid;
    padding: 1rem;
    border-radius:5px;
}*/
/** ###################################################################################*/
/** Bildungsgang Untertitel einfärben */
.posts .entry-subtitle {
    color:#dc1e35;
}
/** ###################################################################################*/
/** Paginations-Suffix ausblenden */
.intro-inner .page-title small {
	display: none;
}

/** ###################################################################################*/
/** Beitragsbild zentriert */
.posts .entry-media {
	text-align: center;
}
/** ###################################################################################*/
/** Post-Meta-Informationen ausblenden und Text in voller Breite anzeigen */
.posts-layout-list .type-post .entry-meta-element {
    display: none;
}
.posts-layout-list .type-post .entry-content {
    width: 100%;
}
/** ###################################################################################*/
/** Pagination für Posts ausblenden */
.post-navigation {
	display: none;
}

/** ###################################################################################*/
/** Todesanzeige Paul Langen */
.wm-message{
	border-style: solid;
	border-color: black;
}