html { font-size: 16px; }

body .mobile_ansicht, #inhalt {  font-family: 'Roboto', sans-serif; }

.bold {font-weight: bold;}

h1 {font-family: 'Roboto', sans-serif; border-bottom: none; margin-top: 30px; margin-bottom: 10px; color: rgb(0,135,201); font-size: 1.5rem; }
h3 {font-family: 'Roboto', sans-serif; font-size: 1.3rem; color: #000;}
p, a, a:visited {font-family: 'Roboto', sans-serif; color: #000; font-size: 1rem; line-height: 1.6rem;}
a, a:visited { color: #0099dd; text-decoration: underline; }
a:hover { cursor: pointer; font-weight: bold;}

#rahmen { max-width: 100%; }

#bilderleiste {
    text-align: center;
    position: relative;
    height: 300px;
    vertical-align: top;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
}
/*
#bilderleiste figure { position: absolute; top: 0; width: 100%; animation: wechseln 15s infinite backwards; margin: 0; display: inline-block; z-index: 1;}
#bilderleiste figure img { width: 100%; }

#bilderleiste figure:nth-of-type(5) { animation-delay: 20s; opacity: 0; }
#bilderleiste figure:nth-of-type(4) { animation-delay: 15s; opacity: 0; }
#bilderleiste figure:nth-of-type(3) { animation-delay: 10s; opacity: 0; }
#bilderleiste figure:nth-of-type(2) { animation-delay: 5s; opacity: 0; }

#bilderleiste figure:last-of-type { position: relative; }

@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}
*/

/**
 * CSS SLIDESHOW BILDERLEISTE
 */
  .css_slideshow_bilderleiste {
    display: block;
    height: 300px;
    padding-top: 0px;
    text-align: center;
    
}

  .css_slideshow_bilderleiste .ss_img_element {
    position: absolute;
    width: 100%;
    height: 300px;
    overflow: hidden;
    opacity: 0;
    animation: anim 25s infinite; /* "Duration" ist die Summe der Element Intervalle , zB: 5 Elemente x 5s = 25s gesamt Duration  */
  }

  .css_slideshow_bilderleiste .ss_img_element img {
    height:100%;
    width:100%;
    margin: 0 auto 0 auto;
    object-fit: cover;
  }

  .css_slideshow_bilderleiste .ss_img_element:nth-child(1) {
    animation-delay: 0s;
  }
  .css_slideshow_bilderleiste .ss_img_element:nth-child(2) {
    animation-delay: 5s;
  }
  .css_slideshow_bilderleiste .ss_img_element:nth-child(3) {
    animation-delay: 10s;
  }
  .css_slideshow_bilderleiste .ss_img_element:nth-child(4) {
    animation-delay: 15s;
  }
  .css_slideshow_bilderleiste .ss_img_element:nth-child(5) {
    animation-delay: 20s;
  }

  @keyframes anim {
    /* fadein 0 - 15% */
    0% { 
      opacity: 0; 
      z-index: 100;
    }
    /* hold 15 - 85 % */
    15% { 
      opacity: 1;
    }
    85% { 
      opacity: 1;
    }
    /* fadeout 85 - 100% */
    100% { 
      opacity: 0; z-index: 1;
    }
  }
/**---------------------------------------------------*/


#indiv_kopfbereich { text-align: left; width: 100vw; position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
#indiv_kopfbereich img { flex: 0 0 auto; height: 5rem; margin: 10px; }
#indiv_kopfbereich_zweites_logo { }

#download_bild_img { width: 3rem; }

#div_site_suche_eingabe_id { left: auto !important; right: auto !important; width: auto !important; margin: 5px; }
#div_site_suche_eingabe_id form { left: auto !important; right: auto !important; display: flex; flex-wrap: nowrap; width: 100%; }
#site_suche_eingabe_text_id { color: #000 !important; border: 1px solid grey !important; float: none; display: inline-block; flex: auto; margin: 0 !important; padding: 0 5px !important; height: 38px !important; }
.sucheingabe_symbol { float: none !important; display: inline-block; background-image: url("../../individuell/bilder/suche.png"); background-repeat: no-repeat; background-position: left center; background-size: 40px auto; width: 40px; height: 40px; margin: 0px 0 0 5px; }
.sucheingabe_symbol:hover { background-image: url("../../individuell/bilder/suche_hover.png"); }

.button_mobilansicht_kopf { font-size: 0.7rem; width: 100%; text-align: center }
.button_mobilansicht_kopf a { font-size: 0.7rem; color: grey; }

#indiv_diashow {width: 100vh; z-index: -1; height: auto; margin-top: 45px; overflow: hidden;}
#indiv_diashow img {width: 100vh;}

#inhalt { width: auto; margin-left: auto; margin-right: auto; min-height: auto !important;}
#inhalt ul, #inhalt ol { font-family: 'Roboto', sans-serif; padding: 0 0 0 8px; }
#inhalt li { font-family: 'Roboto', sans-serif; font-size: 1rem; line-height: 1.6rem; list-style-type: square; margin: 0 0 5px 15px; }
#inhalt ol li { list-style: decimal; }

#content table { width: 100%; } 
#content td { padding: 5px; } 
#content td p { padding: 0px; margin: 0px; } 

/*--- Startseite Symbole mit Textleiste oben ---*/
#inhalt #bausteinbereiche_bausteine_1 #indiv_seitenleiste_standard
{ 
display: flex;
justify-content: space-around;
margin: 18px 8px 0 8px;
flex-wrap: wrap;
flex-direction: row;
}


#inhalt #indiv_seitenleiste_standard a, #inhalt #indiv_seitenleiste_standard a:visited {
 text-decoration: none;
 text-align: center;
}


.kurztext_global, .kurztext_global p, .kurztext_global .kurztext_text_div p, td, .nurtext_global, .nurtext_global p, .nurtext_global .nurtext_text_div p
  { sans-serif; font-size: 1rem; font-family: 'Roboto', sans-serif;}
.kurztext_global h3, .kurztext_global h2, .kurztext_global span, .kurztext_global h1, .kurztext_global li, .nurtext_global h3, .nurtext_global h2, .nurtext_global span, .nurtext_global h1, .nurtext_global li, .datei_download_multi h3   { font-family: 'Roboto', sans-serif; }

.nurtext_global, .datei_download_multi { padding: 0; margin: 0 0 10px 0; }
.nurbild_global { padding: 0; margin: 0 10px 10px 0; }
.nurbild_global .nurbild_einzelbildkasten { padding: 0; margin: 0; }

.kurztext_global { background-color: #f0f0f0; margin: 12px 0 12px 0; }
.kurztext_global h3, .nurtext_global h3 { font-size: 1.1rem; font-weight: bold; color: #787878;}
.datei_download_multi h3 { font-size: 1.0rem; font-weight: bold; color: #787878; margin: 13px 0 3px 0;}

.datei_download_multi a { color: #0099dd;}
.datei_download_multi a:visited { color: #0099dd;}

/*-- Standardvorlage individualisiert --*/
#indiv_vorlage1115 .aktivleiste_vorschau, #vorl_501_kachelnavi .aktivleiste_vorschau { background-color: white; padding-top: 80px; }

#indiv_vorlage1115 #indiv_seitenleiste_standard, #vorl_501_kachelnavi #indiv_seitenleiste_standard { display: flex; justify-content: space-around; flex-wrap: wrap; }
#indiv_vorlage1115 #indiv_seitenleiste_standard a, #vorl_501_kachelnavi #indiv_seitenleiste_standard a {  }

#indiv_vorlage1115 .aktivleiste_vorschau p.indiv_ueberschrift_button_aktivleiste, #indiv_seitenleiste_standard p.indiv_ueberschrift_button_aktivleiste
  {font-weight: bold; text-align: center; font-size: 14pt; margin-bottom: 0px;}

#indiv_vorlage1115 .aktivleiste_vorschau p.indiv_text_button_aktivleiste, #indiv_seitenleiste_standard p.indiv_text_button_aktivleiste
  {text-align: center; margin-top: 0px; margin-bottom: 18px;}

#indiv_vorlage1115 .aktivleiste_vorschau a {text-decoration: none;}

#abstandshalter-aktivleiste { display: none; }





/*------- Zählerkarte eintragen - Online Erfassung Zählerstand ----------------*/

#login_zaehlerkarte_div {display: flex; flex-wrap: wrap; justify-content: center; padding: 50px 0;}
#login_zaehlerkarte_div .eine_zeile {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; padding: 8px 0;}
#login_zaehlerkarte_div label {min-width: 120px; padding-right: 5px;}
#login_zaehlerkarte_div input[type="submit"] {min-width: 120px; padding: 4px; border-radius: 3px; border: 1px solid gray;}
#login_zaehlerkarte_div input[type="submit"]:hover {cursor: pointer;}
#login_zaehlerkarte_div input[type="text"], #login_zaehlerkarte_div input[type="password"] {min-width: 120px; padding: 3px 5px; border-radius: 3px; border: 1px solid gray; font-family: 'Roboto', sans-serif; font-size: 16px;}





#indiv_zaehlerkarte {display: flex; flex-wrap: wrap;}
#indiv_zaehlerkarte h2 {width: 100%; color: #0099dd;}


#indiv_zaehlerkarte .indiv_zaehler_infos_zeile {display: flex; flex-wrap: wrap; margin: 8px 0;}
#indiv_zaehlerkarte .indiv_zaehler_infos_zeile .indiv_zaehler_bezeichner {min-width: 180px;}


#indiv_zaehler_eingaben {border: 3px solid #0099dd; border-radius: 5px; padding: 10px 20px; background-color: #0076aa14; margin-top: 25px;}
#indiv_zaehler_eingaben > p {margin: 0;}
#zaehler_stand_eingabe_div {position: relative;}
#zaehler_stand_eingabe_div #zaehler_eingabe_felder {display: flex;}
#zaehler_stand_eingabe_div #zaehler_eingabe_felder .quadrat_zaehler {border: 1px solid black; height: 30px; width: 30px;}
#zaehler_stand_eingabe_div #zaehler_eingabe_felder .quadrat_zaehler_rot {background-color: #ff00003b;}
#zaehler_stand_eingabe_div #zaehler_eingabe_felder .quadrat_zaehler_einheit {height: 30px; padding-left: 5px; display: flex; justify-content: center; align-items: flex-end;}
#zaehler_stand_eingabe_div input[type="text"] {position: absolute; left: 0; top: 0; width: 150px; border: 2px solid black; height: 22px; padding: 3px; font-family: monospace; font-size: 22px; font-weight: bold; letter-spacing: 14px; text-align: right;}
#zaehler_stand_eingabe_div #zaehler_eingabe_komma {position: absolute; left: 153px; top: 0; font-family: monospace; font-size: 35px; font-weight: bold; letter-spacing: 14px; text-align: right;}
input[name="indiv_zaehler_eingabe_senden"] {min-width: 120px; padding: 4px; border-radius: 3px; border: 1px solid gray; margin-top: 15px; background-color: #0099dd; color: white; border-color: white;}
input[name="indiv_zaehler_eingabe_senden"]:hover {cursor: pointer; background-color: #006b9b; color: white;}





/*-- Standardvorlage individualisiert für Startseite --*/

#indiv_vorlage1110 #indiv_startseite_flex_box
{

    display: flex;
    justify-content: center;

}
.bearbeitungsmodus #indiv_vorlage1110 #bausteinbereiche_bausteine_2

{
 display: block;
}

#indiv_vorlage1110 #indiv_startseite_unter_flex_box
{

    flex: 0 0 100vw;
    background-color: #d6ecf6;

}
#indiv_vorlage1110 #bausteinbereiche_bausteine_2
{
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;

}

#indiv_vorlage1110 #kurztext_1_bausteine_2_15

{
    background-color: #d6ecf6;
    flex: 1 1 48%;
    margin: 36px 8px 36px 12px;
}
#indiv_vorlage1110 #kurztext_1_bausteine_2_16

{
    background-color: #d6ecf6;
    flex: 1 1 48%;
    margin: 36px 8px 36px 12px;
}

#indiv_vorlage1110 .kurztext_global h3 {

    margin: 5px 0 0 0;
    color: #0087c9;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;

}



/* --- Diagramm Startseite  ----*/
#indiv_SD_haupt_div { }
#indiv_SD_haupt_div p { font-size: 15px; line-height: 22px; }

#indiv_SD_flexbox { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 0; }

/*#indiv_SD_haupt_div #indiv_SD_flexbox hr { flex-basis: 15%; border: solid 1px #0087c9; height: 0px; margin: 0; }*/

.indiv_SD_linienkreuz { display: flex; flex-direction: column; align-items: center; align-content: stretch; flex-basis: 10%; }
.indiv_SD_border_unten { border-bottom: solid 2px #0087c9; width: 100%; margin: 0; height: 12%; }
.indiv_SD_border_vertikal { border-right: solid 2px #0087c9; width: 0px; margin: 0 auto 0 auto; height: auto; }

#indiv_SD_K1, #indiv_SD_K2, #indiv_SD_K3, #indiv_SD_K4, #indiv_SD_K5, #indiv_SD_K6, #indiv_SD_K7, #indiv_SD_1  { flex-basis: 37%; border: solid 2px #0087c9; height: auto; margin: 0px 0px 40px 0px; }
#indiv_SD_1 { width: auto; max-width: 30rem; flex: none; margin: 50px auto 0 auto; }
#indiv_SD_K7 { width: auto; max-width: 30rem; flex: none; margin: 0 auto 0px auto; }

.indiv_SD_Z1_weiss    { background-color: #ffffff; width: auto; padding: 20px 20px 10px 20px; }
.indiv_SD_Z2_hellblau { background-color: #d6ecf6; width: auto; padding: 10px 20px; }
.indiv_SD_Z3_blau     { background-color: #b4ddf0; width: auto; padding: 10px 20px 20px 20px;  }

.indiv_SD_Z1_weiss h2, .indiv_SD_Z2_hellblau h2, .indiv_SD_Z3_blau h2, #indiv_SD_1 h2 { color: #000000; margin: 0 0 5px 0; }
.indiv_SD_Z1_weiss h2, #indiv_SD_1 h2 { color: #0089c9; }

.indiv_SD_Z1_weiss p, .indiv_SD_Z2_hellblau p, .indiv_SD_Z3_blau p { margin: 0; }

#indiv_SD_1 h2, #indiv_SD_1 p { text-align: center;}


/*

#logo_mobil {
	background-color: #163362;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}
#logo_mobil img {
	width: 80vw;
	animation-name: logo;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes logo {
	from {width: 10vw;}
	to {width: 80vw;}
}

*/

/*---------------- Navi -------------------------------*/


#navigation {
    background-color: #0099dd;
    font-family: 'Roboto', sans-serif;
    position: fixed; z-index: 100; width: 100%; top: 35px; /* von Celi */
    overflow: auto;
    max-height: calc(100% - 35px);
}

#navigation_menu .svg_menu img.aufklappen_menu {
	display: none;
}

#navigation_menu {
    padding: 5px;
    background-color: #0099dd;
    position: sticky; z-index: 100; width: calc(100% - 10px); top: 0px; /* von Celi */
}
#navigation_menu .label_menu_navi {
 color: #fff;
	font-weight: 300;
 font-size: 1.4rem;
}

#navigation_menu .svg_menu a.txt_menue {
	padding: 3px 0 0 10px;
}

#navigation_menu .svg_menu img.einklappen_menu {
    display: none;
}

#navigation ul {
	margin-bottom: 0px;
}

#navigation li {
    background-color: #0099dd;
}

#navigation li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}
#navigation ul li:hover {
    background-color: #0099dd;
}
#navigation ul li a:hover {
    background-color: #0099dd;
}
#navigation ul li ul li {

    background-color: #0099dd;
    display: block;

}
#navigation ul li ul li:hover {

    background-color: #0099dd;

}

 #navigation li a.aktiv {color: #C4E1A9; font-weight: bold; font-size: 1.2rem; }

