body {
    background-image: url("/ui/assets/imgs/bg-mid-res.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    color: #333333;
    font-family: sans-serif;
    font-size: 1.2em;
    display: inline-block;
}

h2 {
    color: #999999;
    font-family: sans-serif;
    font-size: 1.1em;
    display: inline-block;
}

a {
    color: #303030;
}

form {
    display: inline;
}

input[type="text"], input[type="password"] {
    width: 75%;
}

.navbar-right {
    background-color: rgba(255, 255, 255, 0.8);
    height: 35px;
    border-bottom-left-radius: 1em;
}

.navbarlinks {
    color: #000000;
    float: right;
}

.navbarlink {
    color: #777777;
}

.navbarlink:hover {
    color: #777777;
    border-bottom-left-radius: 1em;
}


.navbar-icon {
    height: 1px;
}

@media only screen and (min-width: 800px) {
    .navbar-icon {
        height: 90px;
    }
}

.footer {
    text-align: center;
    
}

.footer-icon {
    height: 80px;
}

@media only screen and (min-width: 800px) {
    .footer-icon {
        height: 1px;
    }
}


.content {
    width: 100%;
    margin-bottom: 20px;
    min-height:80%;
}

.box {
    background-color: rgba(255,255,255,0.65);
    border-radius: 1em;
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 10px;
}

@media only screen and (min-width: 1300px) {
    .box {
        background-color: rgba(255,255,255,0.65);
        border-radius: 1em;
        padding: 1em;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        margin-top: 10px;
    }
}

.impressumg-contact {
    width: 25%;
}

.icon-headline {
    width: 18px;
}

.start-bday-entry {
    display: inline-block;
    padding-bottom: 5px;
}

.start-bday-entry-text {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    margin-left: 15px;
}

.start-bday-entry-image {
    display: inline-block;
    vertical-align: top;
}

.start-bday-image {
    border-radius: 0.5em;
    height: 80px;
}

.input-field-id {
    display: inline-block;
    padding-top: 10px;
}

.input-field-value {
    display: inline-block;
    padding-top: 10px;
}

.center {
    text-align: center;
}

input[type="submit"] {
    background-color: #4CAF50; /* Green */
    border-radius: 0.5em;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-thread {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 0.5em;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-edit {
    background-color: #4CAF50; /* Green */
    border: none;
    border-radius: 0.5em;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.button-cancel {
    background-color: #f5e342;
    border: none;
    border-radius: 0.5em;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.button-delete {
    background-color: #f74b1b;
    border: none;
    border-radius: 0.5em;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.notification {
    position: fixed;
    top: 0px;
    left:20%;
    width: 60%;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.error {
    color: white;
    background-color: rgba(255,0,0,0.6);
}

.success {
    color: white;
    background-color: rgba(2, 142, 2, 0.6);
}

.threads-headline {
    color: rgb(50,50,50);
    font-size: large;
    font-weight: bold;
    margin-bottom: 15px;
}

.threads-box-one {
    padding: 5px;
    border-radius: 1em;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    cursor: pointer;
}

.threads-box-two {
    padding: 5px;
    border-radius: 1em;
    background-color: rgba(255,255,255,0.4);
    margin-bottom: 10px;
    cursor: pointer;
}

.threads-box-hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.threads-box-header {
    color: rgb(50,50,50);
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
}

.threads-box-center {
    color: rgb(100,100,100);
    font-size: small;
    font-style: italic;
    margin-bottom: 3px;
    margin-left: 5px;
}

.threads-box-bottom {
    color: rgb(100,100,100);
    font-size: small;
    font-style: italic;
    margin-left: 5px;
}

.thread-headline {
    color: rgb(50,50,50);
    font-size: large;
    font-weight: bold;
    margin-bottom: 5px;
}

.thread-description {
    color: rgb(70,70,70);
    font-size: medium;
    font-style: italic;
    margin-bottom: 10px;   
    margin-left: 5px;
}

.thread-box {
    padding: 5px;
    border-radius: 1em;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.thread-box-author {
    text-align: left;
    padding: 5px;
    border-radius: 1em;
    background-color: rgba(225,225,255,0.5);
    margin-bottom: 10px;
}

.thread-box-header {
    color: rgb(100,100,100);
    font-size: small;
    font-style: italic;
    margin-bottom: 10px;
}

.thread-box-center {
    font-size: medium;
    margin-bottom: 10px;
}

.thread-box-bottom {
    color: rgb(100,100,100);
    font-size: small;
    font-style: italic;
}

.thread-box-answer-field {
    width: 100%;
}

.start-headline {
    color: rgb(50,50,50);
    font-size: medium;
    margin-bottom: 10px;
}

.event {
    padding: 5px;
    border-radius: 0.4em;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 1px;
}

.event-time {
    color: rgb(50,50,50);
    font-size: small;
    font-style: italic;
}

.event-link {
    color: rgb(50,50,50);
    font-size: small;
    text-align: right;
}

.event-description {
    color: rgb(50,50,50);
    font-size: small;
}

.members-headline {
    color: rgb(50,50,50);
    font-size: large;
    font-weight: bold;
    margin-bottom: 15px;
}

.members-box-one {
    padding: 10px;
    border-radius: 0.4em;
    background-color: rgba(255,255,255,0.4);
    margin-bottom: 10px;
}

.members-box-two {
    padding: 10px;
    border-radius: 0.4em;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.members-box-image {
    text-align: center;
}

.members-key {
    color: rgb(50,50,50);
    font-weight: bold;
}

.members-image {
    border-radius: 0.5em;
    width: 60%;
}

.members-badge {
    border-radius: 0.5em;
    width: 60%;
}

.constitution-headline {
    color: rgb(50,50,50);
    margin-bottom: 25px;
    text-align: right;
}

.profile-box {
    padding: 10px;
    border-radius: 0.4em;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
}

.profile-image {
    border-radius: 0.5em;
    height: 80px;
}

.profile-contact-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.right {
    text-align: right;
}
