.main {
	background-color: #0f4871ff;
	padding: 2em;
}
a:hover {
  color: white;
}

.logo {
	color: #002D59;
    text-shadow: white 0.3em 0.3em 0.3em;
    fill:#002D59;
    max-height:10em;
	}

.jumbotron {
	height:100vh;
	width:100%;
	background-color:#002D59;
	background-image: url('../img/water-by-pixabay.jpg');
 	background-size:cover ;
  background-repeat: no-repeat;
    color: #002D59;
    text-shadow: white 0em 0em 0.3em;
    -webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
}

.header-image {
	padding:1em;

}

.container-block {
	margin: 2em;
}

.logobild-header {
	max-width: 20em;
}
.logobild {
	max-height: 2em;
}
.icon {
	width:auto;
	max-height:10em;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-kontakt {
	background-color: #002D59;
	color: #fff;
	margin: 0em;
	margin-top: 2em;
	padding: 0.5em;
	padding-left:2em;
	padding-right:2em;
}
.btn-kontakt:hover {
	background-color: #245580;
}

.slider-White {
	padding:3em;
	background-color: #FFFFFF;
}

.slider1 {
	height: 1em;
	background-image: linear-gradient(90deg, #002d59, #245580);
	background-attachment: fixed;
}

.slider2 {
	padding:5em;
	margin-top:5em;
	background-color: #002D59;
	color: #ffffff;
}

.slider3 {
	padding:2em;
	background-color: #efefef;
}

.slider-footer {
	background-color: #002D59;
	color: white;
	margin-bottom:0px;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #002D59;
	color:white;
}

.sign {
	float:right;
	max-height:5em;
}

.meteor{
	max-width:100%;
	margin-bottom:3em;
}

.white {
	color: #ffffff;
}

.grey-bg {
	background-color: #bcc4c6;
	padding-top: 4em;
	}

.grey {
	padding:1em;
	}
.service{
	padding-top: 2em;
}

.abstandshalter {
	padding-bottom: 5em;
	padding-top: 2em;
}

p.thick {
  font-weight: bold;
}

.bold {
font-weight:bold;
color:#002D59;
}

.blue {
color:#002D59;
}

.active {
color:#002D59;
}

.bg-white {
    background-color: #FFFFFF;
    border-color: #002d59;
}
.case {
	margin-bottom:3em;
}

#breadcrumbs {
	margin:2em;
}
#breadcrumbs a {
    text-decoration:none;
    color: #777777;
}

#breadcrumbs a:hover {
    text-decoration:underline;
    color: #999999;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #005d77;
}

.navbar {
	  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}
/* icon */ .custom-navbar .fa {font-size:25px}

@media (max-width:767px) {
    .custom-navbar .navbar-right {
        float: right;
        padding-right: 15px;
    }
    .custom-navbar .nav.navbar-nav.navbar-right li {
        float: right;
    }
    .custom-navbar .nav.navbar-nav.navbar-right li > a {
        padding:8px 5px;
    }
    .custom-navbar .navbar-toggle {
        float: left
    }
    .custom-navbar .navbar-header {
        float: left;
        width: auto!important;
    }
    .custom-navbar .navbar-collapse {
        clear: both;
        float: none;
    }
}

.fachbereich {
  padding-top:50px;
  padding-bottom: 3em;
}

.card-shadow {
  box-shadow: 0px 0px 0px grey;
 }

.card {
	border-color: #FFFFFF;
}
.card-footer {
	background-color: #FFFFFF;
}

 /* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 0em;
  top: auto;
  bottom: 0px;
  margin-right: 10em;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 50%;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
}

.contact-1{
	margin-bottom:10em;
	margin-top:3em;
}



  /* The actual timeline (the vertical ruler) */
  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #002d59;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }

  /* Container around content */
  .container-tl {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }

  /* The circles on the timeline */
  .container-tl::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #002d59;
    border: 8px solid #002d59;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }

  /* Place the container to the left */
  .left {
    left: 0;
  }

  /* Place the container to the right */
  .right {
    left: 50%;
  }

  /* Add arrows to the left container (pointing right) */
  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }

  /* Add arrows to the right container (pointing left) */
  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Fix the circle for containers on the right side */
  .right::after {
    left: -16px;
  }

  /* The actual content */
  .content {
    padding: 1em 1em;
    background-color: white;
    position: relative;
    border-radius: 6px;
  }

  .content hr {
    height: 2px;
  }

  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
      left: 31px;
    }

  /* Full-width containers */
    .container-tl {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }

  /* Make sure that all arrows are pointing leftwards */
    .container-tl::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }

  /* Make sure all circles are at the same spot */
    .left::after, .right::after {
      left: 15px;
    }

  /* Make all right containers behave like the left ones */
    .right {
      left: 0%;
    }
  }


/* -------Ab hier Animate.css-Thanks to Daniel-------------*/

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
