@charset "UTF-8";

/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic); */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
/* CSS Document */

/* Form */
label {
	margin-bottom: 0;
}

.csc-mailform {
	background: #f9f9f9;
    padding: 20px;
}

.csc-mailform  ol {
    list-style-type: none;
}
fieldset.fieldset-subgroup legend {
	font-size: 14px;
	font-weight: bold;
    width: 100%;
	border-bottom: 0;
	
} 

legend strong {
    position: relative;
    top: 0;
}

fieldset.fieldset-subgroup legend:after {
	content: ":";
}

fieldset.fieldset-subgroup ol {
	margin: 0;
	padding: 0 !important;
	
}

fieldset.fieldset-subgroup ol li {
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 80px;
	height: 20px;
}

fieldset.fieldset-subgroup li label {
	width: auto;
	margin-right: 0;
	margin-left: 5px;
	
	font-size: 14px;
	font-weight: normal;
	width: 90px;
	float: right;
}



input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
	float: left;
}

fieldset.fieldset-subgroup ol li {
	
}

legend em, label em {
    display: none;
}

div.csc-mailform li.csc-form-element-textarea label {
    float: none;
    width: 100%;
    margin-right: 0;
    vertical-align: baseline;
	font-size: 14px;
	font-weight: bold;
}

div.csc-mailform li.csc-form-element-textarea label:after {
	content: ":";
}

div.csc-mailform li.csc-form-element-fileupload label {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 50%;
}

div.csc-mailform li.csc-form-element-fileupload label:after {
	content: ":";
}



div.csc-mailform textarea {
    float: none;
    width: 100%;
    margin-right: 0;
    vertical-align: baseline;
}


.csc-form-element-textline label {
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}

.csc-form-element-textline label:after {
	content: ":";
}

.csc-form-element-textline input {
	float: left;
    width: 340px;
	font-weight: normal;
}

.csc-form-element-textblock {
	margin-bottom: 20px !important;
	font-size: 16px;
	font-weight: bold;
}

.csc-mailform > form > ol > li.csc-form-element {
	margin-bottom: 20px ;
}

li.csc-form-element-checkboxgroup {
	margin-bottom: 0 !important;
	float: left;
    width: 50%;
}

div.csc-mailform li.csc-form-element-fileupload {
	margin-bottom: 40px !important;
}

div.csc-mailform li.csc-form-element-fileupload {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 20px !important;
}

.form_einlieferung.btn {
	margin-top: 20px;
	width: 200px;
	margin-left: 0;
}

.csc-form-element-fileupload label em {
	display: block;
	position: absolute;
	color: #777;
	text-transform: none;
}

@media (max-width: 990px) {
	li.csc-form-element-checkboxgroup {
		margin-bottom: 0 !important;
		float: none;
		width: 100%;
	}
	
	div.csc-mailform textarea {
		float: none;
		width: 100%;
		clear: both;
	}
	
	.csc-form-element-textline input {
		float: none;
		width: 100%;
		
	}
	
	.csc-form-element-textline label {
		float: none;
		width: 100%;
		
	}
}
/* Form end */

iframe {
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 400px;
}

a.pfeil_link {
	line-height: 30px;
	content: " ";
}

a.pfeil_link::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #008bd2;
	/*border-left-width: 2px;*/
	
}

.modal-dialog {
    width: 900px;
    margin: 30px auto;
}
#pdf_modal {
	height: 100%;
	background: rgba(0,0,0,0.6);
}
#pdf_modal .modal-dialog {
	width: 90%;
	height: 90%;
}

#pdf_modal .modal-content {
	height: 100%;
	box-shadow: none;
    border-radius: 0;
    background: transparent;
    border: 0;
}

#pdf_modal .modal-dialog .modal-body {
	height: 100%;
	padding: 0;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

#pdf_modal h4 {
	display: none;
}

#pdf_modal .modal-header {
	border: 0;
	padding: 0;
	min-height: 0;
}

