@charset "UTF-8";
* {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    margin: 20px 20px 0;
}

h1, h2, h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00a392;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.infobox .thumbnail{
	min-width:100%; 
	height:100%;
	margin-top:0px; 
	object-fit: cover; 
	object-position: top center;
}

.play-button-outer {
  margin: 0 auto;
  width: 10em;
  height: 10em;
  background-color: rgba(128, 128, 128, .6);
  cursor: pointer;
  position: relative;  
  bottom:420px;
}

.play-button {
  margin: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 0 2.5em 5em;
  border-color: transparent transparent transparent #FFF;
  opacity: .75; 
  position: absolute;  

}

.play-button-outer:hover {
  background-color: red;
}

.play-button-outer:hover .play-button {
  opacity: 1;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.1em;
}

a {
    color: #00a392;
    text-decoration: none;
}

a:hover {
    color: #00a392;
    text-decoration: underline;
}

p {
    text-align: left;
    line-height: 1.6em;
    font-size: 1em;
}

li {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.6em;
}

.container {
    width: 54%;
    margin: auto;
}

.phone:before {
    content: url(/media/phone-call.svg);
    width: 30px;
    margin-right: 10px;
    position: absolute;
    margin-left: -40px;
}

.mail:before {
    content: url(/media/envelope.svg);
    width: 30px;
    margin-right: 10px;
    position: absolute;
    margin-left: -40px;
}

.location:before {
    content: url(/media/placeholder.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -40px;
}

.button {
    background: #00a392;
    padding: 20px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 30px;
    transition: 1s;
    -webkit-transition: 1s;
    letter-spacing: 2px;
    text-decoration: none;
}

.button:hover {
    background-color: #53c5ca;
    transition: 1s;
    -webkit-transition: 1s;
}

a.button:hover {
    color: #fff;
    text-decoration: none;
}

.no--wrap {
    white-space: nowrap;
}

.floatend {
    clear: both;
}

.gruen {
    background-color: #e0f3f1;
}

.bild.gestreckt {
    height: 400px;
    width: 100%;
    background-size: cover;
}

.seovideo {
    width: 1024px;
}

.news--image {
    height: 100%;
    width: 100%;
}

.fa-bars {
    opacity: 1;
    transition: opacity 0.3s;
    position: absolute;
}

.fa-times {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
}

.light-green {
    background-color: #E0F3F1;
}

.dark-green {
    background-color: #19AC9D;
}

.black {
    background-color: #000000;
}

nav {
    width: calc(100% - 40px);
    top: 0;
    left: 20px;
    right: 20px;
    background-color: #fff;
    padding: 10px 0 0 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    position: fixed;
    z-index: 99;
    height: 80px;
}

nav .nav__logo {
    padding: 10px 0;
}

nav .nav__logo .logo__image {
    width: 180px;
    position: absolute;
}

nav .nav__bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.4s;
}

nav .nav__bar .bar__level1 {
    display: flex;
}

nav .nav__bar .bar__level1 li {
    padding-right: 20px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav .nav__bar .bar__level1 li:nth-child(1) {
    padding-right: 0;
}

nav .nav__bar .bar__level1 li:nth-child(5) ul {
    width: 100%;
}

nav .nav__bar .bar__level1 li:nth-child(6) {
    padding-right: 0;
}

nav .nav__responsive--element {
    display: none;
    float: left;
    z-index: 99;
    position: fixed;
    top: 40px;
    right: 50px;
    font-size: 20px;
}

nav .nav__responsive--element a {
    text-decoration: none;
}

nav .nav__bar .bar__level1 li a, nav .nav__bar .bar__level1 li p {
    color: #333;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

nav .nav__bar .bar__level1 li a {
    padding: 20px 15px;
}

nav .nav__bar .bar__level1 li p {
    padding: 0 25px 0 0;
}

nav .nav__bar .bar__level1 li p#p--link--kontakt {
    padding-right: 0;
}

nav .nav__bar .bar__level1 li a:hover {
    color: #00a392;
}

nav .nav__bar .bar__level1 li p:hover {
    color: #00a392;
    cursor: default;
}

nav .nav__bar .bar__level1 .dropdown-icon {
    float: right;
    margin: 4px;
}

nav .nav__bar .bar__level2 {
    display: none;
}

nav .nav__bar .bar__level2 li {
    padding: 10px 10px 10px 0;
}

nav .nav__bar .bar__level2 li:hover {
    background-color: white;
}

nav .nav__bar .bar__level2 li:first-child {
    margin-top: 15px;
}

nav .nav__bar .bar__level2 li a {
    font-weight: 300;
    text-transform: none;
}

nav .nav__bar .bar__level2 li a:hover {
    color: black;
}

nav .nav__bar li .active {
    color: #00a392;
}

nav .nav__bar li a {
    text-decoration: none;
}

nav .nav__bar.responsive {
    display: block;
    position: relative;
    top: 0;
    right: -20px;
}

nav .nav__bar.responsive ul.bar__level1 {
    display: block;
    height: 100vh;
    background-color: white;
    width: calc(100% - 20px);
    float: right;
    transition: all 0.4s;
    padding: 20px 60px 0 0;
}

nav .nav__bar.responsive ul.bar__level1 li {
    margin: 0;
    padding: 0;
}

nav .nav__bar.responsive ul.bar__level1 li i {
    float: right;
}

nav .nav__bar.responsive p {
    float: none;
    display: block;
    text-align: left;
    padding: 10px;
}

nav #p--link--start {
    cursor: pointer;
}

nav #p--link--kontakt {
    cursor: pointer;
}

.kopfbild {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/media/banner2-bg_1.jpg);
    height: calc(100vh + 10px);
}

.kopfbild .reihe {
    min-height: 400px;
    padding: 160px 0 160px 0;
}

