html,body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	    background-color: #fff;
}

.impulslogo {
	width: 100%;
    text-align: left;
    padding-left: 30px;
}

.impulslogo img {
    max-width: 209px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobilewrap {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height: calc( 100% - 2px) !important;
}

.content {
    min-height: 100%;
	padding-bottom:30px;
}

.finderlogo img {
    max-width: 100%;
}

.finderlogo {
    text-align: center;
    margin-top: 35px;
    padding-left: 60px;
    padding-right: 60px;
}

.findtext {
    text-align: center;
	padding-left: 30px;
    padding-right: 30px;
    margin-top: 43px;
    font-size: 24px;
}

.findcompany {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
	position: relative;
}

.findbranche {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
    width: 100%;
}


select#companyselect {
    width: calc( 100% - 30px );
}

select#branchselect {
    width:calc( 100% - 90px );
}


div#select_style_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    padding-left: 20px;
}

.ss_dib.ss_image {
    display: none;
}

div#select_style {
    background-color: #eaeded;
}

div#select_style {
    background-color: #eaeded;
    border-radius: 8px;
	border: 1px solid #000;
	padding-top: 12px;
    padding-bottom: 12px;
}

ul#select_style_ul {
    margin-top: -49px;
    border: 1px solid #000;
}

div#ss_search {
    height: 48px;
}

ul#select_style_ul {
    margin-top: -49px;
    border: 1px solid #000;
    background-color: #eaeded;
    padding: 0px !important;
    padding-left: 30px !important;
    padding-right: 15px !important;
	    border-radius: 8px;
}

ul.ss_ul {
    background-color: transparent;
}

li {
    color: #000;
    font-weight: 600;
    padding: 0px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.ssli_text {
    font-weight: normal;
    font-size: 19px;
}

.search input[type="text"] {
    line-height: 20px;
    padding: 0px !important;
    font-size: 19px !important;
    color: #000 !important;
    background: none !important;
    font-weight: normal !important;
    font-family: "Montserrat";
    color: #000 !important;
}

div#ss_search {
    margin-right: 15px;
}


.selbtn {
    width: 47px;
	background-color:transparent;
    height: 47px;
    margin-left: 26px;
    border: 1px solid #000;
    border-radius: 8px;
    background-image: url(images/lupe.png);
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    right: 1px;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    top: 1px;
    z-index: 1000;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}



footer {
    position: absolute;
    bottom: 0px;
	width:100%;
}

.footerinfo {
    background-color: #eaeded;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 4px;
    width: 100%;
    letter-spacing: 1px;
}

.footerlinks {
    background-color: #7fb3b5;
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    letter-spacing: 0px;
}

.footerlinks a {
	color:#fff;
	text-decoration:none;
}

.footerlinks a:hover {
	text-decoration:underline;
}

@media (min-width:600px) {
	.mobilewrap {
		min-height:100%:
	}
}

