@charset "UTF-8";
/* Inclusive and exclusive operators for a finer control over the intervals */
/* ==========================================================================
   Main Variablen, Mixins,
   ========================================================================== */
/* Colors */
/* ==========================================================================
   Bootstrap rewrite
   ========================================================================== */
@media (min-width: 769px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
  .row {
    margin-left: -20px;
    margin-right: -20px; } }

/* ==========================================================================
   Main
   ========================================================================== */
html, body {
  height: 100%;
  width: 100%; }

body {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #4b4b4b;
  background: #efefef;
  font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
  overflow-x: hidden; }

#home-welcome p, #home-projects p {
  font-size: 1.8rem;
  line-height: 2.6rem; }

@media (min-width: 1200px) {
  .container {
    width: 1100px; } }

h1, h2, h3, h4 {
  color: #004f69; }

hr {
  margin-bottom: 35px;
  margin-top: 15px; }

h1 {
  font-size: 4.8rem;
  margin: 0 0 18px 0;
  padding: 0;
  font-weight: 500; }

h3 {
  font-size: 1.6rem;
  font-style: italic;
  margin: 0 0 5px;
  padding: 0; }

h4 {
  font-size: 2.0rem;
  margin: 0 0 16px 0;
  padding: 0; }

h6 {
  margin-top: 10px;
  margin-bottom: 4px !important;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #4b4b4b;
  font-family: Helvetica,Helvetica Neue,Arial,sans-serif; }

p {
  margin-bottom: 40px; }

select#projectsearchform_sort {
  color: #000; }

section {
  background: #efefef;
  padding: 75px 0 75px 0; }

#projects-filter {
  padding: 75px 0 25px 0; }

/*#projects-filter  .radio label, #projects-filter  .checkbox label, #projects-filter  .checkbox-inline {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 30px;
    padding-left: 30px;
    padding-right: 20px;
    width: 30%;
    @include media("<=tablet-big") {
      width: 44%;
      font-size: 1.6rem;
    }
}*/
.status-box > .checkbox-inline {
  cursor: pointer;
  font-weight: 400 !important;
  margin-bottom: 0;
  min-height: 30px;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%; }
  @media (max-width: 1199px) {
    .status-box > .checkbox-inline {
      width: 30%; } }
  @media (max-width: 768px) {
    .status-box > .checkbox-inline {
      width: 48%; } }
  @media (max-width: 480px) {
    .status-box > .checkbox-inline {
      width: 88%; } }

.categorie-box > .checkbox-inline {
  cursor: pointer;
  font-weight: 400 !important;
  margin-bottom: 0;
  min-height: 30px;
  padding-left: 30px;
  padding-right: 20px;
  width: 30%; }
  @media (max-width: 768px) {
    .categorie-box > .checkbox-inline {
      width: 48%; } }
  @media (max-width: 480px) {
    .categorie-box > .checkbox-inline {
      width: 88%; } }

@media (max-width: 1199px) {
  .categorie-box {
    margin-top: 40px; } }

#home-welcome {
  padding: 75px 0 80px 0; }

#home-projects {
  padding: 75px 0 40px 0; }

#home-projects-result {
  padding: 140px 0 130px 0; }
  @media (max-width: 768px) {
    #home-projects-result {
      padding: 40px 0 80px 0; } }

#home-projects-result a, .project-item a {
  color: #418aaf;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.8rem;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#home-projects-result .project-item a:hover {
  border-bottom: 1px solid #418aaf;
  text-decoration: none; }

#projects-result .project-item a:hover {
  border-bottom: 1px solid #418aaf;
  text-decoration: none; }

#home-projects-result a:hover {
  text-decoration: underline; }

.project-list-row {
  margin-left: -35px;
  margin-right: -35px; }

.project-list-col {
  padding-left: 35px;
  padding-right: 35px; }