#pdf_modal .modal-header .close {
    margin-top: 9px;
    position: absolute;
    z-index: 10000;
    right: 15px;
}

.flipbook-color-light{
    color: rgba(255,255,255,0.8) !important;
}
.flipbook-color-light:hover{
    color: rgba(255,255,255,1) !important;
}

.form_newsletter {
	float: left;
	width: 75%;
}

.form_newsletter.btn {
	width: 20%;
	margin-left: 5%;
}

.btn.btn-primary {
	background-color: #008bd2;
	border: 0;
	
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
  position: static !important;
}

* {
	font-family: 'Lato';
}
.tx-auktionen h1 {
	/* margin-top: 20px; */
}

.image {
    display: block;
    margin-bottom: 12px;
    line-height: 1.55;
}

.col-md-6.spalte1 {
	width: 48%;
	margin-right: 4%;
}

.col-md-6.spalte2 {
	width: 48%;
	
}

.spalte1, .spalte2, .spalte3 {
	overflow: hidden;
	
	margin-top: 0px;
	margin-bottom: 30px;
	
	
}

.spalte1 img {
	margin-top: 4px;
}

.spalte1.col-md-4, .spalte2.col-md-4, .spalte3.col-md-4 {
	padding: 0 50px;
}

.spalte1.col-md-4.std {
	padding-right: 15px;
    padding-left: 15px;
}



.spalte1 iframe {
	margin-top: 4px;
}

.spalte1 > div {
	overflow:hidden;
}

.spalte2 .spalte2 {
	    margin-bottom: 10px;
	width: 90%;
}

.spalte2 .spalte1 {
	margin-bottom: 0;
	width: 10%;
}

h1.first-headline {
	
}
.carousel-indicators {
	bottom: -30px;
	opacity: 1 !important;
}

.carousel-indicators > li {
	background: #ccc;
	border: 0;
	width: 25px;
	height: 3px;
	border-radius: 0;
}

.carousel-indicators > li.active {
	background: #008bd2;
	border: 0;
	width: 25px;
	height: 3px;
	margin: 1px;
}

div.owl-pagination .owl-page {
	background: #ccc;
	border: 0;
	width: 25px;
	height: 3px;
	border-radius: 0;
	margin-right: 5px;
}

div.owl-pagination .owl-page.active {
	background: #008bd2;
	border: 0;
	width: 25px;
	height: 3px;
	
}

div.owl-pagination .owl-page span {
	display: none !important;
}

h1 {
	font-size: 24px;
	color: #008bd2;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	
}

h1:before,
h1:after {
	content: "";
	position: absolute;
	border-top: 1px solid #008bd2;
	top: 80%;
	width: 2000px;
}
h1:before {
	margin-right: 15px;
	right: 100%;
}
h1:after {
	margin-left: 10px;
	left: 100%;
}

h2.line {
	font-size: 24px;
	color: #008bd2;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	
}

h2.line:before,
h2.line:after {
	content: "";
	position: absolute;
	border-top: 1px solid #008bd2;
	top: 80%;
	width: 2000px;
}
h2.line:before {
	margin-right: 15px;
	right: 100%;
}
h2.line:after {
	margin-left: 10px;
	left: 100%;
}

h2 {
	font-size: 22px;
	color: #008bd2;
}


h2.first-headline {
	font-size: 24px;
	color: #008bd2;
	display: inline-block;
	margin-top: 0px;
	position: relative;
	 
}

h2.first-headline::before,
h2.first-headline::after {
	content: "";
	position: absolute;
	border-top: 1px solid #008bd2;
	top: 80%;
	width: 2000px;
}
h2.first-headline::before {
	margin-right: 15px;
	right: 100%;
}
h2.first-headline::after {
	margin-left: 10px;
	left: 100%;
}


h3 {
	font-size: 24px;
	color: #008bd2;
	display: inline-block;
	margin-top: 0px;
	position: relative;
	 
}

