@charset "UTF-8";
/*----------------------------------------------
Variablen Farben
----------------------------------------------*/
/*----------------------------------------------
Variablen - Base
----------------------------------------------*/
/*
$myFontfamilyBase1:Arial, tahoma,Helvetica, Geneva, Swiss, SunSans-Regular;*/
/* -----------------------------------------
Variablen  Clear + Float
----------------------------------------- */
/* -----------------------------------------
Variablen  Ausrichtungen
----------------------------------------- */
/* -----------------------------------------
 Variablen   Border
----------------------------------------- */
/* -----------------------------------------
 Variablen   Layout
----------------------------------------- */
/*---------------------------------
 CSS für die Login
  ----------------------------------*/
#loginBody {
  background-color: rgba(0, 82, 158, 0.1);
}

div.divLoginMeldung {
  margin: 10px 0px 0px 10px;
}

div.divLogin {
  line-height: 150%;
  font-size: 16px;
  margin: auto;
  padding: 0px;
  margin-top: 5%;
  max-width: 550px;
}
div.divLogin td, div.divLogin input, div.divLogin lable, div.divLogin h1 {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 20px;
}
div.divLogin lable {
  font-weight: normal;
}
div.divLogin table {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.divLogin input {
  font-size: 16px;
  width: 97%;
}
div.divLogin input.inputSend {
  background-color: #00519E;
  color: white;
  font-size: 18px;
  padding: 5px;
  margin: 0px;
  margin-top: 10px;
  width: 99%;
}

td.tdLogin {
  width: 130px;
}

.formLogin {
  min-width: 350px;
  max-width: 100%;
  border: 6px outset #00519E;
  padding: 20px;
  margin: 10px;
  background-color: white;
}

.h1-login {
  font-size: 24px;
  margin-top: 1%;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 440px) {
  .formLogin {
    min-width: 250px;
    max-width: 100%;
  }
  .h1-login {
    font-size: 18px;
  }
  div.divLogin {
    font-size: 14px;
  }
  div.divLogin input {
    font-size: 16px;
    width: 97%;
  }
}
/*----------------------------------------------
myBasis
----------------------------------------------*/
body {
  background-color: #FFFFFF;
  margin: 0px;
  color: #000000;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  line-height: 120%;
}

html {
  margin-top: 0px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
}

@media screen and (max-width: 490px) {
  body, html {
    font-size: 10pt;
  }
}
bodynew, .bodynew {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  color: #585858;
}

.masterBody {
  margin: 0;
  background-color: #f2f2f2;
  border-right: 0px solid #00519E;
}

#header {
  background-color: #FFFFFF;
  margin-top: 0px;
  border: 1px solid #00519E;
  border-right: 0px solid #00519E;
  border-left: 0px solid #00519E;
}

#middlenew {
  margin: 10px;
}

/* ------------------------------------------
Clear + Float
----------------------------------------- */
div.divClear {
  clear: both;
}

div.divFloatLeft {
  float: left;
}

div.divFloatRight {
  float: right;
}

