img {
  max-width: 100%;
  height: auto;
}

h5 {
  font-weight: 500;
  line-height: 1.5 !important;
  color: inherit;
  font-size: 15px !important;
}

.custom-register-project {
	font-size: 16px; font-weight: bold;
}
.custom-register-email {
	font-size: 14px; font-weight: bold;
}


hr {
	border-top: 1px solid #007ac3 !important;
}

.bs-welcome-item {
  border-radius: 4px;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 252px;
  margin: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 0;
}



.headerrahmen {

border: solid 2px #007bb6; 
text-align: center; 
background: #007bb6; 
padding-top: 5px;
margin-top: 60px; 
margin-bottom: 0px; 
margin-right: 5%; 
margin-left: 5%; 
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

.header_unten {

border: solid 2px #007bb6; 
text-align: center; 
background: white; 
padding: 10px; 
margin-bottom: 10px; 
margin-right: 5%; 
margin-left: 5%; 
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px; 
}

.rahmen {border: 4px solid #FF0000;
border-radius: 12px;
-webkit-box-shadow: 2px 3px 6px 1px rgba(0,0,0,0.67); 
box-shadow: 2px 3px 6px 1px rgba(0,0,0,0.67);
max-width: 600px;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
}

.rahmen2 {border: 2px solid #FF0000;
border-radius: 8px;
max-width: 750px;
margin-right: auto;
margin-left: auto;
padding: 20px;
}

.rahmen3 {border: 0px solid #FF0000;
border-radius: 8px;
max-width: 750px;
margin-right: auto;
margin-left: auto;
padding: 20px;
background-color: rgba(255, 255, 255, 1);
}

.r-vbar-page .r-content-col .r-body {
  padding-top: 0px;
}

@media print, (min-width: 768px) {
  .r-vbar-page .r-topheader[data-fixed] + .r-body {
    margin-top: 10px !important;
  }
}

.alert-success {
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  background-color: #fffff !important;
  border-color: #3c763d !important;
  color: #00000 !important;
}

.alert-success {
  background-color: #fffff !important;
  border-color: #3c763d !important;
  color: #00000 !important;
}

.alert-danger {
  background-color: #f2dede;
  border-color: red;
  color: #000;
}
