/** 
	Stylesheet IndustrieRat-West GmbH
	$Id$
@import url("https://industrierat-west.de/Auktion/jquery.simplyscroll.css");
*/

@import url("https://industrierat-west.de/auktionsdaten/Config/fontawesome-free-6.4.0-web/css/all.min.css");

:root {
        --ir-bg: #ed632f;
        --ir-fgdark: #fcfcfc;
        --ir-fglight: #fff;
	--ir-colspos: #f0f0f0;
}

body {
	line-height: 1.2 !important;
}

.ak-main {
	color: #222;
}
.ak-main a {
	color: #000;
}
.ak-main a:hover {
	color: darkblue;
}

/*
div.et_pb_row {
	width: 90% !important;
	max-width: 1500px !important;
}

.et_pb_section {
	padding: 0 !important;
}
*/

@media screen and (min-width:1270px) {
	.ak-main {
		margin-top: -8%;
	}
	div.ak-headfull {
		float: left;
		width: 100%;
		margin: 5px;
		padding: 10px;
		background-color: var(--ir-fgdark);
		line-height: 1.5em;
	}
	div.ak-auktion {
		float: right;
		width: 76%;
	}
	.ak-float-left {
		float: left;
		text-align: right;
		padding-right: 2%;
		width: 48%;
		margin-top: 3px;
	}
	div.ak-auktion-poslist {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	div.ak-gruppen {
		float: left;
		width: 24%;
	}
	div.ak-posinfo {
		float: right;
		width: 55%;
		font-size: 0.9em;
	}
	div.ak-pospic {
		float: left;
		width: 45%;
	}
	div.ak-logo {
		visibility: visible;
	}
	div.ak-login {
		font-size: 1em;
	}

	#ak-col1 {
		float: left;
		width: 33%;
		margin-bottom: 5px;
	}
	#ak-posheader {
		float: left;
		width: 100%;
	}
	#ak-col2 {
		float: right;
		width: 47%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 5px;
	}
	#ak-col3 {
		float: right;
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 5px;
	}
	.ak-cols {
		float: left;
		width: 33.3333%;
		height: 420px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin: 5px auto;
	}
	.ak-colsborder {
		border: 2px solid #ccc;
		margin: 0px auto 0px auto;
		height: 420px;
	}
	.ak-colspos {
		float: left;
		background-color: var(--ir-colspos);
		border: 2px solid #ffffff;
		width: 240px;
		height: 310px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin: 5px auto;
	}
        .ak-col1 {
                float: left;
                width: 49%;
                padding-right: 8%;
                padding-bottom: 40px;
        }
        .ak-col2 {
                float: left;
                width: 5%;
        }
        .ak-col3 {
                float: left;
                width: 40%;
        }
        .ak-col4 {
                float: left;
                width: 2%;
        }
        .ak-col5 {
                float: left;
                width: 20%;
        }
 

	div.ak-address {
		float: left;
		width: 60%;
		border: 1px solid #CCC;
		margin-right: 1%;
	}
	div.ak-anmeld {
		float: left;
		width: 38%;
		border: 1px solid #CCC;
		padding: 4px;
	}
}

@media screen and (max-width:1269px) {
	div.ak-headfull {
		float: left;
		width: 100%;
		margin: 5px;
		padding: 10px;
		background-color: var(--ir-fgdark);
	}
	div.ak-auktion {
		float: right;
		width: 76%;
	}
	.ak-float-left {
		float: left;
		text-align: right;
		padding-right: 2%;
		width: 48%;
		margin-top: 3px;
	}
	div.ak-auktion-poslist {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	div.ak-gruppen {
		float: left;
		width: 24%;
	}
	div.ak-posinfo {
		float: right;
		width: 55%;
		font-size: 0.9em;
	}
	div.ak-pospic {
		float: left;
		width: 45%;
	}
	div.ak-logo {
		visibility: visible;
	}
	div.ak-login {
		font-size: 1em;
	}

	#ak-col1 {
		float: left;
		width: 33%;
		margin-bottom: 5px;
	}
	#ak-posheader {
		float: left;
		width: 100%;
	}
	#ak-col2 {
		float: left;
		width: 47%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 5px;
	}
	#ak-col3 {
		float: left;
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 5px;
	}
	.ak-cols {
		float: left;
		width: 50%;
		height: 360px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin: 5px auto;
	}
	.ak-colsborder {
		border: 2px solid #ccc;
		margin: 0px auto 0px auto;
		height: 360px;
	}
	.ak-colspos {
		float: left;
		width: 240px;
		height: 310px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin: 5px auto;
	}
	div.ak-address {
		float: left;
		width: 100%;
		border: 1px solid #CCC;
	}
	div.ak-anmeld {
		float: left;
		width: 100%;
		border: 1px solid #CCC;
		padding: 4px;
	}
}

