body {
      background-color: #e7e5e5;
      font-family: 'Lato', sans-serif;
}

header {
    background-color: #fff;
}

.head {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0px;
}

a {
   color: #000;
   text-decoration: none;
   line-height: inherit;
}

a:link{color:#F12A9F;}
a:visited{color:#000;}
a:hover{color:#000;}
a:active{color:#000;}

.footer a:link{color:#fff;}
.footer a:visited{color:#000;}
.footer a:hover{color:#000;}
.footer a:active{color:#000;}

.download a:link{color:#ffff00;}
.download a:visited{color:#000;}
.download a:hover{color:#000;}
.download a:active{color:#000;}

.navi {
    background-color: #F12A9F;
    margin-bottom: 22px;
}

.top-bar .title-area {
    background-color: #F12A9F;
    margin-left: 28.5em;
    padding-right: 0px;
    margin-right: 0px;
}

.top-bar {
    background-color: #F12A9F;
    text-align: left;
    width: 100%;
    margin-right: 0px;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: none repeat scroll 0% 0% #fff;
    color: #000;
    margin-right: 0px;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: none repeat scroll 0% 0% #000;
    font-family: 'Lato';
    font-size: 1.1em;
    margin-right: 0px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0px 15.7px;
    line-height: 45px;
    background: none repeat scroll 0% 0% #F12A9F;
    color: #fff;
    font-family: 'Lato';
    font-size: 1.1em;
    margin-right: 0px;
}

.top-bar.section ul li > a.button.secondary{
    color:#fff;
}

.top-bar.expanded .toggle-topbar a {
    color: #fff; 
}

.top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0px 0px 0px 1px #fff, 0px 7px 0px 1px #fff, 0px 14px 0px 1px #fff;
}

.top-bar.expanded .title-area {
    background: #F12A9F;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #717070;
    font-size: 1.5em;
    padding-bottom: 0.2em;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #717070;
    font-size: 1.3em;
}

h3 {
    color: #fff;
    font-weight: lighter;
    font-size: 1.1em;
    text-align: center;
}

p {
    font-size: 1em;
    font-weight: lighter;
}

.main {
      background-color: #fff;
      padding: 1em 1em 0em 1em;
      margin-bottom: 22px;
}

.main2 {
      background-color: #fcd7ed;
      padding: 1em 1em 0em 1em;
      margin-bottom: 22px;
}

.bild {
      padding-top:0px;
      border-style: solid;
      border-width: 1px;
      border-color: #000;
}

.bild2 {
      margin-top:5px;
      padding-top:0px;
      border-style: solid;
      border-width: 1px;
      border-color: #000;
      float: right;
}

li {
    color: #F12A9F;
}

li span {
    color: #000;
    font-weight: lighter;
}

.download {
  background-color:#F12A9F;
  margin-bottom: 18px;
  padding: 1em;
  color: #fff;
}

footer {
    background-color: #F12A9F;
    text-align: center;
    padding-top: 25px;
}

.karte {
        text-align: left;
}

/*MAP*/
#map {
  width: 100%;
  height: 5em;
  margin-bottom: 2em;
  margin-left: 0em;
  border: 0.5em solid white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }

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

span.pos {
  display: inline-block;
  padding: 2px 4px 1px 5px;
  border: 1px dotted silver;
  color: silver;
  line-height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

#map .gm-style-iw {
  width: 100% !important;
  height: auto !important; }

#mapcontent1 {
  width: 100%;
  height: auto; }

#mapcontent1 p {
  color: #222222;
  width: 100%; }

.flex-video {
  border: 4px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}


@media only screen { }
/* Define mobile styles */ 

@media only screen and (max-width: 40em) {

header img{
  display: none;
}

header {
  min-height: 11em;
  background: url("../img/logo_klein.gif") #fff;
  background-repeat: no-repeat;
  background-position: center;
}

.top-bar .title-area {
    margin-left:4em;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 1em;
    padding: 0px 10px;}
}

.top-bar .menu-icon span{
    color: #fff;
}

.bild2 {
  float: none;
}
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */ 


@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 

@media only screen and (min-width: 64.063em) and (max-width: 90em) {}
   /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */ 


@media only screen and (min-width: 90.063em) and (max-width: 120em){}
    /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 
#hinweis{
	border: solid 2px #A00002;
	padding: 10px;
	
}
#hinweis p {
	
	font-weight: bold;
	font-size: 20px;
}
