@charset "UTF-8";

body {
  font-family: "Humanist531BT-RomanA", sans-serif;
  font-size: 16px;
  color: black;
}

p a, ul a {
  color: white;
}

p a:hover, p a:focus,
ul a:hover, ul a:focus {
  color: #454545;
}

h4 {
  font-family: 'Humanist531BT-BoldA';
}

h5 {
  font-family: 'Humanist531BT-BoldA';
  font-size: 16px;
}

.btn {
  border-radius: inherit;
}

.img-responsive {
  width: 100%;
}

.anchor {
  position: absolute;
  top: -74px;
}

.position-relative {
  position: relative;
}

.header-push-content {
  height: 87px;
}

.gain-padding {
  padding-top: 4%;
  padding-bottom: 4%;
}

.gain-contentbox ul {
  padding-left: 27px;
  list-style: none;
}

.gain-contentbox li {
  /*margin-bottom:10px;*/
}

.gain-contentbox li:before {
  font-family: 'Glyphicons Halflings';
  content: '\e092';
  margin: 0 8px 0 -25px;
}

.gain-contentbox h2.glyphicon-euro {
  margin-top: 30px;
}

.gain-contentbox h2.glyphicon-euro:before {
  font-family: 'Glyphicons Halflings';
  margin: -14px 12px 0px -3px;
  background-color: white;
  border-radius: 50%;
  padding: 15px;
  color: #D13C3C;
  font-size: 34px;
  line-height: 1em;
  float: left;
}

.gain-contentbox h2.glyphicon-euro:after {
  content: ' ';
  clear: both;
  display: table;
}

.gain-contentbox h3.glyphicon-arrow-right:before {
  font-family: 'Glyphicons Halflings';
  margin: 0 8px 0 0;
  font-size: 19px;
}

.gain-contentbox p:before, .gain-contentbox div:before {
  font-family: 'Glyphicons Halflings';
  margin: 0 10px 0 0;
}

.gain-contentbox p.glyphicon-user,
.gain-contentbox p.glyphicon-phone-alt,
.gain-contentbox p.glyphicon-envelope {
  margin-bottom: 0;
}

.gain-gallery div.gain-gallery-teaser h2 {
  margin-top: 10px;
}

.gain-gallery > .container > .row > div {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .gain-gallery div.gain-gallery-teaser {
    padding-bottom: 30px;
  }

  .gain-gallery > .container > .row > div {
    margin-bottom: 0;
  }

  .gain-gallery > .container > .row > div.clearfix {
    margin-bottom: 30px;
  }
}
/* Navbar custom */
.navbar-default {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+98&1+10,0.2+100 */
  background: -moz-linear-gradient(left, black 0%, black 10%, rgba(0, 0, 0, 0.22) 98%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, black 10%, rgba(0, 0, 0, 0.22) 98%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #000000 10%, rgba(0, 0, 0, 0.22) 98%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#33000000',GradientType=1 );
  /* IE6-9 */
}

.navbar-fixed-top {
  border-width: 0;
}

.navbar-brand {
  height: inherit;
  padding: 15px 10px 10px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 15px 10px 10px 30px;
  }
}
.navbar-default.affix .navbar-brand {
  padding-top: 10px;
}

.navbar-brand img {
  height: 65px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-default.affix .navbar-brand img {
  height: 45px;
}

.gain-subline {
  position: absolute;
  background-color: #DF9D18;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  margin: 10px 0 0 -15px;
  padding: 3px 14px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .gain-subline {
    margin: 10px 0 0 -30px;
  }
}
.navbar-default.affix .gain-subline {
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.navbar-nav {
  margin: 40px 0 15px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-default.affix .navbar-nav {
  margin-top: 17px;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin-right: inherit;
  }

  .navbar-default.affix .navbar-nav {
    margin-top: 22px;
  }
}
.navbar-toggle {
  margin-top: 38px;
  border-radius: inherit;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-default.affix .navbar-toggle {
  margin-top: 14px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #c2c2c2;
}

.navbar-default .navbar-toggle {
  border-color: #c2c2c2;
}

.navbar-collapse {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-collapse {
    clear: none;
  }
}
.navbar-default .navbar-nav > li > a {
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: .02em;
  font-size: 14px;
}

.navbar-default .navbar-nav > .active > a {
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.navbar-default .navbar-nav > li.special {
  background: #DF9D18;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li.special {
    margin-left: 15px;
    margin-right: 0px;
  }
}
.navbar-default .navbar-nav > li.special > a:hover {
  color: white;
  background-color: #c68400;
}

.dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
  padding-top: 14px;
}

.navbar-default .navbar-nav > li > .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  left: 25px;
  border: 12px solid rgba(255, 255, 255, 0.8);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    padding-top: 25px;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu:before {
    top: 1px;
  }
}
.dropdown-menu > li > a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 20px 5px 15px;
  letter-spacing: .065em;
}

