
body{
    /*background-color: #e3f2fd;*/
}
.container{
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 80px auto 20px;
}
.dashboard{
    display:grid;
    height: auto;
    width: auto;
    min-width: 1300px;
    align-items: left;
    /*justify-content: space-between;*/
    /*padding: 16px 16px;*/
    border-radius: 8px;
    background-color: #fff;
    /*background: rgba(0,0,0,0.7);*/
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    }
.dashboard .dash-text{
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.headline{
    display: grid;
    height: 40px;
    /*align-items:center;*/
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: #2c567b;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    width: 100%;
    cursor: default;

}
.headline .select-text{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-left: 10px;
}

.dash-headline{
    display: grid;
    height: 50px;
    min-width: 1300px;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.dash-headline .headline-text{
    font-size: 17px;
    font-weight: 400;
    background-color:transparent;
    color: #1B6CC6!important;
}

/* only in the 'admin plattfrom' is the speed grafik on top*/
.dash-head-overview{ 
    display: grid;
    height: auto;
    width: 100%;
    /*min-width: 735px;*/
    align-items: center;
    /*justify-content: space-between;*/
    padding: 10px 30px;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border-radius: 8px;
    cursor: pointer;
   background: rgba(0,0,0,0.7);
   /*background: transparent;*/
   box-shadow: 0 8px 15px rgba(0, 0, 0, 0.35);
}
.dash-head-overview .dash-head-overview-text{
    font-size: 17px;
    font-weight: 400;
    color: #333;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.35);
}

/*shows dashborads after selection as admin*/
.dash-admin{
    display: grid;
    height: auto;
    width: 100%;
    min-width: 1300px;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 10px 30px;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border-radius: 8px;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    /*background: transparent;*/
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.dash-admin .dash-admin-text{
    font-size: 17px;
    font-weight: 400;
    /*color: #333;*/
    color: #1B6CC6!important;
}

#myIframeFoto{
    /*max-width: 1500px;*/
    width: 420px;
    /*height: auto;*/
    }

