/*
  +++ LOGO FARBEN +++
  BLAU:   #009fe3
  ROT:    #e3051b
*/


/* IMPORT */
@import url("https://use.fontawesome.com/releases/v5.1.1/css/all.css");

@import url("fws2.min.css");
@import url("animate.min.css");
@import url("fonts.min.css");
@import url("imagelightbox.min.css");


/* MAIN STYLE */
html, body {
  height: 100%;
}
body {
  background: #fff;
  color: #555;
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}


/* animate.css */
.animated {
  animation-duration: 0.5s;
}


/* TYPOGRAPHY */
h1, h2, h3 {
  color: #e3051b;
  margin: 15px 0;
  font-weight: 300;
  line-height: 1.5;
}
h4, h5, h6 {
  color: #e3051b;
  margin: 15px 0;
  font-weight: 300;
  line-height: 1.5;
}

p {
  margin: 15px 0;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
  
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens:auto; 
}

a {
  color: #e3051b;
  cursor: pointer;
}
a:hover,
a:focus,
a.active {
  color: #555;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

small {
  display: block;
  font-size: 65%;
}

ul {
  list-style: circle;
  line-height: 1.8;
  font-weight: 300;
  margin: 15px 0;
  display: block;
  
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens:auto; 
}
ul li {
  margin: 15px 0;
}


/* TXT LOGO */
.n {
  color: #009fe3;
  display: inline-block;
  font-weight: 500;
}
.a {
  color: #e3051b;
  display: inline-block;
  font-weight: 500;
}
.plus {
  color: #e3051b;
  display: inline-block;
  font-weight: 600;
}


/* BUTTON */
.btn {
  box-shadow: none !important;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-full {
  width: 100%;
}

.btn-colored {
  background: #009fe3;
  color: #fff;
}
.btn-colored:hover,
.btn-colored:focus {
  background: #017aad;
  color: #fff;
}

.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #017aad;
}


/* ALERT */
.alert {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  padding: 30px !important;
}

.alert-light {
  color: #555;
}


/* BACKGROUND */
.bg-colored {
  /*
  background: rgb(47,176,226);
  background: -moz-linear-gradient(45deg, rgba(47,176,226,1) 0%, rgba(0,133,190,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(47,176,226,1) 0%,rgba(0,133,190,1) 100%);
  background: linear-gradient(45deg, rgba(47,176,226,1) 0%,rgba(0,133,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fb0e2', endColorstr='#0085be',GradientType=1 );
  */
  background: #f8f8f8;
  color: #fff;
  padding: 45px 0;
}
.bg-colored.set {
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.25);
}

