﻿/* Allgemein */
/* Loading image*/
.page-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/default/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}
/* Loading Image for Search */
.loader {
    background: url("images/Default/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 98%;
}

body {
    padding: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}
.filter span label {
    font-weight: bolder;
    font-size: 22px;
    margin-left: 500px;
}
.header span {
    font-weight: bolder;
    font-size: 22px;
    margin-left: 50%;
}
.wartung {
    text-align: left;
    width: 600px;
    height: 200px;
/*    background-color: red; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -200px;
    box-sizing: border-box;
}


.center-login {
    text-align: left;
    width: 400px;
    height: 200px;
/*    background-color: red; */
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -200px;
    box-sizing: border-box;
}

a {
    color: #000;
}

span a:link, a:visited {
    /*    color: #000;   */
    text-decoration: none;
}

/* Paging */
.pagination {
    position:absolute;
    left: 300px;
}

ul {
    list-style-type: none;
}
.menu-button ul {
    height:41px;
}

/* Reserve / Bestand */
.stock {
    border-radius: 50%;
    float: left;
    line-height: 15px;
    margin-left: 45px;
    margin-right: 5px;
    margin-top: 2px;
    padding-left: 2px;
    position: absolute;
    width: 15px;
    height: 15px;
}
.stock .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.stock:hover .tooltiptext {
  visibility: visible;
}
.zubehoer .stock {
    margin-bottom: 10px;
    margin-left: 70px;
    margin-top: -18px;
}
.basket .stock {
    margin: 0 0 0 3px;
    position: inherit;
}
.ersatzteil .stock {
    margin-left: 0;
}
.green {
   background-color: #0dee19;
}
.red {
    background-color: #ff0000;
}
.black {
    background-color: #000000;
}
.orange {
    background-color: #ff6a00;
}
.yellow {
    background-color: #ffd800;
}
.grey {
    background-color: rgb(128, 128, 128);
}
.greenEU {
   background-color: #0dee19;
    font-size: 16px;
}
.redEU {
    background-color: #ff00ff;
    font-size: 16px;
}
.blackEU {
    background-color: #000000;
    font-size: 16px;
}
.orangeEU {
    background-color: #ff6a00;
}
.yellowEU {
    background-color: #ffd800;
    font-size: 16px;
}
.greyEU {
    background-color: rgb(128, 128, 128);
    font-size: 16px;
}


/*
 public static readonly string None = "";
        public static readonly string Green = "green";
        public static readonly string Red = "red";
        public static readonly string Black = "black";
        public static readonly string Orange = "orange";
        public static readonly string Yellow = "yellow";
        public static readonly string Grey = "grey";
    }

*/

/* Headerzeile in Tabelle unterstreichen */
th {
    border-bottom: solid 1px;
    padding: 0 0 0 5px;
}
/* Spalten in Warenkorbtabelle */
tr td {
    padding: 0 17px 0 5px;
}

table {
    margin-left: 20px;
    margin-right: auto;
    border-collapse:initial;
}
    /* Zeilenhöhe */
    table tr {
        height: 28px;
    }

hr {
    color: black;
    border: solid 1px;
    margin: 12px 0 12px 0;
}

.row > hr {
    color: #d8d6d6;
    margin: 0;
    margin-top: 10px;
    border: solid thin;
}

.kawa-line {
    /*    background-image: url("https://resources.kawasaki.eu/prd/assets/images/header-bg.gif"); */
    background-image: url('images/default/suzuki-header-bg.gif');
    background-repeat: repeat-x;
    background-position-x: 0px;
    background-position-y: 100%;
    height: 85px;
    background-color: #0c54a0;
}
/*third-col*/
.kawa-text-logo {
    /*  background-image: url("https://resources.kawasaki.eu/prd/assets/images/kawasaki-logo.png"); */
    background-image: url('images/default/suzuki-top-logo.png');
    background-repeat: no-repeat;
    height: 37px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 12px;
    width: 120px;
}
.kawa-text-logo-right {
    background-image: url('images/default/suzuki-top-logo.png');
    background-repeat: no-repeat;
    height: 37px;
    left: 400px;
    margin: 0;
    position: absolute;
    top: 12px;
    width: 120px;
}

.H-Logo{
    float:right;
    height:60px;
    margin-right:20px;
    width:auto;
}

/* Home Indexseite mit Background image */
.home-background-image {
    position: absolute;
/*    background-image: url("http://storage.kawasaki.eu/public/kawasaki.eu/en-EU/hpEmotionWindow/17MY_Z1000SX_Clothing_002.jpg");*/
/*    background-image: url("http://storage.kawasaki.eu/public/kawasaki.eu/en-EU/hpEmotionWindow/Mood_Katana_0130.jpg");*/
    background-image: url('images/default/Background.jpg');
    background-repeat: no-repeat;
    /*background-position: center center;*/
    /*background-size: contain;*/
    background-size:cover;
    height:100%;
    width:100%;
    /** /
        
    width: 100%;
    height: 100%;
    / * */
    opacity: 1;
    background-position-y:100px;

}
.home-background-noimage {
/*    position: absolute;
    background-image: url('images/default/Mood_Katana_0130.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    */
}


/* Wird auf Startseite angezeigt. Zum Bsp. bei Netzwerkfehlern zu ftp.bikeware.de. Visibility hidden deaktivieren, */
.textBox {
    background-color: #ff0000;
    color: #fff;
    display:block;
    height: 300px;
    left: 50%;
    margin-left: -300px;  /* Halbe Breite */
    margin-top: -150px;   /* Halbe Höhe */
    position:absolute;
    top: 50%;
    visibility:hidden;
    width: 600px;
}
.textBox p {
    font-size: xx-large;
    text-align: center;
    text-decoration:underline;
}
.textBox text {
    font-size: large;
    padding: 10px;
}

/* Aktive Menueauswahl */
.active {
/*    background-color: #9edf3c;*/
    background-color: #00509d;
    /*color: #fff;*/
    color: #fff;
    display: block;
    font-weight: 900;
}

/* Trenner Menue Buttons */
.separator {
    width: 2px;
    height: 40px;
    background-color: #999999;
}

/* The dropdown container */
.dropdown {
    cursor: pointer;
    position:initial;
}
/* Überschreiben, wegen IE Internet Explorer. Sonst funktioniert Drop down nicht. */
.dropup, .dropdown {
    position: static;
}
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
    background-color:aliceblue;
    display: none;
    position: absolute;
    opacity: 0.9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
/* Links inside the dropdown */
.menu-button .dropdown-content a {
  float: none;
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.menu-button .dropdown-content a:hover {
    opacity: 0.9; /* Transparenz */
}
/* Show the dropdown menu on hover */
.menu-button .dropdown:hover .dropdown-content {
  display: block;
}

/* Menue Buttons */
.menu-button ul {
    margin: 0;
    padding: 0 0 0 22px;
    overflow: hidden;
    background-color: #000;
}
.menu-button li {
    float: left;
}
.menu-button li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px 10px 11px 10px;
    text-decoration: none;
    border-radius: 8px;
}
/* .menu-button */
 li a:hover {
/*    background-color: #9edf3c;*/
    background-color: #00509d;
    color: #fff;
    font-weight: bold;
    
    /*color: #000;*/
}

/* Warenkorbverwaltung */

/* Zum Warenkorb */
.btn-add-to-basket {
    background-color: #00509d;
/*background-color: #9edf3c;*/
    color: #fff;
    margin: 5px 0 0 0;
    width: 100%;
}

.btn-speichern {
    background-color: #00509d;
/*background-color: #9edf3c;*/
    color: #fff;
    margin: 0 0 0 72px;
    width: 80%;
    margin-bottom:20px;

}

/* Zum Warenkorb */
.btn-et-to-basket {
    background-color:#337ab7;
/*background-color: #9edf3c;*/
    color: #fff;
    margin: 0 0 0 160px;
    width:100%;
    height:40px;
}


.add-to-basket-img {
    margin: 0 0 0 10px;
}

/*
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

*/ 
.add-to-basket-content1{
    height: auto;
    margin:3px 0;
    min-height: 22px;
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}
.col1{
  position: relative;
  min-height: 1px;
  
}
/*

.stock {
    border-radius: 50%;
    float: left;
    line-height: 15px;
    margin-left: 45px;
    margin-right: 5px;
    margin-top: 2px;
    padding-left: 2px;
    position: absolute;
    width: 15px;
    height: 15px;
}

*/
.stockSP {
    border-radius: 50%;
    float: left;
    line-height: 15px;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 2px;
    padding-left: 2px;
    position: absolute;
    width: 15px;
    height: 15px;
}

.add-to-basket-content{
    height: auto;
    margin:3px 0;
    min-height: 22px;
}
#btn-save-from-basket-search {
    margin: 0 0 0 25px;
}

