@charset "utf-8";

a.footer_link {
	font-size: 20px;
	text-decoration: underline !important;
}

.favstar {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-image: url(https://static.whiskyauktionberlin.de/images/stern2.png);
	width: 30px;
	height: 30px;
	
}

.favstar-bottle {
	position: absolute;
	top: 10px;
	background-image: url(https://static.whiskyauktionberlin.de/images/stern2.png);
	width: 30px;
	height: 30px;
}

.favstar-button {
	
}

.favstar-button img {
	vertical-align: middle;
}

.favstar-button span {
	vertical-align: middle;
	font-size: 20px;
}

.favstar2 {
	position: inherit;
	bottom: inherit;
	right: inherit;
}

@media (hover: hover) {
	.favstar:hover {
		background-image: url(https://static.whiskyauktionberlin.de/images/stern2_hover.png);
		opacity: 0.6;
	}
	.favstar-bottle:hover {
		background-image: url(https://static.whiskyauktionberlin.de/images/stern2_hover.png);
		opacity: 0.6;
	}
}

.favstar-on {
	background-image: url(https://static.whiskyauktionberlin.de/images/stern2_on.png) !important;
}

.favstar-padding {
	padding-left: 40px;
}




.bottlePreview {
	cursor: pointer;
}

.gebote {
	font-size: 32px;
}

.notextdecoration {
	text-decoration: none !important;
}

.filterinput {
	font-size: 11px;
    font-weight: 400;
	letter-spacing: 1px;
	color: #111;
    border: 1px solid rgba(0,0,0, .7);
    padding: 6px 10px;
    margin-right: 6px;
}
.filterinput a {
	text-decoration: none;
}

.inputError {
	border: 1px solid red;
}

#previewDIVup {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #777;
	background-color: #f8f8f8;
	opacity: 0.8;
}
#previewDIVup:hover {
	transform:scale(1.5);
}
	
#previewDIVdown {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #777;
	background-color: #f8f8f8;
	opacity: 0.8;
}
#previewDIVdown:hover {
	transform:scale(1.5);
}

#lupe {
	width: 500px;
	height: 500px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),0 0 7px 7px rgba(0, 0, 0, 0.25),inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	display: none;
	z-index: 9999;
	cursor: zoom-in;
}	
	
#image-progress {
	height: 5px;
	width: 100%;
	background-color: #ccc;
	margin-top: 12px;
	opacity: 0.2;
}

#image-progress-bar {
	height: 100%;
	background-color: black;
	width:0%;
}	
	
#draggable-point {
	left:0%;
	position:absolute;
	float:left;
}	
	
#draggable-point-block {
	display: block;
	position: absolute;
	z-index: 1;
	margin-top: -23px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#load360Div {
	position: absolute;
	width: 100%;
	text-align: center;
	top:3px;
}

#playButtonDiv {
	padding: 0;
/* 	opacity: 0.2; */
	cursor: pointer;
}
	
.gallery-label{
    position: absolute;
    top:7px;
    left: 10px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
}	

body.modal-open {
	overflow: visible;
}

.rahmenDIV {

	box-shadow:
		2px 0 0 0 rgba(255,64,0,1),
		0 2px 0 0 rgba(255,64,0,1),
		2px 2px 0 0 rgba(255,64,0,1),
		2px 0 0 0 rgba(255,64,0,1) inset,
		0 2px 0 0 rgba(255,64,0,1) inset;
	-webkit-box-shadow:
		2px 0 0 0 rgba(255,64,0,1),
		0 2px 0 0 rgba(255,64,0,1),
		2px 2px 0 0 rgba(255,64,0,1),
		2px 0 0 0 rgba(255,64,0,1) inset,
		0 2px 0 0 rgba(255,64,0,1) inset;
		
	padding: 5px !important;
	min-height: 23px;
}

.rahmenDIV.rahmenHead {
	
	background-color: #eee;
	height: 60px;
	padding-top: 10px;
	
}

.rahmenDIV2 {
	margin-top: 15px;
}


/*
@media (max-width: 469px) {
	.rahmenDIV.rahmenHead {
		height: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.rahmenDIV.rahmenHead {
		height: 60px;
	}
}
*/

.input-error {
	background-color: MistyRose;
}

