/*
Theme Name: Van Staveren
Theme URI: https://www.staveren.nl/
Description: Wordpress thema voor van Staveren
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: staveren
*/

@import url("https://use.typekit.net/rvt7nhr.css");

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-family: sofia-pro, sans-serif;
    line-height: 1.125;
    color: #00495D;
   
    
}

body.body--jithas :is(h1, h2, h3, h4, h5, h6) {
    color: #1C2F52;
}


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

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

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

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

.h5,
h5 {
    font-size: 20px;
      color: #3297B9;
      font-weight: 600;
}

.h6,
h6 {
    font-size: 18px;
      color: #3297B9;
      font-weight: 600;
   
}

body {
    font-size: 16px;
    font-weight: 400;
    
    color: #333333;
    background: #F4F9FC;
    font-family: sofia-pro, sans-serif;
    overflow-x: hidden;
    line-height: 30px;

  
}

body.body--jithas {
    background: #F8F2E7
}

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

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 30px;
    margin-bottom: 15px
}

li {
    list-style: none;
}

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

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #EAEDEC;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 12px;
    outline: 0;
    padding: 15px 22.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
     color: #333333;
     background: #ffffff;

}

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


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

::-webkit-input-placeholder {
     color: #BCBCBC
}

::-moz-placeholder {
     color: #BCBCBC
}

:-ms-input-placeholder {
    color: #BCBCBC
}

::-moz-selection {
    background-color: #3297B9;
    color: #ffffff
}

::selection {
    background-color: #3297B9;
    color: #ffffff
}

::-moz-selection {
    background-color: #3297B9;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%;
    max-width: 650px
}

table.width-auto {
    width: auto;
}

table tr th,
table tr td {
    vertical-align: top;
}

table tr :is(th, td):first-child {
    padding-right: 30px;
}

table tr td:last-child {
    padding-left: 30px;
}
b,
strong {
    font-weight: 600;
}

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

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.container, .container-fluid {

    padding-right: 37.5px;
    padding-left: 37.5px;
}



.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.medium-gutters {
    margin-right: -37.5px;
    margin-left: -37.5px;
}

.row.medium-gutters > [class*="col-"] {
    padding-right: 37.5px;
    padding-left: 37.5px;
}

.row.big-gutters {
    margin-right: -90px;
    margin-left: -90px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 90px;
    padding-left: 90px;
}

.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn,
.button {
 -moz-appearance: none;
    -webkit-appearance: none;
    padding: 17px 75px 20px 25px;
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
    color: #ffffff;
    background: #3297B9;
    border-radius: 50px;
    min-width: 225px;
    text-align: left;
    overflow: hidden
}

.btn:not(.btn--custom, .btn--outline):after {
       content: url(images/arrow.svg);
    display: inline-block;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.875rem;
    width: 7.5px;
}


.btn:hover{
    color: #ffffff;
    /*background: #00495D*/
}

.btn:before {
  
	position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #00495D;
    -webkit-transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
}

.btn:hover:before {
     left: 0;
    right: auto;
    width: 100%;
}

.btn:hover:after {
     right: 20px;
}

.btn--white {
    border-color: #FFFFFF;
    color: #00495D
}

.btn--white:hover {
     border-color: #00495D;
    color: #ffffff
}


.btn--secondary {
    background: #00495D;
}

.btn--custom {
border-radius: 12px;
width: 100%;
text-align: center;
font-size: 24px;
padding: 12px 15px 15px 15px;
}

.btn--outline {
    border: 2px solid #3297B9;
    padding: 14px 25px 17px 25px !important;
    background: transparent;
    color: #3297B9;
    min-width: auto;
}

.btn--outline:before {
    content: unset;
}

.btn--outline:hover {
    background: #3297B9;
    color: #ffffff;
}

.btn + .btn {
    margin-left: 7.5px;
}

body.body--jithas .btn {
    background: #7192A3;
        width: 100px !important;
    height: 100px;
    line-height: 100px;
    text-align: center;
/*     margin-left: auto; */
    display: block;
    margin-right: auto;
    min-width: auto;
    border-radius: 50%;
    padding: 0;
}

