/* cmsms stylesheet: about modified: 02.10.2018 16:20:35 */
/* #sitenav {box-shadow: 0px 0 10px 0 rgba(0,0,0,.22);} */
#aboutPagePL, #aboutPageDE {
  min-height: 100vh;
}
#aboutPagePL .container, #aboutPageDE .container {
  padding-top: 25vh;
}
#aboutPagePL .section-title, #aboutPagePL .section-title {
  justify-content: center;
  background: url("/assets/images/showcase.jpg") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: 20vh;
}
#aboutPagePL .section-title h1, #aboutPageDE .section-title h1 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;;
  background-color: rgba(255,255,255,0.66 )
}
#aboutPagePL .ap-content, #aboutPageDE .ap-content {
  padding: 5rem 0;
}
@media only screen and (max-width: 1180px) {
  #header, #showcase, .showcase-col {min-height: auto;}
  #aboutPagePL .container, #aboutPageDE .container {padding-top: 15vh;}
}
@media only screen and (max-width: 940px) {
  #aboutPagePL, #aboutPageDE {min-height: auto;}
}
