/*----------------------------------------Obere-Leiste--------------------------------------------------------*/
/*navigation*/
nav {
    list-style: none;
    list-style-image: none;
}
/*bild*/
.image_container img {
    display: block;
    width: 100%;
    height: auto;
}
/*Obere Leiste*/
body {
    -ms-overflow-style: none;
   /* Internet Explorer 10+ */
    scrollbar-width: none;
   /* Firefox */
    color: #717c8e;
    cursor:default;
}
body::-webkit-scrollbar {
    display: none;
   /* Safari and Chrome */
}
/*Navigationsleiste*/
.header-navigation {
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(125, 125, 125, 0.278);
    margin-right: auto;
    margin-left: auto;
    border:solid #b2b9c4;
    border-width: 0px 1px 1px 1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position:fixed;
    width:100%;
    z-index:2;
    max-width:1278px;
    height: 5.25em;
    top:0;
}
.main-navigation ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.main-navigation > ul > li {
    float: left;
    height: 100%;
}
.main-navigation > ul > li > a, 
.main-navigation > ul > li > strong, 
.main-navigation > ul > li > span.active, 
.main-navigation > ul > li > span.trail, 
.main-navigation > ul > li > span.forward {
    position: relative;
    float: left;
    height: 100%;
    padding: 0 1.429em;
    font-size: 1.06em;
}
.main-navigation > ul > li > a:before, 
.main-navigation > ul > li > strong:before, 
.main-navigation > ul > li > span.active:before, 
.main-navigation > ul > li > span.trail:before, 
.main-navigation > ul > li > span.forward:before {
    content: "";
    display: block;
    height: 45%;
    margin-bottom: -0.71429em;
}
.main-navigation {
    float: right;
    height: 100%;
    width:90%;
    margin-right:5%;
    margin-left:5%;
    padding-right:0;
}
strong, b {
    font-weight: bold;
}
a {
    color: #717c8e;
    text-decoration: none;
    cursor: pointer;
}
/*Logo*/
.logo {
    position: absolute;
    top: 17.5%;
    bottom: 17.5%;
    left: 3.7037%;
    left: calc(3.7037% + var(--safe-area-left));
    margin: 0;
    font-size: inherit;
}
.logo img {
    display: block;
    width: auto;
    height: 100%;
}
/*Boxen verbinden*/
.tagline .image_container {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}
.tagline img {
    display: block;
}
.tagline-no-border .tagline {
    border: 0;
}
.tagline-inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
/*----------------------------------------Anderes--------------------------------------------------------*/
html {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/1.55 Lato, sans-serif;
    color: #717c8e;
    font-size: 100%;
}
/*body*/
body {
    font-family:roboto,"Noto Sans Myanmar UI",arial,sans-serif;
    background-color:white;
    background-attachment:fixed;
    background-position:center center;
    background-repeat:no-repeat;
    width:auto;
    height:auto;
    margin:0;
}
/*Seitenanordnung*/
header {
    position: relative;
    margin: 0 auto;
    background: #ffffff00;
    max-width: 1280px;
    border: solid #e9e9e9;
    border-width: 0 1px;
    box-shadow: 0 0 5px rgba(216, 216, 216, 0);
    padding-top: 0px;
    color: #717c8e;
}
main{
    position:relative;
    margin: 0 auto;
    background: #ffffff00;
    max-width: 1280px;
    padding-top:0.1rem;
    color: #717c8e;
    transform: translate3d(0px, 0px, 0px);
    border:solid #b2b9c4;
    border-width: 0 1px 1px 1px;
    margin-top:0;
    box-shadow: 0 0 5px rgba(216, 216, 216, 0);
   /* display:flex;
    */
    margin-top:5.35em;
    width:100%;
    border-radius:20px;
}
/*Dropdown*/
.show {
    display: block;
}
form{
    width:100%;
}
/*Table*/
table{
    width:100%;
    color:#717c8e;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
   /* border: 1px solid #b2b9c4;
    */
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
td, th{
    width:20%;
    height:50px;
    text-align:center;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px #b2b9c4;
    z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #717c8e;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1 
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
#rcorners3 {
    border-radius: 30px;
    background: url("img/profile.png");
    background-size: 50px;
    padding: 20px;
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
}
br {
    display:block;
    content: "";
    margin-top:10px;
}
.past{
    color:red;
}
.future{
    color:green;
}
.tr_head{
    border-bottom: 1px solid #b2b9c4;
}
.calender_week{
    border-bottom: 1px solid #b2b9c4;
    border-top: 1px solid #b2b9c4;
}
.table_collapse{
    border-collapse: collapse;
}
.button_40 {
    width: 40%;
}
img {
    max-width: 100%;
   /*display: block;*/
}
button {
    border-radius: 10px;
    border-color: snow;
    height:50%;
    cursor:pointer;
}
input{
    background-color: rgb(242, 242, 242);
    border-radius: 20px;
    border:none;
}
input:focus{
    outline: none;
}
.input_label{
    text-align:right;
    margin-right:5%;
}
.input_box{
    border-radius: 24px;
    height: 50%;
    width:30%;
    border-color: #cecece14;
    background-color: #f0f0f0;
    margin-left:5%;
}
.input_field{
    background-color: #ffffff00;
    border-color: #ffffff00;
    height:90%;
    width: 90%;
    padding: 0.75% 5%;
}
.custom_select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0px solid #999;
    background-color: #eee;
    border-radius: 5px;
    vertical-align: middle;
    display: table-cell;
    height:100%;
    border:none;
    margin-left:5%;
}
select{
    cursor:pointer;
}
select:focus {
    box-shadow: none;
    outline: none;
}
option{
    cursor:pointer;
}
.td5{
    width: 20%;
}
.td6 {
    width: 16.6%;
}
.td7 {
    width: 14.2%;
}


