/* Lønpartnersiden */
.card {
    background-color: #FFFFFF;
    color: black;
    padding: 3rem;
    height: 10rem;
    border: 1px solid;
    border-radius: 6px;
    border-color: #DBDBDB;
}

.cards {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

h1.custom {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

h2.custom {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 60px;
}

.regularomos .content h3 {
    line-height: 30px;
}

.introduktion {
    font-size: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.button-widget {
    border-bottom: none !important;
}

.coverbranch p {
    max-width: 720px;
}

@media screen and (max-width: 600px) {
    .grid .col-2-4 .textwrapper {
        text-align: left;
    }
}

/* MailChimp forms */
#mc_embed_signup .mc-field-group label,
#mc_embed_signup p,
.indicates-required {
    display: none;
}


/* Fjern overlay på specifikke widgets med klassen "no-overlay" */
.no-overlay .regularomos {
	background: none;
}

.ctaboks .button-widget {
	padding-bottom: 150px !important;
	padding-top: 150px !important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 10px;
}

form input[type="submit"],
form button[type="submit"],
#mc_embed_signup .button {
    width: 100% !important;
    display: block;
    position: relative;
    border: none;
    background-color: #2B9EDC;
    outline: none;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px auto;
    -webkit-appearance: none !important;
    border-radius: 0;
}