/*******************/
/******* FONT ******/
/*******************/

@font-face {
  font-family: 'RTL United Text';
  src: url('../font/RTLUnitedText-LightItalic.woff2') format('woff2'),
      url('../font/RTLUnitedText-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RTL United Text';
  src: url('../font/RTLUnitedText-Bold.woff2') format('woff2'),
      url('../font/RTLUnitedText-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RTL United Text';
  src: url('../font/RTLUnitedText-Regular.woff2') format('woff2'),
      url('../font/RTLUnitedText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RTL United Text';
  src: url('../font/RTLUnitedText-RegularItalic.woff2') format('woff2'),
      url('../font/RTLUnitedText-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'RTL United Text';
  src: url('../font/RTLUnitedText-Light.woff2') format('woff2'),
      url('../font/RTLUnitedText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RTL United Text';
  src: url('../font/RTLUnitedText-BoldItalic.woff2') format('woff2'),
      url('../font/RTLUnitedText-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}




/****************************/
/******* MAIN SETTINGS ******/
/****************************/
body,html {
margin: 0;
padding: 0;
outline: 0;
font-family: 'RTL United Text';
}
a, a:visited, a:focus, a:active, a:hover{
text-decoration: none;
color: black;
}
body {
background: #F1F1F1;
}
div, input, select, a, img, section, footer, nav, page {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
select, input {
appearance: none;
-webkit-appearance: none;
-moz-webkit-appearance: none;
}
h1,h2,h3,h4,p {
margin: 0;
padding: 0;
}
.full-width {
max-width: 1140px;
margin: 0 auto;
}
.text {
font-size: 17px;
/* line-height: 1.7; */
font-family: 'RTL United Text';
color: #313131;
}
page {
display: none;
}
page.home {
display: block;
}


/***************************/
/******* NAVI SECTION ******/
/***************************/
nav.main-menu {
width: 100%;
padding: 15px 0;
background: white;
font-size: 0;
border-bottom: 0.5px solid rgba(0, 0, 0,0.1);
}
nav.main-menu .logo {
width: 55px;
height: 55px;
background: url(../images/logo_rtltext.png) no-repeat;
background-size: cover;
background-position: center;
display: inline-block;
vertical-align: middle;
}
nav.main-menu .holder-navi {
width: auto;
display: inline-block;
vertical-align: middle;
margin-left: 30px;
}
nav.main-menu .holder-navi .item-menu {
font-size: 16px;
float: left;
padding: 10px 0;
margin-right: 25px;
color: #5d5d5d;
cursor: pointer;
}
nav.main-menu .holder-navi .item-menu.active {
color: #3089ca;
}

nav.main-menu .icon-holder {
position: absolute;
top: 0;
right: 0;
height: 60px;
width: 60px;
padding-left: 20px;
display: none;
z-index: 150;
}
nav.main-menu .icon-holder .menu-icon {
height: 2px;
width: 25px;
display: block;
background: #232323;
position: relative;
transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
margin-top: 30px;
}
nav.main-menu .icon-holder .menu-icon:before {
width: 25px;
height: 2px;
content: '';
position: absolute;
top: -6px;
background: #232323;
transition: 0.4s;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
}
nav.main-menu .icon-holder .menu-icon:after {
content: '';
position: absolute;
top: 6px;
width: 25px;
height: 2px;
background: #232323;
-moz-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
nav.main-menu .icon-holder .menu-icon.active {
background: transparent;
}
nav.main-menu .icon-holder .menu-icon.active:before {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: 0;
}
nav.main-menu .icon-holder .menu-icon.active:after {
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
top: 0;
}

/**********************************/
/******* HOME HEADER ******/
/**********************************/

section.home-header {
    padding: 50px 0;
    background: #020203;
}

section.home-header .full-width {
    /* padding-right: 550px; */
    position: relative;
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.home-header .winnaars{
width: calc(50% + 32px);
}

section.home-header .main-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  color: white;
  margin-bottom: 12px;
}

section.home-header .text {
  height: 240px;
  overflow:hidden;
  position: relative;
  color: white;
}

section.home-header .text:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
content:"";
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,01) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


section.home-header .image {
/* position:absolute; */
/* top: 50%; */
/* right: 0px; */
height: 300px;
width: 500px;
background-size:cover;
}

section.home-header .image1 { background-image:url(../images/home/image1.jpg); }
section.home-header .image2 { background-image:url(../images/home/image2.jpg); }
section.home-header .image3 { background-image:url(../images/home/image3.jpg); }
section.home-header .image4 { background-image:url(../images/home/image4.jpg); }
section.home-header .image5 { background-image:url(../images/home/image5.jpg); }
section.home-header .image6 { background-image:url(../images/home/image6.jpg); }
section.home-header .image7 { background-image:url(../images/home/image7.jpg); }
section.home-header .image8 { background-image:url(../images/home/image8.jpg); }
section.home-header .image9 { background-image:url(../images/home/image9.jpg); }

section.home-header .holder-button {
padding-top: 20px;
}

section.home-header .holder-button .button-more {
padding: 12px 24px;
font-size: 17px;
border: 1px solid rgba(255,255,255,0.5);
text-align: center;
cursor: pointer;
color: white;
display: inline-block;
}


/**********************************/
/******* VOORWAARDEN SECTION ******/
/**********************************/
section.voorwaarden {
background: white;
padding: 64px 0px;
}
section.voorwaarden .full-width {
max-width: 800px;
}
section.voorwaarden .holder-text {
position: relative;
}
section.voorwaarden .holder-text .title{
color: #17181A;
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 115%;
padding-bottom: 24px;
}
section.voorwaarden .holder-text .subtitle {
font-size: 15px;
opacity: 0.4;
line-height: 1.2;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
margin-top: 5px;
}
section.voorwaarden .holder-text .icon {
width: 50px;
height: 50px;
margin: 0 auto;
margin-bottom: 25px;
background-size: 100% auto !important;
background-position: center !important;
}
section.voorwaarden .holder-text .text {
margin-top: 20px;
}
section.voorwaarden .holder-text .text.intro {
font-weight: bold;
}
section.voorwaarden .holder-text .text a{
text-decoration: underline;
color: #f2962b;
}
/******* BUTTON MORE ******/
section.voorwaarden .holder-button {
padding-top: 48px;
}
section.voorwaarden .holder-button .button-more {
max-width: 200px;
margin: 0 auto;
padding: 12px 24px;
font-size: 17px;
border: 1px solid rgba(0,0,0,0.5);
text-align: center;
cursor: pointer;
color: #020203;
display: inline-block;
}
section.voorwaarden .button-less {
max-width: 200px;
padding: 10px 0;
font-size: 13px;
background: #232323;
color: white;
text-align: center;
border-radius: 50px;
margin: 0 auto;
cursor: pointer;
margin-top: 20px;
}
/******* SHORT ******/
section.voorwaarden.short .holder-text {
max-height: 290px;
overflow: hidden;
}
section.voorwaarden.short .holder-text:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
content:"";
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

section.voorwaarden.intro{
padding-bottom: 0;
}
section.voorwaarden.intro .holder-text{
padding-bottom: 25px !important;
}
/******* THEMA ICON ******/
section.voorwaarden.rtl .holder-text .icon {
background: url(../images/icon_rtl-generic.png) no-repeat;
}
section.voorwaarden.rtl4 .holder-text .icon {
background: url(../images/icon_rtl4-rebrand.png) no-repeat;
}
section.voorwaarden.rtl5 .holder-text .icon {
background: url(../images/icon_rtl5-rebrand.png) no-repeat;
}
section.voorwaarden.rtl7 .holder-text .icon {
background: url(../images/icon_rtl7-rebrand.png) no-repeat;
width: 100px;
}
section.voorwaarden.rtl8 .holder-text .icon {
background: url(../images/icon_rtl8-rebrand.png) no-repeat;
}

/******* THEMA TITLE ******/
section.voorwaarden.rtl .holder-text .title  {
color: #3089ca;
}
section.voorwaarden.rtl4 .holder-text .title  {
color: #f2962b;
}
section.voorwaarden.rtl5 .holder-text .title  {
color: #ff0e00;
}
section.voorwaarden.rtl7 .holder-text .title  {
color: black;
}
section.voorwaarden.rtl8 .holder-text .title  {
color: black;
}
/******* THEMA TEXT ******/
section.voorwaarden.rtl .holder-text .text a {
color: #3089ca;
}
section.voorwaarden.rtl4 .holder-text .text a {
color: #f2962b;
}
section.voorwaarden.rtl5 .holder-text .text a {
color: #ff0e00;
}
section.voorwaarden.rtl7 .holder-text .text a {
color: black;
}
section.voorwaarden.rtl8 .holder-text .text a {
color: black;
}
page.detail section.voorwaarden {
padding-bottom: 75px;
}

/******************************/
/******* PROGRAM SECTION ******/
/******************************/
section.programlist {
padding: 64px 0;
background-color: #FFFFFF;
}
section.programlist .main-title {
font-size: 24px;
text-transform: uppercase;
font-weight: bold;
width: 100%;
line-height: 1.2;
color: #020203;
margin-bottom: 24px;
}
section.programlist .holder-items {
/* padding-top: 10px; */
}
/******* ITEM ******/
section.programlist .holder-items .item-program {
background: #F1F2F4;
/* width: 373px; */
margin-right: 10px;
float: left;
padding: 12px;
position: relative;
font-size: 0;
/* margin-top: 10px; */
/* box-shadow: 0 2px 0 0 rgba(0,0,0,0.05); */
/* -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.05); */
-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.05);
cursor: pointer;
}
section.programlist .holder-items .item-program:nth-child(3n){
margin-right: 0;
}
section.programlist .holder-items .item-program:after {
/* width: 1px; */
top: 0;
bottom: 0;
position: absolute;
left: 0;
background: red;
content: "";
}
/******* CONTEXT ITEM ******/
section.programlist .holder-items .item-program .icon {
width: 104px;
height: 104px;
display: inline-block;
vertical-align: middle;
background-size: 100% auto !important;
background-position: center !important;
}
section.programlist .holder-items .item-program .context {
width: calc(100% - 104px);
display: inline-block;
vertical-align: middle;
padding-left: 24px;
}
section.programlist .holder-items .item-program .subtitle {
font-size: 17px;
margin-bottom: 5px;
color: #787F88;
}
section.programlist .holder-items .item-program .title {
font-size: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #020203;
padding-right: 24px;
}
/******* THEMA ICON ******/
section.programlist .holder-items .item-program.rtl .icon {
background: url(../images/icon_rtl-generic.png) no-repeat;
}
section.programlist .holder-items .item-program.rtl4 .icon {
background: url(../images/icon_rtl4-rebrand.png) no-repeat;
}
section.programlist .holder-items .item-program.rtl5 .icon {
background: url(../images/icon_rtl5-rebrand.png) no-repeat;
}
section.programlist .holder-items .item-program.rtl7 .icon {
background: url(../images/icon_rtl7-rebrand.png) no-repeat;
}
section.programlist .holder-items .item-program.rtl8 .icon {
background: url(../images/icon_rtl8-rebrand.png) no-repeat;
}
-rebrand/******* THEMA LINE ******/
section.programlist .holder-items .item-program.rtl:after {
background: #3089ca;
}
section.programlist .holder-items .item-program.rtl4:after {
background: #f2962b;
}
section.programlist .holder-items .item-program.rtl5:after {
background: #ff0e00;
}
section.programlist .holder-items .item-program.rtl7:after {
background: black;
}
section.programlist .holder-items .item-program.rtl8:after {
background: black;
}

page.programma section.programlist {
padding-bottom: 0;
}
page.programma section.programlist:nth-last-child(1) {
padding-bottom: 50px;
}

/******************************/
/******* WINNAAR SECTION ******/
/******************************/

section.winnaar {
padding: 50px 0;
min-height: calc(100vh - 221px);
}
section.winnaar .main-title {
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
width: 100%;
line-height: 1.2;
}
section.winnaar .holder-winnaars {
background: white;
width: 100%;
margin-right: 10px;
padding: 20px 15px;
position: relative;
font-size: 0;
margin-top: 10px;
box-shadow: 0 2px 0 0 rgba(0,0,0,0.05);
-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.05);
-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.05);
cursor: pointer;
margin-top: 20px;
}


/******************************/
/******* FOOTER SECTION ******/
/******************************/
footer.main-footer{
width: 100%;
padding-bottom: 75px;
background: #232323;
}
footer.main-footer .holder-logo .logo{
width: 60px;
height: 60px;
background: url(../images/logo_footer.jpg) no-repeat;
background-size: cover;
background-position: center;
float: left;
}
footer.main-footer .holder-submenu {
float: right;
padding-top: 25px;
color: #ddd;
font-size: 14px;
}
footer.main-footer .holder-submenu a {
color: #ddd;
}
footer.main-footer .holder-submenu .item-submenu {
display: inline-block;
margin-left: 10px;
cursor: pointer;
}



/******************************************************/
/************* DESKTOP ANIMATIONS + HOVERS ************/
/******************************************************/
@media screen and (min-width: 1030px) {
nav.main-menu .holder-navi .item-menu{
  position: relative;
  overflow: hidden;
}
nav.main-menu .holder-navi .item-menu:after {
  width: 50%;
  height: 1px;
  background: #aaaaaa;
  content:"";
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0.7;
  transition: transform 0.2s ease, width 0.3s ease;
  -webkit-transition: transform 0.2s ease, width 0.3s ease;
  -moz-transition: transform 0.2s ease, width 0.3s ease;
  transform: translate(-50%,2px);
  -webkit-transform: translate(-50%,2px);
  -moz-transform: translate(-50%,2px);
}
nav.main-menu .holder-navi .item-menu:hover:after {
  transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  width: 100%;
}
nav.main-menu .holder-navi .item-menu.active:after {
  background: #3089ca;
}



section.voorwaarden .holder-button .button-more{
  transition: background 0.3s ease-in, color 0.2s ease-out;
  -webkit-transition: background 0.3s ease-in, color 0.2s ease-out;
  -moz-transition: background 0.3s ease-in, color 0.2s ease-out;
}
section.voorwaarden .holder-button .button-more:hover{
  background: #232323;
  border: 1px solid #232323;
  color: white;
}
section.voorwaarden .button-less{
  transition: background 0.3s ease-in, color 0.2s ease-out;
  -webkit-transition: background 0.3s ease-in, color 0.2s ease-out;
  -moz-transition: background 0.3s ease-in, color 0.2s ease-out;
  border: 1px solid #232323;
}
section.voorwaarden .button-less:hover{
  background: white;
  border: 1px solid #232323;
  color: #232323;
}

section.programlist .holder-items .item-program {
  transform: scale(1) perspective(1px) translateY(0);
  -webkit-transform: scale(1) perspective(1px) translateY(0);
  -moz-transform: scale(1) perspective(1px) translateY(0);
  transition: transform 0.2s ease, box-shadow 0.4s ease;
  -webkit-transition: transform 0.2s ease, box-shadow 0.4s ease;
  -moz-transition: transform 0.2s ease, box-shadow 0.4s ease;
}
section.programlist .holder-items .item-program:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.03) perspective(1px) translateY(-2px);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.10);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.10);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.10);
}

footer.main-footer .holder-submenu .item-submenu:hover {
  opacity: 0.5;
}
}