.icon{
    float:left;
    padding-left:0 !important;
    padding-right:0 !important;
    height: 95%;
}
.icon_child{
    display:none;
}
.icon:hover>.icon_child,.icon:hover{
    display:table-cell;
    color:green;
}
.element{
    padding-left:0;
    padding-right:10px;
    vertical-align:middle;
}
.profile_plate{
    display:none;
    z-index:10;
    background-color:white;
    width: 20%;
    height: auto;
    margin-left:-3.5%;
    top:7%;
    right:10%;
    position:fixed;
    border: solid #b2b9c4;
    border-width: 1px 1px 1px 1px;
    border-radius:20px;
}
.profile_plate_inner{
    height:80%;
    width:80%;
    padding: 10%;
}

.gericht{
    cursor:help;
}

.user_id, .user_guthaben, .logout, .profile, .register, .login{
    display: inline-flex;
    align-items: center;
}

.links{
    display: flex; /* flex */
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.links::-webkit-scrollbar {
    display: none;
}
.register_content{
    padding: 0 !important;
}
.login_content{
    padding-left: 0 !important;
}
.register_content, .login_content, .content{
    padding-top: 0.65rem !important;
    white-space: nowrap;
}

@media screen and (max-width: 1080px) {
    .header-navigation{
        zoom: 1.25;
        font-size: 100%;
    }
    main{
        zoom:1.25; 
        font-size: 75%;
        margin-top:7em;
    }

    .profile_plate{
        top:15%;
        right:0;
    }

    .icon:hover>.icon_child{
        display:none;
    }

    .user_id > .content, .user_guthaben > .content, .logout > .content{
        padding:0;
        margin:0;
    }
    .user_id, .user_guthaben, .logout{
        padding-right:1%;
    }
}
/* @media screen and (max-width: 750px) {
    .links{
        padding-right:20%;
    }
    #rcorners3{
        top:-100%;
    }
    .profile_plate{
        top:7.5%;
    }
    .input_box{
        width: 60%;
    }
    .input_field{
        width: 87%;
        padding: 1% 6.5%;
    }
    #rcorners3:hover ~ .profile_plate, #rcorners3:active ~ .profile_plate, .profile_plate:hover{
        display: block;
    }
    .user_id, .user_guthaben, .logout{
        display:none;
    }
} */
@media screen and (max-width: 900px) {
    
    .links{
        padding-right:20%;
    }

    #rcorners3{
        top:-100%;
    }
    .profile_plate{
        top:7.5%;
    }
   
    .input_box{
        width: 60%;
    }
    .input_field{
        width: 87%;
        padding: 1% 6.5%;
    }
    
    #rcorners3:hover ~ .profile_plate, #rcorners3:active ~ .profile_plate, .profile_plate:hover{
        display: block;
    }

    .user_id, .user_guthaben, .logout{
        display:none;
    }
}
@media screen and (max-width: 500px) {
    .input_box{
        width: 80%;
    }
    .input_field{
        width: 84%;
        padding: 1% 8%;
    }
}
@media screen and (max-width: 400px) {
    .login{
        right: -15%;
    }
}