@import url('psbootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');

html,
body {
    background: #fff;
    overflow-x: hidden; /* voorkomt horizontaal scrollen */
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
    -webkit-font-smoothing: antialiased;
}



.title {
    text-align: center;
    /* Zet de tekst in het midden */
    display: block;
    /* Zorgt ervoor dat de tekst goed wordt weergegeven */
    width: 100%;
    /* Zorgt ervoor dat de titel de hele breedte van de container inneemt */
}

.tekst-melding {
    margin: 15px 0;
    line-height: 1.6em;
}
h1 .kuy{
    font-size: 24px;
    margin-top: 100px !important;
}

h1 {
    font-size: 24px;
    margin-top: 50px !important;
}

h2 .kuy{
    font-size: 20px;
    margin-top:88px !important;
    /*margin-bottom: 20px !important;*/
}


h2 {
    font-size: 20px;
    margin-top: 40px !important; 
    margin-bottom: 20px !important;
}

h3 {
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    font-size: 18px;
}

h4 {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(90deg, #b6b6a6, #647571);
    text-shadow: 2px 2px 4px rgba(161, 124, 124, 0.5);
    letter-spacing: 1px;
    padding: 15px 30px;
    /* Extra padding voor zachtere randen */
    border-radius: 25px;
    /* Ronde hoeken */
    display: inline-block;
    /* Zorgt dat het alleen rond de tekst blijft */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.476);
    /* Zachte schaduw voor 3D-effect */
    transition: all 0.3s ease-in-out;
    /* Gladde animatie voor hover-effect */
}

p {
    line-height: 23px;
    margin-bottom: 25px !important;
    margin: 0 0 25px 0;
}
.content-text .row-eq-height {
    margin-bottom: 50px !important; 
}
.content-text .row {
    margin-bottom: 60px !important;
}

.Rev {
 height: 88;
 font-size: x-large;
}


a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #F80302;
    font-weight: 100;
    -webkit-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 4px solid #F80302;
    border-radius: 50%;
    animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #F80302 transparent transparent transparent;
}

.page-loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.page-loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.page-loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes page-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Zorg ervoor dat er geen extra ruimte boven de filters zit */
.zoekfilters {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/******************************
*********** THEME *************
******************************/

.maps-content .content-overlay {
    background: rgba(231, 225, 225, 0.75) !important;
        /* Maak het minder transparant */
    opacity: 85%;
    text-align: left;
    width:50%;
}

.containers {
    
    padding-block-end: 40px;
    border-radius: 25px;
    margin-top: 100px !important;
    box-shadow: 0px 5px 10px rgba(190, 171, 26, 0.1);
    max-width: 1100px;
    margin: auto;
}
/* Verminder ongewenste ruimte bij de hoofdcontainer */
.containerx {
    background: linear-gradient(to right, #d30e0e, #aa6118);
    margin-bottom: -35px;
    padding-block-end: 40px;
    border-radius: 25px;
    margin-top: 180px !important;
    box-shadow: 0px 5px 10px rgba(190, 171, 26, 0.1);
    max-width: 1100px;
    margin: auto;
}

/* Fancy form fields */
.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

/* Fancy submit button */
.btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0056b3 0%, #007bff 100%);
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.2);
}

