.kurswrapper {
    width: 1000px;
    background-color: #efefef;
    text-align: center;
    min-height: 200px;
    font: .85em "Trebuchet MS", Arial, Sans-Serif;
    padding-bottom: 15px;
    display: block;

}

.kurswrapper a {
    text-decoration: none;
}

.workshoptitel {
    font-size: 23px;
    color: #ffffff;
    width: 1000px;
    background-color: #db0031;

}

.workshoptitel h2 {

    font-size: 23px;
    color: #ffffff;
    line-height: 100%;
    padding-bottom: 3px;
    padding-top: 3px;

}

.kursgroup {
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
    padding-bottom: 10px;

}

.kursgroup_flex {
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
    padding-bottom: 10px;
    position: relative;
}

.flexwrapper {
    min-height: 500px;
    height: 100%;
    width: 1000px;
    overflow: auto;
}

.flexcontent {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.kurs_subgroup {
    width: 320px;
    min-height: 75px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    float: left;
    border-right: 1px solid #A4A4A4;
    display: block;
}

.kurs_subgroup:nth-child(3n+1) {
    clear: both;
}

.kurs_subgroup:nth-child(3n) {
    border: none;
}

.kurs_subgroup:last-child {
    border: none;
}

.grouptitel {
    width: 1000px;
    height: 25px;
    font-weight: bold;
    color: #db0031;
    background-color: #c5c5c5;
    border-bottom: 1px solid;
    border-color: #ffffff;
    font-size: 20px;
    margin-top: 6px;
}

.grouptitel h3 {
    font-weight: bold;
    color: #db0031;
    font-size: 20px;
    margin-top: 6px;
}

.subgrouptitel {
    width: auto;
    height: 20px;
    border-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 3px;
}

.subgrouptitel_height_1row {
    height: 20px;
}

.subgrouptitel_height_2row {
    height: 40px;
}

.kurs:hover {

    background-color: #db0031;
    color: #ffffff;
    -moz-box-shadow: 3px 3px 2px #A90025;
    -webkit-box-shadow: 3px 3px 2px #A90025;
    box-shadow: 3px 3px 2px #A90025;
}

.kurs:hover p {
    color: #ffffff;
}


.kurs p {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    font-size: 10pt;
    left: 0px;
    right: 0px;
    color: #000000;
    font-weight: normal;
    text-indent: 0 pt;

}

.kursflex:hover {

    background-color: #db0031;
    color: #ffffff;
    -moz-box-shadow: 3px 3px 2px #A90025;
    -webkit-box-shadow: 3px 3px 2px #A90025;
    box-shadow: 3px 3px 2px #A90025;
}

.kurs:hover p {
    color: #ffffff;
}


.kursflex p {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    font-size: 10pt;
    left: 0 px;
    right: 0px;
    color: #000000;
    font-weight: normal;
    text-indent: 0 pt;
}

.kursflex:hover p {
    color: #ffffff;
}

.kurs_cols {
    display: inline-block;
    text-align: center;

}

.kursid {
    float: left;
    width: 76px;
    padding: 2px;
    padding-right: 3px;
    padding-top: 2px;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}


.kurs_language {
    float: left;
    width: 30px;
    padding-left: 4px;
    padding-right: 1px;
    padding-top: 2px;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.Kurslanguage {
    width: 67px;
}

.kurs_main {

    min-height: 55px;
    float: left;
    width: 190px;
    /* max-width: 190px; */
    table-layout: fixed;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;

    position: relative;

    display: -webkit-box;
    /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;
    /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    display: -webkit-flex;
    /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;
    /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    /* OLD… */
    -ms-flex-align: center;
    /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.kurs_main span {
    font-weight: bold;
    text-decoration: underline;
    color: #db0031;
}

.kurs_main p {

    width: 190px;
    max-width: 185px;
    margin-top: 1px;
    margin-bottom: 1px;

}


.clear {
    clear: both;
}

.extras {
    display: box;
    position: absolute;
    top: 3px;
    right: 2px;
}

.coins {
    float: left;
    width: 6px;
    height: 14px;
    background-color: #0000ff;
    margin-right: 1px;
    margin-left: 1px;
}

.switch {
    width: 242px;
    height: 25px;
}

.tab {
    float: left;
    display: inline-block;
    width: 120px;
    height: 25px;

    display: -webkit-box;
    /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;
    /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    display: -webkit-flex;
    /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;
    /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    /* OLD… */
    -ms-flex-align: center;
    /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}

.wsactive {
    border-right: 1px solid black;
    color: #db0031;
    background-color: #cccccc;
    -webkit-box-shadow: inset -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset -1px -2px 5px 0px rgba(0, 0, 0, 0.75);
}

.wspassive {
    border-left: 1px solid black;
    color: #848484;
    background-color: #cccccc;
    -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

/*   */


.wsansicht_wrapper {
    min-width: 1300px;
    width: 1300px;
    text-align: center;
    display: -webkit-box;
    display: box;
    display: flex;
}

.wsansicht_wrapper span {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;

}

.workshops {
    width: 380px;
    height: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: inline-block;
    float: left;

}

.ttip {
    display: none;
}

.ttip ul {
    margin-left: -45px;
    margin-top: 0px;
}

.workshopwrap:hover .ttip,
.workshopwrap:hover~.ttip {
    position: absolute;
    display: block;
    border: 1px solid black;
    background-color: white;
    margin-left: 555px;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

.workshopwrap {
    width: 550px;
    height: 25px;
    margin-left: 15px;
    margin-top: 3px;
    background-color: #db0031;
    border: 1px solid #FF2D5B;

}

.workshops:last-child {
    clear: both;
    color: #000000;
    background-color: #ff00ff;
}

.workshops a {
    width: 380px;
    height: 25px;
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
}

.workshopwrap:hover {
    background-color: #D54E6B;
}

.workshops a:hover {
    color: #ffffff;
}

.wsactions {
    width: 150px;
    height: 25px;
    float: left;
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    text-align: right;
}

.wsactions a {
    color: #000000;
    text-decoration: none;
    text-align: right;
}

.wsactions a:hover {
    text-decoration: underline;
}

.ws_navi {
    display: block;
    width: 200px;
    min-height: 250px;
    float: left;
    background-color: #E5E5E5;
    text-align: left;
    border-left: 1px solid;
    border-right: 1px solid;
}

.ws_navi ul {
    margin-left: 0px;
    text-align: left;
}

.ws_navi li {
    text-align: left;
    margin-left: -30px;
    list-style: none;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #6E6E6E;
    width: 175px;
    min-height: 18px;
}

.ws_navi li a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    width: 175px;
    min-height: 18px;
    display: flex;
}

.ws_navi li:last-child {
    border: none;
}



.ws_navi li:hover {
    color: #ffffff;
    background-color: #D54E6B;
}

.ws_navi li:hover>a {
    color: #ffffff;
}

.ws_content {
    margin-left: 15px;
    float: left;
    width: 1080px;

}

.clear {
    clear: both;
}

.ws_navi ul ul {
    text-align: left;
    margin-left: 5px;
    list-style: none;
    padding-left: 2px;

}

.ws_navi ul ul a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.ws_navi ul ul li {
    border-left: 1px solid #db0031;
}

.ws_navi ul ul li:first-child {
    margin-top: 5px;
}

.ws_navi ul ul li:last-child {
    border-bottom: none;
}

.formular {
    margin-left: 15px;
    margin-top: 20px;
}


.dragable {
    width: 320px;
    position: absolute;
    z-Index: 99999;
}

.duallink {
    border-bottom: 1px solid black;
    background-color: #F2F2F2;
    margin-top: 3px;
}

.multi_wrap {
    width: 350px;
    min-height: 75px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    float: left;
    display: inline-block;
}

.multi_wrap a {
    text-decoration: none;
}

.kurs_multi {
    background-image: url("/qskills/admin/img/bg.png");
    background-repeat: repeat-y;

    background-color: #c5c5c5;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    min-height: 65px;
    margin-bottom: 10px;


    /* Schatten */

    -moz-box-shadow: 3px 3px 2px #888;
    -webkit-box-shadow: 3px 3px 2px #888;
    box-shadow: 3px 3px 2px #888;


    display: -webkit-box;
    /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;
    /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    display: -webkit-flex;
    /* NEW, Chrome 21â€“28, Safari 6.1+ */
    display: flex;
    /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */

    -webkit-box-align: center;
    -moz-box-align: center;
    /* OLDâ€¦ */
    -ms-flex-align: center;
    /* You know the drill nowâ€¦ */
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    text-align: center;
}

.kurs_multi:hover {

    background-color: #db0031;
    color: #ffffff;
    -moz-box-shadow: 3px 3px 2px #A90025;
    -webkit-box-shadow: 3px 3px 2px #A90025;
    box-shadow: 3px 3px 2px #A90025;
}

.kurs_multi:hover p {
    color: #ffffff;
}


.kurs_multi p {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    font-size: 10pt;
    left: 0px;
    right: 0px;
    color: #000000;
    font-weight: normal;
    text-indent: 0 pt;

}

.legende {
    width: 1000px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.blue {
    width: 6px;
    height: 14px;
    background-color: #0000ff;
    margin-right: 1px;
    margin-left: 1px;
}

.title {
    text-align: center;
    width: 1000px;
}

.title h1 {
    font-weight: bold;
    font-size: 24px;
}

.title h2 {
    font-weight: bold;
    font-size: 14px;
}

.tooltipblack {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipblack .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipblack .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0px;
    margin-left: -12px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipblack:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}