@import 'https://fonts.googleapis.com/css?family=Happy+Monkey';
@import url('https://fonts.googleapis.com/css?family=Corben');

/* Button fuer Wettbewerb und der zugehoerigen Umfrage */
.button-homepage { 
  border: 3px solid #9E1E26;
  background-color: white;
  color: black;    
  padding: 14px 28px;    
  margin-top: 15px;
  text-align: center;
  cursor: pointer;}
.button-homepage:hover{box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}

html {
    height: 100%;
    width: 100%;
}
.scrlTp {
    background: #691419 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 15px;
    box-shadow: 1px 1px 1px #555555 inset;
    cursor: pointer;
    height: 50px;
    display: none;
    position: fixed;
    right: 15px;
    width: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF !important;
    text-decoration: none;
}
.scrlTp:hover {
    text-decoration: none;
}
body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
}
#head {
  height: 360px;
}
#menu {
  height: 45px;
}
.ls-defaultskin .ls-bottom-nav-wrapper{
  margin: -40px auto 0px auto !important;
}

#cms {
  height: auto;
  width: 1000px;
  margin: 0 auto;
}
div#cms > * {
  padding: 0 20px;
}
.kontakt {
  /* margin-left: 10px; */
}
#aboutme {
  margin-left: 10px;
}

/* Zitat */
blockquote.quote {
  /* goldener Hintergrund */
  background: #f5e6d3; /* hellblau e6f0fa,  rose: f7e3e7 , mint: e3f2ed , beige: f5e6d3  , warmes hellgrau: f2f2f2 */ /* cremeweiss: #f9f9f4; */
  /* Akzentlinie */
  border-left: 6px solid #AE9971; 

  /* border: 1px solid #dcdcdc;  wenn weiss mit rahmen */

  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

blockquote.quote p {
  margin: 0.25rem 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

blockquote.quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12), 0 0 0 3px rgba(240, 212, 79, 0.25);
}

blockquote.quote .cite {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #4a4a4a;
  opacity: 0.9;
  
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: 0
}

@media all and (max-width: 1685px) {
    #logoPartner {
        width: 98% !important;
        height: auto !important;
        text-align: center;
    }
}

body#cmsPage45 #cms_seiteninhalt img {
  max-width: 100%;
}

footer {
  min-height: 90px;
  border-top: 2px solid rgba(0, 0, 0, 1);
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  text-align: center;
}

#navi-menu ul {
  margin: 0 auto;
  list-style-type: none;
  height: 42px !important;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
.menutitle-first a {
  padding-left: 0px !important;
}
#navi-menu >  ul > li:nth-child(1) > ul{
  display:none;
}
#navi-menu ul li {
  height: 52px;
  border-top: 3px solid transparent;
}

.stelleHome {
  width: calc(100vw - 10px);
  padding: 35px 0 10px;
  margin-left: calc((-100vw + 100%) / 2);
  background: #f5f5f5;
  overflow: hidden;
}
.stelleHome > div:nth-child(1) {
  max-width: 1000px;
  margin: 0 auto;
  border: solid 1px #000
}
.stelleHome > div >* {
  max-width: 1000px;
  margin: 0 auto;
}
.stelleHome > div > div {
  padding : 0 10px;
}
.stelleHomeTitel {
  font-size: 17px;
  padding: 15px 0px;
  background: #9E1E26;
  margin-bottom: 0px;
  color: white;
}
.stelleHome a {
  color: #000
}


#navi-menu ul li a {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    /*font: normal normal normal 19px/1.4em Impact,impact-w01-2010,impact-w02-2010,impact-w10-2010,sans-serif;*/
    padding-top: 9px;
}

#navi-menu ul li ul li a {
    text-transform: none;
    font-weight: normal;
}
#navi-menu ul li a:hover {
  color: #9E1E26;
}
#navi-menu ul li ul li a:hover {
  color: #9E1E26 !important;
}
#navi-menu ul li ul {
  z-index: 31 !important;
  padding: 0;
  margin-top: -5px;
  display: none;
  position: absolute;
  width: 238px;
  height: 34px !important;
  background-color: #fff;
}

#navi-menu ul li ul li {
  text-align: left;
  float: left;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cfd0d0;
  height: 34px;

}

#navi-menu ul li ul li a {
  color: #2c3334;
  text-align: left;
  padding: 8px 10px;
  text-transform: uppercase;
}

#navi-menu li:hover > ul {
  display: block;
  float: left;
}

