/* @import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap'); */

body {
    font-family: "Lato", sans-serif;
    width:100%;
    
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
}

body {
    background-color: #f3f5f9;
    width: 100%;
}

.wrapper {
    display: flex;
    position: relative;
    width: 100%;
}



.wrapper .sidebar h2 {
    color: #F1C232;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.wrapper .sidebar ul li {
    padding: 15px;
    border-bottom: 1px solid #bdb8d7;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(255,255,255,0.05);
}

.wrapper .sidebar ul li a {
    color: #bdb8d7;
    display: block;
}

.wrapper .sidebar ul li a .fas {
    width: 25px;
}

.wrapper .sidebar ul li:hover {
    background-color: #38761D;
}

.wrapper .sidebar ul li:hover a {
    color: #fff;
}

.wrapper .sidebar .social_media {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.wrapper .sidebar .social_media a {
                display: block;
                width: 40px;
                background: #594f8d;
                height: 40px;
                line-height: 45px;
                text-align: center;
                margin: 0 5px;
                color: #bdb8d7;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }


/*  ----------------------------------------------------------------
  In Moment benutze ich diese nicht
 -------------------------------------------------------------------
 */
.wrapper .main_content {
        width: 100%;
        margin-left: 200px;
    }

.wrapper .main_content .header {
    padding: 20px;
    background: #fff;
    color: #717171;
    border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info {
    margin: 20px;
    color: #717171;
    line-height: 25px;
}

.wrapper .main_content .info div {
    margin-bottom: 20px;
}
.sidenav 
{
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
    padding-left: 0px;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

 /*  ----------------------------------------------------------------
     Bis hier Endet was ich nicht brauch und sie machén kein Sinn jetzt
     ----------------------------------------------------------------
 */




/* Style the sidenav links and the dropdown button */
.sidebar a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #20124d;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidebar a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}


/* Hier muss ich die farbe ändern*/
/*background button ändern wenn wir clicken */
.active {
    background-color: #8FB8DF;
    color: white;
}

.wrapper .sidebar {
    width: 16.65%; /* war: 246px  */
    height: 100%;
    background: #B4AEA8;
    padding: 30px 0px;
    position: fixed;
    padding-left: 0px;
    margin-left: 0px;
    float: right;
}
/* Dropdown container background (hidden by default). Ohne diese zeigt alle was im dropdwon steht*/
.dropdown-container {
    display: none;
    background-color: #D2C7BC;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.container {
    position: page;
    aspect-ratio: auto; /* war : 2/1; */
    border: solid initial 2px;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    scroll-snap-type: x;
    margin-top: 60px;
}
