@charset "UTF-8";
html,
body {
  height: 100%;
}
html,
body,
p,
td,
button,
input,
select,
textarea {
  font-family: Asap, Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #057;
}
h1 {
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 150px;
}
h1 .sub {
  font-weight: normal;
}
h2 {
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 36px;
  font-weight: normal;
}
h3,
h4,
h5 {
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-weight: normal;
  margin-top: 0;
}
h5 {
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 10px;
}
.subpage h1 {
  margin-bottom: 100px;
}
.subpage h3,
.subpage p {
  padding-right: 400px;
}
@media only screen and (max-width: 1580px) {
  .subpage h3,
  .subpage p {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 1280px) {
  .subpage h3,
  .subpage p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 50px;
  }
  .subpage h1 {
    margin-bottom: 50px;
  }
}
a {
  color: #057;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.subpage a:hover {
  color: #999;
}
a.download,
.download a {
  border: 1px solid #057;
  border-radius: 5px;
  background: transparent;
  padding: 10px 20px;
}
a.download:hover,
.download a:hover {
  border-color: #fff;
}
.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
#border-top,
#border-bottom,
#border-left,
#border-right {
  background: #fff;
  position: fixed;
}
#border-left,
#border-right {
  top: 0;
  bottom: 0;
  width: 8px;
}
#border-left {
  left: 0;
}
#border-right {
  right: 0;
}
#border-top,
#border-bottom {
  left: 0;
  right: 0;
  height: 8px;
}
#border-top {
  top: 0;
}
#border-bottom {
  bottom: 0;
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 1024px) {
  #border-top,
  #border-bottom,
  #border-left,
  #border-right {
    display: none;
  }
}
/* .page-border {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    z-index: 100;
} */
html,
body,
#wrapper,
#container,
#left {
  height: 100%;
}
body {
  background: #fff;
}
#main {
  min-height: 100%;
  background: #f3f3f3 url(../img/Pattern_Grau.png);
}
#left .inside {
  position: fixed;
  width: 300px;
  height: 100%;
}
.nav_logo {
  padding: 15px 40px;
}
#left .inside,
.mobile_menu .inner {
  background: #fff;
}
#left .inside nav li a,
.mobile_menu .inner nav li a,
#left .inside nav li strong,
.mobile_menu .inner nav li strong {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px 0 13px 40px;
  border-bottom: 1px solid #999;
}
#left .inside nav li strong,
.mobile_menu .inner nav li strong {
  color: #fff;
  font-weight: normal;
}
#left .inside nav li.first,
.mobile_menu .inner nav li.first {
  border-top: 1px solid #999;
}
#left .inside nav li a:hover,
.mobile_menu .inner nav li a:hover,
#left .inside nav li.active,
.mobile_menu .inner nav li.active {
  color: #fff;
  background: #057;
}
.left-bottom {
  position: absolute;
  bottom: 40px;
  width: 260px;
  padding: 0 0 0 40px;
}
.left-bottom img {
  width: 85px;
}
.left-bottom img:first-child {
  margin-right: 25px;
}
.left-bottom p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
}
.layout {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.width-600 {
  width: 600px;
}
.mobile_menu_trigger {
  position: absolute;
  width: 100%;
  background: transparent;
  text-align: right;
  padding: 10px 20px;
  z-index: 10;
}
.mobile_menu_trigger img {
  width: 30px;
}
.mobile_menu .inner {
  position: relative;
  min-height: 550px;
}
@media only screen and (max-width: 1580px) {
  #left {
    width: 250px;
    right: 250px;
  }
  #container {
    padding-left: 250px;
  }
  #left .inside,
  .nav_logo {
    width: 250px;
  }
  .ce_text,
  .ce_headline {
    padding-left: 30px;
    padding-right: 30px;
  }
  #left .inside nav li a,
  .mobile_menu .inner nav li a,
  #left .inside nav li strong,
  .mobile_menu .inner nav li strong {
    padding-left: 30px;
  }
  .left-bottom {
    padding-left: 30px;
  }
  .left-bottom img:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #left {
    display: none;
  }
  #container {
    padding-left: 0;
  }
  .left-bottom {
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .ce_text,
  .ce_headline {
    padding-left: 50px;
    padding-right: 50px;
  }
  .width-600 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .ce_text,
  .ce_headline {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
 * Home
 */
.home_bg {
  position: relative;
  height: 100vh;
  padding-top: 1px;
  margin-top: -1px;
  padding-left: 1px;
  margin-left: -1px;
  border-bottom: 8px solid #fff;
  background: url(../img/Startseite_Hintergrund.jpg) no-repeat right top / cover;
}
.home_bg .ce_image.logo {
  display: block;
  width: 50vw;
  margin-top: 50vh;
  margin-left: 50%;
  padding-left: 17vw;
  transform: translate(-34vw, -50%);
  background: url(../img/Startseite_Display.png) no-repeat left 15px/10vw;
}
.home_bg .ce_image.logo figure {
  background: url(../img/Logo_Aufbau_rz.gif) left top / 23% no-repeat;
}
.home_bg .ce_image.logo figure img {
  max-width: 100%;
  animation: fadein 8s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home_bg .home-next {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  cursor: pointer;
}
.home_bg .marker {
  position: absolute;
  top: 8px;
  right: 8px;
}
.home_bg .marker img {
  width: 350px;
}
#home {
  margin-top: 60px;
  margin-left: calc(50% - 640px);
  background: url(../img/Querbalken_Grau.png) right top / 80% no-repeat;
}
#home .col-md-8 {
  padding-right: 50px;
}
#home .col-md-4 {
  padding-left: 50px;
}
#home h1 {
  margin-bottom: 50px;
}
#home ul {
  list-style-type: disc;
  margin-left: 50px;
}
#home-knx {
  margin-left: calc(50% - 640px);
}
#home-knx h1 {
  margin-bottom: 20px;
}
#home-knx .knx-logo {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
#home-knx .knx-logo img {
  width: 110px;
}
#home-knx .col-md-8 {
  padding-right: 50px;
}
#home-knx .col-md-8 .row {
  margin: 0 -50px;
}
#home-knx .col-md-6 {
  padding: 0 50px;
}
#home-knx p {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.ce_accordion {
  border-top: 1px solid #999;
}
.ce_accordion.last {
  border-bottom: 1px solid #999;
}
.ce_accordion.first {
  margin-top: 50px;
}
.ui-accordion-header {
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 15px 30px 15px 0;
  background: url(../icons/Icon_Pfeil_klein_runter.png) right 50% no-repeat;
}
.ui-accordion-header-active {
  background: url(../icons/Icon_Pfeil_klein_Hoch.png) right 50% no-repeat;
}
.ui-accordion-content {
  padding-right: 100px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1580px) {
  .home_bg .marker img {
    width: 300px;
  }
  #home {
    margin-left: 0;
  }
  #home-knx {
    margin-left: 0;
  }
  #home-knx .knx-logo {
    margin-left: 30px;
  }
  #home-knx .col-md-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #home-knx .col-md-8 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 30px;
  }
  #home-knx .col-md-8 .row {
    margin: 0 -30px;
  }
  #home-knx .col-md-6 {
    padding: 0 30px;
  }
  .ce_accordion {
    margin-left: 30px;
  }
  .accordion .ce_text {
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .home_bg .ce_image.logo {
    margin-top: 40vh;
  }
}
@media only screen and (max-width: 1024px) {
  .home_bg .ce_image.logo {
    width: 70vw;
    padding-left: 22vw;
    transform: translate(-44vw, -50%);
    background: url(../img/Startseite_Display.png) no-repeat left 15px/15vw;
  }
  .home_bg .marker {
    top: 0;
    right: 0;
  }
  .ui-accordion-content {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home_bg .ce_image.logo {
    width: 70%;
    margin-top: 30vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    transform: none;
    background: none;
  }
  #home .col-md-4,
  #home .col-md-8 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  #home .ce_image {
    margin: 50px;
  }
  #home .ce_image img {
    width: 400px;
    max-width: 100%;
  }
  #home-knx h1 {
    margin-top: 100px;
  }
  #home-knx .knx-logo {
    margin-left: 50px;
    margin-right: 0;
  }
  #home-knx .col-md-4 {
    display: none;
  }
  #home-knx .col-md-8 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  #home-knx .col-md-6 .ce_text {
    padding: 0;
  }
  #home-knx .col-md-8 .row {
    margin: 20px;
  }
  .ce_accordion {
    margin-left: 50px;
    margin-right: 50px;
  }
  .ui-accordion-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .home_bg .ce_image.logo {
    width: 80%;
  }
  .home_bg .marker img {
    width: 250px;
  }
  #home .ce_image {
    margin: 30px;
  }
  #home ul {
    margin-left: 30px;
  }
  #home-knx .knx-logo {
    margin-left: 30px;
  }
  #home-knx .col-md-8 .row {
    margin: 0;
  }
  .ce_accordion {
    margin-left: 30px;
    margin-right: 30px;
  }
  .ui-accordion-content {
    padding-right: 0;
  }
}
/*
 * Leistungen
 */