body.body--jithas .btn:before {
    background: #1C2F52
}

body.body--jithas .btn:after {
    content: unset;
}



/* Main styles */

header {
    position: sticky;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff;
        border-bottom: 1px solid #F4F9FC;
}


header nav.navbar.navbar-extra {
   border-bottom: 1px solid #F4F9FC;
   padding: 0;
}

header nav.navbar.navbar-extra .navbar-nav {
    width: 100%
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:nth-child(2) {
    margin-left: auto;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item {

}

header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
     padding: 10px 15px;
     color: #00495D;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar.navbar-extra .navbar-nav > .nav-item.active > .nav-link {
    color: #3297B9;
}


header nav.navbar.navbar-extra .navbar-nav > .nav-item:first-child > .nav-link {
    padding-left: 0
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}


header nav.navbar.navbar-main {
    padding: 0;
    background: #ffffff;
}

header nav.navbar.navbar-main .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width: 200px;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-right: 15px;
    background: #ffffff;
}


header nav.navbar.navbar-main .navbar-nav {
  
}

header nav.navbar.navbar-main .navbar-nav > .nav-item {

}


header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link {
   
        padding: 25px 22.5px 28px 22.5px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: bold;
    color: #00495D;
}


header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link form {
    position: relative;
}

header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link form input{
       padding: 10px 15px;
    border: 1px solid #00495D;
    font-size: 16px;
    border-radius: 50px;
}

header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link form button{
   position: absolute;
    width: 20px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    padding: 0;
    margin: 0;
}

header nav.navbar.navbar-main .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}



header nav.navbar.navbar-main .navbar-nav .nav-item a:hover,
header nav.navbar.navbar-main .navbar-nav > .nav-item.active > .nav-link  {
    color: #3297B9
}






/* Navbar toggler */

header nav.navbar.navbar-main .navbar-toggler {
      margin: 0;
    background: #3297B9;
    padding: 15px 12px;
    border-radius: 50%;
}




header nav.navbar.navbar-main .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
}

header nav.navbar.navbar-main .navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

header nav.navbar.navbar-main .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

header nav.navbar.navbar-main .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar.navbar-main .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 25px;
    margin-left: 0;
}

header nav.navbar.navbar-main .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar.navbar-main .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar.navbar-main .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

header nav.navbar.navbar-main .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar.navbar-main .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
}




/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 300px;
}



section.header .header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}



section.header .header-image img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
       -o-object-position: center;
    object-position: center ;
}

section.header .header-content {
    position: absolute;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    text-shadow: 0px 0px 19px #00000058;
    max-width: 670px;
}

section.header .header-content h5 {
    margin-bottom: 0;
}

section.header .header-breadcrumbs {
    position: absolute;
    bottom: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 19px #00000058;

}

section.header .header-breadcrumbs p {
    margin-bottom: 0
}

section.header .header-breadcrumbs i {
    color: #00495D;
        font-size: 14px;
    margin: 0 10px;
}







/* Cards */

section.cards {
    margin: 60px 0 0 0;
}

section.cards.cards--background {
    padding: 60px 0 30px 0;
    background: #ffffff;
}



section.cards .cards-header {
    margin-bottom: 30px;
}

section.cards .cards-header :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

section.cards .cards-content .btn:last-child {
    margin-top: 15px;
}


section.cards .card {
    position: relative;
    display: block;
        background: #ffffff;
        overflow: hidden;

         border-top-left-radius: 12px;
          border-top-right-radius: 12px;
}


section.cards .card:hover {
   
}

section.cards .card .card-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    overflow: hidden;
    border-radius: 12px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

section.cards .card:hover .card-image {
   /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}

section.cards.in-viewport-once .card .card-image::before {
       content: '';
    width: 100%;
    height: 100%;
    background-color: #00495D;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    animation: animation-before 2s;
    z-index: 1;
}

