
img {max-width:100%}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav {
  margin: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  position: relative;
  list-style: none;
}
@media all and (max-width: 700px) {
  nav li {
    margin-bottom: 2px;
  }
}
@media all and (min-width: 701px) {
  nav li {
    float: left;
    width: 33.333333%;
    text-align: center;
  }
  nav li:last-child a {
    border: none;
  }
  nav li:hover li {
    height: 40px;
  }
}
nav li a {
  background: #3399cc;
  padding: 10px;
  display: block;
  color: white;
  text-decoration: none;
}
nav li a:hover {
  background: #21713A;
  color: white;
}
@media all and (min-width: 701px) {
  nav li a {
    border-right: 1px solid #555;
  }
}
nav li a.more, nav li a.less {
  display: none;
  /*font-family: icon;*/
  position: absolute;
  top: 0;
  right: 0;
  background: #3399cc;
  padding: 0;
  width: 25%;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  z-index: 500;
  font-size: 30px;
  -moz-box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 2px -2px rgba(0, 0, 0, 0.1);
}
.touch nav li a.more, .touch nav li a.less {
  display: block;
}
@media all and (max-width: 700px) {
  nav li a.more, nav li a.less {
    display: block;
  }
}
nav li a.more:hover, nav li a.less:hover {
  background: #21713A;
}
nav li ul {
  padding: 0;
}
@media all and (min-width: 701px) {
  nav li ul {
    width: 100%;
    position: absolute;
  }
}
nav li ul li {
  height: 0px;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
  margin-bottom: 0;
}
@media all and (min-width: 701px) {
  nav li ul li {
    width: auto;
    float: none;
    border: none;
    margin-left: -1px;
  }
}
nav li ul a {
  background: #999;
  line-height: 21px;
  border: none;
}
@media all and (max-width: 700px) {
  nav li ul a {
    padding-left: 20px;
  }
}
nav li ul a:hover {
  background: #21713A;
}

nav li:target ul li {
  height: 40px;
}
@media all and (max-width: 700px) {
  nav li:target ul li {
    border-top: 1px solid #c8c8c8;
  }
}
nav li:target ul li:first-child {
  border-top: none;
}

nav li:target .less {
  z-index: 1000;
}



/* ------------------ Services---------------------------*/
.services a {
  padding: 25px;
  background: #fafafa;
  margin-top: 10px;
  border-radius: 4px;
  opacity: 0.85;
  color: black;
}

.services a:hover {
  color: black;
}

.services span {
  font-size: 5.5em;
  color: #f4ba04;
}

.services a:hover span {
  color: white;
}

.services p {
  margin: 15px 0 0;
}


h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}
h4 { font-size: 2.4rem; line-height: 1.15; letter-spacing: -.08rem; }


.ueber_uns{
  background: url('../img/Ueber_Uns.png') no-repeat;
  width: 100%;
  height: 100%;
}



 a {
  text-align: center;
  outline: none;
  display: inline-block;
  text-decoration: none;
  /*background: #fcca2f;*/
  font-size: 14px;
  /*color: steelblue;*/
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}

/*3399cc*/
@media (min-width: 750px) {

  .services a:hover {
    box-shadow: 0 -8px #3399cc;
    -webkit-transform: scale(0.90);
        -ms-transform: scale(0.90);
            transform: scale(0.90);
  }
}


/* ------------------End of Services---------------------------*/
.footer{
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 35px;
  background: #3399cc;
  color: white;
  opacity: 0.95;
  margin-top: 10px;
}

.footer a{
  background: none;
  color: white
}
.footer a:hover{
  color: grey;
  background: #3399cc;
}


.innernav{
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  /*height: 35px;*/
  background: #3399cc;
  color: white;
  text-align: center;
}
.innernav a{
  background: none;
  color: white;
  border-style: solid;
  border-width: thin;
  border-color: #21713A;
  margin: 7px;
  padding-left: 7px;
  padding-right: 7px;
}
.innernav a:hover{
  color: white;
  background: #21713A;
}

