@charset "utf-8";
/* CSS Document */

@import url(//lachnit-software.de/content/fonts/OpenSans/OpenSans.css);

html * {
    font-family: 'OpenSans', Georgia, "Times New Roman", Times, serif;
    font-size: 100.01%;
}

body {
    background-color: #6E6E70;
    background-repeat: repeat-y;
    color: #000;
    font-size: 0.9em;
}

p, div {
    line-height: 1.5;
}

#page_border, #fn_content {
    box-sizing: border-box;
    /*min-width: 380px;
    max-width: 80em;*/
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0px 0px 0px #444,
    -3px 3px 3px #444,
    3px -3px 3px #444,
    -3px -3px 3px #444;
    padding: 0;
    background-color: #fff;
}

#extern_formular_agentur_kopf {
    background: #fff;
}

/* OnePage Full-Width but Center Section Divider */
.full-width-section {
    padding: 20px 0 20px 0;
    width: 100%;
}

/* https://css-tricks.com/useful-nth-child-recipies */
.full-width-section:nth-child(odd) {
    background: rgba(37, 95, 111, 0.03);
}

.full-width-container {
    max-width: 80em;
    min-width: 380px;
    margin: 0 auto;
}

.full-width-section:empty,
.full-width-container:empty {
    display: none;
}

/* Ende OnePage Full-Width but Center Section Divider */

#extern_formular_disclaimer,
#submit_organisation_offer_entry,
#submit_organisation_orga_entry {
    background: #C5E7EB;
}

#extern_formular_footer {
    background: #6E0E38;
    color: #fff;
}

#extern_formular_footer a {
    color: #fff;
}

.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
    top: 0;
}

.agentur_kopf_titel_content .zeile_a {
    padding: 8px;
}

/** Haupttabellen */
.body_table {
    width: 100%;
    border-collapse: collapse;
}

.body_table td {
    margin: 1px;
    padding: 2px;
}

/** Zeile über Hauptüberschrift */
.tablecat {
    color: #333;
    font-size: 1.6em;
    font-weight: bold;
    padding: 10px 0 10px 0;
    background-color: transparent;
}

/** Hauptüberschrift der folgenden Zeilen */
.tabletitle {
    color: #fff;
    background-color: #579bae;
}

.agentur_kopf_titel_zeile {
    display: none;
}

.agentur_title {
    font-weight: bold;
}

.agentur_kopf_table td {
    padding: 15px;
}

#disclaimer_im_eingabefenster .assign_text {
    margin: 15px;
}

/** Zeile für das folgende "Register" an Fragen */
.tableregister td,
div.tableregister,
.thirdrow {
    text-align: left;
    background-color: rgba(87, 155, 174, 0.26);
    font-weight: bold;
    padding: 8px 15px;
}

/** Beschreibungszeile (was folgt die kommenden Zeilen) */
.tabledescription,
.tabledescription td,
div.tabledescription {
    font-weight: normal;
    color: #000;
    background-color: rgba(87, 155, 174, 0.16);
    padding: 8px 15px;
}

.breadcrumb_border {
    border: 0;
    background-color: rgba(87, 155, 174, 0.16);
}

/** Abwechselnde Zeilen mit den eigentlichen Formularen */
.zeile_a {
    background-color: transparent;
}

.zeile_b {
    background-color: #F9F9F9;
}

.zeile_toggle:nth-child(2n) {
    background: transparent;
}

/** Formularzeile (linke Spalte) */
.z_title {
    width: 25%;
}

.z_form {
    font-weight: normal;
}

.span_form_padding {
    margin-top: 10px;
    display: inline-block;
}


/** wenn mehrere Elemente in .z_form vorhanden sind */
.subelement {
    padding: 1px 0 2px 0;
}

#button_submit, #button_abbrechen {
    border: 1px solid #8CACBB;
    color: #000;
    cursor: pointer;
    text-transform: none;
}

#button_reset {
    border: 1px solid #8CACBB;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 5px 5px 5px 5px;
    text-transform: none;
}

#button_close_window {
    border: 1px solid #8CACBB;
    color: Black;
    cursor: pointer;
    font-size: 85%;
    padding: 5px 5px 5px 5px;
    text-transform: none;
}

#button_submit, #button_abbrechen,
#button_reset,
#button_close_window {
    width: auto;
    text-align: center;
}

/* &action=entry_finished */
.link_to_add_another,
#link_zum_ausdruck {
    padding: 10px;
}

.link_to_add_another a,
#link_zum_ausdruck a {
    display: block;
    text-align: center;
    margin: auto;
    width: 250px;
    border: 1px solid #619100;
    background-color: #81BE67;
    padding: 6px;
    color: #fff !important;
    border-radius: 4px;
}

.link_to_add_another a:hover,
#link_zum_ausdruck a:hover {
    text-decoration: none !important;
    background-color: #9ECC8A;
}

a:link {
    color: #333;
}

a:hover {
    color: #666;
}

