#wa-location-container-map {
height: 326px;
width: 50%;
}
.wa-location-container {
display: flex;
}
#wa-location-container-list {
width: 50%;
margin-left:20px;
}
.wa-location-container-list-item {
padding: 40px 20px 40px 60px;
background-color:#CCC;
border-left:#CCC 3px solid;
margin-bottom:20px;
position:relative;
cursor:pointer;
}
.wa-location-container-list-item:before {
content:'';
position:absolute;
left: 20px;
top: 32px;
width: 28px;
height: 28px;
}
.wa-location-container-list-item.red {
background-color:#faeeee;
border-color:#880b0e;
transition:all 0.5s;
}
.wa-location-container-list-item.red:before {
background-image:url(//jahn-museum.de/wp-content/plugins/webArtisan_destination/images/red.png);
background-repeat:no-repeat;
background-size:contain;
}
.wa-location-container-list-item.blue {
background-color:#edf1f3;
border-color:#334770;
}
.wa-location-container-list-item.blue:before {
background-image:url(//jahn-museum.de/wp-content/plugins/webArtisan_destination/images/blue.png);
background-repeat:no-repeat;
background-size:contain;
}
.wa-location-container-list-item.orange {
background-color: #f9ead7;
border-color: #f49819;
}
.wa-location-container-list-item.orange:before {
background-image:url(//jahn-museum.de/wp-content/plugins/webArtisan_destination/images/orange.png);
background-repeat:no-repeat;
background-size:contain;
}
.wa-location-container-list-item h5 {
font-weight:bold;
margin:0px;
text-transform:uppercase;
display: block;
transition:all 0.5s;
}
.wa-location-container-list-item:hover h5 {
margin-left:10px;
transition:all 0.5s;
}
.wa-location-container-list-item.red span.wa-arrow {
color:#880b0e !important;
}
.wa-location-container-list-item.blue span.wa-arrow{
color:#334770 !important;
}
.wa-location-container-list-item.orange span.wa-arrow {
color:#f49819 !important;
}
.wa-location-container-list-item span.wa-arrow {
text-align: right;
float: right;
font-size: 22px;
margin-top: -5px;
}
a.wa-location-container-list-item {
display:block;
}