/*!
Theme Name: atelier-joye
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atelier-joye
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.

atelier-joye is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@media all and (max-width: 1279px) {
	body .mega-menu-wrap-max_mega_menu_1, body #mega-menu-wrap-max_mega_menu_1 {
		display: none !important;
	}
}

@media all and (min-width: 1280px) {
body .mega-menu-wrap-max_mega_menu_1, body #mega-menu-wrap-max_mega_menu_1 {
	display: block;
	width: 78px !important;
	max-width:78px !important;
	position: fixed !important;
	right: 0;
}
}




.woocommerce-cart .page .entry-header, .woocommerce-checkout .page .entry-header, .woocommerce-dashboard .page .entry-header {
	display: block;
	padding-top:200px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.0) 70%);
	min-height: 300px;
	max-width: none;
	width: 100%
}

.woocommerce-cart .page .entry-title, .woocommerce-checkout .page .entry-title, .woocommerce-dashboard .page .entry-title {
max-width:  1200px;
margin: 0 auto;
padding: 0 24px 10px;
}

.woocommerce-cart .page .post-thumbnail, .woocommerce-checkout .page .post-thumbnail,  .woocommerce-dashboard .page .post-thumbnail {
	position: absolute;
	width: 100%;
  clear: both;
  top: 0;
  z-index: -1;
}

.woocommerce-cart #masthead, .woocommerce-checkout #masthead {
    top: 0;
}

.overlay-post-header-image {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.0) 70%);
	position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 2;
}

.single-product .overlay-post-header-image, .woocommerce-cart .overlay-post-header-image {
	min-height: 300px;
}

.woocommerce h2, .single-product h2, .woocommerce-cart h2, .woocommerce-checkout h2 {
	font-family: 'Arvo', serif;
	line-height: 1.2;
}

.single-product .post-header-image {
	display: none;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    width: 100%;
}



/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Import Fonts
--------------------------------------------------------------*/


@import url("//hello.myfonts.net/count/3f097b");

@font-face {
  font-family: "TrueNorthScript-Regular";
  src: url('fonts/TrueNorthScriptRegular/font.woff2') format('woff2'), url('fonts/TrueNorthScriptRegular/font.woff') format('woff');
}

@font-face{
    font-family:"True North Black W01 Regular";
    src:url("fonts/1429815/b2371fad-dcc1-49ce-ab44-103c38cbf5d4.woff2") format("woff2"),url("fonts/1429815/d6ed6a32-2c8a-43ef-a8a4-b1102701cc44.woff") format("woff");
}



/* FONTS
--------------------------------------------- */

.script {
  font-family: "TrueNorthScript-Regular";
  font-weight: normal;
}

.font-bold {
  font-family:"True North Black W01 Regular";
  font-weight: normal;
  line-height: 1;
}

.font-h2 {
  font-family:'True North Black W01 Regular';
  letter-spacing:.1rem;
  font-size:70%;
}

.font-bold-h2 {
font-family:'True North Black W01 Regular';
letter-spacing:.1rem;
font-size:301%;
line-height: 1;
}

.h2groesser {
  font-size: 320%;
}

.font-normal {
  font-family: 'Arvo', serif;
  font-weight: normal;
}

.font-small {
  margin-top: -7px;
  font-size: 75%;
}

.font-bigger {
  font-size: 110%;
  margin-top: 2px;
}

.font-biggest {
  font-size: 180%;
  vertical-align: top;
  line-height: 1.92;
}

.font-biggest2 {
  font-size: 210%;
  vertical-align: top;
  line-height: 1.63;
}

.font-zitat {
  font-size: 140%;
  line-height: 1.25;
  padding: 40px 160px 60px;
}

.entry-date {
  font-weight: normal;
}

.page-template-page-news h2 {
  margin-top: 2px;
}

.page-template-page-news .posted-on {
  font-size: 75%;
}


/* Colors
--------------------------------------------- */

.violett, .violett a:visited {
  color: #d1c4e2 !important;
}

