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


/* 
      STYLE 
*/
html, body { height: 100%; }
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}


/* 
      TYPOGRAPHY 
*/
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0 30px 0;  
  line-height: 1.5;
}

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

a {
  color: #e52f48;
}
a:hover,
a:focus {
  color: #b42639;
  cursor: pointer;
  text-decoration: none;
}

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

strong, b {
  font-weight: bold;
}

hr {
  margin: 30px 0;
  display: block;
}

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


/* BACKGROUND */
.ibg-bg {
  background-position: center bottom !important;
}


/* ICON */
i.fa-icon {
  min-width: 30px;
}

a i.ml-1.effect,
button i.ml-1.effect {
  padding: 0 5px 0 0;
  transition: all .25s;
}
a:hover i.ml-1.effect,
button:hover i.ml-1.effect {
  padding: 0 0 0 5px;
}

a i.mr-1.effect,
button i.mr-1.effect {
  padding: 0 0 0 5px;
  transition: all .25s;
}
a:hover i.mr-1.effect,
button:hover i.mr-1.effect {
  padding: 0 5px 0 0;
}


/* 
      BUTTONS
*/
.btn {
  border-radius: 0;
  border: none;
  font-weight: 600;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-full {
  width: 100%;
}

.btn-primary {
	background-color: #e52f48;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #333333;
	color: #fff;
}

.btn-secondary {
  background: #333;
}
.btn-secondary:hover, 
.btn-secondary:focus {
  background: #222;
}


/* 
      HEADER 
*/
header {
  padding: 5px 0;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.75);
}
header img.logo {
  width: 380px;
}
header img.icons {
  padding-bottom: 10px;
}


/* 
      MENU 
*/
.menu-btn {
  padding: 10px 15px 10px 15px;
  background: #fff;
  cursor: pointer;
  max-width: 125px;
  transition: all 0.25s;
  text-align: left;
  border: 1px solid #333;
  color: #fff;
  background: #e52f48;
  border-radius: 5px;
}
.menu-btn .menu-btn-text {
  float: left;
  margin-top: 2.5px;
  display: inline-block;
}
.menu-btn .menu-btn-line {
  margin: 5px 0;
  width: 35px;
  height: 2px;
  display: block;
  background: #fff;
  transition: all 0.25s;
}

.menu-btn.close-state .menu-btn-line:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: 5px;
}
.menu-btn.close-state .menu-btn-line:nth-child(2) {
  display: none;
}
.menu-btn.close-state .menu-btn-line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -5px;
}

.menu {
  position: fixed;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px 0 0 ;
  min-width: 300px;
  z-index: 1450;
  transition: all 0.25s;
  max-height: 620px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  margin-left: -15px;
}
.menu .menu-inner {}
.menu .menu-item {
  color: #fff !important;
  display: block;
  padding: 10px 15px;
  transition: all 0.25s;
  opacity: 0.25;
  font-size: 22px;
  text-transform: uppercase;
}
.menu .menu-item:hover,
.menu .menu-item:focus,
.menu .menu-item.active {
  opacity: 1.0;
  color: #fff !important;
}

.menu .menu-drop {
  display: none;
}
.menu .menu-drop .menu-item {
  padding: 10px 15px; 
  display: block;
  color: #fff;
  opacity: 0.25;
  background: rgba(0,0,0,0.25);
}
.menu .menu-drop .menu-item:hover,
.menu .menu-drop .menu-item:focus,
.menu .menu-drop .menu-item.active {
  opacity: 1.0;
  color: #fff;
}

.menu-text {
  padding: 15px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
}

.menu-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33,33,33,0.75);
  z-index: 1400;
  display: none;
  cursor: pointer;
}
.menu-bg span {
  color: #fff;
  position: absolute;
  bottom: 30px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  opacity: 0.25;
}


/* 
      SECTION 
*/
section {
  height: auto;
  padding: 45px 0;
  position: relative;
  
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#start {
  padding: 45px 0 45px 0;
}

