﻿/* Fonts */
/* @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4ec37e28-9491-4eec-a205-03f0586e5c98&fontids=1488890,1488896,1488902,1488908,1488914,1488920"); */
/* Helvetica Neue - normal - 400 */
@font-face{
    font-family:"Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:url("fonts/Helvetica Neue/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
    src:url("fonts/Helvetica Neue/1488890/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"),url("/fonts/Helvetica Neue/1488890/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"),url("/fonts/Helvetica Neue/1488890/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"),url("/fonts/Helvetica Neue/1488890/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype");
}
/* Helvetica Neue - italic - 400 */
@font-face{
    font-family:"Helvetica Neue";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:url("/fonts/Helvetica Neue/1488896/5d0e5dca-869d-4e14-ac6b-45fbab3c4047.eot?#iefix");
    src:url("/fonts/Helvetica Neue/1488896/5d0e5dca-869d-4e14-ac6b-45fbab3c4047.eot?#iefix") format("eot"),url("/fonts/Helvetica Neue/1488896/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2") format("woff2"),url("/fonts/Helvetica Neue/1488896/e7c4b231-76ad-47c7-a54b-5d84dcd78d0f.woff") format("woff"),url("/fonts/Helvetica Neue/1488896/b6db417f-e795-426a-a2af-adc37a3419a6.ttf") format("truetype");
}
/* Helvetica Neue - medium - 500 */
@font-face{
    font-family:"Helvetica Neue";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:url("/fonts/Helvetica Neue/1488902/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
    src:url("/fonts/Helvetica Neue/1488902/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"),url("/fonts/Helvetica Neue/1488902/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"),url("/fonts/Helvetica Neue/1488902/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"),url("/fonts/Helvetica Neue/1488902/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype");
}
/* Helvetica Neue - medium italic - 500 */
@font-face{
    font-family:"Helvetica Neue";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src:url("/fonts/Helvetica Neue/1488908/4c68f39a-1d08-4a26-81b3-c424cbe6d712.eot?#iefix");
    src:url("/fonts/Helvetica Neue/1488908/4c68f39a-1d08-4a26-81b3-c424cbe6d712.eot?#iefix") format("eot"),url("/fonts/Helvetica Neue/1488908/657c2fa4-585b-4761-9e2e-65ab13159323.woff2") format("woff2"),url("/fonts/Helvetica Neue/1488908/400869f0-f0d5-49a0-8a11-f4fb4279d125.woff") format("woff"),url("/fonts/Helvetica Neue/1488908/14df02b1-01f4-4426-bf7b-ad2f39dc1346.ttf") format("truetype");
}
/* Helvetica Neue - bold - 700 */
@font-face{
    font-family:"Helvetica Neue";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:url("/fonts/Helvetica Neue/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
    src:url("/fonts/Helvetica Neue/1488914/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"),url("/fonts/Helvetica Neue/1488914/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"),url("/fonts/Helvetica Neue/1488914/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"),url("/fonts/Helvetica Neue/1488914/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype");
}
/* Helvetica Neue - bold italic - 700 */
@font-face{
    font-family:"Helvetica Neue";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src:url("/fonts/Helvetica Neue/1488920/52b6ae3e-9443-4acc-9bf9-f5154eeab77c.eot?#iefix");
    src:url("/fonts/Helvetica Neue/1488920/52b6ae3e-9443-4acc-9bf9-f5154eeab77c.eot?#iefix") format("eot"),url("/fonts/Helvetica Neue/1488920/ade4dbae-c607-4c84-a375-f0c4de0cc357.woff2") format("woff2"),url("/fonts/Helvetica Neue/1488920/5b864741-6f14-4ed9-a297-27a4d73edf51.woff") format("woff"),url("/fonts/Helvetica Neue/1488920/0cdccad5-a023-4a17-8ea9-01a0e6ad7ff4.ttf") format("truetype");
}

/* Global */
* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    min-height: 100%;
}

.fa-brands, .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

h4 { 
    font-weight: 700; 
}

a { 
    color: #00854D;
}

a:focus, 
a:hover,
a:active {
    text-decoration: underline;
    color: #00854D;
}

#mainContent {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    padding-bottom: 40px;
}

.news {
    position: relative;
    left: 60px;
    top: 60px;
    padding: 15px 15px 15px 15px;
    max-width: 540px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2
}


.newsEOT {
    position: relative;
    top: 60px;
    left: 160px;
    padding: 15px 15px 15px 15px;
    max-width: 450px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2
}

.intro-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.intro-text {
    position: relative;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 2
}

.intro-text a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avLogo { 
    width: 450px;
    margin-bottom: 1.6em;
}

#tN {
    padding-left: 15px;
    padding-bottom: 5px;
    clear: both;
    float: right;
    min-width: 350px;
    background-color: #E0E0E0;
}

.sImage {
    max-width: 200px;
    width: 90%;
}

.ce { text-align: center; }

