@font-face {
  font-family: 'exo2';
  src: url('../fonts/exo2/light.woff2') format('woff2'),
       url('../fonts/exo2/light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'exo2';
  src: url('../fonts/exo2/regular.woff2') format('woff2'),
       url('../fonts/exo2/regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans/regular.woff2') format('woff2'),
       url('../fonts/opensans/regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'opensans';
  src: url('../fonts/opensans/bold.woff2') format('woff2'),
       url('../fonts/opensans/bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

*,
*:before, 
*:after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/** /
* {
  outline: 1px dotted rgba( 0, 0, 0, .2 );
}
/**/

html {
  font-size: 62.5%;
  line-height: 1.333em;
  height: 100%;
}

body {
  background-color: #fff;
  color: rgb( 102, 102, 102 );
  font-family: opensans, Arial, sans-serif;
  font-size: 1.3rem;
  height: 100%;
  line-height: 2.3rem;
}

/*
body.banner-open {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
*/

/**/
@media ( min-width: 1480px ) {
  body {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
/**/

#superheader {
  height: 8.5rem;
  max-width: 79rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

/**/
@media ( min-width: 1480px ) {
  #superheader {
    height: 15.9rem;
    max-width: 148rem;
  }
}
/**/

@media ( max-width: 679px ) {
  #superheader {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}

#logo {
  display: block;
  left: 0;
  position: absolute;
  top: 2.5rem;
  width: 20rem;
}

/**/
@media ( min-width: 1480px ) {
  #logo {
    top: 5.2rem;
    width: 35.6rem;
  }
}
/**/

@media ( max-width: 829px ) {
  #logo {
    left: 1rem;
  }
}

#logo img {
  width: 100%;
}

#mitgliedschaften {
  display: flex;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 1rem;
  max-width: 18rem;
  max-width: 9rem;
}

/**/
@media ( min-width: 1480px ) {
  #mitgliedschaften {
    height: 4rem;
    top: 3.5rem;
    max-width: 25.4rem;
    max-width: 13rem;
  }
}
/**/

@media ( max-width: 413px ) {
  #mitgliedschaften {
    display: none;
    top: 5.5rem;
  }
}

/*
#mitgliedschaften a {
  display: block;
  height: 2rem;
  margin: 1rem 1rem 0;
  width: 50%;
}
*/
#mitgliedschaften #aiic {
	display: none;
}

/**/
@media ( min-width: 1480px ) {
  #mitgliedschaften a {
    height: 4rem;
  }
}
/**/

#mitgliedschaften a img {
  width: 100%;
}

nav ul {
  list-style: none inside;
}

#header nav > ul,
#footer nav > ul {
  display: flex;
  justify-content: flex-start;
}

@media ( max-width: 679px ) {
  #header nav > ul {
    flex-direction: column;
    width: 100vw;
  }
}

@media ( min-width: 680px ) {
  #header nav > ul > li:first-of-type,
  #header nav > ul > li:nth-of-type(n+8),
  #footer nav > ul > li:first-of-type,
  #footer nav > ul > li:nth-of-type(n+8) {
    display: none;
  }
}

nav a {
  text-decoration: none;
}

#header {
  margin: 0 auto;
  position: relative;
  max-width: 196rem;
}

@media ( max-width: 679px ) {
  #header {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 0 1rem;
    position: fixed;
    top: 5.5rem;
    z-index: 10;
  }
}

#header nav {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.6rem;
  padding: 0;
}

/**/
@media ( min-width: 1480px ) {
  #header nav {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
/**/

#header nav a {
  display: block;
}

#header nav.navbar ul {
  margin: 0 auto;
  max-width: 65.4rem;
}

/**/
@media ( min-width: 1480px ) {
  #header nav.navbar ul {
    max-width: 122.6rem;
  }
}
/**/

#header nav > ul > li > a {
  text-transform: uppercase;
}

@media ( min-width: 680px ) {
  #header nav.navbar > ul > li > a {
    border-bottom: .6rem solid transparent;
    display: inline-block;
    padding: 1.7rem 0 0.7rem;
  }

  #header nav.navbar > ul > li.active > a {
    border-color: rgb( 213, 217, 221 );
  }

  #header nav.navbar > ul > li.active-child > a {
    border-color: rgb( 168, 17, 28 );
  }

  #header nav.subnavbar {
    background-color: rgba( 255, 255, 255, .5 );
    display: none;
    position: absolute;
    top: 0;
  }

  #header nav.navbar > ul > li.team:hover > ul {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    position: absolute;
    width: 52rem;
    z-index: 100;
  }

  #header nav.navbar > ul > li.team > ul li {
    position: relative;
    width: 26rem;
    z-index: 101;
  }
  
  @media ( max-width: 1479px ) {
    #header nav.navbar > ul > li.team:hover > ul {
      width: 28rem;
    }

    #header nav.navbar > ul > li.team > ul li {
      width: 14rem;
    }
  }

  #header nav.navbar > ul > li.team > ul li.vivi-bentin { order: 1; }
  #header nav.navbar > ul > li.team > ul li.sabine-kreuzpaintner { order: 2; }
  #header nav.navbar > ul > li.team > ul li.sara-campos-arnoldi { order: 3; }
  #header nav.navbar > ul > li.team > ul li.martina-theimer { order: 4; }

  #header nav.navbar > ul > li.team:hover > ul:before {
    background-color: rgba( 255, 255, 255, .8 );
    content: '';
    left: -2rem;
    height: 100%;
    position: absolute;
    right: -2rem;
    z-index: 99;
  }
  
  #header nav.navbar > ul > li.team > ul > li {
    white-space: nowrap;
  }
}

