/* CSS theme file */

/* General styles */
body {
    background-color: white;  
}
* {
    font-family: 'Roboto', sans-serif !important;
}

a {
    color: #00796B;
}
a:hover {
    color: #00695C;
    text-decoration: none;
}

article h1 {
    font-weight: 100;
}
article h3 {
    font-weight: 300;
}

article h4{
    padding-left: 20px;
    font-weight: 300;
    font-size: 18px;
}


.uk-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

audio {
    height: 32px;
    width: 200px;
}

/* accordion */
ul.uk-accordion {
    
}
ul.uk-accordion li {
    background-color: #EEEEEE;
}
ul.uk-accordion .uk-accordion-title {
    padding: 10px;
    border-bottom: 1px solid gray;
}

/* Tables */
.ty-table {
    background-color: #EEE;
}

table.ty-table.uk-table-divider tr {
    border-top-color: #666 !important;
}

/* uikit cards */

#ty-dsnlist .uk-card-media-top img {
    height: 200px; 
    width: 100%;  
}

/*  navbar */

.uk-navbar-container {
    height: 80px;
    background-color: #00796B !important;
}

.uk-navbar-container h1 {
    font-size: 30px;
    font-weight: 300;
    padding-top: 7px;
    color: white;
}

.uk-navbar-container .uk-navbar-left {
    padding-left: 20px;
    height: 80px;
    padding-top: 15px;
}

.uk-navbar-container .uk-navbar-right {
    padding-right: 20px;
}

.uk-navbar-container li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-collapse: collapse;
    height: 75px;
}

.uk-navbar-container li.uk-active a {
    color: white;
}
.uk-navbar-container li {
    border-top: 5px solid transparent;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    border-collapse: collapse;
    height: 75px;
    color: white;
}
.uk-navbar-container li:hover {
    border-top: 5px solid white;
}
.uk-navbar-container li:hover>a {
    color:white;
}

.uk-navbar-container div.uk-navbar-dropdown {
    padding: 0px;
    border: none;
    list-style-type: none;
}

.uk-navbar-container ul.uk-navbar-dropdown-nav li {
    border-top: none;
    padding: 10px;
    height: 50px;
    width: 50%;
    box-sizing: border-box;
    max-width: 100%;
}
.uk-navbar-container ul.uk-navbar-dropdown-nav li a {
    height: 50px;
}
.uk-navbar-container ul.uk-navbar-dropdown-nav li:hover {
    background-color: #00695C;
}

.uk-navbar-nav {
    color: white;
}

.ty-logo-top {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.ty-icon-twitter {
    color: white;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.ty-icon-twitter:hover {
    color: #00aced;
}

.uk-navbar-dropdown {
    margin-top: 0px;
    background-color: #00796B;
}

/* navbar mobile */

a.uk-navbar-toggle {
    border-top: 5px solid transparent;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    color: white;
}

a.uk-navbar-toggle:hover {
    color: white;
    border-color: white;
}

a.uk-navbar-toggle span {
    padding-right: 10px;
}

.ty-offcanvas-nav {
    background-color: white;
    width: 80%;
}

.ty-offcanvas-nav ul.uk-nav-default li {
    width: 100%;
}

.uk-offcanvas-bar.ty-offcanvas-nav ul.uk-nav-default li a, .ty-offcanvas-nav ul.uk-nav-default.uk-active li a {
    color:black;
    font-size: 20px;
    font-weight: 700;
}

.uk-offcanvas-bar.ty-offcanvas-nav ul.uk-nav-default ul.uk-grid li a, .ty-offcanvas-nav ul.uk-nav-default.uk-active ul.uk-grid li a {
    font-weight: 400;
    font-size: 16px;
}

.ty-offcanvas-nav ul.uk-nav-default li a:hover {
    color:#00695C;
}

.ty-offcanvas-nav .uk-parent ul {
    padding-left: 20px;
}

/* sidebar */
div.ty-width-sidebar {
    width:300px;
    padding-left:60px;
}

.ty-width-sidebar div:first-of-type {
    height: 100%;
}

/* footer */

.ty-footer {
    height: 200px;
    border-top: 1px solid gray;
}


/* article */
article.uk-article.ty-post-article img, article.uk-article.ty-posts-article img, article.uk-article.ty-page-article img{
    display: block;
    margin: auto;
    min-height: 200px;
}
article.uk-article.ty-post-article img + strong, article.uk-article.ty-posts-article img + strong, article.uk-article.ty-page-article img + strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
}
h1.ty-posts-title a {
    color: black;
}
h1.ty-posts-title:hover a {
    color: #00695C;
    text-decoration: none;
}

.ty-posts-article a.ty-posts-readmore {
    color:#00796B;
    border: 1px solid #00796B;
}
.ty-posts-article a.ty-posts-readmore:hover {
    color:#00695C;
    border-color: #00695C;
}

pre {
    background-color: #EEEEEE;
    border: none;
    padding: 20px;
}

/* comments */
div#comments {
    background-color: white;
}

