Theme Name: Miniva Child
Description: Child-Theme von Miniva für bff
Author: Robert Stracke / sproox
Author URI: https://sproox.de
Template: miniva
Version: 1.0

/* ++++++++++++++++++++++ Anpassungen ++++++++++++++++++ */

/* Schrift Header */
body, button, input, select, optgroup, textarea {
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-size: 0.8rem;
	line-height: 1.6;
}

/* h1 */
h1.entry-title {
	font-size: 2em;
	font-weight: 300;
}

/* h2 */

h2.entry-title {
	font-weight: 400;
	font-size: 1.5em;
}

p {
	margin: 0 0 0.7em;
}

.entry-content {
	margin-top: 0.8em;
	font-size: 1.0625em;
}

.assange {
		text-align:center; 
		color:#9E1C1C; 
		top:15px; position:relative; 
		font-weight: bold; 
		font-size: x-large;
}

/* Weiterlesen */
.entry-content .more-link {
	color: var(--10) !important;
}

/* in Posts keine unterstrichenen Links */
/*.entry-content a, .textwidget a, .comment-content a {
	text-decoration: none;
}*/

/* Kalender-Widget */
.eo-future-date.event.eo-event-future {
	background: gold;
}

.today.event.eo-event-future {
	background: greenyellow;
}

/* Logo */
.custom-logo {
	margin-bottom: 25px;
	margin-left: 2em;
	margin-right: 1em;
}

/* keine Kategorie-Hinweise */
.page-header {
	display: none;
}

/* Post Abstand */
.entry-meta {
	margin-top: 0.5em;
	margin-bottom: -0em;
}

.byline {
	display: none;
}

.post-single .entry-content {
	margin-top: 0em;
	font-size: 1.125em;
}
.posts-large .post-archive {
	border-top: 3px solid #eee;
	padding-top: 1em;
	padding-bottom: 1em;
}
.entry-footer {
	margin-top: 2em;
}

.cat-links {
	display: none !important;
}

/* keine Beitragsbilder den Posts voranstellen */
.post-thumbnail {
	display: none;
}


/* Beitragsbilder Liste */
img.alignleft {
	border: 1px silver solid;
	margin-bottom: 0.8em;
	margin-top: 0.5em;
}

/* Silbentrennung */
p {
	hyphens: auto;
}

/* Links */

a {
	color: var(--6) !important;
}

a:focus {
	color: var(--6) !important;
}

.post-navigation a:hover, .jetpack-social-navigation a:hover, .widget a:hover, .calendar_wrap a, .jetpack_widget_social_icons a:hover, .entry-title a:hover {
	color: var(--7) !important;
}

/* Submenu abgerundet */
.primary-menu ul {
	background-color: #333;
	border-radius: 14px;
}

/* Kompakter: Abstand Header nach unten, Menu */
.site-branding {
	padding-top: 3em;
	padding-bottom: 0em;
}

/* Site Branding auf Mobiles nebeneinander */
.site-branding-text {
	flex: min-content;
}
.site-branding {
	flex-flow: row;
	display: flex;
}

.logo-top .site-header {
	margin-bottom: -2em;
}

.primary-menu > li > a {
	margin: 0px 0;
}

/* Header */
.site-header {
/*	background-color: #0a4861;  /*dunkelblau */
	background-color: var(--1)
}
.site-title a {
/*	color: #00a0e3; */
	color: var(--2) !important;
}
p.site-description {
	font-size: 1.5em;
	color: var(--3);
	hyphens: none;
}
.logo-centered .site-branding, .menu-centered .main-navigation {
	text-align: left;
}
.logo-side .main-navigation, .logo-top .main-navigation {
	position: relative;
	top: 0.5em;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 0px 0px 2em;
}

/* 'alte Website' - Menüpunkt */
.dashicons-welcome-view-site.mega-menu-link {
	color: #f8fdff !important;
}

/* container volle Breite */
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.site-content {
	padding-top: 4em;
	padding-left: 2em !important;
	padding-right: 2em !important;
}

/* menu - toggle */
.menu-toggle {
	display: none;
}

/* menu - Hintergrundfarbe */
#mega-menu-wrap-menu-1 {
	background: var(--4);
	color: var(--3);
}

/* menu - focus */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: var(--4);
	color: var(--5) !important;
	font-weight: bold;
	text-decoration: none;
	border-color: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	background: var(--4);
	color: var(--5) !important;
	font-weight: bold;
	text-decoration: none;
	border-color: #fff;
}

/*leaflets */
.leaflet-tile.leaflet-tile-loaded {
	box-shadow: none;
}
.leaflet-marker-shadow.leaflet-zoom-animated {
	box-shadow: none;
}

.leaflet-interactive {
	box-shadow: none;
}

/* widgets */
.widget {
	margin: 0 0 1em;
}

/* html5 videoplayer */
.mejs-controls {
	/* bottom: -2.3em !important; */
	/* display: none !important; */
}

.mejs-captions-text, .mejs-captions-text * {
	background: hsla(0,0%,8%,.5);
	box-shadow: 5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);
	padding: 0;
	white-space: pre-wrap;
	position: relative;
	bottom: -5em;
	height: 3em;
	display: inline-block;
	width: 100%;
}

.plyr__captions {
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: block;
	/* font-size: 13px; */
	font-size: var(--plyr-font-size-small,13px);
	left: 0;
	/* padding: 10px; */
	padding: var(--plyr-control-spacing,10px);
	position: relative;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%;
	height: 6em;
}

/* videopack: max-width
.kgvid_wrapper {
	max-width: 400px !important;
	float: inline-start;
	clear: both;
	margin: 0em 1em 0em 0em !important;
}
*/

