@import url("//fonts.googleapis.com/css?family=Oxygen:300,400,700%7COpen+Sans:300,400,500,600,700,800,300italic,400italic,600italic,700italic,800italic");
/*
Für die Karte 
*/
#mapAround {
    height:430px;
}
.container-inhalt-mitte {
    left: -600px;
    margin-left: 50%;
    position: absolute;
    top: 0;
    width: 1200px;
}
#places {
    background-color: #ffffff;
    opacity: 0.9;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 270px;
    font-family:'Open Sans', sans-serif; /* BASIS_FAM */	
}
#places2 {
    width: 300px; 
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

#places2 i {
    font-size: 3rem;
    color: #013E6F;
}

#places2 .active i {
    font-size: 3rem;
    color: #37b904;
}

#places2 i:hover {
    color: #37b904;
}

#places2 small {
    font-size: .7rem;
}
#places h1 {
    background-color: #00a388;
    color: #ffffff;
    font-size: 16px;
    font-weight:400;
    margin: 0 0 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    
}
#places ul {
    display: block;
    height: 165px;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0 15px;
    width: 240px;
}
#places ul li {
    display: block;
    float: left;
    height: 90px;
    margin: 0;
    text-align: center;
    width: 80px;
}

#places ul li i {
    display:inline-block;
    font-size:25px;
    border:1px solid #999999;
    color:#999999;
    padding:10px;
    margin-bottom:5px;
}

#places ul li a {
    background-position: center 0;
    background-repeat: no-repeat;
    color: #333333;
    display: table-cell;
    font-size: 11px;
    height: 65px;
    padding-bottom: 10px;
    text-decoration: none;
    vertical-align: bottom;
    width: 99px;
}

#places ul li a.aktiv i {
    background-color:#cccccc;
}

#places ul li a:hover ,#places ul li a:hover i {
    color:#00a388;
}

#places .adresse {
    border-top:1px solid #999999;
    font-size:14px;
    font-weight:500;
    color:#333333;
    text-align:center;
	padding: 8px 4px;
}

@media (max-width: 1220px) {
	.container-inhalt-mitte {
		left: 0;
		margin-left: 0;
		position: absolute;
		width: 100%;
	}
	#places {
	  width: calc(22% + 7px);
	}
	#places ul {
	  height: auto;
	  margin: 0;
	  padding: 0 4px;
	  width: 100%;
	}
}

@media (max-width: 1080px) {
	#places {
	  top: 10px;
	  width: calc(22% + 6px);
	}
	#places ul {
		height: auto;
		margin: 0 auto;
		padding: 0 10px;
		width: 160px;
	}
	#places ul li {
		height: auto;
	}
}

@media (max-width: 780px) {
	#map {
		height:600px;
	}
	.container-inhalt-mitte {
		top: auto;
	}
    #places {
        display: block;
        position: static;
        text-align: center;
        top: 0;
        width: 100%;
    }
    #places ul {
        display: inline-block;
        height: 70px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100% !important;
    }
    #places ul li {
        display: table;
        height: 75px;
        width: 16.66%;
    }
    #places .adresse {
        background-color: #eee;
        border-top: medium none;
        margin-top: -16px;
		height: 40px;
		display: table;
		width: 100%;
    }
    #places .adresse > div {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
    }
}

@media (max-width: 550px) {
    #places ul {
        height: 150px;
    }
    #places ul li {
        display: table;
        height: 75px;
        width: 33%;
    }
}

            #places {
                background-color: #FFFFFF;
            }
            #places h1 {
                background-color: #252945;
                color: #FFFFFF;
            }

            #places ul li i {
                border:1px solid #999999;
            }

            #places ul li a {    
                color: #444444;
            }

            #places ul li a.aktiv i {
                background-color:#cccccc;
            }

            #places ul li a:hover ,#places ul li a:hover i {
                color:#252945;
            }

            #places .adresse {
                border-top:1px solid #999999;
                color:#444444;
            }


            @media (max-width: 780px) {    
                #places .adresse {
                    background-color: #f0f0f0;
                }
            }
            