@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
    unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
    unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
	font-family: "Roboto" !important;
	font-size: 16px;
}

.site-wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
	/*border: 1px solid #e3e3e3;
    margin: 0 auto 20px;*/
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* for IE6, IE7 */
}

a:focus {
	outline: 0;
}

.table {
	background-color: #ffffff;
}

/* Steps bar */
.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

label.control-label {
	font-size: 90%;
	height: 1px !important;
}

/* Remondis Style */

#rem-header {
	background-color: #000000;
}

#rem-header .rem-app-title, .rem-site-title {
	display: none;
	float: left;
	margin: 0;
	padding: 18px 0 10px 20px;
	font-weight: bold;
	color: #ffffff;
}

@media (min-width: 1280px) {
	#rem-header .rem-app-title, .rem-site-title {
		display: block;
	}
}

@media (min-width: 560px) and (max-width: 1279px) {
	#rem-header .rem-app-title {
		display: block;
	}
}
#rem-header .rem-site-title {
	margin-left: 100px;
}

#rem-header .rem-logo {
	display: block;
	float: right;
	padding: 10px 30px 10px 0;
    max-height: 70px !important;
    width: auto !important;
}

#rem-header-top {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #cacacc 0%, #7a7b7f 100%) repeat scroll 0 0;
    color: #fff;
    height: 28px;
    overflow: hidden;
}

#rem-header-top ul li {
    display: block;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0 12px 0 12px;	
}

#rem-header-top ul {
    margin: 5px 19px 0 0;
    padding: 0;
}

#rem-header-top li {
    font-size: 1em;
    line-height: 1em;
	/*font-weight: bold;*/
    color: #ffffff;
	border-right: #ffffff 1px dotted;
}

#rem-header-top li.last {
	border-right: none;
}

#rem-header-top a {
	background: transparent none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

#rem-header-top a:hover {
    text-decoration: underline;
}

#rem-header-functions {
	font-size: 16px;
	/* background-color: #e3051a; */
	background-color: #f8f8f8;
	width: 100%;
	height: 22px;
	box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 1000;
}

#rem-header-functions ul li {
    display: block;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0 12px 0 12px;	
}

#rem-header-functions ul {
    margin: 2px 19px 0 0;
    padding: 0;
}

#rem-header-functions li {
    font-size: 1em;
    line-height: 1em;
    /*color: #ffffff;
	border-right: #ffffff 1px dotted;*/
    color: #000000;
	border-right: #000000 1px dotted;
}

#rem-header-functions li.last {
	border-right: none;
}

#rem-header-functions a {
	background: transparent none repeat scroll 0 0;
    color: #000000;
    /*color: #ffffff;*/
    text-decoration: none;
}

#rem-header-functions a:hover {
    text-decoration: underline;
}

#rem-footer-links {
	font-size: 12px;
	height: 22px;
	text-align: center;
	margin: 25px;
}

#rem-footer-links ul li {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0 12px 0 12px;	
}

#rem-footer-links ul {
    margin: 2px 50px 0 0;
    padding: 0;
}

#rem-footer-links li {
    font-size: 1em;
    line-height: 1em;
    color: #A0A0A0;
	border-right: #A0A0A0 1px dotted;
}

#rem-footer-links li.last {
	border-right: none;
}

#rem-footer-links a {
	background: transparent none repeat scroll 0 0;
    color: #A0A0A0;
    text-decoration: none;
}

#rem-footer-links a:hover {
    text-decoration: underline;
}

.rem-site-content {
	padding: 20px;
	background-color: #fff;
}

@media (min-width: 768px) {
  .rem-site-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.rem-site-content .page-header {
  margin-top: 0;
}

#rem-login-form {
	max-width: 650px;
	padding: 30px;
	margin: 0 auto 0 auto;
	background-color: #f8f8f8;
	border: 4px solid #e1e8ed;
	border-radius: 10px;
}

#rem-login-form .helplinks {
	margin-top: 10px;
	width: 300px;
}

.rem-form {
	max-width: 1024px;
	padding: 0 20px 20px 20px;
	margin: 0 auto 0 auto;
	background-color: #f8f8f8;
	border: 4px solid #e1e8ed;
	border-radius: 10px;
}