.dropdown-menu > li {
  margin-bottom: 2px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: inherit;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: rgba(223, 157, 24, 0.8);
  color: white;
}

.dropdown-menu > li > .dropdown-menu {
  padding: 2px 25px 0;
}

@media (min-width: 768px) {
  .dropdown-menu > li > .dropdown-menu {
    padding: 0 0 0 2px;
  }
}
.gain-caret {
  font-size: 28px;
  margin: -2px 6px 0 0;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .gain-caret {
    margin-top: -12px;
  }
}
.gain-caret:before {
  content: "›";
}

.navbar-nav.sm-collapsible ul .dropdown-menu > li > a {
  padding-left: 25px;
}

.carousel {
  padding-top: 125px;
}
.carousel.carousel-start {
  padding-top: 90px;
}

@media (min-width: 768px) {
  .carousel, .carousel.carousel-start {
    padding-top: inherit;
  }
}

/* Bootstrap Carousel Full Height Images */
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Bootstrap Carousel Fade Transition */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-caption {
  bottom: 140px;
  text-shadow: none;
  color: #111;
  padding: 0;
  margin: 0 0 0 auto;
  right: 15%;
  left: 15%;
}

@media (min-width: 768px) {
  .carousel-caption {
    bottom: 200px;
    width: 272px;
  }
}
.carousel-caption.links {
  margin: 0;
}

.carousel-caption.mitte {
  margin: 0 auto;
  bottom: 50%;
}

.carousel-caption h3 {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 6px;
  font-size: 38px;
  font-weight: 700;
  border: 1px solid #fff;
  border-width: 1px 1px 0 1px;
}

.carousel-caption .btn {
  background-color: rgba(155, 155, 155, 0.5);
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  padding: 8px 5px 9px;
}

.carousel-caption .btn:hover {
  background-color: rgba(223, 157, 24, 0.4);
}

@media (min-width: 1200px) {
  .carousel-caption {
    bottom: 220px;
    width: 306px;
  }

  .carousel-caption h3 {
    font-size: 42px;
  }

  .carousel-caption .btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .gain-carousel-caption-2 {
    position: absolute;
    z-index: 10;
    top: 170px;
    margin-left: 30px;
    width: 330px;
  }
}
.gain-carousel-caption-2 h2 {
  margin: 0;
  padding: 20px 20px 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  font-size: 36px;
}

.gain-carousel-caption-2 p {
  margin: 0;
  padding: 20px;
  color: white;
}

.gain-carousel-caption-2 p.gain-color-grau-1,
.gain-carousel-caption-2 p.gain-color-grau-2 {
  color: black;
}

.gain-carousel-ueberschrift {
  position: absolute;
  top: 90px;
  z-index: 20;
  width: 100%;
}

.gain-carousel-ueberschrift h1 {
  padding: 6px 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 21px;
  float: left;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .gain-carousel-ueberschrift {
    top: 123px;
    width: inherit;
  }

  .gain-carousel-ueberschrift h1 {
    padding: 10px 30px;
    font-size: 25px;
    width: inherit;
    min-width: 300px;
  }
}
.gain-carousel-ueberschrift div {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid white;
  margin: -25px 0 0 -10px;
}

.gain-carousel-ueberschrift div i {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 90px;
  width: 90px;
}

.gain-carousel-ueberschrift div .icon:before {
  font-size: 72px;
}

@media (min-width: 768px) {
  .carousel-fade .carousel-inner .item {
    min-height: 580px;
  }
}
.gain-carousel-icons {
  background-color: #c2c2c2;
  padding-top: 15px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .gain-carousel-icons {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 150px;
    background-color: rgba(155, 155, 155, 0.5);
    padding: 0;
  }
}
.gain-carousel-icons > div > div > div > div {
  display: inline-block;
  margin-top: 15px;
  border-radius: 50%;
}

.gain-carousel-icons > div > div > div:nth-child(1) div {
  background-color: #DF9D18;
}
.gain-carousel-icons > div > div > div:nth-child(1) div:hover {
  background-color: #c68400;
}

