/* Colors
  -------------------------------------------- */
/* SOCIAL MEDIA ICONS
  --------------------------------------------

@font-face {
  font-family: 'fontello';
  src: url('../webfonts/fontello.eot');
  src: url('../webfonts/fontello.eot?#iefix') format('embedded-opentype'), url('../webfonts/fontello.woff') format('woff'), url('../webfonts/fontello.ttf') format('truetype'), url('../webfonts/fontello.svg#WebSymbolsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

$fontello: "fontello",Arial,sans-serif;

[class*="icon-"] {
  font-family: $fontello;
  float: left;
}

.icon-facebook:before { content: '\e801'; }
.icon-instagram:before { content: '\e800'; }
*/
/* WEBFONTS
  -------------------------------------------- */
@font-face {
  font-family: "FranklinGothicBook";
  src: url("webfonts/FranklinGothicBook.eot");
  src: url("webfonts/FranklinGothicBook.eot?#iefix") format("embedded-opentype"), url("webfonts/FranklinGothicBook.woff") format("woff"), url("webfonts/FranklinGothicBook.ttf") format("truetype"), url("webfonts/FranklinGothicBook.svg#FranklinGothicBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TRADGN";
  src: url("webfonts/TRADGN.eot");
  src: url("webfonts/TRADGN.eot?#iefix") format("embedded-opentype"), url("webfonts/TRADGN.woff") format("woff"), url("webfonts/TRADGN.ttf") format("truetype"), url("webfonts/TRADGN.svg#TRADGN") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("webfonts/SourceSansPro-Regular.eot");
  src: url("webfonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/SourceSansPro-Regular.woff") format("woff"), url("webfonts/SourceSansPro-Regular.ttf") format("truetype"), url("webfonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Light";
  src: url("webfonts/SourceSansPro-Light.eot");
  src: url("webfonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("webfonts/SourceSansPro-Light.woff") format("woff"), url("webfonts/SourceSansPro-Light.ttf") format("truetype"), url("webfonts/SourceSansPro-Light.svg#SourceSansPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* BASE TYPOGRPHY */
html {
  font-size: 10px;
}

body {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 1.4em;
  margin: 0;
  line-height: 1.6;
  color: #444444;
}

a {
  color: #c8082e;
}

p {
  margin: 0 0 1em;
}

.content ul, .content ol {
  margin-left: 1em;
}

h2 {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  position: inherit;
  text-align: left;
  text-transform: uppercase;
  margin: 2.5em 0 0.5em;
  color: #c8082e;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  position: inherit;
  text-align: left;
  margin: 0.6em 0 1em;
}

.textContent {
  background: #feffff;
  color: #444444;
}
.textContent .subnavi, .textContent .image {
  width: 240px;
  float: left;
  min-height: 30px;
}
.textContent .subnavi img, .textContent .image img {
  margin: 25px 0 0 50px;
}
.textContent .content {
  float: left;
}
.textContent h1 {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  color: #c8082e;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0.875em 0 1em;
}
.textContent table tr td {
  min-width: 50px;
  color: #3f3f3f;
  letter-spacing: 0.05em;
  vertical-align: top;
  padding-bottom: 20px;
}
.textContent table tr td:first-child {
  white-space: nowrap;
  padding-right: 20px;
}

.typography ul li {
  list-style: circle outside url("images/list-circle.png");
  margin-bottom: 5px;
}
.typography ul, .typography ol {
  margin-left: 1em;
}

.Actions {
  margin: 5px 0;
}

.Page.no-sidebar .sticky {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}
a:hover, a.current {
  outline: none;
}

.typography a {
  color: #3f3f3f;
  text-decoration: underline;
}
.typography a:hover {
  color: #3f3f3f;
}

img, div {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

html {
  height: 100%;
}

.clearfix:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}

.right {
  float: right;
}

.top-link {
  display: none;
  position: absolute;
  margin: -15px -75px 0 0;
  right: 0;
  background: url("images/top-link.png?65851") no-repeat;
  width: 61px;
  height: 33px;
  z-index: 100;
  cursor: pointer;
}
.top-link.active {
  display: block;
}

/* MAIN LAYOUT */
body {
  background: #e9eaeb;
  position: relative;
  margin: 0;
  min-width: 100px;
  overflow: hidden;
  -webkit-text-size-adjust: none; /* The text size is not adjusted for Safari on iPhone */
}

.inner {
  background: #f3f3f3;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

h1 {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  position: inherit;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0.875em;
  color: #c8082e;
}

.header-slider {
  position: relative;
  padding: 4px 0 9px;
  width: 100%;
  max-width: calc(100vw - var(--scrollbar-width));
  box-sizing: border-box;
}
.header-slider .slick-slide > div img {
  display: block !important;
  width: 100%;
}
.header-slider .slick-dots {
  margin: 0;
  bottom: -30px;
}
.header-slider:before {
  content: " ";
  position: absolute;
  top: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-image: url(images/img-border-top.jpg);
  background-size: 100% auto;
}
.header-slider:after {
  content: " ";
  position: absolute;
  bottom: 0;
  display: block;
  height: 9px;
  width: 100%;
  background-color: #c8082e;
}

.teaserbar {
  width: 230px;
  float: right;
  padding: 20px 25px;
  margin-top: -10px;
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 14px;
  border-left: solid 1px #b9c8cc;
}
.teaserbar .teaser {
  display: inline-block;
  line-height: 1.5;
  background: #b9c8cc;
  margin-bottom: 30px;
}
.teaserbar .teaser span {
  display: inline-block;
  padding: 0px 10px 6px;
}
.teaserbar .teaser:hover {
  color: #c8082e;
}
.teaserbar .kundenstimmen {
  background: #e2e9eb;
  padding: 10px 10px 6px;
}
.teaserbar .kundenstimmen span {
  display: inline-block;
  color: #c8082e;
  font-size: 16px;
  letter-spacing: -0.025em;
  padding-bottom: 3px;
}
.teaserbar .kundenstimmen .kundenstimmen-container {
  position: relative;
  width: 214px;
  height: 100px;
  overflow: hidden;
}
.teaserbar .kundenstimmen .kundenstimmen-container .kundenstimmen-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}
.teaserbar .kundenstimmen .kundenstimmen-container .kundenstimmen-nav a {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  height: 4px;
  width: 4px;
  background: url(images/pager-dots.png?65851) no-repeat transparent center 4px;
  padding: 5px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  margin: -3px;
}
.teaserbar .kundenstimmen .kundenstimmen-container .kundenstimmen-nav a:hover, .teaserbar .kundenstimmen .kundenstimmen-container .kundenstimmen-nav a.current {
  background-position: center -10px;
}
.teaserbar .kundenstimmen .kundenstimmen-container .kundenstimmen-content div {
  position: absolute;
  width: 214px;
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #444444;
  display: none;
}
.teaserbar .kundenstimmen .kundenstimmen-container .kundenstimmen-content div.current {
  display: block;
}

/* HEADER */
.header {
  text-align: right;
  z-index: 1;
  width: 100%;
  /* Brand */
  /* NAVIGATION */
}
.header > .inner {
  background: #feffff;
  padding: 0;
  position: relative;
  min-height: 5.5em;
  padding-top: 30px;
}
.header .primary {
  padding: 0;
  text-align: left;
}
.header .brand {
  background: url("images/logo.png?5578") no-repeat;
  background-size: 100%;
  width: 340px;
  height: 147px;
  display: block;
  margin: 0 auto 25px;
  position: relative;
}
.header .lang {
  position: absolute;
  right: 0;
  font-size: 0.875em;
  line-height: 1;
}
.header .lang a:hover {
  color: #feffff;
}
.header .lang:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}
.header nav {
  font-size: 1em;
  padding: 1em 0 0;
  margin: 0;
}
.header nav .inner {
  display: inline;
}
.header nav li, .header nav a {
  display: inline-block;
  font-size: 0.909em;
}
.header nav .nav {
  margin: 0 auto;
  width: fit-content;
}
.header nav .nav > li {
  position: relative;
  float: left;
  margin-right: 14px;
}
.header nav .nav > li .subnav {
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  background: #feffff;
  position: absolute;
  top: 33px;
  z-index: 10;
  padding: 5px 0;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.header nav .nav > li .subnav li {
  display: block;
}
.header nav .nav > li .subnav li a {
  display: block;
  border-width: 0px 8px 0px 7px;
  padding-left: 15px;
  text-transform: none;
}
.header nav .nav > li .subnav li a:before {
  content: ".";
  position: absolute;
  margin-left: -10px;
}
.header nav .nav > li .subnav li:last-child a {
  border-bottom-width: 3px;
}
.header nav .nav > li .subnav li.current a, .header nav .nav > li .subnav li:hover a {
  color: #c8082e;
}
.header nav .nav > li:hover .subnav {
  max-height: 300px;
}
.header nav .nav > li.section > a {
  color: #c8082e;
}
.header nav .nav > li:last-child {
  margin-right: 0;
}
.header nav .mobileNavStatus {
  text-transform: uppercase;
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  left: 10px;
  margin-top: -30px;
  display: none;
}
.header nav a {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #818181;
  white-space: nowrap;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border: solid 10px transparent;
  border-left: solid 7px transparent;
  border-right: solid 8px transparent;
  /*
  &.highlight {
    background: $lightGrey;
    border-color: $lightGrey;
    &.last {
      -webkit-border-top-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      border-top-right-radius: 20px;
    }
  }
  */
}
.header nav a.contact {
  background-image: url("images/envelope.png?65851");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 0 0 0 22px;
  height: 22px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.header nav a.contact:hover, .header nav a.contact.current {
  background-position: 0 -27px;
}
.header nav a:hover, .header nav a.current {
  color: #c8082e;
}
.header nav a.mobileNav {
  display: none;
  margin-top: -45px;
  position: absolute;
  right: 0;
  z-index: 1000;
  cursor: pointer;
}
.header nav a.mobileNav .icon-bar {
  border-radius: 3px;
  background-color: #3f3f3f;
  display: block;
  float: none;
  height: 3px;
  margin: 4px;
  width: 25px;
}
/* MOBILE NAV */
#mobileNav {
  display: block;
  flex: 1 1 0;
  -webkit-flex: 1;
  -webkit-transform: translate3d(-235px, 0, 0);
  transform: translate3d(-235px, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s ease 0s;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 100;
  width: 235px;
  background: #feffff;
  padding: 35px 0 0;
  overflow-y: auto;
}
#mobileNav ul {
  margin: 0 0 60px 15px;
}
#mobileNav ul li {
  margin-bottom: 10px;
}
#mobileNav ul li a {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #818181;
}
#mobileNav ul li a:hover, #mobileNav ul li a.section, #mobileNav ul li a.current {
  color: #c8082e;
}
#mobileNav ul li a.contact {
  background-image: url("images/envelope.png?65851");
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 0 0 0 30px;
  height: 22px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#mobileNav ul li a.contact:hover, #mobileNav ul li a.contact.current {
  background-position: 0 -29px;
}
#mobileNav ul.subnav {
  margin-bottom: 0;
}
#mobileNav ul.subnav li {
  margin-bottom: 0;
}
#mobileNav ul.subnav li a:before {
  content: ".";
  position: absolute;
  margin-left: -10px;
}
#closeHelper {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

