/*
Theme Name: A2B Limosinenservice
Theme URI: https://?
Author: F. Malik, O. Kepenek
Author URI: https://fmalik.de
Description: A2B Limosinenservice Homepage
Version: 1.0
License:
License URI:
Text Domain: limoservice

This is the A2B Limosinenservice Homepage Theme
*/

@import url('https://fonts.googleapis.com/css?family=Cinzel|Josefin+Sans:300,400|Roboto:300,400');

::selection {
    background: rgb(185, 135, 76);
    background: rgba(185, 135, 76, 0.5);
}

::-moz-selection {
    background: rgb(185, 135, 76);
    background: rgba(185, 135, 76, 0.5);
}

html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#main-content {
    margin-bottom: 60px;
}

.gold-header {
    color: #b9874c;
    margin-bottom: 28px;
    font-family: "Cinzel", serif;
}

.navigation-wrapper {
    width: 100%;
    background-color: #000000;
    padding: 5px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}

.navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #000000;
}

.navigation-telefon {
    color: white;
    font-size: 0.875rem;
    display: inline-block;
    padding: 5px 10px;
}

.tel-item {
    color: white;
}

.tel-item:visited {
    color: white;
}

.tel-item:active {
    color: white;
}

.tel-item:hover {
    color: white;
}

.tel-item:focus {
    color: white;
}

.item {
    padding: 5px 10px;
    font-size: 0.875rem;
    cursor: pointer;
}

a:first-child .item {
    padding-left: 0px;
}

.item a {
    text-decoration: none;
    color: white;
}

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

.yellow {
    color: yellow !important;
}

.burger {
    position: absolute;
    right: 8px;
    display: none;
    color: white;
    font-size: 1.2rem;
}

.burger span {
    cursor: pointer;
    color: #b9874c;

}

#menunav {
    display: inline-block;
    position: absolute;
    right: 0;
}

.navigation-container {
    background-color: rgba(37, 37, 37, 0.89);
    background-blend-mode: overlay;
    background-image: url("img/6.png");
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;

}

.navigation-container__footer {
    padding: 32px 0;
}

.info-contact {
    font-size: 1.15rem;
    color: white;
}

#header-text {
    color: white;
    max-width: 80%;
    font-size: 1.125rem;
    font-family: "Cinzel", serif;
    font-weight: 300;
}

#footer-text {
    color: white;
    font-size: 0.8rem;
    font-family: "Cinzel", serif;
    font-weight: 300;
}

#footer-links {
    color: white;
    font-family: "Cinzel", serif;
    font-weight: 300;
}

#footer-links li {
    margin-bottom: 10px;
}

#footer-links a {
    color: white;
    font-size: 1rem;
}


.nav-second {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.item-second {
    color: #ffffff;
    padding: 5px 10px 2px 10px;
    border-bottom: solid 3px transparent;
    cursor: pointer;
    background-color: #00000080;
    font-size: 0.875rem;
    margin-right: 3px;
    margin-bottom: 6px;
    transform: skewX(-6deg);
}


.nav-second .item-second div {
    display: inline-block;
    transform: skewX(6deg);
}

.item-second:hover {
    border-color: #b9874c;
}

.active {
    border-color: #b9874c;
}

.button-special {
    background-color: black;
    color: white;
}

.parts {}

@media only screen and (max-width: 767px) {

    html,
    body {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
    }

    .nav-second {
        display: none;
    }

    #info-text-header {
        font-size: 1.5rem;
    }

    #header-text {
        max-width: 100%;
        /* display: none; */
    }

    #menunav {
        display: none;
    }

    .burger {
        display: unset;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 25px;
    margin-top: 31px;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0.8125rem;
    color: #b9874c;
    display: block;
    transition: 0.3s;
}

#second-carousel-menu a {
    border-bottom: 1px #353535 solid;
}

#second-main-menu a {
    border-bottom: 1px #353535 solid;
}


.sidenav span {
    color: white;
}

/* .sidenav a:hover {
    color: #f1f1f1;
} */

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 1.5rem;
    padding: 1px 13px;
}

.sidenav-title {
    margin-left: 20px;
    font-family: "Cinzel", serif;
}

.team-member-img {
    width: 150px;
    height: 150px;
}

/* DISABLE TEAM */

#team {
    display: none;
}

.navigation li:nth-child(3) {
    display: none;
}

.single-page-container .back-btn-container {
    margin: 40px auto;
    text-align: center;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.card {
    border: none !important;
}

.carimg {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
}

.carimg {
    width: 100%;
    height: 235px;
    background-position: center;
    background-size: cover;
    border-radius: .25rem .25rem 0 0;
}

.cardspacer {
    margin-bottom: 30px;
}

ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.sidenav .active {
    background-color: #b9874c;
    color: black;
    color: #f1f1f1;
}

#darkener {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #000000;
    opacity: 0.7;
    display: none;
    z-index: 100;
}

/* Popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid white;
    /* border-radius: 0.3rem; */
    font-family: "Josefin Sans", sans-serif;
}

/* Popover Header */
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #313131;
    color: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: none !important;
    /* border-bottom: 1px solid #f7f7f7; */
}

/* Popover Body */
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
    background-color: #d6d6d6;
}

/* Popover Arrow */
.popover .arrow::after {
    /* border-bottom-color: red; */
}

#serviceAnchor {
    /* margin: 20px 0; */
}

.height {
    height: 45px;
}

label {
    width: 100%;
    margin: .5rem auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #b9874c;
    border-radius: 3px;
    padding: 15px 20px;
    margin-left: 0;
}

span.wpcf7-not-valid-tip {
    color: darkred;
    border-bottom: 1px dotted #b9874c;
    border-top: 1px dotted #b9874c;
    display: inline-block;
    margin-top: 10px;
}

.scrollToTop:hover {
    cursor: pointer;
}

.scrollToTopText:hover {
    text-decoration: underline;
}

section {
    margin-top: 32px;
    padding-top: 48px;
}

#angebot {
    margin-top: 0;
    padding-top: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 55px;
    align-items: flex-start
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    color: #b9874c;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: #b9874c;
}


@media screen and (min-height: 768px) {
    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }
}