/**/
@media ( min-width: 1480px ) {
  #header nav.navbar > ul > li > a {
    padding: 3.7rem 0 2.7rem;
  }
}
/**/

@media ( max-width: 679px ) {
  #header {
    height: 46px;
    transition: height .25s ease;
  }
  #header nav.navbar {
    padding: 0 1rem;
  }
  #header nav.navbar > ul > li a {
    padding: 1rem 0 0;
  }
  #header nav.navbar > ul > li a {
    display: none;
  }
  #header nav.navbar > ul > li a.active {
    display: block;
  }
  #mobile-nav-toggle:checked ~ #page-wrapper #header {
    height: calc( 100vh - 5.5rem );
    overflow-y: scroll;
  }
  #mobile-nav-toggle:checked ~ #page-wrapper #header nav.navbar {
/*    border-bottom: 1px solid #eee;*/
    padding-bottom: 1rem;
  }
  #mobile-nav-toggle:checked ~ #page-wrapper #header nav.navbar > ul > li a {
    display: block;
  }
  #mobile-nav-toggle:checked ~ #page-wrapper #header nav.navbar > ul > li li {
    margin-left: 1rem;
  }

  #header nav.navbar li.dolmetscher-stuttgart,
  #header nav.navbar li.dolmetscher-berlin,
  #header nav.navbar li.ferndolmetschen {
    display: none;
  }

}

/**/
@media ( min-width: 1480px ) {
  #header nav.subnavbar {
    min-height: 12rem;
  }
}
/**/

@media ( max-width: 679px ) {
  #header nav.subnavbar {
    display: none;
  }
}

#header nav.subnavbar ul {
  margin: 0 auto;
  max-width: 65.4rem;
}

/**/
@media ( min-width: 1480px ) {
  #header nav.subnavbar ul {
    max-width: 122.6rem;
  }
}
/**/

nav ul li.blog ul {
  display: none !important;
}

@media ( min-width: 680px ) {
  #header nav > ul > li {
    position: relative;
    margin-right: 3rem;
  }
  html[lang=en] #header nav > ul > li {
    margin-right: 2.5rem;
  }
  html[lang=es] #header nav > ul > li {
    margin-right: 2.5rem;
  }
}

#header nav a {
  color: rgb( 135, 136, 138 );
}

#header nav a:hover,
#header nav li.active > a {
  color: rgb( 168, 17, 28 );
}

@media ( min-width: 680px ) {
  #header nav > ul > li > ul {
    display: none;
  }
}

#header nav.subnavbar > ul > li > a {
  height: 0;
  opacity: .5;
  overflow: hidden;
}

#header nav.subnavbar > ul > li.active-child > ul,
#header nav.subnavbar > ul > li.active > ul {
  display: inline-block;
  padding-top: .6rem;
  position: absolute;
}

#header nav.subnavbar > ul > li > ul > li {
  white-space: nowrap;
}

#mobile-nav-toggle,
#mobile-nav-toggle-label {
  display: none;
}


@media ( max-width: 679px ) {
  #mobile-nav-toggle-label {
    cursor: pointer;
    display: block;
    font-size: 2.1rem;
    line-height: 2.1rem;
    padding: 1rem;
    position: fixed;
    text-align: right;
    right: 0;
    top: 5.5rem;
    width: 100vw;
    z-index: 11;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #mobile-nav-toggle-label i:nth-of-type(2) {
    display: none;
  }
  #mobile-nav-toggle:checked ~ #mobile-nav-toggle-label {
    width: auto;
  }
  #mobile-nav-toggle:checked ~ #mobile-nav-toggle-label i:nth-of-type(1) {
    display: none;
  }
  #mobile-nav-toggle:checked ~ #mobile-nav-toggle-label i:nth-of-type(2) {
    display: inline-block;
  }
}

.langswitcher {
  font-size: 1.2rem;
  font-weight: normal;
  display: flex;
  justify-content: flex-end;
  left: 0;
  line-height: 2.6rem;
  list-style: none inside;
  margin: 0 auto;
  padding: 1.7rem 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 65.4rem;
}