body.navOpen #mobileNav {
  display: block;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
body.navOpen #closeHelper {
  display: block;
}

/* FOOTER */
.footer {
  width: 100%;
  line-height: 22px;
  text-align: center;
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 12px;
}
.footer .inner {
  background-color: #f7f8f8;
  min-height: 2.5em;
  padding: 0 0 5px;
}
.footer .inner .logos {
  padding-top: 20px;
}
.footer .inner .logos a {
  float: left;
  margin-left: 20px;
}
.footer .inner .logos .linkedin,
.footer .inner .logos .xing {
  float: right;
  margin: 0px 20px 0 0;
}
.footer .meta {
  border-top: solid 1px #b9c8cc;
  margin: 15px 0 0;
}
.footer .meta ul {
  float: right;
  margin-right: 20px;
}
.footer .meta ul li {
  float: left;
  margin-left: 10px;
}
.footer .meta a {
  color: #444444;
}
.footer .meta a.current {
  color: #c8082e;
}
.footer .newsletter {
  font-family: "FranklinGothicBook", sans-serif;
  font-size: 13px;
  position: relative;
  background: #b9c8cc;
  text-align: left;
  padding: 15px 40px 10px 70px;
  color: #feffff;
  height: 27px;
  overflow: hidden;
}
.footer .newsletter h5 {
  display: inline-block;
  background: url("images/nl-arrows.png?65851") no-repeat scroll right -8px transparent;
  padding-right: 25px;
  margin-bottom: 15px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.footer .newsletter.open h5 {
  background-position: right 7px;
}
.footer .newsletter > div.text {
  margin: 5px 0 20px;
}
.footer .newsletter .formerNewsletters {
  float: right;
  width: 39%;
  margin-top: -5px;
}
.footer .newsletter .formerNewsletters a {
  color: inherit;
  text-decoration: underline;
}
.footer .newsletter form {
  width: 54%;
  margin-top: 10px;
}
.footer .newsletter form a {
  color: white;
  text-decoration: underline;
}
.footer .newsletter button {
  background-color: #c8082e !important;
  font-size: 14px;
}
.footer .newsletter label, .footer .newsletter input {
  margin-bottom: 15px;
}
.footer .newsletter label {
  font-weight: bold;
  font-size: 14px;
}
.footer .newsletter input[type=text], .footer .newsletter input[type=email] {
  margin: 0 0 0 0;
  font-size: 13px;
}
.footer .newsletter input[type=checkbox] {
  margin: 0 10px 4px 0;
}
.footer .newsletter input[type=radio] {
  margin: 0 10px 2px 0;
}
.footer .newsletter input[type=radio] + label, .footer .newsletter input[type=checkbox] + label {
  font-weight: normal;
}
.footer .newsletter input[type=submit] {
  font-size: 13px;
  font-family: "FranklinGothicBook", sans-serif;
  background: none;
  border: none;
  color: #feffff;
  float: right;
  width: auto;
  padding: 10px 0 10px 10px;
  margin: -5px 0 0;
}
.footer #Form_NewsletterForm fieldset {
  display: inline-block;
}
.footer #Form_NewsletterForm fieldset .parsley-errors-list {
  display: none;
}
.footer #Form_NewsletterForm fieldset div.text {
  margin: 0;
}
.footer #Form_NewsletterForm fieldset input {
  border: solid 1px #feffff;
  width: 355px;
}
.footer #Form_NewsletterForm fieldset input.parsley-error {
  border-color: #c8082e;
}
.footer #Form_NewsletterForm fieldset > div:after {
  height: 0;
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}
.footer #Form_NewsletterForm fieldset .middleColumn, .footer #Form_NewsletterForm fieldset label {
  float: left;
}
.footer #Form_NewsletterForm fieldset label {
  width: 95px;
}
.footer .pflichtfelder {
  display: block;
  margin: -20px 0 0 95px;
}

