
/*
  logo farben
  hellblau : bad1ee
  blau     : 558ed5
  kontur   : eeeeee
*/

.portfolio-header {
  background-image: url(images/header-bg.jpg);
  position: relative;
}

.portfolio-header .mdl-layout__header-row {
  justify-content: center;
  padding: 0;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

.mdl-layout__title {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.is-compact .mdl-layout__title span {
  display: none;
}

.portfolio-logo-row {
  min-height: 200px;
}

.is-compact .portfolio-logo-row {
  min-height: inherit;
}

.portfolio-logo {
  background: url(images/logo_cwservices.svg) 50% no-repeat;
  background-size: cover;
  height: 150px;
  margin: auto auto 10px;
  width: 150px;
}

.is-compact .portfolio-logo {
  height: 50px;
  margin-top: 7px;
  width: 50px;
}

.portfolio-navigation-row {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  height: 45px;
  text-transform: uppercase;
}

.portfolio-navigation-row .mdl-navigation {
  max-width: 900px;
  text-align: center;
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 42px;
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: #c5c5c5;
    background-color: rgba(197, 197, 197, 0.44);
}

.portfolio-navigation-row .is-active {
  font-weight: bold;
  position: relative;
}

.portfolio-navigation-row .is-active:after {
  background-color: #558ed5;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 15%;
  position: absolute;
  width: 70%;
}

.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}

.bg-head {
  height: 250px;
}

.bg-cwservices-head {
  background: url(images/kroatische_kueste_valamar.jpg) center / cover;
}

.bg-cwservices-christa {
  background: url(images/christa_wild.jpg) left / cover;
}

.bg-cwservices-leistungen {
  background: url(images/schoener_brunnen_nuernberg.jpg) center / cover;
}

.bg-cwservices-footer1, .bg-start-cws1 {
  background: url(images/nuernberg_daecher.jpg) center / cover;
}

.bg-cwservices-footer2, .bg-start-cws2 {
  background: url(images/nuernberg_tiergaertnertorplatz.jpg) left / cover;
}

.bg-cwservices-footer3 {
  background: url(images/nuernberg_weinstadel.jpg) center / cover;
}

.bg-start-jbw1 {
  background: url(images/th_nuernberg_wandgemaelde.jpg) center / cover;
}

.bg-kontakt-head, .bg-start-footer {
  background: url(images/sonnenblumen.jpg) center / cover;
}

.bg-impressum-head {
  background: url(images/nuernberg_wappen.jpg) center / cover;
  height: 250px;
}


@media screen and (min-width:680px){
  .bg-impressum-head {
    height: 350px;
  }
}

.bg-start-head {
  background: url(images/new_york_brooklyn_bruecke.jpg) center / cover;
}

.bg-start-cut {
  background: url(images/kreuzfahrt_meer.jpg) left bottom / cover;
}

.bg-start-top {
  min-height: 150px;
}

.bg-start-cws3 {
  background: url(images/frauenkirche_dresden.jpg) center / cover;
}

.bg-start-cws4 {
  background: url(images/venedig_markusplatz.jpg) center / cover;
  min-height: 250px;
}

.bg-start-jbw2 {
  background: url(images/dr_werner_wild_bayreuth.jpg) center / cover;
  min-height: 220px;
}

.radio-img {
  cursor: pointer;
}

.msg-box-contact {
  background-color: #558ed5;
}

.portfolio-blog-card-bg > .mdl-card__actions {
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  height: 40px;
  padding: 10px;
}

img.article-image {
  height: auto;
  width: 100%;
}

.portfolio-max-width {
  margin: auto;
  max-width: 900px;
}

.portfolio-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

footer {
  background-image: url(images/footer-background.png);
  background-size: cover;
}
