/*
Theme Name: Sonnenburg
Author: Walk3
Author URI: http://www.walk3.de
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	margin: 0 0 24px 20px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}
/*
input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


body {
	background: url("../../uploads/2014/12/bg-repeat.jpg") repeat-x;
	background-position: top center;
}

body, td, input, textarea, select {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #183200;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1, h2{
    font: bold 14px BARBARJA-1, Verdana,Arial, Helvetica;
    color: #ff9000;
}

#site {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url("../../uploads/2014/12/bg-content.jpg") no-repeat;
	background-position: top;
	border: 1px solid rgba(0, 0, 0, 0.0);
}

#site-header {
	height: 234px;
	margin-top: 160px;
}

#site-footer {
	width: 100%;
	height: 160px;
	background: url("https://haus-sonnenburg.de/wp-content/uploads/2024/06/bgfooter.png") no-repeat;
	position: relative;
	z-index: 10;
}

.article {
	float: left;
	width: 472px;
	margin-bottom: -110px;
	position: relative;
	z-index: 20;
}

.article img {
	width: 100%;
}

.article .article-header {
	width: 470px;
	height: 70px;
	margin-top: 65px;
	background: url("../../uploads/2015/01/bg-article-header.jpg") no-repeat;
}

.article .article-content {
	width: 470px;
	margin-top: -5px;
	margin-bottom: -24px;
	background: url("../../uploads/2015/01/bg-article-repeat.jpg") repeat-y;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}

.article .article-footer {
	width: 470px;
	height: 68px;
	background: url("../../uploads/2015/01/bg-article-footer.png") no-repeat;
}

.sidebar-left {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: 300px;
}

#sidebar-navigation {
	width: 261px;
	height: 312px;
	margin-top: 35px;
	margin-left: 35px;
	background: url("../../uploads/2015/01/bg-sidebar-menu.png") no-repeat;
	border: transparent 1px solid;
}

#sidebar-navigation ul {
	list-style: none;
}

#sidebar-navigation ul {
	list-style: none;
	margin-top: 40px;
	margin-left: 69px;
}

#sidebar-navigation a {
	width: 123px;
	height: 47px;
}

#sidebar-navigation a {
	color: #183200;
	height: 28px;
	display: block;
	font-family: 'hausschrift-sonnenburg', 'Verdana';
	font-size: 21px;
	text-align: left;
}


#menu {
	width: 183px;
	height: 196px;
}


#sidebar-navigation a:hover {
    color: #ff9000;
}




#menu ul {
	display: block;
	margin: 0 !important;
}

#menu li {
	float: left;
	list-style: none;
}




#menu-header {
	width: 183px;
	height: 38px;
	background: url("../../uploads/2015/01/bg-menu-top.gif") no-repeat;
}

#sidebar-right {
	padding-top: 65px;
}


#site-top-navigation {
	float: left;
	width: 183px;
	height: 234px;
	margin-left: 125px;
}

#site-top-navigation ul {
	list-style: none;
	margin: 0;
}

#site-top-navigation .link {
	width: 183px;
	height: 28px;
}

#site-top-navigation .link a {
	color: rgba(0,0,0,0.0);
	height: 28px;
	display: block;
}

#site-top-navigation .link.leitbild.off {
	background: url("../../uploads/2015/01/leitbild-off.gif") no-repeat;
}

#site-top-navigation .link.leitbild.on, #site-top-navigation .link.leitbild:hover  {
	background: url("../../uploads/2015/01/leitbild-on.gif") no-repeat;
}

#site-top-navigation .link.wohnprojekte.off {
	background: url("../../uploads/2015/01/wohnprojekte-off.gif") no-repeat;
}

#site-top-navigation .link.wohnprojekte.on, #site-top-navigation .link.wohnprojekte:hover  {
	background: url("../../uploads/2015/01/wohnprojekte-on.gif") no-repeat;
}

#site-top-navigation .link.sozialerdienst.off {
	background: url("../../uploads/2015/01/sozialerdienst-off.gif") no-repeat;
}

#site-top-navigation .link.sozialerdienst.on, #site-top-navigation .link.sozialerdienst:hover  {
	background: url("../../uploads/2015/01/sozialerdienst-on.gif") no-repeat;
}

#site-top-navigation .link.veranstaltungen.off {
	background: url("../../uploads/2015/01/veranstaltungen-off.gif") no-repeat;
}

#site-top-navigation .link.veranstaltungen.on, #site-top-navigation .link.veranstaltungen:hover {
	background: url("../../uploads/2015/01/veranstaltungen-on.gif") no-repeat;
}

#site-top-navigation .link.fotogalerien.off {
	background: url("../../uploads/2015/01/fotogalerien-off.gif") no-repeat;
}

#site-top-navigation .link.fotogalerien.on, #site-top-navigation .link.fotogalerien:hover {
	background: url("../../uploads/2015/01/fotogalerien-on.gif") no-repeat;
}

#site-top-navigation .link.downloads.off {
	background: url("https://haus-sonnenburg.de/wp-content/uploads/2025/11/offene_stellen_off.png") no-repeat;
}

#site-top-navigation .link.downloads.on, #site-top-navigation .link.downloads:hover {
	background: url("https://haus-sonnenburg.de/wp-content/uploads/2025/11/offene_stellen_on.png") no-repeat;
}

#site-top-navigation .link.kontakt.off {
	background: url("../../uploads/2015/01/kontakt-off.gif") no-repeat;
}

#site-top-navigation .link.kontakt.on, #site-top-navigation .link.kontakt:hover {
	background: url("../../uploads/2015/01/kontakt-on.gif") no-repeat;
}

#impressum {
	width: 194px;
	height: 160px;
	margin-left: 745px;
}

#impressum a{
	display: block;
width: 100%;
height: 100%;
}


#navigation-responsive
{
	position: absolute;

	z-index: 100;

	display: none;
	border: 1px solid rgb(192, 192, 192);
	box-shadow: 0 0 1px 0 rgba(172, 172, 172, 0.4);
	background: url("./img/bg-menu-repeat.jpg") repeat-y;

	width: 467px;
	

	left: calc(50% - 236px);

	text-align: center;	

	cursor: pointer;

	font: bold 14px BARBARJA-1, Verdana,Arial, Helvetica;
	color: #ff9000;
	line-height: 32px;
}

#navigation-responsive nav.close
{
	display: none;	
}

#navigation-responsive nav ul
{
	list-style: none;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #183200;
	text-align: left;
}

#navigation-responsive a
{
	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #183200;
	text-align: left;
}

@media (max-width: 1023px)
{
	#navigation-responsive
	{
		display: block;
	}

	#sidebar-left, #sidebar-right
	{
		display: none;
	}

	#content
	{
		margin: 0 auto 0 auto;
		width: 472px;
	}

	#site
	{
		width:inherit;	
		background: url("./img/bg-content-responsive.jpg") no-repeat;
		background-position: top;
	}

	#site-top-navigation
	{
		display: none;
	}

	#site-header 
	{
		position: relative;
	}

	#site-footer {
	width: 100%;
	height: 160px;
	background: rgb(255, 255, 255);
	position: relative;
	z-index: 10;
}
}

@media (max-width: 490px)
{
	#navigation-responsive {

	border: 0;
	box-shadow: 0;
	background: rgb(255, 255, 255);
	width: 100%;
	left: inherit;
}

	#content
	{
		margin: 0 auto 0 auto;
		width: 100%;
	}

	.article
	{
		width: 100%;
		float: none;
	}
	
	.article .article-header, .article .article-content, .article .article-footer
	{
		width: 100%;
		background: rgb(255, 255, 255);
	}

	#site-footer
	{
		display: none;
	}
}

#sidebar-right img{cursor: pointer;}


html, body {
  height:100%;
}

html.overflow, html.overflow body {
  overflow-y:hidden;
  height:100%;
}

.zoom-wrapper {
	position: fixed;
background: rgba(0, 0, 0, 0.8);
z-index: 100;
top: 0;
right: 0;
bottom: 0;
left: 0;

	cursor: pointer;
}

.zoom-wrapper.hide {
	display: none;
}

.zoom-wrapper.show {
	display: block;
}


body.admin-bar .zoom-wrapper
{
	top: 32px;
}

.zoom-wrapper img {
margin: auto;
margin-top: 50px;

	cursor: pointer;
}

#sidebar-navigation ul li {

padding: 4px;

}


@font-face {
 font-family: 'hausschrift-sonnenburg';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../font/hausschrift-sonnenburg.ttf') format('truetype');
  }
