/*     BOOTSTRAP CSS OVERRIDE       */
/*     DIRK ROHRBACH  2020          */


/* ---  General  --- */

a {
    color: #B0141B;
}

a:active {
	color: #B0141B;
}



/* ---  Text  --- */


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	color: #B0141B;
}

.h3, h3, .h4, h4, .h5, h5, .h6, h6 { 
	color: #5D433A;
}


  .underline::after, .h1::after, h1::after{
    content:'';
    height:10px;
    width:100%;
    background: url(img_hl_underline-red.svg);
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    bottom:-15px;
  }

  .color--fluss {
	color: #B0141B;
}



/* --- Icons --- */


.icon-arrow, .icon-arrow-left, .icon-cart, .icon-ticket {
	background: url("ico_arrow-right_2x.png") right center no-repeat;
}



/* ---  Nav  --- */


.nav-link {
    color: #B0141B;
}

.navbar-light .navbar-nav .nav-link {
    color: #B0141B;
}

.dropdown-item {
    color: #B0141B;
}




/* ---  Buttons  --- */


.btn-primary {
    color: #fff !important;
    background-color: #B0141B;
}

.btn-primary:hover {
    color: #fff;
    background-color:rgba(176, 20, 27, 0.85);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color:rgba(176, 20, 27, 0.85);
    border-color: #313436;
}

.btn-secondary {
    color: #B0141B !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent !important;
    border: 2px solid #B0141B;
    padding: .4rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #B0141B;
    background-color:rgba(227, 111, 13, 0.85);
    border-color: #B0141B;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #B0141B!important;
    border: 2px solid #B0141B!important;
}



/* --- Grid -- */


.wrapper--header {
    background: #79635C;
    background-image: url("bg_header_highway-junkie_01.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}


.route {
    z-index:-1; margin-top:-80px; margin-left:0px
}

.btn-route {
    margin-top:-110px;
}




/* ---  Media Queries  --- */

@media (min-width: 576px) { 

    
 }


@media (min-width: 768px) { 

    .route {
        z-index:-1; margin-top:-80px; margin-left:0px
    }

 }


@media (min-width: 992px) { 

    .route {
        z-index:-1; margin-top:-130px; margin-left:0px
    }
    

}


@media (min-width: 1200px) { 

    
}