.trophen {
  font-family: 'TropenScript'
} 
#sliderWrapper {
position: relative;
  }
#sliderWrapper .stoerer {
  position: absolute;
  top: 0;
  left: 50px;
  z-index:10;
  opacity: 0;
  transition: all .5s ease-in-out;
  animation-name: wiggle;
  animation-duration: 2s;
}
@keyframes wiggle {
	0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  30% {
    transform: rotate(6deg);
  }
  55% {
    transform: rotate(-4deg);
  }
  80% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media(max-width: 1200px) {
  #sliderWrapper .stoerer {
  top: 40px;
  }
}
@media(max-width: 991px) {
  #sliderWrapper .stoerer {
  top: 0px;
  }
}
@media(max-width: 800px) {
	
  #sliderWrapper .stoerer {
position: relative;
top: 0;
left: 0;
text-align: center;
display: block;
opacity: 1;
  }
}
@media(max-width: 575px) {
	#sliderWrapper .stoerer img {
	 max-width: 100% !important;
	}
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.green {
  color: #74c1b0
}

.yellow {
  color: #fce251
}

.gold {
  color: #8a7959
}

.text-rosa {
  color: #ef9994 !important
}
.text-blau {
  color: #4e9cdf !important
}
a.text-rosa:hover, a:hover .text-rosa {
  color: #74c1b0 !important
}
.MuiBox-root.smart-12,
.css-14dz7n .wrapper {
  background: linear-gradient(80deg, #74c1b0, #408475);
}
.css-14dz7n .wrapper:hover {
    cursor: pointer;
    background-image: linear-gradient(-80deg, #74c1b0, #408475);
}
.paddingR-0 {
  padding-right: 0 !important
}

hr.dotted {
  border-top: 0 dashed #ccc;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/linie-grau.gif) repeat-x;
  height: 6px
}

.qty-box {
  height: 50px
}

.wrapper-main .navbar, body {
  font-family: 'maximRegular';
  color: #636363;
  font-size: 17px;
  line-height: 22px;
  word-spacing: -.2rem
}

.wrapper-main .navbar {
  padding-bottom: 0
}
.page-wish-list {
  margin-top: 90px;
}
pre, code, kbd, samp {
  font-family: 'maximRegular'
}

h1, .h1, h2, .h2, h3, h4 {
  font-family: 'Tropen'
}

h1, .h1, h2, .h2 {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 30px
}

h1, .h2 {
  color: #74c1b0
}

h3 {
  font-size: 30px
}

.home h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px
}

p {
  margin-bottom: 20px
}

.staticPages h2, .catContent h2 {
  text-align: left;
  font-size: 40px
}

.checkout-rightside h3, .basket-preview .basket-header-caption, .modal-title, .container-full.basket .h3, .container-full.checkout .h3, .basket-preview .totals .h3 {
  font-size: 24px;
  font-family: 'Tropen'
}

.basket-preview .basket-header-caption, .modal-title {
  color: #74c1b0
}

.checkout-rightside h3, .checkout-rightside .item-name, .container-full.basket .h3, .container-full.checkout .h3, .basket-preview .totals .h3 {
  color: #74c1b0 !important
}

.wrapper-main .navbar {
  border: 0;
  position: static;
  padding-left: 15px
}

.navbar, body>#vue-app, body>#vue-error, .page-content {
  background: #fff
}

.page-content.basket, .page-content.checkout, .page-content.contact, .page-content.myaccount {
  margin-top: 0;
  color: #636363
}

.container-fluid {
  max-width: 1800px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.container-full {
  width: 100%;
  padding-right: 0;
  padding-left: 0
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0
}
.shortList ul {
    list-style: circle;
    list-style-position: inside;
}
.row.reverse, .row.inverse {
  flex-direction: row-reverse
}

.cookie-bar {
  z-index: 10300 !important
}

.cookie-bar .hidden {
  display: none
}
.cookie-bar.out {
    left: 145px !important;
    right: auto !important;
}

.footerShippingHint {
  font-style: italic;
  font-size: 14px
}

.btn {
  font-size: 20px;
  height: 50px;
  word-spacing: -.2rem;
  padding: 10px 20px
}

.btn.paypalSmartButtons {
    height: auto;
    width: 100%;
    float: none;
    padding: 0;
    flex: 0 0 100%;
}

.btn.paypalSmartButtons > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.basket-preview-wrapper .btn.paypalSmartButtons {
    display: inline-flex;
    gap: 17px;
}
.checkout-rightside {
  z-index: 1;
}
.btn-sm {
  font-size: 14px;
  height: 25px
}

.modal .btn {
  font-size: 18px;
  height: auto;
  padding: 5px 40px
}
#add-item-to-basket-overlay div[id^="paypal-button-container"] {
    flex: 0 0 65% !important;
    padding: 0 10px;
    text-align: right;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-end;
    padding: 10px 0 !important;

}
@media(min-width: 576px) {
	#add-item-to-basket-overlay div[id^="paypal-button-container"] > div {
		width: 200px;
	}
}
@media(max-width: 575px) {
	#add-item-to-basket-overlay div[id^="paypal-button-container"] {
	    flex: 0 0 100% !important;
	    width: 100% !important;
	    display: block !important;
	}
}
.btn-primary>.fa, .btn-secondary>.fa, .btn-outline-primary>.fa {
  display: none
}

.item-controls .item-edit .btn-primary>.fa, .item-controls .item-edit .btn-secondary>.fa {
  display: block
}

.btn:focus, .btn.focus {
  box-shadow: none !important
}

.btn-blue {
  border: 2px solid #4e9cdf;
  color: #4e9cdf
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #4e9cdf;
  color: #fff
}

.btn-primary, .btn-green, .modal .btn-outline-primary, .modal .btn-outline-primary.disabled, .modal .btn-outline-primary:disabled {
  border: 2px solid #74c1b0;
  background-color: transparent !important;
  color: #74c1b0
}
.btn-green-full {
    background-color: #74c1b0 !important;
    border: 2px solid #74c1b0 !important;
    color: #fff !important;

}
.btn-green-full:hover, .btn-green-full:focus, .btn-green-full:active {
    background-color: #ef9994 !important;
    border: 2px solid #ef9994 !important;
    color: #fff !important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #74c1b0
}
.bg-transparent {
	background-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-green:hover, .btn-green:focus, .btn-green:active, .modal .btn-outline-primary:hover, .modal .btn-outline-primary:focus, .modal .btn-outline-primary:active {
  background-color: #74c1b0 !important;
  color: #fff;
  border-color: #74c1b0 !important
}

.btn-outline-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-secondary, .btn-rose, .modal .btn-primary {
  border: 2px solid #ef9994;
  background-color: #fff !important;
  color: #ef9994
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-rose:hover, .btn-rose:focus, .btn-rose:active, .modal .btn-primary:hover, .modal .btn-primary:focus, .modal .btn-primary:active {
  background-color: #ef9994 !important;
  color: #fff;
  border: 2px solid #ef9994 !important
}

.btn-yellow {
  border: 2px solid #fce251;
  color: #fce251
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background-color: #fce251;
  color: #fff
}

.btn-violet {
  border: 2px solid #ad86b4;
  color: #ad86b4
}

.btn-violet:hover, .btn-violet:focus, .btn-violet:active {
  background-color: #ad86b4;
  color: #fff
}

.btn-gold {
  border: 2px solid #8a7959;
  color: #8a7959
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active {
  background-color: #8a7959;
  color: #fff
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ef9994;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    color: #fff;
}
.coupon-btn {
  margin-left: 15px
}

.wishlist .wish-list-item::after, .categoriegrid .catDefine::after, article .thumb-content::after {
  content: " ";
  display: table;
  clear: both
}

.checkout .mtop-2, .login .mtop-2, .catContent .mtop-2, .basket .mtop-2, .staticPages .mtop-2, .single .mtop-2 {
  margin-top: -100px
}

.page-my-account #page-body>.container-max, .page-confirmation #page-body>.container-max, .container-full.catContent, .container-full.staticPages, .container-full.contact, .container-full.registration, .container-full.checkout, .container-full.basket {
  padding-top: 100px
}

.modal-content .btn>.fa {
  display: none
}

.wrapper-main>header {
background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/header-bg.webp) repeat-x top center;

	/*background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/header-bg-valentienstag.jpg) repeat-x top center;*/
  /* background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/header-bg-christmas.jpg) repeat-x top center;*/
  background-color: #fff !important;
  padding: 55px 0 0;
  box-shadow: 0 0 5px 3px #f5f5f5 !important;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 122px
}

#page-body {
  margin-top: 120px
}

header .row {
  justify-content: space-between
}

header #logoSignet {
  height: 160px;
  width: 160px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -80px;
  padding: 23px;
  border-radius: 90px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/logo-bg.png) bottom center no-repeat
}

header #logoName {
  width: 140px;
  height: 52px;
  margin-right: 10px
}

header #mainMenu ul.level1>li {
  display: inline-block
}

header #mainMenu ul.level1>li>a {
  padding: 8px 10px 30px;
  display: block;
  font-size: 22px;
  word-spacing: -.7rem
}

header #mainMenu ul.level1>li>a, .subMenuBig .submenuList li a {
  color: #4D4F4D
}

header #mainMenu ul.level1>li:hover>a, header #mainMenu ul.level1>li:focus>a, header #mainMenu ul.level1>li.active>a, header #mainMenu ul.level1>li:active>a {
  color: #ef9994
}

header #controlsList li {
  margin-right: 20px
}

header #controlsList li.contro-basket {
  margin-right: 0
}

header #controlsList .search-box-shadow-frame {
  border: 1px solid #ccc;
  box-shadow: none;
  display: inline-block
}

header #controlsList .search-box-shadow-frame .autocomplete-suggestions {
  position: absolute;
  top: 0;
  left: 0
}

header #controlsList .search-box-shadow-frame .autocomplete-suggestions>a {
  color: #636363;
  font-size: 16px
}

header #controlsList .search-input {
  border: 0 !important;
  height: 50px;
  width: 250px;
  padding: 10px;
  font-size: 16px
}

header #controlsList .search-input::placeholder {
  opacity: .6;
  font-size: 22px
}

.cmp-search-box .search-input {
  border: 0 !important
}

header #controlsList .search-input:focus {
  outline: none
}

.cmp-search-box .search-submit, header #controlsList .search-submit {
  float: left;
  border: 0;
  height: 50px;
  width: 50px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-lupe.jpg) no-repeat center center #fff
}

.subMenuBig {
  display: none;
  top: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0 50px;
  z-index: 10;
  border-bottom: 1px solid #ef9994
}

.subMenuBig .products {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 3%
}

.subMenuBig .products li {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
  font-size: 24px;
  line-height: 22px;
  padding: 0 20px
}

.subMenuBig .products li.line {
  width: 1px;
  background: #ddd;
  height: 200px;
  padding: 0;
  margin-top: 10%
}

.subMenuBig .products li a {
  display: block
}

.subMenuBig .products li span {
  display: block;
  min-height: 50px;
  line-height: 26px;
  margin-top: -40px
}

.subMenuBig .products li.geschenk-sets span {
  margin-top: 15px
}

.subMenuBig .products li img {
  max-width: 300px
}

.subMenuBig .products li:last-of-type img {
  border-right: 0
}

.subMenuBig .submenuList {
  padding-left: 70px;
  margin: auto 0;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/linie-gruen.gif) repeat-y
}

.subMenuBig .submenuList .mt-4 {
  padding-top: 20px
}

