
html {
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    min-height: 100%;
    font-size: 16px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 400;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body,
body.site {
    display:flex;
    flex-direction:column;
    min-height: 100vh;
    box-sizing: border-box;
    overflow-x: clip;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    font-weight: 400;
}

#top {
    width: 100%;
    flex:1;
}

.display-flex{
    display: flex;
}

.small {
    font-size: 15px;
}

.site #cookie-bar {
    z-index: 100;
}

.site #cookie-bar .cb-enable {
    border-radius: 0;
}

.site #cookie-bar .cb-policy {
    border-radius: 0;
}

footer{
    border-top: var(--gainsboro-color) 1px solid;
}

footer hr {
    display: none;
}

footer a,
footer a:visited {
    font-size: 17px;
}

.chzn-container .chzn-results li.highlighted {
    background-image: none;
}

#sbox-window {
    box-sizing: content-box;
}

.to-top {
    display: none;
}

label {
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}


button:focus,
input:focus,
button:active,
input:active {
    outline:none;
    outline-width: 0;
}

.bold {
    font-weight: bold;
}

.table th,
.table th a,
.table td,
.table td a {
    font-size: 15px;
}

.table td,
.table td a {
    vertical-align: middle;
}

.table tbody:last-child{
    border-bottom: 1px solid var(--gainsboro-color);
}

.popover {
    padding: 20px;
}

.popover .popover-title {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0 0 20px 0;
}

.popover .popover-content {
    padding: 20px 0 0 0;
}

.header-section{
    padding: 2rem;
    background-color: var(--snow-white-color);
    border-bottom: var(--off-white-color) 1px solid;
}

.header .brand img {
    /* max-height: 299px;
	max-width: 207px;
	height: 40px;
	width: auto; */
    max-height: 90px;
    max-width: 184px;
}

.main-section .sidebar-active{
    padding-right: 0;
}

.main-section #aside{
    position: sticky;
    top: 0;
}

#sidebar{
    float: right;
    width: 80px;
    padding: 1rem 0;
    background-color: var(--off-white-color);
    border-left: var(--gainsboro-color) 1px solid;
}

#sidebar.top {
    height: calc(100vh - 100px);
}

#sidebar.bottom {
    height: calc(100vh - 88px);
}

#sidebar.full-height{
    height: 100vh;
}

.mod-languages {
    order: 2;
    margin-left: 20px;
    padding-top: 4px;
    padding-bottom: 3.5px;
}

.mod-languages .btn-group a.btn.dropdown-toggle {
    text-align: left;
    border-radius: 0;
    min-width: 95px;
    border-radius: 17px;
}

.mod-languages .btn-group.open .btn.dropdown-toggle {
    box-shadow: none;
}

.mod-languages ul.lang-block.dropdown-menu {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 165px;
    border: none;
    font-size: 15px;
    box-shadow: 0 5px 10px var(--component-shadow);
    border-radius: 8px;
}

.mod-languages ul.lang-block.dropdown-menu li {
    margin: 5px;
}

.mod-languages ul.lang-block.dropdown-menu li a {
    padding-left: 34px;
}

label, input, button, select, textarea {
    font-size: 18.5px;
}

select option {
    font-size: 1em;
}

.body .container {
    max-width: 100%;
    border-style: none;
    box-shadow: none;
    width: 100%;
}

.btn,
a.btn,
.btn-group > .btn,
.btn:visited,
.btn-group > .btn:first-child,
.view-seminarform .btn-group > .btn:first-child,
.view-seminarform .btn-group > .btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 17px;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    padding: 0 15px;
    min-height: 34px;
    column-gap: 5px;
}

.btn-group > .btn:last-child {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
}

.seminare-list table ~ a:hover,
.course-edit #course-content a#btn_addcontent:hover,
.course-edit #stammdaten a#btn_addcategory:hover,
.course-edit #course-certificate a#btn_addcertificate:hover,
.view-ideacontents .bottom-actions a:hover,
.view-userresults #ur_charts + a:hover,
.layout-learningdb .learningdb-list #resetButton:hover,
.view-feedbacks .feedbacks-list .filter-search a#resetButton:hover {
    text-decoration: none;
}

.btn-append .fa,
.btn-append span.icon[class^='icon-'],
.btn-append a.icon[class^='icon-'],
.icon[class*=" icon-"],
.icon[class^="icon-"] {
    display: flex;
    width: inherit;
    height: inherit;
    font-size: inherit;
}

.list-actions [class^="icon-"],
.list-actions [class*=" icon-"] {
    margin-right: 0;
}

.btn-group > .btn,
.btn-group > .btn + .btn {
    margin-left: 5px;
}

.btn-group > .btn,
.list-actions > .btn {
    align-items: center;
}
.view-feedbackform #questions #questioncontent .actions > a {
    padding: 0;
    text-decoration: none;
}

.list-actions button,
.list-actions > .btn,
.list-actions > a > .btn,
.list-actions > span a.btn,
.sortable > .btn,
.actions .btn,
.actions > a > .btn,
.com_seminar .optionButtons > *,
.com_seminar .optionButtons .btn,
.view-feedbackform #questions #questioncontent .actions > *,
.view-feedbackform #questions #questioncontent .sortable > span.btn,
.seminar-view > .btn-group > .btn,
.view-article .article .icons .btn,
.idealiveas #tab_pages #pages_view .actions .btn,
.idealiveas #tab_pages #pages_view .sortable .btn {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    float: left;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    border-radius: 0;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
    /*.btn-group > .btn:last-child,*/
.btn-group > .dropdown-toggle {
    border-radius: 0;
    /* vertical-align: bottom; */
}

input[type="text"],
input,
input[type="password"],
.site input,
input[type="number"] {
    border-style: solid;
    box-shadow: none;
    border-width: 1px;
    border-radius: 0;
    font-size: 18px;
    padding: 0 20px;
    height: 35px;
    margin: 0;
}
/*
.tw input[type="text"],
.tw input,
.tw input[type="password"],
.tw input[type="number"] {
    border-style: solid;

}*/


.site .field-calendar input[type="text"] {
    min-width: 220px;
}

.site .span3 .field-calendar input[type="text"]  {
    min-width: 100px;
}

.site .field-calendar button [class*=' icon-'],
.site .field-calendar button [class^=icon-],
.site .field-user-wrapper button [class^=icon-] {
    margin-right: 0;
}

.site th > input,
.site td > input,
.site input[type="checkbox"] {
    height: auto;
}

input[type="text"]:focus,
input:focus,
input[type="password"]:focus,
input:focus:invalid:focus,
input[type="number"]:focus {
    box-shadow: none;
    border-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
}

.js-stools {
    margin: 10px 0 40px 0;
}

.chzn-container-single .chzn-single {
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    background: none;
    box-shadow: none;
}

.idealivefilters .chzn-container-single .chzn-single {
    margin-bottom: 0;
    padding: 11px 8px 0px 8px;
    height: auto;
    border: none;
    font-size: 17px;
}

.idealivefilters #filter_methode_chzn .chzn-drop {
    border: none;
    box-shadow: 0 0 5px var(--component-shadow);
    font-size: 17px;
    padding: 0 10px;
}
/*
.seminar #filter_methode_chzn .chzn-drop:after {
	position: absolute;
	left: 50%;
	top: -8px;
	width: 0;
	height: 0;
	content: '';
	border-left-width: 20px;
	border-left-style: solid;
	border-right-width: 20px;
	border-right-style: solid;
	border-bottom-width: 20px;
	border-bottom-style: solid;
}
*/
.seminar #filter_methode_chzn  .chzn-drop li {
    padding: 10px 0;
}

.control-label .optional {
    display: block;
    padding-bottom: 10px;
}

.pagination {
    text-align: center;
    font-size: 15px;
    line-height: 1.2em;
}

.tab-content {
    padding: 20px 12px;
}
/*---------------Login----------------------*/
.view-login footer,
.view-reset footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.grafic .view-login .body,
.grafic .view-reset .body {
    min-height: 1000px;
}

.grafic .view-login,
.grafic .view-reset {
    background-image: url(../images/login-sm.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.view-login main,
.view-reset main {
    max-width: 100%;
    padding: 100px 0 0 0;
    width: 50%;
}

.view-login .logincontent {
    clear: both;
}

.view-login .logincontent,
.view-reset .reset,
.view-registration .registration {
    padding-right: 20px;
}

.well {
    width: 100%;
    box-sizing: border-box;
    border-style: none;
    box-shadow: none;
    padding: 0;
    white-space: normal;
}

.login .control-group,
.reset .control-group {
    width:100%;
    padding-bottom: 20px;
}

.login .control-label,
.reset .control-label {
    width: 300px;
    max-width: 300px;
    padding: 0;
    padding-top: 10px;
    padding-right: 20px;
    display: inline-block;
}

.foto .login .control-label,
.foto .reset .control-label {
    width: 35%;
    max-width: 35%;
}

.login label,
.login .control-label label,
.reset label,
.reset .control-label label {
    text-align: right;
}

.login .controls,
.reset .controls {
    width: calc(100% - 300px);
    margin: 0;
    max-width: 450px;
    text-align:right;
    display: inline-block;
}

.foto .login .controls,
.foto .reset .controls {
    width: 65%;
}

.login .controls-login,
.reset .controls-reset {
    margin-left: 300px;
}

.foto .login .controls-login,
.foto .reset .controls-reset {
    margin-left: 35%;
}

.login .controls input,
.reset .controls input {
    padding: 10px 20px;
    width: 100%;
    font-weight: normal;
    line-height: 1.5em;
    height: 35px;
}

.login .controls input.required,
.login .controls input.required:focus,
.login .controls input.required:active,
.reset .controls input.required,
.reset .controls input.required:focus,
.reset .controls input.required:active {
    font-weight: normal;
}

.login .controls input.invalid,
.login .controls input.invalid:focus {
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: none;
    font-weight: normal;
}

.login input#remember {
    float: left;
    width: auto;
}

.login .control-check input[type=checkbox] {
    display: none;
}

.login .control-check label input[type=checkbox] + span:after {
    content:" ";
    font-weight: 400;
    display: inline-block;
    margin-right: -60px;
    margin-left: 30px;
    height: 28px;
    width: 28px;
    border: 1px solid;
    border-radius: 5px;
}


.login .control-check label input[type=checkbox]:checked + span:after {
    font-family: "youknow";
    content:"\ea4a";
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
}

.login .control-check label span:after {
    position: absolute;
}

.foto .view-login {
    padding-bottom: 100px;
}

/*---- Registrierung/Profil und der dazugehörige Datenschutz ANFANG-----*/

.view-registration .registration #member-registration,
.view-profile .profile #member-profile,
.view-profile .profile-edit #member-profile {
    width: 100%;
    max-width: 1000px;
    min-width: 300px;

}

.view-registration .registration #member-registration > fieldset,
.view-profile .profile  #member-profile > fieldset,
.view-profile .profile-edit #member-profile > fieldset {
    margin-bottom: 60px;
    width: 100%;
}

.view-registration .registration fieldset #jform_privacyconsent_privacy-lbl,
.view-profile .profile fieldset #jform_privacyconsent_privacy-lbl,
.view-profile .profile-edit fieldset #jform_privacyconsent_privacy-lbl {
    padding-left: 15px;

}

.view-registration .registration fieldset #jform_privacyconsent_privacy input,
.view-profile .profile fieldset #jform_privacyconsent_privacy input,
.view-profile .profile-edit fieldset #jform_privacyconsent_privacy input {
    margin-left: 20px;
    line-height: 1em;
    height: 1em;
    margin-right: 20px;
    width: auto;
}


.view-registration .registration fieldset #jform_privacyconsent_privacy label,
.view-profile .profile fieldset #jform_privacyconsent_privacy label,
.view-profile .profile-edit fieldset #jform_privacyconsent_privacy label {
    text-align: left;
}
/*---- Registrierung/Profil und der dazugehörige Datenschutz ENDE -----*/
.btn-login,
.btn-reset  {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    border-radius: 29px;
    font-weight: bold;
}

.nav-tabs.nav-login {
    margin-left: 300px;
    max-width: 450px;
}

.foto .nav-tabs.nav-login {
    margin-left: 35%;
    max-width: 450px;
}

.nav-tabs.nav-login > li > a {
    border-style: none;
    text-align: center;
}

.nav-tabs.nav-login > li > a:hover,
.nav-tabs.nav-login > li > a:focus {
    background-color: transparent;
}

.az-login{
    font-size: 24px!important;
    padding: 20px!important;
}

.view-login footer #back-top,
.view-reset footer #back-top {
    display: none;
}

.view-login #system-message-container,
.view-reset #system-message-container {
    width: 100%;
    min-height: 100px;
}

.view-login #system-message {
    min-height: 100px;
}

.view-login #system-message .alert {
    text-align: left;
}

footer .menu {
    float: right;
    margin: 1rem 0 ;
}

footer .menu li {
    float: left;
    padding: 1rem;
}

footer > div > p {
    padding: 20px;
}

footer .footer-jahr{
    padding: 1rem;
    margin: 1rem 0;
}

.foto #system-message-container {
    width: 100%;
}

.foto .logincontent,
.foto .reset,
.foto .view-reset #system-message-container {
    width: 50%;
}

#system-message-container #system-message {
    width: 100%;
    max-width: 800px;
}

.foto .logincontent,
.foto #system-message-container,
.foto .reset,
.foto .view-reset #system-message-container {
    display: block;
    clear: both;
}

.foto .view-login main,
.foto .view-reset main {
    position: static;
}

.foto .zusatzfoto {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}


.foto .zusatzfoto img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: 100%;
    min-height: 100%;
    float: right;
}

@supports ( object-fit: cover ) {
    .foto .zusatzfoto img {
        width: 100%;
        min-width: 100%;
        object-fit: cover;
        max-width: 100%;
    }
}


.view-reset .reset,
.view-reset #system-message-container {
    max-width: 750px;
    clear: both;
}

.view-reset .reset {
    line-height: 1.5em;
}


.view-reset .reset label {
    font-weight: bold;
}

.view-reset .reset .reset-text {
    padding-bottom: 50px;
}
.page-header {
    border-bottom: none;
}

#adminForm table thead tr {
    border-top: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*---------------Menü + Header------------------------------*/

header {
    width: 184px;
    float: left;
}

.navigation {
    border-style: none;
    float: right;
    width: calc(100% - 205px);
    padding-top: 0;
}

.navigation .nav-collapse {
    float: right;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: start;
    align-items: center;
    position: relative;
}

.navigation .nav-collapse > ul {
    /* min-width: 587px; */
    /* padding-right: 124px; */
    float: right;
}

.navigation .nav > li,
.navigation .nav > li .nav-header {
    /* margin-right: 20px; */
    font-size: 20px;
}

.navigation .nav > li > a,
.navigation .nav > li > span {
    padding: 8px 20px 8px 30px;
}

.navigation .nav > li .nav-header {
    text-transform: none;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: default;
}

.navigation  .nav > li:last-child,
.navigation  .nav > li:last-child a {
    /* 	margin-right: 0; */
    padding-right: 0;
}

.nav-pills > li > a,
.nav-pills > li > span {
    line-height: 18px;
    margin-top: 2px;
}

.navigation .nav li .logout {
    margin-bottom: -5px;
}

.nav li a[class$="icon"]:before,
.nav li span[class$="icon"]:before
{
    font-family: "youknow";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 28px;
}

.nav li span.nav-header.admin-icon:before {
    content: "\ea4f";
}

.nav .kurskatalog-icon:before {
    content: "\ea399";
}

.nav .benutzer-icon:before {
    content: "\ea40";
}

.nav .meinekurse-icon:before {
    content: "\ea39a";
}

.nav .autorensystem-icon::before {
    content: "\ea373";
}

.nav .suche-icon:before {
    /* 	content: "\f002"; */
}

.navigation .nav-child {
    border-radius: 0;
    border: none;
    min-width: 220px;
}

/*----Breiter Kurskatalog Dropdown Anfang----------------*/
.navigation ul.nav > li:first-child .nav-child {
    min-width: 350px;
}

.navigation ul.nav > li:first-child .nav-child > li a {
    max-width: unset;
}
/*----Breiter Kurskatalog Dropdown Ende------------------*/

.navigation .nav-child li > a {
    font-size: 18px;
    padding: 8px 20px;
}

.navigation .nav-child li > a:focus,
.navigation .nav-child li > a:hover,
.navigation .nav-child:hover > a,
.navigation .active .nav-child li.active > a {
    background-image: none;
}

#lul-search:hover,
#lul-search:hover #lul-search-submit-icon:before,
#lul-search:hover #lul-search-input {
    cursor: pointer;
}

.lul-search,
.nav-collapse > ul {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

#lul-search {
    -webkit-transition: left .2s ease;
    -moz-transition: left .2s ease;
    transition: left .2s ease;
    /*position: absolute;*/
    left: calc(100% - 124px);
    top: 0;
    font-size: 24px;
    order: 1;
    height: 38.5px;
}

#lul-search.active {
    /* -webkit-flex: 1 1 auto; */
    /*-ms-flex: 1 1 auto;*/
    /*flex: 1 1 auto; */
    width: 500px;
    left: calc(100% - 500px);
    -webkit-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    -moz-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    box-shadow: 5px 5px 10px 0 var(--component-shadow);
    padding: 20px;
    top: -10px;
    -webkit-transition: left .35s ease;
    -moz-transition: left .35s ease;
    transition: left .35s ease;
    z-index: 99;
    position: absolute;
    height: auto;
}

.lul-search form#lul-search-form,
.lul-search #lul-search-form  #lul-search-input {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
}

#lul-search form#lul-search-form {
    padding: 2px 0;
}

