@charset "UTF-8";
@font-face {
  font-family: "Nespresso-regular";
  src: url("../Fonts/Lucas2/Regular/NespressoLucas-Regular.eot?t=1");
  src: url("../Fonts/Lucas2/Regular/NespressoLucas-Regular.eot?t=1") format("eot"), url("../Fonts/Lucas2/Regular/NespressoLucas-Regular.woff2?t=1") format("woff2"), url("../Fonts/Lucas2/Regular/NespressoLucas-Regular.woff?t=1") format("woff"), url("../Fonts/Lucas2/Regular/NespressoLucas-Regular.ttf?t=1") format("truetype");
}
@font-face {
  font-family: "Nespresso-semibold";
  src: url("../Fonts/Lucas2/SemiBd/NespressoLucas-SemiBd.eot?t=1");
  src: url("../Fonts/Lucas2/SemiBd/NespressoLucas-SemiBd.eot?t=1") format("eot"), url("../Fonts/Lucas2/SemiBd/NespressoLucas-SemiBd.woff2?t=1") format("woff2"), url("../Fonts/Lucas2/SemiBd/NespressoLucas-SemiBd.woff?t=1") format("woff"), url("../Fonts/Lucas2/SemiBd/NespressoLucas-SemiBd.ttf?t=1") format("truetype");
}
@font-face {
  font-family: "Nespresso-extrabold";
  src: url("../Fonts/Lucas2/XtraBd/NespressoLucas-XtraBd.eot?t=1");
  src: url("../Fonts/Lucas2/XtraBd/NespressoLucas-XtraBd.eot?t=1") format("eot"), url("../Fonts/Lucas2/XtraBd/NespressoLucas-XtraBd.woff2?t=1") format("woff2"), url("../Fonts/Lucas2/XtraBd/NespressoLucas-XtraBd.woff?t=1") format("woff"), url("../Fonts/Lucas2/XtraBd/NespressoLucas-XtraBd.ttf?t=1") format("truetype");
}
body,
html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Nespresso-regular, Arial;
  font-size: 16px;
  background-color: #000000;
}

b {
  font-family: Nespresso-semibold;
  font-weight: normal;
}

span b {
  font-family: Nespresso-extrabold !important;
  font-weight: normal;
}

img {
  border: 0px;
}

h1 {
  color: #986F38;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

#greyit {
  background-color: #252525;
  opacity: 0.5;
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100%;
  z-index: 2000;
  display: none;
}

.kostenpflichtig-bestellen-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.5);
  opacity: 0.5;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 2000;
}

.kostenpflichtig-bestellen-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  background-color: #000000;
  padding: 2%;
  color: #FFFFFF;
  border: 20px solid #404040;
  z-index: 2001;
  box-shadow: 0px 0px 10px #000000;
}

.kostenpflichtig-bestellen-popup.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.kostenpflichtig-bestellen-popup-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kostenpflichtig-bestellen-popup button {
  margin-bottom: 5px;
  padding: 2%;
  border-radius: 3px;
  width: 40%;
  min-width: 300px;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 16px;
  margin-top: 30px;
  color: #FFFFFF;
  cursor: pointer;
}

.kostenpflichtig-bestellen-popup button.red {
  background-color: #7A0002;
}

.kostenpflichtig-bestellen-popup table {
  width: 100%;
  border-collapse: collapse;
}

.kostenpflichtig-bestellen-popup table img {
  width: 50px;
  height: auto;
}

.kostenpflichtig-bestellen-popup tbody {
  background-color: #ffffff;
  color: #000000;
}

.kostenpflichtig-bestellen-popup thead {
  text-align: left;
  line-height: 200%;
}

.kostenpflichtig-bestellen-popup tfoot {
  text-align: left;
  font-weight: bold;
  line-height: 200%;
}

.kostenpflichtig-bestellen-popup .close {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.bestellen-info-icon:after {
  background-image: url(../img/information-icon.png);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(-10px);
  content: "";
}

#kontaktform {
  position: absolute;
  width: 46%;
  top: 0px;
  background-color: #000000;
  padding: 2%;
  color: #FFFFFF;
  left: 25%;
  margin-top: 40px;
  border: 20px solid #404040;
  display: none;
  z-index: 2001;
  box-shadow: 0px 0px 10px #000000;
}

#kontaktform input {
  width: 96%;
  border: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: Nespresso-regular;
  padding: 2%;
  margin-top: 5px;
  border-radius: 3px;
}

#kontaktform textarea {
  width: 96%;
  padding: 2%;
  resize: none;
  font-family: Nespresso-regular;
  font-size: 12px;
  height: 100px;
}

#kontaktform input[type=button] {
  width: 50%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 16px;
  margin-top: 30px;
  color: #FFFFFF;
  float: right;
}

.close {
  cursor: pointer;
}

#kontaktform .close {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  top: 15px;
}

#loginwrapper {
  width: 50%;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 50px;
}

#login {
  width: 90%;
  background-color: #1B1B1B;
  margin: 0 auto;
  padding: 5%;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 10px;
}

#login input {
  width: 96%;
  border: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Nespresso-regular;
  padding: 2%;
  margin-top: 5px;
  border-radius: 3px;
}

#login input[type=submit] {
  width: 50%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 16px;
  margin-top: 10px;
  color: #FFFFFF;
  float: right;
}

#wrapper {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}

#top {
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 20px;
  position: relative;
  height: 40px;
}

#top #logo {
  float: left;
  position: absolute;
  left: -10px;
}

#logo_schrift {
  display: block;
}

#logo_mono {
  display: none;
  margin-left: calc(50% - 25px);
  width: 50px;
}

#top .loggedin {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #FFFFFF;
}

#top .loggedin a {
  color: #ffffff;
}

#top #menubutton {
  float: right;
  width: 30px;
  text-align: right;
  cursor: pointer;
  display: none;
  top: 10px;
  margin-top: 10px;
}

#top #menubutton img {
  width: 100%;
}

#navigation {
  clear: both;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  background-color: #ffffff;
  margin-top: 20px;
}

#navigation a {
  padding-left: 2%;
  padding-right: 2%;
  color: #000000;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  font-size: 13px;
}

#navigation a:hover {
  background-color: #e1e1e1;
}

#mobilenavigation {
  width: 100%;
  position: absolute;
  top: 75px;
  background-color: #000000;
  z-index: 5000;
  max-width: 996px;
  display: none;
}

#mobilenavigation a {
  width: 92%;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3F3F3F;
  border-top: 1px solid #ffffff;
  padding-left: 4%;
  padding-right: 4%;
}

.mobilesubnavi {
  display: none;
}

#subnavigation {
  position: absolute;
  z-index: 1000;
  background-color: #d9d9d9;
  width: 95%;
  display: none;
  max-width: 946px;
}

#subnavigation a:hover {
  background-color: #c1c1c1;
}

.header {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.header .arrowleft {
  top: 50%;
  left: -20px;
  position: absolute;
  margin-top: -25px;
  box-shadow: 0px 0px 5px #000000;
  cursor: pointer;
  z-index: 1000;
}

.header .arrowright {
  top: 50%;
  right: -20px;
  position: absolute;
  margin-top: -25px;
  box-shadow: 0px 0px 5px #000000;
  cursor: pointer;
  z-index: 1000;
}

.header .headeritem {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0;
}

.header_dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 5px;
}

.header_dots li {
  cursor: pointer;
  border: 1px solid #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

.header_dots .active {
  background-color: #ffffff;
}

#header_1 {
  display: block;
}

