/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */.com_joeworkman_stacks_columnist_stack .columnist ul,.com_joeworkman_stacks_columnist_stack .columnist ol{margin-top:0;margin-bottom:0}.com_joeworkman_stacks_columnist_stack .columnist li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}.com_joeworkman_stacks_columnist_stack .columnist.text-left{text-align:left}.com_joeworkman_stacks_columnist_stack .columnist.text-right{text-align:right}.com_joeworkman_stacks_columnist_stack .columnist.text-center{text-align:center}.com_joeworkman_stacks_columnist_stack .columnist.text-justify{text-align:justify}.com_joeworkman_stacks_columnist_stack .columnist.hyphenate{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.com_joeworkman_stacks_columnist_stack .columnist.strip-bullets ul,.com_joeworkman_stacks_columnist_stack .columnist.strip-bullets ol{list-style:none}.com_joeworkman_stacks_columnist_stack .columnist .break{-webkit-column-span:all;-moz-column-span:all;column-span:all}
/* TRIGGER FONT */

@font-face {
  font-family: 'trigger';
  src: url('../entdeckungen_files/trigger_font/trigger.eot?57958819');
  src: url('../entdeckungen_files/trigger_font/trigger.eot?57958819#iefix') format('embedded-opentype'),
       url('../entdeckungen_files/trigger_font/trigger.woff?57958819') format('woff'),
       url('../entdeckungen_files/trigger_font/trigger.ttf?57958819') format('truetype'),
       url('../entdeckungen_files/trigger_font/trigger.svg?57958819#trigger') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'trigger';
    src: url('../font/trigger.svg?60643705#trigger') format('svg');
  }
}
*/

 
 [class^="trigger-"]:before, [class*=" trigger-"]:before {
  font-family: "trigger";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
     
  /* fix buttons height, for twitter bootstrap */
  /*line-height: 1em;*/
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.trigger-plus-squared:before { content: '\e800'; } /* '' */
.trigger-minus-squared:before { content: '\e801'; } /* '' */
.trigger-plus-squared-alt:before { content: '\e802'; } /* '' */
.trigger-minus-squared-alt:before { content: '\e803'; } /* '' */
.trigger-cancel-1:before { content: '\e804'; } /* '' */
.trigger-ok:before { content: '\e805'; } /* '' */
.trigger-ok-circled:before { content: '\e806'; } /* '' */
.trigger-cancel-circled:before { content: '\e807'; } /* '' */
.trigger-ok-circled2:before { content: '\e808'; } /* '' */
.trigger-cancel-circled2:before { content: '\e809'; } /* '' */
.trigger-ok-squared:before { content: '\e80a'; } /* '' */
.trigger-plus-circled:before { content: '\e80b'; } /* '' */
.trigger-minus-circled:before { content: '\e80c'; } /* '' */
.trigger-toggle-off:before { content: '\e80d'; } /* '' */
.trigger-toggle-on:before { content: '\e80e'; } /* '' */
.trigger-cog:before { content: '\e80f'; } /* '' */
.trigger-info-circled:before { content: '\e810'; } /* '' */
.trigger-help-circled:before { content: '\e811'; } /* '' */
.trigger-eye:before { content: '\e812'; } /* '' */
.trigger-eye-off:before { content: '\e813'; } /* '' */
.trigger-code-1:before { content: '\e814'; } /* '' */
.trigger-chat:before { content: '\e815'; } /* '' */
.trigger-chat-empty:before { content: '\e816'; } /* '' */
.trigger-down-open-1:before { content: '\e817'; } /* '' */
.trigger-up-open-1:before { content: '\e818'; } /* '' */
.trigger-star:before { content: '\e819'; } /* '' */
.trigger-star-empty:before { content: '\e81a'; } /* '' */
.trigger-heart:before { content: '\e81b'; } /* '' */
.trigger-heart-empty:before { content: '\e81c'; } /* '' */
.trigger-plus-1:before { content: '\e81d'; } /* '' */
.trigger-minus-1:before { content: '\e81e'; } /* '' */
.trigger-help-1:before { content: '\e81f'; } /* '' */
.trigger-info-1:before { content: '\e820'; } /* '' */
.trigger-mail:before { content: '\e821'; } /* '' */
.trigger-mail-squared:before { content: '\e822'; } /* '' */
.trigger-export-alt:before { content: '\e823'; } /* '' */
.trigger-export:before { content: '\e824'; } /* '' */
.trigger-menu-1:before { content: '\e825'; } /* '' */@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack > .jack{margin:0;padding:0;border:0;background:none;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack > .jack.align-center{margin-left:auto !important;margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-right{margin-left:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-left{margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.touch-device{background-attachment:scroll !important}.com_joeworkman_stacks_jack4_stack > .jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after{width:50%;top:50%}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x{overflow-x:auto !important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x > .stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack > .jack.scroll-y{overflow-y:auto !important;-webkit-overflow-scrolling:touch}

#stacks_in_2287 {
	margin:  20px;
	padding:  20px;
}

#stacks_in_4113 {
	margin:  20px;
	padding:  8px;
}

#stacks_in_2290 {
	font-size: 104%;
}

#stacks_in_2286 {
	font-size: 121%;
	font-weight: bold;
}
#stacks_in_3469{}#stacks_in_3469 > .jack{margin:0px;padding:20px;border-color:#000000;border-width:0px;border-style:solid;border-radius:20px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_3469 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_3469 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_3469 > .jack.width-static{width:500px}#stacks_in_3469 > .jack.width-flexible{width:94%}#stacks_in_3469 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_3469 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_3469 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_3469 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_3469 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_3469 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_3469 > .jack::after{border-radius:20px}#stacks_in_3469 > .jack.border-detailed-radius,#stacks_in_3469 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_3469 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_3469 > .jack.bg-color{background-color:#89C5FF}#stacks_in_3469 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_3469 > .jack.bg-image:not(.glass){background-image:url(../entdeckungen_files/bgImage-3469.jpg);background-repeat:repeat;background-position:left top;}#stacks_in_3469 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_3469 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_3469 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_3469 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_3469 > .jack.bg-image:not(.glass){}#stacks_in_3469 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_3469 > .jack.bg-image.glass.after,#stacks_in_3469 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:20px;background-image:url(../entdeckungen_files/bgImage-3469.jpg);background-repeat:repeat;background-position:left top;}#stacks_in_3469 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_3469 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_3469 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_3469 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_3469 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_3469 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_3469 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_3469 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_3469 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_3469 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_3469 > .jack.bg-image.glass.after,#stacks_in_3469 > .glass.jack.bg-image::after{}#stacks_in_3469 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_3469 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_3469 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_3469 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_3469 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_3469 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_3469 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_3469 > .jack.peek-shadow::before,#stacks_in_3469 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_3469 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_3469 > .jack{overflow:visible;}#stacks_in_3469 > .jack.height-static{height:100px}#stacks_in_3469 > .jack.height-minmax{min-height:100px;max-height:800px}

#stacks_in_3469 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_3479 {
	margin: 10px 0px 20px 0px;
	padding:  11px;
}

#stacks_in_3480 {
	font-size: 200%;
	font-weight: bold;
}

