@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}

html, body {
  font-family: MuseoSans-300, "Helvetica Neue", sans-serif;
  background-color: white;
  max-width: 100%;
  width: 100%;
}

body {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

a.thumbnail:hover {
  border: 1px solid #DC0000;
}

a {
  color: #DC0000;
}

a:hover {
  color: #990000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a.nounderline,
a.nounderline:focus,
a.nounderline:hover,
a.nounderline:active {
  text-decoration: none;
}

strong, b {
  font-family: MuseoSans-300;
}

div.strong {
  font-family: MuseoSans-700;
  display: inline;
}

h3 {
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 22px;
}

h4 {
  font-family: MuseoSans-100;
  font-size: 18px;
  color: #9B9B9B;
  line-height: 20px;
}

h4 span {
  margin-left: 20px;
  margin-right: 20px;
}

h1 + h4 {
  margin-top: -20px;
  margin-bottom: 40px;
}

p {
  font-family: MuseoSans-100;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #333333;
}

ul {
  padding-left: 1.3em;
}

address {
  font-size: 20px;
  color: #333333;
}

/* safari required input validation error fix*/
.validationError {
  border: 2px solid red !important;
}

/* Webkit Blur nicht mehr anzeigen */
button:focus, a:focus {
  outline: 0;
}

.h1_margin {
  margin-bottom: 40px !important;
  font-size: 30px;
  font-family: MuseoSans-300;
}

.w-100 {
  width: 100%;
}

.x_margintop {
  margin-top: 40px;
  opacity: 0.7;
  transition: all 700ms;
}

.x_margintop.done, .x_hiddenDelayed_margintop.done {
  margin-top: 0px;
  opacity: 1;
}

.x_hiddenDelayed_margintop {
  margin-top: 40px;
  opacity: 0;
  transition: all 1000ms;
}

br.br-lg {
  display: none;
}

/* landingpage start*/
#iconNavHome {
  top: 51px;
  position: relative;
  z-index: 51;
}

.textblock {
  display: table;
  float: right;
}

.videoblock {
  float: right;
}

.text-container {
  height: max-content;
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
  margin-bottom: 40px;
  float: right;
}
.text-container ul {
  list-style-type: none;
  padding-left: 0;
}
.text-container ul li {
  padding-bottom: 10px;
}
.text-container ul li i.icon-square-check {
  position: relative;
  top: 2px;
}
.text-container ul li i.icon-square-check:before {
  content: "";
  background: url("../images/icons/check-square-multicolor.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.text-container ul li span {
  width: 90%;
  position: relative;
  left: 10px;
  display: inline-flex;
  color: #333;
}

.textblock, .videoblock {
  top: 51px;
  background: #fff;
}
.textblock .taglines, .videoblock .taglines {
  color: #1F1F1F;
  font-size: 44px;
  font-family: MuseoSans-700;
  display: block;
  line-height: 125%;
  margin-top: 0px;
}
.textblock .sub-taglines, .videoblock .sub-taglines {
  font-size: 24px;
}

.textblock span {
  color: #1F1F1F;
  font-size: 16px;
  font-family: MuseoSans-500;
}
.textblock h3 {
  font-size: 24px;
  line-height: 125%;
  font-family: MuseoSans-700;
  margin: 16px 0px 29px 0px;
}

.company-log {
  padding-top: 54px;
  padding-bottom: 54px;
}
.company-log .company-container-lg {
  isolation: isolate;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 75px;
}
.company-log .company-container-lg:hover .topCompanies {
  animation-play-state: paused;
}
.company-log .company-container-lg:before, .company-log .company-container-lg:after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: 99;
  width: 100px;
}
.company-log .company-container-lg:before {
  right: -2px;
  background-image: linear-gradient(90deg, rgba(249, 249, 250, 0) 0%, #F9F9FA 72.4%);
}
.company-log .company-container-lg:after {
  left: 0;
  background-image: linear-gradient(270deg, rgba(249, 249, 250, 0) 0%, #F9F9FA 72.4%);
}
.company-log .topCompanies {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  padding-right: 75px;
  flex-direction: row;
  gap: 75px;
}
.company-log .topCompanies.animation-slidereffect-m1, .company-log .topCompanies.animation-slidereffect-m2 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.company-log .topCompanies.animation-slidereffect-m1 {
  -webkit-animation-name: slidereffect-m1;
  animation-name: slidereffect-m1;
  position: relative;
}
.company-log .topCompanies.animation-slidereffect-m2 {
  opacity: 0;
  -webkit-animation-name: slidereffect-m2;
  animation-name: slidereffect-m2;
  position: absolute;
}
.company-log img {
  filter: grayscale(100%);
  opacity: 0.8;
  margin: auto;
}
.company-log h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}

/* hidden inital page delay elements*/
.x_hiddenDelayed {
  opacity: 0;
  transition: opacity 700ms;
}

.x_hiddenDelayed.done, .page_smedex_de_start_branchenloesungen_feuerwehr.done {
  opacity: 1;
}

.x_hiddenDelayed.slow {
  transition: opacity 200ms !important;
}

.x_fadeInDelayed {
  opacity: 0;
  transition: opacity 700ms !important;
}

.x_fadeInDelayed.done {
  opacity: 1;
}

.m-0-auto {
  margin: 0 auto;
}

.p-l-10 {
  padding-left: 10px !important;
}

/* custom colwidth for landscape mobile sizes*/
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .col-xsm-3 {
    width: 25%;
  }
}
/* Haupt Container fuer Inhalte (unterhalb von Navigation und Header-Bild) */
.sub-container {
  margin-top: 53px;
  font-family: MuseoSans-100;
  margin-bottom: 40px;
}
.sub-container .p {
  font-family: MuseoSans-100;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #333333;
}
.sub-container h1, .sub-container .h1 {
  font-family: MuseoSans-100;
  font-size: 38px;
  color: #333333;
  font-weight: 100;
  line-height: 55px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.sub-container h2 + h1 {
  margin-top: 0px;
}
.sub-container h1 + h3 {
  margin-top: -20px;
  margin-bottom: 40px;
}
.sub-container h1 + h3 span {
  padding: 0 10px;
}
.sub-container h2 {
  font-family: MuseoSans-300;
  font-size: 24px;
  color: #333;
  margin-top: 40px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.sub-container h2.grey {
  color: #666666;
}
.sub-container h3 {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 10px;
}
.sub-container .red {
  color: #DC0000;
}
.sub-container form + p {
  margin-top: 10px;
}
.sub-container form {
  margin-left: -15px;
  margin-right: -15px;
}
.sub-container .sub-container-header {
  /*border-bottom: 1px solid #e5e5e5;*/
  width: calc(100% - 30px);
  height: 50px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  display: table;
  padding-top: 60px;
}
.sub-container .sub-container-header h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.sub-container .sub-container-header .sub-container-nav {
  height: auto;
  vertical-align: middle;
  display: table-cell;
  text-align: right;
}
.sub-container .sub-container-header .sub-container-nav a {
  margin-left: 20px;
  font-family: MuseoSans-300;
  font-size: 14px;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub-container .sub-container-header .sub-container-nav a:hover {
  color: #DC0000;
  text-decoration: none;
}
.sub-container .sub-container-header .sub-container-nav a.active {
  color: #9B9B9B;
  font-family: MuseoSans-500;
}
.sub-container .sub-container-header .sub-container-nav a:nth-child(1) {
  margin-left: 0px;
}
.sub-container .sub-container-header .sub-container-nav a.btn {
  color: white;
  font-size: 12px;
}

.sub-container.call-to-action {
  margin-top: 0px;
}

.hamburger .icon-bar, .dropdown.open .icon-bar {
  transition: all 0.2s;
}
.hamburger .icon-bar:nth-child(1), .dropdown.open .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.hamburger .icon-bar:nth-child(2), .dropdown.open .icon-bar:nth-child(2) {
  opacity: 0;
}
.hamburger .icon-bar:nth-child(3), .dropdown.open .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.hamburger.collapsed .icon-bar:nth-child(1), .dropdown .icon-bar:nth-child(1) {
  transform: rotate(0);
}
.hamburger.collapsed .icon-bar:nth-child(2), .dropdown .icon-bar:nth-child(2) {
  opacity: 1;
}
.hamburger.collapsed .icon-bar:nth-child(3), .dropdown .icon-bar:nth-child(3) {
  transform: rotate(0);
}

.whitebar.alwayson {
  opacity: 1 !important;
  display: block !important;
}

.whitebar {
  position: absolute;
  top: 0px;
  z-index: 50;
  left: 0px;
  right: 0px;
  border: 0px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.95);
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.whitebar.marketing-page {
  height: 50px;
}
.whitebar.marketing-page .navbar-right, .whitebar.marketing-page .navbar-left {
  display: flex;
  align-items: center;
  height: 50px;
}
.whitebar.marketing-page .navbar-right .navbar-text, .whitebar.marketing-page .navbar-left .navbar-text {
  margin-top: 0px;
  margin-bottom: 0px;
}
.whitebar.marketing-page .navbar-center {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
}
.whitebar.marketing-page .navbar-center.navbar-text {
  margin-top: 0px;
  margin-bottom: 0px;
}
.whitebar .navbar-collapse {
  display: block;
  visibility: visible;
}
.whitebar .sub-container-nav a {
  margin-left: 20px;
  color: #DC0000;
}
.whitebar a.active {
  color: #9B9B9B;
  font-family: MuseoSans-500;
}
.whitebar .navbar-text.pull-right {
  margin-top: 14px !important;
}
.whitebar .navbar-text {
  color: black;
  font-family: MuseoSans-300;
  font-size: 20px;
  margin-top: 12px;
  margin-left: 0px;
  margin-right: 0px;
  float: left;
}
.whitebar .navbar-text a {
  font-size: 15px;
  display: inline-block;
}
.whitebar .navbar-text a i {
  font-size: 13px;
}
.whitebar .navbar-text a:hover {
  text-decoration: none;
}
.whitebar .navbar-right .navbar-text {
  margin-top: 12px;
  position: relative;
  left: -17px;
}
.whitebar .navbar-right {
  margin-top: 0px;
  float: right;
}
.whitebar .navbar-right .btn {
  margin-right: 15px;
  height: 30px;
  line-height: 25px;
}
.whitebar .navbar-left {
  float: left;
  margin-bottom: 0px;
}
.whitebar .navbar-left a {
  color: #df0000;
}
.whitebar .navbar-left a i {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 3px;
  margin-right: 3px;
  text-decoration: none;
}

.sticky-wrapper {
  top: 60px;
  position: absolute;
  z-index: 50;
  width: 100%;
  left: 0px;
  right: 0px;
  height: 53px;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent !important;
}

.userbar {
  background: rgba(0, 0, 0, 0.7);
  height: 60px;
  border: 0px;
  color: white;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 0px;
}
.userbar .navbar-brand {
  padding: 13px 10px;
}
.userbar .navbar-header {
  height: 60px;
}
.userbar .navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 30px;
  line-height: 20px;
  height: 60px;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.07px;
  line-height: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.userbar .navbar-nav > .active > a, .userbar .navbar-nav > .active > a:hover, .userbar .navbar-nav > .active > a:focus {
  color: #fff;
  font-weight: 500;
  background-color: transparent;
}
.userbar .navbar-nav > li > a:hover, .userbar .navbar-nav > li > a:focus {
  /*  		color: $smedex-rot;*/
  background-color: transparent;
}
.userbar .navbar-nav > .open > a, .userbar .navbar-nav > .open > a:hover, .userbar .navbar-nav > .open > a:focus {
  /*  		color: $smedex-rot;*/
  background-color: transparent;
}
.userbar .navbar-nav .dropdown-menu {
  background: white;
  /*		margin-top: 5px;*/
  padding: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #d6d6d6;
}
.userbar .navbar-nav .dropdown-menu .dd_li {
  display: flex;
  align-items: center;
}
.userbar .navbar-nav .dropdown-menu .dd_li a:before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  vertical-align: middle;
}
.userbar .dropdown-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 8px;
}
.userbar .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  right: 9px;
  width: 0;
  height: 0;
  border-color: transparent transparent #d6d6d6 transparent;
  border-style: solid;
  border-width: 9px;
}
.userbar .dropdown-menu.left-caret {
  min-width: 350px;
}
.userbar .dropdown-menu.left-caret:after {
  left: 10px;
  right: auto;
}
.userbar .dropdown-menu.left-caret:before {
  left: 9px;
  right: auto;
}
.userbar .dropdown-menu > li > a {
  display: block;
  padding: 11px 20px;
  clear: both;
  letter-spacing: 1.07px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.userbar .dropdown-menu > li > a i {
  float: right;
  color: #BBBBBB;
  line-height: 1.5;
  font-size: 16px;
  position: absolute;
  right: 20px;
}
.userbar .dropdown-menu .divider {
  margin: 0 0px;
  height: 1px;
  background-color: rgba(229, 229, 229, 0.54);
}
.userbar .dropdown-menu > li > a:hover, .userbar .dropdown-menu > li > a:focus {
  color: #DC0000;
  text-decoration: none;
  background-color: transparent;
}
.userbar .dropdown-menu > li > a:hover :before, .userbar .dropdown-menu > li > a:focus :before {
  color: #DC0000;
}
.userbar .dropdown.open .navbar-toggle .icon-bar {
  /*		background-color: $smedex-rot;*/
}
.userbar .navbar-toggle {
  border: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
  margin-right: 0px;
  border-radius: 0px;
  padding: 0;
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.07px;
  line-height: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.userbar .navbar-toggle .hb-text {
  margin-right: 10px;
}
.userbar .navbar-toggle:hover, .userbar .navbar-toggle:focus {
  background-color: transparent !important;
  /*		color: $smedex-rot;
  		.icon-bar {
  			background-color: $smedex-rot;
  		 	@include transition(all, 0.2s, ease-in-out);
  		}*/
}
.userbar .navbar-header > .navbar-toggle {
  margin-top: 22px;
  padding-bottom: 15px;
}
.userbar .navbar-collapse.in {
  height: calc(100vh - 53px);
}
.userbar .navbar-collapse.in, .userbar .navbar-collapse.collapsing {
  max-height: calc(100vh - 53px);
}
.userbar .navbar-form {
  border: 0px;
}
.userbar .navbar-login-link {
  height: 0;
}
.userbar .navbar-login-link a {
  display: block !important;
  color: white !important;
  padding-top: 6.4px;
  display: block;
  letter-spacing: 1.07px;
  line-height: 17px;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
}
.userbar .navbar-login-link a:hover {
  color: #DC0000 !important;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .userbar .navbar-nav .dropdown-menu {
    /* Dropdown fixed positionieren rechts am Rand*/
    position: fixed !important;
    right: 0 !important;
    top: 0;
    overflow-y: auto;
    height: inherit;
    /*margin-top:53px;*/
  }
  .userbar .navbar-nav .dropdown-standard.open {
    height: auto !important;
    position: relative !important;
    right: 0 !important;
  }
  .userbar .navbar-nav .dropdown-standard.open .dropdown-menu {
    position: relative !important;
    overflow-y: none !important;
  }
  .userbar .navbar-nav .dropdown.open {
    height: 100%;
    position: absolute;
    right: 388px;
  }
}
.userbar.fixed {
  position: fixed;
  overflow: scroll;
  height: 100%;
}

.navbar-text {
  margin-left: 0px;
  margin-right: 0px;
}

.userbar .navbar-text {
  color: white;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  margin-right: 28px;
  margin-left: 0px;
}

.userbar .navbar-form, .userbar .navbar-btn {
  margin: auto;
  padding: 17px 0px;
}

.userbar .navbar-form .form-control {
  height: 26px;
  line-height: 20px;
  color: #979797;
  border-radius: 0px;
  border: 0px;
  width: 135px;
  font-size: 14px;
  padding-left: 25px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-right: 10px;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
}

.userbar .navbar-form .btn-login {
  margin-right: 10px;
}

.userbar .form-control-feedback {
  color: #979797;
  left: -3px;
  line-height: 26px;
  font-size: 16px;
}

.userbar .forgot-password {
  margin-left: 20px;
  color: white;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
}

.has-feedback .form-control {
  padding-right: 15px;
}

.btn {
  border-radius: 0px;
  padding: 3px 10px;
  letter-spacing: 0.8px;
  position: relative;
  height: 30px;
  line-height: 23px;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p .btn {
  margin-bottom: 10px;
  margin-right: 20px;
}

.fa-error {
  color: #DC0000;
}

.btn.btn-icon .fa {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  width: auto;
  height: 100%;
  padding: 7px 10px;
}

.btn.btn-icon {
  padding-left: 42px;
}

.btn-xs.btn-icon .fa {
  padding: 5px 8px;
}

.btn-xs.btn-icon {
  padding-left: 38px;
}

.btn-xs {
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  height: 26px;
  line-height: 20px;
}

.btn-xs .fa {
  font-size: 14px;
}

.btn-md {
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  height: 40px;
  line-height: 34px;
}

.btn-md .fa {
  font-size: 32px;
  float: left;
}

.btn-lg {
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  padding: 10px 15px;
  height: 40px;
  line-height: 20px;
}

.btn-lg.btn-icon .fa {
  font-size: 20px;
  padding: 10px 15px;
}

.btn-lg.btn-icon {
  padding-left: 55px;
}

.btn-red {
  background-color: #DC0000;
  color: white !important;
}

.btn-red:hover {
  background-color: #990000;
  color: white;
}

.btn-green {
  background: #AAC46C;
  color: white;
}

.btn-green:hover {
  background: #7A9149;
  color: white;
}

a.btn-grey, button.btn-grey {
  background-color: #797979;
  color: white !important;
}

a.btn-gray60, button.btn-gray60 {
  background-color: #666666;
  color: #ffffff !important;
}

form .btn-lightgrey {
  background-color: #F9F9F9;
}

form .btn-lightgrey:hover {
  background-color: #AAC46C;
}

a.btn-grey:hover, button.btn-grey:hover {
  background-color: #6C6C6C;
  color: white;
}

.sme_seal {
  position: absolute;
  width: 155px;
  height: 203px;
  margin-top: -150px;
  z-index: 49;
  right: 20px;
}
.sme_seal .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sme_seal.firefighters {
  margin-left: 79%;
  width: 155px;
  margin-top: -235px;
}

@media only screen and (max-width: 568px) {
  .sme_seal {
    width: 90px;
    margin-top: -135px;
  }
  .home_subheadline {
    margin-top: 15px;
  }
  .sme_seal.firefighters {
    margin-left: 63%;
    width: 95px;
    margin-top: -130px;
  }
  .content-customizable img.img-responsive {
    top: -14px !important;
    left: 82% !important;
    width: 24%;
}
  .content-customizable.callout img.img-responsive {
    width: 21%;
    top: -20px !important;
  }
  .content-customizable h2 {
    padding: 6px 22px;
    text-align: left;
  }
  .marketing-container .marketing_subheadline h2 {
    font-size: 24px !important;
}
  .marketing-container .xs-smaller-text {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 569px) and (max-width: 678px) {
  .sme_seal {
    width: 120px;
    margin-top: -175px;
  }
  .sme_seal.push_top {
    margin-top: -115px;
  }
  .sme_seal.firefighters {
    margin-left: 65%;
    width: 120px;
    margin-top: -145px;
  }
}
@media only screen and (min-width: 679px) and (max-width: 991px) {
  .text-container {
    padding: 12px 32px;
    font-size: 17px;
    height: 410px;
  }
  .text-container .taglines {
    font-size: 38px;
    padding: 8px 0px;
  }
  .sme_seal {
    width: 120px;
    bottom: -36px;
  }
  .sme_seal.push_top {
    margin-top: -120px;
  }
  .sme_seal.firefighters {
    margin-left: 79%;
    width: 120px;
    margin-top: -180px;
  }
  .marketing-header.home #landingpagemodal_video, .home.sub-header #landingpagemodal_video {
    bottom: 0px;
}
  .marketing-header.home #landingpagemodal_video .videolink_box, .home.sub-header #landingpagemodal_video .videolink_box {
    height: 56px;
  }
  .marketing-header.home #landingpagemodal_video img.icon-play-circle, .home.sub-header #landingpagemodal_video img.icon-play-circle {
    height: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .sme_seal {
    width: 125px;
    margin-top: -80px;
  }
  .sme_seal.firefighters {
    margin-left: 79%;
    width: 120px;
    margin-top: -183px;
  }
  .marketing-container .home_subheadline {
    font-size: 28px;
    padding-right: 30px;
}
  .marketing-header.home #landingpagemodal_video, .home.sub-header #landingpagemodal_video {
    bottom: 0px;
}
  .marketing-header.home #landingpagemodal_video img.icon-play-circle, .home.sub-header #landingpagemodal_video img.icon-play-circle {
    height: 34px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .sme_seal {
    /*        margin-left: 76%;*/
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .sme_seal {
    margin-top: -150px;
  }

  .videoblock .sme_seal {
    bottom: 78px !important;
  }
}
@media only screen and (min-width: 1200px) {
  br.br-lg {
    display: inline;
  }

  .company-container-lg {
    width: auto;
    margin: 0 auto;
  }

  .marketing-header.home #landingpagemodal_video, .home.sub-header #landingpagemodal_video {
    bottom: 45px;
}
  .marketing-header.home #landingpagemodal_video img.icon-play-circle, .home.sub-header #landingpagemodal_video img.icon-play-circle {
    height: 34px;
  }

  .chessboard.chessboard-v3 .overlay .wrapper a {
    right: -13%;
    width: 80%;
    font-size: 13px !important;
}
  .chessboard.chessboard-v3 .overlay .wrapper a i {
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-video video {
    width: 100%;
  }

  .company-container-lg {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1300px) {
  .text-container {
    padding: 60px;
  }

  .sme_seal.push_top {
    margin-top: -160px;
  }

  .marketing-container .home_subheadline {
    font-family: MuseoSans-300;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 35px;
    padding-right: 30px;
  }
}
.marketing-header.smedexpro_hero, .smedexpro_hero.sub-header {
  height: 65vh;
  max-height: 65vh;
}
.marketing-header.smedexpro_hero img.icon-play-circle, .smedexpro_hero.sub-header img.icon-play-circle {
  float: left;
  margin-right: 5px;
  height: 22px;
}

.marketing-header, .sub-header {
  color: #FFFFFF;
  background-position: bottom center;
  background-size: cover;
  padding: 0px;
  margin: 0px;
  background-color: white;
  margin-bottom: 0px;
  height: 60vh;
  overflow: hidden;
  max-height: 60vh;
  position: relative;
  z-index: 0;
}
.marketing-header a, .sub-header a {
  color: white;
  font-family: MuseoSans-300;
  font-size: 1.1em;
}
.marketing-header a:hover, .sub-header a:hover {
  color: #DC0000;
}
.marketing-header .logo, .sub-header .logo {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.marketing-header h1, .sub-header h1 {
  font-style: normal;
  font-size: 36px;
  color: white;
  margin-bottom: 20px;
  margin-top: 35px;
  font-family: MuseoSans-500;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.marketing-header h2, .sub-header h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 0px;
  font-family: MuseoSans-100, "Helvetica Neue", sans-serif;
}
.marketing-header .smedex_10y, .sub-header .smedex_10y {
  font-family: MuseoSans-100, "Helvetica Neue", sans-serif;
}
.marketing-header .smedex_10y img, .sub-header .smedex_10y img {
  height: 40px;
}
.marketing-header #home_watch_vid_a:hover, .sub-header #home_watch_vid_a:hover {
  color: #fff;
}
.marketing-header #home_watch_vid_a:hover #home_watch_vid, .sub-header #home_watch_vid_a:hover #home_watch_vid {
  background: rgba(0, 0, 0, 0.75);
}
.marketing-header #landingpagemodal_video, .sub-header #landingpagemodal_video {
  width: 130px;
  height: 105px;
  position: absolute;
  bottom: 45px;
  display: table;
}
.marketing-header #landingpagemodal_video a, .sub-header #landingpagemodal_video a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 0;
}
.marketing-header #landingpagemodal_video .videolink_box, .sub-header #landingpagemodal_video .videolink_box {
  height: 57px;
}
.marketing-header #landingpagemodal_video img.icon-play-circle, .sub-header #landingpagemodal_video img.icon-play-circle {
  height: 32px;
  margin-bottom: 16px;
}
.marketing-header #home_watch_vid, .sub-header #home_watch_vid {
  width: 165px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  font-family: MuseoSans-500;
  line-height: 40px;
  font-size: 16px;
}
.marketing-header #home_watch_vid i:before, .sub-header #home_watch_vid i:before {
  font-size: 24px;
  top: 5px;
  position: relative;
  left: -5px;
}
.marketing-header .hero-video, .sub-header .hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.marketing-header .hero, .sub-header .hero {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(66, 61, 50, 0.42);
  display: table;
}
.marketing-header .hero .wrapper, .sub-header .hero .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.marketing-header.branche h1, .branche.sub-header h1 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  line-height: 53px;
}
.marketing-header.branche h2, .branche.sub-header h2 {
  font-size: 24px;
  line-height: 29px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.marketing-header.home, .home.sub-header {
  height: 70vh;
  min-height: 560px;
}
.marketing-header.home h1, .home.sub-header h1 {
  margin-top: 0px;
}

.sub-header {
  height: 300px;
}

.sub-header .logo {
  margin-bottom: 20px;
}

span.red {
  color: #DC0000;
}

.breadcrumbs {
  background-color: white;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 0px;
  margin-bottom: 0px;
}

.breadcrumbs .breadcrumb {
  margin-bottom: 0px;
  background: transparent;
  font-family: MuseoSans-300;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  padding: 8px 0px;
}

.breadcrumbs .breadcrumb a {
  color: black;
}

.breadcrumbs .breadcrumb .active {
  color: #DC0000;
}

.breadcrumb > li + li:before {
  padding: 0 10px;
  color: black;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f0da";
}

.home-form {
  background: white;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.02);
  padding: 40px;
  position: relative;
  width: 100%;
  top: 0px;
}

