/** **************************************************
 *  Allgemein
 */
html,
body {
  height: 100%;
  color: #333;
}
h1.title {
  color: #444444;
  font-size: 63px;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
h2.subtitle {
  color: #999999;
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
}
.margin-top {
  margin-top: 30px;
}
.conainter {
  margin: 0;
  padding: 0;
}
.container-inline {
  padding: 20px;
  font-size: 120%;
  background-color: #F6F6F6;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.newsline {
  padding: 20px;
  font-size: 120%;
  background-color: #FFFFFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #E6E6E6;
}
.quote {
  padding: 20px;
  font-size: 180%;
  background-color: #FFF;
  color: #444;
}
.topline {
  height: 5px;
}
.color {
  text-shadow: 0 1px 3px #FFF;
}
/** **************************************************
 *  Slideshow
 */
.slideshow_pic1_line1 {
  font-size: 68px;
  line-height: 80px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.slideshow_pic1_line2 {
  background-color: rgba(0, 0, 0, 0.5);
}
.slideshow_pic1_line3,
.slideshow_pic1_line4,
.slideshow_pic1_line5,
.slideshow_pic1_line6 {
  color: #FFFFFF;
  font-size: 34px;
  line-height: 40px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_pic2_line1 {
  color: #333333;
  font-size: 52px;
  line-height: 60px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_pic2_line2 span,
.slideshow_pic2_line3 span,
.slideshow_pic2_line4 span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 34px;
}
.slideshow_pic2_line2 span {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_pic2_line3 span {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_pic2_line4 span {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.slideshow_pic3_line1 {
  color: #200700;
  font-size: 44px;
  line-height: 60px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.slideshow_pic3_line2 {
  margin: 0;
  padding: 0 40px;
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
/** **************************************************
 *  Footer
 */
footer {
  margin: 0;
  padding: 0;
  color: #EEE;
  background: linear-gradient(#333, #111);
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
footer a {
  color: #EEE;
}
footer a:hover {
  color: #FFF;
}
footer .bottom_right,
footer .bottom_center,
footer .bottom_left {
  margin: 20px 0;
}
footer .bottom_center {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  footer .bottom_center {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer .bottom_left_inline {
  margin-left: 15px;
}
footer .bottom_right_inline {
  margin-right: 15px;
}
@media (max-width: 991px) {
  footer .bottom_left_inline {
    margin-left: 0;
  }
  footer .bottom_right_inline {
    margin-right: 0;
  }
}
footer .bottom_center_inline {
  padding: 0 20px;
}
footer .webmasterinfo-line {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .copyright-line {
  background: linear-gradient(#444, #222);
  border-top: 1px solid #666;
  padding: 5px 20px;
  line-height: 30px;
}
footer span.powered::before {
  content: ", ";
}
.copyright-line .copyright {
  text-align: left;
}
.copyright-line .footermenu {
  text-align: right;
}
@media (max-width: 991px) {
  .copyright-line .copyright,
  .copyright-line .footermenu {
    text-align: center;
  }
}
/** **************************************************
 *  Modulpositionen anzeigen
 */
.show_position {
  border: 3px dashed #999;
  padding: 10px;
  margin: 0;
  background-color: #EEE;
  color: #BBB;
}
.show_position span.title_position {
  background-color: #999;
  color: #FFF;
  padding: 4px 10px;
  display: block;
  text-align: center;
  font-size: 1.5em;
}
/** **************************************************
 *  Google Map
 */
#map {
  height: 450px;
  width: auto;
}
.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/** **************************************************
 *  Social Icons
 */
ul.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-social {
  width: 70px;
}
a.btn-social i {
  width: 46px;
}
.btn-social-small {
  border-radius: 0;
  border: 0;
}
.address i {
  display: block;
  float: left;
  width: 20px;
  margin-top: 3px;
}
a.btn-facebook:hover {
  background-color: #3b5998;
  color: #FFF;
}
a.btn-twitter:hover {
  background-color: #55acee;
  color: #FFF;
}
a.btn-googleplus:hover {
  background-color: #dd4b39;
  color: #FFF;
}
a.btn-instagramm:hover {
  background-color: #3f729b;
  color: #FFF;
}
/** **************************************************
 *  phpContact
 */
span.captcha {
  padding: 0;
  margin: 0;
}
img.captcha {
  height: 30px;
  width: 100px;
}
label.receiver {
  font-weight: normal;
  color: #999;
  display: inline;
}
.b4yf_errorfeld {
  border-color: #FAA;
  background-color: #F2DEDE;
}
#b4yf_reloadblock {
  display: none;
}
/** **************************************************
 *  Content
 */
#content img {
  display: block;
  height: auto;
  max-width: 100%;
  /* border: 1px solid #DDD; */
  padding: 3px;
}
/** **************************************************
 *  Scroll to top
 */
.gotop {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #888;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.gotop.show {
  bottom: 20px;
}
.gotop:hover {
  background-color: #222;
  color: #FFFFFF;
}
/** **************************************************
 *  Preloader
 */
#preloader {
  background: #FFF;
  color: #333 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 3000;
}
#preloader .spinner {
  display: none;
}
#preloader .spinner i {
  padding: 5px;
  margin: 5px;
}
/** **************************************************
 *  Besucherzähler
 */
#visitors {
  font-size: 1em;
  color: #999;
}
#visitors ul,
#visitors li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/** **************************************************
 *  Overwrites
 */
.panel {
  border-radius: 0;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.navbar {
  border-radius: 0;
  background: linear-gradient(#FCFCFC, #F3F3F3);
}
.navbar-brand {
  padding: 20px;
}
.navbar-brand img {
  height: 40px;
  width: 40px;
}
.nav a {
  color: #444;
  font-weight: bold;
  border-left: 1px solid #E8E8E8;
  transition: background-color 0.2s ease;
}
.nav a:hover {
  background-color: #444 !important;
  border-color: transparent;
  color: #FFF !important;
}
.nav li.active a {
  color: #FFF;
}
.nav li.active ul.dropdown-menu li a {
  background-color: #FFF;
  color: #444;
}
.nav li.active ul.dropdown-menu li.active a {
  color: #FFF;
}
.nav li.active ul.dropdown-menu li ul.dropdown-menu li a {
  background-color: #FFF;
  color: #444;
}
.nav li.active ul.dropdown-menu li.active ul.dropdown-menu li.active a {
  color: #FFF;
}
.navbar-toggle .icon-bar {
  background-color: #333;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
  color: #FFF;
}
.nav li.active ul.dropdown-menu li a:hover,
.dropdown-menu > li > a:hover {
  color: #FFF;
}
.panel .panel-heading {
  background: linear-gradient(#EEE, #DDD);
  border-radius: 0;
  text-transform: uppercase;
}
.jumbotron {
  border-radius: 0 !important;
}
.bg-primary {
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
}
/** **************************************************
 *  Customs 
 */
li.newtab a:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  float: right;
  margin-top: 3px;
  content: "\f24d";
  color: #CCC;
}
li.external a:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  float: right;
  margin-top: 3px;
  content: "\f08e";
  color: #CCC;
}
/** **************************************************
 *  Sublevel Dropdown menu
 */
.marginBottom-0 {
  margin-bottom: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #000;
}


/**
------------------------------------------------------
Default Style, overwriteable color
------------------------------------------------------
*/

/** **************************************************
 *  Allgemein
 */
.topline {
  background-color: #AEC71E;
}
.color {
  color: #AEC71E;
}
/** **************************************************
 *  Slideshow
 */
.slideshow_pic1_line1 {
  color: #AEC71E;
}
.slideshow_pic1_logo {
  color: #AEC71E;
}
.slideshow_pic2_line2 span {
  background-color: rgba(174, 199, 30, 0.8);
}
.slideshow_pic3_line2 {
  background-color: rgba(174, 199, 30, 0.8);
}
/** **************************************************
 *  Overwrites
 */
.nav li.active a {
  background-color: #AEC71E;
}
.nav li.active ul.dropdown-menu li.active a {
  background-color: #AEC71E;
}
.nav li.active ul.dropdown-menu li.active ul.dropdown-menu li.active a {
  background-color: #AEC71E;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #AEC71E;
}
.panel .panel-heading {
  border-bottom: 5px solid #AEC71E;
}
a {
  color: #AEC71E;
}
a:hover,
a:focus {
  color: #879b17;
}
.text-primary {
  color: #AEC71E;
}
.bg-primary {
  background-color: #AEC71E;
}
.btn-primary {
  background-color: #AEC71E;
  border-color: #9bb11b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #879b17;
  border-color: #7f9216;
}


/**
------------------------------------------------------
Default Style, overwriteable background
------------------------------------------------------
*/

/** **************************************************
 *  Allgemein
 */
html,
body {
  background: url('../images/background/pattern1.png') repeat;
  background-attachment: fixed;
  background-color: #EEEEEE;
}


/**
------------------------------------------------------
Default Style, overwriteable font
------------------------------------------------------
*/

/** **************************************************
 *  Allgemein
 */

@import url(https://fonts.googleapis.com/css?family=Abel);

html,
body {
  font-family: 'Abel', sans-serif;
}