.einlieferungZeile {
	clear: both;
}


	
/*
.trennungTOP {
	border-top: 1px solid darkorange;
}
.trennungBOTTOM {
	border-bottom: 1px solid darkorange;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.trennungLEFT {
	border-left: 1px solid darkorange;
}
.trennungRIGHT {
	border-right: 1px solid darkorange;
}
*/

/*
.trennungTOP {
	border-top: 1px solid orange;
}
.trennungBOTTOM {
	border-bottom: 1px solid orange;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.trennungLEFT {
	border-left: 1px solid orange;
}
.trennungRIGHT {
	border-right: 1px solid orange;
}
*/	

/*
.trennungTOP {
	border-top: 1px solid #66afe9;
}
.trennungBOTTOM {
	border-bottom: 1px solid #66afe9;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.trennungLEFT {
	border-left: 1px solid #66afe9;
}
.trennungRIGHT {
	border-right: 1px solid #66afe9;
}
*/

/*
.trennungTOP {
	border-top: 1px solid rgba(102,175,233,.5);
}
.trennungBOTTOM {
	border-bottom: 1px solid rgba(102,175,233,.5);
	box-shadow: none;
	-webkit-box-shadow: none;
}
.trennungLEFT {
	border-left: 1px solid rgba(102,175,233,.5);
}
.trennungRIGHT {
	border-right: 1px solid rgba(102,175,233,.5);
}
*/	

/* war : rgba(255,140,0,.3) */
	
.trennungTOP {
	box-shadow: 0 -1px 0 rgba(255,64,0,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,64,0,.3);
}
.trennungBOTTOM {
	box-shadow: 0 1px 0 rgba(255,64,0,.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,64,0,.3);
}
.trennungLEFT {
	box-shadow: -1px 0 0 rgba(255,64,0,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,64,0,.3);
}
.trennungRIGHT {
	box-shadow: 1px 0 0 rgba(255,64,0,.3);
	-webkit-box-shadow: 1px 0 0 rgba(255,64,0,.3);
}	

/*
.trennungTOP {
	box-shadow: 0 -1px 0 rgba(102,175,233,.5);
}
.trennungBOTTOM {
	box-shadow: 0 1px 0 rgba(102,175,233,.5);
	-webkit-box-shadow: 0 1px 0 rgba(102,175,233,.5);
}
.trennungLEFT {
	box-shadow: -1px 0 0 rgba(102,175,233,.5);
}
.trennungRIGHT {
	box-shadow: 1px 0 0 rgba(102,175,233,.5);
}	
*/	
	

/*
 * Accordion
 */

