@charset "utf-8";
/* CSS Document WACHTER */

html,body,div,ul,ol,li,p,h1,h2,h3,h4{
 margin:0;
 padding:0;
 -webKit-margin-start: 0;
 -webKit-padding-start: 0;
}


* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
    
}


@font-face {
  font-family: "CloserText-Medium";
  src: url("/templates/wachterwiesler/font/CloserText-Medium.woff2") format("woff2"),
       url("/templates/wachterwiesler/font/CloserText-Medium.woff") format("woff");
}

@font-face {
  font-family: "CloserText-Bold";
  src: url("/templates/wachterwiesler/font/CloserText-Bold.woff2") format("woff2"),
       url("/templates/wachterwiesler/font/CloserText-Bold.woff") format("woff");
}


body {
text-align: center;
height: 100%;
padding: 0;
margin: 0;
background: #fff;
font-size: 20px;
font-weight: 500;
color: #000;
line-height: 18px;
}


#wrapper {
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 3000;
      background: transparent;

    
}

.header {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1100px;
    height: 210px;
    background: #fff;
 }

@media (max-width: 800px) {
.header {
    height: 180px;
      }
}

.scroll {
        height: 160px;
        transition: height 0.5s ease-in-out;

        }

@media (max-width: 800px) {
.scroll {
    height: 160px;
      }
}


.scroll .logopic {
    width: 120px;
    height: auto;
    background: transparent;
    transition: width 0.5s ease-in-out;
    
    
}

@media (max-width: 800px) {
.scroll .logopic {
    width: 100px;
      }
}

/********************** NAVIGATION ***********************/

#burger {
    position: absolute;
    top: 35px;
    right: 84px;
    width: 200px;
    height: 55px;
    background: #fff;
    
    
}

@media (max-width: 800px) {
#burger {
     top: 10px;
    right: 15px;
    
      }
}


#sprachwahl {
    position: absolute;
    top: 46px;
    right: 145px;
    width: 50px;
    height: 20px;
    background: #fff;   
    font-family: 'CloserText-Bold', sans-serif;
  font-size: 17px;
    color:#000;
    
}

@media (max-width: 800px) {
#sprachwahl {
     top: 70px;
    right: 15px;
    height: auto;
    z-index: 99999;
      }
}


.titreck {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: 'CloserText-Medium', sans-serif;

    /* text-align: left; */
    zoom: 1;
}


.buschenwrapper {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    height: auto;
    text-align: center;
   
    
}


.buschenschank {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 200px;
    height: 300px;
         
    
}


/********************** WARENKORB ***********************/

#warenkorb {
    position: absolute;
    top: 28px;
    right: 0px;
    width: 50px;
    height: 55px;
    background: #fff;
    
    
}


@media (max-width: 800px) {
#warenkorb {
    position: absolute;
    top: 0px;
    right: 88px;
    width: 50px;
    height: 55px;
    padding: 0 !important;
      }
}



#FlexibleVM3Cart .flexible_cart_icon {
    position: relative;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: inline-block;
    background-color: #fff !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 999;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

/********************** MEIN KONTO ***********************/


#meinkonto {
    position: absolute;
    top: 48px;
    right: 200px;
    width: 50px;
    height: 50px;
 
    
    
}


@media (max-width: 800px) {
#meinkonto {
    position: absolute;
    top: 20px;
    right: 130px;
    width: 55px;
    height: 50px;
      }
}


.rp-myaccount__icon {
  width: 33px !important;
  height: 33px !important;
  display: inline-block;
  background-color: #000;
  background-image: url(../images/icon-dog.png) !important;
 background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}



joomla-alert[type="info"] {
  color: var(--jui-alert-info-color, #000 !important);
  background-color: var(--jui-alert-info-background-color, #fff !important);
  border-color: var(--jui-alert-info-border-color, #000 !important);
}

/********************** WK MOBIL ***********************/

@media (max-width: 800px) {
#FlexibleVM3Cart .flexible_cart_icon {
    position: absolute !important;
    padding-right: 30px !important;
    right: -25px !important;
    top: -25px !important;
}
    }





/********************** LOGO ***********************/

.logo {
    position: absolute;
    top: 35px;
    left: 55px;
    width: 180px;
    height: auto;
    background: #fff;
   
}

@media (max-width: 800px) {
.logo {
    top:25px;
    left: 15px;
    width: 160px;
      }
}

.logopic {
    width: 180px;
    height: auto;
   
}

@media (max-width: 800px) {
.logopic {
     width: 160px;
    height: auto;
      }
}

/********************** CONTENT ***********************/

#contentwrapper {
    position: relative;
    margin: 190px auto 0;
    width: 100%;
    height: auto;
    background: #ff0000;  
}

@media (max-width: 800px) {
#contentwrapper {
    margin: 180px auto 0;
      }
}


.content {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1100px;
    height: auto;
    padding: 30px 0 30px 0;
    background: #fff;  
}

@media (max-width: 800px) {
.content {
    padding: 30px 15px 30px 15px;
      }
}


.inner {
    position: relative;
    margin: 0 auto 0;
    padding: 0 35px 0 35px;
    width: 100%;
    height: auto;
    
   
   
}