.av-section-row-primary {
    background-color: #f6f6f5;
    padding: 20px 0;
}

.av-section-row-secondary {
    background-color: #ffffff;
    padding: 20px 0;
}

.av-start-box {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    line-height: 2.6rem;
    height: 100%;
}

.av-border-primary {
    border: 2px solid #004F9F;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.av-border-secondary {
    border: 2px solid #00854D;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    background-color: #ffffff;
}

.av-region-background {
    background-image: url('/gfx/region_leben/2024/gruppenfoto-scheckuebergabe.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
    margin-bottom: 2px;
}

.av-region-logo {
    width: 200px;
    float: right;
    padding-top: 20px;
}

.av-wmv-background {
    background-image: url('/gfx/produktseiten/startseite/reise-hausrat-start.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 364px;
    margin-bottom: 2px;
}

.av-100-jahre-background {
    background-image: url('/gfx/produktseiten/2023/100-jahre-av/100-jahre-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
    margin-bottom: 2px;
}

.av-imagefilm-background{
    background-image: url('/gfx/produktseiten/2023/100-jahre-av/imagefilm-karriere-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
    margin-bottom: 2px;
}


.av-vhv-background {
    background-image: url('/gfx/produktseiten/startseite/hausrat-start.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
    margin-bottom: 2px;
}

.av-intro-background {
    background-image: url('/gfx/produktseiten/startseite/moin-av.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 380px;
    margin-bottom: 2px;
}

.av-karriere-background {
    background-image: url('/gfx/karriere/karriere-arbeitgeber-titelbild.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
    margin-bottom: 2px;
}

.av-ebike-background {
    background-image: url('/gfx/produktseiten/startseite/ebike-on-tour.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 340px;
}
.post-container {
    width: 100%;
    border: 2px solid #00854D;
    padding: 20px;
    margin-bottom: 2em;
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.post-container > * {
    flex-grow: 1;
    flex-shrink: 1;
}

.stoerer {
    width: 100px;
    height: 100px;
    background-color: darkorange;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.4);
    border: 5px solid darkorange;
    transform: rotate(16deg);
    letter-spacing: 1px;
    text-align: center;

}

.post-content {
    margin-left: 20px;
    padding-right: 20px;
}

.post-title {
    font-weight: bold;
    font-size: 16px;
}

.contact-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #004F9F;
    color: #ffffff;
    padding: 20px 0;
}

.blog {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 15px 15px 15px 15px;
    max-width: 600px;
    z-index: 2;
    max-height: 300px;
}

.av-box-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);    
}

.av-box-flex .av-ebike-logo {
    margin-right: 20px;
}

.av-box-flex .av-ebike-logo img {
    max-height: 150px;
}

.av-glossy-box {
    background: rgba(255,255,255,0.8);
    padding: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.cell {
    flex: 1 1 auto;
    text-align: center;
    margin: 2rem auto;
}

.cell > img {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%;
    height: 150px;
}

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

.btn-icon::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    float: right;
}

.btn-icon-secondary {
    padding: 20px 20px !important;
    text-align: left;
    display: block;
}

.btn-icon-secondary::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    float: right;
}

/* Life PR */
div.Pb_Ticker_Extended_Box_Content ul li {
    border-bottom: 1px dotted #545451 !important;
}

div.Pb_Ticker_Extended_Box_Content ul li a {
    line-height: 1.6;
    padding-bottom: 5px;
    font-weight: 600;
}

div.Pb_Ticker_Extended_Box_Content ul li a:active,
div.Pb_Ticker_Extended_Box_Content ul li a:focus,
div.Pb_Ticker_Extended_Box_Content ul li a:hover {
    color: #00854D !important;
}


#stoerer-fuv, #stoerer-kundenportal {
    display: inline;
    float: right;
    right: 120px;
    top: 40px;
    position: relative;
}
#stoerer-fuv img,
#stoerer-kundenportal img{
    width: 260px;
    height: auto;
}


/* Sitemap */

.container-flex {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}
.container-flex-item {
    display:  flex;
    flex-direction: column;
    flex:  0 0 calc(50% - 20px);
    padding:  20px;
    border:  1px solid #00854D;
    background-color: #00854D20;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    box-sizing: border-box;
}
.container-flex-item .container-flex-headline {
    display:  flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #00854D;
    margin-bottom: 10px;
}
.container-flex-item .container-flex-headline h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.container-flex-item .container-flex-headline h2 a {
    color:  #333;
    text-decoration: none;
}
.container-flex-item .container-flex-headline h2 a:hover {
    color:  #00854D;
}
.container-flex-content {
    display:  flex;
    flex-direction: column;
}
.container-flex-content a {
    font-size: 1.2em;
    line-height: 1.5em;
}
.full-width-item {
    flex:  0 0 calc(100% - 20px);
    box-sizing: border-box;
}
.sitemap-text{
    font-size: 1.2em;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .container-flex-item, .full-width-item {
        flex:  0 0 100%;
    }
}

/* Footer */
#footer {
    font-size: 1em;
    background-color: #F8F8F8;
    padding-bottom: 20px;
}

.fo { background-color: #F8F8F8; }

#footer h5 {
    font-weight: 500;
    font-size: 1.2em;
    padding-top: 1.2em;
}

#footer a {
    color: #00854D;
    line-height: 1.8em;
}



