@import url('styles/fluidable.css');
/*
Theme Name: Galerie Knoell Custom
Theme URI: http://bckmn.com/naked-wordpress
Author: 317
Based on: Naked-Wordpress by J Beckman
Description: Galerie Knoell Custom Wordpress Theme
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  font-family: "Pas4Mdq22-Regular", Helvetica, sans-serif;
}
img,
embed,
object,
video {
  max-width: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  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 */

  -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/ */

}
body {
  overflow-x:hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Pas4Mdq22-Regular", Helvetica, sans-serif;
  line-height: 21px;
  font-size: 15px;
  letter-spacing:0.6px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  font-size: 19px;
  line-height: 1.5em;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-family: 'Pas4Mdq22-Bold';
  font-weight: normal;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-family: 'Pas4Mdq22-Bold';
  font-weight: normal;
}
dfn,
cite,
em,
i {
  font-family: 'Pas4Mdq22-RegularIta';
  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: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

/* Links */
a {
  color: #000;
  /*-webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;*/
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
   text-decoration: underline;
}
a#exhibitionlink {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 46px;
    display: inline-block;
    text-align: center;
    margin-top: -20px;
    color: #de9e37;
}
a.currentlink {
  margin-bottom: 50px;
  display: block;
}
.galerieuebersicht a:hover, .galerieuebersicht a:active, .galerieuebersicht a:focus {
  text-decoration: none;
}
#downarrow a:hover, #downarrow a:focus, #downarrow a:active {
  text-decoration: none;
}
.colorhl, .colorhl a, .colorhl a:hover {
  color: #de9e37;
  text-decoration: none;
}
section.archiveobject a:hover {
	text-decoration: none;
	color: #de9e37;
}
section.archiveobject a:hover h2.galerietitel, section.archiveobject a:hover h3.galerieuntertitel, section.archiveobject a:hover h3.galeriedatum {
  color: #de9e37;
  text-decoration: none;
}
/* Alignment */
.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;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a:hover{
}
header {
  background: transparent;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding-top: 22px;
  padding-bottom: 20px;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #knoell a {
  text-decoration: none;
  font-size: 12px;
  color: transparent;
  margin: 0;
  padding: 0;
  letter-spacing: 0.25em;
  line-height: 25px;
  z-index: 210;
  width: 224px;
  height: 22px;
  display: block;
  background-image: url(galerieknoell.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  position: fixed;
  left: 50%;
  margin-left: -112px;
}
header #knoell a.site-title {
  text-transform: uppercase;
}
header #knoell a.site-title .site-title-r {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}
.main-navigation {
  font-family: "Pas4Mdq22-Regular", Helvetica, sans-serif;
}
.menu-main-de-container, .menu-main-en-container {
  text-align: center;
}
.main-navigation ul {
  list-style: none;
  margin: 35px 0 0 0;
}
.main-navigation ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 31px;
}
.main-navigation ul li.lang-item {
  padding: 0 11px;
}
.main-navigation ul li.lang-item-de {
	position: fixed;
	left: -10px;
	top: 45.5%;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.main-navigation ul li ul {
	margin: 0;
	padding: 0;
}
.main-navigation ul li ul li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}
.main-navigation ul li.lang-item-en {
	position: fixed;
	right: 0;
	top: 46%;
	-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.main-navigation ul li a {
  font-size: 16px;
  letter-spacing:0.5px;
}
.main-navigation .current-menu-item  {
	text-decoration: underline;
}

.main-navigation ul li.lang-item a {
  font-size: 17px;
}
/* Content */
body {
	padding-top: 154px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-page-2columns-php #galerie, .page-template-page-2columns-php #content {
  margin-bottom: 50px;
}

.galerieuebersicht, .artistbersicht {
  margin-bottom: 21px;
}
.galerieuebersicht h2.galerietitel {
    /*font-size: 15px;
    line-height: 21px;*/
    font-size: 19px;
    line-height: 25px;
    color: #de9e37;
    text-align: center;
    letter-spacing: 1px;
}
.galerieuebersicht h3.galerieuntertitel {
  /*font-size: 15px;
  line-height: 21px;*/
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #de9e37;
  font-family: 'Pas4Mdq22-RegularIta';
  font-style: italic;
}
.galerieuebersicht h3.galeriedatum {
  /*font-size: 15px;
  line-height: 21px;*/
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #de9e37;
  padding-top: 11px;
  padding-bottom: 11px;
}
.artistbersicht h2.artisttitel {
    /*font-size: 15px;
  line-height: 21px;*/
  font-size: 19px;
  line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
}
.artistbersicht h3.artistuntertitel {
  /*font-size: 15px;
  line-height: 21px;*/
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  /*padding-top: 11px;*/
  padding-bottom: 11px;
}
a .arr {
  font-size: 21px;
  line-height: 18px;
}
#galerie .overviewimage, #galerieonecol .overviewimage {
  padding: 20px;
}
#galerie h6.caption-text, #galerieonecol h6.caption-text {
	font-size:13px;
  margin-bottom: 12px;
  margin-top: 12px;
  line-height:15px;
  color: #000;
  text-align: center;
}
#fullpage #galerie, #galerieonecol {
  margin-bottom: 30px;
}
#contentonecol {
  margin-bottom: 80px;
}