.kopfbild .reihe .content {
    position: relative;
    float: left;
    width: calc(35% - 20px);
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.kopfbild .reihe .content .normal {
    padding-top: 70px;
    flex: 0 auto;
}

.kopfbild .reihe .content .normal h1 {
    color: #333;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 600;
    text-shadow: -1px 0 rgba(50, 50, 50, 0.2), 0 1px rgba(50, 50, 50, 0.2), 1px 0 rgba(50, 50, 50, 0.2), 0 -1px;
}

.kopfbild .reihe .content .normal h3 {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kopfbild .reihe .content .normal h1.white {
    color: #fff;
    text-shadow: -1px 0 rgba(50, 50, 50, 0.2), 0 1px rgba(50, 50, 50, 0.2), 1px 0 rgba(50, 50, 50, 0.2), 0 -1px;
}

.kopfbild .reihe .content .normal h3 {
    color: #00a392;
    font-size: 1.4em;
}

.kopfbild .icon {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(30% - 20px);
}

.kopfbild .icon img {
    max-width: 600px;
    width: 100%;
}

.kopfbild .leer {
    width: 15%;
    min-height: 1px;
    float: left;
}

.kopfbild .leer2 {
    width: 10%;
    min-height: 1px;
    float: left;
}

.kachel {
    width: calc(33.333%);
    float: left;
}

.kachel a {
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    color: #fff;
}

.kachel a:hover .kachelbeschriftung {
    display: block;
}

.kachel .kachelbeschriftung {
    display: none;
    padding: 100px 50px;
    height: 100px;
    transition: 2s;
    -webkit-transition: 2s;
    background-color: transparent;
}

.kachel .kachelbeschriftung h3 {
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.375em;
    color: #fff;
    margin-bottom: 20px;
}

.kachel .kachelbeschriftung p {
    text-align: center;
}

.kachel .hintergrundkachel {
    height: 300px;
    background-size: cover;
}

.kachel .unterschrift h3 {
    color: black;
    margin-bottom: 0;
}

.infobox {
    display: inline;
}

.infobox p {
    font-weight: 100;
    font-size: 1.5em;
    line-height: 1.4em;
    padding: 0 100px;
    margin-bottom: 25px;
    text-align: center;
}

.infobox img {
    max-width: 130px;
    margin: 40px auto;
    display: block;
}

.infobox .links {
    width: calc(50% - 100px);
    padding: 60px 50px;
    float: left;
    text-align: center;
    height: 400px;
}

.infobox .rechts {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 520px;
}

.infobox .rechts .infobox__video {
    width: 100%;
    height: 520px;
}

.teaser {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
    width: 100%;
}

.teaser .row {
    display: flex;
    width: 62.5%;
    margin: auto;
}

.teaser .row .left, .teaser .row .middle, .teaser .row .right {
    padding: 40px 40px 0 40px;
    width: 32.5%;
}

.teaser .row .left h2, .teaser .row .middle h2, .teaser .row .right h2 {
    font-size: 2.25em;
    text-transform: none;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0;
    color: inherit;
}

.teaser .row .left h3, .teaser .row .middle h3, .teaser .row .right h3 {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: inherit;
}

.teaser .row .left h3:before, .teaser .row .middle h3:before, .teaser .row .right h3:before {
    content: url(/media/cpu.svg);
    height: 50px;
    width: 50px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: auto;
}

.teaser .row .left p, .teaser .row .middle p, .teaser .row .right p {
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.4em;
    clear: both;
    font-weight: 300;
}

.teaser .row .left ul, .teaser .row .middle ul, .teaser .row .right ul {
    margin-left: 20px;
    clear: both;
    letter-spacing: 1px;
}

.teaser .row .left {
    width: 35%;
}

.kontakt {
    background-color: #e0f3f1;
    padding: 80px 0;
}

.kontakt .titel {
    text-align: center;
}

.kontakt .titel h2, .kontakt .titel h3 {
    text-transform: uppercase;
}

.kontakt .titel h2 {
    font-size: 3.5em;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}

.kontakt .titel h3 {
    font-size: 1.4em;
    letter-spacing: 2px;
    color: #00a392;
    font-weight: 300;
}

.kontakt .kontaktbox {
    background: #fff;
    border-radius: 30px;
    margin-top: 40px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.kontakt .kontaktbox a {
    color: #00a392;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 300;
    transition: 1s;
    -webkit-transition: 1s;
}

.kontakt .kontaktbox a:hover {
    border-bottom: 2px solid #00a392;
    transition: 1s;
    -webkit-transition: 1s;
}

.kontakt .kontaktbox .kopf {
    display: flex;
}

.kontakt .kontaktbox .kopf .links, .kontakt .kontaktbox .kopf .mitte, .kontakt .kontaktbox .kopf .rechts {
    width: 33%;
    float: left;
    padding: 40px 10px;
    text-align: center;
}

.kontakt .kontaktbox .kopf .links .location, .kontakt .kontaktbox .kopf .links .phone, .kontakt .kontaktbox .kopf .links .mail, .kontakt .kontaktbox .kopf .mitte .location, .kontakt .kontaktbox .kopf .mitte .phone, .kontakt .kontaktbox .kopf .mitte .mail, .kontakt .kontaktbox .kopf .rechts .location, .kontakt .kontaktbox .kopf .rechts .phone, .kontakt .kontaktbox .kopf .rechts .mail {
    margin-left: 40px;
}

.kontakt .kontaktbox .kontaktinhalt .links {
    border-radius: 0 0 0 30px;
    width: 50%;
    float: left;
    height: 600px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular {
    padding: 0;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular h3 {
    text-align: center;
    margin-bottom: 15px;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .alert.alert-danger {
    color: red;
    font-size: 1em;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular {
    background-color: white;
    box-sizing: border-box;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular button, .kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular h1 {
    text-transform: uppercase;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular button {
    padding: 20px 25px;
    border-radius: 30px;
    background-color: #00a392;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    transition: all 558ms;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular button:hover {
    color: #53c5ca;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular h1 {
    box-sizing: border-box;
    font-size: 3.5em;
    color: #000;
    line-height: 66px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular label {
    font-size: 1em;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 5px;
    box-sizing: inherit;
    box-sizing: border-box;
    display: none;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular select {
    color: #00a392;
    border-style: none;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 1em;
    background-color: #e0f3f1;
    box-sizing: border-box;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular input, .kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular textarea {
    color: #00a392;
    border-style: none;
    border-radius: 5px;
    width: 100%;
    padding: 0 12px;
    margin: 0 0 10px;
    font-size: 1em;
    background-color: #e0f3f1;
    box-sizing: border-box;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular input {
    height: 38px;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular input::placeholder {
    color: #00a392;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular textarea {
    height: 100px;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular textarea::placeholder {
    color: #00a392;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular .yform {
    padding: 0;
    margin: 0;
    border-radius: 0;
    max-width: 940px;
    background-color: white;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular .yform form {
    margin: 0 40px 15px;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular .yform form #yform-formular-betreff {
    margin: 30px 0 0;
}

.kontakt .kontaktbox .kontaktinhalt .links .kontaktformular .reihe .hauptformular .yform .msg-error {
    color: red;
    font-weight: 700;
    font-size: 1.2em;
}

.kontakt .kontaktbox .kontaktinhalt .rechts {
    border-radius: 0 0 30px;
    width: 50%;
    float: left;
    height: 600px;
    overflow: hidden;
}

.kontakt .kontaktbox .kontaktinhalt .rechts iframe {
    height: 700px;
}

.historie {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
}

.historie .container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.historie .container h3 {
    position: relative;
    float: left;
    color: inherit;
    padding: 0 20px;
    font-size: 2.25em;
    line-height: 46px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
}

.historie .container a {
    color: #fff;
    text-decoration: underline;
}

.historie .container .zeile {
    display: flex;
    padding-bottom: 30px;
}

.historie .container .zeile .historiedaten {
    width: 30%;
    float: left;
    padding: 0 10px;
    margin: auto;
}

.historie .container .zeile .historiebeschreibung {
    width: 70%;
    float: left;
    padding: 0 20px;
    margin: auto;
}

.telematik--contact {
    display: none;
    width: 165px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 99;
    border-radius: 10px;
    border: 3px #e0f3f1 solid;
}

.telematik--contact img {
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
}

.telematik--contact p {
    font-weight: 300;
    font-size: 0.8em;
    text-align: center;
}

.telematik--contact a {
    text-align: left;
    font-weight: 300;
    display: block;
    margin-left: 30px;
}

.telematik--contact .telematik--contact__telephone:before {
    content: url(/media/phone-call.svg);
    width: 15px;
    margin-right: 15px;
    position: absolute;
    margin-left: -25px;
}

.telematik--contact .telematik--contact__email:before {
    content: url(/media/envelope.svg);
    width: 15px;
    margin-right: 10px;
    position: absolute;
    margin-left: -25px;
}

.telematik--contact .telematik--contact__smaller {
    font-size: 0.7em;
}

.news--article {
    padding: 0 0 20px 0 !important;
}

.news--article .news--article__date {
    border-top: 1px dotted #A7A7A6;
    border-bottom: 1px dotted #A7A7A6;
    padding: 10px 0;
    margin: 20px 0;
}

.modelle {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e0f3f1;
}

.modelle .normal {
    flex: 0 auto;
}

.modelle .normal h1 {
    color: #333;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 600;
    text-shadow: -1px 0 rgba(50, 50, 50, 0.2), 0 1px rgba(50, 50, 50, 0.2), 1px 0 rgba(50, 50, 50, 0.2), 0 -1px;
}

.modelle .zentriert {
    display: flex;
    justify-content: center;
}

.modelle .zentriert .produkttabelle {
    border-radius: 40px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 73%;
}

.modelle .zentriert .produkttabelle ul {
    padding-left: 40px;
}

.modelle .zentriert .produkttabelle .tabellenkopf {
    text-align: center;
    position: relative;
}

.modelle .zentriert .produkttabelle .tabellenkopf .kopfzelle {
    padding: 30px 45px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    max-width: 100%;
    font-size: 1.2em;
    font-weight: 300;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.modelle .zentriert .produkttabelle .tabellenkopf .kopfzelle:hover {
    box-shadow: inset 0 -3px 0 0 rgba(0, 163, 146, 0.5);
}

.modelle .zentriert .produkttabelle .tabelleninhalt {
    display: block;
    overflow: hidden;
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt {
    display: none;
    float: left;
    min-height: 1px;
    padding: 40px;
    width: calc(100% - 80px);
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt img {
    margin: auto;
    display: block;
    float: none;
    max-width: 100%;
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt .text {
    display: block;
    font-size: 1em;
    line-height: 22px;
    font-weight: 300;
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt .links {
    width: 50%;
    position: relative;
    float: left;
    min-height: 1px;
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt .links img {
    padding: 0 0 25px 50px;
    max-width: 75%;
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt .rechts {
    width: calc(50% - 40px);
    position: relative;
    float: left;
    min-height: 1px;
}

.modelle .zentriert .produkttabelle .tabelleninhalt .inhalt .rechts .text {
    display: block;
    font-size: 1em;
    line-height: 22px;
    font-weight: 300;
}

.fliesstext ul {
    margin-left: 20px;
}

.fliesstext h3 {
    font-weight: 700;
    color: #000;
}

.fliesstext.einspaltig {
    padding: 100px 0 80px;
}

.fliesstext.einspaltig p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.4em;
}

.fliesstext.zweispaltig {
    display: flex;
}

.fliesstext.zweispaltig .links, .fliesstext.zweispaltig .rechts {
    width: calc(50% - 100px);
    padding: 60px 50px;
    background-size: cover;
    background-position: center;
    float: left;
}

.fliesstext.zweispaltig .links {
    text-align: left;
    font-weight: 300;
    line-height: 1.6em;
    font-size: 1em;
}

.fliesstext.zweispaltig .links p {
    font-size: 1em;
}

.fliesstext.zweispaltig .rechts {
    text-align: left;
    font-weight: 300;
    line-height: 1.6em;
    font-size: 1em;
}

.fliesstext.zweispaltig .rechts p {
    font-size: 1em;
}

.fliesstext.dreispaltig .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fliesstext.dreispaltig .container p {
    font-weight: 300;
}

.fliesstext.dreispaltig .container .überschrift {
    padding-top: 80px;
    margin-bottom: 0;
}

.fliesstext.dreispaltig .container .überschrift h2 {
    margin-bottom: 0;
}

.fliesstext.dreispaltig .container .text {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 1em;
    padding-top: 20px;
}

.fliesstext.dreispaltig .container .text ul {
    margin-bottom: 10px;
}

.fliesstext.dreispaltig .container .text ul li {
    margin-bottom: 0;
}

.fliesstext.dreispaltig .container .spalte {
    width: 30%;
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
}

.fliesstext.dreispaltig .container .spalte .huge {
    font-size: 3.5em;
    letter-spacing: -1px;
    line-height: 66px;
    padding-bottom: 80px;
    font-weight: 700;
    color: #000;
    text-transform: none;
}

.fliesstext.dreispaltig.gruen.gestreckt .container {
    width: 90%;
    max-width: 90%;
}

.ansprechpartner {
    width: calc(49% - 80px);
    margin: auto;
    display: block;
    padding-top: 50px;
}

.ansprechpartner .flex {
    display: flex;
    margin-top: 30px;
}

.ansprechpartner .flex .person {
    display: flex;
    width: 50%;
}

.ansprechpartner .flex .person .daten {
    margin: 10px 0 0 20px;
}

.ansprechpartner .flex .person .bild img {
    width: 150px;
}

.gesetzestexte h2 {
    margin: 30px 0 0;
    font-weight: 600;
    color: #000;
}

.gesetzestexte h3 {
    margin: 15px 0 0;
    font-weight: 600;
    color: #000;
}

.gesetzestexte #agb:target, .gesetzestexte #zertifikate {
    display: inline-block;
    margin-top: -90px;
    padding-top: 90px;
}

footer {
    padding-top: 80px;
    background-image: url(/media/footer.jpg);
    background-position: 0 0;
    background-size: cover;
    font-weight: 300;
    background-color: white;
    clear: both;
}

footer img {
    max-width: 169px;
}

footer .inner.container {
    width: 100%;
}

footer .inner.container .vierspaltig .eins {
    width: 33%;
}

footer .inner.container .vierspaltig .zwei {
    width: 33%;
    margin-left: 50px;
}

footer .inner.container .vierspaltig .zwei a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

footer .inner.container .vierspaltig .drei {
    width: 16.5%;
}

footer .inner.container .vierspaltig .drei a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

footer .inner.container .vierspaltig .vier {
    width: 16.5%;
}

footer .copyright, footer .hyperlinks {
    width: 50%;
}

footer .copyright .border, footer .hyperlinks .border {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 20px;
}

footer .copyright p {
    font-size: 1em;
    line-height: 22px;
}

footer .hyperlinks .border a {
    float: right;
    font-size: .95em;
    padding-left: 10px;
    line-height: 20px;
    font-weight: 300;
}

footer .hyperlinks .border a:hover {
    text-decoration: underline;
}

footer .kontakt {
    background-color: initial;
}

footer .kontakt.zweispaltig {
    padding: 0 10% 20px;
    display: flex;
}

footer .kontakt.vierspaltig {
    padding: 0 10%;
    margin-bottom: 40px;
    display: flex;
}

footer .kontakt a {
    font-size: 1.4em;
    color: #00a392;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    display: block;
    font-weight: 100;
    margin-bottom: 5px;
}

footer .kontakt a:hover {
    text-decoration: underline;
}

@media (min-width: 1px) and (max-width: 320px) {
    h1 {
        font-size: 1.5em;
        hyphens: auto;
    }

    h2 {
        font-size: 0.9em;
        hyphens: auto;
    }

    h3 {
        font-size: 0.6em;
        hyphens: auto;
    }

    .container {
        width: 95%;
        margin: auto;
    }

    .button {
        font-size: 0.8em;
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    nav .nav__logo {
        width: 120px;
    }

    nav .nav__bar .bar__level1 {
        display: block;
    }

    nav .nav__bar .bar__level1 li:hover ul.bar__level2 {
        display: none;
    }

    nav .nav__bar li {
        position: absolute;
        top: -9999px;
    }

    nav .nav__bar.responsive li {
        position: relative;
        top: 0;
    }

    nav .nav__bar.responsive ul.bar__level1 {
        padding: 20px 0 0 0;
    }

    nav .nav__responsive--element {
        display: block;
        border-top: 0px;
    }

    nav .nav__responsive--element a {
        display: block;
    }

    nav .nav__bar .bar__level1 li a {
        padding: 0;
    }

    nav .nav__bar .bar__level1 li p {
        padding: 0 20px 0 0;
        font-size: 0.8em;
    }

    nav .nav__bar .bar__level2 li a {
        margin-left: 10px;
        padding: 0;
        font-size: 0.8em;
    }

    nav .nav__bar .bar__level2 li a:hover {
        color: #00a392;
    }

    nav .nav__bar li p, nav .nav__bar li .dropdown-icon {
        display: none;
    }

    nav .nav__bar.responsive {
        padding: 0 0 0 50px;
    }

    nav .nav__bar.responsive ul.bar__level1 a {
        font-size: 0.8em;
        padding: 0;
    }

    nav .nav__bar.responsive ul.bar__level1 li {
        padding: 5px;
    }

    nav .nav__bar.responsive ul.bar__level1 li i {
        margin: 10px 0 0 0;
    }

    .kopfbild .reihe {
        min-height: 150px;
    }

    .kopfbild .reihe .content {
        width: 100%;
    }

    .kopfbild .reihe .content .normal h1 {
        font-size: 1.5em;
    }

    .kopfbild .reihe .content .normal h2 {
        font-size: 0.8em;
    }

    .kopfbild .icon {
        display: none;
    }

    .kopfbild .leer {
        width: 0;
    }

    .kachel {
        width: 100%;
        height: 200px;
    }

    .kachel.hellblau .kachelbeschriftung {
        background-color: rgba(0, 151, 184, 0.9);
    }

    .kachel.hellgruen .kachelbeschriftung {
        background-color: rgba(160, 197, 94, 0.9);
    }

    .kachel.dunkelgruen .kachelbeschriftung {
        background-color: rgba(58, 151, 86, 0.9);
    }

    .kachel.lila .kachelbeschriftung {
        background-color: rgba(166, 128, 181, 0.9);
    }

    .kachel.dunkelblau .kachelbeschriftung {
        background-color: rgba(0, 64, 117, 0.9);
    }

    .kachel.petrol .kachelbeschriftung {
        background-color: rgba(0, 163, 146, 0.9);
    }

    .kachel .kachelbeschriftung {
        display: block;
        padding: 50px 25px;
    }

    .kachel .kachelbeschriftung h3 {
        font-size: 0.9em;
    }

    .kachel .kachelbeschriftung p {
        font-size: 0.8em;
    }

    .kachel .unterschrift {
        display: none;
    }

    .infobox p {
        padding: 0 10px;
        font-size: 1em;
    }

    .infobox img {
        max-width: 60px;
    }

    .infobox .links {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .infobox .rechts {
        width: 100%;
        height: 270px;
    }

    .infobox .rechts .infobox__video {
        height: 270px;
    }

    .teaser .row {
        display: block;
    }

    .teaser .row .left, .teaser .row .middle, .teaser .row .right {
        width: 100%;
        padding: 0;
    }

    .teaser .row .left h3, .teaser .row .middle h3, .teaser .row .right h3 {
        font-size: 0.8em;
    }

    .teaser .row .left h3:before, .teaser .row .middle h3:before, .teaser .row .right h3:before {
        display: none;
    }

    .teaser .row .left p, .teaser .row .middle p, .teaser .row .right p {
        font-size: 0.6em;
    }

    .teaser .row .left {
        width: 100%;
    }

    .kontakt .titel h2 {
        font-size: 2.5em;
    }

    .kontakt .titel h3 {
        font-size: 1em;
    }

    .kontakt .kontaktbox .kopf {
        display: block;
    }

    .kontakt .kontaktbox .kopf .links, .kontakt .kontaktbox .kopf .mitte, .kontakt .kontaktbox .kopf .rechts {
        width: 100%;
        padding: 10px 10px 0 0;
        margin-bottom: 10px;
    }

    .kontakt .kontaktbox .kontaktinhalt .links {
        width: 100%;
    }

    .kontakt .kontaktbox .kontaktinhalt .rechts {
        width: 100%;
        border-radius: 0 0 30px 30px;
    }

    .historie .container .zeile .historiedaten h3 {
        line-height: 20px;
        font-size: 1.5em;
    }


    .historie .container .zeile {
        font-size: xx-small;
    }

    .historie .container .zeile .historiedaten {
        width: 30%;
        float: left;
        padding: 0;
        margin: auto;
    }

    .historie .container h3 {
        padding: 0;
    }

    .modelle .normal h1 {
        font-size: 2.5em;
    }

    .modelle .zentriert .produkttabelle {
        width: 100%;
    }

    .modelle .zentriert .produkttabelle .tabellenkopf .kopfzelle {
        width: 100%;
        padding: 15px 0;
    }

    .fliesstext.einspaltig{
        padding: 20px 0 80px;
    }

    .fliesstext.zweispaltig {
        display: block;
    }

    .fliesstext.zweispaltig .links, .fliesstext.zweispaltig .rechts {
        width: 100%;
        padding: 0;
    }

    .fliesstext.zweispaltig .links, .fliesstext.zweispaltig .rechts .zentriert {
        padding: 20px 0 0 0;
    }

    .fliesstext.zweispaltig .links.bild {
        height: 300px;
    }

    .fliesstext.zweispaltig .rechts.bild {
        height: 300px;
    }

    .fliesstext.dreispaltig .container .spalte {
        width: 100%;
    }

    .fliesstext.dreispaltig .container .spalte .huge {
        font-size: 2.5em;
        padding-bottom: 0;
    }

    .ansprechpartner {
        width: 100%;
    }

    .ansprechpartner .flex {
        display: block;
    }

    .ansprechpartner .flex .person {
        width: 100%;
        display: block;
    }

    .ansprechpartner .flex .person .daten {
        margin: 10px 0 0 0;
    }

    footer .inner.container .vierspaltig .eins {
        width: 90%;
    }

    footer .inner.container .vierspaltig .zwei {
        width: 90%;
    }

    footer .inner.container .vierspaltig .drei {
        width: 90%;
        float: right;
    }

    footer .inner.container .vierspaltig .vier {
        width: 90%;
    }

    footer .copyright, footer .hyperlinks {
        width: 100%;
    }

    footer .hyperlinks .border {
        border-top: 0px;
    }

    footer .kontakt.zweispaltig {
        display: block;
    }

    footer .kontakt.vierspaltig {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 512px) {
    h1 {
        font-size: 1.8em;
        hyphens: auto;
    }

    h2 {
        font-size: 1.2em;
        hyphens: auto;
    }

    h3 {
        font-size: 0.9em;
        hyphens: auto;
    }

    .container {
        width: 95%;
        margin: auto;
    }

    .button {
        font-size: 1em;
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    nav .nav__logo {
        width: 140px;
    }

    nav .nav__bar.responsive ul.bar__level1 li {
        padding: 10px 0 0 15px;
    }

    nav .nav__bar .bar__level1 li:hover ul.bar__level2 {
        display: none;
    }

    nav .nav__bar li {
        position: absolute;
        top: -9999px;
    }

    nav .nav__bar.responsive li {
        position: relative;
        top: 0;
    }

    nav .nav__bar.responsive ul.bar__level1 {
        padding: 20px 0 0 0;
    }

    nav .nav__responsive--element {
        display: block;
    }

    nav .nav__responsive--element a {
        display: block;
    }

    nav .nav__bar .bar__level1 li a {
        padding: 0;
    }

    nav .nav__bar li p, nav .nav__bar li .dropdown-icon {
        display: none;
    }

    .kopfbild .reihe {
        min-height: 200px;
    }

    .kopfbild .reihe .content {
        width: 100%;
    }

    .kopfbild .reihe .content .normal h1 {
        font-size: 2.0em;
        word-wrap: break-word;
    }

    .kopfbild .icon {
        display: none;
    }

    .kopfbild .leer {
        width: 0;
    }

    .kachel {
        width: 100%;
        height: 200px;
    }

    .kachel.hellblau .kachelbeschriftung {
        background-color: rgba(0, 151, 184, 0.9);
    }

    .kachel.hellgruen .kachelbeschriftung {
        background-color: rgba(160, 197, 94, 0.9);
    }

    .kachel.dunkelgruen .kachelbeschriftung {
        background-color: rgba(58, 151, 86, 0.9);
    }

    .kachel.lila .kachelbeschriftung {
        background-color: rgba(166, 128, 181, 0.9);
    }

    .kachel.dunkelblau .kachelbeschriftung {
        background-color: rgba(0, 64, 117, 0.9);
    }

    .kachel.petrol .kachelbeschriftung {
        background-color: rgba(0, 163, 146, 0.9);
    }

    .kachel .kachelbeschriftung {
        display: block;
        padding: 50px 25px;
    }

    .kachel .kachelbeschriftung h3 {
        font-size: 1.0em;
        margin: 0;
    }

    .kachel .kachelbeschriftung p {
        font-size: 0.8em;
    }

    .infobox p {
        padding: 0 10px;
        font-size: 1em;
    }

    .infobox img {
        max-width: 70px;
    }

    .infobox .links {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .infobox .rechts {
        width: 100%;
        height: 320px;
    }

    .infobox .rechts .infobox__video {
        height: 320px;
    }

    .teaser .row {
        display: block;
    }

    .teaser .row .left, .teaser .row .middle, .teaser .row .right {
        width: 100%;
        padding: 0;
    }

    .teaser .row .left h3:before, .teaser .row .middle h3:before, .teaser .row .right h3:before {
        display: none;
    }

    .teaser .row .left {
        width: 100%;
    }

    .kontakt .titel h2 {
        font-size: 2.6em;
    }

    .kontakt .titel h3 {
        font-size: 1.1em;
    }

    .kontakt .kontaktbox .kopf {
        display: block;
    }

    .kontakt .kontaktbox .kopf .links, .kontakt .kontaktbox .kopf .mitte, .kontakt .kontaktbox .kopf .rechts {
        width: 100%;
        padding: 10px 10px 0 0;
        margin-bottom: 10px;
    }

    .kontakt .kontaktbox .kontaktinhalt .links {
        width: 100%;
    }

    .kontakt .kontaktbox .kontaktinhalt .rechts {
        width: 100%;
        border-radius: 0 0 30px 30px;
    }

    .historie .container .zeile .historiedaten h3 {
        line-height: 30px;
        font-size: 1.5em;
    }

    .historie .container .zeile {
        font-size: small;
    }

    .historie .container .zeile .historiedaten {
        width: 30%;
        float: left;
        padding: 0;
        margin: auto;
    }

    .historie .container h3 {
        padding: 0;
    }

    .modelle .normal h1 {
        font-size: 2.6em;
    }

    .modelle .zentriert .produkttabelle {
        width: 100%;
    }

    .modelle .zentriert .produkttabelle .tabellenkopf .kopfzelle {
        width: 100%;
        padding: 15px 0;
    }

    .fliesstext.einspaltig{
        padding: 20px 0 80px;
    }

    .fliesstext.zweispaltig {
        display: block;
    }

    .fliesstext.zweispaltig .links, .fliesstext.zweispaltig .rechts {
        width: 100%;
        padding: 0;
    }

    .fliesstext.zweispaltig .rechts .zentriert {
        padding: 20px 0 0 0;
    }

    .fliesstext.zweispaltig .links.bild {
        height: 300px;
    }

    .fliesstext.zweispaltig .rechts.bild {
        height: 300px;
    }

    .fliesstext.dreispaltig .container .spalte {
        width: 100%;
    }

    .fliesstext.dreispaltig .container .spalte .huge {
        font-size: 3em;
        padding-bottom: 0;
    }

    .ansprechpartner {
        width: 100%;
    }

    .ansprechpartner .flex {
        display: block;
    }

    .ansprechpartner .flex .person {
        width: 100%;
        display: block;
    }

    .ansprechpartner .flex .person .daten {
        margin: 10px 0 0 0;
    }
	
	.play-button-outer {
		bottom:270px;
	}

    footer .kontakt.vierspaltig{
        padding: 0 10%;
        margin-bottom: 40px;
        display: block;
    }

    footer .inner.container .vierspaltig .eins {
        width: 90%;
    }

    footer .inner.container .vierspaltig .zwei {
        width: 90%;
    }

    footer .inner.container .vierspaltig .drei {
        width: 90%;
        float: right;
    }

    footer .inner.container .vierspaltig .vier {
        width: 90%;
    }

    footer .copyright, footer .hyperlinks {
        width: 100%;
    }
}

@media (min-width: 512px) and (max-width: 768px) {
    .container {
        width: 95%;
        margin: auto;
    }

    .button {
        font-size: 1em;
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    nav .nav__logo {
        width: 160px;
    }

    nav .nav__bar .bar__level1 {
        opacity: 0;
        -webkit-transition: all .3s ease .15s;
        -moz-transition: all .3s ease .15s;
        -o-transition: all .3s ease .15s;
        -ms-transition: all .3s ease .15s;
        transition: all .3s ease .15s;
    }

    nav .nav__bar.responsive .bar__level1 {
        opacity: 1;
    }

    nav .nav__bar.responsive ul.bar__level1 li {
        padding: 20px 0 0 20px;
    }

    nav .nav__bar .bar__level1 li:hover ul.bar__level2 {
        display: none;
    }

    nav .nav__bar li {
        position: absolute;
        top: -9999px;
    }

    nav .nav__bar.responsive li {
        position: relative;
        top: 0;
    }

    nav .nav__bar.responsive ul.bar__level1 {
        padding: 20px 25px 0 0;
    }

    nav .nav__responsive--element {
        display: block;
    }

    nav .nav__responsive--element a {
        display: block;
    }

    nav .nav__bar .bar__level1 li a {
        padding: 0;
    }

    nav .nav__bar li p, nav .nav__bar li .dropdown-icon {
        display: none;
    }

    .kopfbild .reihe {
        min-height: 200px;
    }

    .kopfbild .reihe .content {
        width: 60%;
    }

    .kopfbild .reihe .content .normal h1 {
        font-size: 2.5em;
    }

    .kopfbild .icon {
        padding-top: 70px;
    }

    .kopfbild .leer {
        width: 0;
    }

    .kachel {
        width: 100%;
        height: 200px;
    }

    .kachel.hellblau .kachelbeschriftung {
        background-color: rgba(0, 151, 184, 0.9);
    }

    .kachel.hellgruen .kachelbeschriftung {
        background-color: rgba(160, 197, 94, 0.9);
    }

    .kachel.dunkelgruen .kachelbeschriftung {
        background-color: rgba(58, 151, 86, 0.9);
    }

    .kachel.lila .kachelbeschriftung {
        background-color: rgba(166, 128, 181, 0.9);
    }

    .kachel.dunkelblau .kachelbeschriftung {
        background-color: rgba(0, 64, 117, 0.9);
    }

    .kachel.petrol .kachelbeschriftung {
        background-color: rgba(0, 163, 146, 0.9);
    }

    .kachel .kachelbeschriftung {
        display: block;
        padding: 50px 25px;
    }

    .kachel .kachelbeschriftung h3 {
        font-size: 1.3em;
    }

    .kachel .kachelbeschriftung p {
        font-size: 1.2em;
    }

    .infobox p {
        padding: 0;
        font-size: 1.5em;
    }

    .infobox img {
        max-width: 90px;
    }

    .infobox .links {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .infobox .rechts {
        width: 100%;
        height: 370px;
    }

    .infobox .rechts .infobox__video {
        height: 370px;
    }

    .teaser .row {
        display: block;
    }

    .teaser .row .left, .teaser .row .middle, .teaser .row .right {
        width: 100%;
        padding: 0;
    }

    .teaser .row .left {
        width: 100%;
    }

    .kontakt .titel h2 {
        font-size: 2.9em;
    }

    .kontakt .titel h3 {
        font-size: 1.2em;
    }

    .kontakt .kontaktbox .kopf {
        display: block;
    }

    .kontakt .kontaktbox .kopf .links, .kontakt .kontaktbox .kopf .mitte, .kontakt .kontaktbox .kopf .rechts {
        width: 100%;
        padding: 10px 10px 0 0;
        margin-bottom: 10px;
    }

    .kontakt .kontaktbox .kontaktinhalt .links {
        width: 100%;
    }

    .kontakt .kontaktbox .kontaktinhalt .rechts {
        width: 100%;
        border-radius: 0 0 30px 30px;
    }

    .historie .container .zeile .historiedaten h3 {
        line-height: 40px;
    }

    .historie .container .zeile {
        font-size: medium;
    }

    .historie .container .zeile .historiedaten {
        width: 30%;
        float: left;
        padding: 0;
        margin: auto;
    }

    .historie .container h3 {
        padding: 0;
    }

    .modelle .normal h1 {
        font-size: 2.9em;
    }

    .modelle .zentriert .produkttabelle {
        width: 100%;
    }

    .modelle .zentriert .produkttabelle .tabellenkopf .kopfzelle {
        width: 100%;
        padding: 15px 0;
    }

    .fliesstext.einspaltig{
        padding: 20px 0 80px;
    }

    .fliesstext.zweispaltig {
        display: block;
    }

    .fliesstext.zweispaltig .links, .fliesstext.zweispaltig .rechts {
        width: 100%;
        padding: 0;
    }

    .fliesstext.zweispaltig .rechts .zentriert {
        padding: 20px 0 0 0;
    }

    .fliesstext.zweispaltig .links.bild {
        height: 300px;
    }

    .fliesstext.zweispaltig .rechts.bild {
        height: 300px;
    }

    .fliesstext.dreispaltig .container .spalte {
        width: 100%;
    }

    .fliesstext.dreispaltig .container .spalte .huge {
        font-size: 3.2em;
        padding-bottom: 0;
    }

    .ansprechpartner {
        width: 100%;
    }

    .ansprechpartner .flex {
        display: flex;
    }

    .ansprechpartner .flex .person {
        width: 100%;
        display: flex;
    }

    .ansprechpartner .flex .person .daten {
        margin: 10px 0 0 0;
    }
	.play-button-outer {
		bottom: 300px;
	}

    footer .kontakt.vierspaltig {
        display: block;
    }

    footer .inner.container .vierspaltig .eins, footer .inner.container .vierspaltig .zwei, footer .inner.container .vierspaltig .drei, footer .inner.container .vierspaltig .vier {
        width: 100%;
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 95%;
        margin: auto;
    }

    .button {
        font-size: 1em;
        padding: 10px 10px;
        margin-bottom: 20px;
    }

    nav .nav__logo {
        width: 180px;
    }

    nav .nav__bar.responsive ul.bar__level1 li {
        padding: 10px 0 0 15px;
    }

    nav .nav__bar .bar__level1 li:hover ul.bar__level2 {
        display: none;
    }

    nav .nav__bar li {
        position: absolute;
        top: -9999px;
    }

    nav .nav__bar.responsive li {
        position: relative;
        top: 0;
    }

    nav .nav__responsive--element {
        display: block;
    }

    nav .nav__responsive--element a {
        display: block;
    }

    nav .nav__bar .bar__level1 li a {
        padding: 0;
    }

    nav .nav__bar li p, nav .nav__bar li .dropdown-icon {
        display: none;
    }

    .kopfbild .reihe {
        min-height: 200px;
    }

    .kopfbild .reihe .content {
        width: 60%;
    }

    .kopfbild .reihe .content .normal h1 {
        font-size: 2.5em;
    }

    .kopfbild .leer {
        width: 0;
    }

    .kachel {
        width: 100%;
        height: 200px;
    }

    .kachel.hellblau .kachelbeschriftung {
        background-color: rgba(0, 151, 184, 0.9);
    }

    .kachel.hellgruen .kachelbeschriftung {
        background-color: rgba(160, 197, 94, 0.9);
    }

    .kachel.dunkelgruen .kachelbeschriftung {
        background-color: rgba(58, 151, 86, 0.9);
    }

    .kachel.lila .kachelbeschriftung {
        background-color: rgba(166, 128, 181, 0.9);
    }

    .kachel.dunkelblau .kachelbeschriftung {
        background-color: rgba(0, 64, 117, 0.9);
    }

    .kachel.petrol .kachelbeschriftung {
        background-color: rgba(0, 163, 146, 0.9);
    }

    .kachel .kachelbeschriftung {
        display: block;
        padding: 50px 25px;
    }

    .kachel .kachelbeschriftung h3 {
        font-size: 1.4em;
    }

    .kachel .kachelbeschriftung p {
        font-size: 1.3em;
    }

    .infobox p {
        padding: 0;
        font-size: 1.5em;
    }

    .infobox img {
        max-width: 100px;
    }

    .infobox .links {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .infobox .rechts {
        width: 100%;
        height: 470px;
    }

    .infobox .rechts .infobox__video {
        height: 470px;
    }

    .teaser .row {
        display: block;
    }

    .teaser .row .left, .teaser .row .middle, .teaser .row .right {
        width: 100%;
        padding: 0;
    }

    .teaser .row .left {
        width: 100%;
    }

    .kontakt .titel h2 {
        font-size: 3.2em;
    }

    .kontakt .titel h3 {
        font-size: 1.3em;
    }

    .kontakt .kontaktbox .kopf {
        display: block;
    }

    .kontakt .kontaktbox .kopf .links, .kontakt .kontaktbox .kopf .mitte, .kontakt .kontaktbox .kopf .rechts {
        width: 100%;
        padding: 10px 10px 0 0;
        margin-bottom: 10px;
    }

    .historie .container .zeile .historiedaten h3 {
        line-height: 50px;
    }

    .historie .container .zeile {
        font-size: small;
    }

    .historie .container .zeile .historiedaten {
        width: 30%;
        float: left;
        padding: 0;
        margin: auto;
    }

    .historie .container h3 {
        padding: 0;
    }

    .modelle .normal h1 {
        font-size: 3.2em;
    }

    .fliesstext.einspaltig{
        padding: 20px 0 80px;
    }

    .fliesstext.zweispaltig {
        display: block;
    }

    .fliesstext.zweispaltig .links, .fliesstext.zweispaltig .rechts {
        width: 100%;
        padding: 0;
    }

    .fliesstext.zweispaltig .rechts .zentriert {
        padding: 20px 0 0 0;
    }

    .fliesstext.zweispaltig .links.bild {
        height: 300px;
    }

    .fliesstext.zweispaltig .rechts.bild {
        height: 300px;
    }
	.play-button-outer {
		bottom: 350px;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
    nav .nav__bar .bar__level1 {
        font-size: 0.8em;
    }

    .infobox .links {
        height: 500px;
    }

    .infobox .rechts {
        height: 620px;
    }

    .infobox .rechts .infobox__video {
        height: 620px;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .infobox .links {
        height: 500px;
    }

    .infobox .rechts {
        height: 620px;
    }

    .infobox .rechts .infobox__video {
        height: 620px;
    }

    nav .nav__bar .bar__level1 li:hover ul.bar__level2 {
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px 0;
    }

    .kachel.hellblau a:hover .kachelbeschriftung {
        background-color: rgba(0, 151, 184, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.hellgruen a:hover .kachelbeschriftung {
        background-color: rgba(160, 197, 94, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.dunkelgruen a:hover .kachelbeschriftung {
        background-color: rgba(58, 151, 86, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.lila a:hover .kachelbeschriftung {
        background-color: rgba(166, 128, 181, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.dunkelblau a:hover .kachelbeschriftung {
        background-color: rgba(0, 64, 117, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.petrol a:hover .kachelbeschriftung {
        background-color: rgba(0, 163, 146, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }
}

@media (min-width: 1920px) and (max-width: 3840px) {
    nav .nav__bar .bar__level1 li:hover ul.bar__level2 {
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px 0;
    }

    .kachel.hellblau a:hover .kachelbeschriftung {
        background-color: rgba(0, 151, 184, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.hellgruen a:hover .kachelbeschriftung {
        background-color: rgba(160, 197, 94, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.dunkelgruen a:hover .kachelbeschriftung {
        background-color: rgba(58, 151, 86, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.lila a:hover .kachelbeschriftung {
        background-color: rgba(166, 128, 181, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.dunkelblau a:hover .kachelbeschriftung {
        background-color: rgba(0, 64, 117, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }

    .kachel.petrol a:hover .kachelbeschriftung {
        background-color: rgba(0, 163, 146, 0.9);
        transition: 2s;
        -webkit-transition: 2s;
    }
}