#stacks_in_3457 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_3457 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_3457 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_3457 {
	margin: 10px 0px 0px 0px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4243{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4243swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4243swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_4243swell-with-zoom .mfp-container,.stacks_in_4243swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_4243swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4243swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4243swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4243swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4243 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4243 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4243 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4243 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}





#stacks_in_4243 .swellzoomeffect img:hover{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
     transform:scale(1.1);
}

#stacks_in_4243 .swellshrinkeffect img:hover{
	-webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
     transform:scale(0.9);
}

#stacks_in_4243 .swellswingeffect{
	margin-left: 5px !important;
	margin-right: 5px !important;
}

#stacks_in_4243 .swellswingeffect:hover{
    -webkit-animation: swellswing 1s ease;
    animation: swellswing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#stacks_in_4243 .swellcircleeffect:hover{
        border-radius:50%;
}

#stacks_in_4243 .swellthreedeffect{
    margin-left: 3px !important;
	margin-top: 3px !important;
}

#stacks_in_4243 .swellthreedeffect:hover{
    box-shadow:
        1px 1px rgba(230, 230, 230, 1.00),
        2px 2px rgba(230, 230, 230, 1.00),
        3px 3px rgba(230, 230, 230, 1.00);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}



/* -- End Swell Each css Template -- */
#stacks_in_4243 {
	padding:  20px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4241{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4241swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4241swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_4241swell-with-zoom .mfp-container,.stacks_in_4241swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4241swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4241swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4241swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4241swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4241 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4241 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4241 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4241 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}





