/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
  url('../Fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
  url('../Fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-slab-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../Fonts/roboto-slab-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-slab-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-slab-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-slab-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-slab-v13-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-600 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/roboto-slab-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../Fonts/roboto-slab-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/roboto-slab-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/roboto-slab-v12-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/roboto-slab-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/roboto-slab-v12-latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
  url('../Fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
  url('../Fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



body {
  font-family: 'Roboto', sans-serif;
}

main {
  overflow-x: hidden;
}


h1 {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  margin-bottom: 1em;
}

h2, h3 {
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #A2122A;
  margin-bottom: .75rem;
}

#carouselStage {
  display: flex;
}

.carousel-indicators li {
    background-color: gray;
}


.stage {
  position: relative;
  width: 100%;
  background-size: cover;
    text-align: center;
}

.stage img {
    max-width: 1600px;
}

#stage .contentwrapper {
  position: absolute;
  left: 0;
  top: 11%;
  width: 100vw;
}

#stage .contentbox {
  width: 55%;
}

#stage .contentbox.rechts {
  width: 50%;
  margin-left: 50%;
}

#stage .contentbox img {
  padding-bottom: 2rem;
  max-width: 200px;
}

@media (min-width: 600px) {

  #stage .contentbox img {
    padding-bottom: 2rem;
    max-width: 280px;
  }

}

@media (min-width: 1024px) {

  #stage .contentbox img {
    padding-bottom: 2rem;
    max-width: 330px;
  }

}


@media (min-width: 1200px) {

  #stage .contentbox img {
    padding-bottom: 2rem;
    max-width: 420px;
  }

}


@media (min-width: 1800px) {

  #stage .contentbox img {
    padding-bottom: 2rem;
    max-width: 500px;
  }

}


.stage_text {
  position: absolute;
  left: 50%;
  top: 40%;
  color: #fff;
  text-shadow: 0 0 1px #333;
  text-transform: uppercase;
}

.stage_text div {
  line-height: 1.125em;
}

.stage_text .header1 {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  margin-bottom: 1rem;
}

.stage_text .header2 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
}

@media (max-width: 1600px) {
  .stage_text .header1 {
    font-size: 42px;
  }

  .stage_text .header2 {
    font-size: 34px;
  }

}

@media (max-width: 1200px) {
  .stage_text .header1 {
    font-size: 36px;
  }

  .stage_text .header2 {
    font-size: 28px;
  }

}


@media (max-width: 1023px) {
  .stage_text {
    top: 7%;
    left: 10%;
    width: 80%;
  }
}



.navWrapper {
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 999;
}

.navWrapper .navbar {
  padding: 0 15px 0px 15px;
}

.dottedline {
  border-bottom: 2px dotted #7db528;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 240px;
  height: auto;
}

.navWrapper .bg-light {
  background-color: transparent !important;
  padding-left: 6rem;
  padding-right: 6rem;
}

.navWrapper .navbar-light .navbar-nav .nav-link {
  padding-right: 0;
  font-weight: 700;
  padding-left: 2rem;
  color: #484747;
}

.nav-link img {
  width: 28px;
  top: -2px;
  position: relative;
  opacity: 0;
  cursor: default;
}

.active .nav-link img, .nav-link:hover img {
  opacity: 1;
}

.navWrapper .navbar-light .navbar-nav .active .nav-link, .navWrapper .navbar-light .navbar-nav .nav-link:hover {
  color: #A2122A;
}


.navWrapper #navbar .nav-item {

}

@media (min-width: 992px) {

  .navWrapper #navbar .nav-item {

  }

}


.navbar-light .navbar-toggler {

}

@media (max-width: 1024px) {


}

/* Inhaltselemente begin */

.container {
  max-width: 960px;
}