.subMenuBig .submenuList .headline {
  font-size: 24px;
  color: #74c1b0;
  margin-bottom: 14px;
  padding-left: 0
}

.subMenuBig .submenuList .headline a {
  color: #74c1b0
}

.subMenuBig .submenuList .headline:nth-child(6) {
  margin-top: 15px
}

.subMenuBig .submenuList .headline:nth-of-type(2) {
  margin-top: 20px
}

.subMenuBig .submenuList li {
  font-size: 20px;
  padding-left: 20px
}

.subMenuBig .submenuList li a {
  display: block;
  padding: 4px 0
}

.subMenuBig .submenuList li:hover a, .subMenuBig .submenuList li:focus a, .subMenuBig .submenuList li:active a {
  color: #ef9994
}

.subMenuBig .products li:hover span {
  color: #ef9994
}

.control-languages #languageMenuList:hover {
  background: #fff
}

.control-languages #languageMenuList span {
  position: absolute;
  color: #b3b3b3;
  top: -10px
}

.control-languages #languageMenuList::after {
  display: none
}

.control-languages .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/dropdown-bg.png) no-repeat top center transparent;
  border: 0;
  width: 150px !important;
  height: 156px;
  background-size: contain;
  top: 100% !important;
  padding: 17px !important;
  max-width: 150px !important
}

.control-languages .dropdown-menu a {
  font-size: 16px;
  border-bottom: 1px solid #b3b3b3;
  padding: 7px;
  color: #b3b3b3 !important
}

.control-languages .dropdown-menu .active a, .control-languages .dropdown-menu a:hover {
  color: #71cbab !important
}

.control-languages .dropdown-menu a.lang-fr {
  border-bottom: 0
}

.footerShippingHint {
  font-style: italic;
  font-size: 14px
}

footer {
  position: relative;
  box-shadow: 0 -5px 5px 3px #f5f5f5 !important;
  padding: 10px 0 0;
  margin-top: 100px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/footer-bg.webp) repeat-x bottom center;

/*background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/header-bg-valentienstag.jpg) repeat-x bottom center;*/
  /*background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/header-bg-christmas.jpg) repeat-x bottom center*/

}

footer img {
  max-width: 100%;
  height: auto
}

footer #amazonFooterLogo img {
  max-height: 35px;
  margin-top: 10px
}

footer .footerSignet {
  width: 70px;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px
}

footer .footerSignet img {
  position: relative;
  z-index: 2
}

footer .footerSignet::after {
  width: 130px;
  height: 70px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/logo-bg.png) bottom center no-repeat;
  position: absolute;
  left: -28px;
  top: -25px;
  content: " ";
  z-index: 1;
  transform: rotate(180deg);
  background-size: 120px
}

footer h3 {
  font-size: 24px;
  color: #74c1b0;
  word-spacing: 0;
  margin-top: 20px;
  margin-bottom: 5px
}

footer a {
  color: #636363
}

footer .copy {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 55px
}

footer .offset {
  margin-left: 33%
}

footer .fa {
  font-size: 30px;
  padding-right: 5px
}

.toTop {
  position: fixed;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat center center;
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  cursor: pointer;
  right: 43px;
  bottom: 215px
}

.toTop:hover, .toTop:focus, .toTop:active {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links-hover.png) no-repeat center center
}

#flag {
  position: fixed;
  right: -340px;
  top: 230px;
  width: 340px;
  z-index: 9999
}

.basket-open #flag, .overlayed #flag {
  z-index: 0
}
.basket-open #sv-rbadge-box {
  display: none !important
}
#flag.open {
  right: 0
}

#flag.ostern::before {
  content: " ";
  width: 95px;
  height: 200px;
  display: block;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/hase.svg) no-repeat top left;
  position: absolute;
  left: -118px;
  top: -88px
}

#flag.ostern.open::before {
  left: -68px
}

#flag.open .flagHead {
  display: none
}

#flag .flagHead {
  cursor: pointer;
  background: #5ea5e2;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  font-family: 'MaximBold';
  text-align: center;
  width: 280px;
  height: 50px;
  position: absolute;
  top: 115px;
  left: -165px;
  transform: rotate(-90deg)
}

#flag .flagBody {
  font-size: 20px
}

#flag .flagBody .close {
  padding: 10px 15px;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  cursor: pointer
}

#flag .flagBody .h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase
}

#flag .flagBody small {
  font-size: 14px;
  margin-top: 20px;
  display: block
}

#flag .flagBody .btn {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: MaximBold
}

#flag .flagBody .btn:hover, #flag .flagBody .btn:focus, #flag .flagBody .btn:active {
  background: #fff
}

#flag .flagBody .blue .btn:hover, #flag .flagBody .blue .btn:focus, #flag .flagBody .blue .btn:active {
  color: #5ea5e2
}

#flag .flagBody .purple .btn:hover, #flag .flagBody .purple .btn:focus, #flag .flagBody .purple .btn:active {
  color: #ad86b4
}

#flag .flagBody>div {
  color: #fff;
  text-align: center;
  padding: 40px
}

#flag .flagBody .blue {
  background: #5ea5e2;
  margin-bottom: 10px
}

#flag .flagBody .purple {
  background: #ad86b4
}

#it-logo {
  width: 100px;
  position: absolute;
  top: 20px;
  right: -100px
}

#it-logo-gold {
  width: 98px;
  position: absolute;
  top: 20px;
  right: -210px
}
#stempel {
	width: 100px;
    height: 100px;
    position: absolute;
    right: -40px;
    top: 130px;
}

@media(min-width: 1920px) and (max-width: 1921px) {
  #sliderWrapper {
    height: 920px
  }
}

@media(min-width: 767px) and (max-width: 768px) {
  #sliderWrapper {
    height: 920px
  }
}

#contentWrapper {
  min-height: 1000px
}

#slider {
  z-index: 2
}

#slider img, .home .pic img, #secTwo img {
  max-width: 100%
}

.home section .row {
  align-items: center
}
#vorteile .row {
    align-items: normal;
}
.home section {
  padding: 30px 0
}

.home .btn {
  margin-top: 10px;
  height: auto;
  min-height: 50px
}

#secOne {
  padding-top: 100px
}

#secOne h2 {
  color: #ad86b4
}

#secOne h3 {
  color: #4e9cdf
}

#secOne .mtop-1 {
  margin-top: -515px
}

#secOne .mtop-2 {
  margin-top: -600px
}

#secTwo h3 {
  color: #ef9994;
  text-align: right
}

#secTwo .text {
  text-align: right
}

#secThree {
  padding-top: 50px
}

#secFour h2 {
  color: #fce251
}
.nav-pills {
	border-bottom: 2px dashed #74c1b0;
    padding-bottom: 20px;
}
.nav-pills a {
    padding: 10px 20px;
    font-size: 23px;
    color: #818181;
    font-family: 'Tropen';
}
.nav-pills li:first-child a {
   padding-left: 0;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    color: #74c1b0 !important; 
    background-color: transparent !important;
}
.nav-pills li.spoiler a {
	 color: #ef9994;
    border: 1px dashed #ef9994;
}
.tab-content {
    padding: 20px 0;
}
#secThree h3 {
  color: #8a7959
}
#secFive h2,
#secFive h3 {
	color: #74c1b0;
}
#secFive .col-lg-2 img,
#secThree .col-lg-2 img {
  display: block;
  margin-right: 0;
  margin-left: auto
}


#secFour h3 {
  color: #74c1b0;
  text-align: right
}

#secFour .text {
  text-align: right
}

#secThree .pic, #secFour .pic {
  position: relative
}
#banner {
background-color: #74c1b0;
padding: 0;
}
#banner .row {
	justify-content: space-evenly;
}
#banner .carousel-inner a {
	color: #fff;
	display: inline-flex;
    align-items: center;
    flex:0 0 auto;
}
#banner .carousel-inner a::after {
	content:"";
	width: 60px;
	height: 60px;
	margin-left: 60px;
	display: inline-block;
	background-image: url('https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/markenbanner-herz.jpg');
}
#banner .carousel-inner a:last-child::after {
   display: none;
}
#vorteile {
	margin-top: 50px;
}
#vorteile .mtop-1 {
	margin-top: -80px;
}
#vorteile .h4 {
	font-size: 30px;
	font-family: 'Tropen';
}
#vorteile .orange .h4 {
	color: #ef9994;
}
#vorteile .gruen .h4 {
	color: #74c1b0;
}
#vorteile .blue .h4 {
	color: #4e9cdf;
}
#vorteile .borderdBox {
    padding: 25px;
    text-align: center;
    height: 100%;
}
#vorteile .borderdBox.orange {
	border: 2px dashed #ef9994;
}
#vorteile .borderdBox.gruen {
	border: 2px dashed #74c1b0;
}
#vorteile .borderdBox.blue {
	border: 2px dashed #4e9cdf;
}
.home #kunden .row {
  align-items: flex-end
}

#kunden {
  padding-top: 100px
}

#kunden h2 {
  color: #4e9cdf
}

#kunden .left {
  text-align: right;
  padding-right: 50px
}

#kunden .right {
  padding-left: 50px
}

#kunden .left h3 {
  color: #ef9994
}

#kunden .right h3 {
  color: #ef9994
}

#kunden .pic-bg:first-of-type img {
  position: absolute;
  right: 0;
  bottom: 0
}

#kunden .pic-bg:last-of-type img {
  position: absolute;
  left: 0;
  bottom: 5px
}

#slider .slider-text {
  position: absolute;
  width: 25%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%)
}

#slider .slider-text.fancy {
   right: 50%;
   transform: translate(50%,-50%);
}
#slider .slider-text.fancy h2 {
  font-size:38px;
}

#slider .slider-text p {
  font-size: 20px;
  color: #74c1b0;
  line-height: 30px
}

#slider .slider-text p.trophen {
  font-size: 45px;
  line-height: 60px;
  color: #ef9994
}
#slider .slider-text p.bg-green {
    font-size: 14px;
    color: #fff;
    background-color: #74c1b0;
    max-width: 250px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 5px;
}
#slider .slider-text.fancy p.bg-green {
    font-size: 20px;
}
#slider .slider-text p.bg-green strong {
  display:block;
}
#slider .slider-text.fancy p.bg-green strong {
    display: inline;
    font-size: 24px;
}
#slider .slider-type-2 p.bg-green {
	font-size: 17px;
	max-width: none;
}
#slider .slider-type-2 p.bg-green strong {
	display: inline;
}
#slider .slider-text a {
  margin-top: 20px
}

#slider .btn-outline-primary {
  background-color: transparent !important
}

#slider .carousel-control-prev, #slider .carousel-control-next {
  display: none
}

#slider .carousel-indicators {
  bottom: 40px
}

#slider .carousel-indicators li {
  width: 200px;
  height: 50px;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: 0;
  background-color: #74c1b0;
  border: 0;
  opacity: 1;
  box-shadow: 0 0 9px 2px #00000042;
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

#slider .carousel-indicators li.active {
  background-color: #ef9994
}

@media (max-width: 930px) {
  #slider .slider-text {
    position: absolute;
    width: 30%;
    right: 6%
  }

  #slider .slider-text a {
    display: none
  }
.nav-pills {
    margin-top: 40px;
    display: block;
    text-align: center;
}
.nav-pills li:first-child a {
    padding-left: 20px;
}
.nav-pills a {
    display: block;
}
}

@media (max-width: 697px) {
  #slider .slider-text {
    display: none
  }
}

.cat-31 {
  position: relative
}

.cat-31 .h1 {
  padding-top: 100px
}

.cat-31 .h1, .cat-31 h1 {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
  color: #fce251
}