.news h4 { 
    font-weight: 700;
}

#con .well {
    height: 72px;
    max-height: 72px;
}


.container-fluid {
    margin-left: 15px;
    margin-right: 15px;
    /* min-width: 695px; */
}

/* Buttons */

#buttons {
    position: relative;
    top: 0;
}

.btn {
    border-radius: 2px;
    padding: 10px 20px;
}

.btn-primary {
    background: #004F9F;
    border: 2px solid #004F9F;
    text-shadow: none;
    box-shadow: none;
    font-weight: 500;
    transition-property: border-radius;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background: #ffffff;
        border: 2px solid #004F9F;
        color: #004F9F !important;
        box-shadow: none;
        border-radius: 30px;
        transition-property: border-radius;
        transition-duration: 0.5s;
        transition-timing-function: linear;
    }

.btn-secondary {
    background: #ffffff;
    border: 2px solid #00854D;
    text-shadow: none;
    box-shadow: none;
    font-weight: 500;
    color: #00854D;
    transition-property: border-radius;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        background: #00854D;
        border: 2px solid #00854D;
        color: #ffffff !important;
        box-shadow: none;
        border-radius: 30px;
        transition-property: border-radius;
        transition-duration: 0.5s;
        transition-timing-function: linear;
    }

.btn-group.special {
    display: flex;
    margin-top: 1.6rem;

}

.special .btn {
    flex: 1;
    font-weight: 500;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    padding-top: 16px;
    padding-bottom: 16px;
}

.special .btn:first-of-type {
    margin-right: 10px;
}
.special .btn:last-of-type {
    margin-left: 10px;
}

h4.av-green {
    color: #00854D;
}


/* Navigation */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00854D;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 1770px;
}

li#maklerNr > a:hover {
    border-bottom: 0;
    cursor: default;
}

.navbar-default {
    background-image: none;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.navbar-default .navbar-nav>li>a {
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a {
    padding-top: 20px;
    border-bottom: 4px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #00854D;
    border-bottom: 4px solid #00854D;
    font-weight: 500;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background: transparent;
    color: #00854D;
    background-repeat: no-repeat;
    box-shadow: none;
    border-bottom: 4px solid #00854D;
    font-weight: 500;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #00854D;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #00854D;
}

.dropdown-menu {
    border: none;
    min-width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.dropdown-menu>.active>a:hover {
    background-color: #009758;
    background-image: none;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
    background-image: none;    
    color: #00854D;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-image: none;
    background-color: transparent;
    text-decoration: underline;
    color: #00854D;
}

.dropdown-menu > li > span {
    font-weight: 500;
    padding-left: 20px;
}

a.dropdown-toggle > strong.caret {
    margin-left: 5px;
}

ul.av-submenu {
    padding-left: 30px;
    list-style-type: none;
}
ul.av-submenu a {
    color: #545451;
}
    ul.av-submenu a:hover {
        color: #00854D;
    }

    /* Servicebar */
    #tNumbers {
        position: relative;
        top: 40px;
        min-height: 72px;
        padding-bottom: 5px;
    }

div.serviceBar {
    background: #004F9F;
    color: #ffffff;
    border-radius: 0;
    margin-bottom: 15px;
    max-width: 1770px;
}

div.serviceBar a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.42857143;
}

div.serviceBar ul {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 0;
}

ul.serviceBarContent li {
    margin-right: 2em;
}

#serviceBarRight ul li:first-child {
    margin-right: 2em;
}

#serviceBarRight {
    float: right;
}

ul.serviceBarContentRight {
    float:right;
}

/* Carousel */

#siegel .col-centered {
    float: none;
    margin: 0 auto;
}

#siegel .block {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

#siegel .block img {
    max-width: 150px;
    height: auto;
    display: block;
}

#siegel .carousel-control.left,
#siegel .carousel-control.right {
    margin-right: 5px;
    margin-left: 5px;
    background-image: none;
    opacity: 1;
    top: 40%;
}
#siegel .carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

#siegel .carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

#siegel .active > div { display:none; }
#siegel .active > div:first-child { display:block; }

/* Presse */

.link-div {
    display: block;
    width: 200px;
    height: 100px;
    background-color: lightblue;
    text-align: center;
    line-height: 100px;
    text-decoration: none;
    color: black;
    margin: 10px 0;
}

.presseMedien {
    height: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.neuste-meldung {
    display: flex;
    padding-right:  20px;
}
.neuste-meldung .w-50 {
    width:  50%;
}

.text-fade {
    max-height: 11em;
    overflow: hidden;
    position: relative;
    line-height: 2.6rem
}

.text-fade::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(to bottom, transparent, white);
}