@media (max-width: 800px) {
.inner {
    width: 100%;
   padding: 0 0px 0 0px;
      }
}

/********************** INTRO ***********************/

.bg-ohne-wenn {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../images/bg-ohne-wenn.jpg);
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-attachment:scroll;
}


@media (max-width: 800px) {
.bg-ohne-wenn {
    background-position: left top;
    
    
      }
}

/********************** ZUM BODEN ***********************/


.bodentext {
    position: relative;
    padding: 0 50px 0 50px;
    width: 615px;
    height: auto;
    
   
}

@media (max-width: 800px) {
.bodentext {
    width: 100%;
    padding: 0px 30px 50px 30px;
      }
}





/********************** ZU UNS ***********************/


.zuunstext {
    position: relative;
    float: right;
    padding: 65px 55px 30px 55px;
    width: 660px;
    height: auto;
      
}




@media (max-width: 800px) {
.zuunstext {
    width: 100%;
    padding: 5px 30px 30px 30px;
      }
}


.zuunspic1 {
    position: relative;
    width: 100%;
    padding-left: 120px;
    max-width: 749px;
    height: auto;
   
}

@media (max-width: 800px) {
.zuunspic1 {
    padding-left: 0px;
      }
}


.zuunspic1:after {
  content: "";
  display: table;
  clear: left;
}


.zuunspic2 {
    position: relative;
    float: right;
    margin-right: -200px;
    margin-top: -200px;
    width: 627px;
    height: auto;
    
    
}

@media (max-width: 1000px) {
.zuunspic2 {
    margin-top: 400px;
    margin-right: 0px;
    width: 550px;
    float: left;
    
      }
}

@media (max-width: 1000px) {
.zuunspic2 {
    margin-top: 200px;
    margin-right: 0px;
    width: 400px;
    float: left;
    
      }
}


/********************** WEIN ***********************/

.bg-wein {
    position: relative;
    margin-top: 130px;
    width: 100%;
    height: auto;
    background-image: url(../images/bg-wein.jpg);
    background-position: top center;
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-attachment:scroll;
}


@media (max-width: 800px) {
.bg-ohne-wenn {
    background-position: left top;
    
    
      }
}


/********************** INSTA ***********************/


.insta {
    position: relative;
    margin: 130px auto 0;
    width: 100%;
    max-width: 830px;
    height: auto;
    
}

@media (max-width: 800px) {
.insta {
    margin: 30px auto 0;
    
    
      }
}

/********************** Galerie ***********************/

.picgal2 {
    width: 100%;
    max-width: 595px;
    height: auto;
    float: right !important;
    
    
}

@media (max-width: 700px) {
.picgal2 {
    max-width: 1000px;
    width: 120%;
    
    
      }
}


.picgal4 {
    width: 100%;
    height: auto;
    margin-top: 160px;
}

@media (max-width: 700px) {
.picgal4 {
    margin-top: 10px;
    
    
      }
}

.picgal5 {
    width: 100%;
    max-width: 690px;
    height: auto;
    margin-top: 90px;
}

@media (max-width: 700px) {
.picgal5 {
    margin-top: 10px;
    max-width: 1000px;
    
    
      }
}


.shoppic {
    width: 100%;
    max-width: 500px;
    height: auto;
    
}

@media (max-width: 700px) {
.shoppic {
    margin-top: 10px;
    max-width: 1000px;
    
    
      }
}


.uk-panel-title {
    display: none !important;
}


.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(245,245,245,.8);
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.uk-overlay-background {
    background: rgba(255,255,255,.40) !important;
    color: #444;
}






/********************** BODEN ***********************/

.bodenwrapper {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    text-align: center;
        
}

.bodenwrapper2 {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 80px auto 0;
    text-align: center;
        
}

.bodenwrapper3 {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    text-align: right;
        
}


.bodenwrapper4 {
    width: 100%;
    height: auto;
    margin: 80px auto 30px;
    text-align: left;
        
}


.picboden1 {
    width: 100%;
    max-width: 480px !important;
    height: auto;
        
}

.picboden2 {
    width: 100%;
    max-width: 770px !important;
    height: auto;
        
}

.picboden3 {
    width: 100%;
    max-width: 874px !important;
    height: auto;
        
}

.picbodentypo {
    width: 100%;
    max-width: 969px !important;
    height: auto;
        
}



/********************** UNS ***********************/


.unswrapper1 {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    text-align: center;
        
}

.picuns1 {
    width: 100%;
     height: auto;
        
}

.unswrapper2 {
    width: 100%;
    max-width: 870px;
    height: auto;
    margin: 80px auto 0;
    text-align: center;
        
}

.unswrapper3 {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    text-align: right;
        
}

.picuns2 {
    width: 100%;
    max-width: 580px !important;
     height: auto;
        
}

.unswrapper4 {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    text-align: left;
        
}

.unswrapper5 {
    width: 100%;
    height: auto;
    margin: 80px auto 60px;
    text-align: left;
        
}

.picuns3 {
    width: 100%;
    max-width: 661px !important;
     height: auto;
        
}

