/*********************** LOGO & COLORS ***********************/
body {
    background-attachment: scroll;
    background-color: #fff;
    background-image: url('../images/background1.jpg');
    background-position: center top;
    background-repeat:repeat;
    /*background-size: calc(100%);*/
}


/* logo */
#logo
{
    background-image: url("../images/alain.png");
    background-repeat: no-repeat;
    width: 150px;
    height: 120px;
}

.zoom_coll2 {
    transition: transform .2s;
    margin: 0 auto;
}

    .zoom_coll2:hover {
        -ms-transform: scale(1.02); /* IE 9 */
        -webkit-transform: scale(1.02); /* Safari 3-8 */
        transform: scale(1.02);
    }

@media screen and (max-width:767px)
{
    #logo
    {
        background-size: 36px 26px;
        height: 36px;
    }
}

/* language */
.language-default li.active a {
    /*color: #cdaf97;*/
    color: #ad7b26;
}

.language-default a:hover {
    color: #ad7b26;

}

/* menu */
.navigation-default li li.first.active a, .navigation-default li li.first.active a:hover
{
    background: #fff url("../images/icon-home-active.png") no-repeat 0 0;
}

.navigation-default li li.active, .navigation-default li li.active a {
    color: #FFF;
    background-color: #ad7b26;
    border-radius: 5px;
}

    .navigation-default li li.active ul li.active a {
        color: #ad7b26;
        background: transparent none;
    }

    .navigation-default li li.active ul li.first.active a {
        color: #ad7b26;
        background: transparent none;
    }

    .navigation-default li li.active ul li ul li.active a {
        color: #ad7b26;
    }

    .navigation-default li li.active a:hover {
        background-color: #ad7b26;
        border-radius: 5px;
    }

/* mobile menu */
.responsejs .slicknav_nav li.active a {
    color: #ad7b26;
}

.responsejs .slicknav_nav li.hasChild li.active {
    background: #ad7b26;
}

.responsejs .slicknav_nav .sitewide-nav.slicknav_open a {
    color: #ad7b26;
}

.responsejs .slicknav_nav .sitewide-nav.hasChild li.active a {
    color: #ad7b26;
}

.responsejs .slicknav_menu .slicknav_btn:hover, .responsejs .slicknav_menu .slicknav_btn.slicknav_open {
    background: #ad7b26;
    border-radius: 5px;
}

/* algemeen */
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #ad7b26;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #ad7b26;
}

ul.feature-icons li:before {
    background: #ad7b26;
}

input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover, .button:hover {
    background-color: #ad7b26;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    background-color: #ad7b26;
    height: 3.75em;
}

ul.feature-icons li:before {
    background: #ad7b26;
}

input[type='text'], input[type='password'], input[type='email'], textarea, select {
    color: #ad7b26;
    font-family: pt_sansregular;
}

.fontxlarge_bold_color, .fontnormal_color, .fontlarge_color, .fontnormal_italic_color, .fontnormal_bold_color {
    color: #ad7b26;
}

.path-backbutton a {
    color: #ad7b26;
}

.error, .fontnormal_error, .fontnormal_bold_error {
    color: #d11f49;
}

.success, .fontnormal_success {
    color: #3878b5;
}


/*********************** EINDE LOGO & COLORS ***********************/



/********************** CUSTOM VOOR WEBSHOPAPP-ALAIN **********************/

.tblmobile {
    visibility: hidden;
    display: none;
}

.hidden {
    overflow:hidden;
}

.trheader{
    padding-top: 20px;
    padding-bottom: 30px;
}

.trsubtitle{
    padding-bottom: 30px;
}

.trinlog {
    padding-bottom: 70px;
}

/* fonts */
.fontxlarge_bold, .fontxlarge_bold_color
{
    font-size: 3rem;
    font-weight: bold;
    height: 100px;
}

.fontlarge_color, .fontlarge
{
    font-size: 2rem;
}

.fontlarge_bold, .fontlarge_bold_color, .fontlarge_bold_red, .fontnormal_bold_error
{
    font-size: 2rem;
    font-weight: bold;
}

.fontnormal, .fontnormal_bold, .fontnormal_italic, .fontnormal_italic_color, .fontnormal_color, .fontnormal_bold_color, .fontnormal_error, .fontnormal_bold_error, .fontnormal_success {
    font-size: 2rem;
}

