/* ==========================================================================
   Media Queries
   ========================================================================== */
 

@media (max-width: 960px){
.search-resultslightblue {
width: 100%;
}  
}


@media only screen and (max-width: 320px) {
  
.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 320px;
  background-position: right -980px top !important;
}

.bg_photo {
  position: absolute;
  width: 320px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 320px;
  height: 190px;
}

footer {
  position: relative;
  width: 280px;
  height: 220px;
  padding: 40px 20px 0;
  margin-top: 20px;
  background-position: -20px !important;
}

.main {
  position: relative;
  width: 280px;
  min-height: 390px;
  padding: 0 20px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.0675em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 10px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 20px;
}

.logo_text {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 10px;
  left: 210px;
}

.search {
  position: absolute;
  top: 110px;
  left: 20px;
}

.social {
  position: absolute;
  top: 150px;
  left: 20px;
}

.main .intro_text {
  width: 280px;
}

.main .main_text {
  width: 280px;
}

.main h1 {
  margin: 10px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 280px !important;
  clear: both;
}

.intro_button_business {
  margin: 30px 40px 0 0;
}

.intro_button_private {
  margin: 20px 40px 0 0;
}

.services_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 40px;
  float: left;
  width: 280px;
  font-family: "magistral-web-compressed", sans-serif;
}

.services_nav ul li {
  width: 280px !important;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 230px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 280px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 280px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.people_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 40px;
  float: left;
  width: 280px;
  font-family: "magistral-web-compressed", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 280px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 230px;
  height: 24px;
}

.person_text {
  width: 240px;
  margin: 20px 0 0 0;
}

.person_info {
  width: 280px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: none !important;
  clear: left !important;
}

}

@media only screen and (min-width: 320px) {

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 320px;
  background-position: right -980px top !important;
}

.bg_photo {
  position: absolute;
  width: 320px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 320px;
  height: 190px;
}

footer {
  position: relative;
  width: 280px;
  height: 220px;
  padding: 40px 20px 0;
  margin-top: 20px;
  background-position: -20px !important;
}

.main {
  position: relative;
  width: 280px;
  min-height: 390px;
  padding: 0 20px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.0675em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 10px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 20px;
}

.logo_text {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 10px;
  left: 210px;
}

.search {
  position: absolute;
  top: 110px;
  left: 20px;
}

.social {
  position: absolute;
  top: 150px;
  left: 20px;
}

.main .intro_text {
  width: 280px;
}

.main .main_text {
  width: 280px;
}

.main h1 {
  margin: 10px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 280px !important;
  clear: both;
}

.intro_button_business {
  margin: 30px 40px 0 0;
}

.intro_button_private {
  margin: 20px 40px 0 0;
}

.services_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 40px;
  float: left;
  width: 280px;
  font-family: "magistral-web-compressed", sans-serif;
}

.services_nav ul li {
  width: 280px !important;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 230px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 280px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 280px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.people_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 40px;
  float: left;
  width: 280px;
  font-family: "magistral-web-compressed", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 280px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 230px;
  height: 24px;
}

.person_text {
  width: 240px;
  margin: 20px 0 0 0;
}

.person_info {
  width: 280px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: none !important;
  clear: left !important;
}

}


 @media only screen and (max-width: 480px) {  
.logo_susiluoto .moduletable {
display:none;
}     
 } 


@media only screen and (min-width: 480px) {
.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 480px;
  background-position: right -820px top !important;
}

.bg_photo {
  position: absolute;
  width: 480px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 480px;
  height: 140px;
}

footer {
  position: relative;
  width: 400px;
  height: 220px;
  padding: 60px 40px 0;
  margin-top: 20px;
  background-position: -100px !important;
}

.main {
  position: relative;
  width: 400px;
  min-height: 390px;
  padding: 0 40px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 20px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 40px;
}

.logo_text {
  position: absolute;
  top: 53px;
  left: 250px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 10px;
  left: 350px;
}

.search {
  position: absolute;
  top: 90px;
  left: 250px;
}

.social {
  position: absolute;
  top: 90px;
  left: 40px;
}

.main .intro_text {
  width: 400px;
}

.main .main_text {
  width: 400px;
}

.main h1 {
  margin: 70px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 400px !important;
  clear: both;
}

.intro_button_business {
  margin: 40px 40px 0 0;
}

.intro_button_private {
  margin: 40px 40px 0 0;
}

.services_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 40px;
  float: left;
  width: 410px;
  font-family: "magistral-web-compressed", sans-serif;
}

.services_nav ul li {
  width: 350px !important;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 350px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 440px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 370px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 370px;
  height: 22px;
}

.people_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 40px;
  float: left;
  width: 410px;
  font-family: "magistral-web-compressed", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 205px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 145px;
  height: 24px;
}