.uk-comment-header img.uk-comment-avatar {
    display: unset !important;
    margin: unset !important;
    float: left;    
}
.uk-comment-header .uk-comment-title {
    float: left;
    margin-top: 7px;
    padding-left: 20px;
}
.uk-comment-header .uk-comment-meta {
    clear: both;
}

/* zwei bilder nebeneinander*/

article.uk-article p img {
}

article.uk-article p:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

article.uk-article p img:only-of-type {
    border: none !important;
    float: none !important;
    width: auto !important;
}

article.uk-article p img:first-of-type{
    float: left;
    width: 48%;
}

article.uk-article p img:last-of-type {
    float: right;
    width: 48%;
}


/* bottombar*/
#bottombar {
    padding-top: 40px;
}

/* Widget - Blogposts */
#blogposts {
    
}

#blogposts .uk-width-1-1 {
    padding-left: 0px;
    padding: 10px;
    background-color: #EEE;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

#blogposts h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    min-height: 25px;
}

#blogposts div.uk-width-1-1 p {
    padding-top:10px;
    margin: 0px;
    min-height: 130px;
    overflow: hidden;
}

#blogposts ul li {
    width: 33%;
    float: left;
    margin-top: 0px;
}

#blogposts .uk-width-1-1:hover {
    background-color: #DDD;
}

#blogposts ul li article {
    padding: 10px;
    margin: 0px;
    min-height: 200px;
} 

#blogposts div.uk-text-right {
    height: 20px;
}



/* Donate Button */

form#donate_btn input[name="submit"] {
    border: none;
    width: 200px;
    height: auto;
    cursor: pointer;
}




/*Mobile / small screens*/


/* Formmaker */

form#formmaker-form {

}

form#formmaker-form .uk-form-row {
    height: 60px;
    width: 100%;
    padding: 20px;
}

form#formmaker-form .uk-form-row .uk-form-label {
    font-size: 20px;
    width: 50%;
    float: left;
}

form#formmaker-form .uk-form-row .uk-form-controls {
    font-size: 20px;
    width: 50%;
    float: right;
}

form#formmaker-form .uk-form-row .uk-form-controls input[type="text"] {
    font-size: 20px;
    background-color: white;
    border: 1px solid gray;
    -webkit-appearance: none;
    padding: 5px;
}
form#formmaker-form .uk-form-row .uk-form-controls input[type="text"]:focus {
    border: 1px solid #00796B;
    -webkit-appearance: none;
    outline: none;
}

form#formmaker-form .uk-form-row p.uk-form-help-block {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 5px;
    clear: both;
}

form#formmaker-form button.uk-button{
    color:#00796B;
    border: 1px solid #00796B;
    background-color: white;
}
form#formmaker-form button.uk-button:hover {
    color:#00695C;
    border-color: #00695C;
}

form#formmaker-form button.uk-button[type="submit"] {
    float: right;
}