#navigation ul li ul li.navi3 { background-color: transparent; }
#navigation ul li ul li.navi3:hover { background-color: transparent;  }


/*---------------- Ende Navi -------------------------------*/




/*------- Kachelseite Standard 501 ----------------*/

#bausteinbereich_navigationskacheln .kurztext_global
 {
  background-color: #0087C9; 
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  /*padding: 5px 10px;*/
  padding: 0;
  margin: 12px;
 }

#bausteinbereich_navigationskacheln .kurztext_global:hover { }


#bausteinbereich_navigationskacheln .kurztext_global .kurztext_einzelbildkasten { position: absolute; top: 0; left: 0; margin: 0 0 0 0; padding: 0 0 0 0; }
#bausteinbereich_navigationskacheln .kurztext_global .kurztext_einzelbildkasten p.bildunterschrift { display: none; }
#bausteinbereich_navigationskacheln .kurztext_global .kurztext_bilderleiste { margin: 0 0 0 0; padding: 0 0 0 0; float: none !important; position: absolute; top: 0; left: 0; position: relative; z-index: 20; }
#bausteinbereich_navigationskacheln .kurztext_global .kurztext_text_div { padding: 10px !important; margin: 0; width: 100%; height: auto; position: relative; z-index: 21; }
#bausteinbereich_navigationskacheln .kurztext_global .kurztext_nur_der_text { width: 100%; height: 100%; display: flex !important; }
#bausteinbereich_navigationskacheln .kurztext_global ul#kurztext_linkausgabe { padding: 0; width: 100%; height: 100%; }
#bausteinbereich_navigationskacheln .kurztext_global ul#kurztext_linkausgabe li 
   { 
    padding: 0; 
    margin: 0; 
    list-style-type: none; 
    list-style-image: none; 
    list-style-position: inherit; 
    text-align: center; 
    width: 100%; 
    height: 100%; 
   }