.cat-31 h2 {
  font-size: 40px;
  line-height: 45px
}

.cat-31 .left {
  text-align: right;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column
}

.cat-31 .left img, .cat-31 .left a {
  align-self: flex-end
}

.cat-31 .right img, .cat-31 .right a {
  align-self: flex-start
}

.cat-31 .left h2 {
  color: #74c1b0;
  text-align: right
}

.cat-31 .left p b, .cat-31 .right p b {
  display: block
}

.cat-31 .left p, .cat-31 .right p {
  max-width: 450px
}

.cat-31 .left p {
  margin-right: 0;
  margin-left: auto
}

.cat-31 .right p {
  margin-left: 0;
  margin-right: auto
}

.cat-31 .right {
  text-align: left;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column
}

.cat-31 .right h2 {
  color: #74c1b0;
  text-align: left
}

.cat-31 .backgroundImage.mtop-1 {
  margin-top: -150px
}

.cat-31 .backgroundImage.mtop-2 {
  margin-top: -210px
}

.cat-31 .backgroundImage.mtop-1 img {
  margin-right: auto;
  display: block
}

.cat-31 .left img {
  margin-right: -30px
}

.cat-31 .right img {
  margin-left: -27px
}

.cat-31 .left img, .cat-31 .right img {
  max-width: 100%
}

.cat-31 .mx-0 img {
  margin: 0 0 10px !important
}

.cat-31 #weitereProdukte {
  padding: 0
}

.cat-31 #weitereProdukte+.row img {
  margin: 0
}

@media (max-width: 767px) {
  .cat-31 .left, .cat-31 .right {
    display: block
  }

  .cat-31 .left p {
    margin-right: auto
  }

  .cat-31 .right p {
    margin-left: auto
  }
}

@media (max-width: 575px) {
  .cat-31 .btn, .cat-31 .btn {
    width: 100%
  }
}

.cat-partner .mtop-1 {
  margin-top: 200px
}

.cat-partner .mtop-2 .secondImg {
  margin-top: 600px
}

.cat-partner .mtop-3 {
  margin-top: 300px
}

.cat-partner h1 {
  margin-bottom: 100px
}

.cat-partner h1, .cat-partner h2 {
  font-size: 60px;
  color: #fce251
}

.cat-partner .logoList h2, .cat-partner .logoSide h2 {
  text-align: center;
  margin-bottom: 100px
}

.cat-partner hr {
  border: 0;
  margin: 100px 0
}

.cat-partner hr::before {
  content: " ";
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, #ef9994 40%, #fff 40%);
  background-repeat: repeat-x;
  display: block;
  background-size: 30px 2px
}

.cat-partner .partnerList .row {
  align-items: center
}

.cat-partner .text-wrapper h2 {
  font-size: 40px;
  line-height: 40px;
  color: #82d2c3
}

.cat-partner .text-wrapper a {
  color: #636363;
  margin-right: 30px
}

.cat-partner .partnerList .text-wrapper a {
  white-space: nowrap
}

.cat-partner .text-wrapper a:hover, .cat-partner .text-wrapper a:focus, .cat-partner .text-wrapper a:active {
  color: #82d2c3
}

.cat-partner .img-wrapper {
  text-align: center
}

.cat-partner .logoList .col-lg-8, .cat-partner .logoSide .col-lg-8 {
  text-align: center
}

.cat-partner .logoList .col-lg-8 img {
  max-width: 300px;
  max-height: 200px;
  margin: 30px 50px
}

.cat-partner .logoList .col-lg-8 a:hover, .cat-partner .logoList .col-lg-8 a:focus, .cat-partner .logoList .col-lg-8 a:active {
  filter: hue-rotate(192deg)
}

.cat-partner .logoSide .col-lg-8 img {
  max-width: 30%;
  margin: 30px 50px;
  filter: grayscale(1)
}

.cat-partner .logoSide .col-lg-8 a:hover img, .cat-partner .logoSide .col-lg-8 a:focus img, .cat-partner .logoSide .col-lg-8 a:active img {
  filter: grayscale(0)
}

.cat-partner .readmore {
  border: 2px solid #82d2c3;
  color: #82d2c3;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer
}

.cat-partner .readmore:hover, .cat-partner .readmore:focus, .cat-partner .readmore:active {
  color: #fff;
  background-color: #82d2c3
}

@media(max-width: 768px) {
  .cat-partner .text-wrapper {
    text-align: center
  }

  .cat-partner .text-wrapper h2 {
    margin-top: 60px;
    text-align: center
  }

  .cat-partner hr {
    margin: 60px 0 100px
  }
}

@media(max-width: 575px) {

  .cat-partner h1, .cat-partner h2 {
    font-size: 45px;
    line-height: 50px !important
  }

  .cat-partner .logoList h2, .cat-partner .logoSide h2 {
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 45px !important;
    line-height: 50px !important
  }

  .cat-partner .text-wrapper h2 {
    font-size: 30px;
    line-height: 30px
  }

  .cat-partner .readmore {
    width: 100%
  }

  .cat-partner .logoList .col-lg-8 img {
    max-width: 300px;
    margin: 50px auto;
    display: block;
    text-align: center
  }

  .cat-partner .logoSide .col-lg-8 img {
    max-width: 100%;
    margin: 50px 0
  }
}

.cat-34 ul {
  margin-bottom: 30px
}

.cat-34 ul li {
  padding: 5px;
  max-width: 320px
}

.cat-34 ul li:nth-child(odd) {
  background-color: #f5f5f5
}

.cat-34 ul li span {
  display: inline-block;
  min-width: 150px
}

.categoriegrid .catIntro {
  padding-top: 100px
}

.categoriegrid .catIntro h1 {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
  color: #71cbab
}

.categoriegrid .catIntro .category-description img {
  width: 100%
}

.categoriegrid .catIntro .category-description .text-center a {
  color: #636363
}

.categoriegrid .catIntro .category-description .text-center a:hover {
  color: #40af88
}

.categoriegrid .catIntro .category-description .text-center .active {
  color: #40af88;
  cursor: default
}

.categoriegrid .catIntro .category-description .container .row div:nth-child(2) {
  align-self: center
}

.categoriegrid .catDefine {
  position: relative;
  margin-bottom: 50px
}

.categoriegrid .catDefine .define {
  display: inline-block;
  max-width: 300px;
  margin-right: 30px
}

.categoriegrid .catDefine .define select {
  border: 0 !important;
  color: #636363
}

.categoriegrid .catDefine .filter-wrapper {
  display: inline-block
}

.categoriegrid .catDefine #filterCollapse .card {
  border: 0
}

.categoriegrid .catDefine #filterCollapse .card .filterItem {
  position: relative
}

.categoriegrid .catDefine #filterCollapse .card a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #636363
}

.categoriegrid .catDefine #filterCollapse .filterList {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%
}

.categoriegrid .catDefine #filterCollapse .filterList .filter-badge {
  background: #ef9994;
  padding: 5px;
  color: #fff;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  min-width: 13px;
  transform: none;
  right: 0;
  top: 0
}

.categoriegrid .catDefine #filterCollapse .filterList input {
  display: none
}

.categoriegrid .catDefine .filterMe, .categoriegrid .catDefine .selected-filters {
  display: inline-block;
  margin-left: 15px
}

.categoriegrid .catDefine .define.last {
  float: right;
  padding-top: 15px
}

article {
  width: 100%;
  transition: .3s;
  background: #fff;
  position: relative
}

article:hover {
  box-shadow: 0 0 5px 3px #f5f5f5;
  transform: scale(1.05);
  z-index: 8
}

article .thumb-image {
  width: 100%;
  overflow: hidden;
  display: table
}

article .thumb-image a {
  display: table-cell;
  vertical-align: middle
}

article .thumb-image img {
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  max-width: 100%
}

article .thumb-content {
  padding: 0 15px 15px
}

article .thumb-content .title {
  color: #636363;
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  line-height: 18px
}

article .thumb-prices {
  min-height: 50px;
  width: 50%;
  float: left
}

article .thumb-prices .price {
  font-family: 'MaximSemi'
}

article .thumb-prices .crossprice {
  font-size: 12px;
  color: #bbb;
  min-height: 15px;
  display: block
}

article .wishAndRate {
  float: left;
  width: 50%;
  min-height: 50px;
  padding-top: 10px
}

article .wishAndRate .add-to-wish-list {
  padding: 10px 20px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-heart.jpg) no-repeat center center;
  background-size: 25px
}

article .wishAndRate .add-to-wish-list:hover, article .wishAndRate .add-to-wish-list:focus, article .wishAndRate .add-to-wish-list.active {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-heart-hover.jpg) no-repeat center center;
  background-size: 25px
}

article .wishAndRate .add-to-wish-list img {
  max-width: 22px
}

article .wishAndRate #feedback-stars-average {
  opacity: 0;
  transition: .3s;
  height: 20px
}

article:hover .wishAndRate #feedback-stars-average {
  opacity: 1
}

article .wishAndRate .feedback-stars-average .feedback-stars-background, article .wishAndRate .feedback-stars-average .feedback-stars-overlay {
  top: 10px;
  width: 90px
}

article .wishAndRate .feedback-stars-overlay .feedback-star {
  color: #ef9994
}

article .special-tags {
  position: absolute;
  top: 10px;
  right: 10px
}

article .special-tags .tag {
  font-size: 12px;
  font-weight: 400;
  border-radius: 0;
  padding: 4px 5px 2px
}

article .special-tags .badge-success {
  background-color: #ef9994
}

article .feedback-stars-average.star-0, article .feedback-stars-average.star-undefined {
  display: none
}

article .feedback-stars-average .feedback-star {
  display: inline-block;
  color: #f5f5f5;
  font-size: 20px;
  line-height: 20px
}

article .feedback-stars-average.star-1 .feedback-star:first-child, article .feedback-stars-average.star-2 .feedback-star:first-child, article .feedback-stars-average.star-2 .feedback-star:nth-child(2), article .feedback-stars-average.star-3 .feedback-star:first-child, article .feedback-stars-average.star-3 .feedback-star:nth-child(2), article .feedback-stars-average.star-3 .feedback-star:nth-child(3), article .feedback-stars-average.star-4 .feedback-star:first-child, article .feedback-stars-average.star-4 .feedback-star:nth-child(2), article .feedback-stars-average.star-4 .feedback-star:nth-child(3), article .feedback-stars-average.star-4 .feedback-star:nth-child(4), article .feedback-stars-average.star-5 .feedback-star:first-child, article .feedback-stars-average.star-5 .feedback-star:nth-child(2), article .feedback-stars-average.star-5 .feedback-star:nth-child(3), article .feedback-stars-average.star-5 .feedback-star:nth-child(4), article .feedback-stars-average.star-5 .feedback-star:nth-child(5) {
  color: #ef9994
}


.single .rabatt {display: none !important;}
.single .rabatt .bg-green {
    font-size: 14px;
    color: #fff;
    background-color: #74c1b0;
    padding: 10px;
    text-align: center;
	margin-top: 10px;
}
.single .sticky-element.is-sticky {
  padding-top: 100px;
  z-index: 1 !important
}

.single.page-content {
  padding-top: 50px
}

.single .producer {
  text-transform: lowercase
}

#thumbs img.thumb-item {
  max-width: 100%;
  margin: 5px 0
}

#thumbs img.thumb-item.active {
  border: 1px solid #ccc
}

#thumbs.carousel>.window {
  overflow: hidden;
  position: relative;
  height: 480px
}

#thumbs.carousel ul {
  list-style: none;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: .3s
}

