.kontmap__text iframe {
    width: 100%;
    height: 500px;
}

.line_dattt {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 10px;
}

.line_dattt strong {
    width: 150px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-right: 10px;
}

.line_dattt a {
    text-decoration: none;
}

.line_dattt a:hover {
    text-decoration: underline;
}

.line_dattt a:hover span {
    text-decoration: inherit;
}