.person_text {
  width: 240px;
  margin: 20px 0 0 0;
}

.person_info {
  width: 400px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: none !important;
  clear: left !important;
}

    
}

@media only screen and (min-width: 640px) {
  
.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 640px;
  background-position: right -660px top !important;
}

.bg_photo {
  position: absolute;
  width: 640px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 640px;
  height: 110px;
}

footer {
  position: relative;
  width: 540px;
  height: 220px;
  padding: 60px 50px 0;
  margin-top: 20px;
  background-position: -100px !important;
}

.main {
  position: relative;
  width: 540px;
  min-height: 390px;
  padding: 0 50px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 20px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 50px;
}

.logo_text {
  position: absolute;
  top: 53px;
  left: 270px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 10px;
  left: 505px;
}

.search {
  position: absolute;
  left: 410px;
  top: 40px;
}

.social {
  position: absolute;
  top: 80px;
  left: 410px;
}

.main .intro_text {
  width: 560px;
}

.main .main_text {
  width: 280px;
}

.main h1 {
  margin: 70px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 280px !important;
  clear: left;
}

.intro_button_business {
  margin: 40px 40px 0 0;
}

.intro_button_private {
  margin: 40px 40px 0 0;
}

.services_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 20px;
  float: right;
  width: 250px;
  font-family: "magistral-web-compressed", sans-serif;
}

.services_nav ul li {
  width: 250px !important;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 200px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 380px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 250px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.people_nav {
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 20px;
  float: right;
  width: 250px;
  font-family: "magistral-web-compressed", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 250px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 200px;
  height: 24px;
}

.person_text {
  width: 240px;
  margin: 20px 0 0 0;
}

.person_info {
  width: 450px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: none !important;
  clear: left !important;
}

}

@media only screen and (min-width: 800px) {

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 800px;
  background-position: right -500px top !important;
}

.bg_photo {
  position: absolute;
  width: 800px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 800px;
  height: 110px;
}

footer {
  position: relative;
  width: 700px;
  height: 220px;
  padding: 60px 50px 0;
  margin-top: 20px;
  background-position: -100px !important;
}

.main {
  position: relative;
  width: 700px;
  min-height: 390px;
  padding: 0 50px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 20px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 50px;
}

.logo_text {
  position: absolute;
  top: 53px;
  left: 270px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 45px;
  left: 445px;
}

.search {
  position: absolute;
  left: 570px;
  top: 40px;
}

.social {
  position: absolute;
  top: 80px;
  left: 570px;
}

.main .intro_text {
  width: 560px;
}

.main .main_text {
  width: 360px;
}

.main h1 {
  margin: 70px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 560px !important;
  clear: both;
}

.intro_button_business {
  margin: 40px 40px 0 0;
}

.intro_button_private {
  margin: 40px 40px 0 0;
}

.services_nav {
  position: absolute;
  top: 10px;
  left: 450px;
  width: 310px;
  font-family: "ff-netto-web", sans-serif;
}

.services_nav ul li {
  width: 310px;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 260px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 380px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 580px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 340px;
  height: 22px;
}

.people_nav {
  position: absolute;
  top: 10px;
  left: 450px;
  width: 320px;
  font-family: "magistral-web-compressed", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 160px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 100px;
  height: 24px;
}

.person_text {
  width: 240px;
  margin: 20px 0 0 0;
}

.person_info {
  width: 450px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: both;
}

}

@media only screen and (min-width: 1000px) {

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 1000px;
  background-position: right -300px top !important;
}

.bg_photo {
  position: absolute;
  width: 1000px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 1000px;
  height: 110px;
}

footer {
  position: relative;
  width: 900px;
  height: 220px;
  padding: 60px 50px 0;
  margin-top: 20px;
  background-position: -100px !important;
}

.main {
  position: relative;
  width: 900px;
  min-height: 390px;
  padding: 0 50px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 20px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 50px;
}

.logo_text {
  position: absolute;
  top: 53px;
  left: 270px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 45px;
  left: 425px;
}

.search {
  position: absolute;
  left: 550px;
  top: 40px;
}

.social {
  position: absolute;
  top: 40px;
  left: 750px;
}

.main .intro_text {
  width: 560px;
}

.main .main_text {
  width: 460px;
}

.main h1 {
  margin: 70px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 560px !important;
  clear: both;
}

.intro_button_business {
  margin: 40px 40px 0 0;
}

.intro_button_private {
  margin: 40px 40px 0 0;
}

.services_nav {
  position: absolute;
  top: 10px;
  left: 550px;
  font-family: "ff-netto-web", sans-serif;
}

.services_nav ul li {
  width: 390px;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 340px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 480px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 580px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 440px;
  height: 22px;
}

.people_nav {
  position: absolute;
  top: 10px;
  left: 550px;
  width: 400px;
  font-family: "ff-netto-web", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 200px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 140px;
  height: 24px;
}