@media (min-width:600px) {
	.mobilewrap {
		width: 100% !important;
		max-width:100% !important;
	}
	
	.content {
		max-width: 600px !important;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
}

.text {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.mobile-nav-button {
  width: 35px;
  position: absolute;
  margin: 2rem;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  width: 35px;
  height: 30px;
}

.small .mobile-nav-button {
    width: 35px;
    position: absolute;
    margin: 20px;
    right: 13px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 35px;
    height: 30px;
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 4px;
  background: #0e0e0e;
  position: relative;
  transition: 1s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: 0.5rem 0; }

.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { display: none; }

.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.mobile-menu {
  display: block;
  width: 100%;
  right: -100%;
  height: 100%;
  background: #7fb3b5;
  position: fixed;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}

.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.mobile-menu ul li { list-style: none; }

.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.mobile-menu ul li a:after {
  content: '';
  background: #a8b9b4;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}

.mobile-menu ul li a:hover {
    color: #000;
}
.mobile-menu ul li a:hover:after { right: 0; }

.mobile-menu img {
  position: absolute;
  max-width: 279px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
  right: 0;
  opacity: 1;
}

.mobile-nav-button .mobile-nav-button__line--1, .mobile-nav-button .mobile-nav-button__line--2,.mobile-nav-button .mobile-nav-button__line--3 {
    background: #fff;
}

.mobilewrap {
    overflow-x: hidden;
}

.ss_ulsearch .nosearch {
    text-align: left;
    font-size: 19px;
    padding-bottom: 14px;
    background: transparent;
    font-weight: 600;
}

.sstylebtn {
	position: absolute;
    right: -6px;
    background-size: contain;
    height: 27px;
    width: 14px;
    top: 12px;
    background-repeat: no-repeat;
    background-image: url(images/ssbtn.png);
}


.findcompany .sstylebtn {
	display:none;
}

.content {
    margin-bottom: 185px;
}

.content a {
    color: #7fb3b5;
    text-decoration: none;
}

.content {
	font-size:15px;
}

.companylist {
    background-color: #eaeded;
    border-radius: 8px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 25px;
    border: 1px solid #000;
    padding-left: 0px;
    padding-right: 0px;
	padding-top: 0px;
    padding-bottom: 0px;
	overflow:hidden;
}

.linesep {
    border-bottom: 1px solid #ccc;
}

.companylist a {
	color:#000;
}

.linesep {
    margin-left: 20px;
    margin-right: 20px;
}

.compentry {
	cursor:pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.companylist a:last-child .linesep {
	display:none;
}

.compentry:hover {
	background-color:#7fb3b5;
	    margin-top: -1px;
    padding-top: 11px;
}

a:nth-child(1) .compentry:hover {
	padding-top:10px;
	margin-top:0px;
}

.companylist a:hover .linesep {
	border-bottom:1px solid #7fb3b5;
	margin-left:0px;
	margin-right:0px;
}

.intext {
    text-align: left;
}

.content.smallbott {
    margin-bottom: 86px;
}

.mobilewrap {
	background-color:#fff;
}

.impulslogo.small img {
    max-width: 47px;
}

.impulslogo.small {
    width: 100%;
    text-align: left;
	padding-left:30px;
}

.headbreak {
    border-bottom: 1px solid #eaeded;
    width: calc( 100% - 60px);
}

.companyhead {
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    margin-top: 23px;
    font-size: 19px;
}

.cpbuttons {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

.startnav {
    width: 43%;
    background-color: #7fb3b5;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #000 !important;
    cursor: pointer;
    margin-right: 2%;
    float: left;
	font-weight: 600;
}

.startnav:hover {
	background-color:#a8b9b4;
}

.detmap {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid #000;
    border-radius: 8px;
	overflow:hidden;
	height:539px;
	position:relative;
}

.startnav.twobtn {
    margin-right: 0px !important;
}

.scalemap {
    transform: scale(1);
	position: absolute;
    width: 100%;
	cursor: move;
	transform-origin:center center;
}

.companyinfo {
    margin-left: 30px;
    margin-right: 30px;
}

.cplogo {
    width: 144px;
    margin-top: 20px;
}

.companyinfo .companyhead {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
}

.companyaddress {
    font-size: 19px;
    margin-bottom: 25px;
}

.companycontact, .companyweb {
    font-size: 19px;
    margin-bottom: 25px;
}

.companyweb {
	font-weight:600;
}

.companycontact a {
	color:#000;
}

.companyinfo .cpbuttons {
    margin: 0px;
}

@media (max-width:740px) {
	.mobilewrap {
		max-width: 510px;
	}
	
	.footerinfo {
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 23px;
	}
	
	.footerlinks {
		font-size: 13px;
	}
	
	.sstylebtn {
		right: -6px;
		height: 24px;
		top: 12px;
	}
	
	.startnav {
		width: 43%;
		padding: 12px;
		margin-right: 2%;
	}
}

@media (max-width:500px) {
	.companyhead {
		font-size: 17px;
		width:84%;
	}
	
	.companyhead strong {
		font-size: 19px;
	}

	.mobilewrap {
		border:0px !important;
	}
	
	.content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.footerinfo {
		font-size: 4vw;
	}
	
	.mobh {
		display:none;
	}
	
	span.nweline {
		width: 100%;
		display: block;
		margin-top: 4px;
	}
	
	div#select_style_text {
		font-size: 17px;
	}
	
	.search input[type="text"] {
		font-size: 17px !important;
	}
	
	.ssli_text {
		font-size: 17px;
	}
	
	ul#select_style_ul {
		margin-top: -46px;
	}
	
	div#ss_search {
		height: 44px;
	}
	
	.selbtn {
		width: 46px;
		height: 46px;
	}
	
	.mobile-nav-button {
		height: 28px;
	}
	
	.mobile-nav-button .mobile-nav-button__line {
		height: 3px;
	}

	.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
		margin: 0.4rem 0;
	}
	
	.mobile-nav-button {
		height: 26px;
	}
	
	.mobile-nav-button {
		width: 35px;
		margin: 26px;
		right: 5px;
		top: 0;
		width: 32px;
		height: 30px;
	}
	
	.mobile-menu ul li a {
		font-size: 2rem;
	}
	
	.findtext {
		font-size: 21px;
	}
	
	.ss_ulsearch .nosearch {
		font-size: 17px;
	}
	
	.sstylebtn {
		right: -10px;
		height: 23px;
		top: 11px;
	}
	
	.content {
		padding-left: 0px;
		padding-right: 0px;
	}
		
	.companyaddress {
		font-size: 17px;
	}

	.companycontact, .companyweb {
		font-size: 17px;
	}
}

@media (max-width:494px) {
	.startnav {
		width: 43%;
		padding: 9px;
		margin-right: 4%;
	}
}

@media (max-width:460px) {
	.startnav {
		width: 42%;
		padding: 9px;
		margin-right: 5%;
		font-size: 14px;
	}
}

@media (max-width:424px) {
	.startnav {
		width: 42%;
		padding: 9px;
		margin-right: 4%;
		font-size: 14px;
	}
	
	.companyaddress {
		font-size: 15px;
	}

	.companycontact, .companyweb {
		font-size: 15px;
	}
}

@media (max-width:420px) {
	.impulslogo {
		text-align: left;
		padding-left: 30px;
	}
	
	.impulslogo img {
		max-width: 170px;
	}

	.findtext {
		margin-top: 18px;
	}
	
	div#select_style_text {
		font-size: 15px;
	}
	
	.selbtn {
		background-size: 54%;
	}
	
	.findbranche {
		margin-top: 24px;
	}
	
	div#select_style {
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 2px;
	}
	
	.selbtn {
		width: 35px;
		height: 37px;
		background-size: 46%;
		margin-left: 0px;
		right: 6px;
	}
	
	.findtext {
		font-size: 19px;
	}
	
	select#companyselect {
		width: calc( 100% - 20px );
	}
	
	select#branchselect {
		width:calc( 100% - 80px );
	}
	
	.finderlogo {
		margin-right: 7px;
	}
	
	div#select_style_text {
		font-size: 15px;
	}
	
	.search input[type="text"] {
		font-size: 15px !important;
	}
	
	.ssli_text {
		font-size: 15px;
	}
	
	.ss_ulsearch .nosearch {
		font-size: 15px;
	}
	
	ul#select_style_ul {
		margin-top: -39px;
	    padding-left: 22px !important;
	}
	
	div#ss_search {
		height: 36px;
	}
	
	.sstylebtn {
		right: -6px;
		height: 21px;
		top: 9px;
	}
}

	h1 {
		font-size: 32px;
	}

@media (max-width:394px) {
	.startnav {
		margin-right: 3%;
	}
}

@media (max-width:368px) {
	.startnav {
		margin-right: 0px;
		width: 94%;
		margin-top: 5px;
	}
}

@media (max-width:620px) {
	.intext {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:600px) {
	.intext {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	h1 {
		font-size: 28px;
	}
}

@media (max-width: 450px) {
	h1 {
		font-size: 24px;
	}
}

.sfg {
    max-width: 501px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 51px;
    width: 100%;
    border-top: 1px solid #7fb3b5;
    padding-top: 23px;
}

.sfg img {
    width: 100%;
    height: auto;
}

@media (max-width:600px) {
	.sfg {
		width:80%;
	}
}