.inhalt{
    min-height: calc(100vh - 265px);
}

/*allg. Klassen*/
body{
    background-color: #fcfcfc;
    color: #666666;
}

h4{
    overflow-wrap: break-word;
}

.grau{
    color: #666666;
}

.grau a{
    color: #666666 !important;
}

.hellgrau{
    color: #e2e2e2;
}

.dunkelgrau{
    color: #343538;
}

.dunkelgrau_bg{
    background-color: #343538;
}

/*----------Header----------*/
.logo_box{
    margin: 50px 0;
}

.logo{
    height: 45px;
    width: auto;
}

/*Navigations-Menü*/
.burger_icon{
    height: auto;
}

.burger{
    vertical-align: 0 !important;
}

/*nächste 2 Klassen für schniekes Ausfahren*/
.show > .dropdown-menu {
    max-height: 800px;
    visibility: visible;
}

.dropdown-menu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

.nav-link:hover, .dropdown-item:hover{
    background-color: #4a63cb;
    color: #e2e2e2;
}

/*Startseite*/
.start_img{
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.myCard, .card_foot{
    background-color: transparent;
    border: none;
}

.card_body{
    padding: 1.25rem 0.5rem 1.0rem 0.5rem;
}

.card_icon{
    color: white;
    width: 60px !important;
    height: 60px;
    padding: 17px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.card_text{
    font-size: 0.9rem;
    margin-bottom: 0;
}

.card_link:hover{
    color: #343538;
}

.start_liste{
    margin-left: 50px;
}

.contact{
    padding: 0px 15px;
}

.contact_inputs{
    border-color: #666666 !important;
}

.form_inline{
    width: 48%;
    display: inline;
}

.floating{
    float: right;
}

.submit_btn{
    background-color: #e2e2e2;
    border: 1px solid #666666
}

.pflicht_stern{
    color: red;
}

.karte_start{
    width: 500px !important;
    height: 500px !important;
}

/*Versicherungs-Unterseiten*/
.link_liste{
    list-style-type:none;
    line-height: 2;
}

.link_liste a:hover{
    color: #343538;
}

.versicherungsListe{
    list-style-type:square;
}

/*Anfahrt*/
.anfahrt_row{
    height: 100%;
}

.anfahrt_div{
    height: 80%;
}

.karte{
    box-sizing: border-box;
    width: 80%;
    height: 100%;
}

/*Seiten-Kontakt*/
.seiten_contact{
    padding: 0.1rem;
}

.cont_dat{
    font-size: 0.9rem;
}

/*Impressum*/
.imp_link{
    color: #666666 !important;
    text-decoration: underline;
}

/*Datenschutz*/
.dat_numm{
    font-weight: bold;
    font-size: 1.3em;
}

.dat_mid_head{
    font-weight: bold;
    font-size: 1.1em;
}

.datenschutz_text li{
    font-size: 10pt;
}

.dat_link a{
    color: #666666 !important;
    text-decoration: underline;
}

/*Footer*/
.footer{
    height: 60px;
}

.footer_link:hover{
    color: #e2e2e2;
}

/*Cookiewarner*/
#cookiewarner{
    text-align: center;
    border-top: 1px solid #343538;
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.3;
}

#cookiewarner div{/*damit alles einen schönen Rand hat*/
    padding: 10px;
    padding-right: 40px;
}

#cookiewarner a{
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}

#cookiewarnerCloser{
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #7b92a9;
    border-right: 1px solid #7b92a9;
    padding: 4px;
    background: #ced6df; /* Old browsers */
    background: -moz-linear-gradient(top, #ced6df0, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #ced6df0, #f2f6f9 100%);
    background: -o-linear-gradient(top, #ced6df0, #f2f6f9 100%);
    background: -ms-linear-gradient(top, #ced6df0, #f2f6f9 100%);
    background: linear-gradient(to bottom, #ced6df0, #f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced6df', endColorstr='#f2f6f9', GradientType=0);
}

#cookiewarnerCloser:hover{
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #7b92a9;
    border-left: 1px solid #7b92a9;
}

/*Media Queries*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
    .start_liste{
        margin-left: 20px;
    }

    .dropdown-item{
        padding-right: 0;
    }

    .link_break{
        word-break: break-all;
    }

    .anfahrt_div{
        height: 250px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
    .myCard{
        min-width: 250px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .karte{
        height: 300px;
        width: 300px;
    }

    .myCard{
        min-width: 250px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .myCard{
        min-width: 275px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .nav-link{
        padding-right: 2.5rem !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1635px) {
    .myCard{
        min-width: 400px;
    }
}



/*------------------------------------------*/
/*---Bootstrap-Basis-Layout überschreiben---*/
/*------------------------------------------*/
.row{
    margin-left: 0px;
    margin-right: 0px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
    padding-right: 0px;
    padding-left: 0px;
}

.container{
    max-width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
}