/*-----------header --------*/
div#site-header-inner.container {
		width: 100%;
    max-width: 100%;
}
header {
    margin-bottom: 10px;
}
/*title+breadscrumps*/
.page-header {
    display: none;
}

body, p, div {
font-family: "Roboto Serif", Sans-serif, Arial, Helvetica!important;
}

a {
		color:#bf3448;
}
a:hover {
		color:#bf3448;
		text-decoration:underline;
}

/*Schriftart*/
p, div, span, h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Serif", Sans-serif, Arial, Helvetica!important;
}

/*Überschriften*/
h2 {
		margin:10px 0 5px 0;
		color:#000!important;
		font-weight:normal!important;
}

h3 {
    border-bottom: 1px solid #ab2f40;
    font-size: 24px;
		font-weight:normal!important;
		color:#000!important;
}
h4 {
    margin: 15px 0 10px 0;
		font-size: 16px;
    border-left: 3px solid #999;
    padding-left: 10px;
		font-weight:500;
}
h5 {
		margin-bottom:5px;
		font-size: 16px;
}

/*HG Farben*/
.hg-grau {
background-color:#eee;
}

/*Button*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
}
.btn-secondary {
    color: #ab2f40;
    background-color: #fff;
    border-color: #ab2f40;
		padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}
.button:focus {
    background-color: #942738;
}
div.news4 button {
    background-color: #ab2f40!important;
}
/*Navigation Menü*/
/* Höhe des Hovers/Active HG Farbe im Hauptmenü */
#site-navigation-wrap .dropdown-menu>li>a {
    height: 80px;
}
/*damit der weiße Rahmen bei onfocus weggeht*/
a:focus,
a:active {
  outline: none!important;
  box-shadow: none;
}

#searchform-dropdown, #icon-searchform-dropdown {
    border: 3px solid #000;
}
nav#site-navigation a:hover {
		text-decoration:none;
}
/*mobiles Menü*/
.oceanwp-mobile-menu-icon.clr.mobile-right a {
		margin-right:5px;
		text-decoration:none;
}
#mobile-dropdown ul li.lang-item a {
		margin-left:35px;
}
#mobile-dropdown ul li.lang-item a img {
		border:1px solid #000;
}

/*Footer*/
footer div {	
	color:#000;
}
footer b {
  font-weight: 600;
}

footer p {
	margin:0;
}
footer ul {
margin-left:0;
}
footer li {
list-style:none;
}
#footer-bottom #copyright {
    line-height: 20px;
}

footer {
    margin-top: 20px;
}

/*Sprachumschalter*/
/* Fahnen im Sprachmenü vergrößern */

/* ==========================
   Eigene Flaggen für Polylang (Menu)
   ========================== */

/* Deutsch 🇩🇪 */
.lang-item-de img {
  content: url("/wp-content/uploads/2025/10/flagge-de.png");
  width: 32px !important;   /* gewünschte Größe */
  height: auto !important;
}

/* Englisch 🇬🇧 */
.lang-item-en img {
  content: url("/wp-content/uploads/2025/10/flagge-en.png");
  width: 32px !important;
  height: auto !important;
}
/* Optional: gleichmäßiger Abstand zwischen Flaggen */
.lang-item a {
  padding: 0 7px !important;
}



/*Formular*/
.elementor-element.elementor-element-b9b45cb.elementor-widget.elementor-widget-shortcode {
    width: 100%;
}
.container-formular {
  display: flex;
  gap: 1rem;              /* Abstand zwischen den Divs */
  flex-wrap: wrap;        /* Erlaubt das Umbrechen bei kleinen Viewports */
}

.container-formular > div {
  flex: 1 1 300px;        /* Breite: mind. 300px, darf wachsen/schrumpfen */
  padding:1rem;
  box-sizing: border-box;
}

.container-formular > textarea {
  flex: 1 1 100%;
  padding:1rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 150px;
}

/*FAQs*/
blockquote {
		font-style: normal;
    margin: 20px 40px 20px 0;
    border-left-color: #e5e5e5;
}

/* ---------------------------------------------------------- Abstände ------------------ */

.mt-0 {
margin-top: 0 !important;
}

.mt {
margin-top: 5px;
}

.mt-1 {
margin-top: 10px;
}

.mt-2 {
margin-top: 20px;
}

.mt-3 {
margin-top: 30px;
}

.mt-4 {
margin-top: 40px;
}
.mt-5 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-6 {
margin-top: 60px;
}
/*----------------*/

.mr-0 {
margin-right: 0px !important;
} 

.mr {
margin-right: 5px;
}

.mr-1 {
margin-right: 10px;
}

.mr-2 {
margin-right: 20px;
}

.mr-3 {
margin-right: 30px;
}

.mr-4 {
margin-right: 40px;
}

/*----------------*/

.mb-0 {
margin-bottom: 0 !important;
}

.mb {
margin-bottom: 5px;
}

.mb-1 {
margin-bottom: 10px;
}

.mb-2 {
margin-bottom: 20px;
}

.mb-3 {
margin-bottom: 30px;
}

.mb-4 {
margin-bottom: 40px;
}

 

/*----------------*/

.ml-0 {
margin-left: 0px !important;
}
.ml {
margin-left: 5px;
}

.ml-1 {
margin-left: 10px;
}

.ml-2 {
margin-left: 20px;
}

.ml-3 {
margin-left: 30px;
}

.ml-4 {
margin-left: 40px;
}

.ml-5 {
margin-left: 50px;
}

.ml-6 {
margin-left: 60px;
}

.ml-7 {
margin-left: 70px;
}

.ml-8 {
margin-left: 80px;
}
.ml-9 {
margin-left: 90px;
}

.ml-9-5 {
margin-left: 95px;
}

.ml-10 {
margin-left: 100px;
}

.ml-11 {
margin-left: 110px;
}

@media only screen and (max-width: 330px) {
.minimal-header.left-menu #site-logo, .transparent-header.left-menu #site-logo {
    padding-right: 0px;
}}