@charset "UTF-8";
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color GREVEN-Blau*/
/*$color3: #0033a1;*/
/*$color3: #3c5682;*/
/* color GREVEN-Rot */
/* color GREVEN-Grau */
/* color GREVEN-Hellgrau */
/* color GREVEN-Dunkelgrau */
/* color GREVEN-Hellgrau */
/* color skinprotection var 1 */
/* color skinprotection var 2 */
/* color skincleaning */
/* color skincare */
/* color disinfection */
/* alert color */
div.tx-hautschutz label, div.tx-hautschutz legend {
  display: block;
}

.tx-hautschutz {
  position: relative;
  min-height: 600px;
}

.tx-hautschutz i {
  font-size: 20px;
}

.tx-hautschutz span.headline {
  color: #004396;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

#pgp-message-wrapper {
  height: 20px;
  display: block;
  margin-bottom: 10px;
}

#pgp-message-container {
  display: none;
}

#pgp-message-wrapper .headline {
  font-size: 20px;
}

#pgp-message-wrapper i {
  margin-left: 10px;
}

/* ACTIONBAR */
.actionbar_fixed_box {
  position: fixed;
  display: block;
  top: 145px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  height: 0px;
  padding: 0;
  margin: 0;
}

#actionbar {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  background-color: #FFFFFF;
  margin-left: 6px;
  z-index: 5000;
  /*height: 600px;*/
  border: 1px solid #004396;
  font-size: 15px;
  color: #000000;
  border-radius: 5px;
}

#actionbar_header {
  position: absolute;
  right: -1px;
  top: 0px;
  display: block;
  height: 40px;
  width: 550px;
  background-color: #004396;
  font-size: 24px;
  color: #FFFFFF;
  cursor: move;
  border-radius: 5px 5px 0px 0px;
}

#actionbar_header p {
  padding-left: 25px;
  padding-right: 50px;
  padding-top: 5px;
}

#actionbar_main {
  position: absolute;
  display: block;
  width: 550px;
  height: 658px;
  padding: 20px;
  right: 0px;
  top: 40px;
  overflow: auto;
  overflow-x: hidden;
}

#actionbar_main img {
  margin-top: 10px;
  margin-bottom: 10px;
}

#actionbar_main .tx-hautschutz {
  min-height: 0 !important;
}

#actionbar_main .product {
  padding-top: 0;
  padding-bottom: 0;
}

#actionbar_main .area-text {
  padding-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

#actionbar_main .fa-stack-1x {
  line-height: normal;
}

#actionbar_main .fa-stack-2x.text-danger {
  color: #c50f3c;
}

#actionbar_main .float-box {
  width: 100% !important;
}

#actionbar_main .area-additional-product {
  margin-bottom: 10px;
}

#close_actionbar {
  position: absolute;
  font-weight: normal;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

#close_actionbar .fa {
  color: #ffffff !important;
  font-size: 26px !important;
  margin-top: 0px !important;
}

#actionbar_main .spacer {
  margin-bottom: 40px;
}

.actionbar_width {
  width: 600px;
}

.actionbar_removeWith {
  width: 0px;
}

#loadActionBarImage {
  display: none;
}

/*ActionBarMessage span.headline noch definieren*/
#actionBarMessageWrapper {
  dispaly: block;
  position: relative;
  top: 80px;
  width: 550px;
  padding: 20px;
}

#actionBarMessageWrapper .headline {
  color: #004396;
  font-size: 20px;
}

#actionbar .imageWrap {
  position: relative;
  width: 200px;
  height: auto;
}

#actionbar #imageTrash-imageLeft, #actionbar #imageTrash-imageRight {
  position: absolute;
  top: 0px;
  right: -30px;
}

#actionbar .imageText {
  margin-top: 5px;
  color: #004396;
  font-weight: 400;
  display: block;
}