.accordion1 > dt{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.accordion1 > dt > a{
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 14px 20px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    opacity: 0.8;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion1 > dd{
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}	

.accordion2 > dt{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}
.accordion2 > dt > a{
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 14px 0;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    opacity: 0.8;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion2 > dd{
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}
@media screen and (max-width: 500px) and (min-width: 429px) {
	.accordion2 > dt{
	    font-size: 12px;
	}
	.fontsmaller {
		font-size: 12px !important;
	}
}	
	
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.bottlebutton {
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	
}
.bottlebutton a {	
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bottebidbuttongreen {
	background-color: green;
	font-size: 14px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.bottletube {
	position: absolute;
	top: 15px;
	right: 15px;
}

.bottletube img {
	width: 60px;
}

.bottle-item{
    
}

.bottle-item.boxshadow:hover{
	box-shadow: 0 0 5px rgba(255,64,0,.6);
	-webkit-box-shadow: 0 0 5px rgba(255,64,0,.6);
}

.bottle-item-image{
    position: relative;
}

.bottle-item-image img{
    width: 100%;
    position: relative;
}

.bottle-item-descr{
    color: #444;
    text-align:center;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
	
.bottle-item-name {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    word-wrap: break-word;
    color: black;
/*     border-top:  1px solid #ddd; */
    padding-top: 10px;
    box-shadow: 0 -2px 0 rgba(255,64,0,.3);
	-webkit-box-shadow: 0 -2px 0 rgba(255,64,0,.3);
	min-height: 80px;
}

.bottle-item-name a {
	display: inline-block;
	text-decoration: none;
}

.bottle-item-name a:hover {
	color: black;
	text-decoration: underline;
}

.bottle-item-role{
    margin-top: 4px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #444;
}
	
.widget-filter{
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: black; /* #777; */
}

.outbid-label-auction {
	position: absolute;
    bottom: 40px;
    left: 10px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
}

.bottle-rotation-image {
/* 	visibility: hidden; */
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

mark {
	background-color: yellow !important;
}

.success a {
	color: #36a367;
}

.danger a {
	color: #777;
}

.backArrowDIV {
	font-size: 34px;
	position: absolute;
	top: 0;
}

.backArrowPadding {
	padding-left: 40px;
}


@media (max-width: 520px) {
	.hidden-xxs {
		display: none !important;
	}
	.bottle-item-name a {
		text-decoration: underline !important;
	}
	.form-control.input-lg {
		height: 38px;
		font-size: 16px;
		padding: 10px 10px;
	}
	.label {
		font-size: 50% !important;
	}
	input[type='date'] {
		height: 46px !important;
		padding: 0 10px !important;
	}
}
@media (min-width: 521px) {
	.visible-xxs{
		display: none !important;
	}
}

@media screen and (max-width: 557px) {
	.gebote {
		font-size: 24px;
	}
}	

.kaufenInfo {
	font-size: 16px;
	color: #111;
}

.kaufenInfo p {
	text-align: justify;
}

.verkaufenInfo {
	font-size: 16px;
	color: #111;
}

.verkaufenInfo p {
	text-align: justify;
}

.gebuehrenInfo {
	font-size: 16px;
	color: #111;
}

.gebuehrenInfo p {
	text-align: justify;
}

.wab_link {
	text-decoration-color: #FF4000;
	white-space: nowrap;
}

.wab_link_h3 {
	text-decoration-color: #FF4000 !important;
	text-decoration: underline;
}

.wab_pointer {
	cursor: pointer;
}		

.header-filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	height: 400px;
}

.header-filter-gradient{
	background: linear-gradient(135deg, rgba(4,112,0,1) 0%, rgba(255,64,0,1) 50%, rgba(255,252,0,1) 100%);
}

.header-filter-line-1 {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: white;
}

.header-filter-line-2 {
	font-size: 18px;
	color: white;
}

.main-raised {
	background:white;
	width:auto;
	margin:20px 30px 0;
	border-radius:6px 6px 0 0;
	-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
	box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.footer-raised {
	margin: 0 30px;
	width: auto;
	-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
	box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.div-raised {
	margin: 20px;
	border-radius:6px;
	-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
	box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

@media (max-width: 992px) {
	.main-raised {
		margin:20px 20px 0;
	}
	.footer-raised {
		margin: 0 20px;
	}
}

@media (max-width: 768px) {
	.main-raised {
		margin:20px 10px 0;
	}
	.footer-raised {
		margin: 0 10px;
	}
	
}

@media (max-width: 576px) {
	.main-raised {
		margin:20px 5px 0;
	}
	.footer-raised {
		margin: 0 5px;
	}
	.header-filter-line-1 {
		line-height: 1;
	}
	.fullxs {
		width: 100% !important;
	}
}

.nav-trennung {
	border-bottom: 1px solid white;
}

.myBlack {
	color: #111 !important;
}


#wkDIV {
	width: 352px;
	height: 140px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
}
	
.wk_main {
	width: 142px;
	font-family: Munson;
	font-weight: bold;
	font-size: 16.9px;
	line-height: 6.3px;
	color: #ff3f02;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.wk_all {
	white-space: nowrap;
	width: 10px;
	font-family: Munson;
	position: absolute;
	left: 50%;
	top: 50%;
}

.wk_fs100 {
	font-size: 14.1px;
}

.wk_fs90 {
	font-size: 12.7px;
}

.wk_fs80 {
	font-size: 11.3px;
}

.wk_fs70 {
	font-size: 9.8px;
}

.wk_fs60 {
	font-size: 8.4px;
}

.wk_fs50 {
	font-size: 7px;
}

.wk_fs45 {
	font-size: 6.3px;
}

.wk_fs40 {
	font-size: 5.6px;
}

.wk_fs35 {
	font-size: 4.9px;
}

.wk_fs30 {
	font-size: 4.2px;
}

.wk_fs25 {
	font-size: 3.5px;
}

.wk_fs20 {
	font-size: 2.8px;
}

	

.wk_90grad {
	transform: rotate(90deg);
}

.wk_180grad {
	transform: rotate(180deg);
}

.wk_270grad {
	transform: rotate(270deg);
}

.wk_gray90 {
	color: #e5e5e5;
}

.wk_gray80 {
	color: #cccccc;
}

.wk_gray70 {
	color: #b3b3b3;
}

.wk_gray60 {
	color: #999999;
}

.wk_gray50 {
	color: #7f7f7f;
}

.wk_gray40 {
	color: #666666;
}

.wk_gray30 {
	color: #4d4d4d;
}


.stoerer {
	position: absolute;
	top: 6px;
	left: 10px;
	color: white;
	background-color: red;
	border: none;
	width: 42px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	padding: 0 !important;
}

.stoerer2 {
	position: absolute;
	top: 6px;
	right: 10px;
	color: white;
	background-color: #3d02ff;
	border: none;
	width: 42px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	padding: 0 !important;
}

.stoerer img, .stoerer2 img {
	position: absolute;
	width: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.stoerer div, .stoerer2 div {
	font-weight: bold;
}

.stoerer_fs40 {
	font-size: 5.6px;
	line-height: 8.4px;
} 

.stoerer_fs45 {
	font-size: 6.3px;
	line-height: 6.3px;
} 

.stoerer_fs50 {
	font-size: 7px;
	line-height: 7px;
} 

.stoerer_fs60 {
	margin-top: 2px;
	font-size: 8.4px;
	line-height: 8.4px;
} 

.stoerer_border {
	-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
	box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}

.stoerer:hover {
	background-color: #b22222;
}


@media only screen and (min-width: 480px) {
	
	#wkDIV {
		width: 468px;
		height: 188px;
		margin-top: 6px;
	}
		
	.wk_main {
		width: 190px;
		font-size: 22.5px;
		line-height: 8.4px;
	}
	
	.wk_fs100 {
		font-size: 18.8px;
	}
	
	.wk_fs90 {
		font-size: 16.9px;
	}
	
	.wk_fs80 {
		font-size: 15px;
	}
	
	.wk_fs70 {
		font-size: 13.1px;
	}
	
	.wk_fs60 {
		font-size: 11.3px;
	}
	
	.wk_fs50 {
		font-size: 9.4px;
	}
	
	.wk_fs45 {
		font-size: 8.4px;
	}
	
	.wk_fs40 {
		font-size: 7.5px;
	}
	
	.wk_fs35 {
		font-size: 6.6px;
	}
	
	.wk_fs30 {
		font-size: 5.6px;
	}
	
	.wk_fs25 {
		font-size: 4.7px;
	}
	
	.wk_fs20 {
		font-size: 3.8px;
	}
	
	.stoerer {
		top: 8px;
		left: 13px;
		width: 56px;
		height: 56px;
	}
	
	.stoerer2 {
		top: 8px;
		right: 13px;
		width: 56px;
		height: 56px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 54px;
		margin-left: -27px;
		margin-top: -27px;
	}
	
	.stoerer_fs45 {
		font-size: 8.4px;
		line-height: 8.4px;
	}
	
	.stoerer_fs60 {
		margin-top: 3px;
		font-size: 11.3px;
		line-height: 11.3px;
	}

}

@media only screen and (min-width: 600px) {
	
	#wkDIV {
		width: 586px;
		height: 234px;
		margin-top: 7px;
	}
		
	.wk_main {
		width: 236px;
		font-size: 28px;
		line-height: 10.5px;
	}
	
	.wk_fs100 {
		font-size: 23.4px;
	}
	
	.wk_fs90 {
		font-size: 21.1px;
	}
	
	.wk_fs80 {
		font-size: 18.8px;
	}
	
	.wk_fs70 {
		font-size: 16.4px;
	}
	
	.wk_fs60 {
		font-size: 14.1px;
	}
	
	.wk_fs50 {
		font-size: 11.7px;
	}
	
	.wk_fs45 {
		font-size: 10.5px;
	}
	
	.wk_fs40 {
		font-size: 9.4px;
	}
	
	.wk_fs35 {
		font-size: 8.2px;
	}
	
	.wk_fs30 {
		font-size: 7px;
	}
	
	.wk_fs25 {
		font-size: 5.9px;
	}
	
	.wk_fs20 {
		font-size: 4.7px;
	}
	
	.stoerer {
		top: 9px;
		left: 16px;
		width: 70px;
		height: 70px;
	}
	
	.stoerer2 {
		top: 9px;
		right: 16px;
		width: 70px;
		height: 70px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 68px;
		margin-left: -34px;
		margin-top: -34px;
	}
	
	.stoerer_fs45 {
		font-size: 10.5px;
		line-height: 10.5px;
	}
	
	.stoerer_fs60 {
		margin-top: 4px;
		font-size: 14.1px;
		line-height: 14.1px;
	}

}

@media only screen and (min-width: 800px) {
	
	#wkDIV {
		width: 782px;
		height: 312px;
		margin-top: 9px;
	}
		
	.wk_main {
		width: 316px;
		font-size: 38px;
		line-height: 14px;
	}
	
	.wk_fs100 {
		font-size: 31.3px;
	}
	
	.wk_fs90 {
		font-size: 28.1px;
	}
	
	.wk_fs80 {
		font-size: 25px;
	}
	
	.wk_fs70 {
		font-size: 21.9px;
	}
	
	.wk_fs60 {
		font-size: 18.8px;
	}
	
	.wk_fs50 {
		font-size: 15.6px;
	}
	
	.wk_fs45 {
		font-size: 14.1px;
	}
	
	.wk_fs40 {
		font-size: 12.5px;
	}
	
	.wk_fs35 {
		font-size: 10.9px;
	}
	
	.wk_fs30 {
		font-size: 9.4px;
	}
	
	.wk_fs25 {
		font-size: 7.8px;
	}
	
	.wk_fs20 {
		font-size: 6.3px;
	}
	
	.stoerer {
		top: 13px;
		left: 22px;
		width: 94px;
		height: 94px;
	}
	
	.stoerer2 {
		top: 13px;
		right: 22px;
		width: 94px;
		height: 94px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 90px;
		margin-left: -45px;
		margin-top: -45px;
	}
	
	.stoerer_fs45 {
		font-size: 14px;
		line-height: 14px;
	}
	
	.stoerer_fs60 {
		margin-top: 5px;
		font-size: 19px;
		line-height: 19px;
	}

}

@media only screen and (min-width: 1024px) {
	
	#wkDIV {
		width: 1000px;
		height: 400px;
		margin-top: 12px;
	}
		
	.wk_main {
		width: 404px;
		font-size: 48px;
		line-height: 18px;
	}
	
	.wk_fs100 {
		font-size: 40px;
	}
	
	.wk_fs90 {
		font-size: 36px;
	}
	
	.wk_fs80 {
		font-size: 32px;
	}
	
	.wk_fs70 {
		font-size: 28px;
	}
	
	.wk_fs60 {
		font-size: 24px;
	}
	
	.wk_fs50 {
		font-size: 20px;
	}
	
	.wk_fs45 {
		font-size: 18px;
	}
	
	.wk_fs40 {
		font-size: 16px;
	}
	
	.wk_fs35 {
		font-size: 14px;
	}
	
	.wk_fs30 {
		font-size: 12px;
	}
	
	.wk_fs25 {
		font-size: 10px;
	}
	
	.wk_fs20 {
		font-size: 8px;
	}
	
	.stoerer {
		top: 16px;
		left: 28px;
		width: 120px;
		height: 120px;
	}
	
	.stoerer2 {
		top: 16px;
		right: 28px;
		width: 120px;
		height: 120px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 116px;
		margin-left: -58px;
		margin-top: -58px;
	}
	
	.stoerer_fs45 {
		font-size: 18px;
		line-height: 18px;
	}
	
	.stoerer_fs60 {
		margin-top: 6px;
		font-size: 24px;
		line-height: 24px;
	}

}

@media only screen and (min-width: 1440px) {
	
	#wkDIV {
		width: 1406px;
		height: 563px;
		margin-top: 30px;
	}
		
	.wk_main {
		width: 568px;
		font-size: 68px;
		line-height: 25px;
	}
	
	.wk_fs100 {
		font-size: 56px;
	}
	
	.wk_fs90 {
		font-size: 51px;
	}
	
	.wk_fs80 {
		font-size: 45px;
	}
	
	.wk_fs70 {
		font-size: 39px;
	}
	
	.wk_fs60 {
		font-size: 34px;
	}
	
	.wk_fs50 {
		font-size: 28px;
	}
	
	.wk_fs45 {
		font-size: 25px;
	}
	
	.wk_fs40 {
		font-size: 23px;
	}
	
	.wk_fs35 {
		font-size: 20px;
	}
	
	.wk_fs30 {
		font-size: 17px;
	}
	
	.wk_fs25 {
		font-size: 14px;
	}
	
	.wk_fs20 {
		font-size: 11px;
	}
	
	.stoerer {
		top: 23px;
		left: 39px;
		width: 169px;
		height: 169px;
	}
	
	.stoerer2 {
		top: 23px;
		right: 39px;
		width: 169px;
		height: 169px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 164px;
		margin-left: -82px;
		margin-top: -82px;
	}
	
	.stoerer_fs45 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.stoerer_fs60 {
		margin-top: 9px;
		font-size: 34px;
		line-height: 34px;
	}

}

@media only screen and (min-width: 1920px) {
	
	#wkDIV {
		width: 1920px;
		height: 750px;
		margin-top: 23px;
	}
	
	.wk_main {
		width: 758px;
		font-size: 90px;
		line-height: 34px;
	}
	
	.wk_fs100 {
		font-size: 75px;
	}
	
	.wk_fs90 {
		font-size: 68px;
	}
	
	.wk_fs80 {
		font-size: 60px;
	}
	
	.wk_fs70 {
		font-size: 53px;
	}
	
	.wk_fs60 {
		font-size: 45px;
	}
	
	.wk_fs50 {
		font-size: 38px;
	}
	
	.wk_fs45 {
		font-size: 34px;
	}
	
	.wk_fs40 {
		font-size: 30px;
	}
	
	.wk_fs35 {
		font-size: 26px;
	}
	
	.wk_fs30 {
		font-size: 23px;
	}
	
	.wk_fs25 {
		font-size: 19px;
	}
	
	.wk_fs20 {
		font-size: 15px;
	}
	
	.stoerer {
		top: 30px;
		left: 53px;
		width: 225px;
		height: 225px;
	}
	
	.stoerer2 {
		top: 30px;
		right: 53px;
		width: 225px;
		height: 225px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 220px;
		margin-left: -110px;
		margin-top: -110px;
	}
	
	.stoerer_fs45 {
		font-size: 34px;
		line-height: 34px;
	}
	
	.stoerer_fs60 {
		margin-top: 12px;
		font-size: 45px;
		line-height: 45px;
	}
	
}

@media only screen and (min-width: 2500px) {
	
	#wkDIV {
		width: 2500px;
		height: 1000px;
		margin-top: 30px;
	}
		
	.wk_main {
		width: 1010px;
		font-size: 120px;
		line-height: 45px;
	}
	
	.wk_fs100 {
		font-size: 100px;
	}
	
	.wk_fs90 {
		font-size: 90px;
	}
	
	.wk_fs80 {
		font-size: 80px;
	}
	
	.wk_fs70 {
		font-size: 70px;
	}
	
	.wk_fs60 {
		font-size: 60px;
	}
	
	.wk_fs50 {
		font-size: 50px;
	}
	
	.wk_fs45 {
		font-size: 45px;
	}
	
	.wk_fs40 {
		font-size: 40px;
	}
	
	.wk_fs35 {
		font-size: 35px;
	}
	
	.wk_fs30 {
		font-size: 30px;
	}
	
	.wk_fs25 {
		font-size: 25px;
	}
	
	.wk_fs20 {
		font-size: 20px;
	}
	
	.stoerer {
		top: 40px;
		left: 70px;
		width: 300px;
		height: 300px;
	}
	
	.stoerer2 {
		top: 40px;
		right: 70px;
		width: 300px;
		height: 300px;
	}
	
	.stoerer img, .stoerer2 img {
		width: 292px;
		margin-left: -146px;
		margin-top: -146px;
	}
	
	.stoerer_fs45 {
		font-size: 45px;
		line-height: 45px;
	}
	
	.stoerer_fs60 {
		margin-top: 16px;
		font-size: 60px;
		line-height: 60px;
	}

}

@media (min-width:768px) {
	
	.container{
		width:720px;
	}
	
}

@media (min-width:992px) {
	
	.container {
		width:940px;
	}
	
}

@media (min-width:1200px) {
	
	.container {
		width:1140px;
	}
	
}


@media (max-width: 991px) {
	
	.text-sm-center {
		text-align: center !important;
	}
	
}

.auktionskalender span {
	font-size: 2rem;
	font-weight: bold;
	margin-left: 5px;
}

.auktionstermin {
	background-color: #ff3f02;
	color: white;
	font-weight: bold;
}

.deadlinetermin {
	background-color: green;
	color: white;
	font-weight: bold;
}





/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */

#modal_screen {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1100;
	background-color: rgba(0,0,0,.6);
}

#modal_screen.nope {
	background-color: #1e0924; 
}

