@charset "utf-8";
/**
* "Yet Another Multicolumn Layout" - YAML CSS Framework
*
* YAML form theme: "gray-theme"
*
* @copyright			 Copyright 2005-2012, Dirk Jesse
* @license				 CC-BY 2.0 (//creativecommons.org/licenses/by/2.0/),
*                       YAML-CDL (//www.yaml.de/license.html)
* @link                 http://www.yaml.de
* @package				 yaml
* @version              v4.0.1
* @revision             $Revision: 729 $
* @lastmodified         $Date: 2012-03-03 13:20:39 +0100 (Sa, 03 Mrz 2012) $
*/

html, body {
    margin:0;
    padding:0;
}
body {
    height:100%;
}

#fn_content {
    padding-bottom: 25px;
}
.kopf_content_typ_1 .block3 .block_content {
    padding: 0 !important;
}
/* Block Content Resets 2018-09-28 */
.block1 .block_content p,
.block1 .block_content p:first-child,
.block1 .block_content div:first-child {
    margin: 0px;
}

/* Avatar in der Übersicht */
.avatar_span {
    float: left;
    padding: 0 10px 0 0;
    position:relative;
}
/* Avatar in der Detailansicht */
.block_content .avatar_link {
    float: left;
    padding: 0 12px 0 0;
    position: relative;
}
/* Icon über Avatar */
.zoomIcon {
    background: transparent url("//freinet-online.de/query/files/zoomIn.png") no-repeat scroll 0px 0px !important;
    top: 8px;
    left: 2px;
    position: absolute;
    z-index: 50;
    width: 16px;
    height: 16px;
    opacity:.5;
}
.avatar_link:hover .zoomIcon {
    opacity: 1;
}
.dummy_avatar + .zoomIcon,
.print_page .zoomIcon {
    visibility: hidden;
}

#fn_iframe .cc-window {
    background-color:#009A95 !important;
    color: #fff !important;
}
.cc-btn, .cc-revoke {
    background-color:#00bfba !important;
    color: #0a2b1d !important;
}

.clear {
    clear: both;
}
.map_link {
    float: right;
    margin: 5px 0 5px 5px;
}
.f_und {
    display: block;
    padding: 7px 0 7px;
}
.kein_passende_angebot_gefunden {
    margin: 15px 0 15px 0;
    padding: 4px;

}
div#freinet_link {
    margin:20px 0 15px 0;
}
.capture_field {
    vertical-align: middle;
    margin: -2px 5px 0 0 !important;
    border: 1px solid #444;
    padding: 0.5em 0.4em !important;

    background: #efefef url("//freinet-online.de/images1/capture_bg.gif") repeat fixed top left;
    text-shadow: #c0c0c0 2px 2px 3px;
}

/* Anmeldebutton (darmstaedter Model) */
.anmelde_button {
    border-radius: 0;
    color: #fff;
    margin: 8px 8px 8px 10px;
    display:inline-table;
}
.anmelde_button a {
    color: #666;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #efefef;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
}
.anmelde_button:hover a {
    background-color: #E8E8E8;
    color: #fff;
}
.anmelde_button a:hover {
    color: #fff;
}
.anz_freie_plaetze {
    text-align: right;
    padding: 4px 0 4px 8px;
    vertical-align: bottom;
}
.freie_plaetze {
    font-size: 11px;
    margin-left: 10px;
}

@media screen and (min-width: 0px) {

    /**
    * @section general width settings for formular elements in modern browsers
    *          switching to CSS3 box modell "border-box" for perfect flexible forms
    *
    * Styling for: <labels>, <input>, <textarea> and <select>
    *
    */
    input, select, textarea {
        border: 1px solid #AAAAAA;
    }

    .ym-form input,
    .ym-form textarea,
    .ym-form select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 40%;
    }

    .ym-form textarea {
        width: 100%;
    }

    .ym-columnar label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ym-columnar .ym-fbox-select select,
    .ym-columnar .ym-fbox-text input,
    .ym-columnar .ym-fbox-text textarea {
        width: 70%;
    }

    .ym-full .ym-fbox-select select,
    .ym-full .ym-fbox-text input,
    .ym-full .ym-fbox-text textarea {
        width: 100%;
    }

    .ym-form input[type="checkbox"],
    .ym-form input[type="radio"] {
        width: auto;
    }

}

