
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html body {
    color: #5D5D5D;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 768px) {
   html body {
	font-size: 14px;
	line-height: 24px;
   }
}

.container, .container-fluid {
    position: relative;
    max-width: 1140px;
}

.row {
    padding: 0 100px;	
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
  position: relative;
  min-height: 1px;
}

.col-sm-1, .col-md-1, .col-lg-1,
.col-sm-2, .col-md-2, .col-lg-2,
.col-sm-3, .col-md-3, .col-lg-3,
.col-sm-4, .col-md-4, .col-lg-4,
.col-sm-5, .col-md-5, .col-lg-5,
.col-sm-6, .col-md-6, .col-lg-6 {
  /*padding-left: 100px;
  padding-right: 100px;*/
  padding-left: 10px;
  padding-right: 10px;
}


@media (max-width: 767px) {
    .row {
        padding: 0;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6 {
      padding-left: 10px;
      padding-right: 10px;
    }
    .col-xs-6 {
      width: 100%;
    }
    .col-xs-5 {
      width: 83.33333333%;
    }
    .col-xs-4 {
      width: 66.66666667%;
    }
    .col-xs-3 {
      width: 50%;
    }
    .col-xs-2 {
      width: 33.33333333%;
    }
    .col-xs-1 {
      width: 16.66666667%;
    }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 100%;
  }
  .col-sm-5 {
    width: 83.33333333%;
  }
  .col-sm-4 {
    width: 66.66666667%;
  }
  .col-sm-3 {
    width: 50%;
  }
  .col-sm-2 {
    width: 33.33333333%;
  }
  .col-sm-1 {
    width: 16.66666667%;
  }
  .col-sm-pull-6 {
    right: 100%;
  }
  .col-sm-pull-5 {
    right: 83.33333333%;
  }
  .col-sm-pull-4 {
    right: 66.66666667%;
  }
  .col-sm-pull-3 {
    right: 50%;
  }
  .col-sm-pull-2 {
    right: 33.33333333%;
  }
  .col-sm-pull-1 {
    right: 16.66666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-6 {
    left: 100%;
  }
  .col-sm-push-5 {
    left: 83.33333333%;
  }
  .col-sm-push-4 {
    left: 66.66666667%;
  }
  .col-sm-push-3 {
    left: 50%;
  }
  .col-sm-push-2 {
    left: 33.33333333%;
  }
  .col-sm-push-1 {
    left: 16.66666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-6 {
    margin-left: 100%;
  }
  .col-sm-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 50%;
  }
  .col-sm-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    float: left;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 83.33333333%;
  }
  .col-md-4 {
    width: 66.66666667%;
  }
  .col-md-3 {
    width: 50%;
  }
  .col-md-2 {
    width: 33.33333333%;
  }
  .col-md-1 {
    width: 16.66666667%;
  }
  .col-md-pull-6 {
    right: 100%;
  }
  .col-md-pull-5 {
    right: 83.33333333%;
  }
  .col-md-pull-4 {
    right: 66.66666667%;
  }
  .col-md-pull-3 {
    right: 50%;
  }
  .col-md-pull-2 {
    right: 33.33333333%;
  }
  .col-md-pull-1 {
    right: 16.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-6 {
    left: 100%;
  }
  .col-md-push-5 {
    left: 83.33333333%;
  }
  .col-md-push-4 {
    left: 66.66666667%;
  }
  .col-md-push-3 {
    left: 50%;
  }
  .col-md-push-2 {
    left: 33.33333333%;
  }
  .col-md-push-1 {
    left: 16.66666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-6 {
    margin-left: 100%;
  }
  .col-md-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 50%;
  }
  .col-md-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1140px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 100%;
  }
  .col-lg-5 {
    width: 83.33333333%;
  }
  .col-lg-4 {
    width: 66.66666667%;
  }
  .col-lg-3 {
    width: 50%;
  }
  .col-lg-2 {
    width: 33.33333333%;
  }
  .col-lg-1 {
    width: 16.66666667%;
  }
  .col-lg-pull-6 {
    right: 100%;
  }
  .col-lg-pull-5 {
    right: 83.33333333%;
  }
  .col-lg-pull-4 {
    right: 66.66666667%;
  }
  .col-lg-pull-3 {
    right: 50%;
  }
  .col-lg-pull-2 {
    right: 33.33333333%;
  }
  .col-lg-pull-1 {
    right: 16.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-6 {
    left: 100%;
  }
  .col-lg-push-5 {
    left: 83.33333333%;
  }
  .col-lg-push-4 {
    left: 66.66666667%;
  }
  .col-lg-push-3 {
    left: 50%;
  }
  .col-lg-push-2 {
    left: 33.33333333%;
  }
  .col-lg-push-1 {
    left: 16.66666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-6 {
    margin-left: 100%;
  }
  .col-lg-offset-5 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-4 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 50%;
  }
  .col-lg-offset-2 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    color: #2C7F27;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
   h1 {
	font-size: 28px;
	line-height: 34px;
   }
}

h2 {
    font-size: 24px;
    line-height: 30px;
    color: #2C7F27;
    font-weight: 700;
}

@media (max-width: 768px) {
   h2 {
	font-size: 20px;
	line-height: 26px;
   }
}

h3 {
    font-size: 18px;
    line-height: 24px;
    color: #3AA935;
    font-weight: 700;
    margin-top: 0;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 768px) {
   p {
	font-size: 14px;
	line-height: 24px;
   }
}

a, a:visited {
    color: #009EE2;
}

a:hover {
    color: #009EE2;
    text-decoration: underline;
}

.naviLinie {
	background-color:#F2F2F2; 
	height: 2px;
	margin-top: -10px;
}	

.slogan {
    background-color: #3AA935;
    color: white;
    position: absolute;
    top: 68px;
    left: 120px;
    font-size: 45px;
    line-height: 48px;
    padding: 20px 20px;
    font-weight: 700;
}

@media (max-width: 1060px) {
   .slogan {
		top: 40px;
   }
}

@media (max-width: 950px) {
   .slogan {
      font-size: 32px;
      line-height: 38px;
      position: relative;
      top: auto;
      bottom: 20px;
      left: 0;
      margin: 0 100px;
   }
}

@media (max-width: 767px) {
   .slogan {
		margin: 0 20px;
	}
}

.preisrechner {
    background-color: #FBF239;
    color: #2C7F27;
    position: absolute;
    top: 175px;
    left: 140px;
    padding: 10px 0 10px 20px;
    box-shadow: 5px 5px #F9DC2F;
}
.preisrechner-unterkunft {
    background-color: #FBF239;
    color: #2C7F27;
    position: absolute;
    top: 70px;
    left: 140px;
    padding: 10px 0 10px 20px;
    box-shadow: 5px 5px #F9DC2F;
}

.preisrechner .spalte {
    float: left;
    padding: 10px 0;
    margin-right: 20px;
}

.preisrechner a {
    color: #2C7F27;
    text-decoration: none;
}

.preisrechner a:hover {
    color: #2C7F27;
    text-decoration: underline;
}

.preisrechner .kontakt {
    margin-top: 20px;
}

.preisrechner .kontakt p {
    font-size: 13px;
    line-height: 22px;
}

@media (max-width: 1060px) {
   .preisrechner {
      font-size: 14px;
      line-height: 24px;
	  top: 148px;
   }
    .preisrechner .spalte {
       float: none;
   }
}

@media (max-width: 950px) {
   .preisrechner {
      position: relative;
      top: auto;
      bottom: 10px;
      left: 0;
      margin: 0 100px;
      box-shadow: none;
   }
}

@media (max-width: 767px) {
   .preisrechner {
		margin: 0 20px;
	}
}

.logo img {
    display: inline-block;
    padding: 40px 0 0 0;
}

@media (max-width: 767px) {
    .logo {
        margin: 0 0 30px 0;
    }
    .logo img {
        width: 300px;
    }
}
@media (max-width: 370px) {
    .logo img {
        width: 250px;
    }
}

#petition img {
    position: absolute;
    height: 120px;
	top: 5px;
    right: 10px;
    margin: auto;
	margin-left: 42%;
	z-index: 1000;	
}	

