/*
Theme Name: cogro
Theme URI: http://underscores.me/
Author: Adriano Brun
Author URI: http://www.sonnenschauer.net
Description: cogro.ch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cogro
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cogro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
1.1 Layout
1.2 Fonts
1.3 Custom home
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
1.1 Layout
--------------------------------------------------------------*/

body {
	background-color:#5d8f17;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

.site-header {
	margin:5rem 0 0;
}

@media screen and (max-width:600px) {
.site-header {
	margin:3rem 0 0;
}
}

/*--------------------------------------------------------------
1.2 Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'cogroregular';
    src: url('fonts/cogro-regular-webfont.eot');
    src: url('fonts/cogro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cogro-regular-webfont.woff2') format('woff2'),
         url('fonts/cogro-regular-webfont.woff') format('woff'),
         url('fonts/cogro-regular-webfont.ttf') format('truetype'),
         url('fonts/cogro-regular-webfont.svg#cogroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/amatic-sc-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
       url('fonts/amatic-sc-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/amatic-sc-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/amatic-sc-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/amatic-sc-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/amatic-sc-v11-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/oswald-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Oswald Light'), local('Oswald-Light'),
       url('fonts/oswald-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v16-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* mystery-quest-regular - latin */
@font-face {
  font-family: 'Mystery Quest';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/mystery-quest-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Mystery Quest'), local('MysteryQuest'),
       url('fonts/mystery-quest-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mystery-quest-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mystery-quest-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/mystery-quest-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mystery-quest-v5-latin-regular.svg#MysteryQuest') format('svg'); /* Legacy iOS */
}




/*--------------------------------------------------------------
1.3 Custom home
--------------------------------------------------------------*/

.exhibition-wrapper h2, .location-wrapper h2 {
	font-size:1.4em;
}

.exhibition-wrapper p, .location-wrapper p {
	margin-bottom: 0;
	font-size:1.6rem;
}

@media screen and (min-width:1024px) {
	.exhibition-wrapper p, .location-wrapper p {
		font-size:2rem;
}
}

.exhibition-wrapper {
	display: flex;
	width:100%;
	margin:0 auto;
	color:#fff;
	align-items: center;
	text-align: center;
	background:#5d8f17;
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width:781px) {
	.exhibition-wrapper {
		flex-direction: column;
	}
}

.exhibition-item {
	flex: 1;
	padding:1em;
	margin:0 0.25em;

	border-radius: 10px;
}

.exhibition-title {
	height:130px;
}

.exhibition-title h2 {
	font-size: 2em;
	line-height: 1;
	font-family: 'Amatic SC', cursive;
}

@media screen and (min-width:769px) {
	.exhibition-title {
		height:auto;
	}
}

@media screen and (min-width:1024px) {
	.exhibition-title h2 {
		font-size: 4em;
	}
}

.exhibition-location {
	font-size:0.8em !important;
}

.exhibition-remark {
	font-size:14px;
	line-height: 14px;
	font-family: sans-serif;
}

.location-wrapper {
	display: flex;
	background:#444;
	color: #fff;
	align-items: center;
	text-align:center;
	margin-bottom: 1em;
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width:781px) {
	.location-wrapper {
		flex-direction: column;
	}
}

.location-item {
	flex:1;
	padding:1em;
}

.location-item a {
	color:#ebe200
}

.location-remark {
	font-size:1.8rem;
}

.location-remark i {
	margin-right: 0.5em;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:300;
	letter-spacing:1px;
	line-height: 1.5;
}

button {
	border:none;
	background:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:1.5;
}

h1 {
	font-size:3.0rem;
	font-size:30px;
	font-weight:400;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:2.4rem;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 1em;
	text-transform: uppercase;
}

h3 {
	font-size:2rem;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 1em;
	text-transform: uppercase;
}

p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: 400;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

@media screen and (max-width: 1023px) {
	img {
		max-width:100%;
}
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

.site-branding {
	display: none;
}

.contact-box {
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding: 1em 0;
	margin:1em auto 0;
	width:500px;
}

@media screen and (max-width:600px) {
	.contact-box {
		max-width:100%;
	}

	.contact-box img {
		width:130px;
	}
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#menu-item-216 > a {
    font-family: "cogroregular",sans-serif;
    font-size: 0.9em;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Mystery Quest', cursive;
	font-size:4.8rem;
	font-size:48px;
	text-align:center;
}

@media screen and (max-width: 600px) {
.main-navigation {
	font-size:3.2rem;
	font-size:32px;
}

.main-navigation li:last-child img {
	width:24px;
	height:auto;
}
}

.secondary-menu {
	font-size:80%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display:inline-block;
}


.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li a:after {
	content:"∙";
	margin-left:1.5rem;
	font-size:4.0rem;
	font-size:40px;
	color:#666;
}

@media screen and (min-width:481px) and (max-width:991px) {
	.main-navigation li a:after {
		font-size:3.5rem;
	}
}

@media screen and (max-width:600px) {

.main-navigation li {
	/*float:none;*/
	padding: 0.2em 0;
}

.main-navigation li a:after {
	content:normal;
	margin-left:0;
	color:inherit;
}
}

.main-navigation li:last-child > a:after {
    content: none;
}

.lang-item img {
    width: 24px !important;
    height: auto !important;
}

@media screen and (min-width:768px) {
	.lang-item img {
    width: 36px !important;
    height: auto !important;
}
}

@media screen and (max-width:991px) {
	.lang-item {
		display: block;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	margin:0 1.5rem 0 0;
	line-height:0.8;
	color:#1C1B6B;
}

@media screen and (min-width:481px) and (max-width:991px) {
	.main-navigation a {
		font-size:3.5rem;
	}
}

.main-navigation li:last-child a  {
	margin:0;
}

.current-menu-item a {
	color:#558F32;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/*--------------------------------------------------------------
Header Menu
--------------------------------------------------------------*/

.header-menu {
	position: absolute;
	top:5px;
	right:10px;
}

@media screen and (min-width:768px) {
	.header-menu {
		top:10px;
		right:20px;
	}
}

.header-menu li {
	display: inline;
	list-style-type: none;
	padding:0 5px;
}

@media screen and (min-width:768px) {
	.header-menu li {
	padding:0 10px;
	}
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.main-navigation.toggled .nav-menu {
		display: block;
		padding:0.25em 0 0.5em 0;
		background:#fcfdfb;
		border-bottom:1px solid #5d8f17;
	}

	.menu-toggle {
		display:block;
		font-family: 'cogroregular';
		font-size:3.6rem;
		text-align:center;
		line-height:1.2;
		width:100%;
		background:#5d8f17;
		color:#fff;
	}

	/*.main-navigation ul {
		display: none;
	}*/
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

footer {
	text-align: center;
}

footer li {
	display: inline;
	padding-right:0.5em;
	margin-right: 0.5em;
	border-right: 1px solid #fff;
	line-height: 1;
	font-size: 16px;
}

footer li:last-child {
	border-right: none;
}

footer li a {
	color:#fff !important;
	font-size:16px;
	line-height: 1;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.whitebox {
	background: rgba(255,255,255,0.7);
	padding:2em 1em;
	border-radius: 10px;
}

@media screen and (max-width:991px) {
	.whitebox {
		padding:1em 1em;
	}
}

@media screen and (max-width:600px) {
.page-content {
	margin:0;
}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.sonnenschauer {
	position: fixed;
	bottom:15px;
	right:15px;
	width:35px;
	height:auto;
	-webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
13 Einladung Vernissage
--------------------------------------------------------------*/

#ausstellung-wrapper {
	max-width:800px;
	margin: 0 auto 1em;
}

#ausstellung-intro {
	text-align: center;
}

#ausstellung-intro p {
	margin-bottom: 0.5em;
}

#ausstellung-intro .datum {
	font-size:20px;
	font-size:2.0rem;
}

#ausstellung-adresse {
	margin:1em auto 2em;
}
#ausstellung-adresse img {
	float:left;
	width:200px;
	height:auto;
	margin-right: 1em;
}

@media screen and (max-width:991px) {
	#ausstellung-adresse {
		text-align: center;
	}

	#ausstellung-adresse img {
		float: none;
		margin-right:0;
		margin-bottom: 0.5em;
	}
}

