body {
    color: #6e7375;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #003057;
}

h2 {
    font-size: 1.1rem;
    font-weight: bold;
}

h3 {
    font-size: 1rem;
    font-weight: bold;
}

.button {
    border-radius: 3px;
    padding: 1rem 2rem;
    font-size: 1rem;
}

.button:hover, .button:focus {
    background-color: #2C9942;
    color: #ffffff;
}

.button:active {
    background-color: #003057;
}
a {
    color: #0069A7;
}

a:active, a:focus, a:hover {
    color: #003057;
}

#hamburger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
    /*margin: 25px auto 5px auto;*/
    margin-right: 1.75rem;
}

#hamburger-icon .line {
    display: block;
    background: #000;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
    top: 0;
}

#hamburger-icon .line.line-2 {
    top: 50%;
}

#hamburger-icon .line.line-3 {
    top: 100%;
}

#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
}

#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
}

#hamburger-icon.actives .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger-icon.actives .line-2 {
    opacity: 0;
}

#hamburger-icon.actives .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}

.position-top {
    height: 450px;
}

.ts-lang{
    text-align: right;
}
.ts-lang a{
     color: #6e7375;
     background-color: #f1f1f1;
     font-size: 1.4rem;
     padding: 8px 16px;
     margin: 5px;
     border-radius: 5px;
 }
.ts-headline-web {
    font-size: 1.7rem;
    font-weight: bold;
    color: #003057;
}

/*.language{
	display: none;
}*/
@media only screen and (max-width: 639px) {
    .language {
        position: absolute;
        right: 75px;
        top: 18px;
        display: flex;
    }
}

.mainnav .menu li.language a {
    padding: 0.7rem 0.1rem;
}

.mainnav .menu li.language {
    padding-left: 15px;
}

.mainnav .menu li.language b {
    padding-top: 4px;
}

/*.language a:first-child{
	border-right:1px solid #000;
}*/
.position-top p {
    padding: 0.7rem 1rem;
}

.menu a {
    color: #6e7375;
}
#header .menu a {
    text-decoration: underline;
    text-decoration-color: #0069A7;
    text-decoration-thickness: 2px;
    text-decoration-skip: spaces;
    text-decoration-skip-ink: spaces;
    text-transform: uppercase;
    font-weight: bold;
}
#header .menu a:hover {
    text-decoration-color: #003057;
}

/*.menu a.bold, .menu .bold a {
    text-transform: uppercase;
    font-weight: bold;
}*/
.mainnav {
    padding: 1rem 0 0 0;
}
.mainnav .menu {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.menu li a:hover {
    color: #003057;
}

.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}

li.warenkorb svg {
    position: absolute;
    right: 2rem;
    top: 8px;
    fill: #6e7375;
}

li.warenkorb:hover svg {
    fill: #003057;
}

.mainnav .menu li.warenkorb {
    position: relative;
    padding: 0 3rem;
}

.logo {
    padding-top: 0;
    padding-bottom: 1rem;
}
/*.logo img {
    width: 130px;
}*/
.logo svg path.b {
    fill: #003057;
}

/* Start Hotline */
.hotline {
    background: #003057;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
}

.hotline > div > div {
    color: #fff;
}