.clear {
  clear: both;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* -----------------------------------------
Clear Allgemein
----------------------------------------- */
.clearBottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.clearTop {
  padding-top: 0;
  margin-top: 0;
}

/* -----------------------------------------
   Border
----------------------------------------- */
.border {
  border: solid black 1px;
}

.borderIE {
  border: solid #FFFFFF 1px;
}

.border-mbs {
  border: solid rgb(0, 82, 158) 5px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-grau {
  border: solid #AAAAAA 1px;
}

/* --------------------------------------------
Ausrichtung
-------------------------------------------- */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.middle {
  vertical-align: middle;
}

/* -----------------------------------------
Abstände
----------------------------------------- */
.padding5 {
  padding: 5px;
}

.padding5Top {
  padding-top: 5px;
}

.padding10 {
  padding: 10px;
}

.padding10L {
  padding-left: 10px;
  vertical-align: top;
}

.padding10Top {
  padding-top: 10px;
}

.padding10LT {
  padding-top: 10px;
  padding-left: 10px;
}

.padding20L {
  padding-left: 20px;
  vertical-align: top;
}

.padding20R {
  padding-right: 20px;
  vertical-align: top;
}

.padding20Top {
  padding-top: 20px;
}

.padding30L {
  padding-left: 30px;
  vertical-align: top;
}

.padding30Top {
  padding-top: 30px;
}

.padding40Top {
  padding-top: 40px;
}

.padding50Top {
  padding-top: 50px;
}

.padding60Top {
  padding-top: 60px;
}

.margin10 {
  margin: 10px;
}

.margin10Top {
  margin-top: 10px;
}

.margin20 {
  margin: 20px;
}

.margin20Top {
  margin-top: 20px;
}

.margin30Top {
  margin-top: 30px;
}

.margin40Top {
  margin-top: 40px;
}

.margin10L {
  margin-left: 10px;
}

.margin20L {
  margin-left: 20px;
}

.margin10R {
  margin-right: 10px;
}

.margin20R {
  margin-right: 20px;
}

.margin30R {
  margin-right: 30px;
}

.margin40R {
  margin-right: 40px;
}

.margin50R {
  margin-right: 50px;
}

.margin25L {
  margin-left: 25px;
}

.margin15L {
  margin-left: 15px;
}

.margin20bottom {
  margin-bottom: 20px;
}

.margin30bottom {
  margin-bottom: 30px;
}

.margin40bottom {
  margin-bottom: 40px;
}

.marginAuto {
  margin: auto;
}

/* -----------------------------------------
   Headlines H1-H6
-----------------------------------------*/
h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*
h1, h2, h3, h4,h5 {
  color: $color-mbsBlue;
}*/
/* --------------------------------------------
Listen
------------------------------------------*/
ul {
  margin-left: -10px;
}

ul li {
  margin-top: 10px;
}

ol li {
  margin-top: 10px;
}

ul.ul120 {
  line-height: 120%;
}
ul.ul120 li {
  margin-top: 15px;
}

ul.ul-margin-0,
ol.ol-margin-0 {
  line-height: 100%;
}
ul.ul-margin-0 li,
ol.ol-margin-0 li {
  margin-top: 0px;
}

ul.ul-margin-10 li {
  margin-left: 10px;
}

ul.ul-normal {
  line-height: 100%;
}
ul.ul-normal li {
  margin-top: 5px;
}

/* -----------------------------------------
Bilder
-----------------------------------------*/
img {
  border: 0px;
}

img.imgSchatten {
  box-shadow: 3px 3px #C9C9C9;
  filter: shadow(color=#C9C9C9, direction=50);
  filter: dropshadow(color=#C9C9C9, offx=3, offy=3);
}

img.imgSchattenlinks {
  box-shadow: 2px 2px 2px 2px #C9C9C9;
  filter: shadow(color=#C9C9C9, direction=50);
  filter: dropshadow(color=#C9C9C9, offx=3, offy=3);
}

img.imgGlobal {
  border: solid black 1px;
  box-shadow: 4px 5px 5px #2E2E2E;
}

img.imgFloatRight {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.Icon {
  width: 20px;
  vertical-align: top;
  text-align: center;
}

img.imgBorder {
  padding: 3px;
  border-radius: 3px;
  border: solid #AAAAAA 1px;
}

/*----------------------------------------------
 Tabellen
----------------------------------------------*/
table tr td {
  border-collapse: collapse;
  color: #585858;
}

table.tableBorder {
  border: solid 1px #000000;
  border-collapse: collapse;
}
table.tableBorder td, table.tableBorder th {
  padding: 5px;
  border: solid 1px #000000;
  vertical-align: top;
}

td.tdline {
  border-bottom: 1px solid;
}

.th-small {
  display: none;
}

table.table-normal-10 td, table.table-normal-10 th {
  background-color: #ffffff;
  padding: 10px;
  border: solid 1px #000000;
  vertical-align: top;
}
table.table-normal-10 td:first-child, table.table-normal-10 th:first-child {
  padding: 10px;
}

@media screen and (max-width: 820px) {
  table.table-normal-10 td {
    font-size: 10px;
  }
  table.table-normal-10 th {
    font-size: 10px;
  }
}
/*----------------------------------------------
 Sonstiges, Texte
----------------------------------------------*/
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.kursiv {
  font-style: italic;
}

.small {
  font-size: 8px;
}

.underline {
  text-decoration: underline;
}

.lineHeight150 {
  line-height: 150%;
}

.lineHeight200 {
  line-height: 200%;
}

.line {
  text-decoration: underline;
}

.nobr {
  white-space: nowrap;
}

.displayNone {
  display: none;
}

.displayNo {
  display: none;
}

.displayYes {
  display: inline-table;
}

img.imgPointer,
.Pointer {
  cursor: pointer;
}

hr.hrgrau {
  color: #f2f2f2;
  background-color: #f2f2f2;
}

/*----------------------------------------------
 Überschriften
----------------------------------------------*/
.h6-mbs {
  color: rgb(226, 0, 26);
}

/*----------------------------------------------
 Schriftgrößen
----------------------------------------------*/
.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.font11 {
  font-size: 11px;
}

.font10 {
  font-size: 10px;
}

.font20 {
  font-size: 20px;
}

.font30 {
  font-size: 30px;
}

.font40 {
  font-size: 40px;
}

.font50 {
  font-size: 50px;
}

.font60 {
  font-size: 60px;
}

.font8 {
  font-size: 8px;
}

.font18pt {
  font-size: 18pt;
}

.font16pt {
  font-size: 16pt;
}

.font14pt {
  font-size: 14pt;
}

.font11pt {
  font-size: 11pt;
}

.font12pt {
  font-size: 12pt;
}

.font10pt {
  font-size: 10pt;
}

.font8pt {
  font-size: 8pt;
}

/* -----------------------------------------
  Links
-----------------------------------------*/
a {
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1rem;
  color: rgba(0, 82, 158, 0.8); /* keine Auswirkungen sb-admin-2-min.css*/
}

a:active, a:hover {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgb(0, 82, 158);
  text-decoration: none;
  font-size: 1.1rem; /* keine Auswirkungen sb-admin-2-min.css*/
}

.mbsLink {
  color: rgba(0, 82, 158, 0.8);
}
.mbsLink a {
  color: rgba(0, 82, 158, 0.8);
}
.mbsLink a:active, .mbsLink a:hover {
  color: rgb(0, 82, 158);
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(242, 242, 242);
}

.a-mbsLink {
  color: rgba(0, 82, 158, 0.8);
}
.a-mbsLink:active, .a-mbsLink:hover {
  color: rgb(226, 0, 26);
  font-weight: normal;
  text-decoration: none;
}

/*----------------------------------------------------
  Telefon,.phone:visited,.phone:hover
  ---------------------------------------------- */
.a-Adresse,
.phone {
  font-weight: normal;
  color: #5eb5e0;
}
.a-Adresse:visited, .a-Adresse:hover,
.phone:visited,
.phone:hover {
  text-decoration: none;
  color: #00519E;
}

.fax, .fax:visited, .fax:hover {
  pointer-events: none;
}

/*----------------------------------------------------
scroll Anker
  ---------------------------------------------- */
.mbr-arrow {
  z-index: 100000000000000000;
  position: fixed;
  top: 85%;
  left: 95%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.2);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: auto;
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 3s ease-in-out infinite;
  animation: arrowdown 3s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 12px;
  font-size: 2rem;
  color: white;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
.trennung {
  hyphens: auto;
  hyphenate-limit-chars: auto 2;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
}

/* -----------------------------------------
myHeader Ausbildung Top,
----------------------------------------- */
.divAusbildungHeader {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #FFFFFF;
  width: 99%;
  vertical-align: middle;
  line-height: 250%;
  margin: 35px 30px 30px 0px;
  min-height: 20px;
  border: 0px solid #FF0000;
}
.divAusbildungHeader div:first-child {
  margin-left: 20px;
}
.divAusbildungHeader div {
  min-width: 300px;
  padding-bottom: 5px;
  margin-right: 10px;
}
.divAusbildungHeader a, .divAusbildungHeader a:active, .divAusbildungHeader a:hover {
  font-weight: bold;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.div-header-menue-box {
  float: right;
  text-align: right;
  width: 35%;
}

.home_top span {
  margin-left: 30px;
  float: left;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 30px;
  padding-top: 15px;
}

.home_top_right span {
  margin-right: 30px;
  float: right;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 20px;
  padding-top: 20px;
}

.home_top > a:hover > span {
  color: rgb(226, 0, 26);
}

.home_top_right > a:hover > span {
  color: rgb(226, 0, 26);
}

/* -----------------------------------------
myHeader Logo bei nicht eingeloggten
----------------------------------------- */
.imgMbsHeaderLogo {
  max-height: 70px;
}

@media screen and (max-width: 900px) {
  .divAusbildungHeader {
    margin: 35px 30px 10px 0px;
  }
}
@media screen and (max-width: 700px) {
  .divAusbildungHeader div {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .imgMbsHeaderLogo {
    max-height: 50px;
  }
}
/*----------------------------------------------
mySearch
----------------------------------------------*/
.form-search table { /* evtentuell ausschalten Header*/
  position: absolute;
  margin-top: 5px;
  margin-left: 40%;
  width: 300px;
}
.form-search input {
  background-color: #edeff4;
  border: 2px solid rgba(0, 82, 158, 0.5);
  border-radius: 5px 0px 0px 5px;
  width: 300px;
  padding-left: 10px;
  height: 40px;
}

.form-search input[type=submit] {
  color: inherit;
  padding: 0;
  margin-top: 0px;
  margin-left: -2px;
  cursor: pointer;
  background-color: #01549E;
  border-radius: 0px 5px 5px 0px;
  width: 50px;
  height: 40px;
  color: white;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .form-search input {
    width: 200px;
  }
  .form-search table {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .form-search table {
    position: relative;
    margin-top: 5px;
    margin-left: 0%;
  } /* evtentuell ausschalten */
  .form-search input {
    width: 300px;
  }
}
@media screen and (max-width: 360px) {
  .form-search input {
    width: 200px;
  }
}
@media screen and (max-width: 490px) {
  .form-search input[type=submit] {
    margin: -1px;
    margin-left: -2px;
  }
}
/*----------------------------------------------
myAllgemein
----------------------------------------------*/
/* Farben */
.mbsBlue {
  color: #00519E;
}

.mbsRed {
  color: rgb(226, 0, 26);
}

.width-100 {
  width: 100%;
}

.max-width-100 {
  max-width: 100%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.width-10 {
  width: 10%;
}

.margin-0 {
  margin: 0px;
}

.min-width-100px {
  min-width: 100px;
}

.min-width-200px {
  min-width: 200px;
}

.max-width-600px {
  max-width: 600px;
}

.max-height-300px {
  max-height: 300px;
}

.bg-wasser {
  background-color: #00519E !important;
}

.bg-brand {
  background-color: rgb(255, 191, 1) !important;
}

.bg-reno {
  background-color: rgb(226, 0, 26) !important;
}

.bg-bau {
  background-color: #8b5a2b !important;
}

.bg-riss {
  background-color: #CAFF70 !important;
}

.bg-sonstiges {
  background-color: #FFD700 !important;
}

.bg-mbsBlue {
  background-color: #00519E !important;
}

.text-wasser {
  color: #00519E !important;
}

.text-brand {
  color: rgb(255, 191, 1) !important;
}

.text-reno {
  color: rgb(226, 0, 26) !important;
}

.text-bau {
  color: #8b5a2b !important;
}

.text-riss {
  color: #CAFF70 !important;
}

.text-sonstiges {
  color: #FFD700 !important;
}

.color-brand {
  color: rgb(255, 191, 1) !important;
}

.color-reno {
  color: rgb(226, 0, 26) !important;
}

.color-bau {
  color: #8b5a2b !important;
}

.color-riss {
  color: #CAFF70 !important;
}

.color-wasser {
  color: #00519E !important;
}

/*
table.tableKalender {
    collapse:collapse;
    border:2px solid #D6D8DB;
    box-shadow: 2px 2px 3px darkgrey;
    margin:20px;
    margin-left:0px;
    width:300px;
}

table.tableKalender td {
    collapse:collapse;
    border:1px solid #A4A4A4;
    padding:6px;
}
*/
table.table-th-dark th {
  background-color: rgba(0, 82, 158, 0.2);
}

/* Videosteuerung */
.iframeVideoIndex {
  max-height: 100%;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: top;
  border-radius: 3px;
}

.iframeVideoIndex-IE {
  max-width: 350px;
}

@media screen and (max-width: 990px) {
  .iframeVideoIndex-IE {
    max-width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .iframeVideoIndex-IE {
    max-width: 500px;
  }
}
@media screen and (max-width: 800px) {
  .iframeVideoIndex-IE {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .iframeVideoIndex-IE {
    max-width: 550px;
  }
}
@media screen and (max-width: 650px) {
  .iframeVideoIndex-IE {
    max-width: 450px;
  }
}
@media screen and (max-width: 600px) {
  .iframeVideoIndex-IE {
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .iframeVideoIndex-IE {
    max-width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .iframeVideoIndex-IE {
    max-width: 200px;
  }
}
@media screen and (max-width: 300px) {
  .iframeVideoIndex-IE {
    max-width: 100px;
  }
}
.buttonplay {
  border: 1px solid #D6D8DB;
  border-radius: 3px;
  color: darkgrey;
}

.iframeVideo {
  width: 400px;
  height: 400px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

/*   breadcrump  */
a.breadcrump, a.breadcrump:visited {
  color: #AAAAAA;
  text-decoration: none;
  font-size: 8pt;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-left: 0px;
  text-decoration: none;
}

a.breadcrumpActive {
  font-weight: bold;
  text-decoration: none;
}

div.divBreadcrump {
  font-size: 8pt;
  margin-bottom: 3px;
  margin-left: 0px;
  color: #AAAAAA;
  margin-left: 20px;
}

a.breadcrump:hover {
  color: rgb(226, 0, 26);
  text-decoration: underline;
  text-decoration: none;
  /*font-family: arial, sans-serif;*/
  font-size: 8pt;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Sonstiges */
.fa-youtube-test:before {
  content: "\f1ea";
}

#map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.row-index-ie {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-flex-flow: wrap;
  -ms-flex-item-align: auto;
}

/* Icon für fa */
.color-i-fa-all i {
  color: rgba(0, 82, 158, 0.6);
}

.color-i-fa-all > span {
  color: #585858;
}

.font-fa-all {
  font-size: 30px;
  margin-right: 10px;
}

/*----------------------------------------------------
myMenu -  Top Header
 -------------------------------------------------------*/
.intranetmenuTop {
  z-index: 900;
}

#intranetmenu_top {
  z-index: 900;
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top: -10px;
}

/* Oberpunkte  - Abstand von oben*/
#intranetmenu_top > ul {
  padding: 0;
  margin: 0;
  vertical-align: top;
  list-style: inside none;
}
#intranetmenu_top > ul > li {
  padding: 0;
  margin-left: 0.4%;
  float: right;
  display: block;
  background-color: #00519E;
  border: 1px solid #000000;
  box-shadow: 2px 2px 3px darkgrey;
  width: 60px;
  height: 60px;
  list-style: inside none;
  position: relative;
}
#intranetmenu_top > ul > li > a {
  display: block;
  position: relative;
  padding: 10px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
#intranetmenu_top > ul > li > a > span {
  color: #FFFFFF;
  font-size: 35px;
}

#intranetmenu_top > ul > li > a:hover > span {
  color: rgb(226, 0, 26);
}

#intranetmenu_top > ul > li > a:after {
  z-index: 100;
}

/* Unterpunkte */
#intranetmenu_top ul li.has-sub:hover > a:after {
  top: 0px;
  bottom: 0;
}

#intranetmenu_top ul li.has-sub:hover > ul { /* Oberpunkt Cursor hover */
  display: block;
  color: #FFFFFF;
  background-color: #00519E;
  top: 59px; /* Block von blau von Icon entfernt*/
  width: 100%;
}

#intranetmenu_top ul li.has-sub > ul { /* Unterpunkte Box */
  min-width: 280px;
  padding: 2px;
  margin: 1px;
  text-align: right;
}

#intranetmenu_top ul li.ul-big > ul { /* Unterpunkte Box größer */
  min-width: 380px;
  max-width: 100%;
}

#intranetmenu_top ul li > ul { /* Position der Untermenübereich */
  border: 1px solid #D6D8DB;
  display: none;
  width: auto;
  position: absolute;
  right: 0px;
  border-radius: 0px 0px 0px 0px;
  z-index: 6999;
  margin-top: 0px;
}

#intranetmenu_top ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}

#intranetmenu_top ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 1px 5px;
  font-size: 16px;
  padding-top: 10px; /* Lineheight auf 120 aber zwischen den Menüpunkten Abstand */
  padding-bottom: 10px;
  line-height: 120%;
  color: #FFFFFF;
  font-weight: normal;
}

#intranetmenu_top ul li > ul li a:hover {
  text-decoration: none;
  color: #A4A4A4;
}

@media screen and (max-width: 766px) {
  #menu-board ul {
    width: 130px;
    margin-top: 0px;
    padding-left: 10px;
  } /* Menueboard links */
}
@media screen and (max-width: 700px) {
  #intranetmenu_top > ul {
    margin-left: 20px;
    float: none;
  }
  #intranetmenu_top > ul > li {
    float: left;
  }
  #intranetmenu_top ul li.has-sub > ul {
    text-align: left;
  } /* Unterpunkte Box */
  #intranetmenu_top ul li > ul {
    right: auto;
    left: auto;
    position: absolute;
  } /* Unterbox wird richtig zentriert */
  /*  #intranetmenu_top  ul li > ul:last-child  {right:-250px; position:absolute; }                       Unterbox wird richtig zentriert */
  #intranetmenu_top .menu-formulare-mobil {
    left: -160px;
    position: absolute;
  } /* Unterbox wird richtig zentriert */
}
@media screen and (max-width: 450px) {
  #intranetmenu_top ul li > ul li a {
    font-size: 14px;
  } /* Unterbox wird richtig zentriert */
  #intranetmenu_top ul li.ul-big > ul {
    min-width: 350px;
    max-width: 100%;
  } /* Unterpunkte Box größer */
}
@media screen and (max-width: 360px) {
  #intranetmenu_top ul li > ul.ullast {
    right: -100px;
    position: absolute;
  }
}
/*----------------------------------------------------
myMenu -  Left 1
 -------------------------------------------------------*/