@media screen and (max-width:979px) {
	.ak-main {
		margin-top: -12%;
	}
	div.ak-headfull {
		float: left;
		width: 100%;
		margin: 2px;
		padding: 5px;
		background-color: var(--ir-fgdark);
	}
	div.ak-auktion {
		width: 100%;
	}
	.ak-float-left {
		float: left;
		text-align: right;
		padding-right: 2%;
		width: 98%;
		margin-top: 3px;
	}
	div.ak-auktion-poslist {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	div.ak-gruppen {
		width: 100%;
	}
	div.ak-posinfo {
		width: 100%;
	}
	div.ak-pospic {
		width: 100%;
	}
	div.ak-logo {
		visibility: hidden;
	}
	div.ak-login {
		font-size: 1.5em;
	}

	#ak-col1 {
		width: 100%;
		margin-bottom: 5px;
	}
	#ak-posheader {
		width: 100%;
	}
	#ak-col2 {
		float: left;
		width: 80%;
		padding-left: 2px;
		padding-right: 2px;
	}
	#ak-col3 {
		float: left;
		width: 20%;
		padding-left: 2px;
		padding-right: 2px;
	}
	.ak-cols {
		float: left;
		width: 100%;
		border: 1px solid #ccc;
		padding-left: 1px;
		padding-right: 1px;
	}		
	.ak-colsborder {
		border: 1px solid #ccc;
		margin: 0px auto 0px auto;
		height: 360px;
	}
	.ak-colspos {
		float: left;
		width: 240px;
		height: 310px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin: 5px auto;
	}	
}

@media print {
	div.noprint {
		display: none;
	}
	div.ak-loginbox {
		display: none;
	}
	div.ak-gruppen {
		display: none;
	}
}

.sp-megamenu-parent > li > a {
	font-size: 1.1em !Important;
	font-weight: 700 !Important;
}
.ak-gruppen :link {
	color: var(--ir-fglight);
}
.ak-gruppen :visited {
	color: var(--ir-fglight);
}

h4 {
        font-size: 1em;
}

.ak-heading {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

.ak-heading a {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}

#ak-info {
	background-color: var(--ir-bg);
}

#ak-wichtig {
	background-color: var(--ir-bg);
}

#ak-even {
	background-color: var(--ir-fgdark);
	vertical-align: top;
}

#ak-odd {
	background-color: #fff;
	vertical-align: top;
}

#ak-center {
	margin: auto;
	text-align: center;
}

#ak-left {
	text-align: left;
}

#ak-right {
	text-align: right;
	padding-right: 10px;
}

#ak-border-smallrad {
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 0.2em;
	margin: 0.2em;
}

#ak-border {
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

#ak-border-blue-light {
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	background-color: #f8f8f8;
	line-height: 1.6em;
}

#ak-border-blue {
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	background-color: #fff;
	line-height: 2em;
}

#ak-border-blue-dark {
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	color: white;
	background-color: rgb(31, 55, 64);
}

.ak-center {
	margin: auto;
	text-align: center;
}

.ak-center a {
	font-size: 0.9em;
	font-weight: bold;
}

td.ak-center a {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}

.ak-left {
	text-align: left;
}

.ak-left-bold {
	text-align: left;
	font-style: italic;
}

.ak-right {
	text-align: right;
	padding-right: 10px;
}

.ak-bold {
	font-size: 1.1em;
	font-weight: 700;
}

.ak-cslarge {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

#ak-float-left {
	float: left;
	text-align: left;
	padding-right: 2%;
	width: 48%;
	margin-top: 2px;
}

.ak-float-right {
	float: right;
	text-align: left;
	padding-left: 2%;
	width: 48%;
	margin-top: 3px;
}

#ak-float-right {
	float: right;
	text-align: right;
	padding-left: 2%;
	width: 48%;
	margin-top: 1px;
}

#ak-cslarge {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

.ak-cssmall {
	font-size: 0.8em;
	font-weight: 300;
	font-style: normal;
}

.ak-info {
	font-size: 0.9em;
	font-weight: 600;
	font-style: normal;
}

.ak-warn {
	color: red;
	font-size: 1.1em;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4em;
}

.ak-green {
	color: green;
	font-size: 1.1em;
	font-weight: 600;
	font-style: normal;
}

.ak-full {
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 0px;
}

.ak-noborder-full {
	width: 100%;
	text-align: center;
	margin-top: 3px;
	clear: both;
}

#ak-noborder-full {
	width: 100%;
	text-align: center;
	margin-top: 3px;
}

.ak-half {
	width: 75%;
}