section.cards .card .card-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;

    
}

section.cards.in-viewport-once .card .card-image img {
        transform: scale(4);
    animation: animation-image 2s;
    animation-fill-mode: forwards;
}





section.cards .card .card-content {
    padding: 30px;
    position: relative;
    z-index: 1;
}



section.cards .card .card-content :is(h4, h5, h6, .h4, .h5, .h6) {
    margin-bottom: 7.5px
}

section.cards .card .card-content :is(.h1, .h2, .h3) {
    margin-bottom: 15px
}

section.cards .card .card-content p {
}

section.cards .card .card-content p:last-child {
    margin-bottom: 0
}

section.cards .card .card-content .btn {
    margin-top: 15px;
}




/* Article */

article {
    margin: 90px 0;
    margin-bottom: 120px !important;
}



article.article--background {
    background: #333333;
    color: #ffffff;
    margin-top: 90px;
    padding: 60px 0;
    margin-bottom: 0;
}

article.article--reverse:nth-child(even) .row {
	flex-direction: row-reverse
}

article .article-breadcrumbs {
    color: #3297B9;
    margin-bottom: 30px;
        margin-top: -60px;
}

article .order-xl-2 .article-content {
    margin-right: 60px;
}

article .article-image + .article-content,
article .article-images + .article-content,
article .article-content + .article-content {
    margin-top: 30px;
}

article .article-content a:not(.btn) {


        -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: underline;
}

article .article-content > :is(h4, h5, h6, .h4, .h5, .h6):first-child {
    margin-bottom: 7.5px;
}

article.text-center .article-content h2 {
    margin-bottom: 30px;
}

article .article-gallery {

}

article .article-gallery .article-gallery__item {
       position: relative;
    display: block;
       padding-bottom: 66.666%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

article .article-gallery .article-gallery__item  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;
}

article .article-gallery .article-gallery__item:hover  img { 
       -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*article .article-content :is(h4, .h4) {
    font-weight: 700
}


article .article-content :is(h5, .h5) {
    font-weight: 600
}
*/

article .article-content :is(ul:not(.list-unstyled), ol, p, table) {
    margin-bottom: 30px;
}

article .article-content :is(ul, ol, p, table):last-child {
    margin-bottom: 0;
}

article .article-content .btn + .btn {
    margin-left: 0;
    /*margin-bottom: 7.5px;*/
}

 article .article-content .btn {
        margin-top: 30px;
    }


article .article-content img {
    width: 100%;
   
}

article .article-content img:not(:last-child) {
     margin-bottom: 30px
}

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article .article-content ul:not(.list-unstyled) {
    line-height: 2;
}

article .article-content ul:not(.list-unstyled, .article-content__icons) li {
    list-style: none;
    padding-left: 22.5px;
    position: relative;
     font-weight: 600;
    color: #3297B9;
}

article .article-content ul:not(.list-unstyled, .article-content__icons) li:before{
        content: url(images/arrow-blue.svg);
    display: inline-block;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
}

article .article-content ul:not(.list-unstyled, .article-content__icons) li:hover:before {
    content: url(images/arrow-dark_blue.svg);
}

article .article-content ul:not(.list-unstyled, .article-content__icons) li a{
   
}

article .article-content ul:not(.list-unstyled, .article-content__icons) li a:hover,
article .article-content ul:not(.list-unstyled, .article-content__icons) li:hover{
      color: #00495D;
}



article .article-content .article-content__icons {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

}


article .article-content .article-content__icons li {
    list-style: none;
    padding-left: 50px;
    position: relative;
      /* margin-bottom: 22.5px;*/
           line-height: 2.75;
       -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

article .article-content .article-content__icons li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    line-height: 1;
}

article .article-content .article-content__icons li[data-icon="Free Wifi"]:before {
    content: url(images/free-wifi.svg);
}

article .article-content .article-content__icons li[data-icon="Shop"]:before {
    content: url(images/shop.svg);
}
article .article-content .article-content__icons li[data-icon="24 uur tanken"]:before {
    content: url(images/24-uur-tanken.svg);
}
article .article-content .article-content__icons li[data-icon="Wasbox"]:before {
    content: url(images/wasbox.svg);
}
article .article-content .article-content__icons li[data-icon="Boedelbak"]:before {
    content: url(images/boedelbak.svg);
}
article .article-content .article-content__icons li[data-icon="Air Miles"]:before {
    content: url(images/air-miles.svg);
}
article .article-content .article-content__icons li[data-icon="Verse maaltijden"]:before {
    content: url(images/verse-maaltijden.svg);
}
article .article-content .article-content__icons li[data-icon="Verse broodjes"]:before {
    content: url(images/verse-broodjes.svg);
}

article .article-content .article-content__icons li span {
    line-height: 1.25;
        display: inline-block;
}

article .article-map {
        position: relative;
    display: block;
    padding-bottom: 66.666%;
    border-radius: 12px;
    overflow: hidden;
    /*height: 100%;*/

}

article .article-map .acf-map {
     position: absolute;
    width: 100%;
    height: 100%;


}




article .article-image {
        position: relative;
    display: block;
    padding-bottom: 66.666%;
    border-radius: 12px;
    overflow: hidden;
}



article.in-viewport-once .article-image:before {
    content: '';
  width: 100%;
  height: 100%;
  background-color: #00495D;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  animation: animation-before 2s;
    z-index: 1
}

article .article-images .article-images__wrap:nth-child(2) .article-image:before {
    background: #3297B9
}

article .article-image + .article-image {
    margin-top: 90px;
}

article.article--background .article-image {
    margin-top: -150px;
}

article .article-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;



}



