﻿/*FONTS DGUV*/
@font-face {
    font-family: DGUVIcon;
    src: url(fonts/dguvicon.woff?#iefix) format("embedded-opentype"),
        url(fonts/dguvicon.woff) format("woff"),
        url(fonts/dguvicon.woff) format("truetype"),
        url(fonts/dguvicon.woff#svgFontName) format("svg");
}

@font-face {
    font-family: "DGUVMetaWeb Normal";
    font-style: normal;
    font-weight: 200;
    src: url(fonts/dguvmetaweb-normal.woff);
    src: local("DGUVMetaWeb-Normal"), local("DGUVMetaWeb-Normal"),
        url(fonts/dguvmetaweb-normal.woff?#iefix) format("embedded-opentype"),
        url(fonts/dguvmetaweb-normal.woff) format("woff");
}

@font-face {
    font-family: "DGUVMetaWeb Bold";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/dguvmetaweb-bold.woff);
    src: local("DGUVMetaWeb-Bold"), local("DGUVMetaWeb-Bold"),
        url(fonts/dguvmetaweb-bold.woff?#iefix) format("embedded-opentype"),
        url(fonts/dguvmetaweb-bold.woff) format("woff");
}

@font-face {
    font-family: "DGUVMetaWeb Bold";
    font-style: normal;
    font-weight: 500;
    src: url(fonts/dguvmetaweb-bold.woff);
    src: local("DGUVMetaWeb-Bold"), local("DGUVMetaWeb-Bold"),
        url(fonts/dguvmetaweb-bold.woff?#iefix) format("embedded-opentype"),
        url(fonts/dguvmetaweb-bold.woff) format("woff");
}

@font-face {
    font-family: Phosphor;
    src: url(fonts/phosphor.woff2) format("woff2"),
        url(fonts/phosphor.woff) format("woff"),
        url(fonts/phosphor.ttf) format("truetype"),
        url(fonts/phosphor.svg#Phosphor) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@media (max-width: 980px) {
    .container.contains-aside-nav .aside-nav {
        display: block !important;
    }
    .aweb-container .menu {
        margin: 0;
    }
    .aweb-container .aside-nav .sub-level-nav {
        margin-top: 0;
    }
}
/*OVERRIDES*/
.aweb-container #userinfo ~ h1 {
    display: none;
}
/*MENU*/
/*MENU TOGGLER*/
/* navigation and links*/
.aweb-container .toggler {
    display: none;
    width: 100% !important;
}
.aweb-container li.toggler {
    /*background-color: #efefef;*/
    /*border-top: 1px solid white;*/
    /*background-color: #efefef;*/
    list-style: none;
    padding: 10px;
    text-align: center;
}
@media (max-width: 980px) {
    .aweb-container .toggler {
        display: block;
    }

    .aweb-container .menu {
        display: none;
    }
    .aweb-container #aweb-menu {
        display: block;
    }
}
/*MNEU*/

@media (min-width: 980px) {
    .aweb-container .menu {
        display: block !important;
    }
}
/*LINKS*/
.aweb-container a:hover {
    text-decoration: underline;
}
.aweb-container a:before {
    content: " \e009 ";
    font-family: DGUVIcon;
    font-size: 11.5px;
    line-height: 12px;
    margin-right: 5px;
    display: contents;
    white-space: nowrap;
}

li.aweb-field-disabled.disabled a {
    background-color: #dddddd;
}

/* form .row .row {
    margin: unset !important;
} */

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

.content-col > h1 {
    display: none;
}

form .control-label {
    font-weight: bold;
}

div.aweb-selectlist {
    padding: 0.5rem !important;
}

div.aweb-selectlist select {
    padding: 0.5rem !important;
}

/* div.aweb-selectlist div.col-xs-12.col-sm-8.col-md-8.col-lg-8 {
    padding: 0.4rem !important;
} */

input.default {
    color: grey !important;
}

div.aweb-inhaltsbeschreibung {
    font-family: Arial;
}

p.image-text img {
    margin-bottom: 3px;
    width: 20px;
}

div.form-control-static img {
    max-width: 20px !important;
}

p.no-wrap {
    margin-bottom: 0px;
}
/*FORMS AND LABELS*/
.aweb-container .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.aweb-container .control-label {
    text-align: left;
    padding-top: calc(0.5rem + 2px);
    padding-bottom: calc(0.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.aweb-sum .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
}

.aweb-sum .form-group label {
    width: auto;
}

.aweb-sum .form-group .col-lg-9 {
    width: auto;
}

div.alert.alert-warning {
    border-color: #ff3b30 !important;
    border: 1px solid #ddd;
    border-left: 5px solid #ddd;
    padding: 1em 1.5em;
    margin-bottom: 1.5em;
    border-radius: 0px 3px 3px 0px;
}

div.checkbox label,
div.radio label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    position: relative;
    top: 2px;
    overflow: hidden;
    margin-right: 5px;
}

a.btn,
a.btn-default {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "DGUVMetaWeb Normal", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #00529c;
    border-color: #00427d;
    color: #ffffff;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

div.aweb-checkbox-list.themengebiete {
    margin-top: 15px !important;
}

div.form-group label {
    white-space: nowrap;
}

/* div.form-group {
    width: 100%;
    margin-bottom: 20px;
} */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
select,
textarea {
    height: 2.5em;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #ffffff;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="text"],
select {
    /* border: 1px solid #00529c !important; */
    padding: 0.1875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.125rem;
    background-color: #ffffff;
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #ffffff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.aweb-content .row {
    margin-left: unset;
    margin-right: unset;
}

.aweb-content div.panel-default {
    width: 100%;
}

.aweb-table-courses img {
    width: 20px;
}

th {
    text-align: left;
}

div.panel-body nav {
    background-color: unset;
}

div#userinfo {
    text-align: right;
    width: 100%;
}

.aweb-portal-switch {
    float: inherit;
    padding-left: 10px;
}

div#aweb-menu,
div#aweb-content {
    display: table-cell;
}

div#aweb-menu {
    padding-right: 30px;
}

div#content div#aweb-menu > li {
    width: 235px;
}

.aweb-button1 {
    min-width: 100px !important;
    /*width: 100px !important;*/
}

.aweb-button22 {
    min-width: 220px !important;
    width: 220px !important;
    padding-right: 0;
    padding-left: 0;
}

div#content div#aweb-menu li {
    background-image: url("http://demoportal.antragocloud.de/wordpress/wp-content/uploads/plus.png");
    background-position: 5px 10px;
    background-repeat: no-repeat;
    padding: 8px 5px 8px 25px;
    margin: 0;
    list-style-type: none;
}

