/* import */
@import url('font-awesome.min.css');
@import url('fonts.css');

@import url('animate.css');
@import url('lightbox.css');


/* site design */
body {
  font-family: 'Poppins', sans-serif; 
	font-weight: 300;
}


/* typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: #00559c;
	font-weight: 300;
	-moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto; 
	text-align: left;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
  display: block;
  font-size: 65%;
  margin-top: 0;
}

h3.spezial {
  background: #00559c;
  color: #fff;
  padding: 15px;
  margin: 10px 0 20px 0;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
h3.spezial i.fa {
  margin-right: 5px;
}

p {
  line-height: 1.8;
  font-size: 12pt;
  margin: 0 0 20px 0;
  color: #555;
	font-weight: 300;

  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto; 
  text-align: justify;
}

p.imgtext {text-align:center; margin-top:0px; font-size:12pt;}

p i.fa {
  margin-right: 5px;
}

strong {
  color: #00559c;
}

a {
  cursor: pointer;
  color: #00559c; 
}
a:hover, a:focus {
  color: #00294b;
}

hr {
  border-color: #00559c;
  width: 80%;
  margin: 20px auto;
}
hr.small {
  border: none;
  width: 80px;
  background: #00559c;
  height: 1px;
  margin: -10px 0 20px 0;
  text-align: left;
}


ul.ul {
  margin: 30px 0; 
  padding-left: 40px;
}
ul.ul li {
  list-style-type: square;
  line-height: 1.8;
  font-size: 12pt;
  color: #00559c;
  margin-bottom: 10px;
}


/* img */
img.img-set {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  
  transition: all 0.2s ease-in-out;
}
img.img-set:hover,
img.img-set:focus {
  transform: scale(0.95);
  box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);
}


/* header */
header {
  height: 300px;
}

.img-fader { 
  position: absolute; 
  top: 0px; 
  bottom: 0px; 
  right: 0px; 
  left: 0px; 
  z-index: -1; 
  opacity: 1; 
}

/* logo */
.logo {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 320px;
  vertical-align: top;
  background: #fff;
  margin-top: 20px;
  display: inline-block;
  padding: 5px 10px;
}

.logo h4 {
  color: #333;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

.logo img.logo-main {
  width: 100%;
  display: block;
  vertical-align: top;
  margin: -30px 0;
}

.logo h4.logo-sub {
  text-align: right;
  color: #333;
  position: relative;
  z-index: 10;
  font-weight: 300;
}

.logo h5.logo-subtxt {
  text-align: center;
}

.logo img.logo-detail {
  width: 65px;
}

/* zitat */
.header-txt {
  position: absolute;
  top: -248px;
  right: 15px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
}
.header-txt h3 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 24pt;
  font-style: italic;
}
.header-txt h3 small {
  font-size: 8pt;
	line-height: 12pt;
  font-style: normal;
	font-weight: 300;
	text-align: center;
}


.telBox a {
  background: #00559c;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  
  transition: all 0.2s ease-in-out;
}
.telBox a:hover {
  padding: 10px 0px 10px 10px;
  background: #00294b;
  color: #fff;
	text-decoration:none!important;
}

.telBox a i.fa {
  margin-right: 5px;
}


/* nav */
#sidenav {
  border-right: 1px solid #00559c;
}

.navbar {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0;
}
.navbar-nav, .navbar-nav>li {
  float: none;
  display: block;
}
.navbar-collapse {
  padding: 0;
}

.navbar-default .navbar-nav>li>a {
  background: #fff;
  color: #00559c;
  padding: 10px 15px;
  border-bottom: 1px solid #00559c;
  float: none;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav>li:last-child>a {
  border-bottom: none;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:hover {
  background: #00559c;
  color: #fff;
  padding: 10px 5px 10px 25px;
  float: none;
}


.dropdown-menu { 
  display: none;
  padding: 0 0px;
  margin: 0;
  position: absolute;
  width: 220px;
  left: 277px;
  top: 0px;
  z-index: 300;
  background: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
  border: none;
}
.dropdown-menu li { 
  display: block;
  list-style-type: none;
}
.dropdown-menu li a {
  background: #fff;
  color: #00559c;
  margin-bottom: 5px;
  padding: 10px 15px;
  display: block;
  
  transition: all 0.2s ease-in-out;
}
.dropdown-menu li:last-child a {
  margin-bottom: 0;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus, 
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background: #00559c;
  color: #fff;
  padding: 10px 5px 10px 25px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: #00294b;
  color: #fff;
}

.navbar-brand {
  display: none;
}


/* content */
.main {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
  padding: 40px 15px;
  min-height: 550px;
}

#content {
  padding-left: 30px;
}

.container.set {
  padding: 0px;
}


/* footer */
footer {
  padding: 40px 0;
  background: #00559c;
  color: #fff;
  margin-top: 0;
}
footer p, footer h3, 
footer a, footer a:hover, footer a:focus {
  color: #fff;
}
footer hr {
  border-color: #fff;
}
footer i.fa {
  min-width: 20px;
}


/* +++ more settings +++ */
/* mini nav */
.nav>li>a {
  color: #fff;
  border-radius: 0;
  background: #00294b;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  
  transition: all 0.2s ease-in-out;
}
.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a, 
.nav>li.active>a:hover {
  color: #00559c;
  background: #fff;
  padding: 10px 5px 10px 25px;
}
.nav.nav-pills {
  margin-bottom: 20px;
}


/* table */
th {
  color: #00559c;
}


/* form */
.form-group {
  margin-bottom: 25px;
}
.form-control {
  height: 45px;
  border: none;
  box-shadow: none;
  margin-bottom: 5px;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #eee;
  color: #00559c;
}
.form-control:focus {
  box-shadow: 0 0 10px 0 rgba(255,255,255,0.8);
}
textarea.form-control {
  padding: 10px 12px;
}

label {
  color: #00559c;
}


.has-error input, .has-error textarea {
  border: 1px #ff0000 solid !important;
  box-shadow: 0 0 0 !important;
}
.has-error label, .has-error label p {
  color: #ff0000 !important;
  opacity: 1;
}

.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;
}

