/*!
Theme Name: sedlmayr
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sedlmayr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

sedlmayr is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
#main-block table{
	color: rgb(153, 153, 153);
}
 #main-block p{
	font-size: 12px;
	 
 }
 #site-content #column #content{
	 flex-grow: 1;
 }
 #site-content #column{
	 display:flex;
	 flex-direction: column;
	 min-height: 90vh;
 }
 ul.rex-navi1 li .sub-menu{
	 display: none;
 }
 ul.rex-navi1 li.current_page_ancestor .sub-menu,
 ul.rex-navi1 li.current-page-ancestor .sub-menu,
 ul.rex-navi1 li.current_page_item .sub-menu{
	 display: block;
 }
 ul.rex-navi1 li .sub-menu a{
	 font-weight:300;
	 color: #9c6936;
 }
#floatRight{
    text-align: right;
}
#site-content{
    width: 100%;
    max-width: 1024px;
}
#comments .comment-meta .comment-author{
    display: flex;
}
#comments .comment-meta img{
    margin:  0 15px 0 0;
}
#comments ol.comment-list{
    padding-top: 20px;
}
#comments ol.comment-list li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
#comments .comment-form-comment{
    margin-bottom: 0;
}
#comments .comment-form-comment textarea{
    width: 100%;
    padding: 8px;
}
#comments .form-submit{
    text-align: right;
}
#comments .children{
    padding-left: 15px;
    padding-top: 20px;
}
#comments .form-submit .submit{
    padding: 5px 15px;
}
*{
 box-sizing: border-box;
}
.archive-page .article{
    margin-bottom: 25px;
}
h1{
    font-weight: 800;
    font-size: 1.8em;
    margin-bottom: 1.2em;
}
.archive-page h4{
    font-weight: 800;
    font-size: 1.3em;
}
.archive-page{
    padding-left: 10px;
}
 @media screen and (max-width: 1024px) {
     #main-content{
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
     }
     #main-content #main{
         order: 2;
         flex: 1 1 100%;
         width: 100%;
     }
     #main-block{
         width: 100%;
     }
     #footer{
         padding-left: 15px;
         padding-right: 15px;
     }
     #profile{
         border-bottom: 1px solid #426e38;
     }
     #profile,
     #nav{
         width: 50%;
         padding-left: 15px;
         padding-right: 15px;
     }
     img{
         max-width: 100%;
         height: auto;
     }
     ul.rex-navi1 li{
         text-align: left;
     }
     #nav .menu-leftmenu-container,
     #nav ul.rex-navi1{
         height: 100%;
     }
     #nav ul.rex-navi1{
         padding-left: 0;
     }
     #main-block .tinymcewysiwyg table img{
         width: 97%;
         margin: 0 0 15px 0;
     }
     .tinymcewysiwyg iframe{
         max-width: 100%;
     }
 }
 @media screen and (max-width: 640px) {
     .tinymcewysiwyg table{
         word-break: break-all;
     }
     #main-block .tinymcewysiwyg table td:first-child:not(:only-child){
         padding-right: 10px;
     }
     #footer .floatRight{
         text-align: center;
     }
     #main-block .tinymcewysiwyg table img{
         min-width: 70px;
     }
 }
 
 
.breadcrumb-lt{
    display: none !important;
}
 
 
 
 
 
 
 