.person_text {
  width: 240px;
  margin: 2px 0 0 20px;
}

.person_info {
  width: 560px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: both;
}

}

@media only screen and (min-width: 1200px) {

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  background-position: right -100px top !important;
}

.bg_photo {
  position: absolute;
  width: 1200px;
  height: 800px;
  background-position: -100px !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 1200px;
  background-position: -100px !important;
}

header {
  position: relative;
  width: 1200px;
  height: 110px;
}

footer {
  position: relative;
  width: 1000px;
  height: 220px;
  padding: 60px 100px 0;
  margin-top: 20px;
  background-position: -100px !important;
}

.main {
  position: relative;
  width: 1000px;
  min-height: 390px;
  padding: 0 100px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 20px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 100px;
}

.logo_text {
  position: absolute;
  top: 53px;
  left: 320px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 45px;
  left: 575px;
}

.search {
  position: absolute;
  left: 700px;
  top: 40px;
}

.social {
  position: absolute;
  top: 40px;
  left: 900px;
}

.main .intro_text {
  width: 560px;
}

.main .main_text {
  width: 560px;
}

.main h1 {
  margin: 70px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 560px !important;
}

.intro_button_business {
  margin: 40px 40px 0 0;
}

.intro_button_private {
  margin: 40px 40px 0 0;
}

.services_nav {
  position: absolute;
  top: 10px;
  left: 700px;
  font-family: "ff-netto-web", sans-serif;
}

.services_nav ul li {
  width: 390px;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 340px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 585px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 580px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.people_nav {
  position: absolute;
  top: 10px;
  left: 700px;
  width: 400px;
  font-family: "ff-netto-web", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 200px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 140px;
  height: 24px;
}

.person_text {
  margin: 2px 0 0 20px;
}

.person_info {
  width: 560px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: both;
}

}

@media only screen and (min-width: 1400px) {

.container {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 1400px;
  background-position: right 0px top !important;
}

.bg_photo {
  position: absolute;
  width: 1400px;
  height: 800px;
  background-position: 0 !important;
}

.wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 1400px;
  background-position: 0 !important;
}

header {
  position: relative;
  width: 1400px;
  height: 110px;
}

footer {
  position: relative;
  width: 1200px;
  height: 220px;
  padding: 60px 100px 0;
  margin-top: 20px;
  background-position: 0 !important;
}

.main {
  position: relative;
  width: 1200px;
  min-height: 390px;
  padding: 0 100px;
}

.main_nav {
  margin-top: 5px;
  font-family: "vinyl", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.main_nav ul li {
  float: left;
  margin-right: 20px;
}

.logo_susiluoto {
  display: block;
  position: absolute;
  background: url(../img/logo_susiluoto.png) no-repeat;
  width: 200px;
  height: 47px;
  top: 20px;
  left: 100px;
}

.logo_text {
  position: absolute;
  top: 53px;
  left: 320px;
  width: 99px;
  height: 14px;
}

.language {
  position: absolute;
  top: 45px;
  left: 575px;
}

.search {
  position: absolute;
  left: 700px;
  top: 40px;
}

.social {
  position: absolute;
  top: 40px;
  left: 900px;
}

.main .intro_text {
  width: 560px;
}

.main .main_text {
  width: 560px;
}

.main h1 {
  margin: 70px 0 0 0;
}

.main h2 {
  margin: 40px 0 0 0;
  width: 560px !important;
  clear: both;
}

.intro_button_business {
  margin: 40px 40px 0 0;
}

.intro_button_private {
  margin: 40px 40px 0 0;
}

.services_nav {
  position: absolute;
  top: 10px;
  left: 700px;
  font-family: "ff-netto-web", sans-serif;
}

.services_nav ul li {
  width: 390px;
  height: 35px;
}

.services_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 340px !important;
  height: 24px;
}

.sub_nav_service {
  margin-top: 5px;
  width: 585px;
}

.sub_nav_service ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
 width: 250px;
  height: 22px;
}

.sub_nav_person {
  margin-top: 5px;
  width: 580px;
}

.sub_nav_person ul li a {
  padding: 4px 15px;
  margin: 0 10px 5px 0;
  width: 250px;
  height: 22px;
}

.people_nav {
  position: absolute;
  top: 10px;
  left: 700px;
  width: 400px;
  font-family: "ff-netto-web", sans-serif;
}

.people_nav ul li {
  float: left;
  width: 200px;
  height: 35px;
}

.people_nav ul li a {
  margin-left: 30px;
  padding: 3px 10px;
  width: 140px;
  height: 24px;
}

.person_text {
  margin: 2px 0 0 20px;
}

.person_info {
  width: 560px;
  margin: 5px 0 0 0;
}

.person_info.clearfix:after {
  clear: both;
}

}