#lul-search.active form#lul-search-form {
    padding: 0 12px;
    display: flex;
}

.lul-search.active #lul-search-form  #lul-search-input {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 113px);
}

/*
_::-webkit-full-page-media, _:future, :root .lul-search #lul-search-form  {
    margin-top: 4px;
}

_::-webkit-full-page-media, _:future, :root .lul-search #lul-search-submit-icon::before {
	top: -5px;
}
*/
/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root .lul-search.active #lul-search-submit-icon::before  {
    top: 0;
}

.lul-search #lul-search-form  #lul-search-input {
    padding: 8px 0 8px 30px;
    font-size: 20px;
    opacity: 1;
}

.lul-search #lul-search-form #lul-search-input::-moz-placeholder{
    opacity:1
}

.lul-search #lul-search-submit-icon:before {
    font-family: "youknow";
    content: "\ea14";
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 5px;
}

.lul-search #lul-search-submit-icon {
    position: relative;
    display: block;
}

.lul-search #lul-search-submit-icon > input {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0 10px 0 0;
    width: 20px;
}

.lul-search #lul-search-input {
    width: 94px;
}

.lul-search #lul-search-submit-btn {
    display: none;
}

.lul-search.active #lul-search-submit-btn {
    padding: 8px 20px;
    display: inline-block;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 17px;
}

main#content {
    padding: 2rem;
    clear: both;
}

.view-courses main#content,
.view-user2courses main#content,
.view-course main#content {
    padding: 2rem;
}

.navigation .nav .nav-child .nav-header {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px 0 20px;
}

.navigation .nav .nav-child > li a {
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    max-width: 280px;
}

.navigation .nav > li > .nav-child::after {
    left: 21px;
}

.navigation .nav > li > .nav-child::before {
    left: 20px;
    border-bottom-width: 7px;
    border-bottom-style: solid;
}

.content .left .image,
.list-img img,
.list-image img,
td.image img,
td.cellImage img {
    border-width: 1px;
    border-style: solid;
    object-fit: cover;
    width: 110px;

}

.list-img img,
.list-image img,
td.image img,
td.cellImage img {
    height: 63px;
}
/*------------Willkommensseite-----------------------------------*/
.view-featured {
    background-image: url(../images/grau.png);
    background-repeat: repeat-x;
    background-size: auto 400px;
}

.view-featured main#content {
    padding: 2rem;
}

.mod.username .title-container {
    font-size: 40px;
    padding-bottom: 1em;
    line-height: 1.2em;
    font-weight: 700;
}

.mod.username .title-container .title,
.mod.username .title-container .mod-u-username {
    display: inline-block;
}

.mod.username .greetings-text,
.news-list p {
    font-size: 18px;
    line-height: 1.5em;
}

.view-featured .list .btn.btn-primary.startlink,
.view-featured .list .btn.btn-primary.startlink:link,
.view-featured .list .btn.btn-primary.startlink:hover,
.view-featured .list .btn.btn-primary.startlink:active,
.view-featured .list .btn.btn-primary.startlink:focus,
.view-featured .list .btn.btn-primary.startlink:visited {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 0 20px 0;
}

.course-catalog-container .header,
.last-courses-container .header,
.view-featured .aktuelle-seminare-title,
.view-featured .mod_points_ranking .module-title,
.newsflash-horiz .module-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}

.course-catalog-container .header .lvc-catalog-icon {
    width: 23px;
    vertical-align: top;
}

.moduletable {
    display: inline;
}

.moduletable .username,
.moduletable .lastvisitedcourses {
    width: 50%;
    float: left;
    padding: 60px;
}

.moduletable .lastvisitedcourses .lcc-info-block {
    width: calc(100% - 300px);
    float: left;
}

.newsflash-horiz {
    float: left;
    margin: 0;
    padding: 60px 0;
    min-width: 320px;
}

.newsflash-horiz ul {
    list-style: none;
    margin-left: -30px;
    width: 100%;
}

.newsflash-horiz li  {
    font-size: 18px;
    line-height: 1.5em;
}

.newsflash-horiz > li  {
    list-style: none;
}

.newsflash-horiz li a,
.view-archive .archive #archive-items a {
    text-decoration: none;
}

.newsflash-horiz li a:hover,
.newsflash-horiz li a:hover .newsflash-publish,
.newsflash-horiz li a:hover h4 a,
.view-archive .archive #archive-items a:hover,
.view-archive .archive #archive-items a:hover .published time
{
    cursor: pointer;
}

.newsflash-horiz .newsflash-publish,
.view-archive .archive .published time {
    display: block;
    font-size: 15px;
    padding-left: 30px;
    line-height: 1em;
}

.newsflash-horiz .module-title:before,
.news-content h2:before,
.view-archive .archive .page-header h2:before,
.view-featured .position11 .aktuelle-seminare .aktuelle-seminare-title:before,
.view-featured .position11 .mod_points_ranking .module-title:before {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-left: -35px;
    margin-right: 5px;
}

.newsflash-horiz h4,
.news-content h2,
.view-archive .archive .page-header h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 12px;
    padding-left: 30px;
    line-height: 1.5em;

}

.newsflash-horiz h4 a {
    text-decoration: none;
}

.newsflash-horiz .newscontent,
.view-archive .archive .intro  {
    padding-left: 30px;
}

.lastvisitedcourses .lv-content .lcc-image {
    width: 100%;
    height: 160px;
    max-width: 300px;
    float: left;
    -webkit-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    -moz-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    box-shadow: 5px 5px 10px 0 var(--component-shadow);
}

.lastvisitedcourses .lv-content .lcc-image img {
    width: 100%;
    min-width: 100%;
    height: 160px;
    border: none;
    object-position: center 25%;
    object-fit: cover;
}

.lastvisitedcourses .lcc-info-block {
    font-size: 22px;
    padding: 10px 0 20px 40px;
    line-height: 1.2em;
}

.lastvisitedcourses .lcc-info-block .lcc-info-btn a {
    font-size: 17px;
}

.last-courses-container {
    width: auto;
    float: left;
}

.course-catalog-container {
    width: 320px;
    float: left;
    /*padding-top: 60px;*/
}

.last-courses-container .header i {
    display: none;
}

.last-courses-container .header:before {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-left: -35px;
    margin-right: 5px;
}

.last-courses-container .header {
    display: inline-block;
    padding-left: 35px;
}

.catalog-list .course .baseinfo1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    height: 510px;
    overflow: hidden;
}

.catalog-list .course .baseinfo1 .info {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: auto;
    position: absolute;
}

.catalog-list .course .baseinfo1 .image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: 100%;
    padding-bottom: 0;
}

