/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../../assets/magau/sass/_layout.sass */
body {
  background-color: white;
  color: #333333;
  font-family: "Open Sans", Arial, serif;
  font-size: 16px;
  font-weight: normal;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 10, ../../assets/magau/sass/_layout.sass */
h1 {
  display: block;
  font-family: "Merriweather", Arial, serif;
  font-size: 60px;
  font-weight: lighter;
  line-height: 72px;
  margin-bottom: 25px;
  text-align: center;
}

/* line 19, ../../assets/magau/sass/_layout.sass */
h2 {
  border-top: 1px solid white;
  clear: both;
  display: block;
  font-family: "Merriweather", Arial, serif;
  font-size: 40px;
  font-weight: lighter;
  line-height: 48px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

/* line 32, ../../assets/magau/sass/_layout.sass */
h3 {
  clear: both;
  display: block;
  font-family: "Merriweather", Arial, serif;
  font-size: 24px;
  font-weight: lighter;
  line-height: 34px;
  margin-bottom: 25px;
}

/* line 41, ../../assets/magau/sass/_layout.sass */
a {
  color: white;
  text-decoration: none;
}

/* line 45, ../../assets/magau/sass/_layout.sass */
strong {
  font-weight: bold;
}

/* line 48, ../../assets/magau/sass/_layout.sass */
p {
  display: block;
  line-height: 21px;
  padding-bottom: 20px;
}

/* line 53, ../../assets/magau/sass/_layout.sass */
blockquote {
  display: block;
  font-family: "Merriweather", Arial, serif;
  font-size: 30px;
  font-weight: lighter;
  line-height: 45px;
  padding-bottom: 30px;
  text-align: center;
}

/* line 62, ../../assets/magau/sass/_layout.sass */
.site-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 68, ../../assets/magau/sass/_layout.sass */
.inline-wrapper {
  color: white;
  margin: 0 auto;
  width: 980px;
}

/* line 73, ../../assets/magau/sass/_layout.sass */
.site-logo {
  background: url(../img/site_logo.png) no-repeat 0 37px;
  display: block;
  float: left;
  height: 108px;
  text-indent: -9999px;
  width: 143px;
}

/* line 81, ../../assets/magau/sass/_layout.sass */
.sidebar {
  background: url(../img/content_bg.png) repeat;
  padding: 25px 25px 5px;
  position: fixed;
  top: 178px;
  right: 9%;
  width: 220px;
}
/* line 89, ../../assets/magau/sass/_layout.sass */
.sidebar ul {
  display: list-item;
  list-style-type: none;
}
/* line 93, ../../assets/magau/sass/_layout.sass */
.sidebar ul li {
  background-image: url(../img/list_item_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
  padding-left: 30px;
}
/* line 100, ../../assets/magau/sass/_layout.sass */
.sidebar ul li a {
  color: #6b6f73;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  font-size: 16px;
  line-height: 24px;
}
/* line 107, ../../assets/magau/sass/_layout.sass */
.sidebar ul li.active, .sidebar ul li:hover {
  background-image: url(../img/list_item_bg_active.png);
}
/* line 110, ../../assets/magau/sass/_layout.sass */
.sidebar ul li.active a, .sidebar ul li:hover a {
  color: white;
}

/* line 113, ../../assets/magau/sass/_layout.sass */
.leftangle {
  background: url(../img/leftangle.png) no-repeat;
  display: block;
  height: 612px;
  position: fixed;
  left: -320px;
  top: 1px;
  width: 612px;
  z-index: 10;
}

/* line 123, ../../assets/magau/sass/_layout.sass */
.rightangle {
  background: url(../img/rightangle.png) no-repeat;
  display: block;
  height: 612px;
  position: fixed;
  bottom: -107px;
  right: -320px;
  width: 612px;
  z-index: 10;
  pointer-events: none;
}

/* line 134, ../../assets/magau/sass/_layout.sass */
footer {
  display: block;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 10;
}
/* line 143, ../../assets/magau/sass/_layout.sass */
footer ul {
  display: block;
  float: right;
  overflow: hidden;
}
/* line 148, ../../assets/magau/sass/_layout.sass */
footer ul li {
  background: #333333;
  color: white;
  display: block;
  float: left;
  height: 27px;
  padding: 0 10px;
  line-height: 27px;
}
/* line 157, ../../assets/magau/sass/_layout.sass */
footer ul li a {
  color: white;
  text-decoration: underline;
}
/* line 161, ../../assets/magau/sass/_layout.sass */
footer ul li a:hover, footer ul li a.active {
  color: #8ecbff;
  text-decoration: underline;
}
/* line 165, ../../assets/magau/sass/_layout.sass */
footer ul li:first-child {
  background: url(../img/footer_border.png);
  width: 27px;
  padding: 0;
}
/* line 170, ../../assets/magau/sass/_layout.sass */
footer ul li:nth-child(2) {
  padding-left: 25px;
}
/* line 173, ../../assets/magau/sass/_layout.sass */
footer ul li:last-child {
  width: 300px;
}

/* line 176, ../../assets/magau/sass/_layout.sass */
.overlay {
  background-color: #242930;
  display: none;
  height: 4000px;
  position: fixed;
  top: -70%;
  width: 4000px;
  z-index: 1000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1350px) {
  /* line 188, ../../assets/magau/sass/_layout.sass */
  .leftangle {
    display: none;
  }

  /* line 191, ../../assets/magau/sass/_layout.sass */
  .rightangle {
    display: none;
  }

  /* line 194, ../../assets/magau/sass/_layout.sass */
  footer ul li:last-child {
    width: 90px;
  }
}
@media (max-width: 1850px) {
  /* line 199, ../../assets/magau/sass/_layout.sass */
  .sidebar {
    background: none;
    background-color: #242930;
    top: 108px;
    left: 0;
    padding: 0;
    width: 100%;
  }
  /* line 207, ../../assets/magau/sass/_layout.sass */
  .sidebar ul {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    width: 730px;
  }
  /* line 213, ../../assets/magau/sass/_layout.sass */
  .sidebar ul.en {
    width: 600px;
  }
  /* line 216, ../../assets/magau/sass/_layout.sass */
  .sidebar ul li {
    background: none;
    background-image: none;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 227, ../../assets/magau/sass/_layout.sass */
  .sidebar ul li a {
    display: block;
    line-height: 60px;
    padding: 0 29px;
  }
  /* line 232, ../../assets/magau/sass/_layout.sass */
  .sidebar ul li a:hover {
    color: white;
  }
  /* line 235, ../../assets/magau/sass/_layout.sass */
  .sidebar ul li.active, .sidebar ul li:hover {
    background: none;
  }
}
/* line 7, ../../assets/magau/sass/screen.sass */
header {
  background-color: white;
  display: block;
  height: 108px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 40000;
}
/* line 16, ../../assets/magau/sass/screen.sass */
header nav {
  display: block;
  float: right;
  margin-right: -18px;
}
/* line 21, ../../assets/magau/sass/screen.sass */
header nav ul {
  display: block;
  overflow: hidden;
  float: left;
}
/* line 26, ../../assets/magau/sass/screen.sass */
header nav ul li {
  display: block;
  float: left;
  padding: 0 18px;
}
/* line 31, ../../assets/magau/sass/screen.sass */
header nav ul li a {
  color: #333333;
  display: block;
  font-size: 15px;
  height: 108px;
  line-height: 108px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
/* line 41, ../../assets/magau/sass/screen.sass */
header nav ul li a span {
  background: #282828;
  display: block;
  height: 1px;
  position: absolute;
  top: 80px;
}
/* line 48, ../../assets/magau/sass/screen.sass */
header nav ul li a:hover, header nav ul li a.active {
  color: #828282;
}
/* line 52, ../../assets/magau/sass/screen.sass */
header nav ul li a.active span {
  left: 0 !important;
  width: 100% !important;
}
/* line 56, ../../assets/magau/sass/screen.sass */
header nav .language_switch {
  color: #828282;
  display: block;
  float: left;
  height: 108px;
  line-height: 108px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
  margin-left: 20px;
}
/* line 67, ../../assets/magau/sass/screen.sass */
header nav .language_switch a {
  color: #333333;
  font-size: 15px;
}
/* line 71, ../../assets/magau/sass/screen.sass */
header nav .language_switch a:hover, header nav .language_switch a.active {
  color: #828282;
}

/* line 76, ../../assets/magau/sass/screen.sass */
.background {
  background: url(../img/backgrounds/home.jpg) no-repeat center;
  background-size: cover;
  max-height: 100%;
  height: 100%;
  min-width: 768px;
  position: fixed;
  width: 100%;
  z-index: 0;
}
/* line 86, ../../assets/magau/sass/screen.sass */
.background.esystems {
  background: url(../img/backgrounds/2esystems_bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 90, ../../assets/magau/sass/screen.sass */
.background.badermedia {
  background: url(../img/backgrounds/badermedia_bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 94, ../../assets/magau/sass/screen.sass */
.background.crocoo {
  background: url(../img/backgrounds/crocoo_bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 98, ../../assets/magau/sass/screen.sass */
.background.flightsurance {
  background: url(../img/backgrounds/flightsurance_bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 102, ../../assets/magau/sass/screen.sass */
.background.gynny {
  background: url(../img/backgrounds/gynny_bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 106, ../../assets/magau/sass/screen.sass */
.background.nobleandmore {
  background: url(../img/backgrounds/nobleandmore_bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 110, ../../assets/magau/sass/screen.sass */
.background.velio {
  background: url(../img/backgrounds/velio_bg.jpg) no-repeat center;
  background-size: cover;
}

/* line 114, ../../assets/magau/sass/screen.sass */
.wrapper,
section {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 121, ../../assets/magau/sass/screen.sass */
.wrapper .content-wrapper,
section .content-wrapper {
  background: url(../img/content_bg.png) repeat;
  display: block;
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
}

/* line 130, ../../assets/magau/sass/screen.sass */
.home .content-wrapper {
  height: 204px;
  position: absolute;
  padding-top: 80px;
  padding-bottom: 40px;
  margin-top: -108px;
  text-align: center;
  top: 50%;
}
/* line 139, ../../assets/magau/sass/screen.sass */
.home .content-wrapper blockquote {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 65px;
  padding: 0;
}
/* line 145, ../../assets/magau/sass/screen.sass */
.home .content-wrapper h1 {
  border-top: 1px solid white;
  display: inline;
  font-family: "Merriweather", Arial, serif;
  font-size: 16px;
  line-height: 19px;
  padding-top: 25px;
}

/* line 155, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper {
  position: absolute;
  padding: 40px 0;
  bottom: 150px;
}
/* line 160, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .prev,
.asset .content-wrapper .next {
  background: url(../img/gallery_nav_bg.png) no-repeat left top;
  display: block;
  height: 60px;
  position: absolute;
  text-indent: -9999px;
  margin-top: -28px;
  top: 50%;
  width: 30px;
  z-index: 30;
}
/* line 172, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .prev {
  left: 0px;
}
/* line 175, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .prev:hover {
  background-position: left bottom;
}
/* line 178, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .next {
  background-position: right top;
  right: 0px;
}
/* line 182, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .next:hover {
  background-position: right bottom;
}
/* line 186, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .inline-wrapper {
  overflow: hidden;
  position: relative;
}
/* line 190, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .inline-wrapper .left-col {
  float: left;
  height: 96px;
  line-height: 96px;
  padding-left: 50px;
  position: relative;
  text-align: center;
  width: 180px;
}
/* line 199, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .inline-wrapper .left-col img {
  display: inline-block;
  vertical-align: middle;
}
/* line 203, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .inline-wrapper .right-col {
  float: right;
  width: 710px;
}
/* line 207, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .inline-wrapper h1 {
  text-align: left;
  margin: 0;
  line-height: 96px;
}
/* line 212, ../../assets/magau/sass/screen.sass */
.asset .content-wrapper .inline-wrapper h3 {
  margin: 0;
}

/* line 217, ../../assets/magau/sass/screen.sass */
.venture-capital .background {
  background: url(../img/backgrounds/venture_capital.jpg) no-repeat center;
  background-size: cover;
}
/* line 221, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper {
  background: none;
  position: relative;
  padding-top: 178px;
  padding-bottom: 650px;
  width: 100%;
}
/* line 228, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content {
  background: url(../img/content_bg.png) repeat;
  margin: 0 auto;
  padding: 40px 0;
  width: 980px;
}
/* line 234, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper {
  padding: 0 40px;
  width: 900px;
}
/* line 238, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix {
  padding-top: 120px;
  margin-top: -120px;
}
/* line 242, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix h2 {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
/* line 247, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix blockquote {
  font-size: 24px;
  line-height: 36px;
}
/* line 251, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix .fix-wrapper {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 257, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix .fix-wrapper .left-col, .venture-capital .content-wrapper .content .inline-wrapper .anchor-fix .fix-wrapper .right-col {
  font-size: 14px;
  line-height: 24px;
  width: 435px;
}
/* line 262, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix .fix-wrapper .left-col {
  float: left;
}
/* line 265, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix .fix-wrapper .right-col {
  float: right;
}
/* line 268, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul {
  border-bottom: 1px solid white;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
/* line 275, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul li {
  display: inline-block;
  float: left;
  height: 65px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  width: 225px;
}
/* line 284, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul li a, .venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul li span {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 225px;
}
/* line 291, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul li a:hover {
  background: url(../img/hover_bg.png) repeat;
}
/* line 294, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul li img {
  vertical-align: middle;
}
/* line 297, ../../assets/magau/sass/screen.sass */
.venture-capital .content-wrapper .content .inline-wrapper .anchor-fix ul.last {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 305, ../../assets/magau/sass/screen.sass */
.company .background {
  background: url(../img/backgrounds/company.jpg) no-repeat center;
  background-size: cover;
}
/* line 309, ../../assets/magau/sass/screen.sass */
.company .content-wrapper {
  background: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding-top: 178px;
  padding-bottom: 97px;
  width: 980px;
}
/* line 318, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content {
  background: url(../img/content_bg.png) repeat;
  padding: 40px 0;
}
/* line 322, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content .inline-wrapper {
  padding: 0 40px;
  overflow: hidden;
  width: 900px;
}
/* line 327, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content .inline-wrapper .left-col, .company .content-wrapper .content .inline-wrapper .right-col {
  font-size: 14px;
  line-height: 24px;
  width: 435px;
}
/* line 332, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content .inline-wrapper .left-col {
  float: left;
  margin-bottom: 20px;
}
/* line 336, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content .inline-wrapper .right-col {
  float: right;
  width: 440px;
}
/* line 340, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content .inline-wrapper .desc_content {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}
/* line 345, ../../assets/magau/sass/screen.sass */
.company .content-wrapper .content .inline-wrapper img.right {
  float: right;
  margin: 0 20px 20px;
}

/* line 350, ../../assets/magau/sass/screen.sass */
.contact #map_canvas {
  background: url(../img/backgrounds/map_bg.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  max-height: 100%;
  height: 100%;
  position: fixed !important;
  width: 100%;
  min-width: 768px;
  top: 108px;
  z-index: 9;
}
/* line 363, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper {
  height: 213px;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -92px;
}
/* line 370, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper .inline-wrapper {
  padding: 0 35px;
  width: 910px;
}
/* line 374, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper .inline-wrapper .left-col, .contact .content-wrapper .inline-wrapper .right-col {
  font-size: 14px;
  line-height: 24px;
  width: 420px;
}
/* line 379, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper .inline-wrapper .left-col {
  float: left;
}
/* line 382, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper .inline-wrapper .right-col {
  float: right;
}
/* line 385, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper .inline-wrapper a {
  text-decoration: underline;
}
/* line 388, ../../assets/magau/sass/screen.sass */
.contact .content-wrapper .inline-wrapper a:hover {
  color: #8ecbff;
}

/* line 393, ../../assets/magau/sass/screen.sass */
.consulting .background {
  background: url(../img/backgrounds/consulting.jpg) no-repeat center;
  background-size: cover;
}
/* line 397, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper {
  height: 440px;
  top: 50%;
  margin-top: -220px;
  position: absolute;
}
/* line 403, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper blockquote {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 32px;
  padding: 0;
}
/* line 409, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper p {
  font-size: 14px;
  display: block;
  line-height: 21px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 417, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper hr {
  background: white;
  height: 1px;
  margin: 50px auto 0;
  width: 890px;
  border: none;
}
/* line 424, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper h2 {
  border: none;
  padding-top: 40px;
  margin-top: 0;
}
/* line 429, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper ul {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
/* line 435, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper ul li {
  display: inline-block;
  float: left;
  height: 65px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  width: 160px;
}
/* line 444, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper ul li span {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 160px;
}
/* line 451, ../../assets/magau/sass/screen.sass */
.consulting .content-wrapper ul li span img {
  vertical-align: middle;
}

/* line 455, ../../assets/magau/sass/screen.sass */
.imprint .background {
  background: none;
  background-color: #f0f0f0;
}
/* line 459, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper {
  background: none;
  position: relative;
  top: 120px;
}
/* line 464, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper h1, .imprint .content-wrapper h2, .imprint .content-wrapper h3, .imprint .content-wrapper p, .imprint .content-wrapper a {
  color: #333333;
}
/* line 467, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper a {
  text-decoration: underline;
}
/* line 470, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper a:hover {
  color: #878787;
  text-decoration: underline;
}
/* line 474, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper h2 {
  border-top: 1px solid #333333;
}
/* line 477, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper h3 {
  font-family: "Open Sans", Arial, serif;
  font-weight: lighter;
  margin-bottom: 7px;
}
/* line 482, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper p {
  font-size: 14px;
  line-height: 24px;
}
/* line 486, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper .fix-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 490, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper .fix-wrapper .left-col, .imprint .content-wrapper .fix-wrapper .right-col {
  font-size: 14px;
  line-height: 24px;
  width: 420px;
}
/* line 495, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper .fix-wrapper .left-col {
  float: left;
}
/* line 498, ../../assets/magau/sass/screen.sass */
.imprint .content-wrapper .fix-wrapper .right-col {
  float: right;
}

@media (max-width: 1850px) {
  /* line 504, ../../assets/magau/sass/screen.sass */
  .venture-capital .content-wrapper {
    padding-top: 238px;
  }
  /* line 508, ../../assets/magau/sass/screen.sass */
  .venture-capital .content-wrapper .content .inline-wrapper h1 {
    padding-top: 180px;
    margin-top: -180px;
  }
  /* line 512, ../../assets/magau/sass/screen.sass */
  .venture-capital .content-wrapper .content .inline-wrapper h2 {
    border: none;
    padding-top: 180px;
    margin-top: -180px;
  }

  /* line 517, ../../assets/magau/sass/screen.sass */
  .venture-capital .content-wrapper .content .inline-wrapper .anchor-fix {
    padding-top: 180px;
    margin-top: -180px;
  }
}