#intranetmenu_top .menue-board-top {
  display: none;
}

/* Menü board */
#menu-board {
  padding: 0;
  margin: 0px;
  border: 0;
  float: left;
  /* Abstand vom Menuboard */
  margin-right: 10px;
  /* Wichtig das die Menüleiste bis nach unten geht */
  display: flex;
  flex: 1 0 auto;
}
#menu-board ul li {
  margin-left: 0px;
}
#menu-board a, #menu-board span, #menu-board i {
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  #menu-board {
    display: none;
  }
  #intranetmenu_top .menue-board-top {
    display: block;
  }
}
/*----------------------------------------------------
Intranet only 1
 -------------------------------------------------------*/
.menue-board-top-second {
  min-width: 0;
  margin: 0;
}
.menue-board-top-second div {
  min-width: 0 !important;
  margin: 0px 5px !important;
  background-color: rgba(0, 82, 158, 0.7);
  background-color: #4c85bb;
}
.menue-board-top-second div a:first-child {
  padding-top: 0 !important;
}
.menue-board-top-second div a {
  padding-bottom: 0 !important;
}

#intranetmenu_top > ul > li.telschaden > a:hover > span {
  color: #66dd66 !important;
}

hr.hrmenu_top {
  height: 1px;
  border-top: 1px dashed #4c85bb;
  margin: 0px 5px 0px 5px;
}

