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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

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

a img {
  border: none
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  background: #fff;
  color: #333;
  font-family: Helvetica, Arial, sans-serif
}

p {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.3
}

h1, h2, h3 {
  line-height: 1.3
}

a {
  text-decoration: none
}

a.phone {
  display: inline
}

span.phone {
  display: none
}

@media (min-width: 47.5em) {
  a.phone {
    display: none
  }

  span.phone {
    display: inline
  }

  p {
    font-size: 1em
  }
}

header {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

header:after {
  content: " ";
  display: block;
  clear: both
}

#logo {
  width: 100%;
  float: right;
  margin-right: 0;
  padding: 0.5em;
  background: #E25A00;
  line-height: 1
}

#logo h1 a {
  color: #fff;
  font-family: "Noticia Text", Glegoo;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none
}

header nav {
  width: 100%;
  float: right;
  margin-right: 0
}

header nav a.toggle {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  cursor: pointer;
  color: #fff;
  text-align: right
}

header nav a.toggle i {
  font-size: 1.4em
}

header nav ul {
  display: none;
  margin: 0;
  padding: 0 0 0.5em 0;
  background: #E25A00
}

header nav ul li {
  padding: 0.5em 0.5em 0 0.5em;
  line-height: 1.2em
}

header nav ul li a {
  color: #fff;
  text-decoration: none
}

header nav ul li a:hover {
  text-decoration: underline
}

header nav ul li.member a {
  font-weight: bold
}

header nav ul li.member a:before {
  display: inline-block;
  margin-right: 0.2em;
  font-family: icomoon;
  content: ""
}

html.no-js header nav a.toggle {
  display: none !important
}

@media (min-width: 47.5em) {
  header {
    padding-left: 0.5em;
    padding-right: 0.5em
  }

  header .selected {
    background: url(/images/selector.png) center bottom no-repeat !important
  }

  header #logo {
    width: 40%;
    float: left;
    margin-right: 2.85714%;
    height: 11em;
    margin: 0;
    padding-top: 2.2em;
    padding-bottom: 0.5em;
    background: transparent
  }

  header #logo h1, header #logo h2 {
    text-align: center
  }

  header #logo h1 {
    display: block;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 0.2em dotted #CFAE31
  }

  header #logo h1 a {
    color: #333;
    font-size: 1.75em
  }

  header #logo h2 {
    display: block
  }

  header nav {
    width: 57.14286%;
    float: right;
    margin-right: 0
  }

  header nav a.toggle {
    display: none
  }

  header nav ul {
    display: block !important;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    background: transparent
  }

  header nav ul:after {
    content: " ";
    display: block;
    clear: both
  }

  header nav ul li.services, header nav ul li.contact {
    display: none
  }

  header nav ul li.member {
    wfidth: 19.23077%;
    width: 24.3%;
    float: left;
    margin-right: 0.9%;
    height: 11em;
    padding: 0
  }

  header nav ul li.member.thoren a {
    background-image: url(/images/members/thoren.jpg)
  }

  header nav ul li.member.jaerhult a {
    background-image: url(/images/members/jaerhult.png)
  }

  header nav ul li.member.klaassen a {
    background-image: url(/images/members/klaassen.png)
  }  

  header nav ul li.member.warner {
    float: right;
    margin-right: 0
  }

  header nav ul li.member.warner a {
    background-image: url(/images/members/warner.png)
  }

  header nav ul li.member a {
    display: block;
    padding-top: 6.5em;
    text-align: center;
    border: 0.4em solid #CFAE31;
    border-width: 0 1px 0.4em 1px;
    -moz-border-radius-bottomleft: 0.6em;
    -webkit-border-bottom-left-radius: 0.6em;
    border-bottom-left-radius: 0.6em;
    -moz-border-radius-bottomright: 0.6em;
    -webkit-border-bottom-right-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
    line-height: 2;
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat
  }

  header nav ul li.member a span.name-wrapper {
    background: rgba(0, 0, 0, 0.7);
    display: block
  }

  header nav ul li.member a span.name {
    display: inline-block;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle
  }

  header nav ul li.member a:hover {
    border-color: #E25A00
  }

  header nav ul li.member a:before {
    display: none
  }
}

#stage {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto
}

#stage:after {
  content: " ";
  display: block;
  clear: both
}

#stage-content {
  width: 100%;
  float: right;
  margin-right: 0;
  background: #000;
  color: #F2F2F2;
  border: 0.5em solid #CFAE31;
  border-width: 0 0 0.4em 0
}

#stage-content article {
  padding-left: 4%;
  padding-right: 4%;
  clear: both;
  padding-top: 0.8em;
  padding-bottom: 0.8em
}

#stage-content article h1, #stage-content article h2, #stage-content article h3 {
  margin-bottom: 0.5em;
  font-family: "Noticia Text", Glegoo;
  font-size: 1.4em;
  line-heihght: 1.2;
  color: #CFAE31
}

#stage-content article h3 {
  font-size: 1.2em;
  margin-bottom: 0.8em
}

#stage-content article a {
  color: #E5E5E5
}

#stage-content article .vita {
  width: 100%;
  float: right;
  margin-right: 0
}

#stage-content article aside {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-top: 0.5em
}

#stage-content article aside .photo-wrapper {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
  text-align: center
}

#stage-content article aside .contact-wrapper {
  width: 65.71429%;
  float: right;
  margin-right: 0
}

#stage-content article aside .links-wrapper {
  width: 100%;
  float: right;
  margin-right: 0
}

#stage-content article aside img.photo {
  display: inline-block;
  margin-bottom: 1em;
  width: 4.5em;
  max-width: 100px;
  border: 5px solid #fff;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