.catalog-list .course .baseinfo1 .title {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.catalog-list .course .baseinfo1 .image img {
    height: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.view-featured .modules-splitted {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}


.view-featured .modules-splitted .position10,
.view-featured .modules-splitted .position11 {
    padding-top: 60px;
    display: flex;
}

.view-featured .modules-splitted .position10 {
    flex-grow: 0;
    flex-shrink: 3;
    max-width: 960px;
}

.view-featured .modules-splitted .position11 {
    flex-direction: column;
    flex-grow: 3;
    flex-basis: 320px;
    flex-shrink: 3;
}

.view-featured .position11 > * {
    padding-top: 60px;
}

.view-featured .position11 > div {
    border-top-width: 1px;
    border-top-style: solid;
    margin-left: 35px;
}

.view-featured .position11 > div:first-child {
    border-top: none;
    padding-top: 0;
}

.view-featured .position11 .mod_points_ranking .title {
    padding-top: 0;
}

.view-featured .position11 .aktuelle-seminare {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.view-featured .position11 .aktuelle-seminare .seminar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.view-featured .position11 .aktuelle-seminare .seminar .seminar-content {
    flex-grow: 1;
    padding-right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.view-featured .position11 .aktuelle-seminare .aktuelle-seminare-title,
.view-featured .position11 .mod_points_ranking .module-title,
.newsflash-horiz .module-title {
    padding-bottom: 30px;
}

.course-edit .course_news {
    height: 4em;
    line-height: 3em;
}

.course-edit .course_news .title {
    margin: 10px;
}

.view-featured .position11 .aktuelle-seminare .seminar .seminar-title {
    max-width: 500px;
    flex-grow: 1;
    padding-right: 15px;
}

.view-featured .position11 .aktuelle-seminare .seminar .seminar-times,
.view-featured .position11 .aktuelle-seminare .seminar .seminar-state,
.view-featured .position11 .aktuelle-seminare .seminar .user-state
{
    font-size: 15px;
    line-height: 1.2em;
    padding-right: 15px;
}

.view-featured .position11 .aktuelle-seminare .seminar .ics-download {
    width: 48px;
    align-self: flex-end;
}

/* .lastvisitedcourses.modwidth60 {
	width: 60%;
	float: left;
	padding-left: 60px;
} */

.lcc-info-block .lcc-info-title {
    font-size: 15px;
    line-height: 1.2em;
}

.lcc-info-block .lcc-info-title .title-pre,
.lcc-info-block .lcc-info-title .title-after {
    display: inline-block;
    width: auto;
}

.lcc-info-block .lcc-info-desc {
    height: 55px;
    overflow: hidden;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.view-featured .baseinfo1 .description {
    display: none;
}

.view-featured .course .baseinfo1 .description {
    display: none;
}

.lastvisitedcourses .course .baseinfo1 {
    max-height: 362px;
    min-height: 362px;
    height: 362px;
    width: 300px;
    border-radius: 8px;
}
.lastvisitedcourses .course .baseinfo1 .info {
    height: 200px;
    max-height: 200px;
}

.lastvisitedcourses .course .baseinfo1 .metadata_time {
    opacity: 0.7;
}

/*------------------Kontakt zum Trainer----------------------*/
.view-course .trainer_contact_course {
    margin-top: 1em;
}

.view-course .trainer_contact_course > .vue-modal > .tw > .tw > button {
    width: 100%;
    font-weight: bold;
}
.contents .content .processing_time .times_container {
    width: 100%;
}

.contents .content .times_container .time_block,
.contents .content .times_container .metadata_time_container {
    width: 50%;
    float: left;
    min-width: 260px;
}


.contents .content .processing_time.actions .actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
}

.content .processing_time.actions .start {
    margin-left: 5px;
    width: 250px;
}

.content .processing_time.actions .btn {
    width: 250px;
    margin-bottom: 5px;
}
.contents .content .processing_time.actions .actions > * {
    float: right;
    margin-left: 5px;
    width: 250px;
}

.contents .content .processing_time.actions .actions .ics_download {
    width: auto;
}

.com_seminar.view-seminar .seminar-info .seminar-actions .ics_download_button,
.contents .content .processing_time.actions .content-actions a.ics_download_button,
.contents .content .processing_time.actions .content-actions a.ics_download_button:active,
.contents .content .processing_time.actions .content-actions a.ics_download_button:focus,
.contents .content .processing_time.actions .content-actions a.ics_download_button:visited {
    background-image: url(../images/download-calendar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    min-width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0;
}
.com_seminar.view-seminar .seminar-info .seminar-actions .ics_download_button:hover,
.contents .content .processing_time.actions .content-actions a.ics_download_button:hover {
    background-image: url(../images/download-calendar_hover.svg);
}
.view-seminarform #trainer_contact .controls input,
.view-courseform #trainer_contact .controls input {
    width: 100%;
    padding: 5px 20px;
}

/*---------------------------Infos unterm Kurs------------------------*/

.baseinfo3 {
    padding-top: 1em;
    font-size: 15px;
    overflow-x: hidden;
    list-style: none;
    margin-left: 0;
}

.baseinfo3 .metaline {
    display: flex;
    align-items: flex-end;
    line-height: 1.4em;
    clear: both;
    overflow: hidden;
}

.baseinfo3 .title{
    max-width: 60%;
}

.baseinfo3 .dots{
    background-image: linear-gradient(to right, var(--font-color) 15%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    flex-grow: 1;
}

.baseinfo3 .value{
    max-width: 25%;
}

.baseinfo3 span.metalinetitle {
    padding-right: 0.33em;
}

.baseinfo3 span.metalinevalue {
    float: right;
    padding-left: 0.33em;
    position: relative;
    z-index: 1
}
/*---------------Infos unterm Kurs ENDE----------------------------------*/
/*------------Kurskatalog und Meine Kurse-----------------------------------*/

.view-courses,
.view-user2courses {
    /*background-image: url(../images/grau.png);
	background-repeat: repeat-x;*/
}

.view-courses.layout-courseadmin,
.view-user2courses.layout-courseadmin {
    background-image: none;
}

.view-courses .list,
.view-user2courses .list,
.view-featured .list {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    display:flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.courses .course {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    padding: 30px 0 0 0;
    min-width: 320px;
    max-width: 320px;
    border-bottom: none;
}

.courses .catalog-list .course {
    width: 300px;
    min-width: unset;
    max-width: 300px;
}

.course .baseinfo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 8px 8px 12px var(--solitude-color);
    -moz-box-shadow: 8px 8px 12px var(--solitude-color);
    box-shadow: 8px 8px 12px var(--solitude-color);
    min-height: 510px;
    margin-right: 0;
    min-width: 300px;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.view-course .sidecourseinfoleft.unpublished .baseinfo1,
.courses .course.unpublished .baseinfo1 {
    box-shadow: none;
    opacity: 0.7;
    border-style: dashed;
    border-width: 2px;
}

.course .baseinfo1 .image,
.view-course .sidecourseinfoleft .image {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    height: 160px;
    border: none;
    overflow: hidden;
}

.course .baseinfo1 .image img,
.view-course .sidecourseinfoleft .baseinfo1 .image img {
    width: 100%;
    min-width: 100%;
    height: auto;
    border: none;
}

@supports ( object-fit: cover ) {
    .course .baseinfo1 .image img,
    .view-course .sidecourseinfoleft .baseinfo1 .image img {
        height: 160px;
        object-position: center center;
        object-fit: cover;
    }
}

.course .baseinfo1 .info,
.view-course .sidecourseinfoleft .baseinfo1 .info  {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    padding: 30px;
    max-height: 340px;
    height: 340px;
    overflow: hidden;
}

.course .baseinfo1 .description,
.course .baseinfo1 .title,
.view-course .sidecourseinfoleft .baseinfo1 .description,
.view-course .sidecourseinfoleft .baseinfo1 .title {
    width: 100%;
    overflow: hidden;
    display: block;
}

.course .baseinfo1 .title,
.view-course .sidecourseinfoleft .baseinfo1 .title {
    font-size: 24px;
    max-height: 3.9em;
    line-height: 30px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    font-weight: bold;
}

.course .baseinfo1 .description,
.course .baseinfo1 .description p,
.course .baseinfo1 .title, .course .title p,
.view-course .sidecourseinfoleft .baseinfo1 .description,
.view-course .sidecourseinfoleft .baseinfo1 .description p,
.view-course .sidecourseinfoleft .baseinfo1 .title, .course .title p {
    text-overflow: initial;
    white-space: normal;
    overflow-wrap: break-word;
}

.course .baseinfo1 .description,
.view-course .sidecourseinfoleft .baseinfo1 .description {
    padding-top: 1em;
    max-height: 10.4em;
    opacity: 0.7;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
}

.course .baseinfo1 .description p,
.view-course .sidecourseinfoleft .baseinfo1.description p  {
    margin-bottom: 0;
}

.baseinfo1 .info .titletext,
.baseinfo1 .info .descriptiontitle,
.baseinfo1 .actions,
.baseinfo1 .statetitle,
.baseinfo1 .state {
    display: none;
}

.baseinfo2 .indent:before {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-left: -35px;
    margin-right: 5px;
}

.baseinfo2 .indent {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
    padding-left: 35px;
}

.baseinfo2.add2mycourses.paidcourse:before {
    content: none;
}

.baseinfo2.add2mycourses.paidcourse {
    padding-left: 0px;
    margin: 0px;
}

.view-course .baseinfo2.add2mycourses.paidcourse {
    margin-top: 25px;
}

a.btn.btn-lmsbuy {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
    justify-content: space-between;
    padding: 5px 10px 5px 10px;
    text-decoration: none !important;
    border-radius: 10px;
    text-decoration: unset;
    font-weight: normal;
}

a.btn.btn-lmsbuy .left,
a.btn.btn-lmsbuy .right .min-price{
    display: flex;
    flex-direction: row;
    align-items: center;
}

a.btn.btn-lmsbuy .right .min-price {
    column-gap: 5px;
}

a.btn.btn-u2c-unsub {
    min-width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0;
    float: right;
}

.baseinfo2.add2mycourses.paidcourse a .left i {
    padding-right: 5px;
}

.sidecourseinfoleft .baseinfo2 {
    margin-top: 25px;
}

.indent.add2mycourses a {
    text-decoration: underline;
    font-weight: bold;
}

.baseinfo1 .metadata_time {
    font-size: 14px;
    font-weight: bold;
    padding-top: 1em;
    display: inline-block;
    text-align: left;
    float: left;
}

.baseinfo1 .course_type_tag {
    font-size: 14px;
    font-weight: bold;
    padding-top: 1em;
    display: inline-block;
    text-align: left;
    float: right;
}

.baseinfo1 .course_type_tag > span {
    background-color: var(--solitude-color);
    padding: 2px 4px 2px 4px;
    border: 1px solid var(--solitude-color);
    border-radius: 10px;
}
/*
.baseinfo3 {
	padding-top: 1em;
	font-size: 15px;
}

.baseinfo3 .metaline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 30px;
	margin-left: 40px;
	line-height: 1.4em;
}

.baseinfo3 .metaline .metalinetitle,
.baseinfo3 .metaline .dots,
.baseinfo3 .metaline .metalinevalue {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.baseinfo3 .metaline .metalinetitle,
.baseinfo3 .metaline .metalinevalue {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.baseinfo3 .metaline .metalinevalue {
	align-self: flex-end;
}

.baseinfo3 .metaline .metalinetitle {
	font-weight: bold;
}

.baseinfo3 .metaline .dots {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 5px;
}
*/


.courses .course .image,
.courses .list-image img,
.list-image img {
    background-image: none;
}

.view-courses .list .btn.btn-primary.startlink,
.view-courses .list .btn.btn-primary.startlink:link,
.view-courses .list .btn.btn-primary.startlink:hover,
.view-courses .list .btn.btn-primary.startlink:active,
.view-courses .list .btn.btn-primary.startlink:focus,
.view-courses .list .btn.btn-primary.startlink:visited,
.view-user2courses .list .btn.btn-primary.startlink,
.view-user2courses .list .btn.btn-primary.startlink:link,
.view-user2courses .list .btn.btn-primary.startlink:hover,
.view-user2courses .list .btn.btn-primary.startlink:active,
.view-user2courses .list .btn.btn-primary.startlink:focus,
.view-user2courses .list .btn.btn-primary.startlink:visited {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 0 20px 0;
    width: 300px;
}

.courses .filter-search {
    position: relative;
    margin: 0 auto;
    /* gibt Fehler unter IOS width: 1600px;*/
    display: table;
    margin-top: 2em;
    text-align: center;
}

.courses .filter-search:before {
    content: "";
    padding-left: 30px;
    padding-top: 5px;
    height: 30px;
    background-image: url(../images/suche-icon.svg);
    background-repeat: no-repeat;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: calc(34% + 70px);
}

.layout-courseadmin .courses .filter-search:before {
    left: 25%;
}

.filter-search .filter-category .chzn-container .chzn-drop {
    border: none;
    top: 0;
}

.filter-search .chzn-container .chzn-choices li,
.filter-search .chzn-container .chzn-results li {
    font-weight: 400;
}

.filter-search .chzn-container .chzn-drop:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    -webkit-transform:rotate(360deg);
}

.filter-search .chzn-container .chzn-drop {
    padding: 10px 0;
}

.filter-search .filter-category .chzn-container .chzn-results li {
    padding: 12px 20px;
    font-size: 17px;
}

.filter-search .chzn-container-multi .chzn-choices li.search-choice {
    border-radius: 0;
    box-shadow: none;
    background-image: none;
}

.filter-search .chzn-container-active .chzn-choices {
    box-shadow: none;
}

.filter-search .chzn-container-multi .chzn-choices {
    background-image: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.filter-search .display-limit {
    font-size: 13px;
}

.layout-courseadmin .courses .filter-search {
    margin-bottom: 2em;
    width: 80%;
}

.courses .filter-search input#filter_search {
    padding-left: 50px;
    width: 64.5%;
    display: table-cell;
    min-width: 300px;
    font-size: 20px;
}

.courses .filter-search input#filter_search::placeholder {
    opacity: 1;
    font-size: 20px;
}

.courses .filter-search .submit {
    /* background-color: transparent;
	border: none;
	text-indent: -1000px; */
    display: none;
}

.courses .filter-search .filter-category {
    display: table-cell;
    width: 25%;
    min-width: 320px;
    padding-right: 20px;
    text-align: left;
    font-weight: 400;
}

.courses .filter-search .filter-category .category,
.courses .filter-search .filter-category .action {
    display: inline-block;
}

.courses .display-limit {
    display: none;
}

.pagination .counter {
    padding: 0 20px;
}

.courses .filter-category .control-label label {
    font-size: 17px;
    display: inline-block;
}

/*-----------Einzelner Kurs------------------------------------*/

.contents .info .type-metadata,
.contents .info .state_block {
    font-weight: bold;
}

body.view-course.site {
    min-height: 100vh;
    padding: 0; /* -60px an seiten */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.view-course #top {
    flex:1;
    width: 100%;
}

.view-course #top > .container-fluid {
    padding: 0; /* -20px an seiten */
}
.view-course .navigation {
    padding-right: 80px;
    width: calc(100% - 260px);
}
.view-course header {
    width: 260px;
    padding-left: 80px;
}

.view-course .course-view {
    position: relative;
    margin-top: 50px;
}
.view-course .sidecourseinfoleft {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: absolute;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    min-width: 320px;
    max-width: 320px;
    border-bottom: none;
    left: 160px;
    padding-right: 20px;
}

.view-course .sidecourseinfoleft .baseinfo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    -moz-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    box-shadow: 5px 5px 10px 0 var(--component-shadow);
    min-height: 510px;
    margin-right: 0;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.view-course .sidecourseinfoleft .baseinfo1 .description {
    max-height: 8.6em;
}

.view-course .sidecourseinforight {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 800px;
}

.view-course .sidecourseinforight .coursename,
.view-course .sidecourseinforight .showasuser_info,
.view-course .sidecourseinforight > .description,
.view-course .sidecourseinforight > .add2mycourses,
.view-course .sidecourseinforight .coursemetadata,
.view-course .sidecourseinforight .coursecertificate {
    padding-left: 550px;
    padding-right: 160px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.view-course .sidecourseinforight > .description {
    padding-top: 0;
}

.view-course .sidecourseinforight .showasuser_info h3 {
    font-weight: normal;
}

.view-course .sidecourseinforight > .add2mycourses {
    margin: 0 auto;
    margin-bottom: -20px;
    z-index: 2;
    text-align: center;
}

.view-course .sidecourseinforight > .add2mycourses a {
    font-size: 14px;
    text-transform: none;
}

.view-course .sidecourseinforight > .description .descriptiontitle {
    display: block;
}

.view-course .sidecourseinforight > .description .promotionmedia {
    margin: 25px 0;
    max-width: 50%;
}

.view-course .sidecourseinforight > .description .promotionmedia video {
    max-width: 900px;
    max-height: 500px;
}


.view-course .sidecourseinforight > .description .promotionmedia img {
    max-width: 900px;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    aspect-ratio: 1.57/1;
}

.view-course .sidecourseinforight .description .twocolumn {
    width: 100%;
    column-count: 2;
    column-gap: 70px;
    padding-top: 10px;
}

.view-course .sidecourseinforight .coursemetadata {
    padding-top: 1em;
    padding-bottom: 1em;
}

.view-course .sidecourseinforight .coursemetadata .cell1 {
    padding-right: 35px;
    width: 50%;
    position: relative;
    padding-left: 25px;
}
.view-course .sidecourseinforight .coursemetadata .cell2 {
    padding-left: 70px;
    margin: 0;
    width: 50%;
    position: relative;
}

.view-course .sidecourseinforight .coursemetadata i {
    position: absolute;
    left: 0;
}

.view-course .sidecourseinforight .coursemetadata .cell2 i {
    left: 35px;
}

.view-course .sidecourseinforight .coursemetadata .metadatatitle,
.view-course .sidecourseinforight .description .descriptiontitle {
    font-weight: bold;
    font-size: 24px;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content {
    padding: 60px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .text {
    display: inline-block;
    min-width: 100px;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .icon,
.kurseverwalten .coursecertificate .certificate.download span.icon {
    display: inline-block;
    min-width: unset;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .download {
    min-width: 220px;
    height: unset;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .download a {
    display: inline-flex;
    justify-content: space-between;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .download a .icon.icon-arrow-download-ea37::before {
    display: inline-block;
    vertical-align: middle;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .text {
    text-align: left;
}

.view-course .sidecourseinforight .coursecertificate .coursecertificate-content .text .title {
    font-weight: bold;
}

.view-course .sidecourseinforight .coursename h2 {
    margin-top: 0;
}

.view-course .sidecourseinforight .contents {
    padding: 100px 160px 20px 550px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.view-course footer {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0 2rem;
}

.contents .content {
    border-bottom: none;
    padding-left: 70px;
    position: relative;
    padding-top: 0;
    padding-bottom: 40px;
    background-image: url(../images/grau2.png);
    background-repeat: repeat-y;
}

.view-course .sidecourseinforight .image,
.view-featured .lastvisitedcourses .lcc-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.view-course .sidecourseinforight .image:after,
.view-featured .lastvisitedcourses .lcc-image:after {
    content: '';
    position: absolute;
    top: 2%;
    right: 0.8%;
    background-repeat: no-repeat;
    width: 15%;
    height: 15%;
}

.view-course .sidecourseinforight .type1 .image:after,
.view-featured .lastvisitedcourses .ref_type1 .lcc-image:after {
    background-image: url(../images/test-icon.svg);
}

.view-course .sidecourseinforight .type2 .image:after,
.view-featured .lastvisitedcourses .ref_type2 .lcc-image:after {
    background-image: url(../images/seminar-icon.svg);
}

.view-course .sidecourseinforight .type3 .image:after,
.view-featured .lastvisitedcourses .ref_type3 .lcc-image:after {
    background-image: url(../images/feedback-icon.svg);
}

.view-course .sidecourseinforight .type9 .image:after,
.view-featured .lastvisitedcourses .ref_type9 .lcc-image:after {
    background-image: url(../images/video-icon.svg);
}

.view-course .sidecourseinforight .type11 .image:after,
.view-featured .lastvisitedcourses .ref_type11 .lcc-image:after {
    background-image: url(../images/file-icon.svg);
}

.innercontent:before {
    content: " ";
    font-weight: 900;
    position: absolute;
    top: 24px;
    padding-top: 0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.innercontent {
    position: relative;
    top: -40px;
}

.state0 .innercontent:before {
    font-size: 25px;
    left: -82px;
}

.state1 .innercontent:before,
.state2 .innercontent:before {
    font-size: 36px;
    left: -86px;
}

.innercontent:after {
    font-family: "youknow";
    position: absolute;
}

.state1 .innercontent:after {
    font-family: "youknow";
    content: "\ea34";
	top: 30px;
	left: -77px;
    font-size: 24px;
}

.state2 .innercontent:after  {
    background-image: url(../images/abgeschlossen-icon.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 27px;
    left: -83px;
    content: '';
}

.state0 .innercontent:after {
    background-image: url(../images/gesperrt-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 33px;
    left: -79px;
    content: '';

}

.contents .content:last-child {
    padding-bottom: 0;
    border-left: none;
    background-image: url(../images/grau3.png), url(../images/grau2.png);
    background-position: bottom left, top left;
    background-size: 1px 40px, auto;
    background-repeat: no-repeat, repeat-y;
}

.content .left {
    display: inline-block;
    width: 470px;
}

.view-course .content .left {
    width: 100%;
    max-width: 405px;
    max-height: 230px;
    aspect-ratio: 1.57/1;
}

.content .right {
    width: calc(100% - 470px);
    display: inline-block;
    float: right;
}

.content .left .image {
    width: 400px;
    margin-right: 70px;
    border: none;
    border-radius: 8px;
}

.content .image img {
    max-width: 400px;
    height: 230px;
}

.contents .content .info,
.contents .content .description,
.contents .content .processing_time.actions {
    width: 100%;
    display: block;
    padding-left: 10px;
}

.contents .content .processing_time .times_container {
    width: calc(100% - 150px);
    float: left;
    padding-bottom: 10px;
}
.contents .content .times_container .time_block {
    padding-left: 0;
}

.content .processing_time.actions .btn {
    width: 250px;
    margin-bottom: 5px;
}

.contents .content .processing_time.actions .actions > * {
    margin-left: 5px;
    width: auto!important;
    display: flex;
    align-self: center;
}

.contents .content .processing_time.actions .actions .ics_download {
    width: auto;
}

.contents .content .processing_time.actions .actions .ics_download a,
.contents .content .processing_time.actions .actions .ics_download a:visited,
.view-featured .position11 .aktuelle-seminare .seminar .ics-download a,
.view-featured .position11 .aktuelle-seminare .seminar .ics-download a:visited {
    background-image: url(../images/download-calendar.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    padding: 0;
}
.contents .content .processing_time.actions .actions .ics_download a:hover,
.contents .content .processing_time.actions .actions .ics_download a:active,
.view-featured .position11 .aktuelle-seminare .seminar .ics-download a:active,
.view-featured .position11 .aktuelle-seminare .seminar .ics-download a:hover,
.view-featured .position11 .aktuelle-seminare .seminar .ics-download a:focus,
.contents .content .processing_time.actions .actions .ics_download a:focus {
    background-image: url(../images/download-calendar_hover.svg);
}


.content .state_block .othertitle.state,
.content .time_block,
.content .title_block .titletext  {
    display: none;
}

.content .type-metadata {
    display: inline-block;
    float: left;
    font-weight: normal;
    padding-right: 5px;
    width: auto;
    font-size: 14px;
}

.content.state0 .type-metadata,
.content.state0 .processing_time.actions .metadata_time {
    font-weight: normal;
}

.content .state_block {
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    font-size: 14px;
}

.content .title_block .title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    line-height: 1.5em;
    padding-top: 10px;
}

.content .processing_time.actions .metadata_time_title {
    padding-right: 5px;
    float: left;
}
.content .processing_time.actions .metadata_time {
    font-weight: bold;
    white-space: nowrap;
    float: left;
}

.content .processing_time.actions .start {
    position: static;
    float: right;
    text-align: right;
    width: 250px;
    margin: 0;
}

.content .processing_time.actions .btn {
    width: auto!important;
    font-size: 16px;
    font-weight: bold;
    float: none;
    border-radius: 17px;
    display: inline-flex;
    height: auto;
}

.content .other, .content .state_block .other.state {
    width: auto;
}

.view-course .type9 .right .time_block {
    display: block;
    width: 100%;
}

.view-course .type9 .right .time_block .othertitle {
    font-weight: normal;
    padding-right: 5px;
    width: auto;
}

.view-course .type9 .right .time_block .other {
    font-weight: bold;
}

_:-ms-fullscreen,
:root .view-course .sidecourseinforight .contents{
    min-height: 100vh;
}
/*-------- Kontakt zum Trainer ------------*/
div[id*="trainer_contact_course_modal"],
div[id*="trainer_contact_content_modal"]{
    max-width: 600px;
    margin: 5% auto;
}

div.trainer_contact_course_modal input,
div.trainer_contact_course_modal textarea,
div.trainer_contact_course_modal input,
div.trainer_contact_course_modal textarea {
    width: 100%;
}

div.trainer_contact_course_modal textarea,
div.trainer_contact_course_modal textarea {
    min-height: 200px;
}
/*__________________________ENDE Einzelner Kurs____________________________________________________*/
/*-------- Seminar Register Button ------------*/
div[id*="seminar_register_modal"]{
    max-width: 600px;
    margin: 5% auto;
}

div[id*="seminar_register_modal"] .seminar_register_modal_buttons {
    position: absolute;
    bottom: 1px;
    margin-bottom: 5%;
}

div[id*="seminar_register_modal"] .seminar_register_modal_body {
    margin-top: 25px;
}
/*---------------------------------------------*/
/*--------------Multidate im Kurs----------------------------*/
.view-course .sidecourseinforight > .special_effects {
    margin-left: 0;
}
.view-course .sidecourseinforight .type12 {
    padding-bottom: 100px;
}

.view-course .sidecourseinforight .type12 #dates_header {
    font-size: 22px;
}

.view-course .sidecourseinforight .type12 #header_row {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}

.view-course .sidecourseinforight .type12 #header_row,
.view-course .sidecourseinforight .type12 .dates {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.view-course .sidecourseinforight .type12 #header_row > div,
.view-course .sidecourseinforight .type12 .dates > div {
    padding: 2px 0 2px 20px;
}

.view-course .sidecourseinforight .type12 #header_row #header_date,
.view-course .sidecourseinforight .type12 .dates .dates_date {
    max-width: 200px;
    width: 100%;
    padding-left: 0;
}


.view-course .sidecourseinforight .type12 #header_row #header_status,
.view-course .sidecourseinforight .type12 .dates .dates_status {
    max-width: 110px;
    width: 100%;
    text-align: center;
}

.view-course .sidecourseinforight .type12 .dates .dates_status:before,
.view-course .sidecourseinforight .type12 .dates .dates_date:before {
    font-family: "Font Awesome 5 Free";
    font-size: 21px;
}

.view-course .sidecourseinforight .type12 .dates .dates_date:before {
    padding-right: 10px;
}


.view-course .sidecourseinforight .type12 #header_row #header_info,
.view-course .sidecourseinforight .type12 .dates .dates_info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: calc(100% - 310px);
}


.view-course .sidecourseinforight .type12 .dates .dates_date.timestate0:before {
    content: "\f273";
}

.view-course .sidecourseinforight .type12 .dates .dates_date.timestate1:before {
    content: "\f274";
}


.view-course .sidecourseinforight .type12 .dates .dates_date.timestate2:before {
    content: "\f133";
}

.view-course .sidecourseinforight .type12 .dates .dates_status.state0:before {
    content: "\f059";
}

.view-course .sidecourseinforight .type12 .dates .dates_status.state1:before {
    content: "\f058";
}

.view-course .sidecourseinforight .type12 .dates .dates_status.state2:before,
.view-course .sidecourseinforight .type12 .dates .dates_status.state3:before {
    content: "\f057";
}
/*--------------Kurse verwalten -----------------------------*/
.layout-courseadmin .courses-list .list-img,
.layout-courseadmin .courses-list .list-image {
    width: 110px;
}

.layout-courseadmin .kurseverwalten {
    clear: both;
}

.layout-courseadmin .table {
    table-layout: fixed;
}

.layout-courseadmin .table td.dndlist-dragged-row {
    background-image: none !important;
}

.layout-courseadmin .table .ui-sortable-helper td.list-name {
    /*position: relative !important;*/
    min-width:  unset !important;
    max-width: unset !important;
}

.layout-courseadmin .table .ui-sortable-helper td.list-name,
.layout-courseadmin .table .ui-sortable-helper td.list-name a {
    display: inline-block;
    width: 45%;
}

.layout-courseadmin .table tr.dnd-list-highlight.dndlist-place-holder {
    height: 80px !important;
    /*filter: none !important;
	background-image: none !important;
	box-shadow: none !important;*/
}

.kurseverwalten #course-list .list-order .icon {
   width: 20px;
}
/*--------------Kurs bearbeiten -----------------------------*/
.view-courseform .course-edit .name .control-label,
.view-courseform .course-edit .name .controls,
.view-courseform .course-edit .image .controls,
.view-courseform .course-edit .control-group,
.view-courseform .course-edit .processing_time .control-label,
.view-courseform .course-edit .processing_time .controls {
    display: inline-block;
}

.view-courseform .course-edit .name .control-label,
.view-courseform .course-edit .image .control-label,
.view-courseform .course-edit .processing_time .control-label {
    width: 155px;
}

.view-courseform .course-edit .control-group,
.view-courseform .course-edit .image .controls {
    width: 100%;
}

.view-courseform .course-edit .name {
    width: 100%;
}

.view-courseform .course-edit .name .controls {
    /* width: 510px; */
    width: calc(100% - 160px);
}

.view-courseform .course-edit .name .controls input {
    width: 100%;
}

.view-courseform .course-edit .controls input {
    padding: 0 20px;
    width: 100%;
}

.view-courseform .course-edit .field-media-preview {
    height: 41px;
    border-radius: 0;
    border: none;
    width: 155px;
    text-align: left;
}

.view-courseform .course-edit .field-media-preview .icon-objects-eye-open-visible-ea383 {
    font-size: 25px;
    width: 30px;
    line-height: 1.2em;
}

.view-courseform .course-edit .field-media-wrapper .input-append {
    width: 100%;
}

.view-courseform .course-edit .field-media-wrapper input {
    width: calc(100% - 378px);
    margin-bottom: 5px;
}

.view-courseform .course-edit .processing_time {
    width: 100%;
    margin-top: 22px;
}

.view-courseform .course-edit .processing_time .controls {
    width: calc(100% - 200px);
    max-width: 510px;
}

.view-courseform .course-edit .publish,
.view-courseform .course-edit .subscription,
.view-courseform .course-edit .workable {
    padding-top: 2em;
}

.view-courseform .course-edit h4 {
    font-size: 15px;
    font-weight: normal;
}

.view-courseform .controls #course_catids_view .category-item {
    font-size: 15px;
}

.view-courseform .controls #course_catids_view .category-item .icon {
    padding: 5px;
    display: inline-block;
    line-height: 1em;
    margin-right: 7px;
}

.modal .kurseverwalten .filter .fields,
.modal .kurseverwalten .filter .fields input {
    width: 100%;
}

.view-courseform .course-edit .course_certificate {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*--------------Lernmodul bearbeiten -----------------------------*/
.view-ideacontents .page-header {
    clear: both;
}
/*
.view-ideacontents #adminForm table {
	table-layout: auto;
}
 */
.view-ideacontents #adminForm table td.list-date {
    min-width: 90px;
}

.js-calendar .calendar-container .btn-group {
    display: flex;
    justify-content: center;
}

.view-seminare .calendar-container .btn-group > .btn {
    margin-right: 0;
}

#table-filter input {
    padding: 10px 20px;
    min-height: 34px;
}

#table-filter .filterButtons {
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

#table-filter .filterButtons #resetButton {
    margin-right: 0;
}

.filterField .input-append input {
    width: calc(100% - 56px);
}

.filterfield .input-append .btn,
.filterfield .input-append .btn-group,
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: 0;
}

.ideacontent-edit input#jform_title,
.ideacontent-edit input#jform_subtitle {
    width: 100%;
    padding-left: 0;
}

.ideacontent-edit .row-fluid,
.course-edit .row-fluid {
    margin-top: 2em;
}

.ideacontent-edit .form-buttons,
.course-edit .form-buttons {
    padding-top: 1em;
    padding-bottom: 2em;
}

.ideacontent-edit .field-media-preview .icon-objects-eye-open-visible-ea383,
.course-edit .field-media-preview .icon-objects-eye-open-visible-ea383 {
    font-size: 25px;
    width: 30px;
    line-height: 1.2em;
}

.ideacontent-edit .field-media-preview,
.course-edit .field-media-preview {
    height: 41px;
    border-radius: 0;
    border: none;
}

.ideacontent-edit .controls input,
.course-edit .controls input {
    padding: 10px 20px;
    width: 100%;
}

.ideacontent-edit #uploadZipurlCell .control-label,
.ideacontent-edit #uploadZipurlCell .controls {
    display: inline-block;
}

.ideacontent-edit #uploadZipurlCell .controls input {
    width: 460px;
}

.course-edit .control-label,
.course-edit .controls {
    width: 100%;
}
.view-ideacontents .filter-search .filterField .controls input,
.view-ideacontents .filter-search .filterField .control-group,
.view-seminare .catalog-filter-search .filterField .control-group,
.view-seminare .catalog-filter-search .filterField .control-group .input-append,
.view-ideacontents .filter-search .filterField .controls .input-append {
    margin-bottom: 0;
}

.ideacontent-edit .category {
    display: none;
}
/*-------------Feedback---------------------------------------*/
.page-submit-buttons .btn {
    margin-right: 5px;
}

.view-feedbackform div#questioncontent > div > span {
    vertical-align: middle;
}

/*-------------Contentverwaltung -----------------------------*/

.contentverwalten_links a {
    font-size: 1.4em;
    display: inline-block;
    padding-bottom: 10px;
}
/*--------------------Newsarchiv-----------------------------*/

.moduletable.news-einleitung {
    font-size: 18px;
    line-height: 1.5em;
    display: block;
    max-width: 700px;
    padding: 60px;
    padding-bottom: 0;
    clear: both;
}

.moduletable.news-einleitung h1,
.news-content h1 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: normal;
    margin-top: 0;
}

.news-content h1 {
    padding: 60px;
}

.news-einleitung > .custom.news-einleitung {
    padding: 0;
}

.moduletable.news-list-archiv,
.news-content .article,
.view-archive .archive #archive-items {
    max-width: 1000px;
    padding-top: 100px;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 auto;
    display: block;
}

.news-list-archiv .newsflash-horiz {
    width: 100%;
}

.view-article .article {
    padding-left: 60px;
}

.news-content {
    background-size: auto 300px;
}

.view-archive {
    background-size: auto 370px;
}

.view-form.layout-edit.news-content {
    background-image: none;
}


.view-form.layout-edit .wf-editor-container + .btn-toolbar a.btn {
    margin-left: 5px;
}

.view-form.layout-edit .wf-editor-container + .btn-toolbar a.btn:first-child {
    margin-left: 0;
}

.news-content .article-info,
.news-content .articleBody,
.view-archive .archive {
    padding-left: 35px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.news-content .published,
.view-archive .published {
    margin: 0;
}

.edit #editor #jform_title {
    width: 100%;
}

.view-archive .archive .filters .chzn-container {
    margin-bottom: 5px;
    margin-top: 3px;
}

.view-archive .archive .filters button {
    width: 120px;
}

.view-archive .archive dd,
.view-archive .archive dl,
.view-archive .archive #archive-items .page-header,
.view-article .article dd {
    margin: 0;
    padding: 0;
}

.view-archive .archive #archive-items > div {
    margin-bottom: 30px;
}


/*--------------Videos verwalten / Benutzer / CVS / Multidates ----------------------------*/
.no-flex-style {
    position: relative;
    padding-left: 10px;
}


.no-flex-style .icon:before {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 28px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.no-flex-style .hidden-phone {
    margin-left: 20px;
}

.view-videos .alias,
.view-files .alias,
.view-video .alias,
.view-file .alias,
.view-video .category,
.view-file .category {
    display: none;
}
.view-videos .actions > *,
.view-files .actions > *,
.view-multidates .actions > * {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.view-videos .actions,
.view-files .actions,
.view-multidates .actions {
    width: 20%;
}

.view-multidates .actions > a [class*= "icon-"],
.view-multidates .actions > span [class*= "icon-"],
.view-videos .actions > a [class*= "icon-"],
.view-files .actions > a [class*= "icon-"],
.view-videos .actions > span [class*= "icon-"],
.view-files .actions > span [class*= "icon-"],
.view-videos #videoList [class*= "icon-"],
.view-files #fileList [class*= "icon-"] {
    margin-right: 0;
}

.view-videos .btn-toolbar,
.view-files .btn-toolbar {
    margin-bottom: 10px;
}

.btn-toolbar > .btn,
.com_lulusers .bottom-actions > *,
.view-user2courses .bottom-actions > * {
    margin-bottom: 5px;
    margin-right: 5px;
}

.view-videos .js-stools-container-bar .btn-wrapper,
.view-files .js-stools-container-bar .btn-wrapper,
.view-groups .js-stools-container-bar .btn-wrapper,
.view-users .js-stools-container-bar .btn-wrapper,
.view-multidates .js-stools-container-bar .btn-wrapper {
    margin: 0;
}

.view-videos .btn-toolbar .btn,
.view-files .btn-toolbar .btn,
.view-videos .js-stools-container-bar .btn-wrapper .btn,
.view-files .js-stools-container-bar .btn-wrapper .btn,
.view-groups .btn-toolbar .btn,
.view-groups .js-stools-container-bar .btn-wrapper .btn,
.view-users .btn-toolbar .btn,
.view-users .js-stools-container-bar .btn-wrapper .btn,
.view-multidates .btn-toolbar .btn,
.view-multidates .js-stools-container-bar .btn-wrapper .btn {
    margin-bottom: 5px;
}

.view-videos .js-stools-container-bar .js-stools-btn-filter,
.view-files .js-stools-container-bar .js-stools-btn-filter {
    line-height: 1em;
}

.view-videos .js-stools-container-bar .btn .icon-search,
.view-files .js-stools-container-bar .btn .icon-search,
.view-videos .js-stools-container-bar .btn .icon-search:before,
.view-files .js-stools-container-bar .btn .icon-search:before,
.view-groups .js-stools-container-bar .btn .icon-search,
.view-groups .js-stools-container-bar .btn .icon-search:before,
.view-users .js-stools-container-bar .btn .icon-search,
.view-users .js-stools-container-bar .btn .icon-search:before,
.view-multidates .js-stools-container-bar .btn .icon-search,
.view-multidates .js-stools-container-bar .btn .icon-search:before {
    margin-right: 0;
}

.view-users #userList input {
    margin-top: 0;
}

.view-users .js-stools-container-bar,
.view-groups .js-stools-container-bar,
.view-videos .js-stools-container-bar,
.view-files .js-stools-container-bar,
.view-multidates .js-stools-container-bar {
    width: 100%;
}

.view-users .js-stools-container-bar .searchinput,
.view-multidates .js-stools-container-bar .searchinput,
.view-videos .js-stools-container-bar .searchinput,
.view-files .js-stools-container-bar .searchinput {
    width: calc(100% - 304px);
}

.view-groups .js-stools-container-bar .searchinput {
    width: calc(100% - 137px);
}

.view-users .js-stools-container-bar .searchinput input,
.view-groups .js-stools-container-bar .searchinput input,
.view-videos .js-stools-container-bar .searchinput input,
.view-files .js-stools-container-bar .searchinput input,
.view-multidates .js-stools-container-bar .searchinput input {
    width: calc(100% - 58px);
}

.view-csvimport .csvimport .controls input[type="file"] {
    padding: 0;
    font-size: 15px;
}

.view-csvimport .csvimport .controls label.checkbox {
    font-size: 15px;
}


.view-csvimport .left-border {
    padding: 10px;
    margin: 20px;
}

.view-csvimport .left-border h3:before {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    margin-left: -70px;
    margin-right: 5px;
}

.view-csvimport .left-border h3 {
    display: block;
    padding-left: 35px;
    font-size: 18px;
    margin-bottom: 0;
}

.view-videos .page-header,
.view-files .page-header {
    clear: both;
}

/*--------------------Video bearbeiten---------------------------*/

.view-video .btn-toolbar,
.view-file .btn-toolbar,
.view-video .form-inline-header,
.view-file .form-inline-header {
    padding-bottom: 40px;
}

.view-video #item-form > .row-fluid,
.view-file #item-form > .row-fluid {
    margin-bottom: 2em;
}