/* Centering title */
.panel-heading h1 {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Form Spacing */
.mb-3 {
    margin-bottom: 20px;
}


#hear {
    text-align: center;
    /* Tekst centreren */
    display: block;
    /* Zorgt dat het een blok-element blijft */
    width: 100%;
    /* Volledige breedte */
    margin: 0 auto;
    /* Automatische marges voor centreren */
    font-size: 3.4em;
    /* Maak het groter indien nodig */
    font-weight: bold;
    padding: 20px 0;
    /* Extra ruimte boven en onder */
    background: linear-gradient(90deg, #dbd40d, #b06526);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(217, 222, 72, 0.644);
    letter-spacing: 2px;

    border-radius: 33px;
    align-items: center;
    justify-content: center;
    height: 100px;
}

#headr {
    background: linear-gradient(90deg, #3a3d42, #7b8088);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.15);
}

#headrur {
    text-align: center;
    /* Tekst centreren */
    display: block;
    /* Zorgt dat het een blok-element blijft */
    width: 100%;
    /* Volledige breedte */
    margin: 0 auto;
    /* Automatische marges voor centreren */
    font-size: 2.5em;
    /* Maak het groter indien nodig */
    font-weight: bold;
    padding: 20px 0;
    /* Extra ruimte boven en onder */
    background: linear-gradient(90deg, #d6531b, #eb0707);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(90, 11, 11, 0.644);
    letter-spacing: 2px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    height: 100px;
}

#headurp {
    background: linear-gradient(180deg, #2b2d30, #777d86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

#headur {
    font-size: 2.4em;
    font-weight: 800;
    text-transform: uppercase;
    /* vervang fel geel/oranje door koel metallic */
    background: linear-gradient(90deg, #3a3d42, #7b8088);
    color: #fff;
    /* gewone tekstkleur; geen text-clip hier */
    text-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    letter-spacing: .06em;
    padding: 14px 28px;
    border-radius: 999px;
    /* mooie ‘pill’ */
    display: inline-block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    transition: transform .12s ease;
}

#headur:hover {
    transform: translateY(-1px);
}
.absolute-container-right {
    display: flex;
    align-items: center;
    /* Zorgt ervoor dat de knop verticaal gecentreerd is */
    justify-content: center;
    /* Centraal in de kolom */
    height: 100%;
    /* Hele hoogte gebruiken */
}


/* ---- 2) Reviews sectie centreren + responsieve grid ---- */
#beoordelingen-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.beoordelingen-wrapper {
    justify-content: center;
    /* centreren van de hele sectie */
}

.beoordelingen-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
    align-items: stretch;
    /* gelijke hoogte waar mogelijk */
    justify-items: center;
    width: 100%;
    padding: 6px 0;
}

/* Stijl individuele review kaarten */
.review-card {
    
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .1);
    padding: 16px;
    min-height: 220px;
    width: 420px;
        /* vaste breedte */
        height: 220px;
        /* vaste hoogte */
        flex: 0 0 420px;
        /* binnen flex/slider niet mee-rekken */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        /* niets buiten de kaart laten uitsteken */
    
    justify-content: space-between;
    transition: transform .12s ease, box-shadow .12s ease;
}
.review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

@keyframes glow-move {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.reviews-container {
    padding: 40px;
    background-color: #f9f9f9;
    text-align: center;
}

@media (min-width: 992px) {
    .beoordelingen-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .beoordelingen-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.review-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #333;
}

.review-score {
    font-size: 24px;
    color: #ff9800;
    margin-top: 5px;
}

.review-stars {
    font-size: 18px;
    color: #ff9800;
}

.review-text {
    font-style: italic;
    color: #555;
    margin-top: 10px;
}

.review-service,
.review-deskundigheid,
.review-prijs,
.review-aanbeveling {
    font-size: 14px;
    color: #666;
    margin: 3px 0;
}
/* Fancy knop */
.btn-beoordeling a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(45deg, #ff6600, #ff3300);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
}

/* Hover effect */
.btn-beoordeling a:hover {
    background: linear-gradient(45deg, #ff9900, #ff6600);
    transform: translateY(-3px);
}

.btn-container {
    display: flex;
    align-items: center;
    /* Knop verticaal centreren */
    justify-content: center;
    /* Knop horizontaal centreren */
    height: 100%;
    width: 100%;
}

/* Geef de carousel een ronde vorm */
/* Glow-effect voor de carousel */
.carousel-container {
    position: relative;
   
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.8s ease-in-out;
}

/* Subtiel glow effect bij hover */
.carousel-container:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
}

/* Zorgt ervoor dat de afbeeldingen ook afgerond zijn */
.carousel-inner img {
    
    /* Zorgt dat de hoeken van de afbeelding rond zijn */
    object-fit: cover;
    /* Voorkomt vervorming */
    width: 100%;
    height: auto;
}

/* Ronde navigatiepijlen */
.carousel-control {
    border-radius: 50%;
    /* Volledig ronde knoppen */
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.8);
    /* Licht doorzichtige achtergrond */
    display: flex;
    align-items: center;
    justify-content: center;
   
}
/* Zachte fade-in animatie bij wisselen van afbeeldingen */
.carousel-inner .item {
    transition: opacity 0.5s ease-in-out;
}
/* Hover effect voor de pijlen */
.carousel-control:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

/* Pijlen zelf */
.carousel-control span {
    font-size: 20px;
    color: #F80302;
}
/* Pijlen buiten de recensies */
.carousel-control {
    width: 10%;
    top: 50%;
    
}

.carousel-control.left {
    left: -44px;
}