.fontsmall, .fontsmall_italic, .fontsmall_italic_color, .fontsmall_color, .fontsmall_italic_red, .fontsmall_italic_orange, .fontsmall_bold, .fontsmall_bold_color {
    font-size: 1.7rem;
}

.fontnormal_bold, .fontnormal_bold_color, .fontsmall_bold, .fontsmall_bold_color {
    font-weight: bold;
}

.fontnormal_italic_color, .fontnormal_italic, .fontsmall_italic, .fontsmall_italic_color, .fontsmall_italic_red, .fontsmall_italic_orange, .fontlarge_italic
{
    font-style: italic;
}

.fontsmall_italic_color, .fontlarge_bold_color, .fontsmall_color, .fontsmall_bold_color {
    color: #ad7b26;
}

.fontsmall_italic_red, .fontlarge_bold_red
{
    color: red;
}

.fontsmall_italic_orange
{
    color: orange;
}

/* reisitems / voogden / inschrijvingen / berichten / mediaitems */
.divreisitems, .divvoogden, .divinschrijvingen, .divberichten, .divmediaitems {
    border-radius: 5px;
    background-color: #f3f3f1;
}

.divreisitem, .divvoogd, .divinschrijving, .divbericht, .divmediaitem, .divmediaitemtoevoegen {
    border-radius: 5px;
    background-color: #f3f3f1;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 1px;
    text-align: center;
}

.divreisitem, .divvoogd, .divinschrijving, .divbericht, .divmediaitemtoevoegen {
    padding-right: 10px;
}

    /* algemeen */
    .tdright
{
    vertical-align: middle;
    /*padding-right: 20px;*/
    width: 20px;
}

.tdsortsearch{
    text-align: left; 
    width:150px;
}

.tdinvoer_column1
{
    width: 150px;
}

.tdinvoer_column2
{
    width: 150px;
    vertical-align: top;
}

.tdimage
{
    text-align:center;
    width: 300px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 40px;
    padding-bottom: 6px;
    height: 180px;
}

.image_horizontaal 
{
    width: 250px;
    border-radius: 5px;
}

.image_verticaal
{
    height: 250px;
    border-radius: 5px;
}

.image_medium
{
    width: 110px;
    border-radius: 5px;
}

.image_small
{
    width: 45px;
    vertical-align:middle;
    padding-left:10px;
}

.image_xsmall
{
    width: 26px;
}

.tblovz, .tblovz_1
{
    width: 490px;
}

.tblovz
{
    height: 110px;
}

.dropdown, .dropdown_right
{
    padding-right: 5px;
    font-size: 1.8rem;
    height: 2.5em;
    width: 250px;
}

.dropdown_datum {
    padding-right: 5px;
    font-size: 1.8rem;
    height: 2.5em;
    width: 160px;
}

.dropdown_right
{
    display:inline;
}

.textbox_large
{
    height: 2.5em;
    width: 100px;
    font-size: 1.8rem;
    width: 500px;
}

.textbox_normal
{
    height: 2.5em;
    width: 100px;
    font-size: 1.8rem;
    width: 250px;
}

.upload_voogd {
    height: 2.5em;
    font-size: 1.8rem;
    width: 500px;
}

.ahref:hover
{
    text-decoration: none;
}

.ahrefunderline
{
    text-decoration: underline;
}

.ahrefunderline:hover
{
    text-decoration: underline;
}

.tdgooglemap {
    height: 550px;
    background-repeat: no-repeat;
    background-size: 690px;
    background-position: center;
}

#googlemap {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 845px;
    height: 500px;
}

.btnactie {
    height: 3.75em;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.memo
{
    height: 400px;
    width: 100%;
}

#html5-watermark, #html5-elem-data-box {
    display: none !important;
}

#html5-elem-box {
    border-radius: 5px;
}

.tdfelicitatie
{
    height:150px;
}

.wrapper
{
    opacity:0.9;
}