.violett a {
  color: #d1c4e2 !important;
  font-weight: bold;
}

.red, .red a:visited {
  color: #F29DB0 !important;
}

.blue, .blue a:visited {
  color: #ACCEF7 !important;
}

.green, .green a:visited {
  color: #A6D5C2 !important;
}

.brown, .brown a:visited {
  color: #512718 !important;
}

.negativ, .negativ a:visited {
  color: #fff !important;
}



/* Hintergründe
--------------------------------------------- */

.bg-violett {
  background-color: #d1c4e2 !important;
}

.bg-red {
  background-color: #F29DB0 !important;
}

.bg-blue {
  background-color: #ACCEF7 !important;
}

.bg-green {
  background-color: #A6D5C2 !important;
}

.bg-brown {
  background-color: #512718 !important;
  padding: 6px 20px 20px 20px;
  margin-right: 10px;
}



/* FORMEN
--------------------------------------------- */

.triangle-left {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 40px solid transparent;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 40px solid transparent;
}

.gap0 {
  gap: 0;
  margin-bottom: 0 !important;
  z-index: 99;
  position: relative;
}

.box-reiter {
  margin-top: -60px !important;
  z-index: 9;
}

.box-reiter > .wp-block-column > h2 {
  margin-top: 120px !important;
}

.balken1, .balken2, .balken3, .balken4 {
  height: 80px !important;
  line-height: 80px;
  vertical-align: middle;
}

.balken3 {
  justify-content: flex-end;
  display: flex;
}

.balken1 > p {
  line-height: 1.2;
  vertical-align: middle;
  margin: 0;
  margin-left: 0px;
  display: inline-flex;
  margin-left: 30px;
}

.balken4 {
  display: flex;
  align-items: center;
}
.balken4 > p {
  margin: 0;
  margin-right: 30px;
  margin-left: auto;
  line-height: 1.2;
  vertical-align: middle;
  display: inline-flex;
}

.triangle-left, .triangle-right {
    margin: 0 !important;
}



/* LAYOUT
--------------------------------------------- */

.wp-block-columns {
    margin-bottom: 3.5em;
  }

.p20-text-rechts {
    padding-left: 40px;
}

.p10-text-rechts {
    padding-left: 2px;
}

.p50-text-rechts {
  padding-left: 80px;
}

.p30-text-rechts {
    padding-left: 180px;
}

.p66-text-links {
  padding-right: 70px;
}

.wp-block-columns p {
  margin-bottom: 4px;
}

.padding50 {
  padding: 10px 70px 60px 80px;
}

.wp-container-bottom-noch-weniger {
    margin-bottom: 0.6em;
}

.wp-container-bottom-weniger {
    margin-bottom: 1.5em;
}

.wp-container-bottom-normal {
  margin-bottom: 3em;
}

.wp-container-bottom-mehr {
  margin-bottom: 7em;
}

.wp-container-top-wenig {
  margin-top: 1.25em;
}

.wp-container-top-mehr {
  margin-top: 6em;
}


p.bg-violett.text-align-right {
  text-align: right !important;
}

.post-navigation .nav-links {
  padding: 10px 24px;
}

.single .site-main {
padding-top: 60px;
}


/* ZITAT BLOCKQUOTE
--------------------------------------------- */

.wp-block-query-title, .wp-block-quote {
  text-align: center;
  font-size: 140%;
  line-height: 1.25;
  padding: 8px 160px 60px
}

.wp-block-quote p {
  margin-bottom: 10px;
}

.wp-block-quote > cite {
  font-size: 80%;
  color: inherit;
  font-style: normal;
}


/* NEWS-TICKER
--------------------------------------------- */

.ditty-ticker__contents {
  padding: 30px 0 60px 0;
}

.ditty-item__link {
  text-decoration: none !important;
}

.ditty-ticker a {
  font-size: 2em;
}

.dittybox {
  display: inline-block;
  margin-right: 15px;
}

