/*
Theme Name: Sirius_one
Author: Steffen Vogt
Description: Universaltheme
Version: 1.0
Tags: custom-colors
*/


.k0{
display: flex;
flex-wrap: wrap; 
position: relative;
margin: 0 auto;
width: 100%;
min-height: 3.5em;

}



.site-header{
    position: relative;
    margin: 0;
    height: 3em;
    width: 17em;
}

.k2{
    margin: 0 auto;
    min-height: 2em;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40em;
    margin-bottom: 1em;;
}

.k3{

    height: 3em;
    width: 14em;
    margin-left: .5em;
}


/* Globals */



*{
    box-sizing: border-box;
}

body{
background-color: rgb(234, 234, 159);
background-image: radial-gradient(circle, white, transparent);
background-size: cover;
background-attachment: fixed;
background-blend-mode: soft-light;
color: rgb(42, 16, 16);
font-family: Verdana, Geneva, Tahoma, sans-serif;
padding-top: 302px;
}

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

.container img{
    max-width: 100%;
    height: auto;
}

/* Typo */

body{
    font-size: calc(14px + (16 - 14) * (100vw - 600px) / (1300 - 600));
   
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}



/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float:right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }



/* Header */

.logo{
    position: relative;
    margin: 1em 0 0 1em;
    top: -.5em;
}  

header a:link{
text-decoration: none;
}


ul{
    list-style: none;
}



/* Suche */

.site-search {
background: rgba(0, 0, 0, 0.2);
padding: 0;
position: relative;
width: 13em;
margin: .9em auto .9em;
height: 1.6em;
} 

.nav-search-form{
    margin-left: 1em;
}

.site-search input[type=search]{
    color: darkgreen;
    border: 2px solid darkgreen;
    border-radius: 4px;
    width: 13em;
    padding: .5em 5em .5em .5em;
    box-sizing: border-box;
    height: 1.6em;
}

.site-search input[type=submit]{
    color: rgb(10, 70, 10);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4em;
    border: 2px solid darkgreen;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 1.6em;
}



/* Navigation */



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

.site-nav{
    top:calc(.5em + 2px);
}

.site-nav, .menu, .menu-item{
position: relative;
}


.site-nav ul{
    padding: 0;
    margin: 0;
    display:flex;
    flex-direction: column;
}



.site-nav li *{

}
@media screen and (max-width:899px) {
.site-nav .menu-item{
    width:20em;
    background: rgba(0, 0, 0, 0.1);
}
.site-nav ul, .site-nav {
    width: 20em;
}

.sub-menu .menu-item {
    background: rgba(0,0,0,0);
    margin-left: 1em;
}

.site-nav .menu-item:last-child{
    padding-bottom: 1em;
}

}

.site-nav a{
    padding: 0 1em;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    line-height: 2.5em;
}



#toggle-nav{
    position: absolute;
    right: .5em;
    top: .2em;
    width: 3em;
    height: 3em;
    text-align: center;
    cursor: pointer;
    margin-left: .5em;
}


.nav-secondary li{
    margin-bottom: 1em;
}

ul .sub-menu{
    position:relative;
}

@media screen and (min-width:900px) {
    .js .site-nav {
        display:flex;
        
    }
    
    .site-nav ul{
        flex-direction: row;
    }

    #toggle-nav {
        display:none;
    }
    .site-nav .current-menu-item a:visited {
        background:rgba(0, 0, 0, 0.1);
    }

    .site-nav a:hover, .sub-menu a:hover{
        color:rgb(60, 17, 17);
    }

    /** Hide submenu **/
    ul .sub-menu{
        visibility: hidden;
        height: 0px;
        width: 0px;
    }
    /**     Show the submenu on hover, focus   **/
    .site-nav li:hover  .sub-menu, .site-nav li:focus  .sub-menu
    {
    visibility: visible;
    height: auto;
    z-index: 1000;
    display: block;
    left: 1em;
    width: 19em;
    }
    
ul .sub-menu{
    position:absolute;
    }
    
}



.site-nav .current-menu-item a {
    color:rgb(173, 35, 35);
}


.site-nav .nav-search .nav-search-link::before {
    margin-right: 0.25em;
    font-family: "Genericons";
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
    content: '\1F50D';
}





/* Main */

    .site-main{
        position:relative;
        width: 100%;
        margin-right: 0em;
        display: block;
        overflow:hidden;
    }


