@charset "utf-8";
/*
Theme Name:     Kerikeri-capital_P
Text Domain:	kerikeri-capital-p
Theme URI:      https://capital-p.de/
Description:    Kerikeri child theme.
Author:         Maja Benke and Bernhard Kau
Author URI:     https://www.wp1x1.de/
Template:       kerikeri
Version:        0.2.1
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

@media screen and (min-width: 1025px) {
	#wrap {
		max-width: 1000px;
	}
}

/*
Sidebar*****/
.capital-p-podlove-subscribe-button,
.capital-p-podlove-subscribe-button:hover,
.capital-p-podlove-subscribe-button:active {
	color: #ffffff;
	border-radius: 2px;
}

/*
Überschriften****************/

#site-title h1 {
	font-size: 1.96em;
}

#site-title h2#site-description {
	color: #696868;
	font-size: 0.77em;
	margin: 2px 0 0 0;
}

h1 {
	margin: 2em 0 0.8em;
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	padding: 0px;
	font-size: 125%;
	line-height: 1.25;
}

h4{
	border-left: none;
}

h5 {
	margin: 0.7em 0 0.7em;
	font-size: 110%;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.25;
}

/*
Links***********************/

.entry-content a {
	text-decoration: underline;
}

/*
Zitat*************************/

#content blockquote {
	margin: 0 0 30px;
	padding: 0 0 0 15px;
	border-left: 2px solid #1c9fb3;
}

/*
Menü*************************/

.admin-bar #header div#site-nav-wrap {
	top: 32px;
}

/*
.menu-hauptmenue-container a {
    color: #334749;
}

.current_page_item a {
    color: #048A81;
}

#menu-hauptmenue a:hover, #menu-hauptmenue a:focus, #menu-hauptmenue a:active {
    color: #048A81 !important;
    text-decoration: none;
}
*/

.menu-hauptmenue-container {
	background: #444;
	text-align: center;
	-webkit-box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.15);
	display: none;
}

#header #site-nav {
	text-align: right;
	min-height: 55px;
}

#header .site-menu {
	margin-left: 0;
}

#header .site-menu li a span {
	display: initial;
	font-size: 65%;
}

#header #site-nav a.search-nav-btn {
	position: static;
}

.menu-toggle,
.search-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0 none;
	opacity: 0.7;
	padding: 6px;
	margin : 7px;
	line-height: 0;
}

.menu-toggle {
	position: absolute;
	display: block;
}

.menu-toggle:hover,
.search-toggle:hover {
	opacity: 1;
}

.menu-toggle .icon,
.search-toggle .icon {
	fill: white;
	height: 25px;
	width: 25px;
}

.widget-area-right p {
	margin: 0 0 20px;
}

#content table.podlove-contributors-table tr,
#content table.podlove-contributors-table tr td {
	border: 0 none;
}

@media screen and (min-width: 768px) {
	.menu-hauptmenue-container {
		display: block !important;
	}

	#header #site-nav {
		min-height: initial;
	}

	#header .site-menu li a span,
	#header #site-nav a.search-nav-btn span {
		display: inline-block;
		font-size: 55%;
		margin: 0 0 4px 0;
		padding: 0 0 0 6px;
	}

	#header #site-nav .site-search input {
		font-size: 70%;
	}

	#header #site-nav .site-search {
		top: 6px;
	}

	#header #site-nav .site-search .input-prepend {
		padding: 3px 8px;
		font-size: 120%;
	}

	#header .site-menu li a {
		width: auto;
		display: inline-block;
		font-size: 140%;
		line-height: 0.7;
	}

	#header .site-menu {
		margin-left: 0;
	}

	.menu-toggle,
	.search-toggle {
		display: none;
	}
}

/*
Logo*******************/

@media screen and (min-width: 1025px) {
	#wrap {
		max-width: 1110px;
	}

	#branding {
		float: none;
		margin: 0 auto;
		padding: 50px 0 0 0;
		width: 550px;
	}

	#content {
		float: left;
		padding: 0;
	}

	.widget-area-right {
		float: right;
		width: 350px;
	}
}