.tiefer {
  vertical-align: middle;
  line-height: 1.7;
}

.mitte {
  vertical-align: middle;
  line-height: 1.5;
}




/* INSTAGRAM FEED
--------------------------------------------- */

#sb_instagram #sbi_load .sbi_load_btn {
  background: #fff;
  border: 3px solid #512718;
  color: #512718;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  font-size: 15px;
}

#sb_instagram #sbi_load .sbi_load_btn a:hover {
  background: #512718;
  border: 3px solid #512718;
  color: #fff;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
  outline: 0;
  box-shadow: inset 0 0 20px 20px #512718;
  color: #fff;
}

#sb_instagram .sbi_follow_btn a {
  background: #fff !important;
  border: 3px solid #ACCEF7;
  color: #ACCEF7;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
  font-size: 15px;
}

#sb_instagram .sbi_follow_btn a:hover {
  background: #ACCEF7 !important;
  border: 3px solid #ACCEF7;
  color: #fff;
}

#sb_instagram .sbi_follow_btn a:hover {
  outline: 0;
  box-shadow: inset 0 0 10px 20px #ACCEF7;
}

.site-footer .fa-instagram {
  font-size: 24px;
  line-height: 1.4;
}

.site-footer .fa-facebook-square {
  font-size: 24px;
    line-height: 1.44;
}

.some-icons {
  margin-top: 3px;
  display: block;
}





/* NEWS FEED
--------------------------------------------- */

.page-template-page-news .site-main .entry-content {
  max-width: 1256px;
}

.page-template-page-news li {
  list-style: none;
}

.page-template-page-news li > h2 > a:visited {
  color: inherit;
}

.news-bereich {
  padding: 28px 28px 56px 28px;
}

.instagram-bereich {
  padding: 28px 28px 6px 28px;
}

/* .instagram-bereich h2 {
  line-height: 1;
} */

@media all and (max-width: 780px) {
  .instagram-bereich {
    padding: 28px 0px 6px 0px;
  }
  #sb_instagram #sbi_images {
        padding: 14px 14px 14px 0px !important;
  }
}



.news-bereich ul {
  padding: 0;
  margin: 0;
}


/* STATEMENTS
--------------------------------------------- */

#post-cs {
  padding-bottom: 40px;
}

#post-cs .ps-box {
  background: none !important;

}
#post-cs .ps-box .ps-excerpt p, #post-cs .ps-box .ps-title {
  color: #ACCEF7;
  font-family: 'Arvo', serif;
  margin-bottom: 0.75em;
}

#post-cs .ps-box .ps-excerpt {
  font-size: 200%;
  line-height: 1.25;
  text-align: center;
  padding: 8px 150px 0px;
}

#post-cs .ps-box .ps-title {
  font-size: 170%;
    text-align: center;
}

#post-cs .ps-content {
  float: left;
  width: 100%;
  margin-left: 0;
}

#post-cs .ps-pagi a {
  background: #ddd !important;
}

#post-cs .ps-pagi .active, #post-cs .ps-pagi .dot:hover {
  background-color: #ACCEF7 !important;
}

/* SLIDER
--------------------------------------------- */

#n2-ss-6-align .n2-ss-slider-4, .n2-ss-slider-controls {
  height: 700px !important;
}

.n2-ss-slider-2 {
  margin-bottom: 6em;
}



/* SCROLL ARROW
--------------------------------------------- */

.down-arrow {
  position: absolute;
  top: calc(100vh - 70px);
  left: calc(50% - 12px);
  width: 0;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 0px;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 13px;
  left: -8px;
  width: 28px;
  height: 28px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 0px;
  transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}

.down-arrow {
  animation: jumpInfinite 1.5s infinite;
}

.down-arrow {
    display: block;
    position: fixed;
    bottom: 0;
    border: 0;
    width: 100%;
    z-index: 1;
}


/* POST Beitrag
--------------------------------------------- */

