/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*
Colors: Gelb: #FFE600;
Blau: #00569D
Hellblau: #0071CE
Rot: #EF0000
*/


body {
  font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  color: #5a5a59;
}
@media (min-width: 1500px){
  html{
    background-color: #f2f4f6;
  }
}

@media (min-width: 1500px){
  body{
    width: 1450px !important;
    margin: 40px auto; 
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  }
}

p {
  font-size: 18px;
  margin-bottom: 20px;
}
a{
  font-size: 18px;
  font-weight: bold;
}
.strong{
  font-weight: normal;
}
.small{
  font-size: 14px;
}
.big{
  font-size: 24px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #5a5a59;
  outline: none;
  text-decoration: none;
}
.more{
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 991px){

.special{
  margin-left: 0px;
}
 }
@media (min-width: 1400px){
  .container{
    width: 1360px !important;
  }
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00569D;
  position: relative;
}
hr{
  border-bottom: 5px solid #FFE600;
  margin: 40px auto;
  max-width: 100px;
}
.img-centered {
  margin: 0 auto;
}
.btn{
  color: white;
  border: none !important;
  border-radius: 0px !important;
  background-color: #FFE600;
  border-color: #FFE600;
}
.btn:hover{
  color: white !important;
  background-color: #00569D !important;
  border-color: #00569D !important;
}
.close-modal-one, .close-modal-two{
  display: inline-block;
  margin: 40px auto;
}
/*Logo*/
.logo{
  width: 350px;
  margin-top: -20px;
}
@media (max-width: 500px){
.logo{
  width: 220px;
  margin-top: -10px;
}
}
/*Nav*/
.navbar-custom .navbar-toggle{
  color: white;
  background-color: #FFE600;
  border: none;
  border-radius: 0px;
}
@media (max-width: 768px){
  .nav.navbar-nav.navbar-right{
    margin-top: 40px;
  }
}
.navbar-default .navbar-collapse{
  border: none;
}
.navbar-collapse.collapse.in{
  background-color: white;
}
  header{
  height: 80vh;
  text-align: center;
  background: #ffffff url('../img/comp_duisburger-express.jpg') no-repeat right top;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.red-badge{
  position: absolute;
  right: 0px;
  top: 10%;
  width: 206px;
  height: 200px;
}
@media (max-width: 992px){
  .red-badge{
  display: none;
}
}

.intro-text{
  margin-top: 100px;
  height: 100%;
}


header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .welcome {
  display: block;
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
  font-size: 36px;
  text-align: left;
  position: relative;
  font-style: italic; 
}
@media (max-width: 992px){
  header .intro-text .welcome {
  font-size: 24px;
   }
}
@media (max-width: 500px){
  header .intro-text .welcome {
  font-size: 18px;
   }
}
@media (max-width: 992px){
  #portfolio{
    padding-top: 50px;
    padding-bottom: 50px;
  }

}
.welcome::before {
  content: '';
  width: 15px;
  background-color: #00569D;
  position: absolute;
  top: 0px;
  bottom: 0px;

}
.welcome span{
  display: inline-block;
  background-color: #FFE600;
  padding: 5px 10px 5px 25px;
  text-transform: uppercase;
  font-style: italic;
}
header .intro-text .company-description {
  font-size: 36px;
  font-weight: 800;
  color: white;
  text-align: left;
  margin-top: 100px; 
}

.company-description span{
  color: #FFE600;
}
@media (max-width: 992px){
  header .intro-text .company-description {
  font-size: 22px;
   }
}
@media (max-width: 500px){
  header .intro-text .company-description {
  font-size: 16px;
   }
}
.navbar-custom {
  background: white;
  font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  margin-bottom: 0px;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #00569D;
  font-size: 13px;
}

.navbar-custom .navbar-nav li a:hover {
  color: #FFE600;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #FFE600;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #FFE600;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: normal;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #FFE600;
  color: white;
  border-color: #FFE600;
}

  .navbar-custom {
    padding: 25px 0;

  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

section.success {
  background: white;
  color: #5a5a59;
}

.client-logos{
  margin-top: 50px; 
}

#portfolio{
  background-color: #FFE600;
  padding-bottom: 70px;
}

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

@media (min-width: 992px) {
  .portfolio-item-wrapper{
    margin-top: -50px;
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .portfolio-item-wrapper{
    height: 450px;
  }
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
  background-color: #00569D;
  height: 100%;
  padding: 60px 40px 40px 40px;
}
#portfolio .portfolio-item img{
  max-width: 200px;
  margin: 0 auto;
}


@media (max-width: 1400px) {
#portfolio .portfolio-item img{
  max-width: 130px;
  margin: 0 auto;
}
}
.portfolio-item-wrapper h2{
  text-align: center;
  color: #FFE600;
  position: absolute;
  bottom: 100px;
  right: 0px;
  left: 0px;
}

