body {
	font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767.98px)  {
	html {
		font-size: 14px;
	}
}
main {
	position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family: 'Merriweather', serif;*/
}
.cbcontent img {
	max-width: 100%;
}

.language-switch img {
	height: 24px;
	margin-top: -2px;
}
.navbar .nav-item.h6 {
	margin-bottom: 0;
}
.navbar-nav {
	margin-top: 6px;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.t-290 {
	top: 290px;
}
.t-vh15 {
	top: 15vh;
}

body {
	overflow-x: hidden;
}
body.searchpage {
	overflow-y: scroll;
}
.cursor-pointer {
	cursor: pointer !important;
}
button:disabled {
	cursor: not-allowed !important;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.text-linebreak {
	white-space: normal !important;
}

.form-control.is-invalid::placeholder {
	color: #dc3545;
	opacity: 0.5;
}

.navbar-nav .nav-link::after {
	color: #EE7C0C
}

.dropdown-item {
	color: #5a5853;
}

.dropdown-item:hover {
	background: transparent;
	color: #5a5853;
}
.dropdown-item:active {
	background: inherit;
	color: inherit;
	text-decoration: inherit;
}
.dropright .dropdown-item:hover {
	background-color: #e6e6e5;
}
/*
.dropdown-menu .custom-control-label::before, .modal .custom-control-label::before {
	background-color: #E6E6E5;
}
*/
.startpage .carousel .carousel-item .carousel-image {
	max-height: 530px;
	overflow: hidden;
}
.startpage .carousel .carousel-item article {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.startpage .carousel .carousel-item article p {
	height: 7rem;
}

.w-15rem {
	width: 15rem;
}
.w-20rem {
	width: 20rem;
}
.w-25rem {
	width: 25rem;
}
.w-5 {
  width: 5% !important;
  min-width: 25px;
}
.t-290 {
	top: 290px;
}
.font-size-2rem {
	font-size: 2rem !important;
}
.font-size-3rem {
	font-size: 2.6rem !important;
}
.element-overlay {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
}
.position-topleft {
	position: absolute;
	top: 0;
	left: 0;
}
.position-left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
.position-right {
	position: absolute;
	top: 0;
	buttom: 0;
	right: 0;
	height: 100%;
}
.position-bottomleft {
	/*z-index: 1;*/
	position: absolute;
	bottom: 0;
	left: 0;
}
.position-topright {
	position: absolute;
	right: 0;
	top: 0;
}
#similar_search {
	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
}
#search, #search:focus {
	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
	font-size: 1.5rem;
	font-weight: 600;
	color: #EE7C0C;
	border: none;
}
#search::placeholder {
	text-transform: uppercase;
	color: #d8d8d8;
	font-weight: 500;
	
}

.main-tabs .nav-tabs li a {
	background-color: #EE7C0C;
	color: #FFF;
	cursor: pointer;
}
.main-tabs .nav-tabs a.active, .main-tabs .nav-tabs li:hover a {
	color: #5a5853;
	background-color: #F7F6F6;
}

.secondary-tabs .nav-tabs li a {
	background-color: #f8f8f8;
	color: #EE7C0C;
	cursor: pointer;
}
.secondary-tabs .nav-tabs a.active, .main-tabs .nav-tabs li:hover a {
	color: #5a5853 !important;
	background-color: #cdcdcb !important;
}

.just-on-show {
	display: none !important;
}
.just-show.show .just-on-show {
	display: block !important;
}
.bg-overlay {
	background-color: rgba( 0, 0, 0, 0.5 );
}

@media (min-width: 992px) {
	.navbar-nav .dropdown-menu {
		top: 3em;
		min-width: 100%;
	}
	
	.navbar-nav .dropdown.show {
		-webkit-box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.175);
	 	-moz-box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.175);
	  	box-shadow: 0 -8px 12px rgba(0, 0, 0, 0.175); 
		position: relative;
	}
	.navbar-nav .dropdown.show::after {
		content: "";
		width: 100%;
		position: absolute;
		height: 20px;
		bottom: 15px;
		display: block;
		z-index: 102;
		background-color: #f9f6f6;
		left: 0;
		z-index: 1000;
		top: 45px;
	}
	
	.navbar-nav .float-right-nav {
		float: right !important;
	}
}


