@charset "utf-8";
/* CSS Document style_site_refer18.css */
@import url(//lachnit-software.de/content/fonts/OpenSans/OpenSans.css);

:root {
    /* CSS-18-verbessert 2023-02-06 */
    --freinet-bg-tabletitle: #579bae;
    --freinet-bg-tablecat: #579bae;
    --freinet-bg-tabledescription: rgba(87, 155, 174, 0.16);
    --freinet-bg-tableregister: rgba(87, 155, 174, 0.26);
    --freinet-a-color: #444;
    --freinet-a-color-hover: #666;
    --freinet-smartforms: #90BD38;
}

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: 0;
    box-shadow: 0px 0px 0px #444,
    -3px 3px 3px #444,
    3px -3px 3px #444,
    -3px -3px 3px #444;
    padding: 0;
    background-color: #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 */

.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: var(--freinet-bg-tablecat);
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 0 10px 0;
    background-color: transparent;
}

/** Hauptüberschrift der folgenden Zeilen */
.tabletitle {
    color: #fff;
    background-color: var(--freinet-bg-tabletitle);
    font-weight: bold;
}

.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: var(--freinet-bg-tableregister);
    font-weight: bold;
    padding: 8px 15px;
}

/** Beschreibungszeile (was folgt die kommenden Zeilen) */
.tabledescription,
.tabledescription td,
div.tabledescription {
    font-weight: normal;
    color: #000;
    background-color: var(--freinet-bg-tabledescription);
    padding: 8px 15px;
}

.breadcrumb_border {
    border: 0;
    background-color: var(--freinet-bg-tabledescription);
}

/** 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: var(--freinet-a-color-hover) !important;
}

/**
*  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: var(--freinet-a-color);
    text-decoration: none;
}

a:hover {
    color: var(--freinet-a-color-hover) !important;
    text-decoration: underline;
}

/**
*	Per CSS ausgeblendet
*/
#d_zeile_geburtstag,
.info_no_add_another,
.handy_internet_ready {
    display: none;
}

/* Ausblendungen ENDE */
/** Formulare */
input {
    border-color: #666666 #DDDDDD #DDDDDD #666666;
    border-style: solid;
    border-width: 1px;
    color: Black;
    font-family: Arial, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    visibility: visible;
}

textarea {
    border-color: #666666 #DDDDDD #DDDDDD #666666;
    border-style: solid;
    border-width: 1px;
    color: Black;
    font: 100% Monaco, "Courier New", Courier, monospace;
    width: 100%;
}

input[type="checkbox"] {
    border: 0;
    padding: 0;
    margin: 2px;
}

/* Printable Button */

.show_printable_button {
    text-align: right;
    margin-right: 30px;
}

.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 print {
    html *, .subelement, div {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 105.01%;
        text-align: left;
        vertical-align: top;
    }

    input[type=checkbox] {
        border: 1px solid #000;
    }

    label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100.01%;
    }
}

@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: var(--freinet-bg-tableregister) !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%
}

/*
*   Farben von Smartform
 */

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
    border-color: var(--freinet-smartforms);
}

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
    border-color: var(--freinet-smartforms);
}

.smart-forms input:hover + .checkbox, .smart-forms input:hover + .radio {
    border-color: var(--freinet-smartforms);
}

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
    border-color: var(--freinet-smartforms) !important;
}

.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i {
    color: var(--freinet-smartforms);
}

.smart-forms .select-multiple select:focus,
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint,
.smart-forms .file .gui-file:focus + .gui-input {
    border-color: var(--freinet-smartforms);
}

.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus {
    border: 1px solid var(--freinet-smartforms);
    -webkit-box-shadow: 0 0 3px var(--freinet-smartforms) inset;
    -moz-box-shadow: 0 0 3px var(--freinet-smartforms) inset;
    -o-box-shadow: 0 0 3px var(--freinet-smartforms) inset;
    box-shadow: 0 0 3px var(--freinet-smartforms) inset;
}

.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
    border-color: var(--freinet-smartforms);
}

.smart-forms .select > select:focus + .arrow {
    color: var(--freinet-smartforms);
}

.smart-forms .tagline span {
    color: var(--freinet-smartforms);
}

.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
    border: 3px solid var(--freinet-smartforms);
    border-top-color: var(--freinet-smartforms);
    border-right-color: var(--freinet-smartforms);
    border-bottom-color: var(--freinet-smartforms);
    border-left-color: var(--freinet-smartforms);
}

.smart-forms .checkbox:before {
    border-color: var(--freinet-smartforms) !important;
}

.smart-forms input:checked + .checkbox,
.smart-forms input:checked + .radio {
    border-color: var(--freinet-smartforms) !important;
}

.smart-forms .radio:before {
    background: var(--freinet-smartforms);
}

/* @radio + checkbox :hover state
-------------------------------------------------- */
.smart-forms input:hover + .checkbox,
.smart-forms input:hover + .radio {
    border-color: var(--freinet-smartforms);
}

.smart-forms input:focus + .checkbox,
.smart-forms input:focus + .radio {
    border-color: var(--freinet-smartforms);
}

.smart-forms input:focus + .radio:before {
    background: var(--freinet-smartforms);
}

.smart-forms input:focus + .checkbox:before {
    border-color: var(--freinet-smartforms);
}

.smart-forms .btn-primary {
    background-color: var(--freinet-smartforms);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    color: var(--freinet-smartforms);
}

.ui-datepicker .ui-datepicker-title {
    color: var(--freinet-smartforms);
}

/* responsive stuff */

@media screen and ( max-width: 800px ) {

}

@media screen and ( max-width: 760px ) {

}

@media screen and ( max-width: 480px ) {

}

/* Freinet Evaluation CSS // 2023-06-19 */
.survey_extern .smart-forms .full-width-section .full-width-container,
.survey_extern .full-width-container {
    min-width: auto;
}

.tabletitle.p_opt_infos,
#t_pers_daten,
#d_pers_daten,
#d_datenschutz {
    display: none;
}

.mt_checkboxes {
    height: auto !important;
}

.z_title {
    font-weight: bold;
}