
/* R*S 2020 */

/* =============================================================================
   Fonts
   ========================================================================== */


@import url(//fonts.googleapis.com/css?family=Oxygen+Mono|Monofett|Press+Start+2P);
@import url(//fonts.googleapis.com/css?family=Varela+Round);

/* @import url(slimbox.css); */

/*****************************************
 * RCH Version 2020
 *****************************************/

html, body, div, span, object, iframe, select, option,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
/*  font-size: 14px; */

font-family: 'Roboto' /*'Oxygen Mono'*/, Helvetica, Arial, sans-serif;

line-height: 1.8em;
color:#686260;
  /* vertical-align: baseline; */
}

html { font-size:12px; }

@media screen and (max-width: 1020px) {
    
    html { font-size:10px; }
}

@media screen and (max-width: 1020px) {
    
    html { font-size:10px; }
}






h1 { font-family: 'Varela Round'; font-size: 3rem; text-transform:uppercase; color:#222; text-align: center; margin-bottom:1em;margin-top:1em; }
h2 { font-family: 'Varela Round'; font-size: 1.4rem; letter-spacing: .15em; text-transform:uppercase; color:#222; text-align: left; margin-bottom:1em; }

/* iPhone */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (orientation : portrait) 
/* and (-webkit-device-pixel-ratio : 3) */ { 

	html { font-size:8px; }
	h1 { font-size: 2rem; }
	h2 { font-size: 1.1rem; }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (orientation : landscape) 
/* and (-webkit-device-pixel-ratio : 3) */ { 

	html { font-size:8px; }
	h1 { font-size: 3rem; }
	h2 { font-size: 1.5rem; }
}


body {
	margin:0;
	padding:0;
	/* background: #eee;*/
}

pre { font-family: Menlo; 
line-height: 1.4em;
font-size: 0.8em;
}

a {
	text-decoration: none;
}


a:link, a:visited, a:active {
	/* color:#cc0033; */
	/*color:#3360bb; */
	/* color:#334f77; */
	color: #993300;
	/* font-weight: bold; */
}

a:hover { text-decoration: underline;  } 

a.nounder:hover { text-decoration: none; }
a.nounder:hover h2 { color:#aa0000; }

#header {
	height: 36px;
	margin-bottom:20px;
	text-align:center;
}

#wrapper {
	/*background-color: #ffffff;
	 -webkit-border-radius:10px;*/
	height: auto;
	width: 1200px;
	margin: 0px auto;
	overflow: auto;
	padding:10px;
}

/* new shit */


article {
    max-width:1280px
}

article h1, article h2, article h3, article p, article pre {
    padding: 0 20px;
    white-space: normal;
    margin:10px 0 0
}

article p, #wrapper p {
/*    text-align:justify; */
    font-size: 1.2rem;
}

article h5 {
    padding: 20px 20px 0;
    margin-bottom:-10px
}

article em strong {
    font-size: 3rem;
    color:#000
}

article img {
    width:100%
}

@media screen and (min-width: 1280px) {
    article {
        max-width: 1280px;
        margin-left:calc((100% - 1280px)/2)
    }
}

article p img {
    max-width:100%
}

article p.block-img {
    padding:0
}

article p strong {
    color: #000;
    font-weight:700
}

article p strong a {
    font-weight:400
}

article iframe {
    width: 100% !important;
    height:50em
}

article .caption {
    padding: 0 20px;
    margin:20px 0
}

article .caption p {
    padding: 0;
    margin:0
}

@media screen and (max-width: 768px) {
    article .caption p {
        display: inline;
        padding:0
    }

    article .caption p:after {
        content: " | "
    }
}



.rich-banner {
    width: 100vw;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 0;
    float:left
}

.rich-banner.has-background-image {
    overflow-y:hidden
}

.rich-banner.background-image {
    min-height:100vh
}

.rich-banner.full-height {
    height:100vh
}

.rich-banner.full-height .content {
    position:absolute
}

.rich-banner.story-hero.bottom-left .content .message p strong a {
    margin-right:20px
}

@media (min-width: 1280px) {
    .rich-banner {
        margin-left: calc((1280px - 100vw) / 2);
        overflow:hidden
    }
}

.rich-banner.fade-in .foreground-image img {
    opacity: 0;
    transition:opacity 1s
}

.rich-banner.fade-in .foreground-image img.visible {
    opacity:1
}

.rich-banner.zoom-out {
    min-height:100vh
}

.rich-banner.zoom-out .foreground-image {
    max-width: 100%;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    margin: auto;
    text-align:center
}

.rich-banner.zoom-out .foreground-image.visible img {
    width: 512px;
    margin: auto;
    transition: all 2s;
    padding-top:320px
}

.rich-banner.slide-up {
    position: relative;
    overflow:hidden
}

.rich-banner.slide-up .foreground-image {
    min-height:50vh
}

.rich-banner.slide-up .foreground-image img {
    opacity:0
}

.rich-banner.slide-up .foreground-image .animate img {
    max-width: 1024px;
    position: absolute;
    bottom: -50%;
    transition: bottom 2s;
    opacity:1
}

.rich-banner.slide-up .foreground-image .animate img.visible {
    bottom:0
}

.rich-banner .background-image img {
    min-width: 100%;
    min-height: 100%;
    width:100%
}

.rich-banner video {
    display: none;
    min-width: 100%;
    min-height: 100%;
    bottom: 0;
    left: -400%;
    right: -400%;
    margin:auto
}

@media (min-width: 769px) {
    .rich-banner video {
        display:block
    }
}

.rich-banner .video-background {
    display: none;
    max-width: 100vw;
    overflow:hidden
}

.rich-banner .video-background video {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:-1
}

@media (min-width: 769px) {
    .rich-banner .video-background {
        display:block
    }
}

.rich-banner .foreground-image {
    max-width: 1280px;
    margin:auto;
    text-align: center;
}

.rich-banner .foreground-image.fullwidth, .rich-banner .foreground-image.fullwidth .animate img, .rich-banner .foreground-image.fullwidth img {
    max-width:none
}

.rich-banner .video-foreground {
    margin:auto
}

.rich-banner .video-foreground video {
    max-width:100%
}

.rich-banner .content {
    position: static;
    padding-top: 20px /*120px*/;
    width: 100%;
    display: flex;
    flex-direction:column
}

.rich-banner .content .message {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    max-width: 768px;
    margin:auto
}

.rich-banner .content .message h1, 
.rich-banner .content .message h2 {
    max-width: 900px /*768px */;
    margin:0 auto 10px;
    text-align: center;

}

.rich-banner .content .message p {
    max-width: 900px /*512px */;
    margin: 20px auto 10px;
    margin-bottom: 10px;
    /* text-align:center */
}

.rich-banner .content .message p strong a {
    margin-right:0
}

.rich-banner .content .message.justified p {
    text-align:justify
}

.rich-banner .content .message.justified p strong {
    width: 100%;
    text-align: center;
    float:left
}

.rich-banner .content .message.white, 
.rich-banner .content .message.white p a,
.rich-banner .content .message.white h1,
.rich-banner .content .message.white h2 {
    color:#fff
}

.rich-banner .content .message.white p a:hover {
    color:#000
}

.rich-banner.bottom-center .content {
    position: relative;
    width: 100%;
    bottom: 0;
    top: auto;
    display: flex;
    flex-direction:column-reverse
}

.rich-banner.bottom-center.has-background-image .content {
    position:absolute
}

.rich-banner.bottom-center .background-image, .rich-banner.top-center .background-image {
    position: static;
    width:100%
}

.rich-banner.top-center.has-background-image .content {
    position: absolute;
    top: 0;
    padding-top:40px
}

@media (min-width: 425px) {
    .rich-banner.top-center.has-background-image .content {
        padding-top:80px
    }
}

@media (min-width: 769px) {
    .rich-banner.top-center.has-background-image .content {
        padding-top:120px
    }
}

.rich-banner.bottom-left .background-image {
    position: static;
    width:100%
}

.rich-banner.bottom-left .content {
    bottom: 0;
    position: absolute;
    left:0
}

.rich-banner.bottom-left .content .message {
    float: left;
    padding-bottom: 20px;
    padding-top: 40px;
    max-width: 640px;
    margin:0
}

.rich-banner.bottom-left .content .message h1, .rich-banner.bottom-left .content .message h2, .rich-banner.bottom-left .content .message h3, .rich-banner.bottom-left .content .message h4, .rich-banner.bottom-left .content .message p {
    margin: initial;
    float: left;
    width: 100%;
    text-align:left
}

.rich-banner.bottom-left .content .message p {
    margin-bottom:10px
}

.rich-banner.bottom-left .content .message p strong a {
    margin-right:0
}

.rich-banner.bottom-left .content .message pre {
    margin: initial;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-align:left
}

@media (min-width: 1280px) {
    .rich-banner.bottom-left .content {
        max-width: 640px;
        margin-left:calc((100% - 1280px) / 2)
    }

    .rich-banner.bottom-left .content .message {
        padding-bottom:60px
    }
}

@media (min-width: 1024px) {
    .rich-banner.has-background-video .background-image {
        opacity:0
    }
}

.rich-banner.middle-left .background-image, .rich-banner.middle-right .background-image {
    position: static;
    width:100%
}

.rich-banner.middle-left .content, .rich-banner.middle-right .content {
    bottom: 0;
    position: absolute;
    left:0
}

.rich-banner.middle-left .content .message, .rich-banner.middle-right .content .message {
    float: left;
    padding-bottom: 20px;
    padding-top: 40px;
    max-width:640px
}

.rich-banner.middle-left .content .message h1, .rich-banner.middle-left .content .message h2, .rich-banner.middle-left .content .message h3, .rich-banner.middle-left .content .message h4, .rich-banner.middle-right .content .message h1, .rich-banner.middle-right .content .message h2, .rich-banner.middle-right .content .message h3, .rich-banner.middle-right .content .message h4 {
    margin: initial;
    float: left;
    width: 100%;
    text-align:left
}

.rich-banner.middle-left .content .message p, .rich-banner.middle-right .content .message p {
    margin: initial;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-align:left
}

.rich-banner.middle-left .content .message p strong a, .rich-banner.middle-right .content .message p strong a {
    margin-right:0
}

@media (min-width: 768px) {
    .rich-banner.middle-left .content, .rich-banner.middle-right .content {
        right: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        left: auto;
        align-items:flex-end
    }

    .rich-banner.middle-left .content .message, .rich-banner.middle-right .content .message {
        float: right;
        width:50%
    }

    .rich-banner.middle-left .content .message p, .rich-banner.middle-right .content .message p {
        float: left;
        text-align:left
    }

    .rich-banner.middle-left .content .message p strong a, .rich-banner.middle-right .content .message p strong a {
        margin-right:0
    }
}

@media (min-width: 1280px) {
    .rich-banner.middle-left .content, .rich-banner.middle-right .content {
        max-width: 640px;
        right:calc((100% - 1280px) / 2)
    }

    .rich-banner.middle-left .content .message, .rich-banner.middle-right .content .message {
        width:100%
    }
}

@media (min-width: 768px) {
    .rich-banner.middle-left .content {
        padding-top: 0;
        align-items:flex-start
    }

    .rich-banner.middle-left .content .message {
        margin-left:0
    }
}

@media (min-width: 1280px) {
    .rich-banner.middle-left .content {
        left:calc((100% - 1280px) / 2)
    }
}

@media (min-width: 768px) {
    .rich-banner.middle-right .content {
        padding-top: 0;
        align-items:flex-end
    }

    .rich-banner.middle-right .content .message {
        margin:0
    }
}

@media (min-width: 769px) {
    .rich-banner.has-background-video .background-image {
        opacity:0
    }
}

.rich-banner.half-width {
    padding:40px 20px 20px
}

.rich-banner.half-width .content {
    margin-left: 0;
    position: relative;
    padding-top:0
}

.rich-banner.half-width .content .message {
    padding-top: 20px;
    padding-bottom:0
}

.rich-banner.half-width .content .message h1, .rich-banner.half-width .content .message h2, .rich-banner.half-width .content .message h3, .rich-banner.half-width .content .message h4, .rich-banner.half-width .content .message p {
    padding-left: 0;
    padding-right: 0;
    padding-bottom:10px
}

.rich-banner.half-width .content .message h1 {
    font-size:4rem
}

.rich-banner.half-width .content .message h2 {
    font-size:2rem
}

@media (min-width: 769px) {
    .rich-banner.half-width {
        width: 50%;
        margin:0
    }
}
/*
@media (max-width: 768px) {
    .rich-banner .content .message h1 {
        font-size:4rem
    }

    .rich-banner .content .message h2 {
        font-size:2rem
    }
}
*/
.rich-banner.half-width:nth-child(odd) {
    clear:both
}



.background {
	min-height: 56vw;
	max-height: 64vw;
	height: 60vw;
	background-size: cover;
	background-position: center;
}

#mainmenu {

}

@media screen and (max-width: 1020px) {
    #mainmenu {
        display:none
    }
}

