@charset "UTF-8";
@import url('./style_cart.css');

@font-face {
    font-family: 'Smithen';
    font-style: normal;
    font-weight: normal;
    src: url('webfonts/smithen.woff') format('woff');
}

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;
}

.mr-2 {
    margin-right: .5rem;
}

.mb-5 {
    margin-bottom: 2.5em;
}

.btn {
    border-radius: inherit;
}

.img-responsive {
    width: 100%;
}

.anchor {
    position: absolute;
    top: -75px;
}

.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: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: currentColor;
    font-size: 34px;
    line-height: 1em;
    float: left;
}

.gain-contentbox h2.glyphicon-euro:after {
    content: ' ';
    clear: both;
    display: table;
}

/* Euro-Symbol Farben für verschiedene Contentbox-Farben */
.gain-color-orange h2.glyphicon-euro:before {
    color: #DF9D18;
}

.gain-color-tuerkis h2.glyphicon-euro:before {
    color: #3488A8;
}

.gain-color-tuerkis-hell h2.glyphicon-euro:before {
    color: #73BAC6;
}

.gain-color-braun h2.glyphicon-euro:before {
    color: #723B1F;
}

.gain-color-violet h2.glyphicon-euro:before {
    color: #8A668E;
}

.gain-color-rot h2.glyphicon-euro:before {
    color: #D13C3C;
}

.gain-color-blau h2.glyphicon-euro:before {
    color: #3297D4;
}

.gain-color-senfgelb h2.glyphicon-euro:before {
    color: #C4B84E;
}

.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;
    }
}

.carousel-start .item {
    height: 100vh;
}

.carousel-subpage .item {
    height: 65vh;
}

.carousel-start .item img,
.carousel-subpage .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 767px) {
    .carousel-start .item {
        height: calc(100vh - 90px);
    }

    .carousel-subpage .item {
        height: 50vh;
    }
}

/* 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.smithen {
        width: auto;
    }
}

.carousel-caption.links {
    margin: 0;
}

.carousel-caption.mitte {
    margin: 0 auto;
    bottom: 50%;
}

.carousel-caption.smithen {
    margin: 0 auto;
    bottom: 40%;
}

.carousel-caption h3 {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 6px;
    font-size: 38px;
    font-weight: 700;
    border: solid #fff;
    border-width: 1px 1px 0 1px;
}

.carousel-caption.smithen h3 {
    font-family: 'Smithen', serif;
    border: none;
    background: none;
    color: white;
    font-weight: 400;
    font-size: 80px;
    line-height: 0.75;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .carousel-caption.smithen h3 {
        font-size: 130px;
    }
}

@media (min-width: 768px) {
    .carousel-caption.smithen h3 {
        font-size: 190px;
    }
}

.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);
}

.carousel-caption.smithen .btn {
    display: inline;
    background: white;
    color: black;
    padding: 12px 26px;
}

.carousel-caption.smithen .btn:hover {
    background: #DF9D18;
    border-color: #DF9D18;
    color: white;
}

@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;
}

.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;
    position: relative;
}

.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,
.gain-veranstaltungen {
    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-footer-top {
    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 .rounded-icon {
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: #999;
}

.gain-footer .rounded-icon:hover {
    background-color: gray;
}

.gain-footer .rounded-icon a {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 60px;
    width: 60px;
}

.gain-footer .rounded-icon 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 a {
    color: white;
    text-decoration: none;
}

.gain-footer-copyright a:hover,
.gain-footer-copyright a:focus {
    color: #c3c3c3;
}

/* 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;
}

.gain-color-black {
    background-color: #202020;
}

/* Farben Shop */
.gain-color-gruen {
    background-color: #acbb00;
}

.gain-color-grau-4 {
    background-color: #999999;
}

.gain-color-grau-5 {
    background-color: #e7e7e7;
}

.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  {
    color: white;
}

.gain-color-violet p {
    color: white;
}

