/*
Bitte fügen Sie hier Ihr eigenes CSS ein
*/

#headerdiv{
  /* max-width: 1350px; */
  display: block;
  margin: 0 auto;
  margin-top: -1px;
}

#headerdiv.big{
  box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
}

.camera_caption{
  background-color: rgba(5,5,5,0.85) !important;
  font-family: Dosis,Open-Sans,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#teaserinhalt{
  /* height: 700px; */
}

#welcomeBox, .pl0{
  max-width: 1350px;
  display: block;
  margin: 0 auto;
  float: none !important;
  margin-top: 1px;
}

#mainBoxes .box{
  margin: 5% 0 !important;
}

#mainBoxes .box .btn{
  margin-top: 20px;
}

#footer > .p0{
  max-width: 1350px;
  display: block;
  margin: 0 auto;
  float: none !important;
}

#footerMaps{
  margin-top: 0px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

#inhaltdivstart h2{
  margin-bottom: 25px;
}

.page-content .container {
  padding: 0;
}

td{
  vertical-align: top;
  padding: 5px 0;
}

h1.blockTitle {
  margin-top: 50px;
}

p{
  line-height: 1.6;
}

.dashed-line{
  border-bottom: 1px solid;
  border-bottom-style: dashed;
  border-bottom-color: #9b9b9b;
  margin-top: -80px;
  margin-bottom: 50px;
}

.container .dashed-line{
  margin-top: -30px;
}

.container .btgrid{
  margin-bottom: 75px;
}

.container .btgrid:last-child{
  margin-bottom: 0;
}

.page-content.team-page img{
  width: 350px;
}

.page-content.team-page h3{
  margin-bottom: 25px;
  margin-top: 25px;
}

.newsuebersicht{
  border-bottom: 1px solid;
  border-bottom-style: dashed;
  border-bottom-color: #9b9b9b;
  margin-bottom: 50px;
  padding: 0 2em 2em 2em;
}

.newsuebersicht i{
  display: block;
}

.bdm-content{
  margin-top: -50px;
  margin-bottom: 50px;
}

.bdm-content h3{
  margin: 40px 0;
}

.bdm-content table{
border: 0px solid transparent;
}

.bdm-content table caption{
  font-style: italic;
  text-decoration: underline;
}

.bdm-content table tbody tr td{
  padding: 5px;
}

.bdm-content table tbody tr td:first-of-type{
  color: #00a6df;
}


/* ------------------- Responsive -------------------- */
/* --------------------------------------------------- */

@media screen and (max-width: 767px){
  h1,
  #startseitenText h3,
  h3.box_title {
    margin-bottom: 25px;
  }

  {
    margin-bottom: 25px;
  }

  #inhaltdivstart .col-xs-12 .col-xs-12 .col-xs-12{
    margin-bottom: 25px;
  }

  .camera_caption{
    display: none !important;
  }

  .page-content.leistungen img{
    margin-bottom: 15px;
  }

  .team-page .container .btgrid{
    margin-bottom: 0px;
  }
}
