
/* ----------------------------------------------------------------------------- *
 *                    Styles Maldon Press by www.a-krueger.eu                    *
 *                                   Struktur                                    *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- *
 *                                   Sidebar                                     *
 * ----------------------------------------------------------------------------- */	

.sidebar {
	margin:0; 
    display : inherit;
	padding: 10px; 
	width: 350px; 
	height: auto;
	background: var(--sb-bg);
	border: 1px solid var(--sb-border);
	position: fixed;
}

.sidebar-content {
	background: none;
	height: 100vh;
	width: 100%;
}

.sidebar-box {
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	width: 100%; 
	height: auto;
	flex-direction: column;
	border: none;
}

.item-logo {
	margin:0; 
    display : inherit;
	padding: 20px; 
	width: auto; 
	height: auto;
	-webkit-align-items: center;
	-ms-flex-align:center;
	align-items: center;
	background: none;
}	

.logo {
	max-width: 240px;
	height: auto;	
	margin: 0 auto;
	}

.logo img {
	max-width: 240px;
	height: auto;
	}

/* ----------------------------------------------------------------------------- *
 *                             Sidebar Nav desktop                               *
 * ----------------------------------------------------------------------------- */
.navigation {
	background: none;
	margin-top: 50px;
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	width: 100%; 
	height: auto;
	flex-direction: column;
}

.item-navbar {
	margin:0; 
    display : inherit;
	padding: 10px; 
	width: 100%; 
	height: auto;
	-webkit-align-items: center;
	-ms-flex-align:center;
	align-items: center;
	background: none;
	position: relative;
}

.navbar {
	display : -webkit-flex;
	display : -ms-flexbox;
	display : flex;
	width: 100%; 
	height: auto;
	flex-direction: column;
	position: relative;
}

.nav-content {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	right: 0;
}

.links {
	background: none;
	display: flex;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align:center;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.links a {
	background: none;
	color: var(--sb-nav-links);
	font-family: var(--font-regular);
	font-size: 1.1em; 
	line-height: 1.4em;
	width: 100%;
	padding: 10px;
	text-align: center;
}

.links a:hover {
	opacity: 0.8;
	color: var(--sb-nav-links-hover);
}

/* ---------------------------------------------------------------------------*/
/*                              Header mobile                                 */
/* ---------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 9999;
	top: 0;
	display: none;
	}

#header-limiter {
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0px;
	max-width: 1200px;
	height: 100px;
	position: relative;
	}

#header-bg {
	background: var(--header-bg);
	height: 100px;
	top: 0;
	position: relative;
}

.header-flex-container-row {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: -15px;
	}

/* -----------------------------Logo----------------------------*/

.logo-mobile {
	padding-top: 12px;
	left: 0;
	top: 0;
	position: relative;
	}

.logo-mobile img {
	height: auto;
	max-width: 180px;
	margin: 0;
	margin-left: 15px;
	padding-top: 0;
	position: absolute;
	}

/* ----------------------------------------------------------------------------- *
 *                                Nav Mobile                                     *
 * ----------------------------------------------------------------------------- */

.header-flex-item-menu {
	flex:1;
}

/* Hamburger */
.line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--hb-line-bg);
    margin: 6px auto;
    transition: all 0.5s ease-in-out;
}

.hamburger {
	background-color: var(--hb-bg);
	border: var(--hb-border);
	color: var(--hb-color);
	padding: 15px 30px 15px 15px;
	font-size: 30px;
	cursor: pointer;
  	right: 0;
	margin-right: 0;
  	position: absolute;
  	top: 19px;
	z-index: 2;
}

.hamburger:hover, .hamburger:focus {
	color: var(--hb-hover);
}

.nav-content-mobile {
	display: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	right: 0;
	top: 100px;
	background-color: var(--nav-content-mobile-bg);
	padding-bottom: 15px;
}

.links-mobile a {
	background-color: var(--links-mobile-bg);
	color: var(--links-mobile);
  	font-family: var(--font-links-mobile), sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
  	padding: 15px 25px 0 15px;
  	text-decoration: none;
	text-align: right;
  	display: inline-block;
}

.header-flex-item-menu a:hover, .links-mobile a:hover  {color: var(--links-mobile-hover); text-decoration:underline;}


/* ----------------------------------------------------------------------------- *
 *                                    Main                                       *
 * ----------------------------------------------------------------------------- */	
.main {
	margin:0 auto; 
	margin-left: 350px;
	padding: 10px; 
	width: 100%; 
	height: auto;
	background: var(--main-bg);
}

.main-content {
	margin:0 auto; 
	background: var(--main-content-bg);
	height: 100%;
	width: 100%;
}

/* ----------------------------------------------------------------------------- *
 *                                   Footer                                      *
 * ----------------------------------------------------------------------------- */	

footer {
	width: 100%;	
	background: var(--footer-bg);
	color: var(--footer-text);
}
.footer-content {
	padding: 30px 0 30px 0;
	margin-left: 350px;
}
.footer-box {
	padding: 10px;
	align-content: center;
	margin: 2.5px 2.5px 0 2.5px;
	color: var(--footer-box-text);
}
.footer-box h2 {
	font-family: var(--font-light), sans-serif;
	font-size: 1.5em;
	padding: 10px;
	margin-top: 10px 10px 0 10px;
	color: var(--footer-box-title);
}	

.footer-box p {
	font-family: var(--font-light), sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: var(--footer-box-text);
}

.footer-box ul>li {
	font-family: var(--font-light), sans-serif;
	font-size: 1.0em;
	text-align: center;
	color: var(--footer-box-text);
}

.footer-box a {
	font-size: 1.0em;
	color: var(--footer-box-links);
	text-decoration: none;
}
.footer-box a:hover {
	text-decoration: underline;
	opacity: 0.4;
	color: var(--footer-box-links-hover);
}