.grau {
  background: #f2f2f2; }

@media (min-width: 768px) {
  .equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
  @media (min-width: 768px) and (max-width: 480px) {
    .equal-height {
      display: block; } }

/* zentrierte cols */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.item {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff; }

.item a {
  text-decoration: none !important;
  color: #4b4b4b; }

.item a:hover {
  text-decoration: none !important; }

.item .link {
  color: #00688a; }

.item .content-container .link {
  position: relative;
  margin-top: 15px;
  font-style: italic; }

.col-fixed {
  /* custom width */
  width: 320px;
  margin-bottom: 30px; }

/* content styles */
.item {
  display: table; }

div > a, img > a, a, a:active, a:hover, a:focus, li > a, li > a:hover, li > a:active, li > a:focus, footer ul li a, footer ul li a:focus, footer ul li a:active, footer ul li a:hover, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.back-to-top {
  background-color: #004f69;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 8px 10px;
  z-index: 4000;
  font-size: 1.5em;
  opacity: 0.7; }

.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  color: white; }

.back-to-top:hover {
  opacity: 1; }

.img-res-right img {
  max-width: 150px !important; }

/* ==========================================================================
   Home
   ========================================================================== */
#home-teaser {
  height: 80%;
  background: url("../images/bg/home-drost-consult.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#home-teaser .teaser-content {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0%;
  padding: 0 10px; }

#home-teaser .teaser-content h2 {
  font-size: 5.0rem; }
  @media (max-width: 768px) {
    #home-teaser .teaser-content h2 {
      font-size: 4.0rem; } }
  @media (max-width: 480px) {
    #home-teaser .teaser-content h2 {
      font-size: 3.0rem; } }

@media (max-width: 768px) {
  h1 {
    font-size: 4.0rem; } }

@media (max-width: 480px) {
  h1 {
    font-size: 3.0rem; } }

.teaser-content p {
  font-size: 1.8rem;
  line-height: 2.6rem; }

#home-welcome hr {
  border-color: #004f69;
  width: 80px; }

#home-projects {
  height: auto;
  background: url("../images/bg/projekte-drost-consult.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#home-projects h1, #home-projects h3, #home-projects p {
  color: white; }

#home-projects hr {
  border-color: white;
  width: 80px; }

@media (max-width: 768px) {
  #home-projects .btn-dksend {
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  #home-projects .form-control {
    width: 70%; } }

@media (max-width: 768px) {
  #home-projects .btn-dksend-small {
    vertical-align: top; } }

.form-group .btn-dksend-small {
  height: 52px;
  width: 52px;
  padding-top: 15px; }

.form-group .btn-dksend-small span {
  font-size: 21px; }

.card_content:before, .card_content:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.card_content:before {
  right: 70%;
  border-bottom: 20px solid rgba(255, 255, 255, 0.8);
  border-right: 20px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.card_content:after {
  left: 30%;
  border-bottom: 20px solid rgba(255, 255, 255, 0.8);
  border-left: 20px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#home-projects-result h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #004f69;
  position: relative;
  color: #004f69;
  -webkit-box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0px white; }
  @media (max-width: 930px) {
    #home-projects-result h4 {
      margin-top: 60px; } }
  #home-projects-result h4:after {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #006180;
    border-bottom: 1px solid #006180;
    background-color: #efefef;
    left: 30px;
    bottom: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (max-width: 768px) {
  .firstchild {
    margin-top: 0px !important; } }

.project-item {
  padding: 20px 0;
  border-bottom: 1px solid #468aa1; }

.project-item .icon {
  font-size: 1.2rem; }

#home-projects-result p.titel a, #home-projects-result p.titel {
  padding: 0;
  margin: 0;
  color: #004f69;
  font-size: 2.0rem;
  font-style: normal; }

#home-projects-result p.titel a:hover {
  text-decoration: none;
  border-bottom: none; }

#home-projects-result p.cat {
  padding: 0;
  margin: 4px 0 10px 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #418aaf; }

#home-projects-result p.text {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #4b4b4b;
  line-height: 2.2rem; }

#mainformwrapper .radio-inline {
  margin: 0 20px 0 10px; }

#mainformwrapper .checkbox-inline {
  margin: 0 20px 0 10px;
  font-weight: 200 !important; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #004f69;
  color: #fff;
  outline: 0; }

.nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills .open > a:focus {
  background: #004f69 !important;
  text-decoration: none;
  color: white; }

.nav-pills > li > a {
  border-radius: 0px;
  color: #004f69;
  background: white; }

.nav-pills > li + li {
  margin-left: 0px; }

.nav-pills > li {
  margin: 4px 4px 0 0;
  text-align: center;
  width: 80px; }

/* ==========================================================================
Pills Referenzen
   ========================================================================== */
.nav-pills > li:last-child {
  background: transparent !important; }

#referenzen .nav > li:last-child {
  background: #000 none repeat scroll 0 0;
  padding: 0px; }

#referenzen .tab-content a {
  color: #4b4b4b; }

#referenzen .tab-content a:hover {
  color: #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  text-decoration: none; }

/* ==========================================================================
breadcrumb CSS
   ========================================================================== */
.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 60px;
  padding: 0; }