/* Content */

.site-content{
    float: left;
    width: 100%;
    margin-right: 1em;
    display: block;
    padding: 1em;
    margin-top: 1.5em;
}




@media screen and (min-width:700px) {
    .site-content{
        float: left;
        width: 65%;
        margin-right: 2em;

    }

    .page-template-template-no-sidebar  .site-content{
       width: 100%;
    }

    .page-template-template-birds  .site-content{
       width: 100%; 
    }

    .page-template-template-birdslex  .site-content{
        width: 100%; 
     }    

    .page-template-template-vogelstimmen  .site-content{
        width: 100%;
     }
}




.post-meta{
    font-size: .8em;
    opacity: .8;
}

.post{
   border-top: 1px seagreen solid;
}
       
.post:first-of-type{
    border-top: none;
 }

.classification{
    color:bisque;
}

.classification a:link,
.classification a:visited{
    color:bisque;
}

.wp-post-image{
    width: 40%;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.birds-news-container{
    position: relative;
    width:100%;
    display: block;
    margin-top: 1.3em;
	padding: 0.5em;
}

@media screen and (min-width:700px) {
    .birdslex{
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1em;
        row-gap: 1em;
    }
}


.birds-news{
    position: relative;
    display: block;
    width:98%;
    height: 98%;
    padding: 1em;
    background-color: rgb(250,250,250);
    color: #333;
    border-color: #555;
    border-style: solid;
	border-width: 1px;
    border-radius: 8px;;
}

.birds-news .wp-post-image{
   width: 100%;
   height: auto;
   border-radius: 5px;
}

.birds-news a:any-link{
    color: #333;
}

.birds-list{

    margin-top: 2em;
    clear: both;
}


section{
    clear: both;
}

.single-birds .wp-post-image{
    width: 100%;
    height: auto;
}

.single-birds .birdtaxonomy{
    margin: .5em 0 2.5em;
}

.infobox{
    background: #eee;
    font-weight: bold;
    padding: 1.5em;

    border-left: solid 5px darkgreen;
}

.nachweis{
    font-style: italic;
    font-size: .8em;
    color: #555;
}

.ton{
    position: relative;
    display: block;
    margin-left: 2em;
    font-family: "Genericons";
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
    height: 2.5em;
    font-weight: bold;
    color: darkred;
}

.ton a {
    text-decoration: none;
    margin-right: 1em;
}

audio{
    height: 10px;
    width: 60px !important;
    margin-left: 2em;
    margin-top:.1em;
}

.single-birds audio{
    height: 24px;
    width: 300px !important;
    margin-left: 0em;
    margin-top:.1em;
}

/*Pagination*/

.post-nav{
    background-color: rgb(197, 220, 122);
    text-align: center;
}


.post-nav{
    clear: both;
}

.page_nav a:link{
    color:rgb(60, 17, 17);
}

.page_nav a:visited{
        color:rgb(60, 17, 17);
    }



/*Comments*/

#commentform #submit{
    border-radius: 4px;
    background: rgb(224, 224, 156);
}

.comment-body{
    background: rgba(1,1,1,0.2);
    margin-bottom: 1em;
    padding: .5em;
    }

.comment-respond{
    clear:both;
}    

/* Sidebar */

.site-sidebar{
    margin-top: 2em;
    float: right;
    width: 100%;
    padding: 1em;
    border-left: rgba(0, 0, 0, 0.1);
    border-left-style: solid;
} 



@media screen and (min-width:700px) {
    .site-sidebar{
        float: right;
        width: 28%;
    }
}

.site-sidebar ul{
    margin: 0;
    padding: 0;
}



.widget a{
    text-decoration: none;
}

.wp-block-loginout {
    margin-top: 2em;
}

#loginform{
    background: rgba(0, 0, 0, 0.1);
    padding:.5em;
}

.login-username label, .login-password label{
    display: block;
    width: 100%;
}

.wp-block-separator{
    border-top: 1px solid seagreen !important;
}

/* Footer */

.site-footer{
  position: relative;  
  height: 6em;
  display:block;
    }

.footer-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 1em;
}

.site-footer a:link{
    text-decoration: none;
    }

/* woo_commerce */

.price{
    visibility:hidden;
    height:0px;
}

a .wc-block-components-button .wp-element-button .wc-block-cart__submit-button {
    text-decoration: none !important;
    color: red;
}