/**/
@media ( min-width: 1480px ) {
  .langswitcher {
    font-size: 2.2rem;
    line-height: 3.6rem;
    max-width: 122.6rem;
    padding: 3.7rem 0;
  }
}
/**/

@media ( max-width: 679px ) {
  .langswitcher {
    display: none;
/*    order: 1;*/
    position: static;
  }
  #mobile-nav-toggle:checked ~ #page-wrapper .langswitcher {
    background-color: #eee;
    border-radius: .4rem;
    display: flex;
    left: auto;
    padding: .4rem .8rem;
    margin: 1.6rem 0 0 0;
    position: fixed;
    right: 1.7rem;
    top: 8rem;
    width: 9rem;
    z-index: 10;
  }
}

.langswitcher li:not(:first-of-type) {
  margin-left: .8rem;
  padding-left: .6rem;
  position: relative;
}

.langswitcher li:not(:first-of-type):before {
  background-color: rgb( 102, 102, 102 );
  content: '';
  display: block;
  left: -.2rem;
  height: 1.2rem;
  position: absolute;
  top: .8rem;
  width: .1rem;
}

.langswitcher li a {
  color: rgb( 102, 102, 102 );
  text-decoration: none;
}

.langswitcher li a.active {
  color: rgb( 168, 17, 28 );
}

@media ( max-width: 679px ) {
  #start {
    margin-top: 10rem;
  }
}

h1 {
  color: rgb( 168, 17, 28 );
  font-family: exo2, arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 4.2rem;
}

/**/
@media ( min-width: 1480px ) {
  h1 {
    font-size: 6rem;
    line-height: 8rem;
  }
}
/**/

h2 {
  color: rgb( 168, 17, 28 );
  font-family: opensans, arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 2rem;
}

