/* --------------------------------------------------------------------- Fonts --------------------------------------------------------------------- */
@font-face {
   font-family: 'fira_sans_thin';
   src: url('../fonts/fira_sans/FiraSans-Thin.ttf') format('truetype');
}

@font-face {
   font-family: 'fira_sans_extralight';
   src: url('../fonts/fira_sans/FiraSans-ExtraLight.ttf') format('truetype');
}

@font-face {
   font-family: 'Source Sans Pro';
   src: url('../fonts/sourcesanspro/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
   font-family: 'Source Sans Pro Bold';
   src: url('../fonts/sourcesanspro/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
   font-family: 'Source Sans Pro ExtraLight';
   src: url('../fonts/sourcesanspro/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
   font-family: 'Source Sans Pro Light';
   src: url('../fonts/sourcesanspro/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
   font-family: 'Tangerine';
   src: url('../fonts/tangerine/Tangerine_Regular.ttf') format('truetype');
}

@font-face {
   font-family: 'Tangerine Bold';
   src: url('../fonts/tangerine/Tangerine_Bold.ttf') format('truetype');
}
/* --------------------------------------------------------------------- Fonts --------------------------------------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------------------------------------------------------------------- Geovego --------------------------------------------------------------------- */
/* Farben
    Hintergrund geovego_braun #2c211b, RGB 44 33 27, CMYK 60 65 65 80,
    geovego_orange #ec632b, RGB 236 99 43, CMYK 0 72 87 0,
    geovego_gruen #736c51, 
    Rot #850a0d, RGB 133 10 13, CMYK 24 100 100 24
*/
/* --------------------------------------------------------------------- Geovego --------------------------------------------------------------------- */

body {
  font-family: "fira_sans_extralight";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
}

h1 {
  font-family: "fira_sans_thin";
  font-size: 50px;
  font-weight: 100;
  color: #000;
}

head1 {
  font-family: "fira_sans_thin";
  font-size: 50px;
  font-weight: 100;
  color: #fff;
  /* color: #fff; */
}

h2 {
  font-family: "fira_sans_extralight";
  font-size: 24px;
  font-weight: 100;
  color: #000;
  /* color: #fff; */
}

head2 {
  font-family: "fira_sans_thin";
  font-size: 22px;
  font-weight: 100;
  color: #000;
  /* color: #fff; */
}

h3 {
  font-family: "fira_sans_extralight";
  font-size: 22px;
  font-weight: 400;
  color: 2c211b;
  /* color: #fff; */
}

head3 {
  font-family: "fira_sans_thin";
  font-size: 20px;
  font-weight: 100;
  color: #000;
  /* color: #fff; */
}

hfooter {
  font-family: "fira_sans_thin";
  font-size: 50px;
  font-weight: 100;
  color: #007e00;
  /* color: #fff; */
}











a, a:visited {
  color: #000;
  text-decoration: none;
  font-family: "fira_sans_extralight";
}

a:hover, a:focus, a:active {
  color: #ccc;
}

/* ---------------------------------------------- Navigation ----------------------------------- */
.navigation {
  width: 100%;
  height:  80px;
  background-color: #000;
  position: absolute;
  top: 0;
  z-index: 100;
}

.active {
  background-color: #ec632b;
  color: #fff:
}
.active a:hover {
  color: white  !important;
}

.aktiv {
  color: white  !important;
  background-color: #ec632b;
}

.active_dropdown {
  background-color: #000;
}


.nav-bar {
  text-align: right;  
  }

.nav-bar ul {
  list-style: none;
  margin: 0;
}

.nav-bar ul li {
  display: inline-block;
  position: relative;
  border-top: 3px solid transparent;
}

.nav-bar > ul > li:hover {
  border-top: 3px solid #ec632b;
}

.nav-bar a {
  color: #fff;
  font-size: 24px;
  padding: 20px;
  line-height: 77px;
}

/* -------------------- Farbe Text Schaltfläche Hauptnavigation -------------------- */ 
.nav-bar a:hover {
  color: #ec632b;
}

.nav-bar a.active {
  color: #fff;
}

.nav-bar ul ul {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  background-color: #000; /* Farbangabe Menü Ebene 1 */
  text-align: left;
  padding-left: 0;
  z-index: 100;
  width: 250px;
}

.nav-bar ul ul li a {
  font-size: 18px;
  padding: 3px 10px 3px 20px;
  display: block;
  line-height: 2.5;
}



.dropdown >li {
  width: 100%;
}
.dropdown > li:hover {
  background-color: #ec632b;
}
.dropdown >li:hover >a {
    color: #fff;
}

.dropdown >li a.aktiv {
    color: #a1c757;
}

ul.dropdown .dropdown {
  top: 0;
  left: 100%;
  background-color: #2c211b; /* Farbangabe Menü Ebene 2 */
}

.nav-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub li {
  display: inline-block;
  padding: 0;
}

.nav-toggle {
  display: none;
}








.row {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  }

.row:after {
  content: " ";
  display: block;
  clear: both;
}

.row.line {
  border-bottom: 1px solid #666;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.row.gallery {
  margin-bottom: 20px;
}



.columns {
  float: left;
  padding: 0 15px;
}

.two.columns {
  width: 16.6666%;
}

.fuenf.columns {
  width: 20%;
}

.three.columns {
  width: 25%;
}

.four.columns {
  width: 33.3333%;
}

.six.columns {
  width: 50%;
}

.seven.columns {
  width: 60%;
}

.eight.columns {
  width: 66.6666%;
}
.nine.columns {
  width: 75%;
}

.twelve.columns {
  width: 100%;
}










.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.logo {
  display: block;
  float: left;
  padding: 12px 0;
  position: absolute;
  z-index: 1000;
}

.logo img {
  display: block;
}















.teaser-block {
  background-color: #000;
  margin: -100px 0 100px;
  padding: 50px 0;
  position: relative;
  z-index: 80;
}

.teaser-block p {
  font-size: 30px;
  color: #fff;
  font-family: "Source Sans Pro ExtraLight";
  font-weight: 100;

}

a.button {
  border: 1px solid #fff;
  padding: 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

a.button:hover {
  border: 1px solid #ec632b;
}


/*
a.button, button.button {
  border: 1px solid #007e00;
  padding: 20px;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  margin: 30px auto;
  background: #007e00;
  /* border-radius: 15px; */
  /* box-shadow: 2px 2px 10px #f00; */
  /* font-weight: bold; */
/*  font-family: "Source Sans Pro Light";
/*  border-width: 0 0 5px;
}
*/

a.button:hover, button.button:hover {
  border: 1px solid #ec632b;
  color: #ec632b;
}


a.textlink {
  color: #4C4C4D;
  background-color: #ddd;
  border: 1px solid #4c4c4d;
  font-size: 20px;
  padding: 10px;
  font-family: "Source Sans Pro Light";
}

.textlink a {
  color: #000;
  padding: 5px;
}


.textlink a:hover {
  color: white  !important;
  background-color: #ec632b;
}

.textlink a.activ {
  color: #a1c757;
}

a.text {
  color: #007e00;
  font-family: "Source Sans Pro Light";
}

a.text:hover {
  color: white  !important;
  background-color: #007e00;
}

.nomargin {
  margin: 0;
}

a.video {
	color: #ff0000;
	font-weight: 600;
}

a.video:hover {
	color: #cc0000;
	font-weight: bolder;
}


a.cookielink {
  color: #ec632b;
  padding: 10px;
  font-family: "Source Sans Pro Light";
}

a.cookielink:hover {
  color: #fff;
  padding: 10px;
  font-family: "Source Sans Pro Light";
}



.sidebar {
  background-color: #eee;
}

.footer1 {
  background-color: rgba(0, 0, 0, 0.9);
  clear: both;
  margin-top: 50px;
}



.footer2 {
  background-color: #D8D8D8;
  border-top: 1px solid #666;
  padding:  20px 0;
}

.footer3 {
  background: #000;
  border-top: 1px solid #666;
  color: #fff;
  text-align: center;
}

.footer1 a { display: inline-block; }

.footer1 a, .footer3 a, .footer3 p {
  color: #fff;
  padding: 10px;
}

.footer3 a, .footer3 p {
  color: #000;
  padding: 3px;
}

.footer1 a.aktiv {
  color: #a1c757;
}

.footer3 a:hover {
  color: white  !important;
  background-color: #ff0014;
}

.footer3 p {
  font-family: "Source Sans Pro Light";
  line-height: 1.7;
}


.footer2 a {
  color: #000;
  padding: 5px;
}


.footer2 a:hover {
  color: white  !important;
  background-color: #3da3dc;
}

.footer2 a.activ {
  color: #a1c757;
}


.footeractive a {
  color: #ccc; !important;
  padding: 10px;
  background-color: #4c4c4c;
}

.footeractive a:hover {
  color: white  !important;
  background-color: #000000;
}

.footer-links a {
  display: inline-block;
  margin-right: 30px;
}

.footer-links a i {
  margin-right: 5px;
}

/*  ---------------------------------------------------------------------  Kontakt und Impressum mit Facebook im Footer   ---------------------------------------------------------------------  */
.footerkontakt {
  background-color: #000;
  clear: both;
  margin-top: 50px;
}

.footerkontakt a { display: inline-block; }

.footerkontakt a, .footerkontakt p {
  color: #fff;
  padding: 10px;
}

.footerkontakt a.aktiv {
  color: #007e00;
}

.footerkontakt a:hover {
  color: white  !important;
  background-color: #ec632b;
}

.facebook a {
  padding: 10px;
}

.facebook a:hover {
  color: white  !important;
  background-color: #3b5998;
}

/* Navigation im Footer */
.footernav {
  background-color: #000;
        border-top: 1px solid #fff;

}

.footernav dt {
  font-size: 20px;
  font-family: "fira_sans_thin";
  line-height: 1.7;
  margin-bottom: 5px;
}

.footernav dt a {
  color: #fff;
}

.footernav dt a.aktiv {
  color: #007e00;
}

.footernav dd {
  margin: 3px 0;
  font-family: "fira_sans_thin";
  line-height: 1.7;
}

.footernav dd a.aktiv {
  color: #a1c757;
}

.footernav a {
  color: #fff;
  padding: 5px;
}

.footernav a:hover {
  color: white  !important;
  background-color: #ec632b;
}

.footernav a.activ {
  color: #a1c757;
}

.footernav dt a.active {
  color: white  !important;
  background-color: #007e00;
}

.footernav dd a.active {
  color: white  !important;
  background-color: #007e00;
}


/*  ---------------------------------------------------------------------  Adresse im Footer   ---------------------------------------------------------------------  */
.footeradresse {
  background-color: #000;
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  padding:  20px 0;
  font-family: "fira_sans_thin";
  color: #fff;
  text-align: center;
  line-height: 0.8;
}

.footeradresse a {
  color: #fff;
  padding: 5px;
}

.footeradresse a:hover {
  color: white  !important;
  background-color: #ec632b;
}

.footeradresse a.activ {
  color: #a1c757;
}


/* --------------------------------------------------------------------- Abschluss vom Footer  -------------------------------------------------------- */
.footerend {
  background-color: #000;
  padding: 30px;
  text-align: center;
}

.footerend a {
  font-size: 36px;
  color: #fff;
}

.footerend a:hover {
  font-size: 36px;
  color: #ec632b;
}




.flexslider .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}


.flexslider .caption.right .columns {
  margin-left:  50%;
}
   
.flexslider .caption.bottom {
  top: 60%;
}

   
.flexslider .caption.top {
  top: 30%;
}

/* ------------------------------------------------------ Caption Content --------------------------------------------------- */

.caption-content {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 10px;
  border-left-style: solid;
  border-width: 10px;
  border-color: #ec632b;
}
.caption-content p {
  color: #fff;
  font-size: 26px;
  font-family: "fira_sans_thin";
  font-weight: 100;
  margin: 0 0 1em;
}

.caption-content p.title {
  color: #fff;
  font-size: 50px;
  margin-bottom: 5px;
  word-break: break-word;
}

.caption-content p strong {
  font-weight: 1200;
}
.caption-content .button {
  border-color: #736c51;
  color: #736c51;
  border-width: 2px
}

.caption-content .button:hover {
  color: #ec632b;
  border-color: #ec632b;
  border-width: 2px;
}

input, textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
}

input:focus, textarea:focus {
  background-color: #eee;
}







/* --------------------------------------------------------------------- Trenner --------------------------------------------------------------------- */
.trenner {
  margin: 60px 0 40px;
}

.trenner .balken {
  padding: 75px 0;
  margin: 0 auto;
  max-width: 100%;
  background: rgba(44, 33, 27, 0.8);
}

.trenner .balken p {
  color: #ec632b;
  font-size: 40px;
  text-align: center;
  font-family: "fira_sans_thin";
}

.trenner .balken p.title {
  font-size: 50px;
  margin: 0.67em 0;
}

/* --------------------------------------------------------------------- Trenner --------------------------------------------------------------------- */





/* --------------------------------------------------------------------- Parallax --------------------------------------------------------------------- */
.parallax {
  margin: 60px 0 40px;
}

.parallax-window {
  height: 600px;
  width: 100%;
}

.parallax .inner {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 100%;
  background: rgba(40, 33, 27, 0.7);
}

.parallax .inner p {
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-family: "fira_sans_thin";
  font-weight: 800;
}

.parallax .inner p.title {
  font-size: 80px;
  margin: 0.67em 0;
}
/* --------------------------------------------------------------------- Parallax --------------------------------------------------------------------- */







.angebot {
  color: #a1c757;
}


.imgtext span {
    width: 100%;
    line-height: 1em;
    text-align: center;
}


.googlemaps {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.googlemaps, #headerslider {
  margin-top: 80px; /* Position Flexslider Abstand nach oben */
}


.hover {
  position: relative;
  display: block;
}
.hover img {
  display: block;
}

.hover .hoverbg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(44, 33, 27, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .25s ease-out;
}

.hover:hover .hoverbg{
  opacity: 1;
}

.hover .hovertext {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
}
.hovertext h2 {
  margin-top: 0;
  color: #ec632b;
}
.hovertext i{
  color: #ec632b;
}w

.hovertext i + h2 {
  margin-top: 10px;
}




/* --------------------------------------------------------------------- Cookie Banner --------------------------------------------------------------------- */
.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 1000;
}
.cookie .button {
	float: right;
  	font-size: 20px;
  	padding: 10px;
	margin-top: 10px;
  	margin-left: 20px;
	background-color: black;
}

a.datenschutz {
  color: #ef7c00;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 800;

}

a.datenschutz:hover {
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 800;
  background-color: #ef7c00;
  padding: 5px;
}

input[type="checkbox"]{
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.label-bg {
  background-color: #000;
  padding: 10px;
}
/* --------------------------------------------------------------------- Cookie Banner --------------------------------------------------------------------- */













@media screen and (max-width:1200px) {
    .flexslider .caption {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 5px;
    text-align: center;
  }
  
  .flexslider .caption .columns {
    width: 100%;
  }
  
  .flexslider .caption.right .columns {
    margin: 0;
  } 
  
    .caption-content {
    border-right-style: solid;
      text-align: center;
      background-color: #000;
  }
  
    .teaser-block {
    padding: 20px 0;
    margin: 20px 0 50px;
  }
  .caption-content p.title {
    font-size: 40px;
  }
}



@media screen and (max-width:1150px) {
  .nav-bar a {
    font-size: 20px;
  }
}



@media screen and (max-width:1000px) {
    .nav-toggle {
    display: block;
    float: right;
    line-height: 64px;
    background: url(../images/hamburger.png) no-repeat center right;
    padding-right: 60px;
    color: #666 !important;
    font-size: 20px;
  }
  
  .navigation {
    position: relative;
  }
  
  .navigation .twelve.columns {
    position: relative;
  }
  
  .nav-bar {
    display: none;
    background: rgba(20, 20, 20, 0.9);
    position: relative;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    top: 50px;
    margin-bottom: 50px;
    clear: both;
  }
  
  .nav-bar ul {
    padding: 0;
  }

  .nav-bar ul li {
    display: block;
  }
  
  .nav-bar li a {
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 22px;
    line-height: 1.5;
   }
  
  .nav-bar .dropdown {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    width: 100%;
    display: block;
    background: none;
  }
  
  .nav-bar ul ul li a {
    font-size: 18px;
    color: #999;
    line-height: 2;
  }
  .googlemaps, #headerslider {
    margin-top: 0;
  }
}

/* ------------------------------------------------------ @media screen and (max-width:950px) --------------------------------------------------- */
@media screen and (max-width:950px) {
    .nav-toggle {
    display: block;
    float: right;
    line-height: 64px;
    background: url(../images/hamburger.png) no-repeat center right;
    padding-right: 60px;
    color: #fff !important;
    font-size: 20px;
  }
 
    .flexslider .caption {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px 0 5px;
  }
  
  .flexslider .caption .columns {
    width: 100%;
  }
  
  .flexslider .caption.right .columns {
    margin: 0;
  } 
  
    .caption-content {
    border-right-style: solid;
      text-align: center;
      background-color: #000;
  }
  
    .teaser-block {
    padding: 20px 0;
    margin: 20px 0 50px;
  }
    
    /* ------------------------------------------------------ Parallax --------------------------------------------------- */
.parallax {
  margin: 40px 0 20px;
}

.parallax-window {
  height: 400px;
  width: 100%;
}

.parallax .inner {
  padding: 80px 0; /* ------------------------------------------------------ Parallax Flächenanpassung Transparenz --------------------------------------------------- */
  margin: 0 auto;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.parallax .inner p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: "fira_sans_thin";
  font-weight: 800;
}

.parallax .inner p.title {
  font-size: 40px;
  margin: 0.67em 0;
}
/* ------------------------------------------------------ Parallax --------------------------------------------------- */
}
/* ------------------------------------------------------ @media screen and (max-width:950px) --------------------------------------------------- */



@media screen and (max-width:850px) {
  .columns {
    width: 100% !important;
  }
  
  h1 {
    font-size: 40px;
  }
  
  .teaser-block p {
    font-size: 24px;
  }
  .nav-sub {
    text-align: center;
  }
}



@media screen and (max-width:600px) {
  .caption-content p.title {
      font-size: 30px;
    }
}



@media screen and (max-width:446px) {
  .logo {
    max-width: 70%;
  }
  .nav-toggle {
    padding: 0;
    width: 60px;
    text-indent: -9999px;
  }
}



@media screen and (min-width:851px) and (max-width:1200px) {
  .footer2 .columns {
    width: 100% !important;
    text-align: center;
  }

}



@media screen and (max-width:850px) {
  .footer2 .columns {
    width: 100% !important;
    text-align: center;
  }

}

@media screen and (max-width:450px) {
  .footer2 .columns {
    width: 100% !important;
    text-align: center;
  }
}