/*xs*/
@media (max-width: 767px) {
    #siegel .carousel-inner .active.left { left: -50%; }
    #siegel .carousel-inner .active.right { left: 50%; }
    #siegel .carousel-inner .next        { left:  50%; }
    #siegel .carousel-inner .prev		     { left: -50%; }
    #siegel .carousel-col                { width: 50%; }
    #siegel .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    #siegel .carousel-inner .active.left { left: -50%; }
    #siegel .carousel-inner .active.right { left: 50%; }
    #siegel .carousel-inner .next        { left:  50%; }
    #siegel .carousel-inner .prev		     { left: -50%; }
    #siegel .carousel-col                { width: 50%; }
    #siegel .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .show-mobile {
        display: none;
    }
    #siegel .carousel-inner .active.left { left: -33%; }
    #siegel .carousel-inner .active.right { left: 33%; }
    #siegel .carousel-inner .next        { left:  33%; }
    #siegel .carousel-inner .prev		     { left: -33%; }
    #siegel .carousel-col                { width: 33%; }
    #siegel .active > div:first-child + div { display:block; }
    #siegel .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .show-mobile {
        display: none;
    }
    #siegel .carousel-inner .active.left { left: -25%; }
    #siegel .carousel-inner .active.right{ left:  25%; }
    #siegel .carousel-inner .next        { left:  25%; }
    #siegel .carousel-inner .prev		     { left: -25%; }
    #siegel .carousel-col                { width: 100%; }
    #siegel .active > div:first-child + div { display:block; }
    #siegel .active > div:first-child + div + div { display:block; }
    #siegel .active > div:first-child + div + div + div { display:block; }
}

#siegel .block {
    width: 306px;
    height: 230px;
}



#siegel .carousel-indicators .active {
    background-color: #00854D;
    border: 1px solid #00854D;
}
/* Modal */

#myModal .modal-dialog, #imageVideo .modal-dialog {
    width: 1200px;
    max-width: 1200px;
}

/* Accordions */

h4.panel-title > a {
    text-decoration: none;
}


.panel-group .panel {
    border-radius: 0;
    border: 0;
    background: none;
}

.panel {
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 2px solid #00854D;
    background: #ffffff;
}

h4.panel-title > a:hover,
h4.panel-title > a:active {
    color: #00854D;
}

.panel-body > ul {
    margin-left: 20px;
}

/* h4.panel-title > a::after { 
    font-family: 'Glyphicons Halflings';
    content: "\2b";
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    float: right; 
 }  */


 .panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    float: right;
  }

  
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }


.panel-default > .panel-heading {
    background-repeat: no-repeat;
    background-image: none;
    border: 2px solid #00854D;
    background-color: #ffffff;
    padding: 20px;
    color: #00854D;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.panel-default {
    border-color: transparent; 
}

.panel-heading {
    padding: 10px 0 10px 0;
}

.panel-default>.panel-heading {
    padding:  20px;
    background-color: rgba(0, 133, 77, 0.1);
    border: 2px solid #00854D;
    margin-bottom: 10px;
}



/* Media Queries */