@media print {
    #mainmenu {
        display:none
    }
}

#mobilemenu {
	display:none;
	position: absolute;
	right: 100px;
	z-index: 9999;
	background-color: #ffffff;
	top: 16px;
	width: 180px;
}

@media screen and (max-width: 1020px) {
    #mobilemenu {
        display:inline;
    }
}

@media print {
    #mobilemenu {
        display:none
    }
}

ul.submenu { display:none; margin-top: 8px; }

#mobilemenu li { display:block; }


@media screen and (max-width: 1020px) {
	max-width: 75vw; /* muss wie in Zeile 307 sein! */
}


a.menuIcon {
/*    float: right; */
    display: block;
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E %3Cstyle%3E.st0%7Bfill:none;stroke:%23333;stroke-width:2;stroke-miterlimit:10;%7D%3C/style%3E %3Cg%3E %3Cline class='st0' x1='2' y1='10' x2='18' y2='10'/%3E %3C/g%3E %3Cg%3E %3Cline class='st0' x1='2' y1='16' x2='18' y2='16'/%3E %3C/g%3E %3Cg%3E %3Cline class='st0' x1='2' y1='4' x2='18' y2='4'/%3E %3C/g%3E %3C/svg%3E") no-repeat 50% 50%;
/*    background-size: 100%; */
    background-position: 50%;
    background-size: 20px 20px;
    padding-right: 30px;
    margin-left: 23px;
    width: 100px /*auto*/;
    height: 16px;
    text-align: right;
    align-items:normal;
}


