div[data-ng-app="rmSearchApp"] {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  zoom: 1;
}

div[data-ng-app="rmSearchApp"]:after {
  content: " ";
  display: block;
  clear: both;
}

div[data-ng-app="rmSearchApp"]:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

h1 {
  font-size: 1em;
}

a {
  color: #999;
}

a:hover {
  color: #8c8c8c;
}

#AppNavigation {
  border-bottom: 1px solid #cccccc;
  background: #cccccc;
  margin-right: -1px;
  zoom: 1;
}

#AppNavigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#AppNavigation a {
  display: block;
  float: none;
  padding: .5em .75em;
  border-width: 1px 1px 1px 1px;
  border-color: #cccccc;
  background-color: #cccccc;
  border-style: solid;
  margin-bottom: -1px;
  color: black;
  text-decoration: none;
  color: #666;
}

@media (min-width: 480px) {
  #AppNavigation a {
    float: left;
  }
}

#AppNavigation a:nth-child(2) {
  border-bottom-color: white;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  #AppNavigation a:nth-child(2) {
    border-bottom-color: #cccccc;
    margin-bottom: -1px;
  }
}

#AppNavigation a.active {
  color: black;
  border-color: white;
  border-top-color: #cccccc;
  background-color: white;
  border-right-color: #cccccc;
}

@media (min-width: 480px) {
  #AppNavigation a.active {
    border-right-color: white;
  }
}

#AppNavigation a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #e6e6e6;
}

#PortfolioContainer {
  zoom: 1;
  padding: .75em .5em;
}

#PortfolioContainer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#PortfolioContainer h1 {
  margin: .5em 0;
}

#BackgroundProcess {
  zoom: 1;
  padding: .75em .5em;
}

#BackgroundProcess:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#SearchArea {
  zoom: 1;
  padding: .75em .5em;
}

#SearchArea:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#SearchArea .small-message {
  width: 74.28571%;
  float: left;
  margin-right: 2.85714%;
}

#txtSearchExpression {
  width: 57.14286%;
  float: left;
  margin-right: 2.85714%;
}

@media (min-width: 700px) {
  #txtSearchExpression {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%;
  }
}

input#txtSearchExpression_value {
  border: 1px solid #cccccc;
  padding: 9px .7rem;
}

#btnSearch {
  margin-bottom: .25em;
}

@media (min-width: 700px) {
  #btnSearch {
    margin-bottom: 0;
  }
}

#btnReset {
  display: none;
}

@media (min-width: 830px) {
  #btnReset {
    display: inline-block;
  }
}

.small-message {
  font-size: .825em;
}

#RefinerContainer {
  padding: .75em;
}

@media (min-width: 700px) {
  #RefinerContainer {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    padding: 0 0 0 .75em;
  }
}

#RefinerContainer .Refiner {
  display: none;
}

@media (min-width: 700px) {
  #RefinerContainer .Refiner {
    display: block !important;
  }
}

@media print {
  #RefinerContainer .Refiner {
    display: block !important;
  }
}

#RefinerContainer li {
  overflow: hidden;
}

#RefinerContainer li.active > a {
  background: #cccccc;
  color: black;
}

#RefinerContainer li.active > a:after {
  content: " -";
  background: #cccccc;
  color: black;
  padding-right: .25em;
}

.show-filters {
  background: #999;
  margin: .75em -.75em;
  text-align: center;
}

.show-filters .button {
  color: white;
  font-size: 125%;
  display: inline-block;
  padding: .25em 1em;
  cursor: pointer;
}

#SearchResultContainer {
  padding: .75em;
}

@media (min-width: 700px) {
  #SearchResultContainer {
    width: 74.28571%;
    float: right;
    margin-right: 0;
    padding: 0 .75em 0;
  }
}

#SearchResultList li {
  zoom: 1;
  clear: both;
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid #cccccc;
}

#SearchResultList li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#SearchResultList li .Image {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

@media (min-width: 700px) {
  #SearchResultList li .Image {
    width: 14.28571%;
    float: left;
    margin-right: 2.85714%;
  }
}

#SearchResultList li .Image img {
  max-width: 100%;
  height: auto;
}

#SearchResultList li .Content {
  width: 65.71429%;
  float: right;
  margin-right: 0;
}