article.in-viewport-once .article-image img{
    transform: scale(4);
    animation: animation-image 2s;
    animation-fill-mode: forwards;
}


article .article-image:hover img { 
  
}

article .article-images {
    position: relative;
}

/*article .article-images .article-images__wrap:nth-child(1) {
       max-width: calc(100% - 75px);
}*/

article .article-images.article-images--extra .article-images__wrap:nth-child(1) {
    max-width: 100% !important;
}

article .article-images .article-images__wrap:nth-child(2) {
        max-width: 50%;
    margin-top: -25%;
    margin-left: auto;
    z-index: 99;
        right: -60px;
    position: relative;
}

article .article-images.article-images--extra .article-images__wrap:nth-child(2) {
    right: unset;
        margin-top: -15%;

}

article .article-images.article-images--extra .article-images__wrap:nth-child(2) {
        margin-right: 30px;
}

article .article-images .article-images__wrap:nth-child(2) .article-image {
    z-index: 1
}

article .article-cards {
    margin-left: 60px;
}

article .article-cards [class*=col-]:nth-child(2) {
    margin-top: 30px;
}

article .article-cards .article-card {
    position: relative;
    display: block;
   
    border-radius: 12px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

article .article-cards [class*=col-]:nth-child(2) .article-card:not(:last-child) {
    margin-bottom: 30px;
}

article .article-cards .article-card:hover {
    background: #3297B9
}

article .article-cards .article-card .article-card__image {
        position: relative;
    display: block;
    padding-bottom: 66.666%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-cards .article-card:hover .article-card__image{
     /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/

}

article.in-viewport-once .article-cards .article-card:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #3297B9;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0% 50%;
    animation: animation-before 2s;
    z-index: 1;
}

article .article-cards [class*=col-]:not(:nth-child(2)) .article-card .article-card__image {
    padding-bottom: 155%;
}

article.in-viewport-once .article-cards .article-card .article-card__image img {
    transform: scale(4);
    animation: animation-image 2s;
    animation-fill-mode: forwards;
}

article .article-cards .article-card .article-card__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;
}




article .article-cards .article-card .article-card__content {
       padding: 17px 15px 20px 82.5px;
       position: relative;
        background: #00495D;
            -webkit-transition: all 0.3s;
    transition: all 0.3s;

   
}

