
/* Allg Hintergrund mit Bild im html | brauch weil Astroid-Layout boxed ist| Bild ist NICHT in Astroid platziert */
html {
    background-image: url("../../../images/Hgr_neu.png"); no-repeat center center;
    background-attachment: fixed !important;
    background-size: cover;
    background-color_: red !important;
}



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


/* Systemoutput */
#inhalt {
    background-color: tranparent;
    background-color_: red;
    padding: 0px;
}


/* Das Logo ist über Astroid platziert ! Nicht als extra Modul !  */
.astroid-logo {
  margin-top: -90px !important;
}


/* Komplette Navbar */
.astroid-header-section {
	margin-top_: -97px !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45) !important;
    background-color: #d7d7d7;
    height: 80px;
    border-top: 0px solid #787878 !important;
    border-bottom: 0px solid #787878 !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 {
    margin-left: 3px;
    margin-right: 3px;
    line-height: 2.8 !important;
}


/* Hauptmenüpunkte activ */
.astroid-nav .nav-link.active {
	border-radius: 30px 0px 0px 0px;
    margin-top: -4px;
    height: 80px;
    transition: all 0.35s ease-in-out;
}


/* Hauptmenüpunkte hover | transition ist default */
.astroid-nav .nav-link:hover {
	border-radius: 30px 0px 0px 0px;
    margin-top: -4px;
    height: 80px;
    transition: all 0.35s ease-in-out;
}


.nav-item:hover {
  border-radius_: 30px 0px 0px 0px;
  transition_: all 0.35s ease-in-out;
  background-color_: #9b8cb3;
  color_: #fff !important;
}

/* 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: 5px !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: 5px;
}

/* Submenü hover | margin-right: 10px ist wegen der Anweisung: Submenü 3te Ebene Abstand horizontal von 2ter Ebene */
.astroid-nav .nav-submenu > li > a:hover {
    transition: all 0.3s ease-in-out;
  	padding-left: 25px;
  	margin-right: 10px;
}

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


/* Submenü 3te Ebene Abstand horizontal von 2ter Ebene */
.nav-submenu-container .nav-submenu > li {
  margin-right: -10px;
}


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


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

/* ↓ FLEXICONTACTPLUS ↓ */

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


/* Absendenknopf */
.fcp_form input.fcp_btn {
    background-color: red !important;
    font-size: 14pt !important;
    padding: 5px !important;
}

/* Absendenknopf */
.fcp_form input.fcp_btn:hover {
	background-color: green !important;
    font-size: 14pt !important;
    padding: 5px !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 ↑ */