@media (min-width: 700px) {
  #SearchResultList li .Content {
    width: 82.85714%;
    float: right;
    margin-right: 0;
  }
}

#SearchResultList li:last-child {
  border-bottom-width: 0;
}

#SearchResultList li.portfolio-item {
  background-color: #cccccc;
}

.actions {
  text-align: center;
  margin: 0 0 .75em 0;
}

@media (min-width: 700px) {
  .actions {
    text-align: right;
  }
}

.Pagination {
  clear: both;
  zoom: 1;
}

.Pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#PagingList {
  padding: .75em;
}

@media (min-width: 700px) {
  #PagingList {
    width: 74.28571%;
    float: right;
    margin-right: 0;
    padding: 1em .75em 0 1em;
  }
}

#PagingList li {
  float: left;
  list-style: none;
  margin-right: 5px;
  font-size: .825em;
}

#TabPortfolio {
  padding: 1em .75em;
  zoom: 1;
}

#TabPortfolio:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#TabPortfolio ul, #TabPortfolio li {
  list-style: none;
}

#TabPortfolio ul {
  margin: 0;
  padding: 0;
}

#TabPortfolio li {
  zoom: 1;
  clear: both;
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid #cccccc;
}

#TabPortfolio li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#TabPortfolio li .Image {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

@media (min-width: 700px) {
  #TabPortfolio li .Image {
    width: 14.28571%;
    float: left;
    margin-right: 2.85714%;
  }
}

#TabPortfolio li .Image img {
  max-width: 100%;
  height: auto;
}

#TabPortfolio li .Content {
  width: 65.71429%;
  float: right;
  margin-right: 0;
}

@media (min-width: 700px) {
  #TabPortfolio li .Content {
    width: 82.85714%;
    float: right;
    margin-right: 0;
  }
}

#TabPortfolio li:last-child {
  border-bottom-width: 0;
}

#DetailDialogWrapper h1, #DetailDialogWrapper h2 {
  font-size: 1em;
}

#DetailDialogWrapper h1 {
  margin: .75em 0;
}

#DetailDialogWrapper h2 {
  margin: .75em 0 .5em 0;
}

#DetailDialogWrapper p {
  font-size: .825em;
  margin: 0 0 .25em 0;
}

.fancymodal .fancymodal-content {
  max-width: 800px;
}

.Details {
  zoom: 1;
  font-size: .825em;
}

.Details:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.Details dt {
  font-weight: bold;
  margin: .5em 0 .25em 0;
}

.Details dd {
  margin: 0 0 .5em 0;
}

@media (min-width: 700px) {
  .Details dt {
    width: 31.42857%;
    margin: 0 0 .5em 0;
    float: left;
    clear: both;
    word-break: break-all;
  }
  .Details dd {
    margin: 0 0 0.5em 35.7764%;
    zoom: 1;
  }
  .Details dd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

#DetailDialogPrint {
  font-size: 14px;
}

#DetailDialogPrint h1 {
  font-size: 18px;
}

#DetailDialogPrint h2 {
  font-size: 16px;
}

#DetailDialogPrint #ThumbCarousel {
  position: relative;
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
}

#DetailDialogPrint #ThumbCarousel .owl-item {
  float: left;
}

#DetailDialogPrint #ThumbCarousel .owl-item img {
  min-height: auto;
  min-width: none;
}

#DetailDialogPrint #ThumbCarousel .owl-controls {
  display: none;
}

#DetailDialogPrint input[type=button] {
  display: none;
}

#DetailDialogPrint dt {
  width: 31.42857%;
  margin: 0 0 .25em 0;
  word-break: break-all;
  float: left;
  clear: both;
}

#DetailDialogPrint dd {
  margin: 0 0 0.25em 35.7764%;
  zoom: 1;
}

#DetailDialogPrint dd:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#PortfolioList ul, #PortfolioList li,
#RefinerContainer ul,
#RefinerContainer li,
#SearchResultContainer ul,
#SearchResultContainer li {
  list-style: none;
}

#PortfolioList ul,
#RefinerContainer ul,
#SearchResultContainer ul {
  margin: 0 0 .75em 0;
  padding: 0;
}