/**/
@media ( min-width: 1480px ) {
  h2 {
    font-size: 3.6rem;
    line-height: 5.6rem;
  }
  #team h2 {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
/**/

h3 {
  color: rgb( 156, 158, 159 );
  font-family: opensans, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  text-transform: uppercase;
}

/**/
@media ( min-width: 1480px ) {
  h3 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
/**/

h4 {
  color: rgb( 82, 118, 132 );
  font-family: opensans, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}

/**/
@media ( min-width: 1480px ) {
  h4 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
/**/

h5 {
  color: rgb( 168, 17, 28 );
  font-family: opensans, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

/**/
@media ( min-width: 1480px ) {
  h5 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
/**/

h6 {
  color: rgb( 168, 17, 28 );
  font-family: opensans, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
}

/**/
@media ( min-width: 1480px ) {
  h6 {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}
/**/

p {
  margin-bottom: 2rem;
}

#page-wrapper {
  margin: 0 auto;
  max-width: 196rem;
  width: 100%;
}

@media ( max-width: 767px ) {
  #page-wrapper {
    padding-bottom: 3rem;
  }
}

.container {
  max-width: 79rem;
  margin: 0 auto;
  width: 100%;
}

/**/
@media ( min-width: 1480px ) {
  .container {
    max-width: 148rem;
  }
}
/**/

.container img {
  width: 100%;
}

.container ul {
  list-style: none inside;
  margin-bottom: 4rem;
}

.container li {
  padding-left: 2rem;
  position: relative;
}

/**/
@media ( min-width: 1480px ) {
  .container li {
    padding-left: 4rem;
  }
}
/**/

.container li:before {
  content: '•';
  left: 0;
  position: absolute;
}

.modular-intro {
/*  background-color: rgb( 213, 217, 221 );*/
  padding: 6.4rem 0 3rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-intro {
    padding: 12rem 0;
  }
}
/**/

.modular-intro .container {
  background-color: #fff;
}

.modular-intro .container .text {
  color: rgb( 82, 118, 132 );
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-width: 51.8rem;
  margin: 0 auto;
  padding: 4rem 0 2.5rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-intro .container .text {
    max-width: 97.2rem;
  }
}
/**/

@media ( max-width: 1023px ) {
  .modular-intro .container .text {
    padding: 4rem 2rem .5rem;
  }
}

.modular-intro .container hr {
  background: url(../images/dot.svg) repeat-x 0 0;
  height: .4rem;
  margin: 3rem 0;
  max-width: 24.4rem;
}

body.home .modular-intro .container hr {
  max-width: 100%;
  width: 100%;
  @media ( width > 800px ) {
    left: -14rem;
    position: relative;
    max-width: 79rem;
    width: 79rem;
    z-index: +1;
  }
  @media ( width > 1500px ) {
    left: -26rem;
    position: relative;
    max-width: 148rem;
    width: 148rem;
    z-index: +1;
  }
}

.modular-intro .container .hero {
  background-color: transparent;
  margin: 4rem 0 12rem;
  position: relative;
  z-index: 0;
}

.modular-intro .container .hero:before {
  background-color: rgb( 213, 217, 221 );
  content: '';
  display: block;
  height: calc( 100% + 16rem );
  left: calc( ( 100vw - 148rem ) / -2 );
  right: calc( ( 100vw - 148rem ) / -2 );
  top: -8rem;
  position: absolute;
  z-index: -1;
}

@media ( max-width: 1479px ) {
  .modular-intro .container .hero:before {
    left: calc( ( 100vw - 79rem ) / -2 );
    right: calc( ( 100vw - 79rem ) / -2 );
  }
}

@media ( max-width: 789px ) {
  .modular-intro .container .hero {
    margin: 4rem 0 4rem;
  }
  .modular-intro .container .hero:before {
    height: calc( 100% + 8rem );
    left: 0;
    right: 0;
    top: -4rem;
  }
}


/**/
@media ( min-width: 1480px ) {
  .modular-intro .container hr {
    height: .8rem;
    margin: 5rem 0;
    max-width: 50.4rem;
  }
}
/**/

.modular-subintro {
  background-color: rgb( 213, 217, 221 );
  padding: 6.4rem 0;
}

/**/
@media ( min-width: 1480px ) {
  .modular-subintro {
    padding: 12rem 0;
  }
}
/**/

.modular-subintro .container {
  background-color: #fff;
  display: flex;
}

@media ( max-width: 767px ) {
  .modular-subintro .container {
    flex-direction: column;
  }
}

.modular-subintro .container .hero {
  display: flex;
  flex-direction: column;
  max-height: 60rem;
  max-width: 71.8rem;
  min-height: 30rem;
  overflow: hidden;
  width: 100%;
}

@media ( max-width: 767px ) {
  .modular-subintro .container .hero {
    max-height: none;
    max-width: none;
  }
}

.modular-subintro .container .hero img {}

.modular-subintro .container .text {
  color: rgb( 82, 118, 132 );
  padding: 2.4rem;
  position: relative;
  width: 100%;
}

/**/
@media ( min-width: 1480px ) {
  .modular-subintro .container .text {
    padding: 4rem;
  }
}
/**/

.modular-subintro .container .text h1 {
  bottom: 2rem;
  position: absolute;
/*  width: calc( 100% - 8rem );*/
}

/**/
@media ( min-width: 1480px ) {
  .modular-subintro .container .text h1 {
    bottom: 4rem;
  }
}
/**/

@media ( max-width: 767px ) {
  .modular-subintro .container .text h1 {
    position: static;
  }
}

.modular-subintro .container hr {
  background: url(../images/dot.svg) repeat-x 0 0;
  height: .4rem;
  margin: 1.5rem 0;
  max-width: 26rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-subintro .container hr {
    height: .8rem;
    margin: 5rem 0;
    max-width: 50.4rem;
  }
}
/**/

.modular-quote {
  padding: 6rem 0 2rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-quote {
    padding: 12rem 0 2rem;
  }
}
/**/

.modular-quote + hr {
  background: url(../images/dot.svg) repeat-x 0 0;
  height: .4rem;
  margin: 2.5rem auto 5rem;
  max-width: 79rem;
  width: 100%;
}

body.team.top-level .modular-quote + hr {
  margin-bottom: 6rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-quote + hr {
    height: .8rem;
    margin: 0 auto 5rem;
    max-width: 148rem;
  }
}
/**/

.modular-quote .container {
  max-width: 51.8rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-quote .container {
    max-width: 97.2rem;
  }
}
/**/

.modular-quote blockquote p {
  margin-bottom: 0;
}

@media ( max-width: 559px ) {
  .modular-subintro .container .text,
  .modular-akkordeon .container,
  .modular-text .container,
  .modular-video .container,
  .modular-quote .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modular-video {
  background-color: rgb( 238, 239, 241 );
  margin-top: 4rem;
}

.modular-video .inner-wrapper {
  display: flex;
  flex-direction: column;
}

@media ( max-width: 517px ) {
  .modular-video .inner-wrapper {
    padding-top: 56.37%;
    position: relative;
    width: 100%;
  }
  
  .modular-video .inner-wrapper > iframe {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
  }
}


blockquote {
  color: rgb( 82, 118, 132 );
  font-size: 1.5rem;
  line-height: 3.2rem;
}

/**/
@media ( min-width: 1480px ) {
  blockquote {
    font-size: 2.8rem;
    line-height: 5.7rem;
  }
}
/**/

.modular-picture .container {
  width: 50%;
}

cite {
  display: block;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.5rem;
  text-align: right;
}

.container a {
  color: rgb( 168, 17, 28 );
}

.container a[href*="mailto:"] {
  white-space: nowrap;
}

.modular-video .container,
.modular-akkordeon .container,
.modular-text .container {
  max-width: 51.8rem;
}

/**/
@media ( min-width: 1480px ) {
  .modular-video .container,
  .modular-akkordeon .container,
  .modular-text .container {
    max-width: 97.2rem;
  }
}
/**/

.modular-text .container hr {
  background: url(../images/dot.svg) repeat-x 0 0;
  height: .4rem;
  margin: 3.5rem auto 4rem;
  position: relative;
  width: calc( 100% - .4rem );
}

body.agb .modular-text,
body.terms-and-conditions .modular-text,
body.impressum .modular-text,
body.imprint .modular-text,
body.datenschutz .modular-text,
body.data-protection .modular-text {
  padding-top: 4rem;
}

@media ( max-width: 767px ) {
  body.datenschutz .modular-text .container {
      word-wrap: break-word;
      overflow-wrap: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
  }
}


body.dolmetschen .modular-text .container hr {
  left: -14rem;
  right: -14rem;
  width: calc( 100% + 28rem );
}

@media ( max-width: 799px ) {
  body.dolmetschen .modular-text .container hr {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.modular-nav {
  background-position: center center;
  background-size: 100% auto;
  height: 16rem;
  line-height: 1;
  margin-bottom: 8rem;
  overflow: hidden;
  position: relative;
}

@media ( min-width: 790px ) {
  .modular-nav {
    height: 36rem;
  }
}

@media ( min-width: 1480px ) {
  .modular-nav {
    height: 48rem;
  }
}



.modular-nav img {
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.modular-nav .container {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

.modular-nav .container a {
  background-color: #fff;
  border-radius: 50%;
  color: rgb( 168, 17, 28 );
  display: inline-block;
  font-size: 1.8rem;
  font-family: exo2, arial, sans-serif;
  font-weight: normal;
  height: 13rem;
  line-height: 13rem;
  margin: 2rem;
  text-decoration: none;
  width: 13rem;
}

@media ( max-width: 767px ) {
  .modular-nav .container {
/*    padding-top: 13vw;*/
  }
  .modular-nav .container a {
    font-size: 2.34375vw;
    height: 16.923vw;
    line-height: 16.923vw;
    margin: 2.60vw;
    width: 16.923vw;
  }
}

/**/
@media ( min-width: 1480px ) {
  .modular-nav .container a {
    font-size: 3.6rem;
    height: 24rem;
    line-height: 24rem;
    width: 24rem;
  }
}
/**/

.modular-nav .container a:hover {
  background-color: rgb( 82, 118, 132 );
  color: #fff;
}

.modular-picture {
  margin: 6rem 0 5rem;
  position: relative;
}

/**/
@media ( min-width: 1480px ) {
  .modular-picture {
    margin: 8rem 0;
  }
}
/**/

.modular-picture img {
  width: 100%;
}

.modular-picture .container {
/*  background: rgba( 255, 255, 255, .8 );*/
  background: #fff;
}

@media ( min-width: 1024px ) {
  .modular-picture .container {
    bottom: 0;
    max-width: 41rem;
    right: 50%;
    padding: 2.4rem 2.4rem 0;
    position: absolute;
    top: 0;
  }
}

body.team .modular-picture .container {
  left: 50%;
  right: auto;
}

/**/
@media ( min-width: 1480px ) {
  .modular-picture .container {
    max-width: 72rem;
    padding: 3rem 4rem 0;
  }
  .modular-picture .container blockquote {
    line-height: 4rem;
  }
}
/**/

@media ( max-width: 1023px ) {
  .modular-picture {
    display: flex;
    flex-direction: column;
  }
  .modular-picture .container {
    max-width: 51.8rem;
    position: static;
    padding: 2.4rem 1rem 0;
    width: 100%;
  }
}


#footer {
  background-color: rgb( 238, 239, 241 );
  margin-top: 8rem;
  padding: 4rem 0;
}

@media ( max-width: 679px ) {
  #footer {
    padding: 1rem;
  }
  
  #footer ul {
    flex-direction: column;
  }
  
  #footer ul ul {
    padding-left: 1rem;
  }
  
  #footer ul li.dolmetscher-stuttgart,
  #footer ul li.dolmetscher-berlin,
  #footer ul li.ferndolmetschen {
    display: none;
  }
}

#footer nav {
  margin: 2rem auto;
  max-width: 65.4rem;
  width: 100%;
}

/**/
@media ( min-width: 1480px ) {
  #footer nav {
    max-width: 122.6rem;
  }
}
/**/

#footer nav > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#footer nav ul li {}

/*
#footer nav > ul > li:nth-of-type(6) {
  position: absolute;
  right: 0;
  top: 2.4rem;
}
*/

/**/
@media ( min-width: 1480px ) {
  #footer nav > ul > li:nth-of-type(6) {
    top: 4.8rem;
  }
}
/**/
  
#footer nav a {
  color: rgb( 168, 17, 28 );
  font-size: 1.5rem;
  line-height: 2.5rem;
}