#leistungen {
  background: url(../img/Querbalken_weiss.png) right top no-repeat;
}
.ce_tabcontrol h1 {
  font-weight: bold;
  margin-top: 110px;
  margin-bottom: 50px;
}
.ce_tabcontrol ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.ce_tabcontrol li.tab_0 {
  background: url(../icons/Icon_Bedarfscheck_Neutral.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_0.selected,
.ce_tabcontrol li.tab_0:hover {
  background: url(../icons/Icon_Bedarfscheck_Aktiv.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_1 {
  background: url(../icons/Icon_IndividuelleBeratung_Neutral.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_1.selected,
.ce_tabcontrol li.tab_1:hover {
  background: url(../icons/Icon_IndividuelleBeratung_Aktiv.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_2 {
  background: url(../icons/Icon_Planung_und_Konzeption_Neutral.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_2.selected,
.ce_tabcontrol li.tab_2:hover {
  background: url(../icons/Icon_Planung_und_Konzeption_Aktiv.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_3 {
  background: url(../icons/Icon_Realisierung_Neutral.png) center 20px no-repeat;
}
.ce_tabcontrol li.tab_3.selected,
.ce_tabcontrol li.tab_3:hover {
  background: url(../icons/Icon_Realisierung_Aktiv.png) center 20px no-repeat;
}
.ce_tabcontrol li {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #999;
  text-transform: uppercase;
  cursor: pointer;
  padding: 150px 0 14px 0;
  background-size: 130px !important;
}
.ce_tabcontrol .tablinks {
  transition: 0.3s;
}
.ce_tabcontrol .tablinks.selected,
.ce_tabcontrol .tablinks:hover {
  color: #057;
}
#tabbottom {
  height: 9px;
  background: linear-gradient(to right, #86c69f, #00b1eb);
  border-radius: 5px;
}
#tabmarker {
  position: relative;
  left: 0;
  width: 60px;
  height: 9px;
  background: #057;
  border-radius: 5px;
  transition: 0.5s;
}
.tabnav {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  color: #ccc;
}
.tabprev,
.tabnext {
  display: inline-block;
  width: 22px;
  height: 27px;
  cursor: pointer;
}
.tabprev {
  background: url(../icons/Icon_Navi_zurueck.png) left 5px no-repeat;
}
.tabnext {
  background: url(../icons/Icon_Navi_vor.png) left 5px no-repeat;
}
.tabprev:hover {
  background: url(../icons/Icon_Navi_zurueck_aktiv.png) left 5px no-repeat;
}
.tabnext:hover {
  background: url(../icons/Icon_Navi_vor_aktiv.png) left 5px no-repeat;
}
.tabcontrol_panes {
  border-top: 8px solid #fff;
}
.tabcontent .col.first h3,
.tabcontent .col.first p {
  padding-left: calc(100% - 620px);
  padding-right: 100px;
}
.tabcontent .col img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1580px) {
  .ce_tabcontrol {
    padding: 0 30px;
  }
  .ce_tabcontrol .ce_text {
    padding: 0;
  }
  .tabcontent .col.first h3,
  .tabcontent .col.first p {
    padding-left: 0;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .tabcontent .col.first h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .ce_tabcontrol li {
    background-size: 120px !important;
  }
  .tabcontent .row {
    margin: 0;
  }
  .tabcontent .col {
    flex: none;
  }
  .tabcontent .col.first h3,
  .tabcontent .col.first p {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  ul {
    flex-flow: row wrap;
  }
  .ce_tabcontrol li {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    /* background-size: 120px !important; */
  }
  #tabmarker {
    display: none;
  }
  .col {
    padding: 0;
  }
  .tabcontent .col.first h3,
  .tabcontent .col.first p {
    padding-right: 0;
  }
}
/*
 * Karriere
 */
.page-title {
  padding: 60px 100px;
  background-image: linear-gradient(135deg, #86c69f, #00b1eb);
}
.page-title p {
  color: #fff;
  letter-spacing: 0.4em;
  line-height: 1.5;
  margin: 0;
}
.page-title strong {
  font-size: 42px;
}
.page-title em {
  font-style: normal;
  letter-spacing: 0.1em;
}
#karriere .col-md-6 {
  padding: 0;
  border: 10px solid #fff;
}
#karriere .col-md-6:first-child {
  border-right: 5px solid #fff;
}
#karriere .col-md-6:first-child .ce_text {
  padding: 30px 50px 50px 115px;
}
#karriere .col-md-6:last-child {
  display: flex;
  align-items: flex-end;
  border-left: 5px solid #fff;
}
#karriere.tutor {
  border-top: 10px solid #fff;
}
#karriere.tutor .col-md-6 {
  border: 0;
}
#karriere.tutor .col-md-6:first-child p {
  margin-bottom: 40px;
}
#karriere.tutor .col-md-6:last-child {
  align-items: flex-start;
}
#karriere h3 {
  margin: 30px 0 5px 0;
}
#karriere ul {
  margin: 0;
}
#karriere li {
  position: relative;
  line-height: 26px;
  padding-left: 15px;
}
#karriere li::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '°';
  font-size: 1.2em;
}
#karriere p,
#karriere li {
  font-size: 16px;
}
#karriere a {
  text-decoration: underline;
}
#karriere a:hover {
  color: #057;
}
#karriere figure {
  margin-bottom: 0;
}
.tutor_faq {
  padding: 0 0 50px 100px;
  background: url(../img/Weber_Matthais_Webseite_KNX_Elemente_rz.webp) no-repeat right -50vw top -350px / 100%;
}
.tutor_faq .ce_headline,
.tutor_faq .ce_accordion {
  max-width: 900px;
}
.tutor_faq .ce_text {
  max-width: 650px;
  padding-bottom: 30px;
}
.tutor_faq .ce_text.first {
  padding-top: 30px;
}
.tutor_faq .ce_text h4 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.tutor_faq .ce_accordion .ce_text {
  max-width: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 1580px) {
  .page-title {
    padding: 60px 50px;
  }
  #karriere .col-md-6:first-child .ce_text {
    padding: 30px 30px 50px 50px;
  }
  .tutor_faq {
    padding-left: 35px;
    padding-right: 35px;
    background-position: right -50vw top -10vw;
  }
  .tutor_faq .ce_headline,
  .tutor_faq .ce_accordion {
    margin-left: 0;
    padding-left: 0;
  }
  .tutor_faq .ce_text,
  .tutor_faq .ce_headline {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-title {
    padding: 60px 30px;
  }
  #karriere .col-md-6:first-child .ce_text {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .page-title {
    padding: 60px 15px;
  }
  .page-title strong {
    font-size: 22px;
  }
  #karriere .col-md-6 {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  #karriere .col-md-6:first-child {
    border-bottom: 0;
  }
  #karriere .col-md-6:first-child .ce_text {
    padding: 15px;
  }
  #karriere .ce_text {
    padding: 0;
  }
  .tutor_faq {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
 * Anwendungen
 */
#bg_anwendungen {
  color: #fff;
  padding-bottom: 80px;
  padding-top: 1px;
  margin-top: -1px;
  background-image: linear-gradient(135deg, #86c69f, #00b1eb);
  border-bottom: 8px solid #fff;
}
#bg_anwendungen h1 {
  margin-top: 100px;
}
#bg_anwendungen .col.second {
  min-width: 425px;
  min-height: 585px;
}
#anwendungen {
  min-height: 600px;
  /* ul.level_1 > li:after {
        content: '\FE40';
        position: absolute;
        top: 33px;
        right: 0;
        font-size: 18px;
        line-height: 15px;
        font-weight: bold;
        color: #fff;
    }
    ul.level_1 > li.active:after {
        content: "\FE3F";
        margin-top: 23px;
    } */
}
#anwendungen .app-text {
  display: none;
}
#anwendungen .app-img {
  /*         position: absolute;
        top: 0; */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  height: 0;
}
#anwendungen .app-img figure {
  max-width: 600px;
}
#anwendungen .app-img.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#anwendungen .app-text.active {
  display: block;
}
#anwendungen #app-content,
#anwendungen .app-text {
  padding: 170px 100px 0 0;
}
#anwendungen p {
  color: #fff;
}
#anwendungen ul {
  list-style: none;
  padding: 0;
  width: 250px;
}
#anwendungen ul.level_1 {
  width: 220px;
  margin-left: 50px;
  border-top: 1px solid #fff;
}
#anwendungen li {
  text-transform: uppercase;
}
#anwendungen ul.level_1 > li {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  padding: 22px 0;
  border-bottom: 1px solid #fff;
}
#anwendungen ul.level_1 > li .label {
  cursor: pointer;
  background: url(../icons/Icon_Pfeil_weiss_Runter.png) right 50% no-repeat;
}
#anwendungen ul.level_1 > li .label.active {
  font-weight: bold;
  background: url(../icons/Icon_Pfeil_weiss_Hoch.png) right 50% no-repeat;
}
#anwendungen ul.level_2 {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transition: 0.3s;
}
#anwendungen ul.level_2.active {
  max-height: 500px;
  margin-top: 20px;
  opacity: 1;
}
#anwendungen ul.level_2 > li {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 0 15px;
  margin: 12px 0 12px -15px;
  cursor: pointer;
}
#anwendungen ul.level_2 > li.active {
  color: #057;
  background: #fff;
  border-radius: 20px;
  cursor: default;
}
.controls .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.controls .col-md-4 > div {
  text-align: center;
}
.controls .col-md-4 p {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
}
.controls figure {
  margin: 0 0 35px;
}
.controls .remote figure {
  margin: 0 0 60px;
}
@media only screen and (max-width: 1580px) {
  #anwendungen {
    margin-top: 30px;
    /* .col-md-3, .col-md-4, .col-md-5 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        } */
  }
  #anwendungen #app-content,
  #anwendungen .app-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  #anwendungen ul.level_1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  #anwendungen #app-content,
  #anwendungen .app-text {
    padding: 0 30px;
  }
  #anwendungen .col-md-9 {
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
  #anwendungen .col-md-3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  #anwendungen .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #anwendungen .app-img.active {
    margin: 30px;
  }
}
@media only screen and (max-width: 640px) {
  /* #anwendungen.row { flex-direction: column-reverse; } */
  #anwendungen {
    /* #app-content, .app-text {
            padding-left: 0;
            padding-right: 0;
        } */
  }
  #anwendungen .col-md-3,
  #anwendungen .col-md-9,
  #anwendungen .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #anwendungen ul.level_1 {
    margin: 0 0 50px 30px;
  }
}
/*
 * Kontakt
 */