.gain-carousel-icons > div > div > div:nth-child(2) div {
  background-color: #3297D4;
}
.gain-carousel-icons > div > div > div:nth-child(2) div:hover {
  background-color: #197ebb;
}

.gain-carousel-icons > div > div > div:nth-child(3) div {
  background-color: #D13C3C;
}
.gain-carousel-icons > div > div > div:nth-child(3) div:hover {
  background-color: #b82323;
}

.gain-carousel-icons > div > div > div:nth-child(4) div {
  background-color: #3488A8;
}
.gain-carousel-icons > div > div > div:nth-child(4) div:hover {
  background-color: #1b6f8f;
}

.gain-carousel-icons > div > div > div:nth-child(5) div {
  background-color: #723B1F;
}
.gain-carousel-icons > div > div > div:nth-child(5) div:hover {
  background-color: #592206;
}

.gain-carousel-icons > div > div > div:nth-child(6) div {
  background-color: #8A668E;
}
.gain-carousel-icons > div > div > div:nth-child(6) div:hover {
  background-color: #714d75;
}

.gain-carousel-icons > div > div > div > div a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 90px;
  width: 90px;
}

.gain-carousel-icons > div > div > div > div a .icon:before {
  font-size: 72px;
}

.gain-carousel-icons p {
  color: #fff;
  line-height: 1em;
  margin-top: 4px;
  font-size: 14px;
}

.gain-start-box {
  margin-top: 30px;
  margin-bottom: 0;
}

.gain-start-box h1 {
  background-color: #DF9D18;
  color: #fff;
  font-size: 22px;
  padding: 15px 90px 17px 21px;
  min-height: 81px;
  margin-top: 0;
}

.gain-start-box > .container > .row > div {
  margin-bottom: 30px;
}

.gain-start-box .icon:before {
  margin: 7px 25px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 68px;
  color: #fff;
}

.gain-start-box .btn {
  border-radius: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(155, 155, 155, 0.5);
  margin: 0 25px 10px 0;
  border-color: #fff;
  padding: 8px 32px;
  color: white;
  font-size: 16px;
}

.gain-start-box .btn:hover {
  background-color: rgba(223, 157, 24, 0.4);
}

.gain-start-box .clearfix {
  margin-bottom: 0 !important;
}

.gain-fullimage {
  position: relative;
  margin-top: 8px;
}

.gain-fullimage img {
  width: 100%;
  height: auto;
}

.gain-fullimage .caption {
  position: absolute;
  bottom: 50px;
  color: #111;
  width: 270px;
  left: 12%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  /*border-width: 1px 1px 0 1px;*/
  padding: 14px 18px;
}

.gain-fullimage .caption.right {
  right: 12%;
  left: inherit;
}

.gain-fullimage .caption-xs {
  margin: 4% 0;
}

.gain-fullimage .caption h3 {
  margin-top: 0;
}

.gain-fullimage .btn {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: inherit;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  padding: 8px 5px 9px;
}

.gain-fullimage .btn:hover {
  background-color: rgba(223, 157, 24, 0.4);
}

.gain-fullimage .ueberschrift {
  position: absolute;
  top: 0;
  left: 12%;
  border-radius: 0 0 50% 50% / 0px 0px 100% 100%;
  padding: 0 58px 14px;
  border-color: white;
  border-width: 0 4px 4px;
  border-style: solid;
  width: 400px;
  height: 95px;
  text-align: center;
}