#bausteinbereich_navigationskacheln .kurztext_global h3 { display: none;}

#bausteinbereich_navigationskacheln .kurztext_global a
 {
  color: #fff; 
  font-size: 23px; line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin: auto;
  hyphens: auto;
  list-style-type: none;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
 }

/*#bausteinbereich_navigationskacheln .kurztext_global .kurztext_nur_der_text h3 { margin: auto; hyphens: auto; }*/

#bausteinbereich_navigationskacheln #bausteinbereiche_bausteine_1 { padding: 0 0px 0 0; justify-content: space-around; }

#bausteinbereich_navigationskacheln form.bildausgabe input[type="image"] { margin: 0 0 0 0; width: 300px; }
/*#bausteinbereich_navigationskacheln .kurztext_global .kurztext_bilderleiste { display: none;}*/

/*--- Verbändekarte ---*/

#vkarte { width: 100%; height: auto; display: flex; justify-content: center; flex-flow: column; margin: 30px 0 0 0; text-align: center; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: bold;}

#vkarte img#vk-hdv,  
#vkarte img#vk-wvv,
#vkarte img#vk-mv,
#vkarte img#vk-gsv,
#vkarte img#vk-cev,
#vkarte img#vk-wlv { width: 100%; height: auto; margin: 15px 0 0px 0; }

