@charset "utf-8";

@font-face {
	font-family: 'agfarotissansserif';
	src: url('../fonts/agfarotissansserif.eot');
	src: url('../fonts/agfarotissansserif.eot') format('embedded-opentype'),
		url('../fonts/agfarotissansserif.woff2') format('woff2'),
		url('../fonts/agfarotissansserif.woff') format('woff'),
		url('../fonts/agfarotissansserif.ttf') format('truetype'),
		url('../fonts/agfarotissansserif.svg#agfarotissansserif') format('svg');
}

#menu:not(.mm-menu) {
	display: none;
}

body {
  font-family: 'agfarotissansserif';
}

#menu {
	background-color: #606060;
	color: #f3f3f3;
}

#menu li a {
	font-size: 18px;
	padding: 0px 0px 0px 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}

#menu li.sub a {
	padding-left: 50px;
	font-size: 15px;
}

#menu li a.active,
#menu li span.active {
	color: #ff6600;
}

.submenu {
	position: absolute;
	left: -1px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 1200;
}


#headermobile {
	position: relative;
	box-sizing: border-box;
	height: 80px;
	margin-left: 15px;
	margin-right: 15px;
	/*padding-top: 26px;*/
}

#logomobile {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 25px;
	color: #333;
}

#logomobile a {
	font-size: 36px;
	position: relative;
	bottom: -0.27em;
	line-height: 43px;
	color: #333;
}

#menumobile {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 25px;
}

#menuimage {
	height: 26px;
	width: auto;
}

.bt-dotted { /*border-top*/
	border-top: 1px dotted #000;
}

.bb-dotted { /*border-bottom*/
	border-bottom: 1px dotted #000;
}

/* unvisited link */
a.web_link:link {
  color: #000;
	text-decoration: none;
}

/* visited link */
a.web_link:visited {
  color: #000;
	text-decoration: none;
}

/* unvisited link */
a.web_link_mobile:link {
  color: #ffffff;
	text-decoration: none;
}

/* visited link */
a.web_link_mobile:visited {
  color: #ffffff;
	text-decoration: none;
}

/* mouse over link */
a.web_link:hover {
  color: #ff6600;
	text-decoration: none;
}

/* selected link */
a.web_link:active {
  color: #ff6600;
	text-decoration: none;
}

.exhibitions-box{
	width: 168px;
	height: 225px;
	border: 1px dotted #000;
	margin-top: 10px;
	padding: 3px;
}

/* Cookie button */
.btn-default-cookie {
	color: #ff6600;
	width: 160px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	padding: 3px;
}

.btn-default-cookie:hover {
	color: #ff6600;
	cursor: pointer;
}

/* Contact newsletter checkbox */
input[name="contact_newsletter"]:checked + label::after {
	content: '';
	position: absolute;
	width: 1.8ex;
	height: 1.2ex;
	background: rgba(0, 0, 0, 0);
	top: 0.9ex;
	left: 0.4ex;
	border: 3px solid #808080;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(310deg);
	-moz-transform: rotate(310deg);
	-o-transform: rotate(310deg);
	-ms-transform: rotate(310deg);
	transform: rotate(310deg);
}

input[name="contact_newsletter"] {
	line-height: 2.1ex;
}

input[name="contact_newsletter"] {
	position: absolute;
	left: -999em;
}

input[name="contact_newsletter"] + label {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

input[name="contact_newsletter"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: -25%;
	height: 2.8ex;
	width: 2.8ex;
	background-color: white;
	border: 1px solid rgb(166, 166, 166);
	border-radius: 4px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
	margin-right: 0.5em;
}

.exhibitions-box {
	position: relative;
	width: 100%;
	height: 225px;
	border: 1px dotted #000;
	margin-top: 10px;
	padding: 3px;
}

.mp3sign {
	position: absolute;
	right: 3px;
	top: 195px;
}

.exhibitions-box:hover {
	background-color: #eaeaea;
}

.exhibitions-box.active {
	background-color: #eaeaea;
}

.exhibitions-box-preview {
	width: -webkit-fill-available;
  height: auto;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px dotted #000;
}

.exhibitions-container {
	width: 100%;
	height: auto;
	border: 1px dotted #000;
	margin-top: 10px;
	padding: 3px;
}

.ex-container-row-padding {
	padding-left: 8px;
	padding-right: 8px;
}


.image-container {
	width: 100%;
	border: 1px dotted #000;
	height: 430px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 8px;
}

.grecaptcha-badge {
	display: none !important;
}