@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Exo|Lato|Cabin|Open+Sans+Condensed:300,700,300italic|Open+Sans|Karla:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Exo:100,200,300);

/***************************************************/
/*  Glossar
/***************************************************/
/*
Kunde: Utopia Images Manfred Linke
Autor: Lutz Essers, der springende punkt kommunikation gmbh, Köln (http://dspkomm.de)
Datum:5.8.2014

*/
/***************************************************/
/*  Importe
/***************************************************/
button, input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
}

button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #628cc8;
  cursor: pointer;
  background-color: #3c71bb;
  background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
  background-image: linear-gradient(#3c71bb, #255aa5);
}

button:active:not(:disabled), input[type="submit"]:active:not(:disabled) {
  border: 1px solid #2459a6;
  box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee;
}

button:disabled, input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.025em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.575em;
}

h4 {
  font-size: 1.35em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 0.9em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #2c5999;
}

a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

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

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #595959;
}

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input, label, select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}

textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

button, input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
}

button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #628cc8;
  cursor: pointer;
  background-color: #3c71bb;
  background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
  background-image: linear-gradient(#3c71bb, #255aa5);
}

button:active:not(:disabled), input[type="submit"]:active:not(:disabled) {
  border: 1px solid #2459a6;
  box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee;
}

button:disabled, input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pressebilder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

.pressebild {
  width: 99%;
}

/***************************************************/
/*  Grid
/***************************************************/
/***************************************************/
/*  Farben
/***************************************************/
/***************************************************/
/*  Schrift
/***************************************************/
/***************************************************/
/*  Variablen
/***************************************************/
/***************************************************/
/*  Mixins
/***************************************************/
/***************************************************/
/*  Allgemeine Auszeichnungen
/***************************************************/
/* p.int:first-letter {
  font-size: 60px; float: left; margin: 6px 12px 0 0; line-height: 0.8;
   color : #c00;
}
*/
/***************************************************/
/*  STRUKTUR
/***************************************************/
html, body {
  width: 100%;
  min-height: 100%;
}

html {
  height: 100%;
  /*background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; */
  background: #fcfcfc;
}

body {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

body:after {
  content: "";
  display: table;
  clear: both;
}

h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 0%;
  font-size: 1.2rem;
  margin-bottom: 2vh;
}

h3:last-child {
  margin-right: 0;
}

h4, h5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  font-size: .95rem;
  color: #f30e1a;
  margin-bottom: 1vh;
}

h4:last-child, h5:last-child {
  margin-right: 0;
}

h6 {
  margin-left: -34.11922%;
  margin-bottom: 10px;
  font-size: .95em;
  color: #f30e1a;
}

.h3alias {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 95.94039%;
  margin-left: 0%;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1vh;
  margin-top: 3vh;
}

.h5alias {
  display: inline;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  font-size: .95rem;
  font-weight: bold;
  color: #f30e1a;
  margin-bottom: 1vh;
}

/*
.kondolenz {
margin-top: 10px;
padding: 5px;
border: 2px solid #999;
background: red;
}
*/
/***************************************************/
/*  Header
/***************************************************/
/* Überschrift in verschiedenen Größen. Noch nicht verwendet*/
.head {
  font-size: 2rem;
  text-align: center;
  color: white;
}

/***************************************************/
/*  Navigation
/***************************************************/
header.navigation {
  border-bottom: 1px solid #4d4d4d;
  height: 60px;
  z-index: 999;
}

header.navigation .navigation-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 9999;
  background-color: #F30E1A;
  width: 100%;
}

header.navigation .navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

header.navigation .navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

header.navigation .logo {
  float: left;
  max-height: 60px;
  padding-left: 1em;
  padding-right: 2em;
}

header.navigation .logo img {
  max-height: 60px;
  padding: .8em 0;
  visibility: hidden;
}

header.navigation .navigation-menu-button {
  color: rgba(255, 255, 255, 1);
  display: block;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
}

@media screen and (min-width: 53.75em) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}

header.navigation .navigation-menu-button:hover {
  color: white;
  color: rgba(255, 255, 255, .5);
}

