/******* BROWSER RESET ******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}





.menu-container {
  width: 80%;
  margin: 0 auto;
  background: #e9e9e9;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
      transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 1097px;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}
.menu > ul > li:hover {
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
    border: solid 1px #666;
        background: #1D1E23;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33.33333%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;

}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
  .branding .info {
    display: none;
  }
}



body {
    min-height: 2000px;
    background-color: #1d1e23;
    font-family: Hind;
      -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-container {
    border-top: 2px solid #121215;
    width: 100%;
    background: transparent;
}

nav .menu {
    width: 80%;
    margin: auto;
        max-width: 1200px;
}

nav .menu a{
  color: #b4b4b4;
  text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.branding {
    height: 125px;
}
.logo {
    width: 177px;
    height: 75px;
    float: left;
    display: block;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.branding .info .eins, .branding .info .zwei, .branding .info .drei {
    width: 33.33333%;
    height: 100%;
    float: left;
    min-height: 1px;
}
.branding .container {
    width: 80%;
    margin: auto;
    height: 100%;
    max-width: 1200px;
}
.branding .info {
    float: right;
    color: #fff;
    margin-top: 37px;
    min-width: 500px;
    margin-bottom: 37px;
    width: 50%;
}
.fullwidth-hero {
  background-color: #121215;
  height: 500px;
  width: 100%; 
}

#content {
  background-color: #1D1E23;
  min-height: 800px;
}
.fullwidth-hero .row {
padding: 50px;
    max-width: 1200px;
    margin: auto;
}


.col-2 {
    width: 50%;
    float: left;
}
.col-4 {
  width: 25%;
  float: left;
}
.col-1-3 {
  width: calc(100% / 3);
  float: left;
}
.col-2-3 {
  width: 66.66666%;
  float: left;
}
.info-location {
    background: #fea526;
    height: 400px;
    color: #fff;
    text-align: center; 
    margin-left: 40px;
}
.info-location.bild {
    margin-left: 40px;
    background: transparent;
    background-image: url(#);
}
.info-location i {
    font-size: 160px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.info-location p {
  font-weight: 400;
    margin-top: 20px;
}
.info-location .text {
    font-family: Lato;
    font-weight: 900;
    font-size: 20px;
}
.info-location a {
    display: block;
    width: 50%;
    padding: 5px;
    margin: auto;
    margin-top: 15px;
}
span.color-slash {
  color: #fea526;
}

.menu > ul > li > ul > li a.parent {
    color: #fff;
}
section {
  min-height: 400px;
}
section .container {
    max-width: 1200px;
    margin: auto;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo {
    font-size: 38px;
    font-family: Lato;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #fea526;
    position: relative;
        margin-left: 35px;
}

.logo span {
    display: block;
    font-size: 13px;
    color: #e2e2e2;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0px;
    font-style: normal;
    margin-left: 30px;
    text-align: right;
}

.logo:before {content: '';background: url(/i/ziel.svg);height: 60px;width: 40px;background-size: cover;position: absolute;left: -45px;top: 4px;}


.kachel {
    height: auto;
    width: calc(100% - 80px);
    background: #1d1e23;
    margin: 40px;
}

.col-3 {
    width: 33.33333%;
    float: left;
}

a {
    text-decoration: none;
    color: inherit;
}
h2 {
    font-size: 40px;
    font-weight: 900;
    color: #1d1e23;
    text-transform: uppercase;
    text-align: CENTER;
    position: relative;
    font-family: Lato;
    margin-bottom: 40px;
    margin-top: 20px;
}
h2 span, h1 span {
    font-weight: 300;
}
section.kacheln h2:before {content: '\f101';font-family: 'FontAwesome';color: #fea526;font-weight: 900;opacity: 0.7;filter: alpha(opacity=70);position: absolute;left: 0;}

section.kacheln h2:after {
    content: '\f100';
    font-family: 'FontAwesome';
    color: #fea526;
    font-weight: 900;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    right: 0;
}

.kachel .icon img {
    width: 120px;
    height: 120px;
}

.kachel .icon {
    margin: auto;
    width: 120px;
    height: 120px;
    padding: 40px;
}

section.kacheln {
  min-height: 700px;
  background: #f7f7f7;
}

h3 {
    text-align: CENTER;
    font-size: 22px;
    font-weight: 900;
}

.kachel h3 {
    color: #fff;
}

.kachel p {
    text-align: CENTER;
    color: #b3b3b3;
    padding: 20px;
    line-height: 1.3em;
}

.kachel .knopf {
    width: 100%;
    height: 50px;
    background: #fea526;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    margin-top: 20px;
    display: block;
}


.kachel .knopf:hover {
    text-indent: 30px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.kachel .knopf:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/i/ui/cross_bold.svg);
    position: absolute;
    left: 85px;
    top: 8px;
    display: block;
    background-size:contain;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}
.kachel .knopf:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
}


.branding .info span:nth-of-type(1) {
    font-weight: 700;
    letter-spacing: 1px;
}
.branding .info .icon {
    width: 35px;
    display: block;
    float: left;
    height: 35px;
    vertical-align: middle;
    margin-top: 7px;
    background-image: url(/i/ui/telefon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}

.branding .info .zeile {
    float: left;
    width: 70%;
}






.fullwidth-hero.unterseite {
    height: 300px;
    min-height: 300px;
    color: #fff;
    text-align: center;
    background: #f7f7f7;
}

.para {
    height: 100%;
    background-image: url(/img/slider/2.jpg);
    background-size: cover;
    background-position: center;
    margin: auto;
    position: relative;
    border-bottom: solid 5px #fea526;
    border-top: none;

}
.para .overlay {
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.para .text {
    padding-top: 45px;
}

h1 {
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: CENTER;
    position: relative;
    font-family: Lato;
    margin-bottom: 40px;
    margin-top: 20px;
}

.para .icon {
    height: 120px;
    width: 120px;
    background: #1d1e23;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    border: solid 5px #fea526;
    border-radius: 20px;
}
.para .icon img {
    height: 80px;
    width: 80px;
    margin: 20px;
}

header {
    background-color: #1d1e23;
}

header.sticky nav.menu-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #1d1e23;
    border-bottom: solid 2px #fea526;
    box-shadow: 0px 0px 5px #3c3c3c;
}

header.sticky .branding {
    margin-bottom: 67px;
}

section.inhalt {
  background: #1d1e23;
}

section.inhalt .mitte {
    max-width: 1200px;
    margin: auto;
    margin-top: 150px;
    background: #f7f7f7;
    padding: 50px;
    border-radius: 5px;
    min-height: 400px;
    height: auto;
}

.punkte .icon img {
    opacity: 0.85;
    height: 80px;
    width: 80px;
}

.punkte .icon {
    width: 15%;
    float: left;
}
.punkte .punkt {
    margin-bottom: 10px;
    display: block;
    min-height: 140px;
}
.punkte .text {
    width: 85%;
    float: left;
}

.punkte h3 {
    text-align: left;
}