
/* ================== HTML RESET ============================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
p {
	margin: 0;
	padding:10px 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img {
		margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */

.wp-block-image {
    margin-bottom: 0em !important;
}


body {
	line-height: 150%;
	font-size:90%;    
	margin: 0 !important;
    padding: 0 !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
.clear {
	clear: both;
}
a	{
	text-decoration:none;
}
/* ================== CUSTOM ============================ */

body	{
	font-family:arial, sans-serif;
	}
#wrapper	{
	max-width:1020px;
	margin:0 auto !important;
	position:relative;
	}
#logo	{
	position:absolute;
	width: 159px;  
	top:0;
	left:10px;
	}
img.logo_1	{
	padding-top:6px;
	background:#fff200;
	}
#menu_box	{
	height:114px;
	position:relative;
	}
ul#menu-hauptmenue,
ul#menu-exhibitions-menu,
ul#menu-events-menu,
ul#menu-visitors-menu {
	margin:0 0 0 0;
	position:absolute; 
	bottom:10px;
	right:0;
	}
ul#menu-hauptmenue li,
ul#menu-exhibitions-menu li,
ul#menu-events-menu li,
ul#menu-visitors-menu li {
    display: inline;
	}
ul#menu-hauptmenue li  a,
ul#menu-exhibitions-menu li a,
ul#menu-events-menu li a,
ul#menu-visitors-menu li a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;    
	padding:0 0 0 15px;
	} 
ul#menu-hauptmenue li.current-menu-item a,
ul#menu-exhibitions-menu li.current-menu-item a,
ul#menu-events-menu li.current-menu-item a,
body.post-type-archive-visitors li#menu-item-50 a,
body.post-type-archive-visitors li#menu-item-154 a,
body.post-type-archive-exhibitions li#menu-item-37 a,
body.post-type-archive-exhibitions li#menu-item-146 a,
body.single-events li#menu-item-85 a,
body.single-events li#menu-item-149 a,
body.single-exhibitions li#menu-item-37 a,
body.single-exhibitions li#menu-item-146 a {
	color:#999999;
	}
	
#main	{	
	position:absolute;
	top:0;
	right:10px;
	width:841px;
	}

.small	{
	font-size:75%;
	}
.small-gray	{
	font-size:75%;
	color:#aaa;
	}
.top_box	{
	background:#fff200;
	position:relative;
	height:400px;
	}
.top_box_contact_img	{
	float:left;
	width:100%;
	overflow:hidden;
	}
.top_box_img	{
	float:left;
	width:60%;
	overflow:hidden;
	}
.top_box_img img	{
	height:400px;
	width:auto;
	}
.top_box_txt	{
	float:right;
	max-width:40%;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0 15px;
	text-transform:uppercase;
	font-weight:bold;
	}
body.page-id-6 .top_box_txt	{
	text-transform:none
	}
.img_txt,
.img_txt_mobile	{
	float:left;
	width:50%;
	font-size:75%;
	padding:5px 0;
	line-height:1;
	}	
.img_txt  p,
.img_txt_mobile p	{
	margin:0;
	padding:0;
	}	
.content_main	{
	margin:30px 0;
	text-align:justify;
	}
body.page-id-34 .content_main {
	margin-top: 0;
}	
#content h2	{
	font-size:150%;
	padding:20px 0 0 0;
	text-transform:uppercase;
	text-align: left;
	}
#content a	{
	color:#000;
	  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	}
#content a:hover	{
	text-decoration:underline;
	}
.col-left	{
	width:48%;
	float:left;
	}
.col-right	{
	width:48%;
	float:right;
	}


a.btn_cookienotice {
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	color:#000;
	font-weight: bold;
}

#menu-item-97 a,
#menu-item-175 a {
	text-decoration: underline;
}

.contact-template-default .content_main {
    margin: 0;
}
.contact-template-default #content h2 {
    padding: 0;
}
.contact-template-default #content .col-right {
    padding-top: 21px;
}


/* ================== EVENTS ============================ */
	
.events_top_box,
.visitors_top_box	{
	background:#fff200;
	height:80px;
	color:#000;
	padding:30px 10px 0 10px;
	font-size:170%;
	margin-bottom:15px;
	text-align:right;
	font-weight:bold;
	}