.hotline > div > div a {
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Start Slider */
.slider-wrapper {
    position: relative;
    /*height: calc(100vh - 150px);*/
    height: auto;
    max-height: calc(100vh - 150px);
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}

.sliderbild {
    position: relative;
    width: 100%;
    z-index: 1;
    height: calc(100% - 0px);
}

.sliderbild .OTV-Banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /*min-height: calc(100vh - 150px);*/
    min-width: 20%;
    z-index: 99;
    background-image: url(../images/slider-banner-OTV.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sliderbild .OTV-Banner img {
    height: 100%;
    max-height: calc(100vh - 150px);
}

/*.owl-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 151px);
}

.owl-item img {
    position: absolute;
    height: auto;
    bottom: 50%;
    transform: translateY(50%);
}*/
.owl-item.bottom img {
    bottom: 0;
    transform: unset;
}

.owl-item.active.center {
    height: calc(100vh - 151px);
}

.sliderbild:hover .owl-controls {
    opacity: 1;
}

.sliderbild .owl-next {
    right: 65px !important;
    position: absolute;
}

.sliderbild .owl-prev {
    left: 5% !important;
    position: absolute;
}

.slider-wrapper:hover .owl-carousel .owl-nav button.owl-prev, .slider-wrapper:hover .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    padding: 0 15px 5px !important;
    text-align: center;
    background-color: #000;
    opacity: 0.5;
}

.owl-nav button span {
    color: #ffffff;
    font-size: 2.5rem;
}

.owl-item .item {
    background-image: url("../images/Slider_Gebrauchtfahrzeuge.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.owl-item .item.slider-1 {
    background-image: url("../images/Slider_Gebrauchtfahrzeuge.jpg");
}
.owl-item .item.slider-2 {
    background-image: url("../images/Slider_Remarketing.jpg");
}
.owl-item .item.slider-3 {
    background-image: url("../images/Slider_Nutzfahrzeuge_Anhaenger.jpg");
}
.owl-item .item.slider-4 {
    background-image: url("../images/Slider_innovative_Fahrzeugmodelle.jpg");
    background-position: center bottom;
}
.owl-item .item.slider-5 {
    background-image: url("../images/Slider_Remarketing_Experten.jpg");
    background-position: center bottom;
}

.slider-content {
    position: absolute;
    top: 35%;
    z-index: 1000;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.slider-text h1, .slider-text h2 {
    font-size: 4rem !important;
    font-style: italic;
    text-transform: uppercase;
    color: #0069A7;
    font-weight: bold;
    text-align: center;
}

.slider-button {
    margin-top: 8rem;
}

.slider-button a.button {
    background-color: #0069A7;
    opacity: 1;
    padding: 1.5rem 2.5rem;
    border-radius: 0;
    margin: 1rem;
    font-size: 1.1rem;
    color: #ffffff;
    border: 1px solid #0069A7;
}

.slider-button a.button:hover {
    background-color: #003057;
    opacity: 1;
    color: #ffffff;
    border: 1px solid #003057;
}

.OTV-Banner div {
    font-size: 1.75rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2rem;
}

.OTV-Banner .text-center.align-middle {
    margin-top: 50%;
    transform: translateY(-0%);
}

/* Top Angebote */
#top-angebote {
    min-height: 500px;
    padding: 3rem 0;
}


/* Start Footer */
footer {
    border-top: 1px solid #000000;
    padding: 3rem 0;
}

footer li a:after {
    border-right: 1px solid #555555;
    content: "";
    padding-left: 30px;
}

footer li:last-child a:after {
    border-right: none;
}

footer img {
    margin-top: -27px;
}

/* Start Quicknav */
.quicknav {
    position: fixed;
    display: block;
    bottom: inherit;
    table-layout: inherit;
    width: auto;
    left: calc(100% - 50px);
    top: calc(50vh - 35px);
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    z-index: 999;
}
#page1 .quicknav {
    animation: fadein 1s;
}
.quicknav .quickbutton {
    height: 50px;
    width: 200px;
    background: #003057;
    padding: 10px 10px;
    margin-bottom: 2px;
    transition: all 0.5s ease 0s;
    transform: translateX(0px);
    z-index: 2000;
}
#page1 .quicknav .quickbutton{
    animation-name: quickslide;
    animation-duration: 1s;
}
.quicknav .quickbutton:hover {
    transform: translateX(-150px);
}

@media screen and (max-width: 1023px) {
    .quicknav {
        display: none;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes quickslide {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(-150px)
    }
    100% {
        transform: translateX(0px)
    }
}

#page1 .quicknav .quick-fzg-suche {
    animation-delay: 0.1s;
}

#page1 .quicknav .quick-trapo {
    animation-delay: 0.2s;
}
#page1 .quicknav .quick-merken {
    animation-delay: 0.3s;
}
#page1 .quicknav .quick-servicetermin {
    animation-delay: 0.4s;
}
#page1 .quicknav .quick-ansicht-umschalten {
    animation-delay: 0.5s;
}