h3::before,
h3::after {
	content: "";
	position: absolute;
	border-top: 1px solid #008bd2;
	top: 80%;
	width: 2000px;
}
h3::before {
	margin-right: 15px;
	right: 100%;
}
h3::after {
	margin-left: 10px;
	left: 100%;
}

h4 {
	font-size: 18px;
	
}

h5 {
	font-size: 16px;
	
}

h6 {
	font-size: 14px;
	
}	

.flipbook-main-wrapper {
	background-size: 180px !important;
	
}

.panel-default {
	border-radius: 0px;
	border: 0;
	box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
	padding-left: 0;
}

.panel-default>.panel-heading {
	background: transparent;
	color: #050505;
	padding-left: 0;
	
}
.panel-title>a {
	line-height: 30px;
}



.panel-title>a::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #008bd2;
	/*border-left-width: 2px;*/
	
}
.panel-title>a.in {
	color: #008bd2;
}

.panel-title>a.in::before {
	display: inline-block;
	position: relative;
	top: 9px;
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_unten_weiss.png');
	background-repeat: no-repeat;
	background-position: 6px 11px;
	content: " ";
	
	font-size: 20px;
	padding-left: 1px;
	width: 31px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	background-color: #008bd2;
	color: #fff;
	/*border-left-width: 2px;*/
	
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    text-decoration: none !important;
}

.panel-default .panel-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bigheader > .image > img {
	min-height: 300px;
	max-height: 300px;
}

.bigheader > .beschreibunginhalt {
	
	position: relative;
	float: right;
	margin-right: 50px;
	margin-top: -200px;
	padding: 10px;
	background: rgba(0,0,0,0.7);
}

.bigheader  .ueberschrift {
	position: relative;
	color: #fff;
}

.bigheader   .beschreibung {
	position: relative;
	color: #fff;
}

.bigheader   .beschreibung > p {
	margin-bottom: 0;
	
}


.primary-color {
	color: #008bd2;
}

.primary-bgcolor {
	background-color: #008bd2;
}

.primary-bordercolor {
	border-color: #008bd2;
}

.page {
	border-style: solid;
	border-width: 3px 0 0 0; 
	
}

div.right.top {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 0px;
	margin-top: 30px;
	padding: 15px 20px;
	
}

div.right.bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 15px 20px;
	
}

div.left.top {
	position: absolute;
	top: 0;
	left: 0;
	
	margin-left: 0px;
	margin-top: 30px;
	padding: 15px 20px;
	
}

div.left.bottom {
	position: absolute;
	margin-left: 0px;
	bottom: 0;
	left: 0;
	margin-bottom: 30px;
	padding: 15px 20px;
	
}

.left.carousel-control > span{
	color: #008bd2;
	
	background-image: none;
	left: 25px;
	width: auto;
	height: auto;
	padding: 0;
	padding-left: 4px;
	line-height: 28px;
}

.right.carousel-control > span{
	color: #008bd2;
	
	right: 14px;
	width: auto;
	height: auto;
	padding: 0px;
	padding-right: 3px;
	
	line-height: 28px;
	
}

.right.carousel-control > span:before{
display: inline-block;
	position: relative;
	top: 3px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 20px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	/*border-left-width: 2px;*/
}

.left.carousel-control > span:before{
display: inline-block;
	position: relative;
	top: 3px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_links3.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 20px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	/*border-left-width: 2px;*/
}

.carousel-control {
	background: rgba(255,255,255,0.9) !important;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
	height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0;
    opacity: 1 !important;
	top: 50%;
	margin-top: -30px;
	line-height: 40px;
	background-image: none !important;
	text-shadow: none;
	transition: none;
	
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: none;
    outline: 0;
    opacity: 1 !important;
}

.white {
	background: rgba(255,255,255,0.7)
}

.white > p {
	color: #000;
}

.white > h3 {
	
	font-size: 20px;
	color: #008bd2;
}


