body, html {
    margin: 0;
    padding: 0;
}

body {
    background: url("upload/hintergrund/hintergrund01.png") no-repeat center top fixed;
    font-family: verdana, sans-serif;
    font-size: medium;
}

html{}

p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

a:visited {
    color: black;
}

a:link {
    color: black;
}

.seite {
    width: 950px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.inhalt {
    padding: 60px 40px;
}

.kopf {
    padding: 19px 40px;
    position: absolute;
    background-color: rgba(18,18,18,0.4);
    width: 870px;
    height: 30px;
    color: white;
}

.titel {
    font-size: 1.2rem;
    font-weight: bold;
}

.slidermobil {
    display: none;
}

#slider li{
    width: 950px;
    height: 400px;
    overflow: hidden;
}

#slider ul, #slider li {
margin:0;
padding:0;
list-style:none;
}

nav {
  padding: 10px 0 0 0;
  width: 100%;
  text-align: center;
  margin: 40px 0 0 0;
  border-bottom: 1px solid #AAAAAA;
  position: relative;
}

nav ul {
  list-style-type: none;
  margin: 0 0 -1px 0;
  padding: 0;
}

nav ul li a {
  text-decoration: none;
}

nav ul li {
  padding: 10px 20px;
  display: inline-block;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  margin-left: -1px;  
  position: relative;
}

nav ul li:hover {
  cursor: pointer;
}

nav li ul {
  position: absolute;
}

.nav_aktuell {
  border-bottom: 1px solid white;
}

.nav_hover{
  background-color: #DDDDDD;  
}

nav ul li ul li {
  padding: 10px 30px;
  display: inline;
  border: none;
  cursor: pointer;
}

nav ul li ul {
  position: absolute;
  top: 49px;
  z-index: 100;
}

.menue_hover {
  background-color: #DDDDDD;
}

ul.submenue {
  display: none;
}

.submenue_wrapper {
  position: absolute;
  width: 100%;
  height: 39px;
  background-color: #DDDDDD;
  z-index: 1;
  display: none;
}

.language_switch {
    padding: 3px;
    font-size: medium;
    position: absolute;
    right: 40px;  
    top: 17px; 
}

.language_hint {
  width: 98%;
  padding: 1%;
  background-color: rgba(0,0,0,0.2);
  font-weight: bold;
  text-align: center;
  font-size: small;
}

.aktiv {
  border-bottom: 1px solid white;
}

.grau {
  color: #BBBBBB !important;
}

#frm_buchen label {
  display: inline-block;
  padding: 1%;
  width: 20%;
  margin: 0 1% 1% 1%;
  text-align: right;
  vertical-align: top;  
}

#frm_buchen input {
  padding: 1%;
  width: 20%;
  margin: 0 1% 1% 1%;
}

#frm_buchen select {
  padding: 1%;
  width: 23%;
  margin: 0 1% 1% 0%;
}

#frm_buchen select option {
  margin: 1%;
}

#frm_buchen textarea {
  padding: 1%;
  width: 69%;
  margin: 1% 1% 1% 1%;
}

.mobile {
  display: none;
}


@media all and (max-width: 949px) {
  .nomobile {
      display: none !important;
  }

  .mobile {
      display: inline-block;
  }
  
  .slider{
      display: none;
  } 
  
  .slidermobil {
      width: 100%;
      display: block;
      height: 220px;
  }
  
  .slidermobil ul {
      list-style: none;  
      padding: 0; 
      margin: 0; 
  }
  
  .slidermobil > ul > li > img {
      width: 100%;
      height: 220px;
  } 
  
  .seite {
      width: 90%;
      background-color: transparent;
  }
  
  .inhalt{
      padding: 20px;
      background-color: white;
  }
  
  .titel {
      padding: 0px 120px 0px 20px;
  }
  
  .language_switch{
      padding: 10px;
      right: 0px;
      top: 0px;
      border: none;
      text-align: right;
      background-color: white;
  } 
  
  .language_switch option{
      text-align: right;
  } 
  
  nav {
      margin-bottom: 15px; 
      margin-top: 5px;   
  }
  
  nav ul {
      background-color: white;    
  } 
  
  nav ul li {
      display: none;
      position: relative;
      border: none;
  }
  
  nav ul li a {
      font-weight: bold;
      font-size: larger;
  }
  
  nav ul li ul {
      display: block;
      position: relative;
      top: 0;
      padding: 10px 0;
  }
  
  nav ul li ul li {
      display: block;
      position: relative;
  }
  
  nav ul li ul a {
      font-size: medium;
      font-weight: normal;
  }
  
  .nav_aktuell {
      display: block;
      background: url('/bilder/m_pfeil.png') no-repeat top right;
      font-weight: bold;
      font-size: larger;      
  }  
    
  .grau {
      color: black !important;
  }
  
  body {
      background-image: url('/upload/hintergrund/hintergrund01m.png');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100%;
  }
  
  .kopf {
      padding-left: 0;
      padding-right: 0;
      width: 100%; 
      height: 45px;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  
  #frm_buchen input {
      width: 90%;
  }
  
  #frm_buchen label {
      text-align: left;
      width: 90%;
  }
  
  #frm_buchen select {
      width: 90%;
  }
  
  #frm_buchen textarea {
      width: 90%;
  }
  
}

