@charset "UTF-8";

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v34-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('../assets/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


.nobelbold {
  font-family: "Open Sans";
  font-style: Normal;
  font-weight: Normal;
}

.nobellight {
  font-family: "Open Sans";
  font-style: Normal;
  font-weight: Normal;
}

.nobelbook {
  font-family: "Open Sans";
  font-style: Normal;
  font-weight: Normal;
}

.nobelregular {
  font-family: "Open Sans";
  font-style: Normal;
  font-weight: Normal;
}


/* Body */

body {
  font-family: "Open Sans";
  background-color: #e3e3e3;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  max-width: 1400px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*  FONTS  */

p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.4;
}

a {
  color: #0099aa;
  font-size: 1.1rem;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

h1,
h2 {
  color: #0099aa;
  font-size: 2.1rem;
  margin: 0!important;
  /*	text-transform: uppercase;*/
  font-weight: 800;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-family: "Open Sans";
}

h1 strong,
h2 strong {
  font-weight: normal;
}

h4 {
  text-transform: uppercase;
  line-height: 1.4;
}

.header {
  width: 100%;
  height: 400px;
  background: #e3e3e3 url(../images/produkte.png) center no-repeat;
  background-size: contain;
}

.headliner {
  text-align: center;
  color: #ffffff;
  background: #0099aa;
  padding: 15px 0 15px 0;
  font-size: 40px;
  text-transform: uppercase;
  z-index: 99;
  position: relative;
}

.headliner strong {
  font-size: 80px;
  font-family: "Open Sans";
  font-weight: normal;
}

.print-body .headliner {
  font-size: 46px;
  padding: 10px 0;
}

.print-body .headliner strong {
  font-size: 58px;
  font-weight: normal;
}

label,
label p {
  margin: 0 0 -10px 0;
}

.speech {
  background: white;
  padding: 20px;
  text-align: center;
  position: relative;
}

.speech-wrap {
  background: white;
  text-align: center;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}


/*
.speech:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #EAEAEA;
	bottom: -15px;
	transform: rotate(45deg);
	z-index: -1;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
*/

input[type="search"] {
  border: 1px solid #cdcdcd;
  margin: 0;
  padding: 10px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #0099aa;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.button {
  content: "";
  border: 1px solid #008291;
  margin: 20px auto 0 auto;
  padding: 10px 20px;
  font-family: "Open Sans";
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background: #0099aa;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 1px;
}

.button:hover {
  background: #00C1D6;
}

.stoerer {
  width: 200px;
  height: 200px;
  background: #0099aa;
  border-radius: 50%;
  text-align: center;
  padding: 35px 20px 0px 20px;
  color: white;
  position: relative;
  top: -00px;
  left: 80%;
}

.map {
  margin-top: 0px;
  width: 100%;
  height: 500px;
  background: #fdfdfd url(../images/map-placeholder.jpg) center no-repeat;
  background-size: cover;
}

.ergebnisse {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*	justify-content: flex-start;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  background: #fcfcfc;
  border-bottom: 1px solid #D1D1D1;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row:hover {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  background: white;
}

.row h4,
.row p,
.row a {
  padding: 0 20px 0 10px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  width: 18%;
  min-width: 150px;
}

.row a {
  padding: 0 10px 0 0!important;
}

.row .button {
  text-transform: uppercase;
  line-height: 1;
  padding: 10px!important;
  min-width: 100px;
  font-size: 15px;
}

.row h4 {
  font-family: "Open Sans";
  color: #666;
}

#finder {
  padding: 20px 
}

@media (max-width: 1000px) {
  .header {
    width: 100%;
    height: 250px;
    background: #e3e3e3 url(../images/produkte.png) center no-repeat;
    background-size: contain;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .row h4,
  .row p,
  .row a {
    padding: 5px 20px;
    font-size: 14px;
    margin: 0;
    text-transform: none;
    font-weight: 500;
    width: 100%;
    min-width: 150px;
    line-height: 1.4;
  }
  .content {
    padding: 0;
  }
  /* .text {
    padding: 0 20px;
  } */
  h1, h2 {
    font-size: 1.5rem;
  }
  .headliner { 
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}

@media (max-width: 600px) {
  .header {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.9;
    background: #e3e3e3 url(../images/produkte-mobil.png) center no-repeat;
    background-size: contain;
  }
  h1,
  h2 {
    font-size: 1.2rem;
  }
  .headliner { 
    font-size: 1.2rem;
    padding: 15px 20px;
  }
  #finder .text{
    text-align: center;
  }
}


/*==================================================================
Datenschutz
=====================================================================*/

.cc_banner-wrapper {
  z-index: 999999999999999 !important;
}

.cc_banner-wrapper .cc_container {
  background: #fbfbfb;
  color: #fff;
  font-family: "Overpass";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.cc_banner-wrapper .cc_container .cc_btn {
  background-color: #0099aa;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  max-width: 140px;
}
