.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff!important;
    background-color: #66727f!important;
  }
  
  .cc_container {
    background: #fff!important;
    color: #292929!important;
    border: 1px solid #d2d2d2!important;
    text-align: center!important;
  }
  
  .cc_container .cc_btn:hover, .cc_container .cc_btn:active {
      background-color: #292929!important;
      color: #fff!important;
  }
  .cc_container a, .cc_container a:visited {
      text-decoration: none;
      color: #66727f!important;
  }
  .cc_container a:hover, .cc_container a:active {
      color: #292929!important;
  }
  
  
  
  
  a.button, a.button:focus, a.button:visited {
    color: #fff;
    border-radius: 2px;
    padding: 14px 0;
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 20px;
    transition: background-color 0.5s ease-out, color 0.5s ease-out;
    border: #8d9dae solid 2px;
    background: #8d9dae;
  }
  a.button:hover {
    background: none;
    border: 1px solid 8d9dae;
    color: #8d9dae;
    text-decoration: none;
  }

  a.button.more {
    background: none;
    color: #283e85;
    border: 1px solid #283e85;
    width: 50%;
    height: 40px;
    margin-top: 2rem;
    padding: 11px 0;
    float: right;
  }
  a.button.more:hover {
    background: #efefef;
    color: #252525;
    border-color: #6b7db7;
  }
  
  
  /* === START of IMAGE WRAPPER === */
    .img-wrapper {
      /*display: inline-block;*/
      position: relative;
      overflow: hidden;
      height: auto;
      width: 100%;
    }
    .img-wrapper img {
      height: 100%;
      width: 100%;
      display: block;
      -webkit-transition: all .7s linear;
      -moz-transition: all .7s linear;
      -o-transition: all .7s linear;
      transition: all .7s linear;
      overflow: hidden;
      opacity: .75;
    }
    .img-wrapper a img { padding: 0; }
    .img-wrapper a span {
      width: 100%;
      text-align: center;
      display: block;
      bottom: 0;
      position: absolute;
      padding: 5px;
      background: rgba(136,22,24, .75);
    }
    .img-wrapper a, .img-wrapper:hover a {
      color: #fff !important;
      display: block;
    }
    .img-wrapper:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      transform: scale(1.2);
      overflow: hidden;
      opacity: 1;
    }
  /* === END of IMAGE WRAPPER === */
  
  /* === START of SHADOW EFFECT FOR IMAGES === */
    .effect {
      position: relative;
      z-index: 1;
      margin: 0 0 1rem 1rem;
      float: right;
    }
    .effect:before, .effect:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 40%;
      top: 80%;
      max-width: 121px;
      background: #000;
      box-shadow: 0 15px 10px rgba(0, 0, 0, .85);
      transform: rotate(-4deg);
    }
    .effect:after {
      transform: rotate(4deg);
      right: 10px;
      left: auto;
    }
  /* === END of SHADOW EFFECT FOR IMAGES === */
  
  /* === START of GOOGLE MAP === */
    .gmap {
      width: 100%;
      height: 23rem;
      margin-bottom: 1rem;
      position: relative;
    }
    .gmap .gmap-overlay {
      background:transparent;
      position: absolute;
      width:100%;
      height:100%;
      top: 0;
      bottom: 0;
    }
    .gmap iframe {
      width: 100% !important;
      height: 100% !important;
    }
  /* === END of GOOGLE MAP === */
  
  /* === START of LANGUAGE SELECTION === */
    div.languages {
      top: 10px;
      right: 10px;
    }
    div.languages #languageActive img { border: 1px white solid; }
  /* === END of LANGUAGE SELEVTION === */
  
  /* === START of ERROR MELDUNGEN === */
    div.error-message {
      padding: 2px 0 2px 26px;
      background: url(/img/icon/16/exclamation.gif) 4px 3px no-repeat;
      font-weight: bold;
      color: #e25f53;
      width: 334px;
      margin-left: 118px;
    }
  /* === END of ERROR MELDUNGEN === */
  
  .siteborder {
      height: 34px;
      background-color: #8d9dae;
      width: 100%;
      top: 0;
      z-index: 999999999;
      display: block;
      position: fixed;
  }
  .siteborder_inner p {
      color: white;
      font-size: 14px;
      margin: 0;
      /* padding-right: 30px; */
      padding-top: 5px;
  }
  .siteborder_inner a {
      color: white !important;
  }
  .siteborder_inner a:hover {
      color: white;
      text-decoration: underline;
  }
  
  .color_text {
      background: #8d9dae;
      color: white;
      padding: 50px;
      text-align:  center;
  }
  
  .color_border_text {
      border: 1px solid #8d9dae;
      padding: 30px 40px;
  }
  
  .color_border_text ul {
      margin-top: 20px;
  }