.quicknav span {
    color: #fff;
    position: absolute;
    margin-top: 0.25rem;
}

.quickbutton:hover,
.quickbutton.active {
    background-color: #2C9942;
    color: #fff;
}

.quicknav:hover a {
    color: #fff;
}

.quicknav img {
    margin-right: 20px;
    height: 100%;
}

.quicknav .quickbutton svg {
    fill: #ffffff;
    width: 32px;
    height: 30px;
    margin-right: 20px;
    height: 100%;
}

.quicknav .quickbutton.quick-merken svg path:nth-child(2) {
    fill: transparent !important;
}

.quicknav .quickbutton.quick-merken.active svg path:nth-child(2) {
    fill: #ffffff !important;
}

/*Modal*/
.ts-modal {
    overflow-Y: scroll;
}

.reveal-overlay {
    background-color: rgba(10, 10, 10, 0.80);
}

.reveal {
    width: 1240px;
    max-width: 80rem;
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0 auto;
}

.reveal .row .columns {
    padding: 2rem;
}

.reveal .row .columns:first-child {
    border-right: 1px solid #003057;
}

.reveal .button {
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .reveal {
        width: 90%;
        margin: 0 5%;
    }
}

/*Callout*/
.callout.primary {
    border: none;
    bottom: 1rem;
    position: fixed;
    right: 1rem;
    width: 320px;
    z-index: 9;
}
.callout div.button {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    text-align: right;
}
.callout.primary:before {
    content: "";
    border-bottom: 50px solid #cdeaff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: fixed;
    right: -0.15rem;
    transform: rotate(45deg);
    z-index: -1;
}
.callout p {
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .slider-wrapper {
        overflow: inherit;
        max-height: inherit;
    }

    .slider-button {
        position: relative;
        width: 100%;
        left: unset;
    }
}

@media screen and (max-width: 639px) {
    li.warenkorb {
        position: relative;
        padding: 0 2rem;
    }

    li.warenkorb svg {
        position: absolute;
        left: 1rem;
        top: 8px;
    }
}

@media screen and (max-width: 729px) {
    .mainnav .menu li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    .sliderbild .owl-prev {
        left: 5% !important;
    }

    .sliderbild .owl-next {
        right: 5% !important;
    }

    .slider-wrapper .owl-carousel .owl-nav button.owl-prev, .slider-wrapper .owl-carousel .owl-nav button.owl-next {
        top: 30%;
    }

    .slider-button .row div {
        width: 100%;
        margin: 0 0.25rem;
    }

    .slider-button a.button {
        padding: 1rem 1rem;
        margin: 0.25rem 0;
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    footer {
        text-align: center;
    }

    footer li a:after {
        display: none;
    }

    footer li {
        width: 100%;
    }

    footer img {
        margin-top: 2rem;
    }

    .language a {
        padding: 0 5px;
    }

    /*#hamburger-icon {
        margin: 17px auto 5px auto;
    }*/
    .hotline {
        padding-top: 0;
        padding-bottom: 1px;
    }
    #offCanvas {
        padding: 1.75rem;
    }
    .off-canvas {
        background: #ffffff;
    }

    .reveal {
        width: 100%;
        margin: 0;
    }

    .reveal .row .columns {
        padding: 2rem 0;
    }

    .reveal .row .columns:first-child {
        border-right: none;
    }

    .reveal .row .columns:last-child {
        border-bottom: 1px solid #003057;
    }
    .close-button.medium, .close-button {
        right: 1.75rem;
        top: 1.75rem;
    }
}


/* Fahrzeugshop */
section#fahrzeugshop-content {
    min-height: calc(100vh - 455px);
}

#fahrzeugshop-buttons .button {
    width: 100%;
    margin: 2rem 0 1rem;
    padding: 1rem 0.25rem;
}