.white > h3:before {
	border: none;
	width: auto;
	top: 0;
}

.white > h3:after {
	border: none;
	width: auto;
	top: 0;
}

.white:before {
	
	
	position: absolute;
	
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_unten.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	content: " ";
	top: -6px;
	
	font-size: 20px;
	padding-left: 1px;
	width: 20px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	
	color: #fff;
	/*border-left-width: 2px;*/
}

.black {
	background: rgba(0,0,0,0.7)
}

.black:before {
	position: absolute;
	
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_unten.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	content: " ";
	top: -6px;
	
	font-size: 20px;
	padding-left: 1px;
	width: 20px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	
	color: #fff;
	/*border-left-width: 2px;*/
}

.black > p {
	color: #fff;
}

.black > h3 {
	
	font-size: 20px;
	color: #008bd2;
}


.black > h3:before {
	border: none;
	width: auto;
	top: 0;
}

.black > h3:after {
	border: none;
	width: auto;
	top: 0;
}

.carousel {
	
	max-height: 400px;
}

.carousel .carousel-item-type {
	max-height: 400px;
}

div#head {}
div#top {
	height: 70px;
	line-height: 50px;
}
div#topfb {
	float: right;
}
div#topnav {
	float: right;
}

div#header {
	height: 70px;
}
div#logo {
	float: left;
}

div#logo img {
margin-top: 3px;
}

div#mainmenu {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

div#submenu {
	float: left;
	margin-top: 4px;
	margin-left: 0px;
}

div#content {
	overflow: hidden;
	min-height: 100px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.nom {
	padding-left: 0;
}

div#footer {
	background: #f2f2f2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
	font-size: 14px;
	line-height: 16px;
}

div#footer_logo {
	padding-top: 30px;
	margin-bottom: 20px;
}

div#footer h1.first-headline {
	display: none;
}

div#footer p {
	margin-bottom: 0;
}

div.widget {
	float: left;
	width: 285px;
}

#footer_contact {
	width: 250px;
	
}

#footer_contact2 {
	width: 320px;
	
}

div#mainmenu  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#mainmenu > ul > li {
	float: left;
	padding-right: 40px;
}

div#mainmenu > ul > li:last-child {
	padding-right: 0;
}

div#mainmenu > ul > li > a{
	font-size: 18px;
	text-decoration: none !important;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
}

div#mainmenu > ul > li > a:hover {
	color: #008bd2;
	
}

div#mainmenu > ul > li.current_page_item > a {
	color: #008bd2;
	
}

div#mainmenu ul.submenu {
	display: none;
}

div#submenu {
	min-width: 100%;
}

div#submenu  ul {
	border-top: 1px solid #555;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

div#submenu > ul > li {
	
	float: left;
	padding-right: 40px;
}

div#submenu > ul > li:last-child {
	padding-right: 0;
}

div#submenu > ul > li > a{
	font-size: 18px;
	text-decoration: none !important;
	color: #555;
	font-weight: 400;
	
}

div#submenu > ul > li > a:hover {
	color: #008bd2;
	
}

div#submenu > ul > li.current_page_item > a {
	color: #008bd2;
	
}

div.footer_right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.footer_right a {
	color: #060606;
	text-decoration: none;
}

div.footer_right a:hover, div.footer_right a:focus,div.footer_right a:active {
	text-decoration: underline;
}

div#topnav_lang {
	float: right;
	margin-left: 25px;
	padding-top: 3px;
}

div#topnav_lang  ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

div#topnav_lang > li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
}

div#topnav_lang > li.first {
	float: left;
	padding-right: 0px;
	list-style-type: none;
}

div#topnav_lang > li a {
	color: #000;
}

div#topnav {
	
}

div#topnav  ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

div#topnav > ul > li {
	float: left;
	padding-right: 20px;
}

div#topfb {
	margin-right: 20px;
	line-height: 55px;
}

div#topnav > ul > li:last-child {
	padding-right: 0;
}