.ak-head {
	left: 0%;
	top: 0%;
	width: 100%;
	background-color: #f6f6f6;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.ak-footer {
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 99.9%;
	height: 85px;
}

.ak-zusatzfino {
	color: blue;
	font-size: 1.2em;
}

div.ak-detailinfo {
	padding-bottom: 8px;
}

.ak-vorschaubild {
  padding-right: 10px;
  margin-top: 2em;
  float: left;
}

.ak-page-poscount {
  float: right;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

table.ak-border {
	empty-cells: show;
	border-collapse: collapse;
	border-width: thin;
	border-style: solid;
	border-color: darkgrey;
	padding: 0.2em;
	margin-bottom: 0px;
}

table.ak-noborder {
	font-size: 1.0em;
	border-style: none;
	margin: 0;
	border-spacing: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

th.ak-tablehead {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 8px;
	text-align: center;
	color: #fff;
	background-color: var(--ir-bg);
}

tr#ak-vtop {
	vertical-align: top;
	padding: 5px;
	margin: 5px;
}

tr.ak-vtop {
	vertical-align: top;
	padding: 5px;
}

tr#ak-vtop-bold {
	vertical-align: top;
	font-weight: bold;
}

tr.ak-vtop-bold {
	vertical-align: top;
	font-weight: bold;
}

tr.ak-vtopheader {
	vertical-align: middle;
	padding: 5px;
	height: 24px;
	background-color: var(--ir-bg);
	color: #fff;
}

tr#ak-vtopheader {
	vertical-align: middle;
	padding: 5px;
	height: 24px;
	background-color: var(--ir-bg);
	color: #fff;
}

th {
	padding-left: 0.5em !important;
	padding-right: 1.0em !important;
}
td {
	padding-left: 0.5em !important;
	padding-right: 1.0em !important;
}
td.strong_bold {
	font-weight: normal !important;
}
td.ak-norm {
	padding-right: 0.4em !important;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
	width: 5%;
}

td.ak-border {
	empty-cells: show;
	border-collapse: collapse;
	border-width: thin;
	border-style: solid;
	border-color: darkgrey;
	padding-left: 1em;
	padding-right: 1em;
}

td.ak-border-bold {
	font-size: 1.0em;
	font-weight: 700;
	empty-cells: show;
	border-collapse: collapse;
	border-width: thin;
	border-style: solid;
	border-color: darkgrey;
	padding-left: 1em;
	padding-right: 1em;
}

td.ak-noborder {
	height: auto;
	border-style: none;
	padding-left: 0.3em;
	padding-right: 0.2em;
	padding-top: 0em;
	padding-bottom: 0em;
}

td.ak-noborder-bold {
	border-style: none;
	font-size: 1.0em;
	font-weight: 700;
	padding-left: 0.3em;
	padding-right: 0.2em;
	padding-top: 0em;
	padding-bottom: 0em;
}

#toplogin {
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 99;
}

button.ak-ok {
	height: 3em;
	width: 80%;
	color: black;
	background-color: #ecdacc;
	font-size: 1em;
	font-weight: 700;
	line-height: 0.9em;
	border-radius: 0px;
}

button.ak-cancel {
	height: 3em;
	width: 80%;
	color: black;
	font-size: 1em;
	line-height: 0.9em;
	background-color: #f0f0f0;
	border-radius: 0px;
}

button.ak-next {
	height: 3em;
	width: 80%;
	color: black;
	font-size: 1em;
	line-height: 0.9em;
	background-color: #f0f0f0;
	border-radius: 0px;
}

button.ak-list {
	height: 2em;
	width: 60%;
	color: black;
	background-color: #ecdacc;
	font-size: 1em;
	font-weight: 700;
	line-height: 0.9em;
	border-radius: 0px;
}
button.ak-list:hover {
	background-color: #fdebdd;
	cursor: grabbing;
}

input.ak-watch {
	height: 3em;
	width: 80%;
	color: black;
	font-size: 1em;
	line-height: 0.9em;
	background-color: #f0f0f0;
	border-radius: 0px;
}

button.ak-simple {
	font-size: 1.0em;
	border-radius: 0px;
	color: #f1c278;
	background-color: #fff;
}