#thumbs .prev, #thumbs .next {
  width: 100%;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px
}

#thumbs .prev .icon-arrow-prev {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat top center;
  transform: rotate(90deg);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px;
  margin: 0 auto
}

#thumbs .next .icon-arrow-next {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat top center;
  transform: rotate(-90deg);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px;
  margin: 0 auto
}

#single-carousel-w-thumbs .owl-dots {
  display: none
}

#single-carousel-w-thumbs .fa:before {
  content: " ";
  width: 50px;
  height: 50px;
  display: block
}

#single-carousel-w-thumbs .fa-chevron-left:before {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat top center
}

#single-carousel-w-thumbs .fa-chevron-right:before {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-rechts.png) no-repeat top center
}

#single-carousel-w-thumbs .carousel-control:hover .fa-chevron-left:before {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links-hover.png) no-repeat top center
}

#single-carousel-w-thumbs .carousel-control:hover .fa-chevron-right:before {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-rechts-hover.png) no-repeat top center
}

#single-carousel-w-thumbs .owl-single-item-nav {
  opacity: 1 !important
}

#single-carousel-alone img {
  max-width: 100%
}

.owl-carousel .owl-item img {
  max-height: 600px
}

.single h1, .single h2 {
  font-size: 40px;
  line-height: 40px !important;
  color: #74c1b0;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 5px
}

.single .numberAndRating .feedback-stars-average {
  height: 23px;
  margin-left: 15px
}

.single .numberAndRating .feedback-stars-overlay .feedback-star {
  color: #ef9994
}

.single .single-description {
  font-size: 100%
}

.single .availability {
  position: relative
}

.single .circle {
  width: 6px;
  height: 6px;
  background: grey;
  display: block;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 8px
}

.single .circle_1, .single .circle_2 {
  background-color: #8cc63f
}

.single .circle_3, .single .circle_5 {
  background-color: #ff0
}

.single .circle_5, .single .circle_6 {
  background-color: red
}

.single .circle+span {
  display: block;
  margin-left: 15px;
  max-width: 190px;
  font-size: 14px;
  text-transform: lowercase
}

.single .crossprice del {
  font-family: 'maximSemi';
  color: #b3b3b3 !important;
  font-size: 12px
}

.single .price {
  font-family: 'maximSemi';
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 400 !important
}

.single .vat {
  color: #636363;
  font-size: 14px
}

.single .qty-box .qty-input {
  border: 1px solid #ef9994 !important;
  border-right: 0 !important;
  color: #ef9994
}

.single .qty-box .qty-btn-container {
  background: #ef9994;
  border: 1px solid #ef9994
}

.single .qty-box .qty-btn-container .qty-btn {
  border-radius: 0
}

.single .qty-btn-container .qty-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  margin: 0;
  height: 50%;
  font-size: 14px
}

.single .qty-box .qty-btn-container .qty-btn>.qty-sign {
  color: #fff
}

.single #itemDesc {
  position: relative;
  margin-top: 150px
}

.single #itemDesc .hearts {
  position: absolute;
  right: 100%;
  top: -90px
}

.single #itemDesc ul {
  padding-left: 15px;
  margin-bottom: 15px
}

.single #itemDesc ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  color: #74c1b0;
  font-size: 7px;
  position: relative;
  top: -3px;
  padding-right: 10px
}

.single #itemDesc tt, .single #itemTech samp, .single #itemTech span {
  font-family: maximRegular !important
}



.single #itemDetails p {
  margin-bottom: 0
}

.single #itemDetails p .label {
  display: inline-block;
  min-width: 140px
}

.single .add-to-wish-list {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-heart.jpg) no-repeat left center;
  background-size: 20px;
  padding-left: 25px;
  color: #bbb !important
}

.single .add-to-wish-list.active {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-heart-hover.jpg) no-repeat left center;
  background-size: 20px
}

.single-images .prev, .single-images .next {
  width: 100%;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px
}

.single-images .prev .icon-arrow-prev {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat top center;
  transform: rotate(90deg);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px;
  margin: 0 auto
}

.single-images .next .icon-arrow-next {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat top center;
  transform: rotate(-90deg);
  height: 30px;
  width: 30px;
  display: block;
  background-size: 30px;
  margin: 0 auto
}

.single .linkto {
  white-space: nowrap
}

.single .add-to-wish-list.active {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-heart-hover.jpg) no-repeat left center;
  background-size: 20px
}

.feedback-container .feedback-info .feedback-info-segment.btn {
  padding: 2px 40px
}

.paypal-installment-banner-graphical .pp-flex--1x1 {
  height: 170px;
  max-width: 100%
}

.basket .paypal-installment-banner-graphical {
  clear: both
}

.basket .paypal-installment-banner-graphical .pp-flex--1x1 {
  height: 110px;
  max-width: 200px
}

.basket #ppButton {
  margin: 10px 0 15px;
  float: left;
  margin-right: 20px
}

.basket #ppButton img {
  width: 200px
}

.basket .amzPayButton {
  float: right
}

.basket-list-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
  font-size: 24px;
  font-family: 'Tropen';
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 10px
}

.basket-list-item .item-remove-button {
  cursor: pointer;
  padding: 0;
  background: none;
  color: #ad86b4;
  border: none
}

.basket-list-item .item-remove-button .fa {
  margin-top: 3px
}

.basket .basket-item .basket-item-container-right {
  display: flex
}

.basket .basket-item .basket-item-container-right .price-box {
  min-width: 80px
}

.couponwrap .input-group-btn button {
  margin-left: 15px
}

.checkout .amzPayButton {
  margin-top: 0;
  margin-bottom: 40px
}

.catContent table td {
  padding: 5px
}

.catContent .mtop-2 img {
  margin-top: -56px
}

input[name="togglePickup"] {
  height: 13px !important
}

@media(max-width: 1700px) and (min-width: 1025px) {
  .basket #ppButton, .basket .amzPayButton {
    float: none
  }
}

#divider-top, #divider, .divider {
  margin: 100px 0;
  width: 100%;
  height: 80px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/fahnen.jpg) repeat-x center center
}

.crossselling article img {
  max-height: 340px !important;
  width: auto !important;
  max-width: 100%
}

.crossselling article .thumb-image {
  height: 340px !important
}

.crossselling .add-to-wish-list span {
  display: none
}

.crossselling h2, #feedback h2 {
  text-align: center;
  color: #ef9994;
  font-size: 40px
}

#feedback .btn-primary .fa, #feedback .feedback-container .title, #feedback .feedback-container hr {
  display: none
}

#feedback .feedback-stars-average {
  margin: 0 auto 30px;
  display: block
}

#feedback .feedback-container .feedback-list .feedback .feedback-comment .feedback-rating .full, #feedback .feedback-stars-overlay .feedback-star {
  color: #ef9994
}

#feedback .feedback-bars .fa {
  margin-right: 5px;
  float: right
}

#feedback .feedback-bar-text-after {
  margin-left: 5px
}

#feedback .feedback-container .feedback-bars .feedback-bar-wrap .feedback-bar .feedback-bar-fill {
  background: #74c1b0
}

#feedback .alert-info {
  border-radius: 6px;
  background-color: #cfecf0
}

#feedback .feedback-container .feedback-list .feedback {
  border-bottom: 0;
  padding-top: 20px;
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/linie-grau.gif) repeat-x
}

#feedback .btn-primary {
  background-color: #fff;
  color: #71cbab;
  padding: 10px 70px
}

#feedback .btn-primary:hover, #feedback .btn-primary:focus, #feedback .btn-primary:active {
  color: #fff;
  background-color: #71cbab
}

.feedback-container .feedback-bars .feedback-bar-wrap p {
  min-width: 40px !important
}

.input-unit {
  border: 0;
  padding-top: 31px
}

.input-unit label {
  font-size: 17px;
  color: #636363;
  text-transform: none;
  padding: 0;
  margin-bottom: 10px
}

select, input, .input-unit input, .input-unit select {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  height: 50px !important
}

.input-unit .custom-select {
  max-width: 200px;
  height: 44px !important
}

textarea, .input-unit textarea {
  border: 1px solid #ccc;
  padding: 10px
}

.list-itemsperpage select {
  min-width: 100px
}

#ppButton {
  margin: 15px 0
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 715px
  }
}
.basket-preview-content hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cmp-totals dd {
    margin-bottom: 0;
}
.basket-preview-content #ppButton {
  padding: 0 8px
}
.basket-preview-content #amzPayButton_0 {
  margin-left: 0 !important
}

#add-item-to-basket-overlay #ppButton {
  position: absolute;
  bottom: 0;
  left: 179px
}

#add-item-to-basket-overlay #ppButton img {
  height: 33px
}

#add-item-to-basket-overlay .amzPayButton {
  position: absolute;
  bottom: 13px;
  left: 14px
}

#add-item-to-basket-overlay .amzPayButton img {
  height: 33px;
  max-height: 35px !important
}

.container-full.basket .item-additional-information strong {
  padding-right: 5px
}

.basket-item-container .basket-item .basket-item-container-right input {
  height: 41px !important
}

.basket-item-container-right .qty-box-container {
  height: 50px
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container>.item-remove-button {
  color: #ddd !important
}

.basket-item-container-right .small {
  font-size: 100%
}

.item-remove-button .fa {
  padding-left: 5px
}

.basket-preview .totals {
  border-top: 2px dashed #ccc;
  background: #fff !important;
  font-size: 100%;
  color: #636363 !important
}

.basket-item-container .basket-item .item-additional-information-container .basket-expand {
  z-index: 1
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
  font-size: 24px;
  font-family: 'Tropen';
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 10px
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-base-price {
  display: none !important
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-small-prices {
  font-size: 100%
}

.basket-item-container .basket-item .item-additional-information-container .item-additional-information {
  font-size: 100%
}

.basket-item-container .basket-item .item-additional-information-container .item-additional-information div {
  margin-bottom: .5rem
}

.wishlist .fa-trash {
  padding: 8px
}

.wishlist article img {
  max-width: 100%;
  max-height: 400px;
  display: block;
  margin: 0 auto
}

.wishlist .wish-list-item {
  border: 0;
  padding: 10px 15px 20px
}

.wishlist .wish-list-price {
  float: left
}

.wishlist .wish-list-remove {
  background: #ef9994;
  width: 40px;
  height: 40px;
  padding: 4px 5px;
  color: #fff;
  float: right;
  cursor: pointer
}


.wishlist .wish-list-image-container {
  display: table;
  height: 200px;
  width: 100%
}

.wishlist .wish-list-image-container a {
  display: table-cell;
  vertical-align: middle
}

.add-item .btn-only-icon-xs-down {
  font-size: 16px;
  height: 40px;
  padding: 0 4px;
  border: 2px solid #74c1b0;
  background-color: #74c1b0;
  min-height: 30px
}

.cmp-method-list.list .icon {
  display: none
}

.form-check input {
  height: auto !important;
  margin-top: 5px
}

.order-items-table .quantity {
  text-align: center !important
}

#addressMultiSelect22 span p {
  font-size: 100% !important
}

@media(max-width: 1775px) {
  #addressMultiSelect22 span p {
    position: relative;
    top: 40px
  }
}

@media(max-width: 1400px) {
  #addressMultiSelect22 span p {
    position: inherit;
    top: 0
  }
}

.container-full.login {
  padding-top: 100px
}

.container-full.login h1, .container-full.login h2 {
  color: #74c1b0
}

.container-full.login .amzLoginButton img {
  margin-right: 10px;
  margin-top: 9px
}