.header .headeritem img {
  width: 100%;
}

.box {
  width: 48%;
  margin-top: 10px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  background-color: #000000;
}

.boxleft {
  float: left;
}

.boxright {
  float: right;
}

.box img {
  width: 100%;
}

.box .infotext {
  background-color: #000000;
  padding: 4%;
}

#content {
  clear: both;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  color: #FFFFFF;
}

#innercontent {
  clear: both;
  float: left;
  width: 95%;
  margin-top: 20px;
  color: #FFFFFF;
  background-color: #404040;
  padding: 2.5%;
}

#footer {
  clear: both;
  float: left;
  width: 95%;
  margin-left: 2.5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
}

.grandcrusgruppe {
  width: 24.333333%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  float: left;
  padding: 2%;
  background-color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  text-decoration: none;
}

.grandcrusgruppe img {
  width: 100%;
}

.sp1 {
  float: left;
  width: 49%;
}

.sp2 {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.sp3 {
  float: left;
  width: 30%;
}

.item {
  background-color: #FFFFFF;
  width: 98%;
  float: left;
  padding: 0.1%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin-top: 1px;
}

.item img {
  float: left;
  width: 50px;
}

.item .bezeichnung {
  float: left;
  color: #000000;
  width: 57%;
  font-size: 14px;
  margin-left: 5%;
  margin-top: 5px;
}

.item select {
  float: right;
  border: 1px solid #CCCCCC;
  padding: 10px;
  width: 15%;
  margin-top: 5px;
  background-color: #F7F7F7;
  text-align: center;
  border-radius: 3px;
}

.kapselgroup-content {
  background-color: #000000;
  padding-top: 2%;
  padding-bottom: 2%;
}

.kapselgroup-content .mplus {
  transform: rotate(0deg);
  transition: 0.5ms all ease-in;
}

.kapselgroup-content .mplus.plusactive {
  transform: rotate(225deg);
  transition: 0.5ms all ease-in;
}

.kapselgroup-container.active {
  display: block;
}

.kapselgroup-header {
  float: left;
  margin-left: 20px;
}

.kapselgroup {
  width: 92%;
  margin-bottom: 10px;
  background-color: #000000;
  padding: 4%;
}

.kapselgroup-container .kapselgroup {
  padding-top: 0px;
  margin-bottom: 0;
}

.kapselgroup-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kapselgroup-items > .item {
  width: 48%;
}

.kapselgroup-items.width100 > .item {
  width: 100%;
}

@media screen and (max-width: 850px) {
  .kapselgroup-items > .item {
    width: 100%;
  }
}
.intenso_border,
.espresso_border {
  border-left: 2px solid #b35c01;
}

.pureorigin_border {
  border-left: 2px solid #8c184e;
}

.lungo_border {
  border-left: 2px solid #edd85c;
}

.decaffeinato_border {
  border-left: 2px solid #b30430;
}

.variation_border {
  border-left: 2px solid #c2a572;
}

.statusbox {
  width: 92%;
  background-color: #000000;
  margin-bottom: 10px;
  float: left;
  padding: 4%;
}

.statusbox textarea {
  width: 96%;
  padding: 2%;
  resize: none;
  font-family: Nespresso-regular;
  font-size: 12px;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
}

.statusbox input[type=submit] {
  width: 50%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 16px;
  margin-top: 10px;
  color: #ffffff;
  float: right;
  border-radius: 3px;
}

.zahl {
  clear: both;
  float: left;
  text-align: right;
  width: 50px;
  font-size: 14px;
  padding: 4px 0;
}

.name {
  float: left;
  margin-left: 15px;
  font-size: 14px;
  width: 70%;
  padding: 4px 0;
}

.error,
.info {
  width: 96%;
  padding: 2%;
  font-size: 16px;
  font-family: Nespresso-semibold;
  color: #FFFFFF;
  background-color: #7A0002;
  margin-bottom: 20px;
  text-align: center;
}

.info {
  background-color: #FB8500;
}

.success {
  width: 96%;
  padding: 2%;
  font-size: 16px;
  font-family: Nespresso-semibold;
  color: #FFFFFF;
  background-color: #007E1A;
  margin-bottom: 20px;
  text-align: center;
}

.password-reminder-banner {
  color: #ffffff;
  background-color: #FF6214;
  text-align: center;
  padding: 10px;
}

.gutscheinbox {
  width: 96%;
  background-color: #000000;
  padding: 2%;
  margin-bottom: 20px;
}

.gutscheinbox select {
  border: 1px solid #CCCCCC;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
  background-color: #F7F7F7;
  text-align: center;
  font-family: Nespresso-semibold;
}

.gutscheinbox .formleft {
  float: left;
  width: 30%;
  text-align: right;
  padding-top: 12px;
}

.gutscheinbox input {
  border: 1px solid #CCCCCC;
  padding: 2%;
  width: 60%;
  margin-top: 5px;
  background-color: #F7F7F7;
  font-family: Nespresso-bold;
  float: right;
  text-align: center;
  border-radius: 3px;
}

.zusatzleft {
  float: left;
  width: 47.5%;
}

.zusatzright {
  float: right;
  width: 47.5%;
}

.plus {
  clear: both;
  float: left;
  cursor: pointer;
  margin-top: 30px;
  width: 50%;
  min-height: 33px;
}

.plus img {
  float: left;
}

.plus .pluslabel {
  float: left;
  margin-left: 5%;
  width: 80%;
}

.zusatzinfos {
  display: none;
}

.zusatzinfos input {
  width: 96%;
  text-align: left;
}

.zusatzinfos input[type=submit] {
  text-align: center;
}

.zusatzinfos .formleft {
  text-align: left;
  width: 100%;
}

.zusatzinfos .plz {
  float: left;
  width: 14%;
}

.zusatzinfos .ort {
  float: right;
  width: 75%;
}

.table-datenschutz {
  padding: 30px 0 0 0;
}

#datenschutz {
  width: initial;
}

.gutscheinbox input[type=submit] {
  width: 50%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 14px;
  margin-top: 20px;
  color: #FFFFFF;
  border-radius: 3px;
}

.gutscheinleft {
  float: left;
  width: 48%;
  padding-right: 2%;
  border-right: 1px solid #1B1B1B;
  padding-bottom: 10px;
}

.gutscheinright {
  float: right;
  width: 47.5%;
}

#perso_form .machinetype-container {
  display: flex;
  padding: 0 25px;
}

#perso_form .machinetype-container div {
  flex: 50%;
}

#perso_form .machinetype-container div input {
  float: unset;
  width: 30px;
}

#perso_form h2 {
  margin: 1.5em 0 0 0;
}

.statistikbox {
  width: 96%;
  background-color: #000000;
  padding: 2%;
}

.sub {
  display: none;
}

.vorlagebutton {
  border: 1px solid #FFFFFF;
  float: left;
  padding: 12px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #1b1b1b;
}

.vorlagebutton_forothers {
  border: 1px solid #FFFFFF;
  float: left;
  padding: 12px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #1b1b1b;
}

.vorlageaktive {
  border: 1px solid #986F38;
  color: #986F38;
  box-shadow: 0px 0px 10px #986F38;
}

.downloadlink {
  width: 100%;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: block;
  background-color: #986F38;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nespresso-semibold;
}

