/**
 * Globals
 * ======================================== */

html,
body,
.row,
.container-fluid {
    height: 100%;
}

body {
    position: relative;
    color: #151515;
}

@media (min-width: 768px) {
  body {
      font-size: 1.0625rem;
  } 
}

a {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .col {
      flex: 1 0 100%;
  }
}


/**
 * Motive
 * ======================================== */

.motive {
    background-image: url(/obrazek/3/texjet-ng-png/);
    background-size: cover;
    min-height: 250px;
}


/**
 * Text
 * ======================================== */

.text {
    align-items: stretch;
    flex-direction: column;
}

@media (min-width: 992px) {
  .text {
      height: 100%;
  }
}

.text .col {
    flex: 1 0 auto;
}

.text .content {
    position: relative;
    padding: 3rem 1rem;
}

@media (min-width: 992px) {
    .text .content {
        position: relative;
        padding: 4rem;
        max-width: 40em;
    }
}


/**
 * Perex
 * ======================================== */

.perex {
  background-color: #fff;
  color: #151515;
}

@media (min-width: 768px) and (max-width: 991px) {
  .perex {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .perex > .content > .preview-mode:first-of-type {
    float: left;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .perex {
      justify-content: flex-end;
      flex: 1 1 60%;
  }
}

.content h1,
.content .h1 {
  margin-bottom: .5em;
  color: #8C8C8C;
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .content h1 {
    margin-top: 1.5rem;
    font-size: 2.5rem;
  }
}

.content {
  position: relative;
  padding: 3rem clamp(1rem, calc(.5rem + 3vw), 3rem);
  flex: 1 1 100%;
}

.content p strong {
  font-weight: 700;
}

.logo {
  display: block;
  margin: 0 auto 2rem;
  max-height: 320px;
  max-width: 320px;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .content {
      position: relative;
      padding: 5rem 1rem;
  }
  .logo {
      margin: 0;
      float: left;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem;
      max-height: 300px;
      max-width: 300px;
  }
}

@media (min-width: 992px) {
  .logo {
      float: none;
  }
}

@media (min-width: 1200px) {
  .logo {
    max-height: 260px;
    margin-top: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .content {
      padding: 5rem 2rem;
  }
}


/**
 * Contact
 * ======================================== */

.contact {
  display: flex;
  flex-direction: column;
  background-color: #151515;
  color: #eaeaea;
  border: 0;
  border-top: 5px solid #8C8C8C;
}

@media (min-width: 992px) {
  .contact {
      flex: 1 1 40%;
      padding-right: 3rem;
  }
}

@media (min-width: 1600px) {
  .contact {
      padding-right: 5rem;
  }
}

.contact a {
  color: #eaeaea;
  text-decoration: none;
}

.contact a:hover {
  color: #bbb;
}

.list-address {
  padding-left: 2.5rem;
}

.list-address i {
  margin-left: -2.5rem;
  margin-right: .5em;
  width: 2rem;
  color: #bbb;
  text-align: center;
}


/**
 * Social links
 * ======================================== */

 .social-site-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.social-site-icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.social-site-icon li a {
  background-color: #555;
  font-size: 1rem; /* fallback */
  font-size: clamp(.875rem, calc(.5rem + 2vw), 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem; /* fallback */
  height: clamp(2.25rem, calc(1rem + 3vw), 2.75rem);
  width: 2rem; /* fallback */
  width: clamp(2.25rem, calc(1rem + 3vw), 2.75rem);
  border-radius: 50%;
}

.social-site-icon li a:hover {
  color: #191919;
  background-color: #eaeaea;
}


/**
 * Powered by inPage
 * ======================================== */

.poweredby {
  color: #aaa;
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .poweredby {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.poweredby a {
  color: inherit;
}

.poweredby a:hover,
.poweredby a:focus {
  color: #fff;
}


/**
 * Fix
 * ======================================== */

#imp {
  height: 0;
  line-height: 0;
  font-size: 0;
  margin-top: -5px;
}/* Seda */

.perex {
    background-color: #fff;
}

.contact {
    background-color: #707070;
    color: #fff;
    border-color: #e2e2e2;
}

.contact a {
    color: #fff;
}

.contact a:hover {
    color: #e2e2e2;
}

.content h1,
.content .h1 {
    color: #707070;
}

.list-address i {
    color: #e2e2e2;
}

.social-site-icon li a {
    color: #707070;
    background-color: #e2e2e2;
}

.social-site-icon li a:hover {
    color: #636363;
    background-color: #fff;
}

.poweredby {
    color: #e2e2e2;
}

.poweredby a {
    color: inherit;
}

.poweredby a:hover,
.poweredby a:focus {
    color: #fff;
}