#btn-empty-entry-from-mylager {
    /*display: none;*/
    margin: 0 0px 0px 30px;
}
#btn-empty-entry-from-mylager_show {
    
    margin: 0 0px 0px 30px;
}


.btn-add-to-lager {
    background-color: #00509d;
/*background-color: #9edf3c;*/
    color: #fff;
    margin: 5px 0 0 0;
    width: 100%;
}

#btn-save-from-lager-search {
    margin: 0 0 0 25px;
}
.btn-add-to-lager {
    background-color: #00509d;
/*background-color: #9edf3c;*/
    color: #fff;
    margin: 5px 0 0 0;
    width: 100%;
}
.add-to-lager-img {
    margin: 0 0 0 10px;
}
.add-to-lager-content{
    height: auto;
    margin:3px 0;
    min-height: 22px;
}







/* Modales Fenster öffnen*/
.btn-detail-img {
    height:25px; 
    margin:0 0 0 10px; 
    vertical-align: inherit;
    width:auto;
}

.btn-detail-img2 {
    height:10px; 
    
    
    width:auto;
}

/* SubMenues 
.sub-menu {
    display: none;
    position: relative;
    left: 265px;
    top: -35px;  /* Obere Kante Menue /
}
*/

#save-btn {
    margin: 0 5px 0 0;
}

/* no result search searchbox autocomplete */
span.ui-helper-hidden-accessible {
    /*    display: none;  */
    position: absolute;
    left: -999em;
}

/* Autocomplete searchboxes */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    cursor: pointer;
}
/* IE 6 doesn't support max-height
        * we use height instead, but this forces the menu to always be this tall
        */
* html .ui-autocomplete {
    height: 500px;
}
/* Highlight results */
.ui-state-focus {
    color: White;
    background: #99CCFF;
    outline: none;
}

/* Filterbereich */
.filter {
    margin: 5px 0 0px 40px;
    /* width: 100%;  */
}

.saved_model-year-selection {
    display: block;
    margin: 5px 0 0 700px;
    width: 850px;
}

.model-year-trenner {
    display: table-cell;
    /*width: auto;*/
    width: 50px;
}
.model-year-selection {
    display: table-cell;
    /*width: auto;*/
    /*width: 850px;*/
}
.model-year-model {
    display: table-cell;
    /*width: auto;*/
    width: auto;
}

.model-year-radiobuttons {
    display: table-cell;
    width: auto;
 
}

/* Text im Suchfeld in Großbuchstaben */
.filter input {
    text-transform: uppercase;
    width:300px;
}
.filter select {
    margin: 0 15px 0 5px;
}
.dropdownlist-model select {
    max-width:280px;
}
input, select, textarea {
    max-width: 320px;  /* x280px; */
}

.filter-result_basket{
    
    left: 360px;
    min-width:1000px;
/*    background-color: red;  */
}
.filter-result {
    
    left: 360px;
    min-width:840px;
/*    background-color: red;  */
}

.filter-result span a {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        text-align: left;
    }

:hover .filter-result span a {
    cursor: pointer;
}

.filter-result div img {
    cursor: pointer;
    float: left;
    height: auto;
    margin: 0 30px 30px 0;
    vertical-align: top;
    width: 300px;
}
.no-search-results {
    width: 200px;
    margin: 0 0 0 42px;
}

