/* 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}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* 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}
@font-face {
  font-family: 'FrutigerLTStd-Black';
  src: url('../../files/css/font/FrutigerLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../../files/css/font/FrutigerLTStd-Black.otf') format('opentype'), url('../../files/css/font/FrutigerLTStd-Black.woff') format('woff'), url('../../files/css/font/FrutigerLTStd-Black.ttf') format('truetype'), url('../../files/css/font/FrutigerLTStd-Black.svg#FrutigerLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd-Bold';
  src: url('../../files/css/font/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('../../files/css/font/FrutigerLTStd-Bold.otf') format('opentype'), url('../../files/css/font/FrutigerLTStd-Bold.woff') format('woff'), url('../../files/css/font/FrutigerLTStd-Bold.ttf') format('truetype'), url('../../files/css/font/FrutigerLTStd-Bold.svg#FrutigerLTStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd-Light';
  src: url('../../files/css/font/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../../files/css/font/FrutigerLTStd-Light.otf') format('opentype'), url('../../files/css/font/FrutigerLTStd-Light.woff') format('woff'), url('../../files/css/font/FrutigerLTStd-Light.ttf') format('truetype'), url('../../files/css/font/FrutigerLTStd-Light.svg#FrutigerLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd-Roman';
  src: url('../../files/css/font/FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../../files/css/font/FrutigerLTStd-Roman.otf') format('opentype'), url('../../files/css/font/FrutigerLTStd-Roman.woff') format('woff'), url('../../files/css/font/FrutigerLTStd-Roman.ttf') format('truetype'), url('../../files/css/font/FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #ededed;
  font-family: 'FrutigerLTStd-Light';
  font-size: 17px;
  color: #636363;
}
.mod_rocksolid_slider {
  max-height: 750px;
}
a {
  color: #9f321c;
}
#wrapper {
  position: relative;
}
#cboxTitle {
  display: none !important;
}
#startimg {
  height: 750px;
  -webkit-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.45);
  box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.45);
}
@media only screen AND (max-width: 1200px) {
  #startimg {
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: -50px;
  }
}
.quantity_container {
  width: 100%;
  font-family: FrutigerLTStd-Black;
}
.quantity_container input {
  width: calc(100% - 105px);
  height: 52px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 180%;
  color: #787878;
  float: left;
  font-family: FrutigerLTStd-Black;
  box-sizing: border-box;
}
@media only screen AND (max-width: 700px) {
  .quantity_container input {
    box-sizing: border-box;
  }
}
.quantity_container .button {
  width: 48px;
  height: 50px;
  background: #eeeeee;
  border: 1px solid #cecece;
  float: left;
  line-height: 48px;
  font-size: 160%;
  color: #787878;
  text-align: center;
  cursor: pointer;
}
.quantity_container .button:hover {
  background: #d5d5d5;
}
#header {
  padding-top: 40px;
  position: relative;
}
#header #logo {
  text-align: center;
}
@media only screen AND (max-width: 1200px) {
  #header #logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header #wappen {
  position: absolute;
  right: 50%;
  top: -20px;
  margin-right: -600px;
  width: 140px;
}
@media only screen AND (max-width: 1200px) {
  #header #wappen {
    display: none;
  }
}
#header #linkmobile {
  display: none;
  margin-top: 40px;
  background: #9f321c;
  font-size: 20px;
  color: white;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
}
@media only screen AND (max-width: 1200px) {
  #header #linkmobile {
    display: block;
  }
}
#header #linkmobile:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0.5em;
  width: 40px;
  height: 5px;
  background: white;
  box-shadow: 0 0.5em 0 0 white, 0 1em 0 0 white;
}
#header #mainnav {
  margin-top: 40px;
  background: #9f321c;
  text-align: center;
  font-size: 20px;
}
@media only screen AND (max-width: 1200px) {
  #header #mainnav {
    display: none;
  }
}
#header #mainnav ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#header #mainnav ul li {
  display: inline-block;
}
#header #mainnav ul li a,
#header #mainnav ul li span {
  display: block;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 13px 40px;
  transition: 0.5s all ease;
}
#header #mainnav ul li span,
#header #mainnav ul li a.trail,
#header #mainnav ul li a:hover {
  background: white;
  color: #545454;
}
#footer {
  width: 100%;
  background: #e18d61;
  height: 110px;
  z-index: 1;
}
@media only screen AND (max-width: 1200px) {
  #footer {
    height: auto;
    padding-bottom: 30px;
  }
}
#footer .inside {
  color: white;
  padding-top: 30px;
  text-align: center;
}
#footer .inside .ce_text,
#footer .inside .ce_image {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
#footer .inside .ce_text img,
#footer .inside .ce_image img {
  margin-top: 0px;
}
#footer .inside .ce_image {
  margin-left: 10px;
  margin-right: 0px;
}
@media only screen AND (max-width: 700px) {
  #footer .inside .ce_text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
#eckfalte {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen AND (max-width: 1200px) {
  #eckfalte {
    display: none;
  }
}
.container_headerbild {
  background-color: #ededed;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  height: 700px;
  overflow: hidden !important;
  -webkit-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.45);
  box-shadow: inset 0px 0px 22px 0px rgba(0,0,0,0.45);
}
@media only screen AND (max-width: 1200px) {
  .container_headerbild {
    height: 500px;
  }
}
@media only screen AND (max-width: 700px) {
  .container_headerbild {
    display: none;
  }
}
#container {
  padding: 50px 0;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media only screen AND (max-width: 1200px) {
  #container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen AND (max-width: 700px) {
  #container {
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
.box_start {
  width: calc(33.33% - 20px);
  margin-right: 20px;
  float: left;
  background: white;
  height: 350px;
  padding: 35px;
  box-sizing: border-box;
  line-height: 23px;
  position: relative;
}
.box_start.last {
  margin-right: 0;
}
.box_start h1,
.box_start h2 {
  font-weight: 300;
  color: #9f321c;
  font-size: 23px;
  margin-top: 0;
  text-transform: uppercase;
}
.box_start h1 a,
.box_start h2 a {
  color: #9f321c;
  text-decoration: none;
}
.box_start .more {
  background: #ededed;
  padding: 10px 20px;
  position: absolute;
  right: 35px;
  bottom: 10px;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.box_start .more a {
  color: #9f321c;
  text-decoration: none;
}
.box_start .more:hover {
  background: #9f321c;
}
.box_start .more:hover a {
  color: white;
}
.box_start.cdcover {
  padding: 0;
  position: relative;
}
.box_start.cdcover p {
  background: #ededed;
  padding: 10px 20px;
  position: absolute;
  right: 35px;
  bottom: 10px;
  display: inline-block;
  float: right;
}
.box_start.cdcover p a {
  color: #9f321c;
  text-decoration: none;
  text-transform: uppercase;
}
.box_start.cdcover p:hover {
  background: #9f321c;
}
.box_start.cdcover p:hover a {
  color: white;
}
.box_start.box3 a {
  background: #ededed;
  padding: 10px 20px;
  position: absolute;
  right: 35px;
  bottom: 25px;
  display: inline-block;
  float: right;
  color: #9f321c;
  text-decoration: none;
  text-transform: uppercase;
}
.box_start.box3 a:hover {
  background: #9f321c;
  color: white;
}
@media only screen AND (max-width: 700px) {
  .box_start.box3 a {
    position: static;
  }
}
.box_start.small {
  height: 250px;
}
@media only screen AND (max-width: 1200px) {
  .box_start {
    width: calc(50% - 20px);
    margin-top: 20px;
  }
}
@media only screen AND (max-width: 700px) {
  .box_start {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
}
@media only screen AND (max-width: 700px) {
  .box_start .more {
    position: static;
  }
}
@media only screen AND (max-width: 1200px) {
  .box_start.last {
    margin-top: 20px;
  }
}
.zweispaltig #container {
  padding-bottom: 150px;
}
@media only screen AND (max-width: 700px) {
  .zweispaltig #container {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.zweispaltig #main {
  width: 870px;
  margin-right: 70px;
}
@media only screen AND (max-width: 1200px) {
  .zweispaltig #main {
    width: 100%;
  }
}
.zweispaltig #right {
  width: 260px;
  margin-right: 0;
}
@media only screen AND (max-width: 1200px) {
  .zweispaltig #right {
    width: 100%;
  }
}
#subnav ul,
.mod_eventmenu ul,
.mod_newsmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#subnav ul li a,
#subnav ul li span,
.mod_eventmenu ul li a,
.mod_eventmenu ul li span,
.mod_newsmenu ul li a,
.mod_newsmenu ul li span {
  padding: 10px 0;
  color: #636363;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #636363;
}
#subnav ul li span,
#subnav ul li a:hover,
.mod_eventmenu ul li span,
.mod_eventmenu ul li a:hover,
.mod_newsmenu ul li span,
.mod_newsmenu ul li a:hover {
  font-family: 'FrutigerLTStd-Bold';
  color: #9f321c;
}
#subnav ul li ul li a,
#subnav ul li ul li span,
#subnav ul li ul li a:hover,
.mod_eventmenu ul li ul li a,
.mod_eventmenu ul li ul li span,
.mod_eventmenu ul li ul li a:hover,
.mod_newsmenu ul li ul li a,
.mod_newsmenu ul li ul li span,
.mod_newsmenu ul li ul li a:hover {
  padding-left: 20px;
}
@media only screen AND (max-width: 1200px) {
  #subnav {
    display: none;
  }
}
.mod_eventmenu {
  margin-top: 50px;
}
.mod_eventmenu .year {
  font-size: 140%;
  font-family: 'FrutigerLTStd-Bold';
}
.mod_eventmenu .year ul {
  font-size: 17px;
  font-family: 'FrutigerLTStd-Light';
}
.product_list .product {
  width: calc(33% - 20px);
  margin-right: 15px;
  background: white;
  padding: 30px;
  box-sizing: border-box;
  float: left;
  margin-top: 15px;
  text-align: center;
}
@media only screen AND (max-width: 700px) {
  .product_list .product {
    width: 100%;
  }
}
.product_list .product .sku {
  display: none;
}
.product_list .product .price {
  font-family: 'FrutigerLTStd-Black';
  font-size: 150%;
  padding: 15px 0;
}
.product_list .product h3 {
  margin-top: 0;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.product_list .product h3 a {
  font-size: 18px;
  color: #9f321c;
  text-transform: uppercase;
  text-decoration: none;
}
.product_list .product .details a {
  background: #ededed;
  display: block;
  padding: 10px 20px;
  right: 35px;
  bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #9f321c;
  text-decoration: none;
}
.product_list .product .details a:hover {
  background: #9f321c;
  color: white;
}
.mod_iso_productreader h2 {
  margin-top: 0;
  font-weight: 400;
}
.mod_iso_productreader .preis {
  font-size: 160%;
  font-family: FrutigerLTStd-Black;
  margin: 20px 0;
}
.mod_iso_productreader .image_container {
  width: 50%;
  width: calc(50% - 20px);
}
@media only screen AND (max-width: 700px) {
  .mod_iso_productreader .image_container {
    width: 100%;
  }
}
.mod_iso_productreader .image_container,
.mod_iso_productreader .content {
  float: left;
}
.mod_iso_productreader .content {
  margin-left: 20px;
  background: white;
  padding: 30px;
  box-sizing: border-box;
  width: calc(50% - 20px);
}
@media only screen AND (max-width: 700px) {
  .mod_iso_productreader .content {
    width: 100%;
    margin-left: 0;
  }
}
.mod_iso_productreader dt {
  width: 40%;
  float: left;
}
@media only screen AND (max-width: 700px) {
  .mod_iso_productreader dt {
    width: 100%;
  }
}
.mod_iso_productreader dt:after {
  clear: both;
  display: table;
  content: ' ';
}
.add_to_cart {
  background: #9f321c;
  display: block;
  padding: 10px 20px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.5s all ease;
  margin-top: 20px;
  box-sizing: border-box;
}
.add_to_cart:hover {
  background: #742414;
  color: white;
}
.cart_big table {
  width: 100%;
}
.cart_big tr.product {
  background: white;
}
.cart_big tr.product img {
  display: block;
}
.cart_big tr.product td {
  padding: 5px;
  text-align: center;
}
.cart_big tr.product td.image {
  width: 60px;
}
.cart_big tfoot tr.total td {
  font-family: FrutigerLTStd-Black;
  font-size: 120%;
}
.cart_big tfoot td {
  text-align: right;
  padding: 10px 20px;
}
.cart_big .submit_container input {
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  cursor: pointer;
  color: white;
  padding: 7px 15px;
}
.cart_big .submit_container input:hover {
  background: #449d44;
}
.cart_big .submit_container input.button_update {
  background: #ededed;
  border: 1px solid #d4d4d4;
  color: #636363;
}
.cart_big .submit_container input.button_update:hover {
  background: #d4d4d4;
}
.cart_mini {
  margin-top: 40px;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.cart_mini h1 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart_mini .image_container {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.cart_mini .subtotal {
  padding-top: 15px;
  border-top: 1px solid #ededed;
  margin-top: 10px;
}
.cart_mini .subtotal .preis {
  float: right;
  font-size: 130%;
  font-family: FrutigerLTStd-Black;
}
.mod_iso_checkout {
  padding-bottom: 150px;
}
.mod_iso_checkout p.error {
  border: 1px solid #9f321c;
  color: #9f321c;
}
#product_downloads {
  font-size: 90%;
  width: 100%;
}
#product_downloads div {
  float: left;
  width: 46%;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen AND (max-width: 700px) {
  #product_downloads div {
    width: 90%;
  }
}
#product_downloads div.number,
#product_downloads div.audio {
  width: 5%;
  overflow: hidden;
}
@media only screen AND (max-width: 700px) {
  #product_downloads div.number,
  #product_downloads div.audio {
    width: 90%;
    float: left;
    box-sizing: border-box;
  }
}
#product_downloads div.playdiv {
  width: 5%;
}
@media only screen AND (max-width: 700px) {
  #product_downloads div.playdiv {
    width: 90%;
    float: left;
    box-sizing: border-box;
  }
}
#product_downloads div.titel {
  width: 30%;
}
@media only screen AND (max-width: 700px) {
  #product_downloads div.titel {
    width: 90%;
    margin-left: 0%;
  }
}
#product_downloads div.dauer {
  width: 14%;
}
@media only screen AND (max-width: 700px) {
  #product_downloads div.dauer {
    width: 100%;
  }
}
#product_downloads div.audio {
  margin-top: -5px;
  cursor: pointer;
  width: 35px;
  padding-left: 0;
  padding-right: 20px;
}
#product_downloads .pButton {
  height: 20px;
  width: 20px;
  border: none;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}
#product_downloads .play {
  background-image: url('../../files/img/play-button.png');
}
#product_downloads .pause {
  background-image: url('../../files/img/stop.png');
}
.caption {
  font-size: 80%;
}
.mod_newslist .layout_latest {
  margin-bottom: 15px;
  background: white;
  padding: 20px;
}
.mod_newslist .layout_latest .image_container {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.mod_newslist .layout_latest .content {
  width: auto;
}
.mod_newslist .layout_latest .content .info {
  font-size: 80%;
  margin: 0;
}
.mod_newslist .layout_latest .content h2 {
  font-size: 110%;
}
.mod_eventlist .layout_full {
  margin-bottom: 15px;
  border-top: 1px solid white;
  padding-top: 20px;
}
.mod_eventlist .layout_full .kalenderblatt {
  width: 80px;
  float: left;
  background: white;
  margin-right: 30px;
  text-align: center;
  height: 100px;
  border-top: 10px solid #9f321c;
}
.mod_eventlist .layout_full .kalenderblatt .month {
  display: inline-block;
  margin-top: 10px;
}
.mod_eventlist .layout_full .kalenderblatt .day {
  display: block;
  font-size: 200%;
  font-family: FrutigerLTStd-Black;
  color: #9f321c;
}
.mod_eventlist .layout_full .content {
  float: left;
}
.mod_eventlist .layout_full .content h1 {
  margin: 0;
  font-size: 23px;
}
.mod_eventlist .layout_full .content .info {
  margin-top: 5px;
  margin-bottom: 10px;
}
.mod_eventlist .layout_full .image_container {
  width: 80px;
  float: right;
  height: 80px;
}
.mod_eventlist .layout_full.bygone {
  opacity: 0.5;
}
.mod_eventlist .layout_full.bygone:hover {
  opacity: 1;
}
@media only screen AND (max-width: 700px) {
  .zoomContainer {
    width: 100% !important;
    display: none !important;
  }
}
.justmobile {
  display: none;
}
@media only screen AND (max-width: 700px) {
  .justmobile {
    display: block;
  }
}
@media only screen AND (max-width: 700px) {
  .nomobile {
    display: none;
  }
}
.ce_downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.ce_downloads ul li {
  padding: 15px 0;
  border-top: 1px solid #d4d4d4;
}
.mod_iso_checkout table {
  width: 100%;
}
.mod_iso_checkout input[type="text"],
.mod_iso_checkout input[type="tel"],
.mod_iso_checkout input[type="email"],
.mod_iso_checkout select {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_iso_checkout fieldset {
  padding: 30px;
}
.mod_iso_checkout .submit {
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  cursor: pointer;
  color: white;
  padding: 7px 15px;
  margin-top: 15px;
}
.mod_iso_checkout .submit:hover {
  background: #449d44;
}
.ce_form input,
.ce_form textarea,
.ce_form select {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ce_form input.checkbox {
  width: auto;
}
.ce_form .submit {
  cursor: pointer;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kontaktbox {
  background: white;
  margin-top: 80px;
  padding: 10px 20px;
  font-size: 85%;
}
.kontaktbox h1 {
  margin-top: 10px;
}
.ce_gallery .image_container {
  overflow: hidden;
}
.ce_gallery .image_container img {
  display: block;
  transition: 0.3s all ease;
}
.ce_gallery .image_container img:hover {
  transform: scale(1.1);
}
#galerie-liste .layout_latest {
  float: left;
  width: 270px;
  margin: 0 20px 20px 0;
}
#galerie-liste .layout_latest h2 {
  font-size: 17px;
  text-decoration: none;
  margin-top: 0;
}
#galerie-liste .layout_latest p.info {
  font-size: 14px;
}
#galerie-liste .layout_latest .image_container {
  overflow: hidden;
}
#galerie-liste .layout_latest .image_container img {
  display: block;
  transition: 0.3s all ease;
}
#galerie-liste .layout_latest .image_container img:hover {
  transform: scale(1.1);
}

