/*
Theme Name: Twenty Twenty Child Custom
Theme URL: https://dbjob.dk/
Description: Twenty Twenty Child Custom Theme
Author: SR
Author URL: https://dbjob.dk/
Template: twentytwenty
Version: 1.0.1
Text Domain: twentytwenty-child
*/


/******* P R A E S T E J O B ***********/

/*******************************
*
*   generiske basis
*
*******************************/

:root {
    --dbjBasisBack: rgb(246,246,245);
    --dbjPrimary: rgb(109,111,100); /* brun */
    --dbjPrimarySecondary: white;
    --dbjSecondary: rgb(183,18,52);
    --dbjFooter: rgb(177,179,179);
    --dbjYellow: rgb(183,18,52);
    --dbjBokse: white;
    --dbjTxtPrimary: rgb(101,101,101);
    --dbjTxtSecondary: rgb(109,111,100);
    --contentWidth: 640px;
    --contentWiderWidth: 740px;
    --defaultFontSize: 1.3rem;
    --font-family: 'Roboto Slab', serif;
}


.wp-block-button__link, .dbj_jobHeadline a, .dbj_boxtype_advanced {
    text-transform: none;
    font-weight: normal;
}



.dbj_headerBox {
    font-weight: normal;
}


.dbj_jobbet div {
    color: var(--dbjTxtPrimary);
}

.dbj_jobrullator .item a {
    text-transform: none;
}

.dbj_miniTxt, .dbj_miniTxt a, input[type="submit"], .wp-block-button__link, .dbj_headerBox {
    font-size: 1.3rem;
}


.dbj_jobSearchBox input[type="text"] {
    font-size: 1.4rem;
}

.dbj_jobagentBox {
    color: #d9d9d9;
}


/*******************************
*
*   rådgivning
*
*******************************/

.raadgivning {
    width: 100%;
    max-width: var(--contentWiderWidth);
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    margin-top: 1em;
    background-color:#8f993E;
    font-size: 16px;
}
.raadgivning a{
    color:black !important;
}

@media only screen and (min-width: 1270px) {
    .raadgivning
    {
        max-width: 230px;
    }
    
}


/*******************************
*
*   leftwidget
*
*******************************/


@media only screen and (max-width: 1100px) {
    
    .dbj_leftWidget .dbj_jobagentBox
    {
        display:none;
    }
}







