
h1 {
  display: none;
}


/* Boxshadow weg UND keine Hintergrundfarbe UND Hgr-Anweisung für den Inhalt "unter" den Modulen */
.astroid-layout.astroid-layout-boxed .astroid-wrapper {
    max-width_: 1240px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0);
    background-color: transparent;
    background-image_: linear-gradient(45deg, rgba(248, 248, 248, 0.45), rgba(248, 248, 248, 1.0), rgba(248, 248, 248, 1.0), rgba(248, 248, 248, 1.0), rgba(248, 248, 248, 0.2));
}


/* Schrift Fließtext fett */
body.astroid-framework, .body.astroid-framework {
  font-weight: bold !important;
}



.startseite {
	font-weight_: bold;
    text-shadow_: 1px 1px 2px #000000;
}


.logoobenlinks {
	margin-top: 0px !important;
	margin-left: 10px !important;
    position: absolute;
    z-index: 999 !important;
}

.schriftartmontez {
	font-family: 'Montez';
	line-height: 1.5;
}


/* Hausicon Menü */
.fas {
  font-weight: 900;
  font-size: 17pt;
}



/* Systemoutput */
#inhalt {
    background-color: transparent !important;
    padding: 0px;
}


/* Komplette Navbar  */
.astroid-header-section {
	height: 55px;
	background-color: #dcdcdc;
    box-shadow_: 0px 5px 5px rgb(100, 100, 100) !important;
}


/* Hauptmenüpunkte hover | transition ist default */
.astroid-nav .nav-link:hover {
    transition: color 400ms, background-color 400ms; 
}

 /* Abstände Hauptmenüpunkte horizontal */
.astroid-nav > li > a {
	font-weight: bold !important;
    margin-left: 24px;
    margin-right: 24px;
    letter-spacing_:	0.8px;
    line-height: 1.3 !important;
}


/* Hauptmenüpunkte activ */
.astroid-nav .nav-link.active {
	font-weight: bold !important;
    color_: #fff;
    background_: #079239;
    font-size_: 14pt;
    padding-top_: 2px;
    margin-top: -2px;
    height: 65px;
    transition: color 2000ms, background-color 2000ms;
    border-top: 2px solid #8f4c38;
}


/* Hauptmenüpunkte hover | transition ist default */
.astroid-nav .nav-link:hover {
	font-weight: bold !important;
    color_: #12879a;
    background_: #71b6c3;
    font-size_: 14pt;
    padding-top_: 0px;
    margin-top: -2px;
    height_: 100px;
    transition: border 400ms color 400ms, background-color 400ms; 
    border-top: 2px solid #8f4c38;
}

/* SUBMENÜs */

/* Submenü normal > Breite und Position etc */
.astroid-nav .nav-submenu > li > a {
	border-top: 0px solid rgba(253, 126, 20, 0.4);
    margin-top: 15px !important;
    transition: all 0.3s ease-in-out;
    letter-spacing:	0.5px;
}

/* Submenü normal > Breite und Position etc */
.megamenu-container.nav-submenu-container {
	margin-top: 15px;
}

/* Submenü hover */
.astroid-nav .nav-submenu > li > a:hover {
    transition: all 0.3s ease-in-out;
  	padding-left: 25px;
}

/* Submenü aktiv */
.astroid-nav .nav-submenu > li a.active {
  color_: #b61c13;
}


/* Submenü Linie weg */
.megamenu-container, .megamenu-container .nav-submenu .nav-submenu {
    border-top: 0px solid rgba(253, 126, 20, 0.4);
}


/* Modul-TITEL-Überschriften */
/* Schriftart ist H3 > über Astroid festlegen */
.module-title {
	margin-top: 40px;
	font-weight: bold !important;
}

/* Horizontale Linie */
hr {
    margin-bottom_: -10px;
    border-top_: 1px solid #4d4d4d;
}

.adresse {
    line-height: 1.2;
}

.zeilenabstandkleiner {
    line-height: 1.3;
}

/* Mobile Menü */
.astroid-mobilemenu {
  width: 330px;
  font-size: 21pt;
}

/* Mobile Menü | Schrift fett */
.astroid-mobilemenu .astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item a {
  font-weight: bold;
  line-height: 1.2; 
}


/* Mobile Menü offcanvas Knopf */
.burger-menu-button .box {
  height: 45px;
}



.uk-scope .uk-accordion-title {
    padding: 5px 15px;
    background: #952b5f;
    color: #fff !important;
    font-size: 21px;
}


/* ↓ FLEXICONTACTPLUS ↓ */

/* Hintergrund */
div.fcp_wrapper {
    border: 0px solid #e8e8e8;
    background-color: transparent;
}


/* Absendenknopf */
.fcp_form button.fcp_btn_blue {
  background-color: #ad215f !important;
}

.fcp_form button.fcp_btn_blue:hover {
  background-color: #4d4d4d !important;
}


/* Feldnamen / Labels */
div.fcp_line label {
    font-size: 15px;
}


/* Texte IN den Feldern */
div.fcp_label {
	position_: absolute;
	padding: 7px 0px 3px 10px;
}

/* Texte die IM Anfragefel geschrieben werden */
div.fcp_line input {
    border: 1px solid #828282 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 0px 0px 0px 10px !important;
    color: #fff;
}

/* hover über Texte die IM Anfragefel geschrieben werden */
div.fcp_line input:hover {
	transition: all 0.3s ease-in-out;
    border: 1px solid #878787 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}


/* hover über dem Nachrichten-Eingabefeld */
div.fcp_line textarea {
    border: 1px solid #878787;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 7px 0px 3px 10px;
}

/* hover über dem Nachrichten-Eingabefeld */
div.fcp_line textarea:hover {
	transition: all 0.3s ease-in-out;
    border: 1px solid #878787;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/* Feldbeschriftung | Farbe, wenn geschrieben wird */
div.fcp_line label.fcp_focus {
    color: #636363 !important;
}

/* ↑ FLEXICONTACTPLUS ENDE ↑ */