.breadcrumb > li {
  color: #418aaf;
  font-size: 1.6rem;
  padding: 2px 5px 2px 0; }

.breadcrumb > li + li::before {
  content: none; }

.breadcrumb > li, .breadcrumb > li > a {
  color: #418aaf; }

.padding-bread {
  padding: 0px 30px; }

/* ==========================================================================
Subsites
   ========================================================================== */
.content-header {
  width: 100%;
  height: 160px;
  background: #00688a;
  text-align: center;
  padding-top: 25px;
  vertical-align: middle; }

.content-header > img {
  display: inline;
  height: auto;
  max-width: 100%;
  width: 80px; }

.content-container {
  width: 100%;
  height: 230px;
  background: white;
  padding: 30px 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 24px; }

.content-container p {
  margin: 0;
  text-decoration: none; }

.content-container p:hover {
  text-decoration: none; }

#sub-select h3 {
  color: white;
  margin-top: 10px; }

.sub-content-page h2 {
  color: #00708c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 10px; }

/* ==========================================================================
   Projekte
   ========================================================================== */
#projects-search .icon-search2 {
  font-size: 21px; }

#projects-search .pull-left, .projektsuchfeld {
  line-height: 31px; }

#projects-search .projektsuchfeld {
  font-size: 16px; }

#projects-search .projektsuchfeld:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#projects-search .btn-dksend-small-w {
  height: 40px;
  width: 40px;
  padding: 8px 5px 5px; }

#projects-search .dropdown-toggle {
  height: 40px;
  color: white;
  background-color: #6ea3c2;
  border: 0 none; }

#projects-search .caret {
  font-size: 20px; }

#projects-search::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #909; }

#projects-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909;
  opacity: 1; }

#projects-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909;
  opacity: 1; }

#projects-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909; }

#projects-search:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #909; }

.search-mask-pad {
  padding: 0 0 10px 0; }

.search-mask-pad .form-group {
  margin-bottom: 0px;
  float: right; }
  @media (max-width: 994px) {
    .search-mask-pad .form-group {
      float: none; } }

#projects-teaser {
  background: #00688a;
  min-height: 500px;
  padding-top: 270px; }
  @media (max-width: 994px) {
    #projects-teaser {
      padding-top: 170px; } }

#projects-teaser h1, #projects-teaser p {
  color: white; }

#projects-teaser hr {
  border-color: #fff;
  width: 80px; }

.img-res-right {
  padding: 0 60px 0 0;
  margin-bottom: 30px; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 75px solid #00688a;
  margin: 0 auto;
  margin-top: -1px; }

.arrow-down-kl {
  width: 0;
  height: 0;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  border-top: 17px solid #00688a;
  margin: -1px 0 0 17px;
  background: white; }

.without-h {
  padding-top: 20px; }

#projects-filter label {
  color: #6ea3c2;
  font-size: 1.8rem;
  font-weight: 300; }

#projects-filter .results p {
  padding: 40px 0 12px 0;
  margin: 0;
  color: #6ea3c2;
  font-size: 1.8rem; }

#projects-filter h4 {
  font-weight: 600; }

#projects-filter .checkbox, #projects-filter .checkbox-inline {
  margin: 15px 0; }
  @media (max-width: 680px) {
    #projects-filter .checkbox, #projects-filter .checkbox-inline {
      margin: 5px 0; } }

.no-col {
  padding: 40px 15px 10px 0px; }

#projects-filter .icon {
  font-size: 1.2rem; }

#projects-search {
  background: #00688a;
  padding: 20px 0 10px 0;
  color: white; }

.searchbox-value {
  padding-top: 5px; }

#projects-search .bootstrap-select {
  margin-left: 40px; }

#projects-search input {
  width: 345px;
  height: 40px; }

#projects-search .no-gutter [class*="-6"] {
  padding-left: 0;
  padding-right: 0; }

#projects-result h2 {
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 2.0rem;
  font-style: normal;
  color: #00708c;
  line-height: 2.8rem; }

#projects-result p {
  margin: 0 0 18px 0;
  padding: 0;
  line-height: 2.2rem; }

#projects-result .borderless td, #projects-result .borderless th {
  border: none; }

#projects-result th {
  font-weight: 400;
  padding-left: 0px; }

#projects-result td {
  font-weight: 400;
  color: #6ea3c2;
  color: #418aaf; }

@media (max-width: 991px) {
  #projects-search input {
    height: 40px;
    width: 333px;
    padding-top: 10px; } }
  @media (max-width: 991px) and (max-width: 560px) {
    #projects-search input {
      width: 80%; } }

