/*
Theme Name: Zakennet
Theme URI: http://zakennet.nl
Description: Wordpress thema voor Zakennet
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: zakennet
*/


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

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

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff'),
        url('fonts/Lato-Light.ttf') format('truetype'),
        url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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






h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 7.5px;
    margin-top: 0;
    line-height: 1;
    position: relative;
    display: block;
     font-family: 'Neuton';
    font-weight: bold;

   
}


h1,
.h1 {
    font-size: 40px;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 28px;
   
}

.h4,
h4 {
    font-size: 26px;
}

.h5,
h5 {
   font-size: 22px;
}

.h6,
h6 {
    font-size: 18px;
}





body {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Lato';
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.25;
    color: #1E1E1E;
    background: #E8E8E8;
    margin: 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
   
}


main {
    overflow: hidden;
}




body.navbar-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}


i {
    margin-top: 0;
}

a {
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    margin-bottom: 2.5px;
    display: block;
        font-family: 'Neuton';
    font-weight: bold;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002333 ;
}



button {
    padding: 0;
    margin: 0;
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
       font-family: inherit;
    font-size: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.75;
    width: 100%;
    background: transparent;
    position: relative;
    padding: 12.5px 30px;
    color: #2E2D2C;
    font-weight: 300;
    border: 0;
    border-radius: 50px;
    background: #ffffff;
    background: rgb(46 45 44 / 5%);
}


select {
       background-image: url(images/select.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

textarea {
  resize: none;
}



::-webkit-input-placeholder {
    color: rgb(46 45 44 / 20%);
}

::-moz-placeholder {
    color: rgb(46 45 44 / 20%);
}

:-ms-input-placeholder {
    color: rgb(46 45 44 / 20%);
}

::-moz-selection {
    background-color: #3C215F;
    color: #ffffff
}

::selection {
    background-color: #3C215F;
    color: #ffffff
}

::-moz-selection {
    background-color: #3C215F;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
        line-height: 2;

}


table tr :is(th,td) {
       padding: 0 7.5px;
    font-weight: 300;
    vertical-align: middle;
}
table tr th {
    font-weight: bold;
}



table tr :is(th,td):first-child {
    padding-left: 0;
}

table tr :is(th,td):last-child {
    padding-right: 0;
}
b,
strong {
   font-weight: bold;
}

small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    font-weight: inherit;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


.row.no-gutters {
        margin-right: 0;
    margin-left: 0;
}

.row.no-gutters [class*='col'] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
        background: #3C215F;
    color: #ffffff;
        font-family: 'Neuton';
    font-weight: bold;
    cursor: pointer;
}

/* Header */

header.header {
    margin: 45px 0 30px 0;
}

header .header-logo {
    max-width: 135px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


header .alert {
    background: #9B182D;
    border-radius: 22.5px;
    color: #ffffff;
    padding: 22.5px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-top: 30px;
}

header .alert.succes {
    background: #c3e6cb;
        color: #155724;
}
header .alert .close {
      margin: 0;
    padding: 7.5px;
    line-height: 0;
    margin-right: -7.5px;
    cursor: pointer;
        margin-left: auto;
}

header .alert .close:before {
    content: url(images/cross.svg);
    width: 15px;
    display: inline-block;
}


/* Items */

section.items {
    margin: 30px 0;
}

section.items .items-header {
    text-align: center;
    margin-bottom: 30px;
}

section.items .items-content {

}

section.items .items {
    background: #836E9F;
    border-radius: 30px;
    overflow: hidden;
        -webkit-filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 25%));
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 25%));
}




section.items .items .item {
    background: #836E9F;
    color: #ffffff;
    padding: 15px 22.5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;

   /* -webkit-filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 25%));
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 25%));*/

    box-shadow: rgba(0,0,0,0.25) 0 2px 2px;

    position: relative;
    cursor: pointer;
	display: none;
}

section.items .items .item:nth-child(-n+4),
section.items .items.open .item {
	display: block;
}

section.items .items .item.active {
    background: #3C215F;
    padding: 22.5px;
}


section.items .items .item:not(:first-child) {
    margin-top: -30px;
    padding-top: 45px
}


section.items .items .item.active:not(:first-child) {
    padding-top: 52.5px
}

section.items .items .item:nth-child(1) {
    z-index: 16;
}

section.items .items .item:nth-child(2) {
    z-index: 15;
}

section.items .items .item:nth-child(3) {
    z-index: 14;
}

section.items .items .item:nth-child(4) {
    z-index: 13;
}

section.items .items .item:nth-child(5) {
    z-index: 12;
}

section.items .items .item:nth-child(6) {
    z-index: 11;
}

section.items .items .item:nth-child(7) {
    z-index: 10;
}

section.items .items .item:nth-child(8) {
    z-index: 9;
}

section.items .items .item:nth-child(9) {
    z-index: 8;
}

section.items .items .item:nth-child(10) {
    z-index: 7;
}

section.items .items .item:nth-child(11) {
    z-index: 6;
}

section.items .items .item:nth-child(12) {
    z-index: 5;
}

section.items .items .item:nth-child(13) {
    z-index: 4;
}

section.items .items .item:nth-child(14) {
    z-index: 3;
}

