/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

html {
  scroll-behavior: smooth;
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .carousel .carousel-item {
    height: 300px;
  }
  
  .carousel-caption-one {
    position: absolute;
    right: 12%;
    left: 12%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: left;
  }
  
  .carousel-caption {
    position: absolute;
    right: 12%;
    left: 12%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: left;
  }
  
  .carousel-btn {
    padding-top: 0px;
  }

  .carousel-btn-mg {
    margin-bottom: 6px;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .carousel .carousel-item {
    height: 300px;
  }
  
  .carousel-caption-one {
    position: absolute;
    right: 20%;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: left;
  }
  
  .carousel-caption {
    position: absolute;
    right: 20%;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: left;
  }
  
  .carousel-btn {
    padding-top: 0px;
  }

  .carousel-btn-mg {
    margin-bottom: 6px;
    display: inline-block;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.pd-top-2 {
  padding-top: 2px;
}

.pd-bottom-10 {
  padding-bottom: 10px;
}

.mg-bottom-60 {
  margin-bottom: 60px;
}

.min-container {
  min-height: 300px;
}

.white {
  color: #ffffff;
}

.magenta {
  color: #e0007d;
}

.magenta-bold {
  font-weight: bold;
  color: #e0007d;
}

.lightgray {
  color: #9098a0;
}


.bckg-dark {
  background-color: #061047;
}

.light-gray {
  background-color: #f6f6f6;
}

/* ------------- Startseite Angaben ------------- */

@media (max-width: 767px) {
  .pd-start-50 {
    padding-top: 0px;
  }

  .tisaximage {
    max-width: 100%;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .pd-start-50 {
    padding-top: 50px;
  }

  .tisaximage {
    max-width: 100%;
  }
}

/* Startseite */

.arrow {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.bck_chart {
  background-image: url("../images/piechart.svg");
  background-size: cover;
  min-height: 280px;
}

.bck_world {
  background-image: url("../images/world.svg");
  background-size: cover;
  min-height: 280px;
}

/* Refernzen */
#sections .section {
  display: none;
}

#sections.link0 .link0,
#sections.link1 .link1,
#sections.link2 .link2,
#sections.link3 .link3,
#sections.link4 .link4,
#sections.link5 .link5 {
  display: block;
}

#text .section {
  display: none;
}

#text.AT .AT,
#text.CN .CN,
#text.CZ .CZ,
#text.DE .DE,
#text.ES .ES,
#text.GB .GB,
#text.HU .HU,
#text.IT .IT,
#text.JP .JP,
#text.NL .NL,
#text.SIN .SIN,
#text.SK .SK,
#text.US .US {
  display: block;
}

.nocountry {
  fill: #cccccc;
}

.country {
  fill: #7094b7;
  cursor: pointer;
}

.country:hover {
  fill: #061047;
  cursor: pointer;
}

.country:active {
  fill: #061047;
}

.selected {
  fill: #061047;
}

.selected:hover {
  fill: #061047;
}

/* ------------- Referenzen Angaben ------------- */

.diamonds {
  text-align: center;
  padding-top: 50px;
}

.logosize {
  max-height: 100px;
  max-width: 120px;
  height: auto;
}



/* ------------- Contact Angaben ------------- */

.map {
  height: 580px;
}


/* ------------- Footer Angaben ------------- */

@media (max-width: 767px) {
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  footer li {
    padding: 10px 0 0 14px;
  }

  footer li.first {
    padding: 30px 0 0px 14px;
  }
}

@media (min-width: 768px) {
  footer {
    margin-top: 20px;
  }

  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  footer li {
    float: left;
    padding: 51px 60px 20px 0;
  }

  footer li.first {
    float: left;
    padding: 28px 60px 20px 0;
  }

  footer li.logo {
    float: left;
    padding: 34px 20px 20px 0;
  }
}

@media (min-width: 768px) {
  .impressum {
    text-align: right;
    padding: 51px 0 10px 0;
  }
}

@media (max-width: 767px) {
  .impressum {
    text-align: left;
    margin-left: 14px;
    padding: 26px 0 10px 0;
  }
}

/* ------------- Video Angaben ------------- */

  #overlay {
  position: absolute; 
  top: 110px; 
  color: #FFF; 
  text-align: center;
  font-size: 20px;
  background-color: rgba(221, 221, 221, 0.3);
  padding: 10px 0;
  width: 90%;
  z-index: 2147483647;
}

#video {
  z-index: 1;
}