.navbar navbar-inverse navbar-static-top{
    display: none;
}

/*
#EntityListControl_7536fc9e9711ed11b83e0022485d1276{
	margin-right: 30px;
}
*/

/*flexbox elements*/
.flex-main{
    display: flex;
    margin-top: 10px;
}
.flex-row1-box1{
    flex:1;
    padding: 20px;
}
.flex-row1-box2{
    flex:1;
    padding: 20px;
    justify-content: center;
}

/*global elements*/
html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
p {
    color: rgb(112, 112, 112);
}

/*classes*/
.hero-section {
    background-color: #ffffff;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.hero-image {
    width: 100%;
    height: auto;
    max-width: 500px;
    /*border: 1px solid black;*/
}
.list-text {
    color: rgb(112, 112, 112);
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 20px;
    list-style-type: disc;
    padding-bottom: 10px;
}
.button-list {
    width: 600px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
}

.nav-buttons {
    /*background*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fffffff;
    color: #50a5eb !important;
    background-image: none;
    background-origin: padding-box;
    background-repeat: repeat;
    background-size: auto;
    height: 35px !important;
  
    /*border*/
    border-color: #50a5eb;
    border-style: solid;
    border-radius:30px;
    border-width: 2px;
    /*box*/
    /*box-shadow: rgb(145, 184, 179) 0px 1px 3px 0px;*/

    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 21px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 6px;
    text-align: left;
}

.nav-buttons:hover {
        background: #50a5eb;
        color:#ffffff !important;
} 

/*id elements*/
#plattform {
    color: rgb(112, 112, 112);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left
}
#projektname {
    color: rgb(112, 112, 112);
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left
}
#title-new-files {
    color: rgb(112, 112, 112);
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: left
}
#text-description-head {
    font-size: 20px;
}
#text-description-content {
    font-size: 16px;
}
#content {
    margin-right: 30px;
    margin-top: 60px;
}
#contactPopup{
    text-shadow: none;
    text-align: left;
    padding-left: 25px;
}

/*calendar whitespace*/
.entitylist {
  margin-top: 50px;
  margin-bottom: 100px;
}
/* Reports AnalyseButtons*/
#analyse-buttons .analyseButton a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    color: #50a5eb;
    background-image: none;
    background-origin: padding-box;
    background-repeat: repeat;
    background-size: auto;
    height: 35px;
    border-color: #50a5eb;
    border-style: solid;
    border-radius: 30px;
    border-width: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 4.5px;
    text-align: left;
    float:left;
}
#analyse-buttons .analyseButton a:hover {
    color:#ffffff;
    background-color:#50a5eb;
    border-color: #50a5eb;
    text-decoration: none;
}