@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Diese Angabe benötigt der Safari-Browser */
.clearfix {
  display: block;
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline-width: 0; }

::-moz-selection {
  color: #000;
  background: #ec6704;
  text-shadow: none; }

::selection {
  color: #000;
  background: #ec6704;
  text-shadow: none; }

img {
  max-width: 100%;
  height: auto; }

html {
  font-size: 100%;
  font-size: 16px;
  font-size: 1rem; }

body {
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 140%;
  color: #fff;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* none - subpixel-antialiased möglich */
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border-top: 15px solid #ec6704; }

h1, h2 {
  font-weight: bold;
  font-size: 1.7rem;
  padding: 3px 20px 21px 42px;
  background-size: 40px 40px;
  line-height: 1.9rem;
  background-image: url("../images/template/Pfeil.svg");
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    h1, h2 {
      background-size: 71px 71px;
      padding: 16px 20px 32px 72px;
      font-size: 2rem;
      line-height: 2.3rem; } }

a {
  color: #fff;
  text-decoration: none; }

p {
  padding-left: 42px;
  padding-bottom: 30px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    p {
      padding-left: 71px; } }

header {
  position: relative; }

.row {
  margin-bottom: 15px; }

#slider .rslides {
  display: none; }
  @media screen and (min-width: 600px) {
    #slider .rslides {
      display: block; } }

#logo {
  background-color: #fff;
  text-align: center;
  height: 190px;
  padding-top: 15px; }
  #logo img {
    width: 250px;
    height: 139px; }
  @media screen and (min-width: 600px) {
    #logo {
      position: absolute;
      top: -15px;
      left: 50%;
      z-index: 10;
      margin-left: -140px;
      -webkit-box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.63);
      -moz-box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.63);
      box-shadow: 0px 3px 9px -1px rgba(0, 0, 0, 0.63);
      width: 250px;
      height: 136px; }
      #logo img {
        width: 180px;
        height: 100px; } }
  @media screen and (min-width: 768px) {
    #logo {
      width: 350px;
      height: 180px;
      margin-left: -175px; }
      #logo img {
        width: 250px;
        height: 139px; } }
  @media screen and (min-width: 1024px) {
    #logo {
      width: 400px;
      height: 222px;
      margin-left: -200px; }
      #logo img {
        width: 300px;
        height: 166px; } }

.container {
  width: 96%;
  max-width: 1000px;
  margin: 40px auto; }

.big {
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .big {
      font-size: 2.0rem; } }

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }
  .responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#map {
  height: 350px; }
  @media screen and (min-width: 768px) {
    #map {
      height: 420px; } }
  @media screen and (min-width: 992px) {
    #map {
      height: 460px; } }
  @media screen and (min-width: 1200px) {
    #map {
      height: 550px; } }
  #map .gm-style-iw {
    color: #000; }
    #map .gm-style-iw a {
      color: #000; }

.small {
  font-size: 1rem; }

/*# sourceMappingURL=styles.css.map */