@media (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	h1, .h1 {
		font-size: 3rem;
	}
	
	h3, .h3 {
		font-size: 1.5rem;
	}
}
@media (max-width: 992px) {
	
	h1, .h1 {
		font-size: 2rem;
	}
}

/*
Special pagination
*/
.pagination-type {
	width: 47px;
	height: 47px;
	margin-top: 9px;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-ms-border-radius: 50%;
  	-o-border-radius: 50%;
	border: 1px solid #dededd;
	position: relative;
  	border-radius: 0.7em;
	cursor: pointer;
}
.pagination-type:after {
	height: 0;
	width: 0;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	margin: auto;
	display: block;
	border-style: solid;
	border-width: 50px 40px 0;
	border-color: #EE7C0C transparent transparent; 
	-webkit-transform: rotate(270deg);
  	-moz-transform: rotate(270deg);
  	-ms-transform: rotate(270deg);
  	-o-transform: rotate(270deg);
  	transform: rotate(270deg);
}
.pagination-type:hover {
	background-color: #EE7C0C;
}
.pagination-type:hover:after {
	border-color: white transparent transparent;
}
.pagination-type.left:after {
	-webkit-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-o-transform: rotate(90deg);
  	transform: rotate(90deg);
	right: 15px;
	left: 0;
}
.pagination-type.small:after {
	left: 5px;
}
.pagination-type.left.small:after {
	right: 5px;
	left: 0;
}
.pagination-type.disabled::after, .pagination-type.disabled:hover::after {
	border-color: #5a5853 transparent transparent;
	opacity: 0.25;
}
.pagination-type.disabled, .pagination-type.disabled:hover {
	cursor: default;
	background-color: transparent;
}
.pagination-type.small:after {
	border-width: 12px 10px 0;
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: none;
}
.btn.active {
	cursor: default !important;
}
.btn-secondary:not(.active) {
	color: #EE7C0C;
}
.bg-secondary .bg-secondary {
	background-color: #cdcdcb !important;
}
.badge-secondary {
	background-color: #cdcdcb !important;
}


/*
 On Off Toggle
*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* 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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

/* Color Palette Kendo */
#palette table {
	width: 100%;
	height: 150px;
}
#palette table td {
	cursor: pointer;
}
#palette .k-state-selected {
	box-shadow: 0 1px 4px #000,inset 0 0 3px #fff;
	position: relative;
}
.sidebarcontent .badge {
	font-size: 60%;
}
.sidebarcontent {
	/*
	max-height: 75vh;
	overflow-y: auto;
	*/
}
.colorfield {
	height: 18px;
	width: 20px;
	display: inline-block;
	margin-bottom: -4px;
	margin-left: 1px;
	margin-right: 1px;
}
.justified-fix {
	margin-left: -10px;
	margin-right: -10px;
}
.image-preview {
	width: 100%;
	display: block;
	padding: 10px 10px 0px 10px;
	position: relative !important;
	float: left;
	overflow: initial !important;
}
.image-preview-inner {
	display: block;
	padding: 10px;
	transition: all 1s ease-out;
	display: block;
}
.image-preview .masonry-row {
	height: 85px !important;
	overflow: hidden !important;
}
.justified-gallery {
	overflow: unset;
}
.masonry-relative { 
	position: relative !important;
	float: left !important;
	margin-left: 10px !important;
	margin-top: 10px !important;
	top: auto !important;
	left: auto !important;
 }
 .hover-show {
 	opacity: 0;
 	transition: 0.4s opacity ease-out;
 }