/* Slideshow */
#title h2.galerietitel {
	text-align:left;
	text-transform:uppercase;
  font-size: 15px;
  line-height: 21px;
  color: #de9e37;
  /* neben slideshow*/
}
#title h3.galerieuntertitel {
  /* neben slideshow*/
  font-size: 15px;
  line-height: 21px;
  text-align:left;
  color: #de9e37;
}
#title .galeriedatum {
  text-align: left;
  font-size: 15px;
  line-height: 21px;
  color: #de9e37;
}
a#exhibitionoverviewlink {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
    font-size: 26px;
    display: inline-block;
    text-align: center;
    margin-top: -20px;
    color: #de9e37;
}
#title a:hover, #title a:focus, #title a:active {
  text-decoration: none;
}
.single-exhibitionslideshow .rsArrow {
  display: none;
}

/* Intro Title */
#intro h1 {
  color: #de9e37;
  font-size: 75px;
  line-height: 83px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 60px;
}
#intro h2 {
  color: #de9e37;
  font-size: 75px;
  line-height: 83px;
  padding-top: 50px;
  letter-spacing: 0.02em;
  text-align: center;
}
#intro a:hover, #intro a:active, #intro a:focus {
  text-decoration: none;
}

/* Archivuebersicht */
section.archiveobject {
  margin-bottom: 57px;
  vertical-align: top;
}
.archiveobject h2.galerietitel {
  color: #000;
  /*text-transform:uppercase;*/
  text-align:center;
  font-size: 15px;
  line-height: 21px;
  letter-spacing:1px;
  /* neben slideshow*/
}
.archiveobject h3.galerieuntertitel {
  /* neben slideshow*/
  font-size:15px;
  line-height: 21px;
  text-align: center;
  margin: 0;
  font-family: 'Pas4Mdq22-RegularIta';
  font-style: italic;
}
.archiveobject .galeriedatum {
  text-align: center;
  line-height: 21px;
   font-size:15px;
  padding-top: 11px;
  margin-left: 0;
}

/* Kuenstler - Uebersicht
-------------------------------------------------------------- */
section.listalpha {
  margin-bottom: 20px;
  text-align: left;
}
section.listalpha h3.alpha {
  margin-left: 53px;
  font-size: 15px;
  line-height: 21px;
}
.maplink {
  margin-left: 20px;
}
section.listalpha .alphalink {
  /* */
}