.home-form .more {
  color: black;
  margin-top: 30px;
  font-size: 18px;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
}

.marketing-container {
  margin-bottom: 60px;
}
.marketing-container .home_subheadline {
  font-family: MuseoSans-300;
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.marketing-container .summary-block {
  padding: 60px 0px;
}
.marketing-container .marketing_subheadline {
  line-height: 50px;
  margin-top: 90px;
  text-align: center;
  margin-bottom: 60px;
}
.marketing-container .marketing_subheadline h2 {
  font-family: MuseoSans-700;
  font-size: 40px;
  padding: 0px;
  margin: 0px;
  color: #1F1F1F;
  line-height: 50px;
}
.marketing-container .marketing_subheadline h2.p-b-30 {
  padding-bottom: 30px;
}
.marketing-container .marketing_subheadline h2 span.align-text-middle {
  position: relative;
  top: 6px;
  padding-left: 18px;
}
.marketing-container .marketing_subheadline h4 {
  font-size: 20px;
  font-family: MuseoSans-500;
  line-height: 50px;
  margin: 0px;
  margin-bottom: 10px;
  color: rgba(31, 31, 31, 0.75);
}
.marketing-container.sub-container .marketing_subheadline {
  margin: 0px;
}
.marketing-container.sub-container h2 {
  margin-bottom: 30px;
}
.marketing-container.sub-container h4.line-height {
  line-height: 151%;
}
.marketing-container .branche {
  height: 260px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}
.marketing-container .branche .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.marketing-container .branche .caption {
  z-index: 10;
  right: 0;
  height: 40px;
  background: #DC0000;
  position: absolute;
  bottom: 0px;
  padding: 11px 9px 10px 9px;
  line-height: 125%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* FADE OUT INSTEAD OF MOVE */
  opacity: 1;
}
.marketing-container .branche .caption span {
  color: white;
  font-size: 16px;
  font-family: MuseoSans-500;
  color: #FFFFFF;
}
.marketing-container .branche .caption span i {
  font-size: 20px;
  padding-left: 10px;
  top: -2px;
}
.marketing-container .branche .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0;
  display: table;
}
.marketing-container .branche .overlay .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.marketing-container .branche .overlay .wrapper h2 {
  font-style: normal;
  font-size: 24px;
  color: #FFFFFF;
  font-family: MuseoSans-500;
  line-height: 125%;
  padding: 0px 30px;
  margin: 0px;
}
.marketing-container .branche .overlay .wrapper a {
  /* mehr Informationen: */
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.marketing-container .branche .overlay .wrapper a i {
  margin-left: 5px;
  font-size: 15px;
}
.marketing-container .branche a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.marketing-container .content-box-bottom {
  width: 320px;
  height: 141px;
  background: #F9F9F9;
  display: inline-block;
}
.marketing-container .content-box-bottom .content-box {
  padding: 0px 14px 12px 14px;
  color: #1F1F1F;
  line-height: 24px;
  font-size: 18px;
  text-align: left;
}
.marketing-container .content-box-bottom .navigation-btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.marketing-container .content-box-bottom .navigation-btn a {
  color: inherit;
}
.marketing-container h3.headline3 {
  color: #1F1F1F;
  font-size: 36px;
  font-family: MuseoSans-700;
  line-height: 50px;
  margin: 0px;
}
.marketing-container h4.headline4 {
  color: #1F1F1F;
  font-size: 20px;
  font-family: MuseoSans-500;
  line-height: 50px;
  margin: 0px;
}
.marketing-container h5.headline5 {
  color: #1F1F1F;
  font-size: 18px;
  font-family: MuseoSans-700;
  line-height: 151%;
  margin-bottom: 10px;
}
.marketing-container .font-black-75 {
  color: rgba(31, 31, 31, 0.75);
}
.marketing-container .n1_taglines {
  font-size: 24px;
  font-family: MuseoSans-700;
  line-height: 151%;
  color: #000;
  margin-bottom: 14px;
  display: block;
}
.marketing-container .vorteileWrapper .vorteileLeft ul li span {
  font-family: MuseoSans-500;
  line-height: 151%;
  color: #333;
}
.marketing-container p, .marketing-container .smedex_pro_block p {
  font-family: MuseoSans-500;
  line-height: 151%;
  font-size: 18px;
}
.marketing-container ul.listitem {
  margin-top: 30px;
}
.marketing-container ul.listitem li {
  font-family: MuseoSans-500;
  line-height: 151%;
}
.marketing-container .faq-list .faq-entry:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.marketing-container .faq-list .faq-entry {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-top: 1px solid #E8E8E8;
}
.marketing-container .faq-list .faq-entry .faq-title {
  font-size: 20px;
  font-family: MuseoSans-700;
  line-height: 40px;
  color: #1F1F1F;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.marketing-container .faq-list .faq-entry .faq-title a:hover {
  color: #4C4C4C;
}
.marketing-container .faq-list .faq-entry .faq-title [data-toggle=collapse] i.icon-arrow-up:before {
  transform: rotate(180deg);
}
.marketing-container .faq-list .faq-entry .faq-title [data-toggle=collapse].open i.icon-arrow-up:before {
  transform: rotate(0deg);
}
.marketing-container .faq-list .faq-entry .faq-text {
  font-size: 18px;
  line-height: 150.3%;
  color: #333333;
}
.marketing-container .smedex_pro_content .privacy_wrapper {
  z-index: 49;
}

.marketing-container .branche:hover, .brancheHovered {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 2px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.marketing-container .branche:hover .img, .brancheHovered .img {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.marketing-container .branche:hover .overlay, .brancheHovered .overlay {
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.offer-selection {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.offer-selection input[type=radio] {
  opacity: 0;
  float: left;
  z-index: 1001;
}

.offer-selection.btn-green:hover {
  background: #AAC46C !important;
}

.logout_intro {
  margin-top: 25px;
}

.ctSimpleForm .introtext .big-icon, .account_login_passwordrequest_panel .big-icon, .logout_intro .big-icon {
  font-size: 70px;
  text-align: left;
  margin-bottom: 20px;
  color: #AAC46C;
  height: 70px;
  margin-top: 10px;
}
.ctSimpleForm .introtext .big-icon div.iconlabel, .account_login_passwordrequest_panel .big-icon div.iconlabel, .logout_intro .big-icon div.iconlabel {
  font-size: 20px;
  margin-left: 20px;
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
.ctSimpleForm .introtext .big-icon span, .account_login_passwordrequest_panel .big-icon span, .logout_intro .big-icon span {
  vertical-align: middle;
  float: left;
  margin-right: 20px;
}

.block_grey {
  background-color: #F9F9F9 !important;
}

.icon_nav_header {
  margin-top: 60px;
  background-color: #f2f2f2;
}
.icon_nav_header .icon_subtitle {
  font-size: 10px;
  position: relative;
  top: -8px;
  color: #df0000;
}
.icon_nav_header .icon {
  height: 50px;
}
.icon_nav_header .icon img {
  margin: 0 auto;
}

.chessboard-v2 {
  height: 170px !important;
}
.chessboard-v2 .wrapper {
  vertical-align: middle;
}

.chessboard {
  height: 100px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #F2F2F2;
}
.chessboard .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
}
.chessboard .overlay .wrapper {
  display: table-cell;
  text-align: center;
  position: relative;
}
.chessboard .overlay .wrapper .icon {
  opacity: 1;
  color: #333333;
  font-size: 50px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
}
.chessboard .overlay .wrapper h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  /* Produktblatt & Preis: */
  font-family: MuseoSans-300;
  font-weight: 100;
  font-size: 16px;
  color: #333333;
  line-height: 1.4em;
}
.chessboard .overlay .wrapper a {
  /* mehr Informationen: */
  font-weight: 300;
  font-size: 16px;
  color: #DC0000;
  line-height: 22px;
  display: inline-block;
  font-family: MuseoSans-300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chessboard .overlay .wrapper a i {
  margin-left: 5px;
  font-size: 13px;
}
.chessboard a.link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.chessboard:hover .wrapper h2, .chessboard:hover .wrapper a {
  color: #DC0000;
}

.chessboard-v2:hover, .chessboard-v3:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 2px 2px 0px 0px rgba(0, 0, 0, 0.04);
		}
.chessboard-v2:hover .overlay, .chessboard-v3:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}
.chessboard-v2:hover .overlay .icon, .chessboard-v3:hover .overlay .icon {
			color: white;
		}
.chessboard-v2:hover .overlay h2, .chessboard-v2:hover .overlay a, .chessboard-v3:hover .overlay h2, .chessboard-v3:hover .overlay a {
  color: white;
			}
.chessboard-v2:hover .overlay .wrapper h2, .chessboard-v3:hover .overlay .wrapper h2 {
  transform: translate(0, 0px);
}
.chessboard-v2:hover .overlay .wrapper a, .chessboard-v3:hover .overlay .wrapper a {
  transform: translate(0, 0px);
}

.n1_taglines {
  font-size: 32px;
  font-family: MuseoSans-300;
}

.exp_content {
  margin-top: 80px;
  margin-bottom: 10px;
  min-height: 500px;
}
.exp_content p {
  font-size: 18px;
  font-family: MuseoSans-300;
}
.exp_content a {
  font-size: 18px;
}
.exp_content a i {
  margin-left: 5px;
  font-size: 11px;
}

.sub-content.block_grey {
  padding-top: 15px;
  padding-bottom: 45px;
}

.sub-content a {
  font-size: 18px;
  font-family: MuseoSans-300;
}
.sub-content .icon_play_wrapper {
  float: left;
  margin-bottom: 40px;
}
.sub-content .icon_play {
  margin-right: 15px;
  margin-top: 20px;
  max-width: 60px;
}
.sub-content .m-t-lg-35 {
  margin-top: 35px;
}
.sub-content.p-b-lg-90 {
  padding-bottom: 90px;
}

.smedex_pro_block {
  margin-top: 40px;
  margin-bottom: 60px;
}
.smedex_pro_block .video_frame {
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.smedex_pro_block h2 {
  font-size: 24px;
  font-family: MuseoSans-500;
}
.smedex_pro_block p {
  font-size: 18px;
  font-family: MuseoSans-300;
}
.smedex_pro_block a {
  font-size: 18px;
  font-family: MuseoSans-300;
}
.smedex_pro_block a i {
  margin-left: 5px;
  font-size: 11px;
}

/* Lektionsliste */
ul.lesson_list {
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}

@media only screen and (min-width: 515px) and (max-width: 767px) {
  .marketing-header .covervid-video_updated, .sub-header .covervid-video_updated {
    width: 100%;
    max-height: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  /* landing page nav icons */
  .mainnav-customized {
    padding-top: 30px !important;
  }
  .mainnav-customized ul li {
    min-height: 60px !important;
  }
  .mainnav-customized ul li .mainnav-icn {
    height: 20px;
    margin-bottom: 3px;
  }

  .text-container {
    height: auto;
    padding: 40px 20px;
  }
  .text-container .taglines {
    font-size: 32px !important;
    padding: 8px 0px;
  }
  .text-container h3 {
    font-size: 22px;
  }

  .smedexsolution {
    margin: 0px 0px 65px 0px !important;
    padding: 10px 9px !important;
  }
  .smedexsolution .rightblock {
    position: static !important;
    width: 100% !important;
    margin: 14px 0px;
  }
  .smedexsolution img {
    right: -3px !important;
    top: -53px !important;
  }
  .smedexsolution .n1_taglines::before {
    right: -8px !important;
    top: -93px !important;
  }
  .smedexsolution .small::after {
    left: -13px !important;
    bottom: 2px !important;
  }
  .smedexsolution .pdf-link {
    width: auto !important;
    left: 0px !important;
  }

  .sub-content .icon_play_wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .sub-content .icon_play {
    margin: 0 auto;
    width: 70px;
  }
  .sub-content.block_grey {
    padding: 60px 20px;
  }

  .m-t-xs-10 {
    margin-top: 10px;
  }

  .m-t-xs-20 {
    margin-top: 20px;
  }

  .m-t-xs-30 {
    margin-top: 30px;
  }

  .taglines {
    font-size: 34px !important;
  }

  .marketing-header, .sub-header {
    min-height: 300px;
    max-height: 40vh;
  }
  .marketing-header .covervid-video_updated, .sub-header .covervid-video_updated {
    width: auto;
    max-height: 70vh;
  }
  .marketing-header #home_watch_vid, .sub-header #home_watch_vid {
    margin-top: 15px;
  }

  .marketing-header.home, .home.sub-header {
    min-height: 300px;
    max-height: 50vh;
  }

  .sme_seal {
    margin-top: -119px;
    margin-right: -14px;
  }

  .videoblock {
    float: unset;
  }

  .p-x-0-xs {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  div.pg_content_education_lesson_list_panel img, div.pg_content_education_lesson_list_panel .img {
    max-width: 100% !important;
  }

  div.pg_content_education_lesson_list_panel li {
    padding: 10px;
    background-color: #fff;
  }
  div.pg_content_education_lesson_list_panel li .text {
    height: auto !important;
  }
  div.pg_content_education_lesson_list_panel li .text h3 {
    text-align: left;
  }

  .company-log {
    padding: 40px 20px;
}
  .company-log .company-container-lg:before, .company-log .company-container-lg:after {
    width: 50px;
  }
  .company-log .topCompanies {
    gap: 22px;
    padding-right: 22px;
  }
  .company-log .topCompanies.animation-slidereffect-m1, .company-log .topCompanies.animation-slidereffect-m2 {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}
}
.wrapper-min-height {
  min-height: calc(75vh - 346px);
}

div.pg_content_education_lesson_list_panel .lesson_list_headline {
  font-size: 20px;
  font-family: MuseoSans-500;
  margin-bottom: 15px;
}
div.pg_content_education_lesson_list_panel .link_more_info {
  font-family: MuseoSans-100;
  font-size: 16px;
  position: relative;
  top: 4px;
}
div.pg_content_education_lesson_list_panel .link_more_info i {
  position: relative;
  top: 2px;
}
div.pg_content_education_lesson_list_panel a {
  color: #000;
}
div.pg_content_education_lesson_list_panel .text {
  background-color: #fff;
  height: 135px;
  padding-top: 7px;
  font-size: 12px;
  overflow: hidden;
  max-width: 260px;
  color: #797979;
}
div.pg_content_education_lesson_list_panel .text .status_panel {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px !important;
}
div.pg_content_education_lesson_list_panel .text h3 {
  padding-left: 5px;
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: MuseoSans-500;
}
div.pg_content_education_lesson_list_panel .status_bottom {
  padding-left: 5px;
  text-transform: uppercase;
}
div.pg_content_education_lesson_list_panel .img, div.pg_content_education_lesson_list_panel img {
  cursor: pointer;
  max-width: 260px;
  height: auto;
}
div.pg_content_education_lesson_list_panel .image_panel {
  overflow: hidden;
}
div.pg_content_education_lesson_list_panel .image_panel img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.pg_content_education_lesson_list_panel .teasercontent {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flow-root;
}
@media (min-width: 992px) {
  div.pg_content_education_lesson_list_panel .image_panel:hover img, div.pg_content_education_lesson_list_panel ul li:hover img, div.pg_content_education_lesson_list_panel .list-panel-details li:hover img {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  div.pg_content_education_lesson_list_panel ul li:hover .teasercontent {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  }
  div.pg_content_education_lesson_list_panel .list-panel li:hover .teasercontent, div.pg_content_education_lesson_list_panel .galleryAjaxVerticalContent li:hover .teasercontent {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  }
}
div.pg_content_education_lesson_list_panel ul li {
  margin-bottom: 35px;
}
div.pg_content_education_lesson_list_panel h3 {
  font-size: 16px;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.pg_content_education_lesson_list_panel .play_ce_area {
  position: absolute;
  bottom: 0px;
  background-color: #000;
  color: #fff;
  opacity: 0.75;
  height: 23px;
  line-height: 24px;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 12px;
  left: 1px;
  overflow: hidden;
  font-family: MuseoSans-500, "Helvetica Neue", sans-serif;
  margin-left: -1px;
}
div.pg_content_education_lesson_list_panel .play_ce_area .icon-play {
  color: #fff;
  line-height: 24px !important;
  background-color: #000;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 14px;
  padding-right: 15px;
  background-image: url(../images/playbutton.png);
  background-repeat: no-repeat;
  background-position: 14px;
  background-size: 10px;
  margin-right: 5px;
}
div.pg_content_education_lesson_list_panel .play_ce_area .icon-play :before {
  position: relative;
  top: 1px;
}

.bold {
  font-weight: 500;
  font-family: MuseoSans-500;
}

.vorteileWrapper {
  float: left;
  text-align: left;
}
.vorteileWrapper .vorteileLeft {
  margin-bottom: 40px;
}
.vorteileWrapper .vorteileLeft ul {
  list-style-type: none;
  padding-left: 0;
}
.vorteileWrapper .vorteileLeft ul li {
  margin-bottom: 10px;
}
.vorteileWrapper .vorteileLeft ul li i.icon-square-check {
  position: relative;
  top: 2px;
}
.vorteileWrapper .vorteileLeft ul li i.icon-square-check:before {
  content: "";
  background: url("../images/icons/check-square-red.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.vorteileWrapper .vorteileLeft ul li span {
  width: 90%;
  position: relative;
  left: 10px;
  display: inline-table;
}
.vorteileWrapper h3 {
  font-size: 38px;
}
.vorteileWrapper p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 993px) {
  .vorteileWrapper .vorteileLeft, .vorteileWrapper .vorteileRight {
    padding-left: 45px;
    padding-right: 25px;
  }
  .vorteileWrapper .vorteileRight:before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid #BBBBBB;
    position: absolute;
    left: 0px;
    top: 0;
  }
}
.vorteileWrapper .vorteileRight {
  padding-right: 40px;
}
.vorteileWrapper .vorteileRight .infocompany:after {
  content: "";
  background: url("../images/icons/people.svg") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 40px;
  position: absolute;
  right: 0;
}
.vorteileWrapper .vorteileRight .infoprivat:after {
  content: "";
  background: url("../images/icons/people-female.svg") no-repeat;
  width: 20px;
  height: 40px;
  background-size: 20px;
  position: absolute;
  right: 0;
}

.completesolution {
  float: left;
  padding-bottom: 30px;
}
.completesolution .caret {
  border-bottom: 15px dashed;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: unset;
  color: #DC0000;
  position: absolute;
  top: -14px;
  margin: auto;
  left: 46%;
}
.completesolution a:hover div {
  background: #990000;
}
.completesolution a:hover .caret {
  color: #990000;
}
.completesolution .p {
  font-size: 19px;
  text-align: left;
}
@media only screen and (min-width: 993px) {
  .completesolution .completesolution-left {
    padding-left: 46px;
  }
  .completesolution .completesolution-right {
    padding-left: 46px;
  }
}

.fixedwidthbox {
  background: #DC0000;
  color: #fff;
  padding: 15px 23px;
}
.fixedwidthbox.pdf-link {
  padding: 4px 23px;
  border-top: 1px solid #ededed;
}
.fixedwidthbox.pdf-link .icon-arrow-1-right {
  vertical-align: middle;
  padding-left: 9px;
}

.smedexsolution {
  margin: 0px 0px 110px 0px;
  text-align: left;
}
.smedexsolution .n1_taglines::before {
  content: open-quote;
  font-size: 3em;
  color: #fff;
  position: absolute;
  right: 81px;
  top: -86px;
}
.smedexsolution .small::after {
  content: close-quote;
  font-size: 7em;
  color: #fff;
  position: absolute;
  left: -22px;
  bottom: -3px;
}
.smedexsolution p {
  line-height: 1.2em;
}
.smedexsolution p.tagline {
  font-size: 16px;
  font-style: italic;
}
.smedexsolution .rightblock {
  top: 78px;
  position: absolute;
  background: #fff;
  border: 2px solid #DC0000;
  border-bottom: 0px;
  width: 320px;
}
.smedexsolution .rightblock p {
  color: #DC0000;
  font-size: 18px;
  margin-bottom: 0px;
  padding: 12px 57px 10px 10px;
}
.smedexsolution .rightblock .pdf-link {
  background: #DC0000;
  padding: 5px 9px;
  display: block;
  color: #fff;
  left: -2px;
  position: relative;
  width: 320px;
  cursor: pointer;
  z-index: 99;
}
.smedexsolution .rightblock .pdf-link:hover {
  background: #990000;
  color: #fff;
}
.smedexsolution .rightblock .nav_block_arrow {
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 5px;
}
.smedexsolution .rightblock img {
  position: absolute;
  right: -8px;
  top: -50px;
  transform: rotate(345deg);
}
@media only screen and (min-width: 993px) {
  .smedexsolution .rightblock {
    right: -15px;
  }
}

.vorteil {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.vorteil img {
  margin-bottom: 20px;
  height: 50px;
  display: inline-block;
}
.vorteil h4, .vorteil h3 {
  font-weight: 500;
  font-size: 20px;
  font-family: MuseoSans-500;
}
.vorteil p {
  font-size: 16px;
  font-family: MuseoSans-300;
}

.lektionsvorschau {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin-bottom: 40px;
}
.lektionsvorschau .box {
  position: relative;
  height: 200px;
  width: 100%;
}
.lektionsvorschau .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.lektionsvorschau .caption {
  width: 100%;
  height: 40px;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.lektionsvorschau .caption span {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-family: MuseoSans-300;
  color: #666666;
  line-height: 40px;
  padding: 12px 12px;
}
.lektionsvorschau .caption span i {
  margin-left: 12px;
  font-size: 20px;
  line-height: 50px;
  vertical-align: -5%;
}
.lektionsvorschau .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}
.lektionsvorschau .overlay .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.lektionsvorschau .overlay .wrapper h2 {
  font-weight: 100;
  font-family: MuseoSans-100;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
  margin: 0px;
  font-weight: 100;
}
.lektionsvorschau .overlay .wrapper a {
  /* mehr Informationen: */
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.lektionsvorschau .overlay .wrapper a i {
  margin-left: 5px;
  font-size: 20px;
  float: left;
}
.lektionsvorschau a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.lektionsvorschau:hover .box {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 2px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.lektionsvorschau:hover .caption span {
  color: #DC0000;
}
.lektionsvorschau:hover .overlay {
  opacity: 1;
}

.callout {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 10px 25px rgba(0, 0, 0, 0.1);
}
.callout h2.heading-box {
  text-align: left;
  padding: 12px 14px 5px 14px;
  margin: 0px;
  font-size: 20px;
  font-family: MuseoSans-500;
}

.branche-info {
  text-align: center;
  margin-top: 60px;
}
.branche-info a i {
  margin-left: 5px;
  font-size: 13px;
}
.branche-info h1, .branche-info .h1 {
  color: #333333;
  font-family: MuseoSans-300;
  margin-bottom: 10px;
}
.branche-info h2 {
  margin-top: 0px !important;
}
.branche-info .content-customizable {
  top: 0px;
  position: relative;
  display: inline-block;
  margin: 39px 0px 17px 0px;
  width: 328px;
  height: 129px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B4B4B4;
  border-radius: 12px;
  z-index: 49;
}
.branche-info .content-customizable.callout {
  background: #F9F9F9;
  border: 1px solid #E1E1E1;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: unset;
}
.branche-info .content-customizable.callout h2.heading-box {
  text-align: left;
  padding-left: 15px;
}
.branche-info .content-customizable h2 {
  top: -8px;
  left: -8px;
  height: 42px;
  width: 340px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 0px;
  padding-top: 5px;
  position: relative;
  background: #DC0000;
  line-height: 32px;
}
.branche-info .content-customizable h2.heading-box {
  height: 50px;
  padding-top: 0px;
  line-height: 50px;
  font-family: MuseoSans-500;
  font-size: 20px;
}
.branche-info .content-customizable div {
  width: 246px;
  margin: auto;
}
.branche-info .content-customizable div.content-box {
  line-height: 24px;
  padding: 0px 14px;
  width: auto;
}
.branche-info .content-customizable img.img-responsive {
  position: absolute;
  top: -25px;
  left: 327px;
  transform: rotate(351deg);
  z-index: 49;
}
.branche-info .content-customizable img.img-responsive.img-box {
  transform: none;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  left: 268px !important;
}
@media (min-width: 568px) and (max-width: 993px) {
  .branche-info .content-customizable.callout img.img-responsive {
    top: -34px;
  }
  .branche-info .content-customizable img.img-responsive {
    left: 83%;
    top: -27px;
  }
  .branche-info .content-customizable h2 {
    text-align: left;
    padding: 5px 22px;
  }
}

.branche-info-sub {
  margin-bottom: 60px;
}

.home-form h2 {
  color: #DC0000;
  font-size: 26px;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
}

.home-form h3 {
  margin-top: 0px;
}

.home-form .btn {
  margin-top: 20px;
}

.naked-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.naked-form .btn-lg {
  margin-top: 10px;
}

.naked-form.lost-password {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-right: 0px;
}

.naked-form .form-control {
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  color: #665566;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #BBBBBB;
  box-shadow: none;
  background: #F9F9F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.naked-form .form-control:focus {
  color: black;
  border-bottom: 1px solid black;
}

.naked-form select.form-control {
  line-height: 20px;
}
.naked-form select.form-control option {
  color: #BBBBBB;
}

.naked-form {
  margin-left: -15px;
}

.naked-form .form-group h4 {
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 20px;
}

.naked-form .form-group textarea {
  font-size: 18px;
}

.userbar-login {
  position: relative;
}

section#login {
  min-height: calc(100vh - 220px);
}

section#loginFR {
  min-height: calc(100vh - 220px);
}
section#loginFR .sme_seal {
  margin-top: 450px;
}
section#loginFR #loginImageContainer {
  background: url("/alvine/frontend/template/smedex_start/images/login_bg.jpg");
  background-position: -350% 50%;
  background-repeat: no-repeat;
}
section#loginFR .headerLogos {
  max-width: 135px;
}
section#loginFR .headerLogos img {
  float: left;
  height: 22px;
  margin-right: 5px;
}

section#loginDRK #loginImageContainer {
  background: url("/alvine/frontend/template/smedex_start/images/login_bg_drk.jpg");
  background-position: -515% 50%;
  background-repeat: no-repeat;
}
section#loginDRK .headerLogos {
  margin-bottom: 20px;
}
section#loginDRK .headerLogos img {
  float: left;
  height: 90px;
}
section#loginDRK .sme_seal {
  margin-top: 390px;
}