@media (max-width: 965px) {

    #stoerer-fuv {
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 2rem;
        float: none;
        right: auto;
        top: auto;
    }

    .w-100 {
        width: 100%;
    }

    .av-glossy-box {
        padding-top: 1px;
    }

    .av-region-logo {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .news.blog {
        position: relative;
        left: 0;
        top: 20px;
        padding: 15px 15px 15px 15px;
        max-width: 450px;
        background-color: rgba(255, 255, 255, 0.75);
        z-index: 2;
    }

    #bs-example-navbar-collapse-1 {
        height: 90vh;
        max-height: 90vh;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        // mobile safari
    }

    .dropdown-menu > li > span {
        padding-left: 35px;
    }

    ul.av-submenu > li {
        padding-left: 35px;
        line-height: 2.4;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        margin-left: 20px;
        line-height: 2.4;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
        border-bottom: 0;
    }    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
        border-bottom: 0;
    }    
    .navbar-default .navbar-nav > li > a {
        font-weight: 400;
        margin-left: 20px;
    }
    .navbar-header { float: none; }

    .navbar-toggle { display: block; }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

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

    .navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        margin-left: 30px;
        background-image: none;
        background: transparent;
        color: #00854D;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        margin-left: 30px;
        background-image: none;
        background: transparent;
        color: #333;
    }

    div.serviceBar {
        display: none;
    }


    .navbar-collapse.collapse { display: none !important; }

    .navbar-collapse.collapse.in { display: block !important; }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

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

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .intro-text {
        max-width: 75%;
    }

}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px)
and (orientation: portrait) {

    #myModal .modal-dialog, #imageVideo .modal-dialog {
        width: auto;
        max-width: 100%;
    }
    
    #stoerer-fuv {
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 2rem;
        float: none;
        right: auto;
        top: auto;
    }

    .hide-mobile {
        display: none;
        visibility: hidden;
    }

    #bs-example-navbar-collapse-1 {
        height: 90vh;
        max-height: 90vh;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        // mobile safari
    }

    .dropdown-menu > li > span {
        padding-left: 35px;
    }

    ul.av-submenu > li {
        padding-left: 35px;
        line-height: 2.4;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        margin-left: 20px;
        line-height: 2.4;
    }

    ul.av-submenu > li {
        padding-left: 40px;
    }

    .news {
        position: relative;
        left: 0;
        top: 20px;
        padding: 15px 15px 15px 15px;
        max-width: 450px;
        background-color: rgba(255, 255, 255, 0.75);
        z-index: 2
    }

    #mainContent {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 250px;
    }

    .intro-text {
        max-width: 75%;
    }


}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px) 
and (orientation: portrait) {

    #stoerer-fuv {
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 2rem;
        float: none;
        right: auto;
        top: auto;
    }

    #bs-example-navbar-collapse-1 {
        height: 90vh;
        max-height: 90vh;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        // mobile safari
    }

    .dropdown-menu > li > span {
        padding-left: 35px;
    }

    ul.av-submenu > li {
        padding-left: 35px;
        line-height: 2.4;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        margin-left: 20px;
        line-height: 2.4;
    }

    .news {
        position: relative;
        left: 0;
        top: 20px;
        padding: 15px 15px 15px 15px;
        max-width: 450px;
        background-color: rgba(255, 255, 255, 0.75);
        z-index: 2
    }

    .blog {
        position: relative;
        left: 0;
        top: 20px;
        padding: 15px 15px 15px 15px;
        max-width: 500px;
        background-color: rgba(255, 255, 255, 0.75);
        z-index: 2;
        max-height: none;
    }

    #mainContent {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 250px;
    }

    .intro-text {
        max-width: 75%;
    }

    .serviceBar {
        display: none;
    }

    .avLogo { 
        max-width: 280px;
        margin: 0 auto;
     }

    .neuste-meldung {
        display: block;
        width: 100%;
    }

    .neuste-meldung img {
        display:block;
        width:  100%;
    }

    .neuste-meldung .w-50 {
        display:block;
        width:  100%;
    }

    .presseMedien > a.btn-secondary {
        max-width: 80% !important;
    }

    .presseMedien {
        margin-bottom: 20px;
    }
    .av-box-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background-color: transparent;
    }

    .panel-default>.panel-heading {
        padding: 10px;
    }
    
}


img.av-logo-small {
    max-height: 42px;
    width: 42px;
    display: none;
}

.navbar-nav { margin-left: -30px; }

/* Downloadbereich */

#downloadArea {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 2em 0;
    padding: 0;
    min-height: 300px;
}

#downloadSidebar {
    background-color: #f6f6f5;
    margin: 0;
    padding: 0;
    min-height: 300px;
}

#downloadContent {
    margin: 0;
    padding: 0;
}

.sidebarLogo {
    padding: 1.2em 15px;
    font-weight: 500;
}

.contentBreadcrumb {
    padding: 1.2em 15px;
    font-style: italic;
}

.sidebarNavigation {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.sidebarNavigation li {
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 60px;
}

.sidebarNavigation li a {
    display: block;
    color: #676B6B;
    padding-left: 15px;
}

.sidebarNavigation li a i { margin-right: 15px; }

    .sidebarNavigation li ul {
        padding-left: 15px;
    }

.sidebarNavigation li a:active,
.sidebarNavigation li a:hover,
.sidebarNavigation li a:focus {
    text-decoration: none;
    outline: none;
}

.sidebarNavigation li a:active,
.sidebarNavigation li a:hover,
.sidebarNavigation li a:focus {
    color: #ffffff;
    background-color: #00854D
}

    .sidebarNavigation li a.active {
        color: #ffffff;
        background-color: #00854D;
    }

.sidebarNavigation li:hover::before { width: 100%; }

.sidebarLogo hr,
.contentBreadcrumb hr { margin-bottom: -20px; }

.contentFiles {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.contentFiles li {
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 60px;
}

.contentFiles li a {
    display: block;
    color: #676B6B;
    padding-left: 15px;
}

.contentFiles li a i { margin-right: 15px; }

.contentFiles li a:active,
.contentFiles li a:hover,
.contentFiles li a:focus {
    text-decoration: none;
    outline: none;
}

    .contentFiles li a:active,
    .contentFiles li a:hover,
    .contentFiles li a:focus {
        color: #ffffff;
        background-color: #00854D;
    }



div.contentBox {
    margin-bottom: 1.2em;
    position: relative;
}

div.contentBox a.btn {
    margin-top: 1.2em;
}

div.contentBox a.btn-ticker {
    position: relative;
    bottom: 0;
}

.thumbnail {
    border: 0;
}

.rechnerIntro {
       position: relative;
       top:20px;
       left:20px;
       margin-right: 20px;
       padding: 15px 15px 15px 15px;
       max-width:450px;
       background-color: rgba(255,255,255,0.75);
       z-index: 2       
}

.contentIntro {
    position: relative;
    top: 100px;
    left: 100px;
    margin-right: 20px;
    padding: 15px;
    background-color: rgba(255,255,255,0.75);
    z-index: 2;
    line-height: 2.6rem;
}

.rechnerIntro h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rechnerIntro ul.av-uebersicht {
    margin: 20px 20px;
}


.rechnerIntro ul li {
    font-size: 16px;
}

iframe {
    margin-top: 11em;
    margin-bottom: 11em;
}

#stoerer {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #004F9F;
    position: absolute;
    left: 395px;
    top: -25px;
    z-index: 9999999;
    text-align: center;
    line-height: 93px;
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    border: 5px solid #004F9F;
    transform: rotate(16deg);
    letter-spacing: 3px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.4);
}
.stoerer-variation {
    font-size: 20px !important;
    line-height: 1.4 !important;
    letter-spacing: 0px !important;
    padding-top:12px;
}

