@charset "UTF-8";
/*!
Theme Name: publikumspreis 2020
Theme URI: https://msd.de
Author: Karthikeyan Palaniswamy
Author URI: https://msd.de
Description: Description
Version: 1.0.1
Text Domain: publikumspreis_2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Text colors */
.teal-text {
  color: #00857c !important;
}

/* Images */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.current-menu-item {
  text-decoration: underline;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@font-face {
  font-family: "Invention";
  src: url("fonts/EOT/Invention_W_Rg.eot") format("eot"), url("fonts/WOFF2/InventionVF_W_Wght.woff2") format("woff2"), url("fonts/WOFF/InventionVF_W_Wght.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Invention";
  src: url("fonts/EOT/Invention_W_It.eot") format("eot"), url("fonts/WOFF2/InventionVF_Italics_W_Wght.woff2") format("woff2") url("fonts/WOFF/InventionVF_Italics_W_Wght.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Invention";
  src: url("fonts/EOT/Invention_W_Bd.eot") format("eot"), url("fonts/WOFF2/InventionVF_W_Wght.woff2") format("woff2"), url("fonts/WOFF/InventionVF_W_Wght.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Invention";
  src: url("fonts/EOT/Invention_W_BdIt.eot") format("eot"), url("fonts/WOFF2/InventionVF_Italics_W_Wght.woff2") format("woff2"), url("fonts/WOFF/InventionVF_Italics_W_Wght.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Invention Light";
  src: url("fonts/EOT/Invention_W_Lt.eot") format("eot"), url("fonts/WOFF2/InventionVF_W_Wght.woff2") format("woff2") url("fonts/WOFF/InventionVF_W_Wght.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Invention Light";
  src: url("fonts/EOT/Invention_W_LtIt.eot") format("eot"), url("fonts/WOFF2/InventionVF_Italics_W_Wght.woff2") format("woff2"), url("fonts/WOFF/InventionVF_Italics_W_Wght.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.list-style-none {
  list-style: none;
}

ul, li, p, h1, h2, h3, h5, h4 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.increased-font-size-mode ul, .increased-font-size-mode li, .increased-font-size-mode p, .increased-font-size-mode h1, .increased-font-size-mode h2, .increased-font-size-mode h3, .increased-font-size-mode h5, .increased-font-size-mode h4 {
  font-size: 1.92rem;
}

li, p {
  color: #0c2340;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
  font-weight: normal;
}

h1 {
  font-family: "Invention Light", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.18;
  color: #00857c;
  margin: 2rem 0;
}

.increased-font-size-mode h1 {
  font-size: 3.32rem;
}

.msd_text_color_primary {
  color: #00857c !important;
}

.msd_text_color {
  color: #37424a;
}

.msd_text_decoration_none {
  text-decoration: none;
}

.msd_bold {
  font-weight: bold;
}

.msd_bg_color_light_teal {
  background-color: #e6f6f5;
}

@media screen and (min-width: 1024px) {
  .tx_c {
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .tx_c_lg {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .tx_c_mobile {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tx_c_tablet {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .tx_r {
    text-align: right;
  }
}

@media screen and (min-width: 1440px) {
  .tx_r_lg {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .tx_r_mobile {
    text-align: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tx_r_tablet {
    text-align: right;
  }
}

.msd_font_2x, #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-title {
  font-size: 2rem;
}

.increased-font-size-mode .msd_font_2x, .increased-font-size-mode #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-title, #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .increased-font-size-mode .link-title {
  font-size: 2.32rem;
}

.msd_text_align_right {
  text-align: right;
}

.arrow-right {
  position: relative;
  width: 16px;
  height: 16px;
  top: 1px;
  right: -5px;
}

.c_white {
  color: #ffffff;
}

h3, h4, h5, h6 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.increased-font-size-mode h3, .increased-font-size-mode h4, .increased-font-size-mode h5, .increased-font-size-mode h6 {
  font-size: 2.72rem;
}

ul:not(.list-style-none) {
  margin-left: 2rem;
}

.not_found_link {
  text-decoration: none;
}

.t_strong {
  font-weight: bold;
}

.tc_primary {
  color: #00857c;
}

.tc_white {
  color: #ffffff;
}

.bg_c_dark_blue {
  background-color: #0c2340;
}

.bg_c_primary {
  background-color: #00857c;
}

.bg_c_transparent {
  background-color: transparent;
}

.bg_c_grey-lighter {
  background-color: #f7f7f7;
}

.bg_c_black-10-percent {
  background-color: rgba(0, 0, 0, 0.1);
}

.border_t_white {
  border-top: 1px solid #ffffff;
}

.border_2x_primary_color {
  border: 2px solid #00857c;
}

.border_2x_white {
  border: 2px solid #ffffff;
}

.t_decoration_none {
  text-decoration: none;
}

.w_100 {
  width: 100%;
  max-width: 480px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .h_100_tablet {
    height: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .h_100 {
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h_min_300_tablet {
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .h_min_300_mobile {
    min-height: 300px;
  }
}

.msd_mobile_contact_form {
  display: none;
}

.disabledBtn {
  pointer-events: none;
  text-decoration: none;
  background-color: grey !important;
}

.disabledBtn:hover {
  pointer-events: none;
  text-decoration: none;
  background-color: grey !important;
}

.msd_fixed_item {
  padding: 0;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: -2px -4px 41px -16px #bdbdbd;
          box-shadow: -2px -4px 41px -16px #bdbdbd;
  background-color: rgba(255, 255, 255, 0.93);
}

.msd_fixed_item.msd_fixed_item-set {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 60px;
}

.d_i_block {
  display: inline-block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.msd_center_both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msd_voted_notification {
  position: absolute;
  bottom: 1rem;
  background-color: rgba(0, 133, 124, 0.89);
  width: 100%;
  left: 0;
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

.msd_video_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 59px;
  height: 58px;
  cursor: pointer;
  background-color: #00857c;
  border-radius: 100%;
}

.msd_video_play_button .far {
  font-size: 64px;
  color: #00857c;
}

video {
  display: block;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
}

.loader {
  display: none;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 133, 124, 0.2);
  border-right: 1.1em solid rgba(0, 133, 124, 0.2);
  border-bottom: 1.1em solid rgba(0, 133, 124, 0.2);
  border-left: 1.1em solid #00857c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.msd_vote_error_message {
  color: #AC0700;
}

.msd_vote_count {
  font-size: 60px !important;
}

.msd_vote_count_block {
  background-color: #F7F7F7;
  padding: 1rem;
}

.msd_vote_completion_container {
  display: none;
}

.msd_vote_fail {
  display: block;
}

.msd_vote_fail .msd_vote_success_message {
  display: none !important;
}

.msd_vote_ok {
  display: block;
}

.msd_vote_ok .msd_vote_error_message {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .msd_project_image {
    min-height: 186px;
  }
}

.msd_project_image img {
  display: block;
}

#msd_unexpeted_message {
  color: #AC0700;
  margin-top: -40px;
}

#msd_unexpeted_message p {
  color: inherit;
}

.msd_overflow_hide {
  overflow: hidden;
}

.bg_hover_white:hover {
  background-color: #ffffff !important;
}

.tc_hover_blue:hover {
  color: #0c2340 !important;
}

.tc_dark_blue {
  color: #0c2340;
}

.cursor_pointer {
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: 'Invention', sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #37424a;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05rem;
}

.msd_site {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 auto;
  max-width: 144rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15rem 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1024px) {
  .msd_hide_desktop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity, visibility 0.2s;
    transition: opacity, visibility 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .msd_hide_mobile {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity, visibility 0.2s;
    transition: opacity, visibility 0.2s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .msd_hide_tablet {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity, visibility 0.2s;
    transition: opacity, visibility 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .display_flex_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .display_flex_tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .display_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .align_items_flex_start_mobile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .align_items_flex_start_tablet {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .align_items_flex_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .flex_direction_column_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flex_direction_column_tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .flex_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .align_items_center_mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .align_items_center_tablet {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .align_items_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .justify_content_center_mobile {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .justify_content_center_tablet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .justify_content_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .justify_content_flex_end_mobile {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .justify_content_flex_end_tablet {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .justify_content_flex_end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .justify_content_space_between_mobile {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .justify_content_space_between_tablet {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .justify_content_space_between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .align_items_flex_end_mobile {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .align_items_flex_end_tablet {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .align_items_flex_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .flex_wrap_mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flex_wrap_tablet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .flex_1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active) {
  .flex_1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flex_1_tablet {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: active) {
  .flex_1_tablet {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .flex_1_mobile {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .flex_1_mobile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .flex_d_c_r_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 400px) {
  .flex_d_c_r_xs {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex_d_c_r_xs button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.position_relative {
  position: relative;
}

.position_fixed {
  position: fixed;
}

@media screen and (min-width: 1440px) {
  .mb_1x_lg {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .mb_3x_lg {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .mr_3x_lg {
    margin-right: 3rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mb_1x {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mb_3x {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mt_1x {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .mt_2x_mobile {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mt_2x {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mt_2x_tablet {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .mt_2x_lg {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .mt_3x_mobile {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mt_3x {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mt_3x_tablet {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .mt_3x_lg {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .ml_1x_mobile {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .ml_1x {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ml_1x_tablet {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .ml_1x_lg {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mt_half_x {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .mb_half_x_tablet {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .mb_half_x {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .mb_half_x_lg {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mr_1x {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .mr_3x {
    margin-right: 3rem;
  }
}

/*
Tablet START
 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mb_1x_tablet {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mb_3x_tablet {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 400px) {
  .mb_2x_xs {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mt_1x_tablet {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mt_half_x_tablet {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mr_1x_tablet {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mr_3x_tablet {
    margin-right: 3rem;
  }
}

/*
Mobile START
 */
@media screen and (max-width: 768px) {
  .mb_1x_mobile {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .mb_2x_mobile {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .mb_3x_mobile {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .mt_1x_mobile {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .mt_half_x_mobile {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .mr_1x_mobile {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .mr_3x_mobile {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .pt_1x_mobile {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_1x_tablet {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pt_1x {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .pt_1x_lg {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .pl_3x_mobile {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pl_3x_tablet {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pl_3x {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .pl_3x_lg {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .pb_1x_mobile {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pb_1x_tablet {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pb_1x {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .pb_1x_lg {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .pt_2x_mobile {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_2x_tablet {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pt_2x {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .pt_2x_lg {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p_2x_mobile {
    padding: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_2x_tablet {
    padding: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p_2x {
    padding: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .p_2x_lg {
    padding: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p_3x_mobile {
    padding: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_3x_tablet {
    padding: 3rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p_3x {
    padding: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .p_3x_lg {
    padding: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p_1x_mobile {
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_1x_tablet {
    padding: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p_4x {
    padding: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .p_4x_lg {
    padding: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p_4x_mobile {
    padding: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_4x_tablet {
    padding: 4rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p_1x {
    padding: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .p_1x_lg {
    padding: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .plr_2x_mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .plr_2x_tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .plr_2x {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .plr_2x_lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.msd_header {
  width: 100%;
  padding: 1rem 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .msd_header {
    padding: 1rem 4.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .msd_header {
    padding: 2rem 4.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .msd_header {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

.msd_top_navigation {
  height: 7.5rem;
}

@media screen and (min-width: 1024px) {
  .msd_top_navigation {
    height: auto;
  }
}

.menu-item a {
  text-decoration: none;
  color: #00857c;
  padding: 1rem 1.5rem;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 1280px) {
  .menu-item a {
    padding: 1rem 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .msd_main_navigation {
    padding-top: 2rem;
    margin: 0 -4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .msd_main_navigation {
    margin: 0 -2rem;
  }
}

@media screen and (max-width: 1023px) {
  .msd_main_navigation ul {
    display: block;
    line-height: 4.5rem;
  }
}

.msd_main_navigation ul a {
  font-size: 1.6rem;
  font-weight: 700;
}

.increased-font-size-mode .msd_main_navigation ul a {
  font-size: 1.92rem;
}

.msd_main_navigation ul a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .msd_main_navigation ul a {
    display: block;
    line-height: 4.5rem;
    padding: 5px 82px;
  }
  .msd_main_navigation ul a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #00857c;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .msd_main_navigation ul a:hover:before {
    background-image: none;
  }
  .msd_main_navigation ul a:hover:after {
    background-color: transparent;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .msd_main_navigation ul a {
    padding: 5px 34px 5px 60px;
    left: 60px;
  }
}

@media screen and (max-width: 480px) {
  .msd_main_navigation ul a {
    padding: 5px 30px 5px 60px;
    left: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .msd_main_navigation ul .menu_item_icon a:hover:before {
    background-image: url(https://www.msd.de/typo3conf/ext/msd_sitepackage/Resources/Public/4ad2b70e5cd5a9709907c469cd0df406.svg);
  }
  .msd_main_navigation ul .menu_item_icon a:hover:after {
    background-color: transparent;
  }
  .msd_main_navigation ul .menu_item_icon a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url(https://www.msd.de/typo3conf/ext/msd_sitepackage/Resources/Public/327c872e1b518b82ff9a707bbacedc59.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .msd_main_navigation ul .menu_item_icon a:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 82px;
    width: calc(100% - (82px * 2));
    height: 2px;
    background-color: #f5f4f2;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 480px) and (max-width: 767px) {
  .msd_main_navigation ul .menu_item_icon a:after {
    left: 60px;
    width: calc(100% - (60px * 2));
  }
}

@media screen and (max-width: 1023px) and (max-width: 480px) {
  .msd_main_navigation ul .menu_item_icon a:after {
    left: 60px;
    width: calc(100% - (60px * 2));
  }
}

@media screen and (max-width: 767px) {
  .msd_main_navigation ul .menu_item_icon a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url(https://www.msd.de/typo3conf/ext/msd_sitepackage/Resources/Public/327c872e1b518b82ff9a707bbacedc59.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.msd_main_navigation ul li:last-child a:after {
  content: none;
}

.msd_text_small #icon-font-size-decrease {
  display: block;
}

.msd_text_small #icon-font-size-increase {
  display: none;
}

#icon-font-size-decrease {
  display: none;
}

#icon-font-size-increase {
  display: block;
}

.msd_contrast_enabled #icon-contrast-increase {
  display: none;
}

.msd_contrast_enabled #icon-contrast-decrease {
  display: block;
}

#icon-contrast-decrease {
  display: none;
}

#icon-contrast-increase {
  display: block;
}

.button {
  text-decoration: none;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
}

.button.unhoverable:hover {
  color: #ffffff;
}

.msd_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 2px solid #00877c;
  padding: 14px 30px 16px;
  outline: none;
  color: #00877c;
  -webkit-transition: all .1s;
  transition: all .1s;
  font-size: 1.6rem;
  font-family: Invention, sans-serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.increased-font-size-mode .msd_btn {
  font-size: 1.92rem;
}

.msd_btn:hover {
  color: #ffffff;
  background-color: #00877c;
  border: 2px solid transparent;
}

.msd_btn:hover .msd_outbound_link_icon {
  background-image: url(./img/outbound_link_white.svg);
}

.msd_btn .fa-2x {
  font-size: 2.4rem;
}

@media screen and (min-width: 480px) {
  .msd_btn {
    padding: 10px 20px;
  }
}

.unhoverable:hover {
  text-decoration: none;
  color: inherit;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: inherit;
}

button[disabled=true],
button[disabled=true]:hover {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

input[type=button], button {
  background-color: #ffffff;
}

.msd_btn_primary {
  color: #ffffff !important;
  background-color: #00857C;
}

.msd_btn_primary:hover {
  background-color: #005C55;
}

.msd_menu_toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 26px;
  background: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-radius: 0;
  color: #00857c;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.msd_menu_toggle:before, .msd_menu_toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

button:hover {
  color: #00857c;
  border-color: #00857c;
}

button.is-active {
  border-color: transparent;
}

button.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

button.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

button {
  border: none;
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .col.w-25 {
    width: 25%;
  }
  .col.w-25.mr-1x {
    width: calc(25% - 1rem);
    margin-right: 1rem;
  }
  .col.w-25.mr-2x {
    width: calc(25% - 2rem);
    margin-right: 2rem;
  }
  .col.w-25.mr-4x {
    width: calc(25% - 4rem);
    margin-right: 4rem;
  }
  .col.w-25:nth-child(4n + 4) {
    margin-right: 0;
  }
  .col.w-33 {
    width: calc(100% / 3);
  }
  .col.w-33.mr-1x {
    width: calc(((100% / 3) - 1rem));
    margin-right: 1rem;
  }
  .col.w-33.mr-1x:nth-child(3n + 3) {
    margin-right: 0;
  }
  .col.w-33.mr-2x {
    width: calc((100% / 3) - 2rem);
    margin-right: 2rem;
  }
  .col.w-50 {
    width: 50%;
  }
  .col.w-50.mr-1x {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
  .col.w-50.mr-2x {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
  .col.w-50.mr-4x {
    width: calc(50% - 4rem);
    margin-right: 4rem;
  }
  .col.w-50:nth-child(2n+2) {
    margin-right: 0;
  }
  .col.w-75 {
    width: 75%;
  }
  .col.w-75.mr-1x {
    width: calc(75% - 1rem);
    margin-right: 1rem;
  }
  .col.w-75.mr-2x {
    width: calc(75% - 2rem);
    margin-right: 2rem;
  }
  .col.w-75.mr-4x {
    width: calc(75% - 4rem);
    margin-right: 4rem;
  }
  .col.w-full {
    width: 100%;
  }
  .col.w-full.mr-2x {
    width: calc(100% - 2rem);
    margin-right: 2rem;
  }
  .col.w-full.mr-4x {
    width: calc(100% - 4rem);
    margin-right: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .col-lg.w-lg-25 {
    width: 25%;
  }
  .col-lg.w-lg-25.mr-lg-1x {
    width: calc(25% - 1rem);
    margin-right: 1rem;
  }
  .col-lg.w-lg-25.mr-lg-2x {
    width: calc(25% - 2rem);
    margin-right: 2rem;
  }
  .col-lg.w-lg-25.mr-lg-4x {
    width: calc(25% - 4rem);
    margin-right: 4rem;
  }
  .col-lg.w-lg-25:nth-child(4n + 4) {
    margin-right: 0;
  }
  .col-lg.w-lg-33 {
    width: calc(100% / 3);
  }
  .col-lg.w-lg-33.mr-lg-1x {
    width: calc((100% / 3) - 1rem);
    margin-right: 1rem;
  }
  .col-lg.w-lg-33.mr-lg-1x:nth-child(3n + 3) {
    margin-right: 0;
  }
  .col-lg.w-lg-50 {
    width: 50%;
  }
  .col-lg.w-lg-50.mr-lg-1x {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
  .col-lg.w-lg-50.mr-lg-2x {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
  .col-lg.w-lg-50.mr-lg-4x {
    width: calc(50% - 4rem);
    margin-right: 4rem;
  }
  .col-lg.w-lg-50:nth-child(2n+2) {
    margin-right: 0;
  }
  .col-lg.w-lg-75 {
    width: 75%;
  }
  .col-lg.w-lg-75.mr-lg-1x {
    width: calc(75% - 1rem);
    margin-right: 1rem;
  }
  .col-lg.w-lg-75.mr-lg-4x {
    width: calc(75% - 4rem);
    margin-right: 4rem;
  }
  .col-lg.w-lg-full {
    width: 100%;
  }
  .col-lg.w-lg-full.mr-lg-4x {
    width: calc(100% - 4rem);
    margin-right: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .col-md.w-md-25 {
    width: 25%;
  }
  .col-md.w-md-25.mr-md-1x {
    width: calc(25% - 1rem);
    margin-right: 1rem;
  }
  .col-md.w-md-33 {
    width: calc(100% / 3);
  }
  .col-md.w-md-33.mr-md-1x {
    width: calc((100% / 3) - 1rem);
    margin-right: 1rem;
  }
  .col-md.w-md-33.mr-md-1x:nth-child(3n + 3) {
    margin-right: 0;
  }
  .col-md.w-md-50 {
    width: 50%;
  }
  .col-md.w-md-50.mr-md-1x {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
  .col-md.w-md-50.mr-md-4x {
    width: calc(50% - 4rem);
    margin-right: 4rem;
  }
  .col-md.w-md-50:nth-child(2n+2) {
    margin-right: 0;
  }
  .col-md.w-md-75 {
    width: 75%;
  }
  .col-md.w-md-75.mr-md-1x {
    width: calc(75% - 1rem);
    margin-right: 1rem;
  }
  .col-md.w-md-full {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col-sm.w-sm-25 {
    width: 25%;
  }
  .col-sm.w-sm-25.mr-sm-1x {
    width: calc(25% - 1rem);
    margin-right: 1rem;
  }
  .col-sm.w-sm-33 {
    width: calc(100% / 3);
  }
  .col-sm.w-sm-33.mr-sm-1x {
    width: calc((100% / 3) - 1rem);
    margin-right: 1rem;
  }
  .col-sm.w-sm-33.mr-sm-1x:nth-child(3n + 3) {
    margin-right: 0;
  }
  .col-sm.w-sm-50 {
    width: 50%;
  }
  .col-sm.w-sm-50.mr-sm-1x {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
  .col-sm.w-sm-75 {
    width: 75%;
  }
  .col-sm.w-sm-75.mr-sm-1x {
    width: calc(75% - 1rem);
    margin-right: 1rem;
  }
  .col-sm.w-sm-full {
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .col-special.w-special-full {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .col-special.w-special-50 {
    width: calc(50% - 0.5rem) !important;
    margin-right: 1rem !important;
  }
  .col-special.w-special-50:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
}

.list-style-none {
  list-style: none;
}

ul, li, p, h1, h2, h3, h5, h4 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

.increased-font-size-mode ul, .increased-font-size-mode li, .increased-font-size-mode p, .increased-font-size-mode h1, .increased-font-size-mode h2, .increased-font-size-mode h3, .increased-font-size-mode h5, .increased-font-size-mode h4 {
  font-size: 1.92rem;
}

li, p {
  color: #0c2340;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
  font-weight: normal;
}

h1 {
  font-family: "Invention Light", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.18;
  color: #00857c;
  margin: 2rem 0;
}

.increased-font-size-mode h1 {
  font-size: 3.32rem;
}

.msd_text_color_primary {
  color: #00857c !important;
}

.msd_text_color {
  color: #37424a;
}

.msd_text_decoration_none {
  text-decoration: none;
}

.msd_bold {
  font-weight: bold;
}

.msd_bg_color_light_teal {
  background-color: #e6f6f5;
}

@media screen and (min-width: 1024px) {
  .tx_c {
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .tx_c_lg {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .tx_c_mobile {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tx_c_tablet {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .tx_r {
    text-align: right;
  }
}

@media screen and (min-width: 1440px) {
  .tx_r_lg {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .tx_r_mobile {
    text-align: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tx_r_tablet {
    text-align: right;
  }
}

.msd_font_2x, #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-title {
  font-size: 2rem;
}

.increased-font-size-mode .msd_font_2x, .increased-font-size-mode #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-title, #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .increased-font-size-mode .link-title {
  font-size: 2.32rem;
}

.msd_text_align_right {
  text-align: right;
}

.arrow-right {
  position: relative;
  width: 16px;
  height: 16px;
  top: 1px;
  right: -5px;
}

.c_white {
  color: #ffffff;
}

h3, h4, h5, h6 {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.increased-font-size-mode h3, .increased-font-size-mode h4, .increased-font-size-mode h5, .increased-font-size-mode h6 {
  font-size: 2.72rem;
}

ul:not(.list-style-none) {
  margin-left: 2rem;
}

.not_found_link {
  text-decoration: none;
}

.t_strong {
  font-weight: bold;
}

.tc_primary {
  color: #00857c;
}

.tc_white {
  color: #ffffff;
}

.bg_c_dark_blue {
  background-color: #0c2340;
}

.bg_c_primary {
  background-color: #00857c;
}

.bg_c_transparent {
  background-color: transparent;
}

.bg_c_grey-lighter {
  background-color: #f7f7f7;
}

.bg_c_black-10-percent {
  background-color: rgba(0, 0, 0, 0.1);
}

.border_t_white {
  border-top: 1px solid #ffffff;
}

.border_2x_primary_color {
  border: 2px solid #00857c;
}

.border_2x_white {
  border: 2px solid #ffffff;
}

.t_decoration_none {
  text-decoration: none;
}

.w_100 {
  width: 100%;
  max-width: 480px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .h_100_tablet {
    height: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .h_100 {
    height: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h_min_300_tablet {
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .h_min_300_mobile {
    min-height: 300px;
  }
}

.msd_mobile_contact_form {
  display: none;
}

.disabledBtn {
  pointer-events: none;
  text-decoration: none;
  background-color: grey !important;
}

.disabledBtn:hover {
  pointer-events: none;
  text-decoration: none;
  background-color: grey !important;
}

.msd_fixed_item {
  padding: 0;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: -2px -4px 41px -16px #bdbdbd;
          box-shadow: -2px -4px 41px -16px #bdbdbd;
  background-color: rgba(255, 255, 255, 0.93);
}

.msd_fixed_item.msd_fixed_item-set {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-bottom: 60px;
}

.d_i_block {
  display: inline-block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.msd_center_both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msd_voted_notification {
  position: absolute;
  bottom: 1rem;
  background-color: rgba(0, 133, 124, 0.89);
  width: 100%;
  left: 0;
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

.msd_video_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 59px;
  height: 58px;
  cursor: pointer;
  background-color: #00857c;
  border-radius: 100%;
}

.msd_video_play_button .far {
  font-size: 64px;
  color: #00857c;
}

video {
  display: block;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
}

.loader {
  display: none;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 133, 124, 0.2);
  border-right: 1.1em solid rgba(0, 133, 124, 0.2);
  border-bottom: 1.1em solid rgba(0, 133, 124, 0.2);
  border-left: 1.1em solid #00857c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.msd_vote_error_message {
  color: #AC0700;
}

.msd_vote_count {
  font-size: 60px !important;
}

.msd_vote_count_block {
  background-color: #F7F7F7;
  padding: 1rem;
}

.msd_vote_completion_container {
  display: none;
}

.msd_vote_fail {
  display: block;
}

.msd_vote_fail .msd_vote_success_message {
  display: none !important;
}

.msd_vote_ok {
  display: block;
}

.msd_vote_ok .msd_vote_error_message {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .msd_project_image {
    min-height: 186px;
  }
}

.msd_project_image img {
  display: block;
}

#msd_unexpeted_message {
  color: #AC0700;
  margin-top: -40px;
}

#msd_unexpeted_message p {
  color: inherit;
}

.msd_overflow_hide {
  overflow: hidden;
}

.bg_hover_white:hover {
  background-color: #ffffff !important;
}

.tc_hover_blue:hover {
  color: #0c2340 !important;
}

.tc_dark_blue {
  color: #0c2340;
}

.cursor_pointer {
  cursor: pointer;
}

.msd_hero_image {
  -o-object-fit: cover;
     object-fit: cover;
}

.msd_hero_image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 62% 26%;
}

.msd_hero_banner_text {
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
  font-family: 'Invention', sans-serif;
  font-weight: bold;
  margin: 0;
  width: 80%;
}

@media screen and (min-width: 480px) {
  .msd_hero_banner_text {
    left: 34px;
  }
}

.msd_hero_banner_text .msd_banner_top {
  font-size: 16px;
}

@media screen and (min-width: 430px) {
  .msd_hero_banner_text .msd_banner_top {
    font-size: 20px;
  }
}

@media screen and (min-width: 560px) {
  .msd_hero_banner_text .msd_banner_top {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  .msd_hero_banner_text .msd_banner_top {
    font-size: 28px;
  }
}

.msd_hero_banner_text .msd_banner_bottom {
  font-size: 18px;
}

@media screen and (min-width: 430px) {
  .msd_hero_banner_text .msd_banner_bottom {
    font-size: 26px;
  }
}

@media screen and (min-width: 560px) {
  .msd_hero_banner_text .msd_banner_bottom {
    font-size: 28px;
  }
}

@media screen and (min-width: 700px) {
  .msd_hero_banner_text .msd_banner_bottom {
    font-size: 34px;
  }
}

@media screen and (max-width: 400px) {
  .msd_hero_banner_text {
    font-size: 16px;
  }
}

.msd_heading_supporting_text_block a {
  font-weight: bold;
  color: #00857c;
}

.msd_outbound_link_icon {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(./img/outbound_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.msd_favourite_icon {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(./img/msd_favourite_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.msd_first_award {
  position: absolute;
  width: 300px;
  top: 12px;
  left: -77px;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transform: rotate(-31deg);
      -ms-transform: rotate(-31deg);
          transform: rotate(-31deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: rgba(56, 113, 209, 0.85);
  text-align: center;
  padding: 10px !important;
}

.msd_first_award p {
  padding: 0 !important;
  border: none !important;
}

.msd_second_award {
  position: absolute;
  width: 400px;
  background-color: rgba(56, 113, 209, 0.85);
  text-align: center;
  bottom: 30px;
  padding: 10px !important;
  right: -109px;
  -webkit-transform: rotate(-29deg);
      -ms-transform: rotate(-29deg);
          transform: rotate(-29deg);
}

.msd_second_award p {
  padding: 0 !important;
  border: none !important;
}

.msd_breadcrumb_item {
  margin-right: 2rem;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 480px) {
  .msd_breadcrumb_item {
    text-align: center;
  }
}

.msd_breadcrumb_item svg {
  fill: #37424a;
  width: 14px;
  height: 14px;
  position: absolute;
  display: block;
  right: -17px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.msd_breadcrumb_item svg#icon-home {
  fill: #00877c;
  width: 18px;
  height: 18px;
  display: block;
  left: -17px;
}

.msd_breadcrumb_item:first-child {
  margin-left: 17px;
}

.msd_breadcrumb_item:last-child {
  margin-right: 0;
}

.msd_breadcrumb_item a {
  text-decoration: none;
  color: #00857c;
}

@media screen and (min-width: 1024px) {
  .msd_breadcrumb_item {
    font-size: 1.1rem;
  }
  .increased-font-size-mode .msd_breadcrumb_item {
    font-size: 1.32rem;
  }
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}

#msd_footer {
  border-top: 2px solid #d9e4eb;
  background-color: #f7f7f7;
  overflow: hidden;
}

#msd_footer .layout_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#msd_footer .layout_inner .layout_inner_item.primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 575px) {
  #msd_footer .layout_inner .layout_inner_item.primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 1em;
  }
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-right: 2em;
  }
}

@media screen and (min-width: 1022px) {
  #msd_footer .layout_inner .layout_inner_item.primary {
    padding-right: 0;
  }
}

#msd_footer .layout_inner .layout_inner_item.primary > img {
  margin-top: 2em;
  margin-bottom: 3em;
}

@media screen and (min-width: 575px) {
  #msd_footer .layout_inner .layout_inner_item.primary > img {
    margin-top: 1em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.primary > img {
    margin-top: 2em;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 575px) {
  #msd_footer .layout_inner .layout_inner_item.secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666%;
            flex: 0 0 66.6666%;
  }
}

@media screen and (min-width: 1022px) {
  #msd_footer .layout_inner .layout_inner_item.secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid .grid_item {
  padding: 1em 0;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid .grid_item:last-child {
  padding-right: 0;
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid .grid_item {
    padding: 2em 0;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.network .grid_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .grid_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 1022px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.network .grid_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-title {
  position: relative;
  display: inline-block;
  color: #00857c;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-title .link-icon {
  position: absolute;
  right: -20px;
  bottom: .4em;
  width: 13px;
  height: 13px;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-sub {
  display: block;
  margin-top: .5em;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-href {
  color: #37424a;
  text-decoration: none;
  display: block;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.network .link-href:hover .link-sub {
  color: #00857c;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint {
  display: block;
  margin-top: 2em;
}

@media screen and (min-width: 1022px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint {
    margin-top: 100px;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner {
  position: relative;
  padding: 2em 0;
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1022px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav:after {
  content: '';
  display: block;
  border-top: 1px solid #d9e4eb;
  height: 1px;
  width: 120%;
  position: absolute;
  left: -10%;
  top: 0;
}

@media screen and (min-width: 567px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav:after {
    width: 100%;
    left: 0%;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav a {
  text-decoration: none;
  color: #37424a;
  display: block;
  padding: .4em 0;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav a:hover {
  color: #00857c;
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav a {
    margin: 0 .4em;
    padding: 0;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .nav a:first-child {
  margin-left: 0;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: .4em;
}

@media screen and (min-width: 767px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .copy {
    margin-top: 1em;
  }
}

@media screen and (min-width: 1022px) {
  #msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    margin-top: 0em;
  }
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .copy a {
  text-decoration: none;
  color: #37424a;
  display: block;
}

#msd_footer .layout_inner .layout_inner_item.secondary .grid.imprint .inner .copy a:hover {
  color: #00857c;
}

.msd_contact_phone {
  text-decoration: none;
}

.msd_contact_phone svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #37424a;
  position: relative;
  top: 5px;
  left: 2px;
}

.msd_white_logo {
  width: 90px;
  height: 40px;
}

@media screen and (max-width: 1022px) {
  .msd_white_logo {
    margin-bottom: 35px;
  }
}

.msd_social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.msd_social_icon:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
      transform: scale(1.025);
  -webkit-box-shadow: 0 5px 25px 0 rgba(55, 66, 74, 0.25);
  box-shadow: 0 5px 25px 0 rgba(55, 66, 74, 0.25);
}

@media screen and (min-width: 767px) {
  .msd_social_icon {
    width: 60px;
    height: 60px;
  }
}

.msd_social_icon svg {
  width: 30px;
  height: 30px;
  margin: 10px;
  vertical-align: middle;
  fill: #00877c;
}

.msd_footer_phone_icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  top: 5px;
  left: 2px;
}

.msd_linkedin_icon_footer, .msd_twitter_icon_footer, .msd_youtube_icon_footer {
  display: inline-block;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 767px) {
  .msd_linkedin_icon_footer, .msd_twitter_icon_footer, .msd_youtube_icon_footer {
    width: 30px;
    height: 30px;
  }
}

.msd_linkedin_icon_share, .msd_twitter_icon_share {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.msd_linkedin_icon_share:hover, .msd_twitter_icon_share:hover {
  fill: #ffffff;
}

.msd_inner_container {
  padding: 15px 20px;
}

@media screen and (min-width: 480px) {
  .msd_inner_container {
    padding-right: 3.4rem;
    padding-left: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .msd_inner_container {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media screen and (min-width: 1280px) {
  .msd_inner_container {
    padding-right: 130px;
    padding-left: 130px;
  }
}

.msd_gesundheitspreis_nominee p {
  font-size: 1.6rem;
  color: #0c2340;
}

.increased-font-size-mode .msd_gesundheitspreis_nominee p {
  font-size: 1.92rem;
}

.msd_gesundheitspreis_nominee .msd_heading_supporting_text_block {
  margin-bottom: 1.6rem;
}

.msd_gesundheitspreis_nominee .msd_project_top_section {
  background-color: #0c2340;
  color: #ffffff;
}

.msd_gesundheitspreis_nominee .msd_project_top_section h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.msd_gesundheitspreis_nominee .msd_project_top_section p {
  font-size: 1.6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section {
  background-color: #f7f7f7;
  position: relative;
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_reveal_btn {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  padding: 15px 50px 15px 20px;
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_reveal_btn .far {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_reveal_btn .far {
    right: 2rem;
  }
}

@media screen and (min-width: 480px) {
  .msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_reveal_btn {
    padding-right: 3.4rem;
    padding-left: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_reveal_btn {
    padding: 15px 20px;
  }
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 530px) {
  .msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container {
    margin-bottom: 0;
  }
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #00877c;
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #00857c;
}

@media screen and (max-width: 480px) {
  .msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a {
    margin-bottom: 2rem;
    width: 250px;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a:hover {
  color: #ffffff;
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a:hover svg {
  fill: #ffffff;
}

.msd_gesundheitspreis_nominee .msd_project_bottom_section .msd_btns_container a:last-child {
  margin-left: 2rem;
  margin-bottom: 0;
}

.msd_reveal_content {
  display: none;
  width: 100%;
  top: 54px;
  left: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 5px 7px 35px 12px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 7px 35px 12px rgba(0, 0, 0, 0.26);
  z-index: 100;
  padding: 15px 20px;
}

.msd_reveal_content.msd_reveal_content-specific {
  position: absolute;
  top: 45px;
}

@media screen and (min-width: 768px) {
  .msd_reveal_content {
    position: absolute;
  }
}

.msd_reveal_content.show {
  display: block;
}

.msd_reveal_content p, .msd_reveal_content div:first-child {
  margin-bottom: 2rem;
  color: #0c2340;
}

@media screen and (min-width: 480px) {
  .msd_reveal_content {
    padding-right: 3.4rem;
    padding-left: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .msd_reveal_content {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 768px) {
  .msd_projects_container {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media screen and (min-width: 1280px) {
  .msd_projects_container {
    padding-right: 130px;
    padding-left: 130px;
  }
}

.msd_project {
  margin-bottom: 2rem;
}

@media screen and (min-width: 480px) {
  .msd_project {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .msd_project {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background-color: #0c2340;
  }
}

.msd_project .msd_inner_container {
  padding: 15px 20px;
}

@media screen and (min-width: 480px) {
  .msd_project .msd_inner_container {
    padding-right: 3.4rem;
    padding-left: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .msd_project .msd_inner_container {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1280px) {
  .msd_project .msd_inner_container {
    padding: 15px 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .msd_project_top_section {
    min-height: 586px;
  }
}

.msd_project_bottom_section .msd_inner_container {
  padding: 0;
}

.msd_share_container {
  margin-top: 36px;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .msd_share_container {
    display: none;
  }
}

.msd_share_container .social_share_text {
  font-size: 24px;
  color: #00857c;
  margin-right: 28px;
}

.increased-font-size-mode .msd_share_container .social_share_text {
  font-size: 2.72rem;
}

.msd_share_container .msd_social_icon {
  width: 44px;
  height: 44px;
  border: 2px solid #00857c;
  background-color: #ffffff;
}

.msd_share_container .msd_social_icon span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.msd_share_container .msd_social_icon .msd_facebook_icon_share {
  background-image: url(./img/msd_facebook_icon.svg);
}

.msd_share_container .msd_social_icon .msd_twitter_icon_share {
  background-image: url(./img/msd_twitter_icon.svg);
}

.msd_share_container .msd_social_icon .msd_linkedin_icon_share {
  background-image: url(./img/msd_linkedin_icon.svg);
}

.msd_share_container .msd_social_icon .msd_xing_icon_share {
  background-image: url(./img/msd_xing_icon.svg);
}

.msd_share_container .msd_social_icon .msd_mail_icon_share {
  background-image: url(./img/msd_mail_icon_share.svg);
}

.msd_share_container .msd_social_icon:hover {
  background-color: #00857c;
}

.msd_share_container .msd_social_icon:hover .msd_twitter_icon_share {
  background-image: url(./img/msd_twitter_icon_white.svg);
}

.msd_share_container .msd_social_icon:hover .msd_linkedin_icon_share {
  background-image: url(./img/msd_linkedin_icon_white.svg);
}

.msd_share_container .msd_social_icon:hover .msd_xing_icon_share {
  background-image: url(./img/msd_xing_icon_white.svg);
}

.msd_share_container .msd_social_icon:hover .msd_mail_icon_share {
  background-image: url(./img/msd_mail_icon_share_white.svg);
}

.msd_share_container .msd_social_icon:hover .msd_facebook_icon_share {
  background-image: url(./img/msd_facebook_icon_white.svg);
}

.msd_share_container .msd_social_icon svg {
  fill: #00857c;
}

.msd_vote_share .msd_social_icon {
  border: 2px solid #00857c;
}

input[type=text], input[type=email] {
  border-radius: 0;
  color: #0c2340;
  border: none;
  border-bottom: 2px solid rgba(12, 35, 64, 0.6);
}

.form-field {
  display: block;
  margin-bottom: 16px;
  min-width: 234px;
  width: 334px;
  margin-right: 2rem;
  font-family: Invention, 'sans-serif';
  color: #0c2340;
}

@media screen and (min-width: 601px) and (max-width: 805px) {
  .form-field:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .form-field {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 600px) {
  .form-field {
    min-width: 100%;
    margin-right: 0;
  }
}

.form-field:last-child {
  margin-right: 0;
}

.form-field--is-active .form-field__control::after {
  border-bottom: 2px solid #0c2340;
  -webkit-transform: scaleX(150);
      -ms-transform: scaleX(150);
          transform: scaleX(150);
}

.form-field--is-active .form-field__label {
  color: #0c2340;
  font-size: 1.2rem;
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
}

.form-field--is-filled .form-field__label {
  font-size: 1.2rem;
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
}

.form-field__label {
  color: #0c2340;
  font-family: Invention, 'sans-serif';
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  left: 0;
  margin: 0;
  padding: 18px 0 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-field__label {
    font-size: 1.6rem;
  }
}

.form-field__control {
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.form-field__control::after {
  border-bottom: 2px solid #0c2340;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 1%;
}

.form-field__error {
  color: #AC0700 !important;
}

.form-field__error p {
  color: #AC0700 !important;
}

.form-field__error .form-field__input,
.form-field__error .form-field__textarea, .form-field__error label {
  color: #AC0700;
}

.form-field__error .control_indicator {
  background-color: #AC0700 !important;
}

.form-field__error input[type=text], .form-field__error input[type=email] {
  border-color: #AC0700;
}

.form-field__error_msg {
  display: none !important;
  color: #AC0700 !important;
  font-size: 1.2rem !important;
  margin-top: 1rem !important;
}

.form-field__input,
.form-field__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  color: #0c2340;
  display: block;
  font-size: 1.8rem;
  margin-top: 24px;
  outline: 0;
  padding: 0 0 10px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-field__input,
  .form-field__textarea {
    font-size: 1.6rem;
  }
}

.form-field__textarea {
  height: 150px;
}

.control {
  font-family: Invention, 'sans-serif';
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 2rem;
  color: #0c2340;
}

@media screen and (max-width: 768px) {
  .control {
    font-size: 12px;
    margin-top: 0.5rem;
  }
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0 solid #000000;
  border-radius: 0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #0c2340;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #0c2340;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes s-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes s-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes s-ripple-dup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes s-ripple-dup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.control-checkbox input + .control_indicator::before {
  -webkit-animation: s-ripple 250ms ease-out;
          animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
  -webkit-animation-name: s-ripple-dup;
          animation-name: s-ripple-dup;
}

.msd_project_banner {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .msd_project_banner {
    height: 300px;
  }
}

.msd_event_ending_banner {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .msd_event_ending_banner {
    height: 400px;
  }
}

.msd_event_ending_banner h1 {
  margin-top: 0;
}

@media screen and (min-width: 1400px) {
  .msd_fixed_item .msd_inner_container {
    max-width: 144rem;
    margin: 0 auto;
  }
}

.single-gesundheitspreis .msd_share_container, .single-gesundheitspreis .msd_contact_container {
  display: none;
}

.single-gesundheitspreis .msd_btn svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #00857c;
}

.single-gesundheitspreis .msd_btn:hover svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  .single-gesundheitspreis .msd_btn {
    width: 100%;
    max-width: 450px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
  }
}

.single-gesundheitspreis #msd_project_ctas {
  z-index: 32008;
}

.single-gesundheitspreis .msd_btn_main {
  position: relative;
  z-index: 32008;
  width: 300px;
  height: 48px;
  border-color: #00857c !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .single-gesundheitspreis .msd_btn_main {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .cancel_btn {
    width: 100%;
  }
}

.msd_btn_main {
  width: 300px;
  height: 48px;
  border-color: #00857c !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .msd_btn_main {
    width: 100%;
    max-width: 250px;
  }
}

@media screen and (max-width: 400px) {
  .msd_btn_main {
    max-width: none;
    margin-left: 0 !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-gesundheitspreis .msd_media_section {
    min-width: 50%;
  }
}

@media screen and (max-width: 615px) {
  .single-gesundheitspreis .msd_btns_container a {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}

.single-gesundheitspreis .msd_btns_container a:last-child {
  margin-left: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single-gesundheitspreis .msd_btns_container a:last-child {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 615px) {
  .single-gesundheitspreis .msd_btns_container a:last-child {
    margin-left: 0;
  }
}

.msd_gesundheitspreis_forum h1 {
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_forum h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .msd_gesundheitspreis_forum h1 {
    font-size: 46px;
  }
}

.msd_gesundheitspreis_forum h2 {
  font-size: 23px;
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_forum h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .msd_gesundheitspreis_forum h2 {
    font-size: 38px;
  }
}

.msd_gesundheitspreis_forum .tc_white_container * {
  color: #ffffff;
}

.msd_gesundheitspreis_forum h3 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_forum h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .msd_gesundheitspreis_forum h3 {
    font-size: 30px;
    font-family: "Invention", sans-serif;
    font-weight: bold;
  }
}

.msd_gesundheitspreis_forum h4 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_forum h4 {
    font-size: 18px;
    font-family: "Invention", sans-serif;
    font-weight: bold;
  }
}

@media screen and (min-width: 1024px) {
  .msd_gesundheitspreis_forum h4 {
    font-size: 22px;
  }
}

.msd_gesundheitspreis_forum h5 {
  font-size: 16px;
  font-family: "Invention", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .msd_gesundheitspreis_forum h5 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .msd_gesundheitspreis_forum h5 {
    font-size: 18px;
  }
}

.menu-item svg {
  width: 15px;
  height: 15px;
  fill: #00877c;
  margin-right: 4px;
}

.border_right_line {
  position: relative;
}

.border_right_line:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  position: absolute;
  background-color: #bcbdbc;
}

/*default ACF Custom Fields Color value*/
:root {
  --bannerBackgroundColor: #E36B00;
}

/*ACF Banner Styles*/
.msd-acf-banner {
  background: -webkit-gradient(linear, left top, right top, color-stop(52%, var(--bannerBackgroundColor)), color-stop(78%, transparent));
  background: linear-gradient(90deg, var(--bannerBackgroundColor) 52%, transparent 78%);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -80px;
  position: relative;
}

.msd-acf-banner .msd_inner_container {
  padding-right: 33%;
}

.msd-acf-banner h1 {
  font-size: 4.6rem;
  margin-top: 0;
  line-height: 1.29;
}

.msd-acf-banner h2 {
  font-size: 3rem;
  margin-bottom: 0;
  padding-right: 1.5em;
}

@media screen and (max-device-width: 1024px) {
  .msd-acf-banner {
    margin-top: 0;
    background: var(--bannerBackgroundColor) !important;
  }
}

@media screen and (max-width: 768px) {
  .msd-acf-banner {
    background: var(--bannerBackgroundColor) !important;
    margin-top: 0;
  }
  .msd-acf-banner .msd_inner_container {
    padding-right: 13%;
  }
  h1 {
    font-size: 2.7rem !important;
    margin-top: 0;
    line-height: 1.26;
  }
  h2 {
    font-size: 1.8rem !important;
    margin-bottom: 0;
    line-height: 1.55;
  }
}

/*ACF-Fields*/
.msd_acf_hero_image.msd_hero_image {
  line-height: 0;
  position: relative;
}

.msd_acf_hero_image.msd_hero_image .msd_inner_container {
  height: 100%;
  padding-top: 1.3em;
  min-height: 15.5vh;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .msd_acf_hero_image.msd_hero_image .msd_inner_container {
    min-height: 20vh;
  }
}

@media screen and (min-width: 992px) {
  .msd_acf_hero_image.msd_hero_image .msd_inner_container {
    min-height: 25vh;
  }
}

@media screen and (min-width: 1280px) {
  .msd_acf_hero_image.msd_hero_image {
    max-height: 2000px;
    min-height: 32.5vh;
  }
  .msd_acf_hero_image.msd_hero_image .msd_inner_container {
    padding-right: 130px;
    padding-left: 130px;
    min-height: 32.5vh;
  }
}

.msd_acf_hero_image.msd_hero_image h1 {
  margin: 0;
  font-size: 1.9em;
  padding: 0.3em 0;
}

@media screen and (max-width: 576px) {
  .msd_acf_hero_image.msd_hero_image .msd_inner_container h1 {
    font-size: 1.9em;
  }
}

@media screen and (min-width: 992px) {
  .msd_acf_hero_image.msd_hero_image .msd_inner_container h1 {
    font-size: 2.9em;
    padding: 0.5em 0;
  }
}

/*Add Styles to three columns with background block*/
.msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_child {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_child .msd_site {
  position: relative;
}

.msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_child .msd_site .msd_acf_threeColumnGridWithBackgroundGroup_overlay .msd_inner_container {
  padding-top: 36px;
  padding-bottom: 36px;
}

@media only screen and (min-width: 1160px) {
  .msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_child .msd_site .msd_acf_threeColumnGridWithBackgroundGroup_overlay .msd_inner_container {
    padding-right: 240px;
  }
}

.msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_child .msd_site .msd_acf_threeColumnGridWithBackgroundGroup_overlay .msd_acf_threeColumnGridWithBackgroundGroup_headline p {
  font-size: 18px;
  font-weight: 700;
  height: 38px;
}

.msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_child .msd_site .msd_acf_threeColumnGridWithBackgroundGroup_overlay .wp-block-columns {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 600px) and (max-width: 781px) {
  .msd_acf_threeColumnGridWithBackgroundGroup .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .msd_acf_threeColumnGridWithBackgroundGroup .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .msd_acf_threeColumnGridWithBackgroundGroup .wp-block-column:nth-child(even) {
    margin-right: 0;
  }
  .msd_acf_threeColumnGridWithBackgroundGroup .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1159px) {
  .msd_acf_threeColumnGridWithBackgroundGroup .wp-block-column {
    padding-bottom: 15px;
  }
  .msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_image {
    background-image: none !important;
  }
  .msd_acf_threeColumnGridWithBackgroundGroup .msd_acf_threeColumnGridWithBackgroundGroup_image .msd_inner_container {
    background-image: none !important;
  }
}

@media only screen and (min-width: 1160px) {
  .msd_acf_threeColumnGridWithBackgroundGroup .msd_inner_container {
    background-color: transparent !important;
  }
}

@media (max-width: 1159px) {
  .msd_acf_threeColumnGridWithBackgroundGroup .wp-block-columns {
    margin-bottom: 0;
  }
}

/*
* Pneumokokken with sidebar template
*/
.pneumokokken-with-sidebar .page-container-content > div > .msd_inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pneumokokken-with-sidebar .page-container-content > div > .msd_inner_container {
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pneumokokken-with-sidebar .page-container-content .msd-content-region {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 0;
}

.pneumokokken-with-sidebar .page-container-content .msd-sidebar-region {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 40px;
  padding-bottom: 31px;
}

@media screen and (min-width: 1025px) {
  .pneumokokken-with-sidebar .page-container-content .msd-sidebar-region {
    margin-left: 20px;
  }
}

.pneumokokken-with-sidebar .page-container-content .msd-sidebar-region .msd-sidebar-menu-pneumokokken {
  margin: 0;
}

.pneumokokken-with-sidebar .page-container-content .msd-sidebar-region .msd-sidebar-menu-pneumokokken .menu {
  margin-left: 0;
}

.pneumokokken-with-sidebar .page-container-content .msd-sidebar-region .msd-sidebar-menu-pneumokokken .menu li {
  min-width: 315px;
  max-width: 315px;
  background-color: #E7E8EA;
  margin-bottom: 2px;
  padding: 20px 22px 20px 21px;
  list-style: none;
  text-align: left;
}

.pneumokokken-with-sidebar .page-container-content .msd-sidebar-region .msd-sidebar-menu-pneumokokken .menu li a {
  padding: 0;
  font-family: 'Invention', sans-seriftion;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #00857c;
  list-style: none;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .pneumokokken-with-sidebar .page-container-content .msd-content-region {
    padding-right: 22px;
    padding-left: 21px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-width: 0;
  }
  .pneumokokken-with-sidebar .page-container-content .msd-sidebar-region {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 19px;
  }
  .pneumokokken-with-sidebar .page-container-content .msd-sidebar-region .msd-sidebar-menu-pneumokokken li {
    padding: 20px 27px 20px 16px;
    max-width: 100% !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .pneumokokken-with-sidebar .page-container-content .msd-acf-blockButtonNavigationGroup,
  .pneumokokken-with-sidebar .page-container-content .msd_acf_threeColumnGridWithBackgroundGroup {
    left: 147px;
    position: relative;
  }
}

@media screen and (min-width: 1280px) {
  .pneumokokken-with-sidebar .page-container-content .msd-acf-blockButtonNavigationGroup,
  .pneumokokken-with-sidebar .page-container-content .msd_acf_threeColumnGridWithBackgroundGroup {
    left: 103px;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .pneumokokken-with-sidebar .page-container-content .msd-acf-blockButtonNavigationGroup a.button.msd_btn.msd_btn_primary {
    margin-right: 295px;
  }
}

@media screen and (min-width: 1280px) {
  .pneumokokken-with-sidebar .page-container-content .msd-acf-blockButtonNavigationGroup a.button.msd_btn.msd_btn_primary {
    margin-right: 205px;
  }
}

/*
* Pneumokokken with sidebar menu-class
* add this class to a menu to get its styles
*/
.msd-sidebar-menu-pneumokokken {
  margin: 0;
}

.msd-sidebar-menu-pneumokokken .menu {
  margin-left: 0;
}

.msd-sidebar-menu-pneumokokken li {
  min-width: 315px;
  max-width: 315px;
  background-color: #E7E8EA;
  margin-bottom: 2px;
  padding: 20px 22px 20px 21px;
  list-style: none;
  text-align: left;
}

.msd-sidebar-menu-pneumokokken li a {
  padding: 0;
  font-family: 'Invention', sans-seriftion;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #00857c;
  list-style: none;
  text-align: left;
  text-decoration: none;
}

.msd-sidebar-menu-pneumokokken li {
  min-width: 315px;
  background-color: #E7E8EA;
  margin-bottom: 2px;
  padding: 20px 22px 20px 21px;
  list-style: none;
  text-align: left;
  font-family: 'Invention', sans-seriftion;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #00857c;
  list-style: none;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .msd-sidebar-menu-pneumokokken li {
    padding: 20px 27px 20px 16px;
  }
}

.dmk_msd_header {
  padding: 0;
}

.dmk_msd_header .msd_top_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.dmk_msd_header .site-branding {
  max-width: 125px;
  height: auto;
  padding: 16px;
  margin-left: 32px;
  margin-right: 32px;
}

.dmk_msd_header a.logo_header {
  height: 100%;
}

.dmk_msd_header .msd_main_navigation.backwards {
  background-color: #00857c;
}

.dmk_msd_header .msd_main_navigation.backwards a {
  color: white;
}

.dmk_msd_header .msd_main_navigation {
  padding: 0;
  padding: 16px 3em;
  margin-left: 32px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dmk_msd_header .msd_main_navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dmk_msd_header .msd_main_navigation a.navigation {
  margin: 0;
  padding: 0;
  height: auto;
}

#msd_footer.dmk-msd-footer {
  background-color: white;
}

#msd_footer.dmk-msd-footer .msd_three_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1119px) {
  #msd_footer.dmk-msd-footer .msd_three_columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#msd_footer.dmk-msd-footer .msd_three_columns .msd-footer-headline {
  border-bottom: 1px solid #b7b7b7;
  color: #747474;
  font-size: 16px;
  font-family: Invention, sans-serif;
  font-weight: 700;
  line-height: 1.75rem;
  padding-bottom: 1rem;
  margin-right: 3em;
}

#msd_footer.dmk-msd-footer .msd_three_columns .menu {
  margin: 0;
}

#msd_footer.dmk-msd-footer .msd_three_columns .column {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 1119px) {
  #msd_footer.dmk-msd-footer .msd_three_columns .column {
    max-width: 33%;
  }
}

#msd_footer.dmk-msd-footer .msd_three_columns .menu-item {
  list-style: none;
  margin-top: 1.8rem;
}

#msd_footer.dmk-msd-footer .msd_three_columns .menu-item a {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.9rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  margin-top: 0.8rem;
  font-family: Invention, sans-serif;
  color: black;
}

#msd_footer.dmk-msd-footer .msd_three_columns .menu-item a .menu-item-description {
  color: #747474;
  margin-top: 1.685rem;
  font-weight: normal;
}

.dmk-msd-footer-full .dmk-footer-menu-full {
  border-top: 1px solid #b7b7b7;
  padding-top: 2.5rem;
}

.dmk-msd-footer-full .dmk-footer-menu-full:after {
  content: "© MSD Sharp & Dohme GmbH";
  color: #747474;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 100;
  display: block;
}

.dmk-msd-footer-full .dmk-footer-menu-full .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2em;
}

.dmk-msd-footer-full .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dmk-msd-footer-full .menu a {
  color: black;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 100;
  display: block;
}

.dmk-msd-footer-full .menu-item:not(:last-child):after {
  content: "\22C5";
  display: inline-block;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.dmk-msd-footer-full .msd_ent_a11y_icon {
  margin-top: 2rem;
}

@media only screen and (min-width: 1119px) {
  .dmk-msd-footer-full .msd_ent_a11y_icon {
    text-align: right;
    margin-top: -34px;
  }
}

.dmk-msd-share-footer {
  background: #00857c;
  color: white;
  padding: 2em 0;
}

.dmk-msd-share-footer .msd_inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 700px) {
  .dmk-msd-share-footer .msd_inner_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dmk-msd-share-footer .msd_inner_container .msd-footer-headline {
    margin-bottom: 1em;
  }
}

.dmk-msd-share-footer .fa {
  color: white;
  font-size: 3rem;
}

.dmk-msd-share-footer .msd-footer-headline {
  font-size: 2.4rem;
  font-weight: normal;
}

.dmk-msd-share-footer .menu .menu-item {
  position: relative;
  margin-right: 1.2em;
}

.dmk-msd-share-footer .menu .menu-item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

/*MSD-1248*/
.msd-cookie-opt-teaser[src=""] {
  display: none;
}

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