/* Allg Hintergrund mit Bild im html | brauch ich aber nicht | Bild ist in Astroid platziert */
html {
    background-image_: url("../../../images/Hgr_ganz_hinten.jpg"); no-repeat center center fixed;
    background-size_: scale;
    background-color_: #283b47;
}


/* Hinteres Hintergrund-Bild fixiert */
body {
  background-attachment: fixed;
}


/* Systemoutput paddingwerte im Original sind 3% */
#inhalt {
    background-color: transparent;
    padding-top: 0%;
	padding-bottom: 0%;
}

/* Hgr hinter den Modulen (sozialstation-dornhan.de) */
/* Boxshadow bei "boxed Layout" und keine Hintergrundfarbe */
.astroid-layout.astroid-layout-boxed .astroid-wrapper {
	max-width_: 1240px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: transparent;
    background-image_: url("../../../images/Hgr_hinter_den_Modulen.jpg"); no-repeat center center fixed;
    background-size_: cover;
    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));
}


.astroid-section {
  background-image: url("../../../images/Hgr_ganz_hinten_Cmelik_neu.svg"); no-repeat;
  background-attachment: fixed;
}


/* Template Seitenbreite NUR BEI BOXED LAYOUT wirksam */
.container-sm, .container-md, .container-lg, .container-xl, .astroid-layout.astroid-layout-boxed .astroid-wrapper {
	max-width_: 1240px;
}

/* Template Inhalte innen | Mann könnte .container samt Anweisung auch eins weiter oben bei .container-sm dazunehmen */
.container {
    max-width_: 1200px;
}


/* Logo das im Header / in der Navbar genutzt wird */
.astroid-logo img {
    margin-top_: -4px;
}


/* Modul-TITEL-Überschriften */
/* Schriftart ist H3 > über Astroid festlegen */
.module-title {
    margin-bottom_: 20px;
    border-bottom: 1px solid #c57c47;
    padding-bottom_: 5px;
    font-size_: 16pt;
    text-transform_: uppercase;
    color_: #1593a9 !important;
}


/* Horizontale Linie */
hr {
    margin-bottom_: -10px;
    border-top_: 1px solid rgba(0, 0, 0, 0.2);
}

/* Modul ÜBER Navbar und weiter oben */
.sidebarmodul {
    margin-top: -85px !important;
}


/* MENU */

/* Komplette Navbar / header / z-index > NULL */
.astroid-header-section {
	background: url(/images/Hgr_Menue_heller_1500breit.jpg);
	height: 85px;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6) !important;
    z-index: 0 !important;
}

 /* Abstände Hauptmenüpunkte horizontal */
.astroid-nav > li > a {
	margin-top_: -37px !important;
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing_: 0.5px;
    line-height: 2.5 !important;
}

/* Hauptmenüpunkte activ */
.astroid-nav .nav-link.active {
    color_: #fff;
    background_: #71b6c3;
    font-size_: 14pt;
    padding-top_: 16px;
    margin-top: -4px;
    height: 85px;
    transition_: color 2000ms, background-color 2000ms;
}


/* Hauptmenüpunkte hover | transition ist default */
.astroid-nav .nav-link:hover {
    color_: #12879a;
    background_: #71b6c3;
    font-size_: 14pt;
    padding-top_: 16px;
    margin-top: -4px;
    height: 85px;
    transition_: color 400ms, background-color 400ms; 
}

/* Hauptmenüpunkte Subtitel */
.astroid-nav .nav-subtitle {
    margin-top_: -45px;
    text-align_: center;
}



/* SUBMENÜs */

/* Submenü normal > Breite und Position etc | Breite width in Joomla bei den HauptMenüpunkten eintragen */
.astroid-nav .nav-submenu > li > a {
	border-top_: 0px solid rgba(253, 126, 20, 0.4);
	color_: #fff;
	width_: 250px;
    background: url(/images/Hgr_Menue_heller.jpg);
    margin-left_: 5px !important;
    transition_: all 0.3s ease-in-out;
}


/* Submenü hover */
.astroid-nav .nav-submenu > li > a:hover {
	color_: #fff;
    background_: #71c6c7;
    transition: all 0.3s ease-in-out;
  	padding-left_: 25px;
}

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

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

/* ↓ Unklar ↓ */
/* Brauch das hier nochmal, damit auch beim Start-Untermenü das so kommt  */
.megamenu-container li.nav-item-submenu > a {
    border-top_: 0px solid rgba(253, 126, 20, 0.4);
	color_: #fff !important;
    background_: #71b6c3 !important;
}

/* ↓ Unklar ↓ */
/* Brauch das hier nochmal, damit auch beim Start-Untermenü das so kommt */
.megamenu-container li.nav-item-submenu > a:hover {
    color_: #fff !important;
    background_: #71c6c7 !important;
}



/* totop sroller | backtotop */
#astroid-backtotop {
    background_: #cccccc !important;
}


/* mobile Menü */
.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item .menu-indicator {
	border-left_: 2px solid #0094a9;
    font-size_: 16pt;
}



/* slideshow ck - Bildunterschriften */
.camera_caption > div {
	font-size_: 10pt;
    background_: rgba(0, 0, 0, 0.5);
    padding_: 6px 10px;
}

/* slideshow ck - Bildunterschriften */
.camera_caption {
    font-weight_: normal;
}

/* slideshow ck - Block der Bildunterschrift UNTER das Bild bringen */
.camera_caption {
transform: translateY(100%);
}

/* slideshow ck - Block der Bildunterschrift UNTER das Bild bringen */
.camera_target_content {
overflow: visible;
}

/* slideshow ck  */
/* mehr Abstand nach unten | margin war 0.5rem 0;  */
/* bekomme es in Astroid mit margin-bottom NICHT hin  */
.moduletable {
    margin_: 4.5rem 0;
    margin-bottom_: 1.5rem;
    padding_: 0.5rem 0;
    padding-bottom_: 0.5rem;
}


/* slideshow ck - Navigation Knöpfe unten mittig platzieren */
.camera_wrap .camera_pag .camera_pag_ul {
	margin-top_: 20px;
	text-align_: center;
}

/* slideshow ck - Navigation Knöpfe Abstände */
.camera_wrap .camera_pag .camera_pag_ul li {
    margin_: 30px 8px -20px 8px;
}


/* slideshow ck - Pfeil-Navigation im Bild */
.camera_prev, .camera_next, .camera_commands {
	background_: #7c7c7c !important;
}



/* ↓ 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 #878787 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    padding: 0px 0px 0px 10px !important;
}

/* 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: #1593a9 !important;
}

/* ↑ FLEXICONTACTPLUS ENDE ↑ */


/* off canvas mobile Menü */
.burger-menu-button .button {
  margin-top_:  20px;
}


/* WidgetKit Accordion */
.uk-scope .uk-accordion-title {
    font-size_: 18px;
    color: #fff !important;
    background: #e5a775;
    padding: 12px 10px 12px 10px;
    margin-bottom: -5px;
}

/* WidgetKit Accordion | Bildunterschrift */
.uk-scope .uk-overlay {
  padding: 15px 10px 0px 15px;
  font-size: 18px;
  color: #fff !important;
}