.rotated-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform:rotate(180deg)
}

.menu-indicator {
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: -o-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition:transform 0.1s ease, -webkit-transform 0.1s ease, -o-transform 0.1s ease
}


.btn {
    position: relative;
    display: inline-block;
    border: 1px solid;
    padding: 0.6em 0.8em 0.5em 0.8em;
    color: inherit;
/*    font-family: NHaasGroteskTxPro-65Md, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
text-transform: uppercase;
    font-size: 1.8rem;
  /* font-weight:bold; */
    text-decoration: none !important;
  letter-spacing: .15em;
    cursor: pointer;
    background: none;
    font-size: 1em;
    top: -0.075em;
    text-align: center;
    margin-bottom:0.3em;
    transition: all .3s ease-in-out!important;
}

a.btn { color:#333; }

a.btn:hover {
    transition: all .3s ease-in-out;
    background-color: #000;
    color:#fff
}

/* iPad */

@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
  article p { font-size: 2.0rem;  }
}

/* old shit */



.wide { width: auto !important; }

div.wide img { width:20%; min-width: 240px; }



#header.haible {
    height: 150px /* auto */;
}

#mainmenu {

	margin-top: 12px;
	margin-right: 80px;
}

@media screen and (max-width: 1534px) {

	#mainmenu { margin-top: 0px; }
}

