
h1 {
  display: none;
}


/* Das mittige Menü layouten  */

.nav-title {
  color_: #fff;
}

.nav-title:hover {
  color: #c1494e;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}

.menueigenescss {
	text-align: center;
	font-size: 30px;
  	line-height: 1.0em;
  	font-family_: RadioStars-Regular, Arial, Helvetica, sans-serif;
}

.mehrzeilenanbstand1 {
  	line-height: 2.1em;
}

.wenigerzeilenanbstand1 {
  	line-height: 1.1em;
}

/* Überschriften  */
.ueberschrift {
  	font-family_: RadioStars-Regular, Arial, Helvetica, sans-serif;
}


.geschaeftsfuehrung {
  background_: #dfdfdf;
  padding: 20px;
}

/* Widgetkit GRID bei Team, die Texte unterm Bild  */
.uk-scope pre {
  font_: 14px/1.5 Consolas,monaco,monospace;
  background_: #dfdfdf;
  font-family: "Ubuntu Condensed";
  font-size: 13pt !important;
  margin-top: -20px;
  border: 0px;
}

/* Widgetkit GRID bei Team, die Texte überm Bild  */
.uk-scope .uk-h4, .uk-scope h4 {
  font-size: 22px;
  line-height_: 1.4;
  font-family: "Ubuntu Condensed";
  color: #4d4d4d;
  font-weight: bold;
}

/* Widgetkit GRID bei Team. Linkfarbe  */
.uk-scope .uk-link, .uk-scope a {
  color: #4d4d4d;
}

/* Widgetkit GRID bei Team. Linkfarbe Hover  */
.uk-scope a:hover {
  color: #b9252b;
}



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








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

/* ODER NUR SO WIE HIER: */
/* Hgr hinter den Modulen (sozialstation-dornhan.de) */
/* Boxshadow bei "boxed Layout" und keine Hintergrundfarbe */
.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;
    background-color: #fcfcfc;
}


/* 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 rgba(21, 147, 169, 0.4);
    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);
}


/* ↓ 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_: 40px;
	margin-top_: -15px !important;
    box-shadow_: none !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_: 250px;
    background_: #71b6c3;
    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 | Position Submenu */
.megamenu-container, .megamenu-container .nav-submenu .nav-submenu {
    border-top_: 0px solid rgba(253, 126, 20, 0.4);
    margin-top_: 10px !important;
    margin-left_: 22px !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 ↑ */


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

/* WidgetKit Accordion | Bildunterschriften */
.uk-scope .uk-overlay {
  padding_: 15px 10px 0px 15px;
  font-size_: 18px;
  color_: #fff !important;
}

