
/*  */
/* 
*/
.normal-text{
font-size: 1.1rem !important;
line-height: 1.6 !important;
}

.alt-text {
font-size: 1.25rem !important;
line-height: 1.4 !important;
font-weight: 300 !important;
text-rendering: optimizeLegibility !important;
font-family: "Roboto", sans-serif !important;
}

strong {
font-weight: 700 !important;
}

.mtop {
margin-top: 1.875rem !important;
}

.break {
word-wrap: normal !important;
hyphens: auto !important;
}

.btnkit {
border: 1px solid transparent !important;
padding: 0.375rem 0.75rem !important;
border-radius: 0.25rem !important;
}

.large {
margin-top: 1.875rem !important;
font-weight: 500;
font-size: 1.675rem;
line-height: 1.2;
}

.middle {
padding-top: 1.875rem !important;
font-weight: 700;
font-size: 1.475rem;
line-height: 1.2;
}

.kit-gruen {
color: #00876C !important;
}

.kit-green {
color: #00876C !important;
}

.green {
color: #20b3a3 !important;
}

.lightblue {
color: #69a4de !Important;
}

.hellblau {
background: #69a4de !Important;
}

.blue {
color: #4664AA !Important;
}

.purple {
color: #a3107c !important;
}

.cyan {
color: #079ede !important;
}

.red {
color: #A22223 !important;
}

.weiss {
color: #ffffff !important;
}

#grau-headline {
position: right !important;
padding: 2rem 2.5rem 1.5rem 2rem;
border-top-right-radius: 0.4em;
border-bottom-left-radius: 0.4em;
text-decoration: none !important;
font-size: 2.1rem !important;
font-weight: 600 !important;
text-transform: uppercase !important;
align-self: flex-end !important;
min-height: 75px;
background-color: #e5e5e5;
color: #404040;
margin-top: 1.5rem;
}

#grau-headline::after {
border-bottom: 0rem !important;
}

#blau-headline {
position: right !important;
padding: 2.1875rem 2rem 1.5rem;
border-top-right-radius: 0.4em;
border-bottom-left-radius: 0.4em;
text-decoration: none !important;
color: #ffffff;
font-size: 2.4rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
align-self: flex-end !important;
min-height: 75px;
display: flex;
background-color: #4664aa;
margin-top: 1.5rem;
}

#blau-headline::after {
border-bottom: 0rem !important;
}

#gruen-headline {
position: right !important;
padding: 2.1875rem 2rem 1.5rem;
border-top-right-radius: 0.4em;
border-bottom-left-radius: 0.4em;
text-decoration: none !important;
color: #ffffff;
font-size: 2.4rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
align-self: flex-end !important;
min-height: 75px;
display: flex;
background-color: #20b3a3;
margin-top: 1.5rem;
}

#gruen-headline::after {
border-bottom: 0rem !important;
}

#kit-gruen-headline {
position: right !important;
padding: 2.1875rem 2rem 1.5rem;
border-top-right-radius: 0.4em;
border-bottom-left-radius: 0.4em;
text-decoration: none !important;
color: #ffffff;
font-size: 2.4rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
align-self: flex-end !important;
min-height: 75px;
display: flex;
background-color: #00876C;
margin-top: 1.5rem;
}

#kit-gruen-headline::after {
border-bottom: 0rem !important;
}

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;
}


.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;
}

.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;
}

table.legende {
font-size: 0.8rem;
}


#kleine-headline {
padding: 2.175rem 1rem 0.75rem;
border-top-right-radius: 0.4em;
border-bottom-left-radius: 0.4em;
text-decoration: none !important;
color: #ffffff !important;
font-size: 1.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
align-self: flex-end !important;
min-height: 75px;
display: flex;
background-color: #69a4de;
margin-top: 0.9375rem !important;
margin: 0 0.46875rem;
}

#kleine-headline::after {
border-bottom: 0rem !important;
}
/*  */