@font-face {
  font-family: 'lane';
  src: url('../fonts/LANENAR_-webfont.eot');
  src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LANENAR_-webfont.woff') format('woff'),
    url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
    url('../fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111111;
  min-height: 100%;
  min-width: 100%;
}

body {
  background: #241d24;
}

p {
  color: #bbbbbb;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  p {
    text-align: justify;
  }
}

h2 {
  color: #eeeeee;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 3px;
}

h3,
h4 {
  color: #eeeeee;
}

#angle-down {
  cursor: pointer;
}

.nav-index,
.container-index {
  overflow: hidden;
  display: block;
  height: auto;
}

.container-index {
  margin-left: initial;
  margin-right: initial;
  flex-grow: 20;
  flex-shrink: 1;
}

.nav-index {
  transition: flex 0.3s ease-out;
  flex-grow: 1;
  flex-shrink: 0;
}

.nav-index--collapsed {
  flex-grow: 0;
  flex-basis: 0;
}

.first-row {
  margin-top: 4em;
}

.subhead {
  font-size: 17px;
}

.mapmarker {
  width: 12px;
}

.index-home-link {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

.home-link img {
  width: 40%;
  margin-bottom: -20px;
}

.heading-image {
  height: 60px;
  margin-left: 2em;
  margin-bottom: 1em;
  max-width: 100%;
}

.body-index {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 15px;
  min-height: 100%;
  height: 100%;
  background: url('../img/lsd.jpg'), rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-position: 0% 54%;
  background-blend-mode: overlay;
}

.work-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .body-index {
    background: url('../img/lsd.jpg'), rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: 0% 54%;
    background-blend-mode: overlay;
  }

  .work-nav {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 10%;
  }

  .work-nav img {
    height: 30px;
  }
}

.nav {
  list-style: none;
  margin-top: 20px;
  font-size: 2.5em;
  font-weight: bold;
  color: #eeeeee;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.nav-index .nav {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-index ul {
  color: #222222;
}

.nav li {
  float: left;
  margin: 0;
}

.nav li.active {
  background-color: #0e0a0e;
}

.nav li a img {
  height: 1.5em;
}

.nav li a img.galerie-nav {
  height: 2.2em;
}

.anna-feder {
  margin-top: 70px;
}

.anna-feder img {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.anna-logo {
  margin-top: 100px;
}

.anna-logo img {
  margin: 0 auto;
  display: block;
  width: 500px;
  max-width: 100%;
}

.anna-pfeil {
  position: absolute;
  bottom: 75px;
  left: 50vw;
  margin-left: -36px;
}

.anna-pfeil img {
  width: 36px;
  max-width: 100%;
}

.anna-frage p {
  font-size: 12pt;
  font-family: 'Courier New', Courier, monospace;
}

@media screen and (max-width: 768px) {
  .anna-frage p {
    margin-left: 0;
    margin-top: 30px;
  }

  .anna-pfeil {
    bottom: 20px;
  }

  .nav li a img {
    height: 1em;
  }

  .nav li a img.galerie-nav {
    height: 1.5em;
  }
}

.social-div img {
  margin-bottom: 20px;
}

.container-index {
  position: relative;
  border: 5px solid #fafcfb;
}

.container-impressum {
  margin-top: 3em;
  margin-bottom: 2em;
  float: right;
}

.container-impressum-index {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0;
}

.container-impressum ul {
  list-style: none;
  font-size: 1em;
}

.container-impressum ul li {
  float: left;
  margin-left: 20px;
}

.container-impressum ul li a,
.nav li a,
.container-impressum ul li a:visited,
.nav li a:visited,
.container-impressum ul li a:hover,
.nav li a:hover {
  text-decoration: none;
}

.container-impressum ul li a,
.container-impressum ul li a:hover,
.container-impressum ul li a:visited,
.nav li a,
.nav li a:hover,
.nav li a:visited {
  color: #eeeeee;
}

.nav li a:hover,
.nav li a:focus {
  background-color: transparent;
}

.nav li a {
  padding: 10px 20px;
  margin: 0;
  transition: background 0.5s;
}

.nav-index ul li a,
.nav-index ul li a:hover,
.nav-index ul li a:visited {
  color: #194e43;
}

.nav-index ul li.nav-index-impressum a {
  color: #fafcfb;
  font-size: 12px;
  padding-left: 20px;
  margin-top: 50px;
  margin-left: 30px;
}

.ausstellungen-liste {
  list-style: none;
  color: #bbbbbb;
  padding-left: 0;
}

.ausstellungen-liste li ul {
  list-style: none;
  padding-bottom: 20px;
}

#vita {
  height: 3em;
  margin-top: 3em;
  margin-bottom: 2em;
}

#kontakt {
  margin-top: 3em;
  margin-bottom: 50px;
}

#kontakt img {
  max-width: 100%;
}

#kontakt .social-div img {
  height: 4em;
  margin-bottom: 2em;
}

.image-holder {
  background-size: cover;
  height: 300px;
  border: 20px solid #241d24;
}

#aktuelles {
  margin-top: 4em;
  margin-left: 0;
  margin-bottom: 2em;
}

.news-item {
  border-bottom: 2px solid #333333;
  padding-bottom: 20px;
  margin-top: 20px;
}

.news-text a {
  text-decoration: none;
  color: #666666;
}

.news-text a:hover {
  color: #999999;
}

.news-location {
  font-size: 0.9em;
}

.anna-bild img {
  margin-top: 8em;
  max-width: 100%;
  max-height: 100%;
}

.anna-bild i {
  color: #bbb;
}

.input-group,
#nachricht {
  margin-bottom: 1.5em;
}

.form-control#nachricht {
  resize: vertical;
  height: 14em;
}

.err-message,
.suc-message {
  float: right;
  margin-top: 6px;
  margin-right: 15px;
}

.err-message {
  color: darkred;
}

.suc-message {
  color: green;
}

.ueber-mich-row {
  margin-bottom: 2em;
}

.anna-quote {
  margin-top: 3em;
}

.anna-quote blockquote {
  border: none;
  color: #777;
  margin-bottom: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.4em;
}

@media screen and (max-width: 55em) {
  .nav li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .home-link,
  .home-link img {
    display: block;
    width: 100%;
  }

  .ueber-mich-row {
    margin-bottom: 2em;
  }

  .news-item {
    width: 90%;
    margin-left: 5%;
  }
}
