@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin-ext);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
body {
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 2px;
  background: url("../img/main.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #D2DCDB;
  /* Old browsers */ }
  body .startslide .slider .fade-carousel .slides h1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  body div.bhoechie-tab-menu div.list-group h4 {
    text-transform: uppercase; }
  body .contact .profile h5 {
    letter-spacing: 1px; }

/* Boostrap hack */
.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  padding: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97); }

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
  margin-left: 10px; }

div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0; }

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #5A55A3; }

div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0; }

div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0; }

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #eb6955;
  color: #ffffff; }

div.bhoechie-tab-menu div.list-group > a.active:after {
  content: '';
  position: absolute;
  right: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #eb6955;
  z-index: -1; }

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding: 30px 20px; }

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none; }

.list-group-secondary {
  margin-right: 10px; }

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: 100%; }

.fade-carousel .carousel-inner .item {
  height: 100%; }

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7; }

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1; }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s; }

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7; }

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px; }

.btn.btn-admin {
  color: white;
  background-color: #da331a;
  border-color: none;
  height: 42px;
  border-radius: 0px; }

.btn.btn-admin:hover {
  border-color: white; }

.btn.btn-hero {
  color: white;
  background-color: #eb6955;
  border-color: none;
  outline: none;
  margin: 20px auto;
  -webkit-box-shadow: 5px 5px 0px 0px #da331a;
  -moz-box-shadow: 5px 5px 0px 0px #da331a;
  box-shadow: 5px 5px 0px 0px #da331a;
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s; }