/**
*  Formatierung von Formularfeldern
*/
input, select {
    width: 50%;
}

.input_plz {
    width: 10%;
    float: left;
}

.input_ort {
    margin-left: 1%;
    width: 38%;
}

.r_day {
    width: 40px;
}

.r_month {
    width: 40px;
}

.r_year {
    width: 40px;
}

.r_code {
    width: 44px;
}

input[name="anz_haupt"],
input[name="anz_regl_fr"],
input[name="anz_gel_fr"] {
    width: 40px;
}

input[type="checkbox"] {
    width: auto;
    margin: -2px 5px 1em 0;
    padding: 0;
}

input[type="radio"] {
    width: auto;
    margin: -2px 5px 0 0;
    padding: 0;
}

input[name="r_einr[vorname]"],
input[name="r_unternehmenspartner[vorname]"],
input[name="r_ang[vorname]"],
input[name="r_kon[vorname]"] {
    margin-bottom: 8px;
}


.select_gender {
    width: 20%;
}

.r_titel {
    width: 28%;
}

textarea {
    width: 50%;
}

#button_submit {
    width: auto;
}

#button_reset {
    width: auto;
}

#button_abbrechen {
    width: auto;
}

#button_reset {
    width: auto;
}

input[name="zahl_gesuchter"],
input[name="zahl_min_gesuchter"],
input[name="anzahl_projtag_teilnehmer"],
input[name="anzahl_teilnehmer"],
.width_50 {
    display: inline !important;
    width: 50px !important;
    text-align: center !important;
}

input[name="fwt_tab[anzahl_after_work_party]"],
input[name="fwt_tab[jugendliche_kinder_ab_n_jahren]"] {
    width: 40px;
}

/* Uhrzeit von - bis uhrzeit_von_bis */
input[name="r_ang[artumfang]"] {
    width: 120px;
}

a:link, a:visited, a:active {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

/**
*	Per CSS ausgeblendet
*/
/*#d_zeile_geburtstag,*/
.info_no_add_another,
.info_add_another,
.copy_adress_einr_to_offer,
#datensatz_avatar,
#offer_internet_private,
#offer_desc_private,
#z_einzelhooks_angebot .form_frage,
.p_opt_infos,
#t_pers_daten,
#d_pers_daten,
#t_vermprofil,
#z_homepage,
#freinet_logo,
#link_zum_ausdruck {
    display: none;
}

.class_stadtteile .helptext,
.corona_private #disclaimer_corona_institution,
.corona_private #disclaimer_schnellhilfe_institution,
.corona_private #t_title_w_info,
.corona_private #t_vermittlungsprofil,
.corona_private #d_vermittlungsprofil,
.corona_private #info_zur_einrichtung,
.corona_private .mt_kriterien_freitext,
.corona_private .bedingungen_block,
.corona_private #row_hook_form_checkboxset1,
.schnellhilfe_private #disclaimer_corona_institution,
.schnellhilfe_private #disclaimer_schnellhilfe_institution,
.schnellhilfe_private #t_title_w_info,
.schnellhilfe_private #t_vermittlungsprofil,
.schnellhilfe_private #d_vermittlungsprofil,
.schnellhilfe_private #info_zur_einrichtung,
.schnellhilfe_private .bedingungen_block,
#option_zu_geburtstag {
    display: none;
}

.corona_institution #disclaimer_corona_private,
.corona_institution #t_title_w_info,
.corona_institution #t_vermittlungsprofil,
.corona_institution #d_vermittlungsprofil,
.corona_institution #info_zur_einrichtung,
.corona_institution .bedingungen_block,
.corona_institution .mt_kriterien_freitext,
.corona_institution #row_hook_form_varchar100_2,
.corona_institution #row_hook_form_checkboxset1,
.schnellhilfe_institution #disclaimer_corona_private,
.schnellhilfe_institution #disclaimer_schnellhilfe_private,
.schnellhilfe_institution #t_title_w_info,
.schnellhilfe_institution #t_vermittlungsprofil,
.schnellhilfe_institution #d_vermittlungsprofil,
.schnellhilfe_institution #info_zur_einrichtung,
#info_zur_einrichtung,
.angebot_kontaktdaten_s2,
#zeile_ang_beschreibung,
.offer_beschreibung_desc,
#t_title_w_info,
#t_vermittlungsprofil,
#d_vermittlungsprofil,
#ehrenamttyp,
.bedingungen_block,
.schnellhilfe_institution .bedingungen_block,
.schnellhilfe_institution #row_hook_form_varchar100_2,
.schnellhilfe_institution #row_hook_form_checkboxset1 {
    display: none;
}


#d_zeile_geburtstag {
    display: none;
}

/* Ausblendungen ENDE *//* Titel der Auswahl "Diese Daten übernehmen" 2025-08-04 .compare_title zeug nach smart-forms verschoben */

