@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i&display=swap');

html {
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(0, 0, 0, 1);
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  background-color: rgba(0, 0, 0, 1);
}

footer {
  background-color: rgba(23, 23, 23, 1);
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f3f3f3;
}

h1 {
  font-size: 62px;
  line-height: 1.1;
}

/*text-shadow:1px 1px 5px rgba(184,31,31,1);text-shadow:1px 1px 5px rgba(232,193,36,1);*/
h2 {
  font-size: 40px;
  line-height: 1.1;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
}

h5 {
  font-weight: 300;
}

p, li {
  letter-spacing: 0.8px;
  line-height: 1.4;
}

li {
  margin-bottom: 10px;
}

.text-red {
  color: rgba(212, 49, 15, 1)
}

a:link {
  text-decoration: none;
  color: rgba(212, 49, 15, 1);
  transition: all 200ms ease-in-out;
}

a:visited {
  color: rgba(212, 49, 15, 1);
  border: none;
}

a:hover {
  color: rgba(255, 255, 255, 1);
}

a:active {
  color: #272b2e;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

.languageswitcher {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.7;
}

.languageswitcher a {
  padding: 1px 10px;
  font-weight: 700;
  color: #d4310f;
  border: 1px solid #d4310f;
}

.languageswitcher .active {
  padding: 2px 10px;
  color: #fafafa;
  background: #d4310f;
}

.languageswitcher a:hover {
  color: #fafafa;
  background: #d4310f;
}

.kontakt {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.copy {
  font-size: 12px;
  color: #757575;
}

.bandorski a {
  color: #757575;
}

.bandorski a:hover {
  color: #fff;
}

.bandorski a:hover img {
  margin-bottom: 8px;
  transition: all 200ms ease-in-out;
}

.bandorski img {
  margin-left: 6px;
  margin-bottom: 2px;
  width: 82px;
  opacity: 0.8;
}

.border {
  padding: 15px;
  background: #47160b;
  /*   box-shadow: 0px 0px 26px #9F0000; */
  box-sizing: border-box;
  border-radius: 25px;
}

.border-small {
  padding: 10px;
  background: #47160b;
  /*   box-shadow: 0px 0px 26px #9F0000; */
  box-sizing: border-box;
  border-radius: 15px;
}

.evo-logo-extro {
  opacity: 0.98;
  margin-top: 60px;
  margin-bottom: 70px;
}

#anwendungsbereiche {
  background: linear-gradient(160deg, rgba(0, 0, 0, 1) 0%, rgba(17, 17, 17, 1) 50%, rgba(0, 0, 0, 1) 100%);
}

#dashboard {
  background-image: url(../images/bg-ui.jpg);
  background-color: #000;
}

.head-anwendung-left {
  font-weight: 300;
  border-left: 10px solid #d4310f;
  display: inline-block;
  padding: 20px 20px 0;
}

.head-anwendung-right {
  font-weight: 300;
  border-right: 10px solid #d4310f;
  display: inline-block;
  padding: 20px 20px 0;
}

@media (max-width: 1400px) {
  .evo-logo-extro {
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) {
  .evo-logo-extro {
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .head-anwendung-left, .head-anwendung-right {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  #anwendungsbereiche p {
    font-size: .875rem;
  }
}

@media (max-width: 959px) {
  .evo-logo-extro {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .head-anwendung-left {
    font-size: 30px;
    line-height: 1.2;
  }

  .head-anwendung-right {
    border-left: 10px solid #d4310f;
    border-right: none;
    font-size: 30px;
    line-height: 1.2;
  }

  #dashboard {
    background-image: none;
  }
}

@media (max-width: 640px) {
  .languageswitcher {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
  }

  .languageswitcher a {
    padding: 1px 5px;
  }

  .languageswitcher .active {
    padding: 2px 5px;
  }

  .evo-logo-extro {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .kontakt {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }
}

.uk-grid-divider> :not(.uk-first-column)::before {
  border-left: 1px solid #d4310f;
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  border-top: 1px solid #d4310f;
}

@media (max-width: 1200px) {
  .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top: 0px solid #d4310f;
  }
}

#details {}