section.items .items .item:nth-child(15) {
    z-index: 2;
}

section.items .items .item:nth-child(16) {
    z-index: 1;
}


section.items .items .item .item-date {
    text-align: center;
    line-height: 1
}

section.items .items .item .item-date .item-date__day {
    font-family: 'Neuton';
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 0;
   /* -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
        margin-top: -12.5px;
}

section.items .items .item.active .item-date .item-date__day {
    font-size: 90px;
        margin-top: -25px;
}

section.items .items .item .item-date .item-date__month {
    font-family: 'Neuton';
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

section.items .items .item .item-content {
    position: relative;
    z-index: 1;
}

section.items .items .item .item-content .item-content__name {
     font-family: 'Neuton';
    font-weight: bold;
    margin-bottom: 0;
   /* -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
    line-height: 1;
    /*white-space: nowrap;*/
}

section.items .items .item.active .item-content .item-content__name {
    font-size: 24px;
        margin-top: -7.5px;
}

section.items .items .item .item-content .item-content__company {
     font-family: 'Neuton';
    font-weight: normal;
    margin-bottom: 0
}

section.items .items .item .item-image {
         line-height: 0;
    position: relative;
    margin: -22.5px;
    width: 120px;
    height: calc(100% + 45px);
}

section.items .items .item .item-image img { 
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

section.items .items .item.active .item-image img { 
    visibility: visible;
    opacity: 1;
}

section.items .items .item:not(.active) .item-image:after {
    content: url(images/arrow-purple.svg);
    width: 20px;
    position: absolute;
    display: block;
    bottom: 22.5px;
    right: 27.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
}

section.items .items .item:not(.active):hover .item-image:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

section.items .items-footer {
background: #3C215F;
    color: #ffffff;
    padding: 22.5px 30px;
    border-radius: 30px;
    display: block;
    font-family: 'Neuton';
    font-weight: bold;
    font-size: 24px;
    margin-top: 22.5px;
    line-height: 1.125;
    position: relative;

    display: flex;
    align-items: center;
}

section.items .items-footer:after {
    content: url(images/arrow-white.svg);
    width: 52.5px;
    height: 52.5px;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    margin-left: auto;
}

section.items .items-footer:hover:after {
    -webkit-transform: rotate(45deg) ;
    transform: rotate(45deg);
}

section.items .items-more {
	font-family: 'Neuton';
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 18px;
	cursor: pointer
}

/* Guests */

section.guests {
    margin: 30px 0;
}

section.guests .guests-header {
    text-align: center;
    margin-bottom: 22.5px;
}

section.guests .guests-header p {
    font-family: 'Neuton';
    font-weight: 400;
}

section.guests .guests-header *:last-child {
    margin-bottom: 0;
}

section.guests .guest {
    padding: 0 45px;
}

section.guests .guest:not(:last-child) {
    border-bottom: 1.5px solid #3C215F;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

section.guests .guest .guest-company {
    font-family: 'Neuton';
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
}

section.guests .guest .guest-name {
    font-family: 'Neuton';
    font-weight: 400;
    font-size: 24px;
        margin-bottom: 5px;
}

section.guests .guest .guest-reference {
    margin-bottom: 0;
}

/* Contact */

section.contact {
    margin: 45px 0;
    background: #ffffff;
    border-radius: 30px;
}

section.contact .contact-content {
    padding: 20px 22.5px;
}

section.contact [class*='col']:first-child .contact-content {
    background: #FFBA14;
    border-radius: 30px;
}

/* Members */

section.members {
    margin: 45px 0;
}

section.members .members-header {
    text-align: center;
    margin-bottom: 15px;
}

section.members .members-header *:last-child {
    margin-bottom: 0
}

section.members .member {
       display: block;
    position: relative;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 25%));
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 25%));
    height: calc(100% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

}

section.members .member .member-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: rgb(155,24,45);
    background: linear-gradient(45deg, rgba(155,24,45,1) 0%, rgba(60,33,95,1) 150%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

section.members .member .member-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -30px;
    height: calc(100% + 30px);
}

section.members .member:hover .member-image img{
    visibility: hidden;
    opacity: 0
}

section.members .member .member-content {
    background: #1E1E1E;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px;
    padding-top: 0;
        -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

section.members .member .member-content .member-content__name {
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 24px;
    top: -15px;
    position: relative;
    margin-bottom: 0;
}

section.members .member .member-content .member-content__company {
     font-family: 'Neuton';
    font-weight: bold;
    margin-bottom: 0
}

section.members .member .member-info {
    background: #1E1E1E;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     border-radius: 30px;
    padding: 15px;


    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

section.members .member:hover .member-info {
    visibility: visible;
    opacity: 1;
   
}

section.members .member .member-info img {
    margin-bottom: 30px;
}
section.members .member .member-info p {
    font-family: 'Neuton';
    font-weight: bold;
}

section.members .member .member-info *:last-child {
     margin-bottom: 0;
}

   

/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* Responsive */

@media (max-width: 1600px) {
   
   

}   

@media (max-width: 1400px) {

   
   
}

@media (max-width: 1200px) {

 
}

@media (max-width: 992px) {

      
   

}   