#fahrzeugshop-buttons img, #fahrzeugshop-buttons svg {
    margin-bottom: 0.5rem;
}
#fahrzeugshop-buttons .button-group .button {
    background-color: #003057;
    color: #ffffff;
    height: 103px;
}
#fahrzeugshop-buttons .button:hover,
#fahrzeugshop-buttons .button.active {
    background-color: #2C9942;
    color: #ffffff;
}
#fahrzeugshop-buttons .button.banner {
    border: 2px solid #ffffff;
    padding: 1rem;
    text-align: center;
    position: relative;
    background-color: #003057;
    color: #ffffff;
    margin-top: 0.5rem;
}

#fahrzeugshop-buttons .button.banner svg {
    fill: #ffffff;
    width: 40px;
    height: auto;
    margin: 0 1rem;
    margin-bottom: -0.6rem;
}

#fahrzeugshop-buttons .button.banner:hover {
    border: 2px solid #003057;
    background-color: #ffffff;
    color: #003057;
}

#fahrzeugshop-buttons .button.banner:hover svg {
    fill: #003057;
}
.icon.black {
    color: #000000 !important;
}

@media screen and (max-width: 639px) {
    #fahrzeugshop-buttons .button {
        margin: 0.5rem 0 0;
    }
}
/* Erweiterung Banner - Animation */
a.ausschreibungbtn.banner.button.expanded .ausschreibung-available, a.ausschreibungbtn.banner.button.expanded .ausschreibung-unavailable {
    font-size: 1.25rem;
    font-weight: 500;
}

.ausschreibungbtn.banner.button.expanded:not(.available) .ausschreibung-available,
.ausschreibungbtn.banner.button.expanded:not(.unavailable) .ausschreibung-unavailable,
.ausschreibungbtn.banner.button.expanded:not(.available, .unavailable) .animation {
    display: none;
}

#fahrzeugshop-buttons .button.banner  span.animation svg {
    border-radius: 50%;
    position: absolute;
    margin-left: 0%;
    top: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    padding: 0.5rem;
    fill: #003057;
}
#fahrzeugshop-buttons .button.banner span.animation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-300px) translateY(-50%);
    width: 60px;
    height: 60px;
}
#fahrzeugshop-buttons .button.banner.available span.animation:before {
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(44,153,66,1) 100%);
    background:    -moz-radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(44,153,66,1) 100%);
    background:     -ms-radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(44,153,66,1) 100%);
    background:      -o-radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(44,153,66,1) 100%);
    background:         radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(44,153,66,1) 100%);
    -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -moz-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -ms-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -o-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    left: 0;
    top: 0;
    z-index:9;
}
#fahrzeugshop-buttons .button.banner span.animation:after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    display: block;
    width: 200%;
    height: 200%;
    background-color: white;
    border-radius: 50%;
    z-index: 8;
}
@-webkit-keyframes pulse-ring{
    0% { transform: scale(0.33);}
    80%, 100% { }
}
@-moz-keyframes pulse-ring{
    0% { transform: scale(0.33);}
    80%, 100% { }
}
@-ms-keyframes pulse-ring{
    0% { transform: scale(0.33);}
    80%, 100% { }
}
@-o-keyframes pulse-ring{
    0% { transform: scale(0.33);}
    80%, 100% { }
}
@keyframes pulse-ring {
    0% { transform: scale(0.33);}
    80%, 100% { }
}
#fahrzeugshop-buttons .button.banner:hover span.animation:after {
    border: 2px solid #002f55;
}
@media screen and (max-width:1024px){
    a.ausschreibungbtn.banner.button.expanded {
        margin-top: 2rem!important;
        margin-bottom: 3rem!important;
    }
}
@media screen and (max-width:650px){
    a.ausschreibungbtn.banner.button.expanded .ausschreibung-available, a.ausschreibungbtn.banner.button.expanded .ausschreibung-available .ausschreibung-unavailable {
        padding-left: 10rem;
        display: block;
    }
    #fahrzeugshop-buttons .button.banner span.animation {
        transform: translateX(-200px) translateY(-50%);
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width:500px){
    a.ausschreibungbtn.banner.button.expanded .ausschreibung-available, a.ausschreibungbtn.banner.button.expanded .ausschreibung-available .ausschreibung-unavailable {
        padding-left: 8rem;
        display: block;
    }
    #fahrzeugshop-buttons .button.banner span.animation {
        transform: translateX(-150px) translateY(-50%);
    }
}
@media screen and (max-width:401px){
    #fahrzeugshop-buttons .button.banner span.animation {
        transform: translateX(-135px) translateY(-50%);
    }
}
@media screen and (max-width:340px){
    a.ausschreibungbtn.banner.button.expanded .ausschreibung-available, a.ausschreibungbtn.banner.button.expanded .ausschreibung-available .ausschreibung-unavailable {
        padding-left: 7rem;
    }
}

