/*
 Theme Name: Lausitz an einen Tisch
 Description: Theme for www.lausitz-an-einen-tisch.de
 Author: Rohnstock Biografien
 Author URI: http://www.rohnstock-biografien.de/
 Template: chicago
 Version: 1.0
*/


/* No capitilized Words. */
.main-navigation ul,
.cat-links a,
.entry-meta, 
.edit-link,
.logged-in-as,
button,
.button,
.widget-title,
input[type="reset"], input[type="submit"], input[type="button"] {
    text-transform: None !important;
}

/* -- Begin: Colors -- */
/* Link */
a {
    color: #F37C09;
}

div.entry-content a, div.entry-summary a,
a.more-link, a.read-more, .widget a,
span.posted-on a, span.comments-link a,
a.comment-reply-link, .comment-metadata a,
header.page-header a{
    color: #F37C09 !important;
}


/* Link Hover */
a:hover {
    color: #FF9623;
}

div.entry-content a:hover, div.entry-summary a:hover,
a.more-link:hover, a.read-more:hover, .widget a:hover,
span.posted-on a:hover, span.comments-link a:hover,
a.comment-reply-link:hover, .comment-metadata a:hover,
header.page-header a:hover {
    color: #FF9623 !important;
}

/* Buttons */
button:hover, button:focus, .button:hover, .button:focus, #infinite-handle span:hover,
input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover,
input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
    background-color: #F37C09 !important;
}
/* -- End: Colors -- */


/* -- Begin: Header -- */
#site-navigation {
    margin-top: 20px;
}

.main-navigation .wrapper {
    background-color: #F37C09 !important;
}

.main-navigation a {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.menu-toggle {
    background-color: #FF9623;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 5px;
    border-color: #666666;
}

.menu-toggle:active, .menu-toggle:hover, .menu-toggle:focus {
    background-color: #FFAF3C;
}

@media screen and (min-width: 990px) {
    
    .main-navigation ul li {
        padding: 3px 0px 0px !important;
        background-color: #F37C09 !important;
        border-width: 0.5px;
        border-style: solid;
        border-color: #F37C09;
        border-radius: 5px;
    }
    
    .main-navigation ul li:hover {
        background-color: #FF9623 !important;
        border-color: #FF9623;
    }
}
/* -- End: Header -- */


/* -- Begin: General Body-Strcture -- */
.wrapper, .site-content {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 990px) {
    .no-header-image .content-area {
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .wrapper, .site-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.widget ul {
    margin-bottom: 25px;
}

.widget li {
    padding: 4px 0px;
}

.widget-title {
    font-size: 16px;    
}

.subscribe2 {
    font-size: 14px;
    margin-bottom: 35px;
}

.subscribe2 label {
    display: none;
}

.subscribe2 br {
    content: " ";
    display: block;
    margin-bottom: 0.75em;
}

.subscribe2 p {
    text-align: left;
}

.subscribe2 input[type="submit"],
.post-281 input[type="submit"] {
    font-weight: 500;
    padding: 5px 13px;
}

.subscribe2 input[type="submit"]:first-child {
    margin-right: 15px;
}

.subscribe2 .s2_message,
.subscribe2 .s2_error {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 5px !important;
    line-height: 1.2 !important;
}

.subscribe2 #s2email {
    color: #9E9E9E;
}

.subscribe2 #s2email:focus {   
    color: #444444;
}

p {
    margin-bottom: 1em;
}

body, button, input, select, textarea {
    line-height: 1.5;
}

header.page-header {
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    background-color: #FFFFEE;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFEE;
    border-radius: 3px;
    
}

.site-info {
    display: none !important;
}

ul#menu-seiten-menue li:first-child{
  font-weight: bold;
}


/* there has to be enaugh space */
@media screen and (max-width: 480px) {
    .alignleft, .alignright {
      float:none;
      display:block;
      width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    p:before {
      content:"";
      display:block;
      width:100%;
      clear:both;
    }
}

#text-9 {
    height: 0px;
}

.site-logo {
    background: url("https://www.lausitz-an-einen-tisch.de/wp-content/uploads/2015/06/Logo_Lausitz-an-einen-Tisch.png") no-repeat center top;
    height: 130px;
    padding-top: 0px;
}

/* -- End: General Body-Strcture -- */


/* -- Begin: Posts -- */
p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.posted-on {
    margin-right: 10px;
    white-space: nowrap;
}

.entry-meta {
    border-bottom: 1px solid #ddd;
    overflow:hidden;
}

.entry-meta span {
    padding-bottom: 5px;
    display:inline-block;
}

.entry-meta .cat-links a, .entry-meta .tags-links a {
    line-height: 1.8;
    font-size: 14px;
    padding: 4px 6px 2px;
    background-color: #FFFFEE;
    color: #606060;
}

div.nav-previous a:hover, div.nav-next a:hover,
.cat-links a:hover, .tags-links a:hover {
    background-color: #F37C09 !important;
    color: #FFFFFF;
}