.post-header-image {
  height: 300px;
  background-size: cover;
}

@media all and (min-width: 780px) {
  .post-header-image {
    height: 400px;
    background-size: cover;
  }
}

@media all and (min-width: 980px) {
  .post-header-image {
    height: 450px;
    background-size: cover;
  }
}

@media all and (min-width: 1080px) {
  .post-header-image {
    height: 500px;
    background-size: cover;
  }
}


@media all and (min-width: 1180px) {
  .post-header-image {
    height: 550px;
    background-size: cover;
  }
}

@media all and (min-width: 1280px) {
  .post-header-image {
    height: 600px;
    background-size: cover;
  }
}


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {

	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  font-family: 'Arvo', serif;
	margin: 0;
  color: #512718 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
  font-family:"True North Black W01 Regular";
}

h2 {
    font-family:'TrueNorthScript-Regular';
    font-size: 2em;
    line-height: 0.75;
    font-weight: normal;
    margin-bottom: 20px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms / Button
	 ========================================================================== */

.button-wenig > a {
  margin-top: 10px !important;
}
   .wp-block-button__link {
     color: #fff;
     background: none;
     border-radius: 0;
     box-shadow: none;
     text-decoration: none;
     padding: calc(.667em + 2px) calc(1.333em + 2px);
     font-size: 1.22rem;
     border: 3px solid #fff;
     font-weight: normal;
     margin-top: 18px;
}

   .wp-block-button > a:focus, .wp-block-button > a:hover, .wp-block-button > a:visited, .wp-block-button > a:active, .wp-block-button > a:target {
     color: #fff;
   }

.wp-block-button.blue > a {
  color: #ACCEF7 !important;
  border: 3px solid #ACCEF7 !important;
  margin-top: 36px;
    font-weight: normal;
}
.wp-block-button.blue > a:hover {
  color: #fff !important;
  background-color: #ACCEF7 !important;
}

.wp-block-button.violett > a {
  color: #d1c4e2 !important;
  border: 3px solid #d1c4e2 !important;
  margin-top: 36px;
    font-weight: normal;
}
.wp-block-button.violett > a:hover {
  color: #fff !important;
  background-color: #d1c4e2 !important;
}


.wp-block-button.violett-neg > a {
  color: #fff !important;
  background-color: #d1c4e2 !important;
  border: 3px solid #fff !important;
  margin-top: 36px;
    font-weight: normal;
}
.wp-block-button.violett-neg > a:hover {
  color: #d1c4e2 !important;
  background-color: #fff !important;
}


.wp-block-button.green-neg > a {
  color: #fff !important;
  background-color: #A6D5C2 !important;
  border: 3px solid #fff !important;
  margin-top: 36px;
    font-weight: normal;
}
.wp-block-button.green-neg > a:hover {
  color: #A6D5C2 !important;
  background-color: #fff !important;
}



.wp-block-button.brown > a {
  color: #512718 !important;
  border: 3px solid #512718 !important;
  margin-top: 36px;
  font-weight: normal;
}
.wp-block-button.brown > a:hover {
  color: #fff !important;
  background-color: #512718 !important;
}


.wp-block-button.red > a {
  color: #F29DB0 !important;
  border: 3px solid #F29DB0 !important;
  margin-top: 36px;
  font-weight: normal;
}
.wp-block-button.red > a:hover {
  color: #fff !important;
  background-color: #F29DB0 !important;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
  font-family: 'Arvo', serif;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
  font-family: 'Arvo', serif;	font-size: 1rem;
	line-height: 1.45;
  font-size: 1.125rem;
  letter-spacing: .5px;
}

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

p {
	margin-bottom: 1.5em;
  font-family: 'Arvo', serif;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

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;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #512718;
}

a:hover,
a:focus,
a:active {
	color: #512718;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.page .entry-header {
  display: none;
}

#masthead {
  width: 100%;
  z-index: 99999;
  position: absolute;
  clear: both;
}

