/**
 * =============================================================================
 * Anpassungen in diese Datei - Adjustments to this file
 * ==========================================================================
 */

/* fuer alle Geraete-Klassen */

#ausstattung .image_container img {
    padding: 5px 5px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(51, 51, 51, .2);
    border-radius: 5px;
    margin-right: 5px !important;
    margin-bottom: 5px;
}
.cebutton a {
    display: block !important;
    width: 100%;}
    
.ce_table table th {
    width:90%;
    padding: 6px;
    background-color: #f2f2f2;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #97bf0d;
    font-weight: bold;
}    
.ce_table table td {
    padding: 12px;
    text-align: left;
    border-top: 0px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0px solid #e3e3e3 !important;
    white-space: normal;
}
#customnavifooter li {
    float:left;
}

#customnavifooter li a {
    display:block;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px 10px;
    font-size:12px;
    text-decoration:none;
    background-color: #4C5E4B;
    color: #fff;
}

#customnavifooter li a:hover,
#customnavifooter li.active {
    display:block;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px 10px;
    background-color:rgba(0,0,0,.3);
    font-size:12px;
    text-decoration:none;
}


    
/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

header .image_container {
    margin-bottom: 0px !important;
}


}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

.myClass p {
    color: #f300ff;
}


}

/* fuer desktop */
@media only screen and (min-width:1025px) {

.myClass p {
    color: #0800ff;
}


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {




}