@media (max-width: 991px) {
  #projects-search .dropdown-toggle {
    margin-bottom: 10px; }
  #projects-search .col-md-6 {
    text-align: center; } }

#projects-result .no-gutter [class*="-12"] {
  padding-left: 0;
  padding-right: 0; }

#projects-result .longsize {
  width: 100%; }

#projects-result table {
  margin: 0px; }

#projects-result table th, #projects-result table td {
  padding: 0px 1px 1px 0px; }

#projects-result .project-item {
  height: 100%;
  min-height: 100%;
  overflow: auto;
  padding: 40px 0;
  display: block;
  margin: 0 0 0px 0; }

#projects-result .my-padding {
  padding: 0 40px; }

#buero-projects-header h5 {
  color: #004f69;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem; }

@media (max-width: 768px) {
  #buero-projects-content {
    margin: 20px 0 0 0; } }

#buero-projects-content h5, .buero-project-info h5 {
  color: #00708c;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem; }

#buero-projects-header p {
  color: #004f69; }

#buero-projects-content p {
  margin-bottom: 0px;
  margin-bottom: 40px; }

.project-no-mag-b p {
  margin-bottom: 0px !important; }

#buero-projects-content h5.pad-top-pro {
  margin-top: 40px; }

#buero-projects-content h5.pad-top-pro-2 {
  margin-top: 20px; }

#buero-projects-content h5:not:first-child {
  margin-top: 40px; }

.buero-project-info {
  padding: 30px;
  background: white;
  min-height: 100%; }

.buero-project-info p {
  color: #00708c;
  margin: -12px 0 20px 0; }

.buero-project-info img, .project-item img {
  border: 1px solid #00698b;
  -webkit-box-shadow: 4px 4px 3px -3px rgba(0, 105, 139, 0.75);
  box-shadow: 4px 4px 3px -3px rgba(0, 105, 139, 0.75); }
  @media (max-width: 994px) {
    .buero-project-info img, .project-item img {
      margin: 0 0 30px 0; } }

@media (max-width: 768px) {
  .img-res {
    padding: 0 250px 0 20px; } }

.readmore {
  font-style: italic; }

@media (max-width: 420px) {
  #projects-search .bootstrap-select {
    margin-left: 0px;
    width: 100%;
    padding: 1px; }
  .sortingheader {
    float: left; } }

/* ==========================================================================
   Referenzen
   ========================================================================== */
#referenzen-header {
  padding: 75px 0 0 0; }

#referenzen {
  padding: 0; }

.panel-collapse {
  border-top: 1px solid #004f69;
  padding: 10px 20px; }

#referenzen h4 {
  background: #004f69;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  color: white;
  display: inline-block; }

#referenzen ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#referenzen .tab-pane ul li::before {
  content: "";
  float: left;
  font-family: "FontAwesome";
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-left: -1em; }

#referenzen ul li {
  line-height: 28px; }

.ref-list {
  margin: 0 0 40px 0; }

.panel-default > .panel-heading {
  background-image: none;
  background-repeat: repeat-x; }

.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: transparent; }

.panel-heading {
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px; }

.panel-title > a {
  color: inherit;
  width: 40px;
  height: 40px;
  display: block; }

.panel-title > a {
  text-decoration: none; }

.panel, .panel-default {
  border: none;
  border-color: transparent; }

.panel {
  background-color: transparent;
  border: none 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7f7f7; }

.panel-body {
  padding: 15px 0; }

/* ==========================================================================
   Team
   ========================================================================== */
#team img {
  width: 100%;
  max-width: 320px; }

.card {
  overflow: hidden;
  position: relative;
  max-width: 320px;
  margin: auto; }