.header-center {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 24px 0 24px;
}
.site-branding {
  width: 50%;
  position: absolute;
  margin-top: 36px;
  z-index: 999999;
}

.main-navigation {
  width: 100%;
  position: absolute;
  right: 0;
}



/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/



.n2-font-06b004c5ff5e083e32220ee15565ba1c-hover {
font-size: 1250%
}

.n2-font-e64428196142ee5a1f9793074994141f-hover {
font-size: 925%
}

.n2-ss-slide {
	height: 100vh;
}

@media all and (max-width: 1100px), all and (max-height: 700px) {
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  font-size: 90%;
}
}


@media all and (max-width: 1000px), all and (max-height: 750px) {
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  font-size: 80%;
}
}

@media all and (max-width: 900px), all and (max-height: 650px) {
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  font-size: 70%;
}
}


@media all and (max-width: 800px), all and (max-height: 600px) {
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  font-size: 60%;
}
}

@media all and (max-width: 700px), all and (max-height: 550px)  {
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  font-size: 50%;
}
}



@media all and (max-width: 600px), all and (max-height: 450px)  {
.n2-ss-slider .n2-ss-layer-content .n2-ss-layer {
  font-size: 40%;
}
}

@media all and (min-width: 781px) {
.slider-mobile {
  display: none;

}
}


@media all and (max-width: 530px) {
  .slider-mobile {
    min-height: 140px !important; /* Höhe nach Bedarf */
  }
}


@media all and (max-width: 430px) {
  .slider-mobile {
    min-height: 100px !important; /* Höhe nach Bedarf */
  }
}



.slider-mobile {
  width: 100%;
  min-height: 199px; /* Höhe nach Bedarf */
  overflow: hidden;
  position: relative;
}

.slider-mobile img {
  width: 152%;  /* Erhöht die Bildgröße, um den Schnitt auszugleichen */
  max-width: 152%;
  position: absolute;
  left: -26%; /* Verschiebt das Bild nach links */
}




/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
  border-color: none;
  border-radius: 0px;
  background: none;
	border-style: none;
  outline: 0px dotted ButtonText;
  cursor: pointer;
  padding-top: 50px;
}



.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary,
.entry-header {
	margin: 0 auto 1.5em;
  max-width: 1200px;
  padding: 0 24px 10px;
}

.single .entry-header {
  padding: 0 24px 0px;
}


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

.entry-footer {
  display: none;
}


/* Footer
--------------------------------------------- */

.site-footer {
  background-color: #512718 !important;
}

.site-footer a, .site-footer p {
  font-size: 0.95rem;
  font-weight: normal;
}

.site-footer .wp-block-columns {
  margin-bottom: 0;
}

.site-footer > .entry-content {
  padding: 30px 24px 3em 24px !important;
  background-color: #512718 !important;
}


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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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


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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



.ps-prev, .ps-next {
  display: none !important;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media all and (max-width: 780px) {

  .slider-desktop {
    display: none;
  }

.custom-logo {
  width: 105px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px !important;
  height: 40px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 15px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 30px !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -30px, 0) rotate(-90deg) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 2rem !important;
  height: 40px !important;
}


div#n2-ss-8 .n2-style-e1c6d31a4781b4a73a3877b61911771d-heading {
  padding: 0px 20px 0px 10px !important;
}
div#n2-ss-8 .n2-font-1a1130cd68c4edb8f1a7d85f5fd11db9-paragraph {
  font-size: 252.5% !important;
}
div#n2-ss-8 .n2-style-8c8fbc739f267c6c6b40a1bab086c4ec-heading {
  padding: 20px 20px 0px 14px !important;
}

div#n2-ss-8 .n-uc-LCRhM7YqoyE3-inner {
  padding: 150px 10px 10px 10px !important;
  justify-content: start !important;
}

div#n2-ss-9-align .n-uc-FFwkKuRLW282-inner {
  padding: 150px 10px 10px 10px !important;
  justify-content: start !important;
}