.carousel-control.right {
    
   
    right: -44px;
}

.container-fluid,
.row {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-top: 0 !important;
}
.row {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}


/* Beoordeling container */
#beoordelingen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

/* Fancy review card */
.preview-card {
    width: 320px;
    /* Vaste breedte voor consistentie */
    min-height: 250px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Hover effect */
.preview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

/* Header: Naam en datum */
.preview-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

/* Sterrenbeoordeling */
.preview-stars {
    color: #FFD700;
    font-size: 20px;
}

/* Scoreweergave */
.preview-score {
    font-size: 18px;
    font-weight: bold;
    color: #F80302;
    margin-bottom: 10px;
}

/* Review tekst */
.preview-text {
    font-style: italic;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Extra beoordelingsdetails */
.preview-service,
.preview-deskundigheid,
.preview-prijs,
.preview-aanbeveling {
    font-size: 14px;
    padding: 5px;
    background: orange;
    border-radius: 6px;
    margin-bottom: 5px;
}

/* Aanbeveling groen/rood */
.preview-aanbeveling {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.preview-aanbeveling:contains("Ja") {
    background-color: #28a745;
    /* Groen bij aanbeveling */
}

.preview-aanbeveling:contains("Nee") {
    background-color: #dc3545;
    /* Rood bij geen aanbeveling */
}


.nav-brand {
    display: inline-block;
}

.nav-brand span {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

/**********************
****** Navigation *****
**********************/

/* Setup */
.navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    z-index: 99;
}

.navbar-default {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    z-index: 999;
    border-bottom: 3px solid #F80302; /* Rode streep onder de navbar */
}

/* Menu Link */
.navbar-default .navbar-nav>li>a {
    color: #000;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 10px solid transparent;
}

/* Menu Link Hover & Active*/
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #F80302;
    border-color: #F80302;
}

/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #000;
}



/**********************
****** Carousel *******
**********************/

.carousel-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    
    height: 450px;
    border-radius: 0;
}

.carousel-content-in {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 5;
    padding: 0 15px;
}

.carousel-content-in h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.67px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 3px #000;
}

.carousel-content-in p {
    color: #fff;
}
.bocc-home {
    /*border: 12px solid black;*/
    padding: 50px 15px;
    background: transparent;
    /*linear-gradient(90deg, #f1f1f1, gray) !important;*/
    color: #000;
    margin: -1px -15px 0 -15px;
}
.occ-home {
    /*border: 12px solid black;*/
    padding: 50px 15px;
    background: transparent; /*linear-gradient(90deg, #f1f1f1, gray) !important;*/
    color: #000;
    margin: -1px -15px 0 -15px;
}

.occ-home .btn-occ {
    text-align: center;
    
    background-color: whitesmoke;
    margin-top: 50px;
    border-radius: 75%;
}


#carousel-header .carousel-inner .bg1 {
    background-image: url("../img/zip.jpg");
}

#carousel-header .carousel-indicators {
    z-index: 5;
}

#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
    height: 100%;
}

#carousel-header .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Carousel fade effect */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/**********************
******** Footer *******
**********************/

/** Sticky Footer ***/
.footer {
    background: #222;
    /* Mooie donkere achtergrond */
    color: #fff;
    /* Witte tekst */

    text-align: center;
    width: 100%;
    position: relative;

    left: 0;
}

.footer p {
    margin: 0;
}

/* Stijl de links */
.footer a {
    color: #F80302;
    /* Rood om het contrast goed te maken */
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline;
}

span.line {
    margin: 0 10px;
}


/**********************
*** Custom Style ******
**********************/

.content-text {
    text-align: center;
}
.content-text>*:not(.beoordelingen-list) {
    margin-left: auto;
    margin-right: auto;
}

.content-text h1,
.content-text h2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    /*margin: 0 0 25px 0;*/
}
.content-text p {
    margin-bottom: 25px;
}
.content-text .row {
    margin-bottom: 50px;
    /* Extra ruimte tussen elke sectie */
}

.content-text h3 {
    font-size: 28px;
    margin: 0 0 25px 0;
}

.content-text .checklist {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
}

