@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');
}

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

body {
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
}
img {
  height: auto;
  max-width: 100%;
}

h1 {
  font-family: "Source Sans Pro ExtraLight";
  font-size: 50px;
  font-weight: 100;
  color: #fff;
}

a, a:visited {
  color: #6ec6d3;
  text-decoration: none;
  font-family: "Source Sans Pro Light";
}

a:hover, a:focus, a:active {
  color: #6ec6d3;
}

.navigation {
  width: 100%;
  background-color: rgba(0,0,0,.7);
  position: fixed;
  top: 0;
  z-index: 100;
}

.active {
  color: #6ec6d3;
}

.active_dropdown {
  background-color: #6ec6d3;
}

.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;
  
}

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

.two.columns {
  width: 16.6666%;
}

.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
}

.logo img {
  display: block;
}

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

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

.nav-bar ul li {
  display: inline-block;
  position: relative;
}

.nav-bar ul li:hover {
  
}

.nav-bar > ul > li:hover >a {
  color: #6ec6d3;
}

.nav-bar > ul > li >a.aktiv {
  color: #6ec6d3;
}

.nav-bar a {
  color: #fff;
  font-size: 18px;
  padding: 0px 20px;
  line-height: 64px;
}

.nav-bar a:hover {
  color: #6ec6d3;
}

.nav-bar ul ul {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  background-color: rgba(0,0,0,.7); /* 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 >a {
    color: #6ec6d3;
}

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

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

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

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

.nav-toggle {
  display: none;
}

.teaser-block {
  background-color: #333;
  margin: -40px 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 #6ec6d3;
  color: #6ec6d3;
}

a.textlink {
  color: #000;
  border-color: #000;
  font-size: 20px;
  padding: 10px;
}

.nomargin {
  margin: 0;
}

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

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

.sidebar {
  background-color: #eee;
}

.footer1 {
  background-color: #000;
  clear: both;
  margin-top: 50px;
}
.footer2 {
  background-color: #222;
  border-top: 1px solid #666;
  padding:  20px 0;
}
.footer3 {
  background-color: #000;
  border-top: 1px solid #666;
  color: #fff;
  padding:  20px 0;
}

.footer1 a, .footer3 a, .footer3 p {
  color: #ccc;
}

.footer1 a.aktiv {
  color: #6ec6d3;
}

.footer1 a:hover, .footer3 a:hover {
  color: #6ec6d3;
}

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

.footer2 dt {
  font-size: 20px;
  font-family: "Source Sans Pro Light";
  line-height: 1.7;
  margin-bottom: 5px;
}

.footer2 dt a {
  color: #fff;
}

.footer2 dt a.aktiv {
  color: #6ec6d3;
}

.footer2 dd {
  margin: 3px 0;
  font-family: "Source Sans Pro Light";
  line-height: 1.7;
}

.footer2 dd a.aktiv {
  color: #6ec6d3;
}

.footer2 a {
  color: #999;
}

.footer2 a:hover {
  color: #6ec6d3;
}

.footer2 a.activ {
  color: #6ec6d3;
}

.footer3 a.aktiv {
  color: #6ec6d3;
}


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

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

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

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

.caption-content {
  background-color: rgba(0,0,0, .7);
  padding: 20px;
  border-left-style: solid;
  border-width: 10px; 
  border-color: #6ec6d3;
}
.caption-content p {
  color: #fff;
  font-size: 26px;
  font-family: "Source Sans Pro ExtraLight";
  font-weight: 100;
  margin: 0 0 1em;
}

.caption-content p.title {
  font-size: 40px;
  margin-bottom: 5px;
}

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

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

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

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

.facebook a {
  padding: 10px;
}

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

.googlemaps {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 64px;
  overflow: hidden;
}

.trenner {
  margin: 60px 0 40px;
  background: #333;
}

.trenner .inner {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 100%;
}

.trenner .inner p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Source Sans Pro ExtraLight";
}

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

.angebot {
  color: #a1c757;
}


@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;
  }
  
  .navigation {
    position: static;
    background-color: #333;
  }
  
  .navigation .twelve.columns {
    position: relative;
  }
  
  .nav-bar {
    display: none;
    position: relative;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    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;
   }
  
  .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;
  }
  
    .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: #333;
  }
  
    .teaser-block {
    padding: 20px 0;
    margin: 20px 0 50px;
  }
}

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

  .footer2 .columns:nth-child(2n+1) {
   clear: both;
}
  
  h1 {
    font-size: 40px;
  }
  
  .teaser-block p {
    font-size: 24px;
  }
  .nav-sub {
    text-align: center;
  }
}

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