@charset "UTF-8";
/* ------------------- *\
|*		@@ Default @@   *|
\* ------------------- */
/* ------------------ *\
|*		@@ Header @@   *|
\* ------------------ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > *:not(:first-child) {
  margin-top: 1.5em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  letter-spacing: 0.8px;
}

.overflow_hidden {
  overflow: hidden;
}

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

a {
  text-decoration: none;
  color: inherit;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.white-content {
  color: #FFF;
}
.parallax.white-content h2 {
  text-align: center;
}

.btn {
  display: inline-flex;
  padding: 0.75rem 3rem;
  background: #DDD;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  background: #CCC;
}
.btn.btn-primary {
  background: #4194e8;
  color: #FFF;
}
.btn.btn-primary:hover {
  background: #1b7adb;
}
.btn.btn-dark {
  background: #333333;
  color: #FFF;
}
.btn.btn-dark:hover {
  background: #1a1a1a;
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: calc(100vw - 9px);
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 45px;
  background: #4194e8;
  color: #FFF;
  border: 1px solid #4194e8;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  transform: translateY(80px) scale(0);
  cursor: pointer;
  transition: opacity 0.24s ease, transform 0.36s ease;
}
.scroll-to-top:hover {
  background: #FFF;
  color: #4194e8;
}
.scroll-to-top.show {
  opacity: 1;
  transform: none;
}

.section {
  padding: 72px 0;
}
@media (max-width: 540px) {
  .section {
    padding: 36px 0;
  }
}
.section a:not([class]) {
  font-weight: bold;
  color: #4194e8;
}
.section a:not([class]):hover {
  text-decoration: underline;
}
.section .section_title {
  text-align: center;
  margin-bottom: 32px;
}
.section .section_description {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.section .section_buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .section_content {
  margin-top: 32px;
}
.section .section_content p {
  margin-top: 12px;
}
.section .section_content table {
  border-collapse: collapse;
}
.section .section_content table td, .section .section_content table th {
  text-align: left;
  padding: 4px 8px;
}
.section .section_content table td, .section .section_content table th, .section .section_content table {
  border: 1px solid #DDD;
}
.section h1 {
  font-size: 26px;
}

.blockquote-section {
  background: #F3F3F3;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 0 30px;
}

.blockquote {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
.blockquote.blockquote-mark::after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 64px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 0;
  opacity: 0.2;
}
.blockquote > :first-child + * {
  margin-left: 60px;
}
.blockquote cite {
  position: relative;
  z-index: 1;
  font-style: normal;
  text-align: left;
  flex: 1;
}
.blockquote .blockquote-wrapper {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
}
.blockquote .blockquote-wrapper:hover img {
  filter: none;
}
.blockquote .blockquote-person {
  font-weight: 700;
}
.blockquote .blockquote-person small {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.blockquote .blockquote-image {
  margin-bottom: 16px;
}
.blockquote .blockquote-image img {
  width: 160px;
  transition: 0.34s ease;
  filter: grayscale(1);
}
.blockquote .blockquote-icon i {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background: #F7F7F7;
  border-radius: 50%;
  color: #666;
}
.blockquote.as-info {
  padding: 20px 0;
  background: #F7F7F7;
}
.blockquote.as-info .blockquote-icon {
  margin-left: 60px;
}
.blockquote.as-info::after {
  content: none;
}
@media (max-width: 660px) {
  .blockquote {
    flex-flow: wrap column;
  }
  .blockquote > :first-child + * {
    margin-left: 0;
    margin-top: 32px;
  }
  .blockquote cite {
    text-align: center;
  }
  .blockquote.as-info .blockquote-icon {
    margin-left: 0;
  }
  .blockquote.as-info cite {
    padding: 0 15px;
  }
}

#breadcrumb {
  background: #F7F7F7;
  padding: 93px 0 15px;
}
@media (max-width: 991px) {
  #breadcrumb {
    padding: 93px 0 15px;
  }
}
#breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
}
#breadcrumb .breadcrumb li:not(:first-child) {
  font-size: 14px;
}
#breadcrumb .breadcrumb a:hover {
  color: #1a1a1a;
}
#breadcrumb .breadcrumb a:not([href]) {
  color: #666;
}
#breadcrumb .breadcrumb a:not([href]):hover {
  color: #333333;
}
#breadcrumb .breadcrumb li + li {
  margin-left: 12px;
}
#breadcrumb .breadcrumb li + li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
}

.slider {
  position: relative;
}
.slider .slide_buttons {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider .slide_buttons > * {
  pointer-events: all;
  cursor: pointer;
  padding: 9px;
}
.slider .slide_dots .slick-dots {
  display: flex;
  justify-content: center;
}
.slider .slide_dots li {
  border-radius: 16px;
  height: 16px;
  width: 16px;
  background: #FFF;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 2px #d9d9d9;
  transition: 0.34s ease;
  cursor: pointer;
}
.slider .slide_dots li.slick-active {
  width: 32px;
  background: #d9d9d9;
}
.slider .slide_dots li + li {
  margin-left: 9px;
}

.box-list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-flow: wrap row;
}
.box-list .box_wrapper {
  flex: 0 0 50%;
  flex: 0 0 calc(100% / var(--box-list-items));
  padding: 15px;
  display: flex;
}
@media (max-width: 640px) {
  .box-list .box_wrapper {
    flex: 0 0 100%;
  }
}
.box-list .box {
  flex: 1;
  background: #F3F3F3;
  transition: 0.34s ease;
  display: flex;
  flex-flow: wrap column;
}
.box-list .box i {
  font-size: 24px;
  margin-right: 12px;
  transition: 0.34s ease;
}
.box-list .box h2, .box-list .box h3 {
  padding: 15px 15px 12px;
}
.box-list .box .box-content {
  border-top: 1px solid #DDD;
  padding: 12px 15px 15px;
}
.box-list .box:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.box-list .box:hover i {
  transform: scale(1.04);
  margin-right: 16px;
}
.box-list .box .box_button {
  margin-top: auto;
  padding: 15px;
  text-align: center;
}
.box-list .box .box_button .button-as-shop {
  display: inline-block;
  background: #212121;
  color: #FFF;
  padding: 6px 45px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
.box-list .box .box_button .button-as-shop:hover {
  background: #666;
}

.price-table {
  display: flex;
  justify-content: center;
  grid-gap: 2rem;
  flex-flow: wrap row;
}
.price-table .price-item {
  flex: 0 0 320px;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
}
.price-table .price-item.recommend {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.price-table .price-item .price-item-tag {
  position: absolute;
  background: #4194e8;
  color: #FFF;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  bottom: 100%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, 50%);
}
.price-table .price-item .price-item-title {
  margin-bottom: 0.25rem;
  font-size: 32px;
  font-weight: bold;
}
.price-table .price-item .price-item-description {
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}
.price-table .price-item .price-item-list {
  text-align: left;
  max-width: 240px;
  margin-inline: auto;
  margin-bottom: 2rem;
  font-size: 14px;
}
.price-table .price-item .price-item-list .fas {
  margin-right: 0.5rem;
  font-size: 12px;
}
.price-table .price-item .price-item-value {
  font-weight: bold;
  font-size: 32px;
}
.form {
  background: #FBFBFB;
  padding: 2rem;
}

.control-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.form-control {
  display: inline-block;
  background: #FFF;
  border: 1px solid #E6E6E6;
  color: #212121;
  padding: 0.5rem 1rem;
  width: 100%;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  color: #474747;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
  transition: 0.24s ease;
}
.is-homepage #header .container {
  position: relative;
  justify-content: center;
}
.is-homepage #header.logo-show-full .container {
  justify-content: space-between;
}
#header.sticky .container {
  min-height: 78px;
}
@media (max-width: 991px) {
  #header .container {
    min-height: 78px;
  }
}
#header .hamburger {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
#header .hamburger .hamburger_icon {
  display: grid;
  font-size: 32px;
  width: 32px;
  text-align: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
#header .hamburger .fa {
  grid-column: 1;
  grid-row: 1;
}
#header .hamburger .fa-times {
  display: none;
}
#header .hamburger.hamburger_close .fa-times {
  display: block;
}
#header .hamburger.hamburger_close .fa-bars {
  display: none;
}
@media (min-width: 992px) {
  #header .hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  #header .hamburger, #header #logo {
    position: relative;
    z-index: 3;
    background: #fff;
  }
  #header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  #header #navigation {
    z-index: 1;
  }
}

#logo {
  font-size: 20px;
  line-height: 1.38;
  transition: 0.34s ease;
}
.is-homepage #logo {
  position: absolute;
  left: 15px;
  opacity: 0;
}
.is-homepage #logo .wrapper {
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  transition: 0.34s ease;
}
.is-homepage .menu_open #logo, .is-homepage .logo-show-full #logo {
  position: relative;
  left: auto;
  opacity: 1;
}
.is-homepage .menu_open #logo .wrapper, .is-homepage .logo-show-full #logo .wrapper {
  width: 210px;
}
#logo a {
  display: flex;
  align-items: center;
  padding: 9px 14px 9px 0;
}
#logo .shield {
  height: 46px;
  margin-right: 16px;
}
#logo .logo {
  font-weight: 700;
}
#logo .logo small {
  font-size: 50%;
}
#logo .logo_description {
  font-weight: 300;
}
#logo .logo, #logo .logo_description {
  display: block;
}

#navigation {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#navigation .navigation_menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
#navigation .navigation_menu li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navigation .navigation_menu a {
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 9px 15px;
}
@media (max-width: 1200px) {
  #navigation .navigation_menu a {
    padding: 9px 9px;
  }
}
#navigation .navigation_menu a:hover {
  color: #4194e8;
}
#navigation .navigation_menu i {
  margin-left: 6px;
}
#navigation .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 180px;
  border-top: 1px solid #dedede;
  background: #fff;
  transform: translate(-50%);
}
#navigation .has-dropdown:hover .dropdown {
  display: block;
}
@media (max-width: 1050px) and (min-width: 992px) {
  #navigation .navigation_menu a {
    padding: 9px 10px;
  }
}
@media (max-width: 991px) {
  #navigation {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    height: calc(100vh - 60px);
    pointer-events: none;
    opacity: 0;
    background: #fff;
    transition: transform 0.52s ease, opacity 0.36s ease;
    transform: translateY(-90px);
    transform-origin: top;
  }
  #navigation.menu_toggle {
    pointer-events: all;
    opacity: 1;
    transition: transform 0.36s ease, opacity 0.52s ease;
    transform: none;
    overflow: auto;
  }
  #navigation .navigation_menu {
    flex-flow: wrap row;
    border-top: 2px solid #e6e6e6;
    background: #fff;
    padding-bottom: 5rem;
  }
  #navigation .navigation_menu .dropdown {
    position: unset;
    top: unset;
    left: unset;
    display: flex !important;
    background: #f7f7f7;
    transform: none;
  }
  #navigation .navigation_menu .dropdown li {
    padding-left: 20px;
  }
  #navigation .navigation_menu li, #navigation .navigation_menu .dropdown {
    flex: 100%;
    flex-flow: wrap row;
  }
  #navigation .navigation_menu a {
    width: 100%;
    height: auto;
    padding: 15px 30px;
  }
  #navigation .navigation_menu li + li {
    border-top: 1px solid #e6e6e6;
  }
  #navigation .navigation_menu > li:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
}

#copyright {
  padding: 10px 0;
  text-align: center;
  background: #333333;
  color: #f7f7f7;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #9cc7f3;
}

#homepage_slider {
  position: relative;
}
#homepage_slider .click-to-ref {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  font-size: 32px;
  animation: up-down 2s linear infinite;
}
@keyframes up-down {
  0%, 50%, 100% {
    transform: translate(-50%);
  }
  25% {
    transform: translate(-50%, -10px);
  }
  75% {
    transform: translate(-50%, 10px);
  }
}
#homepage_slider #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#homepage_slider .slide {
  position: relative;
  min-height: 100vh;
}
#homepage_slider .slide_buttons .fa-chevron-right {
  transform: translate(50%);
}
#homepage_slider .slide_buttons .fa-chevron-left {
  transform: translate(-50%);
}
#homepage_slider .slider_content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  z-index: 3;
  padding: 32px 30px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
#homepage_slider .slider_content .shield {
  display: block;
  margin: auto;
  height: 64px;
}
#homepage_slider .slider_content h2, #homepage_slider .slider_content h1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 50px;
  color: rgb(51, 51, 51);
  padding: 0 15px;
}
@media (max-width: 540px) {
  #homepage_slider .slider_content h2, #homepage_slider .slider_content h1 {
    font-size: 38px;
  }
}
#homepage_slider .slider_content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#homepage_slider .slider_content .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#homepage_slider .slider_content .buttons .btn {
  border-radius: 100vh;
  background: rgb(239, 239, 239);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
#homepage_slider .slider_content .buttons .btn:hover {
  background: #d6d6d6;
}
#homepage_slider .slider_content .buttons .btn + .btn {
  background: #333;
  color: rgb(239, 239, 239);
  margin-left: 30px;
}
#homepage_slider .slider_content .buttons .btn + .btn:hover {
  background: #1a1a1a;
}
#homepage_slider .slide > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  min-height: 100vh;
}

#homepage_slider .our-knowledge {
  margin-top: 120px;
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 100px;
}
#homepage_slider .our-knowledge .our-description {
  margin-bottom: auto;
}
#homepage_slider .our-knowledge .our-description p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 32px;
}
#homepage_slider .our-knowledge .service_list {
  margin-top: 32px;
}
#homepage_slider .our-knowledge .our-services {
  margin-top: 72px;
}
#homepage_slider .our-knowledge .our-services h2 {
  font-size: 36px;
}

@media (max-width: 860px) {
  #homepage_slider .our-knowledge-slide .our-knowledge {
    margin-top: 78px;
    padding-bottom: 40px;
  }
  #homepage_slider .our-knowledge-slide .slider_content .our-description h2, #homepage_slider .our-knowledge-slide .slider_content .our-services h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  #homepage_slider .our-knowledge-slide .slider_content .our-description h2 {
    font-weight: 500;
  }
  #homepage_slider .our-knowledge-slide .slider_content .our-description p {
    margin-top: 24px;
  }
  #homepage_slider .our-knowledge-slide .slider_content .our-services {
    margin-top: 42px;
  }
  #homepage_slider .our-knowledge-slide .slider_content .service_list {
    margin-top: 24px;
  }
  #homepage_slider .our-knowledge-slide .slider_content .service_list br {
    content: " ";
  }
  #homepage_slider .our-knowledge-slide .slider_content .service_list br:after {
    content: " ";
  }
}
#slider_logo {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
}
#slider_logo .shield {
  height: 72px !important;
}
#slider_logo .wrapper {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  margin-top: 12px;
  font-size: 22px;
}
#slider_logo .wrapper .logo {
  font-weight: 700;
}
#slider_logo .wrapper .logo small {
  font-size: 50%;
}
.references-panel {
  margin-top: 60px;
}
.references-panel::after {
  content: "";
  display: block;
  clear: both;
}
.references-panel .ref {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.references-panel .ref-sizer {
  width: 160px;
}
.references-panel .ref {
  width: 12.5%;
  height: 120px;
}
.references-panel .ref--w {
  width: 25%;
}
.references-panel .ref--w3 {
  width: 37.5%;
}
.references-panel .ref--w4 {
  width: 50%;
}
.references-panel .ref--h {
  height: 240px;
}
.references-panel.double-size .ref {
  width: 25%;
  height: 120px;
}
.references-panel .l-s-09 img {
  transform: scale(0.9);
}
.references-panel .l-s-08 img {
  transform: scale(0.8);
}
.references-panel .l-s-07 img {
  transform: scale(0.7);
}
.references-panel .l-s-06 img {
  transform: scale(0.6);
}
.references-panel .l-s-05 img {
  transform: scale(0.5);
}
.references-panel img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  transition: 0.24s ease;
}
.references-panel .ref:hover img, .references-panel .ref.active img {
  filter: grayscale(0);
}
@media (max-width: 991px) {
  .references-panel .ref {
    width: 16.6666666667%;
    height: 100px;
  }
  .references-panel .ref--w {
    width: 33.3333333333%;
  }
  .references-panel .ref--h {
    height: 200px;
  }
}
@media (max-width: 680px) {
  .references-panel .ref {
    width: 25%;
    height: 80px;
  }
  .references-panel .ref--w {
    width: 50%;
  }
  .references-panel .ref--h {
    height: 160px;
  }
}

#sluzby {
  background: #f7f7f7;
}

.service_list {
  display: flex;
  margin-top: 60px;
}
.service_list .service {
  flex: 1;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  border-radius: 4px;
  transition: 0.23s ease;
  display: flex;
  flex-flow: wrap column;
}
.service_list .service h3 {
  margin-bottom: auto;
  transition: 0.23s ease;
}
.service_list .service p {
  margin-top: 12px;
}
.service_list .service .service_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.service_list .service .service_icon i, .service_list .service .service_icon img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 35px;
  transition: 0.23s ease;
}
.service_list .service .service_icon img {
  padding: 0.75rem;
}
.service_list .service + .service {
  margin-left: 16px;
}
.service_list .service:hover {
  box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.22);
}
.service_list .service:hover i {
  transform: scale(1.1);
}
@media (max-width: 860px) {
  .service_list {
    flex-flow: wrap row;
  }
  .service_list .service {
    flex: 100%;
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 15px 15px 15px 115px;
  }
  .service_list .service .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
    border-right: 1px solid #dedede;
    font-size: 32px;
  }
  .service_list .service .service_icon i {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: none;
    background: #eaeaea;
  }
  .service_list .service:nth-child(even) {
    padding: 15px 115px 15px 15px;
    text-align: right;
  }
  .service_list .service:nth-child(even) .service_icon {
    left: unset;
    right: 0;
    border-right: 0;
    border-left: 1px solid #dedede;
  }
  .service_list .service + .service {
    margin: 16px 0 0;
  }
}

#kontakt {
  position: relative;
  padding-bottom: 0;
}
#kontakt .contact_box {
  background: #333333;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-flow: wrap row;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
}
#kontakt .box_wrapper {
  flex: 100%;
  display: flex;
  flex-flow: wrap row;
  margin-top: 0;
}
#kontakt .box_wrapper .box_content {
  flex: 1 0 320px;
}
#kontakt .box_wrapper .box_content:first-child {
  position: relative;
}
#kontakt .box_wrapper .box_content:first-child::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
#kontakt .box_content {
  padding: 20px;
}
#kontakt .box_links {
  flex: 100%;
  margin-top: auto;
  display: flex;
  flex-flow: wrap row;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#kontakt .box_links a {
  flex: 1;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
#kontakt .box_links a:hover {
  background: rgba(255, 255, 255, 0.08);
}
#kontakt .box_links a:hover i {
  transform: scale(1.15) rotate(-5deg);
}
@media (max-width: 560px) {
  #kontakt .box_links a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
}
#kontakt .box_links i {
  font-size: 26px;
  margin-right: 16px;
  transition: 0.24s ease 0.12s;
}
#kontakt .box_links small {
  display: block;
}
#kontakt .box_content > * + * {
  margin-top: 1em;
}
#kontakt > iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
  min-height: 480px;
  margin-top: -120px;
  display: block;
}

#testimonial .slider .slide_dots {
  margin-top: 20px;
}
#testimonial .slider .slide_buttons {
  padding: 0;
}
#testimonial .slider .slide_buttons .fa-chevron-right {
  transform: translate(50%);
}
#testimonial .slider .slide_buttons .fa-chevron-left {
  transform: translate(-50%);
}
#testimonial .slider .slide {
  padding: 0 60px;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-items: center;
}
#testimonial .slider .slide .slide_image {
  margin-bottom: 32px;
}
#testimonial .slider .slide .cite {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
}
#testimonial .slider .slide .cite::before, #testimonial .slider .slide .cite::after {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
}
#testimonial .slider .slide .cite::before {
  content: "„";
  margin-right: 6px;
  align-self: flex-end;
}
#testimonial .slider .slide .cite::after {
  content: "“";
  margin-left: 6px;
  align-self: flex-start;
}
@media (max-width: 540px) {
  #testimonial .slider .slide .cite {
    font-size: 16px;
  }
  #testimonial .slider .slide .cite::before, #testimonial .slider .slide .cite::after {
    font-size: 20px;
  }
}
#testimonial .slider .slide h3 {
  font-size: 16px;
  margin-top: auto;
}
#testimonial .slider .slide h3, #testimonial .slider .slide h4 {
  font-weight: normal;
}
#testimonial .slider .slide h4 {
  font-style: italic;
  font-size: 90%;
  color: #666666;
}
@media (max-width: 680px) {
  #testimonial .slider .slide {
    padding: 0 15px;
  }
}

#career article {
  text-align: center;
  padding-top: 32px;
}
#career .career_nav {
  padding: 32px 0;
  display: flex;
}
#career .career_nav li a {
  display: block;
  padding: 9px 15px;
  background: #e6e6e6;
  color: #333333;
  border-radius: 4px;
  font-weight: 300;
}
#career .career_nav li a:hover {
  background: #cccccc;
}
#career .career_nav li + li {
  margin-left: 15px;
}
#career .career_list {
  background: #f7f7f7;
}
#career .career_list .item {
  padding: 32px 0 16px;
}
#career .career_list .item + .item:not(:last-child) {
  padding: 16px 0;
}
#career .career_list .item:last-child {
  padding: 16px 0 32px;
}
#career .career_list .item h3 {
  margin-bottom: 16px;
}
#career .career_list .item p {
  margin-bottom: 12px;
}
#career .career_list .item *:last-child {
  margin-bottom: 0;
}

#error .container {
  height: calc(100vh - 44px);
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
}
#error .code {
  font-size: calc(18px + 4vw);
}
#error h1 {
  font-size: calc(18px + 1vw);
}

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