@media screen, projection {

    /**
    * @section general form styling
    *
    * Styling for: <form>, <fieldset>, <legend>, <label> and rows (class="ym-fbox-[xxx]")
    *
    */
    .ym-form {
        border:2px solid transparent;
        /*
        background:#f4f4f4;
        border:2px #fff solid;
        margin: 1.5em 0 0 0;
        padding: 0;
        -webkit-box-shadow: 0 0 4px #ddd;
        -moz-box-shadow: 0 0 4px #ddd;
        box-shadow: 0 0 4px #ddd;
        */
    }

    ::-webkit-input-placeholder {
        color: #666;
    }

    ::-moz-placeholder {
        color: #666;
    }

    /* firefox 19+ */
    :-ms-input-placeholder {
        color: #666;
    }

    /* ie */
    input:-moz-placeholder {
        color: #666;
    }

    .ym-form fieldset {
        position: static;
        /* background: transparent; */
        margin: 0.75em 0 0.75em 0;
        padding: 0 0.5em;
    }

    .ym-form legend {
        background: transparent;
        color: #000;
        font-size: 1.2em;
        line-height: 1.25em;
        font-weight: bold;
        padding: 0 0.5em;
    }

    .ym-form label {
        /*color:#666;*/
        line-height: 1.5em;
    }

    .ym-label {
        /*color:#666;*/
        padding-top: 0.25em;
    }

    /* freinet addon */
    .ym-gl .ym-gbox label {
        /*color:#666;*/
        position: relative;
        vertical-align: middle;
        /* padding-top: 1.5em; 2022-11-18 */
    }

    .ym-form .ym-form div.ym-fbox-check:focus + label {
        /*color:#000;*/
    }

    /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente */
    .ym-form div.ym-fbox-text,
    .ym-form div.ym-fbox-select,
    .ym-form div.ym-fbox-check,
    .ym-form div.ym-fbox-button {
    /* padding: 0.3em 1em; 2022-11-18 */
    padding: 0 1em;
    /* margin-bottom: 0.5em; 2022-11-18 */
    margin-bottom: 1em;
}

.ym-form div.ym-fbox-button {
    background: #ececec;
    border-top: 1px #e0e0e0 solid;
    padding: 0 1em 1.5em 1em;
    margin: 0;
}

.ym-form .ym-gbox {
    padding: 0 0.5em;
    margin-right: 0;
}

.ym-form h6 {
    color: #000;
    margin: 1em 0 0 1em;
}

/**
* @section styling form elements
*
* Styling for: Input, Textarea, Select ...
*
*/
    /* styling standard form elements with 'almost' equal flexible width */
    /* Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite */
    .ym-form .ym-fbox-text input,
    .ym-form .ym-fbox-text textarea {
        line-height: 1em;
        padding: 0.5em 0.4em;
        margin-top: -2px;
    }

    .ym-form .ym-fbox-select select {
        line-height: 1em;
        padding: 0.4em 2px 0.4em 4px;
        margin-top: -3px;
    }

    /* proportional fonts for all form elements */
    .ym-form input,
    .ym-form textarea,
    .ym-form select,
    .ym-form optgroup {
        font-family: inherit;
        font-size: inherit;
        /* -moz-box-shadow: inset 0 0 4px #eee; // 2021-10-31 */
        /* box-shadow: inset 0 0 4px #eee; */
    }

    .ym-form optgroup {
        font-style: normal;
        font-weight: bold;
    }

    .ym-form .ym-fbox-text input,
    .ym-form .ym-fbox-text textarea,
    .ym-form .ym-fbox-select select {
        border: 1px solid #ddd;
    }

    /* General form styling	| Allgemeine Formatierung des Formulars */
    .ym-form .ym-message {
        color: #666;
        margin-bottom: 0.5em;
    }

    /* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben */
    .ym-form .ym-required {
        color: #800;
        font-weight: bold;
    }

    /* form validation highlight colors */
    .ym-form input:valid,
    .ym-form textarea:valid {
        background-color: #fff;
    }

    .ym-form input:invalid,
    .ym-form textarea:invalid {
        background-color: #fdd;
    }

    /**
    * @section error messages
    *
    */
    .ym-form .ym-error label {
        color: #800;
        font-weight: normal;
    }

    .ym-form .ym-error input,
    .ym-form .ym-error select,
    .ym-form .ym-error textarea {
        border: 1px #800 solid;
    }

    .ym-form .ym-error input:hover,
    .ym-form .ym-error input:focus,
    .ym-form .ym-error select:hover,
    .ym-form .ym-error select:focus,
    .ym-form .ym-error textarea:hover,
    .ym-form .ym-error textarea:focus {
        border: 1px #800 solid !important;
    }

    .ym-form .ym-error .ym-message {
        color: #800;
        font-weight: bold;
        margin-top: 0;
    }

    /* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus */
    .ym-form div.ym-fbox-text input:focus,
    .ym-form div select:focus,
    .ym-form div textarea:focus,
    .ym-form div.ym-fbox-text input:hover,
    .ym-form div select:hover,
    .ym-form div textarea:hover,
    .ym-form div.ym-fbox-text input:active,
    .ym-form div select:active,
    .ym-form div textarea:active {
        border: 1px #888 solid;
        background: #fff;
    }

    /**
    * @section Buttons
    *
    * inspired from: Catalin Rosu (//red-team-design.com/just-another-awesome-css3-buttons/)
    *							   http://red-team-design.com/css3-patterned-buttons/
    */
    .ym-button,
    .ym-form button,
    .ym-form input[type="button"],
    .ym-form input[type="reset"],
    .ym-form input[type="submit"] {
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        /*background-image: linear-gradient(top, #eee, #ccc); */
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc'); */
        border: 0px solid #777;
        border-radius: .2em;
        /* box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .15); */
        color: #333;/* !important;*/
        cursor: pointer;
        font-weight: normal;
        margin: 1.5em 0.75em 0 0;
        padding: .4em; /* 2017-02-16 von .1 zu .4 */
        overflow: visible; /* removes extra side spacing in IE */
        text-decoration: none !important;
        text-shadow: none;
    }

    /* 2016-11-22 von .1em siehe sent.php*/
    .ym-form button {
        padding: .7em 1.5em;
    }

    .ym-form .ym-gbox button,
    .ym-form .ym-gbox input[type="button"],
    .ym-form .ym-gbox input[type="reset"],
    .ym-form .ym-gbox input[type="submit"] {
        margin-top: 0;
        margin-left: 6px;
    }

    .ym-form button:hover,
    .ym-form input[type="button"]:hover,
    .ym-form input[type="reset"]:hover,
    .ym-form input[type="submit"]:hover,
    .ym-button:hover {
        background-color: #ddd;
        background-image: linear-gradient(top, #fafafa, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
    }

    .ym-form button:active,
    .ym-form input[type="button"]:active,
    .ym-form input[type="reset"]:active,
    .ym-form input[type="submit"]:active,
    .ym-button:active {
        background-color: #bbb;
        background-image: linear-gradient(top, #ccc, #bbb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
        box-shadow: 2px 2px 3px rgba(0, 0, 0, .2) inset;
        position: relative;
        top: 1px;
    }

    .ym-form button:focus,
    .ym-form input[type="button"]:focus,
    .ym-form input[type="reset"]:focus,
    .ym-form input[type="submit"]:focus,
    .ym-button:focus {
        background: #fafafa;
    }

    /* pseudo elements don't work on input */
    .ym-form button:before,
    .ym-button:before {
        background: #ccc;
        background: rgba(0, 0, 0, .1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        box-shadow: 0px 0 0 rgba(0, 0, 0, .5), 1px 0 0 rgba(255, 255, 255, .8);
        border-radius: .15em 0 0 .15em;
        pointer-events: none;
    }



    /* // 2021-07-07 */
    .SelectCheckBoxes {   }
    .SelectCheckBoxes:hover { border-color: #ddd; }
    .SelectCheckBoxesTitel { padding: 0.4em 2px 0.4em 6px; cursor:pointer; border: 1px solid #ddd; display:block; background-color:#fff; }
    .SelectCheckBoxesTitel i { float:right; padding:3px 6px 0 0; }
    .SelectCheckBoxesHidden { padding:5px; background-color:#F9F9F9; opacity: .8; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
    .SelectCheckBoxesHidden .block { display:block; }
    .SelectCheckBoxesHidden .ym-gbox label { padding-top:.4em;}
    .SelectCheckBoxesBubble { float:right; padding:0 5px 0 0; }
    .SelectCheckBoxesBubble:empty { display:none; }
    .ym-form button.SelectCheckBoxesTitel::before, .ym-button.SelectCheckBoxesTitel::before {
        background:none;
        background:none;
        float: left;
        width: 1em;
        text-align: center;
        font-size: inherit;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius:0;
        pointer-events: none;
    }
    .ym-form button.SelectCheckBoxesTitel, .ym-form .SelectCheckBoxesTitel input[type="button"] {
        display: block;
        white-space: nowrap;
        background-color: #fff;
        background-image: none;
        filter: none;
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        color: inherit !important;
        cursor: pointer;
        font-weight: normal;
        margin: 0;
        margin-top: 0;
        margin-left: 0 !important;
        padding: 0.4em 2px 0.4em 6px;
        overflow: visible;
        text-decoration: none !important;
        text-shadow: none;
        width:100%;
        text-align:left;
    }
    .ym-form button.SelectCheckBoxesTitel:hover,
    .ym-form input[type="button"]:hover {
        border: 1px #888 solid;
        background: #fff;
        background-image: none;
        filter: none;
    }

    .ym-form button.SelectCheckBoxesTitel:active {
        top:0;
    }

    .ym-add:before {
        content: "\271A";
    }

    .ym-delete:before {
        content: "\2718";
    }

    .ym-edit:before {
        content: "\270E";
    }

    .ym-email:before {
        content: "\2709";
    }

    .ym-like:before {
        content: "\2764";
    }

    .ym-next:before {
        content: "\279C";
    }

    .ym-play:before {
        content: "\25B6";
    }

    .ym-save:before {
        content: "\2714";
    }

    .ym-spark:before {
        content: "\2737";
    }

    .ym-star:before {
        content: "\2605";
    }

    /* Button color scheme: success */
    .ym-button.ym-success,
    .ym-form button.ym-success,
    .ym-form input[type="button"].ym-success,
    .ym-form input[type="reset"].ym-success,
    .ym-form input[type="submit"].ym-success {
        -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
        background: linear-gradient("to bottom", #579BAE, #3E879B);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF579BAE', endColorstr='#FF3E879B');
        border: 1px solid #fff;
        color: #fff !important;
        text-shadow: 0 !important;
        border-radius: 0;
    }

    .ym-button.ym-success:hover,
    .ym-form button.ym-success:hover,
    .ym-form input[type="button"].ym-success:hover,
    .ym-form input[type="reset"].ym-success:hover,
    .ym-form input[type="submit"].ym-success:hover {
        opacity: .9;
    }

    .ym-button.ym-success:active,
    .ym-form button.ym-success:active,
    .ym-form input[type="button"].ym-success:active,
    .ym-form input[type="reset"].ym-success:active,
    .ym-form input[type="submit"].ym-success:active {
        -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
        background: linear-gradient("to bottom", #66aa66, #448844);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FF66AA66', endColorstr='#FF448844');
    }

    .ym-button.ym-success:focus,
    .ym-form button.ym-success:focus,
    .ym-form input[type="button"].ym-success:focus,
    .ym-form input[type="reset"].ym-success:focus,
    .ym-form input[type="submit"].ym-success:focus {
        outline: 0;
        background: #6c6;
    }

    /* removes extra inner spacing in Firefox */
    .ym-form button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    /* If line-height can't be modified, then fix Firefox spacing with padding */
    .ym-form input[type=button]::-moz-focus-inner,
    .ym-form input[type=reset]::-moz-focus-inner,
    .ym-form input[type=submit]::-moz-focus-inner {
        padding: .4em;
    }

    /* The disabled styles */
    .ym-form button[disabled],
    .ym-form button[disabled]:hover,
    .ym-form input[type=button][disabled],
    .ym-form input[type=button][disabled]:hover,
    .ym-form input[type=reset][disabled],
    .ym-form input[type=reset][disabled]:hover,
    .ym-form input[type=submit][disabled],
    .ym-form input[type=submit][disabled]:hover,
    .ym-button.ym-disabled,
    .ym-button.ym-disabled:hover {
        background: #eee;
        color: #aaa !important;
        border-color: #aaa;
        cursor: default;
        text-shadow: none;
        position: static;
        box-shadow: none;
    }

    /* ie6 support styles - redefined buttons, because of missing support for attribute selectors */
    * html .ym-button,
    * html .ym-form button {
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
        color: #333 !important;
        cursor: pointer;
        font: normal 1em/2em Arial, Helvetica;
        margin: 1.5em 0.75em 0 0;
        padding: 0 1.5em;
        overflow: visible; /* removes extra side spacing in IE */
        text-decoration: none !important;
    }

    * html .ym-form button:focus,
    * html .ym-button:focus {
        outline: 0;
        background: #fafafa;
    }

    * html .ym-form button:hover,
    * html .ym-button:hover {
        background-color: #ddd;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
    }

    * html .ym-form button:active,
    * html .ym-button:active {
        background-color: #bbb;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
        position: relative;
        top: 1px;
    }

    * html .ym-button.ym-disabled,
    * html .ym-button.ym-disabled:hover {
        background: #eee;
        color: #aaa !important;
        border-color: #aaa;
        cursor: default;
        text-shadow: none;
        position: static;
    }

}

/**
* @section YAML Grid Module
*
*/
.ym-grid {
    display:table;
    width: 100%;
    table-layout: fixed;
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    clear: left;
}
.ym-gl {
    float: left;
    margin: 0;
}
.ym-gr {
    float: right;
    margin: 0 0 0 -5px;
}
.ym-g5 {width:5%;}
.ym-g10 {width:10%;}
.ym-g20 {width:20%;}
.ym-g40 {width:40%;}
.ym-g60 {width:60%;}
.ym-g80 {width:80%;}
.ym-g90 {width: 90%;}
.ym-g95 {width: 95%;}
.ym-g25 {width:25%;}
.ym-g33 {width:33.333%;}
.ym-g50 {width:50%;}
.ym-g66 {width:66.666%;}
.ym-g75 {width:75%;}
.ym-g38 {width:38.2%;}
.ym-g62 {width:61.8%;}
.ym-gbox {
    padding: 0 10px
}
.ym-gbox-left {
    padding: 0 10px 0 0
}
.ym-gbox-right {
    padding: 0 0 0 10px
}
.ym-equalize {
    overflow: hidden;
}
.ym-equalize > [class*="ym-g"] {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
}
.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
    padding-bottom: 10000px;
    margin-bottom: -10000px
}

/* ym-addons */
.ym-right {
    text-align: right;
}
.fieldset_filter {
    padding: 1em !important;
}
.fieldset_filter .ym-grid {
    margin-bottom: 0;
}

@media screen and ( max-width: 760px ) {
    /* linearization for grid module */
    .linearize-level-760, .linearize-level-760 > [class*="ym-g"] {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }

    .ym-grid {
        margin: 5px 0 10px 0;
    }

    /* reset defined gutter values */
    .linearize-level-760 > [class*="ym-g"] > [class*="ym-gbox"] {
        /* overflow: hidden; optional for containing floats */
        padding: 0;
        margin: 0;
    }

    .ym-right {
        text-align: left;
    }
}

@media screen and ( max-width: 800px ) {
    /* linearization for grid module */
    .linearize-level-800, .linearize-level-800 > [class*="ym-g"] {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }

    /* reset defined gutter values */
    .linearize-level-800 > [class*="ym-g"] > [class*="ym-gbox"] {
        /* overflow: hidden; optional for containing floats */
        padding: 0;
        margin: 0;
    }

    .ym-right {
        text-align: left;
    }
}

@media screen and ( max-width: 480px ) {
    /* linearization for grid module */
    .linearize-level-480, .linearize-level-480 > [class*="ym-g"] {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
        width: 100% !important;
    }

    /* reset defined gutter values */
    .linearize-level-480 > [class*="ym-g"] > [class*="ym-gbox"] {
        /* overflow: hidden; optional for containing floats */
        padding: 0;
        margin: 0;
    }

    .block1, .block2 {
        margin-bottom:10px !important;
    }

    .block1 .block_title {
        padding: 2px 0px 10px 0 !important
    }

    .block_content .avatar_link {
        display:block; width: 100%;
        text-align: center;
    }
    .block_content .avatar_image {
        width: 95%;
    }

    .fieldset_filter .ym-gbox input[type="button"],
    .fieldset_filter .ym-gbox input[type="reset"],
    .fieldset_filter .ym-gbox input[type="submit"] {
        margin-top: 1em !important;
    }

    .fieldset_filter .ym-gbox input[type="button"],
    .fieldset_filter .ym-gbox input[type="reset"],
    .fieldset_filter .ym-gbox input[type="submit"] {
        margin-left: 0 !important;
    }

    .ym-form .ym-fbox-text input,
    .ym-form .ym-fbox-text textarea {
        margin-top: 0;
    }

    .ym-form .ym-fbox-select select {
        margin-top: 0;
    }

}

/* hide Google Translate toolbar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
#google_translate_element {
    margin: 0 3px 0 3px;
}

@media print {
    .zoomIcon {
        display: none !important;
    }
}

/* akzeptanzpartner */
#download_button {
    text-decoration: none !important;
}

/*
 * This is a very simple version of a 'loading screen': there are much
 * fancier ones you can use instead, like
 * http://codepen.io/collection/HtAne/
 * http://jh3y.github.io/-cs-spinner/
 */
#loader,
#nothing_to_show{
    position:relative; top:0; height:100%; width:100%;
    background:rgba(255, 255, 255, 1);
    transition:background 1s ease-out;
    -webkit-transition:background 1s ease-out;
    border:1px solid #ddd;
    color: #eee;
    opacity: .8;
    z-index: 999;
}
#loader.done {
    background:rgba(255, 255, 255, 0);
}
#loader.hide {
    display:none;
}
#loader .message,
#nothing_to_show .message {
    position:absolute;
    left:45%;
    top:40%;
    vertical-align:central;
    color:#000;
    text-align:center;
}
#loader_image {
    background-image: url("//freinet-online.de/images1/moment.gif");
    width: 55px;
    height: 65px;
    display: inline-block;
}

/*
* Buttonreihe list_style in der Listenansicht [ Liste | Grid | Map ]
*/
.list_style {
    float:right;
}

.list_style button, .list_style input, .list_style a  {
    font-size: 110%;
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #D9D9D9;
    border-radius: 4px !important;
    color: #444;
    padding: 4px 10px 3px 10px!important;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: border-color 0.2s ease 0s;/* transition: box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset 0.2s ease 0s; */
    cursor: pointer;
    min-width:10px !important;
    margin: 0;
}
.list_style .left {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin: 5px 0 5px 5px !important;
}
.list_style .middle {
    border-radius: 0 !important;
    margin: 5px 0 5px -4px !important;
}
.list_style .right {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin: 5px 0 5px -4px !important;
}
.list_style button:hover,.list_style a:hover {
    background: none repeat scroll 0 0 #fff;
    border-color: #C0C0C0;
    color: #333333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
.list_style button:active,
.list_style .active,
.list_style a:active,
.list_style .active {
    box-shadow: 0 0 8px #f2f498 inset;
    font-weight: bold;
}

/*
*   Tags der Matchingkriterien in der Übersicht
*/
.tag_container {
    margin: 5px 0;
}
.tag_container .tags {
    float: left;
}
.tag_container .tags span {
    font-size: 80%;
    border: 1px solid #dfdfdf;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    margin: 1px;
}
.tag_container .tags span:hover {
    background-color: #efefef;
}
.tag_container .tags:empty {
    display: none;
}

/*
*   // 2019-04-15 CheckButtonContainer
 */
.CheckButtonContainer {

}

.CheckButtonContainer input {
    position: absolute;
    left: -9999px;
}

.CheckButtonContainer label {
    display: inline-block;
    position: relative;
    margin: 8px;
    padding: 15px 30px 15px 30px;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    background-color: #6a8494;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
}

/* weisser Punkt
.CheckButtonContainer label::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 32px;
    border: 3px solid #fff;
    border-radius: 100px;
    transition: background-color .2s;
}
*/

.CheckButtonContainer label:hover, input:focus + label {
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}

.CheckButtonContainer input:checked + label {
    background-color: #ab576c;
}

/* Um einem CheckButtonContainer einer Matchingkategorie andere Farben zuzuordnen, z.B.:
.CheckButtonContainer.kenntnisse_p0 input:checked + label {
    background-color: #cab2d6;
}
.CheckButtonContainer.zielgruppen_p0 input:checked + label {
    background-color: #f0c20c;
}
 */

.CheckButtonContainer input:checked + label::before {
    background-color: #fff;
}

/* Ende .CheckButtonContainer */

/*
 * Hauptcontainer "aller" Übersichten
 */
#fn_content div.kopf_content_typ_1,
#fn_content article.kopf_content_typ_1 {
    /* no general Styling, see style.css for indivudual design */
}
/* // 2021-11-25 Clearfix Method added as :after to all kopf_content_typ_1 */
#fn_content div.kopf_content_typ_1:after,
#fn_content article.kopf_content_typ_1:after {
    content: "";
    display: table;
    clear: both;
}