#navi-menu li a {
    font-size: 13px;
    display: block;
    color: #777;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
}
/* dddddddddd */
.vorlage_description {
    padding-top: 8%;
    font-size: 17px;
}
/* Aktive Menupunkte der Ebene 1 */
.menutitlea > .menulink1 {
  color: #9e1e26 !important;
}

/* Aktiver Menupunt Ebene 2 */
.menuentry2a a {
  color: #9E1E26 !important;
}

.menuentry3 a {
  color: #2c3334 !important;
}

.menuentry3Container {  
  margin-left: 65px !important;
}

/* Aktiver Menupunt Ebene 3 */
.menuentry3a a {
  color: #9E1E26 !important;
}

.unsichtbar {
  display: none;
}
#slider {
  margin-top: 1px;
}
#slidebox1 {
  padding: 0;
}
#logoBild {
  margin-left: 300px;
}
#navi-menu {
  border-top: 2px solid rgba(51, 51, 51, 1);
  border-bottom: 2px solid rgba(51, 51, 51, 1);
}
#seiteninhalt {
  margin: 0 auto;
  
}
#seitentitel {
  text-align: center;
  color: #9E1E26;
  font-size: 30px;
  overflow-wrap: break-word;
}

#cms_seiteninhalt {
  font-size: 17px;
}
h2 {
  font-size: 17px;
  color: rgb(158, 30, 38);
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#cms_inhaltsbereich {
  margin-bottom: 50px;
}

#seitentitel2 {
  display: none;
}
.slicknav_menu {
  display: none;
}

.galleryImg img {
  height: 174.59px !important;
}
.vorlage_entry {
  text-align: center !important;
}
.vorlageTitleBox {
  float: none !important;
  margin-top: 80px !important;
}
.vorlageTitleBox h2 {
  text-align: center !important;
}
.vorlageTitleBox h2 a {
  width: 100%;
}
A.vorlage_titel:HOVER {
  color: #000 !important;
}
A.vorlage_titel {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: bold !important;
  display: inline-block;
}
.vorlage_linkfile {
  display: none;
}
.vorlage_titel {
  padding: 15px 0px;
  background: #9E1E26;
}
.vorlage_list {
  margin-top: 50px !important;
}
.vorlage_entry h2 {
  font-size: 20px !important;
  color: #fff !important;
}
.vorlage_picture {
  margin-bottom: -50px;
}
.menutitle-first {
  padding-left: 10px;
}
#footerTextArea {
  font-size: 19px;
  margin-top: 20px;
}

#footerTextArea a {
  font-size: 19px;
}

#footerDisclaimerArea {
  margin-top: 5px;
}
.footerIconImg {
  height: 1em;
  position: relative;
  top: 3px;  
}
.textlink_intern {
  color: #000 !important;
  font-size: 17px;
}
.zocial-email {
  font-size: 20px;
  color: #000 !important;
}
.entypo-facebook-squared {
  font-size: 20px;
  color: #000 !important;
}
.footer-social-media-icon {
  font-size: 20px;
  color: #000 !important;
}
#home-list li {
  font-weight: bold;
  text-decoration: underline;
}

/* Athleten - Icons */

/* Athleten */
.entypo-globe {
  background: url('https://www.die-erfolgs-werkstatt.ch/images/iconBrowser.png') no-repeat center center;  
  background-size: cover;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  display: block;
}

.entypo-instagrem {
  background: url('https://www.die-erfolgs-werkstatt.ch/images/iconInstagram.png') no-repeat center center;  
  background-size: cover;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  display: block;
}

.entypo-facebook {
  background: url('https://www.die-erfolgs-werkstatt.ch/images/iconFacebook.png') no-repeat center center;  
  background-size: cover;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  display: block;
}

.entypo-video {
  background: url('https://www.die-erfolgs-werkstatt.ch/images/iconYoutube.png') no-repeat center center;  
  background-size: cover;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  display: block;
}

.entypo-twitter {
  background: url('https://www.die-erfolgs-werkstatt.ch/images/iconX.png') no-repeat center center;  
  background-size: cover;
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  display: block;
}