div#content div#aweb-menu li.spacer {
    background: none;
    padding: 0;
    height: 15px;
}

div#content div#aweb-menu li > a:hover {
    color: #000;
    background-color: #e6e6e6;
}

div#content div#aweb-menu li.aweb-menuitem-active > a {
    color: #fff;
    font-weight: bold;
}

div#content div#aweb-menu li.aweb-menuitem-active > a:hover {
    color: #000;
    font-weight: bold;
}

div#aweb-content > form {
    margin: 0;
}

div#aweb-content > .visible-xs,
.visible-md,
.visible-lg {
    display: none !important;
}

h1 {
    margin-top: 0px;
}

div#aweb-content > form,
div#aweb-content > form > div,
div#aweb-content > form > div > div,
div#aweb-content > form > div > div > div,
div#aweb-content > form > div > div > div > div,
div#aweb-content > form > div > div > div > div > div,
div#aweb-content > div.row,
div#aweb-content > div.row > form,
div#aweb-content > div.row > form > div,
div#aweb-content > div.row > form > div > div,
div#aweb-content > div.row > form > div > div > div,
div#aweb-content > div.row > form > div > div > div > div,
div#aweb-content > div.row > form > div > div > div > div > div,
div#aweb-content > div.row > div,
div#aweb-content > div.row > div > div,
div#aweb-content > div.row > div > div > div,
div#aweb-content > div.row > div > div > div > form > div {
    margin: 0px;
}

div.aweb-sorting {
    margin-bottom: 20px;
}

label.control-label {
    margin-right: 10px;
}

p.form-control-static {
    padding-top: 5px;
    margin-bottom: 5px;
}

/*BOOTSTRAP*/
/*TABLE SHIT*/

.aweb-container table {
    min-width: 100%;
}
.aweb-container table th {
    overflow: hidden;
    white-space: break-spaces;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
}

.aweb-container table td {
    white-space: break-spaces;
    word-wrap: normal;
}

@media (max-width: 768px) {
    .aweb-container .table-wrapper {
        overflow-x: scroll;
    }

    .aweb-container table {
        min-width: 800px;
    }
    /*Portalverwalter table*/
    .aweb-container .table-portalverwalter table,
    .aweb-container .table-firmensuche table {
        min-width: 500px;
    }
}

