img {
  aspect-ratio: attr(width) / attr(height);
}

.btn-setting {
  color: #666;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-setting:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.btn-setting:focus, .btn-setting.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-setting.disabled, .btn-setting:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-setting:not(:disabled):not(.disabled):active, .btn-setting:not(:disabled):not(.disabled).active,
.show > .btn-setting.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #efb100;
}

.btn-setting:not(:disabled):not(.disabled):active:focus, .btn-setting:not(:disabled):not(.disabled).active:focus,
.show > .btn-setting.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.preview-text {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.preview-text:after {
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF);
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}

.logo {
  height:50px;
  margin:-11px 0px 0px 10px;
}

.kvoucher {
    border:3px solid #fff;
    cursor:pointer;
}
.kvoucher.selected {
  border:3px solid #1ab;
}




.voucherfont {
  font-family:courier, sans-serif;
  letter-spacing: 3px;
  font-weight:bold;
  color:#000;
  line-height:18px;
  font-size:18px;
}
.voucherfont .off {
  letter-spacing:0px;
  font-weight:normal;
  color:#bbb;
  font-size:14px;
}

@font-face {
    font-family: 'Gilroy';
    font-display: swap;
    src: url('../../dist/webfonts/Gilroy.ttf') format('truetype');
}

@font-face { font-family: 'silverpen';
             font-display: swap;
             src: url('../../dist/webfonts/SilverPen.ttf') format('truetype'); }

.logofont {
  font-family: 'silverpen', sans-serif;
  font-display:swap;
}

@font-face { font-family: 'Oswald';
    font-display: swap;
    src: url('../../dist/webfonts/Oswald-Regular.ttf') format('truetype'); }

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../../dist/webfonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../dist/webfonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../../dist/webfonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../dist/webfonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

.nicetitle {
  font-family: 'Oswald', sans-serif;
  font-display:swap;
  text-transform: uppercase;
  color:#777;
}

.nicetitle_cc {
  font-family: 'Oswald', sans-serif;
  font-display:swap;
  color:#777;
}

.prod-title {
    line-height:0.5;
}

a.prod-title {
    color:#606975;
}
a.prod-title:hover {
    color:#10A5BB;
}

.grey{
    color:#dddddd;
}

.fxtitle {
    height:45px;
    overflow:hidden;
}

.single4 {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: 6px solid #EEEEEE;
   border-top-color: #17A2B8;
   border-bottom-color: #17A2B8;
   -webkit-animation: single4 2.5s infinite ease-in-out;
   animation: single4 2.5s infinite ease-in-out;
}

.discountprice {
    font-size:14px;
    color:#ffc107;
    text-decoration: line-through;
}
.discounttext {
    font-size:11px;
    color:#999;
    font-weight:normal;
} 

.badge.discount {
    background-Color:#ffc107;
    border-radius:7px;
    border:2px solid #fff;
    color:#fff;
    position:absolute;
    top:1px;
    right:1px;
}

.badge_bio:after {
    background-image: url('https://cdn.kasuwa.de/img/badges/bio/bio-icon.svg');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";  
}

