/* Schriften */
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Lora Regular'), local('Lora-Regular'), url('../fonts/lora-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lora-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lora-v12-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lora-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lora-v12-latin-regular.svg#Lora') format('svg');
  /* Legacy iOS */
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v7-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Noto Sans'), local('NotoSans'), url('../fonts/noto-sans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-sans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-sans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-sans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-sans-v7-latin-regular.svg#NotoSans') format('svg');
  /* Legacy iOS */
}
/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v7-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url('../fonts/noto-sans-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-sans-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-sans-v7-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-sans-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-sans-v7-latin-italic.svg#NotoSans') format('svg');
  /* Legacy iOS */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v7-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/noto-sans-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-sans-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-sans-v7-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-sans-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-sans-v7-latin-700.svg#NotoSans') format('svg');
  /* Legacy iOS */
}
/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-sans-v7-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url('../fonts/noto-sans-v7-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/noto-sans-v7-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/noto-sans-v7-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/noto-sans-v7-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/noto-sans-v7-latin-700italic.svg#NotoSans') format('svg');
  /* Legacy iOS */
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.brd {
  outline: 1px solid green;
}
.img-responsive {
  width: 100% !important;
}
.tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.main-fixed {
  margin-top: 488px;
}
#cover {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(178, 206, 85, 0.74);
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
}
.google_map_popup {
  z-index: 100000000;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 50%;
  margin-left: -275px;
  height: 550px;
  width: 550px;
  background-color: #ffffff;
  border: 2px solid #000000;
  display: none;
}
.google_map_popup .header {
  background-color: #b3ce56;
  height: 34px;
  width: 100%;
}
.google_map_popup .header i {
  cursor: pointer;
  padding: 2px;
  font-size: 30px;
  color: #ffffff;
}
.google_map_popup #modalcontent {
  height: 100%;
  width: 100%;
}
/* Variablen */
/* Farben */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.r-padding {
  padding-right: 0;
}
.l-padding {
  padding-left: 0;
}
/* Container */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .headernavigation {
    margin-top: 0 !important;
    top: 0 !important;
  }
  .container {
    width: 980px;
  }
  .r-padding {
    padding-right: 15px;
  }
  .l-padding {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cc-window {
  z-index: 20000010 !important;
}
.brd {
  border: 1px solid black;
}
.displaydemo {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000000000;
}
.fnt-lora {
  font-family: 'Lora', serif !important;
}
.Ueberschriften,
.Ueberschrift {
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 26px;
  text-transform: uppercase !important;
  display: inline-block !important;
  border-bottom: 1px solid black !important;
}
.Pageheader_blue {
  font-family: 'Lora', serif !important;
  font-weight: bold !important;
  font-size: 22px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  margin-top: 8px !important;
  margin-right: 5px !important;
}
.blue_Headline_boxes {
  font-family: 'Lora', serif !important;
  font-weight: bold !important;
  font-size: 1.2em !important;
}
.Menueboxen {
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: normal !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}
body {
  position: relative;
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 18px;
  background-color: white;
}
a[name] {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  box-shadow: none;
  background-image: none;
}
.navbar-brand:hover {
  background-color: #ffffff !important;
}
.navbar-collapse {
  border: none !important;
}
.navbar-header {
  height: 100%;
}
.navbar-header .navbar-toggle {
  background-color: #b3ce56;
  border: 1px solid #ffffff;
  padding: 13px 12px;
}
.navbar-header .navbar-toggle .icon-bar {
  width: 50px;
  height: 10px;
  margin-bottom: 9px;
  background-color: White;
  border-radius: 4px;
}
.navbar-header .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.navbar-header .navbar-toggle:active,
.navbar-header .navbar-toggle:hover {
  background-color: #b3ce56;
}
form.navbar-form {
  padding: 0 0 !important;
  border: none;
  margin-right: 0;
}
form.searchform {
  display: block;
}
form.searchform input[type="text"] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #0b5f9e;
  height: 30px;
  width: 97%;
  margin-left: 15px;
  margin-right: 0;
  margin-top: 7px;
  font-size: 13px;
}
form.searchform input[type="text"].form-control {
  padding: 1px !important;
}
form.searchform a.glyphicon {
  color: #0b5f9e !important;
  font-size: 20px;
  position: absolute;
  top: 6px;
  right: 2%;
  padding: 0;
  transform: scaleX(-1);
}
form.searchform a.glyphicon:hover {
  color: #0b5f9e !important;
  background-color: transparent;
}
.metatopnav {
  z-index: 20000000;
  position: fixed;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  background-color: #b3ce56;
}
.metatopnav div.container a {
  color: #ffffff;
}
.metatopnav div.container a:hover {
  color: #0b5f9e;
  text-decoration: none;
}
.metatopnav .nav li a {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.metatopnav .nav li a.active {
  color: #0b5f9e;
}
main {
  margin-top: 52px;
}
.topnav {
  z-index: 20000000;
  position: fixed;
  width: 100%;
  font-size: 21.471px;
  font-weight: bold;
  min-height: 100px;
  background-color: #b3ce56;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.topnav ul {
  margin-top: 50px !important;
  min-width: 0;
}
.topnav ul li.active a {
  color: #0b5f9e !important;
}
.topnav ul li a {
  color: #ffffff !important;
}
.topnav ul li a:hover {
  color: #0b5f9e !important;
  text-decoration: none !important;
}
.topnav ul li:hover a {
  color: #0b5f9e !important;
}
.topnav ul li.menu_news {
  padding-left: 30px;
  background: url(/modules/Alpavit/static/images/icon_news_weiss.png) no-repeat 10px 10px;
}
.topnav ul li.menu_news:hover {
  background: url(/modules/Alpavit/static/images/icon_news_blau.png) no-repeat 10px 10px;
}
.topnav ul li.menu_news.active {
  background: url(/modules/Alpavit/static/images/icon_news_blau.png) no-repeat 10px 10px;
}
.topnav ul li div.counter {
  margin-top: 0;
  position: absolute;
  left: 0px;
  background-color: red;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.topnav .navbar-brand {
  background-color: #ffffff;
  width: 192px;
  height: 150px;
  position: absolute;
  top: -110px;
  padding-top: 25px;
  margin-left: 0 !important;
  margin-top: 60px;
}
.topnav .navbar-brand img {
  margin-top: 30px;
}
.topnav .navbar-brand h1 {
  margin-left: 3000px;
  overflow: hidden;
}
.footer.top {
  z-index: 10000000;
  height: 50px;
  background-color: #0b5f9e;
  border-bottom: 2px solid #ffffff;
}
.footer.top div.container {
  padding-left: 0;
  padding-right: 0;
  padding-right: 30px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
}
.footer.top div.container ul li a {
  margin-top: -10px;
}
.footer.top div.container ul li a.unternehmensgruppe {
  margin-top: -12px;
  margin-left: -20px;
  font-weight: normal;
}
.footer.top div.container ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer.top div.container a {
  color: #ffffff;
}
.footer.top div.container a:hover {
  color: Black;
  text-decoration: none;
  background-color: transparent;
}
.footer.top {
  height: 60px;
  padding-bottom: 2px;
}
.footer.top .container {
  margin-top: 5px;
}
.footer.top .container ul.navbar-right {
  margin-top: 10px;
}
.footer.bottom {
  background-color: #0b5f9e;
  min-height: 404px;
}
.footer.bottom div.container {
  margin-top: 60px;
  color: #ffffff;
}
.footer.bottom div.container h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}
.footer.bottom div.container ul li {
  font-size: 12px;
  margin-bottom: 15px;
  list-style: none;
  margin-left: -40px;
}
.footer.bottom div.container a {
  color: #ffffff;
}
.footer.bottom div.container a:hover {
  color: Black;
  text-decoration: none;
  background-color: transparent;
}
section .no-padding-All-l {
  padding-left: 0;
}
section .no-padding-All-r {
  padding-right: 0;
}
section .padding-All-l {
  padding-left: 10px;
}
section .padding-All-r {
  padding-right: 10px;
}
section ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
section ul li:before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -22px;
  top: 1.1em;
  position: relative;
  font-size: 18px;
}
section ul li {
  padding-left: 5px;
}
section .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.welcome .container {
  color: #ffffff;
  background-color: #b3ce56;
  padding-left: 20px;
  padding-right: 20px;
}
section.welcome .container h1 {
  font-size: 18px;
}
section.welcome .container p {
  font-size: 14px;
}
section.welcome .container p.welcomecontent {
  display: none;
}
section.welcome .container button {
  outline: none;
  display: block;
  cursor: pointer;
  background: transparent;
  margin: 10px auto;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 15px;
  font-size: 11px;
  font-weight: normal;
  padding-left: 5px;
  background-size: contain !important;
}
section.welcome .container button.welcome_icon {
  background: url(/modules/Alpavit/static/images/dropdown_nach_unten.png) no-repeat right 1px center #b3ce56;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
section.welcome .container button.welcome_icon_up {
  background: url(/modules/Alpavit/static/images/dropdown_nach_unten.png) no-repeat right 1px center #b3ce56;
}
section.pageHeaderPRDetail.f-nav,
section.pageHeader.f-nav {
  z-index: 9999999;
  position: fixed;
  left: 0;
  top: 140px;
  height: 120px;
  width: 100%;
}
section.pageHeaderPRDetail.f-nav .pageheaderContent,
section.pageHeader.f-nav .pageheaderContent {
  z-index: 10000000;
  height: 120px;
  overflow: hidden;
}
section.pageHeaderPRDetail.f-nav .pageheaderContent .pageHeaderImage,
section.pageHeader.f-nav .pageheaderContent .pageHeaderImage {
  height: 125px;
  bottom: 0;
}
section.pageHeaderPRDetail.f-nav .pageheaderContent .pageHeaderImage img,
section.pageHeader.f-nav .pageheaderContent .pageHeaderImage img {
  bottom: 0;
  position: absolute;
}
section.pageHeaderPRDetail .container,
section.pageHeader .container {
  color: #ffffff;
  background-color: #b3ce56;
  width: 100%;
  /* or any custom size */
}
section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage,
section.pageHeader .container.pageheaderContent .pageHeaderImage {
  position: relative;
}
section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderH1,
section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderH1 {
  font-family: 'Lora', serif !important;
  background-color: rgba(0, 90, 163, 0.75) !important;
  height: 30%;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 5%;
  padding-left: 20px;
}
section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderH1 h1,
section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderH1 h1 {
  padding: 0;
  margin: 0;
}
section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav,
section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav {
  display: none;
  background-color: rgba(178, 206, 85, 0.74) !important;
  color: #ffffff;
  text-align: right;
  position: absolute;
  bottom: 17px;
  right: 0;
  height: 76px;
  padding-left: 20px !important;
  padding-top: 18px !important;
}
section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav a.navicons,
section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav a.navicons {
  height: 40px;
  float: left;
  margin-right: 15px;
  border: none;
}
section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav a:focus,
section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav a:focus {
  outline: none;
  text-decoration: none;
  outline-offset: unset !important;
}
section.pageHeaderPRDetail {
  margin-bottom: 30px;
}
section.PR_Header {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.PR_Header .container .bg-white {
  background-color: #ffffff;
}
section.PR_Header .container .bg-white h2 {
  padding-left: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
section.PR_Header .container .bg-white p {
  padding-left: 10px;
}
section.welcomelink-image-overview .container {
  margin-bottom: 30px;
}
section.welcomelink-image-overview .container h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0b5f9e;
  padding-bottom: 5px;
}
section.welcomelink-image-overview .container .imageframe .contentimage {
  margin-top: 10px;
  position: relative;
}
section.welcomelink-image-overview .container .imageframe .contentimage a {
  z-index: 100000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding-top: 34%;
  background: none;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 40px;
}
section.welcomelink-image-overview .container .imageframe .contentimage a:hover {
  background-color: rgba(178, 206, 85, 0.74) !important;
}
section.welcomelink-image-overview .container .imageframe .contentimage a:hover .hovershow {
  display: block;
}
section.welcomelink-image-overview .container .imageframe .contentimage a .hovershow {
  display: none;
  border: 2px solid #ffffff;
  width: 90px;
  margin: 0 auto;
  border-radius: 45px;
  height: 90px;
  padding-top: 5px;
}
section.welcomelink-image-overview .container .imageframe .contentimage img {
  width: 100%;
  height: 100%;
}
section.welcomelink-image-overview .container .imageframe .contentimage h3.imageheadline {
  position: absolute;
  background-color: rgba(0, 90, 163, 0.75) !important;
  width: 85%;
  height: 13%;
  color: #ffffff;
  text-align: right;
  bottom: 8%;
  padding-right: 10px;
  font-size: 0.95em;
  font-weight: bold;
  z-index: 1000000;
  padding-top: 3%;
  text-transform: uppercase !important;
}
section.welcomelink-overview .container {
  margin-bottom: 30px;
}
section.welcomelink-overview .container h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0b5f9e;
  padding-bottom: 5px;
}
section.welcomelink-overview .container h3 {
  font-size: 24px;
  font-weight: bold;
}
section.welcomelink-overview .container img {
  width: 100%;
}
section.welcomelink-overview .container .AnkerNav {
  background-color: #b3ce56;
  color: #ffffff;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 5px;
}
section.welcomelink-overview .container .AnkerNav a {
  color: #ffffff;
  font-size: 18px;
  display: block;
  padding: 8px;
  padding-left: 60px;
}
section.welcomelink-overview .container .AnkerNav a.navicons {
  margin-bottom: 2px;
  border: none;
}
section.welcomelink-overview .container .AnkerNav a.navicons.ueber-uns6 {
  background-position: 20px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.ueber-uns7 {
  background-position: 20px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.ueber-uns8 {
  background-position: 20px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.ueber-uns11 {
  background-position: 20px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.ueber-uns12 {
  background-position: 20px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.ueber-uns13 {
  background-position: 20px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.produkte7 {
  padding-top: 18px !important;
  background-size: 35px !important;
  background-position: 10px !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.produkte8 {
  padding-top: 18px !important;
  background-position: 15px 66% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.produkte9 {
  background-size: 35px !important;
  background-position: 9px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.produkte10 {
  background-size: 17px !important;
  background-position: 19px 17% !important;
}
section.welcomelink-overview .container .AnkerNav a.navicons.produkte11 {
  background-size: 19px !important;
  background-position: 18px 45% !important;
}
section.welcomelink-overview .container .AnkerNav a:hover {
  color: #0b5f9e;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
section.welcomelink-overview .container .AnkerNav a:focus {
  outline: none;
  text-decoration: none;
  outline-offset: unset !important;
}
section.kontaktform .container h2 {
  font-size: 18px;
  font-weight: bold;
}
section.kontaktform .container p {
  font-weight: normal;
}
section.kontaktform .container.formfields {
  background-color: #b3ce56;
  padding-top: 40px;
  margin-bottom: 40px;
}
section.kontaktform .container.formfields .form-control {
  border: 3px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.kontaktform .container.formfields .form-control:focus {
  border-color: #0b5f9e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.kontaktform .container.formfields form .styled-select {
  margin-top: -3px !important;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  background: url(/modules/Alpavit/static/images/dropdown_nach_unten.png) no-repeat right 10px center #b3ce56;
  background-size: 30px 30px;
  border: 2px solid #ffffff !important;
}
section.kontaktform .container.formfields form .styled-select select {
  background: transparent !important;
  background-image: none;
  width: 130% !important;
  padding: 0 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  border: 0 !important;
  box-shadow: none;
  -webkit-appearance: none !important;
  color: #ffffff !important;
}
section.kontaktform .container.formfields form .styled-select select option {
  background-color: #b3ce56 !important;
  color: #ffffff !important;
}
section.kontaktform .container.formfields form p {
  margin-left: 5px !important;
  font-size: 25px !important;
  font-weight: bold !important;
}
section.kontaktform .container.formfields form p.erklaehrung {
  margin-left: 30px !important;
  font-size: 20px !important;
  font-weight: normal !important;
}
section.kontaktform .container.formfields form textarea,
section.kontaktform .container.formfields form input[type=text] {
  margin-bottom: 20px;
  height: 48px;
  font-size: 20px;
  color: black;
  font-weight: normal;
  border-radius: 10px;
}
section.kontaktform .container.formfields form textarea.frage,
section.kontaktform .container.formfields form input[type=text].frage {
  margin-left: -5000px;
  overflow: hidden;
}
section.kontaktform .container.formfields form textarea {
  margin-top: 20px;
  height: 370px;
}
section.kontaktform .container.formfields form input[type=checkbox] {
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: #0b5f9e;
}
section.kontaktform .container.formfields form input[type=submit].submitbutton {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  background: #b3ce56 url(/modules/Alpavit/static/images/kontakt_submit_weiss.png) no-repeat 15px 15px;
  background-size: 40px 40px;
}
section.kontaktform .container.formfields form input[type=submit].submitbutton:hover {
  background: #ffffff url(/modules/Alpavit/static/images/kontakt_submit_green.png) no-repeat 15px 15px;
  background-size: 40px 40px;
}
section.kontaktform .container.formfields form p {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-left: 30px;
}
section.leadform .container h2 {
  font-size: 28px;
  font-weight: bold;
}
section.leadform .container p {
  font-weight: normal !important;
  margin-left: 5px !important;
  font-size: 20px !important;
}
section.leadform .container p.erklaehrung {
  color: #333;
  margin-left: 40px !important;
}
section.leadform .container.formfields {
  background-color: #b3ce56;
  padding-top: 20px;
  margin-bottom: 40px;
}
section.leadform .container .form-control {
  border: 3px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.leadform .container .form-control:focus {
  border-color: #0b5f9e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.leadform .container textarea,
section.leadform .container input[type=text] {
  margin-bottom: 20px;
  height: 48px;
  font-size: 20px;
  color: black;
  font-weight: normal;
  border-radius: 10px;
}
section.leadform .container textarea.frage,
section.leadform .container input[type=text].frage {
  margin-left: -5000px;
  overflow: hidden;
}
section.leadform .container textarea {
  margin-top: 20px;
  height: 370px;
}
section.leadform .container input[type=checkbox] {
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  color: #0b5f9e;
}
section.leadform .container .applicationcheck {
  padding-left: 170px;
  padding-top: 60px;
  height: 150px;
  font-weight: bold;
  background-repeat: no-repeat;
  max-width: 490px;
}
@media only screen and (max-width: 767px) {
}
section.leadform .container .applicationcheck input[type=checkbox] {
  top: 60px;
}
section.leadform .container .conf {
  background-image: url("/www.alpavit.de/icons/icon_schokolade_blau.png");
  background-size: 80px;
  background-position: 65px center;
}
section.leadform .container .pharm {
  background-image: url("/www.alpavit.de/icons/icon_tablette_blau.png");
  background-size: 110px;
  background-position: 50px center;
}
section.leadform .container .food {
  background-image: url("/www.alpavit.de/icons/icon_eis_blau.png");
  background-size: 60px;
  background-position: 70px center;
}
section.leadform .container .sports {
  background-image: url("/www.alpavit.de/icons/Shaker_blau.png");
  background-size: 80px;
  background-position: 65px center;
}
section.leadform .container .infant {
  background-image: url("/www.alpavit.de/icons/icon_schnuller_blau.png");
  background-size: 80px;
  background-position: 65px center;
}
section.leadform .container input[type=submit].submitbutton {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  background: #b3ce56 url(/modules/Alpavit/static/images/kontakt_submit_weiss.png) no-repeat 15px 15px;
  background-size: 40px 40px;
}
section.leadform .container input[type=submit].submitbutton:hover {
  background: #ffffff url(/modules/Alpavit/static/images/kontakt_submit_green.png) no-repeat 15px 15px;
  background-size: 40px 40px;
}
section.Anker_Kontakt_Button,
section.button {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.Anker_Kontakt_Button .container,
section.button .container {
  cursor: pointer;
  background-color: #b3ce56;
  padding: 20px 10px 20px 10px;
}
section.Anker_Kontakt_Button .container .gray,
section.button .container .gray {
  color: #c5da80 !important;
}
section.Anker_Kontakt_Button .container .gray_border,
section.button .container .gray_border {
  border: 2px solid #c5da80 !important;
}
section.Anker_Kontakt_Button .container .description,
section.button .container .description {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
section.Anker_Kontakt_Button .container a.submit_kontakt_box,
section.button .container a.submit_kontakt_box {
  width: 300px;
  margin: 30px auto;
  text-align: center;
  display: block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
section.Anker_Kontakt_Button .container {
  cursor: pointer;
}
section.Anker_Kontakt_Button .container .submitbutton {
  display: none;
  height: 57px;
  width: 57px;
  border-radius: 57px;
  border: 2px solid #ffffff;
  background: #b3ce56 url(/modules/Alpavit/static/images/kontakt_submit_weiss.png) no-repeat 12px 12px;
  background-size: 30px 30px;
}
section.Anker_1Spalte_HTML .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
section.Anker_1Spalte_HTML .container h2 {
  font-size: 24px;
  font-weight: bold;
  display: block !important;
  text-transform: uppercase;
  border-bottom: 0 !important;
}
section.Anker_1Spalte_HTML .container h2 span {
  border-bottom: 1px solid #0b5f9e;
}
section.Anker_3Spalten_Bild_Text_Adressen .container,
section.Anker_3Spalten_Bild_Text .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
section.Anker_3Spalten_Bild_Text_Adressen .container h2,
section.Anker_3Spalten_Bild_Text .container h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0b5f9e;
}
section.Anker_3Spalten_Bild_Text_Adressen .container h2.ankerheadline,
section.Anker_3Spalten_Bild_Text .container h2.ankerheadline {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #0b5f9e;
  font-size: 18px;
}
section.Anker_3Spalten_Bild_Text_Adressen .container h4,
section.Anker_3Spalten_Bild_Text .container h4 {
  font-weight: bold;
  font-size: 24px;
}
section.Anker_3Spalten_Bild_Text_Adressen .container p,
section.Anker_3Spalten_Bild_Text .container p {
  font-size: 18px;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage,
section.Anker_3Spalten_Bild_Text .container .contentimage {
  position: relative;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage a,
section.Anker_3Spalten_Bild_Text .container .contentimage a {
  z-index: 10000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding-top: 36%;
  background: none;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 40px;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage a.hochkant,
section.Anker_3Spalten_Bild_Text .container .contentimage a.hochkant {
  padding-top: 20%;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage a:hover,
section.Anker_3Spalten_Bild_Text .container .contentimage a:hover {
  background-color: rgba(178, 206, 85, 0.74) !important;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage a:hover .hovershow,
section.Anker_3Spalten_Bild_Text .container .contentimage a:hover .hovershow {
  display: block;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage a .hovershow,
section.Anker_3Spalten_Bild_Text .container .contentimage a .hovershow {
  display: none;
  border: 2px solid #ffffff;
  width: 50px;
  margin: 0 auto;
  border-radius: 25px;
  height: 50px;
  padding-top: 5px;
  background: url(/modules/Alpavit/static/images/icon_karte_weiss.ai.png) no-repeat 10px 10px;
  background-size: 25px;
}
section.Anker_3Spalten_Bild_Text_Adressen .container .contentimage h3.imageheadline,
section.Anker_3Spalten_Bild_Text .container .contentimage h3.imageheadline {
  background-color: rgba(0, 90, 163, 0.75) !important;
  width: 260px;
  font-size: 25px;
  line-height: 25px;
  height: 58px;
  color: #ffffff;
  text-align: right;
  position: absolute;
  bottom: 9px;
  padding-right: 20px;
  padding-top: 5px;
  z-index: 200000;
  text-transform: uppercase !important;
}
section.Anker_2Spalten_Bild_R_Text,
section.Anker_2Spalten_Bild_L_Text {
  margin-bottom: 20px;
}
section.Anker_2Spalten_Bild_R_Text h2,
section.Anker_2Spalten_Bild_L_Text h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0b5f9e;
}
section.Anker_2Spalten_Bild_R_Text ul li,
section.Anker_2Spalten_Bild_L_Text ul li {
  margin: 0;
}
section.Anker_2Spalten_Bild_R_Text ul li p,
section.Anker_2Spalten_Bild_L_Text ul li p {
  margin: 0;
  padding: 0;
}
section.PR_Full_Image,
section.PR_2Spaltig_Image {
  margin-bottom: 20px;
}
section.PR_Full_Image h2,
section.PR_2Spaltig_Image h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}
section.PR_Full_Image .prDate,
section.PR_2Spaltig_Image .prDate {
  font-weight: bold;
}
section.pr_overview .container .media {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0b5f9e;
}
section.pr_overview .container .media h2.media-heading {
  font-size: 28px;
  font-weight: bold;
}
section.pr_overview .container .media .media-left a img {
  margin-right: 20px;
}
section.pr_overview .container .media .media-body span.prDate {
  font-weight: bold;
}
section.Anwendungsbereiche,
section.Unsere_Produkte {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}
section.Anwendungsbereiche .container,
section.Unsere_Produkte .container {
  background-color: #b3ce56;
  color: #ffffff;
}
section.Anwendungsbereiche .container .produkte,
section.Unsere_Produkte .container .produkte,
section.Anwendungsbereiche .container .headline,
section.Unsere_Produkte .container .headline {
  padding: 15px 35px 15px 35px;
}
section.Anwendungsbereiche .container .produkte h4,
section.Unsere_Produkte .container .produkte h4,
section.Anwendungsbereiche .container .headline h4,
section.Unsere_Produkte .container .headline h4 {
  height: 30px;
}
section.Anwendungsbereiche .container .produkte h2,
section.Unsere_Produkte .container .produkte h2,
section.Anwendungsbereiche .container .headline h2,
section.Unsere_Produkte .container .headline h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
section.Anwendungsbereiche .container .produkte a,
section.Unsere_Produkte .container .produkte a,
section.Anwendungsbereiche .container .headline a,
section.Unsere_Produkte .container .headline a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
section.Anwendungsbereiche .container .produkte a:hover,
section.Unsere_Produkte .container .produkte a:hover,
section.Anwendungsbereiche .container .headline a:hover,
section.Unsere_Produkte .container .headline a:hover {
  color: #0b5f9e !important;
}
section.Anwendungsbereiche .container .produkte,
section.Unsere_Produkte .container .produkte {
  margin-bottom: 0;
}
section.Anwendungsbereiche .container .border,
section.Unsere_Produkte .container .border {
  padding: 0;
  margin: 0;
}
section.Anwendungsbereiche .container .border hr,
section.Unsere_Produkte .container .border hr {
  padding: 0;
  margin: 0;
}
section.Anwendungsbereiche .container .anwendung,
section.Unsere_Produkte .container .anwendung {
  margin-bottom: 20px;
}
section.Anwendungsbereiche .container .anwendung h4 a,
section.Unsere_Produkte .container .anwendung h4 a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
section.Anwendungsbereiche .container .anwendung a,
section.Unsere_Produkte .container .anwendung a {
  color: #ffffff;
  text-decoration: none;
}
section.Anwendungsbereiche .container .anwendung a:hover,
section.Unsere_Produkte .container .anwendung a:hover {
  color: #0b5f9e !important;
}
section.Anwendungsbereiche .container .anwendung a.anwendung_link,
section.Unsere_Produkte .container .anwendung a.anwendung_link {
  font-size: 14px;
  display: block;
}
section.BlueLine {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.BlueLine .container {
  background-color: #0b5f9e;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
}
section.Headline_Text .container h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.HistorySlider {
  margin-top: 0;
  margin-bottom: 20px;
}
section.HistorySlider .container {
  background-color: #0b5f9e;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
section.HistorySlider .container h2 {
  font-size: 28px;
}
section.HistorySlider .container h2.small {
  margin-left: 10px;
}
section.HistorySlider .container h2.header {
  position: absolute;
  top: 0;
  margin-left: 40px;
  z-index: 1000000;
}
section.HistorySlider .container .left,
section.HistorySlider .container .right {
  border: none;
  text-align: center;
  width: 40px;
  height: 240px;
  z-index: 100000;
  position: absolute;
  top: 0;
}
section.HistorySlider .container .left button.sliderbutton,
section.HistorySlider .container .right button.sliderbutton {
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
}
section.HistorySlider .container .left button.sliderbutton i,
section.HistorySlider .container .right button.sliderbutton i {
  font-size: 30px;
  -webkit-transform: scale(1, 2);
  /* Safari and Chrome */
  -moz-transform: scale(1, 2);
  /* Firefox */
  -ms-transform: scale(1, 2);
  /* IE 9 */
  -o-transform: scale(1, 2);
  /* Opera */
  transform: scale(1, 2);
}
section.HistorySlider .container .left {
  left: 0;
  /* IE10+ */
  background-image: -ms-linear-gradient(right, transparent 0%, #0b5f9e 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(right, transparent 0%, #0b5f9e 100%);
  /* Opera */
  background-image: -o-linear-gradient(right, transparent 0%, #0b5f9e 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(100, #0b5f9e));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(right, transparent 0%, #0b5f9e 100%);
  /* W3C Markup */
  background-image: linear-gradient(to left, transparent 0%, #0b5f9e 100%);
}
section.HistorySlider .container .right {
  right: 0;
  /* IE10+ */
  background-image: -ms-linear-gradient(left, transparent 0%, #0b5f9e 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(left, transparent 0%, #0b5f9e 100%);
  /* Opera */
  background-image: -o-linear-gradient(left, transparent 0%, #0b5f9e 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(100, #0b5f9e));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(left, transparent 0%, #0b5f9e 100%);
  /* W3C Markup */
  background-image: linear-gradient(to right, transparent 0%, #0b5f9e 100%);
}
section.HistorySlider .container #rb_scroller {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
section.HistorySlider .container #contentcontainer {
  display: block;
  position: absolute;
  width: 100%;
  height: 300px;
  left: 40px;
  top: 0;
  padding-top: 55px;
}
section.HistorySlider .container #contentcontainer .item {
  background: transparent;
  float: left;
  width: 300px;
  position: relative;
  min-height: 180px;
}
section.HistorySlider .container #contentcontainer .item .line {
  position: absolute;
  top: 45px;
  width: 100%;
  border-bottom: 2px solid #ffffff;
  z-index: 10000;
}
section.HistorySlider .container #contentcontainer .item:first-child .line {
  margin-left: 120px;
}
section.HistorySlider .container #contentcontainer .item:last-child .line {
  width: 50%;
}
section.HistorySlider .container #contentcontainer .item .itemtop {
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 2px solid #ffffff;
  top: 5px;
  left: 33%;
  margin: 0 auto;
  position: absolute;
}
section.HistorySlider .container #contentcontainer .item .itemtop .inner-item {
  padding-top: 25px;
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #0b5f9e;
  background-color: #ffffff;
  color: #0b5f9e;
  border-radius: 40px;
  text-align: center;
  z-index: 10000;
  font-weight: bold;
}
section.HistorySlider .container #contentcontainer .item .itemsmall {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  border: 1px solid #ffffff;
  top: 20px;
  left: 49%;
  margin: 0 auto;
  position: absolute;
  background-color: #ffffff;
}
section.HistorySlider .container #contentcontainer .item .itemsmall .inner-item {
  padding-top: 15px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 50px;
  height: 50px;
  border: 1px solid #0b5f9e;
  background-color: #ffffff;
  color: #0b5f9e;
  border-radius: 40px;
  text-align: center;
  z-index: 10000;
  font-weight: bold;
  font-size: 14px;
}
section.HistorySlider .container #contentcontainer .item .itemcontent {
  font-size: 14px;
  position: absolute;
  top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
}
section.HistorySlider .container .smallitems p {
  padding-left: 10px;
  padding-right: 10px;
}
section .bg-blue {
  background-color: #0b5f9e;
}
section .table_blue {
  background-color: #0b5f9e;
  border: none;
  color: #ffffff;
}
section .table_blue th,
section .table_blue td {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
section .table_blue tr:last-child td {
  padding-bottom: 15px;
}
section .table_blue th {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  form.searchform {
    display: block;
    width: 100%;
  }
  form.searchform .form-group {
    display: block;
  }
  form.searchform a.glyphicon {
    top: 19px;
  }
  section.welcomelink-image-overview .container .contentimage h3.imageheadline {
    width: 75% !important;
    height: 10%;
    font-size: 2.6em;
  }
}
@media (min-width: 992px) {
  .container .navbar-nav {
    margin-right: 0;
  }
  .container form.searchform {
    float: right !important;
    width: 150px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 8px;
    height: 20px;
  }
  .container form.searchform .form-group {
    display: block;
    position: relative;
  }
  .container form.searchform .form-group input[type=text] {
    height: 20px;
    font-size: 10px;
  }
  .container form.searchform .form-group a.glyphicon {
    position: absolute !important;
    right: -5px !important;
    top: 11px;
    font-size: 13px;
  }
  .topnav .navbar-brand {
    margin-left: -15px !important;
  }
  section .no-padding-MD-l {
    padding-left: 0;
  }
  section .no-padding-MD-r {
    padding-right: 0;
  }
  section .padding-MD-l {
    padding-left: 10px;
  }
  section .padding-MD-r {
    padding-right: 10px;
  }
  section .container {
    width: 980px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.Anwendungsbereiche,
  section.Unsere_Produkte {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  section.Anwendungsbereiche .container,
  section.Unsere_Produkte .container {
    background-color: #b3ce56;
    color: #ffffff;
  }
  section.Anwendungsbereiche .container .produkte,
  section.Unsere_Produkte .container .produkte,
  section.Anwendungsbereiche .container .headline,
  section.Unsere_Produkte .container .headline {
    padding: 15px 35px 15px 35px;
  }
  section.Anwendungsbereiche .container .produkte h4,
  section.Unsere_Produkte .container .produkte h4,
  section.Anwendungsbereiche .container .headline h4,
  section.Unsere_Produkte .container .headline h4 {
    height: 0;
  }
  section.welcome .container {
    width: 980px;
  }
  section.welcome .container .welcome-content {
    padding: 20px;
  }
  section.welcome .container h1 {
    font-size: 34px;
  }
  section.welcome .container p {
    font-size: 24px;
  }
  section.welcome .container p.welcomecontent {
    display: none;
  }
  section.welcome .container button {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    font-size: 13px;
    background-size: contain !important;
  }
  section.welcome .container button.welcome_icon {
    background: url(/modules/Alpavit/static/images/dropdown_nach_unten.png) no-repeat right 1px center #b3ce56;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  section.welcome .container button.welcome_icon_up {
    background: url(/modules/Alpavit/static/images/dropdown_nach_unten.png) no-repeat right 1px center #b3ce56;
  }
  section.welcomelink-overview .container .AnkerNav {
    padding-top: 0 !important;
  }
  section.welcomelink-overview .container .AnkerNav a {
    padding: 6px 1px 7px 70px !important;
  }
  section.welcomelink-overview .container .AnkerNav a.produkte3 {
    padding-top: 18px !important;
  }
  section.welcomelink-overview .container .AnkerNav a.produkte2 {
    padding-top: 18px !important;
  }
  section.welcomelink-overview .container .AnkerNav a.produkte4 {
    background-position: 20px 45% !important;
  }
  section.welcomelink-overview .container .AnkerNav a.ueber-uns5,
  section.welcomelink-overview .container .AnkerNav a.ueber-uns6,
  section.welcomelink-overview .container .AnkerNav a.ueber-uns7,
  section.welcomelink-overview .container .AnkerNav a.ueber-uns8,
  section.welcomelink-overview .container .AnkerNav a.ueber-uns9,
  section.welcomelink-overview .container .AnkerNav a.ueber-uns10 {
    padding-top: 20px !important;
  }
  section.welcomelink-overview .container h3 {
    margin-top: 20px;
  }
  section.welcomelink-image-overview .container .imageframe {
    padding: 0;
  }
  section.welcomelink-image-overview .container .imageframe div:nth-child(1),
  section.welcomelink-image-overview .container .imageframe div:nth-child(3),
  section.welcomelink-image-overview .container .imageframe div:nth-child(5) {
    padding-left: 0;
    padding-right: 5px;
  }
  section.welcomelink-image-overview .container .imageframe div:nth-child(2),
  section.welcomelink-image-overview .container .imageframe div:nth-child(4) {
    padding-left: 5px;
    padding-right: 0;
  }
  section.welcomelink-image-overview .container .imageframe div:nth-child(1),
  section.welcomelink-image-overview .container .imageframe div:nth-child(2) {
    padding-top: 0;
    padding-bottom: 5px;
  }
  section.welcomelink-image-overview .container .imageframe div:nth-child(3),
  section.welcomelink-image-overview .container .imageframe div:nth-child(4) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.welcomelink-image-overview .container .imageframe div:nth-child(5) {
    padding-top: 5px;
    padding-bottom: 0;
  }
  section.welcomelink-image-overview .container .imageframe .contentimage {
    padding: 0 !important;
    margin: 0 !important;
  }
  section.Anker_Kontakt_Button .container .description,
  section.button .container .description {
    text-align: left;
  }
  section.Anker_Kontakt_Button .container a.submit_kontakt_icon,
  section.button .container a.submit_kontakt_icon {
    float: left;
  }
  section.Anker_Kontakt_Button .container a.submit_kontakt_box,
  section.button .container a.submit_kontakt_box {
    float: right;
    margin: 0;
  }
  section.Anker_3Spalten_Bild_Text_Adressen .container .DreispalterImage,
  section.Anker_3Spalten_Bild_Text .container .DreispalterImage,
  section.Anker_3Spalten_Bild_Text_Adressen .container .show_google_map,
  section.Anker_3Spalten_Bild_Text .container .show_google_map {
    margin: 0;
    padding: 0;
  }
  section.Anker_3Spalten_Bild_Text_Adressen .container .DreispalterImage img,
  section.Anker_3Spalten_Bild_Text .container .DreispalterImage img,
  section.Anker_3Spalten_Bild_Text_Adressen .container .show_google_map img,
  section.Anker_3Spalten_Bild_Text .container .show_google_map img {
    width: 100%;
    height: 280px;
  }
  section.Anker_3Spalten_Bild_Text_Adressen .container .DreispalterImage p,
  section.Anker_3Spalten_Bild_Text .container .DreispalterImage p,
  section.Anker_3Spalten_Bild_Text_Adressen .container .show_google_map p,
  section.Anker_3Spalten_Bild_Text .container .show_google_map p {
    font-size: 18px;
  }
  section.Anker_3Spalten_Bild_Text_Adressen .container .DreispalterImage:nth-child(1),
  section.Anker_3Spalten_Bild_Text .container .DreispalterImage:nth-child(1),
  section.Anker_3Spalten_Bild_Text_Adressen .container .show_google_map:nth-child(1),
  section.Anker_3Spalten_Bild_Text .container .show_google_map:nth-child(1) {
    padding-left: 0;
    padding-right: 5px;
  }
  section.Anker_3Spalten_Bild_Text_Adressen .container .DreispalterImage:nth-child(2),
  section.Anker_3Spalten_Bild_Text .container .DreispalterImage:nth-child(2),
  section.Anker_3Spalten_Bild_Text_Adressen .container .show_google_map:nth-child(2),
  section.Anker_3Spalten_Bild_Text .container .show_google_map:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.Anker_3Spalten_Bild_Text_Adressen .container .DreispalterImage:nth-child(3),
  section.Anker_3Spalten_Bild_Text .container .DreispalterImage:nth-child(3),
  section.Anker_3Spalten_Bild_Text_Adressen .container .show_google_map:nth-child(3),
  section.Anker_3Spalten_Bild_Text .container .show_google_map:nth-child(3) {
    padding-left: 5px;
    padding-right: 0;
  }
  section.kontaktform .container {
    width: 980px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.pageHeaderPRDetail .container,
  section.pageHeader .container {
    width: 980px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderH1,
  section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderH1 {
    height: 76px;
    text-align: right;
    bottom: 17px;
    padding-right: 20px;
    padding-left: 20px;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderH1 h1.Pageheader_blue,
  section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderH1 h1.Pageheader_blue {
    font-family: 'Lora', serif !important;
    font-weight: bold !important;
    font-size: 30px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-right: 0 !important;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav,
  section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav {
    display: block;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderH1 {
    padding-left: 150px;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  .container .navbar-nav {
    margin-right: 0;
  }
  .container .navbar-nav.mainnav {
    margin-right: -140px !important;
  }
  section .no-padding-LG-l {
    padding-left: 0;
  }
  section .no-padding-LG-r {
    padding-right: 0;
  }
  section .padding-LG-l {
    padding-left: 10px;
  }
  section .padding-LG-r {
    padding-right: 10px;
  }
  section.welcome .container {
    width: 1200px !important;
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  section.welcome .container h1 {
    font-size: 65px;
  }
  section.welcome .container p {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 42px;
  }
  section.welcome .container p.welcomecontent {
    display: none;
  }
  section.welcome .container button {
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 30px;
  }
  section.pageHeaderPRDetail .container,
  section.pageHeader .container {
    width: 1280px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderH1,
  section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderH1 {
    height: 76px;
    text-align: right;
    bottom: 17px;
    padding-right: 20px;
    padding-left: 150px;
  }
  section.pageHeaderPRDetail .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav,
  section.pageHeader .container.pageheaderContent .pageHeaderImage .pageHeaderAnkerNav {
    display: block;
    padding-left: 20px;
    padding-right: 150px;
  }
  section .min-height {
    min-height: 620px;
  }
}
/*# sourceMappingURL=alpavit.css.map */