/*.view-video input,
.view-file input {
    min-height: 31px;
}*/

.view-video .field-media-preview,
.view-file .field-media-preview {
    height: 41px;
    border-radius: 0;
    border: none;
    text-align: left;
}

.view-video .field-media-preview .icon-objects-eye-open-visible-ea383,
.view-file .field-media-preview .icon-objects-eye-open-visible-ea383 {
    font-size: 25px;
    width: 30px;
    line-height: 1.2em;
}

.view-video .span3 .control-label,
.view-file .span3 .control-label {
    width: 180px;
}

.view-video .controls,
.view-file .controls {
    display: inline-block;
    width: calc(100% - 110px);
}

.view-video .span3,
.view-file .span3 {
    min-width: 280px;
}
.view-video .span3 .controls,
.view-file .span3 .controls {
    width: calc(100% - 190px);
}

.view-video .controls input,
.view-file .controls input {
    width: 100%;
    padding: 5px 20px;
}
.view-video .image .controls .input-append,
.view-file .image .controls .input-append {
    width: calc(100% - 222px);
}

.view-video #uploadZipurlCell,
.view-file #uploadZipurlCell {
    width: calc(100% - 60px);
}
.view-video .form-horizontal,
.view-file .form-horizontal {
    padding-top: 40px;
}

.view-video #details .span9 .control-label,
.view-file #details .span9 .control-label {
    display: block;
    width: 100%;
}

.view-video #details,
.view-file #details,
.view-video #publishing,
.view-file #publishing{
    padding-top: 20px;
}

.view-video #publishing .control-label,
.view-file #publishing .control-label {
    width: 240px;
    text-align: left;
    display: inline-block;
}

.view-video #publishing .controls,
.view-file #publishing .controls {
    display: inline-block;
    width: calc(100% - 250px);
    margin-left: 0;
}

.view-video #publishing .controls input,
.view-file #publishing .controls input {
    width: 300px;
}

.view-video .btn-toolbar .btn-group,
.view-file .btn-toolbar .btn-group {
    margin-bottom: 5px;
}

/*---------------------User Report ---------------------------*/
.view-userresults #ur_charts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

.view-userresults .chart-container {
    margin-bottom: 40px;
    width: 32%;
    max-width: 680px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    -moz-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    box-shadow: 5px 5px 10px 0 var(--component-shadow);
}

.view-userresults .chart-title {
    width: 100%;
    font-size: 22px;
    white-space: normal;
    overflow: auto;
    text-overflow: initial;
    line-height: 1.2em;
    padding-top: 10px;
}

.view-userresults .chart-data {
    line-height: 1.5em;
    font-size: 17px;
    opacity: 0.7;
    padding-top: 20px;
}

.view-userresults .chart-data canvas {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.view-userresults .filter-search select,
.view-userresults .chzn-container {
    width: 100% !important;
}

.view-userresults .filter-search label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*--------------------Kurskategorie bearbeiten / Kategorien----------------*/
.view-categoryform #basic-details {
    padding-top: 20px;
}

.view-categoryform #basic-details .control-label {
    display: inline-block;
    width: 155px;
}

.view-categoryform #basic-details .controls {
    display: inline-block;
    width: calc(100% - 160px);
}

.view-categoryform #basic-details .controls input {
    width: 100%;
}

.view-categories .list-actions > a [class*="icon-"],
.view-categories .list-actions > span [class*="icon-"] {
    margin-right: 0;
}

.view-categoryform #jform_alias-lbl,
.view-categoryform #jform_alias {
    display: none;
}

.view-categories main#content {
    padding: 2rem;
}

/*-------------------Dateien bearbeiten-----------------------*/
.com_ilfile.view-file  #files #uploadZipurlCell .controls input,
.com_ilfile.view-file  #files .controls .field-media-preview {
    background-color: transparent;
}

/*--------------------Benutzer/Benutzerverwaltung bearbeiten---------------------*/
.com_lulusers .form-horizontal #details .control-label,
.com_lulusers .form-horizontal #attrib-profile .control-label,
.com_lulusers .form-horizontal #notes .control-label {
    width: 200px;
    margin-right: 10px;
    text-align: left;
}

.com_lulusers .form-horizontal #details .controls,
.com_lulusers .form-horizontal #attrib-profile .controls {
    margin-left: 200px;
}

.com_lulusers .form-horizontal #details input,
.com_lulusers .form-horizontal #attrib-profile input {
    width: 100%;
    max-width: 600px;
}

.com_lulusers .form-horizontal #details #jform_email {
    padding: 10px 20px;
    font-size: 18.5px;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0;
    box-shadow: none;
}

.com_lulusers .form-horizontal #groups .controls {
    margin-left: 0;
}

/*--------------------Profil bearbeiten----------------------------*/
.view-profile .profile .btn-toolbar {
    width: 100%;
    text-align: right;
}

.view-profile legend {
    border: none;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
}

.view-profile .profile dl {
    margin-top: 0;
}

.view-profile .profile fieldset,
.view-profile  .profile-edit fieldset {
    width: 50%;
    float: left;
    padding: 20px 0;
    min-width: 0;
}

.view-profile .profile dt {
    width: 100%;
    font-size: 18.5px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
    word-wrap: break-word;
}

.view-profile .profile dd {
    width: 100%;
    font-size: 18.5px;
    margin-left: 0;
    padding-bottom: 20px;
}

