/* IMPORT */
@import url(all.min.css);
@import url(animate.css);
@import url(lightbox.css);
@import url(font.css);


/* GENERAL STYLE */
body {
  font-family: 'Raleway', sans-serif;
  background: #eee;
  color: #333;
  
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


#bg { position: fixed; top: 0; left: 0; z-index: -1; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


/* TYPOGRAPHY */
h1, h2, h3 {
  font-weight: 300;
  margin: 15px 0;
  color: #26348b;
  text-transform: uppercase;
}
h4, h5, h6 {
  font-weight: 400;
  margin: 5px 0;
  color: #26348b;
  text-transform: uppercase;
}

.headline::after {
  content: '';
  display: block;
  width: 180px;
  height: 2px;
  background: #26348b;
  margin-top: 5px;
  border-radius: 5px;
}
.text-center.headline::after {
  margin: 5px auto 0 auto;
} 

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

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

a {
  color: #26348b;
}
a:hover,
a:focus {
  color: #3849b4;
  text-decoration: underline;
}

a.notification {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #26348b;
  padding: 15px;
  display: block;
  margin-top: 15px;
  transition: all 0.25s;
  font-weight: 600;
  border-radius: 5px;
}
a.notification:hover {
  background: #3849b4;
  text-decoration: none;
}

strong, b {
  font-weight: 700;
  color: #26348b;
  text-transform: uppercase;
}

.special {
  padding: 10px;
  background: #26348b;
  color: #fff;
}


/* Button */
.btn {
  border: none;
  font-weight: 600;
  box-shadow: none !important;
}
.btn-full {
  width: 100%;
}

.btn-primary {
  background: #26348b;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #3849b4;
  color: #fff;
}


/* IMAGES */
.img-thumbnail {
  padding: 0;
  border: 2px solid #26348b;
  margin-bottom: 15px;
}


/* LISTEN */
ul.ul {
  margin: 15px;
}
ul.ul li {
  line-height: 1.8;
  font-size: 18px;
  list-style-type: circle;
}


/* NAVIGATION */
.navbar{
  padding: 15px 15px;
  background: #fff;
}
.navbar-light .navbar-nav .nav-link {
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  background: #eee;
  color: #26348b;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
  background: #26348b;
  color: #fff;
}

.nav-item {
  margin-right: 5px;
}
.nav-item:last-child {
  margin-right: 0;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  min-width: 300px;
  box-shadow: 0 10px 5px 0 rgba(0,0,0,0.25);
  top: 80px;
}
.dropdown-item {
  padding: 15px 15px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background: #26348b;
  color: #fff;
}


/* HEADER */
header {
  padding: 15px;
  background: rgba(255,255,255,0.8);
}
header img {
  width: 180px;
  margin: 0 auto;
  display: block;
}


/* MAIN */
main {
  padding: 30px 30px;
  background: rgba(255,255,255,0.8);
  margin: 30px 0;
  min-height: 600px;
}


/* FOOTER */
footer {
  padding: 30px 30px;
  background: #26348b;
  color: #fff;
  background-image: url(../img/footer.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
}
footer a {
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  opacity: 0.75;
  transition: all 0.25s;
  display: block;
}
footer a:hover,
footer a:focus,
footer a.active {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

footer .footer-logo {
  width: 160px;
  margin-top: 15px;
  opacity: 1 !important;
}
footer strong, footer h3 {
  color: #fff;
}

footer hr {
  border-color: #fff;
  opacity: 0.25;
}

footer a.top {
  position: absolute;
  right: 30px;
  padding: 2.5px 10px 0 10px;
  font-size: 30px;
  border-radius: 50%;
  background: #26348b;
  color: #fff;
  text-align: center;
  min-height: 57px;
  min-width: 57px;
  opacity: 1 !important;
  margin-top: -55px;
  transition: all 0.25s;
  z-index: 100;
}
footer a.top:hover {
  margin-top: -60px;
}


/* Slide Text */
.owl-carousel {
  display: block;
  margin-bottom: 15px;
}
.owl-carousel a:hover,
.owl-carousel a:focus {
  text-decoration: none;
}

.slide-txt {}
.slide-txt h3 {
  font-size: 20px;
  padding: 10px;
  background: #26348b;
  color: #fff;
  display: block;
  margin-bottom: 0 !important;
}
.slide-txt p {
  margin-top: 5px;
  min-height: 120px;
}

a .slide-txt img {
  opacity: 0.75;
  transition: all 0.25s;
}
a:hover .slide-txt img {
  opacity: 1;
}

.owl-nav {
  text-align: center;
  font-size: 50px !important;
  transition: all 0.25s;
  color: #26348b;
}
.owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
  transition: all 0.25s;
  outline: none;
  border: none;
}
.owl-carousel .owl-nav button.owl-next {
  margin-left: 5px;
  transition: all 0.25s;
  outline: none;
  border: none;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  transform: scale(1.25);
}


/* REFERENZEN */
.referenz {
  margin-bottom: 15px;
}
.referenz-name {
  background: #26348b;
  color: #fff;
  padding: 10px;
}
.referenz-beschreibung {}

.ref-img {
  background-size: cover; 
  border: 2px solid #26348b; 
  border-radius: .25rem;
  margin-bottom: 20px;	
  min-height:115px;
}

/* GALLERY */
.gallery {
  margin: 15px 0;
}


/* FORM */
form {}
.col-form-label {
  color: #26348b;
  font-weight: bold;
}
.form-group {}
.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eee;
  line-height: 2;
  transition: all 0.25s;
  background: rgba(255,255,255,0.75);
}
.form-control:focus {
  background: rgba(255,255,255,0.75);
  outline: none;
  box-shadow: none;
  border-color: #26348b;
}

#danke {
  display: none;
}

.has-error .form-control {
  border-color: #FF0000 !important;
}
.has-error label, .has-error .help-block {
  color: #FF0000 !important;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #ff0000;
}
.has-error .form-control:-moz-placeholder {
  color: #ff0000;
}
.has-error .form-control::-moz-placeholder {
  color: #ff0000;
}
.has-error .form-control:-ms-input-placeholder {
  color: #ff0000;
}
.has-error .form-control::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
  color: #ff0000;
}
.has-error .form-control:-moz-placeholder, .has-error .form-control:-moz-placeholder {
  color: #ff0000;
}


/* MODAL */
.modal-header {
  position: relative;
  text-align: center;
  padding: 30px 15px;
  background: #26348b;
}
.modal-header .modal-title {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 28px;
  color: #fff;
}
.modal-body {}
.modal-footer {}


/* SCREENPAPER */
.screenpaper {
  width: 100%;
  min-height: 450px;
}

/* CCM19 */
.ccm-settings-summoner {
  display: none !important;
}


/* RESPONSIVE DESIGN */
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
  /* TYPOGRAPHY */
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  
  /* NAVIGATION */
  .nav-item  {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .nav-item:last-child {
    margin-right: 0;
    margin-bottom: 0; 
  }
  .nav-item, .nav-item:nth-child(odd) {
    transform: rotate(0deg);
  }
  
  .dropdown-menu {
    box-shadow: none;
    padding-left: 15px;
  }
  .dropdown-item {
    padding: 10px 15px;
    border-radius: 5px;
  }
  
  .collapse {
    max-height: 320px;
    overflow-y: auto;
  }
  
  .navbar-toggler {
    border: none;
    outline: none;
  }
  
  /* SCREENPAPER */
  .screenpaper {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  /* SCREENPAPER */
  .screenpaper {
    min-height: 300px;
  }
}
@media (max-width: 575.98px) {}





