@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/* *******************
* CLEAR
**********************/
html, body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

.small, small {
    font-weight: 200 !important;
}

/* *******************
* TYPO
**********************/

.condensed {
    font-family: 'Open Sans Condensed';
}

.designer {
    font-weight: 300;
    letter-spacing: 0.1rem;
}

/* *******************
* NAVIGATION
**********************/
.navbar {
    background-color: #fff !important;
}
.navbar-brand {
    width: 300px;
}
.navbar img {
    width: 300px;
    height: auto;
    margin: 0;
}
.navbar-nav li {
    font-size: 1.1em;
    padding-right: 1.5em;
}
.navbar-nav li a:hover {
    background-color: rgba(233, 78, 27, 0.5);
    border-radius: 5px;
    
}
.nav-link{
    font-size: 1.1em;
}
/* BURGER-MENÜ*/
.navbar-collapse.collapse.show .dropdown-menu {
    display: block !important;
    border: 0;
    padding: 0;
    font-size: small;
    margin-top: 0;
}
.navbar-collapse.collapse.show .dropdown-menu a {
    padding: 5px 20px;
    margin: 0;
    color: #666;
    font-weight: 100 !important;
}
.navbar-collapse.collapse.show .dropdown-menu .dropdown-divider {
    display: none;
}
.navbar-collapse.collapse.show .dropdown-toggle {
    cursor:text;
    padding-bottom: 0;
    color: #bbb;
}
.navbar-collapse.collapse.show .dropdown-toggle:hover {
    background-color: #fff;
}
.navbar-collapse.collapse.show .dropdown-toggle:after {
    display: none;
}
/* TOGGLER-ICON */
.navbar-toggler.collapsed {
    border-color: #e94e1b;
    opacity: 0.8;
}
.navbar-toggler-icon.closed {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233, 78, 27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-icon.open {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100, 100, 100, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* BREADCRUMB */
.breadcrumb {
    opacity: 0.5;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.breadcrumb-item {
    font-size: x-small;
}
.breadcrumb-item a {
    color:#000;
}
/* BACK-TO-TOP*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    font-size: 2em;
    padding: .2em;
    line-height: 1;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.back-to-top:hover {
    opacity: 1;
    transition: all 0.3s ease;
}

/* *******************
* BUTTONS
**********************/
.btn-primary {
    background-color: #e94e1b;
    border-color: #e94e1b;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
    background-color: #94c123 !important;; 
    border-color: #94c123 !important;;
    color: #fff !important;;
}
.btn-outline-primary {
    border-color: #e94e1b;
    color: #e94e1b;
}
.btn-outline-primary:hover {
    background-color: #e94e1b !important;
    color: #fff !important;
}
.btn-outline-secondary:hover {
    background-color: #e94e1b !important;; 
    border-color: #e94e1b !important;;
    color: #fff !important;;
}

/* *******************
* CAROUSEL
**********************/
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translate(-3%, -50%);
    margin: auto;
    width: 75%;
    box-sizing: border-box !important;
}
.carousel-caption h1 {
    font-weight: 900;
    font-size: 500%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
    white-space:nowrap;
}
.carousel-caption h2 {
    font-weight: 700;
    font-size: 350%;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}
.carousel-caption h3 {
    font-size: 250%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}

/* *******************
* JUMBOTRON
**********************/
.jumbotron {
    padding: 1rem;
    border-radius: 0;
}

/* *******************
* PADDING & AUSRICHTUNG
**********************/
.padding {
    padding-bottom: 1rem;
}
.no-padding {
    padding: 0 !important;
}
hr.my-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
/*    padding:0 !important;*/
}
/* *******************
* BOXES & HR
**********************/
.border-box {
    border: 1px solid #fff;
    border-radius: 1em;   
    padding: 1em !important;
    box-sizing:border-box;
    background-color: rgb(250,250,250, 0.3);
    margin: auto;
}
.initiativen {
    width: 10rem;
    height: auto;
    max-width: 90% !important;
}
.initiativen-top {
    width: 20rem !important;
    height: auto;
}

/* *******************
* HEADLINES & WELCOME
**********************/
.welcome {
    width: 75%;
    margin: auto;
    padding-top: 2rem;
}
.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95;
    margin-top: .3rem;
    margin-bottom: 1rem;
}
.center {
    text-align: center;
}
h1, h2 {
    font-weight: 600;
}

.welcome h2,
.welcome h3 {
    font-weight: 400;
}

/* *******************
* GLYPHICONS, FA & SOCIAL MEDIA
**********************/
.icon-md {
    font-size: 5em;
}
.icon-sm {
    font-size: 2em;
}
.contact {
    color: #bbb !important;
}