#stacks_in_4241 .swellzoomeffect img:hover{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
     transform:scale(1.1);
}

#stacks_in_4241 .swellshrinkeffect img:hover{
	-webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
     transform:scale(0.9);
}

#stacks_in_4241 .swellswingeffect{
	margin-left: 5px !important;
	margin-right: 5px !important;
}

#stacks_in_4241 .swellswingeffect:hover{
    -webkit-animation: swellswing 1s ease;
    animation: swellswing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#stacks_in_4241 .swellcircleeffect:hover{
        border-radius:50%;
}

#stacks_in_4241 .swellthreedeffect{
    margin-left: 3px !important;
	margin-top: 3px !important;
}

#stacks_in_4241 .swellthreedeffect:hover{
    box-shadow:
        1px 1px rgba(242, 88, 95, 1.00),
        2px 2px rgba(242, 88, 95, 1.00),
        3px 3px rgba(242, 88, 95, 1.00);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}



/* -- End Swell Each css Template -- */
#stacks_in_4241 {
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4239{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4239swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4239swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_4239swell-with-zoom .mfp-container,.stacks_in_4239swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4239swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4239swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4239swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4239swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4239 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4239 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4239 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4239 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}





#stacks_in_4239 .swellzoomeffect img:hover{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
     transform:scale(1.1);
}

#stacks_in_4239 .swellshrinkeffect img:hover{
	-webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
     transform:scale(0.9);
}

#stacks_in_4239 .swellswingeffect{
	margin-left: 5px !important;
	margin-right: 5px !important;
}

#stacks_in_4239 .swellswingeffect:hover{
    -webkit-animation: swellswing 1s ease;
    animation: swellswing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#stacks_in_4239 .swellcircleeffect:hover{
        border-radius:50%;
}

#stacks_in_4239 .swellthreedeffect{
    margin-left: 3px !important;
	margin-top: 3px !important;
}

#stacks_in_4239 .swellthreedeffect:hover{
    box-shadow:
        1px 1px rgba(242, 88, 95, 1.00),
        2px 2px rgba(242, 88, 95, 1.00),
        3px 3px rgba(242, 88, 95, 1.00);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}