header.navigation .nav {
  z-index: 9999999;
  float: none;
}

@media screen and (min-width: 53.75em) {
  header.navigation .nav {
    float: left;
  }
}

header.navigation ul#navigation-menu {
  -webkit-transform-style: preserve-3d;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 53.75em) {
  header.navigation ul#navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}

header.navigation ul li {
  background: #666666;
  display: block;
  line-height: 60px;
  overflow: hidden;
  padding-right: .8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 53.75em) {
  header.navigation ul li {
    background: transparent;
    display: inline;
    line-height: 60px;
    text-decoration: none;
    width: auto;
  }
}

header.navigation ul li a {
  color: rgba(255, 255, 255, 0.5);
  color: white;
  display: inline-block;
  font-weight: 400;
}

@media screen and (min-width: 53.75em) {
  header.navigation ul li a {
    padding-right: 1em;
  }
}

header.navigation ul li a:hover {
  color: white;
  color: rgba(255, 255, 255, .5);
}

header.navigation .active-nav-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) white;
  padding-bottom: 3px;
}

header.navigation li.more.nav-link>ul>li:first-child a {
  padding-top: 1em;
}

header.navigation li.more.nav-link a {
  margin-right: 1em;
}

header.navigation li.more.nav-link>a {
  padding-right: 0.6em;
}

header.navigation li.more.nav-link>a:after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  content: '\25BE';
  color: rgba(255, 255, 255, 1);
}

header.navigation li.more {
  overflow: visible;
  padding-right: 0;
}

header.navigation li.more a {
  padding-right: .8em;
}

header.navigation li.more>a {
  padding-right: 1.6em;
  position: relative;
}

@media screen and (min-width: 53.75em) {
  header.navigation li.more>a {
    margin-right: 1em;
  }
}

header.navigation li.more>a:after {
  content: '⟩';
  position: absolute;
  right: 0.5em;
}

header.navigation li.more:hover>.submenu {
  display: block;
}

@media screen and (min-width: 53.75em) {
  header.navigation li.more {
    padding-right: .8em;
    position: relative;
  }
}

header.navigation ul.submenu {
  display: none;
  padding-left: 0;
}

@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu {
    left: -1em;
    position: absolute;
    top: 1.5em;
  }
}

@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}

header.navigation ul.submenu li {
  display: block;
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu li {
    line-height: 46.15385px;
  }

  header.navigation ul.submenu li:first-child>a {
    border-top-left-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
  }

  header.navigation ul.submenu li:last-child>a {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    padding-bottom: .7em;
  }
}

header.navigation ul.submenu li a {
  background-color: #5e5e5e;
  display: inline-block;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 53.75em) {
  header.navigation ul.submenu li a {
    background-color: #666666;
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}

header.navigation .navigation-tools {
  display: block;
  padding-right: 1em;
  padding-left: 0.5em;
  clear: both;
  background: #505050;
}

header.navigation .navigation-tools:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 53.75em) {
  header.navigation .navigation-tools {
    background: transparent;
    float: right;
    clear: none;
  }
}

header.navigation a.sign-up {
  margin-top: 1.2em;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline;
  background: #477dca;
  border-radius: 0.1875em;
  color: white;
  font-size: .8em;
  font-weight: 800;
  text-transform: uppercase;
  padding: .4em .5em;
}

@media screen and (min-width: 53.75em) {
  header.navigation a.sign-up {
    padding: .5em 1em;
  }
}

header.navigation a.sign-up:hover {
  background: #6f99d5;
  color: rgba(255, 255, 255, .5);
}

header.navigation .search-bar {
  padding: .85em .6em;
  float: left;
}

header.navigation .search-bar .search-and-submit {
  position: relative;
}

header.navigation .search-bar .search-and-submit input[type=search] {
  background: #737373;
  border: 1px solid #595959;
  padding: .6em .8em;
  font-size: .9em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.375em;
  margin: 0;
}

@media screen and (min-width: 53.75em) {
  header.navigation .search-bar .search-and-submit input[type=search] {
    width: 100%;
  }
}

