:root {
  --petrol: #007271;
  --rot: #D92B0D;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSansVariableC4s.woff2') format('woff2 supports variations'), url('../fonts/TheSansVariableC4s.woff2') format('woff2-variations');
    font-weight: 100 1000;
  }
  @font-face {
    font-family: 'TheSansItalic';
    src: url('../fonts/TheSansVariableC4s-Italic.woff2') format('woff2 supports variations'), url('../fonts/TheSansVariableC4s-Italic.woff2') format('woff2-variations');
    font-weight: 100 1000;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: TheSans, Helvetica, Arial, sans-serif;
    hyphens: auto;
    padding-top: 0;
  }
  p, ul {
    color: #202020;
    font-size: 18px;
  }
  li {
    margin-bottom: 10px;
    list-style: circle;
  }
  h4 {
    color: #007271;
    font-weight: 600;
  }
  #main_content ul {
    margin-left: -20px;
  }
  li.sb-en {
    margin-left: 30px !important;
    color: #000;
    underline: none;
  }
  .sb-en {
    font-size: 13px;
    background: url(../img/Globe_icon.svg) no-repeat left;
    background-size: 17px;
    padding: 0px 0px 0px 25px !important;
  }
  li.sb-en a {
    color: #000;
    text-decoration: none;
  }
  li.sb-en a:hover {
    text-decoration: underline;
  }
	
  li.sbm-en {
	display: none;		
	}	
  .subpage {
    margin-top: 65px;
    height: 400px;
    overflow: hidden;
  }
  .title {
    height: 185px;
  }
  .navbar-collapse {
    margin-top: 80px;
  }
  .navbar-fixed-top {
    box-shadow: none;
    position: relative;
  }
  .navbar-brand > img {
    float: right;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
  .navbar-white .navbar-nav > li > a {
    color: #202020;
    text-transform: uppercase;
    font-weight: 600;
  }
  .navbar-white .navbar-nav > li > a:hover {
    background-color: var(--petrol);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  .navbar-white .navbar-nav > li > a.active {
    background-color: var(--petrol);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
  }
  .navbar-fixed-top .navbar-collapse {
    /* min-width: 230px; */
    width: 100%;
  }
  .carousel-inner {
    background: #000;
    max-width: 1440px;
    margin: auto;
  }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
    min-height: 320px;
    max-height: 900px;
    object-fit: cover;
    /*     object-position: center 60px; */
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.7;
  }
  .carousel-inner {
    text-transform: uppercase;
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
  }
  .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 5px;
  }
  /* secmenu */
  .navbar-white .top-header {
    background-color: transparent;
  }
  .top-header .btn {
    padding-top: 6px;
  }
  .menu-block li {
    padding: 20px 15px 10px 15px;
  }
  .menu-block li:nth-child(1) {
    background-color: #007271;
  }
  .btn-link-active {
    color: #ffffff !important;
  }
  .menu-block li:nth-child(2) {
    background-color: #B2B4B6;
  }
  .menu-block li:nth-child(2):hover {
    background-color: #e52e0d;
  }
  .menu-block li:nth-child(2) a.btn.btn-link:hover {
    color: #fff;
  }
  .menu-block li:nth-child(3) {
    background-color: #CBCDCE;
  }
  .menu-block li:nth-child(3):hover {
    background-color: #26368A;
  }
  .menu-block li:nth-child(3) a.btn.btn-link:hover {
    color: #fff;
  }
  .menu-block li:nth-child(4) {
    background-color: #DDDEDF;
  }
  .menu-block li:nth-child(4):hover {
    background-color: #26368A;
  }
  .menu-block li:nth-child(4) a.btn.btn-link:hover {
    color: #fff;
  }
  .navbar-white .top-header .btn {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .carousel-caption {
    text-shadow: none;
    text-align: left;
  }
  .carousel-caption p {
    color: #fff;
    font-size: 24px;
  }
  .carousel-caption h1 {
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 10px 20px 30px black;
    margin-bottom: 30px;
  }
  .carousel-caption h4 {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 10px 20px 30px black;
    margin-bottom: 20px;
  }
  .lead-box {
    background-color: var(--petrol);
    margin-bottom: 35px;
  }
  .lead-box h2 {
    color: white;
  }
  .title-box {
    padding: 25px 35px;
  }
  .title-box h1 {
    color: white;
    font-size: 31px;
    line-height: 40px;
    hyphens: none;
  }
  .title-box p {
    color: white;
    font-size: 18px;
    line-height: 1.5;
  }
  .title-box a:link, .title-box a:visited, .title-box a:active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
  }
  .title-box a:hover {
    border-bottom: none;
  }
  span.line {
    border-bottom: 3px solid white;
    display: inline-block;
    width: 84px;
    height: 2px;
    color: white;
    text-align: left;
    margin-top: 30px;
  }
  .image-box {
    height: auto;
    padding: 0px;
    background-image: url(../img/title-box-img.jpg);
    background-size: cover;
    min-height: 480px;
    overflow: hidden;
  }
  div #hintergrund.image-box {
    background-image: url(../img/title-box-img-hintergrund.jpg);
  }
  div #befragung-altenpflege.image-box {
    background-image: url(../img/title-box-img-befragung-altenpflege.jpg);
  }
  div #erhebung.image-box {
    background-image: url(../img/title-box-img-erhebung.jpg);
  }
  div #faq.image-box {
    background-image: url(../img/title-box-img-faq.jpg);
  }
  div #download.image-box {
    background-image: url(../img/title-box-img-download.jpg);
  }
  div #presse.image-box {
    background-image: url(../img/title-box-img-presse.jpg);
  }
  .pad-bottom {
    padding-bottom: 40px;
  }
  .pad-top {
    padding-top: 20px;
  }
  h2 {
    color: #202020;
    font-size: 36px;
    margin: 15px 0 10px;
  }
  .lead-box .sepertor {
    border-bottom: 2px solid white;
    width: 80px;
    margin-bottom: 20px;
  }
  .sepertor {
    border-bottom: 2px solid var(--petrol);
    width: 80px;
    margin-bottom: 20px;
  }
  a:link, a:visited {
    color: var(--petrol);
    text-decoration: underline;
  }
  a:hover, a:active {
    color: var(--rot);
    text-decoration: underline;
  }
  .angerufen-box-1 {
    background: rgb(224, 238, 238);
    border-radius: 3px;
    padding: 10px 15px 30px;
    text-align: center;
  }
  .angerufen-box-1 img {
    vertical-align: middle;
    width: 40px;
    height: 26px;
    padding: 0 2px;
  }
  .angerufen-box-1 h3 {
    color: var(--petrol);
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
  }
  .btn {
    padding: 10px 15px;
  }
  .btn-primary {
    background-color: var(--petrol);
    border-radius: 3px;
    margin-top: 20px;
  }
  .btn-primary:hover, .btn-primary:active {
    background-color: var(--rot);
    border-color: var(--rot);
  }
  a.btn.btn-primary.btn-lg {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }
  a.btn.btn-primary.btn-lg:active {
    background-color: var(--petrol);
  }
  a.btn-primary em {
    color: white;
    margin-left: 15px;
  }
  .angerufen-box-2 {
    margin-top: 30px;
  }
  .angerufen-box-2 h3 {
    color: var(--petrol);
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
  .angerufen-box-2 p {
    color: var(--petrol);
    font-size: 20px;
    font-weight: 400;
  }
  .angerufen-box-2 a.tele {
    font-weight: 600;
    font-size: 20px;
  }
  em.fa-phone {
    color: var(--petrol);
    font-size: 22px;
    padding-right: 5px;
  }
  .line-bottom {
    border-bottom: 1px solid #EBEBEB;
  }
  .link-box {
    display: block;
    background-color: var(--petrol);
    height: 100px;
    margin: 0 15px 15px 0;
    padding: 15px;
  }
  .link-box:hover {
    background-color: var(--rot);
  }
  a.link-box {
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
  }
  .sub-logos span {
    display: block;
    color: #202020;
    font-size: 12px;
  }
  .sub-logos img {
    max-width: 150px;
  }
  .download-box {
    padding-left: 0px;
  }
  .download-box img {
    max-height: 200px;
    box-shadow: 2px 2px 7px lightgray;
  }
  .download-link {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 4px;
  }
  footer {
    background-color: #202020;
    padding-bottom: 0;
  }
  .footer-links {
    border: none;
  }
  .footer-links a {
    display: block;
    color: white;
    text-decoration: none;
  }
  .footer-links a:hover, .footer-links a:active {
    text-decoration: underline;
  }
  .footer-links a:not(:last-child), .footer-links a:not(:first-child) {
    border: none;
    padding: 0 0 8px 0;
  }
  .navbar-toggle {
    float: left;
    margin-top: 20px;
  }
  .navbar-toggle .icon-bar {
    width: 26px;
  }
  .lang-menu {
    margin-left: 15px;
    text-align: center;
	  width: 100%;
  }
  .lang-menu a {
    color: #4a4a4a;
    display: inline-block;
    font-size: 18px;
    min-width: 130px;
    text-decoration: none;
    text-align: center;
    padding: 6px;
  }
  .lang-menu a:hover {
    text-decoration: underline;
  }
  .lang-menu a.active {
    background-color: var(--petrol);
    color: white;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col-md-4 {
    margin-top: 0px;
    padding-top: 0px;
  }
  img.toplink {
    width: 30px;
    top: 0px;
    position: absolute;
    right: 0px;
  }
  /********************/
  .menu-block {
    margin-left: -15px;
  }
  .navbar-collapse {
    margin-top: 15px;
    margin-left: -25px;
  }
  .navbar-brand {
    padding: 0;
    float: right;
    margin-right: 0px !important;
  }
  .lead br {
    display: inline;
  }
  .navbar-nav {
    margin-top: 45px;
  }
  .carousel {
    top: 30px;
  }
  .lang-en {
    background: url(../img/Globe_icon.svg) no-repeat left;
    background-size: 20px;
    padding-left: 25px !important;
  }
	
	li.sb-en .mob { display: none;}
  @media screen and (max-width: 960px) {
    .carousel-caption h1 {
      font-size: 48px;
      margin-bottom: 10px;
    }
    .carousel-caption h4 {
      font-size: 30px;
    }
    .navbar-brand {
      float: right;
      margin-right: 0px !important;
    }
  }
  @media screen and (min-width: 960px) {
    .navbar-fixed-top .navbar-collapse {
      margin-left: -25px;
    }
    .navbar-collapse {
      margin-top: 55px;
    }
  }
  @media screen and (max-width: 794px) {
    .navbar-nav {
      margin-top: 0px !important;
    }
    .top-header {
      display: none;
      z-index: 100;
    }
    .carousel-caption h1 {
      display: none;
    }
    .navbar-brand {
      float: right;
      margin-right: 0px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .title {
      height: 180px;
    }
    .image-box {
      min-height: 340px;
    }
    .carousel-caption h4 {
      font-size: 30px;
    }
    .navbar-default .navbar-brand img {
      max-width: 768px;
    }
    .navbar-brand {
      margin-right: 0 !important;
    }
    .carousel-caption {
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 794px) {
    .navbar-fixed-top .navbar-collapse {
      margin-top: 0;
      min-width: 370px;
      width: 100%;
    }
    .top-header {
      display: none;
    }
    .navbar-brand {
      position: inherit;
      z-index: -1;
      margin-right: 0 !important;
		   }
  li.sbm-en {
	background: url(../img/Globe_icon.svg) no-repeat left;
    background-size: 20px;
    padding: 0px 0px 0px 30px !important;
    background-position-x: 15px;
	display: block;
	}	

#top_main_navigation > ul > li.sbm-en > a { 	
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
    text-transform: initial;
	background-color: transparent;
}	
	  
	  #top_main_navigation > ul > li.sbm-en > a:hover { 	
	text-decoration: underline;
		  color: #000;
}
	}
  @media screen and (max-width : 614px) {


	  	  
  }