/* countdown */
:root {
    --color-white: #ffffff;
    --color-black: #202020;
    --color-glass: rgba(255, 255, 255, 0.05);
    --color-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.heading {
    text-align: center;
    margin-bottom: 4em;
}

    .heading h1 {
        text-shadow: var(--color-shadow);
        font-size: 3.2em;
        font-weight: 800;
        letter-spacing: 0.15em;
        color: #ad7b26;
    }

.countdown {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.box {
    width: 20vmin;
    height: 25vmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

span.num {
    background-color: var(--color-glass);
    backdrop-filter: blur(12px);
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    box-shadow: var(--color-shadow);
    border-radius: 0.1em;
}

    span.num:after {
        content: "";
        position: absolute;
        background-color: var(--color-glass);
        height: 100%;
        width: 50%;
        left: 0;
    }

span.text {
    background-color: var(--color-white);
    color: var(--color-black);
    display: block;
    width: 80%;
    position: relative;
    text-align: center;
    bottom: 20px;
    padding: 0.7em 0;
    font-weight: 600;
    border-radius: 0.3em;
    box-shadow: var(--color-shadow);
}

.heading_h1 {
    text-shadow: var(--color-shadow);
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #ad7b26;
}

#container{
}
#floated{
    float: right;
}

.contact{
    color: #fff;
}

@media screen and (max-width:767px) {
    p, .text, label {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .tbldesktop {
        visibility: hidden;
        display: none;
    }

    .tblmobile {
        visibility: visible;
        display: table;
    }

    .tdsortsearch {
        text-align: left;
        width: 75px;
    }

    .trheader {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .trsubtitle {
        padding-bottom: 10px;
    }

    .trinlog {
        padding-bottom: 40px;
    }

    /* fonts */
    .fontxlarge_bold, .fontxlarge_bold_color {
        font-size: 2rem;
    }

    .fontlarge_color {
        font-size: 1.5rem;
    }

    .fontlarge_bold, .fontlarge_bold_color, .fontlarge_bold_red, .fontlarge, .fontlarge_italic {
        font-size: 1.3rem;
    }

    .fontnormal, .fontnormal_bold, .fontnormal_italic, .fontnormal_italic_color, .fontnormal_color, .fontnormal_italic, .fontnormal_bold_color, .fontnormal_error, .fontnormal_bold_error, .fontnormal_success {
        font-size: 1.3rem;
    }

    .fontsmall, .fontsmall_italic, .fontsmall_italic_color, .fontsmall_color, .fontsmall_italic_red, .fontsmall_italic_orange, .fontsmall_bold, .fontsmall_bold_color {
        font-size: 1rem;
    }

    /* algemeen */
    .tdright {
        vertical-align: bottom;
        /*padding-right: 5px;*/
        width: 5px;
    }

    .tdinvoer_column1 {
        width: 90px;
    }

    .tdinvoer_column2 {
        width: 120px;
        vertical-align: top;
    }

    .tdimage {
        width: 180px;
        vertical-align: top;
        padding-left: 6px;
        padding-right: 10px;
        padding-bottom: 4px;
        height: 110px;
    }

    .image_horizontaal {
        width: 150px;
    }

    .image_verticaal {
        height: 150px;
    }

    .image_medium {
        width: 80px;
    }

    .image_small {
        width: 33px;
    }

    .image_xsmall {
        width: 25px;
    }

    .tblovz, .tblovz_1 {
        width: 220px;
    }

    .tblovz {
        height: 80px;
    }

    .dropdown, .dropdown_right {
        padding-right: 5px;
        font-size: 1.3rem;
        height: 2.7em;
        width: 180px;
    }

    .dropdown_datum {
        font-size: 1.3rem;
        height: 2.7em;
        width: 110px;
    }

    .dropdown_right {
    }

    .textbox_large {
        height: 2em;
        font-size: 1.3rem;
        width: 180px;
    }

    .textbox_normal {
        height: 2em;
        font-size: 1.3rem;
        width: 200px;
    }

    .upload_voogd {
        height: 2em;
        font-size: 1.3rem;
        width: 150px;
    }


    #googlemap {
        height: 230px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 260px;
    }

    .tdgooglemap {
        height: 230px;
        background-repeat: no-repeat;
        background-size: 280px;
        background-position: center;
    }

    .btnactie {
        font-size: 0.9rem;
    }

    .tdfelicitatie {
        height: 50px;
    }

    #footer-wrapper .footer-default .statement p, .contact {
        color: #ad7b26;
    }

    .heading {
        margin-bottom: 2em;
    }

    .heading h1 {
        font-size: 2.2em;
    }

    body {
        background-image: url('../images/background_767.jpg');
        background-position: center top;
        background-repeat: no-repeat;
    }

    span.num {
        font-size: 2em;
    }

    .afz
    {
        padding-top: 0px;
        font-size: 15px;
    }

}
/********************** EINDE CUSTOM VOOR WEBSHOPAPP-ALAIN **********************/