.card-content {
  background-color: white;
  padding: 18px;
  position: absolute;
  bottom: 0;
  height: 135px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (max-width: 994px) {
    .card-content {
      height: 225px; } }

.card:hover .card-content {
  height: 225px;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

@media (max-width: 767px) {
  .card-content {
    height: 225px;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; } }

.card-content ul li.mail {
  line-height: 1.6rem;
  padding-top: 4px; }

.card-content p {
  height: 50px;
  line-height: 20px;
  font-size: 1.4rem;
  font-weight: 300; }

.card-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.0em;
  font-style: normal; }

.card-content p {
  margin: 0 0 20px 0; }

.card-bottom {
  margin: 0 0 40px 0; }

.card-content ul li {
  margin: 0 0 0 25px;
  font-size: 1.2rem; }

.card-content ul li.phone:before {
  font-family: 'FontAwesome';
  content: '\f095';
  float: left;
  margin-left: -1.5em;
  font-size: 1.6rem; }

.card-content ul li.fax:before {
  font-family: 'FontAwesome';
  content: '\f1ac';
  float: left;
  margin-left: -1.5em;
  font-size: 1.6rem; }

.card-content ul li.mail:before {
  font-family: 'FontAwesome';
  content: '\f0e0';
  float: left;
  margin-left: -1.5em;
  font-size: 1.6rem; }

.card-content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.triangle-transparent {
  background-color: white;
  padding: 10px;
  position: absolute;
  top: -16px;
  width: 100%;
  height: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.triangle-transparent {
  background-color: transparent; }

.triangle-transparent:after, .triangle-transparent:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
  border-bottom: 17px solid white;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.triangle-transparent:before {
  right: 91%;
  border-right: 27px solid transparent;
  border-left: 30px solid; }

.triangle-transparent:after {
  left: 9%;
  border-left: 27px solid transparent;
  border-right: 30px solid; }

.persondegree {
  padding-bottom: 7px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: -3px; }

/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar-fixed-top {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.myico {
  font-size: 10px; }

.navbar {
  background: rgba(0, 0, 0, 0.3);
  height: 160px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: white;
  font-weight: 300; }

.navbar a {
  color: white; }

.nav-justified > li > a {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  outline: 0;
  outline: none; }

.navbar-default {
  border: none; }

.navbar-brand {
  height: 160px;
  line-height: 150px;
  text-align: center;
  background: black;
  vertical-align: middle;
  width: 320px;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

@media (max-width: 1400px) {
  .navbar-brand {
    width: 270px; } }

@media (max-width: 1280px) {
  .navbar-brand {
    width: 180px; } }

@media (max-width: 1100px) {
  .navbar-brand {
    width: 120px; } }

@media (max-width: 991px) {
  .navbar-brand img {
    margin-left: -17px !important; } }

.navbar-brand img {
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (max-width: 930px) {
    .navbar-brand img {
      margin-top: -3px; } }

.navtable_collapse {
  top: -20px;
  height: 54px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.brand-logo_collapse {
  line-height: 40px; }

.nav-justified > li > a {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #fff;
  height: 160px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navtable_collapse .nav-justified > li > a {
  background: #4f4f4f none repeat scroll 0 0;
  color: #fff;
  height: 54px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navtable_collapse .nav-justified > li.dropdown > a {
  background: black; }

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a:focus, .nav-justified li.active a {
  background: rgba(0, 79, 105, 0.6) none repeat scroll 0 0;
  text-decoration: none; }

.navtable_collapse .nav > li > a:hover, .navtable_collapse .nav > li > a:focus, .navtable_collapse .nav .open > a:focus, .navtable_collapse .nav-justified li.active a {
  background: #00688a;
  text-decoration: none; }

.nav > li:last-child {
  /* background: rgba(0, 0, 0, 1.0) none repeat scroll 0 0;
        padding: 20px;*/
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  /*@include media("<=tablet-big") {
        background: rgba(0, 0, 0, 1.0) none repeat scroll 0 0;
        padding: 20px;
    }*/ }
  @media (max-width: 992px) {
    .nav > li:last-child {
      background: black none repeat scroll 0 0;
      padding: 20px; } }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background-color: black; }

.no-gutter [class*="col-"] {
  padding-left: 15px;
  padding-right: 0px; }

.forgotpwcolnospacer {
  padding-left: 0px;
  text-align: left; }

@media (max-width: 768px) {
  .nav-justified > li > a {
    margin-bottom: 0px;
    text-align: center;
    height: 54px; } }

#login-norm {
  width: 250px;
  margin: 0; }
  @media (max-width: 768px) {
    #login-norm {
      width: 100%;
      height: auto; } }

#login-norm a {
  color: white;
  font-size: 1.2rem; }

#login-norm p {
  margin: 0;
  padding: 0 0 10px 0;
  color: white; }

#quickloginform {
  margin-top: 13px; }

#login-norm .btn {
  padding: 4px 5px; }

#login-norm .form-control {
  background-color: #fff;
  background-image: none;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00698b;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  opacity: 1;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  width: 100%; }

#login-norm .input-group, #login-norm .btn-dksend {
  margin-bottom: 10px; }

#login-norm .input-group-addon {
  background: #004f69;
  border-radius: 0;
  border: none; }

#login-norm .glyphicon {
  color: white; }

