/*
Theme Name: NambaChildTheme
Description: Ein schönes Childtheme
Author: Juliane Wünsche
Author URI: https://www.hungerherz.de
Template: namba
Version: 1.0
Tags:
*/


@import url("../namba/style.css");

#site-title
{
	background: transparent url("https://hungerherz.de/wp-content/uploads/logohungerherz_blau.png") no-repeat scroll center 0px / 100% auto;
	padding-top: 100%;
}

h1, h2, h3, h4, h5, h6 {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}



.cookieRow {
	display: flex;
	bottom: 0;
	position: fixed;
	z-index: 999;
	justify-content: center;
	width: 100%;
	background-color: #FFFFFF;	
}
.cookieContainer {
	display: flex;
	justify-content: center;
}
#hungerherz_opt_in_cookie_form {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
#hungerherz_opt_in_cookie_form p {
	margin: 0;
}
#hungerherz_opt_in_cookie_form input {
	padding: 5px 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #296f8f;
	color: #FFFFFF;
}

@media (max-width:500px) {
	#hungerherz_opt_in_cookie_form {
		display: flex;
		align-items: center;
		padding: 15px 0;
		flex-direction: column;
	}
	#hungerherz_opt_in_cookie_form input {
		margin: 15px;
	}		
	
}

/*#site-title h1 a {
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 300px;
    height: 220px;
	background: transparent url("https://hungerherz.de/wp-content/uploads/logohungerherz.png") no-repeat scroll center 0px / 100% auto;
    text-indent: -99999px;

body {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
#widget-area-top .widget h2.widget-title,
.sidebar-recentposts .widget h2.widget-title {
	border-bottom:none;
}

#site-title h2.site-description, .logo-footer p.site-description-footer {
    font-family: 'Parisienne', cursive;
}

.jetpack_subscription_widget p {
    display: block;
    max-width: 100%;
    margin: 5 auto;
}	
*/