

/*------------------------------------------------------------*/

body#p1520 {
  background-color: #FFFFFF;
}

p1520 .well a {
  color: #ff0000;
}

.body-bg-top {
  padding-top: 70px;
}

.ls-bar-timer {
  opacity: 0;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

.flag {
  margin-top: 5px;
}

h1.blockGrau,
h1.blockGruen,
h1.blockGelb,
h1.blockOrange,
h1.blockBlau,
h1.blockEnergy {
  margin-bottom: 2px;
  font-size: 1.7em;
}

.blockGrau {
  background-color: #80929c;
  color: #fff;
  padding: 16px;
}

.blockGruen {
  background-color: #32992C;
  color: #fff;
  padding: 16px;
}

.blockGelb {
  background-color: #FFDD00;
  color: #333;
  padding: 16px;
}

.blockOrange {
  background-color: #F39C00;
  color: #fff;
  padding: 16px;
}

.blockEnergy {
  background-color: #6EB86E;
  color: #fff;
  padding: 16px;
}

.blockBlau {
  background-color: #024C95;
  color: #fff;
  padding: 16px;
}


/*nav*/

.grauoben {
  background-color: #fff;
  border-bottom: 0px solid #eee;
}

.grauoben img {
  margin: 10px 5px;
}

.mobilsearch,
.mobilflag {
  border: 0px solid #cccccc;
  position: relative;
}


/*########################## Suche- und Kontaktbox einblenden ###############################*/

.kontakt-container {
  position: relative;
  border: 0px solid #ccc;
}

.kontakt-container a {
  color: #666666;
}

.kontakt-container a:hover {
  color: #32992C;
}

.kontakt-box,
.suche-box {
  border: 1px solid #eee;
  background: #fff;
  padding: 20px 25px;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 9999;
  display: none;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.frame.well .btn {
  padding: 6px 12px;
}

.searchbox {
  margin-top: 0px;
}

.searchbox .input-group .form-control,
.searchbox .input-group button {
  height: 35px;
}

.searchbox .input-group button {
  background: #eee;
  ;
}

a.pop-kontakt {
  margin-left: 20px;
}

/*------------- Bildbox Inhalt ---------------- */

.frame.frame-type-bootstrap_package_panel.frame-layout-110.default {
  margin-top: -34px;
}


.frame.frame-type-image.frame-layout-0.default {
  padding-bottom: 0;
}

.frame.frame-type-bootstrap_package_panel.frame-layout-110.default {
  padding-top: 0;
}

.frame .frame-type-textmedia .frame-layout-0 .default {
  
  }

 main > div .image { margin-bottom: 0;}

 main > div .image > img { width: 100%;}


.frame.frame-type-textpic.frame-layout-0.well h1 {
  font-size: 1.6em;
}


/*##############################################################################*/

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {

.frame.frame-type-bootstrap_package_panel.frame-layout-110.default {
  margin-top: -26px;
}

.body-bg-top {
  padding-top: 120px;
}


}



/* ################################################################################
####################### iphone 6 bis ipad hoch 767 px  ############################
##################################################################################*/

@media only screen and (min-device-width: 375px) and (max-device-width: 767px) {

  .navbar-transition {
    margin-top: -44px;
    -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.35s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.35s cubic-bezier(0, 0, 0.58, 1);
  }
  .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .grauoben .mobilflag {
    padding-left: 0;
  }
  .grauoben .mobilsearch {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grauoben .mobilflag img {
    margin: 10px 1px;
  }
  .searchbox {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
  }
  h1 {
    font-size: 18px;
  }
  
.body-bg-top {
  padding-top: 120px;
}

.frame.frame-type-bootstrap_package_panel.frame-layout-110.default {
    margin-top: -20px;
}




} /*---------------end 768 -----------------------------*/





/* ##############################################################
######################## iphone 5  ##############################
################################################################*/

@media only screen and (max-device-width: 374px) and (orientation: portrait) {
  
  .navbar-brand-image>img {
    height: 25px;
  }
  .navbar-transition {
    margin-top: -44px;
    -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.35s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.35s cubic-bezier(0, 0, 0.58, 1);
  }
  .navbar-toggle {
    margin: 10px 20px;
  }
  .grauoben .searchbox .input-group .form-control,
  .grauoben .searchbox .input-group button {
    height: 30px;
  }
  .mobilflag {
    padding-right: 5px;
    padding-left: 0;
    text-align: left;
  }
  .grauoben .mobilflag img {
    height: auto;
    width: 20px;
    margin: 11px 1px;
  }
  .searchbox {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
  }

  .body-bg-top {
  padding-top: 100px;
}

.frame.frame-type-bootstrap_package_panel.frame-layout-110.default {
  margin-top: -20px;
}

} /*end iphone 5*/








main ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 25px;
}

main ul li:before {
  font-family: 'Glyphicons Halflings';
  color: green;
  font-size: 0.9em;
  float: left;
  margin: 1px 4px 0 -20px;
  content: "\e074 ";
  padding-left: -5px;
}

main ul.list-inline li:before {
  margin: 1px 4px 0 0px;
}

.main-section>.section-default {
  padding-top: 0;
}

#p1736 .main-section>.section-default {
  padding-bottom: 0;
}

#content .container {
  background: #fff;
}


/****************************  FOOTER  **************************************/

.footer-section-content {
  padding-top: 1.0em;
  padding-bottom: 1.0em
}

.footer-section h3 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  color: #ecf0f3;
  text-decoration: none;
}

.footer-section-meta {
  background: #333333;
  padding-top: 0.5em;
  padding-bottom: 0.5em
}

.scroll-top {
  bottom: 55px;
}

h1 a,
h2 a,
h3 a {
  text-decoration: underline;
}

.well h1 {
  font-size: 1.5em;
}