.button-timer {
	background-image: url(/Auktion/view-refresh.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.ak-button {
  font-size: 1.0em;
  color: var(--ir-fgdark);
  background-color: var(--ir-bg);
  margin: 4px 6px;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid transparent;
  font-weight: 600;
}
.ak-button:hover {
  color: #fff;
  background-color: #f56b37;
}
.ak-button-width {
  white-space: normal;
  width: 160px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ak-button-center {
  line-height: 47px;
}
.ak-picbtn {
  position: absolute;
  top: 152px;
  left: 18px;
}
.ak-picbtn0 {
  /*
  position: absolute;
  top: 372px;
  left: 9px;
  */
}
.ak-picbtn1 {
  position: absolute;
  top: 222px;
  left: 8px;
}

.ak-search {
        width: 70% !important;
	display: inline !important;
        margin-right: 15px;
}
.ak-search-btn {
        display: inline-block;
        width: 25px;
        text-align: center;
        border: 0;
        background-color: #f8f8f8;
}

input.ak {
	width: 90%;
}

input.ak-submit {
	background-color: #f8f8f8;
	border-radius: 0px;
	font-size: 1em;
	color: #000;
	margin: 0;
}

input.ak-submit-important {
	background-color: #ff5050;
	border-radius: 0px;
	color: #000;
	font-size: 1.1em;
	font-weight: 800;
	margin: 0;
}

input.ak-zahl {
	width: 80px;
	background-color: #f8f8f8;
	color: #000;
	border-style: inset;
	text-align: center;
	margin: 0;
}

input.ak-right {
	background-color: #f8f8f8;
	border-style: inset;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

input.ak-readonly {
	background-color: lightgrey;
	border-style: solid;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

input.ak-ok {
	height: 3em;
	width: 80%;
	color: black;
	background-color: #ecdacc;
	font-weight: 700;
	border-radius: 0px;
}

input.ak-cancel {
	height: 3em;
	width: 80%;
	color: black;
	background-color: #f0f0f0;
	border-radius: 0px;
}

textarea {
	font-family: arial;
	font-size: 1em;
	border-style: none;
	background-color: #ffffff;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.ak-pdf-buttons {
	float: right;
}

a.ak-posliste {
	font-size: 1em;
	font-weight: 700;
	color: darkred;
}

a.ak-pdfflyer {
	font-size: 1em;
	font-weight: 700;
	color: darkblue;
}

.ak-video {
	background-color: var(--ir-bg);
	color: white;
	margin: 4px 6px;
	padding: 2px 2px;
}

#kdbox {
	width: 200px;
	text-align: center;
	font-size: 1em;
	color: black;
}

#kdbox a:hover {
	position: relative;
	overflow: visible;
	background-color: #f6f6f6;;
	color: black;
	width: 200px;
}

#kdbox a span {
	display: none;
}

#kdbox a:hover span {
	color: black;
	background: #f6f6f6;
	border: 1px solid black;
	text-align: left;
	display: block;
	padding: 5px;
}

.ak-kdmini {
        float: left;
        margin-left: 0;
        margin-right: 2em;
        color: black;
        font-size: 1.1em;
 	font-weight: 600;
	padding: 6px 12px;
}

.ak-kdmini a {
        background-color: var(--ir-bg) !important;
        color: var(--ir-fgdark) !important;
        padding: 6px 12px;
}
.ak-kdmini a:hover {
        background-color: var(--ir-bg) !important;
        color: var(--ir-fglight) !important;
        padding: 6px 12px;
}

.ak-kdbutton {
        float: left;
        margin: 2px 0px 1px 4px;
	background-color: black;
}

table.ak-logout {
	margin: auto !important;
	text-align: center !important;
	width: 0% !important;
}

.ak-kdinfo {
        float: right;
        margin-left: 1em;
        margin-right: 0;
        color: var(--pl-bgdark);
        font-size: 1.1em;
}

#picbox {
	text-align: left;
	font-size: 1em;
	color: black;
	display: block;
}

#picbox a:hover {
	position: relative;
	overflow: visible;
	background-color: #f6f6f6;;
	color: black;
}

#picbox a span {
	display: none;
}

#picbox a:hover span {
	color: black;
	background: #f6f6f6;
	border: 1px solid white;
	text-align: left;
	display: table-row;
	padding: 5px;
}

.circle-green {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: green;
}

.circle-red {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: red;
}

.ak-sold {
	background-color: red;
	color: white;
	line-height: 20px;
	width: 130px;
	top: 15px;
	left: 5px;
}

.ak-ribbon {
	text-align: center;
	text-shadow: #1f3740 0 1px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	padding: 6px 0 4px;
	left: 0;
	top: 10px;
	width: 100px;
	color: #fff;
	z-index: 1;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	font-weight: bold;
	font-size: 15px;
	letter-spacing: .02em;
	font-family: inherit;
}

/* Der folgende Eintrag überschreibt den aus ~/css/bootstrap/bootstrap-responsive.css: */
.span2 {
	width: 100%;
	margin-left: 0px;
}

.ak-verwalt {
        list-style: none;
        text-align: center;
}
.ak-verwalt-item {
        float: none;
        display: inline-block;
}
