.Deckblatt{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.Deckblatt__logo{position: absolute;z-index: 10;left: 50%;top: 1rem;-webkit-transform: translateX(-50%);transform: translateX(-50%);width: 80%;max-width: 500px}@media (min-width: 48em){.Deckblatt__logo{top: 4rem}}.Deckblatt__half{position: relative;width: 100%;height: 50vh;background-size: cover}@media (min-width: 48em){.Deckblatt__half{width: 50%;height: 100vh}}.Deckblatt__overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);-webkit-transition: background-color .25s ease;transition: background-color .25s ease}.Deckblatt__overlay:hover{background-color: rgba(0,34,146,0.4)}.Deckblatt__text{position: absolute;z-index: 10;left: 50%;top: 50%;width: 100%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);color: white;font-size: 2rem;text-align: center}@media (min-width: 62em){.Deckblatt__text{font-size: 3rem}}@media (min-width: 75em){.Deckblatt__text{font-size: 3.8rem}}.Deckblatt__text--1{top: 60%}@media (min-width: 48em){.Deckblatt__text--1{top: 50%}}.Deckblatt__text--2{top: 40%}@media (min-width: 48em){.Deckblatt__text--2{top: 50%}}.Deckblatt__brands{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: absolute;z-index: 10;left: 50%;top: 50%;width: 100%;padding: 0 2rem;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}@media (min-width: 48em){.Deckblatt__brands{top: auto;bottom: 2rem;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0)}}.Deckblatt__brand{margin-left: 1.5rem}@media (min-width: 36em){.Deckblatt__brand{margin-left: 4rem}}.Deckblatt__brand:first-child{margin-left: 0}