/* Back to top */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 40px;
}

 .back-to-top span {
    background: url("images/default/CircledBorderTriangleUp.png") no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
}

/* Spalten für Anzeige des Suchergebnis */
.left-side {
    float: left;
    width: 300px;
    margin: 0 0 0 25px;
}

.article-description {
    float: left;
    width: 600px;
    margin: 30px 50px 0 50px;
    color: forestgreen;
}

/* Warenkorb */
.basket_content{
     
     margin-left:360px;
    /*background-color:aqua;*/

}
.basket_content2{
     margin-left:100px;
        
    /*background-color:aqua;*/

}
.userbasket-preview {
    margin: 80px 100px 0 0;
}
.userbasket-preview-admin {
    margin: 80px 160px 0 0;
}
.userbasket-preview img {
    margin: 0 0 0 5px;
    width: auto;
    height: 48px;
    position: relative;
    top: 0;
    left: -30px;
}
.userbasket-preview-admin img {
    margin: 0 0 0 5px;
    width: auto;
    height: 48px;
    position: relative;
    top: 0;
    left: -30px;
}

#userbasket-text {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 0;
}

.userbasket-preview b {
    color: #fff;
    position: relative;
    left: 13px;
    top: 0px;
/*    font-size: 18px; */
}
.img-wagen {
    margin: 0 0 0 10px;
}
.userbasket-preview-admin b {
    color: #fff;
    position: relative;
    left: 13px;
    top: 0px;
/*    font-size: 18px; */
}


/*
.wrapper .first-col {
    width:150px;
    float: left;
}
.wrapper .second-col {
    margin-left: 150px;
}
.wrapper .second-col textarea {
    min-height:90px;
    min-width:100%;
}
.wrapper .select {
    margin: 0 0 0 70%;
    float: right;
}
*/


#add-bike-content{
    height: auto;
    margin-left:10px;
    min-height: 20px;
    width:180px;
    border:solid;
}


.left-menu-models-admin-div{
    margin: 40px 0 0 20px;
    width: 500px;
    position:relative;
    border:solid;
    border-width:2px;
    border-color:darkorange;
}


.left-menu-models-admin {
    margin: 20px 0 30px 0;
    width: 200px;
    position:relative;
    float: left;
}

.top-menu-models-admin {
    margin: 20px 0 30px 0;
    width: 200px;
    position:relative;
    display:inline;
    
 
}

.left-menu-bikes-admin {
    margin: 20px 0 30px 0;
    width: 200px;
    position:relative;
    
    float: left;
    
}




.haendlerlager-preview {
    margin: 80px 100px 0 0;
}
.haendlerlager-preview-admin {
    margin: 80px 160px 0 0;
}
.haendlerlager-preview img {
    margin: 0 0 0 5px;
    width: auto;
    height: 48px;
    position: relative;
    top: 0;
    left: -30px;
}
.haendlerlager-preview-admin img {
    margin: 0 0 0 5px;
    width: auto;
    height: 48px;
    position: relative;
    top: 0;
    left: -30px;
}

#haendlerlager-text {
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 240px;
    top: 12px;
}

.haendlerlager-button {
    /*background-color: #00509d;*/
    color: #fff;
    font-weight: bold;
    margin: 5px 0 0 0;
    /*position: relative;*/
    left: 40px;
    /*top: 12px;*/
    
    width: 200px;
    
    text-align:center;
    vertical-align:central;
}
/*
        background-color: #00509d;

    color: #fff;
    margin: 5px 0 0 0;
    width: 100%;

*/

.haendlerlager-text-text {
    color: #000;
    font-style: italic;
    text-wrap:normal;
    width: 400px;

}

.haendlerlager_gap{
    width: 20px;

}
.haendlerlager-preview b {
    color: #fff;
    position: relative;
    left: 13px;
    top: 0px;
/*    font-size: 18px; */
}
.haendlerlager-preview-admin b {
    color: #fff;
    position: relative;
    left: 13px;
    top: 0px;
/*    font-size: 18px; */
}
.haendlerlager_table{
    
    left: 360px;
    min-width:1000px;
/*    background-color: red;  */
}
.haendlerlager-row{
    height:60px;
}

table.haendlerlager_table tbody tr:nth-child(4n+1) td {
    background-color: rgba(0,0,0,0.3);
}

table.haendlerlager_table tbody tr:nth-child(even) td {
        background-color: #fff; 
}

.haendlerlager-wrapper {
    /*border: solid 5px;
    border-color:aqua;*/
    margin: 0 0 0 32px;
    position: absolute;
}

.haendlerlager-left {
    /*border: solid 1px;
    /*margin: 0 0 0 32px;*/
    position: relative;
    width: 300px;
}

.myhaendlerlager_table{
    
    left: 360px;
    min-width:1000px;
/*    background-color: red;  */
}
.myhaendlerlager-row{
    height:60px;
}

table.myhaendlerlager_table tbody tr:nth-child(odd) td {
    background-color: rgba(0,0,0,0.3);
}

table.myhaendlerlager_table tbody tr:nth-child(even) td {
        background-color: #fff; 
}





.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance:textfield !important;
}


.admin-zubehoer-table{
    margin: 100px 30px 30px 40px;
    min-width:1200px;

/*    position:relative;*/
    
    
}
.admin-model-img {
    height:90px;
    object-fit:scale-down;
    width:auto; 
    margin:0 0 0 10px; 
    vertical-align: inherit;
    border:solid;
    border-color:white;
    /*width:auto;*/
}

.admin-cat-img {
    height:40px;
    object-fit:contain;
    margin:0 0 0 10px; 
    vertical-align: inherit;
    border:solid;
    border-color:white;
    /*width:auto;*/
}


.admin-model-bike-pdf-left {
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
} 