/* -- End Swell Each css Template -- */
#stacks_in_4239 {
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4330{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4330swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4330swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4330swell{
		max-width: 800px;
	}
	.stacks_in_4330swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4330swell-with-zoom .mfp-container,.stacks_in_4330swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4330swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4330swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4330swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4330swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4330 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4330 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4330 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4330 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4330 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4330 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4330 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4330 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4330 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4330 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4330 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_3485 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_3485 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_3485 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_3485 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_3489 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_3493 {
	margin: 0px 0px 0px 50px;
}

#stacks_in_3491 {
	margin: 0px 0px 0px 50px;
}
 #stacks_in_4259{border-radius:10px}#stacks_in_4259 .SlinkeeList{background-color:#7F7F7F;border:1px solid;border-radius:10px;font-size:15px;list-style:none;margin:0;min-height:0;padding:0;position:relative;z-index:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100.000000)";filter:alpha(opacity=100.000000);-moz-opacity:1.00;-khtml-opacity:1.00;opacity:1.00}#stacks_in_4259 .SlinkeeListGradient{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#989898, endColorstr=#666666);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#989898,endColorstr=#666666)"}#stacks_in_4259 .SlinkeeList .SlinkeeItem{border-top:1px solid #FFFFFF;margin:0;padding:0}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeArrow{background:url(../entdeckungen_files/SlinkeeImages/arrowRightLight.png) 1em center no-repeat}#stacks_in_4259 .SlinkeeList .SlinkeeOpen .SlinkeeArrow{background:url(../entdeckungen_files/SlinkeeImages/arrowDownLight.png) 1em center no-repeat}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeLink{color:#EEEEEE;display:block;padding:.75em 35px;text-decoration:none}#stacks_in_4259 .SlinkeeList .SlinkeeItem>a:active,#stacks_in_4259 .SlinkeeList .SlinkeeItem>a:focus{outline:0}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeDropDown{background:0 0;color:#EEEEEE}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeDropGradient{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#898989, endColorstr=#757575);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#898989,endColorstr=#757575)"}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeDropDown,#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeLink .SlinkeeDescription{display:none}#stacks_in_4259 .SlinkeeList .SlinkeeHover,#stacks_in_4259 .SlinkeeList .SlinkeeOpen{background-color:#000080}#stacks_in_4259 .SlinkeeList .SlinkeeHover .SlinkeeLink,#stacks_in_4259 .SlinkeeList .SlinkeeOpen .SlinkeeLink{color:#EEEEEE}#stacks_in_4259 .SlinkeeItemGradient .SlinkeeHover,#stacks_in_4259 .SlinkeeItemGradient .SlinkeeOpen{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0A8A, endColorstr=#000076);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0A8A,endColorstr=#000076)"}#stacks_in_4259 .SlinkeeList .SlinkeeOpen .SlinkeeLink{border-bottom:1px solid #FFFFFF;border-raduius:none}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeLink .SlinkeeDescription{font-size:.8em}#stacks_in_4259 .SlinkeeList .SlinkeeItem .SlinkeeDropDown{font-size:.8em;padding:1.5em 35px}#stacks_in_4259 .SlinkeeRad{border-radius:10px}#stacks_in_4259 .SlinkeeRadTop{border-radius:10px 10px 0 0}#stacks_in_4259 .SlinkeeRadBottom{border-radius:0 0 10px 10px} 
#stacks_in_4259 {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 20px 20px 0px 20px;
}

#stacks_out_4259 {
	width: 960px;
}
#stacks_in_4336 .columnist.rule.rule-top{border-top:1px dotted rgba(153, 153, 153, 1.00);padding-top:1rem}#stacks_in_4336 .columnist.rule.rule-bottom{border-bottom:1px dotted rgba(153, 153, 153, 1.00);padding-bottom:1rem}#stacks_in_4336 .columnist .break{margin:1.50rem 0 0.63rem}#stacks_in_4336 .columnist{-webkit-columns:200px 3;-moz-columns:200px 3;columns:200px 3;-webkit-column-gap:1.50rem;-moz-column-gap:1.50rem;column-gap:1.50rem}#stacks_in_4336 .columnist.rule{-webkit-column-rule:1px dotted rgba(153, 153, 153, 1.00);-moz-column-rule:1px dotted rgba(153, 153, 153, 1.00);column-rule:1px dotted rgba(153, 153, 153, 1.00)}

#stacks_in_4336 {
	padding:  10px;
}
#stacks_in_4377 .trigger_kalkwerk {
	cursor: pointer;
	display: inline-block;
	color: #515151;

	
	font-size: 26px;
	line-height: 26px;
	

	padding-left: 1px;
}

#stacks_in_4377 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_4377 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_4377 .toggle_open .closed_image {
	display: none;
}