#stage-content article aside ul.contact li, #stage-content article aside ul.links li {
  margin-bottom: 0.3em
}

#stage-content article aside ul.contact li i, #stage-content article aside ul.links li i {
  display: inline-block;
  margin-right: 0.4em
}

#stage-content article aside ul.contact a:hover {
  text-decoration: underline
}

#stage-content article aside ul.links {
  margin-top: 0.5em;
  margin-bottom: 0.8em
}

#stage-content article aside ul.links li {
  text-align: center
}

#stage-content article aside ul.links li a {
  display: inline-block;
  padding: 0.3em 0.8em;
  background: #CFAE31;
  color: #333;
  font-weight: bold;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em
}

#stage-content article aside ul.links li a:hover {
  background: #E25A00
}

html.js .insite-anchor {
  display: none
}

@media (min-width: 47.5em) {
  #stage {
    padding-left: 0.5em;
    padding-right: 0.5em
  }

  #stage-content {
    background: #000 url(/images/fernsehturm3.png) left top no-repeat;
    border-width: 0.625em 0.125em;
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
    border-radius: 1.25em
  }

  #stage-content, #stage-content article, #stage-content article aside {
    min-height: 24.5em
  }

  #stage-content article {
    padding: 0
  }

  #stage-content article .welcome, #stage-content article .vita {
    padding: 1.5em 2em
  }

  #stage-content article .welcome {
    padding: 3em
  }

  #stage-content article h1 {
    font-size: 2.1em
  }

  #stage-content article h2 {
    font-size: 1.875em
  }

  #stage-content article#start-content {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%
  }

  #stage-content article#start-content p {
    font-size: 1.1em
  }

  #stage-content article .vita {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%
  }

  #stage-content article .vita p {
    font-size: 0.875em
  }

  #stage-content article aside {
    position: relative;
    width: 31.42857%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    border-left: 0.1em solid #CFAE31;
    background-color: rgba(25, 25, 25, 0.7)
  }

  #stage-content article aside .photo-wrapper {
    display: none
  }

  #stage-content article aside .contact-wrapper {
    width: 100%;
    float: right;
    margin-right: 0;
    padding: 0 0.8em 0.5em 0.8em
  }

  #stage-content article aside .links-wrapper {
    position: absolute;
    bottom: 1em;
    right: 0
  }

  #stage-content article aside h3 {
    padding: 1.5em 0.8em 0 0.8em
  }

  #stage-content article aside ul.contact {
    font-size: 0.8em
  }

  #stage-content article aside ul.links {
    margin-bottom: 0
  }

  #stage-content article aside ul.links li {
    text-align: right
  }

  #stage-content article aside ul.links li a {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0.875em;
    -webkit-border-top-left-radius: 0.875em;
    border-top-left-radius: 0.875em;
    -moz-border-radius-bottomleft: 0.875em;
    -webkit-border-bottom-left-radius: 0.875em;
    border-bottom-left-radius: 0.875em
  }
}

@media (min-width: 60em) {
  #stage-content, #stage-content article, #stage-content article aside {
    min-height: 21em
  }
}

#services {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto
}

#services:after {
  content: " ";
  display: block;
  clear: both
}

#services-content {
  width: 100%;
  float: right;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 4%
}

#services-content h2 {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Rock Salt";
  text-align: center
}

#services-content article {
  width: 100%;
  float: right;
  margin-right: 0;
  padding-bottom: 1em
}

#services-content article h3 {
  padding-bottom: 0.5em;
  font-size: 1.3em;
  font-family: "Noticia Text", Glegoo
}

@media (min-width: 47.5em) {
  #services {
    padding-left: 0.5em;
    padding-right: 0.5em
  }

  #services-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2em
  }

  #services-content h2 {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 0.1em dotted #CFAE31;
    color: #999;
    font-size: 1.125em
  }

  #services-content article {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%
  }

  #services-content article#service3 {
    float: right;
    margin-right: 0
  }

  #services-content article h3 {
    font-size: 1.5em
  }

  #services-content article p {
    font-size: 0.875em
  }
}

footer {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #E25A00;
  color: #F2F2F2;
  border-top: 0.4em solid #CFAE31
}

footer:after {
  content: " ";
  display: block;
  clear: both
}

footer h3 {
  font-family: "Rock Salt";
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center
}

footer .map-wrapper, footer .imprint-wrapper {
  width: 100%;
  float: right;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 4%
}

footer .map {
  margin-bottom: 0.5em
}

footer .map a {
  display: inline-block;
  width: 100%;
  height: 200px;
  text-indent: -9999px;
  background: url("//maps.googleapis.com/maps/api/staticmap?center=Rungestr.20,Berlin,Germany&zoom=14&size=500x300&markers=color:blue%7Clabel:M%7CRungestr.20,Berlin,Germany&key=AIzaSyB9BKP1fF0Q_WfChpCNq1BmQXBMb2RPDG4") 50% 50% no-repeat
}

footer .imprint p.adr {
  font-weight: bold
}

footer .imprint a {
  color: #E5E5E5
}

footer .imprint a:hover {
  text-decoration: underline
}

footer .legal {
  margin-top: 1em
}

footer .legal p {
  font-size: 0.7em
}

@media (min-width: 47.5em) {
  #footer-wrapper {
    background: #E25A00;
    border-top: 0.4em solid #CFAE31
  }

  footer {
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-top-width: 0
  }

  footer h3 {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: 0.1em dotted #CFAE31;
    color: #FFF;
    font-size: 1.125em
  }

  footer .map-wrapper, footer .imprint-wrapper {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    padding: 0
  }

  footer .imprint-wrapper {
    float: right;
    margin-right: 0
  }

  footer .map a {
    height: 250px
  }
}

.less {
  display: none !important
}
