/*!
Theme Name: theme-bricks
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/

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

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

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

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

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

/* Document
	 ========================================================================== */
/*added by me*/
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

/**
 * 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%;
	scroll-behavior: smooth; /*added by me*/
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

h4 {
	font-size: 1.2em;
	color:#F64668;
}

h5 {
	font-size: 2.2em;
	line-height: 1.15;
	padding-bottom: 1em;
}

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

/**
 * 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
	 ========================================================================== */

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

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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

/* 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: #4169e1;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*Added by me*/
header .action_btn{
    background-color: #FE9677;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1rem !important; 
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
/*Added by me*/
.action_btn i {
  margin-right: 0.5rem; /* adds space between icon and text */
}

/*Added by me*/
header .action_btn:hover{
    transform: scale(1.05);
    color: #fff !important;
    background-color: #F64668;
}
/*Added by me*/
.action_btn:active{
    scale: 0.95;
}

section .action_btn{
	background-color: #F64668;
    color: #fff;
    padding: 0.6rem 1.5rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1rem !important; 
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

section .action_btn:hover{
    transform: scale(1.05) !important;
    color: #fff !important;
    background-color: #984063;
}

/* Navigation
--------------------------------------------- */
/*Added by me*/
.site-header{
    position: relative;
    padding: 0 2rem;
	background-color: #2A394F;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.main-navigation ul {/*Vermutlich für das Toggle Menu, weil display: none*/
	display: flex; /*origina: none*/
	list-style: none;
	margin: 0;
	padding-left: 0;
	/*added by me*/
    gap: 2rem;
}

.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;
	/*added by me*/
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s ease, background-color 0.3s ease;
}
/*added by me*/
.main-navigation a:hover {
	color:#FE9677;
}

/*added by me to make the logo fit in the header*/
.logo{
	max-height: 80px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.logo img {
  width: 180px;  /* or whatever width you want */
  height: auto;
  margin: 0;
  padding: 0;
}

/*added by me*/
.main-navigation .toggle_btn{
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.navbar{
  display: flex;
  align-items: center;
  gap: 2rem;
}

/*Footer - by me*/
.site-footer {
  position: relative;
  padding: 3rem 2rem;
  background-color: #2A394F;
  color: #F9FDFF;
}

/* obere und untere Zeile über volle Breite */
.footer-top,
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

/* mittlere Zeile mit flexiblen Spalten */
.footer-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem 0;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-top,
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
  display: flex;
  justify-content: center;
  gap: 1rem;  /* Abstand zwischen den Links */
  flex-wrap: wrap; /* für mobiles Umbruchverhalten */
}

.site-footer li {
  margin: 0;
}

.site-footer a {
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  transition: color 0.3s;
}

.site-footer a:hover {
  color: #FE9677; /* Beispiel-Hover-Farbe */
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 0.5rem; /* Abstand zwischen Links */
}

.footer-column li {
  margin: 0;
}

.footer-column a {
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #FFD700;
}

/*scroll up button*/
#back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: none;
  
  width: 50px;
  height: 50px;
  
  background-color: #984063;
  color: #fff;
  
  border-radius: 8px;
  
  text-decoration: none;
  text-align: center;
  
  z-index: 999;
  
  opacity: 0.85;
  transition: background-color 0.3s, opacity 0.3s, box-shadow 0.3s;
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#back-to-top:hover {
  background-color: #F64668;
  opacity: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

#back-to-top i {
  font-size: 1.5rem;
  line-height: 50px;    /* vertically center icon */
  pointer-events: none; /* makes sure clicks go to the link */
}

/*Responsive Menu (added by me)*/
.dropdown_menu {
  position: absolute;
  width: 300px;
  top: 100%;         /* right below the parent */
  right: 0;
  background-color: #2A394F;
  padding: 1rem;
  display: none;     /* initially hidden */
  flex-direction: column;
  gap: 0.5rem;
  z-index: 1000;
}

.dropdown_menu.show {
  display: flex;     /* let flexbox and content determine height */
  height: auto;      /* ensures natural growth */
}

.dropdown_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dropdown_menu li {
  width: 100%;
}

.dropdown_menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease;
}