#actionbar .newDepartment {
  margin-left: 10px;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 1024px) {
  #actionbar {
    height: 600px !important;
  }
  #actionbar_main {
    height: 555px !important;
  }
}
@media (max-height: 850px) {
  #actionbar {
    height: 570px !important;
  }
  #actionbar_main {
    height: 525px !important;
  }
}
@media (max-height: 800px) {
  #actionbar {
    height: 530px !important;
  }
  #actionbar_main {
    height: 485px !important;
  }
}
@media (max-height: 675px) {
  #actionbar {
    height: 470px !important;
  }
  #actionbar_main {
    height: 425px !important;
  }
}
@media (max-width: 992px) {
  .actionbar_fixed_box {
    top: 220px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .actionbar_fixed_box {
    top: 0px;
    height: auto;
  }
  #actionbar {
    width: 100% !important;
    margin: 0;
  }
  #actionbar_header {
    width: 100%;
  }
  #actionbar_main {
    width: 100%;
  }
}
/* COMPANY */
#listContainer {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.float-box {
  border: 1px solid #616161;
  border-radius: 2px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  min-height: 90px;
  background-color: #FFFFFF;
  width: calc(50% - 10px);
}

.float-box .float-box-headline {
  color: #004396;
  font-size: 18px;
}

.float-box .float-box-subheadline {
  color: #898c8d;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.float-box-adtition {
  color: #004396;
  font-size: 14px;
}

/*neu*/
.label-stable, .label-success {
  background-color: #79a548;
}

.label {
  border-radius: 0.25em;
  font-size: 75%;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
}