.gain-fullimage .ueberschrift h1 {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.gain-fullimage .gain-countrylist {
  position: relative;
  width: 100%;
  padding: 15px 15px 0 15px;
}

@media (min-width: 768px) {
  .gain-fullimage .gain-countrylist {
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 51%;
    padding: inherit;
  }
}
.gain-fullimage .gain-countrylist .btn {
  padding: 6px 10px;
  margin-bottom: 5px;
}

.gain-contentbox {
  position: relative;
  padding: 4% 0;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .gain-contentbox-nopadding {
    padding: 0;
  }
}
.gain-contentbox .btn,
.gain-carousel-caption-2 .btn,
.gain-shop-buttons .btn {
  background-color: inherit;
  border-radius: inherit;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-top: 15px;
}

.gain-contentbox .btn {
  padding-left: 50px;
  padding-right: 50px;
}

.gain-contentbox .btn:hover,
.gain-carousel-caption-2 .btn:hover,
.gain-shop-buttons .btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.gain-contentbox .glyphicon {
  margin-right: 7px;
  font-size: 20px;
}

.gain-contentbox h1 {
  color: white;
  font-size: 38px;
}

.gain-contentbox h2 {
  /*margin-top: 5px;*/
}

.gain-footer {
  background: #4f4f4f;
  background-image: url("../Images/GainMann_Muster.png");
  padding: 4% 0;
  margin-top: 8px;
  color: white;
}

.gain-footer ul {
  width: 100%;
  list-style: none;
  padding-left: 0em;
  margin-left: 0em;
  padding-bottom: 20px;
  line-height: 1.2em;
}

.gain-footer ul li a {
  color: white;
  text-decoration: none;
}
.gain-footer ul li a:hover {
  color: #c3c3c3;
}

.gain-footer > footer > div > div > div {
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #999;
}
.gain-footer > footer > div > div > div:hover {
  background-color: gray;
}

.gain-footer > footer > div > div > div a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 60px;
}

.gain-footer > footer > div > div > div a .icon:before {
  font-size: 40px;
}

@media (min-width: 768px) {
  .gain-footer h3 {
    margin-top: 0;
  }
}
.gain-footer-copyright {
  background: #363636;
  padding: 20px 0;
  color: #cdcdcd;
}

.gain-footer-copyright .btn {
  border: none;
}

.gain-footer-copyright .btn:hover {
  background-color: #cdcdcd;
}

/* Farben */
.gain-color-orange {
  background-color: #DF9D18;
}

.gain-color-tuerkis {
  background-color: #3488A8;
}

.gain-color-tuerkis-hell {
  background-color: #73BAC6;
}

.gain-color-braun {
  background-color: #723B1F;
}

.gain-color-violet {
  background-color: #8A668E;
}

.gain-color-rot {
  background-color: #D13C3C;
}

.gain-color-blau {
  background-color: #3297D4;
}

.gain-color-senfgelb {
  background-color: #C4B84E;
}

.gain-color-grau-1 {
  background-color: #d6d6d6;
}

.gain-color-grau-2 {
  background-color: #c2c2c2;
}

.gain-color-grau-3 {
  background-color: #454545;
}

.gain-color-white {
  background-color: white;
}

/* Farben Shop */
.gain-color-gruen {
  background-color: #acbb00;
}

.gain-color-grau-4 {
  background-color: #999999;
}

.gain-color-orange h1,
.gain-color-orange h2,
.gain-color-orange h3 {
  color: white;
}

.gain-color-tuerkis h1,
.gain-color-tuerkis h2,
.gain-color-tuerkis h3 {
  color: white;
}

.gain-color-braun p,
.gain-color-violet p {
  color: white;
}

.gain-color-rot h2,
.gain-color-rot ul {
  color: white;
}

.gain-color-senfgelb h1,
.gain-color-senfgelb h2,
.gain-color-senfgelb h3 {
  color: white;
}

.gain-color-grau-1 .btn,
.gain-color-grau-2 .btn {
  border-color: black;
  color: black;
}

.gain-color-grau-3 {
  color: white;
}

.gain-color-white h1 {
  color: black;
}

.gain-color-white .btn {
  border-color: black;
  color: black;
}

.gain-color-white .btn:hover {
  background-color: #ebebeb;
}

/* Spendenshop */
.tx-multishop-pi1 .gain-color-blau > div:nth-child(2n+2) {
  background-color: #e0eef8;
}

.tx-multishop-pi1 .gain-color-blau > div:nth-child(2n+3) {
  background-color: #aad1ec;
}

.tx-multishop-pi1 .gain-color-orange > div:nth-child(2n+2) {
  background-color: #fef4e1;
}

.tx-multishop-pi1 .gain-color-orange > div:nth-child(2n+3) {
  background-color: #fdd286;
}

.tx-multishop-pi1 .gain-color-gruen > div:nth-child(2n+2) {
  background-color: #f3f5e2;
}

.tx-multishop-pi1 .gain-color-gruen > div:nth-child(2n+3) {
  background-color: #dce1b6;
}

.tx-multishop-pi1 .gain-color-rot > div:nth-child(2n+2) {
  background-color: #fde8da;
}

.tx-multishop-pi1 .gain-color-rot > div:nth-child(2n+3) {
  background-color: #f0d6c5;
}