/* Titel der Auswahl "Diese Daten übernehmen" 2025-08-04 .compare_title zeug nach smart-forms verschoben *//* Titel der Auswahl "Diese Daten übernehmen" 2025-08-04 .compare_title zeug nach smart-forms verschoben */

/**************
*	VIP_AREA <div id="page_border" class="vip_area">
*/
#tableb {
    text-align: center;
}

.vip_area input[type="submit"],
.vip_area input[type="reset"],
.vip_area input[type="cancel"] {
    display: inline-block;
    text-align: center;
    width: auto;
}

#info_mailadress,
.tablecat td,
div.tablecat {
    line-height: 1.9em;
    padding-bottom: 20px;
}

/*****
* Überschreiben einer jquery_tabs accessible tabs Dinge 
*/
.jquery_tabs ul.tabs-list li.current a, .jquery_tabs ul.tabs-list li.current a:focus, .jquery_tabs ul.tabs-list li.current a:hover, .jquery_tabs ul.tabs-list li.current a:active {
    background: linear-gradient(#DAF0AC, #fff) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

/*
*	Tabs Login & Register
*/

#spend_field_register,
#spend_field_login {
    padding: 15px;
    border: 0 solid #888;
    margin-top: -15px;
    border-top: 0;
}

#spend_field_register .tablecat,
#spend_field_login .tablecat {
    display: none;
}

.link_to_pw_forgotton {
    text-align: center;
    border: 1px solid #afd269 !important;
    background-color: #DAF0AC;
    text-decoration: none;
}

.link_to_pw_forgotton:hover {
    background-color: #DAF0AC;
}

/* Printable Button */
.show_printable_button {
    text-align: right;
}

.show_printable_button div {
    display: inline-block;
    padding: 8px;
    border: 1px solid #666;
}

.show_printable_button div a {
    text-decoration: none;
}

.fill_online div {
    display: block;
}

.fill_online a {
    font-size: 90%;
}

/* Anpassungen für Smartforms */
.tabletitle,
.tabletitle_error,
.tableregister,
.tabledescription,
.tablecat,
.tablecat td {
    padding: 10px;
}

@media all and ( max-width: 480px ) {
    #info_zur_agentur img {
        width: 120px !important;
    }

    #page_border, #fn_content {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 8px; /* s&r 0px */
        box-shadow: 0 0 0 #999, 0 0 0 #999;
    }
}

@media all and ( max-width: 800px ) {
    #page_border, #fn_content {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 8px; /* s&r 0px */
        box-shadow: none;
    }
}

.fn_framed {
    background-color: transparent;
}

.fn_framed #page_border {
    box-shadow: none;
    background-color: transparent;
}

.fn_framed .agentur_kopf_table {
    display: none;
}

/* HauptTextBereich der Seiten */
#vip_area_main_content {
    padding: 0 15px;
}

/* Farben von Accordion */
.js-accordion .js-accordion_control {
    background: url('/js/accordion/glass-arrow-down.png') no-repeat 98% 50% #003466;
    background-color: rgba(87, 155, 174, 0.26) !important;
    color: inherit !important;
    border-bottom: 1px solid #fff !important;
}

.js-accordion .js-accordion_control--active {
    background-color: rgba(87, 155, 174, 0.4) !important;
    border-color: #fff !important;
    color: #003466;
}

.js-accordion .js-accordion_control:hover,
.js-accordion .js-accordion_control:active,
.js-accordion .js-accordion_control:focus {
    /*background-color: #fff !important;*/
    background-color: rgba(87, 155, 174, 0.4) !important;
    color: #003466;
}

.js-accordion .js-accordion_panel {
    background: #fff !important;
    border-bottom: 3px solid #fff;
}

.protokoll_bubble {
    border: 1px solid rgba(87, 155, 174, 0.7);
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 55px;
    padding: 0 4px;
}

td.judul {
    width: 60%
}

.scrollable_div {
    height: auto !important;
}

@media print {
    .scrollable_div {
        height: auto !important;
    }
}

/* 2018-06-07 Colorscheme  DC_ DummyClass Search & Replace */
#DC_tabledesciption + borders {
    background-color: #afd269; /* afd269 */
}

#DC_tableregister + Tabgradient {
    background-color: #C4E77A; /* C4E77A */
}

#DC_tabledescription + Tabgradient {
    background-color: #DAF0AC; /* DAF0AC */
}

#DC_linkcolors {
    color: #a2b9f5; /* a2b9f5 */
}

/* // Colorscheme  DC_ DummyClass Search & Replace */

/* VIP Area Accessible Tabs */
.vip_area .jquery_tabs li.first {
    margin-left: 10px !important;
}

.vip_area .jquery_tabs ul.tabs-list li a {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.vip_area .jquery_tabs .tab_content {
    border: 1px solid transparent !important;
    border-top: 1px solid #DAF0AC !important;
}

.vip_area .jquery_tabs .tab_content:hover {
    border: 1px solid transparent !important;
    border-top: 1px solid #DAF0AC !important;
}