.admin-model-bike-pdf-right {
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


.admin-model-img-thumb {
    height:30px;
    width:40px;
    margin:0 0 0 10px;  
    vertical-align: inherit;
    border:solid; 
    border-color:white;
    /*width:auto;*/
}

.admin-model-img-modal {
    /*
    height:300px;
    width:auto;
    */
    margin:0 0 0 10px;  
    vertical-align: inherit;
    border:solid; 
    border-color:white;
    
    /*width:auto;*/
} 


admin-zubehoer-table td {
    background-color:red;
    width:300px;
}

/*
table.myhaendlerlager_table tbody tr:nth-child(even) td {
        background-color: #fff; 
}
*/



.admin-zubehoer-title{
    margin: 30px 0 0 0;
    
    font-size:x-large;
    
    float:left;
}

.admin-left-overview {
    border: solid 1px;
    margin: 32px 32px 0 32px;
    position: absolute;
    width: 240px;
}

.admin-left-title {
    background-color: #99CCFF;
}


.admin-aerea {
    border: solid 1px;
    margin: 0 0 0 320px;
    position: absolute;
    /*width: 240px;*/
}


.admin-aerea-zub {
    margin: 0 60px 0 320px;
    
}




/*
.category-overview div label {
    border: solid 1px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    width: 100%; /*-webkit-fill-available;* /
}
*/


.category-overview p {
    font-weight: bold;
    text-decoration: underline;
}





/* Warenkorbverwaltung */
/* Dropdown Button */
.dropbtn-warenkorbverwaltung {
    background-color: #000;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    height: 40px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-warenkorbverwaltung {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 40px;
    position: relative;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-warenkorbverwaltung {
    background-color:aliceblue;
    display: none;
    position: absolute;
    opacity: 0.9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content-warenkorbverwaltung a {
    color: black;
    display: block;
    padding: 4px 16px;
    text-align: left;
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content-warenkorbverwaltung a:hover {
    background-color: #00509d;
    /*background-color: #9edf3c;*/
}

/* Show the dropdown menu on hover */
.dropdown-warenkorbverwaltung:hover .dropdown-content-warenkorbverwaltung {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-warenkorbverwaltung:hover .dropbtn-warenkorbverwaltung {
 /*   background-color: #3e8e41; */
}
.euinfo {
    margin: 0 0 0 40px;
    width: 400px;
    display: inline-block;
}


/* Kategoriebilder */
.category {
    width: 200px;
    height: auto;
    margin: 6px;
}
.category img {
    width: 80px;
    height: auto;
}

/* Tabelle Filterresult */
table.filter-result tbody tr:nth-child(4n+1) td {
    background-color: rgba(0,0,0,0.3); /* Kawa-Grün: #9edf3c;  */
}

table.filter-result tbody tr:nth-child(even) td {
    /*    background-color: #caeef3;  */
}

table.filter-result tbody tr:hover td {
     background-color: #337ab7;
     color: #fff;
}
/* Kommentarfeld Textfarbe bei hover schwarz lassen */
table.filter-result tbody tr:hover td input {
    color: #000;
}

/* Tabelle bestellhist */
table.bestellhist tbody tr:nth-child(2n+1) td {
    background-color: rgba(0,0,0,0.3); /* Kawa-Grün: #9edf3c;  */
}

table.bestellhist tbody tr:nth-child(even) td {
    /*    background-color: #caeef3;  */
}

table.bestellhist tbody tr:hover td {
    background-color: #337ab7;
    color: #fff;
}
/* Kommentarfeld Textfarbe bei hover schwarz lassen */
table.bestellhist tbody tr:hover td input {
    color: #000;
}



/* Linker Menubaum */
.left-menu {
    margin: 8px 0 0 0;
    width: 300px;
}

.left-menu li span a:hover {
    color: #000;
    /*background-color: #9edf3c;*/
    background-color: #00509d;
    display: block;
    font-weight: bolder;
}

.left-menu-models-div {
    margin: 100px 0 0 20px;
    width: 300px;
    position:absolute;
    /*border:solid;*/
    /*border-width:2px;*/
}

.left-menu-models {
    margin: 5px 0 0 0;
    width: 300px;
}

.left-menu-models li span a:hover {
    color: #000;
    background-color: #9edf3c;
    /*background-color: #00509d;*/
    color: #aaaaaa;
    display: block;
    font-weight: bolder;
}

/* Kategorieauswahl Fahrzeugzubehoer */
div#wrapper {
    height: auto;
    padding: 5px 0 5px 5px;
}
div#wrapper:nth-child(odd) {
    background-color: #00509d;
    /*background-color:#9edf3c;*/
}
div#wrapper:nth-child(even) {
/*    background-color:#9edf3c;  */
}
div#wrapper:hover {
    background-color: #997ab7;
    color: #fff;
}


.categoryv {
    width: 200px;
    height: auto;
    margin: 6px;
}
.categoryv img {
    width: 80px;
    height: auto;
}

.categoryv-overview {
    border: solid 1px;
    /*margin: 0 0 0 32px;*/
    position: relative;
    width: 300px;
}

.categoryv-wrapper {
    border: solid 1px;
    border-color:limegreen;
    margin: 0 0 0 32px;
    position:absolute;
}
.categoryv-overview div label {
    border: solid 1px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    width: 100%; /*-webkit-fill-available;*/
}
.categoryv-overview p {
    font-weight: bold;
    text-decoration: underline;
}

.categoryv-overview .versandadresse div span {
    display: inline-block;
    float: left; 
    margin: 5px 0 0 0;
    width: 105px; 
}
.categoryv-overview .versandadresse input {
    margin: 2px 0 1px 0;
}



.models-thumb-img {
    margin: 1px; /* Verhindert flimmern bei hover */
    vertical-align: middle;
    /*display: inline-block;*/
    text-align: center;
    width: 60px; /* 200px; */
    height: 30px; /* auto; */
    fit:slice;
    /*transition: all linear 0.4s;*/
    /*margin: 0 10px 20px 10px;*/
}

.category-overview {
    border: solid 1px;
    margin: 0 0 0 32px;
    position: relative;
    width: 300px;
}

.category-wrapper { 
    /*border: solid 1px;*/
    /*border-color:aqua;*/
    margin: 0 0 0 32px;

    position:absolute;
    

/*
    border: solid 1px;
    margin: 176px 0 0 32px;
    position: absolute;
    top: 0px;
    width: 300px;
*/
}
.category-overview div label {
    border: solid 1px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    width: 100%; /*-webkit-fill-available;*/
}
.category-overview p {
    font-weight: bold;
    text-decoration: underline;
}

/* Fehler- / Hineweismeldungen */
.message {
    background-color: #ff0000;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
    padding: 0 0 0 10px;
    width: 380px;
}

/* Ersatzteile */
.detail-content {
    margin: 8px 75px 0 300px;
    position: absolute;
    top: 190px;

/*
    margin: 205px 75px 0 300px;
    position: absolute;
    top: 0px;
*/
}
.detail-box {
    border: solid 1px;
    display: inline-block;
    margin: 0px 15px 15px 5px;
    padding: 5px;
    width: 380px;
}
.wrapper {
    width:70%; /* 370px; */
}
.wrapper .first-col {
    width:150px;
    float:left;
}

.wrapper .second-col {
    width:400px;
    margin-left: 150px;
    
}
.wrapper .third-col {
    width:200px;
    margin-left: 580px;
    
}
.wrapper .third-col1 {
    float:right;
}

.wrapper .second-col textarea {
    min-height:90px;
    min-width:100%;
}
.wrapper .select {
    margin: 0 0 0 70%;
    float: right;
}


#content {
float:left;
width:66%;
margin-left:3%;
}
#left {
float:left;
}
#right {
float:right;
}