.row {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

.row:hover {
  background-color: #0d0d0d !important;
}

.light {
  background-color: #1B1B1B;
}

.dark {
  background-color: #131313;
}

.verlaufleft {
  float: left;
  margin-left: 2%;
}

.verlaufright {
  float: right;
  text-align: right;
  margin-right: 2%;
}

.help {
  float: left;
  width: 50%;
  padding-top: 18px;
}

.help a {
  color: #FFFFFF;
  font-family: Nespresso-semibold;
  text-decoration: none;
}

.maschinencontent {
  margin-bottom: 20px;
  width: 96%;
  background-color: #000000;
  padding: 2%;
}

.capsule-flex-item{
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  gap: 10px;
}

.capsule-flex-item .tassenicon-container{
  margin-top: auto;
}

.maschine {
  float: left;
  width: 8.5%;
  width: 22.6%;
  margin-left: 0.1%;
  margin-right: 0.1%;
  padding: 1%;
  background-color: #FFFFFF;
  color: #000000;
  margin-top: 2px;
  padding-bottom: 20px;
}

.maschine a {
  color: #000000;
}

.mplus {
  float: left;
  margin-left: 10px;
}

.plusactive {
  transform: rotate(225deg);
}

.maschinencontent h1 {
  float: left;
  margin-left: 20px;
}

.maschinencontent a {
  width: 100%;
  display: block;
}

.maschinenauflistung {
  display: none;
  margin-top: 20px;
}

.blackcontent {
  padding: 2%;
  background-color: #000000;
}

.blackcontent a {
  color: #FFFFFF;
}

.whitecontent {
  padding: 2%;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 14px;
}

.whitecontent .prodigio_maschine {
  float: left;
  width: 48%;
}

.whitecontent .prodigio_specs {
  float: left;
  width: 52%;
  padding-top: 40px;
}

.whitecontent .prodigio_specs h1 {
  margin-bottom: 20px;
}

.whitecontent .essenza_text {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.whitecontent .essenza_buttons {
  width: 408px;
  margin: 0 auto;
}

.whitecontent .essenza_buttons a {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.whitecontent .prodigio_text {
  float: left;
  width: 65%;
  font-size: 14px;
  margin-top: 10px;
}

.whitecontent .prodigio_icon {
  clear: both;
  width: 50px;
  float: left;
}

.whitecontent .prodigio_icontext {
  float: left;
  width: 65%;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 5%;
}

.whitecontent .prodigio_buttons {
  float: right;
  width: 190px;
  margin-top: 10px;
  padding-bottom: 30px;
}

.whitecontent h1 {
  color: #333333;
}

.whitecontent a {
  color: #333333;
}

.zusatzcontent {
  background-color: #FFFFFF;
  padding: 2%;
  width: 95%;
  margin-left: 0.1%;
  margin-right: 0.1%;
  margin-top: 10px;
  color: #000000;
  display: none;
  position: relative;
}

.zusatzcontent .close {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.moredetails {
  background-image: url(../img/link_black.png);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  height: 20px;
  text-decoration: none;
}

.downloads {
  background-image: url(../img/download_black.png);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  height: 20px;
  text-decoration: none;
  margin-top: 5px;
}

.downloaditem {
  float: left;
  width: 8.5%;
  width: 17.6%;
  margin-left: 0.1%;
  margin-right: 0.1%;
  padding: 1%;
  background-color: #FFFFFF;
  color: #000000;
  margin-top: 2px;
  padding-bottom: 20px;
}

.downloaditem a {
  color: #000000;
  background-image: url(../img/download_black.png);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  text-decoration: none;
}

.detailbild {
  float: left;
  width: 50%;
  max-width: 400px;
}

.detailtext {
  float: left;
  width: 50%;
}

.intensitaet {
  float: left;
  width: 5px;
  height: 5px;
  border: 1px solid #000000;
  margin-right: 2px;
  margin-top: 10px;
}

.intensitaetlabel {
  float: left;
  padding-top: 5px;
  margin-left: 5px;
}

.full {
  background-color: #000000;
}

.ristretto {
  background-image: url(../img/tassenicon_ristretto.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 35px;
  height: 20px;
  background-size: contain;
}

.espresso {
  background-image: url(../img/tassenicon_espresso.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 35px;
  height: 20px;
  background-size: contain;
}

.lungo {
  background-image: url(../img/tassenicon_lungo.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 35px;
  height: 20px;
  background-size: contain;
}

.milchrezept {
  background-image: url(../img/tassenicon_milchrezept.png);
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-left: 35px;
  height: 20px;
  background-size: contain;
}

.serviceleft {
  width: 50%;
  float: left;
}

.serviceright {
  width: 50%;
  float: left;
}

.serviceleft a,
.serviceright a {
  color: #FFFFFF;
}

/* Service Seite */
.services a {
  color: #000000;
}

.service_visual {
  height: 510px;
}

.service_hg_bestellung {
  background-image: url("../img/content/services/Services_Relaunch_hg_bestellung.jpg");
  background-size: cover;
}

.service_hg_lieferung {
  background-image: url("../img/content/services/Services_Relaunch_hg_lieferung.jpg");
  background-size: cover;
}

.service_hg_kundenservice {
  background-image: url("../img/content/services/Services_Relaunch_hg_kundenservice.jpg");
  background-size: cover;
}

.service_hg_recycling {
  background-image: url("../img/content/services/Services_Relaunch_hg_recycling.jpg");
  background-size: cover;
}

.service_hg_masterclass {
  background-image: url("../img/content/services/Services_Relaunch_hg_masterclass.jpg");
  background-size: cover;
}

.service_hg_nespressoandyou {
  background-image: url("../img/content/services/Services_Relaunch_hg_nespressoandyou.jpg");
  background-size: cover;
}

.service_bestellung_icons {
  margin-top: 70px;
}

.service_lieferung_icons {
  margin-top: 80px;
}

.service_kundenservice_icons {
  margin-top: 80px;
}

.service_recycling_icons {
  margin-top: 80px;
}

.service_masterclass_icons {
  margin-top: 80px;
}

.service_nespressoandyou_icons {
  margin-top: 120px;
}

.service_bestellung,
.service_kundenservice,
.service_recycling,
.service_masterclass,
.service_nespressoandyou,
.service_lieferung {
  padding: 15px;
  text-align: left;
  margin-top: 15px;
}

.text_icons,
.image_icons {
  text-align: center;
  padding: 15px;
}

.image_icons img {
  margin-top: 40px;
}

.text_icons h2 {
  font-size: 38px;
  margin: 15px 0px 0px 0px;
}

/* Service Seite Ende*/
.teamleft {
  width: 49%;
  float: left;
}

.teamright {
  float: right;
  width: 49%;
}

.teamgruppe {
  width: 92%;
  background-color: #000000;
  padding: 4%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}

.teamgruppe a {
  color: #FFFFFF;
}

.teamitem {
  border-top: 1px solid #1b1b1b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.teamitem img {
  float: left;
  margin-right: 10px;
}

.downloadcount {
  float: right;
  color: #FFFFFF;
  margin-top: 9px;
}

#ergebnis {
  background-color: #1b1b1b;
  margin-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}

#ergebnisgsforothers {
  background-color: #1b1b1b;
  margin-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.bestelltext,
.bestelltext-kostenpflichtig {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  float: right;
  margin-top: 5px;
  padding: 10px;
  text-align: center;
  width: 15%;
  border-radius: 3px;
}

.gutscheinaktion {
  width: 48%;
  float: left;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 20px;
}

.gutscheinaktion:nth-child(3),
.gutscheinaktion:nth-child(4) {
  margin-bottom: 0px;
}

.gutscheinaktion .aktionstext {
  padding: 4%;
}

#recyclingalert {
  font-size: 20px;
  text-align: center;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  font-family: Nespresso-semibold;
  width: 100%;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drittelbox {
  width: 30%;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.drittelbox img {
  width: 100%;
}

.mitglied_full {
  margin: 0px;
  margin-left: 14px;
  padding: 0;
  list-style: none;
}

.connoisseur_full li:before {
  content: "• ";
  color: #BCA482;
}

.expert_full li:before {
  content: "• ";
  color: #B31D42;
}

.ambassador_full li:before {
  content: "• ";
  color: #BC913B;
}

.mitglied_half {
  margin: 0px;
  margin-left: 14px;
  padding: 0;
  color: #5c5c5c;
  list-style: none;
}

.connoisseur_half li:before {
  content: "• ";
  color: #443B32;
}

.expert_half li:before {
  content: "• ";
  color: #422025;
}

.maschinenpartner {
  float: left;
  padding: 10px;
  width: 32%;
  background-color: #FFFFFF;
  color: #000000;
  box-sizing: border-box;
}

.maschinenpartner a {
  color: #000000;
}

.sebleft {
  float: left;
  width: 70%;
}

.sebright {
  float: left;
  width: 30%;
}

.lattissima_touch {
  background-image: url(../img/content/lattissima_touch_bg.jpg);
  background-size: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.lattissima_touch h1 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
  float: left;
  color: #bd8c54;
}

.lattissima_touch .top_maschine {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
  float: left;
  color: #000000;
  background-image: url(../img/content/lattissima_touch_swosh1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 100px;
  font-size: 15px;
}

.lattissima_touch .top_maschine img {
  width: 100%;
  max-width: 470px;
}

.lattissima_touch .details {
  color: #000000;
  font-size: 15px;
}

.lattissima_touch .details h2 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
  float: left;
  color: #bd8c54;
  font-family: "Nespresso-semibold";
  font-weight: normal;
  letter-spacing: 2px;
}

.lattissima_touch .details_box {
  width: 50%;
  float: left;
  padding-right: 5%;
  padding-left: 5%;
  box-sizing: border-box;
}

.lattissima_touch .details_box ul,
.lattissima_touch .details_box ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.lattissima_touch .details_box ul li {
  padding-left: 20px;
  background-image: url(../img/content/lattissima_touch_bullet.png);
  background-repeat: no-repeat;
  background-position: 5px;
  box-sizing: border-box;
  background-position: 6px 8px;
}

.lattissima_touch .creamylatte {
  color: #000000;
  font-size: 15px;
  text-align: center;
}

.lattissima_touch .creamylatte h3 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  text-align: center;
  float: left;
  color: #000000;
  font-family: "Nespresso-semibold";
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 24px;
  position: relative;
  margin-top: 120px;
  margin-bottom: 10px;
}

.lattissima_touch .creamylatte h3::before {
  background-image: url(../img/content/lattissima_touch_creamylatte.png);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  height: 93px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  top: -70px;
}

.lattissima_touch .creamylatte .bild {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
  float: left;
  color: #000000;
  background-image: url(../img/content/lattissima_touch_swosh2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 60px;
  font-size: 15px;
  padding-bottom: 80px;
}

.lattissima_touch .creamylatte .bild img {
  margin-left: 23%;
  width: 100%;
  max-width: 302px;
}

.pwnew {
  width: 96%;
  border: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Nespresso-regular;
  padding: 2%;
  margin-top: 5px;
  border-radius: 3px;
}

.pwnewbutton {
  width: 50%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 16px;
  margin-top: 10px;
  color: #FFFFFF;
  float: right;
  border-radius: 3px;
}

.adminrow {
  background-color: #1A1A1A;
  border-bottom: 1px solid #676767;
  padding: 20px;
}

.adminrow:hover {
  background-color: #090909;
}

.adminrow .clubnummer {
  float: left;
  width: 20%;
}

.adminrow .marktname {
  float: left;
  width: 80%;
}

.adminrow .edit {
  font-size: 12px;
  margin-top: 10px;
  float: left;
  width: 100%;
  text-align: right;
}

#adminsearch {
  width: 96%;
  border: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Nespresso-regular;
  padding: 2%;
  margin-top: 5px;
  border-radius: 3px;
}

.marktdetails {
  float: left;
  width: 50%;
}

.marktinfos {
  float: left;
  width: 20%;
}

.marktadmin {
  float: left;
  width: 30%;
  text-align: right;
}

.cleardiv {
  clear: both;
  height: 0px;
}

.gs-row-header {
  background-color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 2px;
}

.gs-row {
  background-color: #2B2B2B;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.gs-row:nth-child(even) {
  background-color: #333333;
}

.gs-row:hover {
  background-color: #414141;
}

.gs-gutscheinaktion-name,
.gs-datum,
.gs-id,
.gs-clubnummer,
.gs-kontingent,
.gs-marktname,
.gs-adresse {
  float: left;
  margin-right: 5px;
  width: 15%;
}

.gs-marktname,
.gs-adresse {
  width: 23%;
}

.gs-id {
  width: 8%;
  padding-left: 10px;
}

.gs-datum {
  text-align: center;
}

.gs-gutscheinaktion-name {
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}

.gs-heading,
.gs-subheading {
  color: #986F38;
  font-size: 24px;
}

.gs-subheading {
  font-size: 18px;
}

.barista-creations-block-1 {
  width: 70%;
  margin: 0 auto 80px auto;
  text-align: center;
  line-height: 25px;
}

.barista-creations-block-1 .headline {
  font-size: 24px;
  letter-spacing: 3px;
  font-family: Nespresso-semibold, Arial;
  padding: 30px 10px 20px 10px;
}

.barista-creations-block-1 .normal-text {
  line-height: 22px;
}

.barista-creations-block-2 {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.barista-creations-block-2-kapsel,
.barista-creations-block-2-rezept {
  float: left;
  box-sizing: border-box;
  width: 50%;
  text-align: left;
  line-height: 25px;
  padding: 0 10px 0 10px;
}

.barista-creations-block-2-kapsel img {
  width: 100%;
}

.barista-creations-block-2-rezept-inner {
  margin: 30px 20px;
  color: #000000;
  text-align: center;
}

.barista-creations-block-2-rezept-inner img {
  width: 100%;
}

.barista-creations-block-2-rezept-inner .normal-text {
  padding: 0 15px 25px 15px;
  line-height: 20px;
}

.barista-creations-block-2-rezept-inner .headline {
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
}

.barista-creations-block-2-rezept-mobile {
  display: none;
}

.barista-creations-block-2-mobile-banner {
  padding: 2%;
  background-color: #000000;
  background-image: url(../img/content/Barista_Creations_Microsite_BG.jpg?t=1);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
}

.barista-creations-block-2-mobile-banner img {
  width: 250px;
}

.barista-creations-block-2-mobile-rezept {
  text-align: center;
  color: #000000;
}

.barista-creations-block-2-mobile-rezept .normal-text {
  padding: 0 15px 35px 15px;
  line-height: 20px;
}

.barista-creations-block-2-mobile-rezept .headline {
  padding: 30px 30px 10px 30px;
  font-weight: bold;
  font-size: 18px;
}

.barista-creations-trenner {
  height: 10px;
  background-color: #1d0802;
  width: 100%;
}

.creatista {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.italiana-micro-intro {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0 10px 0;
}

.italiana-micro-50-container {
  width: 100%;
}

.italiana-micro-50 {
  float: left;
  box-sizing: border-box;
  width: 50%;
  text-align: left;
  line-height: 25px;
  padding: 0 0 0 0px;
}

.italiana-micro-50 img {
  margin: auto;
  display: block;
  text-align: center;
  max-width: 80vw;
}

.italiana-micro-50-headline,
.italiana-micro-50-text,
.italiana-micro-50-intensitaet {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 230px;
  margin: auto;
}

.italiana-micro-50-headline {
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: bold;
}

.italiana-micro-50-intensitaet {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}

.italiana-micro-50-decaffeinato {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  padding: 30px 0 0 0;
}

.italiana-micro-50-decaffeinato span {
  background-color: #ffffff;
  /*fallback*/
  background-color: rgba(255, 255, 255, 0.85);
  padding: 7px 15px 7px 15px;
}

.creatista-black,
.creatista-black-50-container {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
}

.creatista-black-50-container {
  width: 80%;
}

.creatista-black-50 {
  float: left;
  box-sizing: border-box;
  width: 50%;
  text-align: left;
  line-height: 25px;
  padding: 0 0 0 0px;
}

.creatista-black-50 li {
  line-height: 20px;
  margin-bottom: 10px;
}

.lattissimaone-einleitung {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
}

.lattissimaone-kreise {
  margin: 30px 0;
}

.lattissimaone-kreis {
  float: left;
  box-sizing: border-box;
  width: 33%;
  text-align: center;
}

.lattissimaone-label {
  padding: 10px 0 20px 0;
  font-family: Nespresso-semibold;
}

.strich {
  height: 1px;
  background-color: #FFFFFF;
  width: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.uv-block {
  width: 96%;
  background-color: #000000;
  padding: 2%;
  margin-bottom: 20px;
  position: relative;
}

.uv-block:last-of-type {
  margin-bottom: 0px;
}

.uv-form-subheadline {
  color: #986F38;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.uv-warnung {
  display: inline-block;
  width: 80%;
}

/*gs-tool start*/
/*block*/
.gst-block {
  width: 96%;
  background-color: #000000;
  padding: 2%;
  margin-bottom: 20px;
  position: relative;
}

.gst-block:last-of-type {
  margin-bottom: 0px;
}

/*fortschritt*/
.gst-fortschrittsnav {
  position: relative;
}

.gst-fortschrittsnav .balken {
  height: 20px;
  width: 90%;
  background-color: #986F27;
  position: absolute;
  top: 30px;
  margin-left: 4%;
  z-index: 1;
}

.gst-fortschrittsnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gst-fortschrittsnav li {
  float: left;
  width: 16.66%;
  text-align: center;
  z-index: 2;
  position: relative;
}

.gst-fortschrittsnav img {
  background-color: #FFFFFF;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 8px solid #000000;
  box-sizing: border-box;
  vertical-align: middle;
}

.gst-fortschrittsnav .active img {
  border: 8px solid #986F27;
}

/*input*/
.gst-input100,
.gst-input20,
.gst-input60,
.gst-markt-suchfeld,
.gst-kontingent-input,
.gst-input-select,
.uv-user-suchfeld {
  border: 1px solid #CCCCCC;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
  background-color: #F7F7F7;
  font-family: Nespresso-regular;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}

.gst-markt-suchfeld,
.uv-user-suchfeld {
  text-align: left;
  font-size: 18px;
  margin-top: 15px;
}

#gst-markt-suchfeld-ergebnisse,
#uv-user-suchfeld-ergebnisse {
  cursor: pointer;
}

#gst-markt-filter-gruppen {
  width: 100%;
}

.gst-marktsuche-filter-button {
  float: left;
  background-color: #B59D7D;
  padding: 10px 15px 10px 15px;
  margin-right: 2px;
  margin-top: 2px;
  font-weight: bold;
  cursor: pointer;
}

.gst-marktsuche-filter-button.active {
  background-color: #986F38;
}

.gst-input20 {
  width: 20%;
}

.gst-kontingent-input {
  width: 50px;
  float: right;
  margin-top: 0;
  margin-right: 10px;
}

.gst-input60 {
  width: 60%;
}

.gst-weiter-button,
.gst-neu-button,
.gst-bearbeiten-button,
.gst-bearbeiten-button-2,
.gst-aktionen-button,
.gst-kontingent-auffuellen-button,
.gst-gutscheinvorlage-drucken-button,
.uv-neu-button {
  width: 33.3%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 14px;
  margin-top: 20px;
  color: #FFFFFF;
  border-radius: 3px;
  text-align: center;
  float: right;
  text-decoration: none;
  cursor: pointer;
}

.uv-neu-button {
  margin-right: 3%;
}

.gst-aktionen-button.red {
  background-color: #7A0002;
}

.gst-kontingent-auffuellen-button {
  width: 120px;
  margin-right: 20px;
  margin-top: 0px;
  float: right;
}

.gst-gutscheinvorlage-drucken-button {
  width: 300px;
  margin-right: 20px;
  margin-top: 0px;
  float: right;
}

.gst-bearbeiten-button {
  position: absolute;
  bottom: 28px;
  right: 20px;
  width: 45%;
}

.gst-bearbeiten-button-2 {
  position: absolute;
  bottom: 80px;
  right: 20px;
  width: 45%;
}

.gst-neu-button,
.uv-neu-button {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.gst-aktionen-button {
  width: 50%;
  float: left;
  margin-top: 0;
}

.gst-aktionen-button:nth-child(2) {
  width: 47%;
  float: right;
}

.gst-kapselmenge-auswahl {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 730px) {
  .gst-kapselmenge-auswahl {
    flex-wrap: wrap;
  }
}
.gst-kapselmenge-auswahl.col-2 > * {
  width: 48%;
}
@media only screen and (max-width: 730px) {
  .gst-kapselmenge-auswahl.col-2 > * {
    width: 100%;
  }
}
.gst-kapselmenge-auswahl.col-1 > * {
  width: 100%;
}

.gst-kapselmenge-button {
  background-color: #B59D7D;
  border: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 60px;
  font-family: Nespresso-regular;
  font-size: 70px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.gst-kapselmenge-button.active {
  background-color: #986F38;
}

.gst-kapselmenge-button-left,
.gst-kapselmenge-button-right {
  width: 95%;
  background-color: #B59D7D;
  border: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 60px;
  font-family: Nespresso-regular;
  font-size: 70px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.gst-kapselmenge-button-left.active,
.gst-kapselmenge-button-right.active {
  background-color: #986F38;
}

.gst-kapselmenge-button-left {
  margin-right: 5%;
}

.gst-kapselmenge-button-right {
  margin-left: 5%;
}

.gst-vorab-datum {
  margin-top: 13px;
}

.gst-auswahl-entry,
.uv-auswahl-entry {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2B2B2B;
  color: white;
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.uv-auswahl-entry-color-indicator {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  bottom: 0;
}

#uv-user-result-count {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}

.uv-user-filter {
  display: flex;
}

.uv-user-filter-button {
  padding: 5px 10px;
  margin-right: 5px;
  opacity: 0.3;
  cursor: pointer;
}

.uv-user-filter-button.active {
  opacity: 1;
}

.uv-password-indicator {
  width: 10px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

.uv-password-text {
  display: inline-block;
  padding: 10px 0 10px 20px;
}

.uv-copy-paste-text {
  display: block;
  width: 85%;
  height: 150px;
  font-size: 16px;
  font-family: "Nespresso-regular";
  padding: 10px;
  margin-top: 20px;
}
.uv-copy-paste-text.hidden {
  display: none;
}

.gst-auswahl-entry .col-timestamp,
.gst-protokoll-header-entry .col-timestamp {
  float: left;
  width: 200px;
  padding-left: 20px;
}

.gst-auswahl-entry .col-activity,
.gst-protokoll-header-entry .col-activity {
  float: left;
  width: 300px;
  padding-left: 10px;
}

.gst-auswahl-entry .col-benutzer,
.gst-protokoll-header-entry .col-benutzer {
  float: left;
  width: 200px;
  padding-left: 10px;
}

.gst-auswahl-entry-ampel {
  position: absolute;
  height: 100%;
  width: 10px;
  top: 0;
  float: left;
}

.gst-auswahl-entry-ampel.red {
  background-color: #7a0002;
}

.gst-auswahl-entry-ampel.yellow {
  background-color: #FFCB15;
}

.gst-auswahl-entry-ampel.green {
  background-color: #007a20;
}

.gst-auswahl-entry:nth-child(2n),
.uv-auswahl-entry:nth-child(2n) {
  background-color: #333333;
}

.gst-auswahl-entry:hover,
.uv-auswahl-entry:hover {
  background-color: #414141;
}

.gst-auswahl-entry .col-von,
.gst-auswahl-entry .col-bis,
.gst-uebersicht-header-entry .col-von,
.gst-uebersicht-header-entry .col-bis {
  float: left;
  width: 40px;
  padding-left: 10px;
}

.gst-auswahl-entry .col-menge,
.gst-uebersicht-header-entry .col-menge {
  float: left;
  width: 60px;
  text-align: right;
  padding-left: 10px;
}

.gst-auswahl-entry .col-kontingent,
.gst-uebersicht-header-entry .col-kontingent {
  float: left;
  width: 65px;
  text-align: right;
  padding-left: 20px;
}

.gst-auswahl-entry .col-maschinen,
.gst-uebersicht-header-entry .col-maschinen {
  float: left;
  width: 210px;
  padding-left: 15px;
}

.gst-auswahl-entry .col-maerkte,
.gst-uebersicht-header-entry .col-maerkte {
  float: left;
  width: 320px;
  padding-left: 20px;
}

.gst-auswahl-entry img {
  display: block;
  float: left;
  padding-left: 10px;
}

.gst-auswahl-entry-info,
.uv-auswahl-entry-info {
  padding-left: 20px;
  float: left;
}

.gst-auswahl-entry-kontingent1 {
  padding-left: 20px;
  float: left;
  width: 300px;
}

.gst-auswahl-entry-kontingent2 {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}

.gst-auswahl-entry-remove {
  float: right;
  padding-right: 10px;
  padding-top: 15px;
}

.gst-auswahl-entry-add {
  float: right;
  padding-right: 10px;
  padding-top: 3px;
}

.gst-auswahl-entry-markt-action {
  float: right;
  padding-right: 10px;
  padding-top: 3px;
}

.uv-auswahl-entry-user-action {
  float: right;
  padding-right: 20px;
  padding-top: 13px;
}

.gst-remove-icon {
  transform: rotate(45deg);
  cursor: pointer;
  margin-top: -3px;
}

.gst-add-icon {
  cursor: pointer;
}

.gst-maschine {
  cursor: pointer;
}

.gst-maschine-active {
  background-color: #986F38;
  color: #FFFFFF;
}

.gst-markt-active {
  background-color: #986F38 !important;
}

.gst-maschinen-filter img {
  width: 20%;
  float: left;
  margin-left: 6.5%;
  /*bei vier: 2.5%;*/
  margin-right: 6.5%;
  /*bei vier: 2.5%;*/
  box-sizing: border-box;
  border: 5px solid #000000;
}

.gst-maschinen-filter .active {
  border: 5px solid #986F27;
}

.gst-gesamtkontingent-value {
  float: right;
  margin-right: 22px;
  margin-top: 10px;
  font-weight: bold;
}

.gst-gesamtkontingent-title {
  float: left;
  margin-left: 22px;
  margin-top: 10px;
}

.gst-auswahl-entry-kontingent {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
}

.gst-33-left,
.gst-33-right,
.uv-33-left,
.uv-33-right {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 33.3%;
}

.gst-33-right,
.uv-33-right {
  float: right;
}

.gst-50-left {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
}

.gst-66-left,
.uv-66-left {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 66.6%;
}

.gst-archiv-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.gst-archiv-nav-item {
  margin: 0 10px 10px 0;
  padding: 10px 15px 10px 15px;
  background-color: #B59D7D;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.gst-archiv-nav-item.active {
  background-color: #986F38;
}

.lds-facebook {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #986F38;
  transform: translate(-50%, -50%);
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 3.6px;
  width: 7.2px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 3.6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 14.4px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 25.2px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 3.6px;
    height: 28.8px;
  }
  50%, 100% {
    top: 10.8px;
    height: 14.4px;
  }
}
/*gs-tool end*/
/*trade news start */
.tn-block {
  width: 96%;
  background-color: #000000;
  padding: 2%;
  margin-bottom: 20px;
  position: relative;
}

.tn-block:last-of-type {
  margin-bottom: 0px;
}

.tn-frage {
  /*font-family: Nespresso-semibold;*/
  font-size: 18px;
  padding-bottom: 5px;
}

.tn-input {
  border-bottom: 1px solid #F7F7F7;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 10px 3px 10px;
  width: 48.5%;
  margin-right: 1%;
  margin-top: 10px;
  background-color: #000000;
  box-sizing: border-box;
  font-family: Nespresso-regular;
  color: #F7F7F7;
  text-align: left;
  font-size: 16px;
}

.uv-input {
  border-bottom: 1px solid #F7F7F7;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 10px 3px 10px;
  width: 80%;
  margin-right: 1%;
  margin-bottom: 15px;
  background-color: #000000;
  box-sizing: border-box;
  font-family: Nespresso-regular;
  color: #F7F7F7;
  text-align: left;
  font-size: 16px;
}

.uv-field {
  display: inline-block;
  padding: 10px 10px 3px 10px;
  width: 80%;
  margin-right: 1%;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-family: Nespresso-regular;
  color: #F7F7F7;
  text-align: left;
  font-size: 16px;
}

.uv-input-select {
  display: inline-block;
  width: 80%;
}

.uv-input-select select {
  border-bottom: 1px solid #F7F7F7;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 10px 3px 10px;
  width: 100%;
  margin-right: 1%;
  margin-bottom: 15px;
  background-color: #000000;
  box-sizing: border-box;
  font-family: Nespresso-regular;
  color: #F7F7F7;
  text-align: left;
  font-size: 16px;
}

.uv-input-select select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.uv-input-label {
  display: inline-block;
  width: 18%;
  box-sizing: border-box;
  font-family: Nespresso-regular;
  color: #F7F7F7;
  text-align: left;
  font-size: 16px;
}

.tn-pflichtfeldinfo {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.tn-teilnahmebedingungen {
  font-size: 14px;
}

.tn-fragen-container {
  width: 550px;
  margin: 0px auto;
  border: 1px solid #986f27;
  padding: 20px 30px;
  box-sizing: border-box;
}

.tn-submit {
  width: 48%;
  background-color: #986F38;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nespresso-semibold;
  font-size: 14px;
  margin-top: 30px;
  color: #FFFFFF;
  border-radius: 3px;
  text-align: center;
  float: right;
  text-decoration: none;
  cursor: pointer;
  margin-right: 2%;
}

.tn-vorschaubild {
  width: 200px;
  float: left;
}

.tn-aktionen {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.tn-aktionen-titel {
  font-size: 20px;
  padding-bottom: 60px;
}

.tn-aktionen a {
  color: #FFFFFF;
  display: block;
  padding: 10px 0;
}

.tn-antwort {
  padding: 5px 0;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto;
  /* 15% from the top and centered */
  padding: 10px 20px 20px 20px;
  border: 5px solid #1B1B1B;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 1080px;
}

/* The Close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
}

.modal-img {
  width: 100%;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*
.tn-label b {
  font-family: Nespresso-extrabold;
}
*/
/*trade news end */
.bonusreisepopup {
  position: fixed;
  z-index: 10000;
  top: 50px;
  width: 700px;
  padding: 40px;
  box-sizing: border-box;
  background-image: url("../img/kaffeereise2020/Wettbewerb/PopUp_Quiz_Startseite_bg.png");
  background-size: cover;
  background-position: center center;
  text-align: center;
  left: calc(50% - 350px);
}

.bonusreisepopup .headlinesmall {
  color: #FFFFFF;
  font-size: 23px;
  letter-spacing: 5px;
  font-family: Nespresso-semibold;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
}

.bonusreisepopup .headlinebig {
  color: #cc9f03;
  font-size: 40px;
  letter-spacing: 10px;
  font-family: Nespresso-extrabold;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.bonusreisepopup .zumupload {
  position: relative;
  padding: 10px;
  letter-spacing: 1px;
  width: 176px;
  text-align: center;
  box-sizing: border-box;
  left: calc(50% - 88px);
  background-image: url(../img/kaffeereise2020/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  padding-left: 37px;
  cursor: pointer;
  margin-top: 40px;
  color: #FFF;
  text-decoration: none;
  display: block;
}

.bonusreisepopup .zumupload.rz {
  background-color: #e6007e;
}

.bonusreisepopup .closebonuspopup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 920px) {
  .gst-auswahl-entry .col-maschinen,
.gst-uebersicht-header-entry .col-maschinen {
    display: none;
  }

  .gst-auswahl-entry .col-maerkte,
.gst-uebersicht-header-entry .col-maerkte {
    width: 200px;
  }

  .gst-auswahl-entry-kontingent1,
.gst-auswahl-entry-kontingent2 {
    width: 100%;
  }

  .uv-input {
    margin-bottom: 30px;
    width: 100%;
  }

  .uv-input-label {
    width: 100%;
  }

  .barista-creations-block-2-rezept-mobile {
    display: block;
  }

  .barista-creations-block-2 {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .kostenpflichtig-bestellen-popup-wrapper {
    justify-content: center;
  }

  .kostenpflichtig-bestellen-popup button {
    width: 80%;
    min-width: 200px;
  }

  .kostenpflichtig-bestellen-popup table {
    font-size: 70%;
  }

  .collsplit {
    width: 100% !important;
    float: left !important;
    display: block !important;
  }

  .colsplit-bottom {
    width: 100% !important;
    display: table-footer-group !important;
  }

  .collsplit-top {
    width: 100% !important;
    display: table-row-group !important;
  }

  .service_bestellung_icons,
.service_lieferung_icons,
.service_kundenservice_icons,
.service_recycling_icons,
.service_masterclass_icons,
.service_nespressoandyou_icons {
    margin-top: 30px;
  }

  .service_visual {
    height: 400px;
  }

  .barista-creations-block-1 {
    width: 95%;
  }

  .italiana-micro-50 {
    width: 100%;
  }

  .creatista,
.lattissimaone-einleitung,
.lattissimaone-kreis,
.creatista-black-50 {
    width: 100%;
  }

  .creatista-black-50 {
    padding: 0;
  }

  .creatista-black-50-container {
    width: 266px;
    margin: 0 auto;
  }

  .drittelbox {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 25px;
  }

  #top .loggedin {
    display: none;
  }

  #top #logo img {
    width: 45%;
  }

  .box {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  #top #logo {
    left: 0px;
  }

  #logo_schrift {
    display: none;
  }

  #logo_mono {
    display: block;
  }

  #navigation {
    display: none;
  }

  .arrowleft {
    display: none;
  }

  .arrowright {
    display: none;
  }

  .header_dots {
    display: none;
  }

  .grandcrusgruppe {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .sp1,
.sp2 {
    width: 100%;
    margin: 0px;
  }

  .gutscheinleft {
    width: 100%;
    border: 0px;
  }

  .gutscheinright {
    width: 100%;
  }

  .zusatzleft {
    width: 100%;
  }

  .zusatzright {
    width: 100%;
  }

  #loginwrapper {
    width: 90%;
  }

  .maschine {
    width: 47.4%;
    margin-left: 0.2%;
    margin-right: 0.2%;
  }

  .detailbild {
    width: 100%;
  }

  .detailtext {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .serviceleft {
    width: 100%;
  }

  .serviceright {
    width: 100%;
    margin-top: 20px;
  }

  .teamleft {
    width: 100%;
  }

  .teamright {
    width: 100%;
  }

  #kontaktform {
    width: 80%;
    border: 19px solid #404040;
    left: 0px;
  }

  h1 {
    font-size: 24px;
  }

  .gutscheinbox input[type=submit],
.statusbox input[type=submit] {
    width: 100%;
  }

  .plus {
    width: 100%;
  }

  .pluslabel {
    margin-top: 6px;
  }

  #top #menubutton {
    display: block;
  }

  .downloaditem {
    width: 47.5%;
    margin-left: 0.2%;
    margin-right: 0.2%;
  }

  .fliessbild {
    width: 100%;
  }

  .whitecontent .prodigio_maschine {
    display: none;
  }

  .whitecontent .prodigio_specs {
    width: 100%;
  }

  .whitecontent .prodigio_text {
    width: 100%;
    float: none;
  }

  .whitecontent .prodigio_buttons {
    width: 190px;
    float: none;
    margin: 0 auto;
    clear: both;
    margin-top: 20px;
  }

  .maschinenpartner {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .sebleft {
    width: 100%;
  }

  .sebright {
    width: 100%;
  }

  .lattissima_touch .details_box {
    width: 100%;
  }

  .lattissima_touch .creamylatte h3::before {
    width: 200px;
    margin-left: -100px;
    background-size: 200px;
    top: -45px;
  }

  .lattissima_touch .creamylatte .bild img {
    margin-left: 0px;
  }

  /*gs-tool start*/
  @keyframes spinner-line-fade-more {
    0%, 100% {
      opacity: 0;
      /* minimum opacity */
    }
    1% {
      opacity: 1;
    }
  }
  @keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
      opacity: 0.25;
      /* minimum opacity */
    }
    40% {
      opacity: 1;
    }
  }
  @keyframes spinner-line-fade-default {
    0%, 100% {
      opacity: 0.22;
      /* minimum opacity */
    }
    1% {
      opacity: 1;
    }
  }
  .gst-spin-holder {
    width: 47%;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .gst-fortschrittsnav {
    position: relative;
  }

  .gst-fortschrittsnav .balken {
    height: 10px;
    top: 15px;
    width: 85%;
    margin-left: 8%;
  }

  .gst-fortschrittsnav img {
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 4px solid #000000;
  }

  .gst-fortschrittsnav .active img {
    border: 4px solid #986F27;
  }

  .gst-33-left,
.gst-33-right,
.gst-66-left,
.gst-50-left,
.uv-66-left,
.uv-33-left,
.uv-33-right {
    width: 100%;
  }

  .gst-kapselmenge-button-left,
.gst-kapselmenge-button-right {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 30px;
    font-family: Nespresso-regular;
    font-size: 40px;
    margin-top: 10px;
  }

  .gst-weiter-button {
    width: 100%;
  }

  .gst-bearbeiten-button,
.gst-bearbeiten-button-2 {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gst-auswahl-entry .col-maerkte,
.gst-uebersicht-header-entry .col-maerkte {
    display: none;
  }

  .tn-input {
    width: 100%;
    margin-right: 0%;
  }

  .tn-vorschaubild {
    float: none;
    margin: 0px auto;
  }

  .tn-aktionen {
    float: none;
    text-align: center;
  }

  .tn-aktionen-titel {
    padding-bottom: 5px;
  }

  .tn-aktionen a {
    padding: 2px;
  }

  .tn-fragen-container {
    width: 95%;
  }

  /*gs-tool end*/
}
/**********************/
/* VERTUO UPDATE START*/
/**********************/
/*gold border*/
.ui-border--default {
  border: 5px solid transparent;
  transition: all 0.5s ease-in;
}
.ui-border--default:hover {
  border-color: #986F38;
}
.ui-border--active {
  border: 5px solid #986F38;
}

#kaffeeseite .maschine-item-name {
  padding: 10px 0 15px 0;
}

.kaffeetyp-selector {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 730px) {
  .kaffeetyp-selector {
    justify-content: center;
  }
}
.kaffeetyp-selector-item {
  display: block;
  flex-basis: 48%;
  cursor: pointer;
  box-sizing: border-box;
}

.kaffeetyp-selector.three .kaffeetyp-selector-item {
  flex-basis: 32.33%;
}

@media screen and (max-width: 730px) {
  .kaffeetyp-selector-item {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}
.kaffeetyp-selector-item-img {
  max-width: 100%;
}

.tassenicon-item {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.tassenicon-item-img {
  height: 20px;
  flex-shrink: 0;
}
.tassenicon-item-img img {
  max-height: 100%;
}

.vertuo-tassenicon-item {
  display: flex;
  align-items: flex-end;
  padding: 3px 0;
}
.vertuo-tassenicon-item-img {
  flex-shrink: 0;
}
.vertuo-tassenicon-item-img img {
  width: 35px;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.downloaditem.wideitem {
  width: 98%;
}
.downloaditem.wideitem img {
  max-width: 100%;
}

/**********************/
/* VERTUO UPDATE END*/
/**********************/
/***************************************/
/* KAFFEEREISE POPUP STARTSCREEN START */
/***************************************/
.kaffeereise21-popup-start {
  position: fixed;
  z-index: 10000;
  top: 50px;
  width: 700px;
  padding: 60px;
  box-sizing: border-box;
  background-image: url("./../content/kaffeereise2021/img/Wettbewerb_PopUp_BG.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  left: calc(50% - 350px);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) -2px 5px 1.5px;
}
@media only screen and (max-width: 739px) {
  .kaffeereise21-popup-start {
    width: 90%;
    left: 5%;
    padding: 50px;
  }
}
.kaffeereise21-popup-start .p {
  color: #000000 !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  font-family: Nespresso-regular !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  margin-left: 0px !important;
}
.kaffeereise21-popup-start .hlbig {
  color: #c1945d;
  font-size: 50px;
  letter-spacing: 12px;
  font-family: Nespresso-extrabold;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.kaffeereise21-popup-start .hlsmall {
  color: #c1945d;
  font-size: 30px;
  letter-spacing: 8px;
  font-family: Nespresso-semibold;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
.kaffeereise21-popup-start .subhl {
  color: #c1945d;
  font-size: 24px;
  letter-spacing: 8px;
  font-family: Nespresso-semibold;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.kaffeereise21-popup-start .closebonuspopup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: 30px;
}
.kaffeereise21-popup-start .cta-rounded {
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 2em 0.7em 2em;
  border-radius: 2em;
  color: #fff;
  background-color: #c1945d;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  position: relative;
  margin-top: 30px;
}
.kaffeereise21-popup-start .cta-rounded:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .kaffeereise21-popup-start .cta-rounded {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.kaffeereise21-popup-bestell {
  position: fixed;
  z-index: 10000;
  top: 50px;
  width: 700px;
  padding: 60px;
  box-sizing: border-box;
  background-image: url("http://preview.blaugrau.at/placeholder?s=762x508");
  background-size: cover;
  background-position: center center;
  text-align: center;
  left: calc(50% - 350px);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) -2px 5px 1.5px;
}
@media only screen and (max-width: 739px) {
  .kaffeereise21-popup-bestell {
    width: 90%;
    left: 5%;
    padding: 50px;
  }
}
.kaffeereise21-popup-bestell .p {
  color: #000000 !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  font-family: Nespresso-regular !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  margin-left: 0px !important;
}
.kaffeereise21-popup-bestell .hlbig {
  color: #c1945d;
  font-size: 50px;
  letter-spacing: 12px;
  font-family: Nespresso-extrabold;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.kaffeereise21-popup-bestell .hlsmall {
  color: #c1945d;
  font-size: 30px;
  letter-spacing: 8px;
  font-family: Nespresso-semibold;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
}
.kaffeereise21-popup-bestell .subhl {
  color: #c1945d;
  font-size: 24px;
  letter-spacing: 8px;
  font-family: Nespresso-semibold;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.kaffeereise21-popup-bestell .closebonuspopup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: 30px;
}
.kaffeereise21-popup-bestell .cta-rounded {
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 2em 0.7em 2em;
  border-radius: 2em;
  color: #fff;
  background-color: #c1945d;
  transition-duration: 0.6s;
  transition-timing-function: ease-in;
  position: relative;
  margin-top: 30px;
}
.kaffeereise21-popup-bestell .cta-rounded:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .kaffeereise21-popup-bestell .cta-rounded {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

/*************************************/
/* KAFFEEREISE POPUP STARTSCREEN END */
/*************************************/
.bestellmengen-hinweis {
  width: 92%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

/**************/
/* INFO POPUP */
/**************/
.info-popup {
  position: fixed;
  z-index: 10000;
  top: 50px;
  width: 700px;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  text-align: center;
  left: calc(50% - 350px);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) -2px 5px 1.5px;
}
@media only screen and (max-width: 739px) {
  .info-popup {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    left: 0;
    top: 0;
    padding: 50px;
  }
}
.info-popup-h1 {
  color: #986F38;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.info-popup-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.info-popup-highlight {
  border: 2px solid #986F38;
  padding: 15px;
  border-radius: 10px;
}

/****************/
/* LOGO LEGENDE */
/****************/
.logo-legende {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 85%;
}
@media screen and (max-width: 800px) {
  .logo-legende {
    padding: 10px;
  }
}
.logo-legende .valid-for {
  padding-bottom: 10px;
}
.logo-legende .legende-item {
  flex: 0 0 47%;
}
@media screen and (max-width: 800px) {
  .logo-legende .legende-item {
    flex-basis: 100%;
  }
  .logo-legende .legende-item:last-of-type {
    margin-top: 25px;
  }
}
.logo-legende .logo-item {
  display: flex;
  align-items: center;
}
.logo-legende .logo-item img {
  max-height: 45px;
  padding-right: 12px;
}
@media screen and (max-width: 800px) {
  .logo-legende .logo-item img {
    max-width: 45px;
  }
}
.logo-legende .logo-item.bio {
  align-items: flex-end;
}
.logo-legende .logo-item.bio .desc {
  margin-bottom: -3px;
}
.logo-legende .logo-item.bio img {
  padding-right: 6px;
}