section#loginASB #loginImageContainer {
  background: url("/alvine/frontend/template/smedex_start/images/login_bg_drk.jpg");
  background-position: -515% 50%;
  background-repeat: no-repeat;
}
section#loginASB .headerLogos {
  margin-bottom: 20px;
}
section#loginASB .sme_seal {
  margin-top: 390px;
}

@media (min-width: 1200px) and (max-width: 1800px) {
  section#loginDRK #loginImageContainer {
    background-position: -150% 50%;
  }
}
section#loginFR, section#loginDRK, section#loginASB {
  padding-bottom: 20px;
}
section#loginFR #loginFliptext, section#loginDRK #loginFliptext, section#loginASB #loginFliptext {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 300px;
  z-index: 999;
}
section#loginFR #loginFliptext span, section#loginDRK #loginFliptext span, section#loginASB #loginFliptext span {
  font-size: 22px;
  color: #fff;
}
section#loginFR .login-form, section#loginDRK .login-form, section#loginASB .login-form {
  margin-top: 0px;
}
section#loginFR .form-wrap, section#loginDRK .form-wrap, section#loginASB .form-wrap {
  padding-top: 30px;
}
section#loginFR .headFR, section#loginDRK .headFR, section#loginASB .headFR {
  margin-bottom: 5px;
  margin-top: 0px;
}
section#loginFR .headerLogin, section#loginDRK .headerLogin, section#loginASB .headerLogin {
  margin-top: 10px;
}