span.av-stoerer {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #004F9F;
    padding: 5px 20px;
    position: absolute;
    z-index: 9999;
}

#stoerer-fuv {
    display: inline;
    float: right;
    right: 120px;
    top: 40px;
    position: relative;
}
#stoerer-fuv img {
    width: 260px;
    height: auto;
}

.av-rabatt {
    display: block;
    width: 100%;
    line-height: 1.6;
    color: #ffffff;
    background-color: #ff8c00;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 12px 10px;
}

.av-rabatt-stoerer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #ff8c00;
    position: absolute;
    right: 250px;
    top: 50px;
    z-index: 1;
    text-align: center;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border: 5px solid #ff8c00;
    transform: rotate(16deg);
    letter-spacing: 2px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.4);
}

a.av-rabatt-link {
    text-decoration: none !important;
}

.mt-3 {
    margin-top: 3rem;
}
.mb-3 {
    margin-bottom: 3rem;
}

.my-3 {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.my-4 {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.product-row {
    width: 100%;
}

.product {
    display: none;
}

.av-content-box {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    padding: 10px 20px;
    margin-bottom: 30px;
    line-height: 2.6rem;
}


.av-content-box.border {
    border: 2px solid #ebebeb;
    line-height: 1.8em;
    background: #ffffff;
}

    .av-content-box.border-highlight {
        border: 2px solid #00854D;
        line-height: 1.8em;
        background: #00854D;
        color: #ffffff;
    }

        .av-content-box.border-highlight ul.av-uebersicht li::before {
            color: #ffffff;
        }


    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .av-content-box.border-highlight ul.av-uebersicht li {
        font-weight: 400;
    }

.av-content-box.bg-av-light {
    background-color: #ffffff;
    border: 2px solid #ebebeb;
}
.av-content-box h3.card-title {
    line-height: 3rem;
}
.av-content-box.av-highlights img{
    width: 100%;
    object-fit: cover;
}
.av-content-box.av-tutorial {
    background: #ffffff;
    box-shadow: none;
    margin-bottom: 40px;
}

.av-content-box .card-title {
    font-size: 2rem;
    font-weight: 500;
}

.av-content-box ul.av-download-list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-left: 0;
}

.av-content-box .av-schaden-icon i {
    color: #00854D;
}

.av-flexbox {
    display:  flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding:  2rem;
    background-color: #004F9F;
    color:  #FFFFFF;
    margin-top:  2rem;
}
.av-flexbox p {
    margin-bottom:  0;
}

.card-text.av-number {
    font-size: 3rem;
}


.card-text.av-text {
    font-size: 2rem;
}

.av-content-box ul.av-download-list li a:before {
    padding-right: 5px;
}

.av-content-box p.av-schaden-icon {
    padding: 76px;
}

div.image-container {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    height: 360px;
}

.av-content-box.av-tutorial > h4 {
    text-align: center;
    font-size: 2em;
}

.av-content-box.av-tutorial > p.notice {
    text-align: center;
    font-size: 1.2em;
}
.av-content-box.av-tutorial .av-tutorial-steps {
    margin: 30px 0 ;
    text-align: center;
}

.av-content-box.av-tutorial .av-tutorial-steps > p {
    text-align: center;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 10px;
}

.av-content-box.av-tutorial .av-tutorial-steps > h4 {
    text-align: center;
    font-size: 1.6em;
    padding-bottom: 10px;
}

.av-content-box.av-tutorial .av-tutorial-steps img {
    height: 125px;
    width: 125px;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 0;
}

.row.equal .h-100 {
    height: 95%;
}

.infotext {
    padding: 0rem 2.6rem 2.6rem 2.6rem;
    line-height: 2.6rem;
    background: #f6f6f5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

.infotext--columns {
    column-count: 1;
    column-gap: 4rem;
    column-rule: .0625rem solid #ebe8e8;
}

.infotext--columns h3 {
    column-span: all;
    color: #00854D;
    font-weight: 700;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

    .infotext--columns p {
        padding-bottom: 2rem;
    }


.av-border {
    border-right: 2px solid #00854D;
}

.panel-image {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

p.panel-text {
    background: rgba(255,255,255,0.9);
    margin: 0;
    padding: 20px 40px 20px 20px;
}



.av-advertise {
    background: #ffffff;
    min-height: 266px;
    display: block;
    border: 2px solid #00854D;  
}

.av-block {
    background: #00854D;
    min-height: 266px;
    display: block;
    border: 2px solid #00854D;
}
.av-block-text {
    padding: 10px 20px;
    line-height: 1.8em;
    color: #ffffff;
}

.av-block-text h2 {
    padding-bottom: 20px;
}

.av-block-text a {
    margin-top: 20px;   
    margin-bottom: 10px;
}

.av-block-text h4 span {
    font-weight: 400;
}
.av-block-image {
    display: block;
    max-width: 100%;
}
.av-block-image img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
}
.av-block-image span {
    text-align: center;
    display: block;
}
.av-block-image span i {
    color: #ffffff;
}
span.av-block-icon i {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 76px;
    border: 4px solid #ffffff;
    padding: 20px;
    border-radius: 50%;
}

.av-advertise.av-schaden-melden {
    background: #004F9F;
    min-height: 266px;
    display: block;
    border: 2px solid #004F9F;
    color: #ffffff;
}

p.av-schaden-icon {
    font-size: 100px;
    vertical-align: middle;
    display: block;
    padding: 47px;
    margin-top: 10px;
}

a .av-advertise {
    text-decoration: none;
}

.av-advertise .card-body {
    padding: 15px;
}

.av-advertise .card-body .card-title {
    font-size: 2em;
    padding-bottom: 20px;
    font-weight: 500;
}

.av-advertise-image {
    padding: 0;
    position: relative;
    background-image: url('../gfx/slider-main/vhv/fvk-reparatur-neu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 260px;
    width: 100%;
    background-position: top right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}


.panel-image img {
    display: block;
    width: auto !important;
    width: 100%;
    max-width: 100%;
    clear: both;
}

ul.av-uebersicht {
    list-style-type: none;
    margin: 16px 0;
}

ul.av-uebersicht li {
    padding: 0 0 0.0em 1.6em;
    text-indent: -1.6em;
}
ul.av-uebersicht li ul {
    list-style-type: none;
}

ul.av-uebersicht li::before {
    font-family: FontAwesome;
    color: #00854D;
    content: "\f00c";
    float: left;
    width: 1.6em;
}

ul.av-uebersicht li.regular::before {
    font-family: FontAwesome;
    color: #545451;
    content: "-";
    float: left;
    width: 1.6em;
}

ul.av-uebersicht li.negative::before {
    font-family: FontAwesome;
    color: red;
    content: "\f00d";
    float: left;
    width: 1.6em;
}

ul.av-uebersicht li ul li::before {
    font-family: FontAwesome;
    color: #545451;
    content: "-";
    float: left;
    width: 1.6em;
}

.av-content-image {
    background: #ffffff;
    border: 3px solid #ebebeb;
    padding: 20px;
    width: 100%;
}

    .av-content-image img {
        width: 100%;
    }

.av-siegel {
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding: 10px;
    height: 150px;
}

    .av-siegel img {
        max-width: 150px;
        height: auto;
        display: inline;
        background-color: #ffffff;
        padding: 10px;
        max-height: 150px;
    }

.thumbnail > img.img-left {
    margin-left: 0;
    margin-right: 0;
}

.thumbnail > img.img-margin {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.thumbnail .av-caption {
    padding: 10px 0;
}

div.av-panel {
    margin-top: 1.2rem;
    border: 1px solid #f6f6f5;
    background: #F6F6F5;
    min-height: 240px;
}

div.av-panel > .panel-heading {
    background: #00854D;
    padding: 10px 20px;
    color: #ffffff;
}

div.av-panel > .panel-heading > h3.panel-title {
    font-weight: 700;
}

h4.panel-title {
    font-weight: 400;
}

table.table.av-table > tbody > tr > td,
table.table.av-table > thead.av-vergleich > tr > th {
    font-weight: 700;
    padding: 20px;
    line-height: 1.6em;
    vertical-align: middle;
}

thead.av-vergleich {
    background: #00854D;
    color: #ffffff;
}

thead.av-vergleich > tr > th {
    border-bottom: 0;
}

span.av-neu {
    background: #004F9F;
    padding: 5px 10px;
    color: #ffffff;
    margin-left: 10px;
}

i.av-check {
    font-size: 1.6em;
    color: #00854D;
}

ul.av-download-list li {
    list-style-type: none;
    line-height: 2.6em;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 15px;
}

ul.av-download-list li a {
    color: #333;
}

ul.av-download-list li a:hover {
    color: #00854D;
    text-decoration: none;
}

ul.av-download-list li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    content: "\f1c1";
    padding-right: 20px;
}

#expanded {
    display: none;
}

#expanded:checked ~ table.compare tr:nth-child(n + 6) {
    display: table-row;
}

#expanded:checked ~ table tbody tr:nth-child(n + 6) {
    display: table-row;
}

#expanded:checked ~ label .show-less {
    display: inline;
}