@media only screen and (max-width: 1024px) {
  #petition img {
	height: 80px;

 }
}

#navbar {
    padding: 10px 0px 25px 0px;
    margin: -10px;
}
@media (max-width: 767px) {
    #navbar {
        border-top: 2px solid #F2F2F2;
        padding-top: 0;
        margin-top: 0;
    }
}


#navbar a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #009EE2 !important;
    padding-right: 13px;
    padding-left: 13px;
}

@media (max-width: 767px) {
    #navbar a {
        padding-right: 20px;
        padding-left: 20px;
    }
}

#navbar a:hover {
    text-decoration: underline !important;
}

.navbar-header {
    float: right;
    padding: 30px 0 0 0;
    color: white;
}

.navbar-toggle {
    background-color: #2C7F27;
    color: white;
    height: 45px;
    margin-right: 0;
}

#navbar-close {
    font-size:32px;
}
#navbar-hamburger {
    position: relative;
    font-size: 31px;
    top: -3px;
}

.navbar-nav li.active {
    text-decoration: underline;
    color: #009EE2 !important;
}

.titelfilm {
	padding: 30px 0 25px 0;
    max-width: 1140px;
}

ul.mitPlusQuadrat {
  list-style: none;
  padding: 0;
}
ul.mitPlusQuadrat li {
    padding-left: 1.3em;
	padding-top: 0.6em;
}
ul.mitPlusQuadrat li:before {
    content: "\f0fe"; /* FontAwesome Unicode */
    font-size: 15px;
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #2C7F27;
}