.gain-color-rot h2 {
    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-grau-3 a:hover,
.gain-color-grau-3 a:focus {
    color: #ccc;
}

.gain-color-white h1 {
    color: black;
}

.gain-color-white .btn {
    border-color: black;
    color: black;
}

.gain-color-white .btn:hover {
    background-color: #ebebeb;
}

.gain-color-black h1,
.gain-color-black h2,
.gain-color-black h3,
.gain-color-black h4,
.gain-color-black h5 {
    color: #DF9D18;
}

.gain-color-black p,
.gain-color-black ul,
.gain-color-black ol {
    color: white;
}

/* 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 .gain-spenden-kategorie {
    margin-top: 8px;
}

.tx-multishop-pi1 .gain-spenden-warenkorb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.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;
    color: black;
}

.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: 18px;
    padding-right: 18px;
    margin: 15px 5px 0 0;
}

.gain-shop-buttons .btn.active {
    background-color: #DF9D18;
    box-shadow: none;
    border-color: black;
}

.gain-shop-buttons #custom-amount-input {
    border: 1px solid black;
    box-shadow: none;
    max-width: 120px;
    color: black;
    padding: 20px 15px;
    margin-top: 15px;
    vertical-align: top;
}

.gain-shop-buttons #donation-submit-btn {
    margin-top: 30px;
}

.tx-multishop-pi1 img {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .tx-multishop-pi1 img {
        padding-bottom: 0px;
    }
}

.cart-preview-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DF9D18;
    outline: 2px solid #DF9D18;
    outline-offset: 2px;
    margin-left: 6px;
    vertical-align: middle;
}

/* 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.powermail_multistep_navigation .active {
    background: #DF9D18;
    box-shadow: none;
}

.powermail_morestep .btn-group .btn-danger {
    background: #EBCCD1;
}

/* 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-consent-placeholder {
    min-height: 542px;
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    background-color: #ebebeb;
}

#mapContainer .map-consent-placeholder-content {
    padding-bottom: 30px;
}

#mapContainer .map-consent-placeholder-content .row {
    display: flex;
    align-items: flex-end;
}

#mapContainer .map-consent-placeholder-content p {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #mapContainer .map-consent-placeholder {
        align-items: center;
    }

    #mapContainer .map-consent-placeholder-content {
        padding-bottom: 0;
    }

    #mapContainer .map-consent-placeholder-content .row {
        display: block;
    }
}

#mapContainer>#map .location-company {
    font-weight: bold;
}

@media (max-width: 767px) {
    .mapContainerMain {
        margin-top: 38px;
    }
}

.tx-myttaddressmap .search-legend-wrapper {
    margin-top: 8px;
    margin-bottom: 3%;
}

.tx-myttaddressmap .gain-contentbox {
    margin-top: 0;
    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;
}

.map-consent-search-hint {
    margin-top: 18px;
    margin-bottom: 8px;
}

.tx-myttaddressmap .gain-contentbox .searchResultContainer .icon {
    font-size: 36px;
    margin-right: 5px;
}

.tx-myttaddressmap .gain-contentbox .location-categories {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-bottom: 0.4rem;
}

.tx-myttaddressmap .gain-contentbox .location-categories span:before {
    content: '';
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 8px;
}

.tx-myttaddressmap .gain-contentbox .gain-sammelstellen-legende>div {
    margin-bottom: 15px;
}

.tx-myttaddressmap .gain-contentbox .location-categories span.category-general {
    color: #148b7c;
}

.tx-myttaddressmap .gain-contentbox .location-categories span.category-general:before {
    background-color: #148b7c;
}

.tx-myttaddressmap .gain-contentbox .location-categories span.category-textile {
    color: #DF9D18;
}

.tx-myttaddressmap .gain-contentbox .location-categories span.category-textile:before {
    background-color: #DF9D18;
}

.tx-myttaddressmap .gain-contentbox .location-categories span.category-campaign {
    color: #00608f;
}

.tx-myttaddressmap .gain-contentbox .location-categories span.category-campaign:before {
    background-color: #00608f;
}

.tx-myttaddressmap .gain-contentbox .ajaxMessage {
    padding: 15px;
    margin-bottom: 3%;
    border: 1px solid #be7f00;
    background: #df9d180f;
    color: #be7f00;
}

/* Textfarben Sammelstellen-Kategorien */

.gain-color-text-orange {
    color: #DF9D18;
}

.gain-color-text-gruen-2 {
    color: #148b7c;
}

.gain-color-text-blau-2 {
    color: #00608f;
}


@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;
    }

    .tx-myttaddressmap .gain-contentbox .gain-sammelstellen-legende>div {
        margin-bottom: 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;
}

/* Powermail Radiobuttons in einer Reihe bei Layout 1 */

.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_radio.layout1 .radio {
    display: inline-block;
    margin-right: 25px;
}

/* Einbindung Spendensiegel Footer */

.spendenkonto .ce-textpic {
    display: flex;
}

.spendenkonto .ce-textpic .ce-bodytext {
    margin-right: 50px;
}

/* Powermail TYPO3 13 Anpassungen */
.form-control.powermail_field_error {
    background-color: #EBCCD1;
    color: #A94442;
}

ul.powermail-errors-list {
    padding-left: 0;
    padding-top: 6px;
}

ul.powermail-errors-list>li {
    color: #A94442;
    padding: 5px 10px 5px 0;
}

/* FileLinks Element */
.gain-filelinks a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.gain-filelinks a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
}

.gain-filelinks .media-left a {
    display: inline-block;
}

