/*
Theme Name: Retreat-Theme
Author: Peter Gillessen
Description: Design: Anna Roters
Version: 1.0
Text Domain: retreat
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

:root {
    --darkblue: #214464;
    --brokenwhite: #f1f1ef;
    --red: #f28f86;
    --lightviolet: #c7c1dd;
    --yellow: #ead753;
    --blue: #a2c4d3;

    --color1: var(--blue);
    --color2: var(--yellow);
    --color3: var(--red);
}

body {
    background-color: var(--brokenwhite);
}

#retreat-main-wrapper {
    background-color: var(--color1);
    background-size: cover;
    background-position: -20%;
    background-repeat: repeat;
    margin: 0 auto;
	height: 100vh;
	width: 100vw;
	position: relative;
	max-width: calc(100vh * 1.66);
}

header {
    height: 100%;
    width: 25%;
    background-color: var(--brokenwhite);
}

nav {
    width: 100%;
    height: 55%;
    top: 45%;
    display: block;
    position: relative;
    background-color: var(--color3);
}

.logo {
    float:left;
    font-size: 48px;
    font-family: hatton-variable;
    position: absolute;
    top: 60px;
    left: calc(25% - 237px);
    color: var(--color2);
    text-decoration: none;
}

#logo-zwei {
	color: var(--color2);
	font-family: neuemachina;
	font-size: 54px;
}

#logo-space {
	font-size: 10px;
}

.nav-menu {
    text-align: right;
}

.nav-menu li {
    padding: 20px 20px 0 0;
    font-size: 20px;
}

.nav-menu li a {
	font-family: hatton-variable;
	text-decoration: none;
}

.nav-menu li a:hover {
	color: var(--color2);
}

.current_page_item a {
    color: var(--color2);
}

.imprint {
    text-align: left;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.imprint a {
    font-size: 14px;
}

.nav-icon {
	display: none;
	height: 100%;
	width: 60px;
	float: right;
	position: relative;
}

.nav-icon-bar-container {
	clear: both;
	width: 24px;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 12px);
}

.nav-icon-bar {
	margin-bottom: 3px;
	width: 24px;
	height: 0px;
	border-top: 2px solid var(--color2);
}

main {
    font-family: neuemachina;
	position: absolute;
	width: 53%;
	height: 65%;
	top: 20%;
	left: 37%;

    line-height: 1.2;
}

#align-container {
    position: absolute;
    bottom: 0;
    overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    max-height: 100%;
    width: 100%;
    display: block;
}

#align-container::-webkit-scrollbar {
    display: none;
  }

#farbpallette {
    display: none;
}