.entry-summary {
    margin-top: 1em;
    padding-top: 0px;
    margin-bottom: 50px;
    border-top: none;
}

h1.page-title {
    font-size: 24px;
    padding-bottom: 5px;
}

.alignright {
    margin: 0.5em 0px 0.5em 20px;
}

.alignleft {
    margin: 0.5em 20px 0.5em 0px;
}

.entry-content ul {
    margin-top: -0.8em !important;
    margin-bottom: 1em !important;
}

.entry-content ul ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.entry-content li li {
    list-style-type: circle;
    list-style-position: inside;
}

.entry-content h2 {
    padding-top: 1em;
    margin-bottom: 0.5em;
}
/* -- End: Posts -- */


/* -- Begin: Geschichte -- */
h2.entry-title {
    display: block !important;
    margin-bottom: 10px !important;
    font-size: 25px;
}

h2.entry-title a:hover {
    color: #F37C09;
}
/* -- End: Geschichte -- */


/* -- Begin: Archive -- */
.archive .cat-links, .archive .tags-links, .archive .comments-link {
    display: inline-block;
}
/* -- End: Archive -- */

/* -- Begin: Images -- */
.entry-summary img {
  height: 100%;
  min-width: 280px;
  width: 30%;
}

.entry-summary .alignleft {
  margin: .5em 22px 1.2em 0;
}

.entry-summary .alignright {
    margin: .5em 0 1.2em 22px;
}
/* -- End: Images -- */

/* -- Begin: Post Type Kommentar -- */
.format-quote .entry-summary,
div.single-quote {
    background-color: #FFFFEE;
    margin: 20px 0px 10px;
    border-bottom: none;
}

.format-quote .entry-summary p:first-child:before,
div.single-quote p:first-child:before { 
    content: "\201C";
    font-weight: bold;
    font-size: 150px;
    font-style: normal;
    color: #F37C09;
    position: absolute;
    right: -50px;
    top: -55px;
    z-index: -1;
    opacity: 0.5;
}

.format-quote .entry-summary p,
div.single-quote p {
    -moz-hyphens: none !important;
    -o-hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
  
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    position: relative;
    letter-spacing: 0.02em;
    color: #303030;
    line-height: 1.65;
    text-align: left;
    z-index: 1;
}

.format-quote .entry-summary p:last-child,
div.single-quote p:last-child { /* Author of Comment */
    font-family: 'Istok Web', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: right;
    margin-bottom: 0px;
}

@media screen and (min-width: 990px) {
    .format-quote .entry-summary,
    div.single-quote {
        padding: 30px 60px 30px 50px;
    }
    
    .format-quote .entry-summary p,
    div.single-quote p {
        font-size: 16px;
    }
    
    .format-quote .entry-summary p:last-child,
    div.single-quote p:last-child { 
        font-size: 14px;
    }
}