.badge, .label {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.label, .pagination > li {
  display: inline;
}

/* PLAN */
.configure-headline {
  padding-left: 20px;
}

.plan-headline-wrapper {
  margin-left: 20px !important;
  margin-right: 20px !important;
  padding-top: 25px;
  border-top: #616161 1px solid;
}

.plan-headline-wrapper .left img {
  margin-right: 20px;
}

.plan-headline {
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  /*padding-left:20px !important;*/
  padding-right: 20px !important;
}

.plan-headline.subheadline {
  color: #898c8d;
  font-size: 24px;
}

.plan-basicinformation {
  padding: 10px;
  padding-left: 22px;
  font-size: 18px;
  color: #004396;
}

.advice-centence-wrapper {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.footer-wrapper {
  margin: 12px;
  padding: 12px;
}

.footer-wrapper .justify-content-center {
  justify-content: center;
  /*align-items: center;*/
}

.footer-wrapper img {
  margin-right: 10px;
}

.footer-wrapper .footerbox.right img {
  margin-right: 0px !important;
  margin-left: 10px !important;
}

.footer-wrapper .footerbox .row {
  height: 100px;
  width: auto;
}

.footer-wrapper .footerbox .bottom {
  display: table-cell;
  vertical-align: bottom;
  height: 100px;
  width: auto;
}

@media (max-width: 992px) {
  .footer-wrapper .justify-content-center {
    justify-content: left !important;
  }
}
.planconfigcol .skinprotection,
.skincleaning,
.skincare,
.disinfection {
  /*margin:10px;
  padding:10px*/
  min-height: 250px;
  min-height: 800px;
  border-radius: 6px;
}

.planconfigcol .application-logo {
  /*max-width:250px;*/
  margin-bottom: 15px;
  width: auto;
  text-align: center;
}

.skinprotection {
  border: #003480 1px solid;
}

.skincleaning {
  border: #00664a 1px solid;
}

.skincare {
  border: #c1022c 1px solid;
}

.disinfection {
  border: #686585 1px solid;
}

.application-logo {
  height: 150px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  padding: 5px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.landscape .application-logo {
  border-bottom-right-radius: 5px;
}

.application-logo .headline {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0px;
  color: #FFFFFF;
  font-size: 20px;
}

.application-logo .subheadline {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
}

.application-logo a {
  color: #FFFFFF;
}

.skinprotection .application-logo {
  background-color: #003480;
  background-image: url(../Images/anwendung/hautschutz_003480_150.png);
}

.skincleaning .application-logo {
  background-color: #00664a;
  background-image: url(../Images/anwendung/hautreinigung_00664a_150.png);
}

.skincare .application-logo {
  background-color: #c1022c;
  background-image: url(../Images/anwendung/hautpflege_c1022c_150.png);
}

.disinfection .application-logo {
  background-color: #686585;
  background-image: url(../Images/anwendung/desinfektion_686585_150.png);
}

.application-logo > span {
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 30px;
  margin-right: 10px;
  text-align: right;
  width: 100%;
}

.application-logo .fa {
  color: #FFFFFF !important;
}

#actionbar_main .application-logo {
  text-align: center;
}

#actionbar_main .actionBarApplication {
  min-height: 0px;
}

.area-text {
  line-height: 14px !important;
}

.area-image {
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}

.area-image img {
  width: 40px;
  height: auto;
}

.product {
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-headline {
  color: #000000;
  font-size: 18px;
}

.product-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-image img {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
}

.planconfigcol,
.skinprotection,
.skincleaning,
.skincare,
.disinfection {
  margin: 10px;
  /*padding: 10px;*/
  min-height: 800px;
}

.planconfigcol .area,
.skinprotection .area,
.skincleaning .area,
.skincare .area,
.disinfection .area {
  padding: 10px;
}

.row.column-wrapper.planconfigcol {
  padding-left: 10px;
  padding-right: 10px;
}

.tx-hautschutz span.aditionalInformation {
  color: #3c5682;
  display: block;
  margin-bottom: 5px;
  margin-left: 5px;
}

.float-box-headline a {
  font-size: 18px;
}

.product {
  padding-top: 5px;
  padding-bottom: 0px;
}

.row.area-image-text {
  min-height: 45px;
  margin-top: 10px;
  width: 100%;
}

.row.area-product-text {
  min-height: 40px;
}

.row.area-product-text {
  display: table;
  width: 100%;
}

.action-element {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: #616161 1px solid;
  /*border-top: $color3 1px solid;*/
  text-align: right;
}

.action-element.last {
  border-bottom: 0 none;
}

.add-area-container {
  padding-top: 10px;
  text-align: right;
}

/* LANDSCAPE */
.landscape {
  min-height: 160px !important;
}

.landscape .row.area-image-text {
  margin-top: 0px;
}

.landscape .area-image img {
  width: 35px;
  height: auto;
}

.landscape .application-logo {
  width: 180px !important;
  max-width: 180px;
}

.landscape .area .area {
  padding-left: 8px;
  padding-right: 8px;
}

.landscape .action-element {
  margin-top: 5px;
  padding-top: 10px;
  border-top: #004396 1px solid;
  border-bottom: 0 !important;
  min-height: 22px;
  text-align: right;
}

.fa.fa-repeat.fa-spin.fa-2x.applicationLoader.applicationLoader {
  font-size: 40px !important;
  margin-top: 51px;
  color: #FFFFFF;
}

/* PLAN ENDE */
/* SHADOW */
.boxshadow {
  /*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
}

/* ICONS */
.tx-hautschutz .fa {
  color: #004396;
  font-size: 20px !important;
  /*cursor:pointer;*/
}

.tx-hautschutz .fa-trash-o {
  cursor: pointer;
}

.tx-hautschutz .fa-plus {
  cursor: pointer;
}

#actionbar .fa {
  margin-top: 5px;
}

.tx-hautschutz .fa-16 {
  font-size: 16px !important;
}

.tx-hautschutz .fa-14 {
  font-size: 14px !important;
}

.fa-rotate-90 {
  margin-left: 5px;
}

.planinfo, .planinfo .fa {
  color: #004396;
}

.planinfo {
  padding-bottom: 6px;
  border-bottom: #004396 1px solid;
}

.planinfo .language {
  text-align: right;
}

/* ROW */
.tx-hautschutz .row-mab-10 {
  margin-bottom: 10px;
}

/* FORM STYLES */
.tx-hautschutz input[type=text], .tx-hautschutz input[type=email], .tx-hautschutz input[type=password], .tx-hautschutz textarea, .tx-hautschutz select {
  width: 100%;
  max-width: 550px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000000;
  height: 25px;
}

.tx-hautschutz input[type=text]:read-only {
  color: #898c8d;
}

.tx-hautschutz input[type=text]:-moz-read-only {
  color: #898c8d;
}

.tx-hautschutz input[type=file] {
  max-width: 550px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tx-hautschutz input[type=submit] {
  width: auto;
  /*	margin-top:10px;
  	margin-bottom:10px;*/
  font-size: 14px;
  line-height: 14px;
  height: 25px;
}

.tx-hautschutz .help-block {
  min-width: 300px;
  margin-bottom: 15px;
}

.tx-hautschutz .help-block-description {
  font-size: 11px;
}

/* BUTTONS */
.tx-hautschutz .button {
  /*	font-weight: bold;
  	font-family: "PT Sans",sans-serif;
  	font-size:14px;
  	line-height:14px;
  	height:25px;
  	color: $color2;
      border: 1px $color3 solid;
  	background-color: $color3;
  	padding:3px;
  	padding-left:10px;
  	padding-right:10px;
  	padding-bottom:3px;
  	-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
  	cursor: pointer;
  	text-align:left;
  	margin-bottom:10px;
  	margin-top:10px;
  	margin-right:10px;
  	border: 1px solid $color3;
      border-radius: 2px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
      transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;*/
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
  border: 1px #004396 solid;
  background-color: #004396;
  width: auto;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  cursor: pointer;
  text-align: left;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  vertical-align: middle;
  box-sizing: border-box;
}

.tx-hautschutz .button.space {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* BUTTON ELEMENT */
.tx-hautschutz button {
  border: 1px #004396 solid;
  background-color: #FFFFFF;
  color: #004396;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
}

.tx-hautschutz button:hover {
  background-color: #004396;
  color: #FFFFFF;
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.tx-hautschutz button.active {
  background-color: #004396;
  color: #FFFFFF;
}

/* ISOTOPE SERACHBOX */
.pgpIsotopeSearchBox {
  position: relative;
  padding-right: 30px;
  padding-left: 0px;
  margin-bottom: 10px;
  margin-right: 10px !important;
  width: calc(50% - 10px);
}

.pgpIsotopeSearchBox.col-lg-5 {
  padding-left: 0;
}

.pgpIsotopeSearchBox i {
  font-size: 16px;
  color: #004396;
}

.deletePgpSiteSearch {
  position: absolute;
  right: -35px;
  top: 4px;
  background-color: #FFFFFF;
  padding-left: 5px;
}

.pgpSiteSearch {
  position: absolute;
  right: 0px;
  top: 0px;
  border: #004396 1px solid;
  background-color: #004396;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
}

.pgpSiteSearch i {
  color: #FFFFFF;
}

/*.pgpSiteSearch .fa {
	margin-top:0 !important;
	}

.deletePgpSiteSearch .fa {
	margin-top:0 !important;
	}*/
@media (max-width: 790px) {
  .pgpIsotopeSearchBox {
    width: 100%;
  }
}
/* ACCOUNT */
#config_nav_wrapper {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

#config_nav_wrapper a {
  float: right;
  font-size: 16px;
}

#config_nav_wrapper .account_link:before {
  content: "\e677"; /* Icons */
  font-family: Icons;
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  width: 25px;
  float: left;
}

#config_nav_wrapper .company_link:before {
  content: "\e67e"; /* Icons */
  font-family: Icons;
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  width: 25px;
  float: left;
}

#config_nav_wrapper .plan_link:before {
  content: "\e6b7"; /* Icons */
  font-family: Icons;
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  width: 25px;
  float: left;
}

#config_nav_wrapper .account_search::before {
  content: "\e922"; /* Icons */
  font-family: Icons;
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  width: 25px;
  float: left;
}

