@import url("icons.css");
.ui-widget {
    font-size: 1em;
}
.panel-fn {
    border-color: rgb(96,132,62);
}
.panel-fn>.panel-heading {
    color: #ffffff;
    background: rgb(142,170,60);
    background: -moz-linear-gradient(top, rgb(142,170,60) 0%, rgb(96,132,62) 100%);
    background: -webkit-linear-gradient(top, rgb(142,170,60) 0%,rgb(96,132,62) 100%);
    background: linear-gradient(to bottom, rgb(142,170,60) 0%,rgb(96,132,62) 100%);
    border-color: rgb(96,132,62);
}
.changeableImg {
    position: relative;
}
.dog .age .changeableImg {
    display: inline-block;
}
.change_img_btn {
    background-image: url('../../bilder/default/set_item.png');
    background-size: cover;
    background-position: center center;
    width: 25px;
    height: 25px;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.dog .age .change_img_btn{
    width: 35px;
    height: 35px;
}
.changeableImg:hover>.change_img_btn, .change_img_btn:hover {
    display: block;
}

.ribbon {
    position: absolute;
    top: 16px;
    left: -29px;
    transform: rotateZ(-45deg);
    width: 125px;
    text-align: center;
    padding: 3px 0;
    background-color: #dedede;
    color: #333333;
}

.ribbon.right {
    left: auto;
    right: -29px;
    transform: rotateZ(45deg);
}

.ribbon.green {
    color: #ffffff;
    background: rgb(133,150,80);
    background: -moz-linear-gradient(top, rgba(133,150,80,1) 0%, rgba(99,118,54,1) 100%);
    background: -webkit-linear-gradient(top, rgba(133,150,80,1) 0%,rgba(99,118,54,1) 100%);
    background: linear-gradient(to bottom, rgba(133,150,80,1) 0%,rgba(99,118,54,1) 100%);
    box-shadow: 0 0 10px 0 #333;
}
.ribbon.red {
    color: #ffffff;
    background-color: #e7001f;
    background: -webkit-linear-gradient(top,#e7001f 0,#b1181e 100%);
    background: linear-gradient(to bottom,#e7001f 0,#b1181e 100%);
    box-shadow: 0 0 10px 0 #333;
}

.well-light {
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
}

.reset-color {
    color: inherit;
}

.infobox {
    margin-bottom: 5px;
    padding: 5px;
    background-color: #dedede;
}
.infobox.hasicon {
    margin-top: 30px;
}
.infobox.infobox-orange {
    background-color: #FFF0E6;
}
.infobox .infobox-content {
    border-width: 1px;
    border-style: dashed;
    border-color: #888888;
    padding: 10px;
    position: relative;
}
.infobox.infobox-orange .infobox-content {
    border-color: #F3640F;
}
.infobox .infobox-icon {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 75px;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.infobox .infobox-icon.left {
    right: auto;
    left: 0;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.infobox .infobox-icon.left+*{
    margin-top: 30px;
}

.table-blank {
    border-collapse: collapse;
}
.navi {
    background-color: #f5f5f5;
    margin: 15px 0;
}
.navi a {
    font-weight: bold;
    color: #859650;
    padding: 5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
.navi a:hover, .navi a:active, .navi a:focus {
    text-decoration: none;
    color: #859650;
    background-color: rgba(0,0,0,0.05);
}
.scrolltotop {
    position: fixed;
    display: none;
    bottom: 1%;
    right: 1%;
    z-index: 99;
}
.bubble {
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.scrolltotop .bubble {
    background-color: #dedede;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.scrolltotop .bubble:hover {
    background-color: #f0f0f0;
}
.bubble:before, .bubble:after {
    content: "\200B";
    display: inline-block;
    line-height: 0px;
    padding-top: 50%;
    padding-bottom: 50%;
}
.bubble:before {
    padding-right: 8px;
}
.bubble:after {
    padding-right: 8px;
}
.bubble .fa {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.teaser-round{
    padding: 0 10px;
}
.teaser-round>img {
    border-radius: 50%;
    border: 5px solid #fafafa;
}
.teaser-round.color-peach>img {
    border-color: #EED2C2;
}
.teaser-round.color-peach .teaser-description b{
    color: #AB5534;
}
img.inline-icon {
    margin-right: 15px;
}
.infografic-bubble {
    color: #843459;
    border: 1px solid #843459;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
}
.infografic-bubble:before, .infografic-bubble:after{
    content: "\200B";
    display: inline-block;
    line-height: 0px;
    padding-top: 50%;
    padding-bottom: 50%;
}
.infografic-bubble:before {
    padding-right: 8px;
}
.infografic-bubble:after {
    padding-left: 8px;
}
.check-list, .plus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li, .plus-list li {
    padding-left: 25px;
    position: relative;
}
.check-list li:before, .plus-list li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #7E885E;
}
.check-list li:before {
    content: "\f00c";
}
.plus-list li:before {
    content: "\f067";
}
.black {
    color: #000;
}
p.clearfix .inline-icon{
    float: left;
}

.whb {
    font-size: 18px;
}
.whb p {
    font-size: inherit;
}
.fade-white:after {
    display: block;
    padding-top: 10%;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.count-heading-reset {
    counter-reset: heading;
}
.count-heading {
    counter-increment: heading;
}
.count-heading:before {
    content: counter(heading);
}
.count-heading.count-dash:before{
    content: counter(heading) " \2013 ";
}
.count-heading.count-brackets:before{
    content: "(" counter(heading) ") ";
}
.count-box-container{
    counter-reset: countbox;
}
.border-count-box {
    background-color: #EBF2D2;
    border: 2px solid #BBD36A;
    position: relative;
    counter-increment: countbox;
    padding: 15px;
    padding-left: 2em;
    margin: 0;
    margin-top: 15px;
    border-radius: 10px;
}
.border-count-box:before {
    content: counter(countbox);
    position: absolute;
    top: -0.5em;
    left: -0.5em;
    background-color: #fff;
    border-radius: 100%;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.5em;
    text-align: center;
    border: 2px solid #BBD36A;
    color: #BBD36A;
    font-weight: bold;
}

.relative, .stackfix {
    position: relative;
}
.grey-box {
    background-color: #f5f5f5;
    padding: 10px 15px;
}
.wallpaper{
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-y;
}
.wallpaper.woodchip-wallpaper {
    background-image: url('../../bilder/images/woodchip-wallpaper.jpg');
}
.questions>.container {
    position: relative;
}
.simpleBanner{
    position: relative;
}
.simpleBanner .textBox {
    position: relative;
    padding: 0 15px;
}
.Fn-Kipp-Pro {
    font-weight: normal;
    font-family: "Conv_FressnapfKippPro";

}
.big {
    font-size: 4rem;
}
.white {
    color: #fff;
}
.light-green {
    color: #BBD376;
}
.dark-green {
    color: #196428;
}
.dark-gray, .dark-grey {
    color: #B3B3B3:
}
.text-normal{
    font-weight: normal;
}
.text-bold{
    font-weight: bold;
}
.bg-white {
    background-color: #fff;
}
.bg-dark-grey, .bg-dark-gray {
    background-color: #B3B3B3;
}
.bg-dark-green {
    background-color: #196428;
}
.brd-dark-grey, .brd-dark-gray {
    border-color: #B3B3B3;
}
.cta {
    position: relative;
    background-color: #e7001f;
    background: -webkit-linear-gradient(top,#e7001f 0,#b1181e 100%);
    background: linear-gradient(to bottom,#e7001f 0,#b1181e 100%);
    border-radius: 3px;
    border: 1px solid #D5061C;
    color: #fff;
    padding: .5rem .6875rem .5rem 2.5rem;
    text-decoration: none;
    display: inline-block;
}
.cta:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25em;
    width: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 1px;
    font-family: "FontAwesome";
    content: "\f105";
    font-weight: bold;
    background-color: rgba(0,0,0,.15);
    border-radius: 3px 0 0 3px;
}
.cta:hover, .cta:focus {
    background-color: #b1181e;
    background: -webkit-linear-gradient(top,#b1181e 0,#e7001f 100%);
    background: linear-gradient(to bottom,#b1181e 0,#e7001f 100%);
    text-decoration: none;
    color: #fff;
}
.cta-green {
    background-color: #8eaa3c;
    background: -webkit-linear-gradient(top,#8eaa3c 0,#60843e 100%);
    background: linear-gradient(to bottom,#8eaa3c 0,#60843e 100%);
    border: 1px solid transparent;
}
.cta-green:hover,.cta-green:focus {
    background-color: #60843e;
    background: -webkit-linear-gradient(top,#60843e 0,#8eaa3c 100%);
    background: linear-gradient(to bottom,#60843e 0,#8eaa3c 100%);
}
.cta-grey, .cta-gray {
    background-color: rgb(243,243,243);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0, rgba(201,201,201,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0,rgba(201,201,201,1) 100%);
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0,rgba(201,201,201,1) 100%);
    border: 1px solid transparent;
    color: #333;
}
.cta-grey:hover,.cta-grey:focus, .cta-gray:hover,.cta-gray:focus {
    background-color: rgb(201,201,201);
    background: -moz-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-linear-gradient(top, rgba(201,201,201,1) 0%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to bottom, rgba(201,201,201,1) 0%,rgba(243,243,243,1) 100%);
    color: #333;
}
.cta.cta-large {
    padding: 0.5em 1.3em 0.5em 1.8em;
}
.flat-btn {
    display: inline-block;
    color: #333;
    background-color: #d0d0d0;
    border: 0;
    padding: 0.3em 0.5em;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-align: center;
}
.flat-btn.large{
    padding: 0.5em 1em;
}
.flat-btn:hover,.flat-btn:active,.flat-btn:focus{
    text-decoration: none;
    opacity: 0.8;
}
.flat-btn.green,.flat-btn.red{
    color: #ffffff;
}
.flat-btn.green {
    background-color: #859650;
}
.flat-btn.red {
    background-color: #DF3F34;
}
.wpc-btn {
    padding: 0.5em;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid #333;
    font-weight: bold;
}
.wpc-btn:hover, .wpc-btn:active, .wpc-btn:focus {
    text-decoration: none;
    background-color: #fafafa;
}
.wpc-btn-red {
    background-color: #E7001F;
    border-color: transparent;
    color: #fff;
}
.wpc-btn-red:hover,.wpc-btn-red:active,.wpc-btn-red:focus {
    background-color: #AF320F;
    border-color: transparent;
    color: #fff;
}
.wpc-btn-green {
    background-color: #196428;
    border-color: transparent;
    color: #fff;
}
.wpc-btn-green:hover,.wpc-btn-green:active,.wpc-btn-green:focus {
    background-color: #196D28;
    border-color: transparent;
    color: #fff;
}
.video-container {
    margin-bottom: 15px;
}
.video-container .video-title{
    font-size: 1.2em;
    font-weight: bold;
    color: #859650;
    text-align: center;
}
.video-container .video-subTitle{
    font-size: 1em;
}
.video-container .video-description{
    font-size: 1em;
}
.pagination-progress{
    margin-top: 25px;
    height: 1.25em;
    background-color: #EBF2D2;
    border: 2px solid #DDE9B4;
    border-radius: 0.625em;
}
.pagination-progress .progress-bar{
    border-radius: 0.625em;
    background-color: #BBD36A;
    border: 2px solid #DDE9B4;
    position: relative;
}
.pagination-progress .progress-bar .indicator{
    position: absolute;
    right: 0;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
    color: #8EAA3C;
    font-size: 5em;
}
.pagination-progress .progress-bar .indicator span {
    color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
}
.enum-slider{
    padding-left: 5%;
    padding-right: 5%;
}
.qst-slider .answer .ui-slider-handle{
    background-image: url('../../datafiles/images/icons/welpenclub2.png');
    background-color: transparent;
    background-size: contain;
    border: 0;
    width: 2.5em;
    height: 2.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -1em;
}

.bubble-red {
    position: relative;
    border: 2px solid #D33D11;
    background-color: #E99E88;
    border-radius: 100%;
    padding: 0;
}
.bubble-red>*{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bubble-red:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.no-float{
    float: none !important;
}
.flipX {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flipY {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flipZ {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.paginator .btn-primary {
    color: #fff;
    background-color: #8eaa3c;
    border-color: #60843e;
}
.paginator .btn-primary:hover,.paginator .btn-primary:active,.paginator .btn-primary:focus{
    color: #fff;
    background-color: #7d9a26;
    border-color: #60843e;
}

.legend-container{
    padding: 15px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3);
    border: 1px solid #eee;
}
@supports (display: grid){
    ul.legend {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-gap: 25px;
        align-items: start
    }
}
ul.legend>li {
    margin-bottom: 10px;
    display: table;
}
ul.legend>li>*{
    display: table-cell;
    vertical-align: top;
}
ul.legend>li>*:first-child{
    padding-right: 10px;
}
.breed-messages {
    background-color: #eee;
    padding: 5px;
    border-radius: 3px;
}
.sameHeight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.sameHeight>* {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
row.sameHeight>:before, row.sameHeigth>:after {
    display: none;
}
.green-box {
    background-color: #196428;
    color: #fff;
    position: fixed;
    right: 0;
    width: auto;
    white-space: pre-line;
    padding: 5px 15px;
    top: 40%;
    z-index: 5;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 0 3px 0 #ffffff;
}
.green-box.openBox {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.green-box a, .green-box a:hover, .green-box a:active, .green-box a:focus{
    color: inherit;
}
.polaroid-container{
    width: 100%;
    padding-top: 35%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.polaroid-container .polaroid-img{
    max-width: 35%;
    border: 5px solid #fff;
    box-shadow: 0 0 4px 0 black;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotateZ(5deg);
    transform: translateY(-50%) rotateZ(5deg);
    -webkit-backface-visibility: hidden
}
.polaroid-container .polaroid-img:nth-child(2n) {
    left: 50%;
    -webkit-transform: translate(-50%,-55%) rotateZ(-1deg);
    transform: translate(-50%,-55%) rotateZ(-1deg);
    z-index: 2;
}
.polaroid-container .polaroid-img:nth-child(3n) {
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotateZ(-9deg);
    transform: translateY(-50%) rotateZ(-9deg);
}
.dogCharacteristics{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 15px;
    border-radius: 10px;
    border: 2px solid #DDE9B4;
}
.dogCharacteristics.hybrid {
    background-image: url('../../bilder/fnwpc/whb/merkzettel.png');
    background-color: #fff;
    background-position: top left;
    background-size: 100%;
    border-color: transparent;
    background-repeat: repeat-y;
    padding-left: 10%;
    padding-bottom: 25px;
    border-radius: 0;
    display: block;
}
.dogCharacteristics.wildcard{
    background-color: #F8FBF0;
}
.dogCharacteristics.highMatch{
    background-color: #E8EFEA;
}
.dogCharacteristics hr{
    width: 100%;
    margin-top: auto;
}
.dogCharacteristics .dogpercent {
    color: #8EAA42;
}
.dogCharacteristics header {
    margin-bottom: 5px;
}
.dogCharacteristics header .customMessages{
    margin-left: auto;
}
.dogCharacteristics .description{
    font-size: 16px;
}
.dogCharacteristics.hybrid .description{
    font-size: 18px;
}
.dogCharacteristics h3 {
    margin: 0;
}
.dogCharacteristics .link-container{
    margin-top: auto;
    margin-bottom: 15px;
}
.dogCharacteristics .link-container a{
    font-size: 16px;
}
.facebook-promo img{
    display: inline-block;
    max-height: 18px;
    margin-left: 0.5em;
}
.inline-img {
    width: 18px;
}
.topnav {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navovernav>.container {
    position: relative;
}
.banderole{
    padding: 0.5em;
    border-bottom: 1px solid #516329;
    background: rgb(133,150,80);
    background: -moz-linear-gradient(top, rgba(133,150,80,1) 0%, rgba(99,118,54,1) 100%);
    background: -webkit-linear-gradient(top, rgba(133,150,80,1) 0%,rgba(99,118,54,1) 100%);
    background: linear-gradient(to bottom, rgba(133,150,80,1) 0%,rgba(99,118,54,1) 100%);
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.nopad{
    padding: 0;
}
.interests-container>div{
    padding-right: 15px;
}
.interests-container>div:last-child{
    padding-right: 0;
}

.p-0{padding:0;}
.p-5{padding:5px;}
.p-10{padding:10px;}
.p-15{padding:15px;}
.p-20{padding:20px;}
.p-25{padding:25px;}
.p-t-0{padding-top:0;}
.p-t-5{padding-top:5px;}
.p-t-10{padding-top:10px;}
.p-t-15{padding-top:15px;}
.p-t-20{padding-top:20px;}
.p-t-25{padding-top:25px;}
.p-t-30{padding-top:30px;}
.p-b-0{padding-bottom:0;}
.p-b-5{padding-bottom:5px;}
.p-b-10{padding-bottom:10px;}
.p-b-15{padding-bottom:15px;}
.p-b-20{padding-bottom:20px;}
.p-b-25{padding-bottom:25px;}
.p-b-30{padding-bottom:30px;}
.p-l-0{padding-left:0;}
.p-l-5{padding-left:5px;}
.p-l-10{padding-left:10px;}
.p-l-15{padding-left:15px;}
.p-l-20{padding-left:20px;}
.p-l-25{padding-left:25px;}
.p-l-30{padding-left:30px;}
.p-r-0{padding-right:0;}
.p-r-5{padding-right:5px;}
.p-r-10{padding-right:10px;}
.p-r-15{padding-right:15px;}
.p-r-20{padding-right:20px;}
.p-r-25{padding-right:25px;}
.p-r-30{padding-right:30px;}

.mgr-0{margin:0;}
.mgr-5{margin:5px;}
.mgr-10{margin:10px;}
.mgr-15{margin:15px;}
.mgr-20{margin:20px;}
.mgr-25{margin:25px;}

.t-mgr-auto{margin-top: auto;}
.t-mgr--50{margin-top:-50px;}
.t-mgr--40{margin-top:-40px;}
.t-mgr--35{margin-top:-35px;}
.t-mgr--30{margin-top:-30px;}
.t-mgr--25{margin-top:-25px;}
.t-mgr--25{margin-top:-25px;}
.t-mgr--20{margin-top:-20px;}
.t-mgr--15{margin-top:-15px;}
.t-mgr--10{margin-top:-10px;}
.t-mgr--5{margin-top:-5px;}
.t-mgr-0{margin-top:0;}
.t-mgr-5{margin-top:5px;}
.t-mgr-10{margin-top:10px;}
.t-mgr-15{margin-top:15px;}
.t-mgr-20{margin-top:20px;}
.t-mgr-25{margin-top:25px;}
.t-mgr-30{margin-top:30px;}
.t-mgr-35{margin-top:35px;}
.t-mgr-40{margin-top:40px;}
.t-mgr-45{margin-top:45px;}
.t-mgr-50{margin-top:50px;}
.t-mgr-60{margin-top:60px;}
.b-mgr-auto{margin-bottom:auto;}
.b-mgr-0{margin-bottom:0;}
.b-mgr-5{margin-bottom:5px;}
.b-mgr-10{margin-bottom:10px;}
.b-mgr-15{margin-bottom:15px;}
.b-mgr-20{margin-bottom:20px;}
.b-mgr-25{margin-bottom:25px;}
.b-mgr-30{margin-bottom:30px;}
.b-mgr-35{margin-bottom:35px;}
.b-mgr-40{margin-bottom:40px;}
.b-mgr-45{margin-bottom:45px;}
.b-mgr-50{margin-bottom:50px;}
.b-mgr-60{margin-bottom:60px;}
.l-mgr-auto{margin-left:auto;}
.l-mgr-0{margin-left:0;}
.l-mgr-5{margin-left:5px;}
.l-mgr-10{margin-left:10px;}
.l-mgr-15{margin-left:15px;}
.l-mgr-20{margin-left:20px;}
.l-mgr-25{margin-left:25px;}
.r-mgr-auto{margin-right:auto;}
.r-mgr-0{margin-right:0;}
.r-mgr-5{margin-right:5px;}
.r-mgr-10{margin-right:10px;}
.r-mgr-15{margin-right:15px;}
.r-mgr-20{margin-right:20px;}
.r-mgr-25{margin-right:25px;}

.mx-hg-100{
    max-height: 100px;
}
.mx-hg-150{
    max-height: 150px;
}
.mx-hg-200{
    max-height: 200px;
}
.xs-mx-hg-100{
    max-height: 100px;
}
.xs-mx-hg-150{
    max-height: 150px;
}
.xs-mx-hg-200{
    max-height: 200px;
}

.flex-row,.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-row.centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-spaced {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
      justify-content: space-between;
}
.flex-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
      justify-content: space-around;
}
.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
      justify-content: flex-start;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
      justify-content: center;
}
.flex-child, .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-child-2, .flex-item-2 {
    -webkit-flex-grow: 2;
    flex-grow: 2;
}
.flex-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-bottom{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: auto;
}
.flex-align-left {
    margin-right: auto;
}
.flex-align-right {
    margin-left: auto;
}
.flex-align-top {
    margin-bottom: auto;
}
.flex-align-bottom {
    margin-top: auto;
}
.flex-xs-grid-5>* {
    -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.flex-xs-grid-3>* {
    -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333333%;
          flex: 0 0 33.333333333%;
}
.flex-xs-grid-2>* {
    -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.flex-xs-basis-a {
    -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
.flex-xs-basis-1 {
    -webkit-flex-basis: 8.333333333%;
      -ms-flex-preferred-size: 8.333333333%;
          flex-basis: 8.333333333%;
}
.flex-xs-basis-2 {
    -webkit-flex-basis: 16.666666666%;
      -ms-flex-preferred-size: 16.666666666%;
          flex-basis: 16.666666666%;
}
.flex-xs-basis-3 {
    -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.flex-xs-basis-4 {
    -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
}
.flex-xs-basis-5 {
    -webkit-flex-basis: 41.666666%;
      -ms-flex-preferred-size: 41.666666%;
          flex-basis: 41.666666%;
}
.flex-xs-basis-6 {
    -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.flex-xs-basis-7 {
    -webkit-flex-basis: 58.33333333%;
      -ms-flex-preferred-size: 58.33333333%;
          flex-basis: 58.33333333%;
}
.flex-xs-basis-8 {
    -webkit-flex-basis: 66.666666666%;
      -ms-flex-preferred-size: 66.666666666%;
          flex-basis: 66.666666666%;
}
.flex-xs-basis-9 {
    -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}
.flex-xs-basis-10 {
    -webkit-flex-basis: 83.33333333%;
      -ms-flex-preferred-size: 83.33333333%;
          flex-basis: 83.33333333%;
}
.flex-xs-basis-11 {
    -webkit-flex-basis: 91.666666666%;
      -ms-flex-preferred-size: 91.666666666%;
          flex-basis: 91.666666666%;
}
.flex-xs-basis-12 {
    -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.shadow-no-xs {
    box-shadow: inherit;
    border-radius: inherit;
}
.questions hr {
    border-color: #B3B3B3;
}
.questions .loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: wait;
    background-color: #rgba(0,0,0,0.25);
}
.questions .loader::before{
    content: " ";
    position: relative;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 20vmin;
    height: 20vmin;
    border-radius: 100%;
    border: 10px solid #859650;
    border-top-color: transparent;
    animation: loader-spin 1s linear infinite;
}
@keyframes loader-spin {
    from {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
        }
    to {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.questionForm {
    font-size: 16px;
}
.question {
    margin-bottom: 15px;
}
.question:not(.question-heading) + .question {
    margin-top: 25px;
}
.question .groupedQuestion .question-text{
    font-size: 1em;
}
.question .question-text, .question .question-heading .question-text{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #8EAA3C;
    display: block;
}
.question .question-text .additionalText{
    color: #333;
    font-size: 66%;
    margin-left: 1em;
    font-weight: normal;
}
.questionDescription {
    margin-bottom: 15px;
}
.small-container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.answer label{
    width: 100%;
    font-weight: normal;
    margin-bottom: 0;
}
.answer label.slider-label {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.answer label.slider-enum-label{
    position: relative;
    text-align: left;
    height: 1.2em;
}
.answer label.error, .checkbox-group-error{
    color: #fd0b0b;
    cursor: pointer;
}
.answer .number-label{
    width: auto;
    margin-right: 1em;
}
.answer input:checked~label.directMessage {
    color: #fb2929;
}
.answer input:checked~label.directMessage:after {
    font-family: "FontAwesome";
    content: "\f071";
    margin-left: 1em;
}
.answer{
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px 0;
}
.answer.slider-answer {
    border: 1px solid transparent;
    max-width: 1200px;
    margin: auto;
}
.answer[data-hover]{
    padding: 10px;
}
.answer textarea {
    resize: none;
    width: 100%;
}
.answer .flex {
    display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
.answer input[type=checkbox], .answer input[type=radio]{
    display: none;
}
.answer input[type=checkbox]~label:not(.error), .answer input[type=radio]~label:not(.error) {
    cursor: pointer;
}
@supports (display:-webkit-box) or (display:-ms-flexbox) or (display:flex){
    .answer input[type=checkbox]~label:not(.error), .answer input[type=radio]~label:not(.error) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.answer input[type=checkbox]~label:not(.error):before {
    font-family: "FontAwesome";
    content: "\f096";
    margin-right: 17.28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center;
}
.answer input[type=radio]~label:not(.error):before {
    font-family: "FontAwesome";
    content: "\f10c";
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    align-self: center;
}
.answer input[type=checkbox]:checked~label:not(.error):before {
    font-family: "FontAwesome";
    content: "\f046";
    margin-right: 15px;
}
.answer input[type=radio]:checked~label:not(.error):before {
    font-family: "FontAwesome";
    content: "\f111";
}

img.answer-img, img.answer-altImg {
    width: auto;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    display: inline-block;
}

.qst-selection-select .answer{
    border: 0;
    max-width: 600px;
    margin: auto;
}
.qst-selection-select .answer select{
    border: 2px solid #BBD36A;
    padding: 5px 10px;
    height: auto;
    font-size: 1.2em;
    font-weight: bold;
}
.BubbleYN, .BubbleBG, .BG {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-between;
}
.BubbleYN .answer, .BubbleBG .answer {
    position: relative;
    width: 75px;
    padding: 0;
    border: 0;
}
.BG .answer {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    border: 0;
}
.BG .answer label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.BG .answer label .answer-img-wrapper{
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}
.BG .answer label .answer-img-wrapper .answer-img, .BG .answer label .answer-img-wrapper .answer-altImg{
    width: auto;
    max-width: 100%;
    margin: auto;
}
.BG .answer label .answer-img-wrapper .answer-altImg{
    display: none;
}
.BG .answer input:checked~label .answer-img-wrapper .answer-altImg{
    display: inline-block;
}
.BG .answer input:checked~label .answer-img-wrapper .answer-img{
    display: none;
}
.BG .answer label .answer-title{
    text-align: center;
}
div.table {
   display: table;
   width: auto;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
@supports (display:flex) or (display:-webkit-box) or (display:-ms-flexbox){
    .grid {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .grid:after{
        display: none;
    }
    .grid>*{
        float: none;
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@supports (display: grid) {
    .grid {
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-rows: 1fr;
        grid-gap: 25px;
        flex-wrap: initial;
        justify-content: initial;
    }
}
.boxes .answer {
    border: 0;
    padding: 0;
    margin-top: 0;
}
div.table.boxes .answer {
    margin: 15px 0;
}
.boxes.grid .answer {
    border: 0;
    padding: 0;
}
.boxes .answer label{
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #BBD36A;
    background-color: #EBF2D2;
    color: #196428;
    text-align: center;
}
.boxes .answer input:checked~label{
    background-color: #BBD36A;
}
.boxes .answer label:before {
    display: none;
}
.boxes .answer label .answer-title{
    margin: auto;
    font-weight: bold;
    font-size: 1.2em;
}
.BubbleYN .answer input:checked~label.directMessage:after {
    display:none;
}
.BubbleBG .answer{
    width: 15%;
}
.BubbleBG .answer label{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.BubbleBG .answer label .answer-title{
    margin-top: 15px;
    margin-bottom: auto;
    text-align: center;
}
.BubbleBG .answer label .answer-img-wrapper{
    position: relative;
    width: 100%;
    display: block;
}
.BubbleBG .answer .answer-img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.BubbleYN .answer:after,.BubbleBG .answer label .answer-img-wrapper:after{
    content: "";
    display: block;
    padding-top: 100%;
}
.BubbleYN .answer input[type=radio]~label, .BubbleBG .answer input[type=checkbox]~label .answer-img {
    border: 2px solid #BBD36A;
    background-color: #EBF2D2;
    color: #196428;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}
.BubbleYN .answer input[type=radio]:checked~label, .BubbleBG .answer input[type=checkbox]:checked~label .answer-img {
    background-color: #BBD36A;
    color: #fff;
}
.BubbleYN .answer input[type=radio]~label .answer-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 1.5em;
    font-weight: bold;
}
.BubbleBG .answer input[type=checkbox]~label .answer-title{
    display: block;
}
.BubbleYN .answer input[type=radio]~label:before, .BubbleBG .answer input[type=checkbox]~label:before, .BG .answer input[type=checkbox]~label:before{
    display: none;
}
.BubbleLeft{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.BubbleLeft .answer{
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    border: 0;
}
.BubbleLeft .answer label{
    padding: 0;
    background-color: #EBF2D2;
    border-radius: 200px 20px 20px 200px;
    display: table;
}
.BubbleLeft .answer input[type=checkbox]:checked~label {
    background-color: #BBD36A;
}
.BubbleLeft .answer input[type=checkbox]~label:before {
    display: none;
}
.BubbleLeft .answer img.answer-img{
    max-height: 100px;
    max-width: 100%;
    width: auto;
    border-radius: 100%;
    border: 2px solid #DDE9B4;
}
.BubbleLeft .answer input[type=checkbox]:checked~label img.answer-img {
    border-color: #8EAA3C;
}
.BubbleLeft .answer label .answer-img-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
}
.BubbleLeft .answer label .answer-title {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    padding-left: 10px;
}
@supports (display:flex) or (display:-webkit-box) or (display:-ms-flexbox){
    .BubbleLeft .answer label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .BubbleLeft .answer label .answer-img-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .BubbleLeft .answer img.answer-img{
        display: inline-block;
    }
    .BubbleLeft .answer label .answer-title {
        display: inline-block;
    }
}

.slider-label-change span + span:before {
    content: "-";
    padding: 0 0.5em;
}
.slider-enum-label>*{
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    text-align: center;
}
.slider-enum-label>*:first-child{
    left: 0;
}
.slider-enum-label>*:last-child{
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.answer .ui-slider{
    margin: 30px auto 10px;
    border-radius: 99px;
    border: 2px solid #DDE9B4;
    height: 20px;
}
.answer .flex + .ui-slider{
    width: 96%;
}
.slider-answer input.error~.ui-slider .ui-slider-handle{
    background-image: url('../../datafiles/images/icons/welpenclub.png');
}
.slider-answer .error {
    margin-top: 25px;
}
.quizPagination{
    margin: 10px 0;
    border: 2px solid #DDE9B4;
    background-color: #EBF2D2;
    border-radius: 99px;
    height: 20px;
    width: 100%;
    display: table;
}
.quizPagination>li{
    display: table-cell;
    text-align: center;
    position: relative;
}
@supports (display:flex) or (display:-webkit-box) or (display:-ms-flexbox){
    .quizPagination{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .quizPagination>li{
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
.quizPagination>li>*{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    border-right: 0;
    text-decoration: none;
    color: #333;
    padding: 0;
    font-size: 12px;
    vertical-align: top;
    background-color: #EBF2D2;
    font-weight: bold;
    overflow: visible;
}
.quizPagination>li>.answered{
    background-color: #BBD36A;
    color: #fff;
}
.quizPagination>li:first-child>*{
    border-radius: 5px 0 0 5px;
}
.quizPagination>li:last-child>*{
    border-radius: 0 5px 5px 0;
}
.quizPagination>li>.active,.quizPagination>li>*:active,.quizPagination>li>*:hover{
    background-color: #BBD36A;
}
.quizPagination>li:first-child>a, .quizPagination>li:first-child>span, .quizPagination>li:first-child>button{
    border-radius: 5px 0 0 5px;
}
.quizPagination>li>*>.fa-paw {
    position: absolute;
    font-size: 0;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
    color: #8EAA3C;
    z-index: 1;
}
.quizPagination>li>.active>.fa-paw, .quizPagination>li>*:hover>.fa-paw, .quizPagination>li>*:active>.fa-paw {
    font-size: 5em;
}
.quizPagination>li>*>.fa-paw>span {
    position: absolute;
    top: 70%;
    left: 50%;
    color: #fff;
    font-size: 0.3333em;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.additionalInfo {
    font-size: 100%;
    color: #aaa;
    margin-left: 10px;
}
h1 .additionalInfo, h2 .additionalInfo, h3 .additionalInfo{
    font-size: 65%;
}
.normalColor {
    color: #333;
}
.attribute-name {
    font-size: 1.2em;
    color: #859650;
    font-weight: bold;
}
.registrationform .formbutton {
    margin: 0;
}
.checkbox label{
    position: relative;
}
.checkbox input[type="checkbox"]{
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0;
}


.market_inactive {
    position: absolute;
    right: 10px;
    color: #d5051b;
    font-size: 24px;
    bottom: 10px;
}

.fullwidth-banner .logo-box {
    position: absolute;
    top: 15px;
    bottom: 10%;
    right: 15px;
    width: 15%;
    max-width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

#agila_logo {
    background-image: url('../../bilder/agila_logo.png');
}

ul.dash-list {
    list-style-type: circle;
    list-style-type: "- ";
    padding-left: 20px;
}

ul.default-list {
    list-style: initial;
    padding-left: 20px;
}

.content-img {
    max-width: 50%;
    padding: 10px;
}

.firstAidGuide .tiles_contentbox_container {
    margin-bottom: 0;
}
.registrationform label.privacyText {
    margin: 0;
    min-height: 0;
}
#userform .market-info-text {
    margin: 0;
}

#marketform .preSelectedMarket .market-info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#marketform .selectedMarket .market-info-text {
    margin: 0;
    border: 0;
    padding: 0;
}

#marketform .market_delete {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    cursor: pointer;
}

#marketform input.market_select:checked+ label .market_delete {
    display: block;
}

#marketform .preSelectedMarket .market-info-text label, .market-placeholder {
    width: 33%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    position: relative;
}

#marketform .market-placeholder i {
    border-radius: 5px;
    border: 1px solid #769039;
    padding: 10px 15px;
}

#marketform .market-placeholder {
    text-align: center;
}

#marketform #market_new_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

#marketform .preSelectedMarket .market-info-text label .selectable_market {
    padding: 0 24px 0 10px;
}

input.market_select:not(:checked)+ label>div {
    cursor: pointer;
}

#marketform label.not-styled {
    display: unset;
    width: auto;
    margin: 0;
    min-height: unset;
}

.removeMarketDialog .ui-dialog-buttonset {
    width: 100%;
}

.removeMarketDialog .ui-dialog-buttonset button {
    width: 40%;
}

.removeMarketDialog .ui-dialog-buttonset button:last-child {
    float: right;
}

#marketform input.market_select+ label {
    border: 2px solid transparent;
}

#marketform input.market_select:checked+ label {
    border: 2px solid #769039;
    border-radius: 5px;
}

.market-info {
    margin-top: 15px;
}

.shopbanner {
    background-image: url("../../bilder/images/shopbanner_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 10px 10px;
    position: relative;
    color: #fff;
}
.shopbanner h1, .shopbanner h2, .shopbanner h3, .shopbanner .h1, .shopbanner .h2, .shopbanner .h3{
    font-family: "FrutigerNeueLTW02-CnBol 775088";
    color: #ffffff;
}
.shopbanner>div {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: auto;
}

.shopbanner .shopbanner_shoplink img {
    width: auto;
    max-width: 100%;
    max-height: 140px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

.shopbanner .shopbanner_close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 5px;
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}
a.link.link-blank, a.link.link-blank:hover, a.link.link-blank:focus,a.link.link-blank:active{
    color: inherit;
}
a.link.link-red,a.link.link-red:hover,a.link.link-red:focus,a.link.link-red:active {
    color: #E70022;
}
a.link-green, a.link-green:hover, a.link-green:focus, a.link-green:active, .green{
    color: #859650;
}

#additionaldogform label {
    background-color: transparent;
}

.dog_changepicture {
    width: 25px;
    position: absolute;
    cursor: pointer;
}

.dog .age:not(:first-child) {
    margin-top: 10px;
}

.noparallax.register {
    background-attachment: initial;
    background-position: center top;
}

.noparallax.register h1 {
    margin-top: 10px;
}

.noparallax.register h2 {
    margin-top: 0;
    margin-bottom: 60px;
}

.noparallax.register .section-video-content .fittext {
    position: relative;
    top: 30px;
}

.navbar-default .navbar-nav> .open> a:hover {
    background-color: transparent;
}

.navbar-nav .menu-large a.active, .navbar-nav .menu-large.open a.active {
    background-color: #5F7922;
}

.navbar-nav .dropdown-menu.megamenu {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.backgroundholder {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.backgroundholder .navbar {
    box-shadow: none;
}

.navbar-brand {
    padding-left: 0;
}

.custombanner {
    height: 510px;
    background-color: #859650;
    background-size: cover;
    background-position: center center;
}

#main-slide .item img.custombanner_image {
    max-height: 100%;
    width: auto;
    margin: auto;
}

.vcenter, .vbottom {
    font-size: 0;
}

.vcenter:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}

.vcenter>* {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.vbottom:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: bottom;
}

.vbottom>* {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
}

a.link {
    color: #859650;
}

a:focus {
    color: #333;
}

a.calltoactiongreen:focus, a.btn-system:focus, button.calltoactiongreen:focus {
    color: #fff;
}


/*Jquery UI Dialog-Boxes*/

.ui-dialog-titlebar {
    background: none;
    background-color: #859650;
    color: white;
}

.info-hint {
    color: #8aa33c;
    margin: 10px 0;
}

.privacy_box {
    margin-bottom: 15px;
}


/*Neue Call-To-Actions wie auf Fressnapf.de*/

a.calltoaction, a.btn-call, button.calltoaction {
    position: relative;
    background: #e52130;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e52130 0%, #e16b59 4%, #e52130 8%, #e52130 60%, #e16b59 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e52130 0%, #e16b59 4%, #e52130 8%, #e52130 60%, #e16b59 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e52130 0%, #e16b59 4%, #e52130 8%, #e52130 60%, #e16b59 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e52130', endColorstr='#e16b59', GradientType=0);
    /* IE6-9 */
    border-radius: 5px;
    border: 1px solid #D5061C;
    font-weight: normal;
    font-size: 16px;
}

a.calltoaction .cta-angle, a.btn-call .cta-angle, button.calltoaction .cta-angle {
    background-color: #D5051B;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0px 10px;
    font-size: 25px;
    line-height: 32px;
}

a.calltoaction .cta-text, a.btn-call .cta-text, .btn-large.btn-system .cta-text, button.calltoaction .cta-text {
    margin-left: 15px;
}

.calltoactiongreen {
    background: #859650;
    background: -moz-linear-gradient(top, #859650 0%, #aabf85 5%, #859650 20%, #859650 80%, #799121 95%, #6f9100 100%);
    background: -webkit-linear-gradient(top, #859650 0%, #aabf85 5%, #859650 20%, #859650 80%, #799121 95%, #6f9100 100%);
    background: linear-gradient(to bottom, #859650 0%, #aabf85 5%, #859650 20%, #859650 80%, #799121 95%, #6f9100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#859650', endColorstr='#6f9100', GradientType=0);
    display: inline-block;
    position: relative;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.calltoactiongreen .cta-angle {
    background-color: #70832E;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0px 10px;
    font-size: 25px;
    line-height: 32px;
}

.member a.btn-large.btn-system {
    font-size: 14px;
}

a.btn-large.btn-system {
    font-weight: normal;
    font-size: 16px;
    position: relative;
}


/* Vorteile */

.vorteile_container {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.vorteile .vorteile_container li {
    padding: 0;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform-style: preserve-3d;
    height: 220px;
    margin-bottom: 0;
}

.vorteile_container li.vorteile:hover .vorteile_back {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.vorteile .panel1 {
    background-image: url('../../cache/upload/Standard/superClient/tile_01ikz3juwxw0h0both.jpg');
    background-color: #E30613;
}

.vorteile .panel2 {
    background-image: url('../../cache/upload/Standard/superClient/tile_02ikz3mebbw0h0both.png');
    background-color: #C7D301;
}

.vorteile .panel3 {
    background-image: url('../../cache/upload/Standard/superClient/tile_03.png');
    background-color: #009CBC;
}

.vorteile .panel4 {
    background-image: url('../../cache/upload/Standard/superClient/tile_04.png');
    background-color: #8D2A11;
}

.vorteile .panel5 {
    background-image: url('../../cache/upload/Standard/superClient/tile_05.png');
    background-color: #387931;
}

.vorteile .panel6 {
    background-image: url('../../cache/upload/Standard/superClient/tile_06.png');
    background-color: #009CBC;
}

.vorteile .panel7 {
    background-image: url('../../cache/upload/Standard/superClient/tile_07.png');
    background-color: #E30613;
}

.vorteile .panel8 {
    background-image: url('https://www.welpenclub.com/cache/upload/Standard/superClient/tile_bg.jpg');
}

.vorteile .vorteile_front, .vorteile .vorteile .vorteile_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
}

.vorteile .vorteile_front {
    z-index: 2;
    text-align: center;
    /*-webkit-transform: rotateY(0deg);*/
    /*transform: rotateY(0deg);*/
}

.vorteile img.img-responsive {
    display: inline-block;
}

.vorteile>div {
    z-index: 2;
    position: relative;
    text-align: center;
    background-size: auto 100%;
    height: 100%;
}

.vorteile .vorteile_back {
    z-index: 1;
    padding: 25px;
    background-color: #fff;
    text-align: left;
    /*-webkit-transform: rotateY(180deg);*/
    /*transform: rotateY(180deg);*/
}

.vorteile .vorteile_back strong {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.vorteile .vorteile_back p {
    font-size: 14px;
}

.vorteile_back .vorteile_smallPic {
    float: right;
    width: 60px;
    margin: 5px;
}

.vorteile_text {
    position: absolute;
    text-align: center;
    font-family: "FrutigerNeueLTW02-CnBoo 775064";
    font-size: 18px;
    color: white;
    top: 60%;
    bottom: 10%;
    left: 5%;
    right: 5%;
}

.vorteile_textonly {
    top: 10%;
}

.vorteile_textonly a {
    margin-top: 20px;
}


/* ALLGEMEIN */

body {
    padding: 0;
    font-size: 16px;
    font-family: "FrutigerNeueLTW02-CnBoo 775064";
    overflow-x: hidden;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
}

a.link_wrapper:hover {
    text-decoration: none;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wite-text {
    color: white;
}

ul {
    list-style: none;
    padding: 0;
}
p {
    font-size: 16px;
}
h1, h2, h3, .h1, .h2, .h3 {
    color: #859650;
    display: block;
}
h1, .h1{
    font-weight: 700;
    margin: 20px 0 10px;
}
h2, .h2{
    margin: 20px 0 10px;
}
h3, .h3{
    margin: 15px 0 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color: inherit;
    font: inherit;
}

body * {
    outline: none!important;
}

.expand:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0 dotted;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.expand.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**** Styles für Content-Seiten ANFANG ****/

.content li {
    font-size: 16px;
    margin-bottom: 10px;
}

.contentbox {
    margin-top: 20px;
}

.content_tiles{
    margin-bottom: 20px;
}

.content_tiles:before,.content_tiles:after {
    content: "";
    display: table;
}
.content_tiles:after{
    clear: both;
}

.ratio {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.25);
    /*Platzhalter*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ratio-top{
    background-position: top center;
}
.ratio_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.description_hidden {
    position: absolute;
    width: 100%;
    max-height: 2.2em;
    min-height: 2.2em;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    padding: 0.5em;
    text-overflow: ellipsis;
    word-break: break-word;
}
a.description_hidden:hover, a.description_hidden:focus, a.description_hidden:active{
    color: #fff;
    text-decoration: none;
}
.ratio_content:hover .description_hidden {
    max-height: 100%;
}

.description_hidden>p {
    font-size: 1em;
}
.description_hidden>h4+*{
    margin-top: 0.5em;
}
.description_hidden h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
}
.description_hidden>p:last-child {
    margin-bottom: 0;
}

.subtitle {
    color: #777;
}

/**** Styles für Content-Seiten ENDE ****/

.headline_greeting_logged a:hover, .headline_greeting_logged a:focus {
    text-decoration: none;
}
.login-box {
    position: absolute;
    z-index: 40;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    right: 0px;
    max-width: 260px;
    width: 100%;
    float: right;
    top: 100%;
}
.login-box.login-content {
    padding: 20px;
}
.login-box .login-content {
    padding: 15px 20px;
    border-top: 1px solid #e4e4e4;
}
.login-box .pet-profile {
    padding: 20px 20px;
    text-align: left;
    width: 100%;
}
.login-box .pet-profile {
    display: inline-block;
}
.login-box h3 {
    color: #859650;
    margin: 20px 0px;
}


.container.filter {
    text-align: center
}

.tilefilterbutton {
    font-size: 17px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    padding: 0 20px;
    color: #666666;
    margin: 0 10px;
    padding: 10px 30px;
    /*text-transform:uppercase;*/
}

.tilefilterbutton.active {
    background-image: url("../../bilder/tap.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 30px;
    font-size: 17px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    margin: 0 10px;
    color: #859650;
    /*text-transform:uppercase;*/
}

.categorytile-filter {
    text-align: center;
}

.tile_subheadline {
    font-size: 16px;
    margin-bottom: 20px;
}

.alert {
    width: 100%;
    text-align: center;
    opacity: 0.95;
    top: 0px;
    position: relative;
    min-height: 54px;
    padding-right: 30px;
}
.close-layer {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 16px;
}
.fullwidth-banner {
    text-align: center;
}

.fullwidth-banner img {
    max-width: 100%;
}

#main-slide .item.custombanner {
    height: 510px;
    background-color: #859650;
    background-size: cover;
}

#main-slide .item img.custombanner_image {
    max-height: 100%;
    width: auto;
    margin: auto;
}

.btn-large {
    text-decoration: none;
}

.btn-large:hover {
    text-decoration: none;
}


.circlebanner_headline, .circlebanner_subheadline, .circle_headline {
    font-family: "FrutigerNeueLTW02-CnBol 775088";
    margin-bottom: 5px;
    font-weight: 100;
    text-align: center;
}

.circlebanner_subheadline {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "FrutigerNeueLTW02-CnBoo 775064";
}

.circlebanner_headline {
    font-size: 40px;
}
.circledesc {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.parallax.memberpage {
    margin-top: 30px;
    padding: 70px 0;
}


.circle_image {
    padding: 5px;
    border: 2px solid white;
}


.registrationform div.title.bottomline h2.text-center {
    font-family: "FrutigerNeueLTW02-CnBol 775088";
    font-weight: 100;
    margin-bottom: 5px;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
}

div.registrationform div.title.bottomline h2.text-center {
    font-family: "FrutigerNeueLTW02-CnBol 775088";
    font-weight: 100;
    margin-bottom: 5px;
}

#personaldata {
    background: #fff;
}

div.container div.registrationform form#regform div.tab-content {
    margin-top: 10px;
}

.registrationform .nav.nav-tabs li a div {
    padding: 0 10px;
    background: white;
}

.nav.nav-tabs {
    margin-right: 0;
}

div.registrationform ul.nav li> a {
    background-image: none;
    background-color: transparent!important;
}

.title_wrapper p:first-child {
    font-size: 15px;
    font-weight: 100;
    margin-top: 80px;
}

.cleaner {
    clear: both;
    height: 1px;
}

.registrationform, .registration_salutation {
    color: #858585;
}

.registrationform label, .fn-label {
    display: block;
    width: 100%;
    border: none;
    font-weight: initial;
}

.registrationform input, .fn-input {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    margin: 0;
    font-weight: initial;
    background-color: #f3f3f3;
    height: 2.75em;
    padding-left: 5px;
}

.registrationform select, .fn-select {
    border-radius: 1px;
    border: 1px solid #f3f3f3;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    background-color: #f3f3f3;
    height: 2.75em;
    border: transparent;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form input.alert-danger, form select.alert-danger, form textarea.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.registrationform textarea, .fn-textarea {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: none;
    margin: 0;
    font-weight: initial;
    background-color: #f3f3f3;
    padding-left: 5px;
}

.registrationform input[type='checkbox'], .fn-input[type='checkbox']{
    display: initial;
    width: auto;
    border: none;
    height: auto;
    margin-right: 10px;
}

.registrationform input[type='radio'], .fn-input[type='radio'] {
    display: initial;
    width: auto;
    border: none;
    height: auto;
    margin-right: 10px;
}

.registrationform input[disabled],.registrationform select[disabled],.registrationform textarea[disabled], .fn-input[disabled], .fn-select[disabled], .fn-textarea[disabled]{
    cursor: not-allowed;
}

.registrationform #personaldata .extraheight {
    line-height: 3em;
}

.registrationform span.extraheight {
    display: block;
    line-height: 3em;
    margin-bottom: -25px;
    margin-top: 20px;
}

.registrationform h5.bottomline.bottomspace {
    border-bottom: 1px solid #e5e5e5;
    color: #859650;
    padding-bottom: 10px;
}

.registrationform .boxed .box {
    border: 1px solid #e4e4e4;
    padding: 15px;
}

.registrationform .button-green {
    background: #859650;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    padding: 10px 25px;
    background-color: #859650;
    color: #fff;
    border: none;
}

.registrationform .buttonrow {
    margin-top: 15px;
}

.registrationform .button-grey {
    width: auto;
    padding: 5px 22px;
    color: #000;
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

.registrationform .warning {
    background-color: #F8FDBB;
    margin-top: 16px;
    padding: 15px;
}

.registration_salutation .big {
    font-size: 130%;
    padding: 10px;
}

.registrationform .title, .registration_salutation .title {
    margin: 20px 0 30px;
}

.registrationform .title h2, .registration_salutation .title h2 {
    color: #859650;
    font-weight: 700;
    margin: 10px 0 20px;
}

.registrationform .title h6, .registrationform h6, .registration_salutation .title h6 {
    color: #888;
    font-weight: normal;
    font-size: 14px;
}

.registrationform .nav-tabs> li {
    float: left;
    margin-bottom: -1px;
    background-image: url('../../datafiles/img/greyPixelation.gif');
    background-repeat: repeat-x;
    background-color: transparent;
    background-position: 0px 85px;
}

.registrationform ul.nav li a {
    color: #888;
    text-align: center;
}

.registrationform ul.nav li a i.fa {
    color: #E5E5E5;
    font-size: 3em;
}

.registrationform ul.nav.nav-tabs, ul.nav.nav-tabs li a, .registrationform ul.nav.nav-tabs li a:hover, .registrationform ul.nav.nav-tabs li a:active, .registrationform ul.nav.nav-tabs li a:focus {
    border: none;
    outline: none;
}

.registrationform ul.nav li.active a, .registrationform ul.nav li.active a i.fa, .registrationform .nav> li> a:hover, .registrationform .nav> li> a:hover i.fa, .registrationform .nav> li> a:focus, .registrationform .nav> li> a:focus i.fa {
    color: #859650;
}

.registrationform .registration_icon, .registrationform .registration_icon_active {
    width: 60px;
}

.registrationform .nav> li:last-child {
    display: block;
}

.registrationform .nav> li> a:hover, .registrationform .nav> li> a:focus {
    background-color: initial;
}

.registrationform .overview, .registrationform .output_only {
    line-height: 2.75em;
}

.registrationform .overview+.overview>span, .registrationform .output_only {
    background-color: #f3f3f3;
    width: 100%;
    display: block;
    padding-left: 10px;
}

.registrationform span.check_input.missing {
    color: #ED6464;
}

.title_wrapper p {
    font-size: 14px;
}

.title_wrapper p a {
    color: #859650;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

.registrationform .bottomline {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    color: #888;
}

.registrationform .select_styled {
    position: absolute;
    right: 5px;
    display: inline;
    line-height: 2.75em;
    pointer-events: none;
    top: 0;
}

.registrationform .buttonrow .mobilesubmit {
    margin-bottom: 15px;
    width: 100%;
}

.registrationform .required_info {
    margin-top: 15px;
}

.registrationform .select_wrapper {
    position: relative;
}

.registrationform .col-7-container {
    padding: 5px;
    background-color: #f3f3f3;
}

.registrationform .nopad {
    padding: 0;
}

.registrationform .inline {
    display: inline;
}

.registrationform #map {
    padding-top: 40%;
}

.registrationform #map>div {
    top: 0;
    left: 0;
}

.registrationform .market {
    position: relative;
}

.registrationform .market .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 40%;
    background-image: url("../../datafiles/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.registrationform .info-resign {
    margin-top: 20px;
}
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}


.breadcrumb a {
    color: #8aa33c!important;
    text-decoration: none;
}

.fa-home {
    color: #888;
}

.teaser-description {
    margin-top: 20px;
}

.tiles_contentbox_container {
    margin-bottom: 70px;
}

.tiles_headline {
    font-family: "FrutigerNeueLTW02-CnBol 775088"!important;
    margin-bottom: 5px;
    /*text-transform: uppercase !important;*/
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
}

.tile_subheadline {
    font-weight: 100;
    padding-bottom: 20px;
    font-size: 16px!important;
    color: #888;
}

.container.content {
    padding-bottom: 40px;
    padding-top: 20px;
}


.content_headline {
    font-family: "FrutigerNeueLTW02-CnBol 775088" !important;
    color: #859650;
    font-size: 36px!important;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 40px!important;
}

.content_subheadline {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    display: block;
}

.content_description p {
    display: block;
    font-size: 16px;
    text-align: left;
    font-family: "FrutigerNeueLTW02-CnBoo 775064"!important;
    font-size: 16px !important;
}

.content_description p.strong {
    font-size: 22px!important;
    text-align: left;
    font-family: "FrutigerNeueLTW02-CnBoo 775064"!important;
    color: #859650!important;
    margin-top: 20px!important;
    float: left;
}

.content_description p strong {
    display: block!important;
    margin-top: 30px!important;
}


.dogdata {
    display: inline-block;
    max-width: 80px;
}

.logged_box_dogdata1 {
    float: left;
    width: 60%;
    text-align: left;
}

.logged_box_dogdata2 {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 11px;
}


.logged_box_dogdata4 {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 11px;
    display: none
}

.login-box_img {
    vertical-align: sub;
    margin-right: 15px;
}

.login-box.logged {
    margin-top: 0;
    padding-top: 0;
}

.btn-large.btn-system.logged_box_btn1 {
    margin: 5px 0px 10px 0px;
    width: 100%;
    padding: 6px;
    font-size: 12px;
}

.btn-large.btn-system.logged_box_btn2 {
    margin: 0;
    width: 100%;
    padding: 6px;
    font-size: 12px;
}

.btn-large.btn-system.logged_box_btn3 {
    margin: 10px 0 0 0;
    width: 100%;
    padding: 6px;
    font-size: 12px;
}

.btn-large.btn-system.logged_box_btn4 {
    background-color: #df3f34;
    margin: 0;
    width: 100%;
    padding: 6px;
    font-size: 12px;
}


.ui-datepicker .ui-datepicker-header.ui-widget-header {
    background-color: #859650;
    background-image: none;
    border-color: #859650;
    color: #fff;
}

.ui-datepicker .ui-widget-content a.ui-state-highlight, .ui-datepicker .ui-widget-header a.ui-state-highlight {
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #859650;
    color: #859650;
}

.ui-datepicker ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
    background-color: #859650;
    border: 1px solid #859650;
    background-image: none;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    background-color: #fafafa;
    background-image: none;
    border-color: #859650;
    color: #859650;
}

.ui-datepicker th {
    color: #666;
}

.ui-datepicker .ui-state-default.ui-state-active {
    background-color: #859650;
    color: #fff;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.hasDatepicker.form-control[readonly] {
    cursor: pointer;
    
}

 
/************SYLKES NOTFALLSTYLES*************/

.fullwidth-banner .textBox {
    color: #ffffff;
    left: 50%;
    max-width: 565px;
    position: absolute;
    text-align: left;
    text-shadow: 0 1px 4px #333;
    top: 25%;
}

.fullwidth-banner .textBox .rootcategory {
    display: block;
    font-size: 22px;
}

.fullwidth-banner .textBox h1, .fullwidth-banner .textBox .h1 {
    color: inherit;
    margin: 5px 0;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
}

.fullwidth-banner .textBox .descriptionShort {
    display: block;
    font-size: 24px;
    line-height: 1.1;
}

#contactform {
    margin: 20px 0 60px;
}

#contactform .row .row {
    margin-top: 20px;
}

.teaser-category .teaser-content {
    margin-bottom: 40px;
    background-color: #fcfcfc;
}

.teaser-category .teaser-headline .headline.small {
    font-weight: 300;
    margin-top: 10px;
}

.teaser-category .teaser-description {
    margin-top: 10px;
    color: #666;
    line-height: 1.3;
}

.teaser-category a {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.teaser-description .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #859650;
}

.teaser-description .more:hover {
    color: #444;
}

ul.beitraege li p.content span.desc {
    min-height: 30px;
}

.topspace {
    margin-top: 20px;
}

.market-info-text, .market-info-wrapper {
    margin-top: 20px;
}

.checklist {
    margin-bottom: 30px;
}

.checklist h2 {
    margin-top: 30px;
}

.checklist> ul {
    list-style: inside disc;
    margin-bottom: 30px;
}

.checklist li {
    font-size: 16px;
    margin-bottom: 10px;
}

.checklist a.btn-large.btn-system {
    margin-bottom: 30px;
    margin-top: 20px;
}

table.dognametable {
    margin-top: 30px;
}

#accordion h4 {
    font-size: 20px;
    color: #859650;
    margin-top: 20px;
}
.topnav li {
    margin-left: 5%;
    width: auto;
    float: right;
}
.topmenu-left .topnav li:first-child{
    margin-left: 0;
}
  

@media(min-width:1269px) {
    .fullwidth-banner .logo-box~ .textBox {
        left: 40%;
    }
    .nav> li:last-child {
        display: block
    }
    .nav {
        margin-right: 40px;
    }
    .abbinder h3 {
        display: block;
    }
    .abbinder h3.lighter {
        display: block;
        margin-left: 2%;
    }
    .abbinder h3 {
        font-size: 150%;
    }
    .abbinder h3.lighter.smaller {
        font-size: 150%;
    }
}

@media only screen and (min-width:959px) and (max-width:1269px) {
    .nav> li:last-child {
        display: block
    }
    .nav {
        margin-right: 40px;
    }
    .nav> li> a {
        font-size: 16px!important;
    }
    .beitraege li p {
        float: right;
        width: 75%;
    }
    .abbinder h3 {
        display: block;
    }
    .abbinder h3.lighter {
        display: block;
        margin-left: 2%;
    }
    .abbinder h3 {
        font-size: 125%;
    }
    .abbinder h3.lighter.smaller {
        font-size: 125%;
    }
    .nav> li> a {}
    .container {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .owl-carousel .item .caption {
        background: rgba(0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        bottom: 0;
         position: absolute;
        right: 0;
        top: 0;
        
    }
    .owl-carousel .item .caption span {
        color: #fff;
        display: block;
        font-family: "FressnapfKippPro-NoOne" !important;
        font-size: 300%;
        line-height: 1;
        padding: 10% 5%;
    }
    ul.beitraege li img {
        display: block;
        float: left;
        height: 55px;
        width: 55px;
    }
    ul.beitraege li p {
        width: 75%;
        float: right;
    }
    .nav> li> a {
        font-size: 115%;
    }
    .suche {
        display: block!important
    }
    .fullwidth-banner .logo-box~ .textBox {
        left: 25%;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {

    .BubbleLeft .answer{
        width: 49%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }

    .nav> li> a {
        font-size: 14px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .nav> li> a {
        font-size: 14px!important;
    }
    .nav {
        margin-right: 0
    }
    .nav> li> a {
        padding-left: 10px!important;
        padding-right: 10px!important;
        font-size: 115%;
    }
    .suche {
        display: none!important
    }
    .container {
        margin-left: auto;
        margin-right: auto;
    }
    ul.beitraege li img {
        display: none;
        float: left;
        height: 55px;
        width: 55px;
    }
    ul.beitraege li p {
        width: 100%;
    }
    .abbinder h3 {
        display: block;
    }
    .abbinder h3.lighter {
        display: none;
    }
    .owl-carousel .item .caption {
        background: rgba(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        height: auto !important;
        position: absolute;
        right: 0;
        top: unset;
        width: 100%;
    }
    .owl-carousel .item .caption span {
        color: #fff;
        display: block;
        font-family: "FressnapfKippPro-NoOne" !important;
        font-size: 200%;
        line-height: 1;
        padding: 5%;
    }
    .suche {
        display: block!important
    }
    .navbar-brand> img {
        position: absolute;
        top: -30px;
        width: 100px;
    }
    .fullwidth-banner .logo-box~ .textBox {
        left: 10%;
    }
}

@media only screen and (min-width:420px) and (max-width:767px) {
     p {
        font-size: 14px;
    }
    .nav> li> a {
        font-size: 115%;
    }
    .navbar-default .navbar-nav> li> a, .navbar-default .navbar-brand {
        height: auto;
        line-height: 1;
    }
    .navbar-header {
        color: #fff;
        /*background-color: #96a644;*/
        /*background-image: url(https://www.welpenclub.com/styles/images/layout/bg_navi_top.jpg);*/
        background-repeat: no-repeat;
    }
    .menu-large ul {
        display: none!important;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .suche {
        display: none!important;
    }
    .navbar-default .navbar-nav> .open> a {
        background-image: none!Important;
    }
    .navbar-nav {}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
        max-height: 400px;
        overflow-x: visible;
        padding-left: 0px!important;
        padding-right: 0px!important;
        background: #f7f7f7;
    }
    .navbar-collapse.collapse.in ul li {
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }
    .navbar-collapse.collapse.in ul li:hover {
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
        background-color: #849650;
        color: #333;
    }
    .navbar-collapse.collapse.in ul li:hover> a {
        color: #fff;
    }
    .navbar-default .navbar-nav> li> a {
        color: #333!important;
        line-height: 16px;
    }
    .navbar-default .navbar-nav> li> a:hover {
        color: #fff!important;
        line-height: 16px;
    }
    /*max560*/
    .abbinder {
        display: none!important;
    }
    .navbar-brand> img {
        position: absolute;
        top: 5px;
        width: 75px;
    }
    .navbar-collapse.collapse.in ul li {
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }
    .navbar-collapse.collapse.in ul li:hover {
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
        background-color: #849650;
        color: #333;
    }
    .navbar-collapse.collapse.in ul li:hover> a {
        color: #fff;
    }
    .navbar-default .navbar-nav> li> a {
        color: #333!important;
        line-height: 16px;
    }
    .navbar-default .navbar-nav> li> a:hover {
        color: #fff!important;
        line-height: 16px;
    }
}

@media (max-width:420px) {
    .btn-large.calltoactiongreen {
        padding: 5px 15px;
    }
    .calltoactiongreen .cta-angle {
        padding: 0 8px;
    }
}

.html.default.gallerieLexikon {
    padding: 15px;
}

.lexikonGallerie .small {
    cursor: pointer;
}

.lexikonGallerie .small img {
    margin-bottom: 55px;
}

.lexikonGallerie .inactive {
    display: none;
}

.lexikonGallerie .descText .title {
    display: block;
    font-weight: 600;
}

.lexikonGallerie .descText .content {
    padding: 0px;
}

.lexikonGallerie.hidden-lg {
    
}

.lexikonGallerie.hidden-lg .descText {
    margin-bottom: 50px;
    margin-top: 25px;
}


.blog h2 {
    color: #333;
    font-size: 20px;
}

.blog hr {
    border-color: #e5e5e5;
}

.blog label {
    color: #B4B4B4;
    font-weight: normal;
}

.blog .blog-filter {
    margin-bottom: 50px;
    margin-top: 50px;
}

.blog .blog-filter .blog-controls {
    margin-top: 20px;
}

.blog .blog-filter .blog-controls> div {
    position: relative;
}

.blog .blog-filter .blog-controls .connect-minus {
    bottom: 24px;
    position: absolute;
    right: -6px;
    color: #ccc;
    cursor: default;
}

.blog .blog-filter .blog-controls .btn-large.btn-system .cta-text {
    margin-left: 25px;
}

.blog .blog-content .item {
    border-bottom: 1px solid #e5e5e5;
}

.blog .blog-content .item {
    border-bottom: 1px solid #e5e5e5;
}


 .blog .blog-content .item_wrapper:nth-last-of-type(-n+2) .item {
    border-bottom: 1px solid transparent;
}

.blog .blog_paging {
    height: 70px;
}

.left-text {
    text-align: left;
}

.bold-text{
    font-weight: bold;
}

/* Bootstrap - Mediaquery - xs */

@media (orientation:landscape){
    .BG .answer label .answer-img-wrapper{
        max-width: 75%;
    }
}

@media(max-width:767px) {
    .fullwidth-banner .textBox h1, .fullwidth-banner .textBox .h1 {
        font-size: 24px;
        color: #859650;
    }
    .BG .answer{
        margin-right: 10px;
    }
    .BG .answer:last-child{
        margin-right: 0;
    }
    .BG .answer label .answer-img-wrapper .answer-img, .BG .answer label .answer-img-wrapper .answer-altImg{
        margin: 0;
    }
    .BG .answer label .answer-img-wrapper{
        margin-top: 0;
    }
    .BG .answer .answer-title {
        margin-bottom: auto;
        font-size: 0.8em;
    }


    .BubbleLeft .answer{
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .BubbleBG {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .BubbleBG .answer{
        -webkit-box-flex: 1;
        -moz-box-flex: 0;
        width: 40%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 0 0 40%;
        margin: 0;
        margin-bottom: 5%;
    }
    .BubbleLeft .answer img.answer-img{
        max-height: 75px;
    }

    .answer label.slider-label:not(.slider-label-change){
        font-size: 12px;
    }

    .navbar-header{
        width: 100%;
    }
    .facebook-promo{
        float: right;
        margin-right: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .topnav>li{
        margin-left: 2%;
        width: auto;
        float: right;
    }
    .facebook-promo img{
        display: inline-block;
        max-height: 34px;
        border-radius: 4px;
        border: 1px solid #ddd;
    }
    .blog .blog-filter {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .blog .blog-content .item_wrapper:nth-last-of-type(-n+2) .item {
        border-bottom: 1px solid #e5e5e5;
    }
    
    .shopbanner>div {
        max-width: none;
    }
    .lexikonGallerie img {
        max-width: 100%;
    }
    .flex-row-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .text-center-xs{
        text-align: center;
    }
    .clear-xs{
        float: none !important;
    }
    .xs-p-0{padding:0;}
    .xs-p-5{padding:5px;}
    .xs-p-10{padding:10px;}
    .xs-p-15{padding:15px;}
    .xs-p-20{padding:20px;}
    .xs-p-25{padding:25px;}
    .xs-p-t-0{padding-top:0;}
    .xs-p-t-5{padding-top:5px;}
    .xs-p-t-10{padding-top:10px;}
    .xs-p-t-15{padding-top:15px;}
    .xs-p-t-20{padding-top:20px;}
    .xs-p-t-25{padding-top:25px;}
    .xs-p-b-0{padding-bottom:0;}
    .xs-p-b-5{padding-bottom:5px;}
    .xs-p-b-10{padding-bottom:10px;}
    .xs-p-b-15{padding-bottom:15px;}
    .xs-p-b-20{padding-bottom:20px;}
    .xs-p-b-25{padding-bottom:25px;}
    .xs-p-l-0{padding-left:0;}
    .xs-p-l-5{padding-left:5px;}
    .xs-p-l-10{padding-left:10px;}
    .xs-p-l-15{padding-left:15px;}
    .xs-p-l-20{padding-left:20px;}
    .xs-p-l-25{padding-left:25px;}
    .xs-p-r-0{padding-right:0;}
    .xs-p-r-5{padding-right:5px;}
    .xs-p-r-10{padding-right:10px;}
    .xs-p-r-15{padding-right:15px;}
    .xs-p-r-20{padding-right:20px;}
    .xs-p-r-25{padding-right:25px;}

    .xs-mgr-0{margin:0;}
    .xs-mgr-5{margin:5px;}
    .xs-mgr-10{margin:10px;}
    .xs-mgr-15{margin:15px;}
    .xs-mgr-20{margin:20px;}
    .xs-mgr-25{margin:25px;}

    .xs-t-mgr-auto{margin-top: auto;}
    .xs-t-mgr--50{margin-top:-50px;}
    .xs-t-mgr--40{margin-top:-40px;}
    .xs-t-mgr--35{margin-top:-35px;}
    .xs-t-mgr--30{margin-top:-30px;}
    .xs-t-mgr--25{margin-top:-25px;}
    .xs-t-mgr--25{margin-top:-25px;}
    .xs-t-mgr--20{margin-top:-20px;}
    .xs-t-mgr--15{margin-top:-15px;}
    .xs-t-mgr--10{margin-top:-10px;}
    .xs-t-mgr--5{margin-top:-5px;}
    .xs-t-mgr-0{margin-top:0;}
    .xs-t-mgr-5{margin-top:5px;}
    .xs-t-mgr-10{margin-top:10px;}
    .xs-t-mgr-15{margin-top:15px;}
    .xs-t-mgr-20{margin-top:20px;}
    .xs-t-mgr-25{margin-top:25px;}
    .xs-t-mgr-30{margin-top:30px;}
    .xs-t-mgr-35{margin-top:35px;}
    .xs-t-mgr-40{margin-top:40px;}
    .xs-t-mgr-45{margin-top:45px;}
    .xs-t-mgr-50{margin-top:50px;}
    .xs-t-mgr-60{margin-top:60px;}
    .xs-b-mgr-auto{margin-bottom:auto;}
    .xs-b-mgr-0{margin-bottom:0;}
    .xs-b-mgr-5{margin-bottom:5px;}
    .xs-b-mgr-10{margin-bottom:10px;}
    .xs-b-mgr-15{margin-bottom:15px;}
    .xs-b-mgr-20{margin-bottom:20px;}
    .xs-b-mgr-25{margin-bottom:25px;}
    .xs-b-mgr-30{margin-bottom:30px;}
    .xs-b-mgr-35{margin-bottom:35px;}
    .xs-b-mgr-40{margin-bottom:40px;}
    .xs-b-mgr-45{margin-bottom:45px;}
    .xs-b-mgr-50{margin-bottom:50px;}
    .xs-b-mgr-60{margin-bottom:60px;}
    .xs-l-mgr-auto{margin-left:auto;}
    .xs-l-mgr-0{margin-left:0;}
    .xs-l-mgr-5{margin-left:5px;}
    .xs-l-mgr-10{margin-left:10px;}
    .xs-l-mgr-15{margin-left:15px;}
    .xs-l-mgr-20{margin-left:20px;}
    .xs-l-mgr-25{margin-left:25px;}
    .xs-r-mgr-auto{margin-right:auto;}
    .xs-r-mgr-0{margin-right:0;}
    .xs-r-mgr-5{margin-right:5px;}
    .xs-r-mgr-10{margin-right:10px;}
    .xs-r-mgr-15{margin-right:15px;}
    .xs-r-mgr-20{margin-right:20px;}
    .xs-r-mgr-25{margin-right:25px;}
}
@media (min-width:768px){
    .xs-mx-hg-100{
        max-height: none;
    }
    .xs-mx-hg-150{
        max-height: none;
    }
    .xs-mx-hg-200{
        max-height: none;
    }
    .flex-sm-grid-5>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
    }
    .flex-sm-grid-3>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333333%;
              flex: 0 0 33.333333333%;
    }
    .flex-sm-grid-2>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
    }
    .green-box {
        max-width: 50%;
    }
    .infobox.pull-left, .infobox.pull-right {
        max-width: 25%;
    }
    .infobox.pull-left{
        margin-right: 15px;
    }
    .infobox.pull-right{
        margin-left: 15px;
    }
    .infobox .infobox-icon{
        -webkit-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
    }
    .infobox .infobox-icon.left{
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .grid.halfes>* {
        float: left;
        width: 49%;
    }
    .grid.halfes>*:first-child{
        margin-right: 2%;
    }
    .grid.thirds>* {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .grid.thirds>*:nth-child(3n){
        margin-right: 0;
    }
    @supports (display:flex) or (display:-webkit-box) or (display:-ms-flexbox){
        .grid.thirds>* {
            width: auto;
            margin-right: 0;
            float: none;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 30%;
              -ms-flex: 0 0 30%;
                  flex: 0 0 30%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
        .grid.thirds>*>*{
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
        }
        .grid.halfes>* {
            float: none;
            width: auto;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
        }
        .grid.halfes>*:first-child{
            margin-right: 0;
        }
    }
    @supports (display: grid){
        .grid.halfes.panels {
            grid-gap: 0 20px;
        }
        .grid.halfes {
            flex: initial;
            margin-bottom: inherit;
            grid-template-columns: 1fr 1fr;
            grid-gutter: 15px;
        }
        .grid.halfes>* {
            -webkit-box-flex: initial;
            -webkit-flex: initial;
              -ms-flex: initial;
                  flex: initial;
            display: inherit;
        }
        .grid.thirds {
            flex: initial;
            margin-bottom: inherit;
            grid-template-columns: 1fr 1fr 1fr;
        }
        .grid.thirds>* {
            -webkit-box-flex: initial;
            -webkit-flex: initial;
              -ms-flex: initial;
                  flex: initial;
            display: inherit;
            margin-bottom: 0px;
        }
        .grid.thirds>*>* {
            -webkit-box-flex: initial;
            -webkit-flex: initial;
              -ms-flex: initial;
                  flex: initial;
        }
        ul.legend {
            grid-auto-flow: column;
            -ms-grid-template-rows: 1fr 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr 1fr;
        }
    }
    .scrolltotop {
        position: fixed;
        display: none;
        bottom: 1%;
        right: 5%;
    }
    .BubbleYN .answer{
        width: 125px;
    }
    .BubbleYN .answer input[type=radio]~label .answer-title {
        font-size: 2em;
    }
    .shadow-no-xs {
        box-shadow: 2px 2px 5px 3px #ccc;
        border-radius: 5px;
        padding: 0 15px;
    }
    .largeSpace-sm{
        width: 47.5%;
        margin-bottom: 25px;
    }
    .largeSpace-sm:first-child{
        margin-right: auto;
    }
    .largeSpace-sm>*:first-child{
        margin-bottom: 25px;
    }
    .flex-sm-basis-a {
        -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
    }
    .flex-sm-basis-1 {
        -webkit-flex-basis: 8.333333333%;
          -ms-flex-preferred-size: 8.333333333%;
              flex-basis: 8.333333333%;
    }
    .flex-sm-basis-2 {
        -webkit-flex-basis: 16.666666666%;
          -ms-flex-preferred-size: 16.666666666%;
              flex-basis: 16.666666666%;
    }
    .flex-sm-basis-3 {
        -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
    }
    .flex-sm-basis-4 {
        -webkit-flex-basis: 33.33333333%;
          -ms-flex-preferred-size: 33.33333333%;
              flex-basis: 33.33333333%;
    }
    .flex-sm-basis-5 {
        -webkit-flex-basis: 41.666666%;
          -ms-flex-preferred-size: 41.666666%;
              flex-basis: 41.666666%;
    }
    .flex-sm-basis-6 {
        -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
    }
    .flex-sm-basis-7 {
        -webkit-flex-basis: 58.33333333%;
          -ms-flex-preferred-size: 58.33333333%;
              flex-basis: 58.33333333%;
    }
    .flex-sm-basis-8 {
        -webkit-flex-basis: 66.666666666%;
          -ms-flex-preferred-size: 66.666666666%;
              flex-basis: 66.666666666%;
    }
    .flex-sm-basis-9 {
        -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
    }
    .flex-sm-basis-10 {
        -webkit-flex-basis: 83.33333333%;
          -ms-flex-preferred-size: 83.33333333%;
              flex-basis: 83.33333333%;
    }
    .flex-sm-basis-11 {
        -webkit-flex-basis: 91.666666666%;
          -ms-flex-preferred-size: 91.666666666%;
              flex-basis: 91.666666666%;
    }
    .flex-sm-basis-12 {
        -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .fullwidth-banner .textBox h1, .fullwidth-banner .textBox .h1 {
        font-size: 36px;
    }
}

@media (min-width: 992px){
    .green-box {
        max-width: 35%;
    }
    .big {
        font-size: 5rem;
    }
    .flex-md-grid-5>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
    }
    .flex-md-grid-3>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333333%;
              flex: 0 0 33.333333333%;
    }
    .flex-md-grid-2>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
    }
    .flex-md-basis-a {
        -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
    }
    .flex-md-basis-1 {
        -webkit-flex-basis: 8.333333333%;
          -ms-flex-preferred-size: 8.333333333%;
              flex-basis: 8.333333333%;
    }
    .flex-md-basis-2 {
        -webkit-flex-basis: 16.666666666%;
          -ms-flex-preferred-size: 16.666666666%;
              flex-basis: 16.666666666%;
    }
    .flex-md-basis-3 {
        -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
    }
    .flex-md-basis-4 {
        -webkit-flex-basis: 33.33333333%;
          -ms-flex-preferred-size: 33.33333333%;
              flex-basis: 33.33333333%;
    }
    .flex-md-basis-5 {
        -webkit-flex-basis: 41.666666%;
          -ms-flex-preferred-size: 41.666666%;
              flex-basis: 41.666666%;
    }
    .flex-md-basis-6 {
        -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
    }
    .flex-md-basis-7 {
        -webkit-flex-basis: 58.33333333%;
          -ms-flex-preferred-size: 58.33333333%;
              flex-basis: 58.33333333%;
    }
    .flex-md-basis-8 {
        -webkit-flex-basis: 66.666666666%;
          -ms-flex-preferred-size: 66.666666666%;
              flex-basis: 66.666666666%;
    }
    .flex-md-basis-9 {
        -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
    }
    .flex-md-basis-10 {
        -webkit-flex-basis: 83.33333333%;
          -ms-flex-preferred-size: 83.33333333%;
              flex-basis: 83.33333333%;
    }
    .flex-md-basis-11 {
        -webkit-flex-basis: 91.666666666%;
          -ms-flex-preferred-size: 91.666666666%;
              flex-basis: 91.666666666%;
    }
    .flex-md-basis-12 {
        -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
    }
}

@media (min-width:1025px) {
    .vorteile li.vorteile:hover .vorteile_front {
        opacity: 0;
        pointer-events: none;
    }
}
@media (min-width:1200px){
    .green-box {
        max-width: 25%;
    }
    .flex-lg-grid-5>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
    }
    .flex-lg-grid-3>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333333%;
              flex: 0 0 33.333333333%;
    }
    .flex-lg-grid-2>* {
        -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
    }
    .flex-lg-basis-a {
        -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
    }
    .flex-lg-basis-1 {
        -webkit-flex-basis: 8.333333333%;
          -ms-flex-preferred-size: 8.333333333%;
              flex-basis: 8.333333333%;
    }
    .flex-lg-basis-2 {
        -webkit-flex-basis: 16.666666666%;
          -ms-flex-preferred-size: 16.666666666%;
              flex-basis: 16.666666666%;
    }
    .flex-lg-basis-3 {
        -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
    }
    .flex-lg-basis-4 {
        -webkit-flex-basis: 33.33333333%;
          -ms-flex-preferred-size: 33.33333333%;
              flex-basis: 33.33333333%;
    }
    .flex-lg-basis-5 {
        -webkit-flex-basis: 41.666666%;
          -ms-flex-preferred-size: 41.666666%;
              flex-basis: 41.666666%;
    }
    .flex-lg-basis-6 {
        -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
    }
    .flex-lg-basis-7 {
        -webkit-flex-basis: 58.33333333%;
          -ms-flex-preferred-size: 58.33333333%;
              flex-basis: 58.33333333%;
    }
    .flex-lg-basis-8 {
        -webkit-flex-basis: 66.666666666%;
          -ms-flex-preferred-size: 66.666666666%;
              flex-basis: 66.666666666%;
    }
    .flex-lg-basis-9 {
        -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
    }
    .flex-lg-basis-10 {
        -webkit-flex-basis: 83.33333333%;
          -ms-flex-preferred-size: 83.33333333%;
              flex-basis: 83.33333333%;
    }
    .flex-lg-basis-11 {
        -webkit-flex-basis: 91.666666666%;
          -ms-flex-preferred-size: 91.666666666%;
              flex-basis: 91.666666666%;
    }
    .flex-lg-basis-12 {
        -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
    }
}

footer {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
}
footer .itl-tooltip {
    vertical-align: middle;
}
.footer-bg {
    background-color: #819941;
    background: url('../../bilder/frontend/bg_footer.jpg');
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
}
.footer-bg h2 {
    font-size: 32px;
}
footer a,footer a:hover, .subfoot a, .subfoot a:hover {
    text-decoration: none;
}
footer a, footer .itl-tooltip {
    color: #666;
    cursor: pointer;
}
footer .itl-tooltip {
    font-size:24px;
    opacity:0.6;
}
footer a:hover, footer .itl-tooltip:hover,footer a:active, footer .itl-tooltip:active {
    color: #859650;
}
.footer-widget {
    margin-bottom:40px;
    margin-top:40px;
}
.footer-widget ul {
    list-style: none;
}
.footer-widget h2 {
    font-family: "FrutigerNeueLTW02-CnBol 775088";
    color: #859650;
    font-size: 28px;
    font-weight: normal;
}
.footer-widget h4 {
    font-family: "FrutigerNeueLTW02-CnBoo 775064";
    margin-top: 20px;
    color: #859650;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
}
.copyright-section {
    padding: 10px 0 0 0;
    font-size: 11px;
}
.copyright-section p {
    font-size: 13px;
    color: #b9b9b9;
    font-family: "FrutigerNeueLTW02-CnBoo 775064";
}
.subfoot {
    background-color: #f7f7f7;
    border-top: 4px solid #555;
    border-top: 1px solid #f7f7f7;
    color: #b9b9b9;
    font-family: "FrutigerNeueLTW02-CnBoo 775064";
    font-size: 14px;
    padding-top:0px;
    margin-top:0px!important;
}
.subfoot a{
    color: inherit;
    text-decoration: none;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.subfoot a:hover{
    color: #859650;
}
.subfoot p{
    font-size: inherit;
}
.footer-link{
    margin-left: 15px;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-large {
    font-size: 17px;
    padding: 5px 22px;
}
.btn-system {
    background: #859650; /* Old browsers */
    background: -moz-linear-gradient(top, #859650 0%, #aabf85 5%, #859650 20%, #859650 80%, #799121 95%, #6f9100 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #859650 0%,#aabf85 5%,#859650 20%,#859650 80%,#799121 95%,#6f9100 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #859650 0%,#aabf85 5%,#859650 20%,#859650 80%,#799121 95%,#6f9100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#859650', endColorstr='#6f9100',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border:0;
    font-size: 1em;
    width: auto;
    color: #fff;
    opacity: 1;
}
.btn-system:hover {
    color: #fff;
    opacity: 0.8;
}
.tel {
    color: #859650;
    font-family: "FrutigerNeueLTW02-CnBol 775088";
    font-size: 28px;
    font-weight: normal;
    position: relative;
    font-size: 30px;
}
.form-error{
    color: #b94a48;
}
input.form-error,select.form-error,textarea.form-error,input.form-error[readonly],select.form-error[readonly],textarea.form-error[readonly]{
    background-color: #f2dede;
    border-color: #ebccd1;
}
.form-helper{
    max-height: 0px;
    -webkit-transition: max-height 0.25s ease;
    transition: max-height 0.25s ease;
}
input.form-error ~ .form-helper{
    max-height: 150px;
}
input.form-error ~ .form-helper.mh200{
    max-height: 200px;
}
input.form-error ~ .form-helper.mh250{
    max-height: 250px;
}
input.form-error ~ .form-helper.mh600{
    max-height: 300px;
}


.fn-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fn-tabs>input[type=radio]{
    display: none;
}
.fn-tabs>.fn-tab-link {
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-bottom: 0;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0;
    color: #859650;
    font-weight:bold;
    width: auto;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.fn-tabs>.fn-tab-link:hover, .fn-tabs>.fn-tab-link:active, .fn-tabs>.fn-tab-link:focus{
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(0,0,0,0.05);
}
.fn-tabs>input[type=radio]:checked + .fn-tab-link{
    background-color: rgba(0,0,0,0.1);
}
.fn-tabs>.fn-tab-link:first-of-type {
    border-top-left-radius: 5px;
}
.fn-tabs>.fn-tab-link ~ .fn-tab-link{
    border-left: 0;
}
.fn-tabs>.fn-tab-link:last-of-type {
    border-top-right-radius: 5px;
}
.fn-tabs>.fn-tab-panel{
    border: 1px solid #dedede;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 10px;
    display: none;
    width: 100%;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
}
.fn-tabs>input[type=radio]:checked + .fn-tab-link + .fn-tab-panel{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}