@charset "UTF-8";
/*
Description: Theme fuer Kunden - HTML5, CSS3
Author: Ralph Segert
Date: 01/2020
Author URI: https://segert.net
*/
@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url("font/opensans/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Light";
  font-display: swap;
  src: url("font/opensans/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src: url("font/opensans/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "OpenSans-Semibold";
  font-display: swap;
  src: url("font/opensans/OpenSans-Semibold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: OpenSans-Regular, Verdana, serif;
  justify-content: center;
  background-color: #fff;
  font-size: 100%;
}

a:focus {
  outline: none;
}

img, fieldset {
  border: 0;
}

img {
  vertical-align: middle;
}

a {
  border: 0;
  text-decoration: none;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

strong {
  font-family: OpenSans-Semibold, Verdana, serif;
}

/* ######################################
LINKFARBEN: Navigationselemente und Links
######################################### */
a {
  transition: 200ms;
}

p a {
  font-weight: bold;
}
p a {
  color: #0040A1;
}
p a:visited {
  color: #0040A1;
}
p a:hover, p a:focus {
  color: #888;
}

h2 a {
  color: #0040A1;
}
h2 a:visited {
  color: #0040A1;
}
h2 a:hover, h2 a:focus {
  color: #000;
}

.headernav a {
  padding-bottom: 1%;
}
.headernav a {
  color: #fff;
}
.headernav a:hover {
  color: #fff;
  background-color: transparent;
}
.headernav a.aktiv {
  color: #fff;
  background-color: transparent;
}

.headernav .aktiv {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.headernav .aktiv:hover {
  border-bottom: 1px solid #fff;
}

.footer a {
  color: #0040A1;
}
.footer a:visited {
  color: #0040A1;
}
.footer a:hover, .footer a:focus {
  color: #000;
}

/* ################# 
FLEXBOX: Grundlayout 
#################### */
.container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 75em;
  box-shadow: 0 2px 16px 0 #333;
}

.header {
  font-family: OpenSans-Light, Verdana, serif;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  background: url(images/bg-header.jpg) top center no-repeat;
  background-size: 100% auto;
  background-color: #504F4F;
}

.headertop {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  padding-top: 8%;
  padding-bottom: 11%;
}

.headertop img {
  width: 50%;
  height: auto;
}

.headernav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  color: #fff;
}

.headernav .hauptnavi {
  color: #fff;
  padding-top: 1.5%;
  padding-bottom: 1.7%;
  opacity: 1;
  background-image: linear-gradient(180deg, #504F4F 0%, #000000 94%);
  border-bottom: 3px solid #FFF;
}

#stopper { /* Container für zeitfixierte Hauptnavi */
  position: relative;
  width: 100%;
  max-width: 1200px;
  transition: 0.3s;
}

.hm {
  position: relative;
  width: 100%;
  top: 0;
  background-color: rgb(102, 102, 102);
  transition: 0.3s;
  box-shadow: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1200px;
  z-index: 1000;
  display: block;
  box-shadow: 4px 4px 8px 0 rgba(89, 89, 89, 0.4);
  background-image: linear-gradient(180deg, #000000 100%, #000000 100%);
  opacity: 1;
}

.main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 36%;
}

.section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 6%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  word-wrap: break-word;
}

#leistungen, #person, #kontakt {
  padding-top: 8%;
  padding-bottom: 18%;
}

.footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  justify-content: center;
  color: #fff;
  margin-top: 2%;
  padding-bottom: 8%;
}

/* Accordion */
.accordion-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: OpenSans-Semibold;
  font-size: 150%;
  background-color: #eee;
  color: #000;
  padding: 4% 3% 4% 5%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

.accordion-content {
  background-color: #fff;
  color: #000;
  padding: 5% 5% 5% 5%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

dd {
  display: none;
}

.accordion-title a {
  float: right;
  color: #fff;
  font-size: 140%;
  margin-left: 5%;
}

.accordion-title a::before {
  content: " + ";
  color: #0025A2;
}

.accordion-title.open a {
  color: #fff;
  font-size: 140%;
}

.accordion-title.open a::before {
  content: " × ";
  color: #0025A2;
}

.section dd h3 {
  font-size: 150%;
  color: #222;
  padding: 2% 0 1% 0;
  line-height: 1.9em;
}

.section dd .h3satz {
  line-height: 1.6em;
  padding-bottom: 3%;
}

.section dd p {
  font-size: 120%;
  color: #222;
  padding: 1% 0 1% 0;
  line-height: 1.9em;
}

.section dd ul {
  font-size: 120%;
  padding: 1% 0 3% 3%;
  line-height: 1.9em;
  list-style-type: square;
}

.section dd li {
  padding: 0 10% 0 0;
}

/* #################### 
HEADER: Hauptnavigation 
####################### */
.headernav a:hover {
  border-bottom: 1px dashed #eee;
  padding-bottom: 1.5%;
}

.headernav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-right: 14%;
  padding-left: 14%;
}

.headernav li {
  -webkit-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  flex-grow: 1;
  font-size: 130%;
  font-weight: normal;
  list-style-type: none;
  text-align: center;
  letter-spacing: 2px;
  opacity: 1;
}

nav a#pull { /* fuer die responsive Hauptnavi */
  display: none;
}

/* #######
TYPOGRAFIE 
########## */
.section h1 {
  padding: 10% 0 3% 0;
  font-family: OpenSans-Bold;
  font-size: 260%;
  color: #0025A2;
  line-height: 1.5em;
}

.section h2 {
  font-family: OpenSans-Bold;
  font-size: 250%;
  color: #0025A2;
  line-height: 1.5em;
  padding: 5% 0 6% 0;
}

