/* MAIN STYLE */
/* -- START CORE -- */
/* Basis-Styling, dass global auf alle Seiten wirkt, befindet sich hier (z.B. Fonts, Body Styling, wiederkehrende Wrapper, usw.) */
@font-face {
    font-family: 'Overpass';
    src: local('Overpass'), url('/fonts/Overpass-Regular.woff2') format('woff2');
}
:root{
    --font-family: 'Overpass', sans-serif;
    --color-orange: #F49E00;
    --color-green: #37675B;
    --color-gray: #B7B7B7;
    --color-darkgray: #898989;;
    --font-size: 16px;
    --font-size-formfields: 14px;
    --color-text: #767676;
    --box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.1);
}
html,body{
    font-family: var(--font-family);
    min-height: 100vh;
    margin: 0;
    /*font-size: var(--font-size);
    color: var(--color-text);*/
}
*,*:before,*:after{box-sizing: border-box;}
a {
    color: inherit;
}
.bg-color-orange{background-color: var(--color-orange) !important;}
.bg-color-green{background-color: var(--color-green) !important;}
.bg-color-white{background-color: white !important;;}
.color-orange{color: var(--color-orange) !important;}
.color-green{color: var(--color-green) !important;}
.color-gray{color: var(--color-gray) !important;}
.color-darkgray{color: var(--color-darkgray) !important;}
.position-relative{position: relative;}
.min-width-200{min-width: 200px;}
#main_wrapper{
   background-color: white;
   min-height: 100%;
   padding: 10px;
}

i.fa {
    padding: 10px;
}

.load{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

body.loading .load{
    overflow: hidden;
    display: block;
}

/* styling für header logo leiste */
#banner{
    background-color: #333;
    height: 70px;
    flex-shrink: 0;
}

#banner_logo{
    float: left;
}


div#banner_logo img {
    width: 327px;
    height: 44px;
    padding: 12px 0 14px 36px;
}




div#such_leiste{
    padding: 10px 30px 10px 80px;
    height: 72px;
}

#home_button{
    border-radius: 50%;
    cursor: pointer;
    height:40px;
    width:40px;
    float: left;
    background-color: orange;
    color: white;
    font-size: 21px;
    border: none;
}

#detailsuche_btn {
    float: left;
    height: 64px;
}

 
.gruppiert_span {
    text-align: center; color: white;    
    border: none; 
    letter-spacing: 2;
    font-weight: 700;
    font-size: 12px;
    padding-right: 15px;
    width: fit-content;
}
.gruppiert_div {
    position: absolute; 
    left: 760px; 
    height: 25px;
    }
.btn-export{
    display: none;
    float: right;
    border-radius: 10px;
    background: #F49E00;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 12px;
    padding: 6px 8px 4px 8px;
    border: none;
}
.btn-export i.fa{padding: 0;}

#sign-out{
    float: right;
    font-size: 25px;
    margin: 0 10px !important;
    color: orange;
    cursor: pointer;
}

/* -- END CORE -- */
/* -- START ELEMENTS -- */
/* Styling für die meisten Elemente befindet sich hier (z.B. Content-Boxen, Menüs, Buttons, usw.) */

/* login seite */

#centrist {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(55,103,91);
}
#complete_wrapper {
    background-color: white;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    margin:55px
}
#login_wrapper {
    display: flex;
    flex-grow: 2;
    justify-content: space-between;
    align-items: center;
}
#anmelde_wrapper {
    margin-right: 100px;
}
#anmelde_head {
    font-size: 24px;
    font-weight: bold;
}
#anmelde_fenster > div {
    margin-top: 20px;
}
.anmelde_boxen {
    background-color: rgb(240,240,240);
    /* height: 35px; */
    width: 300px;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
#anmelde_btn {
    background-color: orange;
    color: white;
    text-align: center;
    cursor: pointer;
}
.login_error {
    margin-top: 20px;
    max-width: 300px;
    color: red;
}
#login_willkommen {
    width: 100%;
    height: auto;
}

#pwvergessen_link{
    float: left;
    width:150px;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
    margin-top: 15px;
}

.fc_logo{
    width: 100px;
}

/* uebersicht ergebnis tabelle  */
table.ergebnisse {
    font-size: 12px;
    width: 100%;
/*    margin-top: 60px;*/
}


tr.unternehmen_ergebnisse {
    display: none;
}
i.fa.fa-sort {
    color: rgb(55,103,91);
    padding: 0;
    float: right;
    font-size: 19px;
    width: 20%;
}

.ergebnis_th{
    float: left;
    width: 80%;
    text-align: left;
}

.ergebnisse th{
    max-width: 90px;
}
.ergebnisse tr:nth-child(odd) {
    background-color: rgb(240,240,240);
}
i.fa.fa-star-o{
    padding: 0%;
    color : rgb(55,103,91);
}

div#star_rating {
    white-space: nowrap;
}

i.fa.fa-star{
    padding: 0%;
    color : rgb(55,103,91);

}

i.fa.fa-times-circle{
    color: orange;
}


.ergebnisse td{
    text-align:center;
    padding:5px;
    max-width: 130px;
}

.ergebnisse td:nth-child(1),.ergebnisse td:nth-child(2) a{
    text-align:left;
    color:rgb(55,103,91);
    font-weight:bold;
}
/* kundendatenblatt */

.text_normal{
    font-weight: 500 !important;
}

.grid-container{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1.2fr;
}

#kdb_unternehmen{
    grid-column: 1 / span 1;
    grid-row: 1;
}

#kdb_finanz{
    grid-column: 2 / span 1;
    grid-row: 1;
}

#kdb_potenzial{
    grid-column: 3 / span 1;
    grid-row: 1;
}

#kdb_nutzung{
    grid-column: 1 / span 1;
    grid-row: 2 / span 5 ;
}

#kdb_upselling{
    grid-column: 2 / span 1;
    grid-row: 2 / span 9;
}

#kdb_vertrag{
    grid-column: 3 / span 1;
    grid-row: 2 / span 2 ;
}

#kdb_kontakt{
    grid-column: 3 / span 1;
    grid-row: 4 / span 1;
}

#kdb_zusatz{
    grid-column: 1 / span 1;
    grid-row: 7;
}

.inner_kundeninfo{
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
    width: 100% !important; /* 601px */
    min-width: 400px;
    padding: 10px;
    overflow: hidden;
    line-height: 2;
    min-height: 160px;
}

.inner_panel{
    background-color: white;
    overflow: hidden;
    padding: 5px 0px 5px 15px;
}

.kdb_h4{
    margin-bottom: 5px;
    height: 20px;
}
.div_left {
    float: left;
}

.div_left.tab-firmendetails {
    padding-left: 20px;
}

.div_right{
    float: right;
    width: 40%;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.div_right:hover{
    overflow: visible;
}
.div_right.grey {
    background-color: rgb(240,240,240);
    padding-left: 5px;
    font-weight: inherit;
}

.div_right.text_green {
    color: rgb(55,103,91);
}
#unternehmen_titel{
    margin: 0;
}

.kundenkontakt_person{
    margin-left: 15%;
}

div#zugangsverwaltung {
    float: left;
    width: 57%;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3;
    background-color: rgb(55,103,91);
}
div#zugangsverwaltung a{text-decoration: none;}

div#hunter_farmer {
    float: right;
    padding: 10px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    max-width: 32%;
    min-width: 30%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
div#hunter_farmer:hover {
    overflow: visible;
}

span.hunterfarmer {
    font-weight: 600;
}

textarea#unternehmen_kommentar {
    width: 100%;
    height: 86%;
    resize: none;
    border: none;
    background-color: rgb(240,240,240);
}
div.systeme_add {
    border: 3px solid rgb(55,103,91);
    background-color:white;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color:rgb(55,103,91);
    margin-right: 20px;
    cursor: pointer;
}

