/*!
Theme Name: muennecke-vollmers eins
Theme URI: http://underscores.me/
Author: Münnecke & Vollmers GbR
Author URI: https://widilo.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: muennecke-vollmers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

muennecke-vollmers is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* -------------------------------------------------
   Global
--------------------------------------------------*/
 
* {
	margin: 0;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	overflow: hidden;
	height: 100vh !important;
	width: 100vw !important;
	font-family: 'Roboto';
	background: #fff;
}

html {
	box-sizing: border-box;
}

body.posts {
	overflow: auto !important;
}

.isfixed {
	position: fixed !important;
}

.display-none {
	display: none;
}

.bg-fallback {
	z-index: -999; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #222; 
	width: 100vw !important; 
	height: 100vh !important;
}

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

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

ul.navigation-wrapper li {
    margin-bottom: 0 !important;
}

ul {
	list-style: disc;
	margin-bottom: 2rem !important;
}

ol {
	list-style: decimal;
}

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

ol {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
	margin-left: 2em !important;
}

ol li {
    margin-bottom: .5em !important;
	text-align: left !important;
}

ul li {
    margin-bottom: .5em !important;
	text-align: left !important;
}

ol li::marker {
    padding-left: 2em !important;
}

ul li::marker {
    margin-right: 2em !important;
	font-size: 14px !important;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

body.home.page-template.page-template-page-frontwithcontent.page-template-page-frontwithcontent-php img.menu-arrow,
body.page-template.page-template-page-frontwithcontentzwei.page-template-page-frontwithcontentzwei-php img.menu-arrow {
  opacity: .4;
  margin-top: 10px;
  margin-left: 10px;
  width: 110px;
  height: auto;
}

/* -------------------------------------------------
   Newsletter
--------------------------------------------------*/

div.tnp-privacy-field {
	line-height: 1.2 !important;
	width: 78% !important;
}

div.tnp-privacy-field label a {
	color: #333 !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

div.tnp-privacy-field label a:hover {
	color: #333;
	text-decoration: underline !important;
}

.tnp-subscription-minimal input.tnp-submit {
    padding: 11px !important;
}

input.search-submit {
    padding: 11px !important;
	background: #333 !important;
	color: #fff !important;
	border: 0 solid #fff !important;
	text-transform: uppercase;
}

/* -------------------------------------------------
   Typography
--------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.h1, .h2, .h4, .h5, .h6, h1, h2, h4, h5, h6 {
    margin-bottom: 2rem !important;
	margin-top: 2rem !important;
	text-align: left;
    font-weight: 500;
    line-height: 1.3 !important;
}

.h3, h3 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.article-body h3 {
	margin-top: 3rem !important;
}

div.article-headerContent h1.fehler-404 {
	font-size: 8em !important;
	font-weight: 900;
}

p {
	margin-bottom: 2rem !important;
}

p.has-background {
	padding: 3em;
    font-size: 16px;
}

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

blockquote:before {
	content: '/*';
	font-size: 60px;
	color: #e1e1e1;
	font-weight: 900;
}

blockquote {
	margin: -1em 2em 3em 2em !important;
	border-left: 0px solid #999;
	padding-left: 20px;
	font-size: 17px !important;
}

blockquote p {
	margin-bottom: 10px !important;
	font-style: italic;
}

blockquote cite {
	font-size: 12px;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/* -------------------------------------------------
   Logo Intro
--------------------------------------------------*/

.logo-wrapper {
	position: absolute;
	bottom: 23%;
	width: 100%;
	z-index: -2;
	transition: transform cubic-bezier(.49, 0, .52, 1) .5s, opacity cubic-bezier(.49, 0, .52, 1) .5s;
	transform: scale(1, 1);
	opacity: 1;
}

.mutmacher-content-wrapper {
	position: relative;
	top: 100vh;
	width: 100%;
	z-index: 99;
	transition: transform cubic-bezier(.49, 0, .52, 1) .5s, opacity cubic-bezier(.49, 0, .52, 1) .5s;
	transform: scale(1, 1);
	opacity: 1;
}

.bg-muennecke-vollmers-logo {
	position: relative;
	fill: white;
	width: 100%;
	height: 100%;
	padding: 0 200px 0 200px;
	transform: translate(0, 0);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mutmacher-fpcontent {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
}

p.services {
	font-size: calc(11px + (19 - 11) * ((100vw - 300px) / (1600 - 300))); 
	letter-spacing: 0.4px; 
	font-weight:100; 
	color: transparent !important; 
	text-transform: uppercase;
}

.service-wrapper {
	margin: 0 0 6px 0 !important; 
	/* margin: 0 0 -13px 0; */
}

div.col-md-12.service-wrapper, .col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#messenger {
	position: relative;
	font-size: calc(10px + (19 - 10) * ((100vw - 300px) / (1600 - 300)));
	letter-spacing: 0.4px;
	font-weight: 100;
	color: rgba(255,255,255,0.9);
	text-transform: uppercase;
	white-space: nowrap;
}

@media screen and (max-width: 360px) {
	h1.article-title {
		font-size: 35px !important;
	}
	.article-body, .article-footer, .post-navigation {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 579px) {
	.bg-muennecke-vollmers-logo {
		padding: 0 45px 0 45px;
	}
	p.services {
		display: none !important;
	}
	.service-wrapper {
		margin: 0 0 30px 0; 
		padding: 0 0 0 0;
	}
	h1.article-title {
		font-size: 38px;
	}
	.article-strap {
		text-align: left !important;
		font-size: 20px !important;
	}
	input.tnp-email {
		width: 100% !important;
	}
	input.tnp-submit {
		width: 100% !important;
	}
	div.tnp-privacy-field {
		width: 100% !important;
	}
	.article-body, .article-footer, .post-navigation {
		font-size: 16px !important;
	}
	.article-meta {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 979px) {
	#messenger {
		display: none;
	}
}

/* -------------------------------------------------
   Hamburger
--------------------------------------------------*/

.navicon-wrapper {
	position: relative;
	margin: 0;
	padding: 14px;
	width: auto;
	height: auto;
	top: 30px;
	left: 40px;
	cursor: pointer;
	z-index: 101;
}

.navicon-wrapper.posts-pages {
	background: rgba(255,255,255,0.9);
}

.bar {
	background: white;
	width: 30px;
	height: 5px;
	margin-top: 4px;
}

/* hamburger animation */

.navicon-wrapper .bar {
	transition: transform cubic-bezier(.89, 0, .08, 1) 1.5s, width cubic-bezier(.89, 0, .08, 1) 1.5s, background .3s;
}

.navicon-wrapper:hover .bar,
.navicon-wrapper.animation:hover .bar {
	background: grey;
}

.navicon-wrapper.animation .bar {
	background: black;
}

.navicon-wrapper.animation .bar:nth-child(1) {
	transform: translate(0, 9px) rotate(135deg);
}

.navicon-wrapper.animation .bar:nth-child(2) {
	transform: translate(15px, 0px) rotate(90deg);
	width: 0;
}

.navicon-wrapper.animation .bar:nth-child(3) {
	transform: translate(0, -9px) rotate(225deg);
}

/* for posts and pages */

.bar-white {
	background: black;
	width: 30px;
	height: 5px;
	margin-top: 4px;
}

/* hamburger animation for posts and pages */

.navicon-wrapper .bar-white {
	transition: transform cubic-bezier(.89, 0, .08, 1) 1.5s, width cubic-bezier(.89, 0, .08, 1) 1.5s, background .3s;
}

.navicon-wrapper:hover .bar-white,
.navicon-wrapper.animation:hover .bar-white {
	background: grey;
}

.navicon-wrapper.animation .bar-white {
	background: black;
}

.navicon-wrapper.animation .bar-white:nth-child(1) {
	transform: translate(0, 9px) rotate(135deg);
}

.navicon-wrapper.animation .bar-white:nth-child(2) {
	transform: translate(15px, 0px) rotate(90deg);
	width: 0;
}

.navicon-wrapper.animation .bar-white:nth-child(3) {
	transform: translate(0, -9px) rotate(225deg);
}

/* off screen menu */

.off-canvas-menu {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100;
	background: white;
	width: 100vw;
	height: 100vh;
	transition: transform cubic-bezier(.78, 0, .23, 1) .5s;
	transform: scale(1, 0);
	transform-origin: left top;
}

.navigation-wrapper {
	position: fixed;
	bottom: 80px;
	left: 6px;
	transition: opacity cubic-bezier(.89, 0, .08, 1) .2s;
	opacity: 0;
}

ul.navigation-wrapper {
	list-style: none;
}

li.nav-item-li {
	margin-top: -15px;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: bold;
	transition: transform cubic-bezier(.19,.18,.04,1) .8s, opacity cubic-bezier(.47, 0, .94, .45) .5s;
	transform: translate(0, -80px);
	opacity: 0;
	color: #000;
	line-height: 1.5em !important;
}

.nav-item {
	margin-top: -15px;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: bold;
	transition: transform cubic-bezier(.19,.18,.04,1) .8s, opacity cubic-bezier(.47, 0, .94, .45) .5s;
	transform: translate(0, -80px);
	opacity: 0;
	color: #000;
	line-height: 1.5em !important;
	
	position: relative;
}

.dropdown-menu {
    padding: 0 0 !important;
    margin: 0 0 0 !important;
    border: 0px solid rgba(0,0,0,.15) !important;
    border-radius: 0rem !important;
}

.dropdown-menu.show {
    display: block;
    position: relative !important;
	transform: none !important;
}

a.dropdown-item, a.dropdown-item:visited, a.dropdown-item:hover, a.dropdown-item:active {
	color: #000;
}

a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: transparent !important;
}

input::-moz-focus-inner {
    border: transparent !important;
}

@media screen and (max-width: 1024px) {
	li.nav-item-li {
	font-size: 20px !important;
	line-height: 1.6em !important;
	}
	.nav-item {
	font-size: 20px !important;
	line-height: 1.6em !important;
	}
}

li.nav-item-li a {
	cursor: pointer !important; 		
	z-index: 101;
}

.nav-item, a.nav-link {
	cursor: pointer !important; 		
	z-index: 101;
	color: #333 !important;
}

li.nav-item-li a, a.nav-link {
	color: #333 !important;
}

li.nav-item-li a:hover {
	color: #333 !important;
}

li.nav-item-li a:visited {
	color: #333 !important;
}

/*off screen menu animation*/

.off-canvas-menu.animation {
	transform: scale(1, 1);
}

.off-canvas-menu.animation .navigation-wrapper {
	opacity: 1;
}

.logo-wrapper.animation {
	opacity: .2;
	transform: scale(.95, .95);
}

.off-canvas-menu.animation .navigation-wrapper .nav-item-li {
	transform: translate(0, 0);
	opacity: 1;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item {
	transform: translate(0, 0);
	opacity: 1;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item-li:nth-child(1) {
	transition-delay: .25s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item:nth-child(1) {
	transition-delay: .25s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item-li:nth-child(2) {
	transition-delay: .2s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item:nth-child(2) {
	transition-delay: .2s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item-li:nth-child(3) {
	transition-delay: .15s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item:nth-child(3) {
	transition-delay: .15s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item-li:nth-child(4) {
	transition-delay: .1s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item:nth-child(4) {
	transition-delay: .1s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item-li:nth-child(5) {
	transition-delay: .05s;
}

.off-canvas-menu.animation .navigation-wrapper .nav-item:nth-child(5) {
	transition-delay: .05s;
}

/* -------------------------------------------------
   Line Animation
--------------------------------------------------*/ 
   
.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
}

.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.lines .line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
	-webkit-animation: run 7s 0s infinite;
			animation: run 7s 0s infinite;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
			animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
	margin-left: -25%;
}

.lines .line:nth-child(1)::after {
	-webkit-animation-delay: 2s;
			animation-delay: 2s;
}

.lines .line:nth-child(3) {
	margin-left: 25%;
}

.lines .line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
			animation-delay: 2.5s;
}

@-webkit-keyframes run {
	0% {
		top: -50%;
	}
	100% {
		top: 110%;
	}
}

@keyframes run {
	0% {
		top: -50%;
	}
	100% {
		top: 110%;
	}
}

  
/* -------------------------------------------------
   Articles for Posts and Pages
--------------------------------------------------*/ 

.article-header {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 40px;
}

.article-header:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent, #fff);
	opacity: 1;
	z-index: -1;
}

.article-header > * {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	.article-header {
		top: 80px;
	}
	div.article-body {
		margin-top: 80px;
	}
}

.article-meta {
	display: flex;
	justify-content: space-between;
	font-size:14px;text-transform:uppercase;
	font-family: 'Roboto';
	font-weight: 300;
}

.special {
	background: #f2f2f2;
	padding: 10px 20px;
	margin: 30px auto;
	font-weight: 300;
	max-width: 100%;
}

.article-title {
	margin-top: 0;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 60px;
    padding: 0 0 30px 0;
}

.article-subtitle {
	font-weight: 700;
	font-size: 35px;
	text-align: right;
}

.article-strap {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left;
}

.article-strap p:before {
	content: '____\00A0\00A0';
}

.article-author {
	font-weight: 400;
}

.article-headerContent {
	max-width: 800px;
	margin: 0 auto;
}

.article-headerContent p.brand, .article-headerContent p.site-title {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto';
}

p.brand {
	font-weight: 600 !important;
	text-transform: uppercase;
	font-family: 'Roboto';
}

p.brand a, p.brand a:hover {
	color: #333;
	text-decoration: none;
}

p.site-title a {
	color: #333;
}

p.site-title a:hover, 
p.site-title a:focus,
p.site-title a:active,
p.site-title a:visited {
	color: #333 !important;
	text-decoration: none !important;
}

.article-body, .article-footer, .post-navigation {
	max-width: 800px;
	margin: 0 auto !important;
	text-align: justify;
	padding: 1em 0 0 0 !important;
	line-height: 1.8;
	font-size: 18px;
}

@media screen and (max-width: 1024px) {
	.article-body {
		text-align: left
	}
	
	.article-body, .article-footer, .post-navigation {
		padding: 70px 40px 40px 40px !important;
	}
	
	.article-blogpost.article-body, .article-blogpost.article-footer  {
		padding: 0px 20px 20px 0px !important;
	}
}

div.article-body p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.article-body p:first-of-type {
	margin-top: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.article-body p:last-of-type {
	margin-bottom: 50px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.article-body img {
	height: auto;
	max-width: 100%;
	margin: 30px 0;
}

.article-blog-index {}
.article-blog-post {}

/* -------------------------------------------------
   Footer for Posts and Pages
--------------------------------------------------*/

footer {
	margin: 0 5px;
    position: relative;
    padding: 40px 0 40px 0;
}

footer span.social {
	display: flex; 
	margin: 30px 0; 
	color: #333;
}

span.social svg {
	margin-right: 10px;
}

/* -------------------------------------------------
   Thumbnails
--------------------------------------------------*/

.post-thumbnail img {
	height: auto;
	/* Make sure images are scaled correctly. */
	width: 100%;
	/* Adhere to container width. */
}

span.mutblog a.post-thumbnail img {
    height: auto;
    width: 20%;
    float: left;
    padding: 0 20px 0 0;
}

/* -------------------------------------------------
   Index
--------------------------------------------------*/

h2.article-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: .6em !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: none !important;
}

h2.article-title a:hover {
	color: #007bff;
}

h2.article-title a,
h2.article-title a:focus,
h2.article-title a:visited,
h2.article-title a:active {
	color: #212529 !important;
}

/* -------------------------------------------------
   Pullquote
--------------------------------------------------*/

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 80%;
}

.wp-block-pullquote {
    padding: 2em 0;
    margin-left: 0;
    margin-right: 3em;
    text-align: center;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
}

figure blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee !important;
}

div.entry-meta {
	margin-bottom: 25px;
}

span.posted-on, span.byline {
    font-size: 12px;
    text-transform: uppercase;
	border-bottom: 1px dotted #333;
	padding-bottom: .5em;
	color: #777;
}

a.read-more > span {
	border: 2px solid #999;
	padding: 8px 16px;
	border-radius: 30px;
	margin-top: 27px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
    font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

a.read-more:hover {
	text-decoration: none;
}

span.cat-links, span.tags-links {
	display: table;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 16px;
	text-align: left !important;
}

.nav-links {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 16px;
	display: flex;
}

.nav-previous {
	text-align: left !important;
}

.nav-previous:before {
	content: '\27F5 ';
	display: table;
	font-size: 24px;
}

.nav-next {
	text-align: right !important;
}

.nav-next:before {
	content: ' \27F6';
	display: block;
	font-size: 24px;
}

.article-body ul {
	/*list-style: none;*/
	margin-left: 1em !important;
}

/* -------------------------------------------------
   Newsletter-Plugin Style-Hack
--------------------------------------------------*/

.tnp-field.tnp-field-privacy a {
	text-decoration: none;
	color: #333;
	font-weight: 400;
}

.tnp-field.tnp-field-privacy a:hover {
	text-decoration: none;
	color: #007bff;
}

.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 60px auto !important;
    max-width: 100% !important;
    width: 100%;
}

#vscf .form-group label {line-height: 1.3 !important;}
#vscf .form-group label span {font-size: 12px !important;}
#vscf .form-group input[type="text"], #vscf .form-group input[type="email"] {
    width: 100% !important;
    font-family: inherit;
    font-size: 1em;
}
#vscf .form-group textarea {
    width: 100% !important;
    font-family: inherit;
    font-size: 1em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

.article-body a {
	color: #2573c8 !important;
}

footer.article-footer a, nav.navigation a {
	color: #2573c8 !important;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

h3.widget-title {
	text-transform: uppercase;
    font-weight: 900;
    font-size: 1.1rem;
    letter-spacing: 3px;
	padding-bottom: 1rem;
}

.widget-content {
	background: #f2f2f2;
	padding: 4rem 4rem 2rem 4rem;
	margin-bottom: 5rem;
}

.widget-content ul {
	list-style: none !important;
	margin: 1.5em 0 1.5em 1em !important;
	padding-left: 0 !important;
	text-align: left !important;
}

.widget-content ul li {
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
    text-indent: -3.1em;
}


body {counter-reset: section; /* Setzt den Abschnittszähler auf 0 */}

.widget-content ul li:before {
  counter-increment: section; /* Erhöht den Abschnittszähler */
  content: counter(section); /* Zeigt den Zähler an */
    width: 70px;
    height: 100px;
    background: #333;
    color: #f2f2f2;
	border-radius: 50%;
    padding: 0 8px;
	margin: 0 25px 25px 0;
}

.widget-content ul li a {
	font-weight: 300;
    color: #333;
    text-transform: uppercase;
}

.widget-content span.post-date:before { content: '--- '; }

.widget-content span.post-date {
	font-weight: 300;
    color: #333;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* SOCIAL */


a span.dashicons-facebook {
    margin: 0 auto !important;
    display: block !important;
    color: rgba(255,255,255, .3);
    z-index: 9999999;
	position:relative;
	font-size: 30px;
}

a span.dashicons-twitter {
    margin: 30px auto 0 auto !important;
    display: flex !important;
    color: rgba(255,255,255, .3);
    z-index: 9999999;
	position:relative;
	font-size: 30px;
}

a span.dashicons-instagram {
    margin: 30px auto 0 auto !important;
    display: flex !important;
    color: rgba(255,255,255, .3);
    z-index: 9999999;
	position:relative;
	font-size: 30px;
}

a span.dashicons-facebook:hover, a.dashisocial:hover {
    text-decoration: none;
}

/*********************************************************/

 /* Style the button that is used to open and close the collapsible content */

table.tnpc-block-content ul li {
list-style: disc;
}

.schema-faq-question {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;

  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
	display: flex;
  justify-content: space-between;
	border: 1px solid #e1e1e1;
	border-radius: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .schema-faq-question:hover {
  background-color: #fff;
}

.schema-faq-question:after {
  color: #000;
  content: ' +';
}

.active.schema-faq-question:after {
  color: #000;
  content: ' -';
	transition: max-height 0.2s ease-out;
}

.active.schema-faq-question {
  margin-bottom: 20px;
}

/* Style the collapsible content. Note: hidden by default */
.schema-faq-answer {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

/* Gutenberg Theme Support */

.alignwide,
.alignfull {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    clear: both;
    left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
}

.alignwide {
    @media screen and (min-width: 570px) {
        left: -60px;
        width: calc(100% + 120px);
        max-width: calc(100% + 120px);
    }
}

.alignfull {
    @media screen and (min-width: 570px) {
        left: calc(calc(-50vw + (570px / 2) - 20px));
        width: 100vw;
        max-width: 100vw;
    }
}

