/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

#logo { width: 50px;}
#logo-footer {-webkit-filter: grayscale(1); filter: grayscale(1);  width: 10%;}

h1 { text-transform: uppercase; }

div.logo { float: left; width: 30%;}

.separator-3 { margin:  15px 0;}

.bu { font-style: italic; /* Bildunterschrift */}

.image-box-body { min-height: 150px;}
@media (max-width:1191px) { min-height: 170px; }

.header-top-dropdown .dropdown > a:before { content: ""; }
.header-top-dropdown .dropdown > a { 
    background-color: transparent;
    box-shadow: none !important;
    color: #999;
    font-size: 12px;
    margin: 0;
    min-width: 0;
    padding: 8px 10px;
    text-align: center;
    text-transform: none;
}

.header-top-dropdown .dropdown.open > a, .header-top-dropdown .dropdown > a:hover {
  background-color: #fafafa;
  border-color: #e3e3e3;
}

/*.slider-banner-container { background-color: white; } */
.banner { background: none; border: none;}
.event-box { min-height:  300px;}
.sameheigt {height: 170px;} /** Für Bildergalerie, unterschiedliche Höhen **/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}