@charset "UTF-8";

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

body {

  margin: 0;
  border: 0;
  font-family: Arial, sans-serif;
  background: #f3f78b;
  text-align: center;  /* IE-Win hack */
  /*overflow: hidden;*/
}

h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
}

h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
}

h4 {
  font-weight: normal;
  font-size: 10px;
  line-height: 0px;
}

#text {
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  line-height: 28px;
  text-align: left;
}

ul li {
  padding-top: 10px;
  margin-left: -38px;
}

a:link {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  padding-right: 30px;
  outline: 0;
}

a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

a:active {
    color: #000000;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #000000;
  text-decoration: none;
  text-shadow: 2px 2px 2px #ffffff;
}

#wrapper {
  width: 1000px;
  height: 700px;
  border: 0px solid;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 46px;
  width: 100%;
  background-color: #ffffff;
  text-align: right;
  background: #2a84d3;
  background: -moz-linear-gradient(left, #2a84d3 0%, #24cfe5 48%, #2a84d3 100%, #2a84d3 100%);
  background: -webkit-linear-gradient(left, #2a84d3 0%,#24cfe5 48%,#2a84d3 100%,#2a84d3 100%);
  background: linear-gradient(to right, #2a84d3 0%,#24cfe5 48%,#2a84d3 100%,#2a84d3 100%);
  
  box-shadow: 4px 4px 9px #999999;
  border-bottom: 2px dotted #f3f78b;
  border-top: 2px dotted #f3f78b;
}

.menu {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding-left: 310px;
  padding-top: 11px;
  text-decoration: none;
}  

#infobox {
  width: 185px;
  height: 76px;
  border: 1px solid #afac8c;
  border-radius: 5px;
  margin-top: -185px;
  position: absolute;
  margin-left: 107px;
  background: #f8f5d2;
  background: -moz-linear-gradient(left, #f8f5d2 0%, #efecc8 50%, #f8f5d2 100%);
  background: -webkit-linear-gradient(left, #f8f5d2 0%,#efecc8 50%,#f8f5d2 100%);
  background: linear-gradient(to right, #f8f5d2 0%,#efecc8 50%,#f8f5d2 100%);
  
  box-shadow: 4px 4px 9px #999999;
  opacity: 0.95;
  text-align: left;
  padding-left: 20px;
  padding-top: 13px;
  line-height: 22px;
}

#infoboxurlaub {
  width: 185px;
  height: 76px;
  border: 1px solid #afac8c;
  border-radius: 5px;
  margin-top: -450px;
  position: absolute;
  margin-left: 680px;
  background: #f8f5d2;
  background: -moz-linear-gradient(left, #f8f5d2 0%, #efecc8 50%, #f8f5d2 100%);
  background: -webkit-linear-gradient(left, #f8f5d2 0%,#efecc8 50%,#f8f5d2 100%);
  background: linear-gradient(to right, #f8f5d2 0%,#efecc8 50%,#f8f5d2 100%);
  
  box-shadow: 4px 4px 9px #999999;
  opacity: 0.95;
  text-align: left;
  padding-left: 20px;
  padding-top: 13px;
  line-height: 22px;
}

#navi {
  font-size: 18px;
  font-weight: bold;
  width: 195px;
  height: 23px;
  border: 2px solid;
  position: absolute;
  margin-left: 420px;
    margin-top: 40px;
  background: #ffffff;
  padding-top: 4px;
  opacity: 0.9;
}

#headpic {
  width: 1000px;
  height: 150px;
  margin-top: 0px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 9px #aaaaaa;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #b5b5b5;
}

#content {
  width: 800px;
  height: 520px;
  border: 2px solid;
  border-color: #aaaaaa;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  transform: rotate(-0.7deg);
  background: #e7e4c3;
}

.content {
  height: 500px;
  border-top: 3px solid;
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #009140;
  margin-left: 8px;
  margin-right: auto;
  margin-top: 12px;
  transform: rotate(0.7deg);
  box-shadow: 0px 0px 5px #b09797;
  text-align: left;
  overflow: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #dff989;
}

.edge_top {
    width: 755px;
    height: 19px;
    border: 0px solid;
    position: absolute;
    margin-top: -531px;
    transform: rotate(0.7deg);
    background: #f8f5d2;
    margin-left: 14px;
    display: none;
}

.edge_bottom {
    width: 755px;
    height: 19px;
    border: 0px solid;
    position: absolute;
    margin-top: -20px;
    transform: rotate(0.7deg);
    background: #f8f5d2;
    margin-left: 14px;
    display: none;
}


#mobil {
  display: none;
}

#fest {
  display: inline;
}

#swing1 {
  width: 100px;
  height: 566px;
  position: absolute;
  background: url(../images/swing1.png) no-repeat;
  margin-bottom: -770px;
  -webkit-filter: drop-shadow(1px 1px 1px #222);
  filter: drop-shadow(1px 1px 1px #222);
}

#swing2 {
  width: 100px;
  height: 100%;
  background: url(../images/swing2.png) no-repeat;
  margin-bottom: -770px;
  margin-left: 910px;
}

#grass {
  width: 1000px;
  height: 75px;
  background: url(../images/grass.gif) no-repeat;
  margin-top: -11px;
  border: 0px solid;
    position: absolute;
}

#schild {
  margin-top:10px;
  margin-left:200px;
  box-shadow: 4px 4px 9px #999999;
  border: 3px solid;
  width: 350px;
  border-color: #009140;
}

#logo {
  display: none;
}

.fadein {
  animation:fadein 1s;
  -moz-animation:fadein 1s;
  -webkit-animation:fadein 1s;
  -o-animation:fadein 1s;
}