@import url(fonts.css);

/* standards */
body {
  font-family: 'Roboto', sans-serif;
  color:#000;
  background-color:#000000;
  background-image: url(../images/bg_body.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
  font-size:36px;
  font-weight:200;
  font-family: 'Roboto', sans-serif;
  font-style:italic;
  color:#001d7b;
  margin-top:0;
  margin-bottom:20px;
  line-height:42px;
}

h2 {
  font-size:24px;
  font-weight:200;
  font-family: 'Roboto', sans-serif;
  font-style:italic;
  color:#001d7b;
  margin-top:0;
  margin-top:8px;
  margin-bottom:10px;  
  line-height:34px;
}

h3 {
   color: #ff6600;
   font-size: 20px;
   font-style: italic;
   font-weight: 200;
   line-height: 1.5em;
   text-align: left;
}

p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   line-height:23px;
   margin-bottom:20px;
   text-align: justify;
   font-size:15px;
   font-weight:300;
}

p.more { 
  text-align:right;
}

b, strong {
  font-weight:400;
}

a {
  color:#001d7b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul.ul li {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 300;
  list-style: square;
}

header {
  background-color:transparent;
/*
  -webkit-box-shadow: 0px 4px 4px 0px rgba(75, 75, 75, 0.75);
  -moz-box-shadow:    0px 4px 4px 0px rgba(75, 75, 75, 0.75);
  box-shadow:         0px 4px 4px 0px rgba(75, 75, 75, 0.75);
  margin-top:50px;
*/
  height:130px;
  z-index:1000;
  position:relative;
}

.pagebg {
  padding-top:15px;
  padding-bottom:15px;
  margin-bottom:30px;
  background-color:#ffffff;
  -webkit-box-shadow: 10px 2px 15px 0px rgba(2,8,32,0.75), -10px 2px 15px 0px rgba(2,8,32,0.75);
  -moz-box-shadow: 10px 2px 15px 0px rgba(2,8,32,0.75), -10px 2px 15px 0px rgba(2,8,32,0.75);
  box-shadow: 10px 2px 15px 0px rgba(2,8,32,0.75), -10px 2px 15px 0px rgba(2,8,32,0.75);
}

.logo {
  display: block;
  margin-top:50px;
  margin-left: auto;
  margin-right: auto;
}

.slogan {
  color:#ffffff;
  font-weight:400;
}

.star img {
  margin-right:auto;
  margin-left:auto;
  max-width:200px;
  width:100%;
  height: auto;
  margin-bottom: -70px;
}

.bg-slider {
  background:linear-gradient(to bottom left, #ffb85a, #ff6600);
}

.content {
  padding:40px 25px 40px 25px;
  background:none;
}

div.videocontent {
  margin-left:auto;
  margin-right:auto;
  width:80%;
  max-width:700px;
}

label {
  width: 70px;
  font-weight:normal;
}

.has-error label {
  color:#ff0000!Important;
}

.has-error .form-control {
  border-color:#ff0000!Important;
}

.control-label {
  text-align: left!Important;
} 

.help-block {
  color: #000;
}
.has-error .help-block {
  color: #FF0000;
}

.popover {  
  max-width: 600px;
  width: auto;
}

.shadow-img {
	-webkit-box-shadow: 5px 5px 5px 0px #C2C2C2;
	   -moz-box-shadow: 5px 5px 5px 0px #C2C2C2;
	        box-shadow: 5px 5px 5px 0px #C2C2C2;
   float:left;
   margin:0 20px 20px 0;
}

.media img{
	-webkit-box-shadow: 5px 5px 5px 0px #C2C2C2;
	   -moz-box-shadow: 5px 5px 5px 0px #C2C2C2;
	        box-shadow: 5px 5px 5px 0px #C2C2C2;
  margin-bottom:20px;
}

.team img{
  margin-left:auto;
  margin-right:auto;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  overflow:hidden; 
}

.team p{
  padding-top:15px;
  text-align:center;
  font-weight:200;
  font-size:18px;
}

footer {
    background-color: #01114c;
    color: #fff;
    padding-left:15px;
    padding-right:15px;
    min-height: 240px;
    padding-top: 30px;
}
footer p{
    font-size:13px;
    font-weight:300;
}

footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    font-size: 12px;
    line-height: 25px;
    list-style: outside none none;
}

footer ul li label{
    line-height: 25px;
    width:25px;
    font-weight:400;
    margin:0;
    padding:0;
}

footer .solar {
  position:absolute;
  right:85px;
  top:-50px;
}