/*BUTTONS*/
.aweb-container .ui-button {
    background: unset;
    border: unset;
    font-weight: unset;
}
/*BUTTON LINK TABLE*/
.aweb-container table a.btn.btn-default {
    border: 0;
    background: unset;
    color: #00529c;
}
/*BUTTONS-GRID*/
.aweb-container .col-lg-6.ui-button,
.aweb-container .col-lg-6.ui-submit,
.aweb-container .col-lg-6.ui-hyperlink {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 1;
    -ms-flex: 50% 0 1;
    flex: 50% 0 1;
    width: 50%;
}
/*GRID SHIT*/
.aweb-container .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.aweb-container .row > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.aweb-container .col-xl,
.aweb-container .col-xl-auto,
.aweb-container .col-xl-12,
.aweb-container .col-xl-11,
.aweb-container .col-xl-10,
.aweb-container .col-xl-9,
.aweb-container .col-xl-8,
.aweb-container .col-xl-7,
.aweb-container .col-xl-6,
.aweb-container .col-xl-5,
.aweb-container .col-xl-4,
.aweb-container .col-xl-3,
.aweb-container .col-xl-2,
.aweb-container .col-xl-1,
.aweb-container .col-lg,
.aweb-container .col-lg-auto,
.aweb-container .col-lg-12,
.aweb-container .col-lg-11,
.aweb-container .col-lg-10,
.aweb-container .col-lg-9,
.aweb-container .col-lg-8,
.aweb-container .col-lg-7,
.aweb-container .col-lg-6,
.aweb-container .col-lg-5,
.aweb-container .col-lg-4,
.aweb-container .col-lg-3,
.aweb-container .col-lg-2,
.aweb-container .col-lg-1,
.aweb-container .col-md,
.aweb-container .col-md-auto,
.aweb-container .col-md-12,
.aweb-container .col-md-11,
.aweb-container .col-md-10,
.aweb-container .col-md-9,
.aweb-container .col-md-8,
.aweb-container .col-md-7,
.aweb-container .col-md-6,
.aweb-container .col-md-5,
.aweb-container .col-md-4,
.aweb-container .col-md-3,
.aweb-container .col-md-2,
.aweb-container .col-md-1,
.aweb-container .col-sm,
.aweb-container .col-sm-auto,
.aweb-container .col-sm-12,
.aweb-container .col-sm-11,
.aweb-container .col-sm-10,
.aweb-container .col-sm-9,
.aweb-container .col-sm-8,
.aweb-container .col-sm-7,
.aweb-container .col-sm-6,
.aweb-container .col-sm-5,
.aweb-container .col-sm-4,
.aweb-container .col-sm-3,
.aweb-container .col-sm-2,
.aweb-container .col-sm-1,
.aweb-container .col,
.aweb-container .col-auto,
.aweb-container .col-12,
.aweb-container .col-11,
.aweb-container .col-10,
.aweb-container .col-9,
.aweb-container .col-8,
.aweb-container .col-7,
.aweb-container .col-6,
.aweb-container .col-5,
.aweb-container .col-4,
.aweb-container .col-3,
.aweb-container .col-2,
.aweb-container .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-3 {
    width: 218px;
    /*display: inline-block;*/
}

.aweb-Stammdaten .col-lg-6 {
    display: block;
}

.col-lg-6 {
    /*width: inherit;*/
    /* display: inline-block; */
}

.col-lg-9 {
    /* width: inherit; */
    /* display: inline-block; */
}

.col-lg-12 {
    /* width: inherit; */
    /*display: inline-block;*/
}

/* div#content select.form-control {
    width: 655px;
    margin-bottom: 5px;
} */

/* div#content .form-horizontal .control-label,
#aweb-content .form-group .control-label,
#aweb-content > div > div > div > div > div > div > div > div .control-label {
    width: 208px;
    float: left;
} */

/* div#content input[type="text"],
input[type="date"],
input[type="password"] {
    width: 644px;
    padding: 2px 5px 2px 5px;
} */

div.aweb-field-disabled > div {
    margin-left: 0;
}

div.panel {
    margin-bottom: 20px;
    background: white;
}

/* label.col-xs-12.col-sm-12.col-md-12.col-lg-12.control-label {
    width: 247px;
    text-align: right;
} */

/* .aweb-courses table {
    width: -webkit-fill-available;
}

.aweb-courses .table th {
    padding: 4px 8px;
} */

/*.aweb-courses .table td.col-first {
	padding: 4px 8px;
	width: 16px;
}

.aweb-courses .table td.col-middle {
	padding: 4px 8px;
}

.aweb-courses .table td:nth-child(4) {
	white-space: nowrap;
}
*/