.msg_yes {
  margin: 0 auto;
  text-align: center;
  color: green;
  background: #D4EAD4;
  border: 1px solid green;
  border-radius: 10px;
  margin: 2px;
}

.msg_no {
  margin: 0 auto;
  text-align: center;
  color: red;
  background: #FFF0F0;
  border: 1px solid red;
  border-radius: 10px;
  margin: 2px;
}
.green{
  color: green;
}
.red{
  color: red;
}
.form-group {
  margin-bottom: 15px;
}

.form-control1 {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}


.btn-default {
  width: 100%;
  color: white;
  background-color: #fff;
  border-color: #003ad1;;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  /*color: #333;*/
  /*background-color: #e6e6e6;*/
  background-color: #3399cc;
  /*border-color: #adadad;*/
  color: #ffffff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

input[type="submit"]:hover{
  color: #ffffff;
}

.scheme{
  background-color:#3399cc;
  color: white;
}

.rowbg{
 background-color: #3399CA;
 /* color: white; */
}

.announceList{
  padding-left: 15px;
}

.btn-2{
  display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.quart{
  width: 24.5%;
}
@media all and (max-width: 760px){
  .quart{
    width: 45%;
  }
}
.title h1{
  opacity: 0.8; background-color: white; color: #3399cc; font-weight: 400;
  text-align: right;
}
@media all and (max-width: 760px){
  .title h1{
    opacity: 0.8; background-color: white; color: #3399cc; font-weight: 400; margin-top: 120px;
    text-align: center;
  }
}

.heading3{
    background-color: white; opacity: 0.75; padding: 10px; margin-top: 50px;
}
@media all and (max-width: 760px){
  .heading3{
      background-color: white; opacity: 0.75; padding: 10px; margin-top: 5px;
  }
}


input[type="submit"].btn-abbo {
    padding: 0px 0px 0px 0px;
    /*height: 15px;*/
    font-size: 0.4em;
    line-height: 8px;
    height: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.btn-abbo:hover,
.btn-abbo:focus,
.btn-abbo.focus,
.btn-abbo:active,
.btn-abbo.active,
.open > .dropdown-toggle.btn-abbo {
  /*color: #333;*/
  /*background-color: #e6e6e6;*/
  background-color: #3399cc;
  /*border-color: #adadad;*/
  color: #ffffff;
}
.btn-abbo:active,
.btn-abbo.active,
.open > .dropdown-toggle.btn-abbo {
  background-image: none;
}

.90px{
  width: 90px;
}


input[type="submit"].btn-reserve {
    padding: 1px 3px 1px 3px;
    /*height: 15px;*/
    font-size: 0.5em;
    line-height: 11px;
    height: 25px;
    /*margin-top: 2px;*/
    /*margin-bottom: 2px;*/
}
.btn-reserve:hover,
.btn-reserve:focus,
.btn-reserve.focus,
.btn-reserve:active,
.btn-reserve.active,
.open > .dropdown-toggle.btn-reserve {
  /*color: #333;*/
  /*background-color: #e6e6e6;*/
  background-color: #3399cc;
  /*border-color: #adadad;*/
  color: #ffffff;
}
.btn-reserve:active,
.btn-reserve.active,
.open > .dropdown-toggle.btn-reserve {
  background-image: none;
}

input[type="text"].reservefeld {
    /*padding: 1px 3px 1px 3px;*/
    /*height: 15px;*/
    font-size: 0.5em;
    line-height: 12px;
    height: 25px;
    /*margin-top: 2px;
    margin-bottom: 2px;*/
    color: grey;
}


input[type="submit"].btn-delete {
    padding: 1px 1px 1px 1px;
    /*height: 15px;*/
    font-size: 0.9em;
    line-height: 13px;
    height: 15px;
    color: red;
    /*margin-top: 2px;*/
    /*margin-bottom: 2px;*/
}
.btn-delete:hover,
.btn-delete:focus,
.btn-delete.focus,
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  /*color: #333;*/
  /*background-color: #e6e6e6;*/
  background-color: yellow;
  /*border-color: #adadad;*/
  /*color: #ffffff;*/
}
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  background-image: none;
}