footer {
  bottom: 0;
  width: 100%;
  background-color: #4C4C4C;
}
footer h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
footer ul {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  footer .footerMainWrapper #footer_NewsBlock ul li {
    display: flex;
  }
}
footer .footerMainWrapper {
  color: #EFEFEF;
}
footer .footerMainWrapper .square-box {
  position: relative;
  width: 36px;
  overflow: hidden;
  border: 1px solid;
  border-radius: 20%;
  height: 35px;
  display: table;
  float: left;
  margin-right: 10px;
  top: 1px;
}
footer .footerMainWrapper .square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
footer .footerMainWrapper .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  line-height: 10px;
}
footer .footerMainWrapper .square-content div {
  display: table;
  width: 35px;
  height: 35px;
}
footer .footerMainWrapper .square-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 14px;
}
footer .footerMainWrapper .footerLink {
  font-size: 14px;
  color: #EFEFEF;
}
footer .footerMainWrapper ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footerMainWrapper ul li {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
  padding-top: 10px;
}
footer .footerMainWrapper ul li a {
  color: #EFEFEF;
  font-size: 14px;
}
footer .footerMainWrapper ul li a i {
  top: 2px;
  position: relative;
}
footer .footerMainWrapper ul li:last-child {
  border-bottom: 0px;
}
footer .footerMainWrapper .navbar-text a {
  color: #EFEFEF;
}
footer .footerMainWrapper .social-link {
  font-size: 30px;
}
footer .dot {
  height: 3px;
  width: 3px;
  background-color: #EFEFEF;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
}

.footernav {
  background-color: #333333;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.02);
  border: 0px;
  margin-bottom: 0px;
  /*background-color: #f8f8f8;*/
}
.footernav .navbar-text {
  margin-bottom: 0px;
  font-family: MuseoSans-300;
  font-size: 14px;
  line-height: 19px;
}
.footernav .navbar-nav > li > a {
  font-family: MuseoSans-300;
  font-size: 14px;
  line-height: 19px;
}
.footernav .navbar-nav > li > a:hover, .footernav .navbar-nav > li > a:focus {
  color: #DC0000;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footernav .navbar-nav > .active > a, .footernav .navbar-nav > .active > a:hover, .footernav .navbar-nav > .active > a:focus {
  color: #979797;
  background-color: white;
  font-weight: 500;
}

.footernav .social-link {
  font-size: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footernav .social-link:hover {
  text-decoration: none;
  color: #DC0000;
}

.footernav .panel {
  float: left;
  margin: 5px;
  margin-bottom: 0px;
}

.footernav .panel-group {
  margin-bottom: 0px;
}

.footernav .panel-group .panel + .panel {
  margin: 5px;
  margin-bottom: 0px;
}

.footernav .panel-default {
  border: 0px;
  background: transparent;
  box-shadow: none;
}

.footernav .panel-default > .panel-heading {
  color: black;
  background-color: transparent;
  border: 0px;
}

.footernav .panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 10px;
}

.footernav .list-group-item {
  border: 0px;
  background: transparent;
  padding: 3px 15px;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
}

.footernav .list-group-item a {
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footernav .list-group-item a:hover {
  color: #DC0000;
  text-decoration: none;
}

.footernav .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0px;
}

.footernav .unternehmen {
  width: 114px;
}

.footernav .panel-title a:hover {
  color: #DC0000;
  text-decoration: none;
}

.sub-container .media {
  margin-bottom: 15px;
  margin-top: 15px;
}
.sub-container .media h4.media-heading {
  margin-bottom: 10px;
  margin-left: 10px;
}

/* LOGIN FORM */
.login-form {
  margin-top: 30px;
}
.login-form .login-form-h4left {
  font-size: 18px;
  font-family: MuseoSans-500;
}
.login-form .m-b-20 {
  margin-bottom: 20px;
}
.login-form .login-form-voucher {
  padding-left: 20px !important;
}
.login-form a {
  color: #DC0000;
}
.login-form a:hover {
  color: #990000;
  text-decoration: none;
}
.login-form a.btn-grey {
  color: white;
}
.login-form .form-wrap {
  padding: 40px;
  background: #F9F9F9;
}
.login-form .form-control {
  border: 0px;
  background: white;
  border-radius: 0px;
  padding-left: 50px;
  font-size: 18px;
  font-family: MuseoSans-300;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.login-form .form-control:focus {
  color: #DC0000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.login-form .form-control-feedback {
  left: 0px;
  color: #BBBBBB;
  line-height: 40px;
  padding-left: 20px;
  font-size: 20px;
}
.login-form .logo-black {
  margin-bottom: 35px;
}
.login-form .logo-black img {
  width: 150px;
}
.login-form .btn {
  height: 44px;
  line-height: 23px;
  padding: 10px 15px;
}
.login-form .username:-webkit-autofill:active, .login-form .username:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #F9F9F9 inset !important;
}
.login-form .btn-login {
  width: calc(100% - 107px);
  float: right;
}
.login-form .btn-register {
  background-color: #666666;
}
.login-form .forget {
  color: #df0000;
  font-size: 14px;
  font-family: MuseoSans-500;
  display: inline-block;
}
.login-form .form-back-link {
  display: block;
  margin-bottom: 20px;
}
.login-form .form-back-link i {
  margin-right: 10px;
}

.login-footer {
  margin-top: 20px;
  color: #979797;
}
.login-footer a {
  margin-left: 10px;
  color: #979797;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-footer a:hover, .login-footer a:focus {
  color: #DC0000;
  text-decoration: none;
}
.login-footer p {
  font-size: 12pt;
}

/* MODALS */
/* Modals, in welchen die Lektionsvorschau dargestellt wird. */
.modal .close {
  overflow: hidden;
}
.modal .close:hover::before, .modal .close:hover::after {
  background: black;
}
.modal .close::before, .modal .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 44px;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  background: #000;
}
.modal .close::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close.hairline::before, .modal .close.hairline::after {
  height: 2px;
}
.modal .close.thick::before, .modal .close.thick::after {
  height: 4px;
  margin-top: -2px;
}
.modal .close {
  font-size: 15px;
  padding-left: 50px;
  width: 200px;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1050;
  height: 44px;
  opacity: 0.5;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal .close:hover {
  opacity: 0.8;
}
.modal .modal-body {
  max-height: auto;
  overflow-y: auto;
}
.modal .modal-dialog {
  z-index: 1050;
  margin: 60px auto;
}
.modal .modal-content {
  box-shadow: none;
  border: 0px;
}
.modal .modal-content .embed-responsive {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.modal .modal-content .p {
  text-align: left;
}
.modal .modal-content .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.modal .modal-content .ce-points {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 100%;
  background: #DC0000;
  color: white;
  line-height: 24px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  border: 3px solid white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding-top: 25px;
  font-family: MuseoSans-300;
}
.modal .modal-content .ce-points b {
  font-weight: 300;
  font-size: 30px;
}
.modal .modal-content .dl-horizontal {
  text-align: left;
  margin-top: 20px;
}
.modal .modal-content .dl-horizontal dt {
  width: 160px;
  font-weight: 400;
}
.modal .modal-content .dl-horizontal dd {
  margin-left: 170px;
  font-weight: 300;
}
.modal .modal-header {
  border: 0px;
}
.modal .modal-header .modal-title {
  font-family: MuseoSans-100;
  color: #9B9B9B;
  line-height: 33px;
  font-size: 24px;
}
.modal .modal-header .modal-subtitle {
  margin-top: 4px;
  margin-bottom: 0px;
}
.modal .modal-header h4 {
  line-height: 1.3em;
  color: black;
  font-family: MuseoSans-300;
  font-size: 18px;
}

.modal-backdrop {
  background: white;
  width: 100%;
  height: 100%;
}

.backdroptransparent .modal-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal.confirm-modal .modal-dialog {
  width: 500px;
}
.modal.confirm-modal .modal-title {
  text-align: center;
}
.modal.confirm-modal .modal-content {
  text-align: center;
}
.modal.confirm-modal .modal-content .big-icon {
  font-size: 70px;
  text-align: center;
  margin-bottom: 20px;
  color: #AAC46C;
}
.modal.confirm-modal .modal-content p {
  text-align: left;
}

#notificationNavBar-sticky-wrapper {
  position: relative;
  height: 60px !important;
  
  z-index:500px;
}

.navbar-brand img {
  height: 25px;
  position: relative;
  top: 4px;
  left: -2px;
  width: 126px;
}

.userbar .navbar-nav > li > a {
  padding: 22px 15px;
}

/* Small desktops / tablets */
@media only screen and (max-width: 992px) {
  .exp_content {
    margin-bottom: 50px;
  }

  .footernav li a {
    padding: 10px 12px;
  }

  form .btn-lightgrey:hover {
    background-color: #F9F9F9;
  }

  h4 span {
    clear: both;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sub-container .sub-container-header {
    height: auto;
  }
  .sub-container .sub-container-header .sub-container-nav {
    height: auto;
    margin-top: 15px;
    float: right;
  }
  .sub-container .sub-container-header .sub-container-nav a {
    float: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sub-container .sub-container-header .sub-container-nav a.btn {
    float: right;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 7px;
    line-height: 25px;
  }

  .footernav .container {
    text-align: center;
  }
  .footernav .container .navbar-text {
    display: inline-block;
  }
  .footernav .container .social-link {
    font-size: 35px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .chessboard.chessboard-v3 .overlay .wrapper a {
    left: 33%;
    width: 80%;
  }

  .chessboard .overlay .wrapper .icon {
    font-size: 50px;
  }
  .chessboard .overlay .wrapper h2 {
    font-size: 18px;
  }
  .chessboard .overlay .wrapper a {
    font-size: 14px;
  }
  .chessboard .overlay .wrapper a i {
    font-size: 12px;
    margin-left: 5px;
  }

  .modal .modal-content .border-left {
    border-left: 0px;
  }
  .modal .modal-content .dl-horizontal {
    text-align: center;
  }
  .modal .modal-content .dl-horizontal dd {
    margin-left: 0px;
  }
  .modal .modal-content .dl-horizontal dt {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 60px auto;
  }

  .exp_content .n1_taglines {
    white-space: nowrap;
}

  .login-form .headerLogos {
    float: right;
}

  .chessboard.chessboard-v3 .overlay .wrapper a i {
    top: -1px;
}
}
@media (min-width: 992px) {
  .video-modal-lg .modal-dialog {
    width: 900px;
    margin: 60px auto;
  }

  marketing-header.home {
    height: 72vh;
}
  marketing-header.home.inner-page {
    min-height: 526px;
  }

  .text-container.padding-y-lg {
    padding: 143px 60px;
    margin-bottom: 0px;
  }

  .content-customizable {
    top: 48px !important;
    left: -48px !important;
    position: relative !important;
    margin: unset !important;
    display: inherit !important;
}
  .content-customizable img.img-responsive {
    left: 309px !important;
  }

  .marketing-container.sub-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}
  .marketing-container.sub-container.marketing-header-firefighters .content-customizable.callout {
    left: -11px !important;
  }
  .marketing-container.sub-container .content-customizable {
    top: 24px !important;
    left: -35px !important;
  }
  .marketing-container.sub-container .content-customizable.callout {
    width: 320px;
    height: 148px;
    top: 55px !important;
    left: 50px !important;
  }
  .marketing-container.sub-container .content-customizable.callout .content-box {
    font-family: MuseoSans-300;
    font-size: 18px;
    padding: 8px 14px;
    color: #1F1F1F;
    text-align: left;
  }
  .marketing-container .summary-block {
    justify-content: space-around;
    display: flex;
    gap: 10px;
    flex-direction: row;
  }
  .marketing-container .vorteil {
    margin-bottom: 40px;
  }
  .marketing-container .vorteil h5.headline5 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .marketing-container .vorteil p {
    margin-bottom: 10px;
    font-family: MuseoSans-500;
    font-size: inherit;
  }
  .marketing-container .content-box-bottom {
    position: absolute;
    left: 56.6%;
    top: 86%;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: unset;
  }
  .marketing-container .content-box-bottom .content-box {
    color: #1F1F1F;
    font-family: MuseoSans-300;
  }
  .marketing-container .content-box-bottom .navigation-btn {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
  }
  .marketing-container .content-box-bottom .navigation-btn a {
    color: inherit;
  }
}
@media (min-width: 1200px) {
  .video-modal-lg .modal-dialog {
    width: 1100px;
  }

  .textblock .taglines {
    font-size: 38px;
  }
}
.fwfile-modal .targetGroupWrapper {
  height: 250px;
}
.fwfile-modal .targetGroupWrapper .icon {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .fwfile-modal .targetGroupWrapper .dlLink {
    position: absolute;
    bottom: 0px;
    left: 14%;
  }
}
.fwfile-modal .modal-dialog {
  width: 80%;
  max-width: 650px;
  margin: 20px auto;
}
.fwfile-modal .modal-dialog .modal-content {
  padding: 20px;
  border-radius: 0px !important;
}
.fwfile-modal .modal-dialog .modal-content h3 {
  margin-top: 25px;
}
.fwfile-modal .modal-body {
  padding: 0;
}

.video-modal-lg-fs .modal-dialog {
  width: 83%;
  margin: 20px auto;
}
.video-modal-lg-fs .modal-dialog .modal-content .embed-responsive {
  margin-bottom: 0;
}
.video-modal-lg-fs .modal-dialog .modal-body {
  padding: 0;
}

.video-modal-lg-fs .close {
  text-shadow: 0 !important;
  color: #fff;
}
.video-modal-lg-fs .close::before, .video-modal-lg-fs .close::after {
  background: #fff !important;
}

.centered-modal.in {
  display: flex !important;
}

.centered-modal .modal-dialog {
  margin: auto;
}

.modalbackdroptransparent {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

@media (max-width: 1200px) {
  .lektionsvorschau .box {
    height: 170px;
  }

  footer .footerMainWrapper .footerLink {
    font-size: 15px !important;
  }

  section#loginFR #loginImageContainer, section#loginDRK #loginImageContainer {
    background: none;
}
  section#loginFR .sme_seal, section#loginDRK .sme_seal {
    margin-top: -45px;
  }
  section#loginFR #loginFliptext, section#loginDRK #loginFliptext {
    top: 50%;
  }
  section#loginFR .login-form .headerLogos, section#loginDRK .login-form .headerLogos {
    float: left;
  }
}
@media (max-width: 1092px) {
  .lektionsvorschau .box .img {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .lektionsvorschau .box .img {
    background-size: contain;
  }

  .bottom_faq_list {
    margin-top: -20px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 620px) {
  .lektionsvorschau .box {
    height: 220px;
  }
}
.modal-content .modal_w100 {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .xs-100 {
    width: 100%;
    float: left;
  }

  .sub-content .icon_play img {
    margin: 0 auto;
  }

  /* Hamburger Menue intern */
  .navbar-right .dropdown-menu {
    background-color: #f2f2f2 !important;
    min-width: 320px;
  }
  .icon_nav_header {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-right .dropdown-menu {
    background-color: #f2f2f2 !important;
    min-width: 350px;
  }
}
/* mandatory counter menue */
#mandatory_count, .dashboard_notification {
  /*display:none;*/
  width: 23px;
  height: 23px;
  background-color: #DC0000;
  color: #FFF;
  border-radius: 13px;
  position: absolute;
  top: -7px;
  right: 7px;
  float: right;
  text-align: center;
  border: 1px solid #fff;
  line-height: 23px;
}

.dd_li {
  background-color: #fff;
}
.dd_li #dropdown_unreadcount_news, .dd_li #dropdown_unreadcount_todo, .dd_li #dropdown_unreadcount_appointments, .dd_li #lessoninfo_count, .dd_li #dropdown_unreadcount_credit {
  position: relative !important;
  top: -19px;
  font-size: 12px;
  left: -8px;
}

.dd_li a {
  font-weight: 600 !important;
}

.dd_li a:before {
  content: "";
  width: 22px;
  display: inline-block;
  height: 22px;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.sidebarNav_Logout, .sidebarNav_Administration, .dropdownNav_SMEDEX, .dd_li.Bildungsanbieter, .dropdownNav_Angebot, .dropdownNav_Jobs, .sidebarNav_Home, .sidebarNav_Redeemvoucher, .dropdownNav_Benutzername {
  margin-bottom: 20px;
}

.dd_li.Einzelpersonen a:before, .dd_li.Rettungsorganisationen a:before, .dd_li.Bildungsanbieter a:before, .sidebarNav_Live a:before, .dd_li.dropdownNav_Pflege a:before,
.sidebarNav_Offer a:before, .dropdownNav_Einzelpersonen a:before, .dropdownNav_Rettungsorganisationen a:before, .dropdownNav_Bildungsanbieter a:before,
.dropdownNav_Erste a:before, .dropdownNav_Gesundheitswesen a:before, .dropdownNav_Pflege a:before,
.sidebarNav_Support a:before, .sidebarNav_Jobs a:before, .sidebarNav_Redeemvoucher a:before, .sidebarNav_Login a:before,
.sidebarNav_Register a:before, .sidebarNav_Password a:before, .sidebarNav_username a:before, .dropdownNav_Feuerwehr a:before, .dd_li.sidebarNav_Firstresponder a:before, .dd_li.sidebarNav_Firedepartment a:before, .dd_li.sidebarNav_Emergencyservices a:before, .dd_li.sidebarNav_Careclinic a:before, .dd_li.sidebarNav_Educationprovider a:before {
  width: 0px !important;
  margin-right: 0px !important;
}

.sidebarNav_Home a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/ddNav_Home.svg");
  background-color: #333;
  top: -3px;
}

.sidebarNav_Settings a:before {
  background: url("../../smedex_b2b/assets/ddNav_Settings.svg") no-repeat;
}

.sidebarNav_Logout a:before {
  background: url("../../smedex_b2b/assets/ddNav_Logout.svg") no-repeat;
}

.sidebarNav_Administration a:before {
  background: url("../../smedex_b2b/assets/ddNav_Administration.svg") no-repeat;
}

.sidebarNav_Medialibrary a:before {
  background: url("../../smedex_b2b/assets/ddNav_Mediathek.svg") no-repeat;
  top: 7px;
}

.sidebarNav_Mylessons a:before {
  background: url("../../smedex_b2b/assets/ddNav_MeineLektionen.svg") no-repeat;
}

.sidebarNav_EducationalCertificate a:before {
  background: url("../../smedex_b2b/assets/ddNav_Bildungsnachweis.svg") no-repeat;
  top: 6px;
}

.sidebarNav_News a:before {
  background: url("../../smedex_b2b/assets/ddNav_News.svg") no-repeat;
  top: 8px;
}

.sidebarNav_Tasks a:before {
  background: url("../../smedex_b2b/assets/ddNav_Aufgaben.svg") no-repeat;
}

.sidebarNav_Appointments a:before {
  background: url("../../smedex_b2b/assets/ddNav_Termine.svg") no-repeat;
}

.sidebarNav_Forums a:before {
  background: url("../../smedex_b2b/assets/ddNav_Foren.svg") no-repeat;
  top: 7px;
}

.sidebarNav_Creditaccount a:before, .dropdownNav_Konto a:before {
  background: url("../../smedex_b2b/assets/ddNav_Creditkonto.svg") no-repeat;
}

.dropdownNav_SMEDEX a:before {
  background: url("../../smedex_b2b/assets/ddNav_Info.svg") no-repeat;
}

/* Hamburger Menue intern ende */
.branchenList_10 a:before, .branchenList_15 a:before, .branchenList_16 a:before, .branchenList_17 a:before, .branchenList_18 a:before, .branchenList_19 a:before {
  background-color: #666;
}

.sidebarNav_Home a:hover:before, .branchenList_10 a:hover:before, .branchenList_15 a:hover:before, .branchenList_16 a:hover:before, .branchenList_17 a:hover:before, .branchenList_18 a:hover:before, .branchenList_19 a:hover:before {
  background-color: #DC0000;
}

.branchenList_15 a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/mainnav_Feuerwehr.svg");
}

