/**
 * Theme Name: OFS
 * Template: miniva
 * Author: Maja »Thesilée» Ilisch
 * Author URI: https://www.thesilee.de
 */

body {
	color: #15445f;
	background-color: transparent;
}


/* Header und Logo */

.logo-top .site-header {
	border-bottom: 1px solid #ffffff;
	box-shadow: 15px 0px 50px #15445f inset;
	margin-bottom: 0em;
	}
	
.custom-logo {
	display: block;
	max-height: 100%;
	width: auto;
	}

/* Das Seitengerüst */

.boxed .site  {
	margin: 0px auto;
}


@media (min-width: 768px) {
.site {
	background-color: transparent;	
	} 	
	
.site-content {	
	background-color: white;
	box-shadow: 15px 0px 50px #15445f inset;
	padding-left: 50px;
}

}	

@media (min-width: 1024px) {	
.sidebar-right .content-area,
.sidebar-left .content-area {
	width: 70%;
	}	
}

@media (min-width: 1200px) {
.sidebar-right .content-area,
.sidebar-left .content-area {
	width: 70%;
	}
}	

.container {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

/* Das Hauptmenu, abhängig von der Auflöaung */

@media (min-width: 768px) {
.primary-menu > li > a {
	color: #ffffff;
	text-shadow: 1px 1px #15445f;
	letter-spacing: 2px;
	font-size: 1em;
	background-color: transparent;
	border-radius: 2px;
	padding:0 15px;
	margin: 10 0;
	}
	
.primary-menu > li:hover > a:hover {
	background-color: #15445f;
	}
}

@media (max-width: 767px) {
.primary-menu > li > a,
.primary-menu li li a
	{
	color: #ffffff;
	text-shadow: 1px 1px #15445f;
	}

.menu-toggle {	
	background-image: url("https://www.phonophob.de/wp-content/uploads/2025/08/Seitenfuellung.png");
	background-color: transparent;
	border-radius: 10px;
	}	
	
.icon {
	fill: white;	
	}	
}	

/* Die Sidebar */

.widget-area {
	background-color: transparent;
	}

.wp-block-heading {
	font-size: 1em;
}

.widget-area a {
	color: #15445f;
}

.widget-area a:hover {
	text-decoration: none;
	text-shadow: none;
}

.widget-area ul, .widget-area ol {
	margin: 0;
	padding-left: 0em;
}

.widget {
	margin: 0 0 1.5em;
}

.wp-block-heading {
	margin-bottom: 0px;
}
/* Der Footer */

.site-footer {
	background-color: transparent;
	background-size: cover;
	background-image: url(https://www.phonophob.de/wp-content/uploads/2025/08/cropped-HeadergraphikFilkSongbook.jpg);
	text-align: center;
	padding-top:1em;
	padding-bottom: 2em;
	margin-top: 0;
}

.site-info {
	text-align: center;
	color: white;
	opacity: 0;
}
	
.site-info a {
	color: white;
}	

.site-footer .widget {
	margin-bottom: 0px;
}

.footer-widgets > div {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}

.site-footer .widget p {
	color: #ffffff;
}

/* Das Aussehen der Inhalte */

.entry-content a {
	color: #15445f;  
	text-decoration: underline;
	text-decoration-color: #486682;
}	

a:hover, .entry-content a:hover {
	text-shadow: 1px 1px #15445f;
}

blockquote {
	border: 1px dotted #15445f;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 0.9em;
	font-style: normal;
	color: #15445f;
	padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #15445f;
	clear: both;
	margin-top: 0;
}

h1 {
	text-shadow: 2px 2px 15px #486682;
}