#expanded:checked ~ label .show-more {
    display: none;
}


table.compare tr:nth-child(n + 6) {
    display: none;
}

.show-less {
    display: none;
}

tr.av-geschaeftszeiten:nth-child(n + 6) {
    display: table-row;
}



@media (min-device-width: 320px) and (max-device-width:568px) {

    #stoerer-fuv, #stoerer-kundenportal {
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 2rem;
        float: none;
        right: auto;
        top: auto;
    }

    #stoerer-kundenportal img{
        width: 200px;
        height: auto;
    }    

    .av-rabatt {
        display: block;
        width: 100%;
        line-height: 1.6;
        color: #ffffff;
        background-color: #ff8c00;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        justify-content: end;
        padding: 12px 10px;
    }
    .av-rabatt-stoerer {
        display: none;
    }
    #stoerer {
        display: none;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        position: absolute;
        left: 10px;
        top: 15px;
        line-height: 75px;
    }    

    span.stoerer {
        display: none;
        left: 80px;
        position: relative;
    }    

    div.av-siegel {
        display: none;
    }

    div#tarifCalcEbike,
    div#tarifCalcReparatur,
    div#tarifCalcFahrrad {
        margin-bottom: 20px;
    }

    a.btn-primary, a.btn-secondary {
        width: 100%;
        margin: 0 auto;
    }


    a.btn-primary {
        margin-top: 1.2rem !important;
    }


    
}
@media (max-width: 1199.98px) {
    div.image-container {
        height: 240px;
    }
    .av-rabatt {
        display: block;
        width: 100%;
        line-height: 1.6;
        color: #ffffff;
        background-color: #ff8c00;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        justify-content: end;
        padding: 12px 10px;
    }

    .av-rabatt-stoerer {
        display: none;
    }
}