.iconLink {
  padding-right: 6px;
}
a.iconLink {
  text-decoration: none;
  color: transparent;
}
a.iconLink {
  text-decoration: none;
  color: transparent;
  align-self: center;
  -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.vorlageTitleBox .iconLink > span {
  color: white !important;
  font-size: 30px;
  margin-left: 10px;
}
.iconLink > span > span {
  display: none;
}
.vorlage_description > .athletenSocial {
  /* display: none !important; */
}

/* Athleten - Layout */
#vorlageListContainer44 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#vorlageListContainer44 > div.vorlage_columnFlexible {
  width: 49%;
}
/* #vorlageListContainer44 .vorlage_listPictureWrapper {
  display: none;
} */
#vorlageListContainer44 .vorlageTitleBox {
  float: none !important;
  margin-top: 0px !important;
}
#vorlageListContainer44 div.vorlage_description {
  padding: 0 10px !important;
}
#vorlageListContainer44 .vorlageTitleBox h2 {
  text-align: left !important;
  padding: 15px;
}
#vorlageListContainer44 .vorlageTitleBox {
  display: flex;
  background: #9E1E26;
  justify-content: space-between;
}
.athletenSocial {
  flex: 99;
  display: none;
  justify-content: flex-end;
  padding-right: 15px;
}
/* Ueber Uns */
#cmsPage33 #cms_seiteninhalt > div {
  display:flex;
  flex-wrap: wrap;
}
#cmsPage33 #cms_seiteninhalt img {
  margin-right: 10px;
}
#cmsPage33 div#cms_seiteninhalt > div > div:nth-child(2) {
  max-width: calc(100% - 210px);
  min-width: 250px;
}
/* Juicer */
.referral {
	display: none !important;
}
.j-post-overlay.juicer-feed a.juicer-button:hover {
	color: #fff !important;
}
.juicer-ad {
	display: none !important;
	visibility: hidden;
	position: absolute;
	top: -99999px;
}
.juiceBox {
  width: calc(100vw - 10px);
  padding: 35px 0 10px;
  margin-left: calc((-100vw + 100%) / 2);
  background: #f5f5f5;
  overflow: hidden;
}
.juiceBox > ul {
  max-width: 1000px;
}
.juicerPlaceholder {
  display: none !important;
	visibility: hidden;
	position: absolute;
	top: -99999px;
}
.youtubeArea {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.youtubeArea > * {
  width: 490px;
  margin-bottom: 20px;
  height: calc(490px / 1.7);
}

.jubiArea {display:flex; flex-wrap: wrap;justify-content: space-between;margin: 40px 0 }
.jubiArea > * {width: 470px;margin:0;flex-direction: column;}
.jubiArea .textlink_pdf {white-space: normal;}

#cmsPage73 .youtubeArea > *, .youtubeArea.ytUpper > * {
    width:470px;
    height: calc(470px / 1.7);
}
/* Modal */
body#cmsPage44 {
  position: relative;
}
body#cmsPage44.modal-open {
  overflow: hidden;
}
#modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
#modal.modal-active {
  display: block
}
div#modal::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.7;
}
.modal-content {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-closebutton {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
  font-size: 25px;
  color: #fff;
  text-align: right;
  background: #000;
  display: flex;
  justify-content: flex-end;
}
.modal-closebutton > span {
  align-self: center;
  padding: 0 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.blaetternNextBtn, .blaettern_rechts, .blaettern_links, .blaettern_mitte, .blaettern {
  display: none;
}
.soMe-sidebar {
  position: fixed;
  right: 0;
  z-index: 20000;
  background: #fff;
  top: 15vh;
  display: flex;
  flex-direction: column;
}
.soMe-sidebar > div { 
  width: 45px;
  height: 45px;
  position: relative;
}
.soMe-sidebar > div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff !important;
  font-size: 26px;
}
.soMe-sidebar-img {  
  width: 45px;
  height: 45px;
}
.soMe-sidebar > div.soMe-sidebar-mail {background-color: #0072C6;}
.soMe-sidebar > div.soMe-sidebar-fb {background-color: #3B5998;}
.soMe-sidebar > div.soMe-sidebar-insta {background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}
.soMe-sidebar > div.soMe-sidebar-yt {background-color: #FF0000;}
.soMe-sidebar > div.soMe-sidebar-spotify {background-color: #1ED761;}

#cmsPage47 #seitentitel {
  display:none;
}
#cmsPage47 #onePageLayout69 {
  width: calc(100vw - 10px);
  margin-left: calc((-100vw + 100%) / 2);
  background: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}
#cmsPage47 #onePageLayout69 #cms_inhaltsbereich {
  max-width: 960px;
  margin: 50px auto;
  padding: 10px;
  box-sizing: border-box;
}
.successmeld {
  color: #008100;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Shop */
.webshop-container{max-width:960px;width:100%;display:flex;flex-wrap:wrap;margin:40px auto 0;gap:calc(100% - 840px) }
.shopitem{width:420px;min-height:480px;margin-bottom:50px}
.card-description{display:flex;text-align:left;width:100%}
.card-description a{text-decoration:none}
.shopitem .card{box-sizing:border-box;padding:30px 40px 20px;height:100%;background-color:#9E1E26; color: #fff}
.shopitem .card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}
.shopitem .card .card-content{height:100%;position:relative}
.shopitem .card .card-image{width:100%;background-color:#fff;height:85%;position:relative;overflow:hidden}
.shopitem .card figure.image{min-width:80%;margin:0;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.shopitem .card .card-description{font-size:18px;position:absolute;bottom:0}
.shopitem .card .card-articletitle{font-size:18px!important}
.shopListImg{max-width:100%!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.shopDetailContainer{text-align:left;max-width:1200px;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px auto 0}
.shopDetailLeft{width:40%}
.shopDetailRight{width:50%}
.shopDetailImgBox{background-color:#9E1E26;width:100%;padding:20px; box-sizing: border-box;}
.shopDetailImgBoxInside{background-color:#FFF}
img.shopDetailImg{box-sizing:border-box;padding:30px;max-width:100%;width:100%;vertical-align:middle}
.shopDetailArtikelbezeichnung{font-size:2em;line-height:1;margin-bottom:20px}
.shopDetailPreis{font-size:28px;line-height:1.2;margin-top:25px;margin-bottom:40px}
.shopDetailPreisSubText{font-size:18px}
.shopDetailLieferdauer{font-size:16px;margin-top:5px}
.shopDetailInDenKorb{padding:12px;text-decoration:none;background-color:#D6CECD;font-size:16px;}
.shopDetailInDenKorb img{position:relative;top:6px;padding:0 10px 0 2px}
.shopDetailBeschreib{line-height:1.5;margin-top:40px}
.webshop-selects{max-width:1200px;width:100%;display:flex;flex-wrap:wrap;}
.webshop-selects > form{width:100%;display:flex;justify-content:flex-end}
.webshop-selects > form > select{margin-left:20px}
select[name="CurrID"]{min-width:100px}
form[name="Warenkorb"]{background-color:#9E1E26;padding:20px;min-width:550px; box-sizing: border-box;}
form[name="Warenkorb"] > table{width:100%;background:#fff;padding:15px}
form[name="Warenkorb"] td{background:#fff!important}
form[name="Warenkorb"] tbody *{font-size:16px;color:#000}
.artikelzeile{padding-top:2px;padding-bottom:2px;border-bottom:1px solid #756762}
span.shop_verpackungszeile{display:none}
#Warenkorb{overflow-x: scroll;}
#cmsPage71 fieldset{text-align:left}
#cmsPage71 form{position:relative}
#cmsPage71 fieldset .formlabel{float:none!important}
#cmsPage71 .wrapper{position:relative}
.shopDetailButton{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;cursor:pointer}
#cmsPage71 form[name="kontakt"] .buttonleiste input{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;;cursor:pointer}
input[name="button_send1"]{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;;cursor:pointer}
input[name="button_changeData"]{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;;cursor:pointer}
#cmsPage71 form[name="payment"]{text-align:left;max-width:1200px;margin:0 auto;font-size:20px}
#cmsPage71 form[name="payment"] > div:not(:first-child) .schrift_standard a{text-decoration:underline}
#cmsPage71 form[name="payment"] > div:first-child{margin-bottom:15px!important}
#cmsPage71 form[name="payment"] > div:first-child .schrift_standard{visibility:collapse}
#cmsPage71 form[name="payment"] > div:first-child a{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;;cursor:pointer;visibility:visible;margin-right:-15px}
#cmsPage71 form[name="payment"] select{font-size:16px;padding:6px 2px;box-sizing:content-box}
#cmsPage71 form[name="payment"]{text-align:inherit;text-align-last:inherit;}
#cmsPage71 .schrift_standard a{text-decoration:none}
#cmsPage71 .schrift_standard a:hover{text-decoration:underline}
input.bestellungSchicken{margin-left:7px}
tr.shopDetailTableHeader > td{border-bottom:1px solid #756762}
tr.shopDetailArtikelBottom > td{border-bottom:1px solid #756762}
.errormeld{font-size:16px;}
.card-articleprice{min-width:100px}
#cmsPage71 form[name="ShopLogin"]{text-align:left}
#cmsPage71 form[name="ShopLogin"] p{margin:0}
#cmsPage71 form[name="ShopLogin"] table{font-size:18px!important;}
#cmsPage71 form[name="ShopLogin"] input[type="submit"]{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;;cursor:pointer}
.shopDanke{text-align:left}
.shopDanke a{-webkit-appearance:none;border:none!important;outline:none!important;text-decoration:none!important;font-size:16px!important;line-height:1.2;padding:10px!important;background-color:#D6CECD;cursor:pointer}

.webshop-selects form a, a.shopDetailInDenKorb, .shopDetailButton, #cmsPage71 form[name="kontakt"] > div:nth-child(1) .schrift_standard a,  #cmsPage71 form[name="kontakt"] .buttonleiste input,  #cmsPage71 form[name="ShopLogin"] input[type="submit"], #cmsPage71 input[name="button_changeData"], #cmsPage71 input[name="button_send1"] {
  display: inline-block;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #9E1E26;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  min-width: 150px;
  margin-top: 10px;
  text-decoration: none;
}
.webshop-selects form a:hover, a.shopDetailInDenKorb:hover, .shopDetailButton:hover, #cmsPage71 form[name="kontakt"] > div:nth-child(1) .schrift_standard a:hover, #cmsPage71 form[name="kontakt"] .buttonleiste input:hover, #cmsPage71 form[name="ShopLogin"] input[type="submit"]:hover, #cmsPage71 input[name="button_changeData"]:hover, #cmsPage71 input[name="button_send1"]:hover {
  background-color: #c0252f;
  border-color: #c0252f;
}
.shopDetailButton {margin-bottom: 20px;}
a.shopDetailInDenKorb > img {display:none}
.webshop-container h2 {display:none}

.warenkorbProUser {display:none;}
.shopDetailLieferdauer {display:none;} 
.trennstrich {display:none;}
td.wkLeer {
  text-align: center;
}
div#commentFormLieferadresse tr {
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 1217px) {
  body {
    overflow-x: hidden;
  }
}
@media all and (max-width: 1017px) {
  #cms {
    width: 100%;
  }
  #logoBild {
    margin-left: 50px;
    width: 56%;
  }
  #head {
    height: auto !important;
  }
  .vorlage_entry {
    width: 100%;
  }
  .youtubeArea {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #cmsPage47 #onePageLayout69 {
    margin: calc((-100vw + 100%) / 2);
    padding: 0 20px
  }
  .juiceBox, .stelleHome {
    box-sizing: border-box;
    padding: 35px 20px 10px
  }
  #cmsPage47 #onePageLayout69 #cms_inhaltsbereich {
    padding: 0;
  }

  .jubiArea > *:nth-child(2) {
    width:100%;
    text-align: center;
  }
}

@media all and (max-width: 820px) {
  #menu {
    display: none;
  }
  .menuentry2a {
    background-color: #9E1E26 !important;
  }
  .menuentry2a a:hover {
    background-color: #9E1E26 !important;
  }
  .slicknav_menu {
    display: block;
  }
  #maps {
    margin-top: 0px;
  }
  .vorlage_entry {
    width: 95%;
  }
  .menuActive {
    background-color: black;
    border-radius: 6px;

  }
  .menuActive a {
    color: white !important;
  }
  .menuActive ul li a {
    color: white !important;
  }
  .vorlage_description {
      padding-top: 14% !important;
  }
  #vorlageListContainer44 > div.vorlage_columnFlexible {
    width: 100%;
  }
  #vorlageListContainer44 .vorlage_entry {
    margin: 0 auto;
  }
  #cmsPage44 .vorlageKategorie {
    margin-left: 2.5%;
  }
}

@media all and (max-width: 700px) {
  #cmsPage33 div#cms_seiteninhalt > div > div:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
  .shopDetailLeft {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .shopDetailRight {
      width: 100%;
  }
}

@media all and (max-width: 586px) {
  #footer {
    height: 115px;
  }
  #aboutme img {
    margin-left: 0px !important;
  }
}

/* Graue Box Startseite */

@media all and (max-width: 530px) {
    .greyBox {
        width: 91% !important;
        height: auto !important;
        padding-bottom: 36px !important;
    }
}

@media all and (max-width: 517px) {
  .vorlage_picture {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 430px) {
  #vorlageListContainer44 .vorlageTitleBox {
    flex-direction: column;
  }
  .athletenSocial {
    justify-content: flex-start;
    padding-bottom: 15px;
    padding-left: 5px;
  }
}
@media all and (max-width: 308px) {
  #footer {
    height: 140px;
  }
}