/**/
@media ( min-width: 1480px ) {
  #footer nav a {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
/**/

#subfooter {
  padding-bottom: 4rem;
}

@media ( max-width: 679px ) {
  #subfooter {
    padding-bottom: 0;
  }
}

#subfooter .inner-wrapper {
  width: calc( 100vw - 8rem ) !important;
}

#subfooter nav {
  margin: 2rem auto;
  max-width: 122.6rem;
  text-align: center;
  width: 100%;
}

#subfooter nav > ul:first-of-type > li:nth-of-type(-n+7) {
  display: none;
}

#subfooter nav > ul:first-of-type > li {
  display: inline-block;
}

#subfooter nav > ul {
  display: inline-block;
}

#subfooter nav > ul:first-of-type > li:after {
  content: '|';
  padding: 0 .8rem 0 .6rem;
  position: relative;
  top: -.4rem;
}

#subfooter nav a {
  color: rgb( 168, 17, 28 );
  font-size: 1.5rem;
  line-height: 2.5rem;
}

#subfooter nav li.dolmetscher-stuttgart,
#subfooter nav li.dolmetscher-berlin,
#subfooter nav li.ferndolmetschen {
	display: none !important;
}

/**/
@media ( min-width: 1480px ) {
  #subfooter nav a {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
/**/

.modular-team {
  margin-bottom: 6rem;
}

#team {
  display: flex;
  justify-content: space-between;
}

