/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#niedersachsen {
    width: 100%;
    height: auto;
	  margin-bottom: 30px;
}
#niedersachsen path {
    transition: all .2s ease-out;
}
#niedersachsen path:hover {
    fill: #00456f;
    cursor: pointer;
}
.map_active {
    fill: #00456f;
}
.nlq_map_wrapper {
    margin-bottom: 30px;
}
.nlq_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}

.nlq_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;  
}
.nlq_map_details {
    text-align: center;
}
.nlq_map_details h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
}
.nlq_map_wrapper img {
  width: 450px;
  max-height: 450px;
	margin-bottom: 40px;
}
.nlq-btn {
    border: 2px solid #E0003C;
    border-radius: 3px;
    color: #E0003C;
    padding: 10px 15px;
    font-weight: bold;
		transition: all .2s ease;
}
.nlq-btn:hover {
		background: #E0003C;
    color: #fff;
}
/* presets */
.nlq_map_details {
	display: none;
}
@media only screen and (max-width: 425px) {
	.nlq_row {
    display: block;
	}
}