#stacks_in_4377 .toggle_closed .open_image {
	display: none;
}



#stacks_in_4377 {
	position: relative;
	text-align: center;
}

#stacks_in_4377 .trigger_label,
#stacks_in_4377 .trigger_label_open {
	font-size: 18px;
	color: #FFD25A;
	margin-left: 4px;
	
	line-height: 26px;
	vertical-align: top;
	
}

#stacks_in_4377 .trigger_label_open {
	display: none;
}

#stacks_in_4377 {
	padding:  20px;
}

#stacks_in_4378 {
	position: relative;
	display: block;
}

.kalkwerk {
	position: relative;
	
	
}






	
	#stacks_in_4378 .cpsl_kalkwerk {
		padding: 0px;
	}
	




#stacks_in_4380 .columnist.rule.rule-top{border-top:1px dotted rgba(153, 153, 153, 1.00);padding-top:1rem}#stacks_in_4380 .columnist.rule.rule-bottom{border-bottom:1px dotted rgba(153, 153, 153, 1.00);padding-bottom:1rem}#stacks_in_4380 .columnist .break{margin:1.50rem 0 0.63rem}#stacks_in_4380 .columnist{-webkit-columns:200px 3;-moz-columns:200px 3;columns:200px 3;-webkit-column-gap:1.50rem;-moz-column-gap:1.50rem;column-gap:1.50rem}#stacks_in_4380 .columnist.rule{-webkit-column-rule:1px dotted rgba(153, 153, 153, 1.00);-moz-column-rule:1px dotted rgba(153, 153, 153, 1.00);column-rule:1px dotted rgba(153, 153, 153, 1.00)}
#stacks_in_4339>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4339>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_4339>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_4339>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_4339>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_4339>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_4339>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_4339 {
	margin: 50px 0px 0px 0px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4383{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4383swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4383swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4383swell{
		max-width: 800px;
	}
	.stacks_in_4383swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4383swell-with-zoom .mfp-container,.stacks_in_4383swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4383swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4383swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4383swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4383swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4383 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4383 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4383 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4383 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4383 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4383 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4383 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4383 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4383 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4383 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4383 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */#stacks_in_4375{text-align:justify}
/* -- Start Swell Each css Template -- */

#stacks_in_4385{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4385swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4385swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4385swell{
		max-width: 800px;
	}
	.stacks_in_4385swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4385swell-with-zoom .mfp-container,.stacks_in_4385swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4385swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4385swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4385swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4385swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4385 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4385 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4385 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4385 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4385 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4385 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4385 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4385 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4385 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4385 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4385 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- *//* -- Start Swell Each css Template -- */