a.team-member {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: calc( ( 100% - 3 * 4.4rem ) / 4 );
}

@media ( max-width: 767px ) {
  #team {
    align-items: center;
    flex-direction: column;
  }
  a.team-member {
    max-width: 28rem;
    width: 66%;
  }
}

body.team:not(.top-level) .modular-text .inner-wrapper {
  position: relative;
}

.memberships {
	padding: 2rem 0 0;
	/*
  position: absolute;
  right: 0;
  text-align: right;
  top: 11rem;
  width: 100%;
  z-index: -1;
	*/
}

.memberships img {
  height: 4.5rem;
  margin-right: 1rem;
	width: auto;
}

@media ( max-width: 519px ) {
	.memberships img {
		display: block;
		margin-bottom: 2rem;
	}
}

#locations {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

#locations div img {
  width: 29rem;
}

#locations div:nth-of-type(2) {
  font-size: 2rem;
  line-height: 3.2rem;
  padding-top: 6rem;
  text-align: center;
}

@media ( max-width: 767px ) {
  #locations {
    flex-direction: column;
  }
  #locations div {
    text-align: center;
  }
}

#cities {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}

@media( max-width: 767px ) {
  #cities {
    display: none;
  }
}

#cities img {
  width: calc( ( 100% - 4.4rem ) / 2 );
}

.hilite {
  color: rgb( 168, 17, 28 );
}

body.blog .modular-subintro .hero {
  display: none;
}

@media ( min-width: 768px ) {
  body.blog .modular-subintro .text {
    height: 21.6rem;
    padding-left: 13rem;
  }
}

@media ( min-width: 1480px ) {
  body.blog .modular-subintro .text {
    height: 31.6rem;
  }
}


.blog-toggle {
  display: none;
}

.blog-toggle-label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label > span:nth-of-type(2) {
  display: none;
}

input[type='checkbox']:checked ~ .blog-item label > span:nth-of-type(1) {
  display: none;
}

input[type='checkbox']:checked ~ .blog-item label > span:nth-of-type(2) {
  display: inline-block;
}

.blog-listing {
  background-color: rgb( 213, 217, 221 );
}

.blog-item-wrapper {
  margin-bottom: 4rem;
}

body:not(.top-level) .blog-item-wrapper {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.blog-item {
  display: flex;
}

.blog-item > div {
  width: 50%;
}

@media ( max-width: 767px ) {
  .blog-item {
    flex-direction: column;;
  }

  .blog-item > div {
    width: 100%;
  }
}


.blog-item-image {
  align-items: center;
  background-color: #fff4e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
/*  height: 21.6rem;*/
}

.blog-item-image img {
  flex-shrink: 0;
  flex-grow: 0;
  float: left;
  max-width: 100%;
  width: auto !important;
}

.blog-item-teaser {
  background-color: #fff;
/*  min-height: 36rem;*/
  padding: 2rem 2rem 6rem 2rem;
  position: relative;
}

.blog-item-teaser label {
  bottom: 2rem;
  position: absolute;
  width: 54%;
}

.blog-item-teaser label:before {
  background: url(../images/dot.svg) repeat-x 0 0;
  content: '';
  display: block;
  height: .4rem;
  position: absolute;
  top: -2rem;
  width: calc( 100% - .4rem );
}

.blog-content {
  background-color: #fff;
  padding: 2rem;
  /*
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height .5s ease, opacity .5s ease;
  */
}

/*
input[type='checkbox']:checked ~ .blog-content {
  max-height: 100%;
  opacity: 1;
}
*/

/*
input[required] {
  border-right: 3px solid #999;
}
*/



.modular-row.form {
  background-color: rgb( 238, 239, 241 );
}

.modular-row.form .toast,
.modular-row.form form {
  margin: 0 auto;
  max-width: 79rem;
  padding: 2rem 0;
}

@media ( max-width: 787px ) {
  modular-row.form form {
    margin: 0 1rem;
  }
}

.modular-row.form .container {
/*  margin: 0 1rem;*/
  padding-top: 2rem;
}

.modular-row.form input[type=text],
.modular-row.form input[type=email],
.modular-row.form textarea {
  font-family: opensans, Arial, sans-serif;
  font-size: 1.3rem;
  padding: 1.2rem .8rem;
  width: 100%;
}


.modular-row.form textarea {
  min-height: 24rem;
}

.form-label-wrapper {
  display: none;
}

.form-input-wrapper {
  margin-bottom: 2rem;
}

#userinfo {
  float: left;
  width: calc( 50% - 2rem );
}