.mitarbeiter-news-gradulation {
  border: 2px solid #C9C9C9;
  margin-top: 1rem;
}
.mitarbeiter-news-gradulation td {
  padding: 20px;
  width: 40%;
  /* border: 2px solid $color-schatten; */
}
.mitarbeiter-news-gradulation img {
  max-height: 150px;
  border: 5px solid #C9C9C9;
}

.mitarbeiter-news {
  border: 2px solid #C9C9C9;
  margin-top: 1rem;
}
.mitarbeiter-news td {
  padding: 10px 20px 0px 20px;
}
.mitarbeiter-news td:last-child {
  padding-bottom: 10px;
}

/* -----------------------------------------
 myFooter
 ----------------------------------------- */
div.divFooterAusbildung {
  background-color: #FFFFFF;
  bottom: 0;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1000;
}

/*-----------------------------------------------------------
myIndex
------------------------------------------------------------- */
.flex-index-mbs {
  flex: 0 0 100%;
  z-index: 99999;
}

.wichtig-knigge {
  color: #00519E;
  background-color: rgba(0, 82, 158, 0.1);
}

h4.h4-kunde-index {
  text-transform: uppercase !important;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}

.leitbild-body h6 {
  font-weight: bold;
  color: rgb(226, 0, 26);
}
.leitbild-body ul {
  padding: 0px 10px;
}
.leitbild-body ul li {
  line-height: 150%;
}