#modal_content {
	position: fixed;
	z-index: 1101;
	margin: 0 auto;
	background-color:#fff;
	border:4px solid #444;
	border-radius: 100%;
	font-size: 12px;
	width:290px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */
	height: 290px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	background-position: center 2em;
	background-repeat: no-repeat;
	background-size: 90px auto;
	background-image: url('https://static.whiskyauktionberlin.de/images/WAB_Logo_age.png');
}

#modal_content .content_wrapper {
	padding-top: 8em;
	margin:3em auto 0;
	text-align: center;
}

#modal_content h2 {
	margin: 0 0 0 0;
	font:normal 15px/1.3em 'Gill Sans W01 Medium', Helvetica,arial,sans-serif;
}

#modal_content p {
	max-width: 75%;
	margin: 1.2em auto 0;
	font:11px/1.5em "proxima-nova", Helvetica,arial,sans-serif;
}

#modal_content nav {font-size: 16px; display:table; width: 282px;}
#modal_content nav ul {display:table-row; width: 100%; margin:0; padding:0;}
#modal_content nav li {display: table-cell; text-align: right; width: auto;}

#modal_content nav:after {
	content: "";
	display: block;
	clear: both;
}

#modal_content nav small {
	display: block;
	text-align: center;
	color: #888;
	margin: 1em 0 0;
}