ul.menu {
    /* position: absolute;
    top: 65px;
    left: 0; */
    list-style-type: none;
    margin: 0; /* 60px 0 0 200px*/;
    padding: 0;
    /* background-color:#ff7700; */
    
    /* border-bottom: 4px double #CCC; */
   float:right;
   text-align:right;
}

ul.menu li {

    /* float: left; */
   display:inline-block;
   margin: 2px 10px;
   font-size: 14px;
}

/*ul.menu li:hover { background-color:#666; color:#fff;} */
ul.menu li a,
ul.menu li em {
    color:#666;
    padding:8px 8px 4px 8px;

    text-transform:uppercase;
}

ul.menu li a:hover,
ul.menu li em {

  text-decoration: none;
  font-style: inherit;
  border-bottom: 4px #666 solid;
}

.left { float:left; }

#random_logo {

	margin-left: 10px;
		margin-top: 10px;
 	width: 498px;
	height: 40px;
	background: url("/img/randomsource_logo_desat.png");

	}

#cartlink {
    position: absolute;
    top: 16px;
	left: 530px;
/*
    top: 30px;
    width: 1192px;
    text-align: right;
    */
}
/* Nur iPhone, iPad! */

@media screen and (min-width: 781px) and (max-width: 1020px) {

	#cartlink {
    		position: absolute;
    		top: 64px;
		left: 16px;
	}

}