div.zusatz_check{
    border: none;
    background-color: rgb(240,240,240);
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color:rgb(55,103,91);
    margin-right: 20px;
    cursor: pointer;
}

.clicked:after {
    content:"\f00c";
    font-family: 'FontAwesome', serif;
}

.kdb_input{
    padding: 8px;
}

#kdb_unternehmen .kdb_input{
    width:60px;
    margin: 0 20px;
}

#kdb_potenzial .kdb_input{
    width:100px;
}

#kdb_finanz .div_right {
    text-align:right; 
}

#kdb_kontakt .div_right {
    width:55%;
}

.div_right.admin_nutzer {
    width: 62%;
    white-space: normal;
}

#kdb_zusatz .div_right {
    width:70%;
    text-align: right;
}

span.systeme {
    max-width: 77%;
    margin-right: 5px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14;
    text-align: right;
}

div#kdb_zusatz .inner_kundeninfo {
    min-height: unset;
}

.select_systeme {
    display: none;
    position: absolute;
    margin-left: 33%;
    margin-top: 1245px;
    background-color: white;
    border: 2px solid  rgb(55,103,91);
}

#systeme_auswahl_form{
    margin: 20px;
}

i.fa.fa-window-close {
    float: right;
    color: rgb(55,103,91);
}
  
  #checkboxes {
    display: block;
    width: fit-content;
    white-space: nowrap;
    border: 1px #dadada solid;
    max-height: 200px;
    overflow-y: scroll;
  }
  
  #checkboxes label {
    display: block;
  }
  
  #checkboxes label:hover {
    background-color: rgb(240,240,240);
  }
/* star rating input */

.stars input {
    position: absolute;
    left: -999999px;
}

.stars a {
    display: inline-block;
    padding-right:4px;
    text-decoration: none;
    margin:0;
}

.stars a:after {
    position: relative;
    font-size: 18px;
    font-family: 'FontAwesome', serif;
    display: block;
    content: "\f006";
    color: black;
}

p span {
    font-size: 0;
}

p.stars {
    margin: 0;
}
  
.stars a:hover ~ a:after{
    color:black !important;
    content: "\f006" !important;
}

span.active a.active ~ a:after{
    color: black;
    content: "\f006" ;
}

span:hover a:after{
    color: rgb(55,103,91) !important;
    content: "\f005" !important;
}

span.active a:after,
.stars a.active:after{
    color: rgb(55,103,91);
    content: "\f005" ;
}

/* detailsuche  */
.textbold {
    font-weight: bold;
    
}

.auswahl{
    width: 335px;
    height: 35px;
    padding: 8px;
    border: none;
    border-radius: 10px;
    background-color:rgb(240,240,240);
}

.dateSelect{
    width: 46%;
}

.zahlInput {
    width :46%;
    font-family: monospace;
    padding: 4px !important;
}

i.fa.fa-arrows-h {
    padding: 0px 3px;
}
div.detail_check{
    border: none;
    background-color:rgb(240,240,240);
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 22;
    line-height: 24px;
    color:rgb(55,103,91);
   cursor: pointer;
}

div.loeschen_btn {
    background-color:white;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 16;
    color:rgb(55,103,91);
    cursor: pointer;
}
.inputbtn{
    border: none;
    height: 35px;
    min-width: 105px;
    color: white;
    letter-spacing: 2;
    font-weight: 600;
    padding: 0 15px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 30px;
}

.btn_green{
    background-color: rgb(55,103,91) !important;
}

.btn_dark{
    background-color: rgb(51, 51, 51) !important;
    width: 110px;
}

.nl_spacing {
    margin-right: 40px;
}

.arrow_left {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgba(53, 106, 90, 0.7);
}

.arrow_right {
    width: 0; 
    height: 0; 
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    
    border-left: 11px solid rgba(53, 106, 90, 0.7);
}

.arrow_left_disabled {
    border-right: 11px solid rgba(200, 200, 200, 0.7);
}

.arrow_right_disabled {
    border-left: 11px solid rgba(200, 200, 200, 0.7);
}

.graph_scroll_left {
    cursor: pointer;
    margin-right: 10px;
}

.graph_scroll_right {
    cursor: pointer;
    margin-left: 10px;
}