.section h3 {
  font-family: OpenSans-Bold;
  font-size: 220%;
  color: #0025A2;
  line-height: 1.5em;
  padding: 0% 0 3% 0;
}

.section p {
  font-size: 130%;
  color: #111;
  padding: 1% 0 1% 0;
  line-height: 1.9em;
}

.section ul {
  font-size: 130%;
  padding: 1% 0 3% 3%;
  line-height: 1.9em;
  list-style-type: square;
}

.section li {
  padding: 0 10% 1% 0;
}

.footer p {
  font-size: 100%;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  line-height: 2em;
}

/* ################
NAVIGATIONSELEMENTE
################### */
#back-to-top {
  /* scriptgesteuerter Top-Balken */
  position: fixed;
  /* Fixiert den Balken unten */
  display: none;
  width: auto;
  right: 5.5%;
  bottom: 4%;
  padding: 10px 10px 12px 10px;
  background: #666;
  color: #fff;
  font-size: 130%;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  border-radius: 6px;
}

#back-to-top:hover {
  bottom: 5%;
}

.weiter {
  text-align: center;
  margin: 1% 0 2% 0;
}

.weiter {
  text-align: center;
  margin: 1% 0 2% 0;
}

/* ####
BUTTONS
####### */
.btn-top {
  font-size: 1.3em;
  text-align: center;
}

.btn-top::after {
  content: " ↑";
}

.btn-top::before {
  content: "↑ ";
}

.btn-card {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 120%;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0040A1;
  padding: 1.8em 0 1.8em 0;
  margin-top: 5%;
  transition: all ease 0.4s;
  cursor: pointer;
}

.email {
  letter-spacing: 2px;
  margin-top: 1em;
}

.btn-blue {
  color: #fff;
  background-color: #17428F;
}

.btn-card:hover {
  color: #fff;
  background-color: #999;
}

.btn-blue {
  color: #fff;
  background-color: #17428F;
}

.btn-blue:hover {
  color: #17428F;
  background-color: #F7D05E;
}

/*Styles for screen 800px and lower*/
@media only screen and (max-width: 50em) {
  .container {
    width: 100%;
    box-shadow: 0;
  }
  .headerright img {
    width: 78%;
    height: auto;
  }
  .headernav nav ul {
    display: none;
    height: auto;
  }
  nav a#pull {
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 100%;
    padding-top: 2%;
    z-index: 1000;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: transparent;
  }
  nav a#pull:after {
    content: "";
    background: url("images/nav-icon.png") no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 48.5%;
  }
  .headernav .aktiv, .headernav .aktiv:hover {
    border-radius: 0;
    font-weight: bold;
    border: 0;
    color: #fff;
  }
  .headernav ul {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .headernav a {
    float: left;
    width: 100%;
    padding: 0.8% 0 0.8% 0;
    color: #ccc;
  }
  .headernav li:first-of-type a {
    padding-top: 2%;
  }
  .headernav li:last-of-type a {
    padding-bottom: 2%;
  }
  .headernav a:hover {
    background-color: none;
    border: 0;
    padding-bottom: 0.8%;
  }
  .hm {
    background-color: rgba(0, 69, 130, 0.85);
  }
  .fixed {
    background-color: rgb(102, 102, 102);
    box-shadow: 4px 4px 8px 0 rgba(89, 89, 89, 0.4);
  }
  .main {
    margin-top: 39%;
    padding-left: 0;
    padding-right: 0;
  }
  .section {
    padding-left: 4%;
    padding-right: 4%;
  }
  .section h1 {
    font-size: 200%;
  }
  .section h2 {
    font-size: 200%;
  }
  .section h3 {
    font-size: 150%;
  }
  .section p {
    font-size: 120%;
    line-height: 1.7em;
  }
  .section ul {
    font-size: 120%;
    line-height: 1.7em;
  }
  .footer p {
    font-size: 100%;
    letter-spacing: 0;
    text-align: center;
    line-height: 2em;
  }
  .accordion-title {
    font-size: 130%;
    padding: 4% 4% 4% 5%;
  }
  .section dd h3 {
    font-size: 120%;
    line-height: 1.7em;
  }
  .section dd p {
    font-size: 100%;
    line-height: 1.7em;
  }
  .section dd ul {
    font-size: 100%;
    line-height: 1.7em;
  }
}
/*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {
  .headerright img {
    width: 88%;
    height: auto;
  }
  .headernav li {
    color: #fff;
    font-size: 110%;
    letter-spacing: 1px;
  }
  #person {
    padding-top: 14%;
    padding-bottom: 60%;
    background-size: 80%;
  }
  #leistungen {
    padding-top: 14%;
  }
  #kontakt {
    padding-top: 14%;
  }
  .section h1 {
    margin-top: 6%;
    font-size: 115%;
  }
  .section h2 {
    font-size: 150%;
    margin-top: 9%;
    margin-bottom: 4%;
  }
  .section h3 {
    font-size: 120%;
    margin-top: -3%;
    padding-bottom: 5%;
  }
  .section p {
    font-size: 95%;
    line-height: 1.6em;
    padding: 2% 0 2% 0;
  }
  .section ul {
    font-size: 95%;
    line-height: 1.5em;
    margin-left: 4%;
  }
  .section li {
    padding: 1% 2% 2% 0;
  }
  .section dd li {
    padding: 0 2% 0 0;
  }
  .accordion-title {
    font-size: 100%;
    padding: 5% 4% 6% 5%;
  }
  .section dd h3 {
    font-size: 100%;
    margin-top: 2%;
    line-height: 1.5em;
  }
  .section dd p {
    font-size: 90%;
    line-height: 1.5em;
  }
  .section dd ul {
    font-size: 90%;
    line-height: 1.5em;
  }
  .footer {
    font-size: 90%;
    padding: 4% 7% 12% 7%;
  }
}
