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

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

html * {
    font-size: 100.01%;
    font-family: 'Raleway', sans-serif;
}

body {
    font-size: 100.01%;
    background-color: #fff;
    color: #000;
    line-height: 1.5;
}

#page_border, #fn_content {
    box-sizing: border-box;
    min-width: 320px; /* s&r 480 */
    max-width: 70em;
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 0px 0px #ddd,
    -7px 7px 7px #ddd,
    7px -7px 7px #ddd,
    -7px -7px 7px #ddd;
    position: relative;
}

.vip_area #page_border, #fn_content {
    max-width: 75em;
}

/* Kopfhintergrund, volle Breite */
#inner_header_one {
    display: block !important;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    height: 113px;
    background: #FCB900;
}

#inner_header_two {
    display: block !important;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 113px;
    left: 0;
    height: 113px;
    background: #566B21;
}


.agentur_sprechzeiten {
    display: none;
}

/* smart-forms otpimisation
.smart-forms .select > select {
    padding: 4px 10px;
}
.smart-forms .gui-input, .smart-forms .gui-textarea {
    padding: 5px;
}
*/

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

/** Zeile über Hauptüberschrift */
.tablecat {
    color: rgb(255, 140, 0);;
}

.tablecat td,
div.tablecat {
    font-size: 250%;
    font-weight: bold;
    padding: 30px 0 12px 8px;
    color: rgb(255, 140, 0);;
    background-color: #fff;
}

/** Hauptüberschrift der folgenden Zeilen */
.tabletitle {
    color: #fff;
    /* background-image: url(//freinet-online.de/images/cellpic_usercp.gif); */
    background-color: #566B21;
    font-weight: bold;
    letter-spacing: 1px;
}

/** Zeile für das folgende "Register" an Fragen */
.tableregister td,
div.tableregister,
.thirdrow {
    text-align: left;
    background-color: #EDEFE4;
    font-weight: bold;
}

/** Beschreibungszeile (was folgt die kommenden Zeilen) */
.tabledescription,
.tabledescription td,
div.tabledescription {
    font-weight: normal;
    color: #000;
    background-color: #EDEFE4;
}

.vip_main_menu .tabledescription {
    background-color: transparent;
}

/* Wenn breadcrump im Kopf der Seite erscheinen soll .vip_area .agentur_kopf_table { margin-top:50px; margin-bottom:40px; } */
.vip_area .agentur_sprechzeiten {
    display: none;
}

.vip_area .agentur_kopf_table {
    background: url("/query/files/1301/LeseWelten_Logo_KFA-Claim_400.png") no-repeat 10px 20px;
    background-size: 300px;
}

.vip_area .agentur_text {
    visibility: hidden;
}

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

.zeile_b {
    background-color: #fff;
}

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

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

.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,
#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 #dc0071;
    background-color: rgba(220, 0, 113, 0.07);
    padding: 6px;
    color: #333333 !important;
    border-radius: 4px;
}

.link_to_add_another a:hover,
#link_zum_ausdruck a:hover {
    text-decoration: none !important;
    background-color: rgba(220, 0, 113, 0.07);
    opacity: .8;
}

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

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

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

textarea {
    width: 50%;
}

#button_submit {
    width: auto;
}

#button_reset {
    width: auto;
}

#button_abbrechen {
    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;
}

/* AgenturKopf */
.agentur_kopf_titel_zeile {
    display: none;
}

#info_zur_agentur .body_table,
.agentur_kopf_titel_content .zeile_a {
    border: 0 !important;
}

.agentur_title {
    font-weight: bold;
}

/**
*	Per CSS ausgeblendet
*/
/*#d_zeile_geburtstag,*/
.info_no_add_another,
#option_zu_geburtstag,
#segment_mobilitaet,
#t_vermprofil,
#d_vermprofil,
.register_extern #t_pers_daten,
.register_extern #d_pers_daten,
.register_extern #mtffa1,
.register_extern #mtffa2,
.register_extern #zeitrahmen,
.register_extern #t_eigene_zeile_zeitlicher_rahmen,
.register_extern #row_hook_form_textarea1,
.register_extern #lst32_11661,
.register_extern #protokoll_felder,
#z_bef_engagement,
#z_bef_von_bis,
#z_zeittabelle,
.info_add_another,
.copy_adress_einr_to_offer,
.gebot_helptext,
.angebot_kontaktdaten_s2,
#t_title_w_info,
#t_vermittlungsprofil,
#d_vermittlungsprofil,
#z_fuehrzgn,
.z_fax,
#zahl_gesuchter,
#block_is_contactable,
#t_stat_desc,
#d_stat_desc,
#t_mob_zeit,
#d_mob_zeit,
#z_homepage {
    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 */

/**************
*	VIP_AREA <div id="page_border" class="vip_area">
*/

.breadcrumb_border {
    border: 0;
    background-color: rgb(146, 198, 208);
    /*position: absolute;
    top: -10px;
    left: 0;*/
    width: 100%;
}

.breadcrumb_border, .breadcrumb_border a {
    color: #fff;
}

#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(rgba(220, 0, 113, 0.07), #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 #dc0071 !important;
    background-color: rgba(220, 0, 113, 0.07);
    text-decoration: none;
}

.link_to_pw_forgotton:hover {
    background-color: rgba(220, 0, 113, 0.07);
}

/* 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 {
    padding: 6px 10px;
}

@media all and ( max-width: 590px ) {
    .vip_area .agentur_kopf_table tr td:nth-child(2) {
        display: none;
    }
}

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

    .vip_area .agentur_kopf_table {
        background: url("/query/files/1301/LeseWelten_Logo_KFA-Claim_400.png") no-repeat 5px 10px;
        background-size: 250px;
    }

    .vip_area .agentur_kopf_table tr td:nth-child(2) {
        display: none;
    }

    #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;
    }
}

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

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

#DC_tableregister + Tabgradient {
    background-color: rgba(220, 0, 113, 0.1); /* C4E77A */
}