.view-profile .profile-edit #member-profile {
    padding-top: 60px;
}
.view-profile .profile-edit .control-group {
    clear: both;
}

.view-profile .profile-edit .control-label {
    text-align: left;
    width: 100%;
}
.view-profile .profile-edit .controls,
.view-profile .profile-edit .controls fieldset  {
    margin: 0;
    width: 100%;
    padding: 0;
}

.view-profile .profile-edit .controls input {
    width: 100%;
}

.view-profile .profile-edit .controls input:focus,
.view-profile .profile-edit .controls input:active {
    box-shadow: none;
}

.radio.btn-group > label:first-of-type,
.view-profile .profile-edit .radio.btn-group > label:first-of-type {
    border-radius: 17px;
}

.view-profile .profile-edit  label.btn {
    width: 80px;
    opacity: 0.65;
}

.view-profile .profile-edit label.btn.active {
    opacity: 1;
}

.view-profile .profile-edit .controls fieldset label {
    font-weight: normal;
}

.view-profile .profile-edit .controls fieldset input {
    width: auto;
    text-align: left;
}

.view-profile legend + .control-group {
    margin-top: 0;
}
/*--------------------Benutzer Kursen zuordnen---------------------*/
.com_courses.view-user2courses.layout-teacher {
    background-image: none;
}

.courses.user2courses-list .filter-search {
    max-width: 100%;
    width: 100%;
    font-weight: 400;
}


.view-user2courses .courses.user2courses-list .filter-search:before {
    display: none;
}

.courses.user2courses-list .list-actions [class*="icon-"] {
    margin-right: 0;
}

.com_courses.view-user2courses.layout-teacher .bottom-actions {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.view-user2courses.layout-teacher .filter-search .control-label {
    width: 155px;
    float: left;
    text-align: left;
}

.view-user2courses.layout-teacher .filter-search .controls {
    width: calc(100% - 160px);
    text-align: left;
}

.view-user2courses #adminForm table {
    table-layout: fixed;
}

/*--------------Bildungshistorie/Kurse bewilligen----------------------------*/

.courses.learningdb-list .filter-search {
    font-family: "Noto Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    max-width: 100%;
    width: 100%;
}

.view-subscriptionapproval .courses.learningdb-list .filter-search::before,
.layout-learningdb .courses.learningdb-list .filter-search:before {
    display: none;
}

.view-user2courses.layout-learningdb {
    background-image: none;
}

.view-subscriptionapproval .courses.learningdb-list .control-label,
.view-user2courses.layout-learningdb .filter-search .control-label {
    width: 155px;
    float: left;
    text-align: left;
}

.view-subscriptionapproval .courses.learningdb-list .controls,
.view-user2courses.layout-learningdb .filter-search .controls {
    width: calc(100% - 160px);
    text-align: left;
}
.learningdb-list #subscriptionapproval,
.learningdb-list #learningdb {
    padding-left: 0;
    padding-right: 0;
}

.learningdb-list #subscriptionapproval .table-header,
.learningdb-list #learningdb .table-header {
    font-size: 15px;
    font-weight: 700;
}

.learningdb-list .ur-container{
    margin-bottom: 1.5rem;
}

.learningdb-list .title-container{
    padding: 1rem;
    border-style: solid;
    border-width: 1px;
    border-left-width: 3px;
    line-height: 2rem;
}

.learningdb-list .user-block {
    border-left-width: 3px;
    border-left-style: solid;
    border-right-style: solid;
    border-right-width: 1px;
}

.learningdb-list .user-block > div:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.learningdb-list .user-block > div {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 1em;
}

.learningdb-list .user-block > div:first-child {
    border-top: none;
}

.learningdb-list .user-block > div {
    min-height: 60px;
    display: flex;
}

.learningdb-list .user-block > div > div {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.learningdb-list .user-block .list-actions .btn {
    margin: 0;
}
/*--------------Zertifikate verwalten-------------------------*/

.view-certificateform .field-media-preview {
    height: 41px;
    border-radius: 0;
    border: none;
    text-align: left;
}

.view-certificateform .name input {
    width: 100%;
}

.view-certificateform .bg_image,
.certificate-edit #basic-details .bg_image {
    width: 70%;
    padding-right: 20px;
}

.view-certificateform .bg_image .input-append {
    width: 100%;
}

.view-certificateform .bg_image input {
    width: calc(100% - 277px);
}

.view-certificateform  .field-media-preview .icon-objects-eye-open-visible-ea383 {
    font-size: 25px;
    width: 30px;
    line-height: 1.2em;
}

.view-certificateform .language,
.certificate-edit #basic-details .language {
    width: 30%;
}

/*-----------Ladebildschirm--------------------------------*/
.ui-lightbox-fg .ui-lightbox-container .ui-lightbox-element {
    max-width: 350px;
    max-height: 350px;
    min-width: 350px;
    min-height: 350px;
    height: 350px;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    font-size: 32px;
    line-height: 36px;
    word-wrap: normal;
    hyphens: none;
    -ms-hyphens: none;
    border-radius: 100%;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    letter-spacing: 4px;
}

.ui-lightbox-fg .ui-lightbox-container .ui-lightbox-action-icon {
    background-image: none;
    left: calc(50% + 140px) !important;
}

.ui-lightbox-fg .ui-lightbox-container .ui-lightbox-action-icon:before {
    font-family: 'youknow';
    content:"\ea49";
    font-size: 35px;
}

table#courses .list-name {
    width: 64%;
}


/*-------------Suche (unter "Meine Kurse")---------------------------*/
/*.view-scormsearch {
    background-image: url(../images/grau.png);
    background-repeat: repeat-x;
    background-size: auto 342px;
}

.scormsearch-view .page-header {
    margin-bottom: 30px;
}

.scormsearch-view .category-row {
    border-top: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.scormsearch-view .favorite-row .icon-chevron-right:before {
    font-family: 'Font Awesome 5 Free';
    content:"\f054";
    font-weight: 900;
}

.scormsearch-view .favorite-row .search-buttons {
    text-align: right;
    min-width: 89px;
}

.scormsearch-view .favorite-row .icon-chevron-right {
    display: inline;
}

.scormsearch-view .category-row .cat-name {
    font-size: 22px;
    font-weight: bold;
}

.scormsearch-view .favorite-row .search-context {
    font-size: 15px;
}
*/
.view-scormsearch .js-stools-container-bar {
    width: 100%;
    padding-bottom: 2em;
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 2em;
    text-align: center;
}

.view-scormsearch .js-stools-container-bar .searchinput {
    width: calc(55.4% - 142px);
}

.view-scormsearch .js-stools-container-bar .searchinput input {
    width: calc(100% - 58px);
    font-size: 20px;
}

.view-scormsearch .js-stools-container-bar .btn-wrapper {
    display: inline-block;
}

.view-scormsearch .js-stools-container-bar .btn-wrapper #resetButton {
    margin-bottom: 14px;
    margin-right: 0 !important;
}

.view-scormsearch #items-list {
    padding-top: 2em;
}

.view-scormsearch .scormsearch-left .baseinfo2 {
    display: none;
}

.view-scormsearch .scormsearch-left .btn.btn-primary.startlink,
.view-scormsearch .scormsearch-left .btn.btn-primary.startlink:link,
.view-scormsearch .scormsearch-left .btn.btn-primary.startlink:hover,
.view-scormsearch .scormsearch-left .btn.btn-primary.startlink:active,
.view-scormsearch .scormsearch-left .btn.btn-primary.startlink:focus,
.view-scormsearch .scormsearch-left .btn.btn-primary.startlink:visited {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 0 20px 0;
    width: 100%;
}

.view-scormsearch .scormsearch-results {
    position: relative;
    margin-top: 50px;
    margin-bottom: 90px;
}

.view-scormsearch .scormsearch-left {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: absolute;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    min-width: 320px;
    max-width: 320px;
    border-bottom: none;
    left: 160px;
}

.view-scormsearch .scormsearch-left > .course {
    padding: 0;
    border: none;
}

.view-scormsearch .scormsearch-left .baseinfo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    -moz-box-shadow: 5px 5px 10px 0 var(--component-shadow);
    box-shadow: 5px 5px 10px 0 var(--component-shadow);
    min-height: 510px;
    margin-right: 20px;
    min-width: 300px;
}

.view-scormsearch .scormsearch-right .result-course-title {
    font-weight: bold;
}

.view-scormsearch .scormsearch-right > .scormsearch-course-info,
.view-scormsearch .scormsearch-right .scorm-container {
    padding-left: 550px;
    padding-right: 160px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.view-scormsearch .scormsearch-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 510px;
}

.view-scormsearch .js-stools-container-bar .searchinput input {
    width: 100%;
    padding-left: 50px;
}

.view-scormsearch .js-stools-container-bar .input-append {
    font-size: 1.4em;
}

.view-scormsearch .js-stools-container-bar .searchinput::before {
    content: "";
    padding-left: 30px;
    padding-top: 5px;
    height: 30px;
    background-image: url(../images/suche-icon.svg);
    background-repeat: no-repeat;
    width: 30px;
    display: inline-block;
    position: absolute;
}

.view-scormsearch .js-stools-container-bar input#filter_search::placeholder {
    opacity: 1;
    font-size: 20px;
}

/*-----------------vereinheitlichen der Suche------------------*/
.searchinput button,
.view-videos .js-stools-container-bar .btn-wrapper.hidden-phone,
.view-files .js-stools-container-bar .btn-wrapper.hidden-phone{
    display: none;
}

.view-videos .js-stools-container-bar,
.view-files .js-stools-container-bar {
    padding-bottom: 2em;
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 1.5em;
    float: none;
    text-align: center;
}

.view-videos .js-stools,
.view-files .js-stools {
    margin-bottom: 0;
}

.searchinput input,
.view-users .js-stools-container-bar .searchinput input,
.view-multidates .js-stools-container-bar .searchinput input,
.view-groups .js-stools-container-bar .searchinput input,
.view-videos .js-stools-container-bar .searchinput input,
.view-files .js-stools-container-bar .searchinput input {
    width: 100%;
}

.view-videos .js-stools-container-bar .searchinput::before,
.view-files .js-stools-container-bar .searchinput::before {
    z-index: 1;
    content: "";
    padding-left: 30px;
    padding-top: 5px;
    height: 30px;
    background-image: url(../images/suche-icon.svg);
    background-repeat: no-repeat;
    width: 30px;
    display: inline-block;
    position: absolute;

}

.view-videos .js-stools-container-bar .searchinput input,
.view-files .js-stools-container-bar .searchinput input {
    width: 100%;
    padding-left: 50px;
}

.view-videos .js-stools-container-bar .input-append,
.view-files .js-stools-container-bar .input-append {
    font-size: 1.4em;
    width: calc(58.4% - 190px);
}

.view-videos .js-stools-container-bar input#filter_search::placeholder,
.view-files .js-stools-container-bar input#filter_search::placeholder {
    opacity: 1;
    font-size: 20px;
}

.kurseverwalten .filter-search input#filter_search {
    width: 48%;
}

/*------------------Abgeschlossene Kurse----------------------*/

.view-user2courses.layout-certificates {
    background-size: auto 342px;
}

.view-user2courses.layout-certificates .table.certificates {
    padding-top: 84px;
    margin: 0 auto;
    max-width: 1260px;
}

.view-user2courses.layout-certificates .table.certificates .actions {
    text-align: left;
}

.view-user2courses.layout-certificates .table.certificates .actions .certificate.download {
    border-radius: 17px;
    width: unset;
    height: unset;
    min-width: 220px;
    display: inline-flex !important;
    float: none;
    justify-content: space-between;
}


.view-user2courses.layout-certificates .table.certificates .actions .certificate.download a {
    display: inline-flex;
    justify-content: space-between;
}

/*-------------------dynamische Willkommensseite---------------------*/
body.view-featured.site {
    margin: 0;
    background-image: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body.view-featured.site #top > div {
    padding: 0;
}

body.view-featured header {
    width: 260px;
}

body.view-featured .navigation {
    width: calc(100% - 260px);
}

body.view-featured.site .moduletable .username {
    padding: 60px 60px 60px 120px;
}

body.view-featured.site .moduletable .lastvisitedcourses {
    padding: 60px 120px 60px 60px;
}

body.view-featured.site .modules-splitted {
    padding: 0 120px;
}

body.view-featured.site footer {
    padding: 0 2rem;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
/*-------------Seminar---------------------------------------*/
#seminare .small-labels,
#groupList .small-icons {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
}
#seminare .small-labels .label {
    display: inline-flex;
    align-items: center;
}

#seminare .small-labels .icon:before {
    font-size: 24px;
}

.seminar.reportselect-view .report-container li {
    display: flex;
}

.seminar.reportselect-view .report-container li a,
.seminar.reportselect-view .report-container li .icon {
    display: inline-flex;
    align-items: center;
}

/*---------------------------Content Builder------------------*/
.com_idealiveas .filter-search .filter-fields {
    width: calc(100% - 225px);
}

.idealiveas #tab_pages #pages_view .project_content {
    min-height: 50px;
    display: flex;
    flex-direction: row;
}

.com_idealiveas [class*=" icon-"], [class^="icon-"] {
    margin-right: 0;
}

/*------------- Credit Points--------------------------------------*/

.punktesystem .points-container .points-row {
    display: flex;
    font-size: 1.2em;
}

.punktesystem .points-container .points-row .point1 {
    text-align: center;
    max-width: 500px;
    width: auto;
    min-width: unset;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border-radius: 40px;
}

.punktesystem .points-container .point-info .rank {
    font-size: 15px;
    line-height: 1em;
}

.view-points .points,
.view-featured .points {
    padding: 8px 15px;
    border-radius: 40px;
}

.view-points .points:after,
.view-featured .points:after {
    font-family: "youknow";
    content: "\ea37e";
    padding-left: 15px;
}

.punktesystem .points-container .points-row .point-label {
    padding-bottom: 0;
    display: flex;
    font-weight: bold;
}

.mod_points_ranking .title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
}

.mod_points_ranking .ranking {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    font-size: 1.2em;
    padding-bottom: 60px;
}

.mod_points_ranking .ranking .rank {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
}

.mod_points_ranking .ranking .rank:last-child {
    margin-bottom: 0;
}

.mod_points_ranking .ranking .rank_trophy_1,
.mod_points_ranking .ranking .rank_trophy_2,
.mod_points_ranking .ranking .rank_trophy_3 {
    /*background-image: url("../images/pokal.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;*/
}

.mod_points_ranking .ranking .rank .rank_trophy {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mod_points_ranking .ranking .rank .rank_trophy:before {
    font-family: "youknow";
    content: "\ea385";
    font-size: 40px;
}

.mod_points_ranking .ranking .rank .rank_info {
    margin-left: 30px;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 90px);
    padding: 15px;
}

.mod_points_ranking .ranking .rank .rank_info .rank_nr {
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.mod_points_ranking .ranking .rank .rank_info .name {
    flex-grow: 1;
    font-weight: bold;
    justify-content: flex-start;
    display: flex;
    margin-right: 20px;
    line-height: 1.2em;
}

.view-points .position2 .mod_points_ranking .module-title,
.view-featured .modules-splitted .position11 .mod_points_ranking > .title {
    display: none;
}

.ranking .rank.no-result {
    font-size: 16px;
    font-weight: normal;
    justify-content: center;
}
/*--------------Padding für Buttons mit Icon und Schrift----------*/

.icon-ok,
.icon-cancel,
.icon-new,
#filterButton .icon-search,
#resetButton .icon-undo-2,
.icon-chart,
.view-users .icon-trash,
.view-seminarform .icon-save,
#editor-xtd-buttons .icon-file-add,
#editor-xtd-buttons .icon-share-alt,
#editor-xtd-buttons .icon-address,
#editor-xtd-buttons .icon-pictures,
#editor-xtd-buttons .icon-copy,
#editor-xtd-buttons .icon-arrow-down,
.view-groups .lulusers.groups-list .bottom-actions .icon-trash,
.view-users .fa-download {
    margin-right: 5px;
}


/*--------------Max Teilnehmerzahl ausblenden außer bei Seminar----------*/

.com_ideacontents.view-form.layout-edit #masterdata .max_users,
.com_ilvideo.view-video.layout-admin .max_users,
.com_ilfile.view-file.layout-admin .max_users,
.com_feedback.view-feedbackform .max_users {
    display: none;
}

/*-----------------Neue Styles für den Filter und die Suche--------------------------*/
.idealivefilters {
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
    max-width: 100%;
    flex-wrap: wrap;
}

.kurskatalog .idealivefilters {
    max-width: 1600px;
}

.idealivefilters > div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-self: stretch;
}

.idealivefilters .custom-filter-container {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.idealivefilters .search-filter-container {
    flex-grow: 1;
}

.idealivefilters .search-filter-container.no-search-field .search-filter {
    justify-content: flex-start;
}

.idealivefilters > div > div {
    display: inline-flex;
    padding-right: 20px;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 20px;
}


.idealivefilters .custom-filter .control-group .chzn-container-single-nosearch a span,
.idealivefilters .custom-filter .control-group .chzn-container-multi .chzn-choices,
.idealivefilters .custom-filter .control-group .chzn-container-multi .chzn-single {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.idealivefilters .custom-filter .control-group .chzn-container-active .chzn-choices {
    box-shadow: none;
}

.idealivefilters .custom-filter .control-group .chzn-container .chzn-drop {
    padding: 2px 0 0 0;
    position: absolute;
    border: none;
    box-shadow: 0 4px 5px var(--component-shadow);
    border-radius: 8px;
    top: calc(100% + 10px);
}

.idealivefilters .chzn-container .chzn-choices li,
.idealivefilters .chzn-container .chzn-results li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}

.idealivefilters .custom-filter .control-group .chzn-drop:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    -webkit-transform:rotate(360deg);
}

