/* Zusammengefuehrt am 2026-08-03 aus: abstract_bt.css, marquee.css, add.css,
   product_slider.css, preorder.css (siehe jeweilige Abschnittsmarker unten).
   Ersetzt 5 einzelne <link>-Tags in header.php durch eine Datei. */

/* === abstract_bt.css (CSS-Reset) === */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Abstract Microsite */

a { text-decoration: none;}

#hero__stage {
    position: relative;
    padding: 30px 0 0 0;
}

#product__wrap {
    background-size: cover;
    background-image: url(../img/abstract/bg_hero.jpg);
    padding: 0px 0 0 0;
}

.preorder_endurance #product__wrap {
    background-image: url(../img/preorder/evilrabbit/bg.jpg);
}

#product__wrap .inner {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#product__wrap .lft__col { width: 40%; float: left;}
#product__wrap .rgt__col {
    width: 40%;
    float: right;
    text-align: left;
}
#product__wrap .rgt__col p {
    font-size: 1.8em !important;
    color: #000 !important;
    font-weight: 200;
    line-height: 1.3em !important;
    width: 480px;
    text-align: left;
    font-family: 'Blender Pro Book' !important;
    letter-spacing: -1px;
}

 #product__wrap .rgt__col a { 

	display: inline-block;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    font-size: 1.5em;
    margin: 0px 0 0 0;

}

#product__wrap .mr_inf { 

	display: inline-block;
    padding: 10px 30px;
    background: #000000;
    color: #fff;
    font-size: 1.5em;
    margin: 0px 0 0 0;

}


#product__wrap .rgt__col img {
    width: 370px;
    margin: 40px 0 0px 0;
}

#product__wrap .rgt__col h2 {

    font-size: 1.4em !important;
    letter-spacing: 3px;
    margin: 6px 0 0 0;

}

#product__wrap .rgt__col ul {

margin: 20px 0px 40px 0px !important;

}

#product__wrap .socks {
    margin: 0;
}



#product__wrap .hero__stage { }


#product__wrap .hero__stage .desc__box .brand {

	width: 350px;

} 


#product__wrap .hero__stage .desc__box p  {

	margin: 70px 0px;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.6;

}
#product__wrap .hero__stage .desc__box a {

	display: inline-block;
    background: #00acc9;
    color: #fff;
    font-size: 1.7em;
    padding: 25px 47px;
    outline: 0 none;
    border: 0px;


}

#product__wrap .preorder a { }

.mig__banner {

	width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #00abc8;
    position: absolute !important;
    bottom: 0px;
    text-align: center;
    /* text-transform: uppercase; */
    letter-spacing: 5px;
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    z-index: 1001;

}


.mig__banner span {
    margin: 0 0px 0 10px;
    font-size: 0.8em;
}

.dark-spacer {

height: 92px;
    opacity: 0.8 !important;
    position: absolute;
    z-index: 780;
    background: #000;
    top: 0px;
    width: 100%;


}

.mig__banner {


letter-spacing: 3px;

}


.primary-navigation ul#menu-main-menu>li>a,
body p, 
body { 

    font-family: 'Blender Pro Book' !important; 
    letter-spacing: 0px;

}


.woocommerce-cart-form__cart-item .product-name p { margin: 0px !important; margin-bottom: 0px !important;}
.woocommerce-shipping-destination { margin: 0px !important;  }
.woocommerce-shipping-destination strong {display: block; margin: 0px !important; padding: 0px;}

#product_slider .entry-header { display: none;}

#rezis {

    background-image: url(../img/bg_rezis.jpg);
    background-position: top center;
}

#rezis .rezi { 
    
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.90);
    
}

#rezis h3 { background-color: #D9C986;}

#rezensionen .card {
    min-height: 45vh;
}

.tns-controls { display: none;}

#post-4050 {
    margin: 0 0 0 0; 
}

.preorder_hint img { width: 3vh; padding: 0 10px 0 0; }


.card--bevel{
  /* Größe der abgeschnittenen Ecken: */
  --cut: 18px;             /* ändere z.B. auf 10–28px */
  background:#c1b178;      /* dein Karten-Hintergrund */
  padding:28px;
  position:relative;

  /* die beiden Ecken schräg abschneiden */
  -webkit-clip-path: polygon(
      var(--cut) 0,
      100% 0,
      100% calc(100% - var(--cut)),
      calc(100% - var(--cut)) 100%,
      0 100%,
      0 var(--cut)
  );
          clip-path: polygon(
      var(--cut) 0,
      100% 0,
      100% calc(100% - var(--cut)),
      calc(100% - var(--cut)) 100%,
      0 100%,
      0 var(--cut)
  );
}

.reviews-slider .card{ height:100%; }

/* Teamsocken */

#post-1478 .entry-header { display: none;}
#post-1478 .ts_logo {
    display: grid;
    margin: 9em auto 0em auto;
    justify-content: center;
}

#post-1478 .ts_logo figure { margin-bottom: 0 !important;}

.page-id-1478 .entry-content h3 {

        font-size: 2.5em;
        margin: 0px 0px 1rem 0px;
        font-weight: bold !important;

}
.page-id-1478 .entry-content p {

    margin: 0 0 1rem 0;
    color: #efefef;
    font-size: 1.4rem !important;

    }

.page-id-1478 .entry-content p.has-text-align-center { text-align: center;}
.page-id-1478 .slogan_1 { margin: 4rem 0 !important; }

.page-id-1478 #wpcf7-f4059-p1478-o1 {
    max-width: 90vh;
    margin: 4em auto;
}