@media (max-width: 991.98px)  {
	.searchresult-item .hover-show {
		opacity: 1;
		display: block;
	}
} 
.prices-wrapper .hover-show, .format-wrapper .hover-show {
	display: none;
}
  .hover-effect:hover {
 	overflow: unset;
 }
 
 .hover-effect:hover .hover-show, .hover-effect.active .hover-show {
 	display: block;
 	opacity: 1;
 }
 .btn-outline-primary:focus {
 	box-shadow: none !important;
 }
 .underelement {
 	position: absolute; 
 	top: 100%; 
 	left: 0; 
 	width: 100%; 
 	z-index: 100;
}
.list-content .underelement .btn-group, .list-content .underelement .btn 	 {
	display: block;
	width: 100%;
}
.list-content .underelement .btn-group > * {
	margin-bottom: 2px !important;
	margin-left: 0px !important;
}
.akilightbox .dropright .dropdown-toggle::after { 
	position: absolute;
	right: 5px;
	top: 40%;
}
.akilightbox [data-toggle="collapse"] {
	white-space: normal;
}
.gj-datepicker .input-group-append {
	visibility: none;
}
.alert-message .messages {
	margin-left: -10px;
}
.custom-control-label-gray::before {
	background-color: #E6E6E5;
}

.license-type {
	padding: 0px 0px 0px 35px;
  	position: relative;
  	height: auto;
  	min-height: 22px;
  	height: 22px;
  	overflow: hidden;
  	width: auto;
  	text-align: left;	
  	line-height: 21px;
  	display: inline-block;
  	top: 6px;
  	
}
.license-type.single {
	top: 0px;
	padding-left: 30px;
}
.license-type:before {
	display: block;
  	content: '';
  	position: absolute;
  	left: 0px;
  	width: 29px;
  	height: 22px;
  	line-height: 21px;
  	background-color: #FFF;
  	border: 1px solid #4c5356;
  	font-weight: 700;
  	text-align: center;
  	color: #4c5356;
  	font-size: 75%;
}
.license-type.rf::before, .license-type.type16::before { background-color: #e6e5e5; border: 1px solid #5a5853; content: 'RF'; }
.license-type.rm::before, .license-type.type1::before,  .license-type.type2::before { background-color: #4c5356; border: 1px solid #4c5356; color: #fff; content: 'RM'; }
.license-type.cd::before, .license-type.type8::before { content: 'CD'; }
.license-type.ms::before, .license-type.type128::before { background-color: #e6e5e5; border: 1px solid #e6e5e5; content: 'MS'; }

.search-history-favorite {
	height: 22px;
	width: 22px;
	margin-right: 3px;
	background-color: #cdcdcb;
}
.search-history .custom-control-label::before {
	border: 1px solid #c7c7c5;
}
.custom-control-label::before {
	background-color: rgba( 238, 124, 12, 0.3 );
}
.checkbox-trigger {
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: blue;
	top: .5rem; 
	left: .5rem;
	opacity: 0;
}
.similar_filter {
	max-height: 40px;
}
.default-search-result .card {
	width: 220px;
}
.default-search-result .card .image-container {
	width: 100%;
	height: 220px;
}
.default-search-result .card .image-container img {
	max-width: 218px;
	max-height: 220px;
}
.lightbox-items .card {
	width: 160px;
}
.lightbox-items .card .image-container {
	width: 100%;
	height: 160px;
}
.lightbox-items .card .image-container img {
	max-width: 158px;
	max-height: 160px;
}

.lightbox-items .card {
	width: 160px;
}
.lightbox-items .card .image-container {
	width: 100%;
	height: 160px;
}
.lightbox-items .card .image-container img {
	max-width: 158px;
	max-height: 160px;
}

@media (max-width: 767.98px)  {
	.lightbox-items .card {
		width: 130px;
	}
	.lightbox-items .card .image-container {
		height: 130px;
	}
	.lightbox-items .card .image-container img {
		max-width: 128px;
		max-height: 130px;
	}
}

.position-bottom {
	bottom: 0;
	left: 0;
}
.overflow-y-scroll {
	overflow-y: auto;
	overflow-x: hidden;
}
.dragger {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	background-color: #EE7C0C;
	opacity: 0.3;
	z-index: 50;
	cursor: move;
}
.btn-akiicon {
	line-height: 1;
}
/*
*[data-toggle="collapse"]::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #EE7C0C;
  float: right;
  margin-right: 0.225em;
  margin-top: 0.445em;
  transform: rotate( -180deg );
  transition: transform 0.4s ease-out;
}
*.collapsed[data-toggle="collapse"]::after {
	transform: rotate( 0deg );
}*/
.sidebar-collapse {
	line-height: 1.3;
	padding: 0.7em 0.5em;	
}
.main-search.sidebar-close .searchresult-block {
	position: relative;
}
.main-search:not(.sidebar-close) .searchresult-block {
	margin-left: 10px;
}
@media (max-width: 991.98px)  {
	.main-search:not(.sidebar-close) .searchresult-block {
		margin-left: -15px;
	}
}
/*
#searchresult-block.sidebar-open {
	margin-left: 0;
}
*/
@media (min-width: 767px)  {
	.main-search.sidebar-close {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: -80px;
	}
}
@media (min-width: 767px) and (max-width: 1199.98px)  {
	.main-search.sidebar-close .top-navigation .search-pagination {
		margin-left: 50%;
	}
}
.main-search #bildwelten {
	padding-left: 0 !important
}
.preview-trigger {
	cursor: pointer;
}

.animation-flush .badge {
	-webkit-animation: flush 1s 1;
  	-moz-animation:    flush 1s 1;
  	-o-animation:      flush 1s 1;
  	animation:         flush 1s 1;
}
#similarForm::after {
	display: none;
}
.search-wrapper {
	background-color: rgba( 255, 255, 255, 0.7 );
}
.search-wrapper form {
	position: relative;
}
.aki-autocomplete {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #FFF;;
	z-index: 105;
	border-top: 8px solid #5A5853;
	padding-top: 15px;
	display: none;
	box-shadow: 1px 15px 15px rgba(0, 0, 0, 0.2);
}
.aki-autocomplete .badge {
	font-size: 13px;
}
.startpage .aki-autocomplete {
	border-top: none;
	margin-top: 8px;
}
.aki-autocomplete .ui-autocomplete {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	position: relative !important;
}
.aki-autocomplete .ui-menu-item-wrapper {
	color: #EE7C0C !important;
	padding: 4px 15px !important;
	font-family: freight-sans-pro, "Times New Roman";
}
.aki-autocomplete .ui-menu-item-wrapper.ui-state-active {
	color: #fff !important;
	background: #EE7C0C !important;
}
.aki-autocomplete .auto-history-container {
	padding-top: 15px;
	padding-bottom: 15px
}
.aki-autocomplete .auto-history-container li {
	font-size: 1.1em;
	padding: 4px 15px !important;
}
.aki-autocomplete .auto-history-container li:hover {
	color: #FFF !important;;
	background-color: #EE7C0C;
}
.aki-autocomplete .auto-history-container a:hover, .aki-autocomplete .auto-history-container li:hover a {
	color: #FFF !important;;
}
.aki-autocomplete .ui-widget.ui-widget-content {
	border: none;
}
.alert-info {
	background-color: #cdcdcb;
	border-color: #cdcdcb;
}
.layout-bildwelt hr {
	margin-top: 50px;
	margin-bottom: 40px;
}
.agencyname {
	max-width: 70%;
}
.dropdown-full-container .dropdown-menu {
	height: 90vh;
}
@keyframes flush {
  0% { opacity: 1; transform: rotateX(0deg); }
  50% { opacity: 0; }
  100% { opacity: 1; transform: rotateX(360deg); }
}
@-webkit-keyframes flush {
  0% { opacity: 1; transform: rotateX(0deg); }
  50% { opacity: 0; }
  100% { opacity: 1; transform: rotateX(360deg); }
}
@-o-keyframes flush {
  0% { opacity: 1; transform: rotateX(0deg); }
  50% { opacity: 0; }
  100% { opacity: 1; transform: rotateX(360deg); }
}
@-moz-keyframes flush {
  0% { opacity: 1; transform: rotateX(0deg); }
  50% { opacity: 0; }
  100% { opacity: 1; transform: rotateX(360deg); }
}
.startpage .carousel-inner {
	min-height: 500px;
}
.akilightbox .btn-inlightbox.btn-lightbox .akiicon-lightbox::before {
	content: "\ea03";
	font-size: 0.9em;
}
.licensetext h1, .licensetext h2, .licensetext h3 {
	font-size: 1.5em;
}
.licensetext .border {
	border: none !important;
}
.marginfix {
	margin: 0.8rem !important;
}
.lightboxheader {
	max-width: 190px;
	font-size: 0.8rem;
}
@media (max-width: 1199.98px) and (min-width: 992px)  {
	.lightboxheader {
		max-width: 135px;
	}
}
@media (max-width: 991.98px)  {
	.lightboxheader {
		max-width: 350px;
	}
}
@media (max-width: 575.98px)  {
	.mx-sm-down-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.px-sm-down-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	.navbar-brand img {
		max-width: 180px;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 767.98px)  {
	.mx-md-down-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.px-md-down-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	#similar_search {
		margin-top: 34px !important;
	}
}

/*
toggled if item is marked for removal from search results
*/
.killed {
	opacity: 0.3 !important;
}

.k-i-expand::before, .k-i-collapse::before{
	color: #EE7C0C;
}
.k-state-selected{
	background-color: #EE7C0C !important;
	border: 1px solid #EE7C0C !important;
}

.k-pager-wrap .k-link{
	color: #EE7C0C !important;
}

.prices-wrapper h5{
	font-size: 1.0rem;
}

.searchresult.heading{
	font-size: 1.1rem;
	margin-left: 40px;
}

.header-font-size{
	font-size: 1.5rem;
}

.carousel-image img{
	width: 100%;
	height: 100%;
}

.blogcontent h2{
	font-size: 1.8rem;
}

.blogcontent h3{
	font-size: 1.6rem;
}
.blogcontent h4{
	font-size: 1.3rem;
}
.blogcontent h5{
	font-size: 1.1rem;
}
.blogcontent h6{
	font-size: 1.1rem;
}




/* seo CLS improvements */

.seo-height-horizontal{
	min-height:448px;
}

.seo-height-panorama{
	min-height:200px;
}

.seo-height-vertical{
	min-height:648px;
}

.seo-price-rf{
	min-height:400px;
}

.seo-price-rm{
	min-height:825px;
}

@media (max-width: 575.98px) {

	.seo-height-horizontal{
		min-height:330px;
	}

	.seo-height-panorama{
		min-height:100px;
	}
	
	.seo-height-vertical{
		min-height:500px;
	}

	.seo-price-rf{
		min-height:400px;
	}
	
	.seo-price-rm{
		min-height:825px;
	}
}

@media (max-width: 767.98px) {

	.seo-height-horizontal{
		min-height:400px;
	}

	.seo-height-panorama{
		min-height:100px;
	}
	
	.seo-height-vertical{
		min-height:600px;
	}

	.seo-price-rf{
		min-height:400px;
	}
	
	.seo-price-rm{
		min-height:825px;
	}

}

.searchresult-block-seo-1{
	/*min-height: 270px;*/
}

.searchresult-block-seo-100{
	/*min-height: 5000px;*/
}


@media (min-width: 360px) {
	.small, small {
		font-size: 100%;
	}
}

@media (max-width: 480px) {
	.btn-akiicon.btn-lightbox{
		margin-left: 10px !important;
	}
}


.cbcontent h1, .cbcontent h3, .cbcontent h2, .cbcontent h4, .cbcontent h5 {
    text-transform: unset !important;
}


.akiInlineSummary {
	display: none;
}

.custom-hide-bottom{
	/*min-height:20px;
	top:-20px;
	position:relative;
	background-color:#5a5853;*/
}

.custom-hide-bottom-masonry{
	width: 100%;
	height: 11px;
	background-color: white;
}

.custom-hide-bottom-default{
	width: 100%;
	height: 10px;
	background-color: white;
}

.custom-control-label.terms-of-trade a{
	color: #FF8202;
	font-weight: bold;
}

.mb-1.price-description{
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.photo.vert img{
	width: 60% !important;
}

.photo.vertA img{
	width: 60% !important;
}

.btn-assetpriority{
	top: 3px;
  	right: 66px;
  	z-index: 100;
}

.k-i-expand::before{
	content: "\E010" !important;
}