div#topnav > ul > li > a{
	font-size: 14px;
	text-decoration: none;
	color: #000;
	
}

div#topnav > ul > li > a:hover {
	text-decoration: underline;
}


.cM_CUR {
	display: none;
}

.modal .modal-caption {
	background-color: rgba(0, 139, 210, 0.8);
}


.prmitt {
	background: #f2f2f2;
	padding: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
}

.prmitt p {
	
}

.prmitt_ueberschrift {
	color: #000;
}

.prmitt_datum {
	color: #666;
}

.prmitt_links {
	margin-top: -5px;
}

.prmitt_pdflink {
	float: left;
	width: 200px;
	
}

.prmitt_pdflink > a{
	line-height: 30px;
	padding: 7px 12px;
	background: #008bd2;
	color: #fff;
	content: "Download PDF";
}

.prmitt_pdflink>a::before {
	display: inline-block;
	position: relative;
	top: 9px;
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_rechts_weiss.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	content: " ";
	
	font-size: 20px;
	padding-left: 1px;
	width: 15px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	background-color: #008bd2;
	color: #fff;
	/*border-left-width: 2px;*/
	
}

.prmitt_pdflink > a:hover, .prmitt_pdflink > a:active, .prmitt_pdflink > a:focus, .prmitt_pdflink > a:visited {
	text-decoration: none;
	background: #008bd2;
}

.prmitt_pdflink>a:hover::before, .prmitt_pdflink > a:active::before, .prmitt_pdflink > a:focus::before, .prmitt_pdflink > a:visited::before {
background-color: #008bd2;
}

.prmitt_vorschaulink {
	float: left;
	
}

.prmitt_vorschaulink > a {
	line-height: 30px;
	padding: 6px 12px;
	color: #000;
	text-decoration: none !important;
}

.prmitt_vorschaulink>a::before {
	display: inline-block;
	position: relative;
	top: 9px;
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_rechts.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	content: " ";
	
	font-size: 20px;
	padding-left: 1px;
	width: 15px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	color: #fff;
	/*border-left-width: 2px;*/
	
}

.prmitt_content {
	display: none;
	margin-top: 20px;
}

.prstimme {
	background: #f2f2f2;
	padding: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
}
.prstimme_beschreibung {

}

.prstimme_beschreibung p {
	line-height: 22px;
}


.prstimme_datum {
	margin-top: 10px;
	font-weight: bold;
}

.prstimme_datum p{
	margin-bottom: 0;
	line-height: 22px;
}

.prstimme_link {
	margin-top: 5px;
}
.prstimme_link > a{
	line-height: 30px;
	padding: 6px 12px;
	color: #008bd2;
	text-decoration: none !important;
	content: "Download";
}

.prstimme_link>a::before {
	display: inline-block;
	position: relative;
	top: 9px;
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_rechts.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	content: " ";
	
	font-size: 20px;
	padding-left: 1px;
	width: 15px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	color: #fff;
	/*border-left-width: 2px;*/
}


/* Experten */
div.ex_image {
	text-align: center;
	padding-right: 15px;
	margin-bottom: 35px;
}
div.ex_image > img {
	width: 100%;
	height: 100%;
	background: #f2f2f2;
}

div.ex_content {
	margin-bottom: 35px;
}

div.ex_content p {
	margin-bottom: 5px;
}

div.ex_content hr {
	color: #333;
	border-color: #333;
	margin: 15px 0;
}
div.ex_name {
	margin-top: 10px;
	font-weight: bold;
	color: #333;
}
div.ex_beschreibung {
	color: #666;
}
div.ex_telefon {
	color: #666;
}
div.ex_email {
	color: #666;
}
div.ex_vita {
	margin-top: 20px;
}
div.ex_vita > a {
	
	content: "";
}

div.ex_vita>a::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #008bd2;
	/*border-left-width: 2px;*/
}



.ex_vita>a.in {
	color: #008bd2;
}