.btn.btn-hero:hover,
.btn.btn-hero:focus {
  background-color: #da331a;
  -webkit-box-shadow: 5px 5px 0px 0px #ac2914;
  -moz-box-shadow: 5px 5px 0px 0px #ac2914;
  box-shadow: 5px 5px 0px 0px #ac2914; }

.btn.btn-empty {
  color: white;
  background-color: transparent;
  border: white 2px solid;
  outline: none;
  margin: 20px auto; }
  .btn.btn-empty:hover, .btn.btn-empty:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #ac2914; }

.btn.btn-red {
  color: white;
  background-color: #da331a; }
  .btn.btn-red:hover {
    background-color: #ac2914; }

a.glyphicon-arrow-up {
  color: #eb6955; }
  a.glyphicon-arrow-up:hover {
    color: #da331a; }

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1 img,
.fade-carousel .slides .slide-2 img,
.fade-carousel .slides .slide-3 img {
  width: 100%;
  height: auto; }

.fade-carousel .slides .slide-1 {
  position: relative; }
  .fade-carousel .slides .slide-1 img {
    width: 100%;
    height: auto; }

/********************************/
/*          ADDED BY STP        */
/********************************/
body {
  background-color: #D0D0D0;
  overflow-x: hidden; }

hgroup {
  text-align: right; }
  hgroup .h1 {
    background-color: #00b29f; }

.main-nav a.logo {
  margin: 10px;
  display: block; }
  .main-nav a.logo img {
    width: 100%;
    height: auto; }
.main-nav .col-md-10 {
  min-height: 60px; }
.main-nav #open {
  font-size: 33px;
  color: white; }
.main-nav .nav {
  margin-top: 30px;
  vertical-align: text-bottom;
  background-color: #2d251b;
  padding-right: 5px; }
  .main-nav .nav:after {
    position: absolute;
    position: absolute;
    content: '';
    width: 100%;
    height: 42px;
    background-color: #2d251b;
    bottom: 0px;
    right: -98%; }
  .main-nav .nav > li > a {
    color: white;
    border-bottom: solid transparent 2px;
    border-radius: 0px;
    margin-right: 10px; }
    .main-nav .nav > li > a:hover {
      color: white;
      background-color: transparent;
      position: relative; }
      .main-nav .nav > li > a:hover:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #da331a;
        bottom: -7px;
        left: 0px; }
  .main-nav .nav > li.active > a {
    background-color: #00b29f;
    color: white;
    border: solid transparent 2px;
    border-radius: 8px; }
    .main-nav .nav > li.active > a:hover {
      border: solid white 2px; }

.startslide .fixedmenu, .topnav .fixedmenu {
  height: 12vh;
  position: relative; }
  .startslide .fixedmenu > div, .topnav .fixedmenu > div {
    position: absolute;
    bottom: 0;
    left: 0; }
    .startslide .fixedmenu > div .nav, .topnav .fixedmenu > div .nav {
      margin-bottom: 5px; }
      .startslide .fixedmenu > div .nav > li > a, .topnav .fixedmenu > div .nav > li > a {
        color: #00b29f;
        border-bottom: solid transparent 2px;
        border-radius: 0px;
        margin-right: 10px; }
        .startslide .fixedmenu > div .nav > li > a:hover, .topnav .fixedmenu > div .nav > li > a:hover {
          color: white;
          background-color: transparent;
          border-bottom: solid white 2px; }
      .startslide .fixedmenu > div .nav > li.active > a, .topnav .fixedmenu > div .nav > li.active > a {
        background-color: #00b29f;
        color: white;
        border: solid transparent 2px;
        border-radius: 8px; }
        .startslide .fixedmenu > div .nav > li.active > a:hover, .topnav .fixedmenu > div .nav > li.active > a:hover {
          border: solid white 2px; }
.startslide .frombox, .topnav .frombox {
  position: absolute;
  left: 200px;
  top: 70px;
  width: 222px;
  height: 145px;
  overflow: hidden; }
  .startslide .frombox img, .topnav .frombox img {
    width: 222px;
    height: 145px;
    margin-top: 100px;
    transition: all 0.5s ease; }
  .startslide .frombox:hover img, .startslide .frombox.open img, .topnav .frombox:hover img, .topnav .frombox.open img {
    margin-top: 0px; }
.startslide .maintext, .topnav .maintext {
  position: relative;
  height: calc(100vh - 80px);
  min-height: 450px;
  max-height: 764px; }
  .startslide .maintext .content, .topnav .maintext .content {
    position: absolute;
    bottom: 86px; }
.startslide h1, .startslide h4, .topnav h1, .topnav h4 {
  color: #eb6955;
  text-shadow: none;
  text-align: right; }
  .startslide h1 span, .startslide h4 span, .topnav h1 span, .topnav h4 span {
    width: 100%;
    display: block; }
.startslide h1, .topnav h1 {
  font-size: 50px; }
.startslide h4, .topnav h4 {
  margin-bottom: 35px; }
.startslide .btn, .topnav .btn {
  float: right;
  margin: 50px 20px 20px 20px; }
.startslide .search, .startslide .cart, .topnav .search, .topnav .cart {
  position: relative; }
  .startslide .search:after, .startslide .cart:after, .topnav .search:after, .topnav .cart:after {
    position: absolute;
    transition: all 0.5s ease;
    content: '';
    height: 90px;
    width: 130px;
    left: 10px;
    top: -35px;
    z-index: -1; }
.startslide .search, .topnav .search {
  text-shadow: none;
  background-color: #decebc;
  -webkit-box-shadow: 5px 5px 0px 0px #cdb59a;
  -moz-box-shadow: 5px 5px 0px 0px #cdb59a;
  box-shadow: 5px 5px 0px 0px #cdb59a; }
  .startslide .search:after, .topnav .search:after {
    background: url("../img/search.png") no-repeat;
    top: -55px; }
  .startslide .search:hover, .topnav .search:hover {
    background-color: #cdb59a;
    -webkit-box-shadow: 5px 5px 0px 0px #bc9c78;
    -moz-box-shadow: 5px 5px 0px 0px #bc9c78;
    box-shadow: 5px 5px 0px 0px #bc9c78; }
    .startslide .search:hover:after, .topnav .search:hover:after {
      top: -75px; }
.startslide .cart, .topnav .cart {
  text-shadow: none; }
  .startslide .cart:after, .topnav .cart:after {
    background: url("../img/cart.png") no-repeat; }
  .startslide .cart:hover:after, .topnav .cart:hover:after {
    top: -45px; }
.startslide > div, .topnav > div {
  height: 20px;
  height: calc(100vh - 77px);
  min-height: 450px;
  max-height: 764px;
  position: relative; }

.row.contact .btn-hero {
  background-color: #d53219;
  -webkit-box-shadow: 5px 5px 0px 0px #c32e17;
  -moz-box-shadow: 5px 5px 0px 0px #c32e17;
  box-shadow: 5px 5px 0px 0px #c32e17; }
  .row.contact .btn-hero:hover {
    background-color: #ac2914;
    -webkit-box-shadow: 5px 5px 0px 0px #7f1e0f;
    -moz-box-shadow: 5px 5px 0px 0px #7f1e0f;
    box-shadow: 5px 5px 0px 0px #7f1e0f; }

.teaser-arrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 44px;
  width: calc( 100% - 15px);
  background-color: #2d251b; }

.teaser {
  position: absolute;
  height: 44px;
  bottom: 0px;
  left: -5px;
  margin: 0px auto;
  z-index: 1;
  background-color: #eb6955;
  -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.65); }
  .teaser:before {
    position: absolute;
    content: "";
    overflow: hidden;
    width: 0;
    height: 0;
    bottom: -20px;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #da331a transparent transparent; }
  .teaser:after {
    position: absolute;
    content: "";
    overflow: hidden;
    width: 30px;
    height: 30px;
    top: 6px;
    right: -40px;
    background-image: url("/img/globe.png");
    background-repeat: no-repeat; }
  .teaser h4 {
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    line-height: 36px;
    margin-bottom: 4px;
    margin-top: 4px;
    color: #eb6955;
    background-color: white; }
    .teaser h4:before {
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 4px;
      background-color: #eb6955;
      content: "";
      overflow: hidden; }
    .teaser h4:after {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 100%;
      width: 4px;
      background-color: #eb6955;
      content: "";
      overflow: hidden; }

#topMenu {
  z-index: 1000; }

.relative-div {
  position: relative; }

.secondslider .control {
  position: absolute;
  width: 36px;
  height: 59px;
  bottom: 34%;
  background-image: url("../img/arrow.png"); }
  .secondslider .control.left {
    left: 30px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .secondslider .control.right {
    right: 30px; }
.secondslider .hero {
  bottom: 30%;
  width: 80%;
  text-shadow: 0px 0px 2px black; }
  .secondslider .hero hgroup {
    text-align: center; }
    .secondslider .hero hgroup h3 {
      margin-top: 0px;
      font-size: 42px;
      margin-top: 0px; }
    .secondslider .hero hgroup h4 {
      text-transform: none; }
.secondslider .bottombutton {
  position: absolute;
  bottom: 50px;
  width: 97%;
  text-align: center; }

.packit {
  background-color: #9c948a;
  position: relative;
  margin: 0px;
  overflow: hidden; }
  .packit .bhoechie-tab {
    z-index: 100;
    margin-top: -10px;
    padding-bottom: 80px; }
    .packit .bhoechie-tab .bhoechie-tab-content {
      position: relative;
      margin-top: 65px; }
      .packit .bhoechie-tab .bhoechie-tab-content img {
        width: 100%;
        height: auto; }
  .packit .list-group {
    margin-top: 70px; }
  .packit .list-group-secondary {
    margin-top: 70px; }
    .packit .list-group-secondary img {
      margin-top: 10px; }
  .packit .list-group-item {
    min-height: 120px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent; }
    .packit .list-group-item:hover {
      background-color: transparent;
      color: white; }
    .packit .list-group-item.active {
      position: relative;
      background-color: #eb6955; }
      .packit .list-group-item.active:after {
        content: '';
        position: absolute;
        right: 100%;
        top: 0px;
        width: 300%;
        height: 100%;
        background-color: #eb6955;
        z-index: -1; }
      .packit .list-group-item.active .numberCircle {
        border-color: white;
        color: white; }
  .packit .bhoechie-tab-content {
    -webkit-box-shadow: -4px 10px 26px -5px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: -4px 10px 26px -5px rgba(0, 0, 0, 0.56);
    box-shadow: -4px 10px 26px -5px rgba(0, 0, 0, 0.56); }
  .packit .numberCircle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 14px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #bec0c2;
    color: #bec0c2;
    text-align: center;
    font-size: 38px;
    margin-top: 10px; }

.contact {
  background-color: #eb6955;
  margin: 0px;
  color: white; }
  .contact .hover:hover {
    background-color: #207087;
    color: #ebebeb; }
  .contact strong {
    font-weight: 100; }
  .contact .gray {
    color: #2d251b; }
  .contact .blue {
    color: #2d251b;
    line-height: 20px; }
  .contact a {
    color: white; }
  .contact a.blue {
    color: #2d251b; }
  .contact .profile img {
    width: 50%;
    margin-top: 20px;
    height: auto; }
    .contact .profile img.iso {
      width: 100%;
      padding: 7px;
      height: auto; }
  .contact .profile h5 {
    margin-left: 0px !important; }
  .contact .profile address {
    margin-top: 20px; }
  .contact .brown .blue {
    color: #2d251b; }
  .contact .map {
    margin-top: 20px; }
  .contact .brown {
    background-color: #207087; }
    .contact .brown.firstline {
      padding-top: 40px;
      margin-left: -15px;
      margin-right: -15px;
      display: flex; }
    .contact .brown img.logo {
      height: 45px;
      margin-left: 13px; }
    .contact .brown h5 {
      line-height: 25px;
      margin-left: 15px; }
  .contact .company {
    padding-left: 0px; }
  .contact .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%; }
  .contact form {
    color: #00b29f; }
  .contact textarea {
    color: black; }
  .contact input {
    margin-left: 20px;
    color: black; }
  .contact input [name=id] {
    visibility: hidden; }

.topnav {
  background-color: #035f53; }

.main-header {
  background-color: #adadad; }
  .main-header h1 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    line-height: 70px; }

#fefco {
  background-image: none; }
  #fefco #topMenu {
    background-color: #da331a; }
    #fefco #topMenu .nav {
      background-color: transparent; }
      #fefco #topMenu .nav:after {
        display: none; }
      #fefco #topMenu .nav a:hover:after {
        background-color: #2d251b; }
  #fefco .main-header {
    background-color: black; }
  #fefco .fefco {
    background-color: #ebebeb;
    padding-top: 40px; }
    #fefco .fefco #sliding-menu .form-group {
      margin-left: 15px; }
    #fefco .fefco #sliding-menu .btn {
      margin-top: 15px; }
    #fefco .fefco .contact {
      background-color: #ebebeb;
      margin-top: 20px; }
    #fefco .fefco .dropdown-toggle {
      margin-top: 10px; }
    #fefco .fefco label.white {
      color: #2d251b; }
    #fefco .fefco .list-group {
      margin-top: 10px; }
      #fefco .fefco .list-group .list-group-item {
        background-color: transparent;
        border: 0px;
        color: #2d251b;
        padding-bottom: 10px;
        padding-top: 0px; }
        #fefco .fefco .list-group .list-group-item img {
          border: 3px solid #adadad;
          background-color: white;
          width: 60px;
          height: 60px;
          float: left; }
        #fefco .fefco .list-group .list-group-item .description {
          padding-left: 10px;
          width: calc(100% - 70px);
          text-align: left;
          float: left;
          height: 60px;
          display: table; }
          #fefco .fefco .list-group .list-group-item .description span {
            display: table-cell;
            vertical-align: middle; }
        #fefco .fefco .list-group .list-group-item:hover, #fefco .fefco .list-group .list-group-item.active {
          color: #da331a; }
          #fefco .fefco .list-group .list-group-item:hover img, #fefco .fefco .list-group .list-group-item.active img {
            -webkit-box-shadow: -6px 0px 0px 0px #da331a;
            -moz-box-shadow: -6px 0px 0px 0px #da331a;
            box-shadow: -6px 0px 0px 0px #da331a; }
    #fefco .fefco .menu-xs {
      margin-bottom: 20px; }
      #fefco .fefco .menu-xs .btn {
        display: block;
        width: 100%; }
      #fefco .fefco .menu-xs .open > .dropdown-menu {
        width: 100%; }
    #fefco .fefco .product img {
      background-color: white;
      border-radius: 50%;
      width: 100%;
      height: auto;
      border: 7px solid #adadad; }
      #fefco .fefco .product img:hover {
        border-color: #f3a599; }
    #fefco .fefco .product .description {
      text-align: center;
      color: #898989;
      font-weight: 400;
      line-height: 40px; }
    #fefco .fefco .product a:hover {
      text-decoration: none; }
    #fefco .fefco .bottombutton {
      text-align: center; }
  #fefco .footer {
    background-color: #D0D0D0; }
    #fefco .footer .container {
      padding: 0px;
      background-color: #adadad; }
    #fefco .footer .row.footer .nav > li > a {
      color: #eb6955; }
      #fefco .footer .row.footer .nav > li > a:hover {
        border-color: #eb6955; }