.tx-multishop-pi1 .gain-color-grau-4 > div:nth-child(2n+2) {
  background-color: #d6d6d6;
}

.tx-multishop-pi1 .gain-color-grau-4 > div:nth-child(2n+3) {
  background-color: #c2c2c2;
}

.tx-multishop-pi1 {
  position: relative;
}

.tx-multishop-pi1 > div {
  margin-top: 8px;
}

.tx-multishop-pi1 h1 {
  margin: 8px 0;
}

.tx-multishop-pi1 h1 {
  color: white;
}

.gain-spenden-warenkorb {
  text-align: right;
}

@media (min-width: 768px) {
  .gain-spenden-warenkorb {
    position: absolute;
    top: -60px;
    width: 100%;
  }
}
.gain-spenden-liste-bildtext {
  padding: 20px 0;
}

.gain-spenden-liste-bildtext h2 {
  font-family: 'Humanist531BT-BoldA';
  font-size: 26px;
  margin-top: 10px;
}

.gain-spenden-liste-bildtext h2 a {
  color: black;
}

.gain-spenden-liste-bildtext h2 a:hover {
  text-decoration: none;
}

.gain-shop-buttons .btn {
  border-color: black;
  color: black;
  padding-left: 50px;
  padding-right: 50px;
}

.tx-multishop-pi1 img {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .tx-multishop-pi1 img {
    padding-bottom: 0px;
  }
}

/* Scroll to top Link */
#toTop-right {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  outline: none;
}

.fancybox-title {
  font: inherit;
  font-size: 24px;
}

#fancybox-thumbs ul li {
  /*padding: 0;	*/
}

/* powermail Mehrschrittformular Optimierung */

.powermail_morestep .btn-group {
	margin-bottom: 40px;
}
.powermail_morestep .btn-group .btn-primary {
	background: #DF9D18;
}
.powermail_morestep .btn-group .btn-danger {
	background: #EBCCD1;
}
.gain-contentbox .powermail_form li::before {
	content: '\e093';
	margin: 0 10px 0 0;
}
.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
	background-color: transparent;
	border: none;
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list > li {
	padding-left: 10px;
}

/* powermail Anmeldung Reisen mit Herz */

@media (min-width: 768px) and (max-width: 1199px) {
  .tx-powermail .powermail_fieldwrap_lebensmittelabfrage label,
  .tx-powermail .powermail_fieldwrap_auslandskrankenversicherung label {
    hyphens: auto;
  }
}

.powermail_fieldwrap_type_content > div {
  padding-top: 7px;
}

textarea#powermail_field_mitreisendefamilienangehrige {
  height: 68px;
}

/* myttaddressmap */

#mapContainer > #map {
  height: 542px !important;
  width: 100% !important;
  margin-top: 8px;
}
#mapContainer > #map .location-company {
  font-weight: bold;
}

@media (max-width: 767px) {
  .mapContainerMain {
    margin-top: 38px;
  }
}

.tx-myttaddressmap .gain-contentbox {
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 15px 0 0;
}

.tx-myttaddressmap .gain-contentbox .btn {
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
}

.tx-myttaddressmap .gain-contentbox .btn-margin  {
  margin-top: 20px;
  margin-bottom: 10px;
}
.tx-myttaddressmap .gain-contentbox .searchResultContainer .icon {
  font-size: 36px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .tx-myttaddressmap .gain-contentbox {
    padding: 2% 0;
  }
  .tx-myttaddressmap .gain-contentbox .form-group {
    margin-bottom: 0;
  }
  .tx-myttaddressmap .gain-contentbox .btn-margin  {
    margin-top: 0;
  }
}

.media-list {
    padding: 4rem 0 2rem;
}
.media-list a {
  color: black;
}
.media-list img {
  margin-right: 20px;
}
.media-list .media-heading .glyphicon-file {
  margin-right: 5px;
}

/* DCE-Element Inhalt Bilder Mouseover */
.mouseover-text {
  margin-bottom: 3rem;
}
.mouseover-image {
  position:relative;
}
.mouseover-image img.image-top {
  position:absolute;
  top:0;
  -webkit-transition: opacity .3s ease-out;;
  -moz-transition: opacity .3s ease-out;;
  -o-transition: opacity .3s ease-out;;
  transition: opacity .3s ease-out;;
}
.mouseover-image img.image-top:hover {
  opacity:0;
}
.mouseover-caption {
  margin-bottom: 25px;
  margin-top: 9px;
}