section.listalpha .alphalink a {
  /* */
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
}
article .title {
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}
article .title a {
  text-decoration: none;
}
article .title a:hover {
  color: #000;
  text-decoration: underline;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Pas4Mdq22-Regular", Helvetica, sans-serif;
  text-transform: uppercase;
}
article .post-meta a {
  text-decoration: none;
}
article .post-meta a:hover {
  /*color: rgba(136, 136, 136, 0.5);*/
}
.the-content {
  text-align: left;
}
article .the-content a {
  text-decoration: none;
}
article .the-content a:hover {
  text-decoration: underline;
}
article .the-content p {
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: 'Pas4Mdq22-RegularIta';
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* footer permalink */
#footerlink {
  position: fixed;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: center;
}
#footerlink a {
  text-decoration: none;
  font-size: 25px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.25em;
  line-height: 25px;
  z-index: 210;
}
#footerlink a.ra-knoell {
  text-transform: uppercase;
}
#footerlink a.ra-knoell .ra-knoell-r {
  display: inline-block;
  margin-left: 10px;
  text-align:left;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Galerie Slideshw */
.rsMinW .rsGCaption {
}
.captionslide {
  font-size: 13px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
 body.page-id-15 .rsGCaption, body.page-id-1584 .rsGCaption {
  display:none;
 }
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}



/* #Media Queries
================================================== */

  /* Those wide screens above 900px */
  @media only screen and (min-width: 900px) {
    .main-navigation ul {
      margin: 15px 0 0 0;
    }
    .main-navigation {
        font-family: "Pas4Mdq22-Regular",Helvetica,sans-serif;
        left: 0;
        position: fixed;
        top: 11px;
        width: 100%;
    }    
    body {
      padding-top: 134px;
      padding-left: 30px;
      padding-right: 30px;
    }
    .main-navigation ul li {
        float: left;
    }
    .main-navigation ul li#menu-item-19, .main-navigation ul li#menu-item-20, .main-navigation ul li#menu-item-28, .main-navigation ul li#menu-item-29 {
        float: right;
    }    
    .main-navigation ul li#menu-item-20 {
        /*padding-right: 5%;*/
    }
    .main-navigation ul li#menu-item-18 {
        /*padding-left: 5%;*/
    }   
    #fullpage #content, .page-template-page-2columns-php #content{
      position: fixed;
      left: 50%;
    }
    #fullpage #galerie {
      margin-bottom: 20%;
    }
    .row-fluid.col-group {
      text-align: center;
    }
    .col-group div, .col-group p{
      text-align: left;
    }
    section.archiveobject {
      width: 330px;
      float: none;
      display: inline-block;
    }
    .col-4>article.post>.the-content {
      width: 430px;
    }
    .single-exhibition #galerie, .single-exhibition #content, .single-artist #galerie, .single-artist #content, .page-template-page-2columns-php #content {
      width: 430px;
      float: none;
      display: inline-block;
    }
    .page-template-page-2columns-php #galerie {
      width: 230px;
      float: none;
      display: inline-block;
      margin-left: -230px;
    }
    .single-exhibition #galerie, .single-artist #galerie {
      margin-left: -430px;
    }
    .page-template-page-artists-php .col-8.col-offset-3 {
      width: 661px;
    }
    .page-template-page-artists-php .col-4 {
      width: 220px;
    }
    .galerieuebersicht h2.galerietitel, .galerieuebersicht h3.galerieuntertitel, .galerieuebersicht h3.galeriedatum  {
    /*padding-left: 80px;
    padding-right: 80px;*/
    }
  }