@media (max-width: 992px) {
  .portfolio-item-wrapper h2{

    bottom: 20px;

  }
}

#portfolio .portfolio-item:hover {
  background-color: #0071CE;
}


#portfolio .portfolio-item .portfolio-link .caption {
  background: #00569D;
  width: 100%;
  height: 100%;
  color: white;
  padding: 20px;
}
#portfolio .portfolio-item .portfolio-link .caption h2{
  font-size: 2em;
  margin-bottom: 20px;
  color: white;
}
.portfolio-item .icon{
  position: absolute;
    bottom: 40px;
  right: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .portfolio-item .icon{
    display: none;
  }
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;

}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background: white;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #FFE600;
}

footer {
  color: white;
}
footer>a{
 margin-right: 25px;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #f2f4f6;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #FFE600;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}
.btn-primary .badge {
  color: #f2f4f6;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #FFE600;
  border-color: #FFE600;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #FFE600;
  border-color: #FFE600;
}
.btn-success .badge {
  color: #FFE600;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}

.modal-head{
  background-color: #00569D;
  color: white;
  padding: 50px 0px 0px 0px;
}
.modal-head hr{
  margin-top: 20px;
  margin-bottom: 20px;
}
.grey-section{
  background-color: #f2f4f6;
  padding: 50px 0px 100px 0px;
}

.white-section{
  background-color: white;
  padding: 50px 0px 100px 0px;
}
.grey-section hr, .white-section hr{
  margin: 0px 0px 30px 0px;

}
.white-section hr{
  border-color: #008bd2;
}
.modal-head h2{
  color: white;
  font-size: 45px;
  text-align: center;
}
.modal-head hr{
  border-color: white;
} 
.portfolio-modal .modal-content{
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0px;
}

.portfolio-modal h2{
  margin-top: 20px;
  margin-bottom: 30px;
}
.portfolio-modal h2:first{
  margin-bottom: 80px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: white;
  top: 25px;
  right: 25px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr{
  height: 30px;
  width: 5px;
  margin-left: 20px;
  margin-top: 8px;
  background-color: #00569D;
  transform: rotate(45deg); 
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 30px;
  width: 5px;
  background-color: #00569D;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
/*  */
#map1{
  width: 100%;
  height: 575px;
}
@media screen and (max-width: 1400px){
  #map1{
    width: 100%;
    height: 601px;
  }
}
@media screen and (max-width: 1200px){
  #map1{
    width: 100%;
    height: 628px;
  }
}
@media screen and (max-width: 992px){
  #map1{
    width: 100%;
    height: 400px;
  }
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.infowindow-head{
  font-size: 14px;
}
.nav-tabs{
  border-bottom: 0px;
  margin-top: 30px;
}
.nav-tabs>li>a{
    color: #5a5a59;
  background-color: white;
  border: none;
  border-radius: 0px; 
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  color: white;
  background-color: #FFE600;
  border: none;
  border-radius: 0px; 
}

.nav-tabs>li.active>a::after{
  position: absolute;
  bottom: -35px;
    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/tabdown-active.png");
  background-repeat: no-repeat;
  background-position: 75% 40%;

}
@media screen and (max-width: 768px){
  .nav-tabs>li>a{
    margin-bottom: 5px;
  }
  .nav-tabs>li.active>a::after{
    display: none;
  }
  .dd768{
    display: none;
  }
}
#contactForm{
  margin-top: 20px;
}

footer{
  margin-top: 30px; 
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px){
  .navbar-custom .navbar-nav li a{
  font-size: 12px;

}
 }

.more-link{
  position: relative;

}
.more-link::after{
  display: inline-block;
  content: ' ';
  background-image: url('../img/link-icon-yellow.svg');
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 20px;
  height: 30px;
  width: 20px;
  position: absolute;
  right: -25px;
}
#cars{
  background-color: #F5F5F5;

}
.fuhrpark-text{
  padding-top: 60px;
  color: #00569D;
  padding-bottom: 60px;
}
.fuhrpark-text a{
  color: #00569D;
}
.fuhrpark-text p{
  margin-top: 50px;
  margin-bottom: 50px;
}
#time{
  background-color: #00569D;
  color: white;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
    margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1330px;
}
#time row{
  position: relative;
}
#time h2{
}
#time h2 span{
  display: inline-block;
  color: #00569D;
  background-color: #FFE600;
  padding: 3px 15px 3px 15px;
  text-transform: uppercase;
}

#time a{
  color: white !important;
}
#time img{
  position: absolute;
  bottom: 0px;
  max-width: 500px;
  right: 0px;
}
@media screen and (max-width: 992px){
  #time img{
display: none;
}
}