.madeingermany {
  padding-top: 0;
  padding-bottom: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.madeingermany h1 {
  font-size: 2.5rem;
  color: #A2122A;
}

.madeingermany img {
  width: 700px;
  height: auto;
  margin-top: -1rem;
  margin-left: -2rem;
}

.textelement {
  margin-top: 1rem;
}

.textelement h2 {
  font-size: 1.75em;
  color: #A2122A;
  margin-bottom: .75rem;
}

.textelement h2 img {
  position: relative;
  top: 2px;
  width: 20px;
}

.textelement h3 {
  font-size: 1.75em;
  margin-top: 1rem;
}

.linkbutton {
  display: block;
  text-align: center;
  margin: 1rem 0 2rem;
}

.linkbutton .btn-outline-danger {
  color: #A2122A;
  border-color: #A2122A;
}

.linkbutton .btn-outline-danger:hover {
  color: #fff;
  background-color: #A2122A;
  border-color: #A2122A;
}

.fullwidthwrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.fullwidthwrapper.red {
  background-color: #A2122A;
  width: 100%;
  padding: 2.5rem 0;
  margin-left: auto;
  margin-right: auto;
}



.blockmitliste {
  color: #ffffff;
  overflow: hidden;
}

.blockmitliste .header {
  display: inline-block;
  font-size: 1.75rem;
  text-transform: uppercase;
  position: relative;
  font-family: 'Roboto Slab', serif;
}

.blockmitliste .icon {
  position: absolute;
  right: -137px;
  top: 1px;
  opacity: 0.5;
}

@media (max-width: 800px) {

  .blockmitliste .icon {
    position: absolute;
    right: -66px;
    top: 1px;
    width: 40px;
  }

}

.blockmitliste .listenpunkt {
  margin: 1rem 0 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .7px;
}

.blockmitliste .listenpunkt img {
  margin-right: 1.5rem;
}

.wrapperwrapper {
  margin-top: 3rem;
  background-color: #fff;
  overflow: hidden;
}

.clickitwrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

.clickitwrapper .klinke {
  position: absolute;
  top: -90px;
  width: 102%;
  left: -1%;
}

@media (max-width: 860px) {
  .clickitwrapper .klinke {
    display: none;
  }
}

.click1 {
  top: 16%;
  width: 36%;
  position: absolute;
  left: calc(50% - 18%);
  height: auto;
}

.click2 {
  top: 67%;
  width: 20%;
  position: absolute;
  left: calc(50% - 10%);
  height: auto;
}

.clickitwrapper .text {

}

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

.clickittext {
  margin-top: -12rem;
  margin-bottom: 1rem;
  position: relative;
  width: 870px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.clickittext a {
  color: #fff;

}

@media (max-width: 1100px) {
  .clickittext {
    margin-top: -9rem;
    font-size: 14px;
  }

  .clickittext p {
    margin-bottom: 0;
  }

}

@media (max-width: 900px) {

  .clickittext {
    margin-top: 2rem;
    font-size: 14px;
    color: #000;
  }

  .clickittext .link * {
    color: #000;
    border-color: #000;
  }

}

#c16 img.img-fluid {
  max-width: 400px;
  position: relative;
  top: 58px;
  left: -300px;
}



.stage .links p {
	
	margin-bottom: .75rem;
}

@media (max-width: 768px) {
	#c16 img.img-fluid {
	top: -34px;
	left: 82px;
}

.stage .links p {
	display: none;
}

}


#wrapper_54 {
  background: rgba(224,224,224,.36);
  padding-top: 2rem;
}

#wrapper_55 {
  background: rgba(224,224,224,.36);
  padding-top: .25rem;
  padding-bottom: 4rem;
}

#wrapper_55 a {
	color: #000;
	font-weight: 600;
}

#wrapper_54 {
	padding-bottom: 2rem;
}

#wrapper_59 {
  margin-top: 2rem;
}

#wrapper_60 {
  background: rgba(224,224,224,.36);
  padding-top: 2rem;
  padding-bottom: 2rem;
}


#wrapper_72 {
  background: rgba(222,222,222,1);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
}

#wrapper_16 {
  padding-top: 2rem;
}


#wrapper_74 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#wrapper_80 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Inhaltselemente end */


/* Produktblöcke */

.produktblock .produktgalerie a {
  display: none;
}

.produktblock img {
  border: 2px solid #A2122A;
}

.produktblock .produktgalerie a:first-child {
  display: block;
}

.produktblock .produkttitel, .produktblock .produktzertifikation {
  color: #A2122A;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
}

.produktblock .produktgalerie {
  margin-bottom: 1rem;
}

.produktblock .produktzertifikation {

}

.produktblock .produktbeschreibung {
  margin-top: .5rem;
  color: #212529;
  font-size: 15px;
  font-weight: 300;
}


.paketcontainer {
  max-width: 740px;
}

.paketblock {
  border: 2px solid #707070;
  border-radius: 0 0 4rem 0;
  margin-bottom: 2rem;
}

.pakethead {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 6px;
  font-size: 18px;
  letter-spacing: 1px;
}

.pakettext {
  padding: 1rem 1.5rem 2rem;
  position: relative;
}

.paketpreis {
  position: absolute;
  font-size: 28px;
  right: 1.5rem;
}

.paketpreis sup {
  font-size: 66%;
  top: -.45rem;
}

.paketcontainer img.bleibensiegesund {
  width: 50%;
}

@media (min-width: 768px) {
  .paketcontainer img.bleibensiegesund {
    top: -3rem;
    position: relative;
  }
}

/* Footer begin */

#footerwrapper {
  background: #4C5257;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  z-index: 999;
  position: relative;
}

#footerwrapper a {
  color: #ffffff;
}

#footernav {
  margin-top: 1.75rem;
  display: flex;
  justify-content: flex-end;
}

#footernav .nav-link {
  font-weight: 700;
}

/* Footer end */

/* Produkte begin */

.tx-cart {

}

.previewWrapper {
  display: flex;
  justify-content: flex-end;
}

#cart-preview {
  display: flex;
  flex-flow: column;
  width: 226px;
  text-align: right;
  margin-bottom: 3rem;
}

#cart-preview .checkout-link {
  padding: 16px 0 0;
  text-align: right;
}

.prod {
  margin-bottom: 1rem;
}

.prod_titel {
  background: #484747;
  text-align: center;
  position: relative;
  padding: 8px 0;
}

.prod_titel a {
  color: #fff;
  line-height: 1.25rem;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.prod_img {
  overflow: hidden;
}

.prod_price {
  text-align: center;
  margin-top: 8px;
}

.prod_link {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}


.tx-cart .price {
  min-width: 100px;

}

.prod_img img {
  margin-left: -4px;
  width: calc(100% + 8px);
}

.tx-cart-products .col-md-4 a:first-child img {
  margin-left: -4px;
}

.tx-cart-products h1 {
  width: 100%;
  background: #484747;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
  font-weight: 700;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

#product-price .prod_price {
  text-align: left;
  margin-left: -15px;
  margin-bottom: 1rem;
}

/* Produkte end */