/* Those wide screens above 1500px */
  @media only screen and (min-width: 1500px) {
    body {
      padding-top: 154px;
      padding-left: 7%;
      padding-right: 7%;
    }
    header {
      top: 10px;
    }
    .main-navigation {
        font-family: "Pas4Mdq22-Regular",Helvetica,sans-serif;
        left: 0;
        position: fixed;
        top: 21px;
        width: 100%;
    }
    .main-navigation ul li {
      padding: 0 60px;
    }
    .main-navigation ul li.lang-item {
      padding: 0 45px;
    }
    #fullpage #galerie {
        margin-bottom: 50px;
        /*margin-left: 0;*/
    }
    .single-exhibition #content {
      margin-bottom: 50px;
    }   
    .col-4>article.post>.the-content {
      width: 480px;
    }
    .single-exhibition #galerie, .single-exhibition #content, .single-artist #galerie, .single-artist #content, .page-template-page-2columns-php #content {
      width: 480px;
      float: none;
      display: inline-block;
    }
    .single-exhibition #galerie, .single-artist #galerie {
      margin-left: -480px;
    }
    .page-template-page-artists-php .col-8.col-offset-3 {
      width: 661px;
    }
    .page-template-page-artists-php .col-4 {
      width: 220px;
    }
  }

  /* Larger than 768 */
  @media only screen and (min-width: 768px) { 
    .blalign {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
      }
    #galerie .overviewimage, #galerieonecol .overviewimage {
	  padding: 60px;
	}
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .main-navigation ul {
      margin: 15px 0 0 0;
    }
    .rsMinW .rsGCaption {
        padding: 0 40px !important;
        position: static !important;
        width: auto !important;
    }
    .rsGCaption .rsCaption .captionslide {
    bottom: -140px;
    position: absolute;
    }    
    #primary #title {
      padding: 180px 0 0 40px;
    }
    section.listalpha {
        margin-bottom: 12px;
        text-align: center;
    }
    section.listalpha h3.alpha {
        margin-left: 0;
        margin-right: 2px;
    }
    #fullpage #galerie {
        margin-bottom: 50px;
        margin-left: 0;
    }
    .single-exhibition #content {
      margin-bottom: 50px;
    }
    .main-navigation ul li {
    background-color:#FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 5px 10px;
    text-align: center;
    }
    .main-navigation ul li ul {
      margin-left: -9px;
      margin-right:  -9px;
    }
    .main-navigation ul li.lang-item-de, .main-navigation ul li.lang-item-en {
      position: static;
      display: inline-block;
      padding: 5px 10px;
      width: 41.5%;
      text-align: center;
      -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .main-navigation ul li.lang-item-de a, .main-navigation ul li.lang-item-en a {
      font-size: 15px;
    }
    #navbox {
      display: none;
      left: 0;
      padding: 0 0 0 6%;
      position: fixed;
      width: 85%;    
      top: 45px;
    }
    img, embed, object, video {
      width: 100%;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {

  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
  	body {
  		padding-top: 120px;
  	}
    body, article .post-meta{
      padding-left: 0;
      padding-right: 0;
      /*font-size: 1.2em;
      line-height: 1.5em;*/
    }
    section.listalpha {
        margin-bottom: 12px;
        text-align: center;
    }
    section.listalpha h3.alpha {
        margin-left: 0;
        margin-right: 2px;
    }
    #intro h1 {
      font-size: 48px;
      line-height: 52px;
      letter-spacing: 0.015em;
      margin-top: 0;
    }
    #intro h2 {
      font-size: 48px;
      line-height: 52px;
      padding-top: 30px;
      letter-spacing: 0.015em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    #fullpage #galerie {
        margin-bottom: 50px;
        margin-left: 0;
    }
    .single-exhibition #content {
      margin-bottom: 50px;
    }
  }

/*! responsive-nav.js 1.0.32 by @viljamis */

.js .main-navigation {
 clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.main-navigation.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("styles/icons/responsivenav.eot");
  src:url("styles/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("styles/icons/responsivenav.ttf") format("truetype"),
    url("styles/icons/responsivenav.woff") format("woff"),
    url("styles/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
    color: #000000;
    content: "≡";
    font-family: "responsivenav","Pas4Mdq22-Regular",Helvetica,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 55px;
    position: fixed;
    right: 50%;
    margin-right: -25px;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 50px;
    width: 50px;
}

/* Thomas Knoell */
header #knoell a {
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 479px) {
  header #knoell a {
    font-size: 20px;
}
}