@import 'fonts.css';


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #222;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/*ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}*/

ul.liste {
  list-style-type: square;
  padding: 0 0 0 20px;
}
ul.liste li {
  list-style-type: square;
  padding:0 0 6px 0;
}
ul.liste-pfeil {
  list-style: none;
  padding: 0 0 0 20px
}
ul.liste-pfeil li {
  padding:0 0 6px 0;
}
ul.liste-pfeil li:before {
  content: '\25BA';
  font-size: 9px;
  float: left;
  margin-left: -20px;
  margin-top: 2px;
}


table {
  width: 100%;
  border: none;
}

p {
  line-height: 2rem;
}




@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.8rem;
    margin: 1.8rem 0 1.18rem 0;
  }

  h2 {
    font-size: 2.6rem;
    margin: 1.6rem 0 1.0rem 0;
  }

  h3 {
    font-size: 2.4rem;
    margin: 1.4rem 0 1.0rem 0;
  }

  h4 {
    font-size: 2.28rem;
    margin: 1.22rem 0 0.912rem 0;
  }

  h5 {
    font-size: 1.54rem;
    margin: 1.0933333333rem 0 0.656rem 0;
  }

  h6 {
    font-size: 1.1rem;
    margin: 0.7666666667rem 0 0.46rem 0;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 3.6rem;
    line-height: 110%;
    margin: 2.4rem 0 1.48rem 0;
  }

  h2 {
    font-size: 3.2rem;
    line-height: 110%;
    margin: 2.2rem 0 1.2rem 0;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 110%;
    margin: 1.8rem 0 1.0rem 0;
  }

  h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.52rem 0 0.912rem 0;
  }

  h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
  }

  h6 {
    font-size: 1.15rem;
    line-height: 110%;
    margin: 0.7666666667rem 0 0.46rem 0;
  }
}










/* Links */

a {
  color: #bc5114;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: underline;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
  text-decoration: none;
}






