.grid-section a {
    color: #018594;
}

    /*.grid-section .whitecolor {
        color: #ffffff;
    }*/
  /*  .grid-section a strong {
        font-weight: normal;
        color: white;
    }*/

.green-section .whitecolor {
    font-weight: 700;
    color: #ffffff;
    font-size: 24px;
    line-height: 2;
}

.has-bg {
    background-size: cover;
}

.margin-25 {
    margin: 25px 0;
}

.margin-50 {
    margin: 50px 0;
}

.header__middel-container .navbar-form .form-control {
    background: rgba(211,211,211, 0.9);
}

.white-bg {
    background-color: white;
}

.white-bg {
    color: black;
}

    .white-bg h3 {
        color: black;
    }

    .white-bg .row {
        margin-top: 0;
    }

.mette-test a {
}

.no-margin-rows .row {
    margin-top: 0;
}

.teal-bg-light {
    color: white;
    background-color: rgba(1, 133, 148, 0.4) !important;
}

    .teal-bg-light h3 {
        color: white;
    }

    .teal-bg-light p {
        color: white;
    }

.visitkort {
    background-color: white;
    padding: 10px;
    border: solid 1px white;
    border-radius: 15px;
    -webkit-box-shadow: 14px 20px 17px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 14px 20px 17px -20px rgba(0,0,0,0.75);
    box-shadow: 14px 20px 17px -20px rgba(0,0,0,0.75);
}

    .visitkort img {
        float: left;
        margin-right: 15px;
    }
    .green-section tr td {
        width: fit-content !important;
        text-align: center !important;
        max-width: fit-content;
        display: inline-flex;
        margin: 0 30px;
        flex-wrap: wrap;
        width: auto !important;
    }
    .green-section tr {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .green-section h3 {
        margin-bottom: 30px;
    }

@media(max-width:700px) {
    .visitkort img {
        float: none;
        margin-right: 0px;
    }
    .green-section tr td {
        width: 100% !important;
        margin: 0;
    }
    .green-section tr  {
        display: grid;
    }
    .green-section tr td h3 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}