/* div#content .table th,
div#content .table td {
    padding: 4px 8px;
} */

div#content td > p > a.btn {
    min-width: 70px;
    margin-top: -5px;
}

div#content button#rechnungAnFirma,
div#content button#rechnungAnPerson {
    width: 450px;
}

div#content .btn {
    margin-top: 0;
}

div#content td .btn-default {
    margin-top: 0px;
    margin-bottom: 10px;
}

body.aweb-Checkout button,
body.aweb-FormTeilnehmer button {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 180px;
}

div#content td > p > img {
    margin-top: -3px;
}

body.aweb-KisDokumente
    table.table.table-striped
    > tbody
    > tr
    > td:nth-of-type(1) {
    width: 150px;
}

/* body.aweb-Thesaurus table.table.table-striped > tbody > tr > td:nth-of-type(1),
body.aweb-Thesaurus table.table.table-striped > tbody > tr > td:nth-of-type(2),
body.aweb-Thesaurus table.table.table-striped > tbody > tr > td:nth-of-type(3),
body.aweb-Thesaurus table.table.table-striped > tbody > tr > td:nth-of-type(4) {
    width: 25%;
} */

body.aweb-Warenkorb td label,
body.aweb-Checkout td label {
    display: none;
}

body.aweb-Warenkorb td > div.col-lg-12.col-md-12.col-xs-12,
body.aweb-Checkout td > div.col-lg-12.col-md-12.col-xs-12 {
    width: 150px;
}

body.aweb-Search
    #aweb-content
    > div.row
    > form
    > div
    > div
    > div
    > div
    > div
    > div
    > div
    > div.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    width: 644px;
}

/* .aweb-Course.aweb-Overview
    table.table.table-striped
    > tbody
    > tr
    > td:nth-of-type(1),
.aweb-Course.aweb-Search
    table.table.table-striped
    > tbody
    > tr
    > td:nth-of-type(1) {
    width: 16px;
} */

/* .aweb-Course.aweb-Overview
    table.table.table-striped
    > tbody
    > tr
    > td:nth-of-type(4),
.aweb-Course.aweb-Search
    table.table.table-striped
    > tbody
    > tr
    > td:nth-of-type(4) {
    width: 60px;
} */

button.space-below {
    margin-bottom: 20px;
}

div#content div.row ol,
div#content div.row ul {
    margin-left: 20px;
}

div.clearfix.visible-xs.visible-sm,
div.clearfix.visible-xs {
    display: none;
}

.space-below {
    margin-bottom: 20px !important;
}

.space-above {
    margin-top: 20px !important;
}

body.aweb-RegisterPerson div.aweb-special-area div.form-group,
body.aweb-RegisterPerson div.aweb-special-area div.row {
    float: left;
}

body.aweb-RegisterPerson div.aweb-special-area div.checkbox {
    margin-top: 5px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    margin-left: 0 !important;
}