/* Registrierung */
label.black {
    color: #000000 !important;
}

/* Content */
section.content {
    min-height: calc(100vh - 315px);
}

.dealerInfo ul, .dealerInfo ol {
    padding-left: 2rem;
}
.dealerInfo li {
    margin-bottom: 1rem;
}
.dealerInfo li:last-child, .dealerInfo ul p:last-child {
    margin-bottom: 2rem;
}
ol ol {
    display: block;
    list-style-type: lower-alpha;
}
#logout h1 span {
    font-size: 1rem;
    font-weight: normal;
}
/* Kontakt */
#kontakt textarea {
    min-height: 100px;
}

/* Fixed Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

#header {
    height: 169px;
}

.active-lang {
    color: #0069A7!important;
    font-weight: bold !important;
}
.active-lang:hover {
    color: #003057!important;
}

@media screen and (max-width: 639px) {
    #header {
        height: 85px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
    .logo svg#a {
        width: 300px;
        margin-top: 0.5rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 890px) {
    .menu a, .menu .button {
        padding: 0.7rem 0.5rem;
        font-size: 0.89rem;
    }

    .mainnav .menu li.warenkorb {
        padding: 0 1rem 0 0;
    }

    li.warenkorb svg {
        right: 0rem;
    }

    .button, .mainnav .menu li:last-child {
        padding: 0;
    }
}
@media screen and (max-width: 1180px) {
    .mainnav .menu li.warenkorb {
        padding: 0 1rem 0 0;
    }

    li.warenkorb svg {
        right: 0rem;
    }
}
@media screen and (max-width: 1023px) {
    .logo {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
        /*padding-left: 1.75rem;*/
    }
    /*.slider-content {
        top: 50%;
    }*/
    .slider-text h1, .slider-text h2 {
        font-size: 3rem !important;
    }
    .slider-button {
        margin-top: 0rem;
    }
}
@media screen and (min-width:640px) and (max-width:720px) {
    .logo {
        width: 100%!important;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 0;
        padding-left: 1.75rem;
    }
    .logo svg#a {
        width: 25%;
    }

    .mainnav .menu {
        margin-left: 0.75rem;
        justify-content: left;
    }
    nav.medium-10 {
        width: 100%!important;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left!important;
    }
    #header {
        height: 239px;
    }
}
@media screen and (max-width: 639px) {
    .mainnav {
        padding: 0;
    }
    .logo svg#a {
        height: 30px;
    }
    .slider-text h1, .slider-text h2 {
        font-size: 1.5rem !important;
    }
    .slider-button {
        margin-top: 5rem;
    }
    .slider-button a.button {
        padding: 1rem 1rem;
        margin: 0.25rem 0;
        width: auto;
        font-size: 0.897rem;
    }
    .owl-item .item {
        height: calc(100vh - 85px);
    }
    .owl-item.bottom .item {
        background-size: contain;
    }
}
/* Stil für die Tabs */
.tab-container {
    display: flex;
}

.tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: white;
    margin-bottom: 15px;
    height: 103px;
    border-radius: 3px;
}

.tab.active {
    background-color: #2C9942;
    color: white;
}


.tab:not(.active) {
    background-color: #003057;
}

.tab:hover:not(.active) {
    background-color: #2C9942;
}

.tab-content {
    display: none;
    border-top: none;
}
.icon.black {
    color: #000000;
}