/*
* 2017-09-11
* Flexbox-Container
* sourround all .kopf_content_typ_1 by <div class="flexbox_container"></div>
* @see https://getflywheel.com/layout/how-to-use-flexbox-to-create-a-modern-card-design-layout/
*/
.flexbox_container .kopf_content_typ_1 {
    position: relative;
    margin: auto;
    vertical-align: top;
    padding: 0 !important;
    border: 1px solid #ddd;
    color: #595959;
    display: block !important;
    width: auto !important;
    margin-bottom: 1.3em !important;
}

.flexbox_container .kopf_content_typ_1:hover {
    box-shadow: 0 6px 6px -2px #ccc;
    transition: ease all .3s;
}
#fn_content .flexbox_container .kopf_content_typ_1:after {
    content: "";
    display: inherit;
    clear: none;
}

.flexbox_container .kopf_content_typ_1 .avatar_img {
    display: block !important;
    float: none !important;
    width: 100%;
    min-width: 150px;
    border: 0 !important;
    margin: 0 !important;
}

.flexbox_container .kopf_content_typ_1 .titel {
    padding: 5px !important;
}

.flexbox_container .kopf_content_typ_1 .kurz {
    padding: 5px !important;
    display:block;
    width:auto;
}

.flexbox_container .more_detail_container {
    height:30px;
}

