#pageListElement_155173.active .sub_menu,
#pageListElement_155181.active .sub_menu,
#pageListElement_155179.active .sub_menu {
    display: block!important;
}
.sub_menu {
    display: none!important;
}
.menu .menu_inner ul li ul li:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.module_textblock .column,
.module_textblock .columns {
    padding-right: 19px!important;
    padding-left: 0rem!important;
}

.module_textblock .column:last-child:not(:first-child),
.module_textblock .columns:last-child:not(:first-child) {
    float: right;
    padding-right: 0px!important;
    padding-left: 1rem!important;
}
@media only screen {
   .module_textblock .column:last-child:not(:first-child),
   .module_textblock .columns:last-child:not(:first-child) {
       float: right;
       padding-right: 0px!important;
       padding-left: 0rem!important;
   }
}
@media only screen and (min-width: 40.063em) {
   .module_textblock .column:last-child:not(:first-child),
   .module_textblock .columns:last-child:not(:first-child) {
       float: right;
       padding-right: 0px!important;
       padding-left: 1rem!important;
   }
}
@media only screen and (min-width: 64.063em) {
   .module_textblock .column:last-child:not(:first-child),
   .module_textblock .columns:last-child:not(:first-child) {
       float: right;
       padding-right: 0px!important;
       padding-left: 1rem!important;
   }
}

.page_150957 .module_textblock .column,
.page_150957 .module_textblock .columns {
    padding-right: 0px!important;
    padding-left: 0rem!important;
}

.page_150957 .module_textblock .column:last-child:not(:first-child),
.page_150957 .module_textblock .columns:last-child:not(:first-child) {
    float: right;
    padding-right: 0px!important;
    padding-left: 0rem!important;
}

.module_textblock .row .row {
    margin-right: 0rem;
    margin-left: 0rem;
}


/* === START of IMAGE WRAPPER === */
  .img-wrapper {
    /*display: inline-block;*/
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  .img-wrapper img {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
    overflow: hidden;
    opacity: .75;
  }
  .img-wrapper a img { padding: 0; }
  .img-wrapper a span {
    width: 100%;
    text-align: center;
    display: block;
    bottom: 0;
    position: absolute;
    padding: 5px;
    background: rgba(136,22,24, .75);
  }
  .img-wrapper a, .img-wrapper:hover a {
    color: #fff !important;
    display: block;
  }
  .img-wrapper:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
    opacity: 1;
  }
/* === END of IMAGE WRAPPER === */

/* === START of SHADOW EFFECT FOR IMAGES === */
  .effect {
    position: relative;
    z-index: 1;
    margin: 0 0 1rem 1rem;
    float: right;
  }
  .effect:before, .effect:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 40%;
    top: 80%;
    max-width: 121px;
    background: #000;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .85);
    transform: rotate(-4deg);
  }
  .effect:after {
    transform: rotate(4deg);
    right: 10px;
    left: auto;
  }
/* === END of SHADOW EFFECT FOR IMAGES === */

/* === START of GOOGLE MAP === */
  .gmap {
    width: 100%;
    height: 23rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .gmap .gmap-overlay {
    background:transparent;
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    bottom: 0;
  }
  .gmap iframe {
    width: 100% !important;
    height: 100% !important;
  }
/* === END of GOOGLE MAP === */

/* === START of LANGUAGE SELECTION === */
  div.languages {
    top: 10px;
    right: 10px;
  }
  div.languages #languageActive img { border: 1px white solid; }
/* === END of LANGUAGE SELEVTION === */

/* === START of ERROR MELDUNGEN === */
  div.error-message {
    padding: 2px 0 2px 26px;
    background: url(/img/icon/16/exclamation.gif) 4px 3px no-repeat;
    font-weight: bold;
    color: #e25f53;
    width: 334px;
    margin-left: 118px;
  }
/* === END of ERROR MELDUNGEN === */


.popper {position: fixed;top: 15%;left: 19%;width: 60%;z-index: 100;background: #fff;padding: 40px;border: 8px solid #005095;display: none;}
.page_155166 .popper {
   display: block;
}
.popper h2 {
font-size: 24px;
}
.popper_close {
    position: absolute;
    top: -17px;
    right: -3px;
    font-size: 30px;
    z-index: 100;
    margin: 20px 20px 0 0;
    background: #fff;
    padding: 0px;
    cursor: pointer;
    color: #005095;
    font-weight: bold;
}