h1, .title {
    margin: 0 0 0.6em 0;
    color: #a5017d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

h2, h2.title {
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
}

h3, h3.title {
    color: #82166b;
    margin: 0 0 1em 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
}

h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}

    h4.title {
        margin: 0 0 0.6em 0;
        color: #a5017d;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
    }

h5, h6 {
    margin: 0px;
    font-size: 14px;
    color: #a5017d;
    font-weight: 700;
}

h7 {
    margin: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

p {
    margin: 0 0 1.2em 0;
}

a {
    color: #a5017d;
}


.form {
}

    .form label {
        display: block;
        padding-bottom: 12px;
    }

    .form input[type=text],
    .form input[type=tel],
    .form input[type=email],
    .form input[type=password],
    .form input[type=number],
    .form textarea {
        display: block;
        width: 100%;
        border: 2px solid #d1d1d1;
        border-radius: 6px;
        height: 65px;
        padding: 0 15px;
        margin-bottom: 25px;
        -webkit-appearance: none;
    }

    .form textarea {
        padding: 10px 15px;
        height: 200px;
        max-height: 30vh;
    }

    .form input[type=file] {
        display: block;
        width: 100%;
        border: 2px solid #d1d1d1;
        border-radius: 6px;
        height: 65px;
        padding: 0 15px;
        margin-bottom: 25px;
    }

.formrow {
    padding-left: 0;
    margin: 0 0 12px 0;
}

.form select {
    width: 100%;
    margin-bottom: 25px;
}

/* IMAGE UPLOAD */

.preview-container {
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 350px;
    background-color: #f8f8f8;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
    position: relative;
    border: 2px solid #d1d1d1;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.rectangle {
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #00bfa5;
}

    .rectangle::before {
        display: block;
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 48px;
        border-radius: 50%;
        width: 48px;
        border: 2px solid rgba(255, 255, 255, .6);
        outline: 1px solid rgba(0, 0, 0, .6);
        transition: .1s width ease-in-out, .1s height ease-in-out;
    }

.size-preview {
    color: #a5017d;
}

.coordinates {
    margin-top: 10px;
}

.select2-container--default {
    margin-bottom: 25px !important;
}

    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--multiple {
        border: 2px solid #d1d1d1 !important;
        height: auto;
        min-height: 65px !important;
        /*height: 65px !important;*/
        border-radius: 6px !important;
        /*margin-bottom: 25px;*/
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        display: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 65px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        line-height: 50px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container--default .select2-selection--multiple .select2-selection__arrow {
        height: auto;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        height: 90%;
    }

.checkbox {
    display: inline-block;
    width: 28px;
    margin: 0 5px 0 0;
    position: relative;
}

    .checkbox label {
        cursor: pointer;
        position: absolute;
        width: 28px !important;
        height: 28px !important;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 4px;
        border: 2px solid #d1d1d1;
    }

        .checkbox label:after {
            content: '\f00c';
            font-family: 'FontAwesome';
            position: absolute;
            /*width: 16px;
	    height: 16px;*/
            top: 0;
            left: 4px;
            transition: color 0.2s ease;
            /*border: 3px solid #333;
	    border-top: none;
	    border-right: none;
	    transform: rotate(-45deg);*/
        }

        .checkbox label:hover::after {
            color: #ccc;
        }

    .checkbox input[type=checkbox]:checked + label:after {
        /*background: #82166b;
        background: -moz-linear-gradient(-45deg, #82166b 0%, #e40010 100%);
        background: -webkit-linear-gradient(-45deg, #82166b 0%,#e40010 100%);
        background: linear-gradient(135deg, #82166b 0%,#e40010 100%);*/
        color: #82166b;
    }

    .checkbox + label {
        display: inline-block;
        padding: 2px 0 0 12px;
        width: calc(100% - 50px);
        cursor: pointer;
        vertical-align: text-top;
    }

.buttonlink {
    display: inline-block;
    background-image: linear-gradient(135deg, #4c2084 0%, #732086 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 30px;
    letter-spacing: 0.023em;
    border: none;
    border-radius: 6px;
    -webkit-appearance: none;
    box-shadow: 0 8px 20px rgba(111, 32, 133, 0.34);
}

    .buttonlink.download {
        background-image: none;
        background-color: transparent;
        border: 2px solid #502084;
        border-radius: 6px;
        color: #502084;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: normal;
    }

    .buttonlink:before,
    .buttonlink:after {
        font-family: 'FontAwesome';
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.2s ease;
    }

    .buttonlink:after {
        content: '\f105';
        margin: 0 0 0 10px;
    }

    .buttonlink.back:before {
        content: '\f104';
        margin: 0 0 0 10px;
    }

    .buttonlink.delete:after {
        content: '\f014';
    }

    .buttonlink.download:after {
        content: '\f019';
    }

    .buttonlink:hover:after {
        margin: 0 0 0 10px;
    }

    .buttonlink:hover:before {
        margin: 0 0 0 10px;
    }

    .buttonlink.back:after {
        display: none;
    }

.backgroundcliptext .text-gradient {
    display: inline-block;
    background: #a5017d;
    background: -moz-linear-gradient(-45deg, #e6000a 0%, #bd0082 100%);
    background: -webkit-linear-gradient(-45deg, #e6000a 0%,#bd0082 100%);
    background: linear-gradient(135deg, #e6000a 0%,#bd0082 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn {
    display: block;
    padding: 15px 25px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all ease-in-out .3s;
}

    .btn.btn-primary {
        display: inline-block;
        text-decoration: none;
        background: #a5017d;
        color: #fff;
        font-weight: 600;
        padding: 12px 28px;
        border: 2px solid #fff;
        border-radius: 6px;
        padding: 18px 25px;
    }

        .btn.btn-primary:hover {
            background: #fff;
            color: #a5017d;
            border: 2px solid #a5017d;
        }

.no-backgroundcliptext .text-gradient {
    color: #a5017d;
}

.arrowlink {
    display: inline-block;
    text-decoration: none;
}

    .arrowlink:before {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid #a5017d;
        margin-right: 10px;
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 20px;
        text-align: center;
        line-height: 1;
        padding-top: 4px;
        vertical-align: middle;
    }

    .arrowlink:hover:before {
        background: #a5017d;
        color: #fff;
    }

.align-right {
    text-align: right;
}

.validation-summary-errors,
.field-validation-error {
    color: #e6000a;
}

/* v2 default styles new */

.hide-till-sm {
    display: none;
}

@media only screen and (max-width : 768px) {
    .hide-till-sm {
        display: block;
    }
}




.trumbowyg-box {
    margin-bottom: 15px !important;
}

@media only screen and (max-width : 1024px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
}

@media only screen and (max-width : 768px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width : 480px) /* Als je de width aanpast pas ook de media query aan in simplegrid */ {
}


/* Background image */
.bg-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-image.left-top {
        background-position: left top !important;
    }

        .bg-image.left-top .bg-image-img {
            object-position: left top;
        }

    .bg-image.center-top {
        background-position: center top !important;
    }

        .bg-image.center-top .bg-image-img {
            object-position: center top;
        }

    .bg-image.right-top {
        background-position: right top !important;
    }

        .bg-image.right-top .bg-image-img {
            object-position: right top;
        }

    .bg-image.left-center {
        background-position: left center !important;
    }

        .bg-image.left-center .bg-image-img {
            object-position: left center;
        }

    .bg-image.center-center {
        background-position: center center !important;
    }

        .bg-image.center-center .bg-image-img {
            object-position: center center;
        }

    .bg-image.right-center {
        background-position: right center !important;
    }

        .bg-image.right-center .bg-image-img {
            object-position: right center;
        }

    .bg-image.left-bottom {
        background-position: left bottom !important;
    }

        .bg-image.left-bottom .bg-image-img {
            object-position: left bottom;
        }

    .bg-image.center-bottom {
        background-position: center bottom !important;
    }

        .bg-image.center-bottom .bg-image-img {
            object-position: center bottom;
        }

    .bg-image.right-bottom {
        background-position: right bottom !important;
    }

        .bg-image.right-bottom .bg-image-img {
            object-position: right bottom;
        }

    .bg-image .bg-image-img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .bg-image.contain {
        background-size: contain;
    }

        .bg-image.contain .bg-image-img {
            object-fit: contain;
        }

    .bg-image > * {
        position: relative;
        z-index: 1;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /* Background image */
    .bg-image .bg-image-img {
        display: none !important;
    }
}