.ico-own {
  color: white;
  font-size: 1.4rem;
  margin-left: 2px;
  margin-right: -2px; }

#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0; }

#login-dp .help-block {
  font-size: 12px; }

#login-dp .bottom {
  background-color: white;
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
  color: #0C3A5F; }

#login-dp .bottom a {
  color: #0C3A5F; }

#login-dp .social-buttons {
  margin: 12px 0; }

#login-dp .social-buttons a {
  width: 49%; }

#login-dp .form-group {
  margin-bottom: 10px; }

.btn-fb {
  color: #fff;
  background-color: #3b5998; }

.btn-fb:hover {
  color: #fff;
  background-color: #496ebc; }

.btn-tw {
  color: #fff;
  background-color: #55acee; }

.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa; }

@media (max-width: 768px) {
  #login-dp {
    background-color: inherit;
    color: #fff; }
  #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none; } }

.bottom-down {
  top: 40px; }

.navbar-lastmenuitem {
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navbar-menuitemspacer {
  padding-top: 107px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navtable_collapse .navbar-menuitemspacer {
  padding-top: 10px; }

.navbar-form .form-control::-moz-placeholder {
  color: #fff; }

.form-control::-moz-placeholder {
  color: #418aaf; }

.navbar-form .form-control::-webkit-input-placeholder {
  color: #ffffff; }

.user-setting {
  background-image: url("../images/icon_user_drost_consult_2.png");
  background-position: 15px 25px;
  background-repeat: no-repeat;
  background-size: 55px auto;
  height: 145px;
  padding-top: 10px; }

.user-setting span {
  color: white;
  display: inline-block;
  font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  width: 100%; }

.user-setting p {
  color: white;
  font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: 42px;
  overflow: hidden; }

.user-col-link {
  margin-top: 20px; }

.user-col-link .link- {
  margin-left: 10px; }

.user-col-link a {
  font-size: 1.6rem !important;
  margin-left: 20px; }

.user-col {
  margin-top: 20px; }

/*========================================================================
   MOBILE NAVBAR
   ========================================================================== */
#mobileNavbar {
  height: 50px !important;
  line-height: 50px !important;
  top: -20px !important;
  position: fixed !important;
  color: white !important;
  background: #000000 none repeat scroll 0 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#mobileNavbar .navbar-brand {
  height: 50px !important;
  line-height: 40px !important;
  color: white !important; }

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    color: white !important;
    padding-left: 25px;
    background: #000000 none repeat scroll 0 0 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: white !important;
    background: #004f69 none repeat scroll 0 0 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .navbar-toggle {
    background-color: #004f69 !important;
    border: none !important;
    border-radius: 0px !important; }
  .navbar-nav {
    margin: 0 -15px; }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #004f69 none repeat scroll 0 0 !important; } }

.navbar-form .form-control {
  color: #ffffff; }

#login-norm .form-control {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff; }

@media (max-width: 980px) {
  #navbarCollapse li form input {
    padding-left: 20px; } }

/* ==========================================================================
   MOBILE NAVBAR Dropdown
   ========================================================================== */
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  background: #444444 none repeat scroll 0 0;
  color: #fff;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  background: #004f69 none repeat scroll 0 0;
  color: #fff; }

.navbar-inverse .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a {
  background: #004f69 !important;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  display: inline-block;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  width: 0; }

/* ==========================================================================
   Main Content Pages CSS
   ========================================================================== */
.quetions {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  font-size: 1.4rem; }
  @media (max-width: 768px) {
    .quetions {
      position: relative;
      padding: 10px; } }

.quetions p {
  color: #4b4b4b;
  line-height: 22px;
  font-size: 1.4rem;
  line-height: 2rem; }

.quetions a {
  color: #418aaf;
  text-decoration: none;
  margin-top: 6px; }

.quetions a:hover {
  color: #418aaf;
  text-decoration: none;
  border-bottom: 1px solid #418aaf; }

#main-content {
  padding-top: 20px; }

#main-content #equal-wrapper {
  min-height: 600px; }

#main-content h5 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 20px; }

#main-content ul, #buero-projects-content ul {
  list-style: outside none none;
  margin: 0 0 0 20px;
  padding: 0; }

#main-content ul li:before, #buero-projects-content ul li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  float: left;
  line-height: 2.4rem;
  margin-left: -1em;
  font-size: 1.8rem; }

#contactform ul li:before {
  font-family: 'FontAwesome';
  content: '\f12a';
  float: left;
  line-height: 2.0rem;
  margin-left: -1em;
  font-size: 1.8rem; }

.has-error .form-control {
  border: 1px solid #843534;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#main-content ul li, #buero-projects-content ul li {
  margin-bottom: 10px; }

.buero-project-info .downloads ul li {
  margin: 0 0 0 25px;
  font-size: 1.6rem;
  color: #00708c;
  font-weight: 400;
  line-height: 2.4rem; }

.buero-project-info .downloads ul li.file:before {
  font-family: 'FontAwesome';
  content: '\f0f6';
  float: left;
  margin-left: -1.5em;
  font-size: 1.6rem;
  color: #00708c; }

.impr h5, .dats h5 {
  margin-bottom: 4px !important; }

/* ==========================================================================
   Räume CSS
   ========================================================================== */
.raum-gal {
  margin-bottom: 40px; }

/* ==========================================================================
   Form CSS
   ========================================================================== */
#home-projects ::-webkit-input-placeholder {
  color: #004f69; }

#home-projects :-moz-placeholder {
  /* Firefox 18- */
  color: #418aaf;
  font-size: 18px; }

#home-projects ::-moz-placeholder {
  /* Firefox 19+ */
  color: #418aaf;
  font-size: 18px; }

#home-projects :-ms-input-placeholder {
  color: #418aaf;
  font-size: 18px; }

#home-projects .form-control {
  height: 52px;
  color: #006a80;
  font-style: italic;
  font-size: 18px; }

