:root {
  --blue: #2a3e58;
  --grey: #f3f3f3;
}

main {
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.08em;
}

section {
  background-color: #fff;
  padding-top: 50px;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  color: #7cb3f9 !important;
}

.orange {
  color: var(--blue) !important;
}

.no-underline {
  text-decoration: none;
}

.lead {
  font-size: 2em;
}

.btn-blank:hover {
  color: #7cb3f9 !important;
}

.kontakt-btn:hover polygon {
  fill: #7cb3f9 !important;
}
.kontakt-btn:hover rect {
  fill: #7cb3f9 !important;
}

.kontakt-btn {
  color: #9d9d9d !important;
}

.kontakt-btn polygon {
  fill: #9d9d9d;
}
.kontakt-btn rect {
  fill: #9d9d9d;
}

.active-arrow {
  color: var(--blue);
}
.active-arrow polygon {
  fill: var(--grey);
}

.active-arrow rect {
  fill: var(--grey);
}

.text-grey {
  color: var(--grey) !important;
}
.text-orange {
  color: var(--grey) !important;
}

.header {
  position: relative;
  padding-top: 0px !important;
}
.header hr {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #f3f3f3;
  opacity: 1;
}

.white-stripe{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #f3f3f3;
  opacity: 1;
}

.header .header-background {
  position: relative;
  overflow: hidden;
  padding: 0px;
  /*
  height: 100vh;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center 10vh; /*old pic
  background-position: center bottom;
  background-repeat: no-repeat;


  background-image: url('../img/bg-3.jpg');
  background-size: cover;
  background-position: 300px 10vh; /*old pic*
  background-position: center bottom;
  background-repeat: no-repeat;
*/
}

.logo {
  max-width: 300px;
  display: block !important;
  margin: 0 auto;
}

.bg-white {
  background-color: #fff;
}

.header-contact-wrapper {
  height: 100%;
  position: relative;
  min-height: 50px;
}

.header-contact-body {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.header-image-wrapper {
  height: 100% !important;
}

.navbar {
  background: none !important;
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  border: 1px solid var(--blue) !important;
}

.nav-item {
  border: 1px solid #fff;
  margin: 5px;
  display: inline;
  background-color: rgba(255, 255, 255, 0.5);
}

.fixed-top .nav-item {
  background-color: var(--grey) !important;
}
.fixed-top .nav-item-arrow {
  background: none !important;
}

.nav-link {
  color: #000;
  padding-top: 4px;
  padding-bottom: 3px;
}

.nav-link:hover {
  color: var(--blue) !important;
}

.nav-item:hover {
  color: var(--blue) !important;
  border-color: var(--blue);
}

.nav-item-arrow {
  background: none !important;
  border: none;
}
.nav-item-arrow img {
  margin-top: 2px;
  height: 28px;
}

.header-overlay {
  height: 10%;

  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  width: 100%;
}

.header-overlay-content {
  margin: 0px !important;
  padding: 0px !important;
}

.header-overlay-content h1 {
  display: block;
  font-size: 3em;
  margin: -12px !important;
  padding: 0px !important;
}

.header-overlay-greyscale {
  padding: 0px !important;
  margin: 0px !important;
  border-top: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}

.divider-hr {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-top: 1px solid var(--blue);
  opacity: 1;
}

.carousel-item p {
  margin-bottom: 0.5em;
}

#mission h3 {
  font-size: 1.3em;

}

#expertise {
  padding-top: 55px;
}

.portrait-img {
  border-left: 10px solid var(--grey);
  border-top: 10px solid var(--grey);
}

.slide-col-left {
  position: relative;
}

.slide-col-bottom {
  position: absolute;
  bottom: 0px;
}

.btn-blank {
  background: none;
  border: none;
}

.icon-arrow-horizontal {
  margin-top: 30px;
  width: 30px;
}

.icon-arrow-vertical {
  margin-top: 2px;
  margin-bottom: 80px;
  width: 25px;
}

#fokus {
  color: #fff;
  background-color: var(--blue);
}

.box p {
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px;
}

#fokus .icon-arrow-horizontal {
  margin-top: 0px;
  margin-right: 3px;
  margin: 20px;
  margin-bottom: 22px;
  width: 30px;
}

#kontakt .icon-arrow-horizontal {
  margin-top: 0px;
  margin-right: 3px;
  width: 30px;
}

#kontakt .icon-arrow-vertical {
  margin-top: 2px;
  margin-bottom: 10px;
  width: 25px !important;
}

#kontakt .carousel-item {
  font-weight: bold;
}

#kontakt .btn-blank {
  color: var(--blue);
  font-weight: bold;
}

#kontakt .icon-arrow-horizontal {
  margin-top: -5px;
}

#footer {
  background-color: var(--grey) !important;
}

#footer .container {
  background-color: var(--grey);
}

.header2 {
  /* height: 100vh; */
  background-image: url("../img/bg.jpg");
  background-size: cover;
  /* background-position: center 10vh; */
  background-repeat: no-repeat;
}

.visible-mobile {
  display: none;
}
@media (max-width: 1200px) {
  /* .header {
    height: 12vh !important;
  } */
}
@media (max-width: 980px) {
  /* .header {
    height: 22vh !important;
  } */
}
@media (max-width: 576px) {

  /* .container,
  .container-sm {
    padding-top: 9rem;
  } */
  /* section{
    height: 100%!important;
  } */
}
@media (max-width: 575.98px) {
  .header {
    background-color: #2a3e58;
    padding-top: 50px !important;
  }
  h1 {
    font-size: 2.4em !important;
    padding-bottom: 20px;
  }

  .header .header-background {
    background-position: right 0px;
    background-size: cover;
  }
  span {
    font-size: 1.5em !important;
  }
  .lead {
    font-size: 1.5em;
  }
  .navbar-toggler {
    border: none !important;
    margin-top: 0px !important;
  }

  .nav-item {
    padding: 10px;
    margin-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .navbar-collapse {
    padding-left: 0px !important;
    padding-top: 15px;
  }

  #carouselkontakt .lead {
    font-size: 1.2em;
  }

  .nav-item-arrow {
    display: none;
  }

  .hidden-mobile {
    display: none;
  }

  .visible-mobile {
    display: block;
  }
}



@media only screen and (min-width: 0px) and (max-width: 600px) {
  #dings{
    width: 100%;
    max-width: 100%;
  }
  span,.lead,div{
    font-size: 0.85rem!important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  #dings{
    width: 50%!important;
    max-width: 50%!important;
  }
  
  .lead{
    font-size: 1.125rem!important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  #dings{
    width: 50%!important;
    max-width: 50%!important;
  }
  .lead{
    font-size: 1.125rem!important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #dings{
    width: 50%!important;
    max-width: 50%!important;
  }
}
@media only screen and (min-width: 993px) {
  #dings{
    width: 50%!important;
    max-width: 50%!important;
  }
}
