
@import url('https://fonts.googleapis.com/css?family=Bitter|Open+Sans');
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
thead{
  font-weight: bold;
}
.text-muted {
    color: #767676;
}

.text-primary {
    color: rgb(91,174,109);
}

.menu-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  position: relative;
  margin: 0 0 30px;
  font-size: 17px;
}

.menu-img .btn-menu {
  padding-top: 215px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.35);
  transition: .25s all;
  -webkit-transition: .25s all;
}

.menu-img .btn-menu:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #FFF;
}

.btn-menu {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  width: 100%;
  border-radius: 0px;
  padding: 15px 10px;
  border: none;
}

.portfolio-link {
  position: relative;
  display: block;
  margin-bottom: 10rem;
  he
  background-color: #FFF;
}

#sponsor-link {
  height: 250px;
}
.portfolio-link:hover {
  opacity: .9;
}
.portfolio-link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;

}
.portfolio-caption {
  position: absolute;
  height: 80px;
  width: 100%;
  background: rgba(0,0,0,1);
  color: #fff;

}

p {
    color: #767676;
    font-size: 15px;
    font-family: 'Open sans'!important;
}

div {
  color: #767676;
  font-size: 15px;
  font-family: 'Open sans'!important;
}

p strong {
    color: #7f7f7f;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: rgb(91,174,109);
}

a:hover,
a:focus,
a:active,
a.active {
    color: #1D1D1B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Platform', sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eaeaea;
}

.bg-darkest-gray {
    background-color: #818181;
}

.btn-primary {
    border-color:  #919191;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #919191;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #c0dddb;
    color: rgb(0,70,63);
    background-color: #c0dddb;

}
.competitie .btn-lg.btn-block {
  background-color: rgb(91,174,109);
  color: #fff;
  margin-bottom: 40px;
}
.btn-back {
  margin-bottom: 20px;
}
.btn-back:hover {
  background-color: #c0dddb;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: rgb(91,174,109);
    background-color: rgb(91,174,109);
}

.btn-primary .badge {
    color: rgb(91,174,109);
    background-color: #fff;
}

.btn-xl {

    border-color:#0c4d47;
    border-radius: 50%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    height:140px;
    width:140px;
    padding:40px 0px;
    font-weight: 700;
    color: #fff;
    background-color: none;
    border:3px solid #fff;
  bottom: 75px;
  position: absolute;
  left: calc(50% - 70px);
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-color: rgb(91,174,109)!important;
    border-color:#0c4d47;
    color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: rgb(91,174,109);
    background-color: rgb(91,174,109);
}

.btn-xl .badge {
    color: rgb(91,174,109);
    background-color: #fff;
}




.navbar-default {
    border-color: transparent;
    background-color: #020202 !important;
}

.navbar-default .navbar-brand {
  font-family: 'Bitter', sans-serif;
    color: rgb(91,174,109);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #1D1D1B;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: rgb(91,174,109);
    background-color: rgb(91,174,109);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgb(91,174,109);
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 25px 6px;
    color: #fff;
    font-size: 13px!important;
}
.navbar-default .nav li a:focus {
  color: #fff;
}
.navbar-default .nav li a:hover {
    outline: 0;
    color: rgb(91,174,109);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active-state>a {
    border-radius: 0;
    color: #fff;
    background-color: rgb(91,174,109);
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active-state>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active-state>a:focus {
    color: #fff;
    background-color: rgb(91,174,109);
}

.lisatr-container {
  padding: 0 !important;
}

.lisatr-category {
  background-color: rgb(91,174,109) !important;
}
.navbar-brand {
  padding: 0 15px;
  top:10px;
  height: auto;
  position: absolute;
}
.navbar-default .navbar-shrink .navbar-brand {
    font-size: 1.5em;
}


@media(min-width:991) {


    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default .navbar-shrink {
        padding: 10px 0 !important;
        background-color: #222;
    }
}

header.masthead {
  text-align: center;
  color: white;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow:hidden;
}
header.masthead img{
  width:100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.headersmall{
  height: 50vh !important;
  width: 100%;
}
header.headersmall img{
  height: auto !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
  }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Platform', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'Platform', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF!important;
  }

@media (min-width: 1100px) {
  header.masthead .intro-text {
    /*padding-top: 300px;
    padding-bottom: 200px;*/
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;

  }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Platform', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;}
    header.masthead .intro-text .intro-heading {
      font-size: 140px;
      font-weight: 700;
      line-height:120px;
      margin-bottom: 50px;
      font-family: 'Platform', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;} }


section {
    padding: 100px 0;
}


section h2.section-heading {
    margin-top: 0;
   font-family: 'Platform', sans-serif;
    font-size: 40px;
    padding-left: 40px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}
section h2.section-heading:before {
  content: '';
  width: 30px;
  position: absolute;
  height: 40px;
  background: url(images/molen-anchor-2.png) center center no-repeat;
  background-size: 100%;
  left: 0px;
}
section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 100px 0;
    }
    Section #hockey{
      padding-top:0px;
    }
}