header.navigation .search-bar .search-and-submit button[type=submit] {
  border: 1px solid dimgrey;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #8c8c8c;
  background-image: -webkit-linear-gradient(#8c8c8c, #707070);
  background-image: linear-gradient(#8c8c8c, #707070);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #5e5e5e;
  background-clip: padding-box;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  left: auto;
  outline: none;
  padding: 0 15px;
}

header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) {
  box-shadow: inset 0 1px 0 0 #999999;
  cursor: pointer;
  background-color: gray;
  background-image: -webkit-linear-gradient(gray, dimgrey);
  background-image: linear-gradient(gray, dimgrey);
}

header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled) {
  border: 1px solid dimgrey;
  box-shadow: inset 0 0 8px 4px #616161, inset 0 0 8px 4px #616161, 0 1px 1px 0 #eeeeee;
}

header.navigation .search-bar .search-and-submit button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

header.navigation .search-bar .search-and-submit button[type=submit] img {
  height: 12px;
  opacity: .7;
}

@media screen and (min-width: 53.75em) {
  header.navigation .search-bar {
    width: 16em;
    position: relative;
    display: inline-block;
  }

  header.navigation .search-bar input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

/***************************************************/
/*  Content
/***************************************************/
.outer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.outergalerie {
  margin: 50px 0;
}

.galerie {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  width: auto;
}

.galerie img {
  background-color: #fff;
  width: 100%;
}

/***************************************************/
/*  Tablet
  /***************************************************/
/***************************************************/
/*  Desktop
  /***************************************************/
.outer:after {
  content: "";
  display: table;
  clear: both;
}

.outer .part {
  background: #f5faf5;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  font-size: 1rem;
  padding: 2%;
  padding-left: 3%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 1px black, inset 0px 0px 1px black;
  -webkit-box-shadow: 0px 0px 1px black, inset 0px 0px 1px black;
  box-shadow: 0px 0px 1px #dedede, inset 0px 0px 1px white;
}

.outer .part:last-child {
  margin-right: 0;
}

.outer .part.head {
  margin-left: 0%;
  margin-top: 0;
  margin-bottom: -3%;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #333333;
}

.outer .part .gallery {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 0%;
}

.outer .part .gallery:last-child {
  margin-right: 0;
}

.outer .part .gallery .bild {
  width: 100%;
  margin: 0 0 1em 0;
  display: inline;
  border: 1px #666666 solid;
}

.outer .part .copy p.mini {
  font-size: 0.9em;
}

.outer .part .copy ul li {
  list-item-position: outside;
  list-style-type: circle;
}

.outer .part .copy ol li {
  list-item-position: outside;
  list-style-type: decimal;
}

.outer .part.kontakt {
  /* padding-top: 12vh; */
  padding-top: 4vh;
}

@media screen and (min-width: 40em) {
  .outer .part {
    background: transparent;
    box-shadow: none;
    padding: 1%;
    position: relative;
  }

  .outer .part .copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 17.05961%;
    font-size: .86rem;
  }

  .outer .part .copy:last-child {
    margin-right: 0;
  }

  .outer .part .gallery {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: 68.23843%;
    left: 5%;
    position: absolute;
    top: 6.8em;
  }

  .outer .part .gallery:last-child {
    margin-right: 0;
  }

  .outer .part .gallery .bild {
    width: 100px;
    margin: 1em 0 1em 0.5em;
    display: block;
    border: 1px #666666 solid;
  }

  .outer .part .copy .ticket {
    width: 75%;
  }

  .outer hr {
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #f30e1a;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }

  .outer hr:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 53.75em) {
  .outer .part {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }

  .outer .part:last-child {
    margin-right: 0;
  }

  .outer .part.head {
    margin-left: -17.05961%;
  }

  .outer .part .copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 61.29137%;
    margin-left: 8.5298%;
  }

  .artist {
    width: 45% !important;
  }

  .outer .part .copy:last-child {
    margin-right: 0;
  }

  .outer .part .copy.ticket {
    width: 60.29137%;
  }

  .outer .part .copy pn {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: -17.05961%;
    margin-right: 5vw;
    font-size: .85rem;
  }

  .outer .part .copy pn:last-child {
    margin-right: 0;
  }

  .outer .part .gallery {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 38.58541%;
    margin-left: 51.17883%;
    position: absolute;
    top: 4.2em;
  }

  .outer .part .gallery:last-child {
    margin-right: 0;
  }

  .outer .part .gallery .bild {
    width: 100%;
    margin-right: 0;
    width: 100px;
    margin: 1em 0 1em 0.5em;
    display: inline;
    border: 1px #666666 solid;
  }
}