#eventinfo {
  float: right;
  width: calc( 50% - 2rem );
}

@media ( max-width: 767px ) {
  #userinfo {
    float: none;
    width: 100%;
  }

  #eventinfo {
    float: none;
    width: 100%;
  }
  
}

#message {
  clear: both;
  width: 100%;
}



#message .form-group:last-of-type {
  margin: 4rem 0 0;
  padding: 0 0 1rem;
}


button[type=submit],
button[type=reset] {
  color: #fff;
  padding: 1.2rem 2.4rem;
}

button[type=submit] {
  background-color: rgb( 82, 118, 132 );
}

button[type=reset] {
  background-color: #ccc;
}

.modular-akkordeon {
  margin-top: 4rem;
}

.akkordeon:after {
  background: url(../images/dot.svg) repeat-x 0 0;
  content: '';
  display: block;
  height: .4rem;
  width: calc( 100% - .4rem );
}

.akkordeon-item:before {
  background: url(../images/dot.svg) repeat-x 0 0;
  content: '';
  display: block;
  height: .4rem;
  width: calc( 100% - .4rem );
}

.akkordeon-item > h2:first-of-type {
  cursor: pointer;
  padding-top: 1rem;
}

.akkordeon-item > h2 {
  position: relative;
}

.akkordeon-item > h2:after {
  content: '\f107';
/*  content: '\f055';*/
  display: inline-block;
  font-family: fontawesome;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: transform .2s ease;
}

.akkordeon-item.selected > h2:after {
  transform: rotate(-180deg);
/*  transform: rotate(45deg);*/
}

.akkordeon-item {
  height: 5.5rem;
  overflow: hidden;
}

/**/
@media ( min-width: 1480px ) {
  .akkordeon-item {
    height: 8rem;
  }
}
/**/

.akkordeon-item.selected {
  height: auto;
}



.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#finqlink {
  border-radius: .5rem;
  display: block;
  margin: .5rem 0 .5rem -.5rem;
  padding: .5rem .5rem 0 .5rem ;
  width: 20rem;
}

#finqlink:hover {
  background-color: #f0f0f0;
}

.required-field {
  position: relative;
  width: 100%;
}

.required-field:after {
  color: rgb( 168, 17, 28 );
  content: '*';
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.required {
  color: rgb( 168, 17, 28 );
}

.asterisk {
  color: rgb( 168, 17, 28 )
}

#overlay {
  background-color: rgba( 82, 118, 132, .33 );
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#banner {
  border-color: rgb( 168, 17, 28 );
  border-image: url(../images/border-dots.svg) 25% repeat;
  border-style: double;
  border-width: .4rem;
  /* box-shadow: 0 0 .5rem rgba( 0, 0, 0, .5 ); */
  color: #fff;
  display: block;
  /* font-size: 1.6rem; */
  font-size: 3.6rem;
  font-family: exo2, arial, sans-serif;
  /* height: 8.2rem; */
  /* line-height: 2.8rem; */
  line-height: 5.8rem;
  /* left: 50%; */
  left: calc( 50% + 37rem );
  /* max-width: 50vw; */
  position: fixed;
  /* right: 12rem; */
  /* text-align: center; */
  /* top: 15rem; */
  /* top: 7rem; */
  /* top: 51rem; */
  top: 96rem;
  /* width: 100%; */
  /* width: 50%; */
  /* width: 42rem; */
  /* width: 45rem; */
  min-width: 37rem;
  max-width: 49rem;
  z-index: 1010;
}

@media( max-height: 1200px ) {
  #banner {
    top: calc( 100vh - 20rem )
  }
  
  body.banner-open #banner {
    top: calc( 100vh - 40rem )
  }
}


body.banner-open #banner {
  /* height: 21.2rem; */
  /* left: calc( 50% + 45rem ); */
  left: 50%;
  max-width: 86rem;
  position: fixed;
  width: 50%;
}

#banner > label {
  background: url(../images/open.svg) no-repeat;
  cursor: pointer;
  display: block;
  height: 5rem;
  left: -2.5rem;
  position: absolute;
  top: -2.5rem;
  width: 5rem;
}

body.banner-open #banner > label {
  background: url(../images/close.svg) no-repeat;
}