.amzPayButton {
  display: block !important
}
.amazon-pay-button {
  margin: 0 auto;
}
#add-item-to-basket-overlay .amazon-pay-button-wrapper {
    padding: 10px 0 10px 16px;
}
.container-full.contact h1 {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/kontakt-h1-bg.jpg) no-repeat top right;
  background-size: 38%
}

.container-full.contact h1, .container-full.contact h2 {
  color: #ef9994
}

.container-full.contact h2 {
  font-size: 40px;
  line-height: 40px;
  text-align: left
}

.container-full.contact .cmp-contact .hidden-md-down img {
  max-width: 90%
}

.container-full.contact .cmp-contact, .container-full.contact .cmp-contact .send-mail {
  margin-top: 50px
}

.container-full.contact #contact-form .input-unit input::placeholder, .container-full.contact #contact-form .input-unit textarea::placeholder {
  color: #ccc
}

.container-full.contact #contact-form .input-unit textarea {
  margin: 0 0 15px
}

.container-full.contact #contact-form .input-unit {
  padding-top: 30px;
  margin-bottom: 0
}

.container-full.contact #contact-form .input-unit label {
  top: 5px !important
}

.container-full.contact #privacy-policy-accept {
  height: 20px !important
}

.container-full.contact .contact-info {
  text-align: right;
  align-items: center;
  margin-top: 150px
}

.container-full.contact .contact-info h2 {
  color: #74c1b0;
  text-align: right
}

.container-full.contact .contact-info .contact-address, .container-full.contact .contact-info .contact-tel, .container-full.contact .contact-info .contact-mail {
  position: relative;
  padding-right: 50px
}

.container-full.contact .contact-info .contact-address .icon, .container-full.contact .contact-info .contact-tel .icon, .container-full.contact .contact-info .contact-mail .icon {
  position: absolute;
  right: 0
}

.container-full.contact .contact-info .contact-address .icon {
  top: -6px
}

.container-full.contact .contact-info .contact-tel .icon {
  top: -14px
}

.container-full.contact .contact-info .contact-mail .icon {
  top: -13px
}

.container-full.contact .contact-info .col-lg-4 img {
  margin: 0 auto;
  display: block
}

.grecaptcha-badge {
  z-index: 1
}

#contact-form .form-check-input {
  margin-top: 2px
}

#contact-form .form-check label a span {
  white-space: nowrap
}

.page-my-account .container-max {
  max-width: 100%
}

.page-my-account .container-max h1 {
  color: #fce251
}

.page-my-account .bg-white, .page-my-account .bg-white>.widget-grid>.widget-inner.col-12 {
  padding: 0 !important
}

.page-my-account .widget.widget-image-box>img {
  position: relative;
  top: 0;
  left: 0;
  transform: none
}

.page-my-account .widget.widget-secondary>img {
  display: block;
  margin: -200px 0 0 auto
}

.page-my-account .widget.widget-proportional {
  overflow: visible;
  padding-bottom: 0 !important
}

.page-my-account .order-history-list .text-center, .page-my-account .order-return-history-list .text-center {
  text-align: left !important
}

.page-my-account .widget-image-box picture img {
  position: relative;
  top: 0;
  left: -15px;
  transform: none
}

.page-my-account .widget.widget-secondary picture img {
  display: block;
  margin: -215px 0 0 auto;
  left: 15px
}

.page-my-account .widget-logout-button.widget-secondary a {
  border: 2px solid #ef9994;
  background-color: transparent;
  color: #ef9994
}

.page-my-account .widget-logout-button.widget-secondary a:hover {
  background-color: #ef9994;
  color: #fff
}

.order-history-list .container-bottom {
  font-size: 80%
}

.catContent .icon-list {
  margin-bottom: 30px
}

.catContent .icon-list .icon {
  border: 2px solid #74c1b0;
  background-color: transparent !important;
  color: #74c1b0;
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block;
  min-width: 145px;
  text-align: center
}

.catContent .icon-list li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0
}

.catContent.cat-36 span.label {
  min-width: 100px;
  display: inline-block;
  font-family: 'MaximBold'
}

.catContent.cat-35 #accordion .card {
  margin-bottom: 15px
}

.catContent.cat-35 #accordion .card-header {
  border-bottom: 0;
  border-radius: 0 !important;
  padding: 0
}

.catContent.cat-35 #accordion .card-header button {
  color: #fff;
  padding: 0;
  height: auto;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  background-color: #ef9994;
  text-decoration: none !important
}

.catContent.cat-35 #accordion .card-header button.collapsed {
  background-color: #74c1b0
}

.cat-37 .col-12 .row {
  align-items: center
}

.cat-37 h2 {
  text-align: center;
  color: #fce251
}

.cat-37 img {
  max-width: 100%
}

.cat-37 .carousel-indicators {
  bottom: -30px
}

.cat-37 .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 0;
  background-color: #74c1b0;
  opacity: 1
}

.cat-37 .carousel-indicators li.active {
  background-color: #ef9994
}

.cat-37 .carousel-control-next {
  right: -60px
}

.cat-37 .carousel-control-prev {
  left: -60px
}

@media (max-width: 991px) {
  .cat-37 .carousel-control-next, .cat-37 .carousel-control-prev {
    display: none
  }
}

@media (max-width: 768px) {
  .cat-37 img {
    margin: 0 auto;
    display: block
  }
}

.checkoutArt article .thumb-image {
  height: 340px !important
}

.checkoutArt article .thumb-image img {
  max-height: 340px;
  width: auto !important;
  max-width: 100%
}

.page-confirmation #question {
  border: 2px dashed #ef9994;
  padding: 10px 30px;
  background: #fff7f6
}

.page-confirmation #question h2 {
  color: #ef9994;
  font-size: 35px;
  margin-bottom: 0
}

.page-confirmation #question .select-unit {
  margin-bottom: 20px
}

.page-confirmation #question .select-unit>label {
  display: none
}

.page-confirmation #question .select-unit .m-b-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row
}

.page-confirmation #question .select-unit .m-b-1 .form-check {
  flex: 0 0 50%;
  max-width: 50%
}

.page-confirmation #question .select-unit .m-b-1 .form-check:last-child {
  flex: 0 0 100%;
  max-width: 100%
}

.page-confirmation #question .sonstiges .select-unit .m-b-1 {
  columns: 1;
  column-gap: 0
}

.page-confirmation #question .widget-text-input .input-unit {
  padding-top: 0
}

.page-confirmation #question .widget-text-input .input-unit input:focus+label {
  display: none
}

.page-confirmation #question .widget-text-input .input-unit label {
  top: 5px;
  left: 5px;
  font-size: 14px;
  color: #b6b4b4
}

.page-confirmation #question button {
  width: 100%;
  display: block
}

.breadcrumbs, .breadcrumbs .container-fluid {
  background-color: #fff !important
}

.breadcrumbs .w-40 {
  max-width: 40%
}

#StarsInSingle {
  margin-left: 0;
  width: 115px
}

#StarsInSingle a.linkto {
  white-space: nowrap
}

#sv-panel-box, #shopvote-rating-tool {
  word-spacing: 0
}

#add-item-to-basket-overlay .modal-cross {
  padding: 0 15px
}

#add-item-to-basket-overlay .modal-cross article .thumb-image a {
  height: 150px;
  display: block
}

#add-item-to-basket-overlay .modal-cross article .thumb-image img {
  height: 100%;
  width: auto
}

#add-item-to-basket-overlay .modal-cross .headline {
  color: #ef9994;
  font-size: 25px;
  font-family: 'Tropen';
  font-weight: 500
}

#add-item-to-basket-overlay .modal-cross .owl-item {
  float: left
}

#add-item-to-basket-overlay .modal-cross .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%
}

#add-item-to-basket-overlay .modal-cross .owl-nav.disabled {
  display: none
}

#add-item-to-basket-overlay #ppButton, #add-item-to-basket-overlay .amzPayButton {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#add-item-to-basket-overlay .amzPayButton {
  margin: 0 15px !important
}

#add-item-to-basket-overlay .modal-footer>* {
  margin: 0
}

#add-item-to-basket-overlay .modal-footer>.btn-primary {
  margin-left: 15px
}

#DHL_packstation-wrapper {
  font-size: 15px;
  line-height: 19px
}

#DHL_packstation-wrapper #DHL_packstation-search-btn {
  background-color: #212529 !important;
  color: #fff;
  border: 0 !important
}

.DHL_packstation-list li span, #DHL_packstation-info-html span {
  font-weight: 400 !important
}

#DHL_packstation-set-btn, #DHL_packstation-back-to-list {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  background: #212529 !important;
  border: 0;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px
}

#DHL_packstation-set-btn:hover, #DHL_packstation-set-btn:focus, #DHL_packstation-set-btn:active, #DHL_packstation-back-to-list:hover, #DHL_packstation-back-to-list:focus, #DHL_packstation-back-to-list:active {
  border: 0 !important;
  background-color: #E4B90C !important;
  color: #212529
}

#DHL_packstation-info .alert {
  font-size: 11px;
  line-height: 16px
}

#DHL_packstation-info-time {
  font-size: 11px
}

.categoriegrid .catIntro .category-description ul li {
  display: inline-block;
  position: relative;
  padding: 0 0 15px
}

.categoriegrid .catIntro .category-description .sub {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #71cbab;
  display: none;
  padding: 10px;
  min-width: 230px;
  z-index: 2;
  background: #fff
}

.categoriegrid .catIntro .category-description li:hover .sub {
  display: block
}

.categoriegrid .catIntro .category-description .sub::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #71cbab;
  position: absolute;
  top: -10px;
  left: 105px
}

.categoriegrid .catIntro .category-description .sub li {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 7px 0
}

.categoriegrid .catIntro .category-description .sub li:last-child {
  border-bottom: 0
}

.categoriegrid .catIntro .category-description .sub li a {
  display: block
}

#feedback .ratingView, #feedback .ratingList {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0 !important
}

.cat-35 .card {
  margin-bottom: 20px
}

.cat-35 h5 .btn {
  width: 100%;
  text-align: left;
  padding: 0;
  height: auto !important
}

.single .spoilerbox {
  border: 2px dashed #ef9994;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px
}

.single .spoilerbox h3 {
  color: #ef9994;
  font-weight: 700
}

.single .spoilerbox a {
  display: block
}
.single .partnerLink {
  border: 2px dashed #74c1b0;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px
}

.single .partnerLink h3 {
  color: #74c1b0;
  font-weight: 700
}

.cat-50 h1, .cat-51 h1, .cat-52 h1, .cat-53 h1 {
  color: #fce251
}

.cat-50 h2, .cat-51 h2, .cat-52 h2, .cat-53 h2 {
  color: #74c1b0
}

.cat-50 .col-12 img, .cat-51 .col-12 img, .cat-52 .col-12 img, .cat-53 .col-12 img {
  margin: 0 auto 50px;
  display: block
}

.cat-50 table, .cat-51 table, .cat-52 table, .cat-53 table {
  width: 90%
}

.cat-50 table tr:first-child, .cat-51 table tr:first-child, .cat-52 table tr:first-child, .cat-53 table tr:first-child {
  border-bottom: 1px solid #74c1b0
}

.cat-50 table tr:nth-child(even), .cat-51 table tr:nth-child(even), .cat-52 table tr:nth-child(even), .cat-53 table tr:nth-child(even) {
  background: #EAF8F5
}

.cat-50 table tr th, .cat-51 table tr th, .cat-52 table tr th, .cat-53 table tr th {
  padding: 7px 5px;
  font-size: 20px
}

