
/*  */
/* 
*/
//** FARBEN **//

.kit-gruen {
color: #00876C !important;
}

.kit-gruen-background {
background: #00876C !important;
}

.kit-green {
color: #00876C !important;
}

.green {
color: #20b3a3 !important;
}

.lightgreen {
color: #8CB63C !important;
}

.lightblue {
color: #69a4de !Important;
}

.hellblau {
background: #69a4de !Important;
}

.orange {
color: #DF9B1B !important;
}

.hellorange {
background: #f9af00 !important;
}

.blue {
color: #4664AA !Important;
}

.purple {
color: #a3107c !important;
}

.cyan {
color: #079ede !important;
}

.red {
color: #A22223 !important;
}

.weiss {
color: #ffffff !important;
}


//** TABELLEN **//

table.legende {
font-size: 0.8rem !important;
}

td.kit-gruen {
background-color: #00876C;
color: #ffffff !important;
}


//** LAYOUT **//

.icon {
font-weight: 800 !important;
font-size: 1.3 rem !important;
padding-right: 0.5rem;
}

.padding {
padding-left: 0.5rem;
}

.padding-right {
padding-right: 0.5rem;
}

.text-right {
text-align: right !important;
}

.legende {
font-size: 0.8rem !important;
}

.large {
margin-top: 1.875rem !important;
font-weight: 500;
font-size: 1.675rem;
line-height: 1.2;
}

.middle {
font-size: 1.5rem;
text-align: middle;
font-weight: 700;
}


//** Programm **//

td.hellblau {
background-color: #69a4de;
color: #ffffff !important;
}

table.programm p {
padding-top: 1.1rem;
}

table.programm td {
padding-bottom: 1.5rem;
}

table.programm th {
background-color: #69a4de;
color: #ffffff !important;
}

.normal-text {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

.dropbtn {
  background-color: #20b3a3;
  color: white;
  padding: 0.7rem;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 40rem;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0,0,0,0.2);
  z-index: 1;
  max-height: 20rem;
  overflow: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 0.6rem 0.7rem;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #006E58;
}

.grid-dropdown {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1rem;
    justify-items: start;
}

.dropdown-intro {
    grid-column-start: 1;
    grid-colum-end: 2;
    justify-self: start;
    align-self: start;
}

div.dropdown-intro {
    vertical-align: middle !important;
}

.dropdown-main {
    grid-column-start: 2;
    grid-column-end: span 2;
    justify-self: start;
    align-self: start;
}

.btnkit {
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
/*  */