:root {

--cubgreen0: #3BAA35; 	/* Main Primary color */
--cubgreen1: #8ADB85;
--cubgreen2: #5CC457;
--cubgreen3: #22911C;
--cubgreen4: #0D7207;

--cubblue0: #28807C;	/* Main Secondary color (1) */
--cubblue1: #6EB5B2;
--cubblue2: #419390;
--cubblue3: #156D69;
--cubblue4: #065653;

--cublemon0: #99C43D;	/* Main Secondary color (2) */
--cublemon1: #D4F394;
--cublemon2: #B9E264;
--cublemon3: #7CA720;
--cublemon4: #5C8409;


}


body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #c5efc4;
  color: #212529;
  text-align: left;
}

h2, .uppercase { text-transform: uppercase; }


/* Theme */

.weiss {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a {
  color: #3BAA35;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0D7207;
  text-decoration: underline;
}

a.footer {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a.footer:hover {
  color: #8ADB85;
  text-decoration: none;
}

a.cubgreen1 {
  color: #8ADB85;
  text-decoration: none;
  background-color: transparent;
}

a.normal {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
}

a.normal:hover {
  color: #0D7207;
  text-decoration: none;
  background-color: transparent;
}

.bg-cub {
  background-color: #0D7207 !important;
}

a.bg-cub:hover, a.bg-cub:focus,
button.bg-cub:hover,
button.bg-cub:focus {
  background-color: #fff !important;
}

.highlight {
  color: #0D7207;
}

.inhalt {
  padding-top: 100px;
}


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
}


.navbar-cub .navbar-brand {
  color: rgba( 216, 243, 214, 1);
}

.navbar-cub .navbar-brand:hover, .navbar-cub .navbar-brand:focus {
  color: rgba( 255, 255, 255, 1);
}

.navbar-cub .navbar-nav .nav-link {
  color: rgba( 255, 255, 255, 1);
}

.navbar-cub .navbar-nav .nav-link:hover, .navbar-cub .navbar-nav .nav-link:focus {
  color: rgba( 216, 243, 214, 17);
}

.navbar-cub .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-cub .navbar-nav .show > .nav-link,
.navbar-cub .navbar-nav .active > .nav-link,
.navbar-cub .navbar-nav .nav-link.show,
.navbar-cub .navbar-nav .nav-link.active {
  color: rgba( 216, 243, 214, 1);
}

.navbar-cub .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-cub .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-cub .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-cub .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-cub .navbar-text a:hover, .navbar-cub .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}


.card-cubgreen1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #8ADB85;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-cubgreen2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #5CC457;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-cublemon2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #B9E264;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-cublemon1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #D4F394;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-cublemon3 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #7CA720;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-cublemon0 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #99C43D;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  list-style: none;
  background-color: #5CC457;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

.breadcrumb-item .breadcrumb-item:hover::before {
  text-decoration: none;
}

a.krumen {
  color: #0D7207;
  text-decoration: none;
}

.breadcrumb-item:active {
  color: #fff;
}

.krumen {
  color: #0D7207;
}


/* Listen */

.list-ohne {
  list-style: none;
}

.list-group-item-cubgreen {
  color: #000;
  background-color: #3BAA35;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cubgreen.list-group-item-action:hover, .list-group-item-cubgreen.list-group-item-action:focus {
  color: #000;
  background-color: #22911C;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cubgreen.list-group-item-action.active {
  color: #000;
  background-color: #3BAA35;
  border-color: #3BAA35;
  text-decoration: none;
  text-align: center;
}


.list-group-item-cubgreen1 {
  color: #000;
  background-color: #8ADB85;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cubgreen1.list-group-item-action:hover, .list-group-item-cubgreen1.list-group-item-action:focus {
  color: #000;
  background-color: #5CC457;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cubgreen1.list-group-item-action.active {
  color: #000;
  background-color: #8ADB85;
  border-color: #8ADB85;
  text-decoration: none;
  text-align: center;
}


.list-group-item-cublemon1 {
  color: #000;
  background-color: #D4F394;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cublemon1.list-group-item-action:hover, .list-group-item-cublemon1.list-group-item-action:focus {
  color: #000;
  background-color: #99C43D;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cublemon1.list-group-item-action.active {
  color: #000;
  background-color: #D4F394;
  border-color: #D4F394;
  text-decoration: none;
  text-align: center;
}


.list-group-item-cublemon2 {
  color: #000;
  background-color: #B9E264;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cublemon2.list-group-item-action:hover, .list-group-item-cublemon2.list-group-item-action:focus {
  color: #000;
  background-color: #7CA720;
  text-decoration: none;
  text-align: center;
}

.list-group-item-cublemon2.list-group-item-action.active {
  color: #000;
  background-color: #7CA720;
  border-color: #7CA720;
  text-decoration: none;
  text-align: center;
}


.list-group-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  margin-bottom: 0;
}


.list-group-item-cub {
  color: #495057;
  background-color: #c5efc4;
}

.list-group-item-cub.list-group-item-action:hover, .list-group-item-cub.list-group-item-action:focus {
  color: #495057;
  background-color: #c5efc4;
}

.list-group-item-cub.list-group-item-action.active {
  color: #fff;
  background-color: #c5efc4;
  border-color: #c5efc4;
}

/* Buttons */

.btn-cub {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.btn-cub:hover {
  color: #8ADB85;
  text-decoration: none;
}

.btn-cub:focus, .btn-cub.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-cub:disabled, .btn-cub.disabled {
  color: #6EBdB2;
  pointer-events: none;
}



.btn-cubgreen {
  color: #fff;
  background-color: #3BAA35;
  border-color: #3BAA35;
}

.btn-cubgreen:hover {
  color: #fff;
  background-color: #8ADB85;
  border-color: #5CC457;
}

.btn-cubgreen:focus, .btn-cubgreen.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-cubgreen.disabled, .btn-cubgreen:disabled {
  color: #fff;
  background-color: #3BAA35;
  border-color: #3BAA35;
}

.btn-cubgreen:not(:disabled):not(.disabled):active, .btn-cubgreen:not(:disabled):not(.disabled).active,
.show > .btn-cubgreen.dropdown-toggle {
  color: #fff;
  background-color: #8ADB85;
  border-color: #5CC457;
}

.btn-cubgreen:not(:disabled):not(.disabled):active:focus, .btn-cubgreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-cubgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}



.btn-cubblue {
  color: #fff;
  background-color: #28807C;
  border-color: #28807C;
}

.btn-cubblue:hover {
  color: #fff;
  background-color: #156D69;
  border-color: #6EB5B2;
}

.btn-cubblue:focus, .btn-cubblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}



/* Datenschutzhinweis */
.cc_container .cc_btn {
background-color: #065653 !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}

.cc_container {
background: #fff !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #212529 !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
color: #5C8409 !important; /* Textlink-Farbe "Mehr Infos" */
}
