/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ##### GENERAL ##### */

/* ----- BEGIN Logo ----- */
.tm-logo > p {
}
/* ----- END Logo ----- */

/* ----- BEGIN Navbar ----- */
.tm-navbar .uk-dropdown:focus {
    outline: 0;
}
.tm-navbar {
	padding-top: 30px;
	padding-bottom: 50px;
    min-height: 100px;
	background-color: transparent; /* #eaeaea;*/
	background-image: url(../images/bg-dav-navbar-inverted-white.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.uk-sticky-placeholder {
    height: 0 !important; 
}
.tm-navbar div.uk-dropdown-overlay,
.tm-navbar .uk-dropdown-navbar {
	background: #fff;
}
.tm-navbar .uk-dropdown-navbar {
    padding-top: 50px;
    background-color: transparent;
    background-image: url(../images/bg-dav-dropdown.png);
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: none;
}

.tm-navbar p {
	margin: 0;
}

.uk-dropdown-width-4:not(.uk-dropdown-stack) {
	/*width: 100%;*/
}
.uk-nav-navbar > li > a {
    text-align: left;
}
/*
.uk-navbar-nav { position: relative; }  
.uk-navbar-nav > li { position: static; }
*/
.tm-logo {
}

.uk-navbar-nav > li.uk-parent > a {
    padding-right: 0;
}
.uk-navbar-nav > li.uk-parent > a::after {
    display: none;
}
.uk-navbar-nav > li.uk-parent > a::before {
    width: 100%;
}
/* ----- END Navbar ----- */

/* ----- BEGIN Tops ----- */
#tm-top-a {
	padding-top: 0;
    padding-bottom: 20px;
}
#tm-top-a-placeholder {
    height: 120px;
}
#tm-top-a-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;
}
.tm-top-a-overlay-path {
    fill: rgba(232, 239, 233, 1);
}
/* ----- END Tops ----- */

/* ----- BEGIN Breadcrumbs ----- */
#tm-breadcrumbs-row {
	margin-top: -20px;
	margin-bottom: -20px;
}
.tm-breadcrumbs {}
/* ----- END Breadcrumbs ----- */


/* ----- BEGIN Event Blog ----- */
.tm-grid-events .uk-panel-box {
	margin-bottom: 20px;
}

/* ----- END Event Blog ----- */

/* ----- BEGIN Article ----- */
.uk-article {
    padding-bottom: 35px;
}
.uk-article .uk-article-title {
	margin-bottom: 35px;
}
@media (min-width: 960px) {
    .tm-leading-article + * .tm-article:first-child, 
    .tm-article + .tm-article {
        margin-top: 0px;
    }
}

.tm-list-links > li {
    padding-left: 1.5em;
    position: relative;
}
.tm-list-links > li > a[target="_blank"]::before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}

/* Normale Bilder in Artikeln */
.uk-article img {
	box-shadow: 10px 10px 0 #C8D1D6;
}
.uk-article img.pull-left,
.uk-article img.uk-float-left,
.uk-article img[align="left"],
.uk-article img[style*="float: left"],
.uk-article img[style*="float:left"]{
    margin-right: 20px;
    margin-bottom: 10px;
}
.uk-article img.pull-right,
.uk-article img.uk-float-right,
.uk-article img[align="right"],
.uk-article img[style*="float: right"],
.uk-article img[style*="float:right"]{
    margin-left: 20px;
    margin-bottom: 10px;
} 
/* Bilder mit Bildunterschriften */
.uk-article figure {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    background: #ffffff;
    box-shadow: 10px 10px 0 #C8D1D6;
}
.uk-article figure.pull-left {
    margin-right: 25px;
}
.uk-article figure.pull-right {
    margin-left: 25px;
}
.uk-article figure img {
    box-shadow: none;
    width: 100%;
}
.uk-article figure figcaption {
    padding: 8px 15px;
    /*color: #fff;*/
    /*font-weight: 400;*/
    font-size: 0.9em;
    text-align: center;
}

.tm-content h1,
.tm-content h2,
.tm-content h3,
.tm-content h4,
.tm-content h5,
.tm-content h6,
.tm-content .uk-h1,
.tm-content .uk-h2,
.tm-content .uk-h3,
.tm-content .uk-h4,
.tm-content .uk-h5,
.tm-content .uk-h6 {
    text-transform: none;
    hyphens: none;
}
.uk-article .uk-article-title {
    text-transform: uppercase;
}