#DC_tabledescription + Tabgradient {
    background-color: rgba(220, 0, 113, 0.07); /* 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 rgba(220, 0, 113, 0.07) !important;
}

.vip_area .jquery_tabs .tab_content:hover {
    border: 1px solid transparent !important;
    border-top: 1px solid rgba(220, 0, 113, 0.07) !important;
}

#agentur_mitarbeiter_header_link #js_show_admin_options {
    color: #fff;
}

/*
* VIP Angebote API
 */
h3.titel {
    margin: 0;
    padding: 4px 4px 4px 0;
}

.einrichtung_titel {
    font-style: italic;
    margin-bottom: 4px;
}

.kopf_content_typ_1 {
    margin: 5px 0 10px 0;
}

/* erster Versuch, die Startseite als Kacheln darzustellen more responsiveness needed */
.vip_main_menu {
    cursor: pointer;
    /* max-width: 48%;
    float: left;
    min-height: 160px; */
    border: 1px solid #dedede;
    margin: 18px 0 !important;
    padding: 6px;
    box-shadow: 0px 3px 6px 1px rgba(144, 144, 144, 0.2);
    transition: ease all .3s;
}

.vip_main_menu:hover {
    box-shadow: 0 6px 6px -2px #ccc;
    transition: ease all .3s;
}

@media all and ( max-width: 850px ) {
    .vip_main_menu {
        max-width: 100%;
        float: none;
        border: 0;
        margin: 8px !important;
        padding: 6px;
        min-height: auto;
        box-shadow: none;
    }
}

.flexbox_container .kopf_content_typ_1 {
    box-shadow: 0px 3px 6px 1px rgba(144, 144, 144, 0.2);
}

.flexbox_container .titel,
.flexbox_container .einrichtung_titel {
    padding: 2px 10px !important;
}

.hamburger_nav li a {
    color: #000 !important;
}

.hamburger_nav li a.title {
    color: #fff !important;
}

.hamburger_nav .title {
    font-size: 18px;
}

.termin_basics {
    display: none;
}

.breite_teilnehmer {
    display: none;
}

/*
Angebot Listenansicht
 */
.listenansicht, .gridansicht, .kartenansicht {
    margin: 30px 0 35px 0;
    font-weight: bold;
}

/*
Angebot DetailAnsicht
 */
#kurz_infos {
    font-size: 130%;
    font-weight: bold;
    color: #DC0071;
    margin-bottom: 15px;
}

/* links */
.ym-g66 .content_padding {
    padding: 0 25px 0 0;
}

/* rechts */
.ym-g33 .content_padding {
    padding: 0 0 0 25px;
}

#angebot_api_detailview .left_border {
    border-left: 1px solid #ccc;
}

@media screen and ( max-width: 760px ) {
    #angebot_api_detailview .left_border {
        border-left: 0;
    }

    /* rechts */
    .ym-g33 .content_padding {
        padding: 0;
    }

    .ym-g66 .content_padding {
        padding: 0;
    }
}

#angebot_api_detailview .block_content,
#angebot_api_detailview .block_content {
    padding: 0;
}

/* Durchführungen */
.st_termin_block {
    margin: 12px 0;
}

.st_termin_block .datum {
    margin: 4px 0;
    color: #02529A;
    font-size: 115%;
    font-weight: bold;
}

.st_termin_block .beschreibung {
    margin: 4px 0;
}

.st_termin_block .treffpunkt {
    margin: 4px 0;
}

#block_angebot_titel_h3 {
    margin: 30px 0 15px 0;
    font-size: 140%;
    color: #DC0071;
}

.block_content {
    margin-bottom: 15px;
}

#ang_map {
    width: 100% !important;
}

#angebot_api_detailview .vip_user_offer_status_bar {
    margin: 5px 0;
    padding: 4px;
    text-align: center;
    font-size: 90%;
    background-color: #DC0071;
    color: #fff;
}

#angebot_api_detailview .vip_user_offer_status_bar a {
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    padding: 8px 15px;
}

/* .button_empfehlung { display:none !important; } */
.button_anmeldung {
    display: none !important;
}

#info_zur_einrichtung,
.hook_tabledescription {
    display: none;
}

.main_link_icon_container {
    width: 95px !important;
    height: 95px !important;
    background: transparent;
    padding: 0 !important;
}

.main_link_icon_container i {
    display: none !important;
}

.description {
    margin-top: 12px;
}

@media (max-width: 800px) {
    .description {
        text-align: center;
        margin-top: 0px;
    }
}

.bgc_agentur {
    background-color: transparent !important;
    background-image: url("/query/files/1301/KontaktLesewelten.png") !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 2px -5px;
}

.bgc_veranstaltung {
    background-color: transparent !important;
    background-image: url("/query/files/1301/Veranstaltungen.png") !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 2px -5px;
}

.bgc_matching {
    background-color: transparent !important;
    background-image: url("/query/files/1301/Vorlesestellen.png") !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 2px -5px;
}

.bgc_angebot {
    background-color: transparent !important;
    background-image: url("/query/files/1301/Aktuelle_Vorlesestellen.png") !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 2px -5px;
}

.bgc_usercp {
    background-color: transparent !important;
    background-image: url("/query/files/1301/Profil_bearbeiten.png") !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 2px -5px;
}

.bgc_personen {
    background-color: transparent !important;
    background-image: url("/query/files/1301/Scout.png") !important;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: 2px -5px;
}

.say_no, .say_not_possible {
    color: #000 !important;
}