@media screen and (max-width: 780px) /* and (orientation:portrait)*/ {


	#random_logo { /* R*S Logo */

		background: url("/img/rs_logo.png");
	 	width: 75px /* 249px*/;
		height: 24px /*20px*/ ;
		background-size:cover;
			margin-left: 10px;
			margin-top: 15px;
		}

	#cartlink {
    		position: absolute;
    		top: 16px;
		left: 160px;
	}
}

/*

@media screen and 
	and (max-device-width: 768px)
	 {

	#random_logo { 

	background: url("/img/rs_logo.png");
 	width: 75px ;
	height: 24px  ;
	background-size:cover;
		margin-left: 10px;
		margin-top: 15px;
	}
}	
*/
#random_logo a { font-family: 'Monofett', sans-serif; font-size:64px; color:#cc2200 }
#random_logo a:hover {text-decoration:none; color:#ff8800; }

#haible_logo {

    width: 319px;
    height: 101px;
    background: url("http://jhaible.net/JHAIBLE_logo.png");
    margin-left:auto;
    margin-right:auto;
    }



cite { color:#665544; }

hr {

    margin-top: 2em;
    margin-bottom: 2em;
    width: 400px;
    border-style: none;
    border-bottom: 1px dotted #ccc;
    clear:both;
}



.hidden { display:none; } /* shipping_opts */

div.preview { margin: 40px 0px; }

div.preview img {margin-right: 30px}

div.serge { border-radius: 60px; padding:10px; width:400px; color:#0066ff;  }
 img.serge { border-radius: 50px; width:300px; height:300px  }
 img.hip { border-radius: 0px;  }

p { margin-bottom:6pt; }

input[type="image"] { background-color:#666666; padding:3px 8px; border-radius:4px; 
    display: inline-block;
    vertical-align: middle;
}

input[type="image"]:hover { background-color:#ff8800;  }

#menu2 a {
	font-size: 14px;
	color: #666;

	font-weight: normal;
	/*margin: 0px 10px;*/
	padding: 1px 8px;
}

#menu2 a:hover { background-color:#999; color:#fff; text-decoration:none  }

#footer { 
	font-size:10px; 
	margin-top:4px; 
	margin-bottom:4px; 
	color:#666; 
	text-align: center; 
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
 }

#social { position:absolute; top:4px; right: 4px; padding:3px }
#social div { float:right; }
#social form { width: 350px; padding-top:5px }
#social input { border: 0px none; }
#social input[type="image"] { background-color:transparent; vertical-align:text-bottom }
#social a { margin-right:10px }
#social img { vertical-align:text-top; }

#shop p { margin-bottom: 1em; }


/*
p, p ul, p li, p a {

	padding: 0px;
}
*/
.clear {
	clear: both;
}

/* .indent { padding-left: 20px; }*/

ul.reset {
    padding: 0 40px;
    margin:1em auto;
}
ul.reset li{
    padding-left: 0px;
}

div.gfx { text-align:center; margin: 20px 0; }
div.gfx img { max-height:440px;}

div.module {
    clear:both;
    max-width: 1600px;
}
div.module-gfx {
    float: left;
    margin: 20px 40px 20px 0;
    max-width: 510px;
}
div.module-gfx img { max-width: 510px; /* 50% */  }



div.module-text { padding:20px; margin-left: 540px; /* 10px mehr als div.module-gfx img { max-width } ! */ }
div.module-text p { color: #666; }

.kit-content {
    background-color:#faf9f5;
    padding: 8px 30px;
    width: 500px;
/*    margin-left: 10px; */
}

.kit-content ul { padding-left:20px; margin: 1em auto; }
.kit-content select { background-color:#e9e8e4; /* margin: 0px 0 10px -2px;*/ }

#minicart-sh-lbl { position: absolute; right: 20px; }
#PPMiniCart .minicart-attributes li:after {
    content: "" !important;
}

/**************************** MOBILE VERSION **********************/

@media only screen and (max-width: 1200px /*1024px*/) {

#wrapper {
  /*background-color: #ffffff;
   -webkit-border-radius:10px;*/
  height: auto;
  width: 90%;
}  
/*
ul.menu {

   text-align:center;
   height:auto;
   margin-bottom: 20px;
}

ul.menu li {

   font-size: 16px;
}
*/
div.module-gfx {
    float:none;
}

div.module-text { margin-left: 0px; }

}

/********************************************************************/    

#contact table { padding: 10px 250px; }

#contact input[type="text"],
#contact textarea
 { padding: 4px; width:500px; background-color:#f0f0f0; border: 0px none; margin: 4px; font:inherit; }

#contact input[type="submit"] {
background-color: #ff8800;
padding: 3px 8px 1px 8px;
border-radius: 4px;
font: inherit;
border: 0px none;
color: #ffffff;
margin-top: 10px;
}

#contact input[type="submit"]:hover { background-color: #cc4400; }

div.news {
width: 550px;
padding: 20px;
float: left;
background-color: #f6f5f3; /*#f3f3f3*/;
border-radius: 6px;
margin-bottom: 20px;
}

div.left {margin-right: 20px;}

div.news img { border-radius:15px; max-width:100% }
div.news h2  {margin-bottom:0.1em; font-size:17pt; }

div.docs { margin: 10px 0px; }
div.docs a { background-color: #A8311A;
color: #fff;
padding: 4px 10px;
border-radius: 6px; }

div.docs a:hover { background-color: #662200;
color: #fff;
text-decoration:none;
}

div.module-doc {
    margin: 20px 150px;
}

div.docs div {
    margin: 20px;
}

div.warning { background-color:#eeeeee; padding:20px; border-radius:30px; margin-bottom:30px; }

p.warning { padding:10px; text-align:center;}

div.module strong { /*color:#880044;*/ }

div.panels h2 { margin-top:1.5em; }

/* HAIBLE */
div.legacy { text-align:center; margin:30px; }
div.legacy a {background-color: #f6f5f3; color:#449933; padding:10px 20px; border-radius: 10px; }
div.legacy a:hover {background-color: #449933; color:#ffffff; text-decoration:none; }

table.pro-liste {
    width: 100%;

}

table.pro-liste td {padding:5px; border-bottom: 1px solid #ccc;
}

table.pro-liste td:last-child {border: 0px none;}
table.pro-liste td:first-child {min-width:300px;}
table.pro-liste td:nth-child(2) {min-width:50px;}

table.pro-liste tr:last-child td {border: 0px none;}

#PPMiniCart form { max-height: none !important; }

table.team  td { padding: 30px; width:50%; }
table.team h2 {text-align: center;}

div.pr { padding:20px; text-align:justify;margin-bottom:5%;}
h2.pr { padding: 0 20px 0 20px; }
div.pr em, div.pr strong { color: #900300; font-weight:bold; }
div.pr p, div.pr em, div.pr strong {font-size:1.1em ; }

#uploadzone { 

  border-style: dotted;
  border-width: 10px;
  min-width: 400px;
  min-height: 200px;
  border-color: #999999;
padding:20px;
 }

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 480px;
  margin: 50px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}

/* 2019 FLEX TEST */
.flex-container {
  display: flex;
  flex-wrap: wrap; /* Standardwert = nowrap */
/*  justify-content : center; */
  justify-content : space-between;
  margin: 0 -10px;
}

.flex-item {
  background-color: #fefefe;
  flex-basis: 400px;
  flex-grow: 1;
  flex-shrink: 1;
/*  padding-left: 10px;
  padding-right: 10px; */
  max-width: 590px;
  max-height:600px;
  margin: 10px;
  text-align: center;
}

.x4 {
  max-width: 380px;
}

.flex-item a:hover {text-decoration: none; color:#660000; }

.flex-item img { height:80%; /* width: 100%;*/ object-fit: cover };
h2.c { text-align: center }

div.inside {padding:10px; display: table;
   width: 100%;
 }

#bomlist td {
    height: 40px;
}

tr.ignore td {

    color:#999999;
    font-style: italic;
}

tr.omit td, tr.omit td b, tr.omit td span {

    color:#aa9988;
    font-style: italic;
}

div.inside  form { 
  /* margin-left: 20%; */ 
  text-align:center; 
}

div.inside table { 
  margin-left: auto; 
  margin-right: auto; 
}

h3 { 
  font-family: 'Varela Round';
  text-align: center;
font-size: 16pt;
line-height: 1.3em;
text-transform: uppercase;  }

h3:hover { text-decoration: none; color:#440000; }

div.module ul { padding: revert; margin-bottom:20px }

.content-row {
clear: both;
padding: 5vw 8vw 5vw 8vw;
position: relative;
overflow: hidden;
font-size: 120%;
}

.content-row.vertical-align {
display: table;
width: 100%;
}

