<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ratgeber form flex style */
#ratDiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 15px 0 20px 30px;
}
.wrapIntro {max-width:688px;}
.wrapIntro div {margin: 0 26px 24px 0;}
.wrapIntro.flex {
    display:flex; flex-flow:row wrap;
}
.wrapIntro.flex &gt; div {
    box-sizing: border-box;
    flex: 1 0 40%;

}
.wrap_koop {
    border:1px solid orange;
    padding:4px;
    flex: 0 1 312px !important;
}

.flex_con{
    display:flex;
    flex-flow:row wrap;
}
.bookBoxCon {
    /*width:320px;*/
    flex: 0 0 320px;
    margin:0px 24px 24px 0;
    border-width: 2px 2px 2px 2px;	
    border-style: solid;
    border-color: #CCC #666 #666 #CCC;
    /* inner flex */
    display:flex;
    flex-flow:column nowrap;
}

.doublebox {
    border-color: #CCC #666 #666 #CCC;
    flex: 0 0 668px;
}

.infoBoxLeft{
	float:left;
	width:260px;
	margin:4px;
}
.infoBoxRight{
	float:right;
	width:370px;
	margin:4px;
}
.infoBoxOrder{
	margin:4px;
}

.wrap_2col {
    display:flex;
    flex-flow:row wrap;
    margin: 0 0 20px 0;
}
.wrap_2col &gt; div {box-sizing: border-box;}
.wrap_2col .col {
    flex:0 0 50%;
}
.wrap_2col div.right {border-left:1px solid #ccc;}
.wrap_2col div.left p {margin: 0 20px 10px 0;}
.wrap_2col div.right p {margin: 0 0 10px 20px;}

.bookBoxInfo {
    flex: 1 1 auto;
    padding:2px 2px 2px 4px;
}
.bookBoxOrder {
    flex: 0 0 50px;
    background-color: #EFEFEF;
    /* also flex con */
}
.bookBoxOrder .flex_row {
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    align-items:center;
}
.bookBoxOrder .flex_row &gt; *{
    flex: 1 0 auto;
}


.book_img{
    float:left;
    margin:3px 10px 2px 0px;
    border:0px solid red;
}
.buchtitel {	font-size:13px;	font-weight:bold;}
.buchuntertitel { font-size:11px;color:#EA0901;margin-bottom:6px;}
.buchautor {	margin:6px 0px 6px 0px;}
.buchangaben {	margin-top:0px;visibility:visible;}

.checkText {margin:3px 0px 0px 3px;font-weight:bold;}
.infoSub {color:#EA0901;text-align:center;}
.infoservice {color:#EA0901;font-weight:bold;}

.koopDiv {border:1px solid orange;margin: 0 5px 0 5px;}
.koop_str {
    text-indent: -24px;
    margin-left: 24px;
}
.koop_str input {
    display:inline-block;
    vertical-align: middle;
}

.orderAbo{
    font-weight:bold;
    line-height: 1.5;
    text-align:center;
}
.orderDisplay {
    margin:0 0 0 10px;
}
.orderNum{
	width:20px;
	border:1px solid #666;
}
.orderPrice{
	width:50px;
	border:1px solid #666;
	background-color:#EFEFEF;
}
.orderButt{
	display:inline-block;
	color:#FFF;
	border-width: 1px 1px 1px 1px;	
	border-style: solid;	
	border-color: #CEC #666 #666 #CEC ;
 	font-size:11px;
	line-height:16px;
	font-weight:bold;
	/*padding:2px 2px 0 3px;*/
	padding:2px;
	cursor:pointer;
}
.cart_add{
    background-color:green;
    flex: 0 0 76px !important;
}
.cart_add:hover{ background-color:#F90;}
.cart_rem{
    flex: 0 0 20px !important;
    background-color:#C40000;
    margin:0 3px 0 3px;
    color:gold;
    font-size:11px;
}
.cart_rem:hover {background-color:#F90;}


/* userdata */
.userdata {padding:0;}
.row {
    background-color:#efefef;
    display: flex; flex-flow: row nowrap;
    justify-content: center; align-items: center;
    min-height:30px; margin:0 0 0px 0; padding:3px;
}
.center {text-align:center}
.stripe:nth-child(odd) {background-color:#ccc;}
.row .col {
    flex: 1 1 50%; text-align:right; padding:0 3px 0 0;
}
.row .col:nth-of-type(1) {flex: 1 1 40%;}
.row .col:nth-of-type(2) {flex: 1 1 60%;text-align:left;}

.row input[type=text] {
    width:100%; 
    margin:0 0 0 0;
    font-size:12px;
    line-height:15px;
}
.row * {box-sizing: border-box;}
#con_plzort {
    width:100%; display:flex; flex-flow: row nowrap;
}
#con_plzort &gt; div:nth-of-type(1) {flex: 2;}
#con_plzort &gt; div:nth-of-type(1) input {width:100%;}
#con_plzort &gt; div:nth-of-type(2) {flex: 5;text-align:right;}
#con_plzort &gt; div:nth-of-type(2) input {width:90%;}

#con_anrede_titel {
    width:100%; display:flex; flex-flow: row nowrap;
}
#con_anrede_titel &gt; div:nth-of-type(1) {flex: 1;}
#con_anrede_titel &gt; div:nth-of-type(2) {flex: 1;}
/*
#con_anrede_titel &gt; div:nth-of-type(1) select {width:100%;}
#con_anrede_titel &gt; div:nth-of-type(2) select {width:100%;}
*/
.row textarea {
    width:100%;
    max-width:184px;
    min-height:56px;
}
.alert {height:20px;}
#form_alert {height:auto;color:red;text-align:center;font-weight:bold;}
.submit {margin:0 0 5px 0;}
.guckstdu {visibility:hidden;}

/* order summary */
#orderSummary {
    min-height:90px;
}
#orderSummary .item {
    display:flex;
    flex-flow:row nowrap;
}
#orderSummary .item div {
    flex: 1 1 auto; 
}
#orderSummary .item div:last-of-type {
    flex: 0 0 64px;
    text-align:right;
}
#orderSummary .item.sum {
    border-top:1px solid green;
    font-weight:bold;
}
.bookBoxInfo .headline {
    font-size: 1.1rem;
    font-weight:bold;
}
p.error {color:red;margin:30px;}


#pdfServiceLogo {
    margin:5px auto;text-align:center;
}
.os_info .headline{
    font-size:14px;
    text-align:center;
    margin:10px 0 10px 0;
}
.os_info p{
    margin:4px;
}
.os_info ul{
    margin:0 0 0 14px;
}
.os_info ul li{
    margin:3px 0 6px 14px;
}

.footnoteDiv{margin:20px;}
.footnote{
    font-size:11px;
}
.jajaja{
    font-weight:bold;
}
/** extended styles os_info  **/
.os_info.flex {
    display:flex;
    flex-flow:row wrap;
}
.os_info * {box-sizing: border-box;}
.os_info .col {
    flex: 1 0 50% !important;
    padding:5px;
    text-align: left;
}
.os_info .col:nth-of-type(2) {border-left:1px solid #ccc;}
.button {
  display: inline-block;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  transition: background-color .2s ease-out;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  user-select: none;
}
</pre></body></html>