.stoerer {
  position: absolute;
  top: 200px;
  width: 150px;
  height: 30px;
  background-color: #f30e1a;
  ;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
  background-image: -o-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
  background-image: -moz-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
  background-image: linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
  -webkit-transform: rotate(-11deg);
  -moz-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  font-family: 'Helvetica';
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  line-height: 20px;
  padding: 5px;
  text-shadow: rgba(0, 0, 0, 1) 0px 0px 0px;
}

.kt a {
  color: #f30e1a;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 40em) {
  .stoerer {
    position: absolute;
    top: 400px;
    width: 260px;
    height: 45px;
    font-weight: bold;
  }

  .stoerer {
    background-color: #f30e1a;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    background-image: -o-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
    background-image: linear-gradient(90deg, rgb(202, 17, 23) 0%, rgb(246, 21, 28) 100%);
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    font-family: 'Helvetica';
    font-size: 16pt;
    color: white;
    line-height: 24px;
    padding: 10px;
    text-shadow: rgba(0, 0, 0, 1) 0px 0px 0px;
  }
}

.stoerer a {
  color: white;
}

/***************************************************/
/*  Tooltip
/***************************************************/
.tooltip-item {
  border-radius: 0.1875em;
  position: relative;
}

.tooltip-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip-item .tooltip {
  position: absolute;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: 140%;
  background-color: white;
  border-radius: 0.1875em;
  color: #333333;
  font-size: .7em;
  line-height: 1.5em;
  margin-left: -8em;
  opacity: 0;
  padding: 1em;
  box-shadow: 0 2px 2px silver;
  text-align: left;
  visibility: hidden;
  min-width: 16em;
  z-index: 10;
}

.tooltip-item .tooltip p {
  margin-bottom: 0;
}

.tooltip-item .tooltip:after {
  position: absolute;
  left: 46%;
  margin-left: -8px;
  border: 8px solid transparent;
  color: white;
  content: '▼';
  text-shadow: 0 2px 2px silver;
  font-size: 1.4em;
  pointer-events: none;
  bottom: -27.2px;
}

/***************************************************/
/*  Formular
/***************************************************/
.form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 8.5298%;
}

.form:last-child {
  margin-right: 0;
}

.form label.radio {
  float: left;
  padding-right: 10px;
}

.form hr {
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #f30e1a;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
}

.form hr:last-child {
  margin-right: 0;
}

.form h5 {
  color: #f30e1a;
  font-size: .95rem;
}

/***************************************************/
/*  Footer
/***************************************************/
footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 8.5298%;
  padding-bottom: 2em;
}

footer hr {
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #f30e1a;
  margin-bottom: 2em;
}

footer .fussleiste {
  position: relative;
  max-width: 78vw;
  margin-left: auto;
  margin-right: auto;
}

footer .fussleiste:after {
  content: "";
  display: table;
  clear: both;
}

footer .fussleiste .first, .second {
  display: block;
  /* margin: 0; */
}

.second {
  padding-left: 8vw;
  margin-top: 30px;
  /* margin-top_ -20px*/
}

footer .fussleiste .first a {
  padding-left: 5vw;
}

footer .fussleiste .second a {
  padding-left: 7vw;
  padding-right: 2vw;
  padding-top: 0;
}

footer .fussleiste a:first-child {
  padding-left: 0;
}

.ps {
  padding-right: 1%;
}

.stern {
  padding-top: 3vh;
}

.mini {
  font-size: .6em;
}

.reparatur {
  padding-left: 50px;
}