@media(min-width:768px) {
    .icon{
        margin-left: -50px;
        float:left;
        margin-top: 10px;
    }



    div {
      font-family: 'Open sans';
    }
    .text-muted{
      font-size:15px;
    }




    #menu img{
      min-height: 100%;
        width: 100%;
         opacity: 0.7;
    }
    #menu{
        overflow: hidden;
        max-height: 550px;
    }
}



.subheader1{
    width: 100%;
    height:55vh;
    overflow: hidden;
    background: url(../img/subheader/subheader1v2.jpg) no-repeat center center fixed;
    background-size: cover;
}

.subheader2{
    width: 100%;
    height:55vh;
    overflow: hidden;
    background: url(../img/Rapid-home-3.jpg) no-repeat top center;
background-size: cover;

}

.subheader3{
    width: 100%;
    height:55vh;
    overflow: hidden;
    background: url(../img/subheader/subheader3v2.jpg) no-repeat center center fixed;
background-size: cover;

}



@media(max-width:768px) {
    .subheader1{
      background-attachment: scroll !important;
      overflow: hidden;
    }
    .subheader2{
background-attachment: scroll !important;
        overflow: hidden;
    }
    .subheader3{
background-attachment: scroll !important;
        overflow: hidden;
    }
}
.trainerblok-tekst{
    padding:2%;
    height:350px;
    overflow: hidden;
    position: relative;
}
.trainerblok-tekst h2{
    font-size:30px;
}
.trainerblok-foto{
    height:350px;
    overflow: hidden;
      position: relative;
}
.trainerblok-foto img{
    width:100%;
    height:100%;
}
.trainerblok-caret{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right:30px solid #eaeaea;
    position: absolute;
    right:0px;
    top: 160px;
}
.trainerblok-caret-left{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left:30px solid #eaeaea;
    position: absolute;
    left:0px;
    top: 160px;
}

