@charset "UTF-8";
@import "reset.css";
.vi-login-bg-shoutbox {
  width: 100%;
  height: 100%;
  position: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../static/images/login_bg_viur.jpg");
  top: 0;
}
.vi-login-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 90%;
  max-width: 600px;
  min-height: 300px;
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}
.vi-login-logo {
  width: 150px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.vi-login-input {
  width: 100%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
}
.vi-login-btn,
a.vi-login-btn {
  background-color: #a3130b;
  width: 46%;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  float: right;
  color: #fff;
  margin-top: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: bold;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}
.vi-login-btn.google,
a.vi-login-btn.google {
  background-color: #555555;
  float: left;
}
.vi-login-btn:hover,
a.vi-login-btn:hover {
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.4);
  color: #fff;
}
@-webkit-keyframes fadein {
  0% {
    width: 25%;
    opacity: .5;
  }
  100% {
    width: 90%;
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    width: 25%;
    opacity: .5;
  }
  100% {
    width: 90%;
    opacity: 1;
  }
}
a.button {
  background-color: #a3130b;
  padding: 6px 12px;
  border: none;
  color: #fff;
  margin-top: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: bold;
  overflow: hidden;
  align-self: flex-start;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .vi-login-btn,
  a.vi-login-btn {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 1.0em;
  line-height: 1.5;
  color: #222222;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.header {
  position: fixed;
  top: 0;
  padding: 10px;
  background-color: #fafafa;
  width: 100%;
  z-index: 998;
  left: 0;
  padding-left: 370px;
  padding-right: 30px;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
.header .logo {
  float: right;
  width: auto;
  height: 80px;
  margin-left: 30px;
}
.no-sidebar .header {
  padding-left: 100px;
}
.sidebarheadline {
  margin-left: 0;
  font-size: 1em;
  color: #a67c00;
  transition: all 1s ease;
}
.no-sidebar .sidebarheadline {
  margin-left: 45px;
}
.test {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
ul.menulist li a {
  height: 30px;
  line-height: 30px;
  font-size: 1.4em;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}
.menuicon {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar {
  width: 360px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.8);
  transition: all 1s ease;
  padding: 15px;
  z-index: 999;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
}
.content {
  padding-left: 360px;
  transition: all 1s ease;
  padding-top: 50px;
}
.no-sidebar .content {
  padding-left: 100px;
}
.no-sidebar .sidebar {
  width: 60px;
}
body,
button,
input {
  line-height: 1.5;
}
.breadcrumb-link,
a {
  text-decoration: none;
}
.bind,
.loginbg,
.wrap {
  height: 100%;
}
.table,
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.section,
img {
  max-width: 100%;
}
a,
body,
div,
form,
h1,
h2,
h3,
h4,
html,
img,
label,
li,
p,
span,
strong,
table,
tbody,
td,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}
.headline,
body,
button,
h1,
h2,
h3,
h4,
html,
input,
select,
textarea {
  font-family: Source Sans Pro, Open Sans, sans-serif;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
td,
th {
  text-align: left;
  font-weight: 400;
}
figcaption,
figure,
section {
  display: block;
}
html {
  font-size: 1em;
  -webkit-text-size-adjust: 1em;
  -ms-text-size-adjust: 1em;
  overflow-y: scroll;
  overflow-x: hidden;
}
a:active,
a:focus,
a:hover {
  outline: 0;
  color: #2e38d0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure,
form {
  margin: 0;
}
button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.tab-content,
.tableHead-cell,
body,
ul.breadcrumb {
  overflow: hidden;
}
* {
  box-sizing: border-box;
  position: relative;
}
body {
  margin: 0;
  background: #fafafa;
  font-size: 100.01%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
p {
  line-height: 1.6;
}
a {
  color: #000000;
  outline: 0;
}
h1,
h2,
h3,
h4 {
  color: inherit;
  font-weight: 400;
}
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child) {
  margin-top: 1.5em;
}
h1 {
  font-size: 2.1em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.7em;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
h4 {
  font-size: 1.2em;
}
.headline {
  color: #000000;
}
p {
  margin: 0 0 1em;
  font-size: 1em;
}
strong {
  font-weight: 700;
}
.loginbg {
  width: 100%;
  position: fixed;
  background-image: url(/static/images/beer.jpg);
  background-size: cover;
  left: 0;
  top: 0;
}
.loginmask {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  background-color: #fff;
}
.bind,
.content,
.table,
.wrap {
  width: 100%;
}
.tab {
  position: static;
}
.tab-vFullscreen .tab-content {
  min-height: 100%;
}
.tab-label {
  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  position: relative;
  left: 1px;
  cursor: pointer;
}
.btn,
.label {
  margin: 6px 0;
}
.tab [type=radio] {
  display: none;
}
.tab-content {
  position: absolute;
  top: 32px;
  left: 0;
  background: #fff;
  right: 0;
  padding: 20px;
  border: 1px solid #ccc;
  visibility: hidden;
}
.bind,
.content,
.msg {
  position: relative;
}
.tab-content > * {
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all 0.6s ease;
}
.btn,
.select {
  transition: all 0.3s ease;
}
.tab [type=radio]:checked ~ label {
  background: #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
.tab [type=radio]:checked ~ label ~ .tab-content {
  z-index: 1;
  visibility: visible;
}
.tab [type=radio]:checked ~ label ~ .tab-content > * {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.bind {
  left: 0;
  right: 0;
}
.bind:after,
.section:after {
  content: '';
  height: 0;
  clear: both;
}
.bind:after {
  display: block;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section {
  padding: 0 0.5em 20px;
}
.section:after {
  display: block;
}
.btn,
.has-marker:after,
.label,
.marker,
.select {
  display: inline-block;
  vertical-align: middle;
}
.content:last-of-type {
  padding-bottom: 40px;
}
.btn {
  font-weight: 200;
  padding: 7px 21px;
  background-color: #e7e5e5;
  border: 1px solid #cfcaca;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.btn,
.btn:link,
.btn:visited {
  color: #222;
}
.btn:focus,
.btn:hover {
  color: #000;
  background-color: #f3f2f2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.btn:active {
  color: #000;
  background-color: #fff;
}
.btn:disabled {
  color: #aaa;
  cursor: default;
  box-shadow: none;
  border-style: dashed;
  background-color: #fff;
}
.btn-vPrimary,
.btn-vPrimary:link,
.btn-vPrimary:visited {
  color: #f4f4f4;
}
.btn:disabled:focus,
.btn:disabled:hover {
  background-color: #f3f2f2;
}
.btn-vSmall {
  padding: 3px 11px;
  font-size: .8em;
  font-weight: 400;
}
.btn-vPrimary {
  font-weight: 600;
  background-color: #4cad42;
  border: 1px solid #3c8834;
}
.btn-vPrimary:focus,
.btn-vPrimary:hover {
  color: #fff;
  background-color: #58bb4d;
  border: 1px solid #449b3b;
}
.btn-vPrimary:active {
  color: #fff;
  background-color: #69c260;
  border: 1px solid #58bb4d;
}
.btn-vPrimary:disabled {
  color: #afdeaa;
  background-color: #fff;
  border: 1px dashed #afdeaa;
  cursor: default;
  box-shadow: none;
}
.btn-vPrimary:disabled:focus,
.btn-vPrimary:disabled:hover {
  background-color: #d1eccf;
}
.btn-vDanger {
  border: 1px solid #ea1c0d;
  box-shadow: 0 1px 2px rgba(244, 67, 54, 0.4);
}
.btn-vDanger,
.btn-vDanger:link,
.btn-vDanger:visited {
  color: #f32c1e;
}
.btn-vDanger:focus,
.btn-vDanger:hover {
  color: #fff;
  background-color: #f55a4e;
  border: 1px solid #f32c1e;
}
.btn-vDanger:active {
  color: #fff;
  background-color: #f77066;
  border: 1px solid #f55a4e;
}
.btn-vDanger:disabled {
  color: #fccbc7;
  background-color: #fff;
  border: 1px dashed #fccbc7;
  cursor: default;
  box-shadow: none;
}
.btn-vDanger:disabled:focus,
.btn-vDanger:disabled:hover {
  background-color: #fff8f7;
}
.btn-vEdit {
  border: 1px solid #1785b3;
  box-shadow: 0 1px 2px rgba(29, 167, 224, 0.4);
}
.btn-vEdit,
.btn-vEdit:link,
.btn-vEdit:visited {
  color: #1a96c9;
}
.btn-vEdit:focus,
.btn-vEdit:hover {
  color: #fff;
  background-color: #32b0e4;
  border: 1px solid #1a96c9;
}
.btn-vEdit:active {
  color: #fff;
  background-color: #49b9e7;
  border: 1px solid #32b0e4;
}
.btn-vEdit:disabled {
  color: #76caed;
  background-color: #fff;
  border: 1px dashed #a3dcf3;
  cursor: default;
  box-shadow: none;
}
.btn-vEdit:disabled:focus,
.btn-vEdit:disabled:hover {
  background-color: #d0edf9;
}
.label {
  padding: 7px 14px;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  color: #000;
  min-width: 150px;
}
.label:disabled {
  color: #777;
  cursor: not-allowed;
  box-shadow: none;
  border: 1px dashed #ccc;
  background-color: #f2f2f2;
}
.select {
  border-radius: 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.select:focus,
.select:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.table {
  table-layout: fixed;
  margin: 0 0 15px;
  padding: 0;
  font-size: .8rem;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.tableHead-row {
  background-color: #7ed0c6;
}
.tableHead-row:focus,
.tableHead-row:hover {
  background-color: #00d0b6;
}
.tableHead-cell {
  border: 1px solid #7ed0c6;
  border-left-width: 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 10px;
}
.tableHead-cell:first-of-type {
  border-left-width: 1px !important;
}
.tableBody-row:nth-of-type(even) {
  background-color: #f9f9f9;
}
.tableBody-row:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.tableBody-row:nth-of-type(even):focus,
.tableBody-row:nth-of-type(even):hover,
.tableBody-row:nth-of-type(odd):focus,
.tableBody-row:nth-of-type(odd):hover {
  background-color: #fff;
}
.tableBody-cell {
  vertical-align: middle;
  border-style: solid;
  border-color: #d8d8d8;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 10px;
  font-weight: 400;
  color: #000;
}
.tableBody-row .tableBody-cell:first-of-type {
  border-left-width: 1px;
}
.has-marker:after,
.marker {
  content: attr(aria-label);
  pointer-events: none;
  font-size: .7em;
  font-weight: 700;
  line-height: 1.6;
  text-transform: UPPERCASE;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: normal;
  padding: .1em .6em;
  margin: -2px -2px 0 0.8em;
  color: #000;
  background: #ef2331;
  border-radius: .1em;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
.marker-vInverse {
  background: 0 0;
  color: inherit;
  border: 1px solid currentColor;
  box-shadow: none;
  padding: 0 0.45em;
}
.msg {
  padding: 15px;
  margin-bottom: 20px;
  font-size: .9rem;
  color: #0e536f;
  background-color: #d0edf9;
  border: 1px solid #14759c;
  border-radius: 3px;
}
.msg p:last-child {
  margin-bottom: 0;
}
.msg.has-icon {
  padding-left: 4em;
  min-height: 5em;
}
.msg.has-icon:before {
  content: "";
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: inherit;
  background-blend-mode: multiply;
  position: absolute;
  display: block;
  height: 2.4em;
  width: 2.4em;
  margin-left: -2em;
  margin-top: 5px;
  transform: translateX(-45%);
}
.msg-headline {
  font-size: .9rem;
  font-weight: 600;
  color: inherit;
}
.msg-vError {
  color: #a21309;
  background-color: #fccbc7;
  border: 1px solid #d2190b;
}
.breadcrumb-item,
.breadcrumb-link {
  float: left;
}
::-moz-selection {
  background-color: #a00c16;
  text-shadow: none;
  color: #fff;
}
::selection {
  background-color: #a00c16;
  text-shadow: none;
  color: #fff;
}
.grid-row {
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-row:last-child {
  margin-bottom: -10px;
}
.grid-row:after {
  clear: both;
}
.grid-col {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 10px;
}
.grid-col-half {
  width: 50%;
}
.grid-col-one-third {
  width: 33.33333333%;
}
.square {
  position: relative;
  width: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin-right: 25px;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squarecontent {
  position: absolute;
  width: 100%;
  height: 100%;
}
ul.zutatenlist {
  overflow: hidden;
}
ul.zutatenlist li a {
  list-style: none;
  margin: 10px;
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
}
ul.breadcrumb {
  list-style: none;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 5px;
}
ul.breadcrumb li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb-link {
  color: #000;
  position: relative;
  margin-right: 5px;
}
.breadcrumb-item:last-child .breadcrumb-link {
  pointer-events: none;
  cursor: default;
}
.breadcrumb-item:last-child .breadcrumb-link:focus,
.breadcrumb-item:last-child .breadcrumb-link:hover {
  background: #2e38d0;
}
.breadcrumb-item:last-child .breadcrumb-link:focus:after,
.breadcrumb-item:last-child .breadcrumb-link:hover:after {
  border-left-color: #2e38d0 !important;
}
img {
  height: auto;
}
.thumbnail {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: left;
  display: block;
  transition: border .2s ease;
  overflow: hidden;
  margin-bottom: 15px;
}
h1.headline {
  margin-bottom: 20px;
}
.thumbnail p {
  color: #222;
}
a:focus .thumbnail,
a:hover .thumbnail {
  -webkit-box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.7);
}
.i-cross:before {
  background-image: url(/static/icons/cross.svg);
}
h3.headline {
  text-align: left;
  color: #000;
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 90%;
  }
  .flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content {
    -ms-flex-order: 1;
    order: 1;
  }
  .label {
    border-width: 0 1px;
    width: 100%;
    margin: 0;
  }
  .label:first-child {
    border-width: 1px 1px 0;
  }
  .label:last-child {
    border-width: 0 1px 1px;
  }
  .select {
    width: 100%;
    margin: 0 0 5px;
  }
  .grid-row {
    display: block;
    margin: 0 0 10px;
  }
  .grid-col {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .grid-col:not(:last-child) {
    margin-bottom: 10px;
  }
}
input {
  border: 1px solid #d8d8d8;
  padding: 5px;
}
input.datebone {
  font-family: monospace;
  width: 8em;
}
input.amount {
  font-family: monospace;
  width: 6.5em;
}
input.measure-unit {
  font-family: monospace;
  width: 4em;
}
input.protocol-watch {
  background-color: #add8e6;
}
.protocol-entry {
  background-color: #e3e3e3;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 2px 3px;
}
.js-malt-entry .btn,
.js-race-entry .btn {
  padding: 5px;
}
.formGroup {
  border: 0;
}
/* for jqueryui sortable */
.tableBody-row.ui-state-highlight td.tableBody-cell {
  color: #ff0000 !important;
  background-color: #0A246A !important;
}
/* Burger */
.burger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
  z-index: 999999;
  margin-top: 0px;
  margin-left: -10px;
}
.burger:focus {
  outline: 0;
}
.burger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: #000;
}
.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.burger span::before {
  top: -10px;
}
.burger span::after {
  bottom: -10px;
}
.burgertox {
  background-color: transparent;
}
.burgertox span {
  -webkit-transition: background 0s .3s;
  transition: background 0s 0.3s;
}
.burgertox span::after,
.burgertox span::before {
  -webkit-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  transition-delay: 0.3s, 0s;
}
.burgertox span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.burgertox span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.burgertox.is-active {
  background-color: transparent;
}
.burgertox.is-active span {
  background: 0 0;
}
.burgertox.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burgertox.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burgertox.is-active span::after,
.burgertox.is-active span::before {
  -webkit-transition-delay: 0s, .3s;
  transition-delay: 0s, 0.3s;
}
/*# sourceMappingURL=speicherbrau.css.map */