.main_color .stack__nav-item--one, .main_color .stack__nav-item--one:active, .main_color .stack__nav-item--one:focus, .main_color .stack__nav-item--one:hover, .stack__nav-item--one, .stack__nav-item--one:active, .stack__nav-item--one:focus, .stack__nav-item--one:hover,
.main_color .stack__nav-item--two, .main_color .stack__nav-item--two:active, .main_color .stack__nav-item--two:focus, .main_color .stack__nav-item--two:hover, .stack__nav-item--two, .stack__nav-item--two:active, .stack__nav-item--two:focus, .stack__nav-item--two:hover,
.main_color .stack__nav-item--three, .main_color .stack__nav-item--three:active, .main_color .stack__nav-item--three:focus, .main_color .stack__nav-item--three:hover, .stack__nav-item--three, .stack__nav-item--three:active, .stack__nav-item--three:focus, .stack__nav-item--three:hover

 {
    font-weight: 600;
}

.legend {

    background-color: rgba(255,255,255,0.95);
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 30px;
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.5);
    overflow-y: hidden;
    max-height: 1000px;
    transition-property: max-height;
    transition-duration: 1s;
    transition-timing-function: linear
}

.legend.closed {
    max-height: 0;
}

.legend h2 a {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    cursor:pointer;
    background-image: url("/wp-content/themes/enfold-child/citygate-animations/images/layout/arrow-down.png");
    background-repeat: no-repeat;
}

.legend.closed h2 a {
    background-image: url("/wp-content/themes/enfold-child/citygate-animations/images/layout/arrow-up.png");
}


#legendeAround.legend.closed {
   max-height: 35px;
}

#legendeTravel h2, #legendeAround h2, #legendeCampus h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

#legendeTravel p, #legendeAround p, #legendeCampus p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#legendeTravel p span, #legendeAround p span, #legendeCampus p span {
	font-weight: 600;
}


/* Erreichbarkeit */
#legendeAround img.ubahn, #legendeAround img.bus, #legendeAround img.tram, #legendeAround img.taxi, #legendeAround img.bus  {
	padding-right: 10px;
}

#legendeTravel p, #legendeAround p, #legendeCampus p{
	padding-bottom: 10px;
}

/* Die Umgebung */

#legendeAround {
	padding: 30px 30px 0px 30px;
}

#legendeAround img.circle {
	margin:10px 30px 0 -10px;
}

#legendeAround img.gastro {
	margin-right: 10px;
}
#legendeAround p {

}


#legendeAround table, #legendeAround tr, #legendeAround td {
	border: none;
	padding: 0;
	vertical-align: top;
}


/* Campus */

/* Nordungspfeil */

.nord {
	position: fixed;
	top: 20px;
	left: 40px;
	height: 70px;
	width: 100px;
}


.flLeft {float: left;}

/*.c-modal__map-zoom {
    position: absolute;
    left: inherit !important;
    right: 2rem !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

table.print, table.print tr, table.print td {
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}

table.print {
 width: 260px;
}

table.print a.blue {
color: #00d2ff;
}

table.print a.orange {
color: #ff9240;
}


table.print a.green {
color: #74cb64;
}



table.print a:hover {
text-decoration: underline;
}

/* Bubbles */
.c-bubble__content {
    font-size: 18px !important;
}

.c-bubble__text {
	font-weight: 500 !important;
}

.c-bubble__content .c-bubble__text {
    text-align: left;
}


.c-bubble__content .c-bubble__title {
    text-align: center;
}

.c-bubble__text ul {
    margin: 0;
    padding: 0;
    list-style-position: outside;
}

.c-bubble--magenta .c-bubble__content .c-bubble__text {
    margin-left: 38px;
}

.c-bubble--blue .c-bubble__content .c-bubble__text {
    margin-left: 5px;
}

.c-bubble--orange .c-bubble__content .c-bubble__text {
    margin-left: 44px !important;
}

.c-bubble--red .c-bubble__content .c-bubble__text {
    margin-left: 38px !important;
}

.c-bubble--green .c-bubble__content .c-bubble__text {
    margin-left: 24px !important;
}

.c-bubble--yellow .c-bubble__content .c-bubble__text {
    margin-left: 18px !important;
}




@media only screen and (max-width: 780px) {
	
	.nord {
	display: none;
	}
	
	#legendeTravel, #legendeAround, #legendeCampus {
	display: none;
	}
 }

@media only screen and (max-width: 586px) {
	.c-bubble__content {
    font-size: 11px !important;
	}

 }

