* {
    box-sizing: border-box;
}

/* lang-swicher */
/* Markup

    ul.lang-switcher>li>a */
.lang-switcher {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}

.lang-switcher li {
    display: inline-block;
    border-right: 1px solid #28a7e9;
    float: left;
}

.lang-switcher li:last-child {
    border-right: none;
}

.lang-switcher li a {
    padding: 3px 5px;
    color: #ffffff;
    transition: all 0.5s ease;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    min-width: 40px;
    text-align: center;
}

.lang-switcher li a:hover {
    text-decoration: none;
}

.lang-switcher li a.is-active {
    color: #000000;
    cursor: default;
}

/* modifiers */
.lang-switcher.lang-switcher--pill,
.lang-switcher.lang-switcher--rounded-pill {
    border: 1px solid #28a7e9;
}

.lang-switcher.lang-switcher--pill a:hover,
.lang-switcher.lang-switcher--rounded-pill a:hover {
    background: #28a7e9;
    color: #ffffff;
}

.lang-switcher.lang-switcher--pill a.is-active,
.lang-switcher.lang-switcher--rounded-pill a.is-active {
    background-color: #28a7e9;
    color: #ffffff;
}

.lang-switcher.lang-switcher--rounded-pill {
    border-radius: 15px;
}

.lang-switcher.lang-switcher--rounded-pill li:first-child a {
    padding-left: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.lang-switcher.lang-switcher--rounded-pill li:last-child a {
    padding-right: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.TOPleft {
    float: left;
}

.TOPright {
    float: right;
}

.linesc {
    border-bottom: 2px solid #28a7e9;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

/* start footer */
.footer-bs {
    padding: 60px 40px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255,255,255,0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255,255,255,0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255,255,255,0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255,255,255,0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255,255,255,1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255,255,255,0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255,255,255,0.70);
}

@media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255,255,255,0.10);
    }
}

/* end footer */
/* modal sm */
.btn-sm {
    color: white !important;
    background-color: transparent;
    text-decoration: none !important;
}

/* end modal sm */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* start inhoud box */
.iconcontainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.iconbox {
    background: #ffffff;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    padding: 20px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
    margin-bottom: 15px;
}

.iconbox-icon {
    background-color: #008EED;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-top: -70px;
}

.iconbox-icon span {
    color: #fff;
    font-size: 42px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px;
    text-align: center;
    vertical-align: middle;
}

.featureinfo h4 {
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featureinfo > p {
    color: #000000;
    font-size: 16px;
    padding-top: 4px;
    text-align: left;
}

@media only screen and (min-width: 700px) {
    .iconbox_content {
        min-height: 350px;
    }
}

.threed:hover {
    box-shadow: 1px 1px #53a7ea,
                2px 2px #53a7ea,
                3px 3px #53a7ea;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

/* einde inhoud box */
/* begin go back button */
.btn-sm {
    border-color: #28a7e9;
}

/* einde go back button */
/* begin next litter button */
.popover-content {
    background: white;
    color: black;
}

/* einde next litter button */
/* begin google revieuw button */
.google-button {
    display: block;
    margin: 15px auto;
    width: 70%;
    max-width: 270px;
    padding: 10px 10px 10px 50px;
    border: 2px solid #28a7e9;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #28a7e9;
    background: url(https://www.bergbos.com/images/google-favicon.png) no-repeat left 20px center / 40px 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: wiggle 2s ease-in infinite;
    -moz-animation: wiggle 2s ease-in infinite;
    -o-animation: wiggle 2s ease-in infinite;
    animation: wiggle 2s ease-in infinite;
}

.google-button:hover {
    color: #ffffff;
    background-color: #28a7e9;
    background-image: url(https://www.bergbos.com/images/google-favicon-white.png);
}

.google-button strong {
    font-size: 18px;
    display: block;
}

@-webkit-keyframes wiggle {
    0%,
    20%,
    100% {
        background-position: left 20px center;
    }

    5% {
        background-position: left 15px center;
    }

    10% {
        background-position: left 20px center;
    }

    15% {
        background-position: left 25px center;
    }
}

@-moz-keyframes wiggle {
    0%,
    20%,
    100% {
        background-position: left 20px center;
    }

    5% {
        background-position: left 15px center;
    }

    10% {
        background-position: left 20px center;
    }

    15% {
        background-position: left 25px center;
    }
}

@-o-keyframes wiggle {
    0%,
    20%,
    100% {
        background-position: left 20px center;
    }

    5% {
        background-position: left 15px center;
    }

    10% {
        background-position: left 20px center;
    }

    15% {
        background-position: left 25px center;
    }
}

@keyframes wiggle {
    0%,
    20%,
    100% {
        background-position: left 20px center;
    }

    5% {
        background-position: left 15px center;
    }

    10% {
        background-position: left 20px center;
    }

    15% {
        background-position: left 25px center;
    }
}

/* einde google revieuw button */
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.img-responsive {
    display: inline-block;
}