.detail-box-zubehoer span label,
div b label {
    font-weight: bolder;
}

/* Rechte Seite */
.right {
    float: right;
    margin: -285px 0 0 0;
}
.right div img {
    height: auto;  
    max-height:300px; 
    max-width:300px;
    min-height: 180px; 
    min-width: 280px;
/*    padding: 20px 5px 5px 0; */
}
/* Bestand und Preise unterhalb FirstImage*/
.right .wrapper .first-col {
    width: 120px;
}
.right .wrapper .second-col {
    margin-left: 120px;
}

/* Images vergrößern */
.wrapper div img {
    border: none;
    display: inline-block;
    height:100px;
    margin: 10px 0 20px 0;
    transition: all linear 0.4s;
    width:auto;
}
.wrapper div img:hover {
    height: 400px;
    margin: 0 3px 0 3px;
    padding: 1px;
    position:relative;
    top:50%;
    /* Schatten */
    border: #CCC;
    -moz-box-shadow: 5px 5px 1px #999;
    -webkit-box-shadow: 5px 5px 1px #999;
    box-shadow: 5px 5px 1px #999;
}

.prices {
    margin: 250px 0 0 100px;
}

/* Zubehoer */ 
.title-content-container0 {   
    margin: 120px 85px 0 320px;/**/
    position:relative;
    font-weight:700;
}
.title-content-container { 
    margin: 120px 85px 0 350px;/**/
    /*border:solid 2px;*/
    position:absolute;
    font-weight:700;
}
.detail-content-container { 
    margin: 120px 85px 0 350px;/**/
    /*border:solid 2px;*/
    position:absolute;
    font-weight:700;
}
.detail-content-zubehoer-pdf {  
    margin: 20px 85px 10px 300px; 
    /*border:solid 2px; */
    position:relative;
    
}
.detail-content-zubehoer {
    /*margin: 100px 85px 0 350px;*/
    margin-left:300px;
    margin-top:initial;
    /*border:solid 2px;*/
    position:relative;
    
}
.detail-content-zubehoerpdf {
    /*margin: 40px 85px 0 350px;*/
    border:solid 1px; 
    position:relative;
    font-weight:400;
}
.detail-content-zubehoerbikes {
    /*margin: 40px 85px 0 350px;*/
    border:solid 1px; 
    position:relative;
    font-weight:400;
}
.detail-box-zubehoer { 
    /*border: solid 5px;*/
    /*border-color:darkorange;*/
/*    display: inline-block; */
    margin: 10px 0 0 0;
    padding: 5px;
    width: 100%;
    position:relative;

}
.detail-box-zubehoer1 { 
    border: solid 5px;
    border-color:lightgreen;
    display: inline-block;
    margin: 0 20px 0 ;
    padding: 5px;
    
    position:relative;

}
/* Großes Image / FirstImage 
.detail-box-zubehoer div img {
    float: right; 
    height: auto; 
    min-height: 80px; 
    max-height: 300px; 
    max-width: 300px;
}
*/

/* Header in modalen Fenstern */
.model-header span b {
    width: 100%;
}

.btn-cancel {
    /*background-color: #9edf3c;*/
    background-color: #ff0000;     /*#00509d;*/
    margin: 5px 40px 5px 0;
}

.dropdownlist-model {
/*    background-color:burlywood;  */
/*    border:solid 1px;  */
    display: table;
    margin: 5px 85px 10px 42px; 
    width: auto; 
/*    width:auto;   */ 
}

/*
.category-overview .versandadresse .first-col {
    display: inline-block;
    float: left; 
    width: 105px; 
}
    */
.category-overview .versandadresse div span {
    display: inline-block;
    float: left; 
    margin: 5px 0 0 0;
    width: 105px; 
}
.category-overview .versandadresse input {
    margin: 2px 0 1px 0;
}

/* Kommentarfeld */
.kommentar_eingabe {
    width: 400px;
}

.warenkorbtext-result {
    /*background-color: red;  */
}

.warenkorbtext span a {
        font-weight: normal;
        color: #000;
        text-decoration: none;
        text-align: left;
    }

:hover .warenkorbtext span a {
    cursor: pointer;
}

/* Warenkorbtextfeld */
.warenkorbtext_eingabe {
    width: 680px;
}

.warenkorbtext_speichern{
    text-align: right;
}


.home-thumb-container {
    margin: 120px 0 0 0px;
}

