/* Joomla Content
#273244 #95a8c8
Background dark #6b6b6b
Background hell #cccccc
 ========================================================================== */
:root {
    --red-color: rgb(255, 51, 0, .7);
    --red-color-hover: rgba(255, 51, 0, 1);
    --brown-color: rgb(108, 99, 82, 1);
    --brown-color-hover: rgb(85, 78, 64, 1);
--gray-color: rgba(221, 221, 221);
}

.main-outer {
padding: 15px;
background: rgba(0,0,0,0);
}

.uk-nav-navbar > li > a:hover {
color: #f30808;
background: #b6b6b6;
}

.ak-login-tb {
color: #ffffff;
font-size: 12pt;
float: left;
padding-left: 5px;
padding-right: 5px;
}

@media screen and (min-width:800px) {
div.ak-headfull {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 10px;
	background-color: #cccccc;
}
div.ak-auktion {
	float: right;
	width: 70%;
}
.ak-float-left {
	float: left;
	text-align: right;
	padding-right: 2%;
	width: 44%;
	margin-top: 3px;
}
div.ak-gruppen {
	float: left;
	width: 30%;
}
div.ak-posinfo {
	float: left;
	width: 55%;
	font-size: 0.9em;
}
div.ak-pospic {
	float: right;
	width: 45%;
}
div.ak-logo {
	visibility: visible;
}
div.ak-login {
	font-size: 1em;
}
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;
}

#ak-posheader {
	float: left;
	width: 100%;
}
#ak-col1 {
	float: left;
	width: 49%;
	padding-right: 2em;
	margin-bottom: 5px;
}
#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: 430px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin: 5px auto;
}
.ak-colsborder {
	border: 2px solid #ccc;
	background-color: #f8f8f8;
	margin: 0px auto 0px auto;
	width: 265px;
	height: 410px;
	position: absolute;
}
.ak-textpad {
	padding-left: 6px;
	padding-right: 6px;
}

.ak-colspos {
	float: left;
	background-color: #fff;
	border: 2px solid #ffffff;
	height: 310px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin: 15px 18px;
}
.ak-col1 {
	float: left;
	width: 36%;
	padding-right: 8%;
	padding-bottom: 40px;
}
.ak-bloecke {
        float: left;
        width: 49%;
	padding-right: 2em;
        margin-bottom: 5px;
}
	.ak-block-rechts {
		border: 1px solid var(--red-color);
		padding: 2em;
	}
	.ak-laufband {
		clear: both;
		padding: 10px;
		border-top: 1px solid var(--red-color);
		border-bottom: 1px solid var(--red-color);
	}
        .ak-col2 {
                float: left;
                width: 5%;
        }
        .ak-col3 {
                float: left;
                width: 40%;
        }
        .ak-col4 {
                float: left;
                width: 2%;
        }
        .ak-col5 {
                float: left;
                width: 20%;
        }
}

@media screen and (max-width:799px) {
       div.ak-headfull {
                float: left;
                width: 100%;
                margin-top: 5px;
                margin-bottom: 5px;
                padding: 2px 5px;
                background-color: #cccccc;
        }
	div.ak-auktion {
		width: 100%;
	}
	.ak-float-left {
		float: left;
		text-align: right;
		padding-right: 2%;
		width: 94%;
		margin-top: 3px;
	}
	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;
	}
	div.ak-address {
		float: left;
		width: 100%;
		border: 1px solid #CCC;
	}
	div.ak-anmeld {
		float: left;
		width: 100%;
		border: 1px solid #CCC;
		padding: 4px;
	}
        .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: 100%;
                height: 330px;
                padding-left: 4px;
                padding-right: 4px;
                padding-bottom: 4px;
                margin: 5px auto;
        }
	#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-float-left {
		float: left;
		text-align: right;
		padding-right: 2%;
		width: 98%;
		margin-top: 3px;
	}

	.ak-float-right {
		float: right;
		text-align: right;
		padding-right: 2%;
		width: 98%;
		margin-top: 3px;
	}
}

@media print {
	div.noprint {
		display: none;
	}
	div.ak-loginbox {
		display: none;
	}
	div.ak-gruppen {
		display: none;
	}
}

h4 {
        font-size: 1em;
}

div.ak-loginbox {
	background-color: #6b6b6b;
	color: #fff;
	width: 220px;
	padding: 4px;
	margin: 2px;
	border-radius: 0px;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 9999;
}

.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: #E0E0ff;
}

#ak-wichtig {
	background-color: #C0C0f8;
}

#ak-even {
	background-color: #cccccc;
	vertical-align: top;
}

#ak-odd {
	background-color: #fff;
	vertical-align: top;
}

#ak-center {
	margin: auto;
	text-align: center;
}

#ak-left {
	text-align: left;
	padding-top: 3px;
}

#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: #dddddd;
}

#ak-border-blue {
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	color: #000;
	background-color: #ccc;
}

#ak-border-blue a {
	color: #000;
}

#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: #6b6b6b;
}

.ak-center {
	margin: auto;
	text-align: center;
}

.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.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

.ak-float-leftow {
	float: left;
        text-align: right;
        padding-right: 2%;
        margin-top: 2px;
}

