@charset "utf-8";

/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mkg-zentrum.com/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(https://www.mkg-zentrum.com/fonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mkg-zentrum.com/fonts/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url(https://www.mkg-zentrum.com/fonts/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mkg-zentrum.com/fonts/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url(https://www.mkg-zentrum.com/fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

object,
embed,
* {
    outline: 0!important;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    border: 0px none;
    background-color: #FFF;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    min-width: 300px;
    color: #848484;
}

img {
  max-width: 100%;
}

a, a:focus {
  color: #848484;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

header {
  text-align: center;
  padding: 20px 15px;
}

header img {
  width: 450px;
}

.container {
  position: relative;
  widows: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1400px;
}

.blocks:after {
  display: block;
  content: "";
  clear: both;
}

.block-1, .block-2 {
  display: block;
  position: relative;
  transition: all 0.5s ease !important;
}

.block-left, .block-right {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  padding: 30px;
}

.block-left {
  padding-right: 15px;
}

.block-right {
  padding-left: 15px;
}

.block-1:hover, .block-2:hover {
  transform: scale(1.05);
}

.block-1:after, .block-2:after {
  display: block;
  content: "";
  padding-top: 80%;
}

.blocks {
  border-top: 5px solid #00A54D;
  border-bottom: 5px solid #00A54D;;
}

.blocks a, .blocks a:hover, .blocks a:focus {
  color: #FFF;
  text-decoration: none;
}

.block-1 {
  background: transparent url(../images/bild2.jpeg) center center no-repeat;
  background-size: cover;
}

.block-2 {
  background: transparent url(../images/bild-ein-weniger-zaehne.png) center center no-repeat;
  background-size: cover;
}

.block-content {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-family: "Arial";
  font-weight: bold;
  font-size: 20px;
  transition: all 0.4s ease;
  background-color: #00A54D;
  border: 2px solid #00A54D;
  margin-top: 30px;
  color: #FFF!important;
  transition: all 0.5s ease !important;
}

.block-content:hover {
  transform: scale(1.05);
}

.blocks .logo img {
  width: 90px;
}

.blocks .claim img {
  width: 300px;
  opacity: 0.5;
}

.main-cols {
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
}

.main-cols img {
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.3);
  width: 100%;
}

.main-row {
  margin-left: -10px;
  margin-right: -10px;
}

.main-row:after {
  display: block;
  content: "";
  clear: both;
}

.col-3 {
  width: 25%;
  padding: 0 10px;
  float: left;
}

.map img {
   margin-bottom: -7px;
   width: 100%;
}

.bild-in-bild {
  position: absolute;
  width: 25%;
  height: auto;
  /* border: 5px solid #00A54D; */
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.5); 
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.5);
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
}

.block-2 .bild-in-bild {
  right: auto;
  left: 30px;
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 400;
}

.clear {
  clear: both;
}

.footer-logo {
  display: inline-block;
  float: left;
}

.footer-logo img {
  width: 100%;
  max-width: 250px;
}

.footer-isozert {
  display: inline-block;
  float: right;
  padding-top: 5px;
}

.footer-menu {
  text-align: center;
  margin-top: 7px;
}

.footer-menu li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.col-footer a {
  color: #3dac4c;
}

.col-footer-1 {
  width: 27%;
  float: left;
}

.col-footer-2 {
  width: 30%;
  float: left;
}

.col-footer-3 {
  width: 23%;
  float: left;
}

.col-footer-4 {
  width: 20%;
  float: left;
}

.footer-menu li a {
  color: #707070;
}

footer h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

footer .content {
  font-size: 14px;
}


@media screen and (max-width: 800px) {
  .block-content {
    font-size: 14px;
  }

  .block-left, .block-right {
    width: 100%;
    border: 0;
    padding: 30px;
  }

  .block-1 {
    border-bottom: 1px solid white;
  }

  .bild-in-bild, .block-2 .bild-in-bild {
    left: 15px;
    bottom: 15px;
    right: auto;
  }

  .col-footer {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .col-footer-2, .col-footer-3 {
    padding-left: 20px;
  }

  .col-3 {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .col-3 {
    width: 100%;
  }
}