.cat-50 table tr td, .cat-51 table tr td, .cat-52 table tr td, .cat-53 table tr td {
  padding: 7px 5px
}
.table {
color: #636363;
}
.table th, .table td {
	border-top: 0;
}
@media (max-width: 768px) {
  .cat-50 table, .cat-51 table, .cat-52 table, .cat-53 table {
    width: 100%
  }
}

@media (max-width: 380px) {
  .cat-50 table tr th, .cat-51 table tr th, .cat-52 table tr th, .cat-53 table tr th {
    font-size: 17px
  }
}

#lightbox .lb-next {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-rechts.png) no-repeat center right
}

#lightbox .lb-prev {
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/icon-pfeil-links.png) no-repeat center left
}

@media(max-width: 1600px) {
  .page-my-account .add-item {
    position: relative;
    top: 0;
    right: 0;
    width: 100%
  }

  .page-my-account .add-item .btn-only-icon-xs-down {
    width: 100%
  }

  #secThree .pic .info1, #secFour .pic .info1 {
    top: 0;
    left: 0
  }
}

@media(max-width: 1575px) {
  .single .backgroundImage img {
    max-width: 100%
  }

  .subMenuBig .submenuList {
    padding-left: 40px
  }

  .subMenuBig .products li img {
    max-width: 270px
  }
}

@media (max-width: 1550px) {
  #it-logo {
    right: -40px
  }

  #it-logo-gold {
    right: -150px
  }

  .DHL_packstation-searchForm input[type=text] {
    width: 100% !important;
    margin-bottom: 10px
  }
  .btn {
    font-size: 17px;
}
}

@media(max-width: 1480px) {
  #kunden h2 {
    margin-bottom: 10px
  }

  img {
    max-width: 100%;
    height: auto
  }

  .home h3 {
    font-size: 30px;
    line-height: 30px
  }

  #secOne .mtop-1 {
    margin-top: -635px
  }
}

@media (max-width: 1440px) and (min-width:1025px) {
  .wrapper-main>header {
    padding: 55px 0 40px
  }
}

@media(min-width: 1401px) {
  .single-rightside {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 3
  }
}

@media(max-width: 1400px) {
	#vorteile .borderdBox img {
   width: 80px;
}
#vorteile .h4 {
    font-size: 23px;
}
  .single .sticky-element {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    top: 0 !important;
    z-index: 1 !important
  }

  .single .single-rightside>div {
    padding-top: 0 !important
  }

  #secOne .mtop-2 {
    margin-top: -370px
  }

  #secOne .mtop-1 img, #secOne .mtop-2 img {
    max-width: 100%
  }

  .product-list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .backgroundImage img, .categoriegrid .hidden-md-down img {
    max-width: 100%
  }

  .single .position-relative .col-lg-8 .col-md-6, .single .position-relative .single-images .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  #secThree .pic .info, #secFour .pic .info, .single .position-relative .single-images .col-md-2 {
    display: none
  }

  .single .owl-carousel .owl-item img {
    max-height: 600px
  }

  #single-carousel-w-thumbs .owl-single-item-nav {
    display: none
  }

  #single-carousel-w-thumbs .owl-dots {
    display: block
  }

  .single #afterImages {
    padding-top: 20px
  }

  .single .single-description {
    background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/linie-grau.gif) repeat-x;
    padding-top: 20px
  }

  .checkout .add-item {
    position: relative;
    top: 0;
    right: 0;
    width: 100%
  }

  .checkout .add-item .btn-only-icon-xs-down {
    width: 100%
  }

  .paypal-installment-banner-graphical .pp-flex--1x1 {
    max-width: 300px
  }
}

@media(max-width: 1345px) {
  .subMenuBig .submenuList {
    padding-left: 30px
  }

  .subMenuBig .submenuList li a {
    font-size: 16px;
    display: block
  }

  .subMenuBig .submenuList .headline, .subMenuBig .submenuList .headline a, .subMenuBig .products li a {
    font-size: 20px
  }

  .subMenuBig .products li img {
    max-width: 90%
  }
}
@media(max-width: 1300px) {
	#banner .carousel-inner a::after {
	    height: 60px;
	    margin-left: 50px;
	}
}
@media (max-width: 1250px) and (min-width:992px) {
  #it-logo {
    width: 70px;
    height: 70px
  }

  #it-logo-gold {
    width: 68px;
    height: 68px;
    right: -120px
  }

  #it-logo-gold img {
    width: 68px;
    height: 68px
  }
  #stempel {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -40px;
    top: 100px;

}
}

@media (max-width: 1270px) {
  #slider .slider-text p.trophen {
    font-size: 30px;
    line-height: 40px
  }

  #slider .slider-text p {
    font-size: 17px;
    line-height: 23px
  }
}

@media(max-width: 1200px) {
	#banner .carousel-inner a::after {
    margin-left: 30px;
}
	#slider .carousel-item .slider-text.fancy {
		top: 55%;
	}
  h1, .h1, h2, .h2 {
    font-size: 45px;
    line-height: 45px
  }

  .wrapper-main>header {
    height: 160px
  }

  header #logoSignet {
    height: 120px;
    width: 120px;
    bottom: -60px;
    margin-left: -60px
  }

  header #logoSignet img {
    max-width: 70px;
    max-height: 67px
  }

  header #mainMenu ul.level1>li>a {
    font-size: 20px
  }

  header #logoName {
    width: 130px;
    height: 53px
  }

  header #controlsList .search-input {
    width: 200px
  }

  header #controlsList .control-wish-list, header #controlsList .control-user, header #controlsList .control-basket {
    width: 35px
  }

  header #controlsList .control-wish-list img, header #controlsList .control-user img, header #controlsList .control-basket img {
    max-width: 100%
  }

  .subMenuBig .products li a {
    font-size: 16px
  }

  .container-full.contact .cmp-contact>.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px
  }

  #mainMenu {
    position: inherit
  }

  header #controlsList li.control-languages img {
    height: 35px;
    width: 35px;
    margin-left: 5px
  }

  .subMenuBig .products li img {
    max-width: 220px
  }

  #mainMenu {
    position: inherit
  }

  #DHL_packstation-container>div {
    flex-direction: column-reverse
  }

  .DHL_packstation-map-container, .DHL_packstation-list-container {
    width: 100% !important
  }

  .DHL_packstation-map {
    height: 370px !important
  }

  #slider .carousel-item:first-of-type .slider-text a {
    padding: 5px;
    height: auto;
    border: 0;
    font-size: 17px;
    text-decoration: underline;
    margin-bottom: 15px !important;
    display: block
  }

  #slider .carousel-item:first-of-type .slider-text p {
    margin-bottom: 0 !important
  }
}

@media(max-width: 1100px) {
  #mainMenu {
    z-index: 9
  }

  .subMenuBig .products li img {
    max-width: 190px
  }
}

@media(min-width: 1025px) {
  header .navHeader, header #controlsList .mobile, header #mainMneu .navHeader, header #controlsList .control-menu, header #mainMenu ul.level1 .drop {
    display: none
  }

  header #mainMenu ul.level1>li:hover>.subMenuBig, header #mainMenu ul.level1>li:focus>.subMenuBig, header #mainMenu ul.level1>li:active>.subMenuBig {
    display: flex
  }
}

@media(max-width: 1024px) {
  #page-body {
    margin-top: 105px
  }

  .wrapper-main>header {
    height: 110px
  }

  header #controlsList .desktop {
    display: none
  }

  header #controlsList .control-search {
    width: 35px
  }

  header #controlsList .control-search img {
    max-width: 100%
  }

  header #controlsList .control-menu {
    cursor: pointer
  }

  header #mainMenu {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    background: #fff;
    z-index: 9;
    height: 100%;
    opacity: 1;
    overflow-y: scroll;
    transition: .3s
  }

  header #mainMenu.active {
    right: 0;
    box-shadow: -2px 0 10px #e5e5e5
  }

  header #mainMenu .navHeader {
    background: #74c1b0;
    padding: 15px
  }

  header #mainMenu .navHeader .close {
    float: right;
    width: 35px;
    position: relative;
    top: -6px;
    cursor: pointer
  }

  header #mainMenu .navHeader a {
    color: #fff
  }

  header #mainMenu .navHeader a:hover, header #mainMenu .navHeader a:focus, header #mainMenu .navHeader a:active {
    text-decoration: underline
  }

  header #mainMenu ul.level1>li {
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
    text-align: left
  }

  header #mainMenu ul.level1>li>a {
    padding: 15px;
    display: block
  }

  header #mainMenu ul.level1>li.parent>a {
    display: inline-block;
    width: 90%;
    width: calc(100% - 50px)
  }

  header #mainMenu ul.level1 .drop {
    width: 40px;
    transform: rotate(-90deg);
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 4px
  }

  header #mainMenu ul.level1 .open .drop {
    transform: rotate(90deg)
  }

  header #mainMenu ul.level1 .open .subMenuBig {
    display: block
  }

  .subMenuBig {
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 0;
    border-bottom: 0
  }

  .subMenuBig .products {
    display: none
  }

  .subMenuBig .submenuList {
    padding: 0;
    background-image: none
  }

  .subMenuBig .submenuList .headline {
    margin-bottom: 0;
    padding: 5px 15px
  }

  .subMenuBig .submenuList li {
    padding: 5px 15px;
    border-bottom: 1px solid #f5f5f5
  }

  .subMenuBig .submenuList li a {
    display: block
  }

  #searchBox {
    top: 105px;
    background: #74c1b0;
    padding: 10px 15px
  }

  header #logoName {
    height: 30px
  }

  .wrapper-main>header {
    padding: 45px 0 10px
  }

  #secThree .pic img, #secFour .pic img {
    padding-left: 0
  }

  #searchBox {
    width: 100%;
    z-index: 9
  }

  header #controlsList .control-search img {
    height: 35px
  }

  .cmp-search-box .search-input {
    width: 93%;
    width: calc(100% - 50px)
  }

  .toTop {
    right: 15px;
    bottom: 65px
  }

  .page-privacy-policy .cookie-bar.out {
    bottom: 60px !important
  }

  #flag {
    right: 50%;
    top: auto;
    width: 340px;
    bottom: -317px;
    margin-right: -170px
  }

  #flag.open {
    right: 50%;
    top: auto;
    bottom: 0
  }

  #flag .flagHead {
    top: -110px;
    left: 0;
    width: 100%;
    transform: rotate(0deg)
  }

  #flag.ostern::before {
    height: 120px;
    left: -38px;
    top: -162px;
    transform: rotate(15deg)
  }

  .scroll #flag .flagHead {
    top: -50px
  }

  .scroll #flag.ostern::before {
    top: -113px
  }

  #flag.ostern.open::before {
    left: -38px;
    top: -58px
  }

  #slider .carousel-item:first-of-type .slider-text {
    width: 35%;
    right: 5%;
    top: 40%
  }
  #slider .carousel-item .slider-text.fancy {
  	top: 55% !important;
  }
  #slider .slider-text.fancy {
   right: 50% !important;
   transform: translate(50%,-50%);
}
}

@media(max-width: 1024px) and (min-width: 992px) {
  .container-full.basket .col-lg-8 .col-md-7, .container-full.basket .col-lg-8 .col-md-5, .container-full.checkout .col-lg-8 .col-md-7, .container-full.checkout .col-lg-8 .col-md-5, .page-my-account #page-body .widget-prop-md-2-1 .widget-two-col .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .basket-preview-wrapper {
    width: 40rem
  }
}

