/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery.swipebox/1.4.4/css/swipebox.min.css");
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
body:not(.home) a {
  color: #dddc03;
  font-weight: 500 !important;
}
body:not(.home) h1 {
  color: #dddc03;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
body:not(.home) h2 {
  font-weight: 600;
  color: #547d94;
  font-size: 30px;
}
body:not(.home) h3 {
  font-size: 22px;
}
.container {
  max-width: 1640px;
}
header.header {
  position: relative;
  min-height: 100vh;
}
header.header .logo {
  padding-top: 150px;
}
header.header .logo #lottie {
  width: 100%;
  max-width: 540px;
  height: auto;
  margin-bottom: 40px;
}
header.header .gallery-wrap {
  height: 200px;
}
header.header .gallery-wrap img {
  -o-object-position: center;
     object-position: center;
}
header.header .content-wrap {
  padding-top: 150px;
  position: relative;
  text-align: right;
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
}
header.header .content-wrap .language-selector {
  position: absolute;
  right: 15px;
  top: 45px;
  color: #fff;
}
header.header .content-wrap .language-selector a {
  color: #fff !important;
  text-decoration: none !important;
}
header.header .content-wrap .language-selector a.current {
  font-weight: 700;
}
header.header .content-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: -200px;
  right: -50vw;
  background: #547d94;
  z-index: -1;
}
header.header .content-wrap h1 span {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.0625;
}
header.header .content-wrap h1 strong {
  display: block;
  color: #dddc03;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.0625;
}
header.header .content-wrap p.dates {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
header.header .bg-primary {
  background: #dddc03 !important;
  padding: 70px 0;
}
header.header .bg-primary #dlmap {
  text-align: right;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}
