/************************************
	Kinderdijk
*************************************/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,700;1,400;1,700&family=Yeseva+One&display=swap');


/************************************
	Header
*************************************/

header {
    padding: 0;
}

header .logo-container .wrap {
    padding: 20px;
}

header .logo-container img {
    height: 55px;
    width: auto;
}

header .banner {
    background-image: url(../images/background/banner.jpg);
    background-position: center center;
}

@media screen and (min-width: 650px) {
    header .logo-container img {
        height: 55px;
        width: auto;
    }
}

/************************************
	Buttons
*************************************/

.button {
    height: 40px;
    line-height: 36px;
    font-weight: 400;
}

.button.prev {
    background: transparent;
    border-color: #122545;
    color: #122545;
}

/************************************
	Datepicker Calendar
*************************************/

.ui-datepicker-inline .ui-datepicker-header {
    background: #122545;
    border-color: #122545;
}

.ui-datepicker-inline .ui-state-active {
    color: #000000;
}

.ui-datepicker-inline .ui-datepicker-current-day .ui-state-active {
    background: #122545;
    border-color: #122545;
}

/************************************
	Selectmenu
*************************************/

.ui-menu-item-wrapper.ui-state-active {
    background: #122545;
}

/************************************
	Icons
*************************************/

:checked ~ label .icon {
    color: #122545 !important;
}

/************************************
	.text-list
*************************************/

.text-container ul li:before,
.text-list li:before {
    background: #122545 !important;
}

/************************************
	Background
*************************************/

.gt-background-main {
    background: #ffffff !important;
}

.gt-background-second {
    background: #122545 !important;
}

.gt-background-third {
    background: transparent !important;
}

.gt-background-fourth {
    background: #f2f2f2 !important;
}

/************************************
	Border-color
*************************************/

.gt-border-color-main {
    border-color: #ffffff !important;
}

.gt-border-color-second {
    border-color: #122545 !important;
}

.gt-border-color-third {
    border-color: #000000 !important;
}

.gt-border-color-fourth {
    border-color: #f2f2f2 !important;
}

/************************************
	Border-radius
*************************************/

.gt-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/************************************
	Font Family
*************************************/

.gt-font-family {
    font-family: 'Crimson Text', serif !important;
    font-weight: 400;
}

.gt-font-family-second {
    font-family: 'Yeseva One', cursive !important;
    font-weight: 700;
}

/************************************
	Font Color
*************************************/

.gt-font-color-main {
    color: dimgray !important;
}

.gt-font-color-second {
    color: #071132 !important;
}

.gt-font-color-third {
    color: dimgray !important;
}

.text-container a,
.gt-font-color-fourth {
    color: #122545 !important;
}

.gt-font-color-fifth {
    color: #122545 !important;
}

/************************************
	Font size
*************************************/

.gt-font-size {
    font-size: 18px !important;
}

.gt-font-size-second {
    font-size: 18px !important;
}

/************************************
   Custom
*************************************/

