@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  direction: ltr;
}
body {
  background-color: #ffffff;
  color: #222731;
  font-size: 18px;
  line-height: 1.67em;
  font-family: Georgia, Arial;
  letter-spacing: 0.3px;
}
.cele.ctype-gridelements_pi1 .gridwrap, .cwrap {
  padding: 0 30px;
  max-width: 1200px;
  margin: auto;
}
.cele.has-anim {
  overflow: hidden;
}
.teaser-top-row > .cwrap {
  max-width: 1380px;
  position: relative;
}
a.to-top {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 8px;
  z-index: 500;
  background: #5bc2e7;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: none;
}
a.to-top:hover {
  color: #222731;
}
a.to-top:after {
  font-family: "abbott icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.cele.ctype-gridelements_pi1.layout-3 .gridwrap.container, .content .cele.ctype-gridelements_pi1.layout-10 .gridwrap, .cele.ctype-list.layout-1 .cwrap, .cele.ctype-text.layout-1 .cwrap, .breadcrumb.cwrap, .header .cwrap, .footer .cwrap, .ctype-textmedia.layout-6 .cwrap, .ctype-textmedia.layout-8 .cwrap, .ctype-gridelements_pi1.layout-10 > .cwrap, .teaser-top-row .ctype-textmedia .cwrap {
  max-width: 1380px;
}
.cele.ctype-gridelements_pi1.layout-3 .gridwrap.container {
  padding-top: 1px;
}
.cele.layout-99 .cwrap, .isi .cwrap, .reference-row .cwrap, .cele.ctype-gridelements_pi1 .gridwrap .cwrap {
  padding: 0;
  margin: 0;
  max-width: none;
}
.cele.ctype-gridelements_pi1 .gridwrap.cols-2 .bg-light-gray .cwrap {
  padding: 0 30px;
  max-width: 1200px;
  margin: auto;
}
.cele.layout-12 > .cwrap {
  max-width: none;
  margin: 0;
  padding: 0;
}
.cele.ctype-gridelements_pi1 .gridwrap.cols-4 .title-row .left, .cele.ctype-gridelements_pi1 .gridwrap.cols-4 .title-row .right {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
}
.cele.ctype-gridelements_pi1 .gridwrap.cols-4 .title-row .right {
  padding-left: 20px;
}
.cele.ctype-gridelements_pi1.layout-15 .gridwrap.cols-4 .tcell.mid-left, .cele.ctype-gridelements_pi1.layout-15 .gridwrap.cols-4 .title-row .left {
  border-right: 1px solid #2b89b1;
}
/* Horizontal Navigation */
nav.horizontal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.horizontal ul li {
  display: inline-block;
}
nav.horizontal ul li a {
  padding: 2px 5px;
  margin: 0 5px;
}
/* header + main nav */
.header {
  background: #fff;
  z-index: 300;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 152px;
}
.header .cwrap {
  position: relative;
}
.header .logo-row {
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  padding: 20px 0 10px;
  position: relative;
}
.header .logo-row .logo {
  float: left;
  width: 192px;
  display: block;
  transition: width 0.3s;
}
.header .logo-row .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .logo-row .logo-abbott {
  transition: margin-top 0.3s;
  display: block;
  width: 120px;
  float: right;
  margin-top: 15px;
}
.header .logo-row .nav-toggle-btn {
  display: none;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -14px;
  padding: 5px;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.header .logo-row .nav-toggle-btn .bar {
  -webkit-transition: background 0.3s, opacity 0.3s, transform 0.3s, background 0.3s;
  -moz-transition: background 0.3s, opacity 0.3s, transform 0.3s, background 0.3s;
  -ms-transition: background 0.3s, opacity 0.3s, transform 0.3s, background 0.3s;
  -o-transition: background 0.3s, opacity 0.3s, transform 0.3s, background 0.3s;
  transition: background 0.3s, opacity 0.3s, transform 0.3s, background 0.3s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  height: 2px;
  width: 100%;
  background: #000;
  margin-top: 5px;
  border-radius: 20px;
}
.header .logo-row .nav-toggle-btn .bar.top {
  margin: 0;
}
.header .logo-row .nav-toggle-btn.open .bar.mid {
  opacity: 0;
}
.header .logo-row .nav-toggle-btn.open .bar.top {
  -webkit-transform: rotate(-45deg) translateX(-5px) translateY(5px);
  -moz-transform: rotate(-45deg) translateX(-5px) translateY(5px);
  -ms-transform: rotate(-45deg) translateX(-5px) translateY(5px);
  -o-transform: rotate(-45deg) translateX(-5px) translateY(5px);
  transform: rotate(-45deg) translateX(-5px) translateY(5px);
  background: #fff;
}
.header .logo-row .nav-toggle-btn.open .bar.bot {
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(-5px);
  -moz-transform: rotate(45deg) translateX(-5px) translateY(-5px);
  -ms-transform: rotate(45deg) translateX(-5px) translateY(-5px);
  -o-transform: rotate(45deg) translateX(-5px) translateY(-5px);
  transform: rotate(45deg) translateX(-5px) translateY(-5px);
  background: #fff;
}
.header .logo-row .nav-toggle-btn:hover .bar {
  background: #009cde;
}
.header .logo-row .nav-toggle-btn.open:hover .bar.top, .header .logo-row .nav-toggle-btn.open:hover .bar.bot {
  background: #009cde;
}
.header.small {
  min-height: auto;
}
.header.small .logo-row {
  padding: 10px 0 0;
}
.header.small .logo-row .logo {
  width: 160px;
}
.header.small .logo-row .logo-abbott {
  margin-top: 8px;
}
.header .service-nav {
  padding: 5px 55px 0 0;
  float: right;
}
.header .service-nav ul {
  display: block;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  list-style-type: none;
  text-align: right;
  margin: 0;
  padding: 14px 18px 0 0;
}
.header .service-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.header .service-nav li.morepadding.area-switch-icon {
  padding-right: 0;
}
.header .service-nav li.morepadding.area-switch-icon a {
  padding-top: 10px;
}
.header .service-nav a {
  position: relative;
  font-size: 13px;
  line-height: 1.2em;
  letter-spacing: 0.7px;
  font-family: Brandon Grotesque, Verdana;
  color: #004f71;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 0 35px;
  text-align: left;
  display: block;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header .service-nav a:hover {
  text-decoration: none;
  color: #009cde;
}
.header .service-nav .area-switch-icon a:after {
  content: "";
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  display: block;
  color: #009cde;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1em;
  font-size: 25px;
}
.header .service-nav .contact-icon a:after {
  content: "";
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  display: block;
  color: #009cde;
  position: absolute;
  left: 2px;
  top: 0px;
  line-height: 1em;
  font-size: 30px;
}
.header .service-nav .logout-icon a:after {
  content: "";
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  display: block;
  color: #009cde;
  position: absolute;
  left: 2px;
  top: 0px;
  line-height: 1em;
  font-size: 30px;
}
.header .service-nav .area-switch-icon, .header .service-nav .clinicfinder-icon {
  padding-right: 25px;
}
.header .service-nav .clinicfinder-icon a {
  padding-left: 33px;
}
.header .service-nav .clinicfinder-icon a:after {
  font-family: "abbott icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "p";
  display: block;
  color: #009cde;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1em;
  font-size: 34px;
}
.header .nav-wrap {
  position: relative;
}
.header .main-nav {
  float: left;
}
.header .main-nav ul.level-1 {
  display: block;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header .main-nav ul.level-1 li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header .main-nav ul.level-1 li:after {
  content: "";
  display: block;
  visibility: visible;
  width: 1px;
  height: 36px;
  left: -1px;
  top: 15px;
  background: #888b8d;
  position: absolute;
}
.header .main-nav ul.level-1 a {
  display: block;
  padding: 15px 15px 10px;
  font-size: 18px;
  line-height: 1em;
  font-family: Brandon Grotesque, Verdana;
  color: #888b8d;
  position: relative;
  letter-spacing: 0.8px;
  border-bottom: 4px solid #fff;
  height: 36px;
  cursor: pointer;
}
.header .main-nav ul.level-1 .single a, .header .main-nav ul.level-1 .last a {
  padding-top: 24px;
  height: 27px;
}
.header .main-nav ul.level-1 li:hover > a, .header .main-nav ul.level-1 li.act a {
  color: #009cde;
  border-color: #009cde;
}
.header .main-nav ul.level-1 li:first-child > a {
  padding-left: 0;
}
.header .main-nav ul.level-1 li:first-child:after {
  display: none;
}
.header .main-nav ul.level-1 > li > a {
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s, padding-bottom 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background 0.3s, padding-bottom 0.3s;
  -ms-transition: color 0.3s, border-color 0.3s, background 0.3s, padding-bottom 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background 0.3s, padding-bottom 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s, padding-bottom 0.3s;
}
.header .main-nav ul.level-2 {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 320px;
}
.header .main-nav ul.level-2 li {
  display: block;
  position: static;
}
.header .main-nav ul.level-2 li:after {
  display: none;
}
.header .main-nav ul.level-2 a {
  display: block;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
  line-height: 1.2em;
  height: auto;
}
.header .main-nav ul.level-2 li:hover a {
  color: #fff;
  background: #009cde;
}
.header .main-nav ul.level-2 li:first-child a {
  padding: 10px 15px;
}
.header .main-nav li:hover ul.level-2 {
  display: block;
}
.header .icon-row {
  padding: 15px 0 0 0px;
  float: right;
}
.header .searchwrap {
  -webkit-transition: width 0.5s, right 0.5s;
  -moz-transition: width 0.5s, right 0.5s;
  -ms-transition: width 0.5s, right 0.5s;
  -o-transition: width 0.5s, right 0.5s;
  transition: width 0.5s, right 0.5s;
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 20px;
  z-index: 20;
  background: #fff;
  overflow: hidden;
  padding: 5px 0 15px;
}
.header .searchwrap form {
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
}
.header .searchwrap .inp {
  width: 100%;
  overflow: hidden;
  padding-right: 34px;
  box-sizing: border-box;
}
.header .searchwrap .inp input {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 16px;
  padding: 4px 5px 4px 10px;
  height: 33px;
  color: #222731;
  line-height: 1.67em;
  font-family: Georgia, Arial;
  letter-spacing: 0.3px;
}
.header .searchwrap .inp input:-webkit-autofill, .header .searchwrap .inp input:-webkit-autofill:hover, .header .searchwrap .inp input:-webkit-autofill:focus, .header .searchwrap .inp input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #222731 !important;
}
.header .searchwrap .sbmt {
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  padding: 0;
}
.header .searchwrap .sbmt button {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  height: 100%;
  color: #888b8d;
  background: none;
  position: relative;
  border: none;
  text-align: left;
  transition: color 0.3s;
  padding: 0;
  margin: 0;
}
.header .searchwrap .sbmt button:after {
  font-family: "abbott icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "s";
  position: absolute;
  left: -1px;
  top: 5px;
}
.header .searchwrap .sbmt button:hover {
  color: #009cde;
}
.header .searchwrap.open {
  width: 35%;
  right: 0;
}
.header .searchwrap.open form {
  border-color: #d9d9d6;
}
.header .searchwrap.open .sbmt {
  padding: 0 8px;
}
.header .site-switch {
  float: right;
  position: relative;
  cursor: pointer;
}
.header .site-switch a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 1em;
  font-family: Brandon Grotesque, Verdana;
  color: #888b8d;
  letter-spacing: 0.8px;
}
.header .site-switch a:hover {
  color: #009cde;
}
.header .site-switch .int {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 1em;
  font-family: Brandon Grotesque, Verdana;
  color: #888b8d;
  letter-spacing: 0.8px;
  position: relative;
  padding: 21px 18px 0 30px;
}
.header .site-switch .int:hover {
  color: #009cde;
}
.header .site-switch .int:before {
  content: "";
  display: block;
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  right: 47px;
  top: 18px;
  font-size: 22px;
  transition: all 0.3s;
  color: #009cde;
}
.header .site-switch .int:after {
  content: "";
  display: none;
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  right: 2px;
  top: 20px;
  font-size: 15px;
  transition: all 0.3s;
  color: #888b8d;
}
.header .site-switch .us {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 1em;
  font-family: Brandon Grotesque, Verdana;
  color: #888b8d;
  letter-spacing: 0.8px;
  position: relative;
  padding: 21px 18px 0 30px;
}
.header .site-switch .us:hover {
  color: #009cde;
}
.header .site-switch .us:after {
  content: "";
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  right: 0px;
  top: 20px;
  font-size: 15px;
  transition: all 0.3s;
  color: #888b8d;
}
.header .site-switch .us:before {
  position: absolute;
  content: "";
  background: url(../../typo3conf/ext/rm_theme/Resources/Public/Images/Frontend/united_states_lg.png) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  left: -2px;
  top: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #009cde;
}
.header .site-switch .tboverlay.lang {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 20px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  z-index: 500;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4em;
  color: #22588d;
  text-transform: uppercase;
  display: none;
}
.header .site-switch .tboverlay.lang.open {
  display: block;
}
.header .site-switch .tboverlay.lang ul {
  list-style-type: none;
  padding: 0 0 0 28px;
  margin: 0;
}
.header .site-switch .tboverlay.lang ul li {
  display: inline-block;
  position: relative;
  width: 50%;
}
.header .site-switch .tboverlay.lang ul li.int_li {
  width: 70%;
}
.header .site-switch .tboverlay.lang ul li.int_li:before {
  content: "";
  display: block;
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  left: -28px;
  top: -3px;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #009cde;
}
.header .site-switch .tboverlay.lang ul li.us_li {
  width: 30%;
}
.header .site-switch .tboverlay.lang ul li.us_li:before {
  position: absolute;
  content: "";
  background: url(../../typo3conf/ext/rm_theme/Resources/Public/Images/Frontend/united_states_lg.png) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  left: -30px;
  top: -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.globalsite_mobile {
  position: relative;
  padding-top: 0.8em;
  margin-left: 20px;
  border-top: 1px solid #d9d9d6;
  display: block;
}
.globalsite_mobile ul {
  margin: 10px auto 10px auto;
  box-sizing: border-box;
  list-style-type: none;
  width: 165px;
}
.globalsite_mobile ul .us_li {
  position: relative;
  display: inline-block;
  width: 95px;
  opacity: 0.5;
}
.globalsite_mobile ul .us_li a {
  font-size: 14px;
  line-height: 1em;
  font-family: Brandon Grotesque, Verdana;
  color: #888b8d;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
}
.globalsite_mobile ul .us_li a:hover {
  color: #009cde;
}
.globalsite_mobile ul .us_li a:before {
  position: absolute;
  content: "";
  background: url(../../typo3conf/ext/rm_theme/Resources/Public/Images/Frontend/united_states_lg.png) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  left: -31px;
  top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.globalsite_mobile ul .us_li a:after {
  content: "";
  visibility: visible;
  width: 1px;
  height: 26px;
  left: 41px;
  top: -4px;
  background: #d9d9d6;
  position: absolute;
}
.globalsite_mobile ul .int_li {
  position: relative;
  display: inline-block;
  width: 25px;
}
.globalsite_mobile ul .int_li a {
  font-size: 14px;
  line-height: 1em;
  font-family: Brandon Grotesque, Verdana;
  color: #888b8d;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.globalsite_mobile ul .int_li a:hover {
  color: #009cde;
}
.globalsite_mobile ul .int_li a:after {
  content: "";
  display: none;
  visibility: visible;
  width: 1px;
  height: 26px;
  left: 41px;
  top: -4px;
  background: #d9d9d6;
  position: absolute;
}
.globalsite_mobile ul .int_li a:before {
  content: "";
  display: block;
  position: absolute;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  left: -28px;
  top: -2px;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #009cde;
}
/* footer */
.footer {
  background: #222731;
  color: #fff;
  padding: 54px 0 10px;
}
.footer .link-row {
  overflow: hidden;
  padding: 0 0 42px;
}
.footer .link-row .logo a {
  display: block;
  width: 120px;
}
.footer .link-row .logo .logo-text {
  text-transform: uppercase;
  font-family: Brandon Grotesque, Verdana;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  padding: 21px 0 0;
}
.footer .cele .cwrap {
  padding: 0;
  max-width: none;
}
.footer .cele.ctype-menu_pages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  font-size: 0;
  line-height: 0;
}
.footer .cele.ctype-menu_pages li {
  display: block;
  padding: 0 0 12px;
}
.footer .cele.ctype-menu_pages a {
  color: #fff;
  text-transform: uppercase;
  font-family: Brandon Grotesque, Verdana;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.2px;
  font-size: 15px;
  line-height: 1.3em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .cele.ctype-menu_pages a .lower {
  text-transform: none;
}
.footer .cele.ctype-menu_pages a:hover {
  text-decoration: none;
  color: #009cde;
}
.footer .approval-number, .footer .claim {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.3px;
  padding: 0 0 20px;
}
.footer .approval-number {
  margin: 0 0 0 60%;
  padding: 15px 0 20px 24px;
  text-align: right;
}
.footer .social-services {
  display: block;
  padding: 0;
  margin: 0 -15px;
  font-size: 0;
  list-style-type: none;
  text-align: right;
}
.footer .social-services li {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 1.67em;
  padding: 0 15px 10px;
}
.footer .social-services a {
  font-family: "abbott icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer .social-services a:hover {
  color: #009cde;
  text-decoration: none;
}
.footer .social-services a:after {
  content: "f";
  display: block;
  visibility: visible;
}
.footer .social-services a.twitter:after {
  content: "t";
}
.footer .social-services a.instagram:after {
  content: "i";
}
.footer .social-services a.youtube:after {
  content: "y";
}
/* content structure */
.content {
  padding: 152px 0 0;
  display: block;
}
/* Table basics */
.tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tbl .trow {
  display: table-row;
}
.tbl .tcell {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
/* Grid Cols */
.tbl .tcell.cols-1-1-l, .tbl .tcell.cols-1-1-r {
  width: 50%;
}
.tbl .tcell.cols-1-2-l, .tbl .tcell.cols-2-1-r {
  width: 39%;
}
.tbl .tcell.cols-1-2-r, .tbl .tcell.cols-2-1-l {
  width: 61%;
}
.tbl .tcell.cols-1-1-l, .tbl .tcell.cols-1-2-l {
  padding-right: 10px;
}
.tbl .tcell.cols-1-1-r, .tbl .tcell.cols-2-1-r {
  padding-left: 10px;
}
.tbl .tcell.cols-1-1-l {
  padding-right: 20px;
}
.tbl .tcell.cols-1-1-r {
  padding-left: 20px;
}
.column-row {
  margin: 0 -20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.column-row .col-20, .column-row .col-25, .column-row .col-33, .column-row .col-50 {
  font-size: 18px;
  line-height: 1.67em;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 20px;
  box-sizing: border-box;
  letter-spacing: normal;
}
.column-row .col-25 {
  width: 25%;
}
.column-row .col-33 {
  width: 33.333333%;
}
.column-row .col-50 {
  width: 50%;
}
.teaser-top-row {
  background: #009cde;
  position: relative;
}
.teaser-top-row .breadcrumb {
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  padding: 0 0 40px;
}
.teaser-top-row .breadcrumb li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.3px;
  font-family: Brandon Grotesque, Verdana;
}
.teaser-top-row .breadcrumb li:before {
  display: inline-block;
  visibility: visible;
  content: ">";
  padding: 0 5px;
}
.teaser-top-row .breadcrumb li:first-child:before {
  display: none;
}
.teaser-top-row .breadcrumb a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}
.teaser-top-row .breadcrumb a:hover {
  color: #004f71;
}
.teaser-top-row.colortheme-6 .breadcrumb a:hover {
  color: #009cde;
}
.teaser-top-row h1, .teaser-top-row h2, .teaser-top-row h3, .teaser-top-row h4, .teaser-top-row h5 {
  color: #fff;
  letter-spacing: 2px;
  padding: 0 0 35px;
}
.teaser-top-row h1.no-pad, .teaser-top-row h2.no-pad, .teaser-top-row h3.no-pad, .teaser-top-row h4.no-pad, .teaser-top-row h5.no-pad {
  padding: 0;
}
.teaser-top-row h5 {
  letter-spacing: 2.5px;
}
.teaser-top-row .subnav-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.teaser-top-row .subnav {
  position: relative;
  padding: 32px 0 0;
}
.teaser-top-row .subnav ul {
  display: block;
  padding: 25px 10px;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 0px;
  left: 0;
  background: #004f71;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  z-index: 1000;
}
.teaser-top-row .subnav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
.teaser-top-row .subnav li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 900;
  letter-spacing: 0.6px;
  color: #fff;
  font-family: Brandon Grotesque, Verdana;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
}
.teaser-top-row .subnav li a:hover, .teaser-top-row .subnav li.act a {
  color: #5bc2e7;
}
/* demo - kann weg wenn fertig */
.heart-placeholder img {
  display: block;
  width: 100%;
  height: auto;
}
.nomobile {
  display: block;
}
/*# sourceMappingURL=/abbott/mitraclip/update2025/typo3temp/mk_scss/structure.scss-e14ecc45.css.map */