.idealivefilters .custom-filter .control-group .chzn-results li {
    padding-top: 5px;
    font-size: 15px;
}

.idealivefilters .custom-filter .control-group .chzn-results li:last-child {
    border: none;
}

.idealivefilters .chzn-container-multi .chzn-choices li.search-choice {
    box-shadow: none;
    background-image: none;
}

.idealivefilters .custom-filter .control-group {
    display: inline-flex;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    justify-content: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    max-width: 200px;
    margin: 0;
}

.idealivefilters .custom-filter.filter-groupadmincourse,
.idealivefilters .custom-filter.filter-groupadmincourse .control-group,
.idealivefilters .custom-filter.filter-groupadmincourse .control-group .controls,
.idealivefilters .custom-filter.filter-groupadmincourse .chzn-container .chzn-results li {
    max-width: 100%;
    width: 400px;
}

.idealivefilters .custom-filter .control-group .controls {
    max-width: 100%;
    display: flex;
    flex-grow: 1;
}

.idealivefilters .custom-filter .control-group .controls > div {
    display: flex;
    min-width: 100px;
}

.idealivefilters .custom-filter .control-group .category,
.idealivefilters .custom-filter .control-group .action {
    display: inline-block;
}

.display-limit {
    display: none;
}

.pagination .counter {
    padding: 0 20px;
}

.idealivefilters .custom-filter .control-group .control-label {
    display: inline-flex;
    min-width: 162px;
    justify-content: flex-start;
    padding: 0;
}

.idealivefilters .custom-filter .control-group .chzn-container-single-nosearch a span,
.idealivefilters .custom-filter .control-group .chzn-container-single a span {
    min-width: 200px;
}

.idealivefilters .custom-filter.filter-calendar .control-group .controls .input-append {
    display: inline-flex;
    flex-direction: row;
    max-width: 180px;
    margin: 0;
}

.idealivefilters .custom-filter .control-group .controls .chzn-container,
.idealivefilters .custom-filter.filter-calendar .control-group .controls .input-append input {
    padding: 0;
    margin: 0 10px 0  0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-size: 17px;
}

.idealivefilters .custom-filter.filter-calendar .control-group .controls .input-append input {
    max-width: 100px;
    min-width: 100px;
    display: flex;
    align-self: flex-end;
    flex-direction: row;
}

.idealivefilters .custom-filter .control-group .control-label label,
.idealivefilters .custom-filter.filter-list .control-label,
.idealivefilters .custom-filter.filter-calendar .control-group .control-label {
    box-shadow: none;
    justify-content: flex-start;
    padding-bottom: 0;
    font-size: 12px;
    display: inline-flex;
    margin: 0;
}

.idealivefilters .chzn-container-single .chzn-single div b {
    display: none;
}

.idealivefilters .chzn-container-single .chzn-single div b {
    display: none;
}

.idealivefilters .chzn-container-single .chzn-single abbr {
    top: 10px;
    background: none;
}

.idealivefilters .chzn-container-single .chzn-single abbr:before {
    font-family: 'youknow';
    content: "\ea49";
    font-size: 22px;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close{
    display: flex;
    justify-content: flex-end;
}

.idealivefilters .chzn-container-single .chzn-single div:before {
    font-family: "youknow";
    content: "\ea05";
    font-weight: bold;
    font-size: 22px;
}

.idealivefilters .chzn-container-multi .chzn-choices .search-field::after {
    font-family: "youknow";
    content: "\ea05";
    font-weight: bold;
    margin-left: -20px;
    font-size: 22px;
}

.idealivefilters .chzn-container .chzn-choices li.search-field input::placeholder,
.idealivefilters .chzn-container .chzn-results li input::placeholder,
.idealivefilters .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    caret-color: transparent;
    cursor: default;
}

.idealivefilters .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    cursor: pointer;
    min-width: 200px;
}

.idealivefilters .custom-filter .control-group .chzn-container-multi .chzn-choices li.search-choice {
    border-width: 1px;
    border-style: solid;
    padding: 8px 30px 8px 8px;
}

.idealivefilters .custom-filter .control-group .chzn-container {
    width: 100% !important;
}

.idealivefilters .search-filter {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: stretch;
    padding-right: 0;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: nowrap;
}

.seminar .idealivefilters .search-filter {
    justify-content: flex-end;
}

.idealivefilters .search-filter > .control-group {
    margin: 0;
    max-width: calc(50% + 120px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-width: 220px;
}

.idealivefilters .search-filter label {
    margin: 0;
    padding: 0;
    display: none;
}

.idealivefilters .search-filter .controls {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: row;
}

.idealivefilters .search-filter input#filter_search {
    display: flex;
    min-width: 220px;
    font-size: 17px;
    background-color: transparent;
    width: 100%;
    border-width: 2px;
    margin-bottom: 0;
    justify-content: flex-end;
    align-self: flex-end;
    padding-left: 8px;
    padding-right: 8px;
}

.idealivefilters input#filter_search::placeholder {
    opacity: 1;
    font-size: 17px;
    color: var(--light-grey-color);
}

.js-calendar .calendar-container table tbody td,
.idealivefilters .custom-filter.filter-calendar .control-group  .calendar-container table tbody td {
    border-radius: 5px;
}

.idealivefilters .custom-filter.filter-calendar .control-group .calendar-container .buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 10px;
}

.js-calendar .calendar-container .btn-group button.btn,
.idealivefilters .custom-filter.filter-calendar .control-group .calendar-container .buttons-wrapper button,
.idealivefilters .custom-filter.filter-calendar .control-group .controls .input-append button,
.idealivefilters .search-filter .search-button,
.idealivefilters .search-filter .reset-button {
    padding: 5px;
    box-shadow: 8px 8px 12px var(--solitude-color);
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: 8px;
    justify-content: flex-end;
    align-self: flex-end;
}

.idealivefilters .search-filter .search-button .icon-search:before {
    font-family: "youknow";
    content: "\ea14";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.idealivefilters .filter-calendar button .icon-calendar:before {
    font-family: "youknow";
    content: "\ea372";
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.idealivefilters .filter-calendar button .icon-calendar,
.idealivefilters .search-filter .search-button .icon-search,
.idealivefilters .search-filter .reset-button .icon-reset {
    height: 30px;
    width: 30px;
}

.idealivefilters .search-filter .reset-button .icon-reset,
.idealivefilters .filter-calendar button .icon-calendar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.idealivefilters-listoptions {
    display: flex;
    justify-content: flex-end;
}
/*-----------------Notification--------------------------------*/
.notification {
    padding: 24px;
    min-width: 200px;
}

.notification .notification-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.notification .notification-header .close {
    width: 30px;
    height: 30px;
    padding-bottom: 3px;
    font-style: normal;
    border-radius: 100%;
    border-style: solid;
    border-width:2px;
    display: flex;
    flex-display: row;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-size: 1.5em;
}

.notification .notification-header-text {
    padding-left: 20px;
}

.notification .notification-header-text:before {
    font-family: 'youknow';
    font-size: 1.6em;
    position: absolute;
    top: 0;
    left: 0;
}

.notification.alert-success .notification-header-text:before {
    content: "\ea46";
}

.notification.alert-warning .notification-header-text:before,
.notification.alert-info .notification-header-text:before {
    content: "\ea22";
}

.notification.alert-error .notification-header-text:before,
.notification.alert-danger .notification-header-text:before {
    content: "\ea3d";
}

.notification .notification-header-text > span {
    padding-left: 5px;
    font-size: 1em;
}

.notification .notification_body {
    padding-left: 26px;
    padding-right: 35px;
}


/*------------------Pauls Teil Anfang-----------------------------*/



/*---------------------- fancy radio buttons ---------------------------*/
/* The container */
.fr-container > .fr-button {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    width: 300px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    user-select: none;
}


/* Hide the browser's default radio button */
.fr-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.fr-container .fr-checkmark {
    position: absolute;
    top: 8px;
    left: 10px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fr-container .fr-checkmark i {
    font-size: 7px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.fr-container .fr-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.fr-container input:checked ~ .fr-checkmark:after {
    display: block;
}


/*---------------com_pay spezial styles-----------*/
.com_pay .pay-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 50px;
}

.com_pay .courses .course {
    padding-top: unset;
}

.com_pay .pay_title {
    font-size: 20px;
    min-width: 120px;
}

.com_pay .pay_content {
    font-size: 20px;
    font-weight: bold;
}

.com_pay .gdpr {
    margin-top: 20px;
}

.com_pay a .btn,
.com_pay .btn {
    border-radius: 7px;
}

.com_pay .choose_payment {
    margin-top: 20px;
    margin-bottom: 20px;
}

.com_pay .pay-info-text {
    display: flex;
    column-gap: 50px;
}
/*------------Pauls Teil Ende-----------------------------*/

/*--------------Tab ausblenden bei Benutzer Popup- ANFANG------------------*/
.lulusers.user-points-list #myTabTabs li:nth-child(3) {
display: none;
}
/*--------------Tab ausblenden bei Benutzer Popup--ENDE-----------------*/

.grafic .impressum,
.grafic .impressum.view-login {
    background-image: none;
}

/*-------------MediaQueries ----------------------------------*/

@media only screen and (max-width: 1960px) {
    .view-courses .list,
    .view-courses .filter-search,
    .view-user2courses .list,
    .view-user2courses .filter-search {
        max-width: 1280px;
    }

    .view-course .sidecourseinfoleft {
        left: 80px;
    }

    .view-course .sidecourseinforight .coursename,
    .view-course .sidecourseinforight .showasuser_info,
    .view-course .sidecourseinforight > .description,
    .view-course .sidecourseinforight > .add2mycourses,
    .view-course .sidecourseinforight .coursecertificate,
    .view-course .sidecourseinforight .coursemetadata {
        padding-left: 470px;
        padding-right: 80px;
    }

    .view-course .sidecourseinforight .contents {
        padding: 100px 80px 20px 470px;
    }

    .kurskatalog .idealivefilters {
        max-width: 1280px;
    }

}

@media only screen and (max-width: 1867px) {
    /* 	.newsflash-horiz {
		width: calc(100% - 1025px);
	}

	.lastvisitedcourses.modwidth60 {
		min-width: 1025px;
	}

	.view-featured .position11 .aktuelle-seminare,
	.view-featured .position11 .newsflash-horiz {
		display: inline-block;
		width: 100%;
	}
	*/

}


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

    .view-userresults .chart-container {
        width: 49%;
    }
}

@media only screen and (max-width: 1640px) {
    .view-courses .list,
    .view-courses .filter-search,
    .view-user2courses .list,
    .view-user2courses .filter-search {
        max-width: 960px;
    }

    .courses .filter-search::before {
        left: calc(38% + 70px);
    }

    .view-course .sidecourseinforight .coursecertificate .coursecertificate-content,
    .view-course .sidecourseinforight .coursecertificate .coursecertificate-content > div {
        width: 100%;
        text-align: left;
    }

    .view-course .sidecourseinforight .coursecertificate .coursecertificate-content {
        flex-direction: column;
    }

    .view-course .sidecourseinforight .coursecertificate .coursecertificate-content .download {
        margin-top: 10px;
    }

    .scormsearch-view .favorite-row .search-buttons {
        float: right;
    }

    .kurskatalog .idealivefilters {
        max-width: 960px;
    }

}

@media only screen and (max-width: 1624px) {
    /*
	.newsflash-horiz,
	.lastvisitedcourses.modwidth60 {
		width: 100%;
		min-width: 320px;
	} */

    .view-courseform .course-edit #stammdaten .span6 {
        width: 100%;
        margin-left: 0;
    }

    .view-scormsearch .scormsearch-right > .scormsearch-course-info, .view-scormsearch .scormsearch-right .scorm-container {
        padding-left: 390px;
        padding-right: 0;
    }

    .view-scormsearch .scormsearch-left {
        left: 0;
    }

}

@media only screen and (max-width: 1460px) {
    .view-course .sidecourseinforight > .description .promotionmedia {
        margin: 25px 0;
        width: 100%;
    }

    .view-course .sidecourseinforight .description .twocolumn {
        column-count: 1;
    }

    .view-course .sidecourseinfoleft {
        left: 160px;
    }

    .view-course .sidecourseinforight .coursename,
    .view-course .sidecourseinforight .showasuser_info,
    .view-course .sidecourseinforight > .description,
    .view-course .sidecourseinforight > .add2mycourses,
    .view-course .sidecourseinforight .coursecertificate,
    .view-course .sidecourseinforight .coursemetadata {
        padding-left: 550px;
        padding-right: 160px;
    }

    .contents .content .description:empty {
        padding-bottom: 0;
    }

    .view-course .sidecourseinforight .contents {
        padding: 100px 160px 20px 550px;
    }

    .view-course .sidecourseinforight .coursemetadata .cell1 {
        width: 100%;
        padding-right: 0;
        padding-left: 35px;
    }

    .view-course .sidecourseinforight .coursemetadata .cell2 {
        width: 100%;
        padding-left: 35px;
        padding-top: 20px;
    }

    .view-course .sidecourseinforight .coursemetadata .cell2 i {
        left: 0;
    }

    .content .left,
    .content .left .image,
    .content .left .image img {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .content .right {
        width: 100%;
        padding-top: 20px;
        min-width: 400px;
    }

    .contents .content .info,
    .contents .content .description,
    .contents .type9 .time_block,
    .contents .content .processing_time.actions {
        padding-left: 0;
    }

}

@media only screen and (max-width: 1440px) {
    /*
	.view-featured .position2 .modwidth60 {
		display: table-row;
	}*/
}


@media only screen and (max-width: 1396px) {
    .view-video .span3,
    .view-file .span3,
    .view-video .span9,
    .view-file .span9 {
        margin-left: 0;
        width: 100%;
    }
    .view-video .span3 .controls,
    .view-file .span3 .controls {
        width: calc(100% - 105px);
    }
    .view-video .control-label,
    .view-file .control-label,
    .view-video .span3 .control-label,
    .view-file .span3 .control-label {
        display: block;
        padding-top: 40px;
        width: 100%;
    }

    .view-video .row-fluid,
    .view-file .row-fluid {
        margin-bottom: 0;
    }

    .view-userresults #ur_charts {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .view-userresults .chart-container {
        width: 90%;
    }

    .view-userresults .chart-data canvas {
        width: 100%;
        height: auto !important;
    }
}


@media only screen and (max-width: 1320px) {
    .view-courses .list,
    .view-courses .filter-search,
    .view-user2courses .list,
    .view-user2courses .filter-search {
        max-width: 640px;
    }

    .courses .filter-search::before {
        left: calc(40% + 70px);
    }

    .view-featured .moduletable {
        display: flex;
        margin: 0 auto;
    }

    .view-featured .moduletable .courses-list {
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .courses .filter-search input#filter_search {
        width: 46.5%;
    }

    .moduletable .username,
    .moduletable .lastvisitedcourses,
    .view-featured .moduletable
    {
        width: 100%;
    }

    body.view-featured.site .moduletable .lastvisitedcourses,
    body.view-featured.site .moduletable .username {
        padding: 60px 120px;
    }

    .kurskatalog .idealivefilters  {
        max-width: 640px;
        column-gap: unset;
    }

    .idealivefilters .search-filter > .control-group {
        overflow: hidden;
        max-width: calc(100% - 100px);
    }

    .idealivefilters select {
        max-width: 160px;
        border: none;
        font-size: 17px;
        margin-top: 2px;
        min-height: 30px;
        background-color: var(--bg-color);
    }

    .idealivefilters select option {
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

    .idealivefilters select option:last-child {
        border-bottom: none;
    }

}

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

    .foto .view-login main,
    .foto .reset main {
        max-width: 100%;
        position: static;
    }

    .foto .login .control-label,
    .foto .reset .control-label {
        width: 100%;
        text-align: left;
        max-width: 100%;
        clear: both;
        display: block;
    }

    .foto .login .controls,
    .foto .reset .controls {
        width: 100%;
        max-width: 100%;
        clear: both;
        display: block;
        padding-top: 10px;
    }

    .foto .login .controls-login,
    .foto .nav-tabs.nav-login,
    .foto .reset .controls-reset {
        margin-left: 0;
    }

    .foto .nav-tabs.nav-login > li > a {
        text-align: left;
    }

    .foto .login label,
    .foto .login .control-label label,
    .foto .reset label,
    .foto .reset .control-label label {
        text-align: left;
    }

    .view-archive {
        background-size: auto 420px;
    }

}


@media only screen and (max-width: 1240px) {
    /*
	.view-featured .position2 .modwidth40 {
		display: table-row;
	}*/
}


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

    .view-course .sidecourseinfoleft {
        left: 80px;
    }

    .view-course .sidecourseinforight .coursename,
    .view-course .sidecourseinforight .showasuser_info,
    .view-course .sidecourseinforight > .description,
    .view-course .sidecourseinforight > .add2mycourses,
    .view-course .sidecourseinforight .coursecertificate,
    .view-course .sidecourseinforight .coursemetadata {
        padding-left: 470px;
        padding-right: 80px;
        width: auto;
    }

    .view-course .sidecourseinforight .contents {
        padding: 100px 80px 20px 470px;
    }

    .navigation .nav > li,
    .navigation .nav > li .nav-header,
    .lul-search #lul-search-submit-icon::before,
    .lul-search #lul-search-form #lul-search-input {
        font-size: 20px;
        margin-right: 0;
    }

    /* .navigation .nav-collapse > ul {
		padding-right: 112px;
	} */

    /* .nav-pills > li > a,
	.navigation .nav > li > .nav-header, */
    .navigation .nav > .divider > span {
        padding: 8px 2px;
    }

    #lul-search form#lul-search-form {
        padding-left: 0;
    }

    .lul-search.active #lul-search-submit-icon::before {
        /* top: 7px; */
    }

    .nav li a[class$="icon"]::before,
    .nav li span[class$="icon"]::before {
        padding-right: 3px;
    }

    #lul-search {
        left: calc(100% - 112px);
    }

    #lul-search.active {
        left: calc(100% - 500px);
    }
}