#banner > div {
  background-color: rgb( 168, 17, 28 );
  height: 100%;
  padding: 2rem 3rem 0 3rem;
}

#banner > div p {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

#banner > div p:not(:first-of-type) {
  display: none;
}

body.banner-open #banner > div p:not(:first-of-type) {
  display: block;
}

#banner a {
  color: #fff;
  /* text-decoration: none; */
}

#banner a:hover {
  /* text-decoration: underline; */
}


@media ( min-width: 1960px ) {
  #banner {
    /* left: 0; */
  }
}

@media ( max-width: 1479px ) {
  #banner {
    /* top: 24rem; */
    /* left: calc( 50% + 18.5rem ); */
    /* top: 96rem; */
    font-size: 1.6rem;
    left: calc( 50% + 19.8rem );
    line-height: 2.8rem;
    top: 51rem;
    min-width: 19.8rem;
    max-width: 24rem;
  }
  
  body.banner-open #banner {
    left: 50%;
    max-width: 46rem;
  }
}

@media ( max-width: 799px ) {
  #banner {
    font-size: 1.3rem;
    left: auto;
    line-height: 2.4rem;
    right: 2.5rem;
    top: 63.75vw;
  }
  body.banner-open #banner {
    left: auto;
    min-width: none;
    right: 2.5rem;
    width: calc( 100% - 5rem );
  }
}

@media ( max-width: 499px ) {
  #banner {
    top: 27rem;
  
  }
  body.banner-open #banner {
  }
}

@media ( max-width: 679px ) {
  #mobile-nav-toggle:checked ~ #page-wrapper #start #banner {
    display: none;
  }
}

@media ( max-height: 414px ) and ( orientation: landscape ) {
  #banner {
    right: 10rem;
    top: 1rem;
  }

  body.banner-open #banner {
    right: 2.5rem;
    top: 16rem;
  }
}




#banner-toggle {
  display: none;
}

#berlin + section {
  margin: 10rem 0
}

#berlin + section p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-left: -25rem;
  min-height: 50rem;
  /* outline: 1px dotted green; */
  text-align: left;
  width: calc( 100% + 25rem );
}

#berlin + section p strong {
  color: rgb( 168, 17, 28 );
  display: inline-block;
  font-size: 2.8rem;
  font-weight: normal;
}

#berlin + section p img {
  float: left;
  margin-right: 2rem;
  margin-top: 1rem;
  shape-outside: circle( 50% );
  width: 50rem;
}

#stuttgart + section {
  clear: both;
  margin: 10rem 0
}

#stuttgart + section p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-right: -25rem;
  min-height: 50rem;
  /* outline: 1px dotted green; */
  text-align: right;
  width: calc( 100% + 25rem );
}

#stuttgart + section p strong {
  color: rgb( 168, 17, 28 );
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
}

#stuttgart + section p img {
  float: right;
  margin-left: 2rem;
  margin-top: 1rem;
  shape-outside: circle( 50% );
  width: 50rem;
}

@media ( max-width: 1479px ) {
  #berlin + section p,
  #stuttgart + section p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
  
  #stuttgart + section p {
    line-height: 2.3rem;
  }

  #berlin + section p strong,
  #stuttgart + section p strong {
    font-size: 1.8rem;
  }
}

@media ( max-width: 1023px ) {
  #berlin + section p,
  #stuttgart + section p {
    margin: 0;
    text-align: left;
    width: 100%;
  }

  #berlin + section p img,
  #stuttgart + section p img {
    float: none;
    margin: 0;
    width: 100%;
  }

  #stuttgart + section p strong {
    display: inline-block;
  }
}


ul.pagination {
	display: flex;
	padding-bottom: 2rem;
	justify-content: center;
}

ul.pagination li {
	padding: 0;
}

ul.pagination li:before {
	display: none;
}

ul.pagination li span,
ul.pagination li a {
	background-color: #fff;
/*	border-radius: 2.5rem;*/
	display: block;
	font-weight: bold;
	margin: 0 .5rem;
	padding: .5rem 1rem;
	text-decoration: none;
}


ul.pagination li span.active {
	background-color: rgb( 168, 17, 28 );
	color: #fff;
}

.de,
.en,
.es {
  display: none !important;
}

html[lang=de] .de,
html[lang=en] .en,
html[lang=es] .es {
  display: inline-block !important;
}

.contact-teaser {
  background-color: rgb( 168, 17, 28 );
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1rem;
  position: fixed;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 98;
  @media ( width >= 790px ) {
    border-radius: 10rem;
    display: flex;
    height: 10rem;
    line-height: 10rem;
    right: 4vw;
    text-align: center;
    top: 14rem;
    width: 10rem;
  }
  @media ( width < 790px ) {
    padding: .5rem 1rem;
    right: 0;
    top: 17rem;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
  }
  &:hover {
    background-color: rgb(82, 118, 132);
  }
}