.branchenList_16 a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/mainnav_Rettungsdienste.svg");
}

.branchenList_17 a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/mainnav_Ersthelfer.svg");
}

.branchenList_18 a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/mainnav_Gesundheitswesen.svg");
}

.branchenList_19 a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/mainnav_Bildungsanbieter.svg");
}

.branchenList_10 a:before {
  -webkit-mask-image: url("../../smedex_b2b/assets/mainnav_Ersthelfer.svg");
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
  .marketing-header.home h1, .home.sub-header h1 {
    font-size: 25px;
    line-height: 1.5em;
    margin-top: 50px !important;
    margin-bottom: 0px;
  }

  .marketing-header h2, .sub-header h2 {
    margin-top: 0px;
  }

  .marketing-header.home h2, .home.sub-header h2 {
    font-size: 18px;
    line-height: 1.5em;
  }
}
/* Small devices (tablets, 768px max) */
@media only screen and (max-width: 767px) {
  /*     .nav.navbar-nav{
           margin-bottom:20px !important;
       }*/
  .sub-container .sub-container-header .sub-container-nav {
    margin-top: 0px;
  }

  .ctSimpleForm .introtext .big-icon, .account_login_passwordrequest_panel .big-icon {
    text-align: center;
    margin-bottom: 20px;
    height: 90px;
  }
  .ctSimpleForm .introtext .big-icon div.iconlabel, .account_login_passwordrequest_panel .big-icon div.iconlabel {
    font-size: 20px;
    margin-left: 0px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 90px;
  }
  .ctSimpleForm .introtext .big-icon span, .account_login_passwordrequest_panel .big-icon span {
    vertical-align: middle;
    float: none;
    margin-right: 0px;
  }

  .login-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .login-form .btn-login {
    margin-bottom: 20px;
    border: 1px solid #DC0000;
  }

  .whitebar {
    height: 50px;
  }
  .whitebar .navbar-text {
    margin-top: 12px;
  }
  .whitebar .navbar-right .btn {
    margin-top: 7px;
  }
  .whitebar .navbar-right .navbar-text {
    margin-top: 12px;
  }

  .userbar .dropdown-menu .divider {
    margin: 0 0px;
    height: 1px;
    background-color: rgba(229, 229, 229, 0.54);
  }

  .modal.confirm-modal .modal-dialog {
    width: 100%;
  }

  .icon_nav_header .container .row {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .chessboard-v3 {
    margin-bottom: 20px !important;
  }
  .chessboard-v3 h1, .chessboard-v3 h2, .chessboard-v3 h3, .chessboard-v3 h4 {
    text-align: left !important;
  }

  .chessboard {
    margin-bottom: 0px;
    margin-top: 0px;
    height: 110px;
  }
  .chessboard .overlay .wrapper h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .chessboard .overlay .wrapper h2.xs-smaller {
    font-size: 12px;
  }
  .chessboard .overlay .wrapper a {
    font-size: 16px;
  }
  .chessboard .overlay .wrapper a i {
    font-size: 15px;
    margin-left: 5px;
  }
  .chessboard .overlay .wrapper .lh-11 {
    line-height: 16px !important;
  }

  .vorteil.firstele:before {
    content: "";
    width: 100%;
    left: 0%;
    position: absolute;
    top: -8px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }

  .vorteil.lastele:after {
    background: none;
    height: 0px;
  }

  .vorteil.sehen-hoeren-erfahren {
    top: 0px !important;
  }

  .vorteil p {
    margin-bottom: 0px;
  }

  .vorteil:after {
    content: "";
    width: 100%;
    left: 0%;
    position: absolute;
    bottom: -8px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }

  .vorteil {
    padding: 20px;
  }

  .login-form-h4left {
    text-align: left;
  }

  h1, h2, h3, h4 {
    text-align: center;
  }

  .userbar .navbar-collapse.in, .userbar .navbar-collapse.collapsing {
    background: white;
  }

  .footernav .navbar-left {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: inherit;
    padding-left: inherit;
    margin-bottom: 10px;
    float: right;
  }

  .footernav .nav {
    width: 100%;
    margin: 0px;
  }

  .footernav .container {
    margin: 0px;
    padding: 0px;
  }

  .footernav .navbar-nav > li {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
  }

  .userbar .navbar-nav > li > a, .userbar .navbar-nav > .active > a, .userbar .navbar-nav > .active > a:hover, .userbar .navbar-nav > .active > a:focus {
    color: #666666;
  }

  .userbar .dropdown-menu > li > a:active, .userbar .dropdown-menu > li > a:active, .sub-container .sub-container-header .sub-container-nav a:active, .footernav .navbar-nav > li > a:active {
    background: rgba(0, 0, 0, 0.2);
  }
  .userbar .dropdown-menu > li > a:active i, .userbar .dropdown-menu > li > a:active i, .sub-container .sub-container-header .sub-container-nav a:active i, .footernav .navbar-nav > li > a:active i {
    color: #DC0000;
  }

  .dropdown-menu:after, .dropdown-menu:before {
    display: none;
    visibility: hidden;
  }

  .whitebar .navbar-text {
    font-size: 15px;
  }

  .userbar .navbar-toggle {
    margin-right: 15px;
  }
  .userbar .navbar-brand {
    padding-left: 15px;
  }

  .whitebar .navbar-right .navbar-text {
    left: 0px;
  }

  .whitebar .navbar-right .btn {
    margin-right: 0px;
  }

  .sub-container h1 {
    font-size: 21px;
    line-height: 1.2em;
  }

  .marketing-header.home h1, .home.sub-header h1 {
    font-size: 32px;
    line-height: 125%;
    margin-top: 5%;
    padding: 0px 15px;
  }

  .marketing-header.home #landingpagemodal_video, .home.sub-header #landingpagemodal_video {
    bottom: 0px;
    width: 100px;
    height: 79px;
  }
  .marketing-header.home #landingpagemodal_video img.icon-play-circle, .home.sub-header #landingpagemodal_video img.icon-play-circle {
    height: 29px;
  }
  .marketing-header.home #landingpagemodal_video .videolink_box, .home.sub-header #landingpagemodal_video .videolink_box {
    height: 50px;
  }
  .marketing-header.home #landingpagemodal_video a.link, .home.sub-header #landingpagemodal_video a.link {
    font-size: 13px;
  }

  .marketing-header.home h2, .home.sub-header h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .marketing-header.branche h1, .branche.sub-header h1 {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 20px;
  }

  /*.modal .close {
  	right: 20px;
  	left: auto;
  	z-index:1070;
  	width: 44px;
  }*/
  .footernav .panel {
    float: left;
    margin: 5px;
    margin-bottom: 0px;
    width: 100%;
  }

  .nav.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navbar-collapse .dropdown .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    padding: 0px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin-bottom: 60px;
  }

  .navbar-collapse .dropdown .dropdown-toggle {
    display: none;
  }

  .navbar-collapse .navbar-form .form-control {
    width: 100%;
    padding: 20px;
    padding-left: 30px;
    font-size: 16px;
  }

  .navbar-collapse .navbar-form .form-control-feedback {
    line-height: 40px;
  }

  .navbar-collapse .navbar-form .btn {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    height: 40px;
  }
  .navbar-collapse .navbar-form .btn .fa {
    padding: 10px 12px;
    line-height: 20px;
  }

  /*.userbar .navbar-collapse {
  	padding-top: 10px;
  }*/
  .userbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: auto;
  }

  .userbar .dropdown-menu > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .sub-container .sub-container-header {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .sub-container .sub-container-header .sub-container-nav {
    background: #f2f2f2;
    width: 100%;
  }
  .sub-container .sub-container-header .sub-container-nav a {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    color: #DC0000;
  }
  .sub-container .sub-container-header .sub-container-nav a.btn-grey {
    color: #DC0000 !important;
    background: transparent;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    height: auto;
  }
  .sub-container .sub-container-header .sub-container-nav a.btn-grey:hover {
    color: #DC0000;
  }

  .marketing-container {
    margin: unset;
    padding: 60px 20px;
  }
  .marketing-container .home_subheadline {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
  }
  .marketing-container .marketing_subheadline {
    margin: auto;
  }
  .marketing-container .marketing_subheadline h2 {
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 10px;
  }
  .marketing-container .marketing_subheadline h2 span.align-text-middle {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
  .marketing-container .marketing_subheadline h2 img {
    margin-bottom: 15px;
  }
  .marketing-container .marketing_subheadline h4 {
    line-height: 125%;
    margin-bottom: 20px;
  }
  .marketing-container .branche {
    margin-bottom: 15px;
  }
  .marketing-container .faq-list .faq-entry .faq-title {
    font-size: 16px;
    line-height: 16px;
  }

  .login-form {
    margin-top: 0px;
  }
  .login-form .form-wrap {
    padding: 20px 30px;
  }
  .login-form .form-back-link {
    margin-bottom: 0px;
    line-height: 60px;
    padding-left: 10px;
  }
  .login-form .form-back-link i {
    position: relative;
    top: 2px;
  }
  .login-form .logo-black {
    margin-top: -49px;
    margin-bottom: 14px;
  }
  .login-form .logo-black img {
    height: 35px;
  }

  .login-footer {
    margin-top: -10px;
  }
  .login-footer p {
    text-align: center;
  }
  .login-footer p .pull-right {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sub-container .jumbotron {
  background: white;
  padding: 20px 40px;
  border: 1px solid #DFDFDF;
}
.sub-container .jumbotron h2 {
  color: #DC0000;
}
.sub-container .jumbotron p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .smedexsolution .rightblock {
    position: static;
  }
  .smedexsolution .leftblock {
    margin-bottom: 34px;
  }
  .smedexsolution img {
    right: 306px !important;
    top: -51px !important;
  }
  .smedexsolution .pdf-link {
    background: #fff;
    padding: 10px;
  }
  .smedexsolution .n1_taglines::before {
    right: 322px !important;
    top: -86px !important;
  }
  .smedexsolution .small::after {
    left: -19px !important;
    bottom: -2px !important;
  }

  .marketing-header h1, .sub-header h1 {
    font-size: 30px !important;
    margin-bottom: 10px;
  }

  .marketing-header h2, .sub-header h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .sub-container h1 {
    font-size: 30px;
    line-height: 45px;
}
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .marketing-header h1, .sub-header h1 {
    font-size: 30px !important;
    margin-bottom: 15px;
  }

  .smedexsolution .rightblock {
    position: static;
  }
  .smedexsolution .leftblock {
    margin-bottom: 34px;
  }
  .smedexsolution .pdf-link {
    background: #fff;
    padding: 10px;
  }
  .smedexsolution img {
    left: 306px !important;
    top: -51px !important;
  }
  .smedexsolution .n1_taglines::before {
    right: 322px !important;
    top: -86px !important;
  }
  .smedexsolution .small::after {
    left: -19px !important;
    bottom: -2px !important;
  }

  .sub-container h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .marketing-header h2, .sub-header h2 {
    font-size: 18px;
    line-height: 32px;
  }

  footer .footerMainWrapper .footerLink {
    font-size: 11px;
}

  .chessboard.chessboard-v3 .overlay .wrapper a {
    right: -13%;
    width: 80%;
    font-size: 13px !important;
}
  .chessboard.chessboard-v3 .overlay .wrapper a i {
    margin-left: -2px;
  }
}
/* Retina / High pixel density */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
  /* smedex hidden breakpoints retina*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px), only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px), only screen and (min-resolution: 192dpi) and (max-width: 640px), only screen and (min-resolution: 1.5dppx) and (max-width: 640px) {
  .hidden-smedex-xs {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 900px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 900px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px) and (max-width: 900px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 900px), only screen and (min-resolution: 192dpi) and (min-width: 768px) and (max-width: 900px), only screen and (min-resolution: 1.5dppx) and (min-width: 768px) and (max-width: 900px) {
  .lektionsvorschau .box .img {
    background-size: contain;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
  .userbar .navbar-form .form-control {
    /*padding-top:7.5px;*/
    padding-top: 2px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
  .login-form .form-control {
    padding-top: 9px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
  .login-footer p {
    font-size: 12px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
  .lektionsvorschau .overlay .wrapper h2 {
    font-size: 16px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1067px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1067px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1067px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1067px), only screen and (min-resolution: 192dpi) and (min-width: 1067px), only screen and (min-resolution: 1.5dppx) and (min-width: 1067px) {
  /*gernerals */
  .container {
    width: 1080px;
  }

  address, .container p {
    font-size: 18px;
  }

  .hidden-retina {
    display: none;
  }

  .btn-md {
    font-size: 12px;
  }

  /* startseite spezifisch */
  .marketing-container .branche {
    height: 260px;
  }

  .marketing-container .branche .overlay .wrapper h2 {
    font-size: 24px;
    line-height: 125%;
  }
  .marketing-container .branche .overlay .wrapper a {
    font-size: 16px;
    line-height: 18px;
  }
  .marketing-container .branche .overlay .wrapper a i {
    font-size: 12px;
  }

  .marketing-container .branche h1 {
    font-size: 40px !important;
  }

  /* header */
  .userbar .navbar-nav > li > a {
    font-size: 14px;
  }

  .footernav .navbar-nav > li > a {
    font-size: 12px;
  }

  .userbar .dropdown-menu > li > a {
    font-size: 14px;
  }

  .userbar .navbar-login-link a {
    font-size: 14px;
    padding-top: 0px;
  }

  .whitebar .navbar-text:not(.navbar-title), .whitebar .navbar-text a {
    font-size: 14px;
    z-index: 999;
  }

  .userbar, .userbar .navbar-header {
    height: 45px;
  }

  .navbar {
    min-height: 23px;
    margin-bottom: 0px;
  }

  .navbar-brand img {
    height: 26px;
    top: -2px;
  }
  .userbar, .userbar .navbar-login-link a {
    height: 60px;
  }
  .navbar-login-link {
    margin-top: 22px;
    margin-bottom: 0px;
  }
  /* header bars */
  /*
  .sticky-wrapper{
      top:45px;
  }


  .whitebar .navbar-text{
      margin-top:9px;
  }

  .whitebar .navbar-title{
      margin-top:12px;
  }

  .whitebar .navbar-right .navbar-text{
      margin-top:9px;
  }
  */
  /* chessboard */
  .chessboard {
    height: 100px;
  }
  .icon_nav_header {
    margin-top: 60px;
  }
  /* text elements,ueberschriften und privatpersonen,rettungsdienste,bildungsanbieter */
  .sub-container h1 {
    font-size: 33px;
    margin-top: 45px;
    margin-bottom: 15px;
    line-height: 34px;
  }
  .sub-container h2 {
    font-size: 20px;
    margin-top: 30px;
  }
  .sub-container .sub-container-header h1 {
    font-size: 24px;
  }
  .sub-container .sub-container-header .sub-container-nav a {
    font-size: 14px;
  }
  .sub-container .sub-container-header .sub-container-nav a.btn {
    font-size: 10px;
  }

  .vorteil {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .vorteil h3, .vorteil h4 {
    font-size: 16px;
  }

  /* images */
  .vorteil img {
    height: 50px;
  }

  /* Lektionsvorschau */
  .lektionsvorschau .box {
    height: 180px;
  }
  .lektionsvorschau .overlay .wrapper h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .lektionsvorschau .caption span {
    line-height: 27px;
    font-size: 14px;
  }
  .lektionsvorschau .caption span i {
    line-height: 34px;
    font-size: 14px;
  }

  /* Login page */
  .login-form .form-wrap {
    padding: 54px;
    padding-bottom: 20px;
  }
  .login-form .logo-black {
    /*                margin-top:-14px;
                    margin-bottom:40px;*/
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .login-form .logo-black img {
    height: 46px;
  }
  .login-form .btn-login, .login-form .btn-register {
    margin-bottom: 27px;
    padding: 10px 15px;
  }
  .login-form .form-control {
    font-size: 14px;
    padding: 10px;
    padding-left: 34px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .login-form .form-control-feedback {
    line-height: 40px;
    height: 14px;
    font-size: 14px;
    padding-left: 14px;
  }
  .login-form .forget {
    font-size: 12px;
  }

  .userbar .navbar-brand {
    padding: 18px 10px;
  }

  /* bootstrap standards */
  .btn-lg {
    font-size: 14px;
    /*height:27px;*/
    padding: 7px 11px;
    line-height: 12px;
  }

  .btn-lg.btn-icon .fa {
    font-size: 14px !important;
    padding: 7px 11px !important;
  }

  .btn-lg.btn-icon {
    padding-left: 37px;
  }

  .input-lg, select.input-lg {
    font-size: 14px;
    height: 34px;
    padding: 7px 11px;
  }

  hr {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  /*forms */
  .userbar .navbar-form .form-control {
    /*            width: 110px;
                height: auto;
                font-size: 10px;
                padding-top: 5.5px;
                line-height: 11px;*/
    width: 110px;
    font-size: 10px;
    line-height: 12px;
    height: 20px;
  }

  .userbar .form-control-feedback {
    /*            font-size:11px;
                left: -6px;
                line-height: 28px;*/
    font-size: 11px;
    left: -6px;
    line-height: 25px;
    height: 20px;
    top: 1px !important;
  }

  .btn-xs {
    font-size: 10px;
    height: 20px;
    line-height: 13px;
  }
  .btn-xs .fa {
    font-size: 10px;
    padding: 5px 8px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1600px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1600px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1600px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1600px), only screen and (min-resolution: 192dpi) and (min-width: 1600px), only screen and (min-resolution: 1.5dppx) and (min-width: 1600px) {
  .company-container-lg {
    margin: 0 auto;
  }

  .marketing-header.home, .home.sub-header {
    height: 25vh;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-container {
    height: 390px;
    text-align: left;
    width: 100%;
    padding-top: 40px;
  }
  .text-container .taglines {
    font-size: 32px !important;
    padding: 8px 0px;
  }
  .text-container.padding-y-lg {
    height: max-content;
    padding-bottom: 60px;
  }

  .m-t-sm-10 {
    margin-top: 10px;
  }

  .m-t-sm-20 {
    margin-top: 10px;
  }

  .smedex_pro_block .video_frame {
    min-height: 400px;
  }

  .marketing-header, .sub-header {
    min-height: 300px;
    max-height: 40vh;
  }
  .marketing-header .covervid-video_updated, .sub-header .covervid-video_updated {
    width: auto;
  }

  .marketing-header.home, .home.sub-header {
    min-height: 300px;
    max-height: 40vh;
  }

  .marketing-container .home_subheadline {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 22px;
    padding-right: 25px;
  }
  .marketing-container .branche {
    height: 190px;
  }
  .marketing-container .branche .overlay .wrapper h2 {
    font-size: 20px;
}
}
#ctContentText_eda1a7cdde .col-md-6, .faq_entry .col-md-11 {
  padding-left: 0px;
}

.faq_entry i, .support_backlink i {
  color: #9B9B9B;
}

/* set standard Lineheight */
.support_backlink h1 {
  line-height: 55px;
}

.vorteil {
  opacity: 0;
}

.vorteil.sehen-hoeren-erfahren {
  position: relative;
  top: -20px;
}
.vorteil.sehen-hoeren-erfahren img {
  height: 70px;
}

.centerBlock_icon_play {
  float: none;
  margin: 0 auto;
  width: 160px;
  padding-left: 20px;
}

#ctContentText_d90ead0330 .col-md-12, #ctContentText_d90ead0330 .col-md-6 {
  padding-left: 0px;
}

.faq_video {
  margin-top: -20px;
}

.faq_video .faq_entry {
  border-top: 0px !important;
}

.faq_overview div.faq_entry, .faq_top_entry, .faq_overview_list .faq_entry {
  padding-top: 12px;
  padding-bottom: 10px;
  border-top: 1px solid lightgrey;
  padding-left: 15px;
  padding-right: 15px;
}
.faq_overview div.faq_entry a, .faq_top_entry a, .faq_overview_list .faq_entry a {
  text-decoration: none;
}
.faq_overview div.faq_entry i, .faq_top_entry i, .faq_overview_list .faq_entry i {
  padding-top: 3px;
  color: #9B9B9B;
}
.faq_overview div.faq_entry .vl_span, .faq_top_entry .vl_span, .faq_overview_list .faq_entry .vl_span {
  margin-right: 10px;
  color: #9B9B9B;
  font-weight: bold;
}

#logout_landing .privacy_wrapper {
  max-height: 310px;
}

/* 2tes element letztes sichtbares rahmen */
.faq_overview .faq_entry.last, .logout_landing faq_entry.last, .faq_top_entry_logout .faq_top_entry.last {
  border-bottom: 1px solid lightgrey;
}

.faq_overview_list .faq_desktop {
  padding-left: 0px;
  padding-right: 0px;
}
.faq_overview_list .faq_desktop:last-child {
  border-bottom: 1px solid lightgrey;
}

.faq_overview_list .faq_mobile:last-child {
  border-bottom: 1px solid lightgrey;
}

.support_backlink {
  text-decoration: none;
}
.support_backlink .icon-arrow-1-left {
  font-size: 18px;
  position: relative;
  top: 17px;
  margin-right: 10px;
}

.faq_overview {
  margin-bottom: 40px;
}
.faq_overview .faq_entry a {
  width: 100%;
  display: table;
  text-decoration: none;
}
.faq_overview .faq_entry_first {
  border-top: 0 !important;
}

.whitebar_faq {
  background: white;
}

.faq_overview_list .innerborder {
  border-bottom: 1px solid lightgrey;
  padding-top: 5px;
}
.faq_overview_list a {
  width: 100%;
  display: table;
  text-decoration: none;
}
.faq_overview_list .faqlist_question {
  font-size: 18px;
  font-family: MuseoSans-100;
  font-weight: normal;
  font-style: normal;
  max-width: 325px;
  color: #666666;
  padding-left: 0px;
}
.faq_overview_list .media_wrapper {
  max-width: 450px;
}
.faq_overview_list .media_wrapper img {
  border: 1px solid lightgrey;
}
.faq_overview_list .media_wrapper .faqlist_question {
  margin-top: 10px;
}
.socialmedia_wrapper {
  height: 47px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  width: 250px;
  overflow: hidden;
}
.socialmedia_wrapper img {
  position: relative;
  top: -2px;
}
.socialmedia_wrapper span {
  line-height: 49px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* FAQ Modal */
.modal-dialog-faq .modal-title {
  color: #000 !important;
}
.modal-dialog-faq .modal-content {
  color: #666666 !important;
}

/* responsive Anpassungen FAQs */
@media only screen and (min-width: 991px) {
  .support_intro #ctContentText_9b089b46b8 {
    min-height: 132px;
  }

  .videoblock .sme_seal {
    width: 120px;
    height: 148px;
    right: 30px;
    bottom: 30px;
  }
}
.support_intro {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .faq_overview div, .faq_top_entry {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#support_faq_landing {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #support_faq_landing .faqlist_question, #support_faq_landing .faq_entry {
    font-size: 14px !important;
  }
}
#support_faq_landing .faq_entry_contact {
  padding-left: 0px;
}
#support_faq_landing .faq_entry_contact .faqlist_question i.icon-arrow-1-right {
  position: absolute;
  right: 15px;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  #support_faq_landing .faq_entry {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.boxes_public_article_list_panel .news_article_box {
  margin-bottom: 40px;
}
.boxes_public_article_list_panel .news_article_box h3 {
  text-align: left !important;
}
.boxes_public_article_list_panel .news_article_box .ntext-ellipsis {
  display: inline-block;
  max-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .smedex_pro_block a, .exp_content a {
    width: 100%;
    margin-top: 15px;
    display: block;
  }

  .hamburger_fixed {
    position: fixed;
    right: 0;
  }
  .hamburger_fixed span {
    color: #000;
  }
  .hamburger_fixed span .icon-bar {
    background-color: #000 !important;
  }

  .col_faq_list {
    margin-top: 80px;
  }

  #support_faq_landing {
    margin-top: 20px;
  }

  #support_faq_landing h2 {
    margin-top: 20px;
  }

  .socialmedia_wrapper {
    margin: 0 auto;
  }

  #logout_landing .big-icon {
    width: 100%;
    text-align: center;
    height: 100px;
  }
  #logout_landing .big-icon .icon-check-circle {
    width: 100%;
  }
  #logout_landing .big-icon .iconlabel {
    width: 50%;
  }
}
#liste_onlinetermin_admin .chessboard {
  height: 180px;
}

