/*
	Theme Name: PLICO A/S
	Template: yootheme
	Version: 1.6
	Author: Plico A/S
*/

/* --- Scrollbar --- */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
	background: var(--default);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

/* --- Kontaktformular --- */

.kontakt-left {
    width: 48.5%;
    float: left;
}

.kontakt-right {
    width: 48.5%;
    float: right;
}

@media only screen and (max-width:640px) {

    .kontakt-left,
    .kontakt-right {
        width: 100%;
    }

    .kontakt-left {
        margin-bottom: 20px;
    }
}

.clear {
    content: " ";
    display: block;
    clear: both;
}

textarea,
.wpcf7-form-control[type=number],
.wpcf7-form-control[type=text],
.wpcf7-form-control[type=textarea],
.wpcf7-form-control[type=tel],
.wpcf7-form-control[type=password],
.wpcf7-form-control[type=email],
.wpcf7-form-control[type=number],
.wpcf7-form-control[type=date],
.wpcf7-form-control[type=select],
.wpcf7-form-control.wpcf7-select {
	transition: .3s;
    width: 100%;
	border: none;
    border-bottom: solid 1px black;
    border-radius: 0px;
    background-color: white;
    padding: 5px 0px;
    font-size: 14px;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: #000;
    line-height: 18px;
    box-sizing: border-box;
    outline: none;
	text-transform: uppercase;
}
.wpcf7-form p {
		margin-top: -10px;
	padding: 0 !important;
	
}

textarea {
    height: 70px;
}

::placeholder {
	transition: .2s;
    color: black;
}

.wpcf7 input:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
	transform: translatey(-15px);
    font-size: 0.6em;
}

option {
    font-weight: inherit;
    color: inherit;
    font-size: 1em;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    transform: scale(1.2) translateX(-10px);
}

input.wpcf7-submit {
	width: auto;
    transition: .25s ease-in-out;
    display: block;
    background: var(--primary);
    color: white;
    line-height: unset;
    font-family: var(--secondary-font-family);
    font-size: 14px;
    font-weight: 400;
    text-transform: var(--text-transform-button);
    padding: 8px 30px;
    border: none;
    border-radius: var(--border-radius-button);
	letter-spacing: 1px;
	margin-bottom: -60px;
	-webkit-appearance: none !important;
	opacity: 1!important;
	appearance: none!important;
	margin-top: -25px;
	
}

input.wpcf7-submit:hover,
input.wpcf7-submit:focus,
input.wpcf7-submit:active {
    background: #a30302;
    border-color: transparent;
    color: white;
    cursor: pointer;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border: 1px solid #f7bd00;
}

.wpcf7 form .wpcf7-response-output {
    border-width: 1px;
}

.wpcf7-not-valid-tip {
    color: #ff0052;
	font-size: 0.85em;
}

/* --- Pop-up --- */

.pum-content {
    font-family: inherit;
    font-weight: inherit;
	font-size: inherit;
    line-height: 1.45;
}

.pum-close {
    transition: .4s ease-in-out;
}

.pum-close:hover {
    transform: rotate(90deg);
}

/* --- Custom - din kode her: --- */