.rem-img-captcha {
	width: 215px;
	height: 80px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.rem-img-captcha-input {
	width: 215px;
	margin-top: 10px;
}

.rem-table-border-all {
	border: 1px solid #ddd;
}

.rem-btn-vehicle-cat {
	width: 100%;
	margin: 10px 10px 0 0;
}

.rem-btn-cat-selected {
	background-image: linear-gradient(to bottom, #ffead9 0px, #ffbf87 100%);
	border-color: #f69240;
}

img.rem-img-center {
	margin: 0 auto;
}

div.rem-btn-cat-selected:hover, div.rem-btn-cat-selected:focus {
	background-position: 0;
	border-color: #f69240;
}

.rem-btn-vehicle-imgupl {
	width: 100%;
	margin: 10px 10px 0 0;
	height: 136px;
}

.rem-btn-vehicle-txtcenter {
	padding-top: 60px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.rem-preview-thumbnail-images {
}

img.rem-preview-thumbnail-image {
	width: 32%;
	padding: 5px 0 0 0;
}

.rem-preview-click-image {
	cursor: pointer;
}

.rem-modal-thumbnail {
	margin-bottom:6px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	margin-top: 10%;
	width: 5%;
}

.rem-modal-image-index {
	text-align: right;
	padding: 5px 5px 0 0;
}

.rem-detail-caption {
	width: 200px;
}

.rem-vehiclelist-td-image {
	width: 160px;
}

.rem-vehiclelist-td-caption {
	font-size: 16px;
	font-weight: bold;
}

.rem-vehiclelist-td-advertid {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.rem-tdnw {
	white-space: nowrap;
	width: 10px;
}

.rem-bold {
	font-weight: bold;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
	}
	.modal-dialog-small {
		width: 500px;
	}
}

.rem-td-header1 {
	background-color: #D8D8D8;
}

@media screen {
	.rem-print-only-block { display: none; }
	.rem-print-only-inline { display: none; }
}

.multiselect {
	text-align: left;
}

button.multiselect {
	padding-left: 17px;
}

.multiselect b.caret {
	position: absolute;
	top: 14px;
	right: 8px;
}

.multiselect-group {
	font-weight: bold;
	text-decoration: underline;
}

.rem-table-vehicle-offers {
	border: 0 !important;
}

.rem-table-searchagent {
	border: 0 !important;
	padding: 4px 0 0 18px !important
}

.rem-table-nonfluid {
   width: auto !important;
}

a.rem-login-link,a.rem-login-link:hover,a.rem-login-link:focus,a.rem-login-link:visited {
	color: #333;
}

a.rem-offers-link,a.rem-offers-link:hover,a.rem-offers-link:focus,a.rem-offers-link:visited {
	color: #333;
}

a.rem-searchex-link,a.rem-searchex-link:hover,a.rem-searchex-link:focus,a.rem-searchex-link:visited {
	color: #333;
}

a.rem-pagecount-link,a.rem-pagecount-link:hover,a.rem-pagecount-link:focus,a.rem-pagecount-link:visited {
	color: #333;
}

a.rem-pagination-link,a.rem-pagination-link:hover,a.rem-pagination-link:focus,a.rem-pagination-link:visited {
	color: #333 !important;
}

.rem-pagecontrol {
	text-align: center;
}

.rem-pagination-control {
	float: none;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	margin-right: -200px;
}

.rem-select-items-per-page {
	float: right;
	display: inline-block;
	padding: 12px 0 0;
}

.rem-select-items-per-page > a.active {
	font-weight: bold;
}

.rem-zielplattform-eintrag {
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rem-zielplattform-eintrag-checkbox {
	float: left;
	width: 5%;
	padding-top: 6px;
}

.rem-zielplattform-eintrag-daten {
	float: left;
	width: 95%;
}

.rem-zielplattform-eintrag-textlink {
	float: left;
}

.rem-zielplattform-link {
	font-size: 24px;
	font-weight: bold;
}

.rem-zielplattform-eintrag-bildlink {
	float: right;
}

.rem-zielplattform-eintrag-bild {
	height: 40px;
}

.rem-zielplattform-eintrag-buttons {
	margin-bottom: 10px;
}

#rem-global-modal-text {
	white-space: pre;
}