ul.ohne-schmuck {
    list-style: none;
    padding: 0;
}

.footer {
    background-color: #F2F2F2;
}

.footer-oben {
    padding-top: 50px;
	padding-bottom: 30px;
}

.footer-unten {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
	.footer-oben {
    padding-bottom: 20px;
}
    .footer-unten {
		padding-bottom: 20px !important;
    }
}


.bigButtonFrame {
    margin-top: 10px;
    margin-left: 0;
    height: 50px;
    width: 200px;
    text-align: left;
    overflow: hidden;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari, Chrome */
    -khtml-border-radius: 2px; /* Konqueror */
    border-radius: 2px; /* CSS3 */
}

.bigButton {
    position: relative;
    left: -45px;

    -moz-border-radius: 45px; /* Firefox */
    -webkit-border-radius: 45px; /* Safari, Chrome */
    -khtml-border-radius: 45px; /* Konqueror */
    border-radius: 45px; /* CSS3 */

    background: #7ED321;
    cursor: pointer;
    height: 50px;
    width: 245px;

    /* Wegen Bug im Android bei Bedarf 1px als Grad der Verschwommenheit angeben, sonst wird der Schatten nicht angezeigt */
    -webkit-box-shadow: inset -1px -1px 0px rgb(84, 143,20);
    box-shadow: inset -1px -1px 0px rgb(84, 143,20);
}

.bigButtonKreis {
    background: #FFFFFF;
    height: 40px;
    width: 40px;

    padding: 11px 16px;

    position: absolute;

    -moz-border-radius: 40px; /* Firefox */
    -webkit-border-radius: 40px; /* Safari, Chrome */
    -khtml-border-radius: 40px; /* Konqueror */
    border-radius: 40px; /* CSS3 */

    top: 4px;
    right: 4px;
    color: #7ED321;
    font-size: 14px;
}
.bigButtonKreis i {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: -3px;
}

.bigButton p,
.bigButton a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0 0 65px;
    text-align: center;
    color: #2C4B08;
    border-bottom: 5px solid #2C4B08;
}