.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=text], 
.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=number], 
.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=email], 
.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=tel], 
.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=url], 
.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=password], 
.page-id-1478 #wpcf7-f4059-p1478-o1 input[type=search], 
.page-id-1478 #wpcf7-f4059-p1478-o1 textarea, 
.page-id-1478 #wpcf7-f4059-p1478-o1 .input-text {

        font-size: 0.8em;
    padding: 0.5em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}

.page-id-1478 #wpcf7-f4059-p1478-o1 label, 
.page-id-1478 #wpcf7-f4059-p1478-o1 span, 
.page-id-1478 #wpcf7-f4059-p1478-o1 input, 
.page-id-1478 #wpcf7-f4059-p1478-o1 label {width: 100%;}

.page-id-1478 .wpcf7-submit { background-color: #D9C986; }

.bg_wood {
    background-image: url(../img/bg_hero.jpg) !important;
    background-position: top center;
}

/* Auf der neuen Startseite (07/2026) ist #product__wrap nur der Wrapper
   um das Bestell-Banner, keine Buehne - dort bleibt es ohne Bild. Die
   alte Startseite (11/2025, aktuell live) nutzt dieselbe ID+Klasse aber
   tatsaechlich als Produktbuehne und braucht das Bild weiterhin. */
.page-template-template-homepage-startseite_072026-php .bg_wood {
    background-image: none !important;
}

#hero__stage_test {

    position: relative;
    padding: 100px 0 0 0;

}

.paypalme img {
    width: 450px !important;
}
.feat li {
    text-shadow: 0px 0px 7px #000000;
    font-weight: 600;
}

/* Mobile */

@media (max-width: 576px) { 

    #hero__stage {
    position: relative;
    padding: 0px 0 0 0;
}

.marquee h1 {
    font-size: 1.9em !important;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-flex;
    font-family: 'blender_probold';
}

.marquee h1 img {
    width: 18px;
    height: 18px;
    margin: 12px 29px 12px 10px !important;
}

.marquee { height: 42px; }
	
.dark-spacer { height: 107px; margin: 0 auto; }
#product__wrap {
    padding: 107px 0 0 0;
}
#product__wrap .inner { width: 100%; }

#product__wrap .lft__col {
    width: 100%;
    float: none;
    padding: 0px 60px 50px 60px;
}

#product__wrap .rgt__col {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product__wrap .rgt__col img {
    width: 250px;
    margin: 0px 0 50px 0;
}

#product__wrap .rgt__col p {
    font-size: 1.8em !important;
    color: #000 !important;
    font-weight: 200;
    line-height: 1.6em !important;
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    box-sizing: border-box;
}

#product__wrap .rgt__col img {
    width: 250px;
    margin: 0;
}


#product__wrap .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#product__wrap .socks {
    width: 100%;
    margin: -5px 0 0 0;
}

    #product__wrap {
        padding: 0px 0 0 0;
        min-height: 940px !important;
        background-image: url(../img/bg_hero_mobile.jpg) !important;
        background-position-y: -163px;
        background-position-x: -493px;
    }

    /* Neue Startseite (07/2026): #product__wrap ist hier nur der
       Banner-Wrapper, keine Buehne - Bild und erzwungene Hoehe wieder
       raus, damit der Produkt-Slider direkt darunter folgt. */
    .page-template-template-homepage-startseite_072026-php #product__wrap {
        min-height: 0 !important;
        background-image: none !important;
    }
.preorder_endurance #product__wrap {
    background-image: url(../img/preorder/evilrabbit/bg.jpg);
}

.page-template-template-homepage-preorder_complete #product__wrap {

background: #fff;
background-image: url(../img/abstract/bg.jpg) !important;

 }


 .home.page:not(.page-template-template-homepage) .site-header { margin-bottom: 0 !important; }

#product__wrap .rgt__col h2 {
    font-size: 1.4em !important;
    letter-spacing: 0px;
    margin: 6px 0 0 0;
}

#product__wrap .rgt__col ul {
    margin: 20px 0px 40px 0px !important;
}





 }






// Medium devices (tablets, 768px and up)

@media (min-width: 768px) { 
	

 }

.preorder .arrow { width: 1em;}



// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
	
	#product__wrap .hero__stage .inner { width: 100%; }



 }

/* "Ausfuehrung waehlen" im Produkt-Slider schwimmt per Default (main.css)
   neben dem Preis nach rechts und bleibt winzig. Mobil eigene Zeile,
   zentriert und groesser. */
@media (max-width: 576px) {

    #product_slider .add_to_cart_button {
        float: none;
        width: 100%;
        margin-top: .75rem;
        justify-content: center;
        font-size: 1em;
        padding: .6em 1em;
    }

    #product_slider .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 1rem 0;
        font-size: 1.15em;
    }
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }
/* === marquee.css === */
.marquee {
  overflow: hidden;
  display: flex;
  height: 41px;
  background: #D9C986;
}

.marquee h1 {
    font-size: 1.6em;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-flex;
    font-family: 'Blender Pro Book';
    padding: 0 16px 0 0px;
}

.marquee h1 img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 11px 15px 12px 15px;
}

.marquee h1 span {

display: inline-block;
margin: 0 15px 0 0;

}
/* === add.css === */
/* Werbebanner etc. */

#ad {
    
    background-position: top center;
    height: 40vh;
    background-image: url(../img/partner.jpg) !important;
    position: relative;
    background-color: #111 !important;
    background-size: cover;

    }


#ad .warw-wrap {

    background: #d9c986 !important;

}

#ad .warw-wrap span {
	
	display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 1.2em;

}

#ad a {
    width: 100%;
    height: 100%;
    display: block;
}
/* === product_slider.css === */
#product_slider h2 { display:none; }
#product_slider #post-10 { padding: 60px 0px 0px 0px !important; }
/* === preorder.css === */
.page-template-template-homepage-preorder #post-3688 .entry-header { display: none; }