article .article-cards .article-card:hover .article-card__content {
    background: #3297B9
}

article.in-viewport-once .article-cards .article-card .article-card__content {
     animation: animation-image 2s;
    animation-fill-mode: forwards;
    }

article .article-cards .article-card .article-card__content :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1
}

article .article-cards .article-card .article-card__content:before {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55px;
    line-height: 1;
}

article .article-cards .article-card .article-card__content[data-icon="Tanken"]:before {
    content: url(images/tanken.svg);
}

article .article-cards .article-card .article-card__content[data-icon="Eten & drinken"]:before {
    content: url(images/eten-drinken.svg);
}

article .article-cards .article-card .article-card__content[data-icon="EV- Laden"]:before {
    content: url(images/ev-laden.svg);
}

article .article-cards .article-card .article-card__content[data-icon="Carwash"]:before {
    content: url(images/carwash.svg);
}


/* Gravity Forms */



.gform_wrapper {

}

.gform_wrapper form {
      margin-top: 22.5px;  
}

.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px;

    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container {
	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;
}

.gform_wrapper form .gform_footer {
    text-align: right;
}

/* checkboxes */

.checkboxes {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.checkboxes.checkboxes-columns2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.checkboxes label {
    display: block;
}

.checkboxes label input{
    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;
}

.checkboxes label span {

    position: relative;
    padding-left: 30px;
    font-size: 15px;

}

.checkboxes label span:before {
    content: '';
    width: 20px;
    height:  20px;
    display: inline-block;
    background: #ffffff;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.checkboxes label input:checked + span:before{
    background: #3297B9
}


/* Modal */

.modal {

}

.modal .modal-dialog {
        max-width: 1140px;
        padding: 0 15px;
}

.modal .modal-dialog .modal-content{
        border: 0;
    border-radius: 0;
    box-shadow: 0px 3px 6px #00000029;
}

.modal .modal-dialog .modal-content .close {
   position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 10px;
    display: inline-block;
    background: #00495D;
    z-index: 1;
    color: #ffffff;
    font-size: 24px;
    padding: 0;
    margin: 0;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal .modal-dialog .modal-content .close:hover {
    background: #3297B9;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
}






/* Social media */

.social-media {
    line-height: 1;
    margin-left: 7.5px;
    display: inline-block;
    white-space: nowrap;
        vertical-align: 2px;
}

.social-media li {
    display: inline-block;
    margin-right: 2.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a svg {
       width: 25px;
    height: 25px;
    display: inline-block;
    
}

.social-media li a svg :is(path, polygon) {
    fill: #b4d0e0;
}

.social-media li a:hover svg :is(path, polygon) {
    fill: #00495D
}


/* Accordion */

.accordion {
 margin-top: 15px;
	margin-bottom: 15px;
}

.accordion .accordion-item {
        margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: 1px solid #3297B9;
}

.accordion .accordion-item a{
    position: relative;
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: none !important;
    font-weight: bold;
    color: #3297B9 !important;
    padding-right: 30px;
    cursor: pointer;
   
}

.accordion .accordion-item a:after{
    content: url(images/down.svg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    line-height: 1;
}

.accordion .accordion-item a[aria-expanded="true"]:after{
    -webkit-transform: rotate(-180deg) translateX(50%);
    transform: rotate(-180deg) translateX(50%);
}

.accordion .accordion-item .accordion-body {
    

}

.accordion .accordion-item .accordion-body *:last-child {
    margin-bottom: 0
}
/* GOogle maps */



.gm-style .gm-style-iw {
    font-weight: 400;
    font-size: 15px !important;
    font-family: sofia-pro, sans-serif !important;
}

#cookie-notice {
	font-family: sofia-pro, sans-serif !important;
}


/* Footer*/

footer .main-footer{
    padding: 10px 0;
    background: #ffffff;
        position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
     z-index: 9999
}

footer .main-footer .footer-title {
    color: #3297B9;
     font-weight: 600;
}

footer .main-footer .footer-title a[data-toggle="collapse"] {
    pointer-events: none
}

footer .main-footer .footer-logo {

    max-width: 200px;
}

footer .main-footer .footer-brand {
  max-height: 60px;
  margin-bottom: 15px;
}

footer .sub-footer{
    background: #F4F9FC;
    padding: 15px 0;
}

footer .sub-footer p {
    margin-bottom: 0
}
footer .sub-footer p b {
    color: #00495D;
    margin-right: 15px;
}

footer .contact-list {
    line-height: 1.875;
    margin-bottom: 30px;
}

footer .footer-list {
    /*line-height: 1.875;*/
    margin-bottom: 30px;
}

footer .footer-list li {
    
}


footer .footer-list li a {

}

footer .footer-list li a:hover {
        color: #00495D;
}



footer .copyright-list {
    text-align: right;
    margin-bottom: 0
}

footer .copyright-list li {
    display: inline-block;
}

footer .copyright-list li:not(:last-child):after {
        content: '|';
    margin: 0 7.5px;
}

/* Responsive */

@media (max-width: 1599.98px) {
    .row.big-gutters {
        margin-right: -45px;
        margin-left: -45px;
    }

    .row.big-gutters > [class*="col-"] {
        padding-right: 45px;
        padding-left: 45px;
    }


    article .article-cards {
    margin-left: 0;
}


    article {
        margin: 60px 0;
    }

    section.cards.cards--background {
        padding: 60px 0 30px 0;
    }
	
	article .article-images .article-images__wrap:nth-child(2) {
		    right: -45px;
	}

}

@media (max-width: 1399.98px) {
  
    .h4,
    h4 {
        font-size: 20px;
       
    }


    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row > [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }


    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

   .row.big-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.big-gutters > [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }
    article .article-cards .article-card .article-card__content {
            padding: 17px 15px 20px 77.5px;
    }

    article .article-cards .article-card .article-card__content:before {
            width: 50px;
    }
	
	article .article-images .article-images__wrap:nth-child(2) {
		    right: -30px;
	}


    
}

@media (max-width: 1199.98px) {


    header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
            padding: 10px 10px;
    }
    
   
    header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link {
        font-size: 19px;
        padding: 5px 15px;
    }
	
	article .order-xl-2 .article-content {
		margin-right: 0;
	}

  
   
   
}

@media (max-width: 991.98px) {

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

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

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

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

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

    .h6,
    h6 {
        font-size: 16px;
    }
    body {
        font-size: 14px;
    }

    .container, .container-fluid {
       max-width: 100%
    }

    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.big-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn {
        padding: 14px 75px 17px 22px;
        font-size: 15px;
    }

    .btn + .btn {
        margin-top: 7.5px;
        margin-left: 0;
    }

    header nav.navbar.navbar-extra {
        display: none;
    }

    header nav.navbar.navbar-main .navbar-brand {
        
    }


    header nav.navbar .offcanvas-collapse {
           position: fixed;
        top: 0;
        bottom: 0;
        width: calc(100% - 90px);
        height: 100%;
        overflow-y: auto;
        background: #ffffff;
       -webkit-transition: all 0.3s;
    transition: all 0.3s;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        z-index: -1;
        padding: 80px 0 30px 0;
        display: block;
        overflow: scroll;
        overflow: hidden;
        right: 0px;
        -webkit-filter: drop-shadow(0px 0px 10px rgb(0 73 93 / 25%));
        filter: drop-shadow(0px 0px 10px rgb(0 73 93 / 25%));
       

    }

    header nav.navbar .offcanvas-collapse.open {
        -webkit-transform: translateX(0%);
        transform: translate(0%);
    }

    body.offcanvas-open {
        overflow: hidden;

    }

    body:before {
        content: '';
    }

    body.offcanvas-open:before {
        position: fixed;
        background: rgb(0 73 93 / 50%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
         -webkit-transition: all 0.3s;
        transition: all 0.3s;
         pointer-events: none;
       
    }

    header nav.navbar.navbar-main .navbar-nav.navbar-main > .nav-item:not(:last-child) {
        border-bottom: 1px solid #b4d0e0;
    }

    header nav.navbar.navbar-main .navbar-nav.navbar-main > .nav-item > .nav-link {
        padding: 15px;
        font-size: 17px;
    }

     header nav.navbar.navbar-main .navbar-nav.navbar-extra {
            background: #F4F9FC;
        padding: 15px 0;
        /* margin-top: 30px; */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header nav.navbar.navbar-main .navbar-nav.navbar-extra > .nav-item > .nav-link {
        font-size: 15px;
        font-weight: normal;
        padding: 7.5px 15px;
    }

    section.header {
        height: 250px;
    }

    section.header .header-breadcrumbs {
        bottom: 15px;
    }


    article {
        margin: 30px 0;
    }

    article > .container > .row > [class*="col"]:not(:last-child) {
        margin-bottom: 22.5px;
    }


    article .article-content :is(ul:not(.list-unstyled), ol, p, table) {
        margin-bottom: 15px;
    }

    article .article-content :is(ul, ol, p, table):last-child {
        margin-bottom: 0;
    }

    article .article-image + .article-content, 
    article .article-content + .article-content {
        margin-top: 22.5px;
    }

    article .article-breadcrumbs {
            margin-bottom: -5px;
            margin-top: -15px;
    }

   

    article.text-center .article-content h2 {
    margin-bottom: 15px;
}

    article .article-image {
            border-radius: 0;
    margin-left: -22.5px;
    margin-right: -22.5px;
        
    }

     article > .container > .row > [class*="order-2"] .article-image {
        margin-bottom: -30px;
     }

    article .article-images .article-images__wrap:nth-child(1) {
            max-width: 100%;
    }

    article .article-images .article-images__wrap:nth-child(2) {
        display: none;
    }


    article .article-cards [class*=col-]:nth-child(2) {
        margin-top: 0;
    }

	
	article .article-content .btn {
		width: 100%
	}
 
	body.body--jithas .btn {
    	margin-left: auto;
	}

   

    section.cards {
        margin: 30px 0 0 0;
    }

    section.cards.cards--background {
        padding: 30px 0 0 0;
    }

 

    section.cards .cards-header {
        margin-bottom: 15px;
    }



   

    section.cards .card {
            margin-bottom: 15px;
    }

    section.cards .card .card-content {
    padding: 15px;
    }

    section.cards .card .card-content .btn {
    margin-top: 7.5px;
}

	.checkboxes {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}


   

    footer .main-footer .footer-logo {
        margin-top: 0
    }

     footer .sub-footer {
        font-size: 14px;
     }

     footer .sub-footer p b {
        margin-right: 7.5px;
    }

    footer .main-footer .footer-title{
        border-top: 1px solid #b4d0e0;
        padding-top: 15px;
        position: relative;
    }

    footer .main-footer .footer-title a[data-toggle="collapse"] {
        pointer-events: auto;
    }

     footer .main-footer .footer-title a[data-toggle="collapse"]:after {
       content: url(images/down.svg);
        width: 12.5px;
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        right: 0;
        line-height: 0;
        top: 22.5px;
    }
    footer .main-footer .footer-title a[data-toggle="collapse"][aria-expanded="true"]:after {
           -webkit-transform: rotate(180deg);
           transform: rotate(180deg);
        }

    footer .footer-list {
        margin-bottom: 15px
    }

    footer .contact-list {
        line-height: 1.875;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    footer .contact-list li br {
        display: none;
    }



}
   




@media (max-width: 766.98px) {

       article .article-cards .article-card {
        margin-bottom: 22.5px !important;
    }
    article .article-cards .article-card .article-card__image {
            padding-bottom: 66.666% !important;
    }

   


}






 
@keyframes animation-image {
  0% { opacity: 0; }
  50% { opacity: 0; }
  51% { opacity: 1; }
  100% { opacity: 1;transform: scale(1); }
}
 
@keyframes animation-before {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  51% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}