.row.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  background-color: #164e5e; }
  .row.footer .nav {
    margin-bottom: 5px; }
    .row.footer .nav > li > a {
      color: #2a92b0;
      border-bottom: solid transparent 2px;
      border-radius: 0px;
      margin-right: 10px; }
      .row.footer .nav > li > a:hover {
        color: white;
        background-color: transparent;
        border-bottom: solid white 2px; }
    .row.footer .nav > li.active > a {
      background-color: white;
      color: white;
      border: solid transparent 2px;
      border-radius: 8px; }
      .row.footer .nav > li.active > a:hover {
        border: solid white 2px; }

section.footer {
  background-color: white; }
  section.footer > .container {
    background-color: #da331a; }

.map {
  color: black; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all; }

/*          STYLE PRE ANGULAR        */
/*          MODAL        */
.open-modal {
  display: block;
  padding-left: 0px; }

.closed-modal-backdrop {
  visibility: hidden;
  position: absolute;
  top: -100%;
  left: -100%; }

.mm-menu.mm-top {
  background-color: rgba(243, 243, 243, 0.65); }

.cond {
  padding: 10px 10px 10px 10px; }
  .cond ol {
    counter-reset: item; }
  .cond ol > li {
    list-style-type: none;
    counter-increment: item; }
  .cond ol > li:before {
    font-weight: bold;
    padding-right: 0.5em;
    content: counter(item) "."; }
  .cond .title {
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  .cond .header {
    font-size: larger;
    font-weight: bolder;
    margin-bottom: 10px; }
  .cond .content {
    text-align: justify;
    counter-reset: section;
    margin-bottom: 30px; }

#conditions_modal .modal-body, #policy_modal .modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto; }

.signForm {
  background-image: url("../img/titulka.jpg");
  height: 60vh; }

.startslide h1, .startslide h4 {
  margin-bottom: 40px; }

/***************** EXTRA LARGE SCREEN ****************/
@media (min-width: 1400px), (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .overflow {
    overflow: hidden; } }
/****************** MD SIZE ****************/
@media (min-width: 992px) and (max-width: 1199px) {
  .hero {
    bottom: -60px; }

  .control {
    bottom: 33%; }

  .startslide .frombox {
    left: 100px;
    top: 74px; }

  .contact .profile img.iso {
    width: 200px; } }
/***************** SMALL SIZE ****************/
@media (min-width: 768px) and (max-width: 991px) {
  .startslide h1 span, .startslide h4 span {
    background-color: white;
    width: inherit;
    display: table;
    margin-top: 10px;
    text-align: left; }

  .contact .profile img.iso {
    width: 200px; } }
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .hero {
    top: 55%; }

  .teaser, .teaser-arrow {
    visibility: hidden; }

  .contact .profile img.iso {
    width: 200px; } }
/***************** EXTRA SMALL SIZE ****************/
@media (max-width: 767px) {
  body {
    background-image: none; }

  .main-header h1 {
    line-height: inherit; }

  .startslide .row {
    background: url("../img/main-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 0px;
    max-height: 70vh; }
  .startslide .maintext {
    height: initial; }
  .startslide h1 span, .startslide h4 span {
    background-color: white;
    width: inherit;
    display: table;
    margin-top: 10px;
    text-align: left; }

  h1 {
    display: none; }

  .contact .profile img {
    width: 35%;
    height: auto; }
    .contact .profile img.iso {
      width: 200px; }

  .row .line {
    border-bottom: 1px solid #207087; }

  .row .brown .line {
    border-bottom: 1px solid #eb6955; } }
/***************** EXTRA SMALL SIZE ****************/
@media (max-width: 767px) and (orientation: landscape) {
  body {
    background-image: none; }

  .main-header h1 {
    line-height: inherit; }

  .startslide .row {
    background: url("../img/main-mobile.jpg");
    background-size: 100%;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 70vh; }
  .startslide .maintext {
    height: initial; }
  .startslide h1 span, .startslide h4 span {
    background-color: white;
    width: inherit;
    display: table;
    margin-top: 10px;
    text-align: left; }
  .startslide h1 {
    display: none; } }

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