.service-heading {
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.portfolio-img-container {
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
}
.portfolio-img {
    position: relative;
    float: left;
    width:  100%;
    height: 700px;
    opacity: .7;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(52,152,219,.9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.modules {

}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height:auto;
}
.portfolio-box img{
        width: 100%;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    background: rgba(0,0,0,.4);
    -webkit-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
        background: rgba(52,152,219,.9);
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.no-padding {
    padding: 0;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: rgb(91,174,109);
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {

   background: url(../img/googlemaps.png) no-repeat center center fixed;
  background-size: cover;
}

section#contact .section-heading {
    color: #000;
}
section#contact .section-subheading {color:#fff !important;}
section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: rgb(91,174,109);
    -webkit-box-shadow: none;
            box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 75px;
    text-align: center;
    background: #1D1D1B;
}
footer .title {
    color:#fff;
    border-bottom: 1px solid rgb(91, 174, 109);
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;

    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.quicklinks li{
  text-align: left;
  margin-left: 0px;
  text-transform: uppercase;
}
footer ul.quicklinks li a {
  font-weight: bold;
  font-size: 13px;
}
footer ul.quicklinks li a:hover {
  color: rgb(91, 174, 109);
}
ul.social-buttons {
    margin-bottom: 0;
    margin-left: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
}


ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: rgb(91,174,109);
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: rgba(255,255,255,0);
}

::selection {
    text-shadow: none;
    background: rgba(255,255,255,0);
}

img::-moz-selection {
    background: 0 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgb(91,174,109);
}

.panel-default > .panel-heading {
    background-color: #e5e5e5;
    border-color:  #e5e5e5;;
    color: #333;
}
.panel {
    background-color: #f0f0f0;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-group .panel {
    border-radius:0px;
    margin-bottom: 0;
}
.panel-heading {
    border-bottom: 1px solid #F7F7F7;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 15px;
}

/*------------------------------------ Wedstrijdschema ------------------------------------*/

#wedstrijd_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
#wedstrijd_info_block_right_locatie_website a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.overview_column {
    min-width: 49%;
    width: 49%;
    padding: 0;
    float: left;
    display: inline;
    position: relative;
}
.overview_column.right {
    float: right;
}
.overview_column .categorie_name {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 10px;
    font-weight:600;
}
.overview_column.left .categorie_name {
    background: #000;
    color: #FFFFFF;
    margin: 20px 0px 0px 0px;
    text-align: left;
    font-weight: 300;
}
.overview_column.right .categorie_name {
    background: #000;
    color: #ffffff;
    margin: 20px 0px 0px 0px;
    text-align: left;
        font-weight: 300;
}
.overview_row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #f0f0f0;
    cursor: pointer;
    border-bottom:2px solid Green;

}
.overview_row_visited {
    background: #F78F1E;
    color: #FFFFFF;
}
a.team-facebook {
  background-color: #F78F1E;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
}
.info-icon {
    background: url('../img/info_icon.png');
    background-position: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('../img/time_icon.png');
    background-position: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('../img/referee_icon2.png');
    background-position: 0;
    display: inline-block;
    width: 14px;
    height: 13px;
    margin: 3px 5px 0 0;
}
.overview_row.overview_row_visited .info-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .time-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .referee-icon {
    background-position: -15px 0;
}
.overview_row > div {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: baseline;
    font-size: 15px;
}
.overview_row > div > img {
    display: inline;
    vertical-align: -1px;
    margin-right: 5px;
}
.wedstrijd_overview_row_top, .wedstrijd_overview_row_bottom {
    width: 100%;
}
.wedstrijd_overview_row_match {
    width: 50%;
}
.wedstrijd_overview_row_match.small {
    width: 40%;
}
.wedstrijd_overview_row_match.wide {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
.wedstrijd_overview_row_referees {
    display: none;
}
.wedstrijd_overview_row_referees span {
    color: blue;
}
.wedstrijd_overview_row_time.small{
  justify-content: space-between;
  width: 35%;
}
.wedstrijd_overview_row_time {
    width: 25%;
}
.wedstrijd_overview_row_time.wide {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wedstrijd_overview_row_ishome {
    width: 25%;
}
.wedstrijd_overview_row_ishome.small {
    width: 15%;
    justify-content: flex-end;
}
.match-ishome {
    float: right;
    width: 40px;
    text-align: left;
}
.overview_info {
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    margin: 0 0 11px;
    display: none;
}
.overview_info_block {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.overview_info_block table tr:nth-child(odd)
{
  height:25px;
  line-height: 25px;
  text-indent: 5px;
  background:#efefef;
}
.overview_info_block table tr:nth-child(even)
{
  height:25px;
    text-indent: 5px;
  line-height: 25px;

}
#wedstrijd_info_block_right_locatie_routeLink {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.wedstrijd_info_block_header_data {
    font-size: 14px;
    font-weight: bold;
}
#wedstrijd_locatie_route {
    display: none;
}
#overview_filter {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 10px;
     margin-bottom: 20px;
     background: #EFEFEF;
}
#wedstrijd_filter_home_away {
  display: 	inline-block;
}
.overview_filter_checkbox {
  display: 	inline-block;
    background: #FFFFFF;
    padding: 6px 20px 6px 5px;
    margin: 0 5px 0 0;
}
#wedstrijd_filter_organisations {
    display: 	inline-block;
}
.overview_schedule_filter {
  display: 	inline-block;
}
.wedstrijd_filter_data_list {
    border: none;
    background: #FFFFFF;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.center {
    text-align: center;
}
.match-canceled {
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
}
/* End Wedstrijdschema */


