/*
Theme Name:   Aalhaus
Description:  Schreibe hier eine kurze Beschreibung über dein Child-Theme
Author:       wordaal
Author URL:   https://aalhaus.de
Template:     twentysixteen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Aalhaus
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */
/* allgemein */

.site {
  margin: 1vw;
}

.site-content {
  padding: 1vw;
  position: absolute;
  left:30vw;
  max-width: 64vw;
  width: 64vw;
}

/* links */
a {
    color: #4019bb;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #000;	
	}

.entry-content a {
    box-shadow: none;
	text-decoration:underline;
}

/* typo */
site,
.entry-title {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-weight: 100;
}

body,
textarea {
  color: #000;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
}

.entry-content h2 {
  font-size: 1em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
	text-align: justify; 
  -moz-text-align-last: justify; 
  text-align-last: justify;	
  padding-top: 10px;
}


.entry-content h3 {
    font-size: 28px;
    font-size: 1em;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 100;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 0.5em;
}

.entry-content h4 {
	font-weight: 400;
	color: #000 !important;
	text-transform: none;
	font-size: 1em !important;
	text-align: justify;
	line-height: 1.5em;
}

/* Footer */
.site-footer {
  display: none;
}

/* Header */

site, .entry-title {
    display:none;
}

.site-branding {
  margin: 0 auto 0 0;
  width: 30vw;
  top: 2vh;
  position: fixed;
}


.custom-logo {
  max-width: 30vw;
  width: 30vw;
}

.site-header {
  padding: 1%;
}


.site-header-menu {
    font-weight: 100;
    display: block;
    width: 28vw;
    left: 31vw;
    border-bottom: 2px dotted #000;
    padding: 0px;
    position: relative;	
}

.main-navigation {
    font-family: Courier New, Courier, monospace;
	
}

.main-navigation a{
  font-weight: 100;
	color: #4019bb;
	letter-spacing:2px;
	text-decoration:underline;
	  outline-offset: -8px;
    padding: 1em 0 1em 1em;
    white-space: nowrap;
    text-align: center;
}


.main-navigation .current-menu-item > a{
  color: #000;
  font-weight: 100;
	text-decoration:none;
	
}

.main-navigation li:hover > a{
  color: #000;
  font-weight: 100;
	
}

/* Content */

.site-content {
  padding: 1%;
  top: 2vh;
}

.content-area {
  padding: 1%;
  width: 31vw;
  left: 0;
  top: 0;
  border-left: 2px dotted #000;
  border-right: 2px dotted #000;
  height: 100%;
}

.site-inner {
  margin: 0 auto;
  max-width: 99vw;
  position: relative;
}


/* Widget */
.sidebar {
  float: left;
  margin-left: 31vw;
  padding: 0;
  width: 31vw;
}

.widget {
  margin-bottom: 3.5em;
  padding-top: 1.75em;
  display: inline-block;
  width: 100%;
  padding: 10px;
border:none;
}

.widget .widget-title {
  font-family: Courier New, Lucida Typewriter, monospace;
  font-weight: 100;
  text-align: justify;
  text-align-last: center;
}

.widget.zoom-instagram-widget ul li.zoom-instagram-widget__item {
    padding: 0 0 20px 0 !important;
 }

/* Trinkmenü */
.trinkmenu {
    text-align: justify;
    line-height: 2em;
    letter-spacing: 2px;
}

.trinkmenu:after {
  content: '';
  display:inline-block;
  width: 100%;
}


@media screen and (min-width: 44.375em){
body:not(.custom-background-image):before{
    height: 1px !important;
    display:none !important;
}

body:not(.custom-background-image):after {
    bottom: 0;
    height: 0px !important;
}
}

/* Molibe */
@media only screen and (min-width: 308px) and (max-width: 1085px) {
	
	.menu-toggle{
  display:none;
}
	
	.site-header-menu {
    font-weight: 100;
    width: 96vw;
    left: auto;
    border-bottom: 2px dotted #000;
    padding: 5px;
}
	.main-navigation li {
    border-top: none;
    position: relative;
}

.content-area {
  padding: 1%;
  width: 96vw;
  margin-left: 0vw;
	border:none;
	    height: 100%;
}

.site-content {
  padding: 1vw;
  top: 0px;
  position:relative;
  max-width: 96vw;
  width: 96vw;
  left:1vw;
	
}
.custom-logo {
  max-width: 90vw;
  width: 90vw;
}
.site-branding {
    margin: 0 auto 0 0;
    width: 96vw;
    position: inherit;
    z-index: 1000000 !important;
}
	
	.main-navigation a {
    font-weight: 100;
    color: #4019bb;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
	
	.main-navigation .primary-menu {
    border-bottom: none;
}
	
.sidebar {
  padding: 0;
  width: 94vw;
	margin:0;
}
	.entry-content {
    margin-right: 5%;
		margin-left: 5%;
}
}
