:root {
    --u-color-purple: #a24680;
    --u-color-orange: #f07d00;
    --u-color-blue: #00aaff;
    --u-color-green: #00c300;
}

html, body {
    font-family: 'Meta Pro Regular';
}

.iframe-body, .fixed-top {
    background-color: #f2f2f2;
}

.woordenboek-iframe {
    overflow-x: hidden;
}
#iframe-header .header{
    height: 200px;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}

.orange-txt {
    color: var(--u-color-orange);
}

.vh-100 {
    height: 100vh;
}

.mt-250 {
    margin-top: 250px;
}

.searcher {
    position: fixed;
    top: 250px;
    width: 80%;
}

.type-txt {
    margin-bottom: 150px;
}

.searcher input, .searcher input[type=text]:focus {
    border: 1px solid lightgrey;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    padding: 1px 20px;
    width: 100%;
}

.searcher input[type=text]::placeholder {
    color: lightgrey;
}


.title {
    color: #fff;
    margin-top: 25px;
    font-weight: 700;
}

.woordenboek-search input, .woordenboek-search input[type=text]:focus {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    padding: 1px 20px;
    width: 100%;
}

.woordenboek-search input[type=text]::placeholder {
    color: lightgrey;
}

.search-col {
    width: 100%;
    position: relative;
    display: flex;
}

.woordenboek-search h4 {
    font-family: 'Meta Pro Bold';
    font-size: 25px;
}

#word-list {
    list-style-type: none;
    padding: 0;
}

#word-list li {
    clear: both;
}

#word-list li div {
    width: 30%;
    float: left;
    padding: 20px 30px;
}

.category-title {
    display: none;
}

#word-list .row div:nth-of-type(1) {
    padding: 20px 0;
    font-size: 27px;
    font-weight: 700;
}

#word-list .row div:nth-of-type(3) {
    /*color: var(--u-color-orange);*/
    font-weight: normal;
    cursor: pointer;
}

#word-list .row {
    padding: 0 1rem;
    margin-right: 1rem;
}

#word-list .row div {
    padding: 0;
}

#word-list h5, #word-list h6 {
    /*color: #a24680;*/
    font-weight: 600;
    font-size: 1.25rem;
}

#type{
    color: #000 !important;
}

#footer {
    background-color: #a24680;
}

#iframe-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
}

.search {
    width: 100%;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.fa.fa-search {
    color: #fff;
}

.searchButton {
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    background-color: var(--u-color-orange);
}

.hidden {
    display: none;
}

.right-blk {
    text-align: right;
}
.modal-body{
    padding: 0;
}
.modal-content{
    border-radius: 0;
    height: 552px;
}
.modal-dialog{
    top: 45%;
    transform: translateY(-50%);
}
textarea {
    position: relative;
    outline: none;
    border: none;
    resize: none;
    background: inherit;
    color: inherit;
    width: 90%;
    font-size: 16px;
    font-family: inherit;
    line-height: inherit;
    text-align: inherit;
    padding-right: 1.5rem;
    overflow-y: scroll;
}

#mainColor, #secondaryColor{
    width: 200px;
    padding: 5px !important;
    border: 1px solid #cccccc;
    border-left: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.edit-color-label{
    font-size: 12px;
}
input[type=color] {
    cursor: pointer;
}
.copy-text{
    text-transform: uppercase;
    cursor: pointer;
}
.sp-colorize{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.sp-colorize-container{
    background-image: none !important;
}

.modal-title{
    font-size: 15px;
    width: 90%;
}


@media screen and (max-width: 992px) {
    .right-blk {
        text-align: left;
    }

    .modal-content{
        border-radius: 0;
        height: auto;
    }

    #iframe-footer span {
        margin: 15px;
    }

    .link-container {
        margin-top: 15px;
    }

    .vh-100 {
        height: auto !important;
    }

    #word-list h5, #word-list h6 {
        font-size: 1rem;
    }

    .mob-t-1 {
        margin-top: 1rem !important;
    }
    .woordenboek-modal-content{
        padding: 1rem !important;
    }
    .modal-body{
        padding: 1rem;
    }
    .modal-title{
        font-size: 18px;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .header div div{
        padding: 0 !important;
    }
    .title{
        font-size: 2rem;
    }
    .header h1, .header h4{
        padding-left: 20px;
    }
    #word-list .row.my-4 {
        margin-top: 0rem !important;
    }

    #word-list .row div:nth-of-type(1) {
        padding: 0;
    }

    .purple-theme {
        height: 100%;
    }

    .list-blk {
        padding-top: 0 !important;
    }

    .purple-theme .title {
        color: #fff;
        padding: 1.25rem;
        margin: 0;
        font-size: 1.25rem;
    }

    .purple-theme h4 p {
        padding: 0 1.25rem 1.25rem;
        font-size: 1.15rem;
    }

    .woordenboek-search h5 {
        font-size: 1rem;
    }

    .list-blk {
        margin-top: 0 !important;
    }
    .close{
        margin: 0 !important;
    }
    textarea{
        width: 100%;
    }
    textarea {
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .sp-picker-container {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .modal-title{
        font-size: 14px !important;
    }
}

/*height*/
@media screen and (max-height: 550px) {
    .modal-dialog{
        overflow-y: initial;
    }
    .modal-body{
        height: 80vh;
        overflow-y: auto;
    }
}