.tm-blog-sperrungen .tm-article {
    padding-bottom: 0;
}
.tm-blog-sperrungen .tm-article-container > div {
    width: 90%;
}
/* ----- END Article ----- */

/* ----- BEGIN Footer ----- */
#tm-footer {
    background-image: url(../images/bg-dav-footer.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100px;
}
@media (min-width: 1200px) {
    #tm-footer {
        background-position: center top;
    }
}
/* ----- END Footer ----- */

/* ----- BEGIN Lists ----- */
.uk-article ul {
	list-style: none;
}
.uk-article li {
    padding-left: 1.5em;
    position: relative;
}
.uk-article li > a + p {
    font-size: 0.85em;
    margin-top: 0;
    margin-bottom: 2px;
}
.uk-article li::before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}/*
.uk-article li > a[href$=".pdf"]::before,
.uk-article li > a[href$=".PDF"]::before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}*/
/* ----- END Lists ----- */

/* ----- BEGIN Sidebar ----- */
.tm-sidebar-a .uk-panel-title,
.tm-sidebar-a .uk-button,
.tm-sidebar-a h2,
.tm-sidebar-a h3,
.tm-sidebar-a h4,
.tm-sidebar-a h5,
.tm-sidebar-a h6,
.tm-sidebar-a .uk-panel-box {
    color: #0f0f0f !important;
    border-color: #0f0f0f !important;
    text-transform: none !important;
}
.tm-sidebar-a p a {
    color: #333333 !important;
}
.tm-sidebar-a p a:hover,
.tm-sidebar-a p a:focus {
    color: #555555 !important;
}
.uk-panel-box {
    margin-top: 10px;
    padding: 25px;
    border: none;
}
.tm-sidebar-a .uk-panel-box,
.tm-main-bottom .uk-panel-box {
    margin-top: 10px;
	padding: 0 25px 25px;
    border: none;
    color: #0f0f0f;
}
.uk-panel-box.tm-panel-notitle {
    padding: 25px 25px;
}
.uk-panel-box > .uk-panel-title {
	margin-top: -0.75em;
	margin-left: -10px;
	margin-bottom: 10px;
	color: #0f0f0f !important;
	font-size: 30px;
    line-height: 1.3em;
}

.tm-social-icons {
    font-size: 2em;
    text-align: center;
}
.tm-social-icons a {
    color: #C8D1D6;
}

p.tm-p-outline {
    margin: 0 -25px;
}
p.tm-p-outline a {
    display: block;
    width: auto;
}
p.tm-p-outline img,
#sidebar-a .uk-panel-box img {
    width: 100%;
    height: auto;
}

.uk-contrast .uk-nav-side > li > a, 
.uk-block-secondary .uk-nav-side > li > a, 
.uk-panel-box:not(.uk-panel-box-secondary) 
.uk-nav-side > li > a, 
.tm-title-border .uk-nav-side > li > a, 
.uk-block-secondary .tm-slideshow-edge .uk-nav-side > li > a {
    color: #000000;
}
.uk-contrast .uk-nav-side > li.uk-active > a,  
.uk-block-secondary .uk-nav-side > li.uk-active > a, 
.uk-panel-box:not(.uk-panel-box-secondary) .uk-nav-side > li.uk-active > a, 
.tm-title-border .uk-nav-side > li.uk-active > a, 
.uk-block-secondary .tm-slideshow-edge .uk-nav-side > li.uk-active > a {
    color: #6a7780;
}    
/* ----- END Sidebar ----- */

/* ----- BEGIN Panels ----- */
.tm-main .uk-panel-box-primary, 
.tm-main .uk-panel-box-primary h2, 
.tm-main .uk-panel-box-primary h3, 
.tm-main .uk-panel-box-primary h4 {
	color: #0f0f0f !important;
}

.tm-panel-box-danger {
    background-color: #EE9191;
}
/* ----- END Panels ----- */

/* ----- BEGIN Typography ----- */
.tm-icon-large {  
    margin-right: 15px;
    margin-bottom: 15px; 
    font-size: 2.8em;
    height: 2em;
    line-height: 2em;
    width: 2em;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
    font-family: "Open Sans Condensed";
}
/* ----- END Typography ----- */

/* ----- BEGIN Tables ----- */
.tm-table-contacts td {
    width: 33%;
}/*
.tm-table-contacts tr > td:last-of-type {
    width: 30%;
}*/
/* ----- END Tables ----- */

/* ----- BEGIN Accordion ----- */
.tm-acc-schmankerln .uk-accordion-title {
	font-size: 20px;
}
/* ----- END Accordion ----- */