#stacks_in_4387{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4387swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4387swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4387swell{
		max-width: 800px;
	}
	.stacks_in_4387swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4387swell-with-zoom .mfp-container,.stacks_in_4387swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4387swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4387swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4387swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4387swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4387 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4387 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4387 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4387 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4387 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4387 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4387 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4387 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4387 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4387 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4387 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */#stacks_in_4353>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4353>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_4353>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_4353>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_4353>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_4353>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_4353>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_4353 {
	margin: 50px 0px 0px 0px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4357{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4357swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4357swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4357swell{
		max-width: 800px;
	}
	.stacks_in_4357swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4357swell-with-zoom .mfp-container,.stacks_in_4357swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4357swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4357swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4357swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4357swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4357 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4357 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4357 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4357 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4357 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4357 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4357 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4357 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4357 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4357 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4357 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_4357 {
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4359{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4359swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4359swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4359swell{
		max-width: 800px;
	}
	.stacks_in_4359swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4359swell-with-zoom .mfp-container,.stacks_in_4359swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4359swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4359swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4359swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4359swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4359 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4359 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4359 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4359 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4359 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4359 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4359 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4359 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4359 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4359 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4359 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_4359 {
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4361{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4361swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4361swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4361swell{
		max-width: 800px;
	}
	.stacks_in_4361swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4361swell-with-zoom .mfp-container,.stacks_in_4361swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4361swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4361swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4361swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4361swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4361 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4361 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4361 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4361 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4361 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4361 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4361 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4361 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4361 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4361 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4361 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_4361 {
	padding:  10px;
}
 #stacks_in_4272{border-radius:15px}#stacks_in_4272 .SlinkeeList{background-color:#7F7F7F;border:1px solid;border-radius:15px;font-size:15px;list-style:none;margin:0;min-height:0;padding:0;position:relative;z-index:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100.000000)";filter:alpha(opacity=100.000000);-moz-opacity:1.00;-khtml-opacity:1.00;opacity:1.00}#stacks_in_4272 .SlinkeeListGradient{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#989898, endColorstr=#666666);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#989898,endColorstr=#666666)"}#stacks_in_4272 .SlinkeeList .SlinkeeItem{border-top:1px solid #FFFFFF;margin:0;padding:0}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeArrow{background:url(../entdeckungen_files/SlinkeeImages/arrowRightLight.png) 1em center no-repeat}#stacks_in_4272 .SlinkeeList .SlinkeeOpen .SlinkeeArrow{background:url(../entdeckungen_files/SlinkeeImages/arrowDownLight.png) 1em center no-repeat}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeLink{color:#EEEEEE;display:block;padding:.75em 35px;text-decoration:none}#stacks_in_4272 .SlinkeeList .SlinkeeItem>a:active,#stacks_in_4272 .SlinkeeList .SlinkeeItem>a:focus{outline:0}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeDropDown{background:0 0;color:#EEEEEE}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeDropGradient{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#707070, endColorstr=#5C5C5C);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#707070,endColorstr=#5C5C5C)"}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeDropDown,#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeLink .SlinkeeDescription{display:none}#stacks_in_4272 .SlinkeeList .SlinkeeHover,#stacks_in_4272 .SlinkeeList .SlinkeeOpen{background-color:#000080}#stacks_in_4272 .SlinkeeList .SlinkeeHover .SlinkeeLink,#stacks_in_4272 .SlinkeeList .SlinkeeOpen .SlinkeeLink{color:#EEEEEE}#stacks_in_4272 .SlinkeeItemGradient .SlinkeeHover,#stacks_in_4272 .SlinkeeItemGradient .SlinkeeOpen{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0A8A, endColorstr=#000076);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0A8A,endColorstr=#000076)"}#stacks_in_4272 .SlinkeeList .SlinkeeOpen .SlinkeeLink{border-bottom:1px solid #FFFFFF;border-raduius:none}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeLink .SlinkeeDescription{font-size:.8em}#stacks_in_4272 .SlinkeeList .SlinkeeItem .SlinkeeDropDown{font-size:.8em;padding:1.5em 35px}#stacks_in_4272 .SlinkeeRad{border-radius:15px}#stacks_in_4272 .SlinkeeRadTop{border-radius:15px 15px 0 0}#stacks_in_4272 .SlinkeeRadBottom{border-radius:0 0 15px 15px} 
#stacks_in_4272 {
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

#stacks_out_4272 {
	width: 960px;
}
#stacks_in_4279>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4279>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_4279>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_4279>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_4279>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_4279>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_4279>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_4282{text-align:justify}

#stacks_in_4282 {
	margin:  20px;
}
#stacks_in_4287{text-align:justify}

#stacks_in_4287 {
	margin: 20px 40px 20px 40px;
	padding:  19px;
}
#stacks_in_4292{text-align:justify}

#stacks_in_4292 {
	margin:  20px;
}
#stacks_in_4296>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4296>.s3_row>.s3_column {
	padding: 0 10px;
}








  


