/***********************
 Farben
 ***********************/
/***********************
 Allgemein
 ***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body, html {
  margin: 0px;
  padding: 0px; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

div {
  width: 100%; }

.width {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

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

a, a:link, a:visited {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer; }

a:hover, a:focus, a:active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

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

#phone {
  display: none; }

.bild_links {
  float: left;
  margin: 0px 15px 5px 0px; }

#karte div {
  width: auto; }
/*  ------------------------------------------------------
 AKKORDEON
 --------------------------------------------------------*/
a.akk_anzeigen, a.akk_anzeigen:link, a.akk_anzeigen:visited {
  display: block;
  padding: 3px 7px;
  background-color: #eee;
  color: #aaa;
  margin-bottom: 15px; }

a.akk_anzeigen:hover, a.akk_anzeigen:focus, a.akk_anzeigen:active {
  color: #000;
  text-decoration: none; }

.linie {
  border-bottom: 1px solid #eee;
  margin: 0px 0px 15px 0px; }

h2.akkordeon {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  color: #000; }

p.akkordeonteaser {
  color: #aaa; }

.akkordeontext3 img, .akkordeontext3 video {
  margin-bottom: 20px; }
/***********************
 Header
 ***********************/
/***********************
 Media Query
 ***********************/
