body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 16px;
}

label {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
}


/*Page Definitionen*/
.page {
    margin-top: 0px;
    background-color: #E2E2E2;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 50px;
}

.page-caption {
    margin-left: 0px;
    font-size: 24px;
    text-transform: uppercase;
    color: #01623F;
}

.page-caption-small {
    margin-left: 0px;
    font-size: 18px;
    color: #01623F;
}

@media (max-width: 1200px) {
    .page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-caption {
        margin-left: 10px;
    }

    .page-caption-small {
        margin-left: 10px;
    }
}

.contribution {
    padding: 15px;
    margin-top: 10px;
    background-color: white;
}

.footer {
    padding:15px;
    margin-top: 30px;
    font-size:14px;
    border-bottom: solid 0px #007A4D;
}


.bottom-border {
    border-bottom: solid 15px #007A4D;
}

.bottom-border-small {
    border-bottom: solid 1px #007A4D;
}

.top-border-small {
    border-top: solid 1px #007A4D;
}

.article-image {
    background-repeat: no-repeat;
    background-size: cover;
    height:150px;
    background-position: center;
    margin:5px;
}

a {
    color:#01623F;
}

.a:hover {
    color:black;
}
.a:focus {
    color:black;
}

.tmb {
    position:relative;
}


.content {
    /*z-index:1;*/
    margin-top:10px;
}

.content p {
    margin-bottom:10px;
}




.main-menu {
    height:40px;
    padding:0px;
    margin:0px;
}


.tab-buttons {
    display:inline-block;
    padding:0px;
}

.tab-button {
    cursor:pointer;
    background-color: white;
    color: #007A4D;
    font-size: 16px;
    padding:6px;
    margin:2px;
    display:inline-block;
    border:solid 1px #007A4D;
	font-weight: bold;
}

.tab-button2 {
    cursor:pointer;
    background-color: white;
    color: #007A4D;
    font-size: 16px;
    padding:6px;
    margin:2px;
    display:inline-block;
    border:solid 1px #007A4D;
	font-weight: bold;
}

.tab-button-active {
    cursor:pointer;
    background-color: #007A4D;
    color: white;
    font-size: 16px;
    padding:6px;
    margin:2px;
    display:inline-block;
	font-weight: bold;
}
.tab-button-active2 {
    cursor:pointer;
    background-color: #007A4D;
    color: white;
    font-size: 16px;
    padding:6px;
    margin:2px;
    display:inline-block;
	font-weight: bold;
}

@media (max-width:640px) {
    .tab-buttons {
        display: block;
        padding:0px;
    }
    .tab-button  {
        display:block;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .tab-button2  {
        display:block;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .tab-button-active  {
        display:block;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .tab-button-active2  {
        display:block;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .input-group {
        width:100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.tab {
    max-height:0px;
    overflow-y: hidden;
    overflow-x:hidden;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.tab2 {
    max-height:0px;
    overflow-y: hidden;
    overflow-x:hidden;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.tab.tab-active {
    max-height:20000px;
    transition: max-height 0.5s ease-in;
}
.tab2.tab-active2 {
    max-height:20000px;
    transition: max-height 0.5s ease-in;
}

.row-header {
    padding:0px;
    margin:0px;
}

.list {
}


#slideshow {
    position: relative;
    height:200px;
}

.slideimage {
    position: absolute;
    margin:0px;
    padding:0px;
    width:100%;
}

.slideimage > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Utility Klassen*/
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.clickable {
    cursor: pointer;
}

.login-form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.login-form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.login-form button {
  text-transform: uppercase;
  outline: 0;
  background:  #007A4D;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.login-form button:hover,.form button:active,.form button:focus {
  background: #01623F;
}
.login-form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.login-form .message a {
  color: #01623F;
  text-decoration: none;
}
.login-form .register-form {
  display: none;
}

.button-register:hover {
    background: #01623F;
}

.button-register {
  text-transform: uppercase;
  background:  #007A4D;
  border: 0;
  padding: 5px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

.button-signout:hover {
    background: darkred;
}

.button-signout {
  text-transform: uppercase;
  background:  red;
  border: 0;
  padding: 5px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