@media only screen and (max-width: 770px) {




	#stacks_in_4296>.s3_row  {
		margin: -10px -10px;
	}
	#stacks_in_4296>.s3_row>.s3_column {
		padding: 10px 10px;
		width:50%;
	}



}



@media only screen and (max-width: 400px) {


	#stacks_in_4296>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_4296>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}





}




  

#stacks_in_4296 {
	margin:  10px;
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4297{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4297swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4297swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4297swell{
		max-width: 800px;
	}
	.stacks_in_4297swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4297swell-with-zoom .mfp-container,.stacks_in_4297swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4297swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4297swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4297swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4297swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4297 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4297 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4297 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4297 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4297 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4297 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4297 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4297 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4297 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4297 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4297 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_4301 {
	margin:  10px;
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4304{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4304swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4304swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4304swell{
		max-width: 800px;
	}
	.stacks_in_4304swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4304swell-with-zoom .mfp-container,.stacks_in_4304swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4304swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4304swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4304swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4304swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4304 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4304 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4304 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4304 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4304 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4304 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4304 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4304 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4304 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4304 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4304 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_4308 {
	margin: 10px 0px 0px 0px;
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4311{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4311swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4311swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4311swell{
		max-width: 800px;
	}
	.stacks_in_4311swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4311swell-with-zoom .mfp-container,.stacks_in_4311swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4311swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4311swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4311swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4311swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4311 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4311 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4311 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4311 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4311 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4311 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4311 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4311 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4311 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4311 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4311 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */#stacks_in_4315{text-align:justify}

#stacks_in_4315 {
	margin: 10px 0px 0px 0px;
	padding:  10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4318{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4318swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4318swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_4318swell{
		max-width: 800px;
	}
	.stacks_in_4318swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_4318swell-with-zoom .mfp-container,.stacks_in_4318swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_4318swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4318swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4318swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4318swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4318 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4318 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4318 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4318 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_4318 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_4318 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_4318 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4318 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4318 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4318 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4318 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_4322 {
	margin: 10px 0px 0px 0px;
	padding:  10px;
}
#stacks_in_4327_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_4327 a:link, #stacks_in_4327 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_4327 a:hover, #stacks_in_4327 a:active {
	color:#4C4C4C;
}







#stacks_in_4327 a:link, #stacks_in_4327 a:visited {
	background-color:#FFFF7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF7F), to(#BF994C));
	border:1px solid #BF994C;
	padding:3px 20px;
	border-radius:30px;
	color:#4C4C4C;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_4327 a:hover {
	background-color:#FFFF89;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFF89), to(#A58442));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_4327 a:active {
	background-color:#FFFF7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



 #stacks_in_2147{border-radius:15px}#stacks_in_2147 .SlinkeeList{background-color:#7F7F7F;border:1px solid;border-radius:15px;font-size:15px;list-style:none;margin:0;min-height:0;padding:0;position:relative;z-index:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100.000000)";filter:alpha(opacity=100.000000);-moz-opacity:1.00;-khtml-opacity:1.00;opacity:1.00}#stacks_in_2147 .SlinkeeListGradient{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#989898, endColorstr=#666666);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#989898,endColorstr=#666666)"}#stacks_in_2147 .SlinkeeList .SlinkeeItem{border-top:1px solid #E6E6E6;margin:0;padding:0}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeArrow{background:url(../entdeckungen_files/SlinkeeImages/arrowRightLight.png) 1em center no-repeat}#stacks_in_2147 .SlinkeeList .SlinkeeOpen .SlinkeeArrow{background:url(../entdeckungen_files/SlinkeeImages/arrowDownLight.png) 1em center no-repeat}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeLink{color:#EEEEEE;display:block;padding:.75em 35px;text-decoration:none}#stacks_in_2147 .SlinkeeList .SlinkeeItem>a:active,#stacks_in_2147 .SlinkeeList .SlinkeeItem>a:focus{outline:0}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeDropDown{background:0 0;color:#EEEEEE}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeDropGradient{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#565656, endColorstr=#424242);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#565656,endColorstr=#424242)"}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeDropDown,#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeLink .SlinkeeDescription{display:none}#stacks_in_2147 .SlinkeeList .SlinkeeHover,#stacks_in_2147 .SlinkeeList .SlinkeeOpen{background-color:#000080}#stacks_in_2147 .SlinkeeList .SlinkeeHover .SlinkeeLink,#stacks_in_2147 .SlinkeeList .SlinkeeOpen .SlinkeeLink{color:#EEEEEE}#stacks_in_2147 .SlinkeeItemGradient .SlinkeeHover,#stacks_in_2147 .SlinkeeItemGradient .SlinkeeOpen{background:0 0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0A8A, endColorstr=#000076);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A0A8A,endColorstr=#000076)"}#stacks_in_2147 .SlinkeeList .SlinkeeOpen .SlinkeeLink{border-bottom:1px solid #E6E6E6;border-raduius:none}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeLink .SlinkeeDescription{font-size:.8em}#stacks_in_2147 .SlinkeeList .SlinkeeItem .SlinkeeDropDown{font-size:.8em;padding:1.5em 35px}#stacks_in_2147 .SlinkeeRad{border-radius:15px}#stacks_in_2147 .SlinkeeRadTop{border-radius:15px 15px 0 0}#stacks_in_2147 .SlinkeeRadBottom{border-radius:0 0 15px 15px} 
#stacks_in_2147 {
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 10px 10px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_4257{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_4257swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_4257swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_4257swell-with-zoom .mfp-container,.stacks_in_4257swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_4257swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4257swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_4257swell-with-zoom.mfp-removing .mfp-container,.stacks_in_4257swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_4257 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4257 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_4257 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_4257 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}





#stacks_in_4257 .swellzoomeffect img:hover{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
     transform:scale(1.1);
}

#stacks_in_4257 .swellshrinkeffect img:hover{
	-webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
     transform:scale(0.9);
}

#stacks_in_4257 .swellswingeffect{
	margin-left: 5px !important;
	margin-right: 5px !important;
}

#stacks_in_4257 .swellswingeffect:hover{
    -webkit-animation: swellswing 1s ease;
    animation: swellswing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#stacks_in_4257 .swellcircleeffect:hover{
        border-radius:50%;
}

#stacks_in_4257 .swellthreedeffect{
    margin-left: 3px !important;
	margin-top: 3px !important;
}

