﻿@import 'fonts/fonts.css';
@import 'mobielMenu.uncompressed.css';

.dxdvItem, .dxdvBreakpointsItem, .dxdvFlowItem{
    border:0 !important;
    background:none !important;
    height:auto !important;
}
body, form, html
{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Proxima Nova Lt' , arial;
}
img
{
    border: 0;
}
a
{
    color: rgb(225,143,25);
}
a:hover
{
    -webkit-transition: text-decoration 0.7s ease-out;
    -moz-transition: text-decoration 0.7s ease-out;
    -o-transition: text-decoration 0.7s ease-out;
    transition: text-decoration 0.7s ease-out;
    text-decoration: underline;
}
h1, h2, h3
{
    margin: 0;
    padding: 0;
    font-family: 'Lexia XBold' , arial;
    color: rgb(15,68,109);
    font-weight: normal;
}
h1
{
    font-size: 33px;
    margin: 0 0 20px;
    line-height: normal;
}
h2
{
    font-size: 22px;
    margin: 0 0 20px 0;
}
h3
{
    font-family: 'Lexia';
    font-size: 28px;
}
.clear
{
    clear: both;
}
.clear10
{
    height: 10px;
    clear: both;
}
.clear100
{
    clear: both;
    height: 100px;
}
.noMargin
{
    margin: 0;
}
.padding40
{
    padding: 0 40px;
    box-sizing: border-box;
}
.wrapper
{
    position: relative;
    width: 1180px;
    margin: 0 auto;
}
.wrapperSmall
{
    position: relative;
    width: 740px;
    margin: 0 auto;
}
.topBar
{
    position: relative;
    width: 100%;
    height: 50px;
    background: rgb(225,143,25);
    box-sizing: border-box;
    text-align: right;
}
.topBar.mobile
{
    display: none;
}
.topBar a
{
    font-family: 'Proxima Nova Lt' , arial;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    line-height: 50px;
    display: inline-block;
}
.topBar a:hover
{
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}
.vekisGeneticsLink
{
    padding: 0 0 0 55px;
    background: url('../../images/logo_VekisGenetics.svg') no-repeat 0px 5px;
    background-size: 45px;
    margin: 0 30px 0 0;
}
.opgaveBandLink
{
    padding: 0 0 0 35px;
    background: url('../../images/i_telefoon.png') no-repeat 0px 12px;
    margin: 0 25px 0 0;
}
.contactLink
{
    padding: 0 0 0 16px;
    background: url('../../images/i_arrow-small-right.png') no-repeat 0px 18px;
    margin: 0 15px 0 0;
}
.veemonitorLink
{
    padding: 0 25px 0 40px;
    background: rgb(35,131,197) url('../../images/i_arrow-small-right.png') no-repeat 25px 18px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.veemonitorLink:hover
{
    opacity: 1 !important;
    text-decoration: none;
    background-image: url('../../images/i_arrow-small-right.png');
    background-repeat: no-repeat;
    background-position: 25px 18px;
    background-color: rgb(102,169,215);
    -webkit-transition: background-color 0.7s ease-out !important;
    -moz-transition: background-color 0.7s ease-out !important;
    -o-transition: background-color 0.7s ease-out !important;
    transition: background-color 0.7s ease-out !important;
}
.menuBar
{
    position: relative;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 10px;
}
.sliderContainer
{
    position: relative;
    height: 575px;
    width: 100%;
}
.sliderContainer .wrapper
{
    height: 575px;
}
.slider
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 575px;
    z-index: 1;
}
.slide
{
    position: relative;
    height: 425px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.sliderBottom
{
    position: relative;
    width: 100%;
    height: 150px;
    z-index: 1;
    background: rgb(15,68,110);
}
.sliderBottom .wrapper
{
    height: 100%;
    background: rgb(15,68,110); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(15,68,110) 0%, rgb(34,126,189) 43%, rgb(34,126,189) 58%, rgb(15,68,110) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(15,68,110) 0%,rgb(34,126,189) 43%,rgb(34,126,189) 58%,rgb(15,68,110) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(15,68,110) 0%,rgb(34,126,189) 43%,rgb(34,126,189) 58%,rgb(15,68,110) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f446e', endColorstr='#0f446e',GradientType=1 ); /* IE6-9 */
}
.sliderOverlay
{
    position: absolute;
    width: 600px;
    height: 575px;
    z-index: 10;
}
.fotoHeader
{
    position: relative;
    width: 100%;
    height: 130px;
}
.fotoHeader:after
{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
}
.stierInfoHeader
{
    position: relative;
    width: 100%;
    height: 425px;
}
.stierInfoFooter
{
    position: relative;
    width: 100%;
    height: 150px;
}
.sliderNieuwsOverlay
{
    position: absolute;
    bottom: 50px;
    right: 40px;
    width: 500px;
    height: 280px;
    background: rgb(255,255,255);
    z-index: 10;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(70,70,70,0.3);
    -moz-box-shadow: 0px 0px 25px 8px rgba(70,70,70,0.3);
    box-shadow: 0px 0px 25px 8px rgba(70,70,70,0.3);
    box-sizing: border-box;
    padding: 40px;
}
.sliderNieuwsOverlay h2
{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nieuwsDatum
{
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    margin: 0 0 10px 0;
    color: rgb(87,87,87);
    padding: 0 0 0 20px;
}
.nieuwsDatum:before
{
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: rgb(87,87,87);
    margin: 3px 0 0;
}
.nieuwsIntro
{
    position:relative;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    line-height: 25px;
    font-size: 14px;
    font-family: 'Proxima Nova Lt' , arial;
}
.nieuwsActies
{
    position: absolute;
    text-align: right;
    bottom: 20px;
    right: 40px;
}
.btnNieuwsOverzicht
{
    font-size: 14px;
    color: rgb(154,154,154);
    text-decoration: none;
    font-family: 'Proxima Nova Lt' , arial;
    border-bottom: 1px solid rgb(154, 154, 154);
    margin: 0 20px 0;
}
.btnNieuwsOverzicht:hover
{
    opacity: 0.85;
    text-decoration: none;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.btn, .dxdvControl .dxdvPagerShowMoreItemsContainer a
{
    display: inline-block !important;
    background-color: rgb(225,143,25) !important;
    background-image: url('../../images/i_arrow-small-right.png') !important;
    background-repeat: no-repeat !important;
    background-position: 20px 13px !important;
    color: #FFF !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px 0 32px !important;
    text-decoration: none !important;
    font-family: 'Proxima Nova Lt' , arial !important;
    font-size: 18px !important;
}
.btn.renew
{
    background-color: rgb(225,143,25);
    background-image: url('../../images/i_renew.png');
    background-repeat: no-repeat;
    background-position: 15px 13px;
    padding: 0 20px 0 37px;
}
.btn:hover
{
    background-color: rgb(216,155,58) !important;
    text-decoration: none !important;
    -webkit-transition: background-color 0.7s ease-out !important;
    -moz-transition: background-color 0.7s ease-out !important;
    -o-transition: background-color 0.7s ease-out !important;
    transition: background-color 0.7s ease-out !important;
}
.logo
{
    position: absolute;
    left: -66px;
    z-index: 20;
    width: 415px;
}
.logo img
{
    width: 100%;
}
nav
{
    position: relative;
    float: right;
}
nav ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 50px;
}
nav ul li
{
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    height: 50px;
}
nav ul li a
{
    font-family: 'Lexia';
    font-weight: 300;
    text-decoration: none;
    color: rgb(15,68,109);
    font-size: 17px;
    line-height: 50px;
    padding: 0 20px;
}
nav ul li a:hover, nav ul li.active a, nav ul li:hover a, nav ul.submenu li a:hover
{
    color: rgb(35,131,197);
    text-decoration: none;
    -webkit-transition: color 0.7s ease-out !important;
    -moz-transition: color 0.7s ease-out !important;
    -o-transition: color 0.7s ease-out !important;
    transition: color 0.7s ease-out !important;
}
nav ul li .sep
{
    padding: 0;
    width: 1px;
    height: 50px;
    background: rgb(15,68,109);
}
nav ul li:hover ul.submenu
{
    display: block;
    -webkit-transition: display 0.7s ease-out !important;
    -moz-transition: display 0.7s ease-out !important;
    -o-transition: display 0.7s ease-out !important;
    transition: display 0.7s ease-out !important;
}
nav ul.submenu
{
    position: absolute;
    display: none;
    z-index: 9999;
    list-style-type: none;
    margin: 0 !important;
    padding: 10px 0 0 0;
}
nav ul.submenu li
{
    padding: 0 30px;
    margin: 0px;
    display: block;
    float: none;
    background: #FFF;
    width: 240px;
    box-sizing: border-box;
}
nav ul.submenu li a
{
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px solid rgba(15,68,109,0.5);
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    color: rgb(15,68,109);
}
nav ul.submenu li:last-of-type a
{
    border-bottom: 0;
}
.downloadStierOverzichtLink
{
    display: block;
    margin: 46px 30px 0 0;
    padding: 3px 0 0 75px;
    background: url('../../images/i_download.png') no-repeat;
    background-size: 53px;
    font-size: 30px;
    color: #000;
    text-decoration: none;
    color: #FFF;
    font-family: 'Lexia';
    line-height: 27px;
    float: right;
}
.downloadStierOverzichtLink span
{
    font-family: 'Proxima Nova Lt';
    font-size: 18px;
}
.downloadStierOverzichtLink:hover
{
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
section
{
    position: relative;
}
.homeTekst
{
    margin: 100px auto 80px;
    line-height: 32px;
}
.laatsteNieuwsContainer
{
    position: relative;
    padding: 100px 0;
    background: rgba(15,68,110,1) url('../../images/background_nieuws.jpg') no-repeat left top;
}
.laatsteNieuwsContainer:before
{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.laatsteNieuwsContainer:after
{
    content: '';
    position: absolute;
    top: 400px;
    width: 100%;
    height: 944px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(15,68,110,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(15,68,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(15,68,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0f446e',GradientType=0 ); /* IE6-9 */
}
.laatsteNieuwsContainer .nieuwsItem, .eerderNieuws .nieuwsItem
{
    position: relative;
    float: right;
    width: 920px;
    background: rgb(255,255,255);
    z-index: 10;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(70,70,70,0.3);
    -moz-box-shadow: 0px 0px 25px 8px rgba(70,70,70,0.3);
    box-shadow: 0px 0px 25px 8px rgba(70,70,70,0.3);
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 50px 0;
}
.eerderNieuws .nieuwsItem:hover
{
    opacity: 0.85;
    text-decoration: none;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.nieuwsItem.last
{
    margin: 0;
}
.laatsteNieuwsContainer .nieuwsItem img, .eerderNieuws .nieuwsItem img
{
    width: 410px;
    height: 308px;
    float: left;
    margin: 0 40px 0 0;
    object-fit: cover;
    object-position: 0 0;
}
.laatsteNieuwsContainer .nieuwsIntroBlok, .eerderNieuws .nieuwsIntroBlok
{
    position: relative;
    height: 308px;
    float: left;
    width: calc(100% - 410px - 40px);
}
.laatsteNieuwsContainer .nieuwsItem h2, .eerderNieuws .nieuwsItem h2
{
    font-size: 21px;
    margin: 20px 0 0;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.laatsteNieuwsContainer .nieuwsItem h3, .eerderNieuws .nieuwsItem h3
{
    font-size: 17px;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 30px 0;
}
.laatsteNieuwsContainer .nieuwsItem .nieuwsActies, .eerderNieuws .nieuwsItem .nieuwsActies
{
    bottom: 0;
    right: 0;
}
.laatsteNieuwsContainer .nieuwsItem .nieuwsIntro, .eerderNieuws .nieuwsItem .nieuwsIntro
{
    -webkit-line-clamp: 4;
}
.eerderNieuws
{
    position: relative;
    margin: 75px 0;
}
.eerderNieuws .nieuwsItem
{
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
}
.eerderNieuws .nieuwsItem img
{
    width: 125px;
    height: 90px;
    margin: 0 30px 0 0;
}
.eerderNieuws .nieuwsIntroBlok
{
    height: 90px;
    width: 400px;
}
.eerderNieuws .nieuwsItem h2
{
    margin: 5px 0 0;
    line-height: 25px;
}
.eerderNieuws .nieuwsItem h3
{
    margin: 0;
}
.nieuwsHeader
{
    position: relative;
    float: right;
    width: 920px;
    margin: 0 0 50px;
}
.stierOverzicht
{
    position: relative;
    padding: 140px 0;
    background-color: rgb(225,143,25);
}
.stierOverzicht .downloadStierOverzichtLink
{
    float: none;
    margin: 0 auto;
    width: 290px;
}
.contactGegevens
{
    text-align: center;
    padding: 200px 0;
    background-image: url('../../images/foto_footer.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.contactGegevens .blok
{
    position: relative;
    float: left;
    width: 210px;
    font-size: 16px;
    font-family: 'Proxima Nova Lt';
    background: #FFF;
    color: rgb(15,68,109);
    margin: 0 5px;
    padding: 35px 0;
}
.contactGegevens .blok a
{
    text-decoration: none;
    color: rgb(15,68,109);
}
.contactGegevens .blok a:hover
{
    opacity: 0.85;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.contactGegevens .blok img
{
    margin: 0 0 10px 0;
}
.contactGegevens .blok span
{
    font-family: 'Proxima Nova Rg';
}
.contentContainer
{
    position: relative;
    margin-top: -30px;
    z-index: 10;
}
.broodkruimels
{
    font-family: 'Proxima Nova Lt' , arial;
    font-size: 16px;
    color: #FFF;
    margin: 0 0 20px 0;
}
.broodkruimels a
{
    text-decoration: none;
    color: #FFF;
}
.broodkruimels a:hover
{
    opacity: 0.85;
    text-decoration: none;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.broodkruimels span
{
    border-bottom: 1px solid rgb(255,255,255);
}
.contentFoto
{
    position: relative;
    width: 100%;
    margin: 40px 0 0;
}
.contentVideo
{
    position: relative;
    width: 100%;
}
#googleMapInclude
{
    height: 453px;
}
.contentFoto img
{
    width: 100%;
}
.contentItem
{
    position: relative;
    width: 100%;
    margin: 0 0 80px 0;
}
.contentItem .changeItem
{
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgb(225,143,25);
    background-repeat: no-repeat;
    background-position: center center;
}
.contentItem .changeItem:hover
{
    opacity: 0.85;
    text-decoration: none;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.contentItem .changeItem.next
{
    background-image: url('../../images/i_arrow-small-right.png');
    right: -100px;
}
.contentItem .changeItem.prev
{
    background-image: url('../../images/i_arrow-small-left.png');
    left: -100px;
}
.contentItem h1
{
    margin: 85px 0 0 0;
}
.contentItem h2
{
    font-family: 'Lexia';
    font-size: 28px;
    margin: 0 0 40px 0;
}
.contentItem .nieuwsDatum
{
    margin: 0 0 15px 0;
}
.contentItem p
{
    margin: 10px 0 0 0;
    line-height: 32px;
    font-size: 17px;
    font-family: 'Proxima Nova Lt' , arial;
}
.socialActies
{
    position: relative;
    width: 100%;
    margin: 100px 0 40px 0;
}
.socialActies a
{
    display: inline-block;
    line-height: 43px;
    font-family: 'Proxima Nova Rg' , arial;
    font-size: 16px;
    text-decoration: none;
    color: rgb(15,68,109);
    padding: 0 0 0 55px;
    margin: 0 40px 0 0;
}
.socialActies a:hover
{
    opacity: 0.85;
    text-decoration: none;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.facebookDeelLink
{
    background: url('../../images/i_facebook.png') no-repeat;
}
.twitterDeelLink
{
    background: url('../../images/i_twitter.png') no-repeat;
}
.linkedinDeelLink
{
    background: url('../../images/i_linkedin.png') no-repeat;
}
.onsTeamContainer
{
    position: relative;
    width: 100%;
    background: url('../../images/bg_team.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px 0 70px 0;
}
.onsTeamContainer h2
{
    margin: 0;
    font-size: 33px;
}
.onsTeamContainer h3
{
    margin: 0 0 40px 0;
}
.onsTeam
{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.teamLid
{
    display: flex;
    flex-basis: calc(25% - 12px);
    justify-content: center;
    flex-direction: column;
    align-self: flex-start;
    margin: 0 12px 40px 0;
    font-size: 14px;
    font-family: 'Proxima Nova Lt' , arial;
    color: rgb(87,87,87);
    line-height: 20px;
}
.teamLid img
{
    width: 100%;
}
.teamLid span
{
    font-family: 'Proxima Nova Rg' , arial;
    font-size: 16px;
    margin: 20px 0 10px;
}
.voordelenContainer
{
    position: relative;
    width: 100%;
    padding: 50px 0 60px 0;
    background: url('../../images/bg_voordelen.jpg');
    background-position: left top;
}
.voordelenContainer h2
{
    font-family: 'Lexia';
    color: #FFF;
    margin: 0;
}
.voordelenContainer ul
{
    font-family: 'Proxima Nova Rg' , arial;
    margin: 30px 0 0;
    list-style-type: square;
    color: rgb(225,143,25);
    line-height: 30px;
    padding: 0 0 0 20px;
}
.voordelenContainer ul li span
{
    color: #FFF;
}
.contactFormContainer
{
    position: relative;
    padding: 50px 0 60px;
}
.contactFormContainer .contentItem
{
    margin: 0;
}
.labelCol
{
    position: relative;
    width: 140px;
    float: left;
    font-family: 'Proxima Nova Rg' , arial;
    font-size: 14px;
    color: rgb(15,68,109);
    height: 40px;
    line-height: 40px;
}
.boxCol
{
    position: relative;
    width: calc(100% - 140px);
    float: left;
}
.box
{
    font-family: 'Proxima Nova Lt';
    font-size: 17px;
    color: rgb(87,87,87);
}
.dxeMemoEditArea
{
    padding: 10px !important;
    box-sizing: border-box !important;
}
.boxCol.alignRight
{
    text-align: right;
}
.overigeDienstenContainer
{
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: url('../../images/bg_dienstenoverzicht.jpg') no-repeat;
    background-position: top center;
    color: rgb(87,87,87);
}
.overigeDienstenContainer h3
{
    margin: 0 0 30px 0;
}
.overigeDienstenContainer .wrapperSmall
{
    background: #FFF;
    padding: 40px 50px;
}
.overigeDienstenContainer ul
{
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.overigeDienstenContainer ul li, .overigeDienstenContainer ul li a
{
    height: 30px;
    line-height: 30px;
    font-family: 'Proxima Nova Rg' , arial;
    color: rgb(87,87,87);
    text-decoration: none;
}
.overigeDienstenContainer ul li a:hover
{
    opacity: 0.7;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.overigeDienstenContainer ul li:before
{
    content: '';
    background: url('../../images/i_arrow-small-right-grey.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.overigeDienstenContainer ul li:hover:before
{
    opacity: 0.7;
    -webkit-transition: opacity 0.7s ease-out !important;
    -moz-transition: opacity 0.7s ease-out !important;
    -o-transition: opacity 0.7s ease-out !important;
    transition: opacity 0.7s ease-out !important;
}
.bottomBar
{
    position: relative;
    height: 40px;
    background: rgb(225,143,25);
}
.bottomBar img
{
    position: absolute;
    width: 415px;
    bottom: 0px;
}
.bottomBar .wrapper
{
    height: 40px;
}
.copyright
{
    position: relative;
    line-height: 40px;
    margin: 0 0 0 440px;
    color: #FFF;
    font-size: 14px;
}
.embedInThePicture
{
    margin: 0 auto;
    display: block;
    height: 415px;
    width: 100%;
    max-width: 100%;
}
.mobielMenu, .mobielMenuContainer, .mobielMenuContainer .submenu
{
    display: none;
}
.mobielMenuContainer
{
    position: absolute;
    z-index: 1000;
    width: 320px;
    right: 0;
    margin-top: 50px;
    text-align: right;
}
.mobielMenuContainer a
{
    position: relative;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(225,143,25, 1);
    display: block;
    text-decoration: none;
    color: #FFF;
    border-top: 1px solid #FFF;
    text-align: right;
    right: auto;
}
.mobielMenuContainer a.veemonitor
{
    background: rgb(35,131,197);
}
.mobielMenuContainer a.vekisGeneticsLink
{
    background: rgba(225,143,25, 1) url(../../images/logo_VekisGenetics.svg) no-repeat 20px 10px;
    background-size: 35px;
    margin: 0;
}
.mobielMenuContainer a.opgaveBandLink
{
    background: rgba(225,143,25, 1) url(../../images/i_telefoon.png) no-repeat 25px 17px;
    background-size: 20px;
    margin: 0;
}
.mobielMenuContainer a:last-of-type
{
    border-bottom: 1px solid #FFF;
}
@media screen and (max-width:1200px)
{
    .wrapper
    {
        width: 980px;
    }
    .logo
    {
        left: -80px;
    }
    .logo img
    {
        width: 330px;
    }
    .menuBar
    {
        height: 80px;
        padding: 20px 40px 10px;
    }
    .sliderOverlay
    {
        width: 400px;
    }
    .contactGegevens
    {
        padding: 0px 0 200px 0;
    }
    .contactGegevens .blok
    {
        width: 170px;
    }
    .stierOverzicht
    {
        padding: 80px 0;
    }
}
@media screen and (max-width:1000px)
{
    .mobielMenu
    {
        display: block;
    }
    .topBar .menu nav ul li a, .mobielMenu a
    {
        font-size: 16px;
        color: #FFF;
        text-decoration: none;
    }
    .mobielMenu a
    {
    }

    .wrapper
    {
        width: 100%;
    }
    .logo
    {
        left: -40px;
        z-index: 2000;
    }
    .logo img
    {
        width: 275px;
    }
    .sliderOverlay, .menuBar, .topBar.desktop
    {
        display: none;
    }
    .topBar.mobile
    {
        display: block;
    }
    .sliderOverlay
    {
        display: none;
    }
    .laatsteNieuwsContainer .nieuwsItem, .eerderNieuws .nieuwsItem
    {
        position: relative;
        float: right;
        margin: 0 auto 50px auto;
        width: 100%;
    }
    .laatsteNieuwsContainer .nieuwsItem img, .eerderNieuws .nieuwsItem img
    {
        width: 40%;
        height: auto;
        margin: 0 20px 0 0;
    }
    .laatsteNieuwsContainer .nieuwsIntroBlok, .eerderNieuws .nieuwsIntroBlok
    {
        width: calc(60% - 40px);
    }
    .wrapperSmall
    {
        width: 640px;
    }
    .contactGegevens .blok
    {
        margin: 0 5px 10px 5px;
    }
    .teamLid
    {
        flex-basis: calc(33.3334% - 12px);
    }
}
@media screen and (max-width:700px)
{
    .sliderContainer, .slider
    {
        height: 425px;
    }
    .sliderNieuwsOverlay, .sliderBottom
    {
        display: none;
    }
    .padding40
    {
        padding: 0 20px;
    }
    .wrapperSmall
    {
        width: calc(100% - 40px);
    }
    .laatsteNieuwsContainer .nieuwsItem img, .eerderNieuws .nieuwsItem img
    {
        width: 100%;
        margin: 0 20px 20px 0;
    }
    .laatsteNieuwsContainer .nieuwsIntroBlok, .eerderNieuws .nieuwsIntroBlok
    {
        width: 100%;
    }
    .socialActies
    {
        position: relative;
        width: 100%;
        margin: 50px 0 40px 0;
    }
    .socialActies a
    {
        margin: 20px 40px 0 0;
    }
    .bottomBar img
    {
        width: 200px;
    }
    .overigeDienstenContainer .wrapperSmall
    {
        box-sizing: border-box;
    }
    .teamLid
    {
        flex-basis: calc(50% - 12px);
    }
}
@media screen and (max-width:500px)
{
    .logo
    {
        width: auto;
    }
    .homeTekst
    {
        margin: 50px auto 0;
        line-height: 25px;
    }
    h1
    {
        font-size: 25px;
    }
    .contentItem h2
    {
        font-size: 22px;
    }
    h2
    {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    h3
    {
        font-size: 18px;
    }

    body, form, html, .contentItem p
    {
        font-size: 15px;
        line-height: 25px;
    }
    .sliderContainer, .slider, .slide
    {
        height: 225px;
    }
    .contactGegevens .blok
    {
        width: 75%;
        margin: 0 auto 20px auto;
        float: none;
    }
    .stierOverzicht .downloadStierOverzichtLink
    {
        float: none;
        margin: 0 auto;
        width: 200px;
        font-size: 25px;
    }
    .copyright
    {
        display: none;
    }
    .boxCol
    {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    .teamLid
    {
        width: calc(60% - 12px);
        display: block;
        float: none;
        flex-basis: auto;
        margin: 0 auto 20px auto;
    }
    .teamLid span
    {
        line-height: 20px;
        display: block;
        margin: 10px 0 0;
    }
}