#vkarte  a { font-family: 'Roboto', sans-serif; font-size: 1rem; color: #000; font-weight: bold; text-decoration: none; }

#vkarte a.vk-hdv-text,
#vkarte a.vk-wvv-text,
#vkarte a.vk-mv-text,
#vkarte a.vk-gsv-text,
#vkarte a.vk-cev-text,
#vkarte a.vk-wlv-text
 { cursor: pointer; hyphens: auto; text-decoration: none; }

#vkarte a.vk-hdv-text { color: #86408F; }
#vkarte a.vk-wvv-text { color: #0087C9; }
#vkarte a.vk-mv-text  { color: #85C14C; }
#vkarte a.vk-gsv-text { color: #FE7604; }
#vkarte a.vk-cev-text { color: #9D0017; }
#vkarte a.vk-wlv-text { color: #216C00; }

#vkarte .vk-hdv-kasten { border: solid 1px #86408F; padding: 10px; margin: 5px 0;}
#vkarte .vk-wvv-kasten { border: solid 1px #0087C9; padding: 10px; margin: 5px 0;}
#vkarte .vk-mv-kasten  { border: solid 1px #85C14C; padding: 10px; margin: 5px 0;}
#vkarte .vk-gsv-kasten { border: solid 1px #FE7604; padding: 10px; margin: 5px 0;}
#vkarte .vk-cev-kasten { border: solid 1px #9D0017; padding: 10px; margin: 5px 0;}
#vkarte .vk-wlv-kasten { border: solid 1px #216C00; padding: 10px; margin: 5px 0;}