.won-match {
    width: 12px;
    height: 12px;
    background: green;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.tied-match {
    width: 12px;
    height: 12px;
    background: #FFD700;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.lost-match {
    width: 12px;
    height: 12px;
    background: #C50E18;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-brand img {
          width: auto!important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
        margin: 20px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-brand img {
      height: 50px !important;
    }
    .navbar-brand img {
      height: 80px !important;
      position: absolute;
      -o-object-fit: contain;
         object-fit: contain;
    }
    .navbar-brand {
      height: auto;
      padding: 5px 15px;
    }
}

@media(max-width:768px) {
  .overview_row {
      background: #f7f7f7 none repeat scroll 0 0;
      border-bottom: 2px solid rgb(91,174,109);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      float: left;
      margin-bottom: 5px;
      margin-right: 0%;
      padding: 15px 10px;
      width: 100%;
  }
  .overview_row_visited {
    background-color: #333;
  }
}

.sponsors-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  min-width: 1150px;
  height: 100px;
  background-color: #1D1D1B;
  border-top: 1px solid #333;
}
.sponsors-container {
  margin-left: auto;
  margin-right: auto;
  width: 1150px;
  height: 100px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.sponsor-blok{
    height:350px;
    overflow: hidden;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}

.sponsor-blok-foto{
    height:350px;
    width: 70%;
    overflow: hidden;
      position: relative;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center;
}
.sponsor-blok-foto img{
    width:100%;
    height:100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}
/*Sponsorpage*/

.sponsorbanner {
    max-width: 200px !important;
    margin: 0 auto;
}

.sponsoritem{
    width:100%;
    height:250px;
    background:#efefef;
    padding: 5%;
    float:left;
    margin-bottom: 5%;
    overflow: hidden;
    border-bottom: 2px solid #004239;
}
.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.sponsoritem_image img{
      max-height: 150px;
    max-width: 100% !important;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}
.sponsoritem_title{
  margin: 0px;
  padding:0px;
}
.sponsoritem_title h3{
    background:#333333;
    width: 100%;
    font-size: 13px;
    text-align: center;
    color:#fff;
    padding:10px 5px;
}

a {
  color: rgb(91,174,109);
}

footer a {
color: #fff;

}

.header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 100VH;
  width: 100VW;
  z-index: 998;
}

.overlay{
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  z-index: 2;
  background-color: #000;
  opacity: 0.6;
  transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
}

.overlay:hover{
  top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  /*background-color: #000;
  opacity: 0.5;*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 100px;
}

.hockey-blok{
    height:450px;
    overflow: hidden;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}

.hockey-blok-foto{
    height:100%;
    width: 100%;
    overflow: hidden;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      position: absolute;
      z-index: 1;
}
.hockey-blok-foto img{
    width:100%;
    height:100%;
        -o-object-fit: cover;
           object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.hockey-heading {
  z-index:3;
  position: absolute;
  text-align: center;
  padding-top: 200px;
  color: white;
  font-size: 40px;
}


#scroller{
    height: 120px;
    overflow: hidden;
     width:100%;
}
.simply-scroll {

    width:100%;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.simply-scroll .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll .simply-scroll-list li {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fff;
    height: 80px;
    line-height: 80px;
    width: 200px;
    margin-right: 10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align: center;
}

#contact {
  padding: 0px 0px!important;
  margin-bottom: -20px;
}

.block {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.block-link {
}
.btn {
  border-radius: 5px;
}

.datum-block {
  background-color: rgba(255,255,255,0.5);
  color: #020202;
  padding: 0 10px;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.portfolio-caption h4 {
  padding: 0 7.5px;
}

.intro-none {
  display: none;
}
.navbar-brand img {
  height: 115px;
}
.navbar-shrink .navbar-brand img {
  height: 50px;
}
.no-padding > [class*="col-"] {
  padding: 0;
}

.delfs-card {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 300px;
  text-align: center;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,0)),to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(0, 0, 0, 0.65) 100%);
  -webkit-transition: .75s all;
  transition: .75s all;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  border-top:1px solid #fff;

}
.delfs-card:hover,
.delfs-card:focus {
  color: #FFF;
  text-decoration: none;
}
.delfs-card:hover .delfs-image  {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.delfs-card .delfs-image {
  position: absolute; z-index: -1;
  /* -webkit-filter: blur(2px);
          filter: blur(2px); */
  -webkit-transition: .5s -webkit-filter;
  transition: .5s -webkit-filter;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  width: 100%;
  height: 100%;
}