#bg_kontakt {
  color: #fff;
  padding-bottom: 20px;
  padding-top: 1px;
  margin-top: -1px;
  background-image: linear-gradient(135deg, #86c69f, #00b1eb);
  border-bottom: 8px solid #fff;
}
#bg_kontakt h1 {
  margin-top: 50px;
  margin-bottom: 0;
}
#kontakt {
  border-bottom: 8px solid #fff;
}
#kontakt .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
}
#kontakt .col-md-6 img {
  padding-top: 5px;
  transition: 0.3s;
}
#kontakt .col-md-6 img:hover {
  transform: translateY(-5px);
}
#kontakt .col-md-6:first-child {
  border-right: 4px solid #fff;
}
#kontakt .col-md-6:first-child img {
  margin-bottom: 50px;
}
#kontakt .col-md-6:first-child p:last-child {
  margin-top: 40px;
}
#kontakt .col-md-6:last-child {
  border-left: 4px solid #fff;
}
#kontakt .col-md-6:last-child img {
  margin-bottom: 70px;
}
#kontakt .col-md-6:last-child h4 {
  margin-bottom: 40px;
}
#kontakt .col-md-6 > div {
  text-align: center;
}
#kontakt .ce_text,
#kontakt .ce_headline {
  padding-left: 0;
  padding-right: 0;
}
#kontakt h4 {
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: none;
}
#kontakt p {
  margin-bottom: 10px;
}
#kontakt a {
  white-space: nowrap;
}
#kontakt a.download {
  padding: 12px 20px 12px 55px;
  transition: 0.3s;
  background: url(../icons/Icon_VCard_Download_Button.png) 15px center no-repeat;
}
#kontakt a.download:hover {
  text-decoration: none;
  background: #057 url(../icons/Icon_VCard_Download_Button_Hover.png) 15px center no-repeat;
}
@media only screen and (max-width: 1580px) {
  #kontakt h4 {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1280px) {
  #kontakt .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #kontakt .col-md-6:first-child {
    border-right: none;
    border-bottom: 8px solid #fff;
  }
  #kontakt .col-md-6:last-child {
    border-left: none;
  }
}
@media only screen and (max-width: 640px) {
  #kontakt h4 {
    font-size: 22px;
  }
}
/*
 * Footer
 */