/*---------------- Kontaktformalar -------------------------------*/
#kontaktformular {
    min-width: 5em!important;
    max-width: 100%;
}

#kontaktformular label {
    color: #000;
    width: 9rem;
    float: left;
    margin-top: 0.5rem;
}

#kontaktformular textarea {
    width: 100%;
    height: 9rem;
}


/*#kontaktformular input { min-width: 9rem; max-width: 20rem;}*/


/*---------------- Ende Kontaktformalar -------------------------------*/



/*---------------- Fuss-------------------------------*/
#fuss { width: 100%; text-align: left; background-color: #0099dd; position: static; padding-top: 45px; height: auto; font-family: 'Roboto', sans-serif; border-top: none;}

#fuss h3 {margin: 0px; font-size: 1.1rem; color: white; font-weight: normal;}
#fuss p {margin: 0px; font-family: 'Roboto', sans-serif; color:white; }
#fuss a, #fuss a:visited {font-family: 'Roboto', sans-serif; color: #fff; text-decoration: none; }
#fuss a:hover {font-family: 'Roboto', sans-serif; color: #fff; text-decoration: bold; }

#fuss .fuss_unterzeile { width:100%; height: auto; margin: 20px 0 0 0; padding: 20px 0 20px 0; text-align: center; color: #0099dd; background-color: #C4E1A9; font-size: 1rem;  line-height: 1.6rem;}
#fuss .fuss_unterzeile a { color: #0099dd; text-decoration: none; font-size: 1rem; line-height: 1.6rem;}
#fuss .fuss_unterzeile a:hover { color: #0099dd; text-decoration: none; font-weight: bold; }
#indiv_fuss_spalten { display: flex; width: auto; padding: 0 20px; justify-content: space-between; flex-wrap: wrap; }
#indiv_fuss_ersete_spalte { margin: 10px 5px 5px 5px; }
#indiv_fuss_zweite_spalte { margin: 10px 5px 5px 5px; }
#indiv_fuss_dritte_spalte { margin: 10px 5px 5px 5px; }
#indiv_fuss_dritte_spalte td { color: #fff; }
#fuss #invid_fuss_vierte_spalte img { width: 100px; margin: 10px 5px 5px 5px; }