.graph_container {
    display: flex;
    align-items: center;
}
[name^="tochter_von_"] {
    background-color: orange !important;
    color: white;
}
[name^="tochter_von_"] a{
    color: white !important;
}
[name^="tochter_von_"] i.fa.fa-star-o,[name^="tochter_von_"] i.fa.fa-star{color: white !important;}
.fa-exclamation-triangle, .tooltip-text b{color: #A10E39;}
.tooltip-relative{
    position: relative;
}
.tooltip-relative .tooltip-text{
    top: -30px;
    margin-left: -10px;
}
.tooltip-right .tooltip-text {
    box-shadow: -5px 5px 12px rgba(0, 0, 0, 0.2), 5px -5px 12px rgba(0, 0, 0, 0.2), -5px -5px 12px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    white-space: nowrap;
    background-color: white;
    color: black;
    text-align: left;
    padding: 5px 10px 10px 0;
    position: absolute;
    z-index: 1;
    left: 135%; 
    opacity: 0;
}
.tooltip-right .tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}
.tooltip-right:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
[class^="fa-solid fa-sort"]{
    float: right; 
    color: #37675B; 
    margin-right: 3px;
    cursor: pointer;
}
th{text-align: left;}
input:not([type="checkbox"]),select{
    height: 32px;
    border-radius: 10px;
    background-color: #F0F0F0;
    border: none;
    padding-left: 10px;
    font-family: var(--font-family);
    font-size: var(--font-size-formfields);
}
.display-flex{display: flex;}
.navi{
    display: flex;
    align-items: center; /* Vertikal zentrieren */
    height: 70px;
    background-color: #333;
}
.navi__logo img{
    width: 327px;
    height: 44px;
    margin: 0 10px 0 36px;
}
.navi__links{
    display: flex; 
    justify-content: space-between;
    width: 650px;
    margin: 0 auto; /* Inhalt horizontal zentrieren */
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}
.navi__icon--logout{
    margin: 0 13px 0 auto;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.nav__list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.nav__list > li a{text-decoration: none;}
.nav__list > li a.navi__link--active{
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #F49E00;
}
/* START suche.cfm */
.container__suchleiste{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 142px;
    background: #37675B;;
}
.headline__suchleiste{
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2.4px;
    margin: 70px 0 10px 0;
}
.suchleiste{
    width: 1064px;
    height: 64px;
    margin: 0 auto;
}
input#top_search_unternehmen {
    width: 296px;
    height: 64px;
    padding-left: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 30px 0 0 30px;    
    color: #898989;
    font-size: 14px;
    letter-spacing: 0.7px;
    float: left;
    background-color: white;
}
.input_feld{
    border: none;
}
#select_kuerzel{
    width: 216px;
    height: 64px;
    padding-left: 20px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.7px;
    float: left;
}
.div__link-detailsuche{
    width: 170px;
    height: 64px;
    padding-left: 20px;
    background-color: white;
    border: 1px solid #D9D9D9;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 64px;
}
.div__toogle-gruppierung{
    width: 209px;
    height: 64px;
    padding-left: 20px;
    border: none;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    background-color: white;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 64px;
}
.span__on-off{
    font-weight: 400;
}
.btn-suchen{
    width: 201px;
    height: 64px;
    border-radius: 30px;
    background-color: #F49E00;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 64px;
    float: left;
    margin-left: -30px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.container__main{
    display: flex;
    flex-direction: column; 
    align-items: center;
    background-color: white;
}
.img__no-search-result{
    margin-top: 30px;    
}
.text__no-search-result{
    width: 500px;
    margin-top: -25px;
    color: #898989;
    font-size: 26px;
    letter-spacing: 1.3px;
}
.modal{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 255px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
}
/* Modal Content */
.modal-content{
    margin: auto;
/*    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    width: fit-content;
}
.toggle-icon{
    color: #37675B;
    cursor: pointer;
}
/* ENDE suche.cfm */

/* START todos.cfm */
.headline{
    color: #000;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.9px;
}
.tabs{
    display: flex;
    margin-top: 39px;
}
.tab{
    width: 141px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 10px 10px 0px 0px;
    
}
.tab:first-child{margin-left: 20px;}
.tab:not(:first-child){margin-left: 5px;}
.active-tab {
    border: 1px solid #EE2E31;
    border-bottom: none;
    font-weight: 700;
}
.tab-content {
    border: 1px solid #EE2E31;
    border-radius: 10px;
    padding: 15px;
    margin-top: -1px;
    margin-bottom: 39px;
    width: fit-content;
    width: 1445px;
}
.content{padding: 42px 35px;}
.headline-user{
    color: #000;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
}
.container__wrapper {
    display: flex;
}
.container__wrapper > div:first-child {
    margin-right: 20px;
}
.container{
    display: flex;
    width: fit-content;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
    position: relative;
}
.doughnut-chart{
    padding: 21px 34px;
}
.flex-center-h-v{
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}
.flex-center-h{justify-content: center;}
.flex-center-v{align-items: center;}

.container .table__tab-content{
    margin: 25px 21px 25px 27px;
    width: 1100px; 
    height: 201px;
    border-spacing: 0;
}
.table__tab-content thead{font-weight: 700;}
.table__tab-content th{
    border-bottom: 1px solid #F0F0F0;
}
.table__tab-content tbody tr:not(:last-child) td{
    border-bottom: 1px solid #F0F0F0;
}
.table__tab-content tbody tr:nth-last-child(2) td{
    border-bottom-color: #37675B;
}
.container__inner{
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.headline__chart{
    margin: 1px 0 8px 2px;
}
.div-graph-hinweise{
    font-size: 14px; 
    text-align: center;
    margin-top: 80px;
    font-weight: bold;
}
/* ENDE todos.cfm */

/* START inc_todos_kunden.cfm */
.table__kunden-tabs{
    width: 100%;
}
.table__kunden-tabs th{
    padding-left: 13px;
    border-bottom: 1px solid #D9D9D9;
    background-color: #EFF7F6;
    height: 42px;
}
.table__kunden-tabs th:nth-child(2){min-width: 100px;}
.table__kunden-tabs td{padding-right: 5px;}
.table__kunden-tabs [class^="fa-solid fa-up-right"]{
    color: #F49E00; 
    padding-left: 4px;
    cursor: pointer;
}
.table__kunden-tabs tbody tr{height: 35px;}
.table__kunden-tabs tbody tr:nth-child(even):not(:last-child) {
    background-color: #EFF7F6; /* Hintergrundfarbe für gerade Zeilen */
}
.table__kunden-tabs tbody tr:nth-child(odd):not(:last-child) {
    background-color: white;
}
.table__kunden-tabs td {
    vertical-align: middle; /* Text in den Zellen vertikal zentrieren */
    line-height: 1.5;
    padding-left: 13px;
}
.table__kunden-tabs tbody tr:nth-last-child(2) td {
    border-bottom: 1px solid #37675B; /* Unterer Rand für die Zellen in der vorletzten Zeile */
}
.debug-info{display:none;}
.icon-debug{
    cursor: pointer;
    color: #F49E00;
}
/* ENDE inc_todos_kunden.cfm */

/* START farming_kpis.cfm */
.pie-chart{
    padding: 25px 9px 25px 8px;
    border-top: 1px solid #F0F0F0; 
    border-bottom: 1px solid #F0F0F0; 
}
.table__anz-kunden-total{
    width: 100%;
    margin-top: 6px;
}
.table__anz-kunden-total td:first-child{width: 11px;}
.table__anz-kunden-total td:nth-child(2){padding-top: 5px;}
.container__wrapper--merged-divs{
    display: flex;
    width: fit-content;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
}
.rounded-corner-left{border-radius: 10px 0 0 10px;}
.rounded-corner-right{
    border-radius: 0 10px 10px 0;
    position: relative;
}
.margin-bottom-38{margin-bottom: 38px;}
select[name="datum"],select[name="datum_st"]{
    width: 125px;
    color: #37675B;
    text-decoration: underline;
    background-color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
}
.link__einstellungen{
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: black;
    position: absolute;
    top: 0;
    right: -38px;
}
.link__einstellungen img{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    cursor: pointer;
}
.select-gewinn-verlust:focus,.select-bewertung-st:focus{
    outline: none;
}
.container__gv{
    width: 799px;
}
.text-align-left{
    text-align: left !important;
}
.text-align-right{
    text-align: right !important;
}
.chart-table{
    border-collapse: collapse;
    width: 1140px;
    position: relative;
}
.chart-table th{
    text-align: left;
    height: 32px;
}
.chart-table td{
    height: 32px;
    padding: 0;
}
.chart-table td:first-child {
    width: 150px;
    text-align: right;
    padding-right: 11px;
    white-space: nowrap;
}
.chart-table th:nth-child(n+4),.chart-table tr:not(:last-child) td:nth-child(n+4){border-bottom: 1px solid #F0F0F0;}
.chart-table th:nth-child(3),.chart-table td:nth-child(3){width: 10px;}
.chart-table th:nth-child(4),.chart-table td:nth-child(4){width: 65px;}
.chart-table th:nth-child(5),.chart-table td:nth-child(5){width: 105px;}
.chart-table th:nth-child(6),.chart-table td:nth-child(6){width: 80px;}
.chart-table tbody tr:last-child td:nth-child(2){border-bottom: 1px solid #E5E5E5;}
.chart-table a{
    font-size: 16px;
    font-weight: 700;
    color: #37675B;
    text-decoration: none;
}
.chart-table tfoot td:nth-child(2){width: 600px;}
.bar-container{
    display: flex;
    height: 22px;
    width: 100%;
    position: relative;
}
.bar{
    display: inline-block;
    height: 100%;
}
.red-bar{background-color: #EE2E31;}
.red-bar:hover{background-color: #FF0105;}
.yellow-bar{background-color: #F6AA1C;}
.yellow-bar:hover{background-color: #F7A000;}
.green-bar{background-color: #02C39A;}
.green-bar:hover{background-color: #00B18B;}
.grey-bar{background-color: #979797;}
.grey-bar:hover{background-color: #888888;}
.color-square{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
    border: 1px solid white;
}
.x-axis{
    position: relative;
    height: 20px;
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
}
.step-label{
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 12px;
}
.tooltip-bar-right .tooltip-bar-text-dark{
    font-size: 13px;
    font-weight: normal;
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 5px 7px;
    position: absolute;
    z-index: 100;
    opacity: 0;
}
.tooltip-bar-right:hover .tooltip-bar-text-dark{
    visibility: visible;
    opacity: 1;
}
.container__horizontal-chart{
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
    padding: 16px;
    position: relative;
}
/* ENDE farming_kpis.cfm */

/* START inc_farming_kpis_farmer.cfm */
.info-icon{
    font-size: 13px;
}
.cursor-help{cursor: help;}
.tooltip-absolute{
    position: absolute;
    margin-top: -4px;
    margin-left: 4px;
}
.tooltip-absolute-orange{
    position: absolute;
    margin-top: -7px;
    margin-left: -9px;
}
.tooltip-absolute .tooltip-text-dark{
    top: -7px;
}
.tooltip-right .tooltip-text-dark{
    font-size: 13px;
    font-weight: normal;
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 7px 3px 7px;
    position: absolute;
    z-index: 1;
    left: 145%; 
    opacity: 0;
}
.tooltip-right .tooltip-text-dark::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
.tooltip-right:hover .tooltip-text-dark{
    visibility: visible;
    opacity: 1;
}
/* ENDE inc_farming_kpis_farmer.cfm */

/* START ergebnis_suche.cfc */
.tooltip-absolute-orange .tooltip-text-orange{
    top: -5px;
}
.tooltip-left .tooltip-text-orange{
    font-size: 13px;
    font-weight: normal;
    visibility: hidden;
    white-space: nowrap;
    background-color: rgba(255, 165, 0, 1);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 7px 3px 7px;
    position: absolute;
    z-index: 1;
    right: 145%; 
    opacity: 0;
}
.tooltip-left .tooltip-text-orange::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 165, 0, 1);
}
.tooltip-left:hover .tooltip-text-orange{
    visibility: visible;
    opacity: 1;
}
/* ENDE ergebnis_suche.cfc */

/* START einstellungen.cfm */
.table__firmenampel tbody td:not(:first-child) {
    white-space: nowrap;
}
.table__firmenampel table i, .table__firmenampel table a{
    color: var(--color-green);
    cursor: pointer;
}
.table__firmenampel table i.fa-copy{margin: 0 15px}
.neues-segment{
    width: 937px;
    height: 169px;
}
.neues-segment > .headline{
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
}
.form__row{
    display: flex;
    align-items: end;
}
.neues-segment .form__row > label:nth-child(2){margin-right: 5px;}
.neues-segment .form__row > input[type=button]{margin-left: 40px;}
.neues-segment label{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.neues-segment label > div{
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}
.neues-segment input[name="bezeichnung"]{
    width: 250px;
    margin-right: 20px;
}
input[type=number]{
    width: 60px;
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button{-webkit-appearance: none;}
.firmen-ampel{
    width: 937px;
    font-size: 14px; 
    font-weight: 400;
    letter-spacing: 0.7px;
    color: #898989;
}
.firmen-ampel>.headline{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
}
.firmen-ampel td:nth-child(2){
    width: 67px;
    font-weight: 700;
    color: black;
}
.firmen-ampel td:nth-child(3){width: 67px;}
.firmen-ampel td:nth-child(4){width: 52px;}
.firmen-ampel td:nth-child(5){width: 102px;}
.firmen-ampel td:nth-child(6){width: 67px;}
.firmen-ampel td:nth-child(7){width: 52px;}
.firmen-ampel td:nth-child(8){width: 102px;}
.firmen-ampel td:nth-child(9){width: 67px;}
.firmen-ampel td:nth-child(10){width: 201px;}
.firmen-ampel td:nth-child(11){width: 201px; padding-right: 9px}
.firmen-ampel tr td{height: 70px;}
.firmen-ampel tr:not(:last-child) td{border-bottom: 1px solid #F0F0F0;}
.firmen-ampel input[type="text"]{
    width: 60px;
    color: #898989;
}
.firmen-ampel select[name*="operator"]{
    background-position: calc(100% - 5px) center;
    width: 47px;
    margin-right:0px;
    background-color: white;
    border: 1px solid #D9D9D9;
    display: none;
}
.wrapper-upselling{
    width: 937px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;

}
.wrapper-upselling > div:first-child{
    margin-right: 21px;
}
.wrapper-upselling .info-eingabe{
    font-size: 11px;
    margin: 5px 0 11px 0;
}
.wrapper-upselling .info-eingabe span{
    color: #EE2E31;
}
.wrapper-upselling textarea{
    width: 440px;
    height: 224px;
    border: none;
    border-radius: 5px;
    background-color: #F0F0F0;
    margin-bottom: 14px;
}
.box-upselling{
    width: 440px;
    height: 224px;
    border-radius: 5px;
    background-color: #F0F0F0;
    margin-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* ENDE einstellungen.cfm */

/* START inc_einstellungen_ar.cfm */
.table__ampelregeln tr th{
    border-top: 1px dotted #D9D9D9;
    padding-top: 10px;
}
.table__ampelregeln tr:nth-last-child(2) td{padding-bottom: 18px;}
.table__ampelregeln tr:last-child td{
    border-top: 1px dotted #D9D9D9;
    height: 19px;
}
.table__ampelregeln tr th{
    background-color: white;
}
.table__ampelregeln tr td{
    vertical-align: top;
    padding-right: 16px;
}
.table__ampelregeln tr td:first-child,.table__ampelregeln tr th:first-child{padding-left: 8px;}
.table__ampelregeln tr td:nth-child(4),.table__ampelregeln tr td:nth-child(6){padding-right:2px;}
.table__ampelregeln tr td:nth-child(9){padding-right: 50px;}
.bordered-cell {
    position: relative;
    padding: 10px 0 0 15px;
    line-height: 18px;
}
.bordered-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 1px;
  background-color: #D9D9D9;
}
tr.add-ampelregel td{
    padding-right: 0;
    color: #D9D9D9; 
}
.custom-hr{
    border: 0;
    border-top: 1px solid #D9D9D9;
    margin: 28px auto -6px auto;
    width: 100%;
}
.icon-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -6px;
}
.regelset{padding-bottom: 30px;}
.icon-ampelregel-hinzufuegen,.icon-frage-hinzufuegen{font-size: 24px}
.display-none{display: none;}
.div__ziel-ergebnisse{
    padding: 0 7px;
    width: 300px;
    min-height: 32px;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    position: relative; 
    margin-bottom: 9px;
}
.div__ziel-ergebnisse .fa-circle-plus{
    position: absolute; 
    top: 5px; 
    right: 4px; 
    color: #979797;
    font-size: 20px;
}
.ziel-ergebnis{
    font-size: 10px;
    width: fit-content;
    height: 25px;
    line-height: 23px;
    padding: 0 10px; 
    border-radius: 20px;
    background: #F0F0F0; 
    position: relative;
    margin: 5px 0;
    user-select: none; 
}
.ziel-ergebnis i{
    line-height: 25px;
    color: #EE2E31;
    cursor: pointer;
}
.autocomplete-input{
    height: 30px !important;
    width:100%; 
    background-color: white; 
    border-radius: 0 !important; 
    border:none; 
    border-bottom: 1px dotted #D9D9D9 !important;
}
.autocomplete-input:focus{
    outline: none;
}
.autocomplete-popup{
    display: none;
    position: absolute;
    left: -1px;
    top: 40px;
    padding: 5px;
    z-index: 1000;
    width: fit-content;
    white-space: nowrap;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
}
.autocomplete-popup div{height: 22px;}
.autocomplete-popup label span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 3px;
}
.autocomplete-popup input[type="checkbox"] {
    vertical-align: middle; 
}
.autocomplete-popup .btn-container {
    margin: 20px 0;
    white-space: nowrap;
}
.autocomplete-popup .btn-container input[type="button"] {
    margin-right: 5px;
    font-size: 12px;
}
.ui-menu {
    width: fit-content; 
}
.firmenampel-bearbeiten{
    color: var(--color-green);
}
select[name=ausloeser_ergebnis_fk]{width: 360px;}
.table__ampelregeln input[type=date]{width: 115px;}
/* ENDE inc_einstellungen_ar.cfm */

/* START inc_einstellungen_ks.cfm */
.aktuelle-segmente{
    margin: 38px 0;
    min-width: 937px;
}
.aktuelle-segmente > .headline{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
    margin-bottom: 13px;
}
.aktuelle-segmente i{
    color: var(--color-green);
    cursor: pointer;
}
.aktuelle-segmente i.fa-copy{margin: 0 16px;}
.row{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
    height: 33px;
}
.row div{
    padding-left: 10px;
    border-right: 2px solid white;
    height: 33px;
    line-height: 35px;
}
.row div:first-child{width: 261px;}
.row div:nth-child(2){width: 185px;}
.row div:nth-child(3){width: 185px;}
.row div:nth-child(4){width: 176px;}
.row div:nth-child(5){
    width: 94px;
    border-right: none;
}
.ueberschrift{
    font-weight: 700;
    background-color: #EFF7F6;
}
.display-flex div{
    padding: 0;
    border-right: none;
}
.input-edit{
    height: 26px !important;
    border: 1px solid #D9D9D9 !important;
    background-color: white !important;
    padding: 2px 0 0 5px !important;
    margin: 0 !important;
}
.btn-segment{
    width: 75px !important;
    height: 19px !important;
    line-height: 19px !important;
    padding-left: 6px !important;
    border-radius: 30px !important;
    color: white;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    cursor: pointer;
}
/* ENDE inc_einstellungen_ks.cfm */

/* START inc_einstellungen_us.cfm */
.input-upselling{
    width: 100%;
}
.input-disabled{
    height: 20px !important;
    color: #7C7C7C;
}
.input-enabled{
    background-color: white !important;
    border: 1px solid #D9D9D9 !important;
}
.input-checkbox-container {
    display: flex;
    flex-direction: column;
}
.input-checkbox-container .input-wrapper {
    display: flex;
    align-items: center;
}
.input-checkbox-container .input-wrapper input[type="text"] {
    flex: 1;
}
/* ENDE inc_einstellungen_us.cfm */

.header{
    display: flex; /* Flexbox verwenden */
    flex-direction: column; /* Anordnung der Flex-Elemente in Spalten */
    justify-content: center; /* Vertikale Zentrierung der Flex-Elemente */
    align-items: center; /* Horizontale Zentrierung der Flex-Elemente */
    height: 100px;
    background: #37675B;;
}
.header__text{
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2.4px;
}
.btn{
    padding: 0 10px;
    border-radius: 30px !important;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    cursor: pointer;
}
.btn-link{
    background-color: white !important;
    color: var(--color-green) !important;
}
.btn-disabled{
    background-color: #D9D9D9 !important;
    cursor: not-allowed !important;
}
.link-disabled{
    color: #D9D9D9 !important;
    pointer-events: none;
    cursor: not-allowed;
}
.custom-select{
    appearance: none;
    background-image: url(/images/arrow-down.svg); 
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}
select[name^="verknuepfung"].custom-select,select[name="datum"].custom-select,select[name="datum_st"].custom-select{
    background-position: calc(100% - 10px) center;
}
select[name^="verknuepfung"].custom-select{width: 80px;}
a[id^="firma_link_"]{
    color: var(--color-green);
    font-weight: bold;
}
/* START Schulungen ****************************************/
.text-overflow-ellipsis{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-right: 5px;
}

/* START inc_ergebnisse_bewertung_gruppiert.cfm */
.bewertungen-details-gruppiert{
    align-items: 
    flex-start; 
}
.bewertungen-details-gruppiert .bewertungen{
    width: 648px;
    margin-top: 38px;
}
.bewertungen-details-gruppiert .bewertungen > .headline{
    font-weight: 600;
}
.bewertungen-details-gruppiert .bewertungen > .headline a{
    font-weight: 700;
    margin-bottom: 14px;
}
.bewertungen-details-gruppiert .bewertungen > .headline + div{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0 0;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 11px;
}
.bewertungen-details-gruppiert .bewertungen > .headline + div span{
    font-weight: 700;
}
.bewertungen-details-gruppiert .bewertungen > .headline + div a{
    font-weight: 700; 
    letter-spacing: 0.7px;		
}
.bewertungen-details-gruppiert .bewertungen .headline-frage{
    margin-top: 15px;
    font-weight: 700;
}
.bewertungen-details-gruppiert .div-score{
    font-size: 14px;
    margin: 5px 0;
}
.bewertungen-details-gruppiert .div-score span{
    font-size: 11px;
}
.bewertungen-details-gruppiert .div-score span:nth-of-type(2){
    font-size: 14px;
    font-weight: 700;
}
.bewertungen-details-gruppiert .border-frage{
    border-bottom: 1px solid #F0F0F0;
    margin-top: 5px;
}
.bewertungen-details-gruppiert .container__horizontal-chart-bewertungen,.bewertungen-details-gruppiert .container__horizontal-chart-radio{
    width: 100%;
    max-width: 300px;
    position: relative;
}
.bewertungen-details-gruppiert .chart-table-bewertungen,.bewertungen-details-gruppiert .chart-table-radio{
    width: 100%;
    border-collapse: collapse;
}
.bewertungen-details-gruppiert .chart-table-bewertungen tbody tr,.bewertungen-details-gruppiert .chart-table-radio tbody tr{
    height: 30px;
}
.bewertungen-details-gruppiert .chart-table-bewertungen td,.bewertungen-details-gruppiert .chart-table-radio td{
    padding: 0;
    height: 28px;
}
.bewertungen-details-gruppiert .chart-table-bewertungen td:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 34px;
}
.bewertungen-details-gruppiert .chart-table-bewertungen td:first-child span{
    margin-left: auto;
    padding-right: 9px;
    padding-top: 3px;
}
.bewertungen-details-gruppiert .chart-table-bewertungen td:first-child i{
    margin-right: auto;
    font-size: 12px;
    color: #B7B7B7;
}
.bewertungen-details-gruppiert .chart-table-bewertungen td:nth-child(2),.bewertungen-details-gruppiert .chart-table-radio td:nth-child(2){
    width: 100%;
}
.bewertungen-details-gruppiert .chart-table-bewertungen td:last-child,.bewertungen-details-gruppiert .chart-table-radio td:last-child{
    padding-left: 10px;
    font-size: 12px;
    text-align: center;
}
.bewertungen-details-gruppiert .skala-bar-container,.bewertungen-details-gruppiert .radio-bar-container{
    display: flex;
    align-items: center;
    height: 20px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    overflow: hidden;
}
.bewertungen-details-gruppiert .bar{
    height: 100%;
    display: inline-block;
    transition: width 0.5s ease-in-out;
}
.bewertungen-details-gruppiert .bar.orange-bar{
    background-color: #F49E00;
    z-index: 2;
}
.bewertungen-details-gruppiert .x-grid-line{
    position: absolute;
    width: 1px;
    background-color: #F0F0F0;
    bottom: 0;
    z-index: 1;
}
.bewertungen-details-gruppiert .step-label{
    color: #898989;
}
.bewertungen-details-gruppiert .chart-table-radio td:first-child{
    text-align: right;
    padding-right: 9px;
    width: 30px;
    font-size: 14px;
}
.bewertungen-details-gruppiert .bewertungen .antwort-freitext{
    font-size: 12px;
    font-weight: 400;
}
.bewertungen-details-gruppiert .bewertungen .antwort-freitext{
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
}
.bewertungen-details-gruppiert .btn-container{
    border-top: 1px solid #B7B7B7; 
    padding-top: 8px;
}
.bewertungen-details-gruppiert .btn-container .btn-ergebnisse-bewertung-schliessen{
    float: right;
}
.bewertungen-details-gruppiert .details{
    margin-top: 38px;
    display: none;
}
.bewertungen-details-gruppiert .details .headline{
    display: flex;	
    justify-content: space-between; 
    align-items: center;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.bewertungen-details-gruppiert .icons-details-schliessen{
    cursor: pointer;
}
.bewertungen-details-gruppiert .btn-export-details{
    border-radius: 30px;
    background: #F49E00;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    cursor: pointer;
    height: 32px;
    border: none;
    float: right;
    margin-bottom: 10px;
    width: 128px;
    white-space: nowrap;
}
.bewertungen-details-gruppiert .btn-export-details i{padding: 0;}
.bewertungen-details-gruppiert .table__details{
    width: 100%;
    margin-top: 20px;
}
.bewertungen-details-gruppiert .table__details th{
    padding-left: 5px;
    background-color: #EFF7F6;
    height: 33px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    white-space: nowrap;
}
.bewertungen-details-gruppiert .table__details th i{
    position: relative;
    top: 2px;
    left: 5px;
}
.bewertungen-details-gruppiert .table__details td{
    vertical-align: middle;
    line-height: 1.5;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    max-width: 300px;
    text-align: center;
}
.bewertungen-details-gruppiert .table__details td:last-child{
    width: 85px;        
}
.bewertungen-details-gruppiert .table__details tbody tr:nth-child(odd) {
    background-color: white;
}
.bewertungen-details-gruppiert .table__details tbody tr:nth-child(even) {
    background-color: #EFF7F6;
}
/* ENDE inc_ergebnisse_bewertung_gruppiert.cfm */

/* START inc_ergebnisse_bewertung.cfm */
.bewertungen-details{
    align-items: 
    flex-start; 
}
.bewertungen-details .bewertungen{
    width: 648px;
    margin-top: 38px;
}
.bewertungen-details .bewertungen > .headline{
    font-weight: 600;
}
.bewertungen-details .bewertungen > .headline a{
    font-weight: 700;
    margin-bottom: 14px;
}
.bewertungen-details .bewertungen .container__anz-bewertungen{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0 0;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 7px;
    position: relative;
}
.bewertungen-details .bewertungen .container__anz-bewertungen span{
    font-weight: 700;
}
.bewertungen-details .bewertungen .container__anz-bewertungen a{
    font-weight: 700; 
    letter-spacing: 0.7px;		
}
.bewertungen-details .bewertungen .headline-frage{
    margin-top: 15px;
    font-weight: 700;
}
.bewertungen-details .div-score{
    font-size: 14px;
    margin: 5px 0;
}
.bewertungen-details .div-score span{
    font-size: 11px;
}
.bewertungen-details .div-score span:nth-of-type(2){
    font-size: 14px;
    font-weight: 700;
}
.bewertungen-details .border-frage{
    border-bottom: 1px solid #F0F0F0;
    margin-top: 5px;
}
.bewertungen-details .container__horizontal-chart-bewertungen,.bewertungen-details .container__horizontal-chart-radio{
    width: 100%;
    max-width: 300px;
    position: relative;
}
.bewertungen-details .chart-table-bewertungen,.bewertungen-details .chart-table-radio{
    width: 100%;
    border-collapse: collapse;
}
.bewertungen-details .chart-table-bewertungen tbody tr,.bewertungen-details .chart-table-radio tbody tr{
    height: 30px;
}
.bewertungen-details .chart-table-bewertungen td,.bewertungen-details .chart-table-radio td{
    padding: 0;
    height: 28px;
}
.bewertungen-details .chart-table-bewertungen td:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: 34px;
}
.bewertungen-details .chart-table-bewertungen td:first-child span{
    margin-left: auto;
    padding-right: 9px;
    padding-top: 3px;
}
.bewertungen-details .chart-table-bewertungen td:first-child i{
    margin-right: auto;
    font-size: 12px;
    color: #B7B7B7;
}
.bewertungen-details .chart-table-bewertungen td:nth-child(2),.bewertungen-details .chart-table-radio td:nth-child(2){
    width: 100%;
}
.bewertungen-details .chart-table-bewertungen td:last-child,.bewertungen-details .chart-table-radio td:last-child{
    padding-left: 10px;
    font-size: 12px;
    text-align: center;
}
.bewertungen-details .skala-bar-container,.bewertungen-details .radio-bar-container{
    display: flex;
    align-items: center;
    height: 20px;
    width: 100%;
    background: #fff;
    border-radius: 1px;
    overflow: hidden;
}
.bewertungen-details .bar{
    height: 100%;
    display: inline-block;
    transition: width 0.5s ease-in-out;
}
.bewertungen-details .bar.orange-bar{
    background-color: #F49E00;
    z-index: 2;
}
.bewertungen-details .x-grid-line{
    position: absolute;
    width: 1px;
    background-color: #F0F0F0;
    bottom: 0;
    z-index: 1;
}
.bewertungen-details .step-label{
    color: #898989;
}
.bewertungen-details .chart-table-radio td:first-child{
    text-align: right;
    padding-right: 9px;
    width: 30px;
    font-size: 14px;
}
.bewertungen-details .bewertungen .antwort-freitext{
    font-size: 12px;
    font-weight: 400;
}
.bewertungen-details .bewertungen .antwort-freitext{
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
}
.bewertungen-details .btn-container{
    /* border-top: 1px solid #B7B7B7;  */
    padding-top: 8px;
}
.bewertungen-details .btn-container .btn-ergebnisse-bewertung-schliessen{
    float: right;
}
.bewertungen-details .details{
    margin-top: -49px;
    display: block;
}
.bewertungen-details .details .headline{
    display: flex;	
    justify-content: space-between; 
    align-items: center;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.bewertungen-details .icons-details-schliessen{
    cursor: pointer;
}
.bewertungen-details .btn-export-details{
    border-radius: 30px;
    background: #F49E00;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    cursor: pointer;
    height: 32px;
    border: none;
    float: right;
    margin-bottom: 10px;
    width: 128px;
    white-space: nowrap;
}
.bewertungen-details .btn-export-details i{padding: 0;}
.bewertungen-details .table__details{
    width: 100%;
    margin-top: 20px;
}
.bewertungen-details .table__details th{
    padding-left: 5px;
    background-color: #EFF7F6;
    height: 33px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    white-space: nowrap;
}
.bewertungen-details .table__details th i{
    position: relative;
    top: 2px;
    left: 5px;
}
.bewertungen-details .table__details td{
    vertical-align: middle;
    line-height: 1.5;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 350px;
    text-align: center;
}
.bewertungen-details .table__details td:last-child{
    width: 85px;        
}
.bewertungen-details .table__details tbody tr:nth-child(odd) {
    background-color: white;
}
.bewertungen-details .table__details tbody tr:nth-child(even) {
    background-color: #EFF7F6;
}
.bewertungen-details .popup-container-details{
    display: none; 
    position: absolute; 
    top: 0; 
    left: calc(100% + 36px); 
    z-index: 10;
}
/* ENDE inc_ergebnisse_bewertung.cfm */

/* START inc_ergebnisse_bewertung_details.cfm */
.details .table__details .th-id{min-width: 40px;}
.details .table__details .th-frage{min-width: 85px;}
.details .table__details th{padding-right: 5px;}
/* ENDE inc_ergebnisse_bewertung_details.cfm */

/* START farming_kpis.cfm */
.container__gv_bewertung-st{
	width: 1492px;
	display: flex;
	justify-content: space-between; 
	align-items: flex-start;
}
.container__bewertung-st{width: 666px;}
.div-bewertung-st{
    border-top: 1px solid #5C9C85;
    margin-top: -1px;
    padding-top: 10px;
}
/* ENDE farming_kpis.cfm */

/* START inc_angelegte_schulungen.cfm */
.angelegte-schulungen{
    width: 1184px;
}
.angelegte-schulungen > .headline{
    margin-bottom: 14px;
}
.angelegte-schulungen .filter-container{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 11px;
    margin-bottom: 13px;
}
.angelegte-schulungen .form__row label select[name="schulungstyp"]{
    width: 277px;
    margin-right: 10px;
}
.angelegte-schulungen .form__row label input[name="csm"]{
    width: 178px;
    margin-right: 10px;
    cursor: default;
}
.angelegte-schulungen .form__row label input[name="datum_von"]{
    width: 105px;
    margin-right: 7px;
}
.angelegte-schulungen .form__row label input[name="datum_bis"]{
    width: 105px;
    margin-right: 18px;
}
.angelegte-schulungen label{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.angelegte-schulungen .btn-export-schulungen,.angelegte-schulungen .btn-export-details{
    border-radius: 30px;
    background: #F49E00;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    cursor: pointer;
    height: 32px;
    border: none;
    margin-left: auto;
}
.angelegte-schulungen .btn-export-schulungen i.fa,.angelegte-schulungen .btn-export-details i.fa{padding: 0;}
.angelegte-schulungen .select-csm-ckbs{
	padding: 15px 10px 2px 10px;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 110px;
	width: 178px;
	z-index: 1000;
	display: none;
}	
.angelegte-schulungen .select-csm-ckbs label {
	display: block;
	margin-bottom: 5px;
}
.angelegte-schulungen .select-csm-ckbs input[type="button"] {
	width: 100%;
	height: 24px;
	line-height: 25px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
.tab-bewertungen,.tab-bewertungen-st,.tab-bewertungen-firma{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 10px 10px 0px 0px;    
}
.tab-bewertungen-firma{
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-bottom: 1px solid #5C9C85;
}
.tab-bewertungen:not(:first-child),.tab-bewertungen-st:not(:first-child),.tab-bewertungen-firma:not(:first-child){margin-left: 5px;}
.tab-bewertungen.active-tab,.tab-bewertungen-st.active-tab,.tab-bewertungen-firma.active-tab{
    border: 1px solid #5C9C85;
    border-bottom: none;
    font-weight: 700;
    z-index: 1;
}
.inc-angelegte-schulungen{
    border-top: 1px solid #5C9C85;
    padding-top: 15px;
    margin-top: -1px;
}
.tab-bewertungen-content{display: flex;}
.bewertung-methode2{display: none;}
/* ENDE inc_angelegte_schulungen.cfm */

/* START inc_angelegte_schulungen_ergebnis.cfm */
.table__angelegte-schulungen{width: 100%;}
.table__angelegte-schulungen th{
    padding-left: 10px;
    background-color: #EFF7F6;
    height: 33px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.table__angelegte-schulungen th i{
    position: relative;
    top: 3px;
}
.table__angelegte-schulungen th:nth-child(2){width: 136px;}
.table__angelegte-schulungen th:nth-child(3){width: 148px;}
.table__angelegte-schulungen th:nth-child(4){width: 100px;}
.table__angelegte-schulungen th:nth-child(5){width: 108px;}
.table__angelegte-schulungen th:nth-child(6){width: 78px;}
.table__angelegte-schulungen th:nth-child(7){width: 30px;}
.table__angelegte-schulungen td {
    vertical-align: middle; /* Text in den Zellen vertikal zentrieren */
    line-height: 1.5;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.table__angelegte-schulungen td:first-child{
    padding-left: 3px;
}
.table__angelegte-schulungen td:first-child:not(:has(i)) {
    padding-left: 21px;
}
.table__angelegte-schulungen td i[class^="fa-solid fa-chevron"]{
    font-size: 12px;
    margin-right: 2.5px;
}
.table__angelegte-schulungen td i[class="fa-solid fa-chevron-right"]{
    margin-right: 7px;
}
.table__angelegte-schulungen td .container__bewertung{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table__angelegte-schulungen td .container__bewertung-sterne{
    text-align: right; 
    padding-right: 9px;
}
.table__angelegte-schulungen td i[class*="fa-star"]:first-of-type {
    margin-left: 6px;
}
.table__angelegte-schulungen td i[class*="fa-star"]{
    font-size: 13px;
    color: #F49E00;
}
.table__angelegte-schulungen td i[class="fa-regular fa-star"]{
    color: #B7B7B7;
}
.table__angelegte-schulungen td i[class^="fa-solid fa-magnifying-glass"]{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--color-green);
}
/* Schriftfarbe für Zeilen ohne <i> im ersten <td> */
.table__angelegte-schulungen tbody tr:not(:has(td:first-child i)):not(:last-child){
    color: #555;
}
.table__angelegte-schulungen tbody tr:nth-last-child(1) td {
    border-top: 1px solid #37675B; /* Unterer Rand für die Zellen in der vorletzten Zeile */
}
.table__angelegte-schulungen .tr-schulung-kunden{display: none;}
.table__angelegte-schulungen .toggle-schulung-kunden,.table__angelegte-schulungen .icon-schulung-kunde-loeschen{
    cursor: pointer;
}
.firma-geloescht{color: #898989;}
/* ENDE inc_angelegte_schulungen_ergebnis.cfm */

/* START schulungen.cfm */
.schulungen .neuer-schulungstyp{
	width: 770px;
	height: 189px;
}
.schulungen .neuer-schulungstyp > .headline{
	margin-bottom: 25px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 7px;
}
.schulungen .neuer-schulungstyp .form__row > label:nth-child(2){margin-right: 14.5px;}
.schulungen .neuer-schulungstyp label{
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.schulungen .neuer-schulungstyp input[name="bezeichnung"]{
	width: 406px;
	margin-right: 10px;
}
.schulungen .custom-select-sprache{
	appearance: none;
	background-image: url('/images/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	width: 178px;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.schulungen .select-sprachen-ckbs{
	padding: 15px 10px 2px 10px;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 130px;
	width: 178px;
	z-index: 1000;
	display: none;
}	
.schulungen .select-sprachen-ckbs label {
	display: block;
	margin-bottom: 5px;
}
.schulungen .select-sprachen-ckbs input[type="button"] {
	width: 100%;
	height: 24px;
	line-height: 25px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
.schulungen .custom-select-sprache-edit{
    appearance: none;
    background-image: url('/images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    width: 178px;
    height: 26px;
    padding: 2px 0 0 5px;
    border-radius: 10px;
    cursor: pointer;
}
.schulungen .select-sprachen-ckbs-edit{
    padding: 15px 10px 2px 10px;
    background-color: #FFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
    position: absolute;
    top: 130px;
    width: 178px !important;
    z-index: 1000;
    display: none;
}	
.schulungen .select-sprachen-ckbs-edit label{
    display: block;
    margin-bottom: 5px;
}
.schulungen .select-sprachen-ckbs-edit input[type="button"]{
    width: 100%;
    height: 24px;
    line-height: 25px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 2px;
	display: block;
}
/* Container für den Info-Text */
.schulungen .info-text-sprachen{
	font-size: 12px;
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.schulungen .info-text-sprachen i{
	color: #B7B7B7;
	margin-right: 6px;
}
.schulungen .info-text-sprachen span{
	margin-top: 3px;
}
.modal-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 999;
}
.schulungen .inc-fragen{
	position: relative;
	z-index: 1000;
}
/* ENDE schulungen.cfm */

/* START inc_farming_kpis_bewertung_st.cfm */
.table__bewertung-st{width: 100%;}
.table__bewertung-st th{
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
}
.table__bewertung-st i[class^="fa-solid fa-sort"]{
    color: black;
    font-size: 12px;
    float: none;
    margin-left: 4px;
}
.table__bewertung-st th:nth-child(2){width: 125px;}
.table__bewertung-st th:nth-child(3){
    width: 125px;
    white-space: nowrap;
}
.table__bewertung-st td {
    height: 33px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.table__bewertung-st tr:not(:last-child) td{
    border-bottom: 1px solid #F0F0F0;
}
.table__bewertung-st td .container__bewertung{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table__bewertung-st td .container__bewertung-sterne{
    text-align: right; 
    padding-right: 9px;
}
.table__bewertung-st td i[class*="fa-star"]:first-of-type {
    margin-left: 6px;
}
.table__bewertung-st td i[class*="fa-star"]{
    font-size: 13px;
    color: #F49E00;
}
.table__bewertung-st td i[class="fa-regular fa-star"]{
    color: #B7B7B7;
}
/* ENDE inc_farming_kpis_bewertung_st.cfm */

/* START kundendatenblatt.cfm */
a[id^="firma_link"]{
    color: #37675B;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
.table__kontaktpunkte{width: 90%;}
.table__kontaktpunkte td{height: 30px;}
.container__schulungen .inner_kundeninfo{
    font-size: 12px;
}
.container__schulungen .form__row{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.container__schulungen select,.container__schulungen input[type=button]{
    height: 26px;
    font-size: 12px;
}
.container__schulungen select[name="schulungstyp"] {
    width: 190px;
    margin-right: 5px;
}
.container__schulungen select[name="sprache_fk"] {
    width: 127px;
    margin-right: 5px;
}
.container__schulungen select[name="schulungstyp"].custom-select,.container__schulungen select[name="sprache_fk"].custom-select{
    background-position: calc(100% - 9px) center;
}
.container__schulungen input[type=button]{
    padding-top: 3px;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.div-schulungen{
    border-top: 1px solid #5C9C85;
    margin-top: -1px;
    padding-top: 10px;
}
/* ENDE kundendatenblatt.cfm */

/* START inc_kundendatenblatt_schulungen.cfm */
.table__schulungen{
    width: 100%;
    font-size: 12px;
    table-layout: auto; /* Damit die erste Spalte dynamisch größer sein kann */
    border-collapse: collapse;
}
.table__schulungen th,.table__schulungen td {
    white-space: nowrap;
    padding-right: 7px;
}
.table__schulungen th{
    font-weight: 700;
    letter-spacing: 0.24px;
}
.table__schulungen td {
    height: 27px;
    font-weight: 400;
}
.table__schulungen td:not(:has(select)) {
    padding-top: 5px; /* Oder gewünschter Wert */
}
.table__schulungen th:nth-child(1),.table__schulungen td:nth-child(1) {
    width: auto;
}
.table__schulungen th:not(:first-child),.table__schulungen td:not(:first-child) {
    width: 1%;
}
.table__schulungen td i:not([class*="fa-star"]){
    color: var(--color-green);
    cursor: pointer;
}
.table__schulungen td .container__bewertung,.table__schulungen td .container__bewertung-gesamt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.container__bewertung-gesamt .bewertung-ziffern{
    display: inline-block;
    width: 21px;;
}
.table__schulungen td .container__bewertung span{width: 21px;}
.table__schulungen td .container__bewertung-sterne{
    margin-left: auto;
    white-space: nowrap;
}
.table__schulungen td i[class*="fa-star"]{
    font-size: 13px;
    color: #F49E00;
}
.sterne-gray i[class="fa-solid fa-star"],.sterne-gray i[class="fa-regular fa-star-half-stroke"] {
    color: var(--color-darkgray) !important;
}
.table__schulungen td i[class="fa-regular fa-star"]{
    color: #B7B7B7;
}
.table__schulungen td i[class^="fa-solid fa-arrow-up-right-from-square"]{
    margin-right: 8px;
}
.table__schulungen tbody tr:not(:last-child) td {
    border-bottom: 1px solid #F0F0F0;
}
.table__schulungen tbody tr:nth-last-child(2) td {
    border-bottom: 1px solid #D9D9D9;
}
.table__schulungen tbody tr:nth-last-child(1) td  {
    font-weight: 700;
}
.table__schulungen .text-overflow-ellipsis{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-right: 5px;
}
.clipboard-popup{
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.table__schulungen a.icon-link-kopieren{
    color: #37675B;
    font-size: 12px;
    text-decoration: none;    
}
.table__schulungen a.icon-link-kopieren:not(:last-child){
    margin-right: 7px;
}
/* ENDE inc_kundendatenblatt_schulungen.cfm */

/* START inc_schulungen_fragen.cfm */
.fragen{
    margin: 38px 0;
    width: 1353px;
}
.fragen > .headline-container{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.fragen .additional-content {
    flex-grow: 1; /* Füllt den Raum zwischen Überschrift und Button */
}
.fragen i{
    color: var(--color-green);
    cursor: pointer;
}
.fragen i.fa-copy{margin: 0 16px;}
.fragen .row-fragen{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
    height: 33px;
}
.fragen .row-fragen div{
    padding-left: 10px;
    border-right: 2px solid white;
    height: 33px;
    line-height: 35px;
}
.fragen .row-fragen div:first-child{width: 28px;}
.fragen .row-fragen div:nth-child(2){width: 563px;}
.fragen .row-fragen div:nth-child(3){width: 454px;}
.fragen .row-fragen div:nth-child(4){width: 150px;}
.fragen .row-fragen div:nth-child(5){
    width: 118px;
    border-right: none;
}
.fragen .row-fragen .container-icons{
    display: flex;
    align-items: center;
    gap: 14px;
}
.fragen .row-fragen .container-icons i[class^="fa-solid fa-chevron-down"]{
    margin-right: 10px;
}	
.btn-sprache-hinzufuegen{
    width: 221px;
    height: 32px;
    border: none; 
    font-size: 12px; 
    letter-spacing: 1.7px;
    flex-shrink: 0;
}
.btn-sprache-hinzufuegen i{
    color: white;
    font-size: 11px; /* Größe des Icons */
}
.btn-speichern-abbrechen-container{
    display: flex;
    align-items: center; /* Vertikal zentrieren */
    gap: 19px; /* Abstand zwischen den Elementen */
}
.btn-group {
    display: flex;
    gap: 19px; /* Abstand zwischen den Buttons */
    margin-left: auto; /* Schiebt die Buttons nach rechts */
}
.info-text-sprachen-typfelder{
    font-size: 12px;
    display: flex;
    align-items: center;
}
.info-text-sprachen-typfelder i{
    color: #B7B7B7;
    margin-right: 6px;
}
.info-text-sprachen-typfelder span{
	margin-top: 3px;
}
.container__weitere-sprachen{
    margin: 10px 0 20px 0;
}
.container__weitere-sprachen .row-fragen div:first-child{width: 28px;}
.container__weitere-sprachen .row-fragen div:nth-child(2){width: 635px;}
.container__weitere-sprachen .row-fragen div:nth-child(3){width: 474px;}
.container__weitere-sprachen .row-fragen div:nth-child(4){width: 150px;}
.container__weitere-sprachen .row-fragen div:nth-child(5){width: 34px;}
.container__weitere-sprachen .toggle-weitere-sprachen{
    cursor: pointer; 
    display: flex; 
    align-items: center;
}
.container__weitere-sprachen .toggle-weitere-sprachen i{
    font-size: 12px; 
    position: relative; top: -2px; 
    margin-right: 9.5px; 
    color: black;
}
.container__weitere-sprachen .toggle-weitere-sprachen i.fa-chevron-down {
    margin-right: 5px;
}
.container__weitere-sprachen .toggle-weitere-sprachen span{
    font-size: 18px; 
    font-weight: 700; 
    letter-spacing: 0.9px;
}
.select-sprachen-ckbs-st{
	padding: 15px 10px 2px 10px;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.10);
	position: absolute;
	right: 22px;
    top: 36px;
	width: 178px;
	z-index: 1000;
	display: none;
}	
.select-sprachen-ckbs-st label {
	display: block;
	margin-bottom: 5px;
}
.select-sprachen-ckbs-st input[type="button"] {
	width: 100%;
	height: 24px;
	line-height: 25px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
/* ENDE inc_schulungen_fragen.cfm */