.bg-primary {
  background: #dddc03 !important;
  padding: 70px 0;
}
.companies {
  padding-top: 135px;
  padding-bottom: 135px;
}
.companies > h2 {
  font-size: 50px;
  font-weight: 600;
  color: #547d94;
  padding-bottom: 75px;
  margin-bottom: 0;
}
.company .content {
  border: 2px solid #547d94;
  height: 155px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.company .content img {
  height: 100%;
  width: 100%;
  max-width: 180px;
  max-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  opacity: 1;
  transition: all 0.15s ease-in;
}
.company .content .pos {
  color: #fff;
  background: #547d94;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  z-index: 2;
  transition: all 0.2s ease-in;
}
.company .content .hover {
  position: absolute;
  background: #F3EFE7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in;
  text-align: center;
  display: flex;
  z-index: 1;
}
.company .content .hover address {
  margin: auto;
  color: #547d94;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.company .content .hover address a {
  color: #547d94;
}
.company .content .hover address p {
  margin: 0;
}
.company .content .hover address p span {
  display: block;
}
.company .content:hover .hover {
  opacity: 1;
}
.company .content:hover img {
  opacity: 0;
}
.company.hoverJS .content {
  border-color: #dddc03;
}
.company.hoverJS .content .pos {
  background: #dddc03;
}
.svg-container {
  display: flex;
  height: 100%;
  background: #eee9e0;
  position: relative;
}
.svg-container:before {
  content: '';
  position: absolute;
  left: -999em;
  top: 0;
  bottom: 0;
  right: 0;
  background: #eee9e0;
  z-index: -1;
}
.svg-container circle {
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.svg-container circle.highlight {
  fill: #dddc03;
}
footer {
  padding-bottom: 0 !important;
}
footer .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 75px;
}
footer .social-links svg {
  fill: #dddc03 !important;
}
footer .social-links a {
  margin: 0 7.5px;
  /* 15px total space between the two icons */
}
footer #copy {
  background-color: #547d94 !important;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
}
footer #copy p {
  color: #fff;
}
footer #copy a {
  color: #fff !important;
  font-weight: 700;
}
footer #copy span,
footer #copy #privacy,
footer #copy #impressum {
  font-weight: 400 !important;
}
@media screen and (max-width: 1450px) {
  .companies > h2,
  header.header .bg-primary #dlmap,
  header.header .content-wrap p.dates {
    font-size: 35px;
  }
  header.header .content-wrap h1 strong {
    font-size: 60px;
  }
  header.header .content-wrap h1 span {
    font-size: 20px;
  }
  a#dlmap img {
    width: 35px;
  }
  header.header .logo {
    text-align: center;
  }
  header.header .logo img {
    max-width: 400px;
    width: 80%;
  }
  .container {
    max-width: 95%;
    padding: 0 0;
  }
  header.header {
    position: relative;
    min-height: inherit;
  }
}
@media screen and (max-width: 1280px) {
  .company.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .companies > h2,
  header.header .bg-primary #dlmap,
  header.header .content-wrap p.dates {
    font-size: 30px;
  }
  header.header .content-wrap h1 strong {
    font-size: 50px;
  }
  header.header .content-wrap h1 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .col-md-5,
  .col-md-6,
  .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .company.col-md-4 {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
  }
  header.header .logo,
  header.header .content-wrap,
  .companies {
    padding: 60px 0;
    text-align: center;
    margin: 0 !important;
    justify-content: center;
  }
  header.header .content-wrap:before {
    left: -10px;
  }
  .gallery-wrap .col-md-5 {
    display: none;
  }
  .gallery-wrap .gallery.slick-slider {
    left: -8px !important;
    position: relative !important;
    width: 100vw !important;
  }
  header.header .bg-primary .text-right {
    text-align: center !important;
  }
  main > .container > .row > .col-md-5 {
    order: 2;
  }
  main > .container > .row > .col-md-6 {
    order: 1;
  }
  .svg-container {
    display: flex;
    height: auto;
    width: 100% !important;
    background: #eee9e0;
    position: relative;
  }
  .svg-container:before {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .company.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .svg-container {
    display: flex;
    height: auto;
    width: 100% !important;
    background: #eee9e0;
    position: relative;
  }
  header.header * {
    text-align: center !important;
  }
  header.header .content-wrap {
    flex-direction: column ;
  }
  header.header .content-wrap .language-selector {
    position: relative;
    right: 0;
    top: 0;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0 0 45px;
  }
  header.header .content-wrap h1 span {
    font-size: 25px;
  }
  header.header .bg-primary {
    padding: 35px;
  }
  header.header .bg-primary #dlmap {
    font-size: 20px;
  }
  header.header .logo,
  header.header .content-wrap,
  .companies {
    padding: 60px 15px;
  }
  #dlmap {
    width: 100%;
    max-width: 340px;
    font-size: 20px !important;
    display: flex;
    text-align: center !important;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  #dlmap img {
    width: 45px;
    margin: auto 0 auto 30px;
  }
  .companies > h2 {
    font-size: 45px;
  }
  .company .content {
    height: auto;
    display: block;
  }
  .company .content .hover {
    height: 125px;
    border-top: 2px solid #547d94;
    opacity: 1;
    position: relative;
  }
  .company .content .hover address {
    font-size: 12px;
  }
  .company .content .pos {
    bottom: 125px;
  }
  .company .content img {
    height: 95px;
    max-height: 95px;
    margin: 30px auto;
    max-width: 80%;
    width: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .gallery-wrap .gallery.slick-slider {
    left: -3px !important;
  }
  .bg-primary {
    background: #dddc03 !important;
    padding: 35px 0;
  }
  footer .social-links a img {
    width: 45px;
    height: 45px;
  }
  footer #copy {
    font-size: 15px;
    padding: 45px 30px;
  }
  footer .social-links {
    padding-bottom: 50px;
  }
  #copy span,
  #privacy,
  #impressum {
    display: block;
  }
  #privacy,
  #impressum {
    margin: 30px 0 !important;
  }
}