.picuns4 {
    width: 100%;
    max-width: 840px !important;
     height: auto;
        
}

.picuns5 {
    width: 100%;
    max-width: 740px !important;
     height: auto;
        
}

.picuns6 {
    width: 100%;
    max-width: 971px !important;
     height: auto;
        
}

.picunstypo {
    width: 100%;
    max-width: 952px !important;
     height: auto;
        
}


/********************** LINKDIV ***********************/


.linkdiv {
    position: absolute;
    width: 185px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdiv {
    width: 150px;
    padding-top: 5px;
    
    
      }
}

.linkdiv:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdiv:before {
    width: 80px;
    
    
      }
}

.linkdiv-soil {
    position: absolute;
    width: 100px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdiv-soil {
    width: 100px;
    padding-top: 5px;
    
    
      }
}

.linkdiv-soil:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdiv-soil:before {
    width: 80px;
    
    
      }
}


.linkdivuns {
    position: absolute;
    margin-top: 30px;
    width: 120px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivuns {
    width: 90px;
    
   
    
    
    
      }
}

.linkdivuns:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivuns:before {
    width: 80px;
   
    
    
      }
}


.linkdivuns-en {
    position: absolute;
    margin-top: 30px;
    width: 80px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivuns-en {
    width: 70px;
    
   
    
    
    
      }
}

.linkdivuns-en:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivuns-en:before {
    width: 60px;
   
    
    
      }
}



.linkdivwein {
    position: absolute;
    margin-top: 30px;
    width: 170px;
    height: 50px;
    right: 0;
    bottom: 50px;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivwein {
    width: 120px;
    padding-top: 5px;
    
  
      }
}

.linkdivwein:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivwein:before {
    width: 80px;
    
    
      }
}



.linkdivwein-en {
    position: absolute;
    margin-top: 30px;
    width: 150px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivwein-en {
    width: 120px;
    padding-top: 5px;
    
   
    
    
    
      }
}

.linkdivwein-en:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivwein-en:before {
    width: 80px;
    
    
      }
}


.linkdivinsta {
    position: absolute;
    margin-top: 30px;
    width: 200px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivinsta {
    width: 150px;
    padding-top: 5px;
    

      }
}

.linkdivinsta:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivinsta:before {
    width: 80px;
    
    
      }
}


.linkdivinsta-en {
    position: absolute;
    margin-top: 30px;
    width: 110px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivinsta-en {
    width: 100px;
    padding-top: 5px;
    

      }
}

.linkdivinsta-en:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivinsta-en:before {
    width: 80px;
    
    
      }
}


.linkdivgal {
    position: absolute;
    margin-top: 30px;
    width: 185px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivgal {
    width: 150px;
    padding-top: 5px;
    

      }
}

.linkdivgal:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivgal:before {
    width: 80px;
    
    
      }
}


.linkdivgal-en {
    position: absolute;
    margin-top: 30px;
    width: 130px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivgal-en {
    width: 130px;
    padding-top: 5px;
    

      }
}

.linkdivgal-en:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivgal-en:before {
    width: 80px;
    
    
      }
}


.linkdivshop {
    position: absolute;
    margin-top: 30px;
    width: 175px;
    height: 50px;
    right: 0;
    bottom: -50px;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivshop {
    width: 150px;
    padding-top: 5px;
    

      }
}

.linkdivshop:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivshop:before {
    width: 80px;
    
    
      }
}



.linkdivwein {
    position: absolute;
        width: 240px;
    height: 50px;
    right: 0;
    bottom: 0;
    text-align: left;
}


@media (max-width: 800px) {
.linkdivwein {
    width: 150px;
    padding-top: 5px;
    
    
      }
}

.linkdivwein:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 3px;
}

@media (max-width: 800px) {
.linkdivwein:before {
    width: 80px;
    
    
      }
}

.linkdivwrapper {
  position: relative;
    margin-top: 130px;
    width: 100%;
    height: 50px;
    }

.abstand {
  position: relative;
    margin-top: 130px;
    width: 100%;
    height: 100px;
   
    }

/********************** BEZUGSQUELLEN ***********************/

.wrapperbezug {
  position: relative;
    margin: 0 auto 0;
    width: 100%;
    height: auto;
    text-align: left;
   
    }


/********************** FOOTER ***********************/


#footer {
    
    position: relative;
    bottom: 0;
    margin: 110px auto 0;
    width: 100%;
    max-width: 1500px;
    min-height: 35px;
  height: auto;
    background: #fff;  
}



.bild {
    width: 100%;
    height: auto;
   
}


/********************** BUTTONS ***********************/

.waww-button {
    background-color: #000;
    text-decoration: none !important;
    font-family: 'Closertext', sans-serif;
  font-size: 20px;
    color: #fff !important;
    border-radius: 5px;
    padding: 17px 30px 17px 30px;
       cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-top: 20px;
    
        }

.waww-button:hover {
    background-color: #3b3b3b;
    color: #fff !important;
    
        }





.cat-button {
display: table-cell;
  font-family: 'Closertext', sans-serif;
    font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding: 7px 25px 7px 25px;
	cursor: pointer;
    background: #fff;
    border: 1px solid #333;
    text-decoration: none !important;
    width: 180px;
   
		
    }
	
	
