/*
 Theme Name:   Riannek
 Theme URI:    http://www.riannek.de
 Description:  Rianneks Twenty Sixteen Child Theme
 Author:       Florian Neukirchen
 Author URI:   http://www.riannek.de
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  riannek-theme
*/


/* Make Twenty Sixteen full width header */

.site-inner {
	max-width: none;
}

.site-content,
.site-footer,
.site-header-main {
	max-width: 1320px;
	margin: 0 auto;
}

@media screen and (min-width: 44.375em) {
	.site {
	    margin: 0;
	}
	
	body:not(.custom-background-image):before, body:not(.custom-background-image):after {
		height: 0;
	}
}


/* Header CSS */

.site-header {
  background-size: cover !important; 
  min-height: 50px;
  margin-bottom: 3em;
  padding: 0em 5%;
  border-bottom: 2px solid !important;
}

/* Adjustments */


.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 1.4375rem;
	font-weight: normal;
	line-height: 1.2173913043;
	margin: 0;
        font-size: 16px !important;
}

.widget {
	border-top: 2px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.site-branding {
	margin: 0.3em auto auto 0;
}

.page-header {
	border-top: 0px solid #1a1a1a;
	border-bottom: 2px solid #1a1a1a;
	padding-bottom: 3.5em;
}

.entry-content {
 	hyphens: auto;
}

.entry-title {
 	hyphens: none;
}

p { text-align: justify; }

/* Archiv */

h2.archiv-entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.25;
}

.artikel-archiv {
	margin-bottom: 2em !important;

}


/* Meine Pseudotabellen */

.bildlinks {
	float:left;
	padding-bottom:2em;
	padding-right:0.7em;
}

.textrechts {
	float:left;
	padding-bottom:2em;
}

.textrechts-widget {
	float:left;
	padding-bottom:2em;
	width: 12em;
}

.dzeile {
    clear: left;	
	width:100%;
}

.kachel {
	float:left;
	width: 32.5%;
	min-width: 180px;
	padding: 10px;
	margin-right:5px;
	margin-bottom:5px;
	background-color: #444;
 	hyphens: auto;		
}

.kachelhack {
margin-top:5px;
min-height: 14em;
font-size: 80%;
text-align: justify;
}



/* Play */