#footer {
  font-size: 14px;
  color: #999;
  /* margin-top: 8px; */
  padding: 70px;
  background: #f3f3f3 url(../img/Pattern_Grau.png);
}
#footer a {
  color: #999;
  white-space: nowrap;
  transition: 0.3s;
}
#footer a:hover {
  color: #057;
}
#footer .col.first {
  padding-top: 22px;
}
#footer .col.first div,
#footer .col.first nav,
#footer .col.first li {
  display: inline-block;
  vertical-align: middle;
}
#footer .col.first .social {
  margin-right: 30px;
  transition: 0.3s;
}
#footer .col.first .social:hover {
  transform: translateY(-5px);
}
#footer .col.first img {
  display: block;
}
#footer .col.first ul {
  margin: 0;
}
#footer .col.first li a,
#footer .col.first li strong {
  border-right: 1px solid #999;
  padding-right: 4px;
}
#footer .col.first li.last a {
  border: none;
}
#footer .col.last {
  -webkit-flex: 2 1 1px;
  -ms-flex: 2 1 1px;
  flex: 2 1 1px;
  text-align: right;
}
#footer .col.last .footer-contact {
  display: inline-block;
  line-height: 25px;
  margin-right: 25px;
}
#footer .col.last img {
  display: inline-block;
}
@media only screen and (max-width: 1580px) {
  #footer {
    padding: 50px;
  }
  #footer .row {
    display: block;
  }
  #footer .col.first {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .col.first,
  #footer .col.last {
    padding: 0;
  }
  #footer .col.last .footer-contact {
    margin-right: 0;
  }
  #footer .col.last img {
    display: none;
  }
}
