/* -------------------------------
   1. Fonts & Base Styles
--------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v37-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway-v37-latin-700.woff2') format('woff2');
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  overflow-x: hidden;
}

h1 {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

p { font-size: 20px; }

a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  color: #37505e;
  text-decoration: underline;
}

/* -------------------------------
   2. Header / Logo
--------------------------------*/
.top_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  height: 80px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.logo {
  display: flex;
  align-items: center;
}
.lea-logo {
  display: inline-block;
  background: no-repeat url("pix/logo.jpg") left center;
  background-size: auto 100%;
  width: 150px;
  height: 50px;
}
@media (min-width: 768px) {
  .lea-logo { width: 175px; height: 60px; }
}

/* -------------------------------
   3. Form / Content Wrappers
--------------------------------*/
.form-wrap {
  background-color: #f2f2f2;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}
.form-wrap.Result {
  background-color: #fff;
  margin-top: 100px; /* Platz für fixed Header */
  box-shadow: none;
}

/* -------------------------------
   4. Labels & Inputs
--------------------------------*/
label {
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 25px;
}
input.default {
  height: 40px;
  border-bottom: 1px solid #37505e;
  background: #f6f6f6;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  box-shadow: none;
}
select.default9 {
  font-size: 16px;
  height: 40px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 0 5px;
}

/* -------------------------------
   5. Helper Classes
--------------------------------*/
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.hinweis { font-size: 12px; line-height: 16px; }

/* -------------------------------
   6. Questionizer Overrides
--------------------------------*/
.fp-view-header {
  color: #37505e;
  font-size: 16px;
  padding: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.fp-view-block-left:hover,
.fp-view-block-right:hover { background: #dfe6ee; }
.primary { color: #37505e !important; }

.content{
  margin-top:80px;
}

.home {
    font-size:22px!important;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size:18px;
    color: #000;
}

h2 {
  font-size:30px;
  font-weight: bold;
}

h3 {
  font-size:24px;
  font-weight: bold;
}

h4 {
  font-size:22px;
  font-weight: bold;
}

.navbar .nav-link.active {
  border-bottom-color: #000 !important;
  text-decoration: none !important;
  border-bottom: solid 3px transparent;
}

a:hover {
  text-decoration: none;
}

.fbq .input_plz__gemein_name {
  top: 13px!important;
}