.mobile-only {
  display: none;
}

.context-text-btn {
	display: flex;
	justify-content: center;
}

.fa-phone-alt.outline:before {
    content: "\f879";
    -webkit-text-stroke: 1.5px currentColor;
    -webkit-text-fill-color: transparent;
}

.fa-phone-outline:before {
    content: "\f879";
    font-family: "FontAwesome"; /* oder welche Font-Family die anderen Icons haben */
    font-weight: 300;
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767.9px) {
		.mobile-only {
				display: inline-block;
		}
		.mobile-text {
				text-decoration: underline !important;
				text-align: center;
				color: #c0c3d0 !important;
				font-size: 16px !important;
		}
		.mobile-text:hover {
				color: #f9f9f9 !important;
		}
}
@media (max-width: 782.9px) {
    .respo-no-btn {
      display: none;
    }
}