/* *******************
* FOOTER
**********************/

footer div.container {
    color: #edc6b9;
    padding-top: .8rem;
    padding-bottom: 0;
}
footer nav {
    font-size: 0.8em;
    line-height: 0.8em;
}
footer p {
/*    padding-bottom: 0em;*/
/*    margin-bottom: 0.5em;*/
/*    font-size: .9em;*/
}
footer p.test{
    font-size: 0.7em;
    font-weight: 100;
    color:white;
}
footer img {
    height: 80px;
}
footer h4 {
    color: #fff;
}
footer h5 {
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}
footer h6 {
    padding: .5rem 0;
}
footer a {
    color: #edc6b9;
}
footer a:hover {
    color: #fff;
}
footer hr.light {
    border-top: 1px solid #edc6b9;
    width: 75%;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
footer hr.light-100 {
    width: 100% !important;
}



/*---Media Queries --*/
/*---FÜR LG ---*/
@media screen and 
    (min-width: 992px) and
    (max-width: 1199.98px) {
    
    .navbar-nav li {
        font-size: .9em;
        padding-right: 0.9em;
    }
    
}
/*---FÜR MD ---*/
@media screen and 
    (min-width: 768px) and
    (max-width: 991.98px) {

    .navbar-nav li {
        font-size: 1em;
    }
    .carousel-caption {
        top: 45%;
    }
    .carousel-caption h1 {
        font-size: 350%;
    }
    .carousel-caption h2 {
        font-size: 250%;
    }
    .carousel-caption h3 {
        font-size: 200%;
    }     
 }
/*---FÜR SM ---*/
@media screen and 
    (min-width: 576px) and 
    (max-width: 767.98px) {
  
    .navbar-nav li {
        font-size: .9em;
        padding-right: .5em;

    }
    .carousel-caption {
        top: 40%;
    }
    .carousel-caption h1 {
        font-size: 250%;
    }
    .carousel-caption h2 {
        font-size: 180%;
    }
    .carousel-caption h3 {
        font-size: 140%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn {
        font-size: 95%;
        padding: 8px 14px;
    }
    .display-4 {
        font-size: 200%;
    }

}
/*---FÜR XS ---*/
@media screen and (max-width: 575.98px) {
  
    .navbar {
        padding: 5px 10px;
    }
    .navbar-toggler {
        width: 40px;
        height: auto;
        padding: 1px !important;
        margin: 0 !important;
    }
    .navbar-brand {
        width: 260px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .navbar-brand img {
        width: 260px; !important;
        height: auto;
        padding:0 !important;
        margin:2px 0px !important;
    }
    .carousel-caption {
        top: 40%;
    }
    .carousel-caption h1 {
        font-size: 150%;
    }
    .carousel-caption h2 {
        font-size: 130%;
    }
    .carousel-caption h3 {
        font-size: 100%;
    }
    .carousel-caption .btn {
        font-size: 70%;
        padding: 4px 8px;
    }
    .carousel-indicators {
        display: none;
    }
    .display-4 {
        font-size: 160%;
    }
    .small-xs {
        font-size: 80%;
        font-weight: 200;
    }
    .button {
        font-size: 90%;
    }
    .contact {
        font-size: medium;
    }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
    Extra small (xs) devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap

    Small (sm) devices (landscape phones, 576px and up)
    @media (min-width: 576px) { ... }

    Medium (md) devices (tablets, 768px and up)
    @media (min-width: 768px) { ... }

    Large (lg) devices (desktops, 992px and up)
    @media (min-width: 992px) { ... }

    Extra (xl) large devices (large desktops, 1200px and up)
    @media (min-width: 1200px) { ... }
*/

/*
    FARBEN:
    -------
    Orange: #e94e1b; // RGB: 233, 78, 27;
    Yellow: #ffcd07;
    green: #94c123;
    magenta: #e72073;
*/
.text-primary {
    color: #e94e1b !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #94c123 !important;
}
.color-orange {
    color: #e94e1b;
}
.color-orange-light {
    color: #f88058 !important;
    border-color: #f88058 !important;
}
.color-yellow {
    color: #ffcd07;
}
.color-green {
    color: #94c123;
}
.color-magenta {
    color: #e72073;
}
.color-lightgrey {
    color: #c1c1c1;
}
.color-darkgrey {
    color: #9d9c9c;
}
.bg-orange {
    background-color: #e94e1b !important;
}
.bg-orange-light {
    background-color: #f88058 !important;
}
.bg-yellow {
    background-color: #ffcd07;
}
.bg-green {
    background-color: #94c123;
}
.bg-magenta {
    background-color: #e72073;
}