.home-thumb {
    width: 100%;
    text-align: center;
}
.home-thumb img {
    margin: 1px;  /* Verhindert flimmern bei hover */
    vertical-align: middle;
    display: inline-block; 
    text-align: center; 
    width: auto; /* 200px; */
    height: 300px; /* auto; */
    transition: all linear 0.4s;
    margin: 0 10px 20px 10px;
     
}
.home-thumb img:hover {
    border: solid 1px;
    color: #ff0000;
    margin: 0;
    width: auto;
/*    height: 800px; */  /* Größe bei hover */ 
}


.adminresulttable {
    /*margin: 10px 0 0 0;*/
    margin-left: auto;
}
.adminresulttable th {
    background-color: #c4e5f6;
    padding: 0 50px 0 0;
}
.adminresulttable tr:nth-child(even) {
    background: #CCC;
}
.adminresulttable tr:nth-child(odd) {
    background: #FFF;
}
.admin-area-header {
    font-size: 22px; 
    font-weight: bold; 
    margin: 0 0 0 40px;
    padding: 0 0 15px 0;
    text-align: center; 
}

.admin-info {
    background-color: lightyellow;
    border: solid 1px;
    height: auto;
    margin: 0 0 0 40px;
    padding: 0 0 0 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.eutable{
    border:solid 1px;
    width: 200px;
    
}

.table.aktion {
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    border:solid;
    border-color:crimson;


}

.bestellinfotitel{
    font-size:small; 
    width:330px;
    font-weight:800;
}
.bestellinfo{
    font-size:smaller; 
    width:330px;
    font-weight:700;
    margin-top:0px;
}

.aktion {
   width:90px;
   text-align:right;
   font-size-adjust:0.5;
}

.aktionrc {
   width:40px;
   text-align:right;
   font-size-adjust:0.5;
}

.timingclass{
    
    font-size:small;
    font-weight:700; 
    vertical-align:top;
}

.timingclass1{
    text-align:right;
    width:190px;
    font-size:small;
    font-weight:700; 
    vertical-align:top;
    /*border:solid;*/
}

.timingclass2{
    font-size:small;
    font-weight:700; 
    vertical-align:top;
    text-align:left;
    width:110px;
}

.timingclass3{
    font-size:small;
    font-weight:700; 
    vertical-align:top;
}


.timingclass4{
    font-size:small;
    font-weight:700; 
    vertical-align:top;
}

.horiz-menu-models-td0{
background-color:#00509d;
margin-left:1px;
margin-right:1px;
border-radius:6px;
/*border:solid; 99CCFF */
text-align:center;
padding: 8px 8px 8px 8px ;
color: #ffffff;

}

.horiz-menu-models-td1{
background-color:#99CCFF;
margin-left:1px;
margin-right:1px;
border-radius:6px;
/*border:solid; 99CCFF */
text-align:center;
padding: 8px 8px 8px 8px ;
color: #000;

}

.horiz-menu-models {
    margin: 20px 0 20px 0;
    width: auto;
    
}

.horiz-menu-models-td0 td a:hover {
    color: #ffffff;
    /*background-color: #9edf3c;*/
    background-color: #00509d;
    /*color: #ffffff;*/
    /*display: block;*/
    font-weight: bolder;
    text-decoration:underline;
}

.horiz-menu-models-td0 td a{
    
    color: #ffffff;
    font-weight: bolder;
}

.horiz-menu-models-td1 td a:hover {
    color: #ffffff;
    /*background-color: #9edf3c;*/
    background-color: #00509d;
    /*color: #ffffff;*/
    /*display: block;*/
    font-weight: bolder;
    text-decoration:underline;
}

.horiz-menu-models-td1 td a{
    
    color: #ffffff;
    font-weight: bolder;
}

.horiz-menu-models-div {
    margin: 20px 0 0 20px;
    position:absolute;
    border:solid;
    border-width:2px;
    text-align:center;
    color:black; 
}

.flex_box_2 {
    /*
    border: solid thin;
    border-color: green;
    */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content:center;
    align-items:center;
    
}
.flex_box_2 img{
    border: solid thin;
    border-color: black;
    height: 100px;
    width:auto;
    margin-left:3px;
    margin-bottom:3px;
    display:inline-block;

}
.flex_box_2_c{
    justify-content:center;
}

.flex_box_4 {
    /*
    border: solid thin;
    border-color: green;
    */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*align-content:center;*/
    /*align-items:center;*/
    
}
.flex_box_4 img{
    /*border: solid thin;*/
    /*border-color: black;*/
    height: 100px;
    width:auto;
    margin-left:3px;
    margin-bottom:3px;
    display:inline-block;
     
}
 
.flex_box_4_img {
    border: solid thin;
    border-color: black;
    height: 100px;
    width:auto;
    margin-left:3px;
    margin-bottom:3px;
    display:inline-block;

}


.flex_box_3 {
    border: solid thin;
    border-color: green;
    display: flex;
    flex-wrap: wrap;

    flex-direction: row;

    
}


.flex_box_1 {
    /*border: solid thin;*/
    /*border-color: green;*/
    display: flex;
    flex-wrap: wrap;

    flex-direction: row;

    
}
.flex_thumb {
    border: solid 2px;
    border-radius:10px;
    border-color: gray;
    /*box-shadow: rgba(0,0,0,0.2) 5px 5px;*/
    margin: 20px 20px 20px 20px;

}

.flex_thumb:hover{
    border: solid 4px;
    border-color: grey;
    /*border-color: #9edf3c;*/
    margin: 18px 18px 18px 18px;
    /*box-shadow: rgba(0,0,0,0.2) 10px 10px;*/
}
.flex-boxxxx {
    border: solid 4px;
    border-color: white;
    margin: auto;
}

.titleflex{
    text-align:center;
    
    height:40px;
    
    /*
    align-content:center;
    vertical-align:central; 
        */
}

.image_title{
    height: 200px;
    width: auto;
    object-fit: cover;
    position:relative;
    
}



.image_1{
    height: 200px;
    width: 200px;
    object-fit: cover;
    border: solid 4px;
    border-color:white;    
    margin: 20px 20px 0px 20px;
}

 
.image_0{
    background-color:white;
    height: 280px;
    width: 260px;
    border-radius:10px;
    
}

.title{
    text-align:center;
    align-content:center;
    vertical-align:central;
}



.carousel-item-list {
    width: 40px;
    height: 40px;
    display:inline-block;

}



.imgcarousel {
    cursor: pointer;
    width:600px;
    height:600px;
    object-fit:contain;
    max-width:600px;
    max-height:600px;
    border:solid;
    border-radius: 10px;

}
 
.imgcarousel2 {
    cursor: pointer;
    width:600px;
    height:600px;
    object-fit:contain;
    max-width:600px;
    max-height:600px;
    border:solid;
    border-radius: 10px;
     
}
  
.imgcarousel4 {
    cursor: pointer;
    width:auto;
    object-fit:contain;
    border:solid;
    border-width:1px;
    border-radius: 10px;
    position:relative;
}

.imgcarousel4img {
    cursor: pointer;
    padding:2px 2px 2px 2px;
    width:auto;
    object-fit:fill;
    border:solid;
    border-width:1px;
    border-radius: 10px;
    position:relative;
}


.image000{
    border-radius:10px;
    border:solid;
}

.jumpp{
    
    border:double;
    height:20px;
    border-color:aqua;
}

.image_d{
    /*border:solid;*/
    height: 120px;
    
    border-radius:10px;
    /*width: 260px;*/
    
}



.imgcarousel4oben {
    
    position:relative;    
    height:40px;
    border:solid;
    float:left;
    /*border-radius: 10px;*/
    
    
  
}


.imgcarouselvisib {
    cursor: pointer;
    width:600px;
    height:600px;
    object-fit:contain;
    max-width:600px;
    max-height:600px;
    border:solid;
    border-radius: 10px;
}
 
.oben{
z-index:10;
position:relative;
border:dotted;
}
.carousel {
    max-width: 700px;
    
    position:center;
    margin: 0 auto;
   
}


.imgccontainer {
    /*width: 100%;*/
    width: 400px;
    height: 400px;
    margin-left:50px;
    border:solid;
    border-color:white;
    
    }


.carousel .carousel-item,
.carousel .carousel-item-hidden {
    display: none; /* hide all slide images not currently being viewed */

}

.carousel .carousel-item-visible {
    display: block; /* show current slide image */
    object-fit:none;
    animation: fadeVisibility 0.5s; /* for fading effect when switching between slides */
    
    /*border: solid;*/
}

.carousel .carousel-item img {
    /*width: 100%;*/
    width: 800px;
    height: 400px;
    margin-left: 50px;
    /*border:none;*/
    object-fit:contain; 
    border:solid;
    /*transition: all linear 0.4s;*/
    }

/* Navigation control styles */
.carousel .carousel-actions {
    display: flex;
    width: 100%;
    justify-content: space-between; /* put space between the navigation buttons */
    position: absolute; /* position navigation buttons on top */
    top: 50%; /* center navigation buttons on the slide */
    transform: translateY(-50%); /* align navigation buttons */
}

.carousel .carousel-actions button {
    border-radius: 50px;
    background-color: lightgray;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.carousel .carousel-actions button#carousel-button-prev {
    margin-left: 20px; /* prevent previous button from touching the side*/
}

.carousel .carousel-actions button#carousel-button-next {
    margin-right: 20px;  /* prevent next button from touching the side*/
}