@media screen and (max-width: 990px) {
    .format-quote .entry-summary p:first-child:before,
    div.single-quote p:first-child:before { 
        right: -35px;
    }
    
    .format-quote .entry-summary,
    div.single-quote  {
        padding: 15px 50px 15px 30px;
    }
    
    .format-quote .entry-summary p,
    div.single-quote p {
        -moz-hyphens: auto !important;
        -o-hyphens: auto !important;
        -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
        hyphens: auto !important;
        font-size: 15px;
    }
    
    .format-quote .entry-summary p:last-child,
    div.single-quote p:last-child { 
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .format-quote .entry-summary p:first-child:before,
    div.single-quote p:first-child:before { 
        font-size: 150px;
        right: -10px;
        top: -55px;
        z-index: -1;
    }
    
    .format-quote .entry-summary,
    div.single-quote {
        padding: 10px 20px;
    }
    
    .format-quote .entry-summary p,
    div.single-quote p {
        font-size: 14px;
    }
    
    .format-quote .entry-summary p:last-child,
    div.single-quote p:last-child { 
        font-size: 12px;
    }
}

.format-quote .entry-header h2 {
    display: none !important;
}

.format-quote .entry-meta {
    border-top: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: 50px;
}

.format-quote .entry-meta span {
    padding-top: 5px;
    padding-bottom: 0px;
}

/* Single Quote */
.single .format-quote .entry-title {
    display: none;
}

/* -- End: Post Type Kommentar -- */


/* -- Begin: Single -- */
/* Head */
.single-post div.content-area {
    padding-top: 15px;
}

.single div.entry-meta {
    margin: 10px 0px 30px;
    overflow: hidden;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.single .entry-meta span {
    padding-top: 0px;
    padding-bottom: 5px;
}

.single .entry-content {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 1em;
    margin-bottom: 30px;
}

/* Sharrif */
.shariff .entry-content ol, .entry-content ul {
    margin-bottom: 10px;
    margin-left: 0px;
}

.shariff ul {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

div.entry-content .shariff a {
    color: #FFFFFF !important;
}

div.entry-content .shariff .info a {
    color: #666 !important;
}

.shariff .info .fa-info {
    top: -1px;
    left: 8px;
}

.shariff li {
    width: 100px;
}

/* Footer */
.single .entry-footer {
    display: none;
}
.nav-links div {
    max-width: 55%;
}

@media screen and (max-width: 600px) {
    .nav-links div {
        max-width: 95%;
    }
}

div.nav-previous a, div.nav-next a {
    line-height: 1.8;
    font-size: 15px;
    margin-right: 5px;
    padding: 0.4em 0.3em;
    background-color: #FFFFEE;
    box-shadow: 0.3em 0 0 #FFFFEE,-0.3em 0 0 #FFFFEE;
    box-decoration-break: clone;
    color: #606060;
}

div.nav-previous a:hover, div.nav-next a:hover {
    background-color: #F37C09;
    box-shadow: 0.3em 0 0 #F37C09,-0.3em 0 0 #F37C09;
    box-decoration-break: clone;
    color: #FFFFFF;
}

div.nav-previous, div.nav-next {
    margin: 6px 0px;
}

.arrow-left {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #606060;
    position: relative;
    margin-right: 5px;
    transform: translate(0px,-4px);
}

.arrow-left:before {
    content: ' ';
    width: 0px; height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #606060;
    position: absolute;
    transform: translate(-3px,-5px);
}

.arrow-right {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #606060;
    position: relative;
    margin-left: 5px;
    transform: translate(0px,-4px);
}

.arrow-right:after {
    content: ' ';
    width: 0px; height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #606060;
    position: absolute;
    transform: translate(-3px,-5px);
}

.site-main .post-navigation {
    margin-top: 5px;
}

div.comment-respond h3 {
    padding-top: 40px;
}

footer.comment-meta {
    margin-bottom: 20px;
}

div.reply {
    margin-top: -15px;
}

.comment-body {
    padding-bottom: 15px;
}

#reply-title {
    margin-top: 30px;
    margin-bottom: 1em;
    padding-top: 30px;
}

.comment-form-comment {
    margin-bottom: 1em;
}
/* -- End: Single -- */


/* -- Begin: Page -- */
.page .entry-title {
    margin-bottom: 10px;
}

.page .entry-content {
    margin-top: 0px;
    padding-top: 15px;
}
.page .entry-footer {
    display: none;
}
/* -- End: Page -- */

/* -- Begin: Guestbook -- */
#gwolle_gb .label {
    text-align: right;
    min-width: 150px;
    width: 10% !important;
    margin-right: 10px;
    padding: 12px 0px;
}

#gwolle_gb .input {
     min-width: 200px;
     width: 60% !important;
}

#gwolle_gb input {
    width: 100% !important;
}

#gwolle_gb div.gwolle_gb_submit div.label {
    height: 0px;
}

#gwolle_gb .gwolle_gb_notice {
    width: 60%;
    text-align: left;
    margin-left: 170px;
    font-size: 12px;
}

@media screen and (max-width: 550px) {
    #gwolle_gb .label {
        text-align: left;
        width: 100% !important;
        margin-right: 0px;
        padding: 0px 0px;
    }
    
    #gwolle_gb .input,
    #gwolle_gb .gwolle_gb_notice {
        width: 100% !important;
        margin-left: 0px;
    }
}

#gwolle_gb p.entry_saved {
    margin: 5px 0px;
}

#gwolle_gb span.gb-author-name {
    font-size: 18px;
}

#gwolle_gb span.gb-author-name i {
    font-style: normal;
}

#gwolle_gb span.gb-author-info {
    margin-bottom: 5px;
}

#gwolle_gb #gwolle_gb_entries {
    margin-top: 40px;
}

#gwolle_gb div.gb-entry {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 25px;
    padding: 30px;
    padding-top: 15px;
}

#gwolle_gb div.gb-entry-content {
    margin-top: 5px;
}

#gwolle_gb #gwolle_gb_write_button {
    text-align: center;
}

#gwolle_gb #gwolle_gb_write_button input {
    width: 50% !important;
    min-width: 270px;
}

/* Widget */
span.gb-author-name {
    font-weight: 900;
    line-height: 30px;
}

li.gwolle_gb_widget article {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 5px 10px 10px;
}

ul.gwolle_gb_widget {
    margin-bottom: 5px;
}

p.gwolle_gb_link {
    padding: 3px 0px !important;
    font-size: 14px;
}

/* -- End: Guestbook -- */

/* -- Begin: Publikationen -- */
.page-id-1161 .publikation {
    position: relative;
    width: 30%;
    min-width: 200px;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
}

.page-id-1161 .publikation.links {
    margin-right: 5%;
    float: left;
}

.page-id-1161 .publikation.rechts {
    float: right;
}

@media screen and (max-width: 750px) {
    .page-id-1161 .publikation.rechts {
        float: left;
    }
    .page-id-1161 .publikation.links {
        margin-right: 3%;
    }
}

.page-id-1161 .publikation img {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.page-id-1161 .publikation a {
    margin-top: 15px;
}
/* -- End: Publikationen -- */