#loginbox { background-color: transparent !important; margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; display: inline-block; }



@media (max-width: 500px) { 
 
 #inhalt #bausteinbereiche_bausteine_1 #indiv_seitenleiste_standard { 
   justify-content: center;
   flex-wrap: nowrap;
   flex-direction: column;
   }
 
 #bilderleiste { height: 200px; width: auto; }
 .css_slideshow_bilderleiste, .css_slideshow_bilderleiste .ss_img_element { height: 200px; }
 
 #kontaktformular label { width: 100% } 
 
 #indiv_vorlage1110 #bausteinbereiche_bausteine_2 { flex-direction: column; flex-wrap: wrap; justify-content: center; }
 
 
 /* Login-Feld Mitarbeiter Login*/
 #login_1 .kat_aktion { width: auto !important;  }
 #login_1 .kat_aktion div:last-child { width: 100%; }
 #login_1 .kat_aktion #kat_objekt_aktion_fenster_kopf { width: 99% !important;  }
 #login_1 .kat_aktion form {  display: flex;  justify-content: center; flex-flow: column; text-align: center; width: auto; }
 #login_1 .kat_aktion br { display: none; }
 #login_1 .kat_aktion form label, #login_1 .kat_aktion form input { float: none !important; width: 90% !important; }
 #login_1 .kat_aktion form input.m_login_button { float: none !important; width: 82px !important; margin: 10px auto 0 auto; }
 

}

@media (max-width: 750px) {
#indiv_fuss_spalten { flex-direction: column; text-align: center; }
#indiv_fuss_dritte_spalte table { margin: 0 auto 0 auto;}
#indiv_SD_flexbox { flex-direction: column; }
.indiv_SD_border_unten { height: 2rem; border: none;}
#indiv_SD_K1, #indiv_SD_K2, #indiv_SD_K3, #indiv_SD_K4, #indiv_SD_K5, #indiv_SD_K6, #indiv_SD_K7, #indiv_SD_1 {  margin-bottom: 0px;}
.indiv_SD_border_vertikal { display: block !important; }
}
