/*Layout */

.text-enterprise-info {
    display: block;
    margin-top: 0;
}

legend {
    margin-bottom: 25px;
    font-size: 25px;
    padding-top: 25px!important;
}

.type-button {
    margin-top: 20px;
}

.body-enterprise {
    margin-bottom: 10px;
}

.jobs-header-heading {
    font-size: 0.9em;
    color: #5c6971;
    font-weight: bold;
}

.jobs-header-map-heading {
    color: #5c6971;
    font-weight: bold;
    font-family: "GenerisSansW01-Regular", sans-serif;
}

.my-3 {
    margin-top: 24px;
    margin-bottom: 24px;
}

#dhbw-enterprise20-map {
      width: 100%;
      height: 100%;
      position: absolute;
}

table tbody tr {
    border-bottom: none!important;
}

table td {
    padding: 12px 3px 12px 0px!important;
    font-size: 0.9em;
    line-height: 1.5em;
}

.tx-dhbwenterprise20 .tx-dhbwenterprise20_Enterprise_show .jobs-header {
    border-bottom: 1px solid #dee1e3!important;
}

.tx-dhbwenterprise20 hr {
  border-top: 1px solid #e5e5e5;
}

.material-switch {
    margin-top: 8px;
    margin-bottom: 8px;
}

/*Show Hide Map Toggle*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label > span {
    display: inline-block;
    position: relative;
    height: 0px;
    width: 56px;
    cursor: pointer;
    background-color: #e2001a;
    vertical-align: middle;
}

.material-switch > label > span::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    position: absolute;
    width: 40px;
    height: 16px;
    top: -8px;
    left: 12px;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
}
.material-switch > label > span::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    left: 8px;
    top: -12px;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}
.material-switch > input[type="checkbox"]:checked + label > span::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label > span::after {
    background: inherit;
    left: 32px;
}

.toogle-label {
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 20px;
}

/*InfoWindow GM */
.gm-style .gm-style-iw-c {
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 12%);
}

button.gm-ui-hover-effect {
    top: 0px!important;
    right: 0px!important;
}

.gm-style-iw.gm-style-iw-c {
    padding-right: 16px!important;
    padding-bottom: 6px!important;
}

.gm-style-iw-d > div > div > p {
    font-family: "GenerisSansW01-Regular", sans-serif;
    font-size: 1.2em;
}

@media (max-width: 919px) {
    .gm-style-iw-d > div > div > p {
        font-size: 0.9em;
    }
}

/*Gelber Wunschort Marker ausblenden*/
div#column-right > div.box {
    background: none;
}

div#column-right > div.box > div.box-body > img#yellowA {
    display: none;
}

div#column-right > div.box > div.box-body > div > img#yellowA {
    display: none;
}

div#column-right > div.box > div.box-body > div > p {
    display: none;
}

.tx-dhbwenterprise20_Enterprise_index .pager li::before {
    content: none;
}

.tx-dhbwenterprise20_Enterprise_index .pager li > a, .pager li > span {
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    font-family: "Generis Sans W01 Bold", sans-serif;
    font-size: 0.8em;
    min-width: 3em;
    height: 3em;
    line-height: 3em;
    color: #000000;
    padding: 0px;
    margin: 6px 3px;
}

.tx-dhbwenterprise20_Enterprise_index li.current {
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #e2001a;
    font-family: "Generis Sans W01 Bold", sans-serif;
    font-size: 0.8em;
    min-width: 3em;
    height: 3em;
    line-height: 3em;
    color: #ffffff;
    padding: 0px;
    margin: 6px 3px;
    background-color: #e2001a;
}

.maps-preview {
    background-image: url("../Icons/maps-preview.JPG");
}

/*override media2click transparent preview color*/
.maps-bg {
    background-color: #fdfdfdd1!important;
}