/* Default values */
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.4em;
	min-height: 100%;
	width: 100%;
	position: relative;
}
.bold { font-weight: bold; }

a {
	color: #666666;
}

a:hover {
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a.image:hover {
	font-weight: normal;
}

/*
nav.pull-right a:hover{
	font-weight: normal !important;
}
*/

a.active {
	/*
font-weight: bold;
*/
	color: #c8141e;
}
a.iconlink.sm, a.iconlink.sm:hover, a.iconlink.sm:active, a.iconlink.sm:visited {
	text-transform:none;
}
a.iconlink, a.iconlink:hover, a.iconlink:active, a.iconlink:visited, .btn {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
a.iconlink:before, #newsBox a:before, .btn:before, button.link:before{
	font-family: "Glyphicons Halflings";  
	color: #999999;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -2px;
	left: 0;
}
a.iconlink.gl-link:before, #newsBox a:before, .btn:before, button.link:before {
	content: "\e095";
}
button.link, button.link:hover, button.link:active, button.link:visited, .button {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
a.iconlink.gl-user:before {
	content: "\e008";
}
.btn {
	padding: 0 0 0 20px;
	background-color: inherit;
	border: 0;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none;
	background-color: inherit !important;
}
h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
h5.reset_filter a{
	text-transform: none;
	color: #c8141e !important;
	font-size: 14px;
}


h3 {
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	margin-top: 0px;
}


/*
 * Farben
*/
.bg-black100 { background-color: #000000; }
.bg-black80 { background-color: #333333; }
.bg-black60 { background-color: #666666; }
.bg-black40 { background-color: #999999; }
.bg-black20 { background-color: #cccccc; }
.bg-black5 { background-color: #f2f2f2; }
.bg-red { background-color: #c8141e !important; }

.bg-black20.images { background-color: #dcdcdc !important }
.bg-black5.paginationrow { background-color: #dcdcdc !important }

.cl-black100 { color: #000000; }
.cl-black80 { color: #333333; }
.cl-black60 { color: #666666; }
.cl-black40, .qtip-content { color: #999999; }
.cl-black20 { color: #cccccc; }
.cl-black5 { color: #f2f2f2; }
.cl-red, .btn { color: #c8141e !important; }

.size28 { font-size: 28px }

.width100 {
	width: 100px !important;
}

/*
 * Schriftgrößen
 */

header, header > div {
	height: 100px;
}

header .header-container {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

header .header-container > * {
	position: absolute;
	bottom: 20px;
}

header .logo {
	margin-right: 13px;
}

header .claim {
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}

header .header > * {
	vertical-align: bottom;
}

header nav {
	right: 20px;
}

header .language {
	right: 0px;
	bottom: auto;
	top: 0px;
	width: 50px;
	height: 50px; 
}

header .language .dropdown-toggle {
	margin-top: 15px;
	font-size: 16px;
	cursor: pointer;
}
header .language .dropdown-menu {
	width: 100px;
	min-width: 100px;
	font-size: 13px !important;
}
.addtoheader {
}

.marked {
	color: #333333 !important;
	font-weight: bold !important;
	position: relative;
}
.marked:after {
	font-family: "Glyphicons Halflings"; 
	width: 15px;
	height: 15px;
	content: "\e013";
	position: absolute;
	top: -3px;
	margin-left: 5px;
	color: #c8141e;
}
#step2 .marked:after {
	font-family: "Glyphicons Halflings"; 
	content: "\e013";
	position: initial;
	margin-left: 5px;
	top: initial;
}
.marked.white {
	color: #F2F2F2 !important;
}


main {
	position: relative;
	clear: both;
	padding-bottom: 50px;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

footer, footer a, footer a:hover {
	font-size: 11px;
	color: #999999;
	overflow: hidden;
}

footer, footer > div {
	height: 25px;
	margin: 0;
	padding: 0 !important;
}

footer .oneline {
	padding: 5px 10px;
}

footer .copyright {
	width: 120px;
	text-align: center;
	border-left: 1px solid #999999;
	height: 100%;
}

.fullheight {
	height: 100%;
}
ul.fullheight > li {
	height: 100%;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.noborder {
	border-left: 0 !important;
}
.absolute {
	position: absolute;
}
button.noborder {
	border: 0;
}
li.emptyline {
	margin-top: 15px;
}
ul.nomargin > li {
	padding-left: 0px;
	padding-right: 20px;
}
.disabled {
	color: #CCCCCC !important;
	cursor: default !important;
}
.icons {
	margin-top: 7px;
}
.icons i {
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	color: #666666;
}
.icons i:hover {
	font-weight: bold;
	color: #333333;
}


/*
 * Bootbox
 */

.bootbox .akiradio.list-unstyled > li {
	float: left;
	margin-right: 40px;
}

/*
 * Searchbar
 */
#searchbar {
	width: 100%;
	height: 50px;
}
#searchbar > div {
	height: 100%;
}
.searchicon {
	font-size: 19px;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}
.searchicon > * {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	border: 0;
}
/*only for chrome*/
.inputsearch::-webkit-input-placeholder {
    padding-top: 7px;
}
button.glyphicon.glyphicon-search{
	color: #f2f2f2;
}
/*only for IE (remove X)*/
.inputsearch::-ms-clear { 
	display: none;
}

.inputsearch::-moz-placeholder {
   color:    #f2f2f2;
   opacity:  1;
}
.inputsearch::-webkit-input-placeholder {
    color:    #f2f2f2;
}

/* Only for IE 10 and 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.inputsearch{
		padding-top:8px;
	}
}

#search {
	position: absolute;
	width: auto;
	height: 50px !important;
	width: 100%; /*larger width that input can also be entered at the end of input /aw*/
	padding-left: 50px;
	padding-right: 150px;
	display: block;
}
#search input {
	font-style: italic;
	width: 100%;
	height: 100%;
	font-size: 24px;
	background-color: #333333;
	color: #f2f2f2;
	border: none !important;
	outline: none;
}
#main-items {
	z-index: 100;
}
#main-items li {
	padding: 10px 13px 0px 13px;
	height: 40px;
	border-left: 1px solid #CCCCCC;
	color: #CCCCCC;
	cursor: pointer;
	display: table-cell !important;
}
#main-items li i {
	font-size: 19px;
	top: 5px;
}
#main-items li.delimiter {
	width: 2px;
	max-width: 0px; /* sm: was 2px but looks strange after removing some icons from bar when (not)logged in */
	color: transparent;
	padding: 0;
	margin: 0;	
}
.page {
	margin-top: 50px;
	overflow: hidden;
}
/* added some classes to fix layout in google chrome */
.chrome  {
	display: inline-flex;
}
.chrome2  {
	margin-top: 5px;
	white-space: nowrap;
	margin-left: 3px;
}

/*
 * Lightbox Basket Classes
 */
.js-lbtoggle {
	position: relative;
}
#main-items .item-count {
	position: absolute;
	right: 1px;
	bottom: 3px;
	top: auto !important;
	min-width: 20px;
	text-align: center;
	
	border-width: 1px;
	border-style: solid;
	border-color: hsl(0, 0%, 20%);
	border-radius: 10px;
	color: hsl(0, 0%, 20%);
	padding: 1px 2px 1px 1px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 13px !important;
}
.lightbox-basket {
	top: 0px;
	width: 100%;
	left: 0px;
	/*height: auto !important; */
}
.paginationrow.second{
	margin-top: 25px;
}
.order_images a{
	color: #333333;
}
.lightbox-basket > div {
	border-bottom: 1px solid #666666;
}
.lightbox-basket > div, .lightbox-basket .infobox {
	padding: 10px 20px;
}
.lightbox-basket > .images {
	min-height: 119px;
	padding-left: 0;
	padding-right: 0;
}
/**[data-inlightbox="true"] i.glyphicon-download-alt, *[data-inbasket="true"] i.glyphicon-shopping-cart*/
i.glyphicon-shopping-cart.in-basket, i.glyphicon-inbox.in-lightbox {
	color: #c8141e !important;
}
.image-container {
	height: 119px;
	max-width: 100px;
	text-align: center;
	margin: 5px 20px;
	float: left;
}
.image-container .image {
	max-width: 100px;
	height: 100px;
	position: relative;
	display: table-cell;
	vertical-align: bottom;
}
.preview-image {
	max-width: 100%;
	max-height: 500px;
	margin: 0 auto;
	position: relative;
	display: table-cell;
	vertical-align: bottom;
	float: right;
	display: inline-block;
}
.image-container.large {
	height: 259px;
	width: 220px;
	max-width: 220px;
}
#searchresults .image {
	width: 220px;
	height: 220px;
	text-align: center;
}
.image.notallowed {
	text-align: center !important;
}

.image.warning_view {
	position: relative;
}
.image.warning_view .image.notallowed {	
	/*position: absolute; 
	top: 30%;*/ 
	width: 100%;
	text-align: center;
}
.row.newsection .list_view_not_allowed{
	margin-top: 30px;
}
.pull-right .image.warning_view .image.notallowed {
	position: absolute;
	top: 0; 
	width: 100%;
	text-align: center;
}
.pull-right a.warning_view {
	float:left;
}

.image-container.large .image {
	max-width: 220px;
	width: 220px;
	height: 220px;
}
.image img{
	max-height: 100%;
	max-width: 100%;
}
.row.newsection .preview-image .scalable{
	max-height: 100%;
	max-width: 100%;
}
/*.warning_view img{
	border: 1px solid red;
}*/
.image.notallowed.cl-black40.warning{
	position:absolute; 
	text-align:center; 
	top:45%; 
	width:100%;
}
.image.notallowed {
	padding-bottom: 20px;
}
.paginationrow, .subnavigation {
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #666666;
	height: 39px;
}
.bg-black5.paginationrow {
	background-color: #CCCCCC;
}
.pagina input {
	width: 40px;
	text-align: center;
	padding: 0;
}
.pagina i { color: #666666; cursor: pointer; top: 2px; }
.pagina i:hover { color: #333333; font-weight: bold }

.subnavigation li {
	color: #666666;
}
.subnavigation li a.active {
	color: #333;
	font-weight: bold;
}

.error i {
	margin-right: 5px;
}
.highlight {
	font-weight: bold;
	font-style: italic;
}

.newsection {
	margin-top: 40px;
}

#lightbox li.link {
	cursor: pointer;
	white-space: nowrap;
}

#lightbox li.link:hover, #lightbox li.link.active {
	font-weight: bold;
}

.searchoptions .dropdown-toggle  {
	width: 39px;
	height: 100%;
	line-height: 39px;
	text-align: center;
}
.dropdown-menu h5:not(:first-child) {
	margin-top: 20px;
}
ul.highlist > li {
	height: 24px;
	clear: both;
}
.qtip ul.highlist > li {
	height: 20px;
}
.input-heightfix {
	margin-top: 6px;
}
.register .row {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 20px;
}
.steps > li {
	color: #999999;
}
.steps > li.active {
	color: #333333;
}

/*
 * Tooltip
 */

.previewTooltip {
	border: 0 !important;
}

.qtip-content {
	padding: 20px !important;
	font-size: 13px;
}

.qtip-artothek {
	background-color: hsl(0, 0%, 20%);
}

.qtip.qtip-artothek {
	max-width: 540px !important;
}

.qtip-shadow {
	/*box-shadow: 0 0 15px hsl(0, 0%, 80%) !important;
	box-shadow: 0px 0px 5px 10px hsla(0, 0%, 0%, 0.15) !important;*/
}

.belowImage {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.belowImage .icons {
	position: absolute;
	bottom: 20px;
	right: 15px;
}


/*
 * Image detail page
 */


#accept.value {
	display:none;
}



ul.detailpageImageInformation {
	margin-bottom: 0;
}
ul.detailpageImageInformation > li > div {
	float: left;
	line-height: 150%;
}
ul.detailpageImageInformation > li > div:nth-child(1) {
	width: 110px;
	color: #999999;
}
ul.detailpageImageInformation > li > div:nth-child(2) {
	width: calc(100% - 110px);
}

.row.newsection.image_details {
	padding-bottom: 60px;
}
.row.newsection img {
	height: auto;
}



/*
.col-lg-10 .col-lg-6 .preview-image{
	display:table-caption !important;
	
}
*/





/** Special GUI elements **/
.akiradio input[type="radio"], .akicheckbox input[type="checkbox"] {
	display: none;
}
.akiradio .value, .akicheckbox .value {
	cursor: pointer;
	color: #999999;
}
.akiradio .value:hover, .akicheckbox .value:hover {
	color: #333333;
}
.akicheckbox .value {
	position: relative;
}
.akicheckbox .value.checked {
	color: #333333;
}
.akicheckbox .value i {
	color: rgba(0,0,0,0);
}
.akicheckbox .value.checked i {
	color: #c8141e;
	font-weight: bold;
}
div.iconCloud{
	margin-bottom:55px;
}

/*Museum page*/
.iconCloud div {
    display: inline-block;
}
div.slick-slider {
	 background-color: #e5e5e5;
	 border: 8px solid #e5e5e5;
}

.iconCloud img {
	/*max-height:85px;*/
	margin-right:15px;
	margin-top:15px;
}
.row.museum {	
	margin: 60px;
	/*padding: 50px;*/
	
}
.row.museum img {
	max-height:150px;
}
.row.iconCloud img, .row.museum img, .slick-slide img {
	border-top: 4px solid #c8141e;
}




.slick-slide {
	margin-right:17px;
	margin-left:17px;
}





/*Artists page*/
.artistspage {
	font-weight: bold;
	font-size: 16px;
	margin-right:5px;
}
a.artistspage:first-child{
	margin-right:0px;
}


.go-top {
	position: fixed;
	bottom: 3em;
	right: 5em;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	display: none;
}

a.go-top:visited {
	text-decoration:none;
	outline: none;
	color:#666666;
}
a.go-top:link {
	text-decoration:none;
	outline: none;
	color:#666666;
}
a.go-top:hover {
	text-decoration:none;
	outline: none;
	color:#000000;
}

a.artist_new_letter {
	outline:none;
}


/*STARTPAGE START*/
/*supersized image should be below head navigation*/
#supersized a{
	top:100px !important;
}
#newsBox{
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    /*box-shadow: 0 0 15px #cccccc;*/
}
#newsBox .subtitle{
	color:#666666;
}
#newsBox a{
	position:relative;
	padding-left: 20px;
	
}
#newsBox > div:first-child img{
	max-width:100%;
}
#AufmacherBox{
	background-color: rgba(242, 242, 242, 0.75);
	padding:10px 15px 10px 15px;
	position:fixed;
	bottom:10%
}
#AufmacherBox p{
	margin:0;
	font-size:18px;
}	
.checkout-size {
	margin: 40px 20px 0px 20px;
}
.dropdown.dropdown-black.filter a {
	color: #c8141e;
	font-weight: bold;
}
/*STARTPAGE END*/

/** Debug Styles, remove before Deployment **/
.test1 {
	background-color: red;
	min-height: 200px;
}
.test2 {
	background-color: blue;
	min-height: 200px;
}

@media print {
  #search {display:none;}
  .searchicon {display:none;}
  .icons {display:none;}
  .list-inline {display:none;}
  .language.text-center.dropdown {display:none;}
  .claim {}
  a[href]:after {
    content: none !important;
  }
   
    footer {page-break-after: avoid;}
   
    body {
    	height: 95% !important;
    	width: auto;
 	}
 	.image_details {
 	position: absolute !important;
 	margin-top: 10px !important;
 	}
}