.content-text .checklist li {
    background: url(https://ps.soliditeit.nl/static/img/icons/chh.png) no-repeat left 7px;
    
    line-height: 25px;
    padding-left: 25px;
}

.bg-zoek {
    background: url(https://ps.soliditeit.nl/static/img/bgaa.jpg) no-repeat center;
    
    background-size: cover;
    
}

.content-overlay {
    background: transparent !important;
    /* Volledig zichtbaar */
    opacity: 1 !important;
    padding: 20px;
    border-radius: 10px;
   
}

.content-overlay>div {
    max-width: 610px;
}

.content-overlay .content-text h3 {
    color: #000;
}

.btn-beoordeling {
    margin-top: 30px;
}

.dienst-item {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
    display: block;
    margin-top: 30px;
    transition: ease-in-out 0.2s all;
}

.dienst-item:hover {
    box-shadow: none;
}

.dienst-item .dienst-img img {
    width: 100%;
}

.dienst-item .dienst-text {
    padding: 30px 10px;
    text-align: center;
}

.dienst-item .dienst-text .dienst-title-border {
    border-top: 5px solid #F80302;
    max-width: 260px;
    margin: 0 auto;
    padding-top: 20px;
}

.dienst-item .dienst-text h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.tel-email {
    line-height: 23px;
    margin-bottom: 30px;
    padding: 5px;
}

.tel-email tr td:first-child {
    width: 70px;
}
iframe {
    border-radius: 8px;
}
.maps {
    position: relative;
    width: 100%;
        max-width: 100%;
        
}

.maps-content {
    position: relative;
        z-index: 2;
        
        /* Zorgt voor een achtergrond */
        padding: 20px;
        margin-top: 10px;
}

.maps iframe {
    width: 100%;
    height: 400px;
    /* Op mobiel wordt de kaart minder hoog */
    max-width: 100%;
}


/**********************
******* Global ********
**********************/

/* Maak de filters groter */
.filter-large {
    font-size: 18px;
    height: 50px;
    padding: 8px;
}

/* Paginering in het midden met grotere knoppen */
.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.pagination-lg>li>a {
    font-size: 18px;
    padding: 12px 18px;
}

/* Extra ruimte tussen elementen */
.mt-4 {
    margin-top: 20px;
}


.hero {
        position: relative;
        width: 100%;
        height: 500px; /* Pas dit aan zoals nodig */
        display: flex;
        align-items: center;
        justify-content: center;
        color: white; /* Pas de kleur aan voor leesbaarheid */
        text-align: center;
}

/* Zwarte overlay om de tekst beter leesbaar te maken */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Pas de doorzichtigheid aan */
}

/* Tekstsectie */
.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); /* Optioneel: Extra achtergrond voor betere leesbaarheid */
    border-radius: 10px; /* Optioneel: Ronde hoeken */
}

/* Styling voor de details */
.details {
    text-align: center;
    padding: 20px;
}


.content-space {
    margin-top: 30px;
}

a.btn-primary.btn-home {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
    color: #000;
}

a.btn-primary.btn-home.btn-white {
    color: #c95324;
}

a.btn-primary.btn-home span {
    color: #F80302;
}

a.btn-primary.btn-home:hover {
    background: transparent;
    color: #F80302;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pager li>a,
.pager li>span {
    background: #F80302;
    border-color: #F80302;
    color: #540e0e;
    text-transform: uppercase;
    border-radius: 0;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
    background: #fff;
    border-color: #fff;
    color: #F80302;
}
#kutknop{
    margin-left: 450px;
}

a.btn-social {
    color: #fff;
}

a.label {
    background: #F80302;
    color: #fff;
}

span.title,
.pagination>li>a,
.pagination>li>span {
    color: #F80302;
}

nav.right {
    border-bottom: 0;
}

nav.right ul {
    margin-bottom: 0;
}

/* Alleen de “lijstweergave” foto’s */
.photo-img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    /* ... */
}

/* De carousel-afbeeldingen */
.carousel-scooter-img {
    width: auto;
    /* of width: 100% als je ‘m full-width wilt */
    height: auto;
    /* geen vaste height */
    max-width: 640px;
    /* of wat jouw carousel-breedte is */
    display: block;
    /* object-fit: contain;  // optioneel als je wilt bijsnijden/centreren */
}

a.photo-a,
img.img-rounded {
    border-radius: 0;
}

.marquee {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
    width: max-content;
    padding-left: 100%;
    will-change: transform;
    animation: marquee 15s linear infinite;
    Color: #ff0000;
    font-size: 22px;
}

.marquee span:hover {
    animation-play-state: paused
}


@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee span {
        animation-iteration-count: 1;
        animation-duration: 0.01;
        width: auto;
        padding-left: 0;
    }
}