.pagination > li {
    display: inline;
    background: none;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

ul.pagination > li {
    padding-left: 0 !important;
}

div.ui-html > p > a:first-child {
    margin-bottom: 5px;
}

.aweb-inhaltsbeschreibung p {
    margin-bottom: 0;
}

.panel.panel-default.aweb-sorting {
    border-bottom: 0;
}

.btn {
    min-width: 110px;
}

@media only screen and (max-width: 670px) {
    span {
        word-wrap: break-word;
    }

    .content-holder > .container:before,
    .content-holder > .container:after {
        background-color: #fff;
    }

    .content-holder {
        padding-left: 5px;
        padding-right: 5px;
    }

    .content-holder > .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    div#aweb-menu,
    div#aweb-content {
        display: block !important;
    }

    div#content div#aweb-menu > li {
        width: 100%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-12 > .pull-right {
        float: left;
    }

    .visible-lg,
    .clearfix.visible-sm {
        display: none;
    }

    /* .visible-xs.clearfix:before,
    .visible-xs.clearfix:after {
        display: table;
        content: " ";
    }

    .visible-xs.clearfix:after {
        clear: both;
    }

    .table td {
        display: block;
    }

    .table td > * {
        display: inline-block;
    }

    thead {
        display: none;
    } */

    div#content .btn {
        margin-top: 10px;
    }

    div#content select.form-control {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15px;
        border: 1px solid #b2b2b2;
    }

    div#content .form-horizontal .control-label {
        width: 100%;
        margin-bottom: 0px;
    }

    div#content input[type="text"],
    input[type="date"],
    input[type="password"] {
        padding: 2px 5px 2px 5px;
        margin-bottom: 15px;
    }

    .visible-xs.clearfix:before,
    .visible-xs.clearfix:after {
        display: table;
        content: " ";
    }

    .visible-xs.clearfix:after {
        clear: both;
    }

    div#content button#book.btn,
    button#goToBookingForm.btn,
    button#finalize.btn {
        margin-top: 10px;
    }

    h1,
    h2,
    h3 {
        margin-top: 20px;
    }

    select#currentSortCriteria {
        margin-left: 0px;
    }

    /* body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(1)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(6)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Name: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(1)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(6)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Vorname: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(1)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(6)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "E-Mail: ";
    } */
    /* 
    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(1)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(6)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Veranstaltung: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(1)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(6)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before {
        content: "Anmeldeart: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(10)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(11)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Veranstaltung: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(10)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(11)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Anzahl Plätze: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(10)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidateFirma
        form
        > div:nth-of-type(11)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(8)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before,
    body.aweb-ValidatePerson
        form
        > div:nth-of-type(9)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Gültig bis: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Teilnehmer: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Datum: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Kurzbezeichnung: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Dokument: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Veranstaltung: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Teilnehmer: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Datum: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Kurzbezeichnung: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before {
        content: "Dokument: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Veranstaltung: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Datum: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Kurzbezeichnung: ";
    }

    body.aweb-KisDokumente
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Dokument: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Teilnehmer: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Thesaurus: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Ausprägung: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Freitext: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Teilnehmer: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Veranstaltung: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Thesaurus: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Ausprägung: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(5)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5):before {
        content: "Freitext: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1):before {
        content: "Veranstaltung: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2):before {
        content: "Thesaurus: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3):before {
        content: "Ausprägung: ";
    }

    body.aweb-Thesaurus
        form
        > div:nth-of-type(7)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4):before {
        content: "Freitext: ";
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3),
    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4) {
        width: 25%;
        display: inline-table;
    }

    body.aweb-Warenkorb
        form
        > div.row
        > div:nth-of-type(3)
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5) {
        width: 50%;
        display: inline-table;
    }

    body.aweb-Warenkorb
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2),
    body.aweb-Warenkorb
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3),
    body.aweb-Warenkorb
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4),
    body.aweb-Warenkorb
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(5) {
        width: 100%;
    } */

    body.aweb-KisDokumente
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1) {
        width: 100%;
    }

    body.aweb-Thesaurus
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(1),
    body.aweb-Thesaurus
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(2),
    body.aweb-Thesaurus
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(3),
    body.aweb-Thesaurus
        table.table.table-striped
        > tbody
        > tr
        > td:nth-of-type(4) {
        width: 100%;
    }
    /* 
    table.table.table-striped > tbody > tr > td:nth-of-type(1),
    table.table.table-striped > tbody > tr > td:nth-of-type(2),
    table.table.table-striped > tbody > tr > td:nth-of-type(3),
    table.table.table-striped > tbody > tr > td:nth-of-type(4),
    table.table.table-striped > tbody > tr > td:nth-of-type(5),
    table.table.table-striped > tbody > tr > td:nth-of-type(6),
    table.table.table-striped > tbody > tr > td:nth-of-type(7),
    table.table.table-striped > tbody > tr > td:nth-of-type(8),
    table.table.table-striped > tbody > tr > td:nth-of-type(9),
    table.table.table-striped > tbody > tr > td:nth-of-type(10) {
        width: 100%;
    } */

    div#content td > p > img {
        margin-left: 10px;
    }

    div#content p.form-control-static {
        padding-top: 5px;
        margin-bottom: 0px;
    }

    div#content div.aweb-field-disabled > div {
        margin-left: 0px;
    }

    div#content div.form-group > label,
    div#content div.checkbox {
        padding-top: 5px;
        border-top: 1px solid #ddd;
    }

    div#content p {
        margin-bottom: 0;
    }

    div#content button.space-below {
        margin-bottom: 0;
    }
}

.aweb-Course.aweb-Overview .col-last,
.aweb-Course.aweb-Search .col-last {
    width: 105px;
}

.web-Teilnehmer .aweb-selectlist {
    display: none;
}

#userinfo {
    margin-bottom: 10px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    margin-top: 1px;
}

p.green {
    color: green;
}

p.yellow {
    color: #cccc00;
}

p.red {
    color: red;
}

.panel.select-firmenart-row .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-firmenart-row .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select-firmenart-row .form-group .col-lg-9 {
    width: 20px;
}

.select-firmenart-row .form-group label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
