#wrapper #page-title .page-title-text {
  display: none;
}
@media (max-width: 1200px) {
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right .dropdown .dropdown-menu li a {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > .open > a {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > .open > a:hover,
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > .open > a:focus {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li.has-active > a {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li > a {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li > a:hover,
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li > a:focus {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li.active > a {
    font-size: 20px;
  }
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li.active > a:hover,
  #wrapper .cosmos-navbar-fixed-top .navbar-collapse #menu-inner .cosmos-navbar-right > li.active > a:focus {
    font-size: 20px;
  }
}
#wrapper .cosmos-navbar-fixed-top .navbar-header .navbar-brand {
  max-height: 86px;
  min-height: 86px;
}
#wrapper .cosmos-navbar-fixed-top .navbar-header .navbar-brand img {
  margin-top: 2px;
  max-height: 60px;
  min-height: 60px;
  display: block;
  width: auto;
  height: auto;
}
#wrapper header .banner-content .type-wrap {
  min-height: 80px;
}
#wrapper .breadcrumb-wrapper nav ol.breadcrumb > li:first-child:before {
  content: 'U bent hier:';
}
@media (max-width: 480px) {
  #wrapper .breadcrumb-wrapper nav ol.breadcrumb > li:first-child:before {
    content: '';
  }
}
@media (min-width: 768px) {
  .center-sm-col {
    padding-top: 15%;
  }
}
.banner-v4 {
  background-color: #a395ea;
}
#wrapper header .banner-v4 .banner-content-inner {
  padding-top: 90px;
  padding-bottom: 0;
}
.ul-cv {
  padding-left: 0;
  width: 100%;
}
.ul-cv li {
  display: inline-block;
  margin: 20px 30px;
}
#wrapper .ul-cv img {
  max-width: 80%;
}
/*
Normally this file should be placed in application/themes/cosmos/css/override.less,
but the cosmos theme breaks when the application/themes/cosmos directory is created.
This file works, because the page header is changed to include it.

See the file package/ds_cosmos/themes/cosmos/elements/page_header.php
The override.less is added after the main.less
(  <?php  echo $html->css($view->getStylesheet('override.less'));?>   )

*/
