/*!
Theme Name: Muenzen Linnartz 2026
Author: Dirk
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: muenzenlinnartz_2026
*/

html {
	font-size: 15px;
	line-height: 1.625;
	-webkit-text-size-adjust: 100%;
	/*scrollbar-color: auto #e2e2e2;*/
}

body {
	margin: 0;
	background: #e2e2e2;
	font-weight: 300;
  line-height: 1.625;
  font-size: 1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #373737;
}

#page {
	background: #fff;
  box-shadow: 0 0 10px #A6A6A6;
  margin: 0 auto;
  max-width: 1000px;
}
.banner {
	margin: 0 auto;
	display: block;
}

#site-navigation {
	background: url("images/bluebar.jpg");
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	margin: 0 auto 6px;
	width: 100%;
	height: 43px;
	line-height: 43px;
}
.menu-hauptmenue-container,
#content {
	margin: 0 7.6%;
}
#primary-menu {
	font-size: 13px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#primary-menu li {
	display: inline-block;
}
#primary-menu li a {
	background: transparent;
	color: #eee;
	display: block;
	line-height: 1;
	padding: 15px 1.2125em;
	text-decoration: none;
	transition: background 0.25s;
}
.menu-hauptmenue-container {
	position: relative;
	left: -0.8125em;
}

#primary-menu .current_page_item > a,
#primary-menu .current_page_ancestor > a {
	font-weight: bold;
}
#primary-menu a:hover,
#primary-menu a:focus,
#colophon ul.menu a:hover {
	background: #f9f9f9;
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}


main {
	display: block;
	padding: 1.625em 0;
}
#content {
	width: 84.4%;
	text-align: justify;
}

.entry-title, .entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}

#colophon {
	background: #045580 url("images/bluebar.jpg") center bottom no-repeat;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 2px;
}
.menu-fussmenue-container {
	text-align: right;
}
#colophon ul.menu {
	margin: 0 20px;
	list-style: none;
	font-size: 13px;
	display: inline-block;
}
#colophon ul.menu li {
	display: inline-block;
}
#colophon ul.menu a {
	color: #fff;
	display: block;
	line-height: 43px;
	padding: 0 1.2125em;
	text-decoration: none;
}

/* fixed footer */
html, body {
    height: 100%;
}
body.logged-in.admin-bar,
html:has(+ body.logged-in.admin-bar) {
	height: calc(100% - 32px);
}
#page {
	min-height: 100%;
  display: flex;
  flex-direction: column;
}

#primary {
  flex: 1;
}


.edit-link {
	text-align: right;
	display: block;
}
.post-edit-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 1px 8px;
}
.post-edit-link:hover {
	background: #888;
  color: #fff;
}

iframe {
	margin-bottom: 15px;
}
iframe[src*="youtu"] {
	max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid #373737;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bold;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0.5em 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.625em;
	width: 100%;
	border-color: #ddd;
	border-width: 1px;
}
.entry-content table,
.comment-content table {
	border: 0;
	border-bottom: 1px solid #ddd;
}
.entry-content th,
.comment-content th {
	border: 0;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.6em;
}
.entry-content td,
.comment-content td {
	border: 0;
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
	text-align: left;
}

a {
	color: #1982d1;
	text-decoration: none;
	transition: all .2s;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

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

#content p a {
	text-decoration: underline;
	text-decoration-style: dotted;
}
#content p a:hover,
#content p a:focus {
	text-decoration: underline;
	text-decoration-style: solid;
	color: #045580;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 100%;
	height: 125px;
	resize: vertical;
}
input[type="text"], input[type="email"] {
	padding: 3px;
	width: 400px;
	max-width: 100%;
}
input[type="submit"] {
	-webkit-appearance: button;
	background: #045580;
	color: #fff;
	padding: 5px 15px;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.25s;
}
input[type="submit"]:hover {
	/* background: #426f96; */
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

.wpcf7-not-valid-tip {
	font-size: 0.85em;
}

/* Nav */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation .menu-hauptmenue-container {
		/*display: block;*/
		transition: transform .2s;
		transform: translateX(-100%);
		z-index: 9;
}

.menu-toggle {
	width: 50px;
	height: 45px;
	position: relative;
	margin: 0 3px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	scale: .54;
	z-index: 9;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 0px;
}
.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 18px;
}
.menu-toggle span:nth-child(4) {
  top: 36px;
}
.menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {

	float: left;

	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	float: right;

	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media screen and (min-width: 600px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	.main-navigation .menu-hauptmenue-container {
			/*display: block;*/
			transform: translateX(0%);
	}
}

@media (max-width: 599px) {
	main {
		padding: 0.5em 0;
	}
	#colophon {
		background-image: none;
		padding: 10px;
	}
	.site-info {
		background-image: url(images/wappen-linnartz-footer.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	#colophon ul.menu {
		margin: 0 auto;
		list-style: none;
		font-size: 13px;
		display: block;
		width: 165px;
		padding: 10px 0;
	}
	#colophon ul.menu li {
		display: block;
		text-align: center;
	}
	#colophon ul.menu a {
		line-height: 36px;
	}

	.menu-hauptmenue-container {
		position: absolute;
		left: 0;
		margin: -2px 0 0 0;
		background: rgba(4,85,128,0.95);
		/* height: 100%; */
		width: 75%;
		/* display: none; */
		display: block;
		padding: 0;
		top: auto;
		border-bottom-right-radius: 10px;
		transform: translateX(-100%);
		box-shadow: 0px 2px 3px rgba(0,0,0,.5);
		/*height: 0;*/
	}
	.main-navigation.toggled .menu-hauptmenue-container {
		/*display: block;*/
		/*height: auto;*/
		padding: 10% 4%;
		transform: translateX(0%);
	}
	#primary-menu li {
		display: block;
	}
	#primary-menu li a {
		font-size: 18px;
	}
	.entry-content th {
		hyphens: auto;
	}
	.entry-content td {
		font-size: 12px;
		hyphens: auto;
	}

	.site-branding {
		padding: 5px;
	}
	#content {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0 15px;
	}
}