#config_nav_wrapper .statistic::before {
  content: "\e7fb";
  font-family: Icons;
  font-size: 16px;
  display: inline-block;
  margin-left: 0px;
  width: 25px;
  float: left;
}

/* TYPO3 MESSAGES */
ul.typo3-messages {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}

ul.typo3-messages p {
  padding: 0;
  margin: 0;
}

.alert-success {
  color: rgb(0, 153, 0);
  background: rgba(0, 153, 0, 0.2);
  font-weight: bold;
  border: rgb(0, 153, 0) 1px solid;
  margin-bottom: 2px;
  padding: 5px;
  padding-left: 30px;
}

.alert-success:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  margin-left: -25px;
  margin-top: 3px;
  width: 20px;
  float: left;
}

.alert-danger {
  color: rgb(255, 0, 51);
  background: rgba(255, 0, 51, 0.2);
  font-weight: bold;
  border: rgb(255, 0, 51) 1px solid;
  margin-bottom: 2px;
  padding: 5px;
  padding-left: 30px;
}

.alert-danger:before {
  content: "\f0e7"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  margin-left: -20px;
  margin-top: 3px;
  width: 20px;
  float: left;
}

.alert-warning {
  color: rgb(255, 130, 50);
  background: rgba(255, 130, 50, 0.2);
  font-weight: bold;
  border: rgb(255, 130, 50) 1px solid;
  margin-bottom: 2px;
  padding: 5px;
  padding-left: 30px;
}