/* Navigation */
nav {
  background-color: #fff;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
  height: 64px;
  line-height: 64px;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

.sidenav-trigger {
  color: #5296a1;
}

nav .dropdown-trigger:after {
  content: "\e5c5";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -5px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

nav .dropdown-content {
  background-color: #fff;
  width: auto !important;
  height: auto !important;
  top: 90px !important;
}
nav .dropdown-content li {
  color: #222;
  min-height: 0;
}
nav .dropdown-content li>a, .dropdown-content li>span {
  font-size: 14px;
  color: #5296a1;
  line-height: 18px;
  padding: 10px 16px;
}



/* Farben */
.hg-weiss {
  background-color: #fff !important;
}
.weiss,
.text-weiss {
  color: #fff !important;
}

.hg-schwarz {
  background-color: #222 !important;
}
.schwarz,
.text-schwarz {
  color: #222 !important;
}

.hg-rotorange {
  background-color: #bd5037 !important;
}
.rotorange,
.text-rotorange {
  color: #bd5037 !important;
}

.hg-petrol {
  background-color: #5296a1 !important;
}
.petrol,
.text-petrol {
  color: #5296a1 !important;
}

.hg-graublau {
  background-color: #9dacbf !important;
}
.graublau,
.text-graublau {
  color: #9dacbf !important;
}

.hg-oliv {
  background-color: #baac5b !important;
}
.oliv,
.text-oliv {
  color: #baac5b !important;
}








/* Meldungsbox */

/* Box für Fehler-/Erfolgsmeldungen */
.meldungsbox {
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
  padding: 10px;
  background-color: #f5f5f5;
}
.meldungsbox .fehler {
  margin-top: 10px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #e00000;
}
.fehler label,
.error label,
label.fehler,
label.error {
  color: #e00000;
}
input.fehler,
input.error,
textarea.fehler,
textarea.error,
select.fehler,
select.error,
.fehler > textarea,
.fehler > select,
.fehler .cke_editor_htmlinput,
.fehler .cke_textarea_inline,
.error > textarea,
.error > select,
.error .cke_editor_htmlinput,
.error .cke_textarea_inline {
  border: solid 1px #e00000 !important;
}
.fehler > .superselect .ts-control,
.error > .superselect .ts-control {
  font-weight: bold;
  color:#e00000;
  border: solid 1px #e00000 !important;
}
.validierungshinweis,
.validierungsfehler {
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e00000;
  margin-top: 10px;
}

/* Placeholder im Fehlerfall rot färben */
.fehler ::placeholder,
.error ::placeholder,
.fehler::placeholder,
.error::placeholder {
  font-weight: bold;
  color: #e00000;
}


.error,
.fehler {
  font-weight: bold;
  color: #e00000;
}
.meldung {
  font-weight: bold;
  color:#777;
}
.erfolg {
  font-weight: bold;
  color:#509531;
}

.melder {
  display: none;
}
.melder.fehler,
.melder.error,
.melder.meldung,
.melder.erfolg {
  display: block;
  margin-bottom: 20px;
}
span.melder.fehler,
span.melder.error,
span.melder.meldung,
span.melder.erfolg {
  display: inline;
}










/* Inhaltsblöcke */

@media only screen and (min-width: 1400px) {
  .parallax-container .col.s12 {
    max-width: 950px;
  }
}


.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
  body.editor .parallax-container .section {
    border-bottom: 1px dotted rgb(255 0 0 / 30%);
    margin-bottom: 2em;
    z-index: 1;
    position: relative;
  }
  .parallax img,
  .parallax .cke_widget_image {
    width: auto !important;
    height: auto !important;
  }
  /* identisch mit der Standard-Klasse: .parallax-container .parallax img */
  .parallax-container .parallax .slider,
  .parallax-container .parallax .cke_widget_image {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body.editor .parallax-container .parallax .slider,
  body.editor .parallax-container .parallax .cke_widget_image,
  body.editor .parallax-container .parallax img {
    opacity: 1;
  }
  body.editor .parallax-container .parallax {
    z-index: 0;
  }
  /* bis auf opacity identisch mit der Standard-Klasse: .parallax-container .parallax img */
  .parallax-container .parallax .cke_widget_image {
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .parallax .slider,
  .parallax .slider .slides {
    height: 800px;
  }
  .parallax .slider img,
  .parallax .slider .cke_widget_image {
    opacity: 1;
    height: inherit !important;
  }

body.editor .slider .slides li {
  opacity: 1;
}
.slider .slides li > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
/*identisch mit der Standard-Klasse: .slider .slides li img */
.slider .slides li .cke_widget_image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}





.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  color: #fff;
  background-color: #5296a1 !important;
}
footer.page-footer a {
  color: #fff;
}





/* Ansprechpartner */
.ansprechpartner:before,
.ansprechpartner:after {
  content: " ";
  display: table;
}
.ansprechpartner:after {
  clear: both;
}
.ansprechpartner {
  *zoom: 1;
  margin-bottom: 50px;
}
.ansprechpartner .bild {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
}
.ansprechpartner td, th {
  text-align: left;
  vertical-align: top;
}
.ansprechpartner td:first-child {
  min-width: 100px;
}







.galeriebild {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 300px;
  height: 200px;
  margin: 0 15px 15px 0;
}
.galeriebild > div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.galeriebild img,
.galeriebild .cke_widget_image {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
  max-width: 150%;
}

.zm_galerie_seiten {
}
.zm_galerie_seiten a {
  display: inline-block;
  min-width: 40px;
  padding: 2px 6px;
  text-align: center;
  margin: 0 10px 10px 0;
  border: 1px solid #eee;
  border-radius: 3px;
}
.zm_galerie_seiten a:hover {
  text-decoration: none;
  background-color: #eee;
}
.zm_galerie_seitenaktiv {
  text-decoration: underline;
  font-weight: bold;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}







/* folgende Klassen am Ende, um vorhergehende Definitionen überschreiben zu können */

/* Verhalten */

.ku {
  white-space:nowrap;
}

.wu {
  word-wrap: break-word;
}

.ib {
  display: inline-block;
}
.i {
  display: inline;
}
.b {
  display: block;
}
.verdeckt {
  display: none;
}

.unauswaehlbar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}



/* allgemeine Formate */

.text-links {
  text-align: left;
}
.text-rechts {
  text-align: right;
}
.text-mittig {
  text-align: center;
}
.text-block {
  text-align: justify;
}
.text-unten {
  vertical-align: bottom;
  display: table-cell;
}
.text-uppercase {
  text-transform: uppercase;
}

.links {
  float: left;
}
.rechts {
  float: right;
}

.hinweis,
.pts_hinweis {
  font-size: 13px;
  line-height: 20px;
  color: #777;
}
.warnung {
  padding: 10px;
  background-color: #e00000;
  color: #fff;
}

.rahmen {
  border: 1px solid #d0d0d0;
}
.abgerundet {
  border-radius: 4px;
}
.schatten {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
.schatten-gross {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
}

.unscharf {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.sehr-unscharf {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.scharf {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 1s -webkit-filter linear;
  transition: 1s -webkit-filter linear;
}




/* Formate für Bilder */

.pts_bildrahmen,
.pts_bildrahmen_links,
.pts_bildrahmen_rechts {
  display: inline-block;
  max-width: 100%;
}

.pts_bildrahmen img,
.pts_bildrahmen_links img,
.pts_bildrahmen_rechts img {
  max-width: 100%;
}

.pts_bildrahmen {
  /* margin: 10px 10px 0 10px; */
}

.pts_bildrahmen_links {
  float: left;
  margin: 3px 10px 0 0px;
}

.pts_bildrahmen_rechts {
  float: right;
  margin: 3px 0px 0 10px;
}

.pts_bildunterschrift {
  clear:both;
  padding: 2px;
  background-color: #eee;
}

.pts_bildrahmen.abstandlinks, .pts_bildrahmen_links.abstandlinks, .pts_bildrahmen_rechts.abstandlinks { margin-left: 15px !important; }
.pts_bildrahmen.abstandrechts, .pts_bildrahmen_links.abstandrechts, .pts_bildrahmen_rechts.abstandrechts { margin-right: 15px !important; }
.pts_bildrahmen.abstandoben, .pts_bildrahmen_links.abstandoben, .pts_bildrahmen_rechts.abstandoben   { margin-top: 15px !important; }
.pts_bildrahmen.abstandunten, .pts_bildrahmen_links.abstandunten, .pts_bildrahmen_rechts.abstandunten  { margin-bottom: 15px !important; }

.bildunterschrift {
  margin-left: 0;
  margin-right: 0;
  padding: 2px;
  background-color: #EEEEEE;
}
.bild {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
}
.bild-links,
.bild-rechts {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 10px 10px 0 10px;
}
.bild-links {
  float: left;
  max-width: 40%;
  margin: 10px 10px 0 0;
}
.bild-mittig {
  text-align: center;
  max-width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
}
.bild-mittig > figure {
  display: inline-block;
}
.bild-rechts {
  float: right;
  max-width: 40%;
  margin: 10px 0 0 10px;
}

.poster {
  border: 0;
  border-radius: 0;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 6px #999;
}
.poster,
.poster ~ .cke_widget_drag_handler_container {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);

  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.poster:not(.bild-links),
.poster:not(.bild-rechts), {
  max-width: 95%; /* etwas schmaler, sonst ragt die Ecke wegen Drehung zu weit an anderen Inhalt heran */
}
.poster > figcaption {
  color: #777;
  margin-top: 5px;
  right: 20px;
  font-size: 11px;
  text-align: right;
}
figure.poster {
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}
figure.poster img {
  max-width:100%;
}
img.poster {
  border: 20px solid #f7f7f7;
}










/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width : 992px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 140px;
    line-height: 140px;
  }
}

@media only screen and (max-width : 992px) {
  nav .brand-logo {
    transform: scale(0.5) translateX(-50%);
    top: -18px;
  }

  .parallax-container .section {
    position: absolute;
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  .parallax-container .section {
    top: 0;
  }
}


@media only screen and (min-width : 601px) {
}


@media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

}







/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