#stacks_in_4257 .swellthreedeffect:hover{
    box-shadow:
        1px 1px rgba(242, 88, 95, 1.00),
        2px 2px rgba(242, 88, 95, 1.00),
        3px 3px rgba(242, 88, 95, 1.00);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}



/* -- End Swell Each css Template -- */
#stacks_in_4257 {
	padding:  10px;
}

#stacks_out_4257 {
	width: 350px;
}

#stacks_in_3498 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_3498 {
	width: 78%;
}

#stacks_out_3500 {
	width: 79%;
}

#stacks_in_3502 {
	margin:  11px;
	padding:  11px;
}

#stacks_out_3502 {
	width: 79%;
}

#stacks_in_3504 {
	margin:  11px;
	padding:  12px;
}

#stacks_in_3508 {
	margin:  10px;
	padding:  11px;
}

#stacks_in_3514 {
	margin:  9px;
	padding:  10px;
}
#stacks_in_2282_float {
	float:left;
	width:33%;
}#stacks_in_2279_float {
	float:left;
	width:33%;
}#stacks_in_2276_float {
	float:left;
	width:33%;
}#stacks_in_2273_float {
	float:left;
	width:33%;
}#stacks_in_2270_float {
	float:left;
	width:33%;
}#stacks_in_2267_float {
	float:left;
	width:33%;
}#stacks_in_2258_float {
	float:left;
	width:33%;
}
#stacks_in_3467 {
	margin: 30px 0px 50px 0px;
}
