@media screen and (max-device-width: 480px)
{
    body {     -webkit-text-size-adjust: none;}
}

html {
    background: #d5d5d5;
}

body {
    width: 100%;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    background: #fff;
    font-weight:300;
    background: #d5d5d5;
}
a {
    color:#fff;
    text-decoration:none;
    -webkit-transition: color 1s;
    transition: color 1s;
}
a:hover {
    color: #fff;
    text-decoration:underline;
    -webkit-transition: color 160ms;
    transition: color 160ms;
}
strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
}
h3 {
    color: #850D23;
    font-weight: 300;
    font-size: 16px;
}

.special-link-color{
  color:#850D23;
}

.special-link-color:hover{
  color:#3F2E18;
}

.kontakt_content {
   display:none;
   background:#fff;
   padding:50px 20px 20px 20px;
   width:800px;
   border:1px solid #006ab2;
   position: absolute;
   top:50px;
   margin-left:70px;
   -webkit-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   opacity:0.97;
}
.impressum_content {
   display:none;
   background:#fff;
   padding:50px 20px 20px 20px;
   width:800px;
   border:1px solid #006ab2;
   position: absolute;
   top:50px;
   /*margin-left:200px;*/
   -webkit-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   opacity:0.97;
    z-index:999;
    margin: 0 0 20px 115px;
}
.datenschutz_content {
   display:none;
   background:#fff;
   padding:50px 20px 20px 20px;
   width:1000px;
   border:1px solid #006ab2;
   position: absolute;
   top:50px;
   /*margin-left:115px;*/
   -webkit-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   box-shadow: 0 15px 18px rgba(0, 0, 0, 0.3);
   opacity:0.97;
    z-index:999;
    margin: 0 0 20px 115px;
}

.footer .datenschutz_content ul{
  padding-left:25px;
  padding-top:15px;
 
}
.footer .map-adress{
      position: absolute;
    right: 39%;
    bottom: 23%;
}
.my_labels{
   background-color: beige;
}

.footer .datenschutz_content ul li{
  display: block;
  color:#000;
border:none;
display: list-item;
 list-style-type: disc;
}

.footer li.kontakt, .footer li.impressum {
    padding-right: 9px;
}
.close {
    position:absolute;
    right:10px;
    top:25px;
}


#googleMap {
    min-width: 1240px;
    min-height: 540px;
    width:100%;
    height:100%;
            border-left: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
    border-top:1px solid #4A4A4A;
}
.container {
    width:1240px;
    margin:0 auto;
    position:relative;
}
.left {
    background:#193C4F;
    position:absolute;
    top:0;
    margin-left: 150px;
    width:280px;
    height:540px;
    font-size:16px;
    padding: 0 20px;
}
.left .logo {
    position:absolute;
    top:100px;
	margin: 0 0 0 0px;
}

.left .text {
    margin:310px 0 0 5px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
  font-weight:300;
  line-height:19.2px;
}

.left .text_1:nth-child(1){
  margin-top:0px;
}

.left .text_1:nth-child(2) {
    margin-top: 25px;
}

.left .text_1 {
    margin:13px 0 0 0;
}


.pfeil-img{
      position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 34px;
    height: 100%;
    background-position: center;
    background: url(../../images/fb-pfeil.png) no-repeat;
}
.left h2 {
    font-size:16px;
    font-weight:600;
    color:#fff;
    /*margin-bottom: 0.3em;*/
    /*background:#850D23;*/
    /*padding:0 2px;*/
    /*margin:0 0 10px 0;*/
    /*display:inline-block;*/
}
.left h3 {
    margin-bottom: 0.25em;
}
.left .description {
    padding-top:10px;
    font-size:16px;
}
.footer {
    width:1240px;
    margin:0;
    padding:0;
    background-color: #fff;
        height: 50px;
        
        border-left: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
}

.footer::after{
        margin-right: -1px;
    background-image: url(images/overlay-img.png);
    position: absolute;
    bottom:0;
    right: 0;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 421px;
    height: 288px;
}
.footer .kreis {
    position:absolute;
    top:480px;
    margin-left:625px;
}
.footer .route {
    position:absolute;
    margin-top:-20px;
}
.footer .navi {
    margin:0;
    padding:0;
}
.footer a {
	color:#595959;
}
.footer a:hover {
    color: #595959;
    text-decoration:underline;
    -webkit-transition: color 160ms;
    transition: color 160ms;
}
.footer ul {
    margin: 0 0 0 0;
    padding: 0;
    padding-top: 15px;
    padding-left: 175px;
}
.footer li {
    display:inline-block;
    border-right:1px solid #9E968B;
    margin-right:5px;
    padding-right:5px;
	  font-family:'Open Sans', sans-serif;
	font-size: 14px;
	color:#9E968B;
  font-weight:300;
}
.footer li.routenplaner {
    border-right: 0;
    margin-right: 50px;
}
.footer .datenschutz {
    border-right:0;
}
.impressum_content a {
	color:#000;
}
.impressum_content a:hover {
    color: #193c4f;
    text-decoration:none;
    -webkit-transition: color 160ms;
    transition: color 160ms;
}
.alert {
    display: flex;
    align-items: center;
    height: 25px;
    box-sizing: border-box;
    padding-left: 120px;
    padding-right: 120px;
}
.alert p {
    font-family: 'Open Sans', sans-serif;
	color: #3E2D17;
    margin: 0;
    box-sizing: border-box;
}

.left {
    top: 25px;
}
