/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

h1, h2, h3 {
  font-weight: normal !important;
  letter-spacing: normal !important;
  margin-top: 0 !important;
  margin-bottom: 1.4em !important;
}

h3 {
  font-weight: 600 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.avia_textblock p {
  text-align: justify;
}

.avia-fullwidth-slider {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.avia_transform .av_slideshow_full .avia-caption-title {
  text-transform: none;
  margin-bottom: 0 !important;
}

.avia-slideshow li img {
  border-radius: 0;
}

.responsive .logo img {
  max-width: 200px;
}

#top #av-burger-menu-ul {
  vertical-align: top;
}

body .column-top-margin {
  margin-top: 0;
}

.flex_column_table_cell {
  min-height: 240px !important;
  background-size: cover !important;
}

#sortiment .flex_column {
  margin-bottom: 20px;
}

#sortiment .avia-image-container .avia_image {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}

#sortiment .av-image-caption-overlay {
  height: 40px;
  bottom: 0;
}

#sortiment .av-caption-image-overlay-bg {
  opacity: 0.7 !important;
}

#sortiment .av-image-caption-overlay-center {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding: 0 30px;
}

#team .avia_image {
  margin-bottom: 15px;
}

#team h3 {
  font-size: 24px;
}

#team .avia_textblock p {
  margin-bottom: 50px;
}

#zertifikate .av_one_fifth .avia-image-container {
  margin-bottom: 0 !important;
}

#zertifikate .av_one_fifth .avia_textblock p {
  background-color: #f0f1ee;
  padding: 5px 0;
}

#footer {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .flex_column {
    margin-bottom: 0 !important;
  }

  .responsive #top #wrap_all #sortiment .flex_column {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive .logo img {
    margin-top: 13px;
  }
}

@media only screen and (min-width: 768px) {
  #footer .flex_column:nth-of-type(2) {
    text-align: center;
  }

  #footer .flex_column:nth-of-type(3) {
    text-align: right;
  }
}

@media only screen and (min-width: 990px) {
  .logo img {
    margin-top: 31px;
  }

  .lang-item a {
    padding-right: 0 !important;
  }

  .lang-item .avia-menu-text {
    border: none !important;
    font-weight: normal !important;
    font-style: italic !important;
  }
}

@media only screen and (min-width: 1024px) {
  .logo img {
    max-width: 230px !important;
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1240px) {
  #sortiment .flex_column {
    width: 360px;
    margin-left: 20px;
  }
}