/*****************************************



		CUSTOM CSS



******************************************/

.accordion ul ul {
    display: none;
    margin: 4px 0 10px 9px;
    font-size: 100%;
}

/********************Abstand Top Menü nach oben und höhe schwarze Fläche********************/

.website-header {
    position: relative;
    height: 36px;
    padding-bottom: 2px;
    background: #000;
}

.top_menu li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    line-height: 15px;
    font-size: 12px;
    padding: 6px 9px 1px 9px;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/********************Abstand Social Links nach oben********************/

.website-header a, .website-header a:hover, .text_social_icons, .social-links li a {
    color: #ffffff;
    padding-top: 5px;
}

/********************Breadcrumb mehr Abstand nach oben********************/

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

/********************Mehr Lesen im Blog Baluer Rahmen********************/

p.readmore a {
    background: rgba(0,0,0,0.04);
    border: 1px solid #028bc0;
    padding: 6px 10px;
    color: #555;
}

/********************Scroll to Top********************/

#toTop .icon-up:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-family: fontawesome;
    content: "\f0aa";
    font-size: 28px;
    color: #028bc0;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[itemprop*="articleBody"] > h1:first-child, [itemprop*="articleBody"] > h2:first-child {
    margin-top: 15px;
    padding-top: 0;
}

/********************Fehler Galerie Überlagerung********************/

.right-part-website, .main_content, .main_component, [itemprop="articleBody"] {
  position: static;
}

/********************Trennlinie********************/

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #028bc0;
}

.sige_thumb {
    float: left;
    background: none;
    margin: 10px;
    padding: 0;
}

/********************Vorschaublöche Startseite********************/

.color-home-blue {
    background: #006d98;
 }

.color-home-grey {
    background: #778899;
 }
 
/********************Mainmenü********************/ 

.drop-down li a, .drop-down li span {
    display: block;
    padding: 10px 10px 10px 10px;
    letter-spacing: -0.2px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    transition: none;
    word-wrap: break-word;
}

/********************Systemnachrichten********************/

#system-message-container h4 {
    padding-top: 5px;
    font-size: 140%;
    color: #028bc0;
}

/********************Cockihint********************/

#redim-cookiehint {
    padding: 7px 5%;
    box-sizing: border-box;
    background-color: rgb(0,109,152,0.9);
    font-size: 14px;
}

#redim-cookiehint .cookiebuttons .btn {
    padding: 5px 10px !important;
    color: #006d98 !important;
    background-color: #fff !important;
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

#redim-cookiehint .cookiebuttons .btn:hover {
    background-color: #778899 !important;
    color: #ffffff !important;
}

/********************Beitragsinfo********************/

.article-info {
    font-size: 80%;
    color: rgb(0,109,152,0.9);
    margin: 8px 0 15px 0;
    font-style: italic;
    
}