#home-projects .form-control:focus {
  border: none; }

#projects-search .form-control {
  color: #006a80;
  font-style: italic;
  font-size: 16px; }

#projects-search .form-control:focus {
  border: none; }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #004f69;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  width: 100%; }
  @media (max-width: 768px) {
    .form-control {
      width: 70%;
      margin: 0 auto;
      margin-top: 10px;
      display: inline-block; } }

#projects-search .form-control {
  opacity: 1;
  filter: alpha(opacity=100); }

.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
  color: #004f69; }

legend {
  color: #004f69;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 10px;
  padding: 0 0 10px 0; }

fieldset {
  margin: 0 0 40px 0; }

.radio-inline, .checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: -30px;
  margin-top: 6px;
  position: absolute; }

label {
  color: #4b4b4b;
  font-family: "Open Sans",sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.4rem; }

.form-control:focus {
  border: 1px solid #004f69;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none; }

.has-error .form-control {
  border-color: #843534;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483; }

.has-error label {
  color: #843534; }

/* ==========================================================================
   Buttons CSS
   ========================================================================== */
#projects-result .btn, .buero-project-info .btn {
  padding: 10px 50px 11px;
  margin-right: -3px 10px 0 0; }

#home-projects .btn {
  padding: 12px 80px;
  margin-right: 10px;
  font-size: 18px; }

#home-projects .btn-dksend-small {
  padding: 10px 0 5px 0; }

.buero-project-info .btn-dksend, #projects-result .btn-dksend {
  background-color: #6ea3c2;
  border-color: transparent;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.buero-project-info .btn-dksend:hover, #projects-result .btn-dksend:hover {
  background-color: #588dac;
  border-color: transparent;
  border-radius: 0px;
  color: #fff; }

.bewerb-list {
  margin-top: 19px; }

.bewerb-bottom {
  position: absolute;
  bottom: 0; }
  @media (max-width: 994px) {
    .bewerb-bottom {
      position: relative; } }

.detailbox-btn-apl {
  margin-top: 40px; }