#cookieModalSettings,
#cookieModalPrivacy {
    display: none;
    visibility: hidden;
}

.cookieModalBackdrop {
    z-index: 9999;
}

.modal-backdrop {
    background-color: #545451;
    
}

#cookieModal {
    font-size: 16px;
    z-index: 99999;
    backdrop-filter: blur(2px);
}

.modal-btn {
    background: #00854D;
    color: #ffffff;
    width: 100%;
    display: block;
    margin-bottom: 1.4rem;
    font-size: 16px;
    pointer-events: all;
}

.modal-btn:hover {
    background: #ffffff;
    color: #00854D !important;
}

.modal-link-primary {
    display: block;
    width: 100%;
    background: transparent;
    color: #00854D;
    font-weight: 700;
    font-size: 16px;
    pointer-events: all;
}
.modal-link-primary:hover {
    text-decoration: underline;
    color: #00854D;
}

.modal-link-secondary {
    display: block;
    width: 100%;
    background: transparent;
    color: #545451;
    font-weight: 400;
    font-size: 16px;
    pointer-events: all;
}

.modal-link-secondary:hover {
    text-decoration: underline;
}

.cookieModalHeader,
.cookieModalFooter {
    border-bottom: 0;
    border-top: 0;
}

h5.cookieModalTitle {
    font-size: 1.4em;
    font-weight: 700;
    color: #545451;
}

.cookieModalBody {
    font-size: 16px;
    line-height: 1.6;
    color: #545451;
}

.cookieModalContent {
    border: 2px solid #00854D;
    border-radius: 0;
}

.modalBodyPrivacy {
    height: 600px;
    overflow-y: auto;
    margin-right: 5px;
}


.modalBodyPrivacy > ul li {
    margin-left: 15px;
    list-style-type: square;
}span.k-datepicker .k-tooltip {
    margin-left: 30px;

}
 .search-box{
     width: 600px;
     background: #fff;
     margin: 200px auto 0;
     border-radius: 5px;
 }
 .rowsearch{
     display: flex;
     align-items: center;
     padding: 10px 20px;
 }
 .search-input{
     flex: 1;
     height: 50px;
     background: transparent;
     border: 0;
     outline: 0;
     font-size: 18px;
     color: #333;
 }
 .result-box ul{
     box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
 
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;   
     max-height: 260px;
     overflow-y: auto;
 }
 
 .result-box ul li{
     list-style: none;
     padding: 15px 10px;
     cursor: pointer;
 }
 .result-box ul li:hover{
     background: #00854D;
 }
.result-box ul li:active {
    color: #00854D;
}
.errorText{
    color: #ff4500;
    font-weight: 400;
    display: none;
}

/*Newsroom*/
.cookieBox{
    background: #e0e2e4;
    width: calc(100vw - 32px);
    height: 300px;
    max-width: 1200px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #00854D;
    font-weight: bold;
}