#ausstellung-adresse {
	font-family: "Open Sans", sans-serif;
	font-size:15px;
	font-size:1.5rem;
}

#ausstellung-adresse p {
	margin-bottom: 0.5em;
}

#ausstellung-karte {
	text-align: center;
}

.vernissage {
	font-family: 'Oswald', cursive;
	font-size:24px;
	font-size:2.4rem;
}
.retro-titel {
	font-family: 'Mystery Quest', cursive;
	font-size:5rem;
}

@media screen and (max-width:991px) {
	.retro-titel {
		font-size:40px;
		font-size: 4rem;
		line-height: 1;
		margin:0.5em auto;
	}
}

.retro-mirror {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  display: inline-block;
	margin-right: 0.5em;
	color:#999;
}

.corinnegrond {
	font-family: 'Mystery Quest', cursive;
	font-size:3rem;
	margin-left: 0.25em;
}

/*Cookie Banner*/

.ginger_container .ginger_message {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	padding:0.5em 2em;
	line-height: 0.8;
}

.ginger_container .ginger_btn {
	max-width:200px !important;
	font-weight: 400 !important;
}

a.ginger_btn.ginger-accept:hover, a.ginger_btn.ginger-disable:hover, .ginger_btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	box-shadow: none;
	text-transform: none !important;
}

/*--------------------------------------------------------------
Cookie Banner
--------------------------------------------------------------*/

.cky-consent-container {
	font-family: Helvetica, sans-serif;
	font-size:0.875em !important;
}
