@media only screen and (max-width: 500px) {
   div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
   div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
      float: none;
   }
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 10px;
}

.csc-textpic-intext-right-nowrap-210 .csc-textpic-text {
  margin-right: 10px;
}

.important {
    color: #880022;
}

.align-center {
    text-align: center;
}

.btn-gesundheit {
    background-color: rgb(174,189,20) !important;
}

.btn-interessen {
    background-color: rgb(238,164,0) !important;
}

.registration-submit-error {
	color: #caa765;
}

.nav-link {
   /* border: 1px solid #45291b; */
   font-weight: bold;
   margin-left: 10px;
}

@media (max-width: 640px) {
    .navbar img.navbar-brand {
        max-width: 200px;
    }
}