.KontaktierenSieMich{height: 70px;background-color: #d9eaf0;width: 100%;margin: 30px 0 0 0;padding-top: 20px;display: -ms-grid;display: grid;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: background-color 200ms ease-in-out;transition: background-color 200ms ease-in-out}a:hover > .KontaktierenSieMich{background-color: #c7e0e9}.KontaktierenSieMich__wrapper{height: 30px;margin: 0;padding: 0}.KontaktierenSieMich__icon{background-image: url("/assets/icons/contact_me_icon.png");height: 30px;width: 30px;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position: center}.KontaktierenSieMich__text{position: relative;top: -8px;height: 30px;display: inline-block;font-family: sans-serif;font-weight: 100;background-color: #32afd7;color: #fff;font-size: medium;padding: 5px 15px 5px 15px;-webkit-transition: background-color 200ms ease-in-out;transition: background-color 200ms ease-in-out}.KontaktierenSieMich__text:hover{background-color: #2390b3}