/*  CI - Colors



*/


html {
	overflow-x: hidden;
}

/* html,
body {
width: 100%;
} 

#wrapper {

}

*/

p {
	font-size: 1.2em;
}
/*-------
## Stop Onepage Link
--------- */
a.stop {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

/*-------
## AWEOS Google Maps
--------- */
.awmp-show-map,
.awmp_map_wrapper h1,
.awmp_map_wrapper h3,
.awmp_map_wrapper p ,
.awmp_map_wrapper span ,
.awmp_map_wrapper a {
	padding-bottom: 10px;
	line-height: 2.0em;
	/*color: #fff !important;*/
}

.awmp_map_wrapper {
	/*background-image: url("https://www.der-bremer-norden.de/wp-content/uploads/2018/12/bremen_nord_oben_wasser_volker_koelling-1200x675.jpg") !important;*/
}

.awmp-map{
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
	height: 500px !important;
	margin: 0 auto !important;
}



/*--------------------------------------------------------------
## MEDIA Queries
--------------------------------------------------------------*/
/* comments */
@media (min-width: 768px) {

}
/* @screen min-width = 568px > iPhone5 horizontal --------------------------- */
@media screen and (min-width: 35.5em) {}
/* @screen min-width = 767px ------------------------------------------------ */
@media screen and (min-width: 47.94em) {

}

/* @screen min-width = 1025px -------------------------------------------- */
@media screen and (min-width: 64.0625em) {
}

/* @screen min-width = 991px -------------------------------------------- */
@media screen and (min-width: 61.93em) {


}

/* @screen min-width = 1280px  -------------------------------------------- */
@media screen and (min-width: 80em) {

}
/* @screen min-width = 1300px  @media screen and (min-width: 81.25em) { } -------------------------------------------- */