.adminllist_introh3 {
  margin-top: 30px !important;
}

#ctContentText_a592612f33 {
  margin-top: 25px;
}

.col_faq_list h1 {
  margin-bottom: 20px !important;
}

.lh-11 {
  line-height: 12px !important;
}

/* smedex pro not available from admin */
.navbar_smedexpro .navbar-title {
  font-size: 20px;
}
.navbar_smedexpro .pull-right {
  margin-top: 16px !important;
}

.navbar_smedexpro .navbar-title {
  /*margin-top:16px;*/
}

.smedexpro_infobox {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  min-height: 380px;
}
.smedexpro_infobox .smpro_headline {
  font-family: MuseoSans-500;
  font-size: 20px;
}
.smedexpro_infobox .smpro_txt {
  font-family: MuseoSans-300;
  font-size: 18px;
}
.smedexpro_infobox .smpro_quotes {
  font-family: MuseoSans-300;
  font-size: 32px;
}
.smedexpro_infobox #liste_onlinetermin_admin .chessboard {
  margin-top: 0px;
  margin-top: 0px;
  background-color: #fff;
}
.smedexpro_infobox a.link {
  left: 0;
}

/* fade in animations */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTwo {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 0.2;
  }
}
@-moz-keyframes fadeInTwo {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 0.2;
  }
}
@keyframes fadeInTwo {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 0.2;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fade-in-two {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeInTwo ease-in 1;
  -moz-animation: fadeInTwo ease-in 1;
  animation: fadeInTwo ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fade-in-two.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.pulseeffect {
  -webkit-animation: pulse 1s;
  -moz-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.pulseeffect .innerborder {
  border-bottom: 0px;
}

@-webkit-keyframes pulse {
  0% {
    background-color: lightgrey;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes pulse {
  0% {
    background-color: lightgrey;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-moz-keyframes pulse {
  0% {
    background-color: lightgrey;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.grecaptcha-badge {
  bottom: 60px !important;
  z-index: 999;
}

#content_content_html_panel_46e47cfb8d {
  min-height: 50px;
}

/* Absolute Center Loader  */
.link-loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.link-loading-download {
  position: fixed;
  z-index: 999;
  height: 100px;
  width: 300px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.link-loading:before, .link-loading-download:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.link-loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  z-index: 9999;
}

.link-loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
/* Buttons */
.smedex_btn_red {
  color: #fff !important;
  background-color: #df0000 !important;
}
.smedex_btn_red a, .smedex_btn_red a:hover, .smedex_btn_red i:before {
  color: #fff !important;
}

.smedex_btn_red:hover {
  background-color: #ba0000 !important;
}

.smedex_btn_red:active {
  background-color: #8f0000 !important;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* margin helper */
.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a {
  margin: 1rem !important;
}

.m-t {
  margin-top: 1rem !important;
}

.m-r {
  margin-right: 1rem !important;
}

.m-b {
  margin-bottom: 1rem !important;
}

.m-l {
  margin-left: 1rem !important;
}

.m-x {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-md {
  margin: 1.5rem !important;
}

.m-t-md {
  margin-top: 1.5rem !important;
}

.m-r-md {
  margin-right: 1.5rem !important;
}

.m-b-md {
  margin-bottom: 1.5rem !important;
}

.m-l-md {
  margin-left: 1.5rem !important;
}

.m-x-md {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-md {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-lg {
  margin: 3rem !important;
}

.m-t-lg {
  margin-top: 3rem !important;
}

.m-r-lg {
  margin-right: 3rem !important;
}

.m-b-lg {
  margin-bottom: 3rem !important;
}

.m-l-lg {
  margin-left: 3rem !important;
}

.m-x-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a {
  padding: 1rem !important;
}

.p-t {
  padding-top: 1rem !important;
}

.p-r {
  padding-right: 1rem !important;
}

.p-b {
  padding-bottom: 1rem !important;
}

.p-l {
  padding-left: 1rem !important;
}

.p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-md {
  padding: 1.5rem !important;
}

.p-t-md {
  padding-top: 1.5rem !important;
}

.p-r-md {
  padding-right: 1.5rem !important;
}

.p-b-md {
  padding-bottom: 1.5rem !important;
}

.p-l-md {
  padding-left: 1.5rem !important;
}

.p-x-md {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-md {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-lg {
  padding: 3rem !important;
}

.p-t-lg {
  padding-top: 3rem !important;
}

.p-r-lg {
  padding-right: 3rem !important;
}

.p-b-lg {
  padding-bottom: 3rem !important;
}

.p-l-lg {
  padding-left: 3rem !important;
}

.p-x-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-b-10 {
  padding-bottom: 10px;
}

.alvinecookieinfo {
  min-height: 30px;
  position: relative;
}
.alvinecookieinfo .closefilter:before, .alvinecookieinfo .closefilter:after {
  background: #fff;
}
.alvinecookieinfo .closefilter:hover::before, .alvinecookieinfo .closefilter:hover::after {
  background: #fff;
}

.alvinecookieinfo .alvinecookieinfo-container {
  background-color: #000;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  display: table;
  width: 100%;
}

.alvinecookieinfo .alvinecookieinfo-container a {
  color: #F9F9F9;
}

.alvinecookieinfo .alvinecookieinfo-container a.btn {
  padding: 0.375rem 1rem;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 1.5;
  float: right;
  margin-left: 10px;
  text-align: center;
  max-width: 200px;
}

.alvinecookieinfo .alvinecookieinfo-container p.message {
  margin-top: 0em;
  margin-bottom: 0px;
  color: #F9F9F9;
  font-size: 12px;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}

.alvinecookieinfo .alvinecookieinfo-container p.message a {
  white-space: nowrap;
}

.alvinecookieinfo.bottom {
  position: fixed;
  bottom: 0px;
  z-index: 900000;
  width: 100%;
}

.alvinecookieinfo.floating {
  position: fixed;
  left: initial;
  left: 20px;
  bottom: 20px;
  z-index: 900000;
  width: 350px;
}

.alvinecookieinfo.floating p.message {
  padding: 0em 0em 3em 0em;
}

.alvinecookieinfo.floating a.btn {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  margin: 0px;
  width: auto !important;
  max-width: 100%;
}

.news_detail_nav .whitebar-auto {
  top: 53px;
}

.news_image, .news_thumbnail {
  display: grid;
  max-width: 600px;
  margin-bottom: 15px;
}
.news_image img, .news_thumbnail img {
  width: 100%;
}

.public_article_details_panel .content_panel {
  max-width: 600px;
}
.public_article_details_panel .content_panel img {
  max-width: 100%;
}
.public_article_details_panel h2 {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .articleVideoFrameYT {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .articleVideoFrameYT {
    height: 400px;
  }
  .completesolution {
    padding-bottom: 75px;
  }
}
.text-dark-grey {
  color: #1F1F1F !important;
}

.smedex-text-grey60 {
  color: #666666;
}

.border-none {
  border: none;
}

#pgFoot {
  margin-top: 20px;
}

.video-modal-lg-fs .modal-dialog, .modal-lg-fs .modal-dialog, .fullScreenPrintView .modal-dialog {
  width: 83%;
  margin: 20px auto;
}
.video-modal-lg-fs .modal-dialog .modal-content .embed-responsive, .modal-lg-fs .modal-dialog .modal-content .embed-responsive, .fullScreenPrintView .modal-dialog .modal-content .embed-responsive {
  margin-bottom: 0;
}
.video-modal-lg-fs .modal-dialog .modal-body, .modal-lg-fs .modal-dialog .modal-body, .fullScreenPrintView .modal-dialog .modal-body {
  padding: 0;
}

.video-modal-lg-fs .close {
  text-shadow: 0 !important;
  color: #fff;
}
.video-modal-lg-fs .close::before, .video-modal-lg-fs .close::after {
  background: #fff !important;
}
@media only screen and (max-width: 1199px) {
  .video-modal-lg-fs .modal-dialog {
    top: 10%;
  }
}

.video-modal-lg-fs .modal-dialog {
  width: 83%;
  margin: 20px auto;
}
.video-modal-lg-fs .modal-dialog .modal-content .embed-responsive {
  margin-bottom: 0;
}
.video-modal-lg-fs .modal-dialog .modal-body {
  padding: 0;
}

.modalbackdroptransparent {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.p-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

/* bs4 display properties */
.d-block {
  display: block;
}

/* arrow icon */
i.icon-arrow-up:before {
  content: "";
  background: url("../images/icons/icon-arrow-up.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

i.icon-edit:before {
  content: url("assets/icon_edit.svg");
}

i.icon-trash-red {
  vertical-align: middle;
}
i.icon-trash-red:before {
  content: url("assets/icon_trash_red.svg");
}

/* social medie icons footer */
.icon-twitter:before {
  content: url(/alvine/gfx/icon-twitter.svg);
}

.icon-youtube:before {
  content: url(/alvine/gfx/icon-youtube.svg);
}

.icon-facebook:before {
  content: url(/alvine/gfx/icon-facebook.svg);
}

.icon-instagram:before {
  content: url(/alvine/gfx/icon-instagram.svg);
}

.border-none {
  border: 0px !important;
}

footer {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
  bottom: 0;
  width: 100%;
  background-color: #4C4C4C;
}
footer h5.heading {
  font-family: MuseoSans-500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 0px;
  letter-spacing: 0.15rem;
}
footer .footerlogo {
  padding-bottom: 12px;
}
footer .footerbottom {
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 35px;
  flex-wrap: wrap;
}
footer .footerbottom .navbar-nav {
  justify-content: right;
  display: flex;
  padding-right: 0px;
}
footer h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
footer ul {
  margin-bottom: 10px;
}
footer #footer_NewsBlock .footerLink {
  margin-top: 5px;
}
footer #footer_NewsBlock .footerLink .d-flex {
  display: flex;
}
footer #footer_NewsBlock ul {
  margin-bottom: 0px;
}
footer #footer_NewsBlock ul li {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  footer .footerMainWrapper #footer_NewsBlock ul li {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 0px;
  }
  footer .footerMainWrapper .footerCol {
    margin-bottom: 50px;
  }
  footer .footerbottom .navbar-nav {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
}
footer .hl_divider {
  height: 3px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.19);
  margin-bottom: 10px;
}
footer .footerMainWrapper {
  color: #EFEFEF;
}
footer .footerMainWrapper .footerCol {
  margin-bottom: 50px;
}
footer .footerMainWrapper .square-box {
  position: relative;
  width: 36px;
  overflow: hidden;
  border: 1px solid;
  border-radius: 20%;
  height: 35px;
  display: table;
  float: left;
  margin-right: 10px;
  top: 1px;
}
footer .footerMainWrapper .square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
footer .footerMainWrapper .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  line-height: 10px;
}
footer .footerMainWrapper .square-content div {
  display: table;
  width: 35px;
  height: 35px;
}
footer .footerMainWrapper .square-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 16px;
  padding: 8px;
}
footer .footerMainWrapper .footerLink {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
footer .footerMainWrapper .footerLink:hover {
  color: rgb(255, 255, 255);
}
footer .footerMainWrapper .footerLink:hover .icon-arrow-right:before {
  background: rgb(255, 255, 255);
}
footer .footerMainWrapper .footerLink .icon-arrow-right:before {
  background: rgba(255, 255, 255, 0.75);
}
footer .footerMainWrapper ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footerMainWrapper ul li {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
  padding-top: 14px;
}
footer .footerMainWrapper ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  display: block;
  line-height: 20px;
}
footer .footerMainWrapper ul li a i {
  top: 0px;
  position: relative;
}
footer .footerMainWrapper ul li a:hover {
  color: rgb(255, 255, 255);
}
footer .footerMainWrapper ul li:last-child {
  border-bottom: 0px;
}
footer .footerMainWrapper .navbar-text a {
  color: #EFEFEF;
}
footer .footerMainWrapper .social-link {
  font-size: 30px;
}
footer .dot {
  height: 3px;
  width: 3px;
  background-color: #EFEFEF;
  border-radius: 50%;
  display: inline-block;
  margin: 3px;
}
@media only screen and (min-width: 992px) {
  footer .socialmediaFooter {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-title {
    font-size: 14px !important;
    line-height: 33px;
    /*        margin-left: -10px !important;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar-lessondetails .navbar-title {
    font-size: 18px !important;
  }

  footer h5.heading {
    margin-bottom: 15px;
    margin-top: 15px;
}
}
.comment-indicator {
  display: flex;
  justify-content: center;
  height: 0px;
}
.comment-indicator .arrow-bottom {
  border-top: 20px dashed #F9F9F9;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
.comment-indicator .arrow-top {
  border-bottom: 20px dashed #F9F9F9;
  position: relative;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  top: -14px;
}

i.icon-arrow-right {
  position: relative;
  top: 1px;
  padding-left: 10px;
}

i.icon-play-circle:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  background: url("/alvine/frontend/template/smedex_start/images/icons/play-circle-small.svg");
}

i.icon-arrow-right:before {
  content: "";
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("/alvine/frontend/template/smedex_start/images/icons/arrow-right.svg");
  width: 7px;
  height: 12px;
  display: inline-block;
  background: #fff;
}

a.arrow-color-red i.icon-arrow-right:before {
  background: #DC0000;
}
a.arrow-color-red:hover i.icon-arrow-right:before {
  background: #990000;
}

.footernav {
  background-color: inherit;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.02);
  border: 0px;
  margin-bottom: 0px;
  /*background-color: #f8f8f8;*/
}
.footernav .navbar-text {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: MuseoSans-300;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.66);
}
.footernav .navbar-nav > div {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .footernav .navbar-nav > div {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .footernav .navbar-nav > div > a {
    padding: 5px 10px !important;
    line-height: 20px !important;
  }
  .footernav .navbar-text {
    font-size: 13px;
  }
}
.footernav .navbar-nav > div > a {
  font-family: MuseoSans-300;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 30px;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.footernav .navbar-nav > div > a:hover, .footernav .navbar-nav > div > a:focus {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footernav .navbar-nav > .active > a, .footernav .navbar-nav > .active > a:hover, .footernav .navbar-nav > .active > a:focus {
  color: #979797;
  background-color: white;
  font-weight: 500;
}

.footernav .social-link {
  font-size: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.75;
}

.footernav .social-link:hover {
  text-decoration: none;
  color: #DC0000;
  opacity: 1;
}

.footernav .panel {
  float: left;
  margin: 5px;
  margin-bottom: 0px;
}

.footernav .panel-group {
  margin-bottom: 0px;
}

.footernav .panel-group .panel + .panel {
  margin: 5px;
  margin-bottom: 0px;
}

.footernav .panel-default {
  border: 0px;
  background: transparent;
  box-shadow: none;
}

.footernav .panel-default > .panel-heading {
  color: black;
  background-color: transparent;
  border: 0px;
}

.footernav .panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 10px;
}

.footernav .list-group-item {
  border: 0px;
  background: transparent;
  padding: 3px 15px;
  font-family: MuseoSans-300;
  font-weight: normal;
  font-style: normal;
}

.footernav .list-group-item a {
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footernav .list-group-item a:hover {
  color: #DC0000;
  text-decoration: none;
}

.footernav .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0px;
}

.footernav .unternehmen {
  width: 114px;
}

.footernav .panel-title a:hover {
  color: #DC0000;
  text-decoration: none;
}

.chessboard-v2 {
  height: 170px !important;
}
.chessboard-v2 .wrapper {
  vertical-align: middle;
}

/*
@media only screen and (min-width : 768px) and (max-width : 991px){
    .chessboard-v3.imageChessboard{
        height:105px !important;
    }
}
@media only screen and (min-width : 569px) and (max-width : 767px){
    .chessboard-v3.imageChessboard{
        height:175px !important;
    }
}
@media only screen and (max-width : 568px){
    .chessboard-v3.imageChessboard{
        height:150px !important;
    }
}*/
.chessboard-v3.imageChessboard {
  height: 100% !important;
}
.chessboard-v3.imageChessboard .overlay {
  position: relative !important;
  cursor: pointer;
}

.chessboard-v3 {
  height: 90px !important;
  margin-top: 0px !important;
}
.chessboard-v3 .overlay .wrapperWithImage {
  padding: 4px;
}
.chessboard-v3 .overlay .wrapper {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.chessboard-v3 .overlay .wrapper img.chessboard_image {
  width: 100%;
  padding: 5px;
}
.chessboard-v3 .overlay .wrapper a {
  font-size: 14px !important;
  text-align: left;
  display: block !important;
  position: absolute;
  bottom: 10px;
  right: 41px;
}
.chessboard-v3 .overlay .wrapper a i {
  position: absolute;
}
.chessboard-v3 .overlay .teaser-text {
  text-align: left;
}
.chessboard-v3 .overlay .teaser-text h2, .chessboard-v3 .overlay .teaser-text h4 {
  font-size: 14px !important;
  line-height: 14px;
  margin: 0;
}

.icon_nav_header .chessboard {
  margin-bottom: 10px;
  margin-top: 10px;
}

.chessboard {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #F2F2F2;
}
.chessboard .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  display: table;
}
.chessboard .overlay .wrapper {
  display: table-cell;
  text-align: center;
  position: relative;
}
.chessboard .overlay .wrapper .icon {
  opacity: 1;
  color: #333333;
  font-size: 50px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 18px;
}
.chessboard .overlay .wrapper h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  /* Produktblatt & Preis: */
  font-family: MuseoSans-500;
  font-weight: 100;
  font-size: 16px;
  color: #000000;
  line-height: 1.4em;
}
.chessboard .overlay .wrapper a {
  /* mehr Informationen: */
  font-weight: 300;
  font-size: 16px;
  color: #DC0000;
  line-height: 22px;
  display: inline-block;
  font-family: MuseoSans-300;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chessboard .overlay .wrapper a i {
  margin-left: 5px;
  font-size: 13px;
}
.chessboard a.link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 51;
  cursor: pointer;
}

.chessboard:hover .wrapper h2, .chessboard:hover .wrapper a {
  color: #DC0000;
}

.chessboard-v2:hover, .chessboard-v3:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 2px 2px 0px 0px rgba(0, 0, 0, 0.04);
}
.chessboard-v2:hover .overlay, .chessboard-v3:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}
.chessboard-v2:hover .overlay .icon, .chessboard-v3:hover .overlay .icon {
  color: white;
}
.chessboard-v2:hover .overlay h2, .chessboard-v2:hover .overlay a, .chessboard-v3:hover .overlay h2, .chessboard-v3:hover .overlay a {
  color: white;
}
.chessboard-v2:hover .overlay .wrapper h2, .chessboard-v3:hover .overlay .wrapper h2 {
  transform: translate(0, 0px);
}
.chessboard-v2:hover .overlay .wrapper a, .chessboard-v3:hover .overlay .wrapper a {
  transform: translate(0, 0px);
}

.news_article_box .teaser_text a.link {
  text-decoration: none !important;
}
.news_article_box .teaser_text a.link:hover, .news_article_box .teaser_text a.link:focus {
  color: #df0000 !important;
}
.news_article_box .teaser_text [data-toggle=collapse].collapsed .if-not-collapsed {
  display: none;
}
.news_article_box .teaser_text [data-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

.rotate270deg {
  transform: rotate(270deg);
  margin-left: 5px;
  display: inline-block;
}

/* Administration Lektionspool */
#lessonListDropdownWrapper {
  max-width: 100%;
}
#lessonListDropdownWrapper .preview-toggle {
  height: inherit;
  line-height: inherit;
}

/* Lessonfilter Mediathek & Sidepanel Generell */
#lessonFilterDropdownWrapper #filterText, #sidePanelDropdownWrapper #filterText {
  margin-right: 5px;
}
#lessonFilterDropdownWrapper .dropdown-toggle, #sidePanelDropdownWrapper .dropdown-toggle {
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #d6d6d6;
}
#lessonFilterDropdownWrapper .dropdown-toggle i, #sidePanelDropdownWrapper .dropdown-toggle i {
  position: absolute;
  right: 4px;
  top: 13px;
}
#lessonFilterDropdownWrapper span.btn-filter, #sidePanelDropdownWrapper span.btn-filter {
  background-color: #484848;
  padding: 8px;
  margin-right: 3px;
  border-radius: 5px;
  color: #fff;
}
#lessonFilterDropdownWrapper button.active, #lessonFilterDropdownWrapper button:active, #lessonFilterDropdownWrapper button:focus, #sidePanelDropdownWrapper button.active, #sidePanelDropdownWrapper button:active, #sidePanelDropdownWrapper button:focus {
  box-shadow: none !important;
  outline: 0;
}
#lessonFilterDropdownWrapper #additionalFiltersCount:empty, #sidePanelDropdownWrapper #additionalFiltersCount:empty {
  display: none;
}

.closefilter {
  border: 0 !important;
  overflow: hidden;
}

.closefilter:hover::before, .close:hover::after {
  background: black;
}

.closefilter::before, .closefilter::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  background: #000;
}

.closefilter::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closefilter::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closefilter.hairline::before, .closefilter.hairline::after {
  height: 1px;
}

.lessonfilterDropdown, .sidePanelDropdown {
  position: fixed !important;
  right: 0 !important;
  top: -2px;
  overflow-y: auto;
  right: 0;
  left: auto !important;
  background: white;
  border: 1px solid #d6d6d6;
  padding: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #f2f2f2 !important;
  overflow-x: hidden;
  border-radius: 0px;
  height: 100%;
}
.lessonfilterDropdown #trigger_lesson_filterform, .sidePanelDropdown #trigger_lesson_filterform {
  margin-top: 15px;
  margin-bottom: 15px;
}
.lessonfilterDropdown #filterExecuteLink, .lessonfilterDropdown .filterExecuteLink, .sidePanelDropdown #filterExecuteLink, .sidePanelDropdown .filterExecuteLink {
  border: 0;
  box-shadow: none;
  background: none;
  width: auto;
  top: 0;
  margin: 0;
}
.lessonfilterDropdown .dropdown-toggle, .sidePanelDropdown .dropdown-toggle {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) {
  .lessonfilterDropdown, .sidePanelDropdown {
    min-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .lessonfilterDropdown, .sidePanelDropdown {
    min-width: 80%;
    width: 100%;
  }
  .lessonfilterDropdown.notes, .sidePanelDropdown.notes {
    min-width: 100%;
}
  .lessonfilterDropdown.notes .sidebarContent, .sidePanelDropdown.notes .sidebarContent {
    min-width: 100%;
  }
}
.lessonfilterDropdown .lf_gtitle, .sidePanelDropdown .lf_gtitle {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.lessonfilterDropdown li, .sidePanelDropdown li {
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  clear: both;
  letter-spacing: 1.07px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lessonfilterDropdown li input, .sidePanelDropdown li input {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.lessonfilterDropdown .divider, .sidePanelDropdown .divider {
  padding: 0;
  margin: 0 0px;
  height: 1px;
  background-color: rgba(229, 229, 229, 0.54);
}

#mediathek_ajax .pg_content_education_lesson_list_panel {
  display: inline-block;
}

.navigation-btn {
  gap: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.navigation-btn.justify-content-center {
  justify-content: center;
}
.navigation-btn.justify-content-right {
  justify-content: right;
}
.navigation-btn .btn-lg {
  font-family: MuseoSans-500;
  line-height: 125%;
  font-size: 16px;
  padding: 10px 19px;
  height: 40px;
  letter-spacing: unset;
}
.navigation-btn .ssologin-link {
  padding: 6px 10px;
  height: 30px;
  margin: 15px 0px;
  font-size: 14px;
}

.pg_content_education_lesson_list_panel .teasercontent.marketingPage .text {
  padding: 15px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.pg_content_education_lesson_list_panel .teasercontent.marketingPage .text h3 {
  color: #000;
  line-height: 125%;
  padding: 0px;
  margin: 0px;
}
.pg_content_education_lesson_list_panel .teasercontent.marketingPage .text .status_bottom {
  padding: 10px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {
  .pg_content_education_lesson_list_panel .teasercontent.marketingPage .text {
    box-shadow: unset;
  }
}
.pg_content_education_lesson_list_panel .teasercontent.marketingPage .play_ce_area {
  font-family: MuseoSans-700;
  font-size: 14px;
  opacity: 0.8;
  height: 36px;
  line-height: 40px;
}
.pg_content_education_lesson_list_panel ul li:hover .teasercontent.marketingPage {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.pg_content_education_lesson_list_panel .link_more_info i {
  position: relative;
  top: 3px;
}
.pg_content_education_lesson_list_panel .link_more_info a.arrow-color-red {
  color: #DC0000;
  font-size: 16px;
  font-family: MuseoSans-500;
}
.pg_content_education_lesson_list_panel .link_more_info a.arrow-color-red:hover {
  color: #990000;
}

#mediathek_ajax, #mandatoryAjaxContent {
  display: inline;
}
#mediathek_ajax #alvineJSPluginajaxloaderImageBox, #mandatoryAjaxContent #alvineJSPluginajaxloaderImageBox {
  text-shadow: none;
  border: 0;
  z-index: 9999;
  position: fixed;
  height: 100%;
  /* Transparent Overlay */
  /* :not(:required) hides these rules from IE9 and below */
}
#mediathek_ajax #alvineJSPluginajaxloaderImageBox .loaderImage, #mandatoryAjaxContent #alvineJSPluginajaxloaderImageBox .loaderImage {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#mediathek_ajax #alvineJSPluginajaxloaderImageBox .loaderImage:before, #mandatoryAjaxContent #alvineJSPluginajaxloaderImageBox .loaderImage:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mediathek_ajax #alvineJSPluginajaxloaderImageBox .loaderImage:not(:required), #mandatoryAjaxContent #alvineJSPluginajaxloaderImageBox .loaderImage:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  z-index: 9999;
}
#mediathek_ajax #alvineJSPluginajaxloaderImageBox .loaderImage:not(:required):after, #mandatoryAjaxContent #alvineJSPluginajaxloaderImageBox .loaderImage:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@media only screen and (min-width: 768px) {
  .userbar .navbar-nav .dropdown-menu {
    /* Dropdown fixed positionieren rechts am Rand*/
    position: fixed !important;
    right: 0 !important;
    top: 0;
    overflow-y: auto;
    height: inherit;
    /*margin-top:53px;*/
  }
  .userbar .navbar-nav .dropdown-standard.open {
    height: auto !important;
    position: relative !important;
    right: 0 !important;
  }
  .userbar .navbar-nav .dropdown-standard.open .dropdown-menu {
    position: relative !important;
    overflow-y: none !important;
  }
  .userbar .navbar-nav .dropdown.open {
    height: 100%;
    position: absolute;
    right: 388px;
  }
  .signaturemodal .modal-dialog {
    width: 500px;
  }
}
.col-centered {
  float: none;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.bc_spacer {
  height: 53px;
}

.littlegrey {
  color: #474747;
  font-size: 10px;
  font-family: MuseoSans-500;
}

/* home  whitebar */
.whitebar-auto {
  height: auto !important;
  background: rgba(255, 255, 255, 0.8);
  /*border-bottom: 1px solid rgba(black,0.15);*/
  margin-bottom: 0px;
  border: 0;
}

/* rote whitebar */
.whitebar-red {
  background-color: #DC0000;
}
.whitebar-red p, .whitebar-red span, .whitebar-red div, .whitebar-red .navbar-text {
  color: #fff;
  font-size: 16px;
}
.whitebar-red .navbar-text {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .whitebar-red .navbar-text {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .md-up-justifyCenter {
    display: flex;
    justify-content: center;
  }

  .valignmiddle-lg {
    display: flex;
    align-items: center;
}

  .m-b-30-lg {
    margin-bottom: 30px !important;
}

  .divider-r-lg:before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid #D8D8D8;
    position: absolute;
    right: 0px;
    top: 0;
  }

  .divider-none:before {
    border-left: 0px !important;
  }
  .m-t-10-lg {
    margin-top: 10px;
  }
  .p-b-40-lg {
    padding-bottom: 40px;
  }
  .p-b-60-lg {
    padding-bottom: 60px;
  }  
  .p-x-0-lg {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .align-item-center-sm {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-b-30-sm {
    padding-bottom: 30px;
  }

  .border-b-sm {
    border-bottom: 1px solid #D8D8D8;
  }

  .marketing-container .n1_taglines {
    margin-top: 30px;
  }
}
/* Main nav Icons*/
.mainnav-customized {
  text-align: center;
  padding-top: 20px;
  line-height: 14px;
}
.mainnav-customized .db_icon_hl {
  font-family: MuseoSans-500;
  color: #1F1F1F;
}
.mainnav-customized ul {
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
.mainnav-customized ul li {
  cursor: pointer;
  /*        margin-bottom:10px;*/
  font-size: 12px;
  min-height: 100px;
}
.mainnav-customized a {
  white-space: nowrap !important;
}
.mainnav-customized a.inline-block {
  display: inline-block;
}
.mainnav-customized li a:hover span.littlegrey, .mainnav-customized li a:hover span.db_icon_hl {
  color: #df0000;
}
.mainnav-customized li a:hover .mainnav-Feuerwehr {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Feuerwehr_hover.svg") no-repeat;
}
.mainnav-customized li a:hover .mainnav-Bildungsanbieter {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Bildungsanbieter_hover.svg") no-repeat;
}
.mainnav-customized li a:hover .mainnav-Pflege {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Pflege_hover.svg") no-repeat;
}
.mainnav-customized li a:hover .mainnav-Erste {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Ersthelfer_hover.svg") no-repeat;
}
.mainnav-customized li a:hover .mainnav-Rettungsdienste {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Rettungsdienste_hover.svg") no-repeat;
}

.mainnav-icn {
  background-size: auto 100% !important;
  background-position: center !important;
  height: 48px;
  margin-bottom: 7px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.mainnav_Medialibrary {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Mediathek.svg") no-repeat;
}

/*.mainnav-Mediathek:hover{
    background:url('assets/mainnav_Mediathek_hover.svg') no-repeat;
}*/
.mainnav_Forums {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Foren.svg") no-repeat;
}

/*.mainnav-Foren:hover{
    background:url('assets/mainnav_Foren_hover.svg') no-repeat;
}*/
.mainnav_Tasks {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Aufgaben.svg") no-repeat;
}

/*.mainnav-Aufgaben:hover{
    background:url('assets/mainnav_Aufgaben_hover.svg') no-repeat;
}*/
.mainnav_Smedexinfo, .mainnav-Smedex {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Info.svg") no-repeat;
}

/*.mainnav-SMEDEX:hover{
    background:url('assets/mainnav_Info_hover.svg') no-repeat;
}*/
.mainnav_Mylessons {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Lerneinheiten.svg") no-repeat;
}

/*.mainnav-Meine:hover{
    background:url('assets/mainnav_Lerneinheiten_hover.svg') no-repeat;
}*/
.mainnav_News {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Nachrichten.svg") no-repeat;
}

/*.mainnav-News:hover{
    background:url('assets/mainnav_Nachrichten_hover.svg') no-repeat;
}*/
.mainnav_Appointments {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Termine.svg") no-repeat;
}

/*.mainnav-Termine:hover{
    background:url('assets/mainnav_Termine_hover.svg') no-repeat;
}*/
/*.mainnav-Logbuch{
    background:url('assets/mainnav_Termine.svg') no-repeat;
}
.mainnav-Logbuch:hover{
    background:url('assets/mainnav_Termine_hover.svg') no-repeat;
}*/
.mainnav_Creditaccount, .mainnav-Konto {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Creditkonto4.svg") no-repeat;
}

.mainnav-Privatpersonen {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Einzelpersonen.svg") no-repeat;
}

.mainnav-Feuerwehr {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Feuerwehr.svg") no-repeat;
}

.mainnav-Bildungsanbieter {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Bildungsanbieter.svg") no-repeat;
}

.mainnav-Rettungsdienste {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Rettungsdienste.svg") no-repeat;
}

.mainnav-Gesundheitswesen, .mainnav-Pflege {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Gesundheitswesen.svg") no-repeat;
}

.mainnav-Erste {
  background: url("/alvine/frontend/template/smedex_b2b/assets/mainnav_Ersthelfer.svg") no-repeat;
}

.mainnav_Creditaccount, .mainnav-Konto {
  /*border: 2px solid;*/
  width: 70px;
  line-height: 58px;
  /*border-radius: 25px;*/
  color: #4c4c4c;
  margin: 0 auto;
  margin-bottom: 7px;
  font-size: 10px;
}
.mainnav_Creditaccount .page_internb2b_credits_summary_list_panel, .mainnav-Konto .page_internb2b_credits_summary_list_panel {
  color: #4c4c4c;
}

/* custom 9 steps grid & additional rules */
@media (min-width: 992px) {
  .p-x-0-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-custom-9 {
    position: relative;
    float: left;
    width: 11.11%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-custom-9-ld {
    width: 15.11% !important;
  }
}
@media (min-width: 768px) {
  .pull-right-sm-up {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-t-md-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-custom-9 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-x-0-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pg_content_education_lesson_list_panel .image_panel {
    max-height: 164px;
  }

  .p-t-sm-15 {
    padding-top: 15px;
  }

  .p-t-sm-20 {
    padding-top: 20px;
  }

  .p-x-0-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-l-10-sm {
    padding-left: 10px !important;
  }

  .row-sm {
    margin-right: -15px;
    margin-left: -15px;
  }

  .m-t-sm-20 {
    margin-top: 20px !important;
  }

  footer h5.heading {
    margin-bottom: 15px;
    margin-top: 15px;
}
}
@media (max-width: 767px) {
  .navigation-btn {
    justify-content: center;
  }

  .field_sub_headline, #field_wrapper_sxx_call_a2fc975fe5__formdata__unterrichtsstunden_static_ .field {
    padding-left: 5px !important;
  }

  .xs-nopadding {
    padding: 0 !important;
  }

  .p-l-5-xs {
    padding-left: 5px !important;
  }

  .p-l-10-xs {
    padding-left: 10px !important;
  }

  .p-r-15-xs {
    padding-right: 15px !important;
  }

  .p-l-15-xs {
    padding-left: 15px !important;
  }

  .p-t-xs-15 {
    padding-top: 15px;
  }

  .p-t-xs-20 {
    padding-top: 20px;
  }

  .m-t-xs-20 {
    margin-top: 20px !important;
  }

  .m-b-xs-20 {
    margin-bottom: 20px !important;
  }

  .m-t-xs-0 {
    margin-top: 0px !important;
  }

  .col-custom-9 {
    position: relative;
    float: left;
    width: 33.33%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* certificate_details */
.bx_public_education_certificate_details_panel .entry {
  padding: 25px;
  background-color: #fff;
}
.bx_public_education_certificate_details_panel .entry .certLabel {
  width: 150px;
  display: inline-block;
}
.bx_public_education_certificate_details_panel .zertifikat_dl_icon_white {
  position: relative;
  top: 7px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
.smedexToast {
  visibility: hidden;
  min-width: 400x;
  margin-left: -200px;
  /* Divide value of min-width by 2 */
  background-color: #AAC46C;
  color: #000;
  padding: 16px;
  position: absolute;
  left: 49%;
  top: 106px;
  z-index: 99999;
  overflow: hidden;
}
.smedexToast .toast-body {
  max-width: 400px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.smedexToast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 1s 9s;
  animation: fadein 0.5s, fadeout 1s 9s;
}

@keyframes slidereffect-m1 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes slidereffect-m2 {
  0% {
    transform: translate(100%);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
/* toast animations fadein and out */
@-webkit-keyframes fadein {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: auto;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: auto;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    height: auto;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    height: auto;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}
span.dash:before {
  text-align: center;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  content: "—";
}

.privacy_wrapper {
  position: absolute;
  display: table;
  height: 100%;
  width: auto;
  background: #F2F2F2;
  z-index: 48;
}
.privacy_wrapper .privacy_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  color: #000;
}
.privacy_wrapper .privacy_content a {
  text-decoration: underline;
}
.privacy_wrapper .privacy_content .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0px;
  padding: 3px 10px;
  letter-spacing: 0.8px;
  position: relative;
  height: 40px;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  background-color: #ED0000;
  font-size: 14px;
  border: none;
}

.modal .privacy_wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  .privacy_content p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

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