.video {
  padding: 0px 0 10px;
}

.text {
  width: 560px;
}

.content {
  background: #feffff;
  padding: 35px 0 30px 70px;
}
.content .text {
  border-right: solid 1px #b9c8cc;
  width: 560px;
  padding: 10px 43px 20px 0;
}
.content .text.fullwidth {
  box-sizing: border-box;
  border-right: 0;
  width: 100%;
  padding: 0 100px 0 30px;
}

.main {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

body {
  display: table;
  width: 100%;
  height: 100%;
}

.logo-container {
  width: 558px;
  display: inline-block;
}
.logo-container .logo {
  float: left;
  width: 160px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
}

.Page #MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 330px;
  font-size: 14px;
  margin: 2em auto;
  position: relative;
}
.Page #MemberLoginForm_LoginForm .text, #MemberLoginForm_LostPasswordForm .text {
  width: auto;
  border: none;
  padding: 0 0 1em;
}
.Page #MemberLoginForm_LoginForm label, #MemberLoginForm_LostPasswordForm label {
  margin-bottom: 0.3em;
}
.Page #MemberLoginForm_LoginForm .checkbox label.right, #MemberLoginForm_LostPasswordForm .checkbox label.right {
  float: left;
}
.Page #MemberLoginForm_LoginForm input, .Page #MemberLoginForm_LoginForm input.text, #MemberLoginForm_LostPasswordForm input, #MemberLoginForm_LostPasswordForm input.text {
  border: solid 1px #b9c8cc;
  margin: 0.3em 0 1em;
  font-size: 12px;
  padding: 5px;
}
.Page #MemberLoginForm_LoginForm input[type=checkbox], .Page #MemberLoginForm_LoginForm input.text[type=checkbox], #MemberLoginForm_LostPasswordForm input[type=checkbox], #MemberLoginForm_LostPasswordForm input.text[type=checkbox] {
  margin: 0.5em 1em 0 0;
  float: left;
}
.Page #MemberLoginForm_LoginForm input[type=submit], .Page #MemberLoginForm_LoginForm input.text[type=submit], #MemberLoginForm_LostPasswordForm input[type=submit], #MemberLoginForm_LostPasswordForm input.text[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  border: solid 2px #b9c8cc;
  margin: 0 0 2em;
  background: #b9c8cc;
  color: #444444;
}