/*--# Ditty-Ticker Media Query ----------*/
.ditty-ticker__contents {
  padding: 0px 0 60px 0;
}

/*--# Layout Media Query ----------*/

.p50-text-rechts {
  padding-left: 0px;
}

.p20-text-rechts {
  padding-left: 0px;
}

html {
	box-sizing: border-box;
  font-family: 'Arvo', serif;
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
	line-height: 1.45;
  font-size: .95rem;
  letter-spacing: .2px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 4px;
}

.ditty-ticker a {
  font-size: 1.4em;
}

.wp-block-button__link {
  font-size: .95rem;
}

.p66-text-links {
  padding-right: 0px;
}

.wp-container-9.bg-blue {
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.bg-green {
  margin-top: 40px !important;
}

.padding50 {
  padding: 18px 26px 26px 26px;
}


:where(.wp-block-columns.is-layout-flex) {
  gap: .5em !important;
}


.font-zitat {
  font-size: 130%;
  line-height: 1.25;
  padding: 0px 15px 10px;
  margin-top: 0;
  margin-bottom: 60px;
}

.entry-content .wp-block-columns .flex-mobile {
flex-basis: 15px !important;
}

.entry-content .wp-block-columns .flex-mobile-pfeil {
flex-basis: 15px !important;
}

.entry-content .wp-block-columns .flex-mobile-last {
flex-basis: 0% !important;
display: none;
}

.entry-content .wp-block-columns .balken1, .entry-content .wp-block-columns .balken4 {
  flex-basis: calc(100% - 30px) !important;
}

.gap0 {
  gap: 0 !important;
}

.wp-container-21 .wp-block-column:first-of-type {
  order: 2
}
.wp-container-21 .wp-block-column:nth-of-type(1) {
  order: 1
}

.box-reiter > .wp-block-column > h2 {
  margin-top: 28px !important;
}

.wp-block-query-title, .wp-block-quote {
  text-align: center;
  font-size: 130%;
  line-height: 1.25;
  padding: 8px 15px 60px;
  margin: 0 0em;
}

.page-id-15 .n2-ss-slider .n2-ss-slide-background-image {
--ss-o-pos-x: 90%;
}

.page-template-page-news .n2-ss-slider .n2-ss-slide-background-image{
--ss-o-pos-x: 66%;
}

.wp-container-top-mehr {
  margin-top: 1em;
}

#n2-ss-6, .n2-ss-slider .n2-ss-slider-wrapper-inside, div#n2-ss-6 .n2-ss-slider-2, div#n2-ss-6 .n2-ss-slider-3, div#n2-ss-6 .n2-ss-slide-backgrounds {
  height: 200px;
}

div#n2-ss-6 .n2-ss-slider-1 {
  min-height: 200px !important;
}

#n2-ss-6-align .n2-ss-slider-4, .n2-ss-slider-controls {
  height: 200px !important;
}

.n2-ss-align {
  padding-bottom: 50px;
}

.news-bereich {
  padding: 0px;
}


/*--# Zitate  ----------*/
#post-cs .ps-box .ps-excerpt {
  font-size: 130% !important;
  padding: 8px 15px 0px !important;
}
#post-cs .ps-box .ps-title {
  font-size: 115% !important;
}
}




@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 780px)
  and (-webkit-min-device-pixel-ratio: 3) {

  .some-icons {
      margin-top: 13px;
    }

p.site-footer .fa-instagram, p.site-footer .fa-facebook-square {
  font-size: 30px;
}

.site-footer .fa-instagram {
    font-size: 35px;
    margin-top: 24px;
    line-height: 1.6em;

  }

.site-footer .fa-facebook-square {
    font-size: 32px;
    margin-top: 26px;
    line-height: 1.65em;
  }
}


@media (max-width: 780px) {
    .font-zitat {
        font-size: 130%;
        line-height: 1.25;
        padding: 0px 15px 10px !important;
        margin-top: 0;
        margin-bottom: 80px;
    }
}