.help-block {
    color: #555;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
.has-error .help-block {
    color: #ff0000;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

#danke {
  display: none;
}


/* btn */
.btn {
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  
  transition: all 0.2s ease-in-out;
}
.btn-full {
  width: 100%;
}

.btn-colored {
  background: #00559c;
  color: #fff;
}
.btn-colored:hover,
.btn-colored:focus {
  background: #00294b;
  color: #fff;
}

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


/* +++ media queries +++ */
@media (max-width: 1200px) {
  /* nav */
  .dropdown-menu {
    left: 227px;
  }
}

@media (max-width: 991px) {
  /* nav */
  #sidenav {
    border-right: none;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #00559c;
  }
  
  .navbar-default .navbar-toggle {
    border-color: #00559c;
    border-radius: 0px;
    margin-right: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #eee; 
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #00559c;
    width: 30px;
  }
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    box-shadow: none;
  }
  
  .navbar-default {
    margin-bottom: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 15px;
  }
  
  .navbar-collapse {
    padding: 0 0;
  }
  
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 25px;
  }
  
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0 15px 0;
  }
  .dropdown-menu li a {
    background: #fff;
    margin-bottom: 5px;
    padding: 5px 15px 5px 25px;
    display: block;
    color: #00559c;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .dropdown-menu li:last-child a {
    margin-bottom: 5px;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    background: #00559c;
    color: #fff;
  }
  
  /* content */
  .main {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  /* header */
  .logo {
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 250px;
  }
  
  .logo h4 {
    font-size: 16px;
    text-align: left;
  }
  
  .logo img.logo-main {
    margin: -30px auto;
    display: block;
    width: 100%;
  }
  
  .logo h5.logo-subtxt {
    font-size: 12px;
  }
  
  .logo img.logo-detail {
    width: 55px;
  }
  
  /* zitat */
  .header-txt {
    top: auto;
    bottom: -100px;
    border-radius: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    min-width: 100%;
    text-align: center;
    border-bottom: 1px solid #00559c;
  }
  .header-txt h3 {
    font-size: 16pt;
  }
  .header-txt h3 small {
    font-size: 10pt;
  }
  
  /* content */
  #content {
    padding-left: 15px;
  }
  
  .container.set {
    padding: 0px 15px;
  }
  
  /* nav */
  .navbar-default {
    padding: 0;
  }
  
  .navbar-brand {
    padding: 15px 15px 15px 0;
    color: #00559c;
    display: block;
  }
  
  .navbar-collapse {
    padding: 0 15px;
  }
  
}

/* nav frueher collapsen */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-collapse.collapse.in {
      display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
      display:block !important;
  }
  .navbar-header {
      float:none;
  }
  
  .navbar-brand {
    padding: 15px 15px 15px 0;
    color: #00559c;
    display: block;
  }
}



/* +++++ responsive text-align +++++ */
.text-center-xs { text-align: center; }
.text-right-xs { text-align: right; }
.text-left-xs { text-align: left; }

@media (min-width: 768px) {
  .text-center-sm { text-align: center; }
  .text-right-sm { text-align: right; }
  .text-left-sm { text-align: left; }	
}

@media (min-width: 992px) {
  .text-center-md { text-align: center; }
  .text-right-md { text-align: right; }
  .text-left-md { text-align: left; }
}

@media (min-width: 1200px) {
  .text-center-lg { text-align: center; }
  .text-right-lg { text-align: right; }
  .text-left-lg { text-align: left; }	
}


/* Print-Style */

@media print {
	#sidenav {display: none!important;}
	#content {width:100%!important;}
	#fadeMe img {display: none;}
}