.content-container {
  background-color: #feffff;
}
.content-container .image {
  position: relative;
  margin: 0;
  padding: 0;
}
.content-container .image img {
  width: 100%;
  height: auto;
  float: left;
}
.content-container .image h1 {
  position: absolute;
  bottom: 16px;
  left: 20px;
  font-size: 30px;
  margin: 0;
  color: #444444;
  text-transform: none;
}
.content-container .image.img-contains-h1 h1 {
  color: transparent;
}
.content-container .image:after {
  content: " ";
  clear: both;
  float: none;
}

.Home .content, .Presse .content, .Kontakt .content, .Referenzen .content, .Vita .content, .Team .content {
  background-image: url(images/bg-home.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.Kapitel .content {
  padding-left: 20px;
  padding-right: 20px;
}
.Kapitel .content .text.fullwidth {
  max-width: 754px;
  margin: 0 auto;
  padding: 0;
}
.Kapitel .content .text.fullwidth p {
  font-size: 14px;
}
.Kapitel .content .bildTextTeaserContainer {
  margin-bottom: 30px;
}
.Kapitel .content .bildTextTeaserContainer .bildTextTeaser {
  float: left;
  background: #b9c8cc;
  text-decoration: none;
  font-size: 16px;
  margin-right: 4%;
  max-width: 22%;
}
.Kapitel .content .bildTextTeaserContainer .bildTextTeaser:nth-child(4n) {
  margin-right: 0;
}
.Kapitel .content .bildTextTeaserContainer .bildTextTeaser .teaser-img img {
  display: block;
  width: 100%;
}
.Kapitel .content .bildTextTeaserContainer .bildTextTeaser .teaser-img span {
  display: block;
  line-height: 33px;
  padding: 0 10px;
}

.Home .content h1 {
  color: #c8082e;
  white-space: nowrap;
  word-spacing: 8px;
}
.Home .col {
  margin: 20px 6% 20px 0;
  width: 47%;
  float: left;
}
.Home .col h4 {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #c8082e;
  margin-bottom: 9px;
}
.Home .col.last {
  margin-right: 0;
}
.Home .threeCols .col {
  margin-right: 3%;
  width: 31.3%;
}
.Home .threeCols .col.last {
  margin-right: 0;
}
.Home a.imageTeaser, .Home span.imageTeaser {
  text-decoration: none;
  color: #c8082e;
}
.Home a.imageTeaser img, .Home span.imageTeaser img {
  display: block;
}
.Home a.imageTeaser span, .Home span.imageTeaser span {
  display: block;
  position: relative;
}
.Home span.imageTeaser {
  color: #444444;
}
.Home .contentTeaser {
  margin-top: 0px;
  position: relative;
  width: 603px;
  max-width: 100%;
}
.Home .contentTeaser > a.imageTeaser, .Home .contentTeaser > span.imageTeaser {
  margin-top: 25px;
  float: left;
}
.Home .contentTeaser > a.imageTeaser span, .Home .contentTeaser > span.imageTeaser span {
  height: 359px;
}
.Home .contentTeaserSmall {
  float: left;
  margin-right: 40px;
  margin-top: 25px;
}
.Home .contentTeaserSmall > a.imageTeaser, .Home .contentTeaserSmall > span.imageTeaser {
  float: none !important;
  width: 246px;
  display: block;
  margin-right: 0;
}
.Home .contentTeaserSmall > a.imageTeaser span:first-child, .Home .contentTeaserSmall > span.imageTeaser span:first-child {
  height: 134px;
}
.Home .contentTeaserSmall > a.imageTeaser span:first-child img, .Home .contentTeaserSmall > span.imageTeaser span:first-child img {
  position: relative;
}
.Home .contentTeaserSmall > a.imageTeaser span.subline, .Home .contentTeaserSmall > span.imageTeaser span.subline {
  background: #990e13;
  color: #fff;
  padding: 5px 5px 5px 8px;
  box-sizing: border-box;
}
.Home .contentTeaserSmall > a.imageTeaser:first-child, .Home .contentTeaserSmall > span.imageTeaser:first-child {
  margin-bottom: 25px;
}
.Home .video {
  margin: 0 40px 15px 0;
  float: left;
}

.BildTextTeaserPage {
  /*
    .bildTextTeaser {
      //display: block;
      margin-bottom: 35px;
      img {
        float: left;
        border-right: solid 10px $orange;
      }
      .teaser-text {
        float: left;
        display: block;
        max-width: 61%;
        border: 0;
        padding: 0 0 0 23px;
        width: auto;
        h3 {
          color: $orange;
          margin: -3px 0 5px;
        }
        ul {
          li {
            margin-bottom: 0;
            line-height: 1.4;
          }
        }
      }
  }
  */
}
.BildTextTeaserPage .content > .teaserbar, .BildTextTeaserPage .content > .text {
  float: left;
}
.BildTextTeaserPage .content > .teaserbar {
  border: 0;
}
.BildTextTeaserPage .bildTextTeaserContainer {
  display: table;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser {
  display: table-row;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text, .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-img {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 35px;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser img {
  border-right: solid 10px #df6004;
  max-width: 180px;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text {
  padding-left: 23px;
  max-width: 61%;
  border: 0;
  width: auto;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text h3 {
  color: #df6004;
  margin: -3px 0 4px;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text ul li {
  list-style: outside url("images/list-circle-grey.png?65851");
  margin-bottom: 0;
  line-height: 1.4;
}
.BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text p {
  line-height: 1.2;
  margin-bottom: 8px;
}

.imageBorder {
  background: url(images/img-border-top.jpg);
  background-size: 100% auto;
  height: 4px;
  width: 100%;
  float: left;
}
.imageBorder.bottom {
  background: #c8082e;
  height: 9px;
}

.pressarticle {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.pressarticle span {
  text-transform: uppercase;
}
.pressarticle a {
  color: #c8082e;
  text-decoration: none;
}
.pressarticle p {
  line-height: 1.5;
  margin: 0.5em 0 1em;
}

.date {
  font-family: "SourceSansPro-Regular", Verdana, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.teamMember {
  max-width: 490px;
  margin-bottom: 30px;
}
.teamMember span {
  display: block;
  color: #c8082e;
  border-bottom: solid 1px #c8082e;
  line-height: 2;
  margin-bottom: 20px;
}
.teamMember img {
  float: left;
  margin-right: 20px;
}

body.Page .content-container .content {
  padding: 35px 70px 30px;
}

@media only screen and (max-width: 1080px) {
  .top-link {
    position: fixed;
    margin: 0;
    right: 10px;
    bottom: 28px;
    background-color: rgba(255, 255, 255, 0.7);
    background-position: 5px 5px;
    width: 61px;
    height: 33px;
    padding: 5px;
  }
}
@media only screen and (min-width: 954px) {
  .inner {
    min-width: 954px;
    max-width: 954px;
  }
}
@media only screen and (max-width: 954px) {
  .Home .content h1 {
    white-space: normal;
  }
  .inner {
    min-width: 300px;
    max-width: 100%;
  }
  .content-container .image h1 {
    font-size: 26px;
  }
  .teaserbar, .formerNewsletters {
    display: none;
  }
  .content .text {
    border: none;
    width: 100%;
    box-sizing: border-box;
  }
  .text {
    width: 90%;
  }
  .footer .newsletter form {
    width: 100%;
  }
  .footer #Form_NewsletterForm fieldset {
    width: 100%;
  }
  .footer #Form_NewsletterForm fieldset input[type=text], .footer #Form_NewsletterForm fieldset input[type=email] {
    width: 100%;
    max-width: 300px;
  }
  .BildTextTeaserPage .content > .text {
    box-sizing: border-box;
    width: 100%;
  }
  .header .primary {
    margin-top: 35px;
  }
  .header .primary:after {
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
  }
  .header .brand {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .header nav a.mobileNav {
    display: block;
  }
  .header nav .nav {
    position: absolute;
    z-index: 100;
    display: none;
    margin-left: 10px;
    -webkit-box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .header nav .nav li {
    display: list-item;
  }
  .header nav .nav li a {
    display: block;
  }
  .header nav .nav li a.management.last {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .logo-container {
    width: 100%;
  }
  .footer #Form_NewsletterForm fieldset .middleColumn {
    width: 60%;
  }
}
@media only screen and (max-width: 700px) {
  .content .text {
    padding-right: 20px;
  }
  body.Page .content-container .content {
    padding: 35px 20px 30px;
  }
  .header .brand {
    width: 250px;
  }
  .header .primary {
    margin-top: 0px;
  }
  .content-container .image h1 {
    font-size: 18px;
  }
  .content, .footer .newsletter {
    padding-left: 20px;
  }
  .footer .logos img {
    max-height: 30px;
    width: auto;
  }
  .footer #Form_NewsletterForm fieldset {
    width: 100%;
  }
  .footer #Form_NewsletterForm fieldset input[type=text], .footer #Form_NewsletterForm fieldset input[type=email] {
    width: 100%;
    max-width: 200px;
  }
  .footer #Form_NewsletterForm fieldset .middleColumn {
    width: 60%;
  }
  .Home .video {
    position: relative;
  }
  .Home .contentTeaser {
    width: auto;
    margin-right: -30px;
  }
  .Home .col {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .Kapitel .content .bildTextTeaserContainer {
    margin-bottom: 5px;
  }
  .Kapitel .content .bildTextTeaserContainer .bildTextTeaser {
    width: 48%;
    max-width: inherit;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .Kapitel .content .bildTextTeaserContainer .bildTextTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .BildTextTeaserPage .bildTextTeaserContainer {
    width: 100%;
  }
  .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-img, .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text {
    display: block;
    width: 100%;
  }
  .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-img {
    padding-bottom: 15px;
  }
  .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-img img {
    width: calc(100% - 10px);
    max-width: 100%;
  }
  .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser .teaser-text {
    padding-left: 0;
    max-width: none;
  }
  .BildTextTeaserPage .bildTextTeaserContainer .bildTextTeaser:last-child .teaser-text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  .Home .contentTeaser > a.imageTeaser {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 490px) {
  .Home .contentTeaser a.imageTeaser, .Home .contentTeaser span.imageTeaser {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px !important;
  }
  .Home .contentTeaser a.imageTeaser span, .Home .contentTeaser span.imageTeaser span {
    width: 100%;
  }
  .Home .contentTeaser a.imageTeaser span img, .Home .contentTeaser span.imageTeaser span img {
    max-width: 100%;
  }
  .Home .contentTeaser .contentTeaserSmall a.imageTeaser:last-child, .Home .contentTeaser .contentTeaserSmall span.imageTeaser:last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .Home .video {
    overflow: hidden;
    margin-right: 0;
  }
  .Home .video iframe {
    position: relative;
    max-width: 300px;
  }
}

/*# sourceMappingURL=layout.css.map */
