@media screen and (max-device-width: 480px)
{
    body {     -webkit-text-size-adjust: none;}
}
#beenden {
position:fixed;
top:20px;
left:70px;
font-size:12px;
font-weight:700;
z-index:99999999;
background: #E5EAEC;
padding:5px 10px;
cursor:pointer;
display:none;
}
html {
    background: #94A2AB;
}

body {
    width: 100%;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #030404;
    background: #94A2AB;
}
a {
    color: #030404;
    text-decoration:none;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
a:hover {
    color: #74378B;
    text-decoration:none;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
}
/* Kontakt FadeIn */
.kontakt_content {
   display:none;
   background:#fff;
   padding:50px 20px 20px 20px;
   width:800px;
   border:1px solid #74378B;
   position: absolute;
   top:-70px;
   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 FadeIn */
.impressum_content {
   display:none;
   background:#fff;
   padding:50px 20px 20px 20px;
   width:800px;
   border:1px solid #74378B;
   position: absolute;
   top:-70px;
   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;
    z-index:999;
}
/* Datenschutz FadeIn */
.datenschutz_content {
   display:none;
   background:#fff;
   padding:50px 20px 20px 20px;
   width:800px;
   border:1px solid #74378B;
   position: absolute;
   top:-70px;
   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;
    z-index:999;
}
/* Content FadeIn Closebutton */
.close {
    position:absolute;
    right:5px;
    top:5px;
}
/* Map */
#googleMap {
    min-width: 980px;
    min-height: 445px;
    width:100%;
    height:100%;
    margin-top:20px;
}
/* Terminkalender */
#jam-otbwidget {
width:100% !important;
max-width:inherit !important;
padding-top:20px;
/*padding-left:70px;*/
}
.kalender {
   position:fixed;
   top:0;
   left:-100%;
   -webkit-transition: left 0.7s;
    transition: left 0.7s;
}
#starten,
#starten-1 {
cursor:pointer;
}
.selected {
   position: fixed;
   top: 0;
   left: 0;
   background: url("images/black.png") left top repeat;
   width: 100%;
   height: 100%;
   -webkit-transition: left 0.7s;
    transition: left 0.7s;
    z-index:999999;
}
iframe {
   width:650px !important;
   margin:0 auto;
   padding:30px 0 10px 0;
}
#jam-ota-info_81096662_1 {
padding: 10px 0 0 70px;
color:#fff;
}
/* Topinfo */
.topinfo {
    width: 980px;
    margin: 0 auto;
    font-size:20px;
    color:#E5EAEC;
    text-align:right;
    padding-top:70px;
    font-weight:300;
}
.topinfo a {
    color:#E5EAEC;
    text-decoration:none;
}
.topinfo .termine {
    display:inline-block;
    font-size:20px;
    color:#E5EAEC;
    text-decoration:none;
    margin-right:20px;
    text-decoration:none;
    font-weight:300;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.topinfo .termine:hover {
    color: #74378B;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.topinfo .anfahrt a {
    display:inline-block;
    font-size:20px;
    color:#E5EAEC;
    text-decoration:none;
    margin-right:20px;
    text-decoration:none;
    font-weight:300;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.topinfo .anfahrt a:hover {
    color: #74378B;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.container {
    width:980px;
    margin:0 auto 0 auto;
    position:relative;
}
/* Badges */
.badge {
   width:980px;
   margin:0 auto;
   position:relative;
}
.badge-1 {
 position:absolute;
 bottom:-78px;
 right:0px;
 z-index:100;
}
.badge-2 {
 position:absolute;
 bottom: -78px;
 right: 298px;
 z-index: 10;
}
/* Content-Banner links */
.left {
    background: #E5EAEC;
    position: absolute;
    top: -120px;
    margin-left: 120px;
    width: 245px;
    height: 565px;
    font-size: 13px;
}
.left .logo {
    position:absolute;
    top:30px;
    margin-left:35px;
}
.left .text {
    margin:170px 10px 0px 35px;
}
.left .text_1 {
    margin:20px 10px 0px 35px;
}
.left-termin {
color: #030404;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.left-termin:hover {
color: #74378B;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
}
.left h1 {
    font-size:13px;
    font-weight:700;
    text-transform: uppercase;
    color:#fff;
    background:#74378B;
    padding:0 2px;
    margin:0 0 10px 0;
    display:inline-block;
}

.left .description {
    padding-top:10px;
    font-size:11px;
}
.footer {
    width:980px;
    margin:0;
    padding:0;
}
/* Navigation Banner links */
.container .navi {
    margin:0;
    padding:0;position:absolute;
    bottom:20px;
}
.container ul {
    margin:25px 0 0 0px;
    padding:0;
}
.container li {
    display:inline-block;
    border-right:1px solid #030404;
    margin-right:1px;
    padding-right:5px;
}
.container .datenschutz {
    border-right:0;
}
@media only screen and (max-width : 800px) {

.topinfo {
width:inherit;
}
.kontakt-top {
margin-right:20px;
}
.container {
width:inherit
}
#googleMap {
width:100% !important;
min-width:inherit;
}
.left {
margin-left:20px;
}
.badge {
width:inherit;
}
.footer {
width:inherit;
}

}

@media only screen and (min-width : 320px) and (max-width : 667px) {
.kontakt_content {
width:inherit;
}
#jameda-widget-container160157,
#jameda-widget-container157013  {
margin:10px auto !important
}
.impressum_content {
width:85%;
margin-left:0;
}
.impressum_content div,
.datenschutz_content div {
width:inherit !important;
display:block !important;
float:none !important;
}
.datenschutz_content {
width:85%;
margin-left:0;
}
iframe {
   width:inherit !important;
}
.form-wrapper {
background-color: none !important;
}
#jam-otbwidget {
padding-left:0;
padding-top:40px;
}
#beenden {
left:20px
}
#starten {
margin-top:10px;
}
.topinfo {
    width: inherit;
    padding-top:15px;
    text-align:left;
    font-size:13px;
}
.topinfo .termine,
.topinfo .anfahrt a {
font-size:13px;
margin-right:10px
}
.topinfo .termine {
margin-left:10px;
}
.container,
.badge  {
    width:inherit;
}
#googleMap {
min-width: inherit;
min-height: 250px;
max-height:250px;
width: 100% !important;
height: auto;
}
.badge-1,
.badge-2 {
position: relative;
bottom: inherit;
right: inherit;
}
.left {
background: #E5EAEC;
position: relative;
top: inherit;
margin-left: inherit;
width: inherit;
height: inherit;
}
.left .logo {
position:relative;
top:inherit;
margin-left:inherit;
padding:25px 10px 20px 10px;
text-align:center;
}
.left .text {
margin:20px 10%;
}
.left .text_1 {
margin:0 10% 20px 10%;
}
.route {
margin-bottom:10px
}
.impressum {
margin-bottom:30px
}
.container .navi {
position:relative;
bottom:inherit;
}
}

.termin-nav-container {
    position: absolute;
    top: 50px;
    left: 400px;
    right: 20px;
    height: 300px;
}

.termin_big {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #74378B;
}

.termin_big:hover {
    background-color: #74378B;
    color: #fff;
}

.content-container {
    min-width: 980px;
    min-height: 445px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-color: #a3b2bc;
}

.termin__headline {
    font-size: 16px;
    font-weight: 400;
    color: #E5EAEC;
    display: block;
    margin-top: 30px;
    margin-bottom: -27px;
}
