/*
Theme Name: napoli Child
Theme URI: https://themezee.com/themes/napoli/
Description: A Child Theme of napoli Theme
Author: Eik Wessler
Author URI: https://eikito.de
Version: 1.0.0
Template: napoli
*/
@import url("../napoli/style.css");

@import url("css/basic.css");

.entry-title, .page-header .archive-title, .widget-title, .entry-header .page-title {
	font-family: 'Playball', cursive;
}

.entry-meta {
    border-top: 0;
}

.widget-title, .page-header .archive-title {
	font-size: 1.75rem;
	padding: 0 0.9rem;
	text-transform: none;
	letter-spacing: 0.05rem;
}

.post-slider .zeeslide .slide-content .post-content .entry-title, .entry-header .page-title, .entry-header .entry-title {
	font-size: 2.5rem;
	line-height: 3rem;
}

.post-layout-columns .post-wrapper .post-column article .entry-title {
    font-size: 1.75rem;
}

.site-header, .widget-title, .footer-wrap {
	/*background-color: #b50512;*/
}

.site-branding {
    margin: 1em 3em 0.5em 0;
}

.site-header {
    height: 196px;
}

.site-title {
    margin: 1.5rem 0 0;
}

.site-description {
    font-size: 1.5rem;
	font-family: 'Playball', cursive;
	letter-spacing: 0.05rem;
	margin: 0.25rem 0 0.4rem;
	line-height: 1.75rem;
}

.primary-navigation {
	float: none;
}

.site-branding .custom-logo {
    position: absolute;
    left: 50%;
    margin-left: 283px;
}

.main-navigation-menu {
    left: -17px;
	top: -10px;
}

.beschreibung {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.zierleiste {
	margin-top:20px;
}

.zierleiste img {
	width:95%;
}

.zierleiste_post {
	margin:40px 0 40px 60px;
}

.zierleiste_post img {
	width:40%;
}


a:hover,
a:focus,
a:active {
	color: #43a4ae;
}


.site-title a:hover,
.site-title a:active {
	color: #43a4ae;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
	color: #43a4ae;
}

.main-navigation-menu ul a:hover,
.main-navigation-menu ul a:active {
	color: #43a4ae;
}

@media only screen and (max-width: 1100px) {
	.site-branding .custom-logo {
    	left: 46%;
	}
}

@media only screen and (max-width: 960px) {
	.site-header {
	    height: inherit;
	}

	.site-branding .custom-logo {
	   	position: absolute;
		left: inherit;
 	  	right: 2%;
 	  	margin-left: 0px;
		height: 80px;
		width: auto;
	}

	.site-title {
    	margin: 0rem 3.8rem;
	}

	.site-description {
    	margin: 0rem 3.8rem 0rem !important;
	}

}

@media only screen and (max-width: 840px) {
		.site-description {
	   	width: 315px;
	}
}

@media only screen and (max-width: 540px) {
	.site-description {
	   	font-size: 16px;
		width: 215px;
		line-height: 1.5rem;
	}
}

@media only screen and (max-width: 440px) {
	.site-description {
		display: none;
	}
	.site-title {
    	line-height: 2rem;
	    margin-bottom: 26px;
	    margin-left: 40px;
	    margin-top: 3px;
		width: 130px;
	}
}