.description-txt {
  height: 85px;
  overflow: hidden;
  text-align: left;
  margin-top: 20px;
}

.delfs-title {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          z-index: 9999;
          color: #FFF !important;
}

.delfs-card:hover  .delfs-image-overlay  {
  opacity: 0.7;
}

.delfs-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(91,174,109);
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.delfs-title h2 {
  z-index: 10;
  font-size: 25px;
}

.delfs-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* section h4.service-heading:before {
  content: '';
  width: 30px;
  position: absolute;
  height: 40px;
  background: url(../img/poppetje-rapid.png) center center no-repeat;
  background-size: 100%;
  left: 0px;
  top: -2.5px;
} */

.icon {
margin-top: 5px;
margin-right: -15px;
}

.icon img {
  height: 40px;
}


.icon-2 img {
  height: 20px;
}
.icon-2 {
float: left;
margin-top: 0px;
}

.small-heading {
  font-size: 15px!important;
}

@media(max-width:991px) {

  .small-heading {
    font-size: 18px!important;
  }
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 200px;
}
.nieuws-box {

  border:1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nieuws-box  img {
  -o-object-fit: contain!important;
     object-fit: contain!important;
    vertical-align: middle;
}

.portfolio-caption h4 {
  font-size: 14px!important;
  text-align: center;
}

span {
      color: #767676;
      text-align: justify;

      font-family: 'Open sans'!important;
}

.category_none  {
  display: none;
  background-color: #222;
  color: #fff!important;
  padding: 7px;
  border-radius: 5px;
}

.send-btn {

  border-color: rgb(91,174,109);
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 50px;
  font-weight: 700;
  color: #fff;
  background-color:rgb(91,174,109);
  border: 3px solid rgb(91,174,109);
  margin-top: 20px;
}

.send-btn:hover,
.send-btn:focus,
.send-btn:active {
  color: #FFF;
}

.datum_btn {
  background-color: #919191;
  color: #fff!important;
  padding: 7px;
  border-radius: 5px;
}

.thumbnail {
  height: 305px!important;
}

.profiel_foto img {

}

.datum-block span {
  color: #222!important;
}

.portfolio-sponsoring {
  height: auto!important;
}

.nieuws-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.single_stuff{
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 30px;
  background: #efefef;
}
.single_stuff_img{
  float: left;
  display: inline;
  width: 75%;
  background: #104d47;
  min-height: 95px;
}
.single_stuff_img a{
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single_stuff_img img{
  max-width: 75%;
}

.single_stuff_article {
  float: left;
  display: inline;
  width: 100%;
  background-color: inherit;
}
.single_sarticle_inner{
  background-color: inherit;
  display: inline;
  float: left;
  padding: 20px 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.stuff_category {
  background-color: #104d47;
  border-radius: 3px;
  color: #fff !important;
  font-size: 14px;
  margin: 0px 0px 0 0;
  padding: 5px 8px;
  text-align: center;
  position: absolute;
  right:10px;
  top:10px;
}

a.stuff_category:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.stuff_article_inner{
  float: left;
  display: inline;
  width: 100%;
}
.stuff_date {
  color:#104d47;
  margin-right: 5px;
}
.stuff_date strong{
  font-size: 20px;
}
.stuff_article_inner h2{
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 0px 10px 0px;
}
.stuff_article_inner h2>a{
  color: #104d47;
}
.stuff_article_inner p{
  line-height: 1.5em;
  padding: 10px 0;
  text-align: normal;
    color:#333;
}
.stuff_article_inner img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  float:left;
  margin-top: 10px; margin-right: 10px;
  margin-bottom:10px;
}

.canceledMatchesView {
  margin: 0 auto!important;
  width:1180px;
  display: block;
  float: none!important;
  margin-bottom: 50px!important;
}

legend {
  font-family: 'Platform', sans-serif!important;
  font-size: 15px!important;
  text-transform: uppercase;
}

.canceledMatchesTable tr td {
  font-size: 15px!important;
  padding: 10px;
  background-color: #F7F7F7!important;
  border-bottom: 2px solid rgb(91,174,109)!important;
  font-family: 'Open Sans', sans-serif!important;
}
.canceledMatchesView fieldset{
  border:none!important;
}

tr.canceledMatchesTableHeader td {
  color:rgb(91,174,109)!important;
  font-family: 'Open Sans', sans-serif!important;
}

.news-box {
  height: 400px;
  width: 100%;
}

.news-caption {
  height: 100px;
  background-color: red;
  width: 100%;
}

/*Teampagina*/

.spelerblok
{
   width: 23%;
   height:200px;
   float:left;
   margin-right: 2%;
   margin-bottom: 2%;
  position: relative;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
           box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   border-radius: 5px;
   background: #fff;
}

.spelerblok_foto
{
  width:100%;
  line-height: 165px;
  max-height:165px;
  font-size:300%;
  text-align: center;
  overflow: hidden;
}
.spelerblok_foto img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 165px;
}
.spelerblok_title
{
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color: #444;
    background-color:rgba(192,192,192,0.5);
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 500;
    overflow: hidden;
}
.list-inline>li {
	padding-left:4px;
	padding-right:4px;
}
@media (max-width: 991px) {
  .spelerblok {
    width: 48%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 1400px) {
  .navbar-default .nav li a {
    font-size: 12px!important;
    padding: 25px 10px!important;
  }
  .navbar-container {
    width: 1280px!important;
  }
}
@media screen and (min-width: 1600px) {
  .navbar-default .nav li a {
    font-size: 12px!important;
    padding: 25px 10px!important;
  }
  .navbar-container {
    width: 1280px!important;
  }
}
@media screen and (min-width: 1900px) {
  .navbar-default .nav li a {
    font-size: 12px!important;
    padding: 25px 10px!important;
  }
  .navbar-container {
    width: 1280px!important;
  }
}


.nav.navbar-nav {
  position: relative;
margin-left: 110px;
 float: left !important;
}

.nav .shop {
    margin-top: 10px;
    margin-left: 10px;
}

.nav li.shop span {
  display: none;
}

@media (min-width: 1401px) {
  .nav li.shop a {
    height: 150px !important;
    width: 150px !important;
    border-radius: 150px !important;
    line-height: 125px !important;
    margin-top: 0 !important
  }
  .nav li.shop a img {
    width: 75px !important;
  }

  .nav li.shop span {
    display: block;
    position: absolute;
    text-transform: uppercase;
    bottom: 15px;
    color: white;
    right: 0;
    left: 0;
    text-align: center;
  }
}
.nav li.shop span {
  display: none;
}

.nav li.shop a {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50px !important;
  line-height: 50px !important;
  margin-top: 0 !important;
}
.nav li.shop a img {
  width: 20px !important;
}


.navbar-brand img {
  z-index: 1;
}

@media (max-width: 1400px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


nav {
  position: relative;
}
.cashless-dingetje-top {
  position: absolute;
  top: calc(100% + 1px);
  transform: translateX(-50%);
  left: 50%;
  height: 50px;
}
.cashless-dingetje-top img {
  height: 100%;
}

@media (max-width: 767px) {
  .cashless-dingetje-top {
    right: 0; left: auto;
    transform: none;
    height: 40px;
  }
}


.nieuws-box img {
  height: 150px;
  object-fit: cover !important;
}
