/*
Theme Name: AZKK
Theme URI: https://aktion-krebskranke-kinder.de/
Description: Custom theme for Aktion zugunsten krebskranker Kinder e.V.
Version: 1.1
Text Domain: azkk
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	padding-bottom: 50px;
	position: relative;
}

.header-banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 280px;
	background: url(img/header.jpg) center center / cover no-repeat;
	z-index: -1;
}

/* Ensure Bootstrap-style container stays centered with max-width even if Bootstrap CSS fails to load or is overridden by WP block styles. */
.container {
	width: 100%;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.container { max-width: 970px; }
}
@media (max-width: 991px) {
	.container { max-width: 750px; }
}
@media (max-width: 767px) {
	.container { max-width: 100%; }
}

a, a:visited {
	color: #e4101c;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.btn-default {
	color: #333 !important;
}

ul.presseartikel {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

ul.presseartikel li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

ul.presseartikel li:last-child {
	border-bottom: 0;
}

a.toggle-navigation, a.toggle-navigation:hover {
	display: block;
	cursor: pointer;
	margin-top: 16px;
}

.logo img {
	margin-top: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-md-8.header {
	
}

.sidebar-upper {
	margin-bottom: 5px;
}

.sidebar-posts li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.sidebar-posts li:last-child {
	border-bottom: 0;
}

h1, h2, h3 {
	margin-bottom: 15px;
}

h1, h3.sidebar {
	color: #e4101c;
	font-size: 28px;
	border-bottom: 1px dotted #e4101c;
	margin-top: 0px;
}

h2 {
	color: #e4101c;
	font-size: 24px;
}

h3 {
	font-size: 20px;
	margin-top: 10px;
}

.panel h2 {
	margin-top: 0;
}

.img-circle {
	margin-right: 15px;
	float: left;
}

.attachment-80x80 {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.sidebar-title {
	color: #e4101c;
	font-size: 18px;
}

.date {
	display: block;
	background: inherit;
	padding: 0px;
}

.date.blog {
	padding: 5px;
	background: #efefef;
	color: #666;
}

.logo {
	width: 100%;
	background-color: rgba(255,255,255,0.8); 
}

.navbar-default {
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border-radius: 0;
	margin-top: 20px;
	border: 0;
}

#menu-navigation a, #menu-navigation a:visited {
	text-transform: uppercase;
	color: #e4101c;
	font-size: 14px;
}

li#menu-item-61 { margin-left: -1px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .current_page_parent a {
	background-color: #e4101c;
	background-image: none;
	color: #fff !important;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .current_page_parent a:hover {
	background-color: #e4101c !important;
	background-image: none;
	color: #fff !important;
}

#menu-navigation a:hover {
	background-color: #fff;
}

.navbar-collapse {
	max-height: 500px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
	background: #e4101c;
	border-color: #c40e0e;
}

.navbar-default .navbar-toggle:hover {
	background: #fff;
	border-color: #ccc;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background: #e4101c;
}

.gallery {
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery dl {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

.gallery a, .gallery a:visited {
	display: block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom: 12px;
}

.gallery a:hover {
	border-color: #e4101c;
}

@media (min-width: 767px) { 
	.navbar-collapse {
		padding-left: 0px !important;
	}
	
	.logo img {

	}
	
	.logo {
		width: 230px;	
	}
	
	nav .container-fluid {
		padding-left: 0;
	}
	
	a.toggle-navigation {
		display: none;
	}
}
