/************************************
	CBK Emmen
*************************************/

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamRounded-Bold.woff2") format("woff2"),
    url("../fonts/GothamRounded-Bold.woff") format("woff"),
    url("../fonts/GothamRounded-Bold.ttf") format("truetype"),
    url("../fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-BoldItalic.eot");
  src: url("../fonts/GothamRounded-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamRounded-BoldItalic.woff2") format("woff2"),
    url("../fonts/GothamRounded-BoldItalic.woff") format("woff"),
    url("../fonts/GothamRounded-BoldItalic.ttf") format("truetype"),
    url("../fonts/GothamRounded-BoldItalic.svg#GothamRounded-BoldItalic")
      format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GothamRounded-Book.woff2") format("woff2"),
    url("../fonts/GothamRounded-Book.woff") format("woff"),
    url("../fonts/GothamRounded-Book.ttf") format("truetype"),
    url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../fonts/GothamRounded-BookItalic.eot");
  src: url("../fonts/GothamRounded-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GothamRounded-BookItalic.woff2") format("woff2"),
    url("../fonts/GothamRounded-BookItalic.woff") format("woff"),
    url("../fonts/GothamRounded-BookItalic.ttf") format("truetype"),
    url("../fonts/GothamRounded-BookItalic.svg#GothamRounded-BookItalic")
      format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

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

header {
  padding: 0;
}

header .logo-container .wrap {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gt-background-second {
  background: #a1c036 !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: #a1c036 !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: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

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

.gt-font-family {
  font-family: "Gotham Rounded" !important;
  font-weight: 400;
}

.gt-font-family-second {
  font-family: "Gotham Rounded" !important;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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