body {
    margin:0;
    padding:0;
    font-family: source-sans-pro, sans-serif;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0px 0px 10px 0px;
  line-height:1em;
}

h2.head {
    text-align: center;
}

strong {font-weight: bold; letter-spacing: 0.5px;}

#logo {
    padding: 8px;
    margin-left:50px;
    float: left;
}

header {
    background-color: rgba(79,142,21,0.6);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    height: 100px;
}

.mobileNavSwitcher {
    display: none;
}

nav {
    padding-right: 90px;
    text-align: right;
    vertical-align: middle;
    float: right;
}

.mainNavi > ul {
  margin: 0;
  padding: 0;
  float: right;
  position:relative;
}

.mainNavi > ul > li {
  list-style: none;
  float: left;
  margin-left: 30px;
  padding: 40px 0px;
}

.mainNavi a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    padding: 40px 0px;
}

.mainNavi > ul > li > ul {
    display: none;
}
.mainNavi > ul > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 5px;
    
    text-align: left;
}

.mainNavi > ul > li > ul > li > a{
    color: #676767;
    padding: 0;
    font-size: 14px;
}

.mainNavi > ul > li:hover > ul {
    display: block;
    margin-top: 40px;
    padding: 10px 0px;
    background-color: rgba(255,255,255,0.86);
    position:absolute;
}

section {
    color: #676767;
}

section h2 {
    color: #0061A3;
    font-weight: 300;
    font-size: 40px;
}

section > .wrapper {
    padding-bottom: 40px;
    padding-top: 60px;
}

.wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
}

.startpage {
    text-align: center;
    font-weight: 300;
    line-height: 1.5em;
}

.head_highlight {
    margin-left: 25%;
    text-align: center;
}

.subNavi {
    float: left;
    width: 20%;
    padding-right: 20px;
}
.subNavi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.subNavi ul li {
  /* background-color: rgba(79, 142, 21, 1); */
  background-color: #008456;
  margin: 5px;
  padding: 10px;
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
.subNavi a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-size:20px;
    line-height:24px;
}

.subNavi ul li ul li {
  padding: 5px;
  margin-left: 20px;
}

.subNavi a.active {
    font-weight: 600;
}

.subNavi ul li ul li a {
  font-size: 16px;
}

.mainContent {
    float: left;
    width: 75%;
    padding-left: 20px;
    line-height: 1.5em;
    font-weight: 300;
}

.fullspan {
    width: 95%;
}
.fullspan h2 {
    margin-left: 0;
}

.bigPicture > img {
    width: 100%;   
}

.relationArea {
    position: relative;
    clear: both;
    margin-top: 40px;
}

/*
.relationArea {
    margin-left: 20%;
    margin-top: 40px;
    width: 100%;
}
*/

.relationBox {
    position: relative;
    width: 32%;
    float: left;
    margin: 6px;
    text-align:left;
    min-height: 530px;
    box-sizing: border-box;
}
.relationBox img{
  width: 100%;
}

.relationBox h3, .elementText h3 {
    font-weight: 300;
    color: #828282;
    font-size: 18px;
    padding:10px;
    text-align:left;
    line-height: 24px;
}
.elementText h3 {
    padding:0px;
}
.relationBox h3 {
  background-color: rgb(0, 97, 163);
  color: #ffffff;
}

.relationBox h4, .relationBox a, .elementText h4, .elementText a {
    font-weight: 400;
    color: #0061A3;
    font-size: 16px;
    line-height: 20px;
    padding:5px 0px;
    text-decoration:none;
}
.elementText h4 {
    padding:5px 0px;;
}

.relText, .elementText {
  padding: 10px 20px 0px 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.relImg {
  padding-bottom: 45%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.listElement{
    display: table;
    padding-top: 5px;
    border-bottom: 1px solid #adadad;
    padding-bottom:15px;
}

.listElement img {
    display: table-cell;
    width: 250px;
    vertical-align: middle;
    margin: 10px 0;
}
.subLine, .shortDesc {
    display:block;
}
.subLine {
    padding:3px 0px;
    font-size:14px;
    font-weight:bold;
}
.listImage {
  display: block;
  width: 250px;
  height: 180px;
  background-position: center;
  background-size: cover;
}

.listElement > .elementText {
    display: table-cell;
    vertical-align: top;
}

.galeryImage {
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 260px;
    margin: 5px;
    /* width: 23.9%; */
    width: 22.9%;
}

a.button {
  border: 1px solid #676767;
  display: inline-block;
  /*float: right;*/
  padding: 5px 10px;
  /*color: #676767;*/
  color: #ffffff;
  text-decoration: none; 
}
.button {
  cursor: pointer;
  background-color:rgba(79, 142, 21, 0.6);
}

a.button.act {
    float: right;
    position: relative;
}

a.button.actList {
    position: relative;
}

.teaserArea {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  position:relative;
}

.teaserArea ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
    position:absolute;
    width:100%;
    height:100%;
}

.teaserArea li {
  background-position: center center;
  background-size: cover;
  height: 100%;
  list-style: none;
  margin: 0;
  width: 100%;
  position:absolute;
}


.teaserText {
  bottom: 30px;
  color: #ffffff;
  position: absolute;
  /*width: 100%;*/
}

.teaserText h1 {
    /* font-family: 'Annie Use Your Telescope', cursive; */
    font-family: 'Arial', cursive;
    /* font-size: 80px; */
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0 20px #000000;
}

.newsBox {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 30px;
  margin-left: 24px;
  padding: 20px;
  position: absolute;
  right: 0;
  /* width: 30%; */
  width: 20%;
  z-index:90;
}
.newsBox > p {
  line-height: 1.3em;
  margin-top: 0;
  font-weight:300;
}
.newsBox > h2 {
  line-height: 1em;
  font-size:26px;
}

.newsHead {
  background-color: rgba(79, 142, 21, 0.6);
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  margin: -20px -20px 0;
  padding: 5px 0 0 20px;
}

.newsDate {
    padding-top: 10px;
}

.newsBtn {
    float: right;
}

.bookingBox {
  background-color: rgba(255, 255, 255, 0.7);
  /*margin-left: auto;
  margin-right: auto;*/
  position: relative;
  /* width: 510px; */
  width: 590px;
  padding: 20px;
}

.bookingBox .headline {
    color:#0061A3;
    margin: 10px 0px;
    font-size: 28px;
    font-weight: 300;
}
input[type="text"] {
    color: #737678;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    /* width: 20%; */
    width: 22%;
}
input[type="button"],input[type="submit"] {
    color: #ffffff;
    background-color: #737678;
    border: 1px solid #737678;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    /* width: 22%; */
    min-width:15%;
    margin-top: 10px;
}

select {
    /* width: 23%; */
    width: 22%;
    border: 1px solid #737678;
    padding: 5px 10px;
    color: #737678;
    font-size: 14px;
    font-weight: 300;
}

.mainContent strong {
  font-weight: 600;
}

.chkArea {
	position: relative;
}

.chkInput {
	display: inline-block;
	margin: 3px;
	width: 45%;
}

#filterIcon {
    cursor: pointer;
}