section .site-title {
  color: #fff;
  padding: 10px 15px;
  background: rgba(0,0,0,0.5);
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  border: 1px solid #fff;
  transition: all .25s;
  font-size: 32px;
}

.scroll-down-btn {
  padding: 5px 15px 15px 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
  font-size: 25px;
}


/* 
      MAIN | CONTENT 
*/
main {
  height: 100%;
  transition: all 0.25s;
}
main.blur {
  filter: blur(10px);
}


/* 
      FOOTER 
*/
footer {
  padding: 30px 0;
  background: #333;
  color: #fff;
}
footer h3,
footer a,
.sub-footer a {
  color: #fff;
  transition: all .25s;
}
footer a:hover,
footer a:focus {
  color: #888;
}

.sub-footer {
  color: #fff;
  background: #e52f48;
  padding: 35px 0 30px 0;
}
.sub-footer a:hover,
.sub-footer a:focus {
  color: #ccc;
}


/* 
      IMG-BG
*/
.img-bg {
  width: 100%;
  min-height: 220px;
  position: relative;
  display: block;
  margin: 70px 0 0 0;
  background-color: #eee;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-bg-icon {
  width: 150px;
  position: absolute;
  left: 15px;
  top: -38px;
}
.img-bg-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #333;
  display: block;
  padding: 5px;
  width: 100%;
  text-align: center;
}


/* FORM */
label {}
.form-control {
  height: 55px;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #333;
  box-shadow: none;
}

.form-group.has-error label { 
  color: #e52f48; 
}
.form-group.has-error input { 
  border: 1px solid #e52f48; 
}
.form-group.has-error textarea { 
  border: 1px solid #e52f48;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e52f48;
}
.has-error .form-control:-moz-placeholder {
  color: #e52f48;
}
.has-error .form-control::-moz-placeholder {
  color: #e52f48;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e52f48;
}
.has-error .form-control::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
  color: #e52f48;
}
.has-error .form-control:-moz-placeholder, .has-error .form-control:-moz-placeholder {
  color: #e52f48;
}

.help-block {
  color: #333;
}
.has-error .help-block {
  color: #e52f48;
}

#danke {
  display: none;
}


/* MAP */
#map1 {
  width: 100%;
  height: 450px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#map-inner {
	text-align: center;
	width: 100%;
	max-width: 800px;
}


/* GALERIE */
.galerie {}
.galerie .galerie-item {
  width: 100%;
  height: 150px;
  position: relative;
  margin: 0 0 20px 0;
  border: 2px solid transparent;
  transition: all 0.25s;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.galerie .galerie-item:hover {
  border: 2px solid #333;
  box-shadow: 0 12px 10px -5px rgba(0,0,0,0.5);
}

.galerie img.galerie-img-item {
  position: relative;
  margin: 0 0 20px 0;
  border: 2px solid transparent;
  transition: all 0.25s;
  width: 100%;
  
}
.galerie img.galerie-img-item:hover {
  border: 2px solid #333;
  box-shadow: 0 12px 10px -5px rgba(0,0,0,0.5);
}




/*
      RESPONSIVE
*/
@media (max-width: 1199.98px) {
  /*
        MENU
  */
  .menu {
    max-height: 420px;
    left: 45px;
  }
}
@media (max-width: 991.98px) {
  /*
        HEADER
  */
  header {
    padding: 15px 0;
  }
  header img.logo {
    width: 320px;
  }
  
  /*
        MENU
  */
  .menu-btn {
    text-align: right;
    max-width: 100%;
  }

  
  /*
        SECTION
  */
  section .site-title {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  /*
        MENU
  */
  .menu {
    max-height: 320px;
  }
}
@media (max-width: 575.98px) {
  /*
        MENU
  */
  .menu {
    min-width: 0;
    width: 90%;
    left: 15px;
  }
}