.alert-warning:before {
  content: "\f071"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  margin-left: -25px;
  margin-top: 3px;
  width: 20px;
  float: left;
}

.alert-info {
  color: rgb(0, 153, 255);
  background: rgba(0, 153, 255, 0.2);
  font-weight: bold;
  border: rgb(0, 153, 255) 1px solid;
  margin-bottom: 2px;
  padding: 5px;
  padding-left: 30px;
}

.alert-info:before {
  content: "\f129"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  margin-left: -20px;
  margin-top: 3px;
  width: 20px;
  float: left;
}

.f3-form-error {
  color: #c50f3c;
  background: rgba(255, 0, 51, 0.2) !important;
}

/* JQUERY */
.ui-tooltip {
  z-index: 1000000 !important;
}

.tx-hautschutz .language {
  text-transform: uppercase;
}

.tx-hautschutz .config_nav {
  padding-right: 0px;
}

.tx-hautschutz .config_nav ul {
  border: #616161 1px solid;
  border-radius: 3px;
  padding: 10px !important;
  margin-right: 15px;
  list-style: none;
  float: right;
  width: auto;
}

.tx-hautschutz .config_nav li a {
  float: none !important;
}

.tx-hautschutz .button-wrapper {
  /*	border-top: $color3 1px solid;
  	border-bottom: $color3 1px solid;*/
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
}

.pgpSiteSearch.button {
  margin: 0 !important;
}

#languageSelect {
  text-transform: uppercase !important;
}

select {
  text-transform: uppercase !important;
}

/*HAUTSCHUTZPLAN RESPONSIVE*/
@media (max-width: 768px) {
  .deletePgpSiteSearch {
    top: 21px;
  }
  .pgpSiteSearch {
    top: 17px;
  }
  .float-box {
    width: 100%;
  }
  .pgpIsotopeSearchBox {
    width: 100%;
  }
}
.icon-file-rotate-90::before {
  display: inline-block !important;
  transform: rotate(90deg) !important;
}

.icon-spin {
  display: inline-block; /* notwendig für transform */
  animation: spin 1.5s linear infinite;
}

/* Keyframes für Rotation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

/* COMPANY PRODUCT MAPPINGS */
.product-mappings-container h3 {
  color: #004396;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
.product-mappings-container .mappings-list {
  margin-top: 30px;
}
.product-mappings-container .mappings-list .table {
  margin-top: 20px;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px;
}
.product-mappings-container .mappings-list .table th {
  font-weight: normal;
  color: #004396;
  padding: 8px 12px;
}
.product-mappings-container .mappings-list .table td {
  padding: 8px 12px;
}
.product-mappings-container .mappings-list .product-group-header {
  background-color: #f5f5f5;
  border-top: 2px solid #004396;
}
.product-mappings-container .mappings-list .product-group-header td {
  padding: 12px 8px !important;
  font-size: 16px;
  color: #004396;
}
.product-mappings-container .mappings-list .btn-edit-mapping,
.product-mappings-container .mappings-list .btn-delete-mapping {
  margin-right: 5px;
}

.document-list {
  text-align: center;
  cursor: pointer;
}
.document-list h3 {
  font-size: 16px;
  color: #004396;
}
.document-list i {
  color: #FFFFFF;
  margin: 10px;
}
.document-list .filter-group {
  padding: 10px;
}
.document-list .button {
  height: 30px !important;
}
.document-list .document-item {
  margin-bottom: 20px;
}
.document-list .document-link {
  border: #898c8d 1px solid;
  margin: 10px;
  display: block;
  height: 100%;
  border-bottom-right-radius: 20px;
}
.document-list .document-link img {
  width: 100%;
  height: auto;
}
.document-list .document-link .document-content {
  padding-top: 20px;
}

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