.flexbox_container .more_detail_link {
    float: none !important;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 15px;
    background-color: #ddd;
    color: #fff !important;
    border-top-left-radius: 5px;
    text-decoration: none !important;
}

.flexbox_container .more_detail_link:hover {
    text-decoration: underline !important;
}

.flexbox_container .number {
    display: none;
}

/* Flexbox stuff */
.flexbox_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flexbox_container .list_view_table_head_div {
    width:200px;
}

@media screen and (min-width: 40em) {
    .flexbox_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flexbox_container .kopf_content_typ_1 {
        flex: 0 1 calc(50% - 1em);
    }
}

@media screen and (min-width: 60em) {
    .flexbox_container .kopf_content_typ_1 {
        /*flex: 0 1 calc(25% - 1em); */
        flex: 0 1 calc(33.33% - 1em); /* // 2021-05-12 auf 33% geändert */
    }
}

@media screen and (max-width: 33em) {
    .flexbox_container {
        display: block;
    }
    .flexbox_container .kopf_content_typ_1 {
        display: block;
        width: 100%;
    }
}

.chosen-container-single .chosen-single abbr {
     top: 14px !important;
}

.ehrenamttyp_flag {
    float:right;
    margin:5px 5px 0 0;
    opacity:.6;
}
.ehrenamttyp_flag.kurzzeit:empty {
    background:url(/query/icons/kurzzeiteinsatz.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    width:28px;
    height:25px;
}
.ehrenamttyp_flag.desktop:empty {
    background:url(/query/icons/desktop.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    width:28px;
    height:25px;
}
.ehrenamttyp_flag.ortunabhaengig:empty {
    background:url(/query/icons/ortunabhängig.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    width:25px;
    height:25px;
}
.ehrenamttyp_flag.superdringend:empty {
    background:url(/query/icons/superdringend.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    width:25px;
    height:25px;
}

.flexdatalist-multiple li.input-container,
.flexdatalist-multiple li.input-container input,
.flexdatalist-multiple li.input-container input:focus,
.flexdatalist-multiple li.input-container input:hover,
.flexdatalist-multiple li.input-container input:visited,
.flexdatalist-multiple li.input-container input:active {
    width: auto;
    border:0 !important;
    -moz-box-shadow: none !important;
    box-shadow:none !important;
    box-sizing:inherit !important;
    outline:none;
    margin-top:3px;
}
.flexdatalist-multiple li::before, li.item::before { content:none; }

/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.ym-grid .append-icon, .ym-grid .prepend-icon,
.smart-forms .append-icon, .smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.ym-grid .append-icon .field-icon, .ym-grid .prepend-icon .field-icon,
.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
    top: 0;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    z-index: 99;
}

.ym-grid .append-icon .field-icon i,
.ym-grid .prepend-icon .field-icon i,
.smart-forms .append-icon .field-icon i,
.smart-forms .prepend-icon .field-icon i{
    position:relative;
    font-size:14px;
}

.ym-grid .prepend-icon .field-icon{ left:0;  }
.ym-grid .append-icon .field-icon{ right:0; }
.ym-grid .prepend-icon > input,
.ym-grid .prepend-icon > textarea,
.ym-grid .prepend-icon > select{ padding-left:36px; }
.ym-grid .append-icon > input,
.ym-grid .append-icon > textarea{ padding-right:36px; padding-left:10px;  }
.ym-grid .append-icon > textarea{ padding-right:36px; }

/* @datepicker - requires jquery ui
----------------------------------------------- */
.ui-helper-clearfix::after {
    clear: both;
}
.ui-helper-clearfix::before, .ui-helper-clearfix::after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-datepicker {
    width: 18em;
    margin-top:8px;
    display: none;
    background: #fff;
    position:relative;
    font: 14px/1.55  "Roboto", Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    border:1px solid #CFCFCF;
    z-index:9999!important;
    text-align: center;
    color: #666;

}

.ui-datepicker a { color: #404040; text-align:center; }
.ui-datepicker .ui-state-disabled span{ color:#DBDBDB;}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #F5F5F5;
    border-bottom:1px solid #CFCFCF;
    line-height: 27px;
    font-size: 15px;
    padding: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    color:#4ebd4a;
    top:20.5%;
}

.ui-datepicker .ui-datepicker-prev { left: 2px;  }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color:#4ebd4a;
}

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    margin: 0 0 .4em;
    border-collapse: collapse;
}

.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td { border: 0; padding:2px 5px; }
.ui-datepicker td span,
.ui-datepicker td a {
    padding: .25em;
    display: block;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {  background:#F5F5F5; }
.ui-datepicker .ui-state-disabled span:hover{ background:none; }

/* @changes to the datepicker and month picker widget in v.4
------------------------------------------------------------- */
.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight{
    background: #FFFA90!important;
    font-weight: 700;
    color:#444;
}

.ui-monthpicker .ui-datepicker-today a,
.ui-monthpicker .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-current-day a{
    font-weight: 700;
    background: #4ebd4a!important;
    color:#fff;
}

/* @multiple calendars || not responsive use carefully
--------------------------------------------------------------- */
.cal-widget .ui-datepicker { width: 100%; margin-top:0; }
.cal-widget .ui-datepicker:before{ display:none; }
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.333%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker-buttonpane{ border-top:1px solid #CFCFCF; padding:10px;  }
.ui-datepicker-buttonpane button {
    padding: 8px 12px;
    margin-right: .2em;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-user-drag: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    background: #DBDBDB;
    text-align: center;
    overflow: visible;
    cursor: pointer;
    color: #243140;
    border:0;
}


/*
* Ehrenamtskarten Anpassungen
 */

.eak_partner .block_offer {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.eak_partner .block_offer:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.block_offer .block_content:after {
    content: "";
    display: table;
    clear: both;
}
/* Eak Partner Tabellen Darstellung */
@media screen and (max-width: 480px) {
    .eak_partner td {
        display:block;
        width:100%;
    }

    td.avatar_td {
        width:100% !important;
        text-align:center;
    }

    .eak_partner td.avatar_td .avatar_image
    {
        float:none;
        width:55%;
    }

    .block3 .block_content {
        padding-top:15px;
        padding-left:0;
    }

    #eak_filter {
        text-align:right;
    }
    #eak_filter select:first-child {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-radius:0;
    }

    #eak_filter input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius:0;
    }

    #eak_filter select, #eak_filter input {
        margin-bottom:10px;
        display:block;
        width:100%;
    }

}