footer .footer-slogan {
  margin:30px 0 0 0;
  border-top: 1px #001d7b solid;
  padding-top:30px;
  font-style: italic;
  font-weight:500;
  font-size:32px;
  color:#5b689b;
  letter-spacing:0.2em;
/*  background: none repeat scroll 0 0 #DBDBDB; */
  color: #001d7b;
  text-shadow: 0 -1px 1px #000, 0 1px 1px #405dc9;
}

/* Navigationselemente */

.navbar-default {
  background-image: none;
  border-radius: 0px;
  box-shadow: none !Important;
  border:0 none;
  background-color: #01114c;
  color:#ffffff;
}

.navbar {
  margin-bottom:0;
}

.navbar-default .navbar-nav > li > a {
  text-shadow: 0;
  color:#fff!Important;
  background-color:transparent;
  text-decoration:none;
  font-size:15px;
  font-weight:300;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  text-shadow: 0;
  color:#fff!Important;
  background-color:#001d7b;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #001d7b;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #01114c;
  background-image: none;
  box-shadow: none;
  background-color: #fff;
  text-decoration:none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
  color: #fff;
  background-color: #001d7b;
  background-image: none;
  box-shadow: none;
}

/* Formularelemente */

.btn-primary {
  background-image: linear-gradient(to bottom, #0734c5 0px, #01114c 100%);
  border:1px #01114c solid;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #01114c;
  background-position: 0 -15px;
  border:1px #01114c solid;
}

.form-control {
  color: #525252;
  border: #888 1px solid;
}

.input-group-addon {
  background-color: #F0F0F0;
  border: 1px solid #888;
  color: #525252;
}

.checkbox-inline, .radio-inline {
  width:100px!Important;
}

#danke {
  display: none;
}

#preload {
  display: none;
}


/* ERWEITERUNG */
.list {
	margin-bottom: 20px;
}
.list-title {}
.list-images {
	display: block;
	text-align: right;
}
.list-images .list-img {
	display: inline-block;
	width: 120px;
	box-shadow: 5px 5px 5px 0px #C2C2C2;
	margin: 0 10px 10px auto;
}

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


@media (max-width: 767px) {
  .logo {
    display: block;
    margin-top:50px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-default {
    border: 1px solid #ccc;
  } 
  .navbar-default .navbar-nav > li:last-child {
    margin-bottom:0;
    border-bottom:0;
  }  
  .navbar-nav {
  	margin-bottom: 0;
	}
  .control-label {
    width:120px;
  } 
  div.teaser div {
    max-width:150px;
    width:33%;
    float:left;
    margin:0 1em 1em 0;
  }
  div.teaser div img{
    max-width: 100%;
    height: auto;
  }
  .navbar-default {
      border: 0px;
  }
  .navbar-default {
      background-color: #01114c;
      background-image: none;
      border: 0 none;
      border-radius: 0;
      box-shadow: none !important;
      color: #ffffff;
  }
  .navbar-default .navbar-toggle {
      border:0 none;
      background-color: #ddd;
  }
  footer .solar {
    display:none;
  }
}

@media (min-width: 768px) {
  .media-left {
    display:table-cell;
  }
  .media-left, .media > .pull-left {
      padding-right: 20px;
      padding-top:7px;
  }
  div.teaser div {
    max-width:150px;
    width:33%;
    float:left;
    margin:0 1em 1em 0;
  }
  div.teaser div img{
    max-width: 100%;
    height: auto;
  }
  footer .solar {
    display:none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slogan {
    height:85px; 
    padding:50px 0 0 0;
    font-size:15px;
    font-weight:300;
    font-style:italic;
  }
  .logo {
    position:absolute;
    display: block;
    right:0;
  }
  .navbar-default {
    border: 1px solid #ccc;
  } 
  div.teaser div {
    max-width:150px;
    width:33%;
    float:left;
    margin:0 1em 1em 0;
  }
  div.teaser div img{
    max-width: 100%;
    height: auto;
  }
  footer .solar {
    display:none;
  }
}

@media (max-width: 992px) {
	.list-images {
		text-align: left;
	}
}
@media (min-width: 992px) {
  .slogan {
    height:80px; 
    padding:45px 0 0 0;
    font-size:20px;
    font-weight:300;
    font-style:italic;
  }
  .logo {
    position:absolute;
    display: block;
    right:15px;
  }
  div.teaser div {
    max-width:150px;
    width:33%;
    float:left;
    margin:0 1em 1em 0;
  }
  div.teaser div img{
    max-width: 100%;
    height: auto;
  }
  footer .solar {
    display:none;
  }
}

@media (min-width: 1140px) {

  footer .solar {
    display:block;
    position:absolute;
    right:120px;
    top:-50px;
  }
  .content {
    background-image: url(../images/bg_content.jpg);
	  background-position: 40px bottom;
	  background-repeat: no-repeat;
  }
}



