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

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

body {
    background: #fff none repeat scroll 0 0;
}

.uk-text-large {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color:#444;
}

h5 {
    
    margin: 0 0 10px !important;
} 

.uk-contrast .uk-button {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.9);
	border:rgba(252,249,249,1.00) 1px solid;
}

.uk-contrast {
    color: rgba(255, 255, 255, 0.99);
   
}
.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 100px;
    letter-spacing: 2px;
    line-height: 100px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.12s ease-in-out 0s;
}

.uk-navbar {
    background: #ec8df7 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);
    color: #ffd7c1;
    padding: 0;
}

.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: #ec8df7;
}

.tm-block-footer {
	background-color: #e565f4 !important;
    box-sizing: border-box;
    padding-bottom: 45px;
    padding-top: 45px;
}

h1, h2, h3, h4, h5, h6 {
    color: #00bcd4;
    font-family: "Quattrocento Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.tm-headerbar {
	background-color: rgba(254, 238, 255, 1.0);
	
}

.tm-navbar-sticky .tm-navbar-wrapper {
    border-width: 40px;
	padding-top:110px;
}

.tm-headerbar .tm-logo {
    float: left;
}

.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: #00bcd4;
  cursor: pointer;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.bildspace {
	padding-right:30px;
	padding-bottom:30px;
	padding-top:10px;


}

.bildspaceright {
	padding-left:40px;
	padding-bottom:30px;
	padding-top:10px;


}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #9334EB;
}

.tm-navbar-sticky.tm-header-offset .tm-block-header + .uk-block-large:not(.tm-block-fullheight) {
    padding-top: 200px;
}

.uk-panel-title {
    color: #E75EF7;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.uk-offcanvas-bar {
    background: #ec8df7 none repeat scroll 0 0;
   
}
   html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background:  #00bcd4 none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(99, 17, 11, 0.2);
    color: #333;
}
.uk-nav-offcanvas > li > a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.12s ease-in-out 0s;
}

.uk-nav-offcanvas ul a {
    color: #666;
}

.uk-offcanvas {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.tm-footer-fixed .tm-block-footer {
    bottom: 0;
    height: 450px !important;
    left: 0;
	position:relative;
    right: 0;
    z-index: 0;
}

.tm-footer-fixed {
    padding-bottom: 0px;
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #00bcd4;
  color: #ffffff;
  /* 2 */
  outline: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}