@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  src: local("Istok Web Regular"), local("IstokWeb-Regular"),
    url("fonts/istokweb-cyrillic-ext-400.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  src: local("Istok Web Regular"), local("IstokWeb-Regular"),
    url("fonts/istokweb-cyrillic-400.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  src: local("Istok Web Regular"), local("IstokWeb-Regular"),
    url("fonts/istokweb-latin-ext-400.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 400;
  src: local("Istok Web Regular"), local("IstokWeb-Regular"),
    url("fonts/istokweb-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 700;
  src: local("Istok Web Bold"), local("IstokWeb-Bold"),
    url("fonts/istokweb-cyrillic-ext-700.woff2") format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 700;
  src: local("Istok Web Bold"), local("IstokWeb-Bold"),
    url("fonts/istokweb-cyrillic-700.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 700;
  src: local("Istok Web Bold"), local("IstokWeb-Bold"),
    url("fonts/istokweb-latin-ext-700.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Istok Web";
  font-style: normal;
  font-weight: 700;
  src: local("Istok Web Bold"), local("IstokWeb-Bold"),
    url("fonts/istokweb-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
  font-family: "Istok Web", sans-serif;
}
.ccm-custom-style-container {
  width: auto;
  display: inline-block;
}
.ccm-edit-mode-disabled-item.HTMLblock {
  height: 200px;
  position: relative;
  padding-bottom: 50%;
}
.row {
  margin: 0;
  /* display: flex; */
}
.row-content {
  display: flex;
  align-items: center; 
  justify-content: center;
}
.column-content {
  flex: 50%;
}
header div *,
main div *,
a {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .ccm-layout-column {
    width: 100% !important;
  }
  .ccm-layout-column .ccm-layout-column-inner {
    margin-right: 0px !important;
  }
  .ccm-layout-column:nth-child(2) {
    margin-top: 20px !important;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
  }
  .ccm-layout-column:nth-child(2) .ccm-layout-column-inner {
    margin-left: 0px !important;
  }
}
.pace-active {
  background: #fff;
}
header.df-header {
  min-height: 100px;
  margin-bottom: 0px;
  position: relative;
  background: url("../img/lineal.svg") bottom left repeat-x;
}
header.df-header .logo {
  padding: 0;
  margin: 20px 0 10px 10px;
  height: 60px;
  width: 190px;
  background: url("../img/mctechs.svg") no-repeat;
  display: block;
  position: relative;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: none !important;
  border-color: none !important;
}
header nav {
  float: right;
}
header nav .nav {
  position: relative;
  margin: 30px 0 10px 10px;
}
header nav .nav li .homelink {
  font-size: 20px;
  margin-top: -2px;
}
header nav .nav li a {
  color: #8a8b8a;
  border-radius: none;
}
header nav .nav li:first-child > a {
  border-radius: 5px 0 0 5px;
}
header nav .nav li:last-child > a {
  border-radius: 0 5px 5px 0;
}
header nav .nav a:hover,
header nav .nav a.nav-selected,
header nav .nav a.nav-path-selected {
  color: #00a3da;
  background: #fff;
}
header nav .nav .dropdown-menu {
  border-radius: 5px;
  right: auto;
  margin-top: 0px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
header nav .nav .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  left: 20px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
header .language {
  background: #f5f5f5;
  position: absolute;
  right: 15px;
  top: 0px;
  margin: 0;
  border-radius: 0 0 5px 5px;
  padding: 5px 0 0 0;
}
header .language .ccm-block-switch-language-flags a {
  margin: 0 0px;
}
header .navbar-toggle {
  margin-top: -60px;
  position: absolute;
  right: 60px;
}
header .navbar-toggle .icon-bar {
  background-color: #00a3da;
}
footer .nav {
  width: 100%;
  margin: 40px auto;
}
footer .nav li {
  display: block;
  margin: 8px auto;
  width: calc(100% / 5);
  background: none;
}
footer .nav li a,
footer .nav li a:visited {
  color: #fff;
  background: none;
  padding-bottom: 0px;
}
footer .nav li a:hover,
footer .nav li a:active,
footer .nav li .nav-selected {
  color: #00a3da !important;
  background: none;
  text-decoration: none;
}
footer .nav li li {
  margin-left: 5px;
  padding-left: 10px;
}
footer .nav li li a,
footer .nav li li a:visited {
  color: rgba(255, 255, 255, 0.8);
}
footer .nav li li li a,
footer .nav li li li a:visited {
  color: rgba(255, 255, 255, 0.6);
}
footer .nav .nav-dropdown ul {
  padding-left: 10px;
}
footer .nav .nav-dropdown ul li {
  width: auto;
}
#top-link-block.affix-top {
  position: absolute;
  bottom: -82px;
  left: 10px;
}
#top-link-block.affix {
  position: fixed;
  bottom: 18px;
  left: 10px;
}
@media (max-width: 667px) {
  header .navbar-collapse {
    border-top: 1px solid #f5f5f5;
    float: none;
    margin: 0;
    clear: both;
    display: block;
    width: 100%;
  }
  header .navbar-collapse li {
    display: block;
    text-align: center;
  }
  header .navbar-collapse li a {
    font-size: 14px;
    line-height: 20px;
  }
  header .navbar-collapse li a:hover,
  header .navbar-collapse li a.nav-selected {
    color: #00a3da;
    background: #fff;
  }
  header .navbar-collapse .nav-dropdown {
    border: 1px solid transparent;
  }
  header .navbar-collapse .nav-dropdown:hover {
    border: 1px solid #f5f5f5;
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
  }
  header .navbar-collapse .dropdown-menu {
    background: #fff;
    position: relative;
    width: 100%;
    box-shadow: none;
    margin-bottom: 10px;
    margin-left: -1px;
    width: calc(100% + 2px);
    border-radius: 0 0 5px 5px !important;
    border: 1px solid #f5f5f5;
  }
  header .navbar-collapse .dropdown-menu:before {
    display: none;
  }
  header .language a {
    padding: 4px;
  }
  header .navbar-toggle {
    margin-top: -45px;
    right: 15px;
  }
}
#overlay {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: #fff url("../img/mctechs.svg") no-repeat center 60%;
}
#teaser {
  overflow: hidden;
  position: relative;
  background: #00a3da;
  padding: 10% 0;
}
#teaser h1 {
  font-size: 34px;
  font-weight: bold;
}
#teaser p {
  font-size: 16px;
}
#teaser h1,
#teaser p {
  color: #fff;
}
#teaser .teaser-bg {
  position: absolute;
  width: 100%;
  top: 0px;
}
#teaser .teaser-bg .ccm-custom-style-container {
  width: 100% !important;
}
#teaser .teaser-bg img {
  width: 100% !important;
  height: auto;
  vertical-align: middle;
}
#teaser h1,
#teaser h2,
#teaser h3,
#teaser h4,
#teaser h5,
#teaser h6,
#teaser p {
  color: #fff;
}
.imp {
  padding: 2% 0 !important;
}
.bigHead {
  display: block;
  background: #00a3da;
  border: 1px solid transparent;
}
.bigHead h1 {
  color: #fff;
  text-align: center;
}
#animation {
  overflow: hidden;
  position: relative;
}
#animation .animation-bg {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
#animation .animation-bg .theIndex {
  z-index: -1;
}
#animation .ccm-custom-style-container {
  width: 100%;
}
#animation .ccm-custom-style-container img {
  margin: 0 auto;
  position: relative;
  bottom: 0px;
  margin-top: 10%;
}
.bearbeiten .theani {
  position: relative;
}
.theani {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.theani .HTMLBlock {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.theani .animation_hype_container {
  height: 100%;
}
.theani .responsive_embed {
  padding-bottom: 39.5% !important;
  position: absolute;
}
.theani .ani_container {
  top: 0px;
  overflow: hidden;
}
.theani #animation_hype_container {
  bottom: 0px;
  height: 100% !important;
}
.theani #animation_hype_container:before,
.theani #animation_hype_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.theani #animation_hype_container:after {
  clear: both;
}
.theani .HYPE_scene {
  background-color: rgba(255, 255, 255, 0) !important;
  margin: 0 auto;
  left: auto !important;
}
.weiss {
  padding: 80px 0;
  border-bottom: 5px solid #e5e5e5;
}
.weiss.teaserblock {
  padding: 0 0 80px 0;
  text-align: center;
}
.weiss.teaserblock p {
  text-align: center;
}
.weiss.teaserblock img {
  text-align: center;
  margin: 0 auto;
}
.weiss.teaserblock .ccm-layout-column {
  margin-top: -41px;
}
.grau {
  padding: 80px 0;
  background: #f7f7f7;
}
@media (max-width: 320px) {
  #animation .ccm-custom-style-container img {
    margin-top: 130%;
  }
}
@media (min-width: 321px) and (max-width: 360px) {
  #animation .ccm-custom-style-container img {
    margin-top: 125%;
  }
}
@media (min-width: 361px) and (max-width: 430px) {
  #animation .ccm-custom-style-container img {
    margin-top: 100%;
  }
}
@media (min-width: 431px) and (max-width: 490px) {
  #animation .ccm-custom-style-container img {
    margin-top: 80%;
  }
}
@media (min-width: 491px) and (max-width: 550px) {
  #animation .ccm-custom-style-container img {
    margin-top: 60%;
  }
}
@media (min-width: 551px) and (max-width: 600px) {
  #animation .ccm-custom-style-container img {
    margin-top: 50%;
  }
}
@media (min-width: 601px) and (max-width: 660px) {
  #animation .ccm-custom-style-container img {
    margin-top: 40%;
  }
}
@media (min-width: 661px) and (max-width: 720px) {
  #animation .ccm-custom-style-container img {
    margin-top: 32%;
  }
}
@media (min-width: 721px) and (max-width: 767px) {
  #animation .ccm-custom-style-container img {
    margin-top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 830px) {
  #animation .ccm-custom-style-container img {
    margin-top: 60%;
  }
}
@media (min-width: 831px) and (max-width: 950px) {
  #animation .ccm-custom-style-container img {
    margin-top: 50%;
  }
}
@media (min-width: 951px) and (max-width: 1023px) {
  #animation .ccm-custom-style-container img {
    margin-top: 42%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #animation .ccm-custom-style-container img {
    margin-top: 30%;
  }
}
@media (min-width: 1200px) {
  #animation .ccm-custom-style-container img {
    margin-top: 10%;
  }
}
@media (min-width: 768px) {
  .columns {
    text-align: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
}
.leistung {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.leistung h1,
.leistung h2,
.leistung h3,
.leistung h4,
.leistung h5,
.leistung h6,
.leistung p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
.leistung h2 {
  margin-bottom: 60px;
}
.leistung p {
  font-size: 18px;
}
.leistung img {
  margin: 0 auto;
}
.leistung .detail-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  vertical-align: bottom;
  display: table-cell;
}
.leistung .detail-bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background-size: cover;
  border: 0;
}
.leistung .text-block-bg {
  background: #003141;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  margin-top: 60px;
  width: 100%;
}
.leistung .text-block-bg h5 {
  color: #41cfff;
  margin-bottom: 23px;
}
.unternehmen {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  border-bottom: 10px solid #003141;
}
.unternehmen h1,
.unternehmen h2,
.unternehmen h3,
.unternehmen h4,
.unternehmen h5,
.unternehmen h6,
.unternehmen p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
}
.unternehmen h2 {
  margin-bottom: 60px;
}
.unternehmen p {
  font-size: 18px;
}
.unternehmen img {
  margin: 0 auto;
}
.unternehmen .detail-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  vertical-align: bottom;
  display: table-cell;
}
.unternehmen .detail-bg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  background-size: cover;
  border: 0;
}
.unternehmen .text-block-bg {
  background: #003141;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  overflow: hidden;
  margin-top: 60px;
  width: 100%;
}
.unternehmen .text-block-bg h5 {
  color: #41cfff;
  margin-bottom: 23px;
}
footer {
  background: #003141;
  margin-top: 0px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  color: #666;
}
.copyright {
  background: #007da7;
  color: #fff;
  padding: 30px;
}
.copyright .logo {
  background: url("../img/mctechs-footer.svg") no-repeat;
  height: 32px;
}
.copyright .copy {
  text-align: right;
}
.copyright .copy a {
  color: #fff;
}
.copyright .copy a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .copyright div div {
    text-align: center !important;
  }
  .copyright .logo {
    background-position: center center;
    margin-bottom: 20px;
  }
}
.btn {
  background: #00a3da;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 10px 15px 6px 45px;
  position: relative;
  margin: 4px 4px 4px;
}
.btn i {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 8px;
  left: 12px;
}
.btn i:before {
  line-height: 23px;
}
.btn:hover {
  background: #007da7;
}
.btn:visited {
  color: #fff;
}
.zentriert {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.soft-image {
  width: 100%;
  text-align: center;
  opacity: 0.4;
}
.submit {
  padding: 10px 15px 6px 15px;
}
.button-grau {
  background: #8a8b8a;
  color: #fff !important;
}
.button-grau i {
  color: #fff;
}
.button-grau:hover {
  background: #a4a4a4;
}
.scrollbtn {
  display: inline-block;
}
.teaserblock .btn {
  font-size: 16px;
  padding: 7px 11px 5px 35px;
  line-height: 18px;
}
.teaserblock .btn i {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 5px;
  left: 8px;
}
.teaserblock .btn i:before {
  line-height: 19px;
}
.adresse {
  border-top: 1px solid #bdbebd !important;
  padding-top: 10px;
  margin-top: 24px;
}
.maps {
  border-top: 1px solid #bdbebd;
  border-bottom: 1px solid #bdbebd;
  padding-bottom: 5px;
}
.maps .fa {
  float: left;
  font-size: 30px;
  margin-top: 0px;
  -webkit-transition: none !important;
  transition: none !important;
}
.maps h4,
.maps p {
  margin-left: 30px;
  margin-bottom: 0px;
}
.maps a:hover {
  text-decoration: none !important;
}
.maps a:hover div h4,
.maps a:hover div p {
  color: #00a3da;
}
@media (max-width: 768px) {
  .submit {
    width: 100%;
  }
  .adresse {
    text-align: center;
    width: 100%;
  }
}
.bild-verlauf-hell {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTNkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEzZGEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a3da),
    color-stop(100%, rgba(0, 163, 218, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    #00a3da 0%,
    rgba(0, 163, 218, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    #00a3da 0%,
    rgba(0, 163, 218, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3da', endColorstr='#0000a3da',GradientType=0);
}
.bild-verlauf-dunkel {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #0082ae),
    color-stop(100%, rgba(0, 130, 174, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    #0082ae 0%,
    rgba(0, 130, 174, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #0082ae 0%,
    rgba(0, 130, 174, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    #0082ae 0%,
    rgba(0, 130, 174, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082ae', endColorstr='#000082ae',GradientType=0);
}
.matrix .col-md-12 {
  padding: 0;
}
.kompetenzmatrix {
  padding: 80px 0;
  margin: 80px 0;
}
.kompetenzmatrix table .thead {
  text-align: center;
}
.kompetenzmatrix table td {
  border: none !important;
  font-size: 9px;
}
.kompetenzmatrix table .reihe {
  background: url(../img/dot.png) center repeat-x;
}
.kompetenzmatrix table .reihe:nth-child(odd) {
  background: #f2f2f2 url(../img/dot.png) center repeat-x;
}
.kompetenzmatrix table .reihe:nth-child(odd) td:first-child {
  background: #f2f2f2;
}
.kompetenzmatrix table .reihe td {
  background: url(../img/dot.png) center repeat-y;
  text-align: center;
}
.kompetenzmatrix table .reihe td:first-child {
  max-width: 90px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}
.kompetenzmatrix table .reihe .thead {
  background: none;
}
.kompetenzmatrix .kreis {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kompetenzmatrix .kreis-bg {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 0 !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kompetenzmatrix .reihe1 .kreis-bg {
  background: rgba(128, 209, 236, 0.2);
}
.kompetenzmatrix .reihe1 .kreis {
  background: #80d1ec;
}
.kompetenzmatrix .reihe2 .kreis-bg {
  background: rgba(77, 190, 229, 0.2);
}
.kompetenzmatrix .reihe2 .kreis {
  background: #4dbee5;
}
.kompetenzmatrix .reihe3 .kreis-bg {
  background: rgba(0, 163, 218, 0.2);
}
.kompetenzmatrix .reihe3 .kreis {
  background: #00a3da;
}
.kompetenzmatrix .reihe4 .kreis-bg {
  background: rgba(0, 113, 152, 0.2);
}
.kompetenzmatrix .reihe4 .kreis {
  background: #007198;
}
.kompetenzmatrix .reihe5 .kreis-bg {
  background: rgba(0, 81, 108, 0.2);
}
.kompetenzmatrix .reihe5 .kreis {
  background: #00516c;
}
.kompetenzmatrix .reihe6 .kreis-bg {
  background: rgba(0, 64, 86, 0.2);
}
.kompetenzmatrix .reihe6 .kreis {
  background: #004056;
}
.kompetenzmatrix .size1 {
  width: 10%;
  height: 10%;
}
.kompetenzmatrix .size2 {
  width: 20%;
  height: 20%;
}
.kompetenzmatrix .size3 {
  width: 30%;
  height: 30%;
}
.kompetenzmatrix .size4 {
  width: 40%;
  height: 40%;
}
.kompetenzmatrix .size5 {
  width: 50%;
  height: 50%;
}
.kompetenzmatrix .size6 {
  width: 60%;
  height: 60%;
}
.kompetenzmatrix .size7 {
  width: 70%;
  height: 70%;
}
.kompetenzmatrix .size8 {
  width: 80%;
  height: 80%;
}
.kompetenzmatrix .size9 {
  width: 90%;
  height: 90%;
}
.kompetenzmatrix .size10 {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 667px) {
  .kompetenzmatrix table td {
    font-size: 12px;
  }
  .kompetenzmatrix table td .reihe td:first-child {
    max-width: 220px;
  }
  .kompetenzmatrix .kreis-bg {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .matrix .col-md-12 {
    padding: 0 15px;
  }
  .kompetenzmatrix table td {
    font-size: 14px;
  }
  .kompetenzmatrix table td .reihe td:first-child {
    max-width: 235px;
  }
  .kompetenzmatrix .kreis-bg {
    width: 150px;
    height: 150px;
  }
}
p, ul {
  color: #6e6f6e;
  font-size: 18px; 
}
a,
a:visited {
  color: #666;
}
a:hover,
a:active {
  color: #00a3da;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6e6f6e;
}
h3 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 24px !important;
    line-height: 28px;
  }
}
.ccm-region-flag {
  margin-left: 10px;
  margin-right: 10px;
}