.dropdown_menu .action_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .main-navigation .navbar,
  .main-navigation .action_btn {
    display: none;
  }

  .main-navigation .toggle_btn {
    display: block;
  }

  .dropdown_menu {
    display: none;
    flex-direction: column;
    background-color: #2A394F;
    padding: 1rem;
    position: absolute;
	align-items: center;
    top: 100%;
    right: 0;
    width: 300px;
    z-index: 1000;
  }

  .dropdown_menu.open {
    display: flex;
  }

   .twocols {
    flex-direction: column;
  }

    .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  /* middle-Spalten untereinander statt nebeneinander */
  .footer-middle {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-column {
    flex: 1 1 100%;
    min-width: 100%;
  }

  /* Links in den oberen/bottom Bereichen sollen auch untereinander statt nebeneinander */
  .site-footer ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

    .twocols {
    flex-direction: column; /* stack them */
  }
  .offer_right {
    order: 1; /* comes first */
  }
  .offer_left {
    order: 2; /* comes below */
  }
  /* hide the image columns */
  .img_1,
  .img_2,
  .img_3 {
    display: none !important;
  }

  /* stack rows naturally */
  .row {
    display: block !important;
  }

  /* make wide columns take full width */
  .col.wide {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
  }
  #teaser, #offer, #contact {
    padding-left: 0;
    padding-right: 0;
  }

  #teaser .teaser_left, #offer .offer_right, #contact .contact_left{
    padding:0 !important;
  }


  #teaser .twocols .teaser_left, #offer .twocols .offer_right, #contact .twocols .contact_left {
    text-align: center;
  }

  #contact .twocols .contact_right{
    padding:1rem;
  }

  #teaser .twocols .teaser_left :is(h4,h5,p),
  #offer .twocols .offer_right :is(h4,h5,p),
  #contact .twocols .contact_left :is(h4,h5,p) {
    padding-left: 8px;
    padding-right: 8px;
  }

  #teaser .twocols .teaser_left {
    margin-bottom: 2rem;
  }

  #offer .offer_left {
    grid-template-columns: 1fr !important; /* force single column */
    padding: 1.5em;                        /* optional for mobile */
    text-align: center;
  }

  #offer .offer_left .check {
    justify-self: center;
    margin-bottom: 1em;
  }

  #offer .offer_left .check i {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  #contact_form {
    grid-template-columns: 1fr !important; /* stack all form-groups by default */
  }

  /* Full-width rows for all form-groups except checkbox */
  #contact_form .form-group:not(:has(input[type="checkbox"])) {
    width: 100%;
    margin-bottom: 1em; /* spacing between rows */
  }

  /* Make inputs, textarea, button full width */
  #contact_form input[type="text"],
  #contact_form input[type="email"],
  #contact_form input[type="tel"],
  #contact_form input[type="url"],
  #contact_form textarea,
  #contact_form button {
    width: 100%;
    box-sizing: border-box;
  }

  /* Optional: center the submit button */
  #contact_form button {
    justify-self: start; /* or center if you like */
  }

  .entry-content section{
    padding: 8px;
  }

  .entry-content #offer_page .wrapper{
    text-align: center;
  }

  #offer_page .offer_left {
    display: grid;
    grid-template-columns: 1fr; /* one column */
    gap: 20px;                  /* spacing between checks */
    padding: 1em;
  }

  /* Make each check stacked: icon above text */
  #offer_page .offer_left .check {
    display: flex;
    flex-direction: column;   /* stack icon + text vertically */
    align-items: center;      /* center horizontally */
    text-align: center;       /* center text */
    gap: 10px;                /* spacing between icon and text */
  }

  /* Optional: size the icon smaller for mobile */
  #offer_page .offer_left .check i {
    font-size: 2rem;  /* adjust as needed */
  }

  #offer_page .wrapper .twocols .offer_left .check div{
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
  
}

@media(max-width: 576px){
    .dropdown_menu{
        left: 2rem;
        width: unset;
    }

}

/*Main adjustments from me*/

/* ===== Section General Setup ===== */
section {
  min-height: 100vh;
  padding: 2rem;               /* Abstand außen */
  display: flex;
  justify-content: center;     /* Zentriert den Wrapper horizontal */
  align-items: center;         /* Optional: zentriert vertikal, je nach Bedarf */
  box-sizing: border-box;
}