.ex_vita>a.in::before {
	display: inline-block;
	position: relative;
	top: 9px;
	/*content: "\00A0\25BC";*/
	background-image: url('../img/pfeil_unten_weiss.png');
	background-repeat: no-repeat;
	background-position: 6px 11px;
	content: " ";
	
	font-size: 20px;
	padding-left: 1px;
	width: 31px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	background-color: #008bd2;
	color: #fff;
	/*border-left-width: 2px;*/
	
}

div.ex_vitabeschreibung {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}


div.auktion {
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
	height: 100%; /* for IE6 */
}
div.auktion hr {
	color: #999;
	border-color: #999;
	margin: 15px 0;

}
div.auktion .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
div.auktionlose {
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
	overflow: hidden;
	height: 100%; /* for IE6 */
}

div.auktion_image {
	background: #f2f2f2;
	
}

div.auktion_image img {
	max-width: 100%;
	height: auto;
}

div.auktion_content {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	background: #f2f2f2;
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
div.auktion_bezeichnung {
	font-weight: bold;
}
div.auktion_termin {
	font-weight: bold;
}
div.auktion_beschreibung {
	margin-top: 25px;
	line-height: 24px;
}
div.auktion_actions {
	background: #f2f2f2;
	
	   margin-left: -15px;
    margin-right: -15px;
	
}

div.auktion_actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	 
}

div.auktion_actions ul > li {
	border-top: 1px solid #fff;
	line-height: 25px;
	min-height: 25px;
}

div.auktion_actions ul > li a {
	line-height: 30px;
	display: inline-block;
	margin-top: -7px;
	color: #000 !important;
	text-decoration: none;
	
}

div.auktion_actions  ul > li:first-child {
	border-top: 0;
}

div.auktion_actions  ul > li a::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 15px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	/*border-left-width: 2px;*/
	
}
div.auktion_actions  ul > li p {
	margin: 0;
}

div.auktion > .kommend_links {
	float: left;
	width: 90%;
	padding-left: 20px;
}
div.auktion > .kommend_rechts {
	float: right;
	width: 10%;
}
div.auktion .kommend_bezeichnung {}
div.auktion .kommend_datum {}
div.auktion .kommend_link {
	float: right;
}

div.kommend_links::before {
	display: inline-block;
	position: absolute;
	margin-top: -3px;
	margin-left: -20px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 20px;
	height: 30px;
	
	/*border-left-width: 2px;*/
	
}

div.kommend_link  > a::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #008bd2;
	/*border-left-width: 2px;*/
	
}

