.Bildtext__content{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}@media (min-width: 48em){.Bildtext__content{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row}}.Bildtext__content .title{font-size: 34px}.Bildtext__imagewrapper{height: 300px;width: 100%;margin-bottom: 1.5rem}@media (min-width: 48em){.Bildtext__imagewrapper{margin-bottom: 0;height: 392px;width: 400px;min-width: 400px}}@media (min-width: 62em){.Bildtext__imagewrapper{height: 492px;width: 600px;min-width: 600px}}@media (min-width: 104em){.Bildtext__imagewrapper{height: 592px;width: 800px;min-width: 800px}}@media (min-width: 48em){.Bildtext__imagewrapper--imageleft{margin-right: 4rem}}@media (min-width: 48em){.Bildtext__imagewrapper--imageright{margin-left: 4rem;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2}}.Bildtext__text{-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}.Bildtext__image{background-size: cover;width: 100%;height: 100%}.Bildtext__link{margin-top: 2rem;background-color: #007379;color: #fff;display: inline-block;padding: 18px 32px;text-transform: uppercase;font-family: Titillium;font-weight: 600;-webkit-transition: background-color .25s ease;transition: background-color .25s ease;-webkit-transform: skewY(-3deg);transform: skewY(-3deg)}.Bildtext__link span{display: inline-block;-webkit-transform: skewY(3deg);transform: skewY(3deg)}.Bildtext__link:hover{color: #fff;background-color: #00646a}