.chkLable {
	padding-left: 5px;
}

.weather_today > .weather_data {
    display: inline-flex;
    width: 100%;
}

.weather_today > .weather_data > img {
    padding-right: 20%;
}


.weather_forecast {
    display: inline-flex;
    width: 100%;
}

.weather_day {
    font-size: 12px;
    width: 32%;
}

.weather_day > .weather_data > img {
    padding-right: 0%;
}

.weather_data > img {
    width: 90px;
}

footer {
    color: #ffffff;
}

.contactBar {
  /* background-color: #202020; */
  background-color: #888888;
  height: 50px;
  padding: 20px;
}

/*.contactBarElement {
  float: left;
  font-size: 28px;
  font-weight: 300;
  padding: 0 20px;
}*/

.contactBarElement {
  float: left;
  font-size: 20px;
  font-weight: 300;
  /*padding: 0 70px;*/
  text-align:center;
  width:32%;
}

.contactBarElement > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}
.contactBarElement a {
  color: #ffffff;
  text-decoration: none;
}

.wrapper .contactBarElement:last-child {
    margin-top: 5px;
}

.footer {
    /* color: #888888;
    background-color: #2F2F2F; */
    color: #2F2F2F;
    /* background-color: #888888; */
    background-color: #adadad;
    padding:20px 15%;
    font-size: 14px;
    font-weight: 300;
}

.footer a{
    color: #2F2F2F;
    text-decoration: none;
}
.footer .headline {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.footerNavi {
    float: left;
    width: 33%;
    line-height: 18px;

}
.footerNavi a{
    color: #2F2F2F;
    text-decoration: none;
}
.footerNavi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerNavi > ul > li{
  padding:3px 0px;
}

.contactBox {
    float: left;
    width: 33%;
}
.camping-widget {
    float: left;
    width: 33%;
}
#ti-logos {
    margin-top: 10px;
}

#ti-logos img{
    margin-right: 5px;
}

iframe.inside {
  border: none;
}

iframe.inside {
  border: none;
  height: 1200px;
  width:100%;
}

iframe[name="bookingCalendarLink"] {
  max-height: 250px;
  height: 150px;
  padding-top: 30px;
  /* margin-left: -75px; */
}

.extBookingLink {
    background-color: #737678;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    text-decoration: none;
    width: 15%;
}

.extBookingLinkHint {
    font-size: 11px;
    margin-top: 0;
}

/* PicBox */

#bigPictureBox {
	background-color: rgba(0, 0, 0, 0.80);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
	z-index: 10;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#bigPicture {
	position: absolute;
    top: 50%;
	left: 50%;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;    
}

.picBoxNav {
	height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
	background-color:#fff;
	opacity:0.25;
	line-height: 50px;    
	font-size: 30px;
	cursor:pointer;    
	font-weight: 600;
}

.picBoxNav:hover {
	opacity:0.8
}

.picBoxLeft {
    border-radius: 0 25px 25px 0;
    left: -35px;    
    padding-right: 15px;
	text-align: right;
}

.picBoxLeft:hover {
	left: -15px;
}

.picBoxRight {
    border-radius: 25px 0 0 25px;
    right: -35px;
    padding-left: 15px;
}

.picBoxRight:hover {
	right: -15px;
}

.picBoxExit {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    opacity: 0.25;
    border-radius: 0 0 0 40px;
	background-color: #FFFFFF;
    line-height: 18px;
    font-size: 18px;
    padding: 5px;
    text-align: right;
	cursor:pointer;
}

.picBoxDescription {
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
    text-align: center;
    top: 50%;
	margin: 0 auto;
}

.picBoxExit:hover {
	opacity:0.8;
	height: 30px;
    width: 30px;
}

.travelCircus {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px 0 0 20px;
    bottom: 80%;
    float: right;
    position: relative;
}

.travelCircus img {
    width: 130px;
}

.travelCircus > a {
    text-decoration: none;
}
.eventDate {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0061A3;
    font-weight: bolder;
}
