@charset "UTF-8";
@import url("navi.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");

a {
  color: #f00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #f00;
}

h1 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 10px 15px 10px;
  color: #fff;
  text-align: center;
}

iframe {
  margin: 5px 0px 0px 0px;
  height: 500px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#error {
  text-align: center;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
}

.info {
  margin: 5px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #333;
}

body {
  margin: 0px;
  background-image: url("../images/main/browserHG.png");
  background-size: cover;
  background-attachment: fixed;
}

#wrapper {
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: auto;
}

#wrapper2 {
  margin: auto;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 1px 6px 1px #555;
}

#logo img {
  margin-top: 20px;
  height: 150px;
  width: auto;
}

#header {
  margin: 0px 0px 20px 0px;
  background-color: #f00;
  border-radius: 20px 20px 0px 0px;
}

#header_start {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 400px;
  border-radius: 20px 20px 0px 0px;
  background-image: url("../images/start/leuchtmittel.jpg");
  background-position: bottom;
  background-size: cover;
}

#header_start img {
  margin: 0px;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: auto;
  display: none;
}

.text {
  margin: 5px 20px 20px 20px;
  padding: 10px;
  color: #333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.text span {
  color: #f00;
  font-weight: 700;
}

.innung {
  margin: 20px 20px 30px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
}

.innung img {
  margin: 10px 10px 0px 10px;
  height: 100px;
  width: auto;
}

.innung p {
  padding: 10px;
  color: #f00;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#leistungen {
  margin: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  font-family: "Open Sans", sans-serif;
  list-style-image: url(../images/services/list_icon.png);
}

#references {
  margin: 10px 10px 20px 10px;
}

.ref_button {
  width: 500px;
  margin: 10px;
  padding: 7px 5px 7px 5px;
  border: 1px solid #f00;
  border-radius: 10px;
  color: #f00;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.ref_button:hover {
  background-color: #f00;
  color: #fff;
}

.ref_button_active {
  color: #fff;
  background-color: #f00;
}

.ref_con {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.ref {
  width: 480px;
  margin: 10px;
  display: none;
  border: 1px solid #f00;
  border-radius: 10px;
}

.ref ul {
  margin: 10px;
  list-style-type: square;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.ref img {
  margin: 10px 10px 10px 30px;
  height: 150px;
  width: auto;
  border-radius: 5px;
}

.contact_box {
  margin-right: 80px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

#mapContainer img {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#footer {
  margin: 0px;
  width: 100%;
  background-color: #f00;
}

#footer p {
  margin: 0px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

#policyLinks {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

#policyLinks a {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

#policyLinks a:hover {
  color: #fff;
  text-decoration: underline;
}

.herausgeber {
  margin: 30px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  border-left: 1px solid #f00;
  border-bottom: 1px solid #f00;
  border-radius: 0px 0px 0px 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.hinweise {
  margin: 30px;
  max-width: 800px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333;
  border-left: 1px solid #f00;
  border-bottom: 1px solid #f00;
  border-radius: 0px 0px 0px 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.hinweise span {
  font-weight: 700;
  font-size: 22px;
}

#cookie a {
  color: #f00;
  text-decoration: none;
}

#cookie a:hover {
  text-decoration: underline;
}

#cookie div {
  padding: 20px;
}

#cookie {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border-top: 1px solid #f00;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: rgba(85, 85, 85, 0.9);
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
}

#cookieCloser {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 255, 20, 0.7);
  cursor: pointer;
  width: 200px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#cookieCloser:hover {
  background-color: rgba(0, 255, 20, 0.9);
  color: #333;
}

@media only screen and (max-width: 768px) {
  #logo img {
    height: 100px;
  }

  #header_start img {
    display: block;
  }

  #header_start {
    background-image: none;
    height: auto;
  }

  .innung {
    margin: 20px 20px 5px 20px;
  }

  .contact_box {
    margin: 0px;
  }
}

@media only screen and (max-width: 460px) {
  body {
    background-image: none;
  }

  #wrapper2 {
    background-color: #fff;
  }

  #logo img {
    height: 70px;
  }

  .text {
    margin: 5px 5px 10px 5px;
  }

  #leistungen {
    font-size: 18px;
  }

  .ref_button {
    width: 300px;
    font-size: 16px;
  }

  .ref {
    width: auto;
    min-width: 250px;
    border: none;
  }

  iframe {
    height: 350px;
  }

  .hinweise {
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .herausgeber {
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