.beoordeling .beoordeling .gemiddelde .beoordelen {
    display: none;
}

input[type=file] {
    max-width: 100%;
}



/* Verbergt de melding standaard als cookie is geaccepteerd */
/**********************
*** Style per pagina **
**********************/
.alert {
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#cookie-melding {
   
    /* Forceer de melding zichtbaar */
    z-index: 9999 !important;
    
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: auto;
    transform: translateX(-50%) !important;
    
    max-width: 400px !important;
    padding: 15px !important;
    background: linear-gradient(135deg, #ff3300, #ff6600);
    border-radius: 10px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

#cookie-melding-confirm {
    background: linear-gradient(135deg, #ff6600, #ff3300);
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    display: inline-block;
}

#cookie-melding-confirm:hover {
    background: linear-gradient(135deg, #ff3300, #ff6600);
    transform: scale(1.05);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}


.modal-position {
    position: fixed;
    bottom: 25%;
    left: 40%;
    transform: translateX(-50%);
    max-width: 600px;
    /* Zorgt ervoor dat de modal niet te breed is */
}

.modal-header h4 {
    font-weight: bold;
}
/* Modal Header Stijl */
.modal-header {
    background: linear-gradient(135deg, #341b09, #ff3300);
    color: rgb(193, 144, 144);
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}

/* Sluitknop in de hoek */
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    color: white;
    opacity: 1;
    transition: 0.3s;
}

.modal-header .close:hover {
    color: #ffcccb;
    transform: scale(1.2);
}


#meldingModal .modal-content {
    border-radius: 8px;
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);*/
    opacity: 1 !important; /* Volledig zichtbaar */
    padding: 0 !important;
        /* Voorkomt extra ruimte binnen de modal */
    margin: 0 !important;
    
}
#meldingModal .modal-header {
    background: #A83232 !important; /* Donkerrood zoals in jouw afbeelding */
    color: black;
    font-weight: bold;

    margin-bottom: 0 !important;
    /* Voorkomt witte ruimte tussen header en body */
}

.modal {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 1040;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
#pit {
    font-size: 30px;
}

.modal-open {
    overflow: hidden;
}

.modal.fade.in {
    display: block;
    opacity: 1;
}


#meldingModal .modal-header .close {
    color: white !important;
    font-size: 20px;
    opacity: 1 !important;
}


#meldingModal .modal-body {
    background-color: rgb(180, 179, 179);
    color: black !important; /* Zorg dat de tekst goed zichtbaar is */
    opacity: 1 !important;
    font-size: 16px;
    margin-top: 0 !important;
    
}

#meldingModal .modal-header .close:hover {
    color: #ffcccb;
    transform: scale(1.2);
}


/**********************
*** Mediaqueries ******
**********************/

.photo-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.photo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

.photo-container img:not(:first-child) {
    opacity: 0;
}

.photo-container:hover img {
    animation: slideshow 3s infinite linear;
}

@keyframes slideshow {

    0%,
    100% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }
}