#aktuelles{
    position: relative;
    margin-top: 100px;
    background-color: #F5F5F5;
    float: right;
    width: 100%;
    padding-bottom: 100px;
}
#aktuelles .teaser{
  margin-top: -100px;
}
@media screen and (max-width: 992px){
  #aktuelles .teaser{
  margin-top: 50px;
  position: relative;
  float: left;
  }
}
#aktuelles .headline-wrapper{
    background-color: #00569D;
    color: white !important; 
    height: 100px;
    padding: 15px 30px;
    font-style: italic;
}
#aktuelles .headline-wrapper h3,
#aktuelles .headline-wrapper h2{
    color: white !important; 

}
#aktuelles .headline-wrapper h3 span{
  font-size: 16px;
}
#aktuelles .stellen-wrapper{
    background-color: #FFE600;
    float: left;
    padding: 15px 30px 50px 30px;
}
#aktuelles .stellen-wrapper h4{
  margin-top: 30px;
}
#aktuelles .stellen-wrapper hr{
    border-bottom: 1px solid #00569D;
    margin: 20px auto;
    width: 100%;
    max-width: initial;
}
#aktuelles .more-link{
    color: #00569D;
}
#aktuelles .more-link::after{
  display: inline-block;
  content: ' ';
  background-image: url('../img/link-icon.svg');
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 20px;
  height: 30px;
  width: 20px;
  position: absolute;
  right: -25px;
}
.sonderfahrten{
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  padding-bottom: 15px;
  padding-top: 30px;
  padding-left: 30px;
  color: white;
  background-image: linear-gradient(to bottom,rgba(0,0,0, 0) 0,rgba(0,0,0,.5) 100%)
}
.sonderfahrten h3, 
.sonderfahrten a{
  color: white !important;
}
#contact{
  padding-top: 40px;
  margin-bottom: 20px;
}
#contact .form-control{
  background-color: white;
  border: 2px solid #00569D;

}
#contact button{
  background-color: #00569D;

}
.map-wrapper{
  padding-right: 0px;
  margin-top: 50px;
}
@media screen and (max-width: 992px){
  .map-wrapper{
  padding-right: 0px;
  padding-left: 0px;
}
}
.form-wrapper{
  margin-top: 50px;
    background-color: #FFE600;
    float: left;
    position: relative;
}
#contactForm{
  position: relative;
  float: left;
}
.form-wrapper p,
.form-wrapper a{
  color: #00569D;
  float: left;
  font-size: 14px;
}  

footer a{
  font-size: 14px;
}
.contact-icon{
  float: left;
  margin-right: 10px;
}
.contact-icon.pin{
  max-width: 33px;
}
.form-wrapper .data-wrapper {
  margin-top: 15px;
  position: relative;
  margin-bottom: 5px;
  float: left;
  margin-right: 15px;
}
#portfolioModal1 h2{
  text-align: left;
  color: #FFE600;
}
#portfolioModal1 .white-section{
  background-color: white;
}

#portfolioModal2 .white-section{
  background-color: white;
}
#portfolioModal2 h2{
  text-align: left;
  color: #FFE600;
}

.services{
  font-size: 14px;
}

.large-icon{
  max-width: 350px;
  margin: 20px auto;
}

#portfolioModal3 .white-section{
  background-color: white;
}
#portfolioModal3 h2{
  text-align: left;
  color: #FFE600;
}
.carousel-caption h2{
  color: white !important;
  text-align: center !important;
}
#portfolioModal4 .modal-head{
  padding-bottom: 50px;
}
#portfolioModal4 .white-section{
  background-color: white;
}
#portfolioModal4 h2{
  text-align: left;
  color: #FFE600;
}

#portfolioModal4 h3{
  text-align: left;
  color: white;
}
.download-teaser{
  margin-bottom: 40px;
}
#portfolioModal5 .modal-head{
  padding-bottom: 100px;
}
#portfolioModal5 h2{
  text-align: left;
  color: #FFE600;
}
.clock-large{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
#portfolioModal4, #portfolioModal5, #portfolioModal6, #portfolioModal7, #portfolioModal8{
  padding-right: 0px !important;
}
#portfolioModal6 .modal-head{
  position: relative;
  padding-bottom: 200px;
}
#portfolioModal6 h2{
  text-align: left;
  color: #FFE600;
}

#portfolioModal7 .modal-head{
  padding-bottom: 100px;
  background-color: #FFE600;
  color: #00569D;
}
#portfolioModal7 h2{
  text-align: left;
  color: #00569D;
}
#portfolioModal7 p,
#portfolioModal7 a{
  color: #00569D;
}
#portfolioModal8 .modal-head{
  position: relative;
  padding-bottom: 200px;
}
#portfolioModal8 h2{
  text-align: left;
  color: #FFE600;
}
