* {
  font-family: "open-sans", Helvetica;
  font-size: 12px;
}

.eqstart_section_nav_container {
  width: 100%;
  height: 141px;
  margin: auto;
  background-image: url(/cms_components/media/start/index/navi-bg.jpg);
  background-repeat: repeat-x;
}

.eqstart_section_nav {
  width: 98%;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
}

.eqstart_section_container {
  display: table;
  width: 100%;
}

.eqstart_section {
  display: table-cell;
  width: 20%;
  height: 149px;
}

.eqstart_section_home {
  width: 0px;
}

.eqstart_section_tizi {
}

.eqstart_section_prosumer {
  padding-right: 1px;
}

.eqstart_section_business {
}

.eqstart_section_company {
}

.eqstart_section_headline_container {
  display: table;
  width: 100%;
  margin-top: 0px;
}

.eqstart_section_headline {
  /* display: table-cell; */
  display: none;
  width: 100%;
  height: 30px;
  vertical-align: middle;
  padding-left: 15px;
  background-image: url(/cms_components/media/start/index/targetgroups-bg.png);
  background-repeat: no-repeat;
  background-size: 1200px 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .eqstart_section_headline {
    background-image: url(/cms_components/media/start/index/targetgroups-bg@2x.png);
  }
}

.eqstart_section_headline .titel1 {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.eqstart_section_headline_home {
  width: 480px;
  background-position: 0px 0px;
}

.eqstart_section_headline_prosumer {
  background-position: -480px 0px;
}

.eqstart_section_headline_business {
  background-position: -720px 0px;
}

.eqstart_section_headline_company {
  background-position: -960px 0px;
}

.eqstart_section_headline_container {
  display: table;
  width: 100%;
}

.eqstart_section_content_container {
  display: table;
  width: 100%;
}

.eqstart_section_contentblock {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  background-image: url(/cms_components/media/start/index/navi-divider.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 1px 120px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .eqstart_section_contentblock {
    background-image: url(/cms_components/media/start/index/navi-divider@2x.jpg);
  }
}

.eqstart_section_contentblock_tizi {
  background-image: none;
}

.eqstart_section_content {
  position: relative;
  height: 108px;
  width: 88%;
  background-repeat: no-repeat;
  display: block;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 12px;
  color: #000000;
}

.eqstart_section_content_tizi {
  background-image: url(/cms_components/media/start/index/navi-bg-tizi-linie.png);
}

.eqstart_section_content_tizi.selected {
  background-image: url(/cms_components/media/start/index/navi-bg-tizi-2020.png);
  animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_tizi.deselected {
  background-image: url(/cms_components/media/start/index/navi-bg-tizi-2020.png);
  background-position: 0px -112px;
  animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_lifestyle {
  background-image: url(/cms_components/media/start/index/navi-bg-tvp-linie.png);
}

.eqstart_section_content_lifestyle.selected {
  background-image: url(/cms_components/media/start/index/navi-bg-tvp.png);
  animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_lifestyle.deselected {
  background-image: url(/cms_components/media/start/index/navi-bg-tvp.png);
  background-position: 0px -112px;
  animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_productivity {
  background-image: url(/cms_components/media/start/index/navi-bg-productivity-linie.png);
}

.eqstart_section_content_productivity.selected {
  background-image: url(/cms_components/media/start/index/navi-bg-productivity.png);
  animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_productivity.deselected {
  background-image: url(/cms_components/media/start/index/navi-bg-productivity.png);
  background-position: 0px -112px;
  animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_security {
  background-image: url(/cms_components/media/start/index/navi-bg-security-linie.png);
}

.eqstart_section_content_security.selected {
  background-image: url(/cms_components/media/start/index/navi-bg-security.png);
  animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_security.deselected {
  background-image: url(/cms_components/media/start/index/navi-bg-security.png);
  background-position: 0px -112px;
  animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_company {
  background-image: url(/cms_components/media/start/index/navi-bg-mdm-linie.png);
}

.eqstart_section_content_company.selected {
  background-image: url(/cms_components/media/start/index/navi-bg-company.png);
  animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadein 0.2s ease-in 0s 1 normal;
}

.eqstart_section_content_company.deselected {
  background-image: url(/cms_components/media/start/index/navi-bg-company-green.png);
  background-position: 0px -112px;
  animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -webkit-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -moz-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
  -o-animation: eqstabselectorfadeout 0.2s ease-in 0s 1 normal;
}

@keyframes eqstabselectorfadein {
  from {
    background-position: 0px -112px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-webkit-keyframes eqstabselectorfadein {
  from {
    background-position: 0px -112px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-moz-keyframes eqstabselectorfadein {
  from {
    background-position: 0px -112px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-o-keyframes eqstabselectorfadein {
  from {
    background-position: 0px -112px;
  }
  to {
    background-position: 0px 0px;
  }
}

@keyframes eqstabselectorfadeout {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -112px;
  }
}

@-webkit-keyframes eqstabselectorfadeout {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -112px;
  }
}

@-moz-keyframes eqstabselectorfadeout {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -112px;
  }
}

@-o-keyframes eqstabselectorfadeout {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px -112px;
  }
}

.eqstart_section_content_name {
  margin-bottom: 2px;
}

.eqstart_section_content_name .titel1 {
  font-family: "urbana", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 23px;
}

.eqstart_section_content.selected .eqstart_section_content_name .titel1 {
  color: #ffffff;
}

.eqstart_section_content_desc .titel1 {
  font-weight: normal;
  color: #3b4043;
  font-size: 14px;
  line-height: 18px;
}

.eqstart_section_content.selected .eqstart_section_content_desc .titel1 {
  color: #ffffff;
}

.eqstart_section_content_security.selected
  .eqstart_section_content_name
  .titel1 {
  color: #000000;
}
.eqstart_section_content_security.selected
  .eqstart_section_content_desc
  .titel1 {
  color: #000000;
}
.eqstart_section_content_company.selected
  .eqstart_section_content_name
  .titel1 {
  color: #000000;
}
.eqstart_section_content_company.selected
  .eqstart_section_content_desc
  .titel1 {
  color: #000000;
}

.eqstart_section_content_icons {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.eqdef_content_container {
  width: 98% !important;
  max-width: 1200px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: auto;
}

.eqstart_content_container {
  position: relative;
  height: 625px;
  width: 100%;
  margin: auto;
}

.eqstart_content {
  opacity: 0;
  display: none;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 100%;
}

.eqstart_content img,
.eqstart_content map {
  max-width: 100%;
  height: auto;
}

.eqstart_content_adm {
  margin-top: 20px;
  border: 1px solid #808080;
}

.eqstart_content.fadein {
  opacity: 1;
  display: block;
  animation: eqstabfadein 0.5s ease-in 0s 1 normal;
  -moz-animation: eqstabfadein 0.5s ease-in 0s 1 normal;
  -webkit-animation: eqstabfadein 0.5s ease-in 0s 1 normal;
  -o-animation: eqstabfadein 0.5s ease-in 0s 1 normal;
}

.eqstart_content.fadeout {
  opacity: 0;
  display: none;
  animation: eqstabfadeout 0.5s ease-in 0s 1 normal;
  -moz-animation: eqstabfadeout 0.5s ease-in 0s 1 normal;
  -webkit-animation: eqstabfadeout 0.5s ease-in 0s 1 normal;
  -o-animation: eqstabfadeout 0.5s ease-in 0s 1 normal;
}

@keyframes eqstabfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes eqstabfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes eqstabfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes eqstabfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes eqstabfadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes eqstabfadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes eqstabfadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes eqstabfadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.eqstart_news_list {
  margin-top: 0px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 920px) {
  .eqstart_news_list {
    position: absolute;
    left: 5%;
    bottom: -300px;
    width: 90%;
  }
}

.eqstart_news_container {
  text-align: left;
  position: relative;
  width: 100%;
}

.eqstart_banner_container {
  position: relative;
  width: 100%;
  padding-top: 15px;
  background-image: url(/cms_components/media/start/index/navi-bg.jpg);
  background-repeat: repeat-x;
  margin-bottom: -15px;
}

.eqstart_banner_container img {
  max-width: 98%;
  height: auto;
  margin: auto;
}

#eqstart_notice_container_positive {
  position: absolute;
  width: 50%;
  top: 40%;
  left: 25%;
  height: 0px;
  opacity: 0;
  z-index: 100000000;
}

#eqstart_notice_content_positive {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #82cd74;
  padding: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.6);
  border-radius: 1px;
}

#eqstart_notice_content_positive img {
  padding-right: 10px;
  margin-top: -5px;
}

.eqstart_news_tag {
  /*
    display: inline-block;
    display: inline !ie7;
    */
  text-align: right;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  margin-right: 10px;
  vertical-align: top;
  display: none;
}

.eqstart_news_entry_container {
  position: relative;
  display: block;
  text-align: left;
  height: auto;
  width: 98%;
  margin: auto;
  margin-top: 20px;
}

.eqstart_news_entry,
.eqstart_news_entry a {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  vertical-align: bottom;
}

.eqstart_news_entry a {
  color: #428dd4;
}

@media only screen and (max-width: 1024px) {
  .eqstart_content_container {
    height: 500px;
  }
}

@media only screen and (max-width: 900px) {
  .eqstart_section_content_name .titel1 {
    font-size: 16px;
    line-height: 16px;
  }

  .eqstart_section_content_desc .titel1 {
    font-size: 9px;
    line-height: 12px;
  }

  .eqstart_content_container {
    height: 420px;
  }

  .eqstart_news_entry,
  .eqstart_news_entry a {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .eqstart_content_container {
    height: 380px;
  }
}

@media only screen and (max-width: 700px) {
  .eqstart_content_container {
    height: 340px;
  }

  .eqstart_news_entry,
  .eqstart_news_entry a {
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 580px) {
  .eqstart_content_container {
    height: 280px;
  }

  .eqstart_news_entry,
  .eqstart_news_entry a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .eqstart_content_container {
    height: 200px;
  }
}

/*
@keyframes
@-webkit-keyframes
@-moz-keyframes
@-o-keyframes
*/
