/*-------------------------------------/*
 * Projekt - Rene Surlemont      
             v1 / 0002018
             Last Update / 0404218
             Copyright by rs-review.de        
/*-------------------------------------*/

/*------------------------------------/*
 * General - Styles
/*------------------------------------*/ 
html, body {
    overflow-x: hidden;
}
body {
    margin:40px 0 0 0;
    font-family: 'Raleway', sans-serif;    
}

 h1,h2,h3,h4,h5,h6 {
     font-family: 'Spectral', sans-serif;
     font-weight:bold;
     color:rgb(15,60,103);
}
h1 {
    font-size:50px;
}
.h2, h2 {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 64em) {
h2 {
    font-size: 2em;
  }
}
.h3, h3 {
    font-size: 25px;
    text-align: center;
}
.h4, h4 {
    font-size: 20px;
    margin-top: -40px;
}
.section {
    padding:60px 0 20px 0;
        background-color: #F2F2F2;
}
.section2 {
    padding:0 0 0 0 ;
        background-color: #F2F2F2;
}
.section3 {
    padding:40px 0 0 0 ;
        background-color: #F2F2F2;
}
.section4 {
    padding:20px 0 40px 0;
        background-color: #F2F2F2;
}    
.section-image {
    padding:60px 0 0 0;
        background-color: #F2F2F2;
}    
.section-image2 {
    padding:8px 0 0 0 ;
        background-color: #F2F2F2;
}
hr {
    border-top:1px solid rgba(15,60,103,.1);;
}
.p-0 {
    padding:0;
}
.m-0 {
    margin:0 0 25px 0;
}
a{
    outline: none !important;
}
#intro a{

    color: white;
}
#intro a:hover{

    color: rgb(15,60,103);
}
#intro h1 a:hover{
    color: #57B2EF;
    text-decoration: none;
}
#youtube a{

    color: rgb(15,60,103);
}
#youtube h4 a:hover{
    color: #57B2EF;
    text-decoration: none;
}
.btn-primaryimp{
        color: #333;
    background-color: #BDBDBD;
    border-color: #BDBDBD;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}
/*------------------------------------/*
 * Logo
/*------------------------------------*/

.navbar-brand img {
    display: inline-block;
    margin-right:10px;
    width:100px;
    height:90%;
}       
/*------------------------------------/*
 * Colorcodes
   
 Hell-Blau:  	HEX  = #D7EAFF
                RGB  = 215,234,255
                
                
 Dunkles-Blau:  HEX  = #57B2EF
                RGB  = 15,60,103
                

 Weiß:          Hex  = #FAFAFA
                RGB  = R: 250 G: 250 B: 250
OLD
Grau:           Hex  = #E5E5E5
                RGB  = R: 229 G: 229 B: 229
NEW
Grau:           Hex  = #F2F2F2
                RGB  = R: 242 G: 242 B: 242
/*------------------------------------*/

.navbar {
    background-color: #001D27;
    border-color: #001D27;
/*------------------------------------/*
 * color "RS review"
/*------------------------------------*/
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
    color: #57B2EF;
}
.navbar-inverse .navbar-brand{
    color: #fff;
}
/*------------------------------------/*
 * navbar "Startseite"
/*------------------------------------*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
    color: #FAFAFA;
    background-color: red;
}
/*------------------------------------/*
 * navbar
/*------------------------------------*/
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
    color: #57B2EF;
}
.navbar-inverse .navbar-nav > li > a{
    color:  #fff;
}
/*------------------------------------/*
 * "Dropdown"
/*------------------------------------*/
n.navbar-inverse li.hassubmenu:hover ul{
    display:block;
}
.navbar-right .dropdown-menu {
    right:auto;
    left: 0;
}
/*
.navbar-brand {
    padding-left:30px;
}
/*

/*------------------------------------/*
 * #intro
/*------------------------------------*/
#introbilder {
    background: url('../img/nuerburgring.jpg') no-repeat top center;
    width: 100vw;
    height: 100%;
    background-size: cover;
    /*padding:250px 0;*/
    position: relative;
}

#introbilder:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
}
#introbilder h1 {
    text-align: center;
    color:#fff;
    font-weight:bold;
    z-index:1;
}
#introbilder h1 span {
    display: block;
}
#introbilder .container {
    position: relative;
    z-index: 1;
}

#intronews {
    background: url('../img/news bike.jpg') no-repeat top center;
    width: 100vw;
    height: 100%;
    background-size: cover;
    /*padding:250px 0;*/
    position: relative;
}

