html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-image: -webkit-linear-gradient(180deg, #0089d5 15%, #abf7ff 66%, #008ad4);
-moz-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
-o-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
-ms-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
}

.main-container {
  width: 98vw;
  height: 98vh;
  border: 1px solid #000;
  position: relative;
  margin: 6px auto;
}

.main-container .main-content {
  position: absolute;
  z-index: 999;
  text-align: center;
  width: 100%;
}

.main-container::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: url(../img/warehouse.png);
  background-size: cover;
  opacity: 0.1;
}

.main-content {
  position: relative;
  width: 100%;
}

.topline {
  display: flex;
  width: 100%;
}

.halptoplineleft {
  width: 50%;
}

.halptoplineright {
  width: 50%;
}

.selectlanguage {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.selectlanguage img {
  vertical-align: middle;
  margin-right: 10px;
}

.titlephone {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.titlephone img {
  vertical-align: middle;
  margin-right: 10px;
}

.titlephone a {
  color: whitesmoke;
  font-size: x-large;
  text-decoration: none;
}

.halptoplineright img {
  max-width: 32px;
}

.titlelogo {
  margin-top: 100px;
}

.logozone {
  margin: 5px;
  border: 2px solid #000;
}

.titlelogo img {
  margin: 10px;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.0);
  }
}

.titleaboutcontainer {
  align-items: center;
}

.titleabout {
  margin: auto;
  text-align: left;
  width: 60%;
  margin-top: 50px;
  font-size: xx-large;
  color: #0D3257;
  margin-bottom: 25px;
}

.titlemoredetailsbutton {
  background-color: #0071ac;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: x-large;
  border-radius: 29px;
  cursor: pointer;
}

.productsblock {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.productitemtype {
  width: 200px;
  height: 200px;
  border: 1px solid #000;
  background: #ffffff;
  float: left;
  margin: 10px;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.productitemtype img{
  width: 160px;
  height: 160px;
}

.productitemtype:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}


.productitemtype span {
  display: block;
}

.titleemail {
  clear: both;
  display: block;
  float: right;
  margin-right: 10px;
}

.titleemail img {
  vertical-align: middle;
  margin-right: 10px;
}

.titleemail a {
  color: whitesmoke;
  font-size: x-large;
  text-decoration: none;
}

.topsector {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-image: -webkit-linear-gradient(180deg, #0089d5 15%, #abf7ff 66%, #008ad4);
    -moz-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
    -o-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
    -ms-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
    linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
  height: 120px;
}


.leftnavigationzone {
  position: fixed;
  left: 0;
  margin-top: 50px;
  width: 200px;
  margin-bottom: 80px;
  font-size: xx-large;
}


li {
  list-style-type: none;
}


ul {
  margin-left: 15px;
  padding-left: 15px;
}


.contentzone {
  margin-left: 230px;
  margin-top: 120px;
  margin-bottom: 2em;
  font-size: x-large;
  color: #0D3257;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(180deg, #0089d5 15%, #abf7ff 66%, #008ad4);
    -moz-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
    -o-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
    -ms-linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4);
    linear-gradient(180 deg, #0089d5 15 %, #abf7ff 66 %, #008ad4)
  display: table-cell;
  vertical-align: middle;
  height: 2em;
  display: flex;
}

.footer p{
  font-size: small;
  height: 2em;
  margin-top: 5px;
  margin-left: 10px;
}

.innerlink
{
  color: white;
  font-size: x-large;
  line-height: 200%;
  cursor: pointer;
}

.innerlinkcopyright{
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.innerlinkcopyright:visited{
  color: white;
  cursor: pointer;
}

.innerlinkcopyright:hover {
  color: orange;
  text-decoration: underline;
  cursor: pointer;
}

.innerlinkcopyright:active{
  color: orange;
  text-decoration: underline;
}


.innerlink:hover{
  color: orange;
  text-decoration: underline;
}

.innerlink:active{
  color: orange;
  text-decoration: underline;
}

@-webkit-keyframes rotating {
  from {
    transform-origin: left top;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    transform-origin: left top;
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    transform-origin: right top;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    transform-origin: right top;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotating {
  from {
    transform-origin: left top;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    transform-origin: left top;
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    transform-origin: right top;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    transform-origin: right top;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.rotating:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

div.hasIssue{
  background-color: red;
}

div.hasNoIssue{
  background-color: forestgreen;
}

.formcontrol{
  font-size: large;
}

input{
  font-size: large;
}

.submitbutton {
  background-color: #0071ac;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: large;
  border-radius: 29px;
  cursor: pointer;
  margin-right: 10px;
}

strong {
  font-weight: bold;
}

.contentzone p {
  margin-top: 15px;
}

.contentzone li {
  margin-top: 10px;
}

.coockieswarningclass {
  width: 100%;
  height: 5em;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 77, 77, 1.0);
  z-index: 1000;
  align-content: center;
  padding-top: 10px;
}

.coockieswarningclass p {
  margin-left: 50px;
  align: center;
  text-align: center;
  color: #0D3257;
}

.hideBlock{
  display: none;
}

.cookieokbutton {
  margin-top: 10px;
  background-color: #0071ac;
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: small;
  border-radius: 29px;
  cursor: pointer;
}

.placebuttonincenter{
  margin: auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
}

div a {
  text-decoration: none;
  color: #0D3257;
}
