@media (max-width: 768px) {
  .TopHeader .container-fluid .row .col-md-9 .TopLink ul li {
    margin-right: 15px;
  }
  .TopHeader .container-fluid .row .col-md-9 .TopLink ul li a {
    /* font-family: 'Roboto'; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
  }
  .TopHeader .container-fluid .row .col-md-9 .TopLink ul li a img {
    height: 19px;
  }
  .TopHeader .container-fluid .row .col-md-9 {
    display: none;
  }
  .TopHeader .container-fluid .row .col-md-3 select {
    background-image: url(../images/globe.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 4px;
    padding-left: 30px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .Header {
    padding: 2px 0px;
  }
  .Header .container-fluid .row .Logo img {
    height: 34px;
  }
  .Header .container-fluid .row .Navigation .Search {
    display: none;
  }
  .Header .container-fluid .row .Navigation .NavButton {
    /* display: block; */  /*  KJ-entfernt, bleibt also 'none' */
    margin-left: auto;
  }
  .Header .container-fluid .row .Navigation .NavButton button {
    margin-left: auto;
    display: block;
    color: #ccc;
    font-size: 40px;
  }
  .Header .container-fluid .row .Navigation .NavLink {
    position: fixed;
    width: 90%;
    height: 100vh;
    background: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 999;
    width: 0%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 0px;
  }
  .Header .container-fluid .row .Navigation .NavLink.Fixed {
    width: 80%;
  }
  .Header .container-fluid .row .Navigation .NavLink .ForMobile {
    display: block;
  }
  .Header .container-fluid .row .Navigation .NavLink ul {
    display: block;
    width: 91%;
    margin-left: 15px;
    margin-top: 30px;
  }
  .Header .container-fluid .row .Navigation .NavLink ul li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* --- BANNER --- */
  .Banner {
    position: relative;
    display: none;
    /* min-height: 340px; */
  }
  .Banner img {
    width: 100%;
    /* height: 100%; */
  }
  .Banner .BannerText {
    max-width: 100%;
    min-width: 100%;
  }
  .Banner .BannerText h1 {
    text-align: center;
    /* font-family: 'Mulish'; */
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: initial;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  }
  .Banner .BannerText p {
    text-align: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
  }
  .News .Single {
    margin-top: 15px;
  }
  .Blog {
    margin: 40px;
  }
  .Blog .Single {
    position: relative;
  }
  .Blog .Single img {
    width: 100%;
  }
  .Blog .Single .Text {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #fff;
    width: 84%;
    padding: 20px;
  }
  .Blog .Single .Text h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #006AA7;
  }
  .Blog .Single .Text p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    padding-bottom: 10px;
  }
  li.maximenuck.parent::before {
    /* width: 20px; */
    /* height: 20px;  */
    /* background: #f00;  */
    /*
    position: absolute;
    right: 10px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.8em solid;
    border-right: 0.8em solid transparent;
    border-bottom: 0;
    border-left: 0.8em solid transparent;
    top: 10px;
    */
}

.floatck{
  width: 100%;
}
.Header .container-fluid .row .Navigation .NavLink ul.maximenuck2 {
  margin: 0;
}
.Header .container-fluid .row .Navigation .NavLink .ForMobile .Language{
  display: none;
}
.Header .container-fluid .row .Navigation .NavLink .ForMobile .Search{
  display: none;
}
  
li.maximenuck.parent.level2 .floatck {
  position: absolute;
  left: 0%;
  top: 100%;
  display: block;   /* KJ */
}
li.maximenuck.parent.level3 .floatck {
  position: absolute;
  left: 0%;
  top: 100%;
  display: block;   /* KJ */
}
  
section.AboutUs img {
  width: 100%;
}
section.AboutUs h3 {
  text-align: center;
  margin: 15px 0;
}
.inside img {
  max-width: 100%;
  height: auto;
}  
  
  .hidemobile, .mod_navigation.block {
    display:none;
  }
  
  .twobuttons {
    line-height: 3rem;
  }
  
}

@media (max-width: 1200px) {
  .Header .container-fluid .row .Logo {
    /* width:100%; */
  }  
  .Header .container-fluid .row .Navigation {
    /* width:100%; */
  }
  .Header .container-fluid .row .Navigation .NavLink ul li {
    margin-left:0px;
  }
}

/*# sourceMappingURL=responsive.css.map */