.werbebanner {
    background-color: #CCCFFD;
    font-family: Gilroy;
    font-weight: 600;
}
.werbebanner .headline {
    font-size: 40px;
    font-size: 7vw;
    letter-spacing: 4.4px;
    letter-spacing: 0.77vw;
    line-height: 40px;
    line-height: 7vw;
    padding-top: 25px;
    padding-bottom: 10px;
    color:#212529;
}
.werbebanner .subheadline {
    font-size: 17px;
    font-size: 2.975vw;
    letter-spacing: 1.87px;
    letter-spacing: 0.327vw;
    line-height: 24px;
    line-height: 4.2vw;
    margin-bottom: 25px;
}
.werbebanner .action-buttons {
    margin-bottom: 0;
}
.werbebanner .btn-danger,
.werbebanner .btn-danger:not(:disabled):not(.disabled).active,
.werbebanner .btn-danger:not(:disabled):not(.disabled):active,
.werbebanner .show>.btn-danger.dropdown-toggle {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #E50051;
    border-color: #E50051;
    font-size: 17px;
    font-size: 2.975vw;
    line-height: 23px;
    line-height: 4.025vw;
    font-weight: bold;
    border-radius: 6px;
    padding: 12px;
}
.werbebanner .btn-danger.first {
    margin-right: 20px;
}
@media (min-width: 576px) {
    .werbebanner .headline {
        font-size: 40px;
        letter-spacing: 4.4px;
        line-height: 40px;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .werbebanner .subheadline {
        font-size: 17px;
        letter-spacing: 1.87px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .werbebanner .action-buttons {
        margin-bottom: 0;
    }
    .werbebanner .btn-danger,
    .werbebanner .btn-danger:not(:disabled):not(.disabled).active,
    .werbebanner .btn-danger:not(:disabled):not(.disabled):active,
    .werbebanner .show>.btn-danger.dropdown-toggle {
        font-size: 17px;
        line-height: 23px;
        font-weight: bold;
        padding: 12px;
    }
}
@media (min-width: 768px) {
    .werbebanner .headline {
        font-size: 30px;
        letter-spacing: 3.3px;
        line-height: 30px;
        padding-top: 14px;
        padding-bottom: 8px;
    }
    .werbebanner .subheadline {
        font-size: 14px;
        letter-spacing: 1.54px;
        line-height: 20px;
        margin-bottom: 23px;
    }
    .werbebanner .action-buttons {
        margin-bottom: 16px;
    }
    .werbebanner .btn-danger,
    .werbebanner .btn-danger:not(:disabled):not(.disabled).active,
    .werbebanner .btn-danger:not(:disabled):not(.disabled):active,
    .werbebanner .show>.btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #E50051;
        border-color: #E50051;
        font-size: 14px;
        line-height: 19px;
        border-radius: 6px;
        padding: 5px 12px;
    }
    .werbebanner .btn-danger.first {
        margin-right: 14px;
    }
}
@media (min-width: 992px) {
    .werbebanner .headline {
        font-size: 40px;
        letter-spacing: 4.4px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .werbebanner .subheadline {
        font-size: 17px;
        letter-spacing: 1.87px;
        line-height: 24px;
        margin-bottom: 23px;
    }

    .werbebanner .action-buttons {
        margin-bottom: 20px;
    }

    .werbebanner .btn-danger,
    .werbebanner .btn-danger:not(:disabled):not(.disabled).active,
    .werbebanner .btn-danger:not(:disabled):not(.disabled):active,
    .werbebanner .show > .btn-danger.dropdown-toggle {
        font-size: 17px;
        line-height: 23px;
        border-radius: 6px;
        padding: 10px 12px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .werbebanner .subheadline {
        font-size: 17px;
        letter-spacing: 1.87px;
        line-height: 24px;
        margin-bottom: 22px;
    }
    .werbebanner .headline {
        font-size: 55px;
        letter-spacing: 6.05px;
        line-height: 55px;
        padding-top: 34px;
        padding-bottom: 10px;
    }
}

@-webkit-keyframes single4 {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(540deg);
      transform: rotate(540deg);
   }
}

@keyframes single4 {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(540deg);
      transform: rotate(540deg);
   }
}

.msgbody {
    font-family:courier;
}

.searchTerm {
  background-Color:#ff0;
  font-weight:bold;
}

.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #ddd;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #10A5BB;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}

.picshade {
  opacity:0.65;
  filter:alpha(opacity=65);
}
.picshade:hover {
  opacity:1.0;
  filter:alpha(opacity=100);
  -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;
}

.ptags{
  margin:0;
  padding:0;
  list-style:none;
}

.ptags li, .ptags a{
  float:left;
  height:24px;
  line-height:24px;
  position:relative;
  font-size:12px;
  margin-bottom:10px;
}

.ptags a{
  margin-left:20px;
  padding:0 10px 0 12px;
  background:#999;
  color:#fff;
  text-decoration:none;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px; 
  border-bottom-right-radius:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;  
  border-top-right-radius:4px;  
} 

.ptags a:before{
  content:"";
  float:left;
  position:absolute;
  top:0;
  left:-12px;
  width:0;
  height:0;
  border-color:transparent #999 transparent transparent;
  border-style:solid;
  border-width:12px 12px 12px 0;    
}

.ptags a:after{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  float:left;
  width:4px;
  height:4px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background:#fff;
  -moz-box-shadow:-1px -1px 2px #0792a8;
  -webkit-box-shadow:-1px -1px 2px #0792a8;
  box-shadow:-1px -1px 2px #0792a8;
}

.ptags a:hover{background:#10A5BB;} 
.ptags a:hover:before{border-color:transparent #10A5BB transparent transparent;}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.back-to-top {
 background-Color:#10A5BB;
 color:#ffffff;
 position: fixed;
 bottom:20px;
 right:20px;
 padding:1em;
}

.banderole {
  position: absolute;
  top:10px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: .1em 5px;
  color: white;
  background: #10A5BB;
  opacity:0.8;
  border-radius: 0.25rem !important;
}

.adspacer { 
  border:1px solid #ccc;
  background-image:
       repeating-linear-gradient(45deg, white 0%, white 2%, #f2f2f2 2%, #f2f2f2 4%, white 4%);
  text-align:center;
  font-weight:bold;
  font-size:30px;
  color:#ccc;
  margin:20px 0px;
}

figure {
}

figure img {
  margin: 20px 0;
}

figure figcaption {
  color: #999;
  padding-left: 20px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@font-face {
    font-family: 'A Calling';
    font-style: normal;
    font-weight: normal;
    src: local('ACalling'), local('A Calling'), url('https://www.kasuwa.de/fonts/ACalling.otf') format('opentype');
}

.slider {
    box-shadow:0px 0px 10px #eeeeee;
}

.visual1 {
    display:flex;
    height:480px;
    background-image: url('https://cdn.kasuwa.de/img/visuals/_320-1.svg');
    background-size: cover;
    color:#fff;
}
.visual1 .basecolor {
    color: #926126;
}
.visual1 .btn-visual {
    background-Color:#122342;
    color:#ffffff;
}
.visual1 .btn-visual:hover {
    background-Color:#324362;
}

.visual2 {
    display:flex;
    height:480px;
    background-image: url('https://cdn.kasuwa.de/img/visuals/_320-2.svg');
    background-size: cover;
    color:#fff;
}
.visual2 .basecolor {
    color: #968073;
}
.visual2 .btn-visual {
    background-Color:#774B43;
    color:#ffffff;
}
.visual2 .btn-visual:hover {
    background-Color:#976B63;
}

.visual3 {
    display:flex;
    color:#fff;
    height:480px;
    background-image: url('https://cdn.kasuwa.de/img/visuals/_320-3.svg');
    background-size: cover;
}
.visual3 .basecolor {
    color: #4B4743;
}
.visual3 .btn-visual {
    background-Color:#264F5F;
    color:#ffffff;
}
.visual3 .btn-visual:hover {
    background-Color:#466F7F;
}

.visual4 {
    display:flex;
    color:#1D1D1B;
    height:480px;
    background-image: url('https://cdn.kasuwa.de/img/visuals/_320-4.svg');
    background-size: cover;
}
.visual4 .basecolor {
    color: #7A8C76;
}
.visual4 .btn-visual {
    background-Color:#B27F6C;
    color:#ffffff;
}
.visual4 .btn-visual:hover {
    background-Color:#D29F8C;
}

.content_right {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.content_left {
    text-align: center;
    font-size:1.3em;
}

.content_left h1 {
    font-family: A Calling;
    font-weight: normal;
    font-size: 48px;
}

@media (min-width: 300px) {

    .slider {
        background-size: cover;
        flex-direction: column;
        height:750px;
    }

    .visual1 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_768-1.svg');
    }
    .visual2 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_768-2.svg');
    }
    .visual3 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_768-3.svg');
    }
    .visual4 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_768-4.svg');
    }

    .content_left {
        padding:30px;
        font-size:16px;
    }
    .content_left h1 {
        font-size:32px;
    }
    .content_right {
        padding-top:40px;
        overflow:hidden;
    }
}

@media (min-width: 992px) {

    .slider {
        background-position:-200px;
        flex-direction: row;
        height:480px;
    }

    .visual1 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-1.svg');
        background-position:-210px;
    }
    .visual2 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-2.svg');
        background-position:-210px;
    }
    .visual3 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-3.svg');
        background-position:-210px;
    }
    .visual4 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-4.svg');
        background-position:-210px;
    }

    .content_left {
        width:550px;
        padding:30px;
        font-size:20px;
        margin-top:50px;
    }
    .content_left h1 {
        font-size:48px;
    }
    .content_right {
        padding-top:40px;
        overflow:hidden;
        height:480px;
    }
}