/* mbs1987*/
.bull-wasser div::before {
  content: "• ";
  color: #00519E;
}

.bull-brand div::before {
  content: "• ";
  color: rgb(255, 191, 1);
}

.bull-reno div::before {
  content: "• ";
  color: #00519E;
}

.bull-niederlassung div::before {
  content: "• ";
  color: #6b6d7d;
}

.bull-mitarbeiter div::before {
  content: "• ";
  color: #1cc88a;
}

.unterMenu-mbs1987 {
  font-size: 16px;
}

.mbs1987-first {
  width: 50%;
  float: left;
}

.box-mbs-1987 {
  height: 120px;
  width: 100%;
  width: 100%;
  padding: 0px;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.button-mbs1987 {
  height: 80px;
  padding: 0px;
  width: 100%;
  /* border-radius:0px !important;*/
}
.button-mbs1987 span {
  text-align: center;
  font-size: 1.5rem;
}

.div-leer-mbs1987 {
  height: 65px;
  height: 50px;
}

.work .overlay-index {
  background: rgba(0, 82, 158, 0.9);
}

/* steht in der sb-admin-2-min.css*/
.btn-info-index {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
  background-color: rgba(0, 82, 158, 0.7);
  border-color: rgba(0, 82, 158, 0.7);
}

.btn-info-index:hover {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
  background-color: rgba(0, 82, 158, 0.9);
  border-color: rgba(0, 82, 158, 0.9);
}

.btn-info-index:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 82, 158, 0.5);
}

.btn-info-index.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
  background-color: rgba(0, 82, 158, 0.9);
  border-color: rgba(0, 82, 158, 0.9);
}

.btn-info-index:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a96a5;
  border-color: #278c9b;
  background-color: rgba(0, 82, 158, 0.9);
  border-color: rgba(0, 82, 158, 0.9);
}

.btn-info-index:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 82, 158, 0.9);
}

/*
@media screen and (max-width:1400px) {
  h4.h4-kunde-index {font-size: 1.3rem !important;}
  .button-mbs1987 {
    span {
      font-size: 1.3rem !important;
    }
  }
}
*/
.card-body {
  flex: 1 1 auto;
  padding: 100rem;
}