#PortfolioList li,
#RefinerContainer li,
#SearchResultContainer li {
  font-size: .825em;
}

#RefinerContainer h1,
h1.ResultMessage {
  margin: .5em 0 .25em 0;
}

input[type=submit],
input[type=button],
button {
  display: inline-block;
  background: #999;
  color: white;
  border: 1px solid #999;
  padding: .5em .75em;
  cursor: pointer;
  font-size: .75em;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
}

.Content h1 {
  font-size: 1em;
  margin: 0 0 .5em 0;
}

@media (min-width: 700px) {
  .Content h1 {
    float: left;
    width: 80%;
  }
}

.Data {
  clear: both;
  zoom: 1;
}

.Data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.PortfolioWrapper {
  margin-bottom: .5em;
  float: none;
}

@media (min-width: 700px) {
  .PortfolioWrapper {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.PortfolioWrapper label, .PortfolioWrapper input {
  vertical-align: middle;
}

img[role=button] {
  cursor: pointer;
  display: block;
}

[role=button] {
  cursor: pointer;
}

.mobile {
  display: block;
}

@media screen and (min-width: 700px) {
  .mobile {
    display: none;
  }
}

ul.geografische-bezuege {
  padding: 0 0 0 20px;
  margin: 0;
}

.form-control {
  outline: 0;
  border-color: #ECECEC;
  border-style: solid;
  border-width: 1px;
  width: 95%;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 16px;
}

@media (min-width: 700px) {
  .form-control {
    font-size: 14px;
  }
}

.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  font-size: .825em;
  margin-top: -6px;
  background-color: #ffffff;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
}

.angucomplete-selected-row, .angucomplete-row:hover {
  background-color: #cccccc;
  color: black;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

.owl-carousel .owl-stage .owl-item {
  padding-right: 10px;
}

.owl-theme.owl-carousel .owl-controls .owl-buttons div {
  background: #999;
  border-radius: 0;
}

.owl-controls {
  zoom: 1;
}

.owl-controls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.owl-controls .owl-nav {
  float: left;
  width: 100%;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
  display: inline-block;
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
  background: #999;
  font-size: 18px;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 50%;
  margin: -13px 0;
  border-radius: 13px;
  color: white;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
}

.owl-controls .owl-prev {
  left: -29px;
}

.owl-controls .owl-next {
  right: -20px;
}

.owl-item {
  height: 136px;
}

.owl-item .ng-scope {
  text-align: center;
  display: block;
  background: transparent;
  height: 100%;
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.owl-carousel {
  width: 95%;
  margin: 0 auto;
}

.owl-carousel.no-nav {
  width: 100%;
}

.fancymodal-data .image-fullsize img {
  max-height: 100%;
  max-width: 100%;
}

.Display .AdvancedSearch select,
.Display .AdvancedSearch input[type=text],
.Display .AdvancedSearch input[type=email] {
  border-color: 1px solid #cccccc !important;
}

.AdvancedSearch {
  clear: both;
  zoom: 1;
  padding: 10px 0;
}

.AdvancedSearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.form-group {
  margin: 0 0 10px 0;
}

@media (min-width: 700px) {
  .form-group {
    display: table-row;
  }
  .form-group label,
  .form-group .control {
    display: table-cell;
    padding: 5px 10px 5px 0;
  }
}

#txtOrt {
  margin-top: 5px;
}

@media print {
  .ng-hide {
    display: none !important;
  }
}

#PortfolioDialogPrint {
  padding: 5px;
  overflow: hidden;
}

#PortfolioDialogPrint .PortfolioWrapper {
  display: none;
}

#PortfolioDialogPrint img {
  max-width: 100%;
  height: auto;
}

#PortfolioList {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

#PortfolioDialogPrint li {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#PortfolioDialogPrint .Image {
  float: left;
  width: 33%;
  margin-right: -33%;
}

#PortfolioDialogPrint .Content {
  float: left;
  width: 65%;
  margin-left: 35%;
}

#PortfolioDialogPrint h1 {
  font-size: 14px;
  font-weight: 400;
}

#PortfolioDialogPrint h1 a {
  color: #000;
  text-decoration: none;
}

#PortfolioDialogPrint .Data span {
  display: block;
  font-size: 12px;
}