.carousel-dots {
    text-align: center; 
}


 
.detail-content-box-rect { 
    margin: 20px 20px 0px 320px;
    border: solid 1px;
    border-color: black;
    position:relative;
}

.detail-content-box-rect2 { 
    margin: 6px 20px 0 320px;
    border: solid 1px;
    border-color: black;
   
}
.detail-content-box-rect2a { 
    margin: 8px 2px 0 320px;
}

.detail-box-1 {
    margin: 5px ;
    padding: 5px;
    width: 100%;
    height: auto;
    border: none;
    /*border: solid 1px;*/
}
.detail-box-2 {
    margin: 5px ;
    padding: 5px;
    width: 100%;
    height:2px;
    border: none;
    /*border: solid 1px;*/
}


.detail-box-1 .article-first-col {
    width: 150px;
    float: left;
}

.detail-box-1 .add-col { 
    background-color: green;
    width:98%;
    
    border-radius: 8px;
    padding-left: 20px;

}
.detail-box-1 .add-col-btn {
    background-color: #0c54a0;
    width:100%;
    border-radius: 8px;
    padding-left: 20px;
    color: #fff;
}
.img-wgn {
    margin: 0 0 0 10px;
}

wrapper1 {
    height: 60px;
    padding: 5px 0 0 5px;
    border:double;
    border-color: white;
}

.detailwrapper {
    width:70%; /* 370px; */
}
.detailwrapper .first-col {
    width:150px;
    float:left;
}
.detailwrapper .second-col {
    width:600px;
    margin-left: 150px;
}
.detailwrapper .third-col {
    
    float:right;
    width:180px;
    
}
.detailwrapper .second-col textarea {
    min-height:90px;
    min-width:100%;
}
.detailwrapper .select {
    margin: 0 0 0 70%;
    float: right;
}

.detailwrapper div img {
    border: none;
    
    height:80px;
    
    transition: all linear 0.4s;
    width:auto;
}
.detailwrapper div img:hover {
    height: 400px;
    margin: 0 3px 0 3px;
    padding: 1px;
    position:relative;
    top:50%;
    to
    /* Schatten */
    border: #CCC;
    /*
    -moz-box-shadow: 5px 5px 1px #999;
    -webkit-box-shadow: 5px 5px 1px #999;
    box-shadow: 5px 5px 1px #999;
        */
}

.fhmodels1{
    font-size:larger;
    margin-top:5px;

}

.fhmodels2 {
    margin-left:400px;
    overflow:auto;
    border:solid;
}


.wrapper1 .first-col {
    width:210px;
    float:left;
}
.wrapper1 .first-col1 {
    width:210px;
    float:left;
    font-size:large;
    color:black;
}
.wrapper1 .second-col {
    width:300px;
    margin-left: 210px;
}

.wrapper1 .second-col-img {
    width:auto;
    height:140px;
    object-fit:cover;
} 

