/**
 * Breakpoints
 */
/**
 * Colors
 */
@import "../fonts/fonts.css";
.rs-columns, .Publication-action, .Publication, .Assistant-items, .Lawyer-media, .Teasers, .Footer-logos, .Footer-cols, .Footer-inner, .Content, .Meta-lang ul, .Meta-nav ul, .Meta-inner, .Nav ul, .Header-inner {
  *zoom: 1;
}
.rs-columns:before, .Publication-action:before, .Publication:before, .Assistant-items:before, .Lawyer-media:before, .Teasers:before, .Footer-logos:before, .Footer-cols:before, .Footer-inner:before, .Content:before, .Meta-lang ul:before, .Meta-nav ul:before, .Meta-inner:before, .Nav ul:before, .Header-inner:before, .rs-columns:after, .Publication-action:after, .Publication:after, .Assistant-items:after, .Lawyer-media:after, .Teasers:after, .Footer-logos:after, .Footer-cols:after, .Footer-inner:after, .Content:after, .Meta-lang ul:after, .Meta-nav ul:after, .Meta-inner:after, .Nav ul:after, .Header-inner:after {
  content: " ";
  display: table;
}
.rs-columns:after, .Publication-action:after, .Publication:after, .Assistant-items:after, .Lawyer-media:after, .Teasers:after, .Footer-logos:after, .Footer-cols:after, .Footer-inner:after, .Content:after, .Meta-lang ul:after, .Meta-nav ul:after, .Meta-inner:after, .Nav ul:after, .Header-inner:after {
  clear: both;
}

html {
  font-size: 1em;
  line-height: 1.4;
  color: #504349;
  font-family: "marinelight";
}

body {
  hyphens: auto;
  background: #f6f5f3;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #504349;
  margin: 1em 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
  font-family: "marine_up_regularregular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  color: #b3023c;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #504349;
}
h1 span {
  color: #b3023c;
}