.gain-filelinks h2 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.gain-filelinks .col-xs-12 {
    margin-bottom: 15px;
}

.gain-filelinks .media-left {
    padding-right: 30px;
}

.gain-filelinks img {
    display: block;
}

.gain-filelinks h4.media-heading {
    margin-top: 0;
}

.gain-filelinks .media-body p {
    margin: 10px 0 0 0;
    color: #666;
}

/* Cookieman */

#cookieman-modal .modal-dialog {
    max-width: 760px;
}

#cookieman-modal .modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cookieman-modal .modal-header {
    padding: 24px 28px 18px;
    border-bottom: 1px solid #e6e6e6;
    background: #f7f4ee;
}

#cookieman-modal .cookieman-modal-title {
    margin: 0;
    font-family: 'Humanist531BT-BoldA';
    font-size: 28px;
    color: #202020;
}

#cookieman-modal .cookieman-title-icon {
    margin-right: 5px;
    font-size: 26px;
    line-height: 1;
}

#cookieman-modal .modal-body {
    padding: 24px 28px 12px;
}

#cookieman-modal .cookieman-intro {
    font-size: 18px;
    line-height: 1.65;
    color: #2c2c2c;
    max-width: 42em;
}

#cookieman-modal .cookieman-intro a {
    color: #1d6f9a;
    text-decoration: underline;
}

#cookieman-modal .cookieman-settings-toggle {
    margin: 22px 0 18px;
}

#cookieman-modal .cookieman-settings-toggle .btn {
    border-radius: 999px;
    border-color: #d3d3d3;
    padding: 8px 16px;
}

#cookieman-modal .panel-group {
    margin-bottom: 0;
}

#cookieman-modal .cookieman-panel {
    border-color: #d9d9d9;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 12px;
}

#cookieman-modal .cookieman-panel > .panel-heading {
    background: #fbfbfb;
    padding: 0;
}

#cookieman-modal .panel-title > a {
    display: block;
    padding: 16px 20px;
    font-family: 'Humanist531BT-BoldA';
    font-size: 22px;
    color: #202020;
    text-decoration: none;
}

#cookieman-modal .panel-body {
    padding: 20px;
}

#cookieman-modal .cookieman-consent-toggle {
    background: #eef6fb;
    border: 1px solid #c7dfef;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

#cookieman-modal .cookieman-consent-toggle .checkbox-inline {
    display: flex;
    align-items: center;
    padding-left: 0;
}

#cookieman-modal .cookieman-consent-toggle label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Humanist531BT-BoldA';
    font-size: 20px;
    color: #176f98;
}

#cookieman-modal .cookieman-consent-toggle input[type="checkbox"] {
    position: static;
    margin: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

#cookieman-modal .cookieman-group-description {
    font-size: 18px;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 18px;
}

#cookieman-modal [data-cookieman-dnt] {
    margin-bottom: 0;
}

#cookieman-modal .cookieman-table {
    margin-bottom: 0;
    background: white;
}

#cookieman-modal .cookieman-table thead {
    background: #f4f4f4;
}

#cookieman-modal .cookieman-table > thead > tr > th,
#cookieman-modal .cookieman-table > tbody > tr > td {
    padding: 12px 10px;
    border-color: #e3e3e3;
}

#cookieman-modal .modal-footer {
    padding: 20px 28px 28px;
    border-top: 1px solid #e6e6e6;
    text-align: left;
}

#cookieman-modal .modal-footer .btn-group {
    display: flex;
    width: 100%;
    gap: 10px;
}

#cookieman-modal .modal-footer .btn-group .btn {
    float: none;
    flex: 1 1 0;
    border-radius: 0;
    font-size: 18px;
    padding: 12px 16px;
}

#cookieman-modal .modal-footer .btn-primary {
    background: #1f7ab3;
    border-color: #1f7ab3;
}

#cookieman-modal .modal-footer .btn-default {
    background: #ffffff;
    border-color: #cfcfcf;
    color: #2c2c2c;
}

@media (max-width: 767px) {
    #cookieman-modal .modal-header,
    #cookieman-modal .modal-body,
    #cookieman-modal .modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    #cookieman-modal .cookieman-modal-title {
        font-size: 24px;
    }

    #cookieman-modal .cookieman-intro,
    #cookieman-modal .cookieman-group-description {
        font-size: 16px;
    }

    #cookieman-modal .panel-title > a {
        font-size: 19px;
        padding: 14px 16px;
    }

    #cookieman-modal .cookieman-consent-toggle label {
        font-size: 17px;
    }

    #cookieman-modal .modal-footer .btn-group {
        display: block;
    }

    #cookieman-modal .modal-footer .btn-group .btn {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (max-width: 384px) {
    #cookieman-modal .cookieman-title-icon {
        display: none;
    }
}