@media(max-width:767px) {

    .title {
        text-align: center !important;
        /* Forceren van centreren op mobiel */
        display: block;
        width: 100%;
    }
    .beoordelinger{
        margin-top: 440px !important;
    }
    body {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .main {
        margin-top: 140px !important;
        margin-bottom: 0px !important;
    }
    
    .img-home {
        
        margin-top: 770px;
        height: 130 !important;
    }
    .bocc-home {
        margin-top: 40px !important;
        padding-top: 30px;
        z-index: 1;
        position: relative;
    }
    .occ-home {
        margin-top: 40px !important;
        padding-top: 30px;
        z-index: 1;
        position: relative;
        display: none !important;
        }
    
    #headr {
        margin-top : -50px !important;
        font-size: 30px;
    }
    .col-md-4,
    .col-md-8 {
        min-width: auto !important;
        width: 100% !important;
    }
    form#contactForm,
    .extra-info {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin: 0 auto;
    }
    .panel,
    .extra-info,
    .panel-default,
    .panel-body {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        float: none !important;
        padding: 15px !important;
        box-sizing: border-box;
    }

    .container,
    .row {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
    }
    .panel {
        margin: 0 auto;
        float: none;
        width: 100% !important;
    }
    .maps-content .content-overlay {
    background: rgba(231, 225, 225, 0.75) !important;
        /* Maak het minder transparant */
    opacity: 85%;
    text-align: left;
    width:auto;
}

    .headurp {
        margin-bottom: 20px !important;
        padding-bottom: 45px !important;
    }
    .mt-gap {
    margin-top: 20px !important;
    }
    #frit {
        color: rgba(53, 8, 8, 0.906) !important ;
        text-shadow:rgba(26, 13, 13, 0.8) ;
        text-decoration: #d9b93b;
        
    }

    .containers {

    margin-top: 40px !important;

    }

    #pit{
        font-size: 16px;
    }

    #kutknop{
        margin-left: 0px;
        
    }

 

    

    .privacytekst {
        padding: 20px 15px 100px 15px !important;
        font-size: 16px;
        color: #111;
        background-color: #fff;
    }

    .privacytekst h2, .privacytekst h3 {
        font-size: 20px !important;
        font-weight: bold;
        color: #B40909;
    }

    .privacytekst ul {
        padding-left: 20px;
    }
    
    .navbar-xs {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:hover {
        padding: 8px 15px;
        max-width: 180px;
    }

    /* Background */
    .navbar-default .navbar-header {
        background: #fff;
    }

    /* Collapse */
    .navbar-default .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        background-color: #fff;
    }

    .navbar-default .navbar-collapse {
        border: none;
        color: #fff;
    }

    /* Menu Link */
    .navbar-default .navbar-nav>li>a {
        border: none;
    }

    /* Menu links incl dropdown */
    .navbar-default .navbar-nav>li a {
        text-align: center;
    }

    /* Dropdown */
    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        background: #2f2f2f;
        color: #fff;
        padding: 9px 20px;
        font-size: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
    }
    

    .maps-content {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  

    .maps .maps-content {
        background: #222;
    }

    .maps-content .content-overlay {
        background: #F80302;
        padding: 20px;
        border-radius: 10px;
        color: white;
    }

    .maps-content .content-text h3,
    .maps-content .content-text p,
    .maps-content .content-text table,
    .maps-content .content-text a {
        color: white !important;
    }

     .maps-content .content-text table td {
        color: white !important;
        font-weight: bold;
    }

    .maps-content .btn-home {
        background: #F80302;
        
        font-weight: bold;
    }

    .maps iframe {
        height: 250px !important;
    }

    #meldingModal .modal-dialog {
    width: 90% !important;
    max-width: 255px !important;
    margin-right: 93% !important;
    margin-left: -25% !important;
    }

    #meldingModal .modal-content {
        font-size: 14px !important;
        
        background: #fff3f3 !important;
        border-radius: 10px !important;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3) !important;
        text-align: center;
    }

    #meldingModal .modal-header {
        font-size: 16px !important;
        padding: 10px 15px !important;
        background: #A83232 !important;
        color: white !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        text-align: center;
    }


    #meldingModal .modal-header .close {
    font-size: 18px !important;
    color: #fff !important;
    opacity: 1 !important;
    }

    #meldingModal .modal-body {
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #333;
    line-height: 1.5em;
    max-height: 60vh !important;
    overflow-y: auto !important;
    }

    #meldingModal .modal-header h5 {
        font-size: 16px !important;
        margin: 0 !important;
    }

    #meldingModal .modal-body h3,
    #meldingModal .modal-body h2 {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 10px;
    color: #A83232 !important;
    }

    #meldingModal .modal-footer {
    padding: 10px !important;
    text-align: center;
    }

    #meldingModal .close {
    font-size: 20px !important;
    color: white !important;
    opacity: 1 !important;
    position: absolute;
    top: 10px;
    right: 15px;
    }

    #meldingModal .btn {
        font-size: 14px !important;
        border-radius: 6px !important;
        width: 100%;
    }

    #contactModal{
        margin-top: 100px !important;
        margin-bottom: -250px !important;
    }

    

    #inkoopModal .modal-dialog {
    width: 90% !important;
    max-width: 210px !important;
    max-height: 190px !important;
    margin-left: 100px !important;
    margin-top: 85px !important;
    

    }

    #inkoopModal .modal-content {
        font-size: 11px !important;
        
        background: #9e4242 !important;
        border-radius: 15px !important;
        box-shadow: 0px 4px 12px rgba(31, 22, 22, 0.3) !important;
        text-align: center;
    }

    #inkoopModal .modal-header {
        font-size: 12px !important;

        background: #1c1010 !important;
        color: white !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        text-align: center;
    }
    #inkoopModal .modal-header h5 {
        font-size: 16px !important;
        margin: 0 !important;
    }

    #inkoopModal .modal-header .close {
    font-size: 12px !important;
    color: #4f0c0c !important;
    opacity: 1 !important;
    }

    #inkoopModal .close {
    font-size:12px !important;
    color: rgb(243, 16, 16) !important;
    opacity: 1 !important;
    position: top;
    }


    #modal-title{
        font-size: 11;
    }

    h1 {
        margin-top: 28px !important;
    }

    h2{
        margin-top: 0;
        margin-bottom: 0;
        font-size: small;
    }
    h3{
        margin-top: 0 !important;
        margin-bottom: 0!important;
        font-size: small;
    }
   
    .btn-primary {
        width: 100%;
    }
    .reviews-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 12px 0 20px;
}

