/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}


#header-hidden-link {
    float: left;
    margin-top: -5px;
    width: 32px;  
}
body .social-media a:hover {
  background: none;
  /* primary colour */
}
.social-media,
.social-media a:link {
    font-size: 12px;
    color: #ffffff;
}
.social-media a:hover {
    font-size: 12px;
    color: #dddddd;
    background: none;
}

.header {padding:10px 0px 10px 0px;}





#jPanelMenu-menu .navbar-nav li.home-link a i, #jPanelMenu-menu #main-menu li.home-link a i, #jPanelMenu-menu .navbar-nav li.home-link a:link i, #jPanelMenu-menu #main-menu li.home-link a:link i, #jPanelMenu-menu .navbar-nav li.home-link a:focus i, #jPanelMenu-menu #main-menu li.home-link a:focus i {
    color: #e2001a;
}
.btn-navbar, .navbar-btn {
    background: none repeat scroll 0 0 #e2001a;
}




/* Cookie-Meldung */
.cc_container .cc_btn {
    background-color: #9b3218 !important; /* Farbe des Buttons */
    color: #ffffff !important; /* Textfarbe des Buttons */
    border-radius: 0px;
}
 
.cc_container {
    background: #ffffff !important; /* Hintergrundfarbe des gesamten Bereichs */
    color: #333333 !important; /* Schriftfarbe des gesamten Bereichs */
    border-radius: 0px;
}
 
.cc_container a {
    color: #9b3218 !important; /* Textlink-Farbe "Mehr Infos" */
}
/* // Cookie-Meldung */







#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