.cat-button:hover {
	transition: all 0.3s ease 0s;
	background: #000;
    color: #fff;
    border: 1px solid #369c91;
	
}


    @media(max-width:700px) {
.cat-button {
    width: 250px !important;
 display: block;
  margin: 0 auto 0;
    
    }
}

/* Normalzustand */
.sticky-div{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999;
}

/* Fixed Zustand (wenn JS .is-fixed setzt) */
.sticky-div.is-fixed{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;     /* Contentbreite */
  top: var(--sticky-top, 210px);
  z-index: 99999;
  background: #fff;
  padding-bottom: 20px;
}

/* Spacer gegen Layout-Sprung */
.sticky-spacer{
  width: 100%;
  display: block;
}


/* Mobile Anpassung */
@media (max-width: 800px){

.sticky-spacer{
    display: none !important;
    
  }

}


/* Mobile Anpassung */
@media (max-width: 800px){

  .sticky-div.is-fixed{
    max-width: 100%;
    padding-bottom: 15px;
    position: relative;
    top: var(--sticky-top, 0px);
    
  }

}

/********************** LINKS ***********************/


a:link,a:visited
{
  color: #000;
  text-decoration:none;
    
}

a:hover,a:active,a:focus
{
  color: #000;
  text-decoration:none;
}


/* HEADLINES */



h1 {
font-family: 'CloserText-Medium', sans-serif;
 font-weight: 500;
  font-size: 30px;
    line-height: 44px;
  color:#000;
    

}

@media (max-width: 800px) {
h1 {
    font-size: 22px;
    line-height: 28px;
      }
}


.uk-scope h1  {
  margin: 0 0 20px 0;
 font-family: 'CloserText-Medium', sans-serif !important;
 font-weight: 500 !important;
  font-size: 30px !important;
    line-height: 44px !important;
  color:#000 !important;
}

h2 {
font-family: 'CloserText-Medium', sans-serif;
 font-weight: 500;
  font-size: 17px !important;
    line-height: 35px;
  color:#000 !important;
    

}


@media (max-width: 800px) {
h2 {
    font-size: 18px;
    line-height: 28px;
      }
}


h3 {
font-family: 'CloserText-Medium', sans-serif !important;
 font-weight: 500;
  font-size: 18px !important;
    line-height: 20px;
  color:#000 !important;
    

}


h4 {
font-family: 'CloserText-Medium', sans-serif;
 font-weight: 500;
  font-size: 17px !important;
    line-height: 20px;
  color:#000 !important;
    

}

.text {
font-family: 'CloserText-Medium', sans-serif;
 font-weight: 500;
  font-size: 30px;
    line-height: 35px;
  color:#000;
    

}

@media (max-width: 800px) {
.text {
    font-size: 22px;
    line-height: 28px;
      }
}


.textklein {
font-family: 'CloserText-Medium', sans-serif;
 font-weight: 500;
  font-size: 20px;
    line-height: 26px;
  color:#000;
    

}


.textfett {
font-family: 'CloserText-Bold', sans-serif;
 font-weight: 500;
  font-size: 30px;
    line-height: 35px;
  color:#000;
    

}

@media (max-width: 800px) {
.textfett {
    font-size: 22px;
    line-height: 28px;
      }
}


.footertext {
font-family: 'CloserText-Medium', sans-serif;
 font-size: 16px;
 line-height: 18px !important;
  color:#000;
    

}


.headline {
font-family: 'CloserText-Bold', sans-serif;
  font-size: 80px;
    line-height: 50px;
  color:#000;
    

}


@media (max-width: 800px) {
.headline {
    font-size: 55px;
    line-height: 60px;
      }
}




/********************** SHOP ***********************/

.content-boxed {
margin: 250px auto 0;
padding: 0px 20px 0 20px;
width: 100%;
height: auto;
max-width: 1100px;
background: #fff;
box-sizing: border-box;

}


@media (max-width: 800px) {
.content-boxed {
margin: 180px auto 0;
      }
}

.alert-message {
font-family: 'CloserText-Medium', sans-serif !important;
  font-size: 17px !important;
    line-height: 35px !important;
  color:#000 !important;
    

}

#ProOPC div {
  font-family: 'CloserText-Medium', sans-serif !important; 
    font-size: 12px;
   text-align: left !important;
}

.proopc-step {
  padding-left: 7px !important;
}

.proopc-subtitle {
  font-family: 'CloserText-Medium', sans-serif !important; 
  text-transform: uppercase;
  font-size: 12px;
  color: inherit;
  margin: 15px 0;
  padding: 0;
}


/********************** Horizontale Linie Cat Page ***********************/
.horizontal-separator {
    display: none !important;
}

/********************** Padding Elemente Cat Page ***********************/
div.spacer {
    position: relative;
    padding: 10px !important;
}

/********************** Abstand Bild Headline Cat Page ***********************/
.browseCategoryImage {
    margin-top: 30px !important;
    
    }