.btn-dksend {
  background-color: #004f69;
  border-color: transparent;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.btn.focus, .btn:focus {
  color: white;
  background: black; }

.btn-dksend:hover, .btn-dksend:focus {
  background-color: #06455a;
  border-color: transparent;
  border-radius: 0px;
  color: #fff; }

.btn-dksend-small {
  background-color: #004f69;
  border-radius: 0px;
  margin-left: -4px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.btn-dksend-small:hover {
  background-color: #06455a;
  border-color: transparent;
  border-radius: 0px;
  color: #fff; }

.btn-dksend-small-w {
  background-color: white;
  border-color: transparent;
  border-radius: 0px;
  margin-left: 2px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 768px) {
    .btn-dksend-small-w {
      vertical-align: top; } }

.btn-dksend-small-w:hover {
  background-color: #d8d8d8;
  border-color: transparent;
  border-radius: 0px; }

.btn-dksend-small-w .icons {
  color: #004f69; }

.btn-dksend-small .icons {
  font-size: 35px; }

.btn-choose {
  -moz-user-select: none;
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #dee4e7;
  border-left: 1px solid #dee4e7;
  border-radius: 0;
  border-right: 1px solid #dee4e7;
  color: #00698b;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }

.bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0px; }

/* ==========================================================================
   Carousel CSS
   ========================================================================== */
.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-repeat: repeat-x; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 10%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -10px;
  right: 10%; }

.carousel-control {
  width: auto; }

.carousel-inner .item {
  background: #efefef; }

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  background: #004f69;
  color: white;
  padding: 2px 10px; }

.gal-headline h5 {
  color: #00708c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem; }

.gal-headline {
  margin: 30px 0 30px 0; }

.gal-headline hr {
  border-color: #00708c;
  margin-bottom: 40px; }

.galery-pad {
  padding: 0 30px; }

.gal-ico-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  text-shadow: none;
  color: #4b4b4b;
  right: 20px; }

.gal-ico {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 5;
  text-shadow: none;
  color: #4b4b4b; }

.carousel-control {
  color: #4b4b4b;
  font-size: 20px;
  text-align: center;
  text-shadow: none; }

/* ==========================================================================
   Projekt Downloads CSS
   ========================================================================== */
.downloads ul {
  padding: 0; }

.downloads li {
  padding: 0px;
  margin: 0 0 15px -5px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.4rem;
  list-style: none; }

.buero-project-info .downloads {
  margin-top: -12px; }

.downloads li a {
  color: #00708c;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

.downloads li a:hover {
  border-bottom: 1px solid #418aaf;
  text-decoration: none; }

.downloads li[data-type="pdf"] {
  background: url("../images/ico-pdf.svg") no-repeat 0px 4px; }

.downloads li[data-type="doc"] {
  background: url("../images/ico-doc.svg") no-repeat 0px 4px; }

.downloads li[data-type="excel"] {
  background: url("../images/ico-xls.svg") no-repeat 0px 4px; }

.downloads li[data-type="ppt"] {
  background: url("../images/ico-pdf.svg") no-repeat 0px 4px; }

.downloads li[data-type="image"] {
  background: url("../images/ico-img.svg") no-repeat 0px 4px; }

.downloads li[data-type="zip"] {
  background: url("../images/ico-zip.svg") no-repeat 0px 4px; }

#contactform .form-group {
  margin-left: 0px;
  margin-right: 0px; }

.impr a {
  color: #4b4b4b; }

.impr a:hover {
  color: #4b4b4b;
  text-decoration: none;
  border-bottom: 1px solid #4b4b4b; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #121212;
  color: white;
  font-size: 1.4rem;
  padding: 5px 0 0 0;
  position: relative; }

.copyline {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  min-height: 50px; }

@media (max-width: 768px) {
  .copyline {
    min-height: 80px; } }

.copyline-content {
  padding-top: 13px;
  font-size: 1.2rem; }

.dk-black {
  background: url("../images/bg/dk-black.png");
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1100px;
  width: 100%;
  display: table;
  margin: 0 auto;
  padding: 80px 0; }
  @media (max-width: 768px) {
    .dk-black {
      background-image: none; } }

.dk-black hr {
  border-color: #efefef; }

footer h5 {
  font-size: 1.8rem;
  line-height: 2.2rem; }

footer hr {
  border-color: #fff;
  width: 80px;
  align: left;
  margin-bottom: 15px; }

.zertifikat {
  max-width: 150px; }

.copyline a {
  color: white;
  margin: 0 4px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

footer ul {
  padding: 0;
  margin: 0 0 0 -4px; }

footer ul li {
  list-style: none; }

footer ul li a {
  color: white;
  margin: 0 0 0 4px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

footer a {
  color: white;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

footer ul li a:hover, footer a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-decoration: none;
  color: white; }

.dk-black col-lg-4 {
  padding-left: 28px; }

.footerbottomspacer {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .form-control {
    width: 100%;
    margin: 0px !important; }
  #mobileNavbar {
    line-height: 0px !important; }
  #login-nav {
    padding: 0 5px; }
  body {
    overflow-x: hidden; } }

.projektsuchfeld:focus {
  border: none; }

.table-responsive {
  border: none;
  overflow-y: hidden;
  width: 100%; }

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #004f69;
  border-color: #004f69;
  color: #fff;
  cursor: default;
  z-index: 3; }

.pagination > li > a,
.pagination > li > span {
  background-color: #efefef;
  border: none;
  color: #004f69;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none; }

.pagination > li > a:hover {
  background-color: #004f69;
  border-color: #004f69;
  color: #fff; }

#page-selection {
  text-align: center; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: 0; }
