.bereichfuss {
    text-align: center;
}

.bereichkopf {
    text-align: center;
    font-size: 100%;
}

.partsearchtitle {
    text-align: center;
    font-size: 100%;
    background-color: #e31d36;
    color: #fff;
}

.tabellentext {
    vertical-align: middle !important;
}

#details p {
	font-size: 150%;
}

i {
	font-size: 70%;
	color: #aaa !important;
	font-variant: normal;
}

.aasred {
    color: #e31d36;
}

@media all and (min-width: 1024px){
	
    .ui-content {
        margin-right: 20%;
        margin-left: 20%;
    }
    
    .ui-icon-arrow-r::after {
    left: 39% !important;
    }
    
    .bereichkopf {
        text-align: center;
        font-size: 26,67px;
    }

}

@media all and (min-width: 1800px){
	
    .ui-content {
        margin-right: 20%;
        margin-left: 20%;
    }
    
    .ui-icon-arrow-r::after {
    left: 43% !important;
    }
    
    .bereichkopf {
        text-align: center;
        font-size: 26,67px;
    }

}


