#top-menu li li{
  	padding: 0 5px;
    width: 240px;
}
#top-menu li li a{
  	width: 230px;
    padding: 6px 20px;
}

/* =ScanDryer List Pages Menu */
ul#scandryer-page-menu{
	padding-left: 40px;
	position: relative;
}
ul#scandryer-page-menu:after{
  	content: '';
    position: absolute;
    left: 6px;
    top: -36px;
    height: 100%;
    width: 1px;
    border-left: 1px dashed #0161A2;
}

ul#scandryer-page-menu,
ul#scandryer-page-menu ul{
	list-style: none;
}

ul#scandryer-page-menu li > a{
	position: relative;
}

ul#scandryer-page-menu li > a:before{
	content: '';
    position: absolute;
    left: -16px;
    top: 8px;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    background-color: #0161A2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



ul#scandryer-page-menu ul{
	position: relative;
}
ul#scandryer-page-menu ul:after{
  	content: '';
    position: absolute;
    left: -13px;
    top: -15px;
    height: 100%;
    width: 1px;
    border-left: 1px dashed #0161A2;
}

ul#scandryer-page-menu li{
	position: relative;
}
ul#scandryer-page-menu li:after{
  	content: '';
    position: absolute;
    left: -33px;
    top: 12px;
    height: 1px;
    width: 20px;
    border-top: 1px dashed #0161A2;
}


/*
 *
 * ----------------------------- */
@media(min-width: 980px){
.scandryer-5-cols > div{
	width: 20%;
 	float: left;
}
}



body.scandryer-kontakt #footer-widgets{
	display: none;
}



.buttons_mainpage {
	background:#0062a3;
  color:#fff;
	padding: 0px;
	float: left;
	height: 40px;
	width: 100px;
	border: 0 none;
	cursor: pointer;
}