.events_top	{
	background:#fff200;
	margin-bottom:15px;	
	}
.events_top_left	{
	height:80px;
	background:#000;
	color:#fff;
	width:35%;
	padding:11px 10px 0 10px;
	font-size:100%;
	}
.event_article	{
	margin-bottom:15px;	
	padding:10px 10px 0px 10px;
	}
.event_intro_left	{
	width:35%;
	float:left;
	padding-bottom:10px;
	}
.event_intro_right	{
	width:65%;
	float:left;
	}
.event_intro_right h3,
.visitors_article h3 	{
	font-weight:bold;
	text-transform:uppercase;
	}
a.read_more	{
	padding:0 0 10px 0 !important;
	}
.visitors_article 	{
	margin-bottom:15px;
}
.visitors_article p	{
	padding:0;
	margin:0;
}
	
body.page ul#menu-footer-menu li	{
	display:none;
}
body.page-id-43 ul#menu-footer-menu li#menu-item-95,
body.page-id-34 ul#menu-footer-menu li#menu-item-97,
body.postid-76 ul#menu-newsletter-menu li#menu-item-175	{
	display:block !important;
	background:#fff200;
	height:80px;
	color:#000;
	padding:30px 15px 0 10px;
	font-size:100%;
	margin-bottom:15px;
	text-align:right;
}
body.page-id-43 ul#menu-footer-menu li#menu-item-95 a,
body.page-id-34 ul#menu-footer-menu li#menu-item-97 a,
body.postid-76 ul#menu-newsletter-menu li#menu-item-175 a	{
	color:#000;
	text-transform:uppercase;
}	
body.page-id-43 ul#menu-footer-menu li#menu-item-95 a:hover,
body.page-id-34 ul#menu-footer-menu li#menu-item-97 a:hover,
body.postid-76 ul#menu-newsletter-menu li#menu-item-175	a:hover {
	text-decoration:underline;
}	

.img_txt_mobile	{
	display:none;
}
body.single-exhibitions #content img	{
	max-width:100%;
	height:auto;
	margin:0 0 5px 0;
}
body.single-exhibitions h1	{
	font-size:70%;
	padding-top:2px;
	font-weight:bold;
}
	
	
body.desktop .logo_mobile {
	display:none;
}	
body.mobile .logo_desktop {
	display:none;
}	
	
	
	
	
	
	
@media (max-width: 720px) {
body.page-id-6	.top_box_txt	{
	line-height:1;
	}
}	
	
@media (max-width: 650px) {
#wrapper	{
	width:97%;	
	padding:0 1.5%;
	}
#logo,
#main	{
	position:inherit;
	float:left;
	width:100% !important; 
	left:0;
	right:0;
	}
.top_box_txt	{
	font-size:90%;
	}
ul#menu-hauptmenue	{
	float:left;
	width:100% !important; 
	}
ul#menu-hauptmenue li a {
    padding: 0 20px 0 0;
	line-height:2;
	}
.col-left,
.col-right	{
	width:100%;
	float:left;
	}
img.logo_1	{
	padding-top:0;
	background:none;
	max-width:47.5%;
	height:auto;
	}
img.logo_2	{
	max-width:47.5%;
	height:auto;
	}
.top_box	{
	height:100%;
	max-height:100%;
	}
.top_box_img,
.top_box_txt	{
	width:100%;
	max-width:100%;
	float:left;
	display:block;
	position:relative;
	}
.top_box_txt	{
    background: #fff200;
	padding:0 10px;
	margin:10px 0 0 0;
	font-size:100%;
	line-height:150% !important;
	}	
.img_txt_mobile	{
	display:block;
	width:100%;
    background: #fff;
	}
.img_txt	{
	display:none;
	}
body.single-exhibitions h1	{
	font-size:65%;
}
body.post-type-archive-events #content h2	{
	font-size:130%;
}	
#menu_box	{
	height:110px;
	position:relative;
}
.event_article img {
	max-width:100%;
	height:auto;
}
.event_intro_left,
.event_intro_right {
    width: 100%;
    float: left;
}
.top_box_img img {
    height: auto;
    width: 100%;
}
}	
	
	
	
	
	
	
	
	