@media (min-width: 1200px) {
    .slider {
        background-size: cover;
        background-position-x: -100px;
        flex-direction: row;
    }
    .visual1 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-1.svg');
    }
    .visual2 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-2.svg');
    }
    .visual3 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-3.svg');
    }
    .visual4 {
        background-image: url('https://cdn.kasuwa.de/img/visuals/_1200-4.svg');
    }
    .content_left {
        width:600px;
        padding-top:80px;
        margin-top: 20px;
    }
    .content_right {
        padding-top:40px;
        padding-left:60px;
        overflow:hidden;
        height:480px;
    }
}

.pulse {
    overflow: visible;
    position: relative;
}
.pulse:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    transition: opacity .3s, transform .3s;
    animation: pulse-animation 3s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
@keyframes pulse-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.k-menu {
    position: relative;
    overflow: hidden;

    width: 100%;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding:0px; margin:0px;
}

.k-menu * {
    box-sizing: border-box;
}

.k-menu img {
    position: relative;
    max-width: 100%;
    top: 0;
    right: 0;
    transition: 0.3s ease-in-out;
    margin:0px;
}

.k-menu div {
    position: absolute;
    top: 0;
    width: 40px;
    left: -40px;
    height: 100%;
    background: #1ab;
    transition: 0.3s ease-in-out;
    display: flex;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
}

.k-menu div a {
    display: block;
    line-height:20px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    padding:10px 0px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.k-menu div a:hover {
    background-Color:#078;
}

.ks-menu:hover img {
    opacity: 0.5;
    right: -20px;
}

.k-menu:hover div {
    left: 0;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .k-menu div {
        width: 50px;
        left: -50px;
    }
    .ks-menu:hover img {
        right: -50px;
    }
    .werbebanner-christmas {
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .k-menu div {
        width: 80px;
        left: -80px;
    }
    .ks-menu:hover img {
        right: -80px;
    }
}

@media (min-width: 1200px) {
    .k-menu div {
        width: 80px;
        left: -80px;
    }
    .ks-menu:hover img {
        right: -80px;
    }
}

