/*
Theme Name: Programmkino Tutorial Theme
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Rums3ums
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* globale hintergründe zum debuggen, direkt über die tags angesprochen*/
/*header, main, nav, article, aside, footer {
    background: rgba(0,0,0,0.2);
    padding: 0.5em;
    margin-bottom: 0.5em
}*/

/* Global */

* {
    box-sizing: border-box;
}

a {
    color: #fff;
}

body {
    background-color: #122F00;
    color: #fff;
    padding-top: 120px;
    background-image: radial-gradient(circle, white, transparent);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: soft-light;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
.site-header {
    padding:0 1em;
    position: relative;
}


.logo {
    width: 200px;
    padding: 1em;
    display: block;
    margin-bottom: 1em;
    background: rgba(255,255,255,0.5);
}

@media screen and (min-width: 800px) {
    .site-header {
        float: left;
        width: 30%;
    }
}

/* Suche */

.site-search {
    position: relative;
}

.site-search input[type="search"] {
    /* position: relative; */
    padding: .5em 90px .5em .5em;
    width: 100%;
    box-sizing: border-box;
    color: black;
}

.site-search input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    top: 0;
    color: black;
}

@media screen and (min-width: 710px) and (max-width: 800px) {
    .site-search{
        position: absolute;
        top: 0;
        right: 1em;
        width: 250px;
    }
}

/* Navigation */

.js .site-nav {
    display: none;
}

.site-nav {
    margin-top: 1em;
}

.site-nav ul {
    padding:0;
    margin: 0;
    list-style: none;
}

.site-nav li {
    margin-bottom: 2px;

}

.site-nav a {
    background:rgba(0,0,0,0.5);
    padding: 1em;
    display: block;
    text-decoration: none;
}

.site-nav a:hover {
    background:rgba(0,0,0,0.3);
}

.site-nav .current-menu-item a {
    background: white;
    color: black;
}

@media screen and (min-width: 710px) and (max-width: 800px) {
    .site-nav li{
        margin-right: 2px;
        float: left;
    }
}

@media screen and (min-width: 710px) {
    .js .site-nav {
        display: block;
    }
    
    #toggle-nav {
        display: none;
    }
}

#toggle-nav {
        position: absolute;
    right: 1em;
    top FONT-VARIANT: JIS04;
    top: 0;
    background: black;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}


/* Main */
@media screen and (max-width: 800px){

    .site-main {
        padding-top: 2em; 
    }


}

@media screen and (min-width: 600px) {
    .site-main {
        float: right;
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .site-main {
        width: 70%;
    }
}
/* Content */

.site-content{
    padding: 0 1em;
}

@media screen and (min-width: 600px) {
    .site-content {
        float: left;
        width: 70%;
    }
    
    .page-template-template-no-sidebar .site-content {
        width: 100%;
    }
}

.post {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top:1em;
    padding-top: 1em;
}

.post:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}

.post-meta {
    font-size: 0.8em;
    opacity: 0.7;
}
/* Kommentare */

.comment-form {
    margin-top: 4em;
}

.comment-form input[type=text],
.comment-form input[type=author],
.comment-form input[type=email],
.comment-form input[type=url], 
.comment-form textarea{
    width: 100%;
    padding: .5em;
    color: #fff;
    background-color: rgba(0,0,0,0.1);
    border: 2px solid rgba(255,255,255,0.22);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
    margin: .2em 0 1em 0;
}
.comment-form input[type=submit] {
    color: white;
    background: rgba(255,255,255, 0.17);
    padding: .75em 1.2em;
    border: 2px solid rgba(255,255,255, 0.61);
}

.comment-list {
    margin-top: 5em;
}

.comment-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-comment {
    background: rgba(255,255,255,0.11);
    padding: 1em;
    margin-bottom: 1em;
}

.single-comment .children {
    margin-top: 1em;
}

.single-comment .avatar {
    float: right;
    border-radius: 32px;
    object-fit: cover;
}

/* Sidebar */

.site-sidebar {
    padding: 1em;   
}

.widget {
    background: rgba(0,0,0,0.3);
    padding: 1em;
    margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
    .site-sidebar {
        float: left;
        width: 30%;
    }
}

@media screen and (min-width: 800px) {
    .site-sidebar {
        margin-top: 3em;
    }
}

/* Footer */

.site-footer {
    padding: 1em;
    background: rgba(0,0,0,0.3);
    margin-top: 5em;
}

.nav-social ul,
.nav-secondary ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-social li, 
.nav-secondary li {
    margin-bottom: 2px;
}

.nav-social a, 
.nav-secondary a {
   display: block;
   padding: 1em;
   background: rgba(0,0,0,0.3);
   text-decoration: none;
}

.nav-social a:hover, 
.nav-secondary a:hover {
    background-color: rgba(0,0,0,0.15);
}

.nav-secondary .current-menu-item a {
    background: white;
    color: black;
}

.nav-social .twitter a:hover {
    background-color: #1da1f2;
    color: white;
}

.nav-social .facebook a:hover {
    background-color: #1877f2;
    color: white;
}


@media screen and (min-width: 600px) {
    .site-footer {
        float: left;
        width: 100%;
    }

    .nav-secondary {
        float: right;
    }

    .nav-social {
        float: left;
    }
    
    .nav-social li, 
    .nav-secondary li {
        float: left;
        margin-right: 2px;
    }
}

