body{
  --FSbackground-primary: #062c50;
  --FSbackground-secondary: #031a30;
  --FShue01: #235482;
  --FShue02: #5587B5;
  --FShue03: #9bC3E8;
  --FShue04: #DEEFFF;
  --FSyellow: #ffaa00;
  --FSyellowhue01: #FFD281;
  --FSbackground-offblack:#151414;
  --FSbackground-website-color: #d7d7d7;

  background-color: #d7d7d7;
  /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(6,44,80,1) 35%, rgba(0,212,255,1) 100%); */
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

section {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

a{
  text-decoration: none;
}
.navbar{
  font-size: large;
  z-index: 0;
}

#hero{
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  align-items: top;
  }

.video{
  top:0;
  /* % und nicht vw, weil dann task/scrollleiste addiert werden und ein überstand entsteht*/
  width: 100%;
  object-fit: cover;
}

.heighthelper{
  position: relative;
  top: 0;
}

#hero .h1{
      right:0;
}

#heading{
  padding:3rem 10% 3rem 10%;
  text-align: center;
}

/* The following section styles the company Information */
#companyinfo  .col-lg-4{
  display: grid;
}

.wrap {
  display: flex;
  /*flex-wrap: wrap; Interessante variante, aber weniger spannend*/
  background: white;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.wrap:hover {
  background: linear-gradient(135deg,#9bC3E8 0%,#031a30 100%);
  color: white;
}
.wrap:hover .mbr-iconfont{
  color: white;
}

.ico-wrap {
  margin: auto;
}

.mbr-iconfont {
  font-size: 4.5rem !important;
  color: var(--FSbackground-primary);
  margin: 1rem;
  padding-right: 1rem;
}

.mbr-section-title3 {
  text-align: left;
  margin-top: 1rem;
}

.display-5 {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 1.4rem;
}

.mbr-bold {
  font-weight: 700;
}

p{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 25px;
  font-size: 1rem;
}

.display-6 {
  font-family: 'Source Sans Pro',sans-serif;
  /*overrides p font-size*/
  font-size: calc(1rem + 1.5vw);
}

/*Button*/
.btn{
  color: white;
  height: 3rem;
  background-color: var(--FSbackground-primary);
  padding: 0rem 1.5rem;
  border-radius: .5rem;
  border: 2px solid var(--FShue02);
  font-weight: 400;
  color: #ffffff;
  font-size: 1.1rem;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
  
.btn:hover{
  background-color: var(--FSyellow);
  color: white;
  border: 2px solid var(--FSyellow);
}

#modeltypes{
  padding:var(--section-padding) 5%;
  text-align: center;
}

#modeltypes img {
  object-fit: cover;
}

#modeltypes div.col-md-4{
  display: grid;
}

div.card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col{
  justify-content: stretch;
}
  
#testimonials{
  margin: var(--section-padding) 0; /*Abstand der Section nach oben und unten*/
  background-color: #031a30;
}
.testimonialquote{
  position: relative;
  width: 70%;
  margin: auto auto;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  color: white;
}
.testimonialquote img{
  width: 30vw;
  height: 50vh;
  margin: auto 5vw;
  border-radius: 1rem;
  object-fit: cover;
}
@media (max-width: 900px){
  .testimonialquote {
    flex-direction:column;
    width: 100%;
  }
  .testimonialquote img{
    width: 70vw;
    margin-bottom: 2rem;
  }
}

input[type=text],input[type=email],textarea{
  margin: 2rem 20px;
  resize: none;
  background-color: var(--FShue04);
}

input[type=text]:focus,input[type=email]:focus, textarea:focus{
  background-color: var(--FShue04) ;
  border-color: var(--FShue02);  
}

input[type=submit]{
  font-size: 16px;
}

#questions{
  padding: 0% 10%;
  margin-top: 2rem;
}

/*removes Space between button and text area*/
h2.accordion-header{
  padding-bottom: 0;
}

/*removes old-school background color by making it look invisible*/
.accordion-item{
  background-color: var(--FSbackground-website-color);
  border-color: var(--FSbackground-website-color);
}

/*brings back the white background for the text area*/
div.accordion-body{
  background-color: white;
  border-radius: 1rem;
}
/*color for all buttons that are collapsed default*/
.accordion-button{
    background-color: var(--FSbackground-primary);
    color: white;
    border-radius: 1rem;
}

/*color for button that is default extended*/
.accordion-button:not(.collapsed){
  background-color: var(--FSbackground-secondary);
  --bs-accordion-btn-color: white;
  --bs-accordion-active-color:white;
  --bs-accordion-btn-color:white;
  --bs-accordion-color:white;
}

.accordion .mbr-iconfont {
  color: white;
  align-items: end;
}

.accordion{
 /* --bs-accordion-btn-icon: url("https://fontawesome.com/icons/circle-chevron-down?f=classic&s=solid");*/
 --bs-accordion-btn-icon: "../pictures/house.svg"
}

.arrow{
  filter: invert(0%) sepia(99%) saturate(2%) hue-rotate(154deg) brightness(120%) contrast(101%);
  display: flex;
  align-items: flex-end;
}

