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

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

.tm-navbar {  
height: 130px;  
padding: 10px;  
}  


.tm-nav-logo {  
margin-top: 15px;
margin-bottom: 20px;
margin-right: 50px;
position: relative;  
}  

.tm-toolbar {  
height: auto;  
padding-bottom: 20px;  
}


/* Text Overlay beim Startseitenbild: Farbe ändern - Vorher: color: #f0e8e4; */
.tm-fullscreen-container .tm-fullscreen .uk-panel p {
    color: #8a8380;
}

/* Geänderter Hinweis-Text im Kontaktformular*/
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 44px;
    color: #8a8380;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* Copyright-Link kleiner*/
.tm-footer {
    margin: 20px 0;
    position: relative;
    color: #a4a29e;
    font-size: 10px !important;
    text-align: center;
}
/* Änderungen Footer-Menü möglich*/
.uk-subnav > * > * {
    color: #6f6d6b;
    display: inline-block;
    font-size: 13px;
    text-transform: none;
}

/* Full-Screen-Containter Text: Logoschrift beibehalten*/
.uk-heading-large {
    font-family: Daniel-Bold !important;
    font-size: 56px;
    line-height: 69px;
}