figure {
  margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.invisible {
  display: none !important;
}

@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.u-text-focus {
  color: #b3023c !important;
}

.u-margin-none {
  margin: 0;
}

.Header {
  background: #fff;
  border-top: 14px solid #b3023c;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.Header-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 38px 20px 18px 20px;
  position: relative;
}

.Header-spacer {
  height: 118px;
}

.Logo {
  width: 207px;
  height: auto;
}

.Nav {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.Nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Nav li {
  float: left;
}
.Nav a,
.Nav span {
  display: block;
  padding: 1rem;
  padding: 10px 22px;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
}
.Nav a:hover,
.Nav span:hover {
  color: #b3023c;
}
.Nav a.active,
.Nav span.active,
.Nav a.trail,
.Nav span.trail {
  color: #b3023c;
  background: #f6f5f3;
}

.NavSub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.NavSub li {
  display: block;
  border-top: 1px solid #504349;
}
.NavSub a,
.NavSub span {
  text-transform: uppercase;
  padding: 8px 0;
  display: block;
  transition: all 0.2s ease-in-out;
}
.NavSub a:hover {
  color: #b3023c;
}
.NavSub span.active,
.NavSub a.trail {
  color: #b3023c;
}
.NavSub ul ul a,
.NavSub ul ul span {
  padding-left: 8px;
  font-size: 0.9em;
  color: #968e92;
}
.NavSub .level_2 {
  display: none;
}
.NavSub li.active .level_2,
.NavSub li.trail .level_2 {
  display: block;
}

.Nav-ctrl {
  cursor: pointer;
  border: 0;
  width: 44px;
  height: 36px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  outline: none;
  background: url(../img/nav_ctrl.png) center center no-repeat;
  display: block;
  background-size: 30px 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  display: none;
}

@media (min-width: 1024px) {
  .Nav {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .Nav-ctrl {
    display: block;
    float: right;
    margin-top: 5px;
  }

  .Nav a, .Nav span {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
  }
  .Nav ul {
    background: #dddad4;
    padding: 20px;
  }
  .Nav li {
    width: 100%;
    border-bottom: 2px solid #f6f5f3;
  }
  .Nav li:last-of-type {
    border-bottom: none;
  }
  .Nav a {
    display: block;
  }
}
.Hero {
  background: center center no-repeat;
}

.Hero-inner {
  position: relative;
  height: 380px;
  max-width: 1170px;
  margin: 0 auto;
}

.Hero-box {
  background: #fff;
  padding: 30px 36px;
  width: 568px;
  height: 186px;
  position: absolute;
  bottom: -58px;
  left: 74px;
  font-size: 25px;
  line-height: 1.6;
  z-index: 2;
  font-family: "marine_uplight";
}

.Hero-box-content {
  position: relative;
  padding-top: 16px;
}
.Hero-box-content:before {
  content: "";
  height: 3px;
  width: 118px;
  background: #b3023c;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.Hero-box-focus {
  color: #b3023c;
  display: block;
  font-family: "marine_regularregular";
}

.Hero-content {
  width: 100%;
  height: 380px;
  position: relative;
}

@media (max-width: 880px) {
  .Hero-box {
    left: 20px;
    right: 20px;
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
.Meta {
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
  max-width: 1170px;
  text-align: right;
  font-size: 15px;
  padding-left: 200px;
  margin-bottom: 54px;
}

.Meta-inner {
  background: #cec9a9;
  background: #d1cdc6;
}

.Meta-nav {
  float: right;
  padding-right: 6px;
}
.Meta-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Meta-nav li {
  float: left;
  position: relative;
}
.Meta-nav li:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #504335;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateY(-8px);
  top: 50%;
}
.Meta-nav li:last-child:after {
  display: none;
}
.Meta-nav a,
.Meta-nav span {
  display: block;
  padding: 0 0.5rem;
  padding: 0 10px;
  position: relative;
}
.Meta-nav a:hover,
.Meta-nav a.active,
.Meta-nav a.trail,
.Meta-nav span {
  color: #b3023c;
}

.Meta-lang {
  float: right;
  background: #dddad4;
  padding: 0 6px;
}
.Meta-lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Meta-lang li {
  float: left;
  position: relative;
}
.Meta-lang li:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #504335;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateY(-8px);
  top: 50%;
}
.Meta-lang li:last-child:after {
  display: none;
}
.Meta-lang a,
.Meta-lang span {
  text-transform: lowercase;
  display: block;
  padding: 0 0.5rem;
}
.Meta-lang a:hover,
.Meta-lang a.active,
.Meta-lang a.trail,
.Meta-lang span {
  color: #b3023c;
}

@media (max-width: 880px) {
  .Meta {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: inherit;
    text-align: left;
  }

  .Meta-inner {
    padding-top: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .Meta-lang,
.Meta-nav {
    float: left;
    line-height: 42px;
  }
}
.Container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.Sidebar {
  float: left;
  width: 260px;
  margin-top: 10px;
  padding-bottom: 48px;
  padding-bottom: 120px;
}

@media (max-width: 880px) {
  .Sidebar {
    float: none;
    padding: 0;
    width: 100%;
    margin-bottom: 36px;
    margin-top: 0;
  }
}
.Main {
  padding-bottom: 48px;
  padding-bottom: 80px;
  padding-left: 280px;
}
.Main a {
  color: #b3023c;
}

@media (max-width: 880px) {
  .Main {
    padding-left: 0;
    width: 100%;
  }
}
.Footer {
  background: #dddad4;
  font-size: 17px;
}

.Footer-copyright {
  background: #d1cdc6;
  border-top: 1px solid #a9a39f;
  font-size: 12px;
  padding: 20px 0;
}

.Footer-content {
  padding: 38px 20px;
}

.Footer-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 300px;
  position: relative;
}

.Footer-cols {
  margin-left: -20px;
}

.Footer-col {
  float: left;
  width: 27%;
  padding-left: 20px;
}

.Footer-col--first {
  width: 33%;
}

.Footer-col--logos {
  width: 40%;
  padding-left: 0;
}

.Footer-logo {
  width: 96px;
  height: auto;
}

.Footer-text {
  display: inline-block;
  margin: 0 2rem;
}

.Footer-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-bottom: -20px;
}
.Footer-logos li {
  float: left;
  padding-right: 24px;
  margin-right: 24px;
  height: 70px;
  width: auto;
  border-right: 1px solid #bdb8aa;
  margin-bottom: 20px;
}
.Footer-logos li:last-child {
  margin-right: 0;
  border: 0;
  padding-right: 0;
}
.Footer-logos img {
  height: 100%;
  width: auto;
  display: block;
}

.Footer-copyright {
  padding-left: 20px;
  padding-right: 20px;
}

.Footer-copyright a {
  transition: all 0.2s ease-in-out;
}

.Footer-copyright a:hover {
  color: #b3023c;
}

@media (max-width: 1240px) {
  .Footer-col {
    width: 50%;
    padding-left: 20px;
  }

  .Footer-col:last-of-type {
    float: none;
    width: 100%;
    clear: left;
    padding-top: 36px;
  }

  .Footer-logos {
    float: none;
  }
}
@media (max-width: 880px) {
  .Footer-inner {
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .Footer-col {
    width: 100%;
    float: none;
    margin-bottom: 36px;
    padding-top: 0 !important;
  }

  .Footer-col:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .Footer-text {
    display: block;
    margin: 15px 0 0 0;
  }
}
.Breadcrumbs {
  margin-bottom: 36px;
  font-size: 13px;
}
.Breadcrumbs a {
  color: #b3023c;
}

.Breadcrumbs-nav {
  display: inline-block;
  margin-left: 2px;
}
.Breadcrumbs-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Breadcrumbs-nav li {
  margin-left: 4px;
  padding-left: 12px;
  position: relative;
  display: inline-block;
}
.Breadcrumbs-nav li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #7a716b;
}
.Breadcrumbs-nav .first {
  display: none;
}

.Focus {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-family: "marine_up_regularregular";
}

.Teasers {
  margin-bottom: 2rem;
  margin-left: -12px;
}
.Teasers a {
  display: block;
  color: #504349 !important;
}

.Teasers-box {
  width: 50%;
  float: left;
  height: 236px;
  height: 266px;
  transition: all 0.2s ease-in-out;
  padding: 24px 12px;
}

.Teasers-box:hover {
  background: #e9e7e3;
}

.Teasers-box-title {
  font-size: 22px;
  height: 64px;
  border-bottom: 1px solid #504349;
  margin-bottom: 16px;
}

@media (max-width: 620px) {
  .Teasers {
    margin-left: 0;
  }

  .Teasers-box {
    width: 100%;
    float: none;
    height: auto;
  }
}
.Lawyer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.Lawyer li {
  position: relative;
  padding-left: 12px;
}
.Lawyer li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.Lawyer-media {
  border-bottom: 1px solid #504349;
  margin-bottom: 32px;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.Lawyer-media img {
  width: 258px;
  height: auto;
}

.Lawyer-contact {
  float: left;
  padding-left: 32px;
}
.Lawyer-contact ul {
  margin: 0 0 16px 0;
}
.Lawyer-contact li {
  padding: 0;
  padding-left: 24px;
}
.Lawyer-contact li:before {
  content: "";
  display: none;
}
.Lawyer-contact a {
  color: #504349;
}
.Lawyer-contact a:hover {
  color: #b3023c;
}

.Lawyer-vcard {
  background: url(../img/vcard.png) left center no-repeat;
  background-size: 15px 8px;
}

.Lawyer-phone {
  background: url(../img/phone.png) 3px center no-repeat;
  background-size: 8px 16px;
}

.Lawyer-email {
  background: url(../img/email.png) left center no-repeat;
  background-size: 15px 10px;
}

.Lawyer-cv {
  background: url(../img/pdf.png) left center no-repeat;
  background-size: 15px;
}

.Lawyer-profile {
  width: auto;
  float: left;
}

.Lawyer-name {
  color: #b3023c;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 8px;
}

.Lawyer-title {
  color: #b3023c;
  margin-bottom: 32px;
}

.Assistant-items {
  margin-top: 140px;
  margin-left: -20px;
  overflow: hidden;
}

.Assistant-item {
  float: left;
  width: 50%;
  padding-left: 20px;
}

.Assistant-item:nth-child(3) {
  clear: left;
}
.Assistant-item:nth-child(3) .Assistant {
  border-top: 0 !important;
}

.Assistant-item:nth-child(4) .Assistant,
.Assistant-item:nth-child(5) .Assistant,
.Assistant-item:nth-child(6) .Assistant {
  border-top: 0 !important;
}

.Assistant {
  border-top: 1px solid #504349;
  padding-top: 40px;
}

.Assistant-headline {
  color: #b3023c;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 16px;
}

.Assistant-name {
  color: #b3023c;
  margin-bottom: 24px;
  font-size: 1rem;
}

.Assistant.is-active .Assistant-control {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.Assistant-control {
  width: 27px;
  height: 27px;
  background: url(../img/arrow-right-circle.png) center center;
  display: inline-block;
  margin-left: 71px;
  position: relative;
  top: 7px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.Assistant-content {
  display: none;
}

.Assistant .Lawyer-profile img {
  width: 129px;
  height: auto;
}

@media (max-width: 520px) {
  .Lawyer-media {
    display: block;
  }

  .Lawyer-contact {
    padding-left: 0;
  }

  .Lawyer-contact ul {
    margin-top: 16px;
  }
}
.Downloads {
  border-top: 1px solid #504349;
}
.Downloads a {
  color: #504349;
}

.Download {
  border-bottom: 1px solid #504349;
  padding: 12px 0;
  position: relative;
  padding-right: 36px;
}

.Download-icon {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 12px;
  right: 0;
  background: right top no-repeat;
  background-size: 27px 27px;
}

.Download-icon--pdf {
  background-image: url(../img/pdf-icon.png);
}

.Download-title {
  font-size: 24px;
  color: #b3023c;
  margin: 0 0 8px 0;
}

.Links {
  margin-bottom: 32px;
}
.Links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Links li {
  background: url(../img/arrow-right.png) left 4px no-repeat;
  background-size: 8px 13px;
  padding-left: 14px;
  margin-bottom: 20px;
}
.Links a {
  color: #504349;
}
.Links a:hover {
  color: #b3023c;
}

.Publication {
  border-top: 1px solid #504349;
  padding: 16px;
  max-width: 740px;
  margin-top: 10px;
  position: relative;
}

.Publication-ctrl {
  width: 27px;
  height: 27px;
  background: url(../img/arrow_right.png) center center no-repeat;
  background-size: 27px auto;
  position: absolute;
  top: 20px;
  right: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: transform 0.25s ease-in;
  outline: none;
}

.Publication-ctrl.is-active {
  transform: rotate(90deg);
}

.Publication-media {
  float: left;
  width: 215px;
}
.Publication-media img {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}

.Publication-content {
  margin-left: 251px;
}

.Publication-title {
  font-size: 32px;
  color: #b3023c;
  margin: 0 0 16px 0;
}

.Publication-meta {
  color: #b3023c;
  margin-bottom: 16px;
}

.Publication-main {
  margin-bottom: 42px;
}

.Publication-description {
  padding-top: 16px;
}

.Publication-price {
  font-size: 28px;
  float: left;
  min-width: 116px;
  padding-top: 8px;
  position: relative;
}
.Publication-price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 133px;
  height: 3px;
  background: #b3023c;
}

.Publication-buy {
  float: right;
  border-radius: 3px;
  background: #d1cdc6;
  margin: 12px 0 0 0;
  border: 0;
  font-size: 18px;
  padding: 6px 28px;
  outline: none;
  color: #504349 !important;
}

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

  .Publication-media {
    float: none;
    width: 100%;
  }

  .Publication-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.Map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Contact .Sidebar {
  margin-top: -8px;
}
.Contact .Sidebar-content .ce_text {
  margin-bottom: 50px;
}
.Contact .Sidebar-content h1 {
  color: #b3023c;
}

.Contact-form {
  background: #e4e1dc;
  max-width: 696px;
  margin-bottom: 40px;
  padding: 44px;
}
.Contact-form .widget {
  overflow: hidden;
  margin-bottom: 8px;
}
.Contact-form label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 2px;
}
.Contact-form .widget-textarea label {
  float: none;
  width: auto;
}
.Contact-form input,
.Contact-form select,
.Contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
}
.Contact-form input,
.Contact-form select {
  width: 240px;
}
.Contact-form textarea {
  width: 340px;
}
.Contact-form input[type=submit] {
  width: auto;
  padding: 0.25rem 1rem;
}

@media (max-width: 580px) {
  .Contact-form {
    padding: 20px;
  }
}
.Lex {
  font-size: 22px;
  font-family: "marine_up_regularregular";
  overflow: hidden;
}
.Lex .float_left {
  float: left;
  margin-right: 16px;
}

@media (max-width: 460px) {
  .Lex .float_left {
    float: none;
    margin-bottom: 20px;
  }
}
.Top {
  width: 66px;
  height: 66px;
  background: url(../img/icon-top.png) center center no-repeat;
  background-size: 66px 66px;
  border: 1px solid red;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(635px, -50%);
  z-index: 10;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  display: block;
}

.Top.is-active {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .Top {
    display: none;
  }
}
.TeamOverview-group {
  margin-bottom: 60px;
}

.TeamOverview-items {
  overflow: hidden;
  margin-left: -20px;
}

.TeamOverview-item {
  padding-left: 20px;
  float: left;
  width: 33.333333%;
  margin-bottom: 36px;
}

.TeamOverview-inner {
  border-bottom: 1px solid #504349;
}

.TeamOverview-photo {
  margin-bottom: 32px;
}

.TeamOverview-content {
  position: relative;
  height: 90px;
}

.TeamOverview-name {
  font-size: 20px;
}

.TeamOverview-description {
  font-size: 15px;
  position: absolute;
  bottom: 5px;
}

@media (max-width: 1024px) {
  .TeamOverview-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .TeamOverview-item {
    width: 100%;
  }
}
.pdf_link {
  display: none;
}

.TeamSearch {
  background: #e4e1dc;
  margin-bottom: 58px;
  padding: 30px 24px 26px 24px;
  /* Webkit */
  /* Firefox 4-18 */
  /* Firefox 19+ */
  /* IE10+ */
}
.TeamSearch select,
.TeamSearch input,
.TeamSearch button {
  border-radius: 3px;
  border: 1px solid #a29b95;
  background: #d1cdc6;
  color: #73696d;
  outline: none;
  padding: 0 10px;
  font-size: inherit;
}
.TeamSearch ::-webkit-input-placeholder {
  color: #73696d;
}
.TeamSearch :-moz-placeholder {
  color: #73696d;
}
.TeamSearch ::-moz-placeholder {
  color: #73696d;
}
.TeamSearch :-ms-input-placeholder {
  color: #73696d;
}

.TeamSearch-content {
  margin-left: -20px;
  overflow: hidden;
}
.TeamSearch-content input,
.TeamSearch-content select {
  width: 100%;
  max-width: 100%;
  height: 28px;
  line-height: 28px;
}

.TeamSearch-item {
  padding-left: 20px;
  float: left;
  width: 50%;
  height: 36px;
  margin-bottom: 16px;
}

.TeamSearch-submit {
  text-align: right;
}
.TeamSearch-submit button {
  background: #7a716b;
  color: #d1cdc6;
}

.TeamSearch-search {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  border-right: 1px solid #aaa49f;
  display: inline-block;
  margin-right: 8px;
}

.TeamSearch-arrow {
  font-size: 26px;
  line-height: 20px;
  position: relative;
  top: 2px;
}

.TeamNav {
  margin-top: -8px;
}

.TeamNav--overview .TeamNav-sublist {
  display: none;
}

.TeamNav--overview .TeamNav-category {
  cursor: pointer;
}

.TeamNav-list li.is-active .TeamNav-category {
  color: #b3023c;
}

.Contributions {
  border-bottom: 1px solid #504349;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.Contributions-header {
  position: relative;
}

.Contributions-author {
  font-size: 32px;
  font-weight: normal;
  font-family: "marine_up_regularregular";
  color: #b3023c;
}

.Contributions-link {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 18px;
  color: #b3023c;
  background: url(../img/arrow_right.png) right center no-repeat;
  padding-right: 40px;
  line-height: 27px;
  height: 27px;
  background-size: 27px 27px;
  padding-top: 2px;
}

.Contribution {
  padding-bottom: 15px;
}

.Contribution-title {
  font-size: 24px;
  color: #504349;
}

.Contribution-download {
  padding-top: 25px;
}

.Contribution-button {
  background: url(../img/pdf-icon.png) center center no-repeat;
  background-size: 27px 27px;
  display: block;
  width: 27px;
  height: 27px;
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
}

.Order-items {
  border-top: 1px solid #504349;
  margin-top: 10px;
  margin-bottom: 88px;
}

.Order-item {
  border-bottom: 1px solid #504349;
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 42px;
}

.Order-item > div {
  display: table-cell;
  vertical-align: top;
}

.Order-item-image {
  width: 130px;
}
.Order-item-image img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.Order-item-content {
  padding-right: 30px;
}

.Order-item-costs {
  color: #504349;
  width: 160px;
  padding-right: 20px;
}

.Order-item-count {
  width: 50px;
  text-align: right;
  padding-top: 4px;
}

.Order-item-price {
  width: 160px;
}

.Order-item-price-content {
  border-top: 3px solid #b3023c;
  padding-top: 15px;
  width: 124px;
  margin-top: 20px;
}

.Order-item-price-value {
  font-size: 28px;
  line-height: 1.1;
  display: block;
  white-space: nowrap;
  margin-bottom: 3px;
}

.Order-item-price-shipping {
  font-size: 14px;
  display: block;
}

.Order-item-title {
  font-size: 32px;
  color: #b3023c;
  margin: 0 0 16px 0;
}

.Order-item-description {
  color: #b3023c;
}

.Order-info span {
  color: #b3023c;
}

.Order-item-amout {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 14px;
  border: 0;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.Order-form {
  background: #e4e1dc;
  margin-bottom: 40px;
  padding: 44px;
  margin-bottom: 44px;
}
.Order-form input[type=text],
.Order-form select,
.Order-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 100%;
  outline: none;
  width: 60%;
  padding: 0 6px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.Order-form textarea {
  width: 100%;
  height: 150px;
}

.Order-form-row {
  margin-bottom: 10px;
  padding: 4px 0;
}

.Order-label {
  display: block;
}

.Order-label--inline {
  display: inline-block;
  float: left;
  width: 100px;
  padding-top: 4px;
}

.Order-label--block {
  margin-bottom: 4px;
}

.Order-submit {
  text-align: right;
}

.Order-submit-button {
  background: #c6c1b8;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 28px;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

.ce_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ce_list li {
  background: url(../img/arrow-right.png) left 4px no-repeat;
  background-size: 8px 13px;
  padding-left: 14px;
  margin-bottom: 20px;
}

.rs-columns {
  margin-left: -20px;
}

.rs-column.-large-col-2-1 {
  width: 50% !important;
  padding-left: 20px;
}

.rs-column {
  margin-right: 0;
}

@media (max-width: 600px) {
  .rs-columns {
    margin-left: 0;
  }

  .rs-column.-large-col-2-1 {
    width: 100% !important;
    padding-left: 0;
  }
}
.nwlogos{
  margin-top:45px;
}
.nwlogos a{
  display: inline-block;
  border-bottom: 1px solid #504349;
  padding: 0 20px 15px;
}
.nwlogos .last a{
  border: none;

}
.nwlogos img {
    width: 100px;
    margin: 0 auto;
}

.nwlogos .image_container {
text-align: center;
padding:15px 0 0;
}
.cookie-banner {
  position: fixed;
  z-index: 2;
  right: 20%;
  bottom: 2%;
  height: 12.5%;
  width: 55%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d1cdc6;
}
.closecookie {
  height: 35px;
  border: none;
  background-color: white;
  color: black;
  cursor: pointer;
}