.btninline{
    background-color: #ffaa00;
    height: 2rem;
    border: 1rem var(--FSyellow);
    border-radius: .2rem;
    color: white;
}

.addspace{
    padding-top: 2rem;
}

/*Footer Styling*/
footer{
  margin-top: 10%;
}

.animate-border {
position: relative;
display: block;
width: 150px;
height: 3px;
background: var(--FSyellow); 
}

.animate-border:after {
position: absolute;
content: "";
width: 35px;
height: 3px;
left: 0;
bottom: 0;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
-webkit-animation: animborder 2s linear infinite;
animation: animborder 2s linear infinite; 
}

@-webkit-keyframes animborder {
0% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }
100% {
  -webkit-transform: translateX(113px);
  transform: translateX(113px); } }

@keyframes animborder {
0% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }
100% {
  -webkit-transform: translateX(113px);
  transform: translateX(113px); } }

.animate-border.border-white:after {
border-color: #fff; 
}

.animate-border.border-yellow:after {
border-color: var(--FSyellow); 
}

.animate-border.border-orange:after {
border-right-color:var(--FSyellow);
border-left-color:var(--FSyellow); 
}

.animate-border.border-ash:after {
border-right-color: #EEF0EF;
border-left-color: #EEF0EF; 
}

.animate-border.border-offwhite:after {
border-right-color: #F7F9F8;
border-left-color: #F7F9F8; 
}

/* Animated heading border */
@keyframes primary-short {
0% {
  width: 15%; }
50% {
  width: 90%; }
100% {
  width: 10%; } }

@keyframes primary-long {
0% {
  width: 80%; }
50% {
  width: 0%; }
100% {
  width: 80%; } } 

.dk-footer {
padding: 75px 0 0;
background-color: var(--FSbackground-offblack);
position: relative;
z-index: 2; }
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px; }
  .dk-footer .contact-us .contact-info {
    margin-left: 50px; }
  .dk-footer .contact-us.contact-us-last {
    margin-left: -80px; }
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color:var(--FSyellow); }

.dk-footer-box-info {
position: relative;
top: -122px;
background: #ededed;
filter: drop-shadow(10px 10px 4px #404040);
padding: 40px;
z-index: 2; }
.dk-footer-box-info .footer-social-link h3 {
  font-size: 24px;
  margin-bottom: 25px; }
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.dk-footer-box-info .footer-social-link li {
  display: inline-block; }
.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  color: #fff; }
  .dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0a4a6f; }
  .dk-footer-box-info .footer-social-link a i.fa-youtube-play {
    background-color: #d3181e; }

.footer-info-text {
margin: 26px 0 32px; }

.footer-left-widget {
padding-left: 80px; }


.footer-widget .section-heading {
margin-bottom: 35px; }

.footer-widget h3 {
font-size: 24px;
color: #fff;
position: relative;
margin-bottom: 15px;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content; }

.footer-widget ul {
width: 50%;
float: left;
list-style: none;
margin: 0;
padding: 0; }

.footer-widget li {
margin-bottom: 18px; }

.footer-widget p {
  padding: 0;
margin-bottom: 27px;
color: #878787; }

.footer-widget a {
color: #878787;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.footer-widget a:hover {
  color: #007bff; }

.footer-widget:after {
content: "";
display: block;
clear: both; }

.dk-footer-form {
position: relative;
margin-right: 2rem; 
}
input.form-control{
  color:  #878787;
}

.form-control{
  margin: 0;
}
div.form-row{
  margin-bottom: 8vh;
}

.dk-footer-form input[type=email] {
  margin:0;
  /*margin-bottom: 10vh;*/
  padding: 14px 28px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #2E2E2E; }
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px; }
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px; }
.dk-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 24px 14px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid var(--FSyellow);
  background: var(--FSyellow);
  color: #fff; }
.dk-footer-form button:hover {
  cursor: pointer; }

/* ==========================

  Contact

=============================*/
.contact-us {

display: flex;
align-items: center; }

.contact-icon {
position: absolute;
 }
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
 }

.contact-info {
margin-left: 75px;
color: #fff; }
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0; }

.copyright {
padding: 28px 0;
margin-top: 15px;
background-color: #202020; }
.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
.copyright a:hover {
  color:#007bff; }

.copyright-menu ul {
text-align: right;
margin: 0; }

.copyright-menu li {
  display: inline-block;
}
.copyright-menu li:not(:first-child) {
  padding-left: 20px; 
}

/*Usefull links padding kleine Größe weg*/
@media (max-width: 990px) {
  .footer-left-widget {
    padding-left: 0;
  }
  .dk-footer .contact-us{
    padding-left: 0;
  }
  .dk-footer .contact-us.contact-us-last{
    padding-left: 80px;
  }
  .dk-footer-box-info{
    margin-top: 2vh;
  }
  .copyright-menu ul{
    display:flex;
    padding: 0;
  }
}
@media (max-width: 600px){
  .dk-footer .contact-us.contact-us-last{
    padding-left: 80px;
  }
  .footer-spacer{
    margin: 0 2rem;
  }
  .footer-widget{margin-right: 2rem;}
}
/*
.back-to-top {
position: relative;
z-index: 2; }
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742; }
*/
.row{
  height: 30%;
  padding: 0 1.5rem;
}