/********************** Zentrieren Beschreibung List Page ***********************/
p.product_s_desc {
    line-height: 20px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center !important;
}

/********************** headline List Page ***********************/
.catheader{
font-family: 'CloserText-Bold', sans-serif;
  font-size: 30px;
    line-height: 50px;
  color:#000;
    text-align: left !important;
    display: block;
    margin-top: 50px;
    

}

.category-description{
display: none;

}


.category_description{
text-align: left !important;
    margin-bottom: 30px;
     font-size: 20px !important;
    line-height: 25px;
    color: #000 !important;
     font-family: 'CloserText-Medium', sans-serif;

}



/********************** Zentrieren Beschreibung List Page ***********************/
.vm3pr-1 .product-price {
    min-height: 28px;
    width: 100% !important;
    text-align: center !important;
    padding: 20px 0 20px 0 !important;
}

/********************** Rahmen List Page ***********************/
.spacer.product-container {
    border: none !important;
    margin: 0 0 50px 0 !important;
}

/********************** Beschreibung List Page ***********************/
.vm-product-descr-container-1 {
    min-height: 20px !important;
    margin-bottom: 6px;
   
}


/********************** Short Descritpion List Page ***********************/
p.product_s_desc {
    display: none !important;
    
}

/********************** Preis List Page ***********************/

.featured-view .spacer span, .discontinued-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
    font-size: 15px !important;
    color: #000 !important;
     font-family: 'CloserText-Medium', sans-serif;
}


.vm-product-descr-container-0 {
    min-height: 5px !important;
    margin-bottom: 6px;
      font-size: 15px !important;
    line-height: 25px;
    color: #000 !important;
     font-family: 'CloserText-Medium', sans-serif;
}



.product-field-display {
    vertical-align: middle;
    display: block;
    position: relative !important;
}


.product-fields .product-field {
    width: 95%;
    float: none !important;
    display: inline-block;
    margin-bottom: 6px;
}


/********************** Description Detail Page ***********************/

.vm-product-container .vm-product-media-container {
    float: left;
    width: 45% !important;
}



.productdetails-view .product-description, .product-fields {
    margin-top: 15px !important;
       width: 49% !important;
    padding-bottom: 0px !important;
     font-size: 15px !important;
    position: relative !important;
   float: left !important;
     font-family: 'CloserText-Medium', sans-serif;

    line-height: 24px !important;
    text-align: left !important;
    

}

    @media(max-width:700px) {
.productdetails-view .product-description, .product-fields {
    width: 100% !important;
    
    }
}



/********************** Detail Page ***********************/


.product-wrapper {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    height: auto;
    background: #fff;
   padding-bottom: 40px;
    
    
}




.vm-product-container .vm-product-media-container {
    width: 49% !important;
    text-align: right !important;
    float: left !important;
    position: relative !important;
    display: block !important;
    padding-right: 40px;
    
}

    @media(max-width:700px) {
.vm-product-container .vm-product-media-container {
    width: 100% !important;
    
    }
}







/********************** Preis Detail Page ***********************/
.vm-product-details-container {
    width: 100% !important;
    margin-top: 25px;
}


.product-price {
    text-align: left !important;
    line-height: 20px !important;
    font-size: 20px !important;
    margin: 0 !important;
    
}

.productdetails-view .spacer-buy-area {
    padding-left: 0px !important;
}


/********************** BACK BUTTON ***********************/


.back-to-category {
  float: right !important;  
    
}


.product-details {
    border: none !important;
    background: #fff !important;
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 14px !important;

}

/********************** PRODUCT NEIGHBOUR ***********************/

.product-neighbours {
    display: none !important;
}

/********************** ADD 2 CART BUTTON ***********************/

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled {
    max-width: 100%;
     font-family: 'CloserText-Medium', sans-serif;
    background: #000 !important;
    color: #fff;
    border: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0 !important;
    padding: 10px 15px 10px 15px !important;
    margin-bottom: 0;
}


/********************** INPUT FIELD QUANTITY ***********************/

.quantity-box .quantity-input, .cart-summary .quantity-input {
    height: 34px;
    width: 34px;
    text-align: center;
    font-weight: 700;
    padding: 1px;
    margin-bottom: 0;
    border-radius: 0px !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    
}




/********************** OVERLAY ***********************/

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9500 !important;
    display: none;
}


#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    outline: none;
    display: none;
    z-index: 9900 !important;
}



/********************** CHECKOUT ***********************/