@media only screen and (max-width: 1080px) {
    .site .field-calendar input[type="text"] {
        min-width: unset;
        width: calc(100% - 60px);
    }
    .ideacontent-edit .controls .field-media-wrapper input,
    .ideacontent-edit .controls .field-media-wrapper .input-prepend {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .com_lulusers .form-horizontal #details .control-label,
    .com_lulusers .form-horizontal #attrib-profile .control-label,
    .com_lulusers .form-horizontal #notes .control-label {
        width: 100%;
        text-align: left;
    }

    .com_lulusers .form-horizontal #details .controls,
    .com_lulusers .form-horizontal #attrib-profile .controls,
    .com_lulusers .form-horizontal #notes .controls {
        margin-left: 0;
    }

}
@media only screen and (max-width: 1020px) {

    .content .image img {
        width: 100%;
        height: auto;
        min-height: 160px;
    }

    .content .right {
        min-width: auto;
        width: 100%;
    }

    .content .processing_time.actions .start {
        min-width: auto;
    }
}

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

    .navbar .btn-navbar {
        margin-top: 0;
    }

    .navigation .nav-collapse {
        float: none;
        position: absolute;
        right:7px;
        top: 110px;
        box-shadow: 0 0 5px var(--component-shadow);
        /* display: inline-block; */
        width: auto;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav li a[class$="icon"]::before,
    .nav li span[class$="icon"]:before {
        display: none;
    }

    .navigation .nav .divider span {
        padding: 20px;
    }

    .navigation .nav > li {
        margin-right: 0;
    }

    .nav-collapse .nav > li > a,
    .nav-collapse .nav > li > span,
    .nav-collapse .nav > li > .nav-header {
        padding: 20px;
        font-weight: bold;
    }

    .navigation .nav {
        width: 100%;
    }

    .navbar .btn-navbar span.icon-bar {
        display: none;
    }

    .navbar .btn-navbar,
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar:visited,
    .navbar .btn-navbar:focus {
        text-shadow: none;
        background-image: none;
        border: none;
    }

    .rtl .modal-footer button {
        float: right;
    }

    .navbar .btn-navbar:before {
        font-family: 'youknow';
        content:"\ea1e";
        font-size: 2em;
    }

    .navigation .nav .parent > span,
    .navigation .nav .parent > a {
        padding-bottom: 10px;
    }

    .navigation .nav li .nav-child {
        display: block;
        float: none;
        width: 100%;
        position: static;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
    }

    .navigation .nav li .nav-child li {
        float: none;
        display: block;
    }

    .navigation .nav li .nav-child li:last-child {
        padding-bottom: 5px;
    }

    .navigation .nav li .nav-child li a {
        font-size: 18px;
        padding: 8px 30px 8px 20px;
    }

    .navigation .nav li .nav-child li a:before {
        font-family: 'youknow';
        content:"\ea57";
        padding-right: 10px;
    }

    .navigation .nav-child li > a:focus,
    .navigation .nav-child li > a:hover,
    .navigation .nav-child:hover > a,
    .nav-collapse .dropdown-menu a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .nav > li > a:hover {
        background-image: none;
    }

    .navigation .nav > li > .nav-child::after,
    .navigation .nav > li > .nav-child::before {
        display: none;
    }

    .moduletable .lastvisitedcourses,
    .moduletable .username,
    .moduletable.news-einleitung {
        padding-left: 0;
        padding-right: 0;
    }

    .moduletable .username {
        padding-top: 20px;
    }

    /* .lastvisitedcourses,
	.newsflash-horiz {
		padding: 0 0 60px 0;
	}
	 */

    .last-courses-container {
        padding-left: 0;
    }

    .view-certificateform .bg_image,
    .certificate-edit #basic-details .bg_image,
    .view-certificateform .language,
    .certificate-edit #basic-details .language  {
        width: 100%;
        padding-right: 0;
    }

    #lul-search,
    #lul-search.active  {
        position: static;
        box-shadow: none;
        /*padding: 20px; */
        left: 0;
        transition: none;
        padding-left: 14px;

    }

    #lul-search.active {
        padding-top: 12px;
        width: inherit;
    }

    .navigation .nav-collapse > ul {
        padding-right: 0;
        float: none;
    }

    .lul-search.active #lul-search-submit-btn {
        display: inline-block;
        border-radius: 0;/*
		padding: 10px 20px; */
    }

    .lul-search #lul-search-form #lul-search-input {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        height: 20px;
        padding-left: 27px;
    }

    #lul-search form#lul-search-form,
    #lul-search.active form#lul-search-form {
        width: 300px;
        padding: 0;
    }

    .lul-search.active #lul-search-form #lul-search-input {
        width: calc(100% - 113px);
        padding: 10px 10px 10px 30px;
        height: auto;
    }

    .lul-search #lul-search-submit-icon::before {
        top: -6px;
    }

    .lul-search.active  #lul-search-submit-icon::before {
        top: 3px;
    }

    .view-profile .profile fieldset,
    .view-profile  .profile-edit fieldset {
        width: 100%;
        margin-bottom: 40px;
    }

    .view-profile .profile-edit #member-profile {
        padding-top: 30px;
    }

    .contents .content .processing_time .times_container,
    .content .processing_time.actions .start {
        width: 100%;
    }

    .view-featured .modules-splitted {
        padding: 0;
    }

    .view-archive .archive #archive-items {
        padding-left: 0;
    }

    #courses.table .list-name {
        width: 45%;
    }

    body.view-featured.site .moduletable .lastvisitedcourses,
    body.view-featured.site .moduletable .username {
        padding: 0;
    }

    body.view-featured.site .modules-splitted,
    body.view-featured.site .moduletable {
        padding: 0 80px;
    }

    .layout-courseadmin .table .ui-sortable-helper td.list-name a {
        width: 100px;
    }

    .idealivefilters .custom-filter-container {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 840px) {
    .header .brand {
        text-align: left;
    }

    .grafic .view-login,
    .grafic .view-reset {
        position: relative;
        background-image: url(../images/login-sm.png);
        background-size: 100% auto;
        background-position: 0 bottom;
    }

    .foto #system-message-container {
        width: 100%;
        padding-right: 0;
    }

    .view-login main,
    .view-reset main {
        max-width: 100%;
        position: static;
    }

    .login .form-horizontal .control-label,
    .reset .control-label {
        width: 100%;
        text-align: left;
        max-width: 100%;
        clear: both;
        display: block;
    }

    .login .controls,
    .reset .controls {
        width: 100%;
        max-width: 100%;
        clear: both;
        display: block;
        padding-top: 10px;
    }

    .login .controls-login,
    .nav-tabs.nav-login,
    .reset .controls-reset {
        margin-left: 0;
    }

    .nav-tabs.nav-login > li > a {
        text-align: left;
    }

    .login label,
    .login .form-horizontal .control-label label,
    .reset label,
    .reset .form-horizontal .control-label label {
        text-align: left;
    }

    .grafic footer {
        padding: 0 60px;
    }

    body.view-featured.site footer,
    body.site footer {
        padding: 2rem;
    }

    footer .menus {
        width: 50%;
        float: left;
    }

    footer .menus .menu {
        width: 100%;
        margin-bottom: 0;
    }

    footer .menus .menu li {
        float: none;
        padding: 1rem 2rem 1rem 0;
    }

    footer .footer-jahr {
        text-align: right;
    }

    footer > div > p {
        /*position: absolute;
		bottom: 0;
		right: 0;
		font-size: 0.8em;*/
        padding-top: 10px;
        float: right;
        line-height: 18px;
        width: 50%;
        text-align: right;
        padding-right: 0;
    }

    .foto .logincontent,
    .foto .view-reset .reset,
    .foto .view-reset #system-message-container {
        width: 100%;
        padding-right: 0;
    }

    .foto .zusatzfoto {
        position: static;
        float: none;
        width: 100%;
        height: auto;
    }

    .foto .zusatzfoto img {
        width: 100%;
        height: auto;
        min-width: 100%;
        min-height: auto;
        max-width: 100%;
    }

    .foto footer {
        position: static;
        padding-top: 40px;
    }

    .foto footer .menu li {
        padding-left: 0;
    }

    .foto footer > div > p {
        position: static;
        text-align: right;
        padding-top: 10px;
        padding-right: 0;
    }

    .view-course .sidecourseinfoleft {
        position: static;
        display: block;
        margin: 0 auto;
        padding-right: 0;
    }

    .view-course .sidecourseinforight {
        /* display: block; */
        margin: 0 auto;
    }

    .view-course .sidecourseinforight .coursename,
    .view-course .sidecourseinforight .showasuser_info,
    .view-course .sidecourseinforight > .description,
    .view-course .sidecourseinforight > .add2mycourses,
    .view-course .sidecourseinforight .coursecertificate,
    .view-course .sidecourseinforight .coursemetadata,
    .view-course .sidecourseinforight .contents {
        padding-left: 80px;
        padding-right: 80px;
        width: auto;
    }

    .view-course .sidecourseinforight > .description {
        padding-top: 60px;
    }

    .view-course .sidecourseinforight .showasuser_info h3 {
        padding-top: 20px;
    }

    .contents .content .processing_time.actions .actions > * {
        width: 250px;
    }

    .contents .content .processing_time .times_container {
        width: calc(100% - 150px);
    }

    .view-scormsearch .scormsearch-results {
        text-align: center;
    }

    .view-scormsearch .scormsearch-left {
        position: static;
    }

    .view-scormsearch .scormsearch-right {
        min-height: auto;
    }

    .view-scormsearch #items-list, .view-scormsearch .scormsearch-results {
        padding-top: 0;
    }

    .view-scormsearch .scormsearch-right .scorm-container {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    body.view-featured.site footer {
        padding: 60px;
    }

}

@media only screen and (min-width: 701px) and (max-width: 840px){
    .grafic .view-login .body,
    .grafic .view-reset .body  {
        min-height: 1700px;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}


@media only screen and (max-width: 767px) {
    body.view-course.site,
    body.view-featured.site {
        padding: 0;
    }

    body, body.site {
        padding: 0;
    }

    .view-users .js-stools-container-bar .searchinput,
    .view-multidates .js-stools-container-bar .searchinput,
    .view-videos .js-stools-container-bar .searchinput,
    .view-files .js-stools-container-bar .searchinput,
    .view-scormsearch .js-stools-container-bar .searchinput {
        width: calc(100% - 155px);
    }

    /* .navbar .btn-navbar {
		padding-top: 5px;
	}
	 */

    .view-courseform #dates .publish .control-group:nth-of-type(2),
    .view-courseform #dates > div .control-group:nth-of-type(1),
    .view-courseform #dates > div .control-group {
        width: 100%;
    }

    .view-user2courses.layout-certificates .table.certificates > .item .name {
        font-size: 22px;
        padding: 1em 0 0.5em 0;
    }

    .view-user2courses.layout-certificates .table.certificates .actions {
        text-align: right;
        padding: 1em 0;
    }
    .nav.nav-tabs {
        display: inline-block;
    }

}

@media only screen and (max-width: 759px) {
    .view-courses .list,
    .view-courses .filter-search,
    .view-user2courses .list,
    .view-user2courses .filter-search {
        max-width: 320px;
    }

    .courses .filter-search .filter-category,
    .courses .filter-search input#filter_search {
        display: block;
        margin-top: 1.5em;
    }

    .courses .filter-search::before,
    .layout-courseadmin .courses .filter-search:before{
        bottom: 7px;
        left: 0;
        top: auto;
    }

    .moduletable .lastvisitedcourses .lcc-info-block {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .moduletable .lastvisitedcourses .lcc-info-block .btn {
        width: 100%;
        max-width: 300px;
    }

    .layout-courseadmin .table .ui-sortable-helper td.list-name {
        min-width: 50px;
    }
    /*
	.view-featured .position10 .lastvisitedcourses,
	.view-featured .position11 .newsflash-horiz,
	.view-featured .position11 .aktuelle-seminare {
		width: 320px;
		min-width: unset;
		text-align: left;
		display: inline-block;
		float: none;
		padding: 0 0 60px 0;
	}

	.view-featured .position11 .aktuelle-seminare .aktuelle-seminare-title:before {
		margin-left: 0;
	}

	body.view-featured.site .moduletable .lastvisitedcourses,
	body.view-featured.site .moduletable .username {
		padding: 20px 0 60px;
	}

    body.view-featured header {
        padding-left: 60px;
    }

    body.view-featured .navigation {
        padding-right: 60px;
    }

	.view-featured .position11 .modwidth60 ~ .newsflash-horiz {
		padding-top: 60px;
	}

	.view-featured .position2 .modwidth60 + .aktuelle-seminare,
	.view-featured .position2 .modwidth60 ~ .newsflash-horiz {
		width: 300px;
		float: none;
	}

	.view-featured .position2 .modwidth60 ~ .newsflash-horiz,
	.view-featured .position2 .modwidth60 ~ .newsflash-horiz li {
		margin-left: 0;
	}
*/
    .punktesystem .points-container .points-row {
        margin: 60px 0;
    }

}

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

    .view-featured .moduletable .courses-list {
        margin: 0 auto;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .view-featured {
        background-size: auto;
    }
    /*
	.last-courses-container,
	.course-catalog-container,
	.newsflash-horiz,
	.aktuelle-seminare {
		max-width: 320px;
		float: none;
		margin: 0 auto;
	}
*/
    .moduletable.news-einleitung {
        max-width: 100%;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .view-video .controls,
    .view-file .controls {
        width: 100%;
    }

    .view-courseform .course-edit .field-media-preview,
    .view-courseform .course-edit .field-media-wrapper input {
        display: block;
        width: 100%;
    }

    #certificate-form .btn-group > .btn {
        float: left;
    }

    .layout-courseadmin .courses-list .list-img,
    .layout-courseadmin .courses-list .list-image,
    .view-seminare #seminare .cellImage {
        display: none !important;
    }


}


@media only screen and (min-width: 500px) and (max-width: 700px){
    .grafic .view-login .body,
    .grafic .view-reset .body  {
        min-height: 1500px;
    }

    .view-course header {
        padding-left: 50px;
    }

    .view-course .navigation {
        padding-right: 50px;
    }

    .view-archive {
        background-size: auto 440px;
    }
}

@media only screen and (max-width: 529px) {
    .content .processing_time.actions .start {
        width: 100%;
        padding-top: 10px;
        text-align: left;
    }

    #courses.table .list-name {
        width: 30%;
    }

    body.view-featured.site .modules-splitted,
    body.view-featured.site .moduletable,
    body.view-featured .position11,
    body.view-featured.site footer {
        padding: 0;
        max-width: 320px;
        margin: auto;
        display: flex;
    }

    .mod_points_ranking .ranking .rank .rank_info {
        flex-direction: column;
    }

    .mod_points_ranking .ranking .rank .rank_info .name,
    .mod_points_ranking .ranking .rank .rank_info .rank_nr {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

}

@media only screen and (max-width: 499px) {
    .grafic .view-login,
    .grafic .view-reset {
        min-height: 1200px;
    }


    .view-course header {
        padding-left: 20px;
    }

    body.view-course.site .navigation {
        padding-right: 20px;
    }

    .view-course .sidecourseinfoleft {
        position: static;
        display: block;
        margin: 0 auto;
    }

    .login .controls input, .reset .controls input {
        display: block;
    }

    #top {
        padding: 0;
    }

    .view-archive {
        background-size: auto 490px;
    }

}