.avg-card {
  background: #111;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  min-width: 260px;
}

.avg-card .avg-top {
  display: flex; align-items: baseline; gap: 10px;
}
.avg-card .avg-number {
  font-weight: 800; font-size: 28px; line-height: 1;
}
.avg-card .avg-outof {
  opacity: 0.8; font-size: 14px;
}
.avg-card .avg-stars {
  font-size: 16px; letter-spacing: 1px; margin-top: 4px;
}
.avg-card .avg-count {
  font-size: 12px; opacity: 0.75; margin-top: 2px;
}

.btn-review-cta {
  background: linear-gradient(135deg, #ff9800, #ff6d00);
  color: #111 !important;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(255, 152, 0, 0.35);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.btn-review-cta .ico { margin-right: 6px; }
.btn-review-cta:hover, .btn-review-cta:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(255, 152, 0, 0.5);
  filter: saturate(1.05);
}
.btn-review-cta:active { transform: translateY(0); }


    .preview-card {
        width: 100%;
    }

    .modal-dialog {
        width: 90%;
        
    }
   
    .content-overlay {
        width: 100%;
        text-align: center;
    }

    .content-text {
        text-align: center;
    }

    #openingstijden {
        width: 100%;
    }



    footer {
        margin-bottom: 25 !important;
        padding-top: 0 !important;
    }
    

   

    .footer p {
        text-align: center;
    }


    .beoordeling .gemiddelde {
        font-size: 2em;
    }

    .btn btn-primary btn-home btn-white{
        color: black;
        background-color: #e0cccc;
    }

    .carousel-content .row .col-xs-12:first-child {
        position: unset;
    }


    .carousel-content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: transparent;
        padding: 20px !important;
        text-align: center;
        z-index: 10;
    }

    .carousel-content-in {
        position: relative !important;
        z-index: 11;
        top: 10px !important;
    }

    .carousel-header {
        height: auto !important;
        min-height: 280px !important;
        position: relative !important;
        z-index: 1;
    }

    .carousel-inner .bg {
        background-size: cover !important;
        background-position: center center !important;
        height: 280px !important;
    }
    .carousel-content-in h2,
    .carousel-content-in h3 {
        font-size: 20px !important;
        line-height: 1.3em;
    }

    .carousel .item.bg {
        min-height: 280px;
    }
    


    #fixed-icons div.btn-group a {
        display: block;
        width: 33%;
        text-align: center;
        float: left;
        padding: 15px 0px;
        border: none;
        background: #F80302;
        border-radius: 0px;
    }

    #fixed-icons a:hover {
        background: #eee;
    }

    #fixed-icons .btn-group-custom {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }

    #fixed-icons .btn-group-custom>.btn,
    .btn-group-custom>.btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

    #fixed-icons .btn-group-custom>.btn-group .btn {
        width: 100%;
    }

    #fixed-icons .btn-group-custom {
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        width: 100%;
        background: #F80302;
    }

    #fixed-icons img {
        display: block;
        margin: 0 auto;
        height: 30px;
        width: auto;
    }
    
}


