/*
Theme Name: LD2 classic
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Karl Wolf
Author URI: https://wordpress.org/
Description: Custom Theme for Landesberufsschule Dornbirn zwei
Version: 1.0
Text Domain: ld2
*/



body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
}

.container {
    margin: 0 auto;
    width: 1024px;
}

/* COMPARMENT */

.compartment {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 36px;
    /* box-sizing: border-box; */
    margin-top: -1px;
    background-size: cover;
}


/* FRONTPAGE MENU */

.frontpage-menu {
    text-align: center;
}

.frontpage-menu li {
    list-style: none;
    display: inline-block;
    padding: 1em;
}

.hero {
    text-align: right;
    
    /* float: right; */
}

.hero h1 {
    font-size: 5vh;
}

/* SIDEBAR */


.sidebar-toggle {
    z-index: 100;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0px;
    top: 0px;
    /* padding: 10px; */
    margin: 0;
    background-color: white;
    /* background-color: yellow; */
}

.sidebar-toggle-inner {
    transform: rotate(-90deg);
    transform-origin: top left;
    margin-top: 99vh;
    /* padding: 10px; */
    height: 20px;
    width: 90vh;
    padding: 10px;
    /* background-color: red; */
    display: block;
    text-align: right;
}

.sidebar-toggle .sidebar-title {
    margin-right: 20vh;
}

.sidebar {

    z-index: 50;
    background-color: white;

    height: 100%;
    position: absolute;
    /* background-color: red; */
    left: 40px;
    top: 0px;
    padding: 2em 0;
    overflow: hidden;

    border-right: 1px solid black;

    text-transform: uppercase;
    font-weight: 300;

    transition: 0.1s;
    width: 0px;
}

.sidebar-open {
    width: 320px !important;
}

.sidebar ul {
    /* padding: 0;
    margin: 0; */
}

.sidebar li {
    list-style: none;
    padding: 1em;
}

.sidebar a, .sidebar a:hover, .sidebar a:visited {
    text-decoration: none;
    color: black;

}