.vm-btn, .vm-btn:link, .vm-btn:active, .vm-btn:visited {
    display: inline-block;
    width: 192px;
    padding: 12px 8px;
     border-radius: 4px;
    text-decoration: none;
    line-height: normal;
    text-align: center;
    background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.text-opc {
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 14px !important;
    
}


.opc-module .chzn-container-single .chzn-single div b {
    background-position: 3px 5px !important;
    max-width: 15px;
}

.opc-order-name .name-val a {
    color: #000 !important;
    text-decoration: none;
    display: block;
}


.opc-table li.opc-order-total {
    width: 70px !important;
    text-align: center;
}

.opc-table li.opc-order-tax {
    width: 70px !important;
    text-align: center;
}

.opc-table li.opc-order-price {
    width: 70px !important;
}

.order-result li.result-total {
    width: 70px !important;
}

.order-result li.result-tax {
    width: 70px !important;
}

.opc-table .order-product {
    clear: both;
    height: 170px !important;
    
}


/********************** CHECKOUT ***********************/


.post_payment_order_name {
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 18px !important;
    
    
}

.post_payment_payment_name {
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 18px !important;
    
    
}


.post_payment_order_total {
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 18px !important;
    
    
}

.post_payment_order_number {
    font-family: 'CloserText-Medium', sans-serif !important;
    font-size: 18px !important;
    
    
}



.order-coupon-code input.couponOpc {
    height: 30px;
    border: 1px solid #d0d0d0 !important;
    padding: 0 10px;
    width: 230px !important;
    max-width: 100% !important;
}


/********************** SHOPPING BASKET ***********************/


.shoppingbasket {
  width:40px;
  height:40px;
  background-color:#fff;
  position:absolute;
  top:20px;
  right:0;
}

.basketitems {
  color:#fff;
  font-size:80%;
  background-color:#000;
  position:absolute;
  top:40%;
  left:75%;
  -webkit-transform:translate(-50%,-90%);
  -moz-transform:translate(-50%,-90%);
  transform:translate(-50%,-90%);
  padding:0 12%;
  border-radius:1000px;
}

.shoppingbasket .top {
  width:60%;
  height:5%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  top:24%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shoppingbasket .bottom {
  width:43%;
  height:5%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  bottom:25%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shoppingbasket .shopleft {
  width:50%;
  height:5%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  top:45%;
  left:1%;
  -webkit-transform: rotate(80deg);
  -moz-transform: translateX(80deg);
  transform: translateX(80deg);
}
.shoppingbasket .shopright {
  width:50%;
  height:5%;
  border-radius:1000px;
  background-color:#000;
  position:absolute;
  top:45%;
  right:1%;
  -webkit-transform: rotate(-80deg);
  -moz-transform: translateX(-80deg);
  transform: translateX(-80deg);
}


        @media(max-width:650px) {
.proopc-clear-cart-wrapper {
  margin-right: 0 !important;
}
}

/* Boxen am Bildschirm ausblenden */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* =========================================================
   RP Account Styles (EIN Block)
   - VM Mein Konto / Login / Registrierung (com_virtuemart user edit)
   - Joomla com_users Login (default_login.php override)
   - Joomla com_users Reset (rp-reset-wrap)
   - Dropdowns: native + Chosen + Select2
========================================================= */

/* ---------- Base Wrapper(s) ---------- */
.rp-account-wrap,
.rp-login-wrap,
.rp-reset-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  text-align: left !important;
  font-family: "CloserText-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.rp-account-wrap *,
.rp-login-wrap *,
.rp-reset-wrap *{
  box-sizing: border-box;
}

/* Headings */
.rp-account-h1,
.rp-login-h1,
.rp-reset-h1{
  font-family: "CloserText-Bold", sans-serif !important;
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 20px;
  text-align: center;
}

.rp-account-h2,
.rp-login-h2,
.rp-reset-h2{
  font-family: "CloserText-Bold", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 16px;
  text-align: left;
}

/* ---------- 2 Column Layout (VM My Account) ---------- */
.rp-account-wrap .rp-two-col{
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
  align-items: start;
}

/* Eingeloggt: Formular links, Aktionen rechts */
.rp-account-wrap.rp-is-member .rp-login-col{ order: 2; }
.rp-account-wrap.rp-is-member .rp-register-col{ order: 1; }

/* ---------- Generic Form Blocks (Login / Reset) ---------- */
.rp-login-form,
.rp-reset-form{
  text-align: left;
}

.rp-form-row{
  margin: 0 0 16px;
}

/* Labels (custom ones in your rp-* markup) */
.rp-field-label{
  display: block;
  font-family: "CloserText-Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 6px;
  text-align: left;
}

/* Inputs (custom class) */
.rp-field-input{
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font-family: "CloserText-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

/* Inputs (Joomla login override has no rp-field-input class on inputs) */
.rp-login-form input[type="text"],
.rp-login-form input[type="email"],
.rp-login-form input[type="password"],
.rp-reset-form input[type="text"],
.rp-reset-form input[type="email"],
.rp-reset-form input[type="password"]{
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font-family: "CloserText-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

/* Labels (Joomla login override has no rp-field-label class on labels) */
.rp-login-form label{
  display: block;
  font-family: "CloserText-Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 6px;
  text-align: left;
}

/* Passwort vergessen: rechts, nicht abgeschnitten */
.rp-forgot-link{
  display: block;
  margin-top: 6px;
  font-size: 14px;
  text-align: right;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
}

/* Checkbox row */
.rp-checkbox{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "CloserText-Bold", sans-serif !important;
}

.rp-checkbox input[type="checkbox"]{
  width: 16px;
  height: 16px;
  margin: 0;
}

.rp-checkbox-label{
  font-family: "CloserText-Bold", sans-serif !important;
}

/* ---------- Buttons (ONLY for buttons/inputs, NOT anchors) ---------- */
.rp-btn,
button.rp-btn,
input.rp-btn,
button.rp-btn-primary,
input.rp-btn-primary{
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 12px 26px;
  background: #000;
  color: #fff !important;
  font-family: "CloserText-Bold", sans-serif !important;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.2;
}

.rp-btn:hover,
button.rp-btn:hover,
input.rp-btn:hover,
button.rp-btn-primary:hover,
input.rp-btn-primary:hover{
  background: #222;
  color: #fff !important;
}

/* Actions */
.rp-actions{
  margin-top: 14px;
}

.rp-actions-login,
.rp-actions-register{
  text-align: left;
}

/* ---------- VM Registration / Shopper Form (table markup) ---------- */
.rp-vm-form{
  text-align: left;
}

/* VM table base */
.rp-vm-form table.adminForm.user-details{
  width: 100%;
  border-collapse: collapse;
}

.rp-vm-form table.adminForm.user-details tr{
  border: 0;
}

.rp-vm-form table.adminForm.user-details td{
  vertical-align: top;
  padding: 0 0 14px;
}

.rp-vm-form table.adminForm.user-details td.key{
  width: 42%;
  padding-right: 18px;
}

/* VM labels */
.rp-vm-form table.adminForm.user-details td.key label{
  display: block;
  font-family: "CloserText-Bold", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 6px;
  text-align: left;
}

/* VM inputs */
.rp-vm-form input[type="text"],
.rp-vm-form input[type="email"],
.rp-vm-form input[type="password"],
.rp-vm-form input[type="tel"],
.rp-vm-form select{
  width: 100% !important;
  max-width: 100% !important;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #bdbdbd;
  background: #fff !important;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  font-family: "CloserText-Medium", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

/* Required star spacing (VM uses span.asterisk) */
.rp-vm-form .asterisk{
  margin-left: 4px;
}

/* ---------- Dropdowns: Chosen (VM vm-chzn-select) ---------- */
.rp-vm-form .chosen-container{
  width: 100% !important;
}

.rp-vm-form .chosen-container .chosen-single{
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #bdbdbd !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "CloserText-Medium", sans-serif !important;
  color: #000 !important;
}

.rp-vm-form .chosen-container-single .chosen-single span{
  line-height: 40px !important;
}

.rp-vm-form .chosen-container .chosen-drop{
  border: 1px solid #bdbdbd !important;
  border-top: 0 !important;
  border-radius: 0 !important;
}

.rp-vm-form .chosen-container .chosen-results{
  font-family: "CloserText-Medium", sans-serif !important;
}

/* ---------- TOS row (checkbox + text nicer) ---------- */
.rp-vm-form input.terms-of-service[type="checkbox"]{
  width: 16px !important;
  height: 16px !important;
  margin: 0 10px 0 0 !important;
}

/* VM wraps the tos link in div.terms-of-service */
.rp-vm-form td .terms-of-service{
  font-family: "CloserText-Medium", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

/* Icon less dominant */
.rp-vm-form .vm2-termsofservice-icon{
  display: none;
}

/* ---------- com_users Reset page (simple) ---------- */
.rp-reset-wrap .control-group,
.rp-reset-wrap .control-label,
.rp-reset-wrap .controls{
  text-align: left;
}

.rp-reset-wrap input[type="text"],
.rp-reset-wrap input[type="email"],
.rp-reset-wrap input[type="password"]{
  width: 100%;
  max-width: 520px;
}

/* ---------- Mobile / Narrow Screens ---------- */
@media (max-width: 860px){

  .rp-account-wrap,
  .rp-login-wrap,
  .rp-reset-wrap{
    padding: 22px 14px 30px;
  }

  .rp-account-h1,
  .rp-login-h1,
  .rp-reset-h1{
    font-size: 28px;
    line-height: 34px;
  }

  .rp-account-wrap .rp-two-col{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* VM table -> stack rows */
  .rp-vm-form table.adminForm.user-details,
  .rp-vm-form table.adminForm.user-details tbody,
  .rp-vm-form table.adminForm.user-details tr,
  .rp-vm-form table.adminForm.user-details td{
    display: block;
    width: 100% !important;
  }

  .rp-vm-form table.adminForm.user-details td.key{
    padding-right: 0;
    width: 100% !important;
    margin-bottom: 4px;
  }

  .rp-vm-form table.adminForm.user-details td{
    padding: 0 0 14px;
  }

  /* Buttons: not full width on mobile (as requested) */
  .rp-actions-login .rp-btn,
  .rp-actions-register .rp-btn,
  .rp-actions-login button,
  .rp-actions-register button{
    width: auto;
    min-width: 180px;
  }

  /* Forgot link: allow wrap on very small screens to prevent cut */
  .rp-forgot-link{
    white-space: normal;
  }
}

/* Inline Button helper (z.B. Logout/Continue) */
.rp-btn-inline{
  width: auto;
  display: inline-flex;
  padding: 10px 28px;
}

/* =========================================================
   RP Account Styles - Member single column tweaks
   (only when logged in / My Account)
   ========================================================= */
.rp-account-wrap.rp-is-member .rp-one-col {
  max-width: 920px;
  margin: 0 auto;
}

.rp-account-topbar {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 18px 0;
}

.rp-account-topbar .rp-logout-form {
  margin: 0;
}

.rp-account-topbar .rp-btn {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .rp-account-topbar {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

/* Logged-in VM form: one-column table layout with wide fields */
.rp-account-wrap.rp-is-member .rp-vm-loggedin table.adminForm {
  width: 100%;
  border-collapse: collapse;
}

.rp-account-wrap.rp-is-member .rp-vm-loggedin table.adminForm tr {
  display: block;
  margin: 0 0 18px 0;
}

.rp-account-wrap.rp-is-member .rp-vm-loggedin table.adminForm td.key,
.rp-account-wrap.rp-is-member .rp-vm-loggedin table.adminForm td {
  display: block;
  width: 100%;
  padding: 0;
}

.rp-account-wrap.rp-is-member .rp-vm-loggedin table.adminForm td.key label {
  display: block;
  margin: 0 0 6px 0;
}

/* Inputs/selects: fill container but not whole page (container is max-width above) */
.rp-account-wrap.rp-is-member .rp-vm-loggedin input[type="text"],
.rp-account-wrap.rp-is-member .rp-vm-loggedin input[type="email"],
.rp-account-wrap.rp-is-member .rp-vm-loggedin input[type="password"],
.rp-account-wrap.rp-is-member .rp-vm-loggedin select,
.rp-account-wrap.rp-is-member .rp-vm-loggedin textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}





/* =========================================================
   com_users Login (nur Login-Seite)
   - große, breite Inputs
   - korrekte Headline
   - breiter Button
   ========================================================= */

.rp-login-wrap{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.rp-login-wrap .rp-account-h1{
  font-family: "CloserText-Bold", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 28px 0;
  text-align: left;
}

/* Formular: nicht "zusammenschieben" */
.rp-login-wrap .rp-login-form{
  width: 100%;
  max-width: 560px;   /* damit es schön groß ist, aber nicht übertrieben breit */
}

/* Labels */
.rp-login-wrap .rp-field-label{
  display: block;
  font-family: "CloserText-Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px 0;
}

/* Inputs breit + höher */
.rp-login-wrap .rp-field-input{
  width: 100% !important;
  box-sizing: border-box;
  height: 54px;
  padding: 12px 14px;
  font-family: "CloserText", sans-serif;
  font-size: 18px;
  border: 1px solid #bdbdbd;
  background: #fff;
}

/* Abstand zwischen Rows */
.rp-login-wrap .rp-form-row{
  margin: 0 0 22px 0;
}

/* Passwort vergessen: rechts, aber nicht abgeschnitten */
.rp-login-wrap .rp-form-row-password{
  position: relative;
}

/* Checkbox Zeile */
.rp-login-wrap .rp-checkbox{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "CloserText-Bold", sans-serif;
  font-size: 18px;
}

.rp-login-wrap .rp-actions-login{
  margin-top: 18px;
}

/* Button breiter */
.rp-login-wrap .rp-btn-wide{
  width: 100%;
  max-width: 420px;   /* breiter, aber nicht Full-Width wenn du es nicht willst */
  display: inline-block;
}

/* Mobile */
@media (max-width: 640px){
  .rp-login-wrap .rp-account-h1{
    font-size: 34px;
    margin-bottom: 18px;
  }

  .rp-login-wrap .rp-login-form{
    max-width: 100%;
  }

  .rp-login-wrap .rp-btn-wide{
    max-width: 100%;
  }
}

/* Remove "Käuferinformation" / delimiter headings inside form (logged in) */
.rp-account-wrap.rp-is-member .rp-vm-loggedin .userfields_info,
.rp-account-wrap.rp-is-member .rp-vm-loggedin .userfields_info + * {
  display: none !important;
}

/* Hide AGB/TOS row only when logged in */
.rp-account-wrap.rp-is-member .rp-vm-loggedin tr[title*="Allgemeine"],
.rp-account-wrap.rp-is-member .rp-vm-loggedin tr[title*="Terms"],
.rp-account-wrap.rp-is-member .rp-vm-loggedin label.tos {
  display: none !important;
}

/* Reset (com_users): Label oben, Feld darunter */
.rp-reset-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.rp-reset-wrap .rp-reset-h1 {
  text-align: center;
  margin-bottom: 18px;
}

.rp-reset-wrap .rp-reset-form {
  max-width: 700px;
  margin: 0 auto;
}

.rp-reset-wrap .rp-form-row {
  display: block;
  margin: 18px 0;
}

.rp-reset-wrap .rp-form-row label {
  display: block;
  width: auto;
  margin: 0 0 6px 0;
}

.rp-reset-wrap .rp-form-row input[type="email"],
.rp-reset-wrap .rp-form-row input[type="text"],
.rp-reset-wrap .rp-form-row input[type="password"] {
  display: block;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
}

.rp-reset-wrap .rp-actions {
  margin-top: 18px;
}

.rp-reset-wrap .rp-actions .rp-btn {
  width: auto;          /* nicht full width */
  min-width: 260px;     /* optisch wie eure Buttons */
}