@media(min-width:768px) {


    .carousel-header {
        height: 700px;

    }
    .navbar-default {
        min-height: 0;
    }

    .navbar-nav {
        width: 100%;
        display: table;
    }

    .navbar-nav>li {
        float: none;
        display: table-cell;
    }

    .nav>li>a {
        padding: 0 3px;
    }

    nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    nav .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #carousel-header {
        height: 100%;
    }

    .carousel-content {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        z-index: 3;
        color: #fff;
    }

    .carousel-content-in {
        position: unset;
        left: auto;
        top: auto;
        padding: 0;
    }

    .carousel-content-in h2 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 2px;
        margin: 0 0 35px 0;
    }

    .occ-home {
        margin: 0;
    }
    


    #fixed-icons .btn-group-custom {
        position: fixed;
        left: 15px;
        bottom: 300px;
        z-index: 999;
    }

    #fixed-icons a {
        background: #F80302;
        display: flex;
        height: 60px;
        width: 60px;
        align-items: center;
        padding: 0;
        margin-bottom: 10px;
        box-shadow: 0px 2px 10px #444;
        border-radius: 0px;
        border-radius: 100%;
        border: none;
    }

    #fixed-icons img {
        max-height: 128px;
        max-width: 28px;
        margin: 0 auto;
        display: block;
    }

    #fixed-icons .btn-group,
    #fixed-icons .btn-group-custom {
        display: inline-block;
        vertical-align: middle;
    }

    #fixed-icons .btn-group-custom>.btn,
    #fixed-icons .btn-group-custom>.btn-group {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .row-eq-height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
    }

    .row-eq-height:after,
    .row-eq-height:before {
        display: none;
    }

    .row-eq-height.middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        border-bottom: 2px solid #F80302;
        transition: 0.2s all ease-in-out;
    }

    .nav>li>a {
        padding: 40px 3px 30px 3px;
        font-size: 14px;
    }

    .header.scroll .nav>li>a {
        padding: 30px 3px 20px 3px;
    }

    .header+.container-fluid {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .content-overlay {
        padding: 60px 15px;
    }

    .btn-beoordeling {
        margin-top: 50px;
    }

    .content-space {
        margin-top: 60px;
    }

    .maps iframe {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        margin-bottom: 0;
    }
    .footer-in {
        display: table;
        width: 100%;
    }

    .footer-in>p {
        display: table-cell;
        text-align: center;
        border-right: 1px solid #000;
        line-height: 12px;
    }

    .footer-in>p:first-child {
        text-align: left;
    }

    .footer-in>p:last-child {
        text-align: right;
        border-right: 0;
    }

    .footer-top .col-xs-12.col-md-4:last-child .footer-top-bg {
        margin-top: 35px;
    }
}


/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {

    .carousel-header {
        height: 900px;

    }
    

    .carousel-content {
        top: 120px;
    }

    .carousel-content-in h2 {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 2.5px;
        margin: 0 0 45px 0;
    }

    .occ-home {
        padding: 50px 30px;
    }

    .carousel-content-in p {
        max-width: 450px;
    }

    .nav>li>a {
        padding: 50px 3px 40px 3px;
        font-size: 16px;
    }

    .content-text h3,
    .content-text h1,
    .content-text h2 {
        margin: 0 0 55px 0;
    }

    .content-overlay {
        padding: 90px 15px;
    }

    .content-space {
        margin-top: 80px;
    }

    .dienst-item .dienst-text {
        padding: 30px 10px;
    }

    .dienst-item .dienst-text h3 {
        font-size: 16px;
    }
    .footer {
        padding: 30px 0;
        margin-top: 35px;
    }

    .footer-top .col-xs-12.col-md-4:first-child .footer-top-bg {
        margin: 0;
    }
}
@media(min-width:1200px) {

    a.btn-primary.btn-home {
        font-size: 18px;
    }

    .nav>li>a {
        padding: 60px 3px 50px 3px;
    }

    .content-overlay {
        padding: 120px 15px;
    }

    .content-space {
        margin-top: 120px;
    }

    .content-overlay>div {
        margin-left: 8.33333333vw;
    }

    .dienst-item .dienst-text {
        padding: 50px 10px;
    }

    .carousel-header {
        height: 1080px;

    }
    .footer-in {
        table-layout: fixed;
    }

    .footer-in>p:first-child {
        width: 500px;
    }

    .carousel-content {
        top: 350px;
    }

    .carousel-content-in {
        max-width: 800px;
    }

    .carousel-content-in h2 {
        font-size: 70px;
        line-height: 80px;
        letter-spacing: 3px;
        margin: 0 0 55px 0;
    }

    .occ-home {
        padding: 50px;
        max-width: 610px;
    }

    #fixed-icons .btn-group-custom {
        top: 150px;
        bottom: auto;
    }

    #fixed-icons .btn-group-custom {
        top: 350px;
    }
}

@media(min-width: 1400px) {
    .dienst-item .dienst-text h3 {
        font-size: 18px;
    }

    .footer-in>p:first-child {
        width: 580px;
    }
}