div.myauktionen  .auktion {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.myauktionen li:first-child .auktion {
	margin-top: 0px;
	
}
div.myauktionen ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.myauktionen ul > li {
	border-bottom: 1px solid #000;
}

div.myauktionen ul > li:last-child {
	border-bottom: none;
}

div.auktionlose div.owl-carousel {
	    margin-left: 40px;
    margin-right: 40px;
	width: auto;
}

div.auktionlose .content_switch {
	border-top: 2px solid #008bd2;
	position: absolute;
	background: rgba(255,255,255, 0.9);
	width: 100%;
	height: 100%;
	display: none;
	
}

div.auktionlose .content_switch_content {
	width: 100%;
	position: relative;
	padding: 20px;
	font-size: 12px;
}

div.auktionlose .item {
	position: relative;
	max-height: 220px;
}

div.auktion .content_switch {
	border-top: 2px solid #008bd2;
	position: absolute;
	background: rgba(255,255,255, 0.9);
	width: 100%;
	height: 100%;
	display: none;
	
}

div.auktion .content_switch_content {
	width: 100%;
	position: relative;
	padding: 20px;
	font-size: 12px;
}

div.auktion .item {
	position: relative;
	max-height: 220px;
}

div.owl-carousel hr {
	border-color: #000;
	color: #000;
	
}

div.owl-carousel hr.unten {
	border-color: #aaa;
	color: #aaa;
	
}

div.auktion .item .erg_image img {
	width: 100%;
	/* max-height: 220px; */
	height: 100%;
	 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

div.auktionlose .item .erg_image img {
	width: 100%;
	max-height: 220px;
	 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

div.auktionlose .next {
}
 .next {
	position: absolute;
	right: 0;
	top: 50%;
	
	cursor: pointer;
	
}

.next::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_rechts3.png');
	background-repeat: no-repeat;
	background-position: 12px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 20px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	/*border-left-width: 2px;*/
	
}

.prev {
	position: absolute;
	left: 0;
	top: 50%;
	
	cursor: pointer;
}

.prev::before {
	display: inline-block;
	position: relative;
	top: 6px;
	color: #008bd2;
	/* content: "\00A0\25BA"; */
	background-image: url('../img/pfeil_links3.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	content: " ";
	padding-left: 1px;
	font-size: 20px;
	width: 20px;
	height: 30px;
	/* border: 1px solid #008bd2; */
	/*border-left-width: 2px;*/
	
}
.erg_table td {
	padding-right: 10px;
}

div.auktion div.ergebnis {
	width: 25%;
	padding: 10px;
	float: left;
}

div.auktion div.ergebnis .content_switch {
	padding: 2px;
	width: 265px;
	min-width: 265px;
}
div.auktion .ergebnis .erg_image{
	
}
div.auktion .ergebnis .erg_image img {
	width: 100%;
	max-height: 200px;
	 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

@media  (max-width: 990px) {
	div#footer {
		height: auto;
		position: relative;
	}
	
	div#footer .widget {
		margin-bottom: 10px;
	}
	
	body {
		margin-bottom: 0;
	}
	
	div#footer .footer_right {
		float: left !important;
		text-align: left;
	}
	
	.col-md-6.spalte1, .col-md-6.spalte2 {
		width: 100%;
		margin: 0;
		margin-top: 35px;
	}
	
	.auktion .col-md-7 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: -10px;
	}
	
	.auktion .col-md-7 .auktion_content {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.auktion .auktion_actions {
		margin-top: 1px;
	}
	
}

@media (min-width: 750px) and (max-width: 1200px) {
	div#header .col-md-3, div#header .col-md-9 {
		width: 100%;
		padding: 0;
	}
	
	div#header .col-md-9 {
		padding-left: 2px;
	}
	
	div#submenu > ul > li {
		float: left;
		padding-right: 40px;
	}
}

@media (min-width: 750px) and (max-width: 990px) {
	div#submenu > ul > li {
		float: left;
		padding-right: 18px;
	}
}

@media (min-width: 767px) and (max-width: 950px) {
	div#footer {
		height: auto;
	}
	
	div#footer .widget {
		margin-bottom: 10px;
	}
	
	
	
}
@media (max-width: 800px) {
	div#mainmenu {
		display: none;
	}
	div#submenu {
		display: none;
	}
	div#header {
		height: auto;
	}
	
	.spalte2 .spalte1 {
		margin-bottom: 0;
		width: 100%;
	}
	
	.modal-dialog {
		width: 100%;
		margin: 30px auto;
	}
	
	.white > h3, .black > h3 {
		font-size: 16px;
		
	}
	
	.white > p, .black > p {
		font-size: 12px;
		
	}
	
	.right.carousel-control > span:before {
		top: -3px;
		width: 22px;
	}
	
	.left.carousel-control > span:before {
		top: -3px;
		width: 22px;
	}
	
	div#mobilemenu {
		display: block;
		min-height: 30px;
	}
	
	.slicknav_nav ul.submenu {
		padding-left: 25px;
	}
	
	
	
}

@media (min-width: 801px) {
	div#mobilemenu {
		display: none;
	}
	
	
	
}

@media (max-width: 600px) {
	div.auktionlose .item .erg_image  {
		text-align: center;
	}
	
	div.auktionlose .item .erg_image img {
		width: 300px;
		
	}
}