#modal_content nav a.av_btn {
	display:table;
	text-align:center;
	width: 65px;
	border-radius: 23px;
	margin:1em auto 0;
	text-decoration: none;
	padding:1em;
	color: #fff;
	font:normal .7em/1em 'AmericanTypwrterITCW01- 731031';
	text-transform: none;
	letter-spacing: 0;
}

#modal_content nav .av_go {
	background-color: #7fbf4d;
}

#modal_content nav .av_no {
	background-color: #938d95;
}

#modal_content nav .av_btn:hover {
	background-color: #1e0924;
}

#modal_content #modal_regret_wrapper nav a.av_btn {
	margin-top:0;
	width:130px;
	font-size: 0.8em;
}

@media (min-width: 688px) {
	#modal_content {
		top: 10em;
		top: 30vh;
		left: 30vw;
		width: 90%;
		max-width: 500px;
		height:500px;
		padding:3em;
		border-radius: 100%;
		background-position: center 3em;
		background-size: 160px auto;
		font-size: 16px;
	}

	#modal_content .content_wrapper {
		padding-top: 150px;
		margin:3em auto 0;
		text-align: center;
	}

	#modal_content h2 {
		margin: 0 0 0 0;
		font-size: 1.875em;
	}

	#modal_content p {
		font-size: 1em;
		line-height: 1.9em;
	}

	#modal_content nav {width: 396px;}

	#modal_content nav a.av_btn {
		padding:1em 2.5em;
		margin:1.6em auto 0;
		font-size: 1em;
	}
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FF4000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FF4000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px !important;
}

.slider.round:before {
  border-radius: 50% !important;
}

.footer_ust25 {
	color: #888;
	font-size: 15px;
}

.loader-noscript {
	
	width: 270px;
    height: 50px;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -135px;
    font-size: 10px;
	
}

.viewerbadge {
	position: absolute;
    bottom: 15px;
    left: 15px;
}

.viewerbadge span {
/* 	background-color: #ff4000; */
}















	
	
	
	