@media only screen and (max-width: 420px) {
    .grafic .view-login,
    .grafic .view-reset {
        min-height: 1100px;
    }

    body,
    body.site,
    body.layout-courseadmin.kurseverwalten,
    body.view-user2courses.layout-teacher {
        padding: 0;
    }

    /* versuch */


    body.view-featured,
    body.view-user2courses,
    body.view-scormsearch,
    body.view-courses {
        padding: 0;
    }

    body.view-featured header,
    body.view-user2courses header,
    body.view-scormsearch header,
    body.view-featured .navigation,
    body.view-user2courses .navigation,
    body.view-scormsearch .navigation,
    body.view-courses header,
    body.view-courses .navigation {
        padding: 0;
    }

    body.layout-courseadmin.kurseverwalten header,
    body.layout-courseadmin.kurseverwalten .navigation,
    body.view-user2courses.layout-teacher header,
    body.view-user2courses.layout-teacher .navigation {
        padding: 0;
    }

    .courses .filter-search {
        margin-top: 0;
    }

    .view-profile .profile .btn-toolbar {
        padding: 0;
    }

    .profile-edit #member-profile > .control-group,
    .view-scormsearch .scormsearch-view .page-header,
    .view-scormsearch .js-stools-container-bar,
    .view-scormsearch #items-list .no-items,
    .view-user2courses.layout-certificates .page-header,
    .view-user2courses.no-layout .page-header,
    .view-user2courses.no-layout main > p,
    .view-user2courses.layout-certificates .courses > p {
        padding: 0;
    }

    .last-courses-container .header,
    .baseinfo2,
    .course-catalog-container .header,
    .last-courses-container .header {
        margin-left: 30px;
        margin-right: 30px;
    }

    .view-featured .position10 .lastvisitedcourses,
    .view-featured .position11 .newsflash-horiz,
    .view-featured .list .btn.btn-primary.startlink,
    .last-courses-container,
    .course-catalog-container,
    .courses .course,
    .courses .filter-search .filter-category,
    .lastvisitedcourses .course .baseinfo1,
    .view-courses .list,
    .view-courses .list .btn.btn-primary.startlink,
    .view-courses .list .btn.btn-primary.startlink:link,
    .view-courses .list .btn.btn-primary.startlink,
    .view-courses .list .btn.btn-primary.startlink:link,
    .view-courses .list .btn.btn-primary.startlink:hover,
    .view-courses .list .btn.btn-primary.startlink:active,
    .view-courses .list .btn.btn-primary.startlink:focus,
    .view-courses .list .btn.btn-primary.startlink:visited,
    .view-user2courses .list,
    .view-user2courses .list .btn.btn-primary.startlink,
    .view-user2courses .list .btn.btn-primary.startlink:link,
    .view-user2courses .list .btn.btn-primary.startlink:hover,
    .view-user2courses .list .btn.btn-primary.startlink:active,
    .view-user2courses .list .btn.btn-primary.startlink:focus,
    .view-user2courses .list .btn.btn-primary.startlink:visited,
    .view-user2courses .list .catalog-list,
    .layout-courseadmin .courses .filter-search {
        width: 100%;
        max-width: 100%;
    }

    .course .baseinfo1,
    .courses .catalog-list .course {
        margin-right: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        max-width: unset;
    }

    .courses .filter-search .filter-category {
        padding: 0;
        margin-left: 30px;
        margin-right: 30px;
        text-align: left;
        width: auto;
        min-width: 200px;
    }

    .view-user2courses main#content  {
        padding: 2rem;
    }

    .courses .filter-search::before {
        bottom: 7px;
        left: 30px;
        top: auto;
    }

    .layout-courseadmin .courses .filter-search:before {
        left: 0;
    }

    .courses .filter-search input#filter_search {
        min-width: 250px;
        margin: 0 auto;
    }

    .com_courses.view-courses.layout-courseadmin .courses .filter-search input#filter_search {
        min-width: 100%;
    }

    .view-video .controls input#jform_image {
        display: block;
        min-width: 230px;
        margin-bottom: 5px;
    }
    .tab-content {
        padding-left: 0;
        padding-right: 0;
    }
    /*
	body.view-course.site,
	body.view-scormsearch.site {
		padding: 20px 0 0 0;
	}

	.view-course header {
   		padding-left: 20px;
	}

	.view-scormsearch header,
	.view-scormsearch .page-header,
	.view-scormsearch .js-stools-container-bar,
	.pagination .counter {
   		padding-left: 30px;
	}

	body.view-scormsearch.site .navigation,
	.view-scormsearch .page-header,
	.view-scormsearch .js-stools-container-bar {
    	padding-right: 30px;
	}
	*/
    .navigation {
        height: 50px;
    }

    .navigation .nav-collapse {
        top: 80px;
    }

    main#content {
        padding: 2rem;
    }

    .news-content h1 {
        padding: 20px 0 0 0;
    }

    .view-course .sidecourseinfoleft,
    .view-scormsearch .scormsearch-left,
    .view-scormsearch .scormsearch-left .btn.btn-primary.startlink {
        min-width: 100%;
    }

    .view-course .sidecourseinfoleft .baseinfo1,
    .view-scormsearch .scormsearch-left .baseinfo1 {
        width: auto;
        min-width: 100%;
        box-shadow: none;
    }

    .view-course .sidecourseinfoleft .baseinfo1 .image,
    .view-scormsearch .course .baseinfo1 .image {
        /* 		height: 200px; */
        height: 53.4vw;
        overflow: hidden;
    }

    :root .view-course .sidecourseinfoleft .baseinfo1 .image {
        height: 200px;
    }

    .view-course .sidecourseinfoleft .baseinfo1 .info,
    .view-course .sidecourseinforight .coursename,
    .view-course .sidecourseinforight .showasuser_info,
    .view-course .sidecourseinforight > .description,
    .view-course .sidecourseinforight > .add2mycourses,
    .view-course .sidecourseinforight .coursecertificate,
    .view-course .sidecourseinforight .coursemetadata,
    .view-scormsearch .course .baseinfo1 .info,
    .view-course footer,
    .view-courses footer {
        padding-left: 30px;
        padding-right: 30px;
        display: block;
    }

    .baseinfo3 .metaline {
        margin: 0;
        margin-left: 50px;
        margin-right: 50px;
    }

    .sidecourseinforight .content.state1 .left .image,
    .sidecourseinforight .content.state2 .left .image {
        -webkit-box-shadow: 5px 5px 10px 0 var(--component-shadow);
        -moz-box-shadow: 5px 5px 10px 0 var(--component-shadow);
        box-shadow: 5px 5px 10px 0 var(--component-shadow);
    }

    .view-course .sidecourseinfoleft .baseinfo2 {
        display: none;
    }

    .contents .content,
    .contents .content:last-child {
        padding-left: 0;
        background-image: none;
    }

    .innercontent::before,
    .innercontent::after {
        display: none;
    }

    .view-course .sidecourseinforight .contents {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }

    .contents .content.blocked .right .processing_time.actions .start {
        position: relative;
        padding-left: 40px;
        top: 0;
        left: 0;
    }

    .contents .content.blocked .right .processing_time.actions .start a {
        margin-right: 0;
    }

    .contents .content.blocked .right .processing_time.actions .start:before {
        height: 25px;
        width: 25px;
        border-radius: 100%;
        content: '';
        position: absolute;
        top: 13px;
        left: 0;
    }

    .contents .content.blocked .right .processing_time.actions .start:after {
        background-image: url(../images/gesperrt-icon.svg);
        background-repeat: no-repeat;
        background-position: left center;
        content: '';
        position: absolute;
        top: 15px;
        left: 3px;
        height: 20px;
        width: 20px;
    }

    .view-course .sidecourseinforight .contents .right .info,
    .view-course .sidecourseinforight .contents .right .description,
    .view-course .sidecourseinforight .contents .right .processing_time .times_container
    {
        padding-right: 25px;
        padding-left: 25px;
    }

    .view-course .sidecourseinforight .contents .right .processing_time .times_container {
        width: 100%;
    }

    .view-course .sidecourseinforight .description .descriptiontitle {
        text-align: center;
        display: block;
        position: relative;
        font-size: 22px;
        font-weight: normal;
        padding-bottom: 30px;
    }

    .view-course .sidecourseinforight .description .descriptiontitle:before,
    .view-course .sidecourseinforight .description .descriptiontitle:after {
        content: "";
        position: absolute;
        height: 2px;
        top: 0;
        display: block;
        width: 46px;
        margin-top: 10px;
    }

    .view-course .sidecourseinforight .description .descriptiontitle:before {
        left: 0;
    }

    .view-course .sidecourseinforight .description .descriptiontitle:after {
        right: 0;
    }

    :root .view-course .sidecourseinfoleft .baseinfo1 .image img {
        height: auto;
        width: 100%;
        max-height: 224px;
    }

    .view-ideacontents #adminForm .table .list-image,
    .view-ideacontents #adminForm .table .list-description,
    .view-ideacontents #adminForm .table .list-state,
    .view-ideacontents #adminForm .table .list-date,
    .layout-courseadmin .courses-list #adminForm .list-img,
    .layout-courseadmin .courses-list #adminForm .list-image,
    .view-user2courses .user2courses-list #user2courses .list-from_date,
    .view-user2courses .user2courses-list #user2courses .list-until_date,
    .view-user2courses .user2courses-list #user2courses .list-status,
    .view-courseform #course_cids_view .sortable
    {
        display: none;
    }

    .view-courses .courses-list #adminForm table {
        table-layout: fixed;
    }

    .view-ideacontents #adminForm .table .list-name {
        width: min-content;
    }
    .ideacontent-edit .form-buttons > .btn {
        margin-bottom: 5px;
    }
    .view-courseform #course_cids_view .title {
        width: calc(100% - 120px);
    }

    .layout-courseadmin .courses-list #adminForm .list-name a {
        max-height: unset;
    }

    .view-ideacontents #adminForm .table .list-actions,
    .layout-courseadmin .courses-list #adminForm .list-actions,
    .view-user2courses .user2courses-list #user2courses .list-actions,
    .view-courseform #course_cids_view .actions,
    .view-courseform #course_cids_view .sortable,
    .view-seminare #seminare .optionButtons  {
        width: 60px;
    }

    .view-ideacontents #adminForm .table .list-language,
    .view-seminare #seminare .cellDate {
        width: 30px;
    }

    .view-videos .js-stools-container-bar .searchinput,
    .view-files .js-stools-container-bar .searchinput,
    .view-users .js-stools-container-bar .searchinput,
    .view-multidates .js-stools-container-bar .searchinput,
    .view-courseform .course-edit .name .controls,
    .view-courseform .course-edit .image .controls,
    .view-groups .js-stools-container-bar .searchinput,
    .view-scormsearch .js-stools-container-bar .searchinput {
        width: 100%;
    }

    .ideacontent-edit #uploadZipurlCell .controls input,
    .ideacontent-edit .controls .field-media-wrapper input {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .view-certificateform .btn-toolbar > * {
        margin-bottom: 5px;
    }

    .site .field-calendar input[type="text"] {
        max-width: calc(100% - 60px);
    }

    .view-feedbackform .field-calendar input[type="text"] {
        max-width: calc(100% - 95px);
    }
    .view-courseform #course_cids_view .course_content {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .view-courseform #course_cids_view .title,
    .view-courseform #course_cids_view .actions,
    .view-courseform #course_cids_view .sortable {
        display: table-cell;
        height: 100%;
        border-bottom: none;
    }

    .view-archive {
        background-size: auto 500px;
    }

    table#courses .list-name {
        width: 45%;
    }

    .view-videos .js-stools-container-bar .btn-wrapper,
    .view-files .js-stools-container-bar .btn-wrapper,
    .view-scormsearch .js-stools-container-bar .btn-wrapper {
        float: right;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .view-scormsearch .scormsearch-right .scorm-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .view-user2courses.layout-certificates .table.certificates {
        padding-top: 50px;
    }

    .view-user2courses.layout-certificates .table.certificates .item .image,
    .view-user2courses.layout-certificates .table.certificates .item .actions {
        padding-left: 25px;
        padding-right: 25px;
    }

    .view-user2courses.layout-certificates .table.certificates .item .name,
    .view-user2courses.layout-certificates .table.certificates .item .description {
        padding-left: 50px;
        padding-right: 50px;
    }

    .view-user2courses.layout-certificates .table.certificates .item .actions .btn {
        text-align: center;
        width: 100%;
    }
    .view-course .sidecourseinfoleft {
        padding-right: 0;
    }
    .view-course .sidecourseinfoleft .baseinfo1 {
        border-radius: 0;
    }
    .view-course .sidecourseinfoleft .trainer_contact_course {
        margin: 1em 25px;
    }

    .contents .content .processing_time.actions .actions > * {
        margin-left: 0;
        margin-right: 5px;
    }

    .contents .content .processing_time.actions .actions {
        justify-content: flex-start;
    }

    .view-courses.no-layout .filters,
    .view-user2courses .filters,
    .view-user2courses footer,
    .view-featured .page-header,
    .view-courses.no-layout .page-header,
    .page-header + p,
    .layout-learningdb .page-header,
    .layout-learningdb .filter-search,
    .layout-learningdb #learningdb,
    .layout-learningdb .pagination .counter {
        padding: 0 30px;
    }

    .view-users .js-stools-container-bar .btn-wrapper {
        margin-top: 5px;
    }

    .idealivefilters {
        padding: 0 20px;
    }

    .idealivefilters .search-filter {
        flex-wrap: wrap;
    }

    .idealivefilters .custom-filter.filter-groupadmincourse,
    .idealivefilters .custom-filter.filter-groupadmincourse .control-group,
    .idealivefilters .custom-filter.filter-groupadmincourse .control-group .controls,
    .idealivefilters .custom-filter.filter-groupadmincourse .chzn-container .chzn-results li {
        width: auto;
    }

    .idealivefilters .search-filter > .control-group {
        max-width: 100%;
    }

}

#top-of-header{
    float: right;
    margin-top: -40px;
    margin-right: 18px;
}

@media only screen and (max-width:340px) {
    /*header {
		padding-left: 20px;
	}

	nav.navigation {
		padding-right: 20px;
	}*/

    .view-featured .moduletable {
        padding-left: 30px;
        padding-right: 30px;
    }
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width : 300px) and (max-device-width : 979px),
screen and (min-width: 300px) and (max-width: 979px)
/*---1126 ging ja nicht-------*/
{

    .navbar .btn-navbar {
        display: block;
    }

    .navbar .btn-navbar {
        margin-top: 0;
    }

    .navigation .nav-collapse {
        float: none;
        position: absolute;
        right:7px;
        top: 110px;
        box-shadow: 0 0 5px var(--component-shadow);
        display: inline-block;
        width: auto;
        max-width: 320px;
        z-index: 100;
    }

    .nav li a[class$="icon"]::before,
    .nav li span[class$="icon"]:before {
        display: none;
    }

    .navigation .nav .divider span {
        padding: 20px;
    }

    .navigation .nav > li {
        margin-right: 0;
        width: 100%;
    }

    .nav-collapse .nav > li > a,
    .nav-collapse .nav > li > span,
    .nav-collapse .nav > li > .nav-header
    {
        padding: 20px;
        font-weight: bold;
    }

    .navigation .nav {
        width: 100%;
    }

    .navbar .btn-navbar span.icon-bar {
        display: none;
    }

    .navbar .btn-navbar,
    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar:visited,
    .navbar .btn-navbar:focus {
        text-shadow: none;
        background-color: transparent;
        background-image: none;
        border: none;
    }

    .navbar .btn-navbar:before {
        font-family: 'youknow';
        content:"\ea1e";
        font-size: 3em;
        display: block;
    }

    .navigation .nav .parent > span,
    .navigation .nav .parent > a {
        padding-bottom: 10px;
    }

    .navigation .nav li .nav-child {
        display: block;
        float: none;
        width: 100%;
        position: static;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
    }

    .navigation .nav li .nav-child li {
        float: none;
        display: block;
    }

    .navigation .nav li .nav-child li:last-child {
        padding-bottom: 5px;
    }

    .lul-search #lul-search-form #lul-search-input,
    .navigation .nav li .nav-child li a {
        font-size: 18px;
        padding: 8px 30px 8px 20px;
        /* Falls Pünktchen nur für MobilMenü sein sollen
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis; */
    }

    .navigation .nav li .nav-child li a:before {
        font-family: 'youknow';
        content:"\ea57";
        padding-right: 10px;
        display: inline;
        vertical-align: middle;
        font-size: 1.8em;
    }

    .navigation .nav-child li > a:focus,
    .navigation .nav-child li > a:hover,
    .navigation .nav-child:hover > a,
    .nav-collapse .dropdown-menu a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .nav > li > a:hover {
        background-image: none;
    }

    .navigation .nav li .logout {
        margin-bottom: unset;
    }

    .navigation .nav > li > .nav-child::after,
    .navigation .nav > li > .nav-child::before {
        display: none;
    }

    .nav-collapse, .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }

    .nav .nav-child >li > .nav-child li {
        padding-left: 20px;
    }

    .navigation .nav li li .nav-child::before,
    .navigation .nav li li .nav-child::after {
        border: none;
    }

    #lul-search,
    #lul-search.active  {
        position: static;
        box-shadow: none;
        /*background-color: transparent;*/
        padding: 20px 20px 40px 20px;
        left: 0;
        transition: none;
    }

    #lul-search.active {
        padding-top: 12px;
        width: inherit;
    }

    .navigation .nav-collapse > ul {
        padding-right: 0;
        float: none;
    }

    .lul-search.active #lul-search-submit-btn {
        display: inline-block;
        border-radius: 17px;/*
		padding: 10px 20px; */
    }

    .lul-search #lul-search-form #lul-search-input {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-top: 0;
        width: 100%;
        height: 30px;
        padding-bottom: 10px;
    }

    #lul-search form#lul-search-form,
    #lul-search.active form#lul-search-form {
        width: auto;
        padding: 0;
    }

    .lul-search.active #lul-search-form #lul-search-input {
        width: calc(100% - 113px);
        padding: 10px 10px 10px 30px;
        height: auto;
        margin: 0;
    }

    .lul-search #lul-search-submit-icon::before {
        top: -2px;
        font-size: 22px;
        left: 0;
    }

    .lul-search.active #lul-search-submit-icon::before {
        top: 10px !important;
    }

    .site #cookie-bar {
        padding-bottom: 20px;
    }


    .mod-languages, .mod-languages .btn-group,
    .mod-languages .btn-group a.btn.dropdown-toggle {
        width: 100%;
        border-radius: 0;
    }

    .mod-languages ul.lang-block.dropdown-menu {
        display: block;
        box-shadow:none;
        margin-top: 0;
        width: 100%;
        position: static;
    }

    .mod-languages .btn-group,
    .nav-collapse.in .btn-group {
        margin-top: 0;
    }
    .mod-languages {
        margin-left: 0;
    }


}


@media only screen and (max-width:950px) {
    .com_pay .pay-container {
        flex-direction: column;
        row-gap: 50px;
    }
}
/*---------------Ende com_pay styles--------------*/

/** Logo styles **/
.header-inner .brand .logo{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: var(--background-image-url);
    width: var(--backround-image-with);
    height: var(--backround-image-height);
}

main .zusatzfoto .login-hintergrund {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: var(--login-background-image-url);
    width: 100%;
    height: 100%;
}

.idealive-daterange > div > button {
    border: none !important;
    border-bottom: 2px solid var(--customer-primary-light-color) !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: var(--grey-color) !important;
    font-size: 17px !important;
}