.service-left-overview {
    border: double 1px;
    margin: 32px 32px 0 32px;
    position: absolute;
    width: 240px;
}
.service-aerea {
    border: dashed 1px;
    margin: 0px 0px 0px 360px;
    /*margin: 0 0 0 326px;*/
    position: absolute;
    /*background-color:aquamarine;*/
    /*width: 240px;*/
    float:left;
}

.service-table {
    margin: 0 60px 0 320px;
    border: solid 1px;
    
    /*width: 240px;*/
}
.service-table-to-basket {
    
/*background-color: #9edf3c;*/
    color: #000;
    font-weight:700;
    margin: 5px 0 0 0;
    
}

.service-table-to-basket span:hover {
    
/*background-color: #9edf3c;*/
    color: #aaa;
    font-weight:bolder;
    margin: 5px 0 0 0;
    
}

/*
.admin-left-overview {
    border: solid 1px;
    margin: 32px 32px 0 32px;
    position: absolute;
    width: 240px;
}

.admin-left-title {
    background-color: #99CCFF;
}


.admin-aerea {
    border: solid 1px;
    margin: 0 0 0 320px;
    position: absolute;
    
}


.admin-aerea-zub {
    margin: 0 60px 0 320px;
    
}

*/


.tableservicepart{
    table-layout:fixed;
}

.skprow0{
    background-color:lightgray;
}
.skprow1{
    background-color:white;
}


.service-left-overviewx {
    border: double 1px;
    margin: 32px 32px 0 32px;
    position: absolute;
    width: 240px;
}


.serviceteile-overview {
    border: solid 1px;
    border-radius: 10px;
    margin: 36px 0 0 32px;
    position: absolute;
    width: 300px;
    font-size:large;
   
}


div#wrapperst {
    height: auto;
    padding: 5px 0 5px 5px;
}
div#wrapperst:nth-child(odd) {
    background-color: #99CCFF;
    color: #000;
}
div#wrapperst:nth-child(even) {
}
div#wrapperst:hover {
    background-color: #0c54a0;
    font-size:large;
    color: #000;
    opacity: 1;
    
        /*#997ab7;     #D8D8D8  #0c54a0;              */
}





/*
table.filter-result tbody tr:nth-child(4n+1) td {
    background-color: rgba(0,0,0,0.3); 
}



    
.category-overview {
    border: solid 1px;
    margin: 0 0 0 32px;
    position: relative;
    width: 300px;
}

.category-wrapper { 
    /*border: solid 1px; * /
    /*border-color:aqua;* /
    margin: 0 0 0 32px;

    position:absolute;
    

/*
    border: solid 1px;
    margin: 176px 0 0 32px;
    position: absolute;
    top: 0px;
    width: 300px;

}
.category-overview div label {
    border: solid 1px;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    width: 100
}

*/ 

.showmovie{
  margin: auto;
  width: 60%;
  border: 3px solid #73AD21;
  padding: 10px;
  align-items:center;

}

.detail-content-merch-pdf {  
    margin: 20px 85px 10px 300px; 
    /*border:solid 2px; */
    position:relative;
    
} 
.detail-content-merch {
    /*margin: 100px 85px 0 350px;*/
    margin-left:180px;
    margin-top:initial;
    /*border:solid 2px;*/
    position:relative;
    
}
.detail-content-merchpdf {
    /*margin: 40px 85px 0 350px;*/
    border:solid 1px; 
    position:relative;
    font-weight:400;
}
/*
.detail-content-zubehoerbikes {
    border:solid 1px; 
    position:relative;
    font-weight:400;
}
*/
.detail-box-merch { 
    /*border: solid 5px;*/
    /*border-color:darkorange;*/
/*    display: inline-block; */
    margin: 10px 0 0 120px;
    padding: 5px;
    width: 100%;
    position:relative;
}
.detail-content-merch-title {
    margin-top:120px;
    margin-left:300px;
    font-size:larger;
} 

.detail-content-merch-title0 {
    margin-top:120px;
    margin-left:20px;
    font-size:larger;
    
}
.detail-content-merch-title1 {
    margin-left:20px;
    font-size:larger;
}


.acc-button {
  /*background-color: #0c54a0;*/
  background-color: #0c54a0;
  border-radius: 10px;
  border-color:aqua;
  /*border: dashed;*/ 
  color: white;
  padding: 4px 20px 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  
}

.acc-button a{
  /*background-color: #0c54a0;*/
  background-color: #0c54a0;
  border-radius: 10px;
  border-color:aqua;
  border: dashed;
  color: white;
  padding: 4px 20px 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  
}

div#acc-button:hover {
   background-color: greenyellow;
   /* background-color: #0c54a0;*/
    /*color: #aaa;*/
}

.acc-button a:hover {
    background-color: #0094ff;
    color: white;
    margin-top:20px;
}

.acc-button a:visited {
    background-color: #0094ff;
    color: white;
    margin-top:20px;
}

.wrapper1 div a:hover {
    background-color: #0094ff;
    color: white;
}
.wrapper1 div a:active {
    background-color: #0094ff;
    color: white;
}
.wrapper1 div a:visited {
    background-color: #0c54a0;
    color: white;
}


.FhzGruppe{
text-align:center;
}


.pdf-img-thumb {
    height:100px;
    width:auto;
    margin:0 0 0 10px;  
    vertical-align: inherit;
    border:solid; 
    border-color:white;
}

:hover .detail-content-box-rect2a span a {
    cursor: pointer;
}


.pdf-text {
  position: relative;
  bottom: 2px;
  left: 2px;
  background-color: red;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.image-container {
  position: relative;
  display: inline-block;

}

.image-container img {
  display: block;
    height:100px;
    width:auto;
    margin:0 0 0 10px;  
    vertical-align: inherit;
    border:solid; 
    border-color:white;
}

.overlay-text {
    position: absolute;
    bottom: 1%;
    left: 4%;
    
    color:  red;
    padding: 4px 10px;
    font-size: 20px;
    font-weight:900;
    text-shadow: 3px 3px 2px #000;
    text-align: left;
}

