
h1 {
  display: none;
}

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


/* Das normale Logo das in Astroid beim Header platziert wird,
soll am Tablet hochkant rechtzeitig verschwinden ! */
@media (max-width: 991px) {
.astroid-logo .astroid-logo-default {
  display: none;
  }
}


/* Hinteres Hintergrund-Bild fixiert */
body {
  background-attachment: fixed;
  background-image: url("../../../images/Hgr_ganz_hinten_01.jpg");
}


/* 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 3px 8px rgba(0, 0, 20, 0.5);
    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));
}


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


/* Menüeinträge in der Navbar */
.nav {
  margin-top: -58px;
}


/* Logo das im Header / in der Navbar genutzt wird */
.astroid-logo .astroid-logo-default, .astroid-logo .astroid-logo-mobile, .astroid-logo .astroid-logo-sticky {
  max-width: 230px;
  max-height: 231px;
}



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


header {
  color_: rgb(77, 77, 77);
  margin-top_: -30px;
}


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


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


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


/* ↓ Layout, wenn Logo ganz oben ist und optisch ÜBER der Navbar stehen soll ↓ */
/* Das Logo steht auf Pos obenlinks und muss evtl weiter nach unten
> muß in Reihenfolge (z-index) ÜBER die Navbar stehen > astroid-header-section */
.logo {
    margin-top_: 82px;
    position_: absolute;
    z-index_: 999 !important;
}


/* MENU */

/* Komplette Navbar / header / z-index > eins weniger als .logo-modul */
.astroid-header-section {
	height: 80px;
	height_: 240px;
	background-image_: url("../../../images/Hgr_Navbar_230hoch.png"); no-repeat center center fixed;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45) !important;
	margin-top: -15px !important;
    background_: #72c6c7 !important;
    z-index_: 998 !important;
}

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

/* Hauptmenüpunkte activ */
.astroid-nav .nav-link.active {
    color_: #fff;
    background_: #71b6c3;
    font-size_: 14pt;
    padding-top_: 16px;
    margin-top_: -8px;
    height_: 80px;
    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_: -8px;
    height_: 80px;
    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_: 300px;
    background_: #71b6c3;
    margin-left_: 5px !important;
    transition_: all 0.3s ease-in-out;
}


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

/* Submenü aktiv */
.astroid-nav .nav-submenu > li a.active {
	width_: 300px;
  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);
    margin-top: 15px !important;
}

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

/* Astroid mobile Menü */
.burger-menu-button .box {
  margin-top: 20px;
}

/* 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_: #71c6c7;
    padding_: 5px 5px 5px 10px;
    margin-bottom_: -10px;
}


