a[href^="tel:"]{
    color: #e30000;
}

@media only screen and (min-width: 1700px) {
  div.centered {
    width: 70%;
  }
}

/* Desktop und Notebook */

@media only screen and (max-width: 1500px) {
  div.centered {
    width: 82%;
  }
  #content div.box .cmsCell>div {
    min-height: 200px !important;
  }
}

@media only screen and (max-width: 1360px) {
  div.centered {
    width: 85%;
  }
}

@media only screen and (max-width: 1280px) {
  div.centered {
    width: 96%;
  }
}

@media only screen and (max-width: 1150px) {
  div.centered {
    width: 98%;
  }
}
@media only screen and (max-width: 1080px){
  #slider{
    overflow: visible;
  }
}
@media only screen and (max-width: 870px) {
  .boxContainer .cmsCell {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  #header {
    height: auto;
    width: 100%;
    min-height: 55px;
    border-bottom: 0px;
    background: #fff;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 3px #000;
    position: fixed;
    z-index: 12;
  }
  #logo{
    width: 195px;
    padding: 10px 0;
  }

  #innerpage {
    margin-top: 55px;
  }
  #content div.box .cmsCell>div {
    min-height: 180px !important;
    min-height: 180px !important;
    overflow: auto;
  }
  #logo a {
    height: 100%;
    display: block;
  }
  #quicklinks {
    display: none;
  }
  body.naviFixed #content {
    padding-top: 0px;
  }
  .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan4, .cmsGroup.cmsColSpan4 {
    min-width: 50% !important;
    margin-left: 0% !important;
  }
  .cmsGroup.cmsColSpan4 .cmsCell.cmsColSpan4 {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .cmsCell.cmsColSpan8 {
    width: 100% !important;
  }
}

/* ipad, galaxy, tablets*/

@media only screen and (max-width: 800px) {}

@media only screen and (max-width: 768px) {
  .cmsGroup.cmsColSpan3 .cmsCell.cmsColSpan3, .cmsGroup.cmsColSpan3 {
    min-width: 50% !important;
    margin-left: 0% !important;
  }
  .cmsGroup.cmsColSpan3 .cmsCell.cmsColSpan3 {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  #content p.button {
    font-size: 150%;
  }
}

/* Galaxy smart */

@media only screen and (max-width: 670px) {
  .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan4.box, .cmsGroup.cmsColSpan4 {
    margin-top: 0 !important;
    margin-bottom: 25px;
  }
  .cmsCol1 {
    clear: none;
  }
}

@media only screen and (min-width: 571px) {
  body:not(.cms_editpage) .onlyMobile {
    display: none;
  }
  body:not(.cms_editpage) .noMobile {
    display: block;
  }
}

/* Smartphones, Iphones */
@media only screen and (max-width: 570px) {
  body{
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #content h1,
  #content h2{
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
  #content h3{
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  #content h4{
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #content h5{
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #content .lead{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  body:not(.cms_editpage) #content .noMobile, body:not(.cms_editpage) #navigation .noMobile {
    display: none !important;
  }
  body:not(.cms_editpage) #content .onlyMobile {
    display: block !important;
  }
  #content .cmsGroup.cmsColSpan4 {
    min-width: 0% !important;
    width: 45% !important;
    margin-left: 2% !important;
    margin-right: 3% !important;
  }
  #content .cmsGroup {
    float: left !important;
    clear: none !important;
  }
  #content p.button {
    font-size: 175%;
    padding: 5% 0 6% 0;
  }
  /*
    #content .noMobile {
        display: none;
    }
    #content .onlyMobile {
        display: block;
    }
	*/
}

@media only screen and (max-width: 530px) {
  #content .cmsGroup, #content .cmsGroup.cmsColSpan4 {
    min-width: 0% !important;
    width: 100% !important;
    margin: auto auto !important;
  }
}

@media only screen and (max-width: 480px) {
	.boxContainer .cmsCell {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  #quicklinks {
    display: none;
  }
  #content .cmsGroup, #content .cmsGroup.cmsColSpan4 {
    min-width: 0% !important;
    width: 100% !important;
    margin: auto auto !important;
  }
  #footer div.cmsCell {
    width: 48% !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 360px) {
  #footer {
    font-size: 90%;
  }
}

@media only screen and (max-width: 330px) {}