@media screen and (max-width: 1600px) {
  .text-1987 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .text-1987 {
    font-size: 0.8rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .mbs1987-first {
    width: 100%;
    float: none;
  }
  .box-mbs-1987 {
    height: 90px;
    width: 100%;
    margin: 0px;
    padding: 0rem;
  }
  .div-leer-mbs1987 {
    height: 0px;
  }
  .card-body {
    flex: 1 1 auto;
    padding: 100rem;
  }
}
@media screen and (max-width: 600px) {
  .button-mbs1987 span {
    font-size: 1rem !important;
  }
  .box-mbs-1987 {
    padding: 0rem !important;
  }
  .unterMenu-mbs1987 {
    font-size: 12px;
  }
}
/*----------------------------------------------
myThemen: Themen, allgemeine Steuerungen der Bereiche
----------------------------------------------*/
/* Menuband in den einzelenen Themen */
/* Boxen der Menüleiste  normal mit Pfeil*/
/*raus nicht aktiv*/
.menu-themen-4 {
  max-width: 1420px;
  text-align: left;
}

/* Boxen der Menüleiste  Pfeil und Icon */ /*raus nicht aktiv*/
.width-thema-menu-4-icon {
  width: 150px;
  margin: auto;
  font-size: 11px;
}

/*raus nicht aktiv*/
.menu-themen-4-icon {
  margin-top: 10px;
  max-width: 575px;
  max-width: 1150px;
  text-align: left;
}
.menu-themen-4-icon div {
  margin-bottom: 10px;
  margin-right: 25px;
}
.menu-themen-4-icon div div:first-child {
  margin-right: 0px;
}
.menu-themen-4-icon div div:first-child button {
  margin-right: 25px;
}

/*raus nicht aktiv*/
.width-thema-menu-2-icon { /* Boxen der Menüleiste mit 2 boxen */
  width: 220px;
  margin: auto;
  font-size: 11px;
}
.width-thema-menu-2-icon div {
  margin-bottom: 10px;
  margin-right: 25px;
}
.width-thema-menu-2-icon div div:first-child button {
  margin-right: 25px;
}

/*raus nicht aktiv*/
@media screen and (max-width: 1750px) {
  .menu-themen-4 .menu-themen-right {
    float: none;
  }
  .menu-themen-4 div div:first-child {
    margin-right: -10px;
  }
}
/* ------- Boxen der Menüleiste  nur mit Icon -----------*/
.menu-themen-left {
  float: left;
  margin-right: 10px;
}

.menu-themen-right {
  float: right;
}

/* Boxen der Menüleiste */
.width-thema-menu {
  width: 300px;
  max-width: 100%;
  margin: auto;
  font-size: 11pt;
}

/**/
.menu-themen {
  margin-top: 10px;
  max-width: 100%;
}
.menu-themen div {
  margin-bottom: 10px;
}
.menu-themen div div:first-child {
  margin-right: 20px;
}
.menu-themen div div:first-child button {
  margin-right: 20px;
}

/**/
.menu-themen-4-image {
  max-width: 1470px;
  max-width: 1490px;
  text-align: left;
  margin-top: 10px;
}
.menu-themen-4-image div {
  margin: auto;
  margin-bottom: 10px;
  margin-right: 0px;
  max-width: 100%;
}
.menu-themen-4-image button {
  margin-right: 10px;
}
.menu-themen-4-image button .width-thema-menu {
  width: 300px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 1900px) {
  .menu-themen-4-image {
    max-width: 1370px;
  }
  .menu-themen-4-image button .width-thema-menu {
    width: 270px;
    padding: 0px;
  }
}
/*
@media screen and (max-width: 1810px) {
  .menu-themen-4-image button .width-thema-menu {
    width: 295px; } }

@media screen and (max-width: 1790px) {
  .menu-themen-4-image button .width-thema-menu {
    width: 290px; } }*/
@media screen and (max-width: 1680px) {
  .menu-themen-4-image div.menu-themen-right {
    float: none;
  }
}
/* 3 Button werden untereinander gestellt*/
.menu-image-3 {
  max-width: 1115px;
}

@media screen and (max-width: 1420px) {
  .menu-image-3 {
    max-width: 970px;
  }
  .menu-image-3 button .width-thema-menu {
    width: 250px;
    padding: 5px;
  }
}
/*
@media screen and (max-width: 1460px) {
  .menu-image-3 {
    div.menu-themen-left,div.menu-themen-right {
      float: none; }
  }
}*/
@media screen and (max-width: 1370px) {
  div.menu-themen-left, div.menu-themen-right {
    float: none;
  }
  .menu-themen-4-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-4-icon div.menu-themen-right {
    float: right;
  }
  .menu-themen-2-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-2-icon div.menu-themen-right {
    float: right;
  }
  .menu-themen-4-image div.menu-themen-left {
    float: left;
  }
  .menu-themen-4-image div.menu-themen-right {
    float: none;
  }
  .menu-themen-2-image div.menu-themen-left {
    float: left;
  }
  .menu-themen-2-image div.menu-themen-right {
    float: right;
  }
}
@media screen and (max-width: 490px) {
  .width-thema-menu {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    min-width: 250px;
  }
}
@media screen and (max-width: 490px) {
  .menu-themen-4-image button .width-thema-menu {
    width: 90%;
    max-width: 90%;
    min-width: 250px;
  }
}
@media screen and (max-width: 470px) {
  div.menu-themen-left {
    float: none;
  }
}
/*
@media screen and (max-width: 170px) {

  .menu-themen-4-image, .menu-themen {
    display:none; }

  .menu-themen-image-inhalt .menu-themen-4-image,
  .menu-themen-image-inhalt .menu-themen {
      display:block;
     span:last-child {display:none;}
  }

  .menu-themen-image-inhalt {
    .menu-themen-left {float:left;}
    .menu-themen-right{float:right;}
    .menu-image-3 {
        .menu-themen-left {float:left;}
        .menu-themen-right {float:right;}
    }
  }

}
*/
.menu-themen-image-inhalt-false .menu-image-3 {
  max-width: 1120px;
}

/* Menüleiste der Themen wird im Modus der Einzelthemen gesteuert: Inhalt: Text leserbar, Nicht Inhalt: Text ausblenden, Boxen werden nebeneinander angezeigt*/
@media screen and (max-width: 470px) {
  .menu-themen-image-inhalt-false {
    width: 270px;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-image, .menu-themen-image-inhalt-false .menu-themen {
    display: none;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-image,
  .menu-themen-image-inhalt-false .menu-themen {
    display: block;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-image span:last-child,
  .menu-themen-image-inhalt-false .menu-themen span:last-child {
    display: none;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-icon div.menu-themen-right {
    float: right;
  }
  .menu-themen-image-inhalt-false .menu-themen-2-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-image-inhalt-false .menu-themen-2-icon div.menu-themen-right {
    float: right;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-image div.menu-themen-left {
    float: left;
  }
  .menu-themen-image-inhalt-false .menu-themen-4-image div.menu-themen-right {
    float: right;
  }
  .menu-themen-image-inhalt-false .menu-themen-left {
    float: left;
  }
  .menu-themen-image-inhalt-false .menu-themen-right {
    float: right;
  }
  .menu-themen-image-inhalt-false .menu-image-3 {
    width: 200px;
  }
  .menu-themen-image-inhalt-false .menu-image-3 .menu-themen-left {
    float: left;
  }
  .menu-themen-image-inhalt-false .menu-image-3 .menu-themen-right {
    float: right;
  }
}
/* Themen Menü Leiste mit Icon's Boxen der Menüleiste*/
/*@media screen and (max-width: 900px) {*/
@media screen and (max-width: 1470px) {
  .menu-themen-4-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-4-icon div.menu-themen-right {
    float: none;
  }
}
@media screen and (max-width: 940px) {
  .menu-themen-4-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-4-icon div.menu-themen-right {
    float: right;
  }
  .width-thema-menu-4-icon {
    display: none;
  }
  .menu-themen-4-icon {
    max-width: 550px;
  }
  .menu-themen-2-icon div.menu-themen-left {
    float: left;
  }
  .menu-themen-2-icon div.menu-themen-right {
    float: right;
  }
  .width-thema-menu-2-icon {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .menu-themen-4-icon div.menu-themen-right {
    float: none;
  }
}
@media screen and (max-width: 470px) {
  .menu-themen-4-icon div.menu-themen-left {
    float: none;
  }
  .width-thema-menu-4-icon {
    display: inline-block;
  }
}
/*--------------------------------*/
.menu-themen-table { /* Tabelle*/
  margin-top: 10px;
  display: table;
}
.menu-themen-table div { /* tr - Zeile */
  max-height-no: 20px;
  display: table-row;
}
.menu-themen-table div div:first-child { /* td - Spalte */
  display: table-cell;
  margin-right: 20px;
  margin-bottom: 10px;
}
.menu-themen-table div div:first-child button {
  margin-right: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1040px) {
  .menu-themen-table {
    margin-top: 10px;
    display: block;
  }
  .menu-themen-table div {
    max-height: 100px;
    display: block;
  }
  .menu-themen-table div div {
    display: block;
  }
}
/* Bereicheinteilung Themen */
.div-thema {
  width: 75%;
  width: 100%;
  padding-right: 1.5rem;
}

.board-thema {
  float: right;
  float: none;
}

@media screen and (max-width: 1760px) {
  .div-thema {
    width: 100%;
    padding-right: 0px;
  }
  .board-thema {
    float: none;
    margin-top: 10px;
    padding-left: 0px;
  }
}
/*---------------------------
  Themen Index Inhalt mit Image
 */
.themen-inhalt-image { /* Tabelle*/
  margin-top: 0px;
  display: table;
  border-spacing: 20px;
}
.themen-inhalt-image div { /* tr - Zeile */
  display: table-row;
}
.themen-inhalt-image div div { /* td - Spalte */
  max-width: 500px;
  display: table-cell;
  margin-right: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}
.themen-inhalt-image div div img {
  object-fit: cover;
  height: 250px;
}
.themen-inhalt-image div div span.spantitle {
  font-size: 20px;
}

.themen-inhalt-image-wand { /* Tabelle*/
  margin-top: 0px;
  display: table;
  border-spacing: 20px;
}
.themen-inhalt-image-wand div { /* tr - Zeile */
  display: table-row;
}
.themen-inhalt-image-wand div div { /* td - Spalte */
  min-width: 14%;
  display: table-cell;
  margin-right: 20px;
  margin-bottom: 10px;
  object-fit: cover;
}
.themen-inhalt-image-wand div div img {
  object-fit: cover;
  height: 100px;
}
.themen-inhalt-image-wand div div span.spantitle {
  font-size: 16px;
}

@media screen and (max-width: 1600px) {
  .themen-inhalt-image-wand { /* Tabelle*/ }
  .themen-inhalt-image-wand div { /* tr - Zeile */ }
  .themen-inhalt-image-wand div div { /* td - Spalte */ }
  .themen-inhalt-image-wand div div span.spantitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 1450px) {
  .themen-inhalt-image-wand { /* Tabelle*/ }
  .themen-inhalt-image-wand div { /* tr - Zeile */ }
  .themen-inhalt-image-wand div div { /* td - Spalte */ }
  .themen-inhalt-image-wand div div span.spantitle {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .themen-inhalt-image-wand div {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .themen-inhalt-image { /* Tabelle*/ }
  .themen-inhalt-image div { /* tr - Zeile */ }
  .themen-inhalt-image div div { /* td - Spalte */ }
  .themen-inhalt-image div div img {
    height: 150px;
  }
  .themen-inhalt-image div div span.spantitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .themen-inhalt-image { /* Tabelle*/
    display: block;
    border-spacing: 0px;
  }
  .themen-inhalt-image div { /* tr - Zeile */
    display: block;
  }
  .themen-inhalt-image div div { /* td - Spalte */
    display: block;
    margin-right: 0px;
  }
}
/*===============================================================
   Thema: Versicherung  */
.th-small {
  display: none;
}

@media screen and (max-width: 820px) {
  .table-Versicherung td {
    font-size: 12px;
  }
  .table-techn-einzelheiten td {
    font-size: 12px;
  }
}
@media screen and (max-width: 620px) {
  .table-Versicherung th {
    font-size: 12px;
  }
}
@media screen and (max-width: 570px) {
  .table-Versicherung td {
    display: block;
  }
  .table-Versicherung th {
    display: block;
    color: #00519E;
  }
  .table-Versicherung td:first-child {
    color: #00519E;
  }
  .table-desinfekt td {
    display: block;
  }
  .table-desinfekt th {
    display: block;
    color: #00519E;
  }
  .table-desinfekt td:first-child {
    color: #00519E;
  }
}
@media screen and (max-width: 470px) {
  .table-Versicherung th {
    display: block;
  }
}
/*===============================================================
/* Thema: Arbeitssicherheit */
.tableAdresse tr td {
  padding-right: 20px;
  vertical-align: top;
}

.divSicherheitAP div:first-child {
  float: left;
  width: 60%;
}
.divSicherheitAP hr {
  display: none;
}

.div-sicherheit {
  padding: 10px;
  height: 50px;
  min-width: 300px;
  width: 50%;
}

@media screen and (max-width: 1270px) {
  .div-sicherheit {
    min-width: 50%;
  }
}
@media screen and (max-width: 1210px) {
  .divSicherheitAP div:first-child {
    float: none;
    width: 100%;
  }
  .divSicherheitAP hr {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .div-sicherheit {
    min-width: 100%;
    width: 100%;
  }
}
/*===============================================================
/* Thema: Baustoffe Bauphysik Baukonstruktion */
div.divImageBau img {
  height: 200px;
  max-width: 100%;
  margin: 10px;
}

ol.olPutz {
  list-style: none;
}

img.imgHx {
  width: 50%;
  height: 50%;
}

img.img-click-bruecke {
  margin-right: 20px;
  max-width: 100px;
}

img.img-bruecke {
  width: 100%;
  height: 100%;
}

img.img-click-verhalten {
  margin-left: 20px;
  margin-right: 20px;
  max-height: 400px;
  max-width: 90%;
  margin: 20px;
}

img.img-verhalten {
  max-height-no: 500px;
  height: 100%;
  width: 100%;
}

/*===============================================================
/* Messtechnik 111*/
img.img-messtechnik {
  max-width: 400px;
}

img.img-trocknung {
  max-width: 500px;
}

.table-tr-center tr td {
  text-align: center;
}

@media screen and (max-width: 820px) {
  .table-Messtechnik td {
    font-size: 12px;
  }
}
@media screen and (max-width: 620px) {
  .table-Messtechnik th {
    font-size: 10px;
  }
  .table-Messtechnik td {
    font-size: 10px;
  }
}
@media screen and (max-width: 570px) {
  .table-Messtechnik td {
    display: block;
  }
  .table-Messtechnik .th-small {
    display: block;
  }
  .table-Messtechnik .tr-small {
    display: block;
  }
}
@media screen and (max-width: 470px) {
  .table-Messtechnik th {
    display: block;
  }
}
#tablehydro {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 11px;
}

td.tdhydro1 {
  border: 1px solid #000000;
  font-size: 11px;
}

td.tdhydro {
  border: 1px solid #000000;
  width: 30px;
  text-align: center;
  padding: 3px;
  vertical-align: top;
}

td.tdhydroR {
  border-bottom: 1px solid #000000;
  padding: 3px;
}

td.tdhydroRL {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3px;
}

td.tdhydroRR {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3px;
}

.input-search-thema {
  background-color: #edeff4;
  border: 1px solid rgba(0, 82, 158, 0.5);
  border-radius: 5px;
  width: 100%;
  max-width: 430px;
  padding-left: 10px;
  height: 40px;
}

/*===============================================================
/* Elektrotechnik    12*/
.div-img-person-schalter > div:first-child {
  width: 30%;
  margin-right: 20px;
  float: left;
}

.div-img-person-schalter ul li {
  margin-left: 32%;
}

@media screen and (max-width: 1200px) {
  .div-img-person-schalter > div:first-child {
    width: 80%;
    margin-right: 20px;
    float: none;
  }
  .div-img-person-schalter ul li {
    margin-left: 0%;
  }
}
/*===============================================================
/* Desinfektion */
.div-komp-plus div:first-child {
  float: left;
  margin-left: 10px;
}
.div-komp-plus div:last-child {
  text-align: right;
}

@media screen and (max-width: 1300px) {
  .row .row-1-display div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .work-jati {
    height: 70px;
  }
  .work-jati a {
    font-size: 13px;
  }
  .work-jati a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .work-jati {
    height: 80px;
  }
}
/*===============================================================
/* Allgemein works Definition */
.inhalt-thema-100 .div-inhalt,
.inhalt-thema .div-inhalt {
  padding: 10px;
  min-height: 50px;
  width: 100%;
}

.inhalt-thema > div {
  float: left;
  width: 45%;
}

.ul-themen {
  list-style-type: square;
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
.ul-themen li:before { /* content: "♣  "; */
  color: #ddd;
}

.ul-list-type-none {
  list-style-type: none;
}

.max-width-decken {
  max-width: 550px;
  padding-right: 40px;
  width: 100%;
}

.max-width-wand {
  max-width: 300px;
  width: 100%;
}

.img-decken {
  max-width: 550px;
  padding-right: 10px;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.img-decken img {
  width: 100%;
  padding: 3px;
  border-radius: 3px;
  border: solid #AAAAAA 1px;
  text-align: center;
}

.img-wand {
  width: 100%;
  max-width-s: 300px;
  margin-top: 20px;
}
.img-wand img {
  width-no: 100%;
  height: 100%;
  max-height: 200px;
  margin-right: 20px;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: solid #AAAAAA 1px;
  text-align: center;
}

.img-heizung {
  width: 100%;
  margin-top: 20px;
}
.img-heizung img {
  vertical-align: top;
  min-width: 15%;
  max-height: 170px;
  margin-right: 10px;
  padding: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: solid #AAAAAA 1px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .inhalt-thema > div {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.width-full {
  width: 100%;
}

/* Gerätekunde */
.geraete-table div:first-child {
  margin-right: 20px;
}
.geraete-table div:first-child img {
  max-width: 250px;
  margin: 10px;
}
.geraete-table div:first-child .img-max-width-hepa-2 {
  max-width: 200px;
  margin: 10px;
}
.geraete-table div:last-child {
  margin-bottom: 50px;
}
.geraete-table table th {
  min-width: 200px;
  padding-top: 10px;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: auto 3;
}
.geraete-table table td {
  min-width: 200px;
  padding: 5px;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: auto 3;
}

@media screen and (max-width: 880px) {
  .geraete-table div:first-child .img-max-width-hepa-2 {
    max-width: 250px;
    margin: 10px;
  }
  .table-geraete-mobil .geraete-table table th {
    font-size: 0.8rem;
  }
  .table-geraete-mobil .geraete-table table td {
    font-size: 0.8rem;
  }
}
.geraete-turbo div:last-child {
  min-height: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .geraete-table div:first-child {
    margin-right: 20px;
    /* margin-left:25px;*/
  }
  .geraete-table div:first-child img {
    max-width: 250px;
    margin: 10px;
    width: 100%;
  }
  .geraete-table table th {
    min-width: 50%;
  }
  .geraete-table table td {
    min-width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .table-geraet {
    font-size: 1rem;
  }
}
/* Allgemein */
.table-image td {
  vertical-align: bottom;
  padding: 5px;
  width: 20%;
}
.table-image td img {
  max-width: 100%;
}

.table-img-3 td {
  vertical-align: top;
}

.img-geraete {
  max-width: 300px;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container > div {
  width: 20%;
  margin: 10px;
  text-align: center;
  vertical-align: bottom;
}

.flex-container-image {
  float: left;
}
.flex-container-image div:first-child {
  float: left;
  width: 20%;
}
.flex-container-image div {
  height: 400px;
}

.flex-container-image-right div:first-child {
  float: left;
  width: 20%;
}
.flex-container-image-right div {
  height: 400px;
}

/* Dateidarstellung */
@media screen and (max-width: 1100px) {
  .format-mobil {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .stand-mobil {
    display: none;
  }
}

#imgClickAndChange0 {
  filter: brightness(0.8);
}

/*# sourceMappingURL=mbsimport.css.map */