.bg-colored[data-img="leistungen"] {
  background-image: url("../img/leistung_bg_blured.jpg");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* TEXT */
.text-dark {
  color: #333 !important;
}
.text-colored {
  color: #e3051b !important;
}


/* INFOLINE */
.infoline {
  background: rgba(255,255,255,0.75);
  padding: 15px 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  position: relative;
  z-index: 10;
}
.infoline .logo {
  width: 180px;
}
.infoline .menu-btn {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
  color: #e3051b !important;
}
.infoline .menu-btn.menu-btn-set.set {
  position: fixed;
  top: 15px;
  right: 15px;
  background: #fff;
  padding: 5px 10px;
  z-index: 800;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

.worte {
  color: #009fe3;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  font-weight: 600;
  text-transform: uppercase;
}
.icon-plus {
  min-width: 10px;
  min-height: 10px;
  background-image: url(../img/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 2.5px 0 5px;
}


/* MENU */
.menu {
  width: 280px;
  background: #009fe3;
  position: fixed;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 5px;
  padding-left: 5px;
  padding-bottom: 75px;
  padding-right: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  transition: all 0.25s;
  margin-right: -300px;
  z-index: 1200;
}
.menu-overlay{
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
}

.menu .menu-heading {
  padding: 15px;
  color: #fff;
  font-weight: bold;
}
.menu .menu-heading a {
  color: #fff;
}

.menu .nav-link {
  padding: 5px 15px;
  transition: all 0.25s;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}
.menu .nav-link:hover,
.menu .nav-link:focus,
.menu .nav-link.active {
  background: #e3051b;
  color: #fff;
}
.menu .nav-link:last-child {
  margin-bottom: 0;
}

.menu .menu-txt {
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}
.menu .drop {
  padding: 5px;
  background: rgba(255,255,255,0.25);
  border-radius: 5px;
  margin-bottom: 5px;
}

.menu nav {
  overflow-y: auto;
  display: block;
  height: 100%;
  padding: 5px 0;
}


/* SECTION */
section {
  min-height: 100px;
  background: #fff;
  padding: 80px 0 60px 0;
}

section#start {
  min-height:60%;
  background: #fff;
  background-image: url("../img/start_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
section#start .start-title {
  text-transform: uppercase;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
section#start .start-title small {
  font-size: 28px;
}

section#start .start-title-text-logo {
  width: 100px;
  position: relative;
  vertical-align: middle;
  margin-top: -28px;
}


/* CONTENT */
.content-img {
  min-height: 175px;
  border-radius: 5px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* FOOTER */
footer {
  background: #fff;
  background-image: url("../img/footer.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 300px;
  padding: 30px 0;
}

footer .copyright {
  font-size: 16px;
  line-height: 1.2;
}

footer .slogan {
  padding: 15px 30px;
  background: #e3051b;
  color: #fff;transform: rotate(0.5deg);
  text-align: center;
  position: relative;
  top: -30px;
  border-radius: 5px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
footer .slogan h3 {
  color: #fff;
  margin: 0;
}
footer .footer-content i {
  color: #e3051b;
}


/* GALLERY */
.gallery [class*="col-"] .gallery-img {
  transform: rotate(1.5deg);
  margin-bottom: -30px;
  transition: all 0.25s;
}
.gallery [class*="col-"]:nth-child(odd) .gallery-img {
  transform: rotate(-1.5deg);
}

.gallery .gallery-img.img-effekt:hover {
  margin-top: -10px;
}


/* SLIDER */
.fws2 {
  background: none;
  border-radius: 5px;
}
.fws2 .slide {
  border-radius: 5px;
  padding: 30px;
  transform: rotate(-1deg);
  margin-bottom: -5px;
}
.slider img {
  border-radius: 5px;
  background: #fff;
  padding: 5px;
}


/* FORM */
.form-control {
  box-shadow: none !important;
  outline: none !important;
  margin-bottom: 5px;
}
.form-control:hover,
.form-control:focus {
  border-color: #009fe3;
}

.form-check-label {
  color: #555;
}

label {
  color: #009fe3;
}

#danke {
  display: none;
}


.form-group.has-error label { 
  color: #e3051b; 
}
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select { 
  border: 1px solid #e3051b; 
}

.has-error .form-control::-webkit-input-placeholder {
  color: #e3051b;
}
.has-error .form-control:-moz-placeholder {
  color: #e3051b;
}
.has-error .form-control::-moz-placeholder {
  color: #e3051b;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e3051b;
}
.has-error .form-control::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
  color: #e3051b;
}
.has-error .form-control:-moz-placeholder, .has-error .form-control:-moz-placeholder {
  color: #e3051b;
}

.help-block {
  color: #555;
}
.has-error .help-block {
  color: #e3051b;
}

.captcha {
  color: #555 !important;
}
.captcha-label {
  color: #555 !important;
}


/* MODAL */
.modal-video,
.modal-image {
  padding: 0;
  line-height: 0.5;
}
.modal-video video,
.modal-image img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 0;
}



/* +++++ RESPONSIVE +++++ */
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {
  /* TYPOGRAPHY */
  h1 {
    font-size: 34px;
    
    -moz-hyphens: auto; 
    -o-hyphens: auto; 
    -webkit-hyphens: auto; 
    -ms-hyphens: auto; 
    hyphens:auto; 
  }
  h2 {
    font-size: 30px;
    
    -moz-hyphens: auto; 
    -o-hyphens: auto; 
    -webkit-hyphens: auto; 
    -ms-hyphens: auto; 
    hyphens:auto; 
  }
  h3 {
    font-size: 26px;
    
    -moz-hyphens: auto; 
    -o-hyphens: auto; 
    -webkit-hyphens: auto; 
    -ms-hyphens: auto; 
    hyphens:auto; 
  }
  h4 {
    font-size: 24px;
  }
  
  /* INFOLINE */  
  .infoline .logo {
    width: 150px;
  }
  
  /* SECTION */
  section {
    padding: 110px 0 30px 0;
  }
  section#start .start-title {
    font-size: 40px;
    margin-bottom: 30px !important;
  }
  section#start .start-title small {
    font-size: 20px;
  }
  
  section#start .start-title-text-logo {
    width: 65px;
    margin-top: -20px;
  }
  
  /* FOOTER */
  footer .slogan {
    margin-bottom: -10px;
  }
  footer .slogan h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  /* INFOLINE */  
  .infoline .logo {
    width: 130px;
  }
  
  /* SECTION */
  section#start .start-title {
    font-size: 32px;
    text-align: center;
  }
  section#start .start-title small {
    font-size: 14px;
  }
  
  section#start .start-title-text-logo {
    width: 55px;
    margin-top: -18px;
  }
}