@media(max-width: 991px) {
	#banner {
		display: none;
	}
	#vorteile .borderdBox {
    margin-bottom: 30px;
}
  .container-full.basket .col-lg-8 .col-md-7, .container-full.basket .col-lg-8 .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .container-full {
    padding-left: 15px;
    padding-right: 15px
  }

  .home section {
    padding-right: 15px;
    padding-left: 15px
  }

  footer {
    padding-top: 50px
  }

  footer .offset {
    margin-left: 0
  }

  footer .copy {
    padding-top: 30px
  }

  .single #itemDesc {
    margin-top: 30px
  }

  #divider-top, #divider, .divider {
    margin: 50px 0
  }

  #feedback .alert {
    width: 100%;
    max-width: 400px
  }

  .page-my-account .bg-white>.widget-grid>.widget-inner.col-12.widget-prop-md-auto {
    display: none !important
  }

  .container-full.contact .cmp-contact>.col-lg-4, .page-my-account .bg-white>.widget-grid>.widget-inner.col-12.widget-prop-md-2-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important
  }

  .container-full.contact h1 {
    background: #fff;
    position: relative
  }

  .container-full.contact h1::before, .container-full.contact h1::after {
    content: " ";
    height: 45px;
    width: 30%;
    position: absolute;
    top: 7px
  }

  .container-full.contact h1::after {
    background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/kontakt-h1-bg.jpg) no-repeat top right;
    background-size: 100%;
    right: 0
  }

  .container-full.contact h1::before {
    background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/kontakt-h1-bg.jpg) no-repeat top left;
    background-size: 100%;
    left: 0
  }

  #it-logo {
    top: auto;
    right: auto;
    bottom: -120px;
    left: 0
  }

  #it-logo-gold {
    top: auto;
    right: auto;
    bottom: -120px;
    left: 110px
  }
  #stempel {
    width: 100px;
    height: 100px;
    position: absolute;
    right:auto;
    left: 220px;
    top: auto;
    bottom: -120px;
}
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .single .price {
    float: none
  }
}

@media (max-width: 991.98px) and (min-width: 576px) {
  .basket-preview-content .item-list {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%
  }

  .basket-preview-content .totals {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%
  }
}

@media (max-width: 865px) {
  #slider .slider-text p.trophen {
    font-size: 25px;
    line-height: 35px
  }

  #slider .slider-text p {
    font-size: 15px;
    line-height: 20px
  }
}

@media (max-width: 800px) {
  .wrapper-main>header {
    padding: 45px 0 40px;
    height: 135px
  }

  .categoriegrid .catIntro h1, .cat-31 .h1, .cat-31 h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 40px
  }

  .cat-31 h2 {
    font-size: 30px;
    line-height: 30px
  }
}

@media(max-width: 768px) {
  #vorteile .borderdBox {
    height: auto;
  
  }
	#secFour h3,
	#secFour .text {
    text-align: left;
}
  .basket-preview-content .totals, .basket-preview-content .item-list {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important
  }

  #it-logo {
    top: 20px;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 80px;
    height: 80px
  }

  #it-logo-gold {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 110px;
    right: 11px;
    bottom: auto;
    left: auto
  }
  #stempel {
    width: 80px;
    height: 80px;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -50px;
    right: 11px;
}

  #add-item-to-basket-overlay .modal-cross .owl-nav {
    height: 100%
  }

  .basket-list-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
    font-size: 18px;
    line-height: 21px
  }

  .modal-cross article .thumb-content {
    padding: 0 40px 15px
  }

  .modal-cross .owl-nav>div {
    height: 100%;
    width: 50px;
    font-size: 40px;
    z-index: 9
  }

  .modal-cross .owl-nav>div .fa {
    position: absolute;
    top: 50%
  }

  .modal-cross .owl-nav>div.owl-next .fa {
    right: 0
  }

  #slider {
    margin-bottom: 50px
  }

  #slider img {
    max-width: none;
    width: 100%
  }

  #slider .carousel-indicators {
    bottom: -50px;
    margin: 0
  }

  #slider .carousel-item:first-of-type .slider-text, #slider .slider-text {
    position: absolute;
    width: 80%;
    right: 10%;
    top: 70px ;
    transform: translateY(0%);
    z-index: 9;
    display: block
  }
 #slider .slider-text.mobile-bottom {
 	top: auto !important;
 	bottom: 170px;
 }
  #slider .carousel-item .slider-text.fancy {
   right: 50% !important;
   transform: translate(50%,0%) !important;
   width: 25% !important;
    top: 90px !important;
}
#slider .slider-text.fancy h2 {
    font-size: 30px;
    line-height: 1;
}

  #slider .carousel-indicators li {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    flex: 1 1 0
  }
}

@media(max-width: 767px) {
  .cat-31 h2 {
    text-align: center !important
  }

  .cat-31 .left {
    margin-bottom: 50px
  }

  .cat-31 .left, .cat-31 .right {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px
  }

  .cat-31 .left img, .cat-31 .right img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block
  }

  .cat-31 p {
    min-height: 10px
  }

  #kunden .left {
    text-align: left;
    padding-right: 0
  }

  #kunden .right {
    padding-left: 15px
  }

  .container-full.contact h1::before, .container-full.contact h1::after {
    top: 11px
  }

  .container-full.contact .contact-info h2, .container-full.contact .contact-info {
    text-align: left
  }

  .container-full.contact .contact-info .contact-address, .container-full.contact .contact-info .contact-tel, .container-full.contact .contact-info .contact-mail {
    position: relative;
    padding-right: 0;
    padding-left: 50px
  }

  .container-full.contact .contact-info .contact-address .icon, .container-full.contact .contact-info .contact-tel .icon, .container-full.contact .contact-info .contact-mail .icon {
    position: absolute;
    right: auto;
    left: 0
  }

  .container-full.contact .contact-info>.col-md-6 img:not(.icon) {
    display: none
  }

  .container-full.login h2 {
    margin-top: 50px
  }

  #add-item-to-basket-overlay .modal .btn {
    width: 50%
  }

  #add-item-to-basket-overlay #ppButton {
    position: relative;
    left: 0;
    margin-left: 15px;
    width: 50% !important
  }



  #add-item-to-basket-overlay .amzPayButton, #add-item-to-basket-overlay #ppButton, #add-item-to-basket-overlay .modal .btn {
    width: 49% !important
  }

  #add-item-to-basket-overlay .modal .btn {
    margin-bottom: 10px
  }

  #add-item-to-basket-overlay #ppButton, #add-item-to-basket-overlay .modal-footer>.btn-primary {
    margin-left: 2%
  }

  #add-item-to-basket-overlay .amzPayButton {
    margin: 0 !important
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .basket-preview .basket-preview-content {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .basket-preview .basket-preview-content .col-sm-7, .basket-preview .basket-preview-content .col-sm-5 {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
  }
}
@media(max-width: 680px) {
	#slider .carousel-item .slider-text.fancy {
    bottom: 70px;
    top: auto !important;
    width: 80% !important;
}
}
@media(max-width: 670px) {
  .container-full.contact h1::before, .container-full.contact h1::after {
    top: 4px;
    width: 28%
  }

  .container-full.contact h1::after {
    background-size: 210%
  }

  .container-full.contact h1::before {
    background-size: 210%
  }
}

@media(min-width: 601px) {
  .categoriegrid .catDefine .define.phone {
    display: none !important
  }

  .categoriegrid .catDefine #filterCollapse {
    background: #fff;
    display: inline-block !important
  }
}

@media(max-width: 600px) {
  #page-body {
    margin-top: 135px
  }

  .wrapper-main>header {
    padding: 25px 0 10px;
    background-size: 170px
  }

  header #logoSignet {
    height: 80px;
    width: 80px;
    bottom: -40px;
    margin-left: -40px;
    padding: 15px
  }

  header #logoSignet img {
    max-width: 50px;
    max-height: 48px
  }

  footer {
    background-size: 170px
  }

  footer .copy {
    padding-bottom: 25px
  }

  footer .footerSignet {
    width: 50px;
    margin-left: -25px
  }

  footer .footerSignet::after {
    left: -38px;
    top: -13px;
    background-size: 100px
  }

  .categoriegrid .catIntro, .page-my-account #page-body>.container-max, .page-confirmation #page-body>.container-max, .container-full.catContent, .container-full.staticPages, .container-full.contact, .container-full.registration, .container-full.checkout, .container-full.basket {
    padding-top: 50px
  }

  .home section {
    padding: 50px 15px
  }

  .categoriegrid .catDefine #filterCollapse .card>a>.fa, .categoriegrid #feedback-stars-average, .categoriegrid .catDefine .define.last {
    display: none
  }

  .categoriegrid .catDefine .define {
    display: block;
    width: 100%;
    max-width: 100%
  }

  .categoriegrid .catDefine .define.phone a {
    color: #636363;
    display: block;
    padding: 13px 10px;
    text-align: center;
    border-bottom: 1px solid #636363
  }

  .categoriegrid .catDefine .define .list-sort {
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    text-align: center
  }

  .categoriegrid .catDefine .filter-wrapper {
    display: block
  }

  .categoriegrid .catDefine #filterCollapse {
    border: 1px solid #636363;
    border-top: 0;
    padding: 0 15px 15px
  }

  .categoriegrid .catDefine #filterCollapse .filterList {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    border: 0;
    padding: 0;
    width: 100%;
    display: block
  }

  article .thumb-prices {
    width: 80%
  }

  article .wishAndRate {
    width: 20%
  }

  #searchBox {
    top: 65px
  }

  .wrapper-main>header {
    padding: 35px 0
  }
}

@media (min-width: 576px) {
  .isLang-fr .add-item {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
    width: 100%
  }

  .add-item .btn.btn-large {
    min-width: 10rem
  }
}