#intronews:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
}
#intronews h1 {
    text-align: center;
    color:#fff;
    font-weight:bold;
    z-index:1;
}
#intronews h1 span {
    display: block;
}
#intronews .container {
    position: relative;
    z-index: 1;
}
#intro:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */    
}
#intro h1 {
    text-align: center;
    color:#fff;
    font-weight:bold;
    z-index:1;
}
#intro h1 span {
    display: block;
}
#intro .container {
    position: relative;
    z-index: 1;
}

.scroll-down {
    width:50px;
    height: 50px;
    background: transparent;
    position: absolute;
    -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 3s infinite;
    color: #fff;
    display: block;
    left: 50%;
    margin-left: -25px;
    bottom: 20px;
}
.scroll-down span {
    font-size:35px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0%   {bottom: 70px;}
    25%  {bottom: 50px;}
    50%  {bottom: 65px}
    75% {bottom: 60px;}
    100% {bottom: 70px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {bottom: 70px;}
    25%  {bottom: 50px;}
    50%  {bottom: 65px}
    75% {bottom: 60px;}
    100% {bottom: 70px;}
}
/*------------------------------------/*
 * "about me"
/*------------------------------------*/
.avatar {
    border:2px solid rgba(0,0,0,0.65);
    display: inline-block;
}
/*------------------------------------/*
 * "footer"
/*------------------------------------*/
.footer{
    height: 60px;
    background-color: #FFFFFF;
}
.container .text-muted{
    margin: 20px 0;
}
@media screen and (max-width: 47.75em) {
.container .text-muted{
    margin: 10px 0;
}
}
/*------------------------------------/*
 * Seite - card
/*------------------------------------*/
.card {
    box-shadow:0 0 10px 1px rgba(51,51,51,.15);
    margin-top: 25px;
}
.card-block {
    padding:15px;
}
/*------------------------------------/*
 * Feedback
/*------------------------------------*/
form.kontaktformular fieldset {
margin-top: 25px;
padding: 10 10 10px;
width: 550px;
border: 1pxs 
}

form.kontaktformular legend {
padding: 0 10px;
font-weight: bold;
}

form.kontaktformular label {
float: left;
       width: 130px;
}

.bold {
font-weight: bold;
}

form.kontaktformular input, textarea {
width: 220px;
margin-bottom: 5px;
}

form.kontaktformular textarea {
width: 350px;
height: 150px;
}

#submitbutton {
margin-left: 0px;
margin-top: 25px;
width: 100px;
}
.highlight {
background-color: #C0C0C0;
}

/*------------------------------------/*
 * JS
/*------------------------------------*/
.dropdown a:focus{
     background:#144066 !important;
}
@media (max-width:768px){
    .dropdown-menu{
        width:100%;
        position:relative;
        box-shadow:none;
        background:#eee;
        border:0px;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#ccc;
    }
    #intro {
    
    padding:0;
    
}
}
@media (min-width:769px){
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .animateMe section .container{
    margin-left:-100%;
    position:relative;
}
.animateMe section#intro .container{
    margin-left:auto;
    position:relative;
}
}
.img{
    width: 100%;
    height: auto;
}

/*------------------------------------/*
 * youtube
/*------------------------------------*/

.col-md-12 {
    width: 100%;
    background-color: #fff;
    padding-right: 0px; 
    padding-left: 0px;
}


.panel-heading {
    padding: 24px 32px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; 
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #526478;
}
.panel-default>.panel-heading:hover {
    background-color: red;
}
.panel-title {
        font-size: 25px;
}
.btn-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}
.pager li>a:focus, .pager li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: red;
}
/*------------------------------------/*
 * picture
/*------------------------------------*/

.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
.gal {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 48px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#mot{
    background: url('../img/bg-5.JPG') no-repeat top center;
    background-attachment: fixed;   
    width: 100%;
    height: auto;
}
/*------------------------------------/*
 * index-Seiten-Nummerierung
/*------------------------------------*/
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-left: -8px;
}
.pager>li:last-child>a, .pager>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pager>li:first-child>a, .pager>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pager>.active>a, .pager>.active>a:focus, .pager>.active>a:hover, .pager>.active>span, .pager>.active>span:focus, .pager>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: red;
    border: 1px solid #ddd;
}
/*------------------------------------/*
 * merch-carousel
/*------------------------------------*/
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 59%;
    padding-left: 0;
    margin-left: -30.1%;
    text-align: center;
    list-style: none;
}
#carousel-example-generic h3 a {
    text-align: center;
    color: #fff ;
    font-weight: bold;
    z-index: 1;
}
#carousel-example-generic h3 a:hover{
    color: #57B2EF;
    text-decoration: none;
}