section > .wrapper {
  width: 100%;
  max-width: 1200px;           /* maximale Breite */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

section > .wrapper > h1{
	text-align: center;
}

section > .wrapper > .fullwidth-top, .fullwidth-bot {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

section > .wrapper > .twocols {
  display: flex;
}

section > .wrapper > .twocols > div {
  flex: 1 1 0;
  padding: 1rem;
  box-sizing: border-box;
}

section > .wrapper > .twocols > .highlight {
  flex: 1;
  background-color: #984063;
  color: #fff;
  font-size: 2.4rem;
  text-align: right;
  padding: 2rem;
}

section > .wrapper > .twocols > .lowlight {
  flex: 1;
  font-size: 1.4rem;
  padding: 2rem;
}

/* ===== Teaser Section ===== */
#teaser {
	min-height: 90vh;
}

#teaser p {
padding-bottom: 1em;
font-size: 1.4em;
}

#teaser .teaser_left{
	text-align: right;
	padding: 2.8em;
}

#teaser .teaser_right{
	background-image: url('images/3.png');
	background-repeat: no-repeat; /* prevents tiling */
	background-size: cover;       /* scales image to cover the whole area */
	background-position: center;  /* keeps it centered */
	box-shadow: 0 11px 19px rgba(0, 0, 0, 0.2);
	min-height: 400px;
}

#offer p {
padding-bottom: 1em;
font-size: 1em;
font-weight: bold;
}

#offer .offer_left{
	text-align: right;
	padding: 2.8em;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* zwei Spalten */
	gap: 20px; /* Abstand zwischen den Boxen */
}

#offer .offer_left .check{
	text-align: center;
}

#offer .offer_left .check i{
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

#offer .offer_left .check p{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;

}

#offer .offer_right{
	text-align: left;
	padding: 2.8em;
}

#offer .offer_right p{
	padding-bottom: 1em;
	font-size: 1.4em;
}

#offer .offer_right .img_box{
    min-height: 400px;
    background-image: url('images/7.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 11px 19px rgba(0, 0, 0, 0.2);
	margin-bottom: 4em;
}

#offer .offer_right .img_box2{
    min-height: 400px;
    background-image: url('images/7.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 11px 19px rgba(0, 0, 0, 0.2);
}

#offer_page .wrapper {
	text-align: right;
}

#offer_page .check {
  display: flex;              /* places icon + text side by side */
  align-items: center;    /* align top edges (or use center if you prefer) */
  margin-bottom: 1.5rem;      /* spacing between items */
}

#offer_page .check > div:first-child {
  flex-shrink: 0;
  margin-right: 2.4em;
  margin-bottom: 1em;
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100px;                /* Tile-Größe */
  height: 100px;
  border-radius: 12px;        /* abgerundete Ecken (z. B. 50% für Kreis) */
  background: #fff;           /* Hintergrundfarbe des Tiles */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* weicher Schatten */
}

#offer_page .check i {
  font-size: 2.5rem;          /* make the icon bigger */
  color: #F64668;                /* optional: change icon color */
  line-height: 1;             /* ensures tight vertical alignment */
}

#offer_page .check > div:last-child {
  text-align: left;
  font-size: 1.2em;
}

#offer_page p{
font-size: 1em;
font-weight: bold;
margin: 0;
}

.circle {
  display: inline-flex;       /* keeps it centered */
  align-items: center;
  justify-content: center;
  width: 40px;                /* circle size */
  height: 40px;
  border-radius: 50%;         /* makes it a circle */
  background-color: #4caf50;  /* green background */
  color: white;               /* icon color */
  font-size: 20px;            /* icon size */
}

#contact p {
padding-bottom: 1em;
font-size: 1.4em;
}

#contact .contact_left{
	text-align: right;
	padding: 2.8em;
}

#contact .contact_right{
	text-align: left;
	padding: 2.8em;
	background-color: #F64668;
	border-radius: 18px;
}

#contact .action_btn{
	background-color: #2A394F;
    color: #FFF;
    padding: 0.6rem 1.5rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1rem !important; 
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#contact .action_btn:hover{
    transform: scale(1.05);
    color: #fff !important;
}

#contact a{
	color:#41436A;
	text-decoration: none;
}

#contact a:hover{
	color:#41436A;
	text-decoration: underline;
}