.ak-float-right {
	float: right;
	text-align: left;
	padding-left: 2%;
	width: 52%;
	margin-top: 3px;
}

#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;
}

.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;
}

#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-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: 0.8em;
	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: 2px;
	text-align: center;
	color: #fff;
	background-color: #6b6b6b;
}

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: #6b6b6b;
	color: #fff;
}

tr#ak-vtopheader {
	vertical-align: middle;
	padding: 5px;
	height: 24px;
	background-color: #6b6b6b;
	color: #fff;
}

td.ak-norm {
	padding-left: 0.5em;
	padding-right: 0.4em;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
}

td a {
	color: #000;
}

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;
}

.ak-button {
  font-size: 0.9em;
  color: #eee;
  background-color: #6b6b6b;
  margin: 4px 4px;
  padding: 4px 12px;
  border-radius: 0;
  border: 1px solid transparent;
}
.ak-button-fixwidth {
  width: 13em !important;
}

.ak-button-width {
  white-space: normal;
  width: 120px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ak-button:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.ak-button-center {
  line-height: 44px;
} 
.ak-search-btn {
  display: inline-block;
  width: 25px;
  text-align: center;
  border: 0;
  color: #eee;
  background-color: #6b6b6b;
}
.ak-search {
  width: 70%;
  margin-right: 15px;
}
.ak-picbtn0 {
  margin: 0;
}
.ak-picbtn {
  position: absolute;
  top: 151px;
  left: 0px;
}
.ak-picbtn1 {
  position: absolute;
  top: 227px;
  left: -4px;
}


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-simple {
	font-size: 0.8em;
	border-radius: 0px;
}

.button-timer {
	background-image: url(/Auktion/view-refresh.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

input.ak-watch {
	height: 3em; 
	width: 80%; 
	color: black; 
	font-size: 0.9em;
        line-height: 0.9em;
	background-color: #f0f0f0; 
	border-radius: 0px;
}

/*
input {
	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;
}

a.ak-posliste {
	font-size: 1em;
	font-weight: 700;
	color: darkred;	
}

a.ak-pdfflyer {
	font-size: 1em;
	font-weight: 700;
	color: darkblue;	
}

#kdbox {
	width: 200px;
	text-align: center;
	font-size: 1em;
	color: black;
}

#kdbox a:hover {
	position: relativ;
	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;
}

#picbox {
	text-align: left;
	font-size: 1em;
	color: black;
	display: block;
}

#picbox a:hover {
	position: relativ;
	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;
}

/* 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;
}

/******* AnBit ******************/
h1, h2, h3, h4, h5, h6 {
  color: #ff3300;
}
a.logo {
  margin-top: 15px !important;
  display: inline-block;
}
.toolbar-outer {
  font-size: 15px;
}
.toolbar-outer a:hover {
  text-decoration: none;
}  
#menu-outer, .uk-navbar {
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.uk-navbar {
  color: #222;
}
.uk-navbar-nav > li > a {
  text-transform: none;
  font-size: 15px;
}
.uk-navbar-nav > li > a:hover {
  color: #ff3300;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(79,150,229,0);
  color: #ff3300;
}
.tm-footer {
  text-align: left;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#bottom-f h1, #bottom-f h2, #bottom-f h3, #bottom-f h4, #bottom-f h5, #bottom-f h6 {
  color: #ff3300;
  border-bottom: 1px solid #484848;
  padding-bottom: 10px;
  font-size: 22px;
  margin-bottom: 21px;
  font-weight: 400;
  line-height: 1.1;
}
#bottom-f a:hover {
  text-decoration: none;
}
.uk-nav-side > li.uk-active > a {
  background: none;
  color: #ff3300 !important;
}
.ab-telefon a {
  display: inline-block;
  padding-left: 1.3em;
}
.ab-telefon a:before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.ab-email a {
  display: inline-block;
  padding-left: 1.3em;
}
.ab-email a:before {
  content: "\f0e0"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.ab-slogan li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}

.ab-slogan li {
  padding-left: 1.3em;
}

.ab-slogan li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
input.uk-search-field {
  border-radius: 3px !important;
  font-size: 11pt;
  min-width: 180px !important;
  transition: all 0.3s linear 0s;
  display: inline-block;
  border-radius: 3px;
  border-color: #eeeeee !important;
  color: #152332;
  background-color: #ffffff;
}
.tm-navbar.uk-active {
  border-top: 4px solid #f20f0f;
}
/* Small Screen */ 
@media (max-width: 768px) {
    input.uk-search-field {
       min-width: 120px !important;
    }
    #top-a {
        display: none;
    }
    a.logo-small {
      margin-top: 7px !important;
      display: inline-block;
    }
}

.uk-nav-dropdown > li > a, .uk-nav-navbar ul a, .uk-nav-navbar .uk-nav-header, .uk-nav-navbar > li > a {
  color: #222222;
  border-bottom: 1px solid #f2f2f2;
}
.uk-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.uk-button {
  background: #ff3300;
}
.uk-button:hover, .uk-button:focus {
  background-color: #ff3300;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.footer-outer a:hover {
  color: #ff3300;
}
.uk-subnav > .uk-active > * {
  color: #ff3300;
}