/* videopack: position meta */
.kgvid_video_meta {
	top: 100% !important;
}

/* videopack - Abstand unten */
.kgvid_wrapper .mejs-overlay-button {
	margin-top: 84%;
}

/* PlayButton nicht im Zentrum */
.kgvid_wrapper .video-js.vjs-controls-enabled.vjs-paused .vjs-big-play-button {
	margin-left: 11%;
}

/* Suche */
.wp-block-search__button.has-background.wp-element-button {
	background-color: var(--1)!important;
}

/* social */
.wp-social-link {
	color: var(--1) !important;
}


/* Termin-Kalender */
#eo_event_list_widget-3 {
	background-color: var(--4a);
}
#eo_event_list_widget-3 h2 {
	margin-top: 20px;
	margin-left: 0px;
	color: var(--9);
	background: var(--1);
	padding-left: 10px;
}
#eo_event_list_widget-3 li {
	margin-left: 10px;
	color: var(--8);
}
#eo_event_list_widget-3 a {
	color: var(--2);
}

/* Mahnwachen-Kalender */
#eo_event_list_widget-4 {
	background-color: var(--4a);
}
#eo_event_list_widget-4 h2 {
	margin-top: 20px;
	margin-left: 0px;
	color: var(--9);
	background: var(--1);
	padding-left: 10px;
}
#eo_event_list_widget-4 li {
	margin-left: 10px;
	color: var(--8);
}
#eo_event_list_widget-4 a {
	color: var(--2);
}

/* Footer */
.footer-widgets > div {
	width: 100%;
	margin-left: 50px;
}

.site-info {
	float: none;
    text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* widget - Image */
.wp-block-image img {
	border: 1px solid gray;
}

/* widget - fact sheets */
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_filmstrip_container_0 {
	display: none !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
	background-color: var(--11) !important;
	width: 100%;
}
#bwp_gallery_slideshow-3 {
	border: 1px solid gray;
}
#bwg_container1_0 {
	display: block;
}
.bwg_thumbnail.bwg_container {
	padding: 0 0px;
}
.widget-title, .widgettitle, .comment-reply-title {
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-top: 1em;
}


.site-content {
	background-color: var(--11) !important;
}

/* Abstand Liste zu Bild */
.ul-img {
	padding-left: 13.5em;
}

/* 991 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
@media only screen and (max-width: 991px) {
		
	
}

/* 768 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #ffffff;
		background: #fff;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
	background: #fff;
	padding: 0px 0px 0px 0px;
	display: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: var(--4);
	color: var(--6) !important;
	font-weight: bold;
	text-decoration: none;
	border-color: #fff;
}
/* menu - focus */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	background: var(--4);
	color: var(--6) !important;
	font-weight: bold;
	text-decoration: none;
	border-color: #fff;
}
	.site-title {
	font-size: 1.5em;
}
	p.site-description {
	font-size: 1.0em;
}

	.logo-top .site-header {
		height: 13em;
		margin-bottom: 0em;
	}
	
.assange {
		text-align:center; 
		color:#9E1C1C; 
		top:0px; 
	    position:relative; 
		font-weight: bold; 
		font-size: large;
		
	}
	
	.site-content {
		padding-top: 5em;
}
	
	.logo-side .main-navigation, .logo-top .main-navigation {
	    z-index: 99999;
		top: 2.5em;
	}
	
	h2.entry-title {
    	font-weight: 400;
    	font-size: 1.3em;
	}
	.ul-img {
		padding-left: 0em;
	}
	img.alignleft {
		float: inherit;
	}
	
}

/* 405 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

@media only screen and (max-width: 405px) {
		.logo-side .main-navigation, .logo-top .main-navigation {
	    z-index: 99999;
		top: 1.5em;
	}
}

/* 375 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

@media only screen and (max-width: 375px) {
		.logo-side .main-navigation, .logo-top .main-navigation {
	    z-index: 99999;
		top: 0em;
	}
}

/* Bild auf schmalen Schirmen freistellen */
/*abgeschaltet wg zuviel freiraum in Zwischengrößen */
/*
@media only screen and (max-width: 500px) {
	img.alignleft {
		margin-right: 50%;
	}
}
*/

/* Bilder mit Schatten versehen */
img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.custom-logo {
	box-shadow: none;
}
.wp-caption .wp-caption-text {
	text-align: left;
}

/* Gallery Hintergrund */
.spider_popup_wrap {
	background-color: rgb(164, 164, 164) !important;
}

/* Youtube-Einbindungen */
.lL {
	margin-top: -26px !important;
	color: red;
	font-size: x-small;
	text-align: left;
}

.lyte-wrapper {
	max-width: 100%;
	float: left;
	margin-left: -15px !important;
	margin-right: 0.9em !important;
	margin-bottom: 0em;
}

/* sticky bar */
.mysticky-welcomebar-fixed {
	top: calc(100vh - 60px) !important;
	z-index:1;
}

/* Styling Kommentar-Header */
p.comment-policy {
    border: 1px solid #ffd499;
    background-color: #fff4e5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    font-size: small;
    font-style: normal;
}



/* Farbanpassungen */
:root {
  --1: #04648D; /* Header Backgroundcolor */
  --2: #ffffff; /* Title, Links */
  --3: #C1EDFF; /* Untertitel #65A9C6 */
  --4: #c9dbe2; /* Hintergrund Menü #3191BB */
  --4a: #3191BB3D; /* Hintergrund Termine */
  --5: #ffffff; /* Menüpunkt mit Focus */
  --6: #00458e; /* a */
  --7: #3191BB; /* hover */
  --8: black; /* Termine p */
  --9: whitesmoke; /* Termine H2 */
  --10: red; /* Weiterlesen */
  --11: #fcfcfc; /* body */
}