#about .grid-container {
  display: flex;
  flex-direction: column;
  gap: 20px; /* space between rows */
}

#about .row {
  display: grid;
  grid-template-columns: 2fr 1fr; /* default: first column wider */
  gap: 20px;
  text-align: right;
}

#about .row:nth-child(2) {
  grid-template-columns: 1fr 2fr; /* middle row flips */
  text-align: left;
}

#about .col {
  padding: 20px;
}

#about .row div{

}

#about p {
padding-bottom: 1em;
font-size: 1.4em;
}

#about .img_1{
	background-image: url('images/9.png');
	background-repeat: no-repeat; /* prevents tiling */
	background-size: cover;       /* scales image to cover the whole area */
	background-position: center;  /* keeps it centered */
	box-shadow: 0 11px 19px rgba(0, 0, 0, 0.2);
}

#about .img_2{
	background-image: url('images/11.png');
	background-repeat: no-repeat; /* prevents tiling */
	background-size: cover;       /* scales image to cover the whole area */
	background-position: center;  /* keeps it centered */
	box-shadow: 0 11px 19px rgba(0, 0, 0, 0.2);
}

#about .img_3{
	background-image: url('images/19.png');
	background-repeat: no-repeat; /* prevents tiling */
	background-size: cover;       /* scales image to cover the whole area */
	background-position: center;  /* keeps it centered */
	box-shadow: 0 11px 19px rgba(0, 0, 0, 0.2);
}

#impressum .left{
	text-align:right;
}
#impressum .right{
	text-align:left;
}

#impressum h4{
	padding-bottom:2em;
}

#agb {

}

#agb h3{
	font-size: 1.6rem;
}

#agb h4{
	padding-bottom:2em;
}

#agb h5{
	font-size: 1.2rem;
}

#agb h6{
	font-size: 1rem;
}



/*Scroll Indicator*/
.scroll-indicator {	
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-size: 32px;
	color:#984063;
	
	animation: bounce 1s infinite;
	opacity: 1;               /* visible by default */
	transition: opacity 0.4s ease; /* smooth fade */
}

.scroll-indicator.hidden {
	opacity: 0;               /* fades out */
	pointer-events: none;     /* prevents interaction when hidden */
}

@keyframes bounce {
	0%   { transform: translateX(-50%) translateY(0); }
	50%  { transform: translateX(-50%) translateY(10px); }
	100% { transform: translateX(-50%) translateY(0); }
}

#contact_form {
  display: grid;
  grid-template-columns: 1fr 1fr; /* zwei Spalten */
  gap: 20px; /* Abstand zwischen den Spalten */
}

.form-group {
  display: flex;
  flex-direction: column; /* Label über Input */
}

.form-group label {
  margin-bottom: 2px;
  font-size: 1em;
  font-weight: bold;
}

#contact_form input[type="text"], #contact_form input[type="email"], #contact_form input[type="tel"], #contact_form input[type="url"], #contact_form input[type="checkbox"], #contact_form textarea {
	border:0;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

#privacy {
	border:0;
	background:#FFF;
	margin:0 0 5px;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	accent-color: #41436A;
}

#contact_form textarea {
	height:200px;
	max-width:100%;
 	resize:none;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.form-message {
  position: relative;
  padding: 15px 40px 15px 15px; /* leave space for close button */
  margin-top: 15px;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(-5px);
  animation: fadeIn 0.4s ease forwards;
}

/* Success box */
.form-success {
  background-color: #d1fae5;
  border: 1px solid #10b981;
  color: #065f46;
}

/* Error box */
.form-error {
  background-color: #fee2e2;
  border: 1px solid #ef4444;
  color: #991b1b;
}

/* Close button */
.form-message .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-out {
  animation: fadeOut 0.4s ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}
/* ===== Highlight Area ===== */


.teaser-footer {
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  background-color: #f2f2f2;
  text-align: center;
  box-sizing: border-box;
}

.teaser-row {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.site-page{
	padding: 0rem;
	max-width: 1200px;
	margin: 0 auto;
}

/* Hide all page titles */
.page .entry-title {
    display: none;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate-page .fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-animate-page .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
*/
.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 {
	margin: 0;
}

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

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

.home-link{
	padding:0;
	margin:0;
	line-height: 0;
}