/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
.lazyload,.lazyloading,.lazyloaded{opacity:0;will-change:opacity;transition:all 0.3s ease-in-out}.lazyloaded{opacity:1}.lazyload.thumb,.lazyloading.thumb,.lazyloaded.thumb{opacity:1}.intrinsic-ratio-wrapper{display:inline-block;max-width:100%}.intrinsic-ratio-wrapper.width-rel{width:100%}.intrinsic-ratio{position:relative;height:0;max-width:100%}.intrinsic-ratio > img,.intrinsic-ratio > picture{position:absolute;top:0;left:0;width:100%}.intrinsic-ratio > .thumb{height:100%}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Damals"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "Heute"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* all.css */
.submit_container input{width: 100%}#wrapper .mod_article{padding: 50px 0px 70px 0px}#wrapper .mod_article#luftaufnahmen{padding: 0px 0px 210px 0px !important;margin-top: -150px}body{font-family:Raleway;font-size:16px;line-height: 24px;color:white;background:#999275;/*background-image: url("../../files/construction/TexturesCom_PagePlain0100_1_M_Web.jpg");background-size: 100% 100%;background-repeat: no-repeat;background:-webkit-radial-gradient(circle farthest-side at center center, rgb(245, 234, 206) 0%, rgb(236, 197, 166) 80%);background:-o-radial-gradient(circle farthest-side at center center, rgb(245, 234, 206) 0%, rgb(236, 197, 166) 80%);background:-moz-radial-gradient(circle farthest-side at center center, rgb(245, 234, 206) 0%, rgb(236, 197, 166) 80%);background:radial-gradient(circle farthest-side at center center, rgb(245, 234, 206) 0%, rgb(236, 197, 166) 80%);*/}body{margin: 0; 	padding: 0; 	height: 100%}html{height: 100%;    margin: 0;    padding: 0}* html #wrapper{height:100%}#wrapper{min-height: 100%;    position: relative}#main{padding-bottom: 60px; /* ATTENTION! padding-bottom should be equal to the footer height (this keeps the footer from overlapping the content) */}#footer{position: fixed;    width: 100%;	clear: both;    bottom: 0;	padding: 0;    margin: 0;    /* ATTENTION! The following elements below     can be set to whatever your heart desires */    height: 60px; /* REMEMBER height = padding-bottom of #main */background-color:#999275}#footer{border-top:1px solid white}a:link,a:visited{color:white}a:hover,a:focus,a:active{color: black;transition: 0.4s ease-out}.mod_article.white a:link,.mod_article.white a:visited{color:black}.mod_article.white .button a:link,.mod_article.white .button a:visited{color:white}.mod_article.white a:hover,.mod_article.white a:focus,.mod_article.white a:active{color:#ec2034;transition: 0.4s ease-out}#footer .flexed{justify-content: center}#footer .flexitem{width: auto;-moz-box-orient: vertical;   -webkit-box-orient: vertical;   box-orient: vertical}header{height:0}*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}img{max-width:100%}#wrapper .mod_article > div[class*="ce_"] > *,#wrapper .mod_article > div[class*="mod_"] > *,#wrapper .mod_article > [class*="ce_"],#wrapper .mod_article > div.videowrapper-outer,#wrapper .mod_article > div.flexed,#wrapper .mod_article > section,.centered{max-width: 1620px;padding: 0px 20px;margin: 0 auto;text-align: center}#wrapper .mod_article > div.ce_text > *{max-width: 1240px}#wrapper .mod_article > div[class*="ce_"],#wrapper .mod_article > [class*="ce_"],#wrapper .mod_article > div[class*="mod_"]{padding: 20px}#wrapper .mod_article > div[class*="ce_"].fullwidth,#wrapper .mod_article > div[class*="ce_"].fullwidth > *{max-width: 1920px;padding:0}h1,h2,h3,h4,h5,h6{font-size: 2em;line-height: 1.3em;margin-bottom: 1.3em !important}h3{font-size: 1.5em}.videowrapper{display: block;position: relative;height: 0;padding-bottom: 56.25%;margin: 0 auto;margin-bottom: 20px}.videowrapper iframe{width: 100%;height: 100%;left: 0;top: 0;position: absolute}.white{background-color:white;color:black}.header-video-title{color:white;font-size:2em;line-height:1.25em;text-shadow: rgba(0,0,0,0.5) 0px 0px 7px;text-align:center;position:relative;padding: 10px 0px;margin-top:-248px;margin-bottom:10px}.flexed,.ce_metamodel_content .layout_full,.ce_metamodels_frontendfilter .formbody,.mod_newslist,.ce_gallery ul{padding: 0;margin: 0;list-style: none;-ms-box-orient: horizontal;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;-webkit-flex-flow: row wrap;flex-flow: row wrap;-webkit-align-items: stretch;align-items: stretch}.ce_metamodel_content .layout_full{margin-bottom: -15px !important}.ce_metamodel_content .layout_full .item,.mod_newslist .layout_latest{/*flex: 1 0 269px;*/width: calc(1/3*100% - (1 - 1/3)*30px);background-color:white;color:black;padding: 0px 13px}.flexed .flexitem{/*flex: 1 0 269px;*/width: calc(1/3*100% - (1 - 1/3)*30px);padding: 0px 13px}.ce_gallery ul li{width: calc(1/3*100% - (1 - 1/3)*30px);padding-right: 20px;margin-right: -30px}.flexed.twocolumns .flexitem{width: calc(1/2*100% - (1 - 1/2)*30px)}.ce_metamodels_frontendfilter .formbody .widget{/*flex: 1 0;*//*padding: 0px 19px;*/width: calc(1/6*100% - (1 - 1/6)*30px)}.ce_metamodels_frontendfilter .formbody .widget.submit_container > *:first-child{display:block;position:absolute;bottom:0;width:100%}.ce_metamodels_frontendfilter .formbody .widget.submit_container{position:relative}.ce_metamodels_frontendfilter{max-width:1580px !important}.ce_metamodels_frontendfilter .formbody .widget.mm_multitext label{display: block}.ce_metamodels_frontendfilter .formbody .widget input{width:100%}.ce_metamodels_frontendfilter .formbody .widget.mm_multitext input{width:49%}.ce_metamodels_frontendfilter .formbody .widget.mm_multitext input#ctrl_aufnahmejahr_0{margin-right:1%}.ce_metamodels_frontendfilter .formbody .widget.mm_multitext input#ctrl_aufnahmejahr_1{margin-left:1%}.ce_metamodel_content .item{text-align:left;margin-bottom: 30px}.ce_metamodel_content .item > a{text-decoration:none;color:black}.ce_metamodel_content .layout_detail .item .field.liedbild,.ce_metamodel_content .layout_detail .item .field.liedaudio,.ce_metamodel_content .layout_detail .item .field.liedvideo{width: 50%;float: left}.ce_metamodel_content .layout_detail .item .field.liedbild{padding-right: 20px}.ce_metamodel_content .layout_detail .item .field.liedaudio,.ce_metamodel_content .layout_detail .item .field.liedvideo{padding-left: 20px}.ce_metamodel_content .layout_detail .item .field.liedaudio{padding-top: 11px}.ce_metamodel_content .layout_detail .item .field.liedaudio audio{width: 100%}.ce_metamodel_content .layout_detail .item .field.liedvideo{padding-top: 46px}.ce_metamodel_content .layout_detail .item .field.liedvideo .value{position: relative;height: 0;padding-bottom: 50%;overflow: hidden}.ce_metamodel_content .layout_detail .item .field.liedvideo .value iframe{position: absolute;height: 100%;width: 100%;top: 0;left: 0}.ce_metamodel_content .item .field.bild ul.file,.ce_metamodel_content .item .field.bildvorschau ul.file,.ce_metamodel_content .item .field.liedbild ul.file{padding:0;background-color:white}.ce_metamodel_content .item .field.bild ul.file li,.ce_metamodel_content .item .field.bildvorschau ul.file li,.ce_metamodel_content .item .field.liedbild ul.file li{list-style-type: none}.ce_metamodel_content .item .field.bild ul.file li{text-align:center}.ce_metamodel_content .item .field.bild .label,.ce_metamodel_content .item .field.bildvorschau .label,.ce_metamodel_content .item .field.titel .label,.ce_metamodel_content .item .field.liedinterpret .label,.ce_metamodel_content .item .field.liedtitel .label,.ce_metamodel_content .item .field.liedbild .label{display:none}.ce_metamodel_content .layout_detail .item .field.titel,.ce_metamodel_content .layout_detail .item .field.liedtitel{font-size:2em;line-height: 1.3em}.ce_metamodel_content .layout_detail .item .field .label{font-weight: bold}.ce_metamodel_content .layout_full .item .field.titel,.mod_newslist .layout_latest h2{font-size:1em;margin-bottom: -15px !important}.mod_newslist .layout_latest h2 a{text-decoration:none;color:black}.ce_metamodel_content .item .field ul.tags{margin:0px}.ce_metamodel_content .item .button{text-align: center;margin-top: 30px;display: grid;max-width: 135px;margin-bottom: 30px;margin-left: auto;margin-right: auto}.button{overflow: visible}#wrapper .mod_article > div[class*="ce_"].text-left > *,#wrapper .mod_article > div[class*="mod_"].text-left > *{text-align:left}.ce_download{padding:20px}.button a,.ce_download a,input[type="submit"]{color: white;background-color: #ec2034;padding: 10px 20px !important;font-weight: 700;font-size: 1.3em;text-decoration: none;border:0px}#pan-when-zoomed button{color: white;    background-color: #ec2034;    padding: 8px 10px;    font-weight: 700;    font-size: 0.8em;    text-decoration: none;    border: 0px}#pan-when-zoomed input[type=range]{-webkit-appearance: none;    vertical-align: middle;    padding: 3.5px 0px;    background-color: #ec2034}#pan-when-zoomed input[type=range]:focus{outline: none}#pan-when-zoomed input[type=range]::-webkit-slider-runnable-track{width: 100%;  height: 23.9px;  cursor: pointer;  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000000;  background: #ec2034;  border-radius: 0px;  border: 0px solid #000000}#pan-when-zoomed input[type=range]::-webkit-slider-thumb{box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);  border: 0px solid #ffffff;  height: 26px;  width: 26px;  border-radius: 15px;  background: #ffffff;  cursor: pointer;  -webkit-appearance: none;  margin-top: -1.05px}#pan-when-zoomed input[type=range]:focus::-webkit-slider-runnable-track{background: #f15867}#pan-when-zoomed input[type=range]::-moz-range-track{width: 100%;  height: 23.9px;  cursor: pointer;  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000000;  background: #ec2034;  border-radius: 0px;  border: 0px solid #000000}#pan-when-zoomed input[type=range]::-moz-range-thumb{box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);  border: 0px solid #ffffff;  height: 26px;  width: 26px;  border-radius: 15px;  background: #ffffff;  cursor: pointer}#pan-when-zoomed input[type=range]::-ms-track{height: 31px;  cursor: pointer;  background: transparent;  border-color: transparent;  color: transparent}#pan-when-zoomed input[type=range]::-ms-fill-lower{background: #bf1021;  border: 0px solid #000000;  border-radius: 0px;  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000000}#pan-when-zoomed input[type=range]::-ms-fill-upper{background: #ec2034;  border: 0px solid #000000;  border-radius: 0px;  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #000000}#pan-when-zoomed input[type=range]::-ms-thumb{box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);  border: 0px solid #ffffff;  height: 26px;  width: 26px;  border-radius: 15px;  background: #ffffff;  cursor: pointer;  height: 26px}#pan-when-zoomed input[type=range]:focus::-ms-fill-lower{background: #ec2034}#pan-when-zoomed input[type=range]:focus::-ms-fill-upper{background: #f15867}input[type=email],input[type=text],input[type=password]{padding:0px 7px;box-sizing:border-box;line-height:2;border:none}select{height: 1.95rem;border:none}.button a:hover,.button a.active,.button a:focus,.ce_download a:hover,.ce_download a.active,.ce_download a:focus,input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{box-shadow: rgba(0,0,0,0.5) 0px 0px 25px;transition: 0.4s ease-out;cursor:pointer}#pan-when-zoomed button:hover,#pan-when-zoomed button.active,#pan-when-zoomed button:focus,#pan-when-zoomed input[type=range]:hover{box-shadow: rgba(0,0,0,0.5) 0px 0px 15px;transition: 0.4s ease-out;cursor:pointer}.flipzoom-wrapper{height:0;padding-bottom:48%;position:relative}.flipzoom-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}table{margin:0 auto}.twentytwenty-wrapper.twentytwenty-horizontal{max-width: 800px;margin: 0 auto}.ce_form tr{text-align:left;vertical-align:top}.ce_form tr textarea,.ce_form tr input{width:100%;font-family:inherit;line-height: inherit;padding: 10px 15px;text-overflow:ellipsis}.ce_form tr input{margin-bottom:3px}*::-webkit-input-placeholder{color:black;opacity:1}*::-moz-placeholder{color:black;opacity:1}*:-ms-input-placeholder{color:black;opacity:1}*:-o-input-placeholder{color:black;opacity:1}.ce_form table tr td{vertical-align:middle}.ce_form table tr td textarea{margin-bottom: -4px;border: none}.ce_form #f4 table tr td textarea,.ce_form #f4 table tr td input{border: 1px solid black}.ce_form #f4 table tr td input[type=submit]{border:none}.mod_newsreader .layout_full h2{font-size:1em;font-weight:normal}.newsletter_subscribe{border: 1px solid white;margin: 40px 131px;padding-bottom: 30px}.newsletter_subscribe #mc_embed_signup_scroll{display: inline-flex}.newsletter_subscribe #mc_embed_signup_scroll *{margin-right:10px}.newsletter_subscribe #mc_embed_signup_scroll #mce-responses,.newsletter_subscribe #mc_embed_signup_scroll .clear{height: 0;margin-bottom: 45px;margin-top: -6px}.newsletter_subscribe #mc_embed_signup_scroll .clear input{font-size: 200em !important}.mod_article#videodokus .ce_image{margin-top: 25px}.mod_article#videodokus .ce_image figure{margin-top: -25px}.pagination ul{width:100%;position:relative}.pagination ul li{list-style-type: none;display:-webkit-inline-box;display:inline-block}.pagination ul li.first{position:absolute;left:10px}.pagination ul li.previous{position:absolute;left:20%}.pagination ul li.previous + li{margin-left: -4.15%}.pagination ul li.next{position:absolute;right:20%}.pagination ul li.last{position:absolute;right:10px}.pagination,.pagination p,.pagination ul{margin-top:0px !important;margin-bottom:0px !important}.ce_metamodels_frontendfilter{margin-top:-20px !important;margin-bottom:-20px !important}body.ie .ce_metamodels_frontendfilter input[type=text]{margin-top:1px;height: 1.83rem}body.ie #wrapper .mod_article{padding: 0px 0px 70px 0px;margin-top: -10px !important}body.ie .ce_form table tr td textarea{margin-bottom:3px;padding-bottom:80px}
/* navigation.css */
.invisible{border: 0;  clip: rect(0 0 0 0);  height: 1px;  margin: -1px;  overflow: hidden;  padding: 0;  position: absolute;  width: 1px}.inside{position: relative}.nav ul{margin: 0;  padding: 0;  list-style: none;  overflow: hidden;  display: block}.nav--offcanvas{position: fixed;z-index: 1;width: 300px;right: -300px;top: 0;bottom: 0;background-color:#999275;box-shadow: rgba(0,0,0,0.5) 0px 0px 20px;transition: right 0.4s ease-out}.nav--offcanvas ul.level_1{margin-top: 22px;padding: 0em 1.7em}.nav--offcanvas li{margin-right: 0}.nav--offcanvas li a.submenu{font-weight: 700;text-transform: uppercase}.nav--offcanvas .submenu{padding: 1.4em 0em}.nav--offcanvas ul.level_2 li a,.nav--offcanvas ul.level_2 li span{display: block;padding: 0.4em 1.7em;text-decoration: none;color: #fff}.nav--offcanvas ul.level_1>li>a,.nav--offcanvas ul.level_1>li>span{display: block;padding: 0.4em 0em;text-decoration: none;color: #fff}.nav--offcanvas li span{font-weight:700}.nav--offcanvas li a:hover,.nav--offcanvas li a.active,.nav--offcanvas li a:focus{/*text-shadow:rgba(0,0,0,0.5) 0px 0px 2px;*/text-decoration: underline !important}label[for="show-menu"]{position: fixed;z-index: 2;right: 40px;top: 40px;cursor: pointer;color: #fff;padding: 0.5em;display: block;outline: 2px solid white;font-size:2em;box-shadow: 0px 0px 8px rgba(0,0,0,0.5);background-color:#999275}input[id="show-menu"]:checked  ~ .nav--offcanvas{right: 0}[id="header"] .inside{width: 100%;height: 1080px;overflow: hidden}
/* light-youtube-embed.css */
.youtube-player{position: relative;        padding-bottom: 55%;        /* Use 75% for 4:3 videos */        height: 0;        overflow: hidden;        max-width: 100%;        background: #000;        margin: 5px}.youtube-player iframe{position: absolute;        top: 0;        left: 0;        width: 100%;        height: 100%;        z-index: 100;        background: transparent}.youtube-player img{bottom: 0;        display: block;        left: 0;        margin: auto;        max-width: 100%;        width: 100%;        position: absolute;        right: 0;        top: 0;        border: none;        height: auto;        cursor: pointer;        -webkit-transition: .4s all;        -moz-transition: .4s all;        transition: .4s all}.youtube-player img:hover{-webkit-filter: brightness(75%)}.youtube-player .play{height: 72px;        width: 72px;        left: 50%;        top: 50%;        margin-left: -36px;        margin-top: -36px;        position: absolute;        background: url("../../files/construction/TxzC70f.png") no-repeat;        cursor: pointer}
@media screen and (min-width: 1025px) and (max-width: 1280px){
/* 1025-min-1280-max.css */

}
@media screen and (min-width: 640px) and (max-width: 1024px){
/* 0640-min-1024-max.css */
.ce_metamodel_content .layout_detail .item .field.liedbild,.ce_metamodel_content .layout_detail .item .field.liedaudio,.ce_metamodel_content .layout_detail .item .field.liedvideo{width: 100%;float: none}.ce_metamodel_content .layout_detail .item .field.liedbild{padding-right: 0px}.ce_metamodel_content .layout_detail .item .field.liedaudio,.ce_metamodel_content .layout_detail .item .field.liedvideo{padding-left: 0px}.ce_metamodel_content .layout_detail .item .field.liedaudio{padding-top: 20px}.ce_metamodel_content .layout_detail .item .field.liedvideo{padding-top: 30px}.newsletter_subscribe #mc_embed_signup_scroll #mce-responses,.newsletter_subscribe #mc_embed_signup_scroll .clear{height: 0;margin-bottom: 45px;margin-top: -32px}label[for="show-menu"]{position:fixed;padding: 0.5em 0.5em;font-size:1.2em}.newsletter_subscribe{margin: 40px 40px}.newsletter_subscribe #mc_embed_signup_scroll{display: block;/*text-align:right;text-align:end;text-align:-webkit-right;*/}#wrapper .mod_article#luftaufnahmen{padding: 0px 0px 320px 0px !important;margin-top: -30px}.flexitem,.ce_metamodel_content .layout_full .item{width:calc(1/2*100% - (1 - 1/2)*30px)}.ce_gallery ul li{width: calc(1/2*100% - (1 - 1/2)*30px);padding-right: 20px;padding-bottom: 70px;margin-right: -30px}.ce_metamodels_frontendfilter{padding: 0px 40px !important;margin-top:15px !important}.ce_metamodels_frontendfilter .formbody .widget{width: calc(1/3*100% - (1 - 1/3)*30px);height:130px}.ce_metamodels_frontendfilter .formbody .widget.submit_container > *:first-child{top:0;margin-bottom:30px}h3{line-height: 1em}
}
@media screen and (max-width: 640px){
/* 0640-max.css */
.mod_newslist .layout_latest{width: 100%}.ce_metamodel_content .layout_detail .item .field.liedbild,.ce_metamodel_content .layout_detail .item .field.liedaudio,.ce_metamodel_content .layout_detail .item .field.liedvideo{width: 100%;float: none}.ce_metamodel_content .layout_detail .item .field.liedbild{padding-right: 0px}.ce_metamodel_content .layout_detail .item .field.liedaudio,.ce_metamodel_content .layout_detail .item .field.liedvideo{padding-left: 0px}.ce_metamodel_content .layout_detail .item .field.liedaudio{padding-top: 20px}.ce_metamodel_content .layout_detail .item .field.liedvideo{padding-top: 30px}.pagination ul li.first{position:relative;left:unset}.pagination ul li.previous{position:relative;left:unset}.pagination ul li.previous + li{margin-left: 0%}.pagination ul li.next{position:relative;right:unset}.pagination ul li.last{position:relative;right:unset}.field.flipzoom .flipzoom-wrapper{padding-bottom:96%}.newsletter_subscribe #mc_embed_signup_scroll #mce-responses,.newsletter_subscribe #mc_embed_signup_scroll .clear{height: 0;margin-bottom: 45px;margin-top: -32px}label[for="show-menu"]{position:fixed;padding: 0.5em 0.5em;font-size:1.2em;right:20px;top:20px}.newsletter_subscribe{margin: 40px 40px}.newsletter_subscribe #mc_embed_signup_scroll{display: block;/*text-align:right;text-align:end;text-align:-webkit-right;*/}.newsletter_subscribe #mc_embed_signup_scroll *{margin-right:0}.newsletter_subscribe #mc_embed_signup_scroll .clear input{font-size: 150em !important}.newsletter_subscribe #mc_embed_signup_scroll input{width: 100%;border: none}.newsletter_subscribe p.mc_subscribe_info{margin-top: 100px}#wrapper .mod_article#luftaufnahmen{padding: 0px 0px 160px 0px !important;margin-top: 0px}.flexed .flexitem,.flexed.twocolumns .flexitem,.ce_metamodel_content .layout_full .item{width:100%}.ce_gallery ul li{width: 100%;padding-right: 0px;padding-bottom: 70px;margin-right: 0px}.ce_metamodels_frontendfilter{padding: 0px 40px !important}.ce_metamodels_frontendfilter .formbody .widget{flex:auto;width:100%;height: 60px}.ce_metamodels_frontendfilter .formbody .widget.clearall{margin-bottom:30px}.ce_metamodels_frontendfilter{margin-top: 30px !important}.button p a,.button p{padding:10px 10px !important}.button a,.ce_download a,input[type="submit"]{font-size: 1em;line-height: 2.4em;display: block}.ce_form table tr td{float:left;width:100%}
}