.bigButtonSubText {
    position: absolute;
    color: #FFF;
    left: 250px;
    bottom: 25px;
}

.bigButton:hover {
    background-color: #548f14;
    -webkit-box-shadow: inset -1px -1px 0px rgb(44, 75, 8);
    box-shadow: inset -1px -1px 0px rgb(44, 75, 8);
}


.bigButton:hover p,
.bigButton:hover a {
    color: #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    text-decoration: none;
}

.bigButton:hover i {
    color: #548f14;
}

@media screen and (min-width: 501px) {
    .hidden-ab-501 {
        display:none;
    }
}

@media screen and (max-width: 500px) {
    .hidden-unter-500 {
        display:none;
    }
}

.mit-bild img {
    width: 100%;
}
@media (max-width: 767px) {
    .mit-bild img {
        padding: 0px 30px;
    }
}

.linie {
	border: none;
	border-top: 2px solid #F2F2F2;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	margin-top: -10px;
}

.fa-facebook-official {
    font-size: 15px;
    color: #3C5A99 !important;
}



.carousel-control {
  background-image: none !important;
}

.item {
  transition: none !important;
  left: 0 !important;
  transform: none !important;
}
.animated {
  animation-duration: .6s;
}
@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}
@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}

.mit-bild-carousel img {
    width: 100%;
}
@media (max-width: 767px) {
    .mit-bild-carousel img {
        padding: 30px 0px 20px 0px;
    }
}

.bewertungen img {
	position: relative;
	width: 100%;
	padding: 10px 20px 0 0
	
}

.bewertungen a {
	display: inline-block;
	width: 25%;
}

@media (max-width: 767px) {
    .bewertungen a {
        width: 32%;
    }
}

@media (max-width: 450px) {
    .bewertungen a {
        width: 40%;
    }
}

@media (max-width: 767px) {
	.textxs {
	padding: 30px 20px 0px 20px;
	}
}

@media (max-width: 767px) {
	.textxsStartseite {
	padding-top: 100px;
	}
}

@media (max-width: 767px) {
	.textxsStartseite {
	padding: 0 20px;
	}
}


.rectangle {
    background-color: #F2F2F2; /* #A1BF36*/
	text-align: center;
}

.aAuszeichnungen {
  display: inline-block;	
  padding: 15px 15px 65px 15px;
  width: 20%;
}

.Auszeichnungen {
	width: 100%;
}

@media screen and (max-width: 981px) {
    .aAuszeichnungen {
        width: 25%;
    }
}

@media screen and (max-width: 780px) {
    .aAuszeichnungen {
        width: 35%;
    }
}

@media screen and (max-width: 767px) {
    .aAuszeichnungen {
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .aAuszeichnungen {
        width: 30%;
    }
}

@media screen and (max-width: 500px) {
    .aAuszeichnungen {
        width: 40%;
    }
}

.storno {
	padding: 18px 0 0 10px;	
    color: #3AA935;
	font-size: 14px;
	line-height: 22px;
}

@media screen and (max-width: 767px) {
    .storno {
        padding: 18px 30px 0 30px;
    }
}

#invers {
  background-color : #3AA935;
	color: white;
  padding: 2px 5px;
}

/* --- */

.cookiebar-wrapper {
    z-index: 30000000;
    position: fixed;
    bottom: 0;
    width: 100vw;
}
.cookiebar {
    position: relative;
    z-index: 1000001;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    color: #666666;
    background-color: #fffdee;
    font-size: 9px;
    line-height: 10px;
}

.cookiebar a {
    color: #F29500;
    text-decoration: underline;
}

.cookiebar a:hover {
    color: #FF9D00;
    text-decoration: underline;
}

.cookiebutton {
    position:absolute;
    right: 10px;
    top: 0;
    color: white;
    background: #7ED321;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
}

.cookiebutton:hover {
    background: #548F14;
}
