@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&amp;display=swap");
a, a:hover, a:focus, a:active {
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

::-moz-selection {
  background: transparent; }

::selection {
  background: transparent; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #ffffff;
  background: #000000; }
  .wrapper h4, .wrapper h5 {
    font-size: 2rem;
  }
  @media screen and (max-width: 767px) {
    .wrapper {
      font-size: 1rem;
      padding: 50px 0 0; }
      .wrapper h4, .wrapper h5 {
        font-size: 1rem; } }

.bodyContent {
  padding: 88px 0; }
  .bodyContent section {
    padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .bodyContent section {
      padding: 20px 0; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1300px; } }

@media (min-width: 1920px) {
  .container {
    max-width: 1800px; } }

.underline {
  text-decoration: underline; }

.block {
  display: block; }

::-webkit-scrollbar-track {
  background-color: #000000; }

::-webkit-scrollbar {
  width: 8px;
  background-color: #151515; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #151515; }

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .loader div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: url("../images/wooden-bg-start.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  .loader img {
    max-width: 300px; }
    .loader img.mirror {
      position: absolute;
      top: 100%;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
      margin: 0 auto;
      opacity: 0.3;
      filter: alpha(opacity=30); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.header {
  background: url(../images/wooden-bg-top.jpg) repeat;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
background-size: cover;
  z-index: 100; }
  .header .menuIcon {
    display: none; }
  .header .left-navigation, .header .right-navigation {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    float: left; }
    .header .left-navigation li, .header .right-navigation li {
      display: inline-block;
      position: relative;
      padding: 15px; }
      .header .left-navigation li a, .header .right-navigation li a {
        color: #ffffff;
        font-size: 25px;
        display: inline-block; }
        .header .left-navigation li a:hover, .header .right-navigation li a:hover {
          color: #959494; }
        .header .left-navigation li a img, .header .right-navigation li a img {
          max-height: 30px;
          margin-right: 7px;
          vertical-align: -6px; }
      .header .left-navigation li.active a, .header .right-navigation li.active a {
        color: #959494; }
        .header .left-navigation li.active a:hover, .header .right-navigation li.active a:hover {
          color: #ffffff; }
  .header .right-navigation {
    float: right; }
  .header .menu .submenu {
    display: none;
    position: absolute;
    top: 99.5%;
    left: 0;
    padding: 0; }
    .header .menu .submenu li {
      white-space: nowrap;
      padding: 2px 15px; }
      .header .menu .submenu li a {
        font-size: 20px; }
      .header .menu .submenu li.active a {
        color: #ffffff; }
  .header .menu:hover .submenu {
    display: block; }
  @media screen and (min-width: 767px) and (max-width: 991px) {
    .header { background-size: cover; }
    .header .left-navigation, .header .right-navigation {
      margin: 0 -10px; }
      .header .left-navigation li, .header .right-navigation li {
        padding: 10px; }
        .header .left-navigation li a, .header .right-navigation li a {
          font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .header {
	background-size: cover;
      padding-top: 0; }
      .header .menuIcon {
        width: 40px;
        height: 67px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: right; }
        .header .menuIcon .line {
          width: 30px;
          height: 3px;
          background: #ffffff;
          position: relative;
          float: right; }
          .header .menuIcon .line:after, .header .menuIcon .line:before {
            content: '';
            position: absolute;
            top: -8px;
            left: 0;
            width: 30px;
            height: 3px;
            background: #ffffff;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          .header .menuIcon .line:before {
            top: 8px; }
        .header .menuIcon.toggleMenu .line {
          background: transparent; }
          .header .menuIcon.toggleMenu .line:after, .header .menuIcon.toggleMenu .line:before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .header .menuIcon.toggleMenu .line:before {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .header .right-navigation {
        position: fixed;
        top: 66px;
        bottom: 0;
        width: 100%;
        padding: 15px;
        height: 100%;
        overflow-y: auto;
        background: #000000;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
        .header .right-navigation.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .header .right-navigation li {
          display: block; }
          .header .right-navigation li.menu .submenu {
            position: static;
            display: block; }
            .header .right-navigation li.menu .submenu li {
              white-space: normal; }
          .header .right-navigation li.menu.active .submenu {
            display: block; } }

footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  background-color: #000000;
  z-index: 100; }
  footer .right-navigation {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    float: right; }
    footer .right-navigation li {
      display: inline-block;
      position: relative;
      padding: 15px; }
      footer .right-navigation li a {
        color: #ffffff;
        font-size: 25px;
        display: inline-block; }
        footer .right-navigation li a:hover {
          color: #959494; }
        footer .right-navigation li a img {
          max-height: 30px;
          margin-right: 7px;
          vertical-align: -6px; }
      @media screen and (max-width: 767px) {
        footer .right-navigation li {
          padding: 10px 15px; }
          footer .right-navigation li a {
            font-size: 18px; } }
      footer .right-navigation li.active a {
        color: #959494; }
  @media screen and (max-width: 767px) {
    footer {
      position: static;
      text-align: left; } }

.customModal {
  position: fixed;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1024;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .customModal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .customModal .modalDialog {
    max-width: 520px;
    margin: auto; }
    @media screen and (max-width: 540px) {
      .customModal .modalDialog {
        max-width: 90%; } }
    .customModal .modalDialog .modalContent {
      background: #ffffff;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      margin: 20px 0; }
      .customModal .modalDialog .modalContent .modalHeader {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #00468e;
        color: #ffffff; }
        .customModal .modalDialog .modalContent .modalHeader .closeModal {
          cursor: pointer; }
        .customModal .modalDialog .modalContent .modalHeader h4 {
          margin: 0; }
      .customModal .modalDialog .modalContent .modalBody {
        padding: 15px; }
      .customModal .modalDialog .modalContent .modalFooter {
        padding: 15px;
        border-top: 1px solid #959494;
        text-align: right; }

.form-group:last-child {
  margin-bottom: 0; }

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.btn-primary {
  background: #00468e; }
  .btn-primary:hover {
    background: #e3000f; }

.btn-default {
  background: #eee;
  color: #000000; }

.input-group-addon {
  border-radius: 0;
  min-width: 40px; }

.form-control {
  border-radius: 0; }

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #e3000f; }

#home {
  height: calc(100vh - 176px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #home div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: url("../images/wooden-bg-start.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }
  #home img {
    max-width: 300px; }
    #home img.mirror {
      position: absolute;
      top: 100%;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
      margin: 0 auto;
      opacity: 0.3;
      filter: alpha(opacity=30); }

.pageBrand {
  max-width: 100%;
  max-height: 150px;
  margin: 20px 0 50px; }

.partation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .partation .link-block {
    display: inline-block;
    text-align: left;
    margin-bottom: 25%; }

.link {
  color: #ffffff; }
  .link:hover {
    color: #959494; }

#kontakt .company-location {
  width: 100%;
  height: 500px; }
 @media only screen and (max-width: 991px){ 
  .left-section{
    margin-bottom: 30px
  }
  .partation{
    display: block
  }
 } 

/* Cookie-Banner */

#mbmcookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99990;
	background: #959494;
	padding: 8px 2%;
	}

#mbmcookie a.button {
	text-align: center;
	cursor: pointer;
	background: #E3004B;
	color: #fff;
	padding: 3px 6px;
	border-radius: 3px;
	float: right;
	font-size: 18px;
	line-height: 18px;
	font-family: "Roboto Condensed";
	}

span.cookiemessage {
	float: left;
	width: 88%;
	display: block;
	font-size: 18px;
	line-height: 24px;
	  font-family: "Roboto Condensed";
	color: #fff;
	}

a.cookiemessage:link, a.cookiemessage:hover, a.cookiemessage:visited, a.cookiemessage:active { 
	font-size: 18px;
	line-height: 24px;
	  font-family: "Roboto Condensed";
	color: #fff;
	}