@media(max-width: 575px) {
	#slider .carousel-item .slider-text.fancy {
    bottom: 0;
}

  body {
    font-size: 15px;
    line-height: 19px
  }

  .hidden-xs {
    display: none !important
  }

  h1, .h1, h2, .h2, .categoriegrid .catIntro h1, .single h1, .single h2 {
    font-size: 40px;
    line-height: 35px
  }

  h3 {
    font-size: 25px
  }

  .home h3 {
    font-size: 30px;
    line-height: 30px
  }

  .btn {
    font-size: 18px;
    height: 40px;
    padding: 8px 20px
  }

  .home .btn {
    font-size: 18px;
    height: auto;
    min-height: 40px;
    padding: 8px 20px
  }

  select, input, .input-unit input, .input-unit select {
    padding: 5px 10px !important;
    height: 40px !important
  }

  .qty-box {
    height: 40px
  }

  .cmp-search-box .search-submit {
    height: 40px;
    width: 40px
  }

  #secOne {
    padding-top: 40px
  }





  #feedback .btn-primary, #feedback .alert {
    max-width: 100%;
    width: 100%
  }

  #feedback .btn-primary {
    margin-bottom: 30px
  }

  #feedback .feedback-container .feedback-bars .feedback-bar-wrap .feedback-bar-text-before {
    width: 40px;
    text-align: right
  }

  #feedback .feedback-container .feedback-bars .feedback-bar-wrap .feedback-bar-text-after {
    width: 20px;
    text-align: right
  }

  #feedback .feedback-container .feedback-bars .feedback-bar-wrap .feedback-bar {
    width: 90%;
    width: calc(100% - 65px)
  }

  #divider-top, #divider, .divider {
    margin: 15px 0
  }

  .add-item .btn-only-icon-xs-down .fa {
    display: block
  }

  #add-item-to-basket-overlay .btn {
    display: block;
    width: 100%;
    float: none
  }

  #add-item-to-basket-overlay .is-table-row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }

  #add-item-to-basket-overlay .is-table-row .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
  }

  .container-full.contact h1::before, .container-full.contact h1::after {
    top: -16px;
    width: 50px;
    background-size: unset;
    height: 65px
  }

  .checkout-rightside h3, .basket-preview .basket-header-caption, .modal-title, .container-full.basket .h3, .container-full.checkout .h3, .basket-preview .totals .h3 {
    font-size: 17px
  }

  h2, .h2, .categoriegrid .catIntro h1, .single h1, .single h2 {
    font-size: 30px !important;
    line-height: 40px !important
  }

  #add-item-to-basket-overlay .modal .btn {
    width: 100%
  }

  .qty-box-container input, .quantity-input-container input, .add-to-basket-container button.btn-outline-secondary {
    height: 45px !important
  }

  .checkout .basket-list-item .meta-container-wrapper-inner, .checkout .basket-item, .basket .basket-list-item .meta-container-wrapper-inner, .basket .basket-item {
    display: block !important
  }

  .checkout .basket-list-item .image-container, .basket .basket-list-item .image-container {
    width: 100%;
    margin-bottom: 20px
  }

  .checkout .basket-item .basket-item-container-right, .basket .basket-item .basket-item-container-right {
    display: block
  }

  .basket-list-item .item-remove-button {
    font-size: 14px
  }

  .checkoutArt article .thumb-image {
    height: auto !important
  }

  .checkoutArt article .thumb-image img {
    max-height: none;
    width: auto !important
  }

  .modal {
    z-index: 10800 !important
  }

  #feedback .feedback-container .feedback-bars .feedback-bar-wrap .feedback-bar {
    width: 90%;
    width: calc(100% - 80px)
  }

  .feedback-container .feedback-bars .feedback-bar-wrap p {
    min-width: 20px !important
  }

  #feedback .btn-primary {
    padding: 7px 70px
  }

  .single #ppButton img {
    max-width: none;
    height: 45px
  }

  #add-item-to-basket-overlay .amzPayButton img {
    height: auto;
    width: 100%;
    max-height: none !important
  }

  #add-item-to-basket-overlay #ppButton img {
    height: auto;
    width: 100%;
    position: relative;
    top: -3px
  }

  .crossselling article {
    max-width: 320px;
    margin: 0 auto
  }

  #feedback .feedback-bars .fa {
    padding-left: 5px
  }

  #kunden h2 {
    margin-bottom: 30px
  }

  #flag {
    right: 50%;
    top: auto;
    width: 340px;
    bottom: -290px
  }

  #flag.ostern::before {
    display: none
  }

  .page-confirmation #question h2 {
    margin-bottom: 15px
  }

  .page-confirmation #question .select-unit .m-b-1 {
    columns: 1;
    column-gap: 0
  }
  #stempel {
    bottom: -90px;
    right: 11px;
}
}

@media(max-width: 550px) {
  .wrapper-main>header {
    padding: 25px 0
  }

  #page-body {
    margin-top: 100px
  }

  #registry-form-container .item-inner .small {
    font-size: 100%
  }
}

@media(max-width: 515px) {
  .home #secThree h3, .home #secFour h3 {
    font-size: 25px;
    line-height: 25px
  }

  h1, .h1, h2, .h2, .categoriegrid .catIntro h1, .single h1, .single h2 {
    font-size: 30px;
    line-height: 30px !important
  }
}

@media(max-width: 500px) {
  #page-body {
    margin-top: 165px
  }

  .wrapper-main>header {
    height: 167px
  }

  .basket #ppButton, .basket .amzPayButton {
    float: none
  }

  header .row {
    display: block;
    text-align: center
  }

  .basket-preview-content {
    text-align: left
  }

  header #logoName {
    margin: 0 auto 10px
  }

  .control-languages .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #ddd;
    padding: 9px !important;
    height: auto;
    width: auto
  }
}
@media(max-width: 480px) {
 #slider .slider-text.mobile-bottom {
 	bottom: 90px;
 }
}
@media(max-width: 450px) {
#slider .slider-text p.bg-green {
    max-width: 100%;
    margin-top: 15px;
}
#slider .slider-text p.bg-green strong {
    display: inline;
}
}
@media(max-width: 430px) {
  footer h3 {
    font-size: 20px
  }

  .form-check input {
    height: auto !important;
    margin-top: 3px
  }

  .input-unit label {
    font-size: 15px
  }
}

@media (max-width: 425px) {
	#slider .carousel-inner {
		overflow: visible;
	}
	#slider .carousel-item .slider-text.fancy {
    bottom: -60px;
}
  .single .numberAndRating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }

  .single .numberAndRating>b {
    flex: 0 0 115px
  }

  .single .numberAndRating>span {
    flex: 0 0 70%;
    flex: 0 0 calc(100% - 115px)
  }

  #StarsInSingle {
    flex: 0 0 115px;
    margin-top: 10px
  }

  .single .numberAndRating .feedback-stars-average {
    margin-left: 0
  }

  .single .linkto {
    margin-top: 11px
  }
}

@media(max-width: 415px) {
  h2, .h2, .categoriegrid .catIntro h1, .single h1, .single h2 {
    font-size: 30px !important;
    line-height: 45px
  }

  h1, .h1 {
    font-size: 40px !important;
    line-height: 50px
  }

  .container-full.contact .btn {
    width: 100%
  }

  .container-full.login .login-container>.row {
    display: block
  }

  .container-full.login .login-container>.row .col-7, .container-full.login .login-container>.row .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .container-full.login .login-container>.row .col-5 button {
    width: 100%;
    margin-top: 15px
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 2px
  }
}

@media(max-width: 390px) {
  header #controlsList li {
    margin-right: 5px
  }
}

@media(max-width: 375px) {
  .basket-preview-content .amzPayButton {
    left: -170px
  }

  .basket-preview-content .amzPayButton img {
    width: 155px
  }
}

@media (max-width: 370px) {
  article .thumb-image {
    height: auto !important
  }

  #add-item-to-basket-overlay .modal-footer>.btn-primary {
    margin-left: 0
  }

  #add-item-to-basket-overlay .modal .btn {
    width: 100% !important
  }

  #add-item-to-basket-overlay .amzPayButton {
    padding: 0;
    text-align: left !important
  }

  .basket #ppButton {
    margin-right: 0
  }

  .basket #ppButton img {
    width: 100%
  }
}

@media(max-width: 360px) {
  .product-list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  footer .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
  }

  article .thumb-content .title {
    min-height: 10px !important
  }

  #add-item-to-basket-overlay .amzPayButton {
    margin: 5px 0 10px !important;
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0
  }

  #add-item-to-basket-overlay #ppButton {
    margin: 0 0 10px;
    text-align: center
  }

  footer .aboutus ul:first-of-type {
    margin-bottom: 120px
  }

  #it-logo {
    top: 95px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -90px
  }

  #it-logo-gold {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 95px;
    right: auto;
    bottom: auto;
    left: 50%
  }

  #flag {
    width: 100%;
    right: 0;
    margin: 0;
    height: 551px;
    bottom: -551px
  }

  #flag.open {
    right: 0;
    top: auto;
    bottom: 0;
    height: auto
  }

  header #controlsList>li {
    margin: 0 10px
  }
}

@media(max-width: 350px) {
  .container-full.contact h1::before, .container-full.contact h1::after {
    display: none
  }

  #slider .carousel-item:first-of-type .slider-text, #slider .slider-text {
    top: 40px
  }
   #slider .slider-text.mobile-bottom {
   	top: auto !important;
 	bottom: 10px;
 }
  #slider .carousel-item .slider-text.fancy {
    bottom: -80px;
    top: auto !important;
}

}

@media(max-width: 330px) {
  header #controlsList li {
    margin-right: 0
  }

  header #controlsList>li>img, header #controlsList>li>a>img {
    max-width: 35px !important
  }
}

@media(max-width: 320px) {
  .basket-preview-content .amzPayButton {
    left: -145px
  }

  .basket-preview-content .amzPayButton img {
    width: 130px
  }
}
.owl-stage-outer {
  overflow: hidden;
}
.code-hint {
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}
.code-hint::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -70px;
  height: 200px;
  width: 140px;
  display: block;
  /*background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/muttertaghinweis.png) no-repeat top left;*/
  background: url(https://cdn02.plentymarkets.com/b5q2enz8pstp/frontend/ceres/img/osterhinweis.png) no-repeat top left;
  background-size: contain;
}
.code-hint .line-blue{
  background-color: #4e9cdf;
  color: #fff;
  padding: 10px 30px 10px 90px;
  font-size: 20px;
}
.code-hint .line-green{
    background: #74c1b0;
    color: #fff;
    padding: 20px 30px 20px 90px;
  font-size: 20px;
}

#flagBox {
    position: fixed;
    bottom: 40%;
    right: 10px;
    z-index: 9999;

}
#flagBox .flag-big {
  display: none;
    background: #ef9994;
    width: 300px;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
}
#flagBox .flag-big .fa {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #ef9994;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #fff;
}
#flagBox .flag-big  .headline {
  text-align: center;
  font-size: 23px;
  font-family: 'TropenScript';
  margin-top: 15px;
}
#flagBox .flag-big  .text {
  text-align: center;
}
#flagBox .flag-big  .text strong {
  display: block;
}
#flagBox .flag-big .btn {
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  display: block;
}
#flagBox:hover .flag-big {
display: block;
}
#flagBox:hover .flag-small {
  display: none;
}


@media(max-width: 1700px) and (min-width: 1401px){
  .hashint .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .code-hint  {
    padding-left:50px
}
.code-hint::before {
  top: -25px;
  left: 0;
  height: 150px;
  width: 110px;
}
.code-hint .line-blue {
  padding: 10px 30px 10px 70px;
}
  .code-hint .line-green {
    padding: 20px 30px 20px 70px;
}
}
@media(max-width: 1400px) {
  .code-hint  {
    padding-left:50px
}
.code-hint::before {
  top: -25px;
  left: 0;
  height: 150px;
  width: 110px;
}
.code-hint .line-blue {
  padding: 10px 30px 10px 70px;
}
  .code-hint .line-green {
    padding: 20px 30px 20px 70px;
}
}
@media(max-width: 575px) {
  #flagBox {
    right: 0;
    bottom: 100px
}
}
@media(min-width: 769px) {
#hersteller .wrap {
  display: flex;
  gap: 100px;
}
}
#hersteller .wrap .label {
  width: 120px
}

@media(min-width: 992px) {
  .__up_optin {
    right: 150px !important
  }
}
.__up_optin .__up_optin-content .__up_optin_mail_input {
    padding-bottom: 30px;
}
.__up_optin .__up_optin-content .__up_optin-form .__up-optin-email-input-label, .__up_optin .__up_optin-content .__up_optin-form-inputs .__up-optin-email-input-label {
    top: 18px !important;
    left: 10px;
    word-spacing: normal;
}
.__up_optin .__up_optin-content .__up_optin-form .__up_optin-email-input:not(:placeholder-shown)~.__up-optin-email-input-label {
  display: none;
}
.__up_optin .__up_optin-content .__up_optin-legal-text {
    word-spacing: 0;
    font-size: 12px;
}
.__up_optin .__up_optin-content .__up_optin-info-text {
  word-spacing: normal;
}

.page-contact .notification-wrapper  {
    right: 50%;
    transform: translateX(50%);
}
.page-contact .notification-wrapper .alert {
  max-width: 600px;
}
@media(max-width: 1024px) {
  .page-home section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cookie-bar.out {
    left: 85px !important;
}
}

.page-singleitem .cookie-bar.out {
  display: none !important
}