/* CSS Datei Musterstadt Stand 6.4.21 */

@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); */

@font-face {
  font-family: 'FontAwesome';
  src: url('../designs/demo/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../designs/demo/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('../designs/demo/fonts/fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('../designs/demo/fonts/fontawesome-webfont.woff?v=4.7.0') format("woff"), url('../designs/demo/fonts/fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('../designs/demo/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media print {
.screenonly {
   display:none !important;
}
.printonly {
   display:block !important;
}
div#content { width: 100% !important; }
/*   div#header { height: auto; }
   div#logo { float: left; }
   div#logo img { height: 40px; } */
   html, body { margin: 0; }
/*   html, body { height: 297mm; } */
}

html {
   min-height: 100%;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
   font-size: 16px;;
}

body {
   position: relative;
   min-height: 100vh;
   color: #212529;
   display: block;
   min-width: 100%;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
   font-size: 16px;;
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
   margin: 0;
   padding: 0;
}

p { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; ;  }

a,a:visited, a.infolink { text-decoration: none; color: #007bff;}
a:focus, a:hover, a.infolink:hover {text-decoration: underline; color: /* LINKHOVERCOLOR */;}

input[type="text"], input[type="email"], input[type="date"] { 
/*    width:99%; font-size:1em; outline: 0; */
   transition: border-color 1s; 
}

input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus { 
border-color: #003a84; 
}

h1 {
   font-size: 32px;
   font-weight: 400;
/*   line-height: 30px; */
   margin-bottom: 10px;
   color: #003a84;
   margin-top: 0;
}

h2 {
   margin-top:0.5rem;
   margin-bottom:1px;
   color: #011f5d;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
   font-size: 105%;
}

h3 {
   margin-top:0px;
   margin-bottom:0px;
   background-color: #011f5d;
   color: white;
   padding: .5rem .75rem;
   border-bottom: 1px solid rgba(0,0,0,.125);
   font-size: 22px;
   font-weight: 700;
   line-height: 1.5;
}

div#noportrait  {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   min-height: 100%;
   background-color: red;
   background-color: rgba(0,0,110,.8);
   z-index: 990;
   display: none; 
}

.container { padding: 0;
background: linear-gradient(to right,#fff 0,#fff 45%,#dde0e5 55%,#dde0e5 100%);
}

.innercontainer {
   background-color: white;
   max-width: 1110px;
/* padding-right: 15px;
   padding-left: 15px; */
   margin-right: auto;
   margin-left: auto;
}

div.headertextzeile, div.footertextzeile{ background-color: #003a84; width: 100%; border: 1px solid #003a84; font-weight: bold; padding: 0: margin: 0;}
div.footertextzeile{ font-weight: normal;}
div.headertextzeile p, div.footertextzeile p{ color: /* SCHRIFTFARBEGRAU */; padding: 0; margin: 0; padding-left: 1rem;}
div.headertextzeile a, div.footertextzeile a{ color: /* SCHRIFTFARBEGRAU */; padding-left: 7px;}
div.headertextzeile.links, div.footertextzeile.links{ border-left: 0; border-right: 0; }
div.headertextzeile.rechts, div.footertextzeile.rechts{ border-right: 0; }

div#zentralerteil{ 
   background-color: white; 
   border-left: 1px solid #003a84;
}

#footer {
   background-color: #003a84;
   height: 34px;
   line-height: 34px;
   padding: 0 10%;
   position: relative;
/*   margin-top: 10px; */
   margin-bottom: 18px;
}

#footer a , #footer span {
   font-size: 16px;
   font-weight: 400;
   color: #fff;
   text-decoration: none;
   margin-right: 25px;
}

#footer a:hover {
   text-decoration: underline;
}

.nurbeibreitembildschirm{ display: none;} /* wird nur bei breiten Displays eingeblendet */

/* Anwendungsauswahl >> */
a.anwendungsauswahl{
   display: block;   
}

/* << Anwendungsauswahl */




ul {
   list-style-type: circle;
}

ul, ol, dl {
   line-height: 2em;
   margin: 0 0 1em 1em;
}

.navTop-container {
    width: 100%;
    display: flex;
    max-width: 1110px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
}

#navTop {
    display: flex;
    flex-direction: row;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    align-items: baseline;
    max-width: 33.333333%;
    margin-left: auto;
    margin-bottom: 23.5px;
    flex-basis: auto;
}

#navTop ol, #navTop ul , #navTop li {
    list-style: none;
    display: inline-block;
    padding: 3px 5px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#navTop li:last-child {
    padding: 0 25px 0 5px;
}

#navTop a {
    color: #b0b5b9;
}

.fa-facebook-square::before {
    content: "\f082";
}
.fa-facebook-square {
    font-family: "FontAwesome";
    color: #003a84;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    padding: 0 0 0 5px;
}

.navMain-container {
    width: 100%;
    display: flex;
    flex-basis: auto;
    color: #011f5d;
    align-items: center;
    flex-grow: 1;
}

#navMain {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

#navMain ol, #navMain ul {
    list-style: none;
}

#openOffCanvas::before {
    font-family: "FontAwesome";
    margin-right: 5px;
    content: "\f0c9";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#navMain li {
    width: 20%;
    border-left: 2px solid #b0b5b9;
}
#navMain li:last-child {
    border-right: 2px solid #b0b5b9;
}
#navMain li a {
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #011f5d;
    font-weight: 700;
    line-height: 1.5;
    padding: .5em 0rem;
}


span.alignsuper {display: inline!important; color: #212529!important; line-height: 1; margin-left: 0; font-weight: bold;}

a#logo img {
   vertical-align: middle;
   margin-right: 16px;
   padding-right: 25px;
}

#breadcrumb {
   padding: 0 0 20px 0;
   color: white;
   padding: 35px 0 15px 0;
   background-color: #003a84;
}

#breadcrumb .innercontainer {
   background-color: #003a84;
}

#breadcrumb h1 {
   font-size: 31px;
   font-weight: 600;
   color: white;
   margin-bottom: 8px;
   line-height: 37.2px;
}

#breadcrumb a {
   line-height: 24px;
   font-size: 16px;
   font-weight: 400;
   color: white;
   padding-right: 5px;
}

.fa-home {
    font-family: "FontAwesome";
   font-style: normal;
   font-variant: normal;
   font-weight: 900;
}
.fa-home::before {
    content: "\f015";
}

img#headmotiv {
   max-width: 100%;
   float:right;   
   margin-top: 0px;
}

div#flexboxcontainer{
   display: flex;
   flex-direction: row;
}

#header {
    width: 100%;
    position: relative;
   display: flex;
   max-width: 1110px;
   flex-flow: row nowrap;
   ustify-content: flex-start;
   align-items: center;
   padding: 10px 0;
   width: 100%
   margin-right: auto;
   margin-left: auto;
}

#linkespalte {
    float: left;
    height: 1%;
    padding-left: 7px;
    font-size: 12px;
    color: #212529;
    background-color: #fff;
}

div#linkespalte  h3 { color: #212529; font-weight: bold; margin-top: 2em;}
a.infolink { color: #007bff; font-weight: 400;}
a.infolink:hover { color: #007bff; text-decoration: underline;}

#center {
    margin-left: 220px;
    margin-top: 25px;
}

#metanav {
    color: #000000;
    float: right;
    font-size: 0.9em;
}

div#navigation, #kalender {
   padding: 0.5rem;
   float: right;
   padding: 0;
/*   margin-bottom: 70px; */
   order: 5;
   background-color: #dde0e5;
   padding: 50px 0px 0px 20px;
}

div#navigation p {
   padding: 0.5rem;
   margin-top: 0;
   margin-bottom: 0;
}

div#card {
   min-height:100px;
   border:1px solid #003a84;
   background-color: white;
}

#navundcontent {
  background-color:#fff;
  padding-top: 0px;
  /* ORDERED FLEX CONTAINER */
  display: flex;
  flex-direction: row;
}

div#content {
   padding-left: 0;
   background-color: white;
   order: 3;
   padding-top: 50px;
}

table.termine strong {
   text-decoration: none; color: grey; font-weight: normal;
}

#statischelinks {
   margin-top: 18px;
	float: right;
	text-align: right;
}

#nav_menu2 {
    padding:0px;
    margin-top:0px;
    padding-left:10px;
    padding-right:8px;
/*    list-style-image:url("../img/bg.gif");     */
    margin-left:0px;
}
#nav_menu2 li {
    color:#666666;
    font-weight:bold;
    padding-bottom:2px;
}
#nav_menu2 li a {
    color: /* MITTELGRUEN */;
}
#nav_menu2 li.heading {
    color:#666666;
    margin-top:10px;
    list-style-image:none;
    list-style-type:none;
}
#nav_menu2 li.heading2 {
    color:#666666;
    margin-top:0px;
    list-style-image:none;
    list-style-type:none;
}
#nav_menu2 li.heading2 a {
/*    color:#444444; */
    color: black;
    font-weight:normal;
}
#nav_menu2 li.heading2 a:hover {
    color: red;
    font-weight:normal;
}

#nav_menu2 p {
	display: inline;
	padding: 0px;
	margin:  0px;
}

/* NavMenü (Allgemeines Startmenü, typischerweise mit Tagesangaben */
#nav_menu {
    padding:0px;
    padding-left:10px;
    padding-right:8px;
/*    list-style-image:url("../img/bg.gif");  */
    margin-left:0px;
}

#nav_menu li {
    color:#666666;
    font-weight:bold;
    padding-bottom:2px;
}
#nav_menu li a {
    color:#3C74B9;
}
#nav_menu li.heading {
    color:#666666;
    margin-top:14px;
    list-style-image:none;
    list-style-type:none;
}
#nav_menu li.heading2 {
    color:#666666;
    margin-top:0px;
    list-style-image:none;
    list-style-type:none;
}
#nav_menu li.heading2 a {
    color:#444444;
}

/* Warteblende */
div#wartediv  {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   min-height: 100%;
   background-color: rgba(0,73,129,.6);
   z-index: 990;
   display: none; 
}

#formular { padding-bottom: 20px; }


/* Terminbuchungs-/Bestätigungsseite*/
input[readonly] { 
   background: transparent; 
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}
input[type=text], select {
   border: 1px solid lightgrey; 
}
input:focus, select:focus { border: 1px solid #b2b2b2; box-shadow: 0 0 3px #bbbbbb; }
#termindaten label, #terminformular label { width: 10rem; display: inline-block; font-weight: bold; vertical-align: top;}
#termindaten  p , #terminformular p{ padding: 0px; margin: 0px 0px 4px 0px; }
#termindaten textarea { background: transparent; border: none; overflow: hidden; resize: none; font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}
#terminformular input { float: none; }


.highlight {
    border: none;
    padding:4px;
    background-color: white;
    color: #003a84;
    font-weight:bold;
}

.highlight2 {
    padding:4px;
    padding-bottom: 12px;
    background-color: #003a84;
    color: #003a84;
    font-weight:bold;
}

.selection {
    background-color: /* HELLGRAU */;
    color:#666666;
    font-weight:bold;
}

.errormessage {
    border:2px solid #ff0000;
    padding:4px;
    background-color:/* HINTERGRUNDGRAU */;
    color:#ff0000;
    font-weight:bold;
}

fieldset.datenausgabe label  span{ 
  background-color: #011f5d;
  width: 160px;
  padding: 4px;
  color: white;
}

fieldset.termindaten  label span { display: inline-none; }

fieldset#datenausgabe{ margin-left: 0px; padding-left: 0px; border: 0;}
fieldset#datenausgabe div { display: flex; flex-direction: column;}


/* ======= Flatpickr Anfang ====== */
div#terminerinnerung{ 
   display: flex;
   flex-direction: column;
}

div#terminerinnerungslayer{ 
   display: inline-block;
   max-width: 500px;
   margin-left:  -2px;
   margin-top:  0.4rem;
}

label.terminerinnerungslabel {
  display: inline-block!important;
  vertical-align: top;
}


fieldset#datenerfassung fieldset span.eintrag {
  display: flex;
  flex-direction: row;
}
fieldset#datenerfassung span.eintrag > label{
   padding-left: 20px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.5;
color: #212529;   
}

span#terminerinnerungslabel{vertical-align: top;}

div#terminerinnerung input[type=radio]{display:  inline; max-width: 20px;  }    
input[type=submit]{ padding: 10px; background-color: lightcyan; }
#flatpickr{min-width: 180px!important; width:  190px!important;}    
.flatpickrs{min-width:  200px;}

/* ====== Flatpickr Ende ======= */

@media screen{
   fieldset#datenausgabe{ border: 2px solid #011f5d; }
}
   
fieldset#datenausgabe  div { display: flex;}
fieldset#datenausgabe  div span{ display: inline-block; max-width: 360px;}
fieldset#datenausgabe div span{  padding-left: 0.2rem; word-wrap:break-word; padding-top: 0.2rem;}
fieldset#datenausgabe input{ padding-left: 0.2rem; padding-top: 0.2rem; padding-bottom: 0.2rem;}
fieldset#datenausgabe label {min-width: 250px; ; padding-left: 0.2rem; padding-right: 0.2rem;  padding-top: 0.2rem; padding-bottom: 0.2rem; color: white; font-weight: normal; display: inline-block; /* float: left; */}
fieldset#datenausgabe label {display: inline-block;  margin-top: 0; margin-bottom:2px; border: 0; }


fieldset#datenerfassung{ margin-left: 0px; border: 0; padding: 10px; border: 2px solid #011f5d; margin-bottom: 20px;}
fieldset#datenerfassung span{ display: inline-block;}
fieldset#datenerfassung input{ padding-left: 0.2rem; padding-top: 0.2rem; padding-bottom: 0.2rem;}
fieldset#datenerfassung label span{min-width: 250px; ; padding-left: 0.2rem; padding-right: 0.2rem;  padding-top: 0.2rem; padding-bottom: 0.2rem; color: white; font-weight: normal; display: inline-block; margin-top: 5px; }
fieldset#datenerfassung label {display: block;  margin-top: 0; margin-bottom:0; border: 0; margin-bottom:2px;}
:placeholder-shown { color: grey; font-weight: normal; font-style: italic;}

#gebhinweis, #datumshinweis  { font-style: italic; color: grey !important; }
#gebfehler, #datumsfehler { font-style: italic; color: red !important; }

table.termine {
    border-collapse:separate;
    border-spacing:0px;
    width:100%;
    border:1px solid #011f5d;
    margin-bottom:20px;
    background-color: white;
}
table.termine th {
    text-align: left;
    background-color: #011f5d;
    border:1px solid #011f5d;
    color: white;
    padding:4px;
    width:95px;
}
table.termine td {
    text-align: center;
    border: 1px solid #011f5d; 
    padding:4px;
    color: black;
}
table.termine td a {
    color: black;
    text-decoration: none;    
}
table.termine span:hover, table.termine span:active {
    text-decoration: none;
}

table.termine .available a {color: #bad700; font-weight: 700; }
/* FOLGENDE 2 ZEILEN ALS ALTERNATIVE ZU VORHERIGE */
table.termine .available {background-color: #bad700; }
table.termine .available a {color: #212529; font-weight: 400; }

table.termine .notavailable a {color: grey!important; }

table.appointment tr {height: 1.1rem;}
table.appointment  th {padding-right: 10px; text-align: left;}


form table {
    border-collapse:separate;
    border-spacing:0px;
    width:100%;
    border:1px solid #011f5d;
    margin-bottom:20px;
    margin-top:20px;
    background-color: white;

}
form table th {
    width:100px;
    text-align: left;
    background-color: #011f5d;
    border:1px solid  #011f5d;
    padding:4px;
    font-weight:normal;
    color: white;
}
form table td {
    text-align: left;
    padding:4px;
    font-weight:normal;
/*    text-align: right; */
    background-color: white;
    padding-right:15px;
    margin-right:4px;
    border:1px solid #011f5d;
}

form table input { border: 1px solid lightgrey; }

form table tfoot td {
    border:1px solid #011f5d;
    background: #011f5d;
}
div.highlight_content {

    background-color: white;
    padding:4px;
    min-height:400px;
    color: #003a84;
}
div.highlight_content a  {
    color: #003a84;
    font-weight:normal;
}

/* Einträge für anliegenauswahl */
.menuepunkt, .untermenuepunkt {width: 100%; margin:0; padding:0; margin-bottom: 4px; list-style:none; }
label.menuepunkt { display: block; height: 120%; border-bottom: 1px solid #003a84;}
label.menuepunkt span { display: inline-block; float: left; max-width: 85%;}
.untermenuepunkt{  font-weight: normal;  list-style: none; }
.menuepunkt li { font-size: 1.2em; font-weight: bold; color: #011f5d; }
.untermenuepunkt li { color: #212529!important; border-bottom: 1px solid #003a84; font-weight: normal; font-size: 16px;; }
.untermenuepunkt .mpunkt { display: inline-block; line-height: normal; margin-top: 8px; margin-bottom: 10px; max-width:85%; }
.rechts { display: inline-block; float: right; vertical-align: top;}
.clearbox{clear:both; }
div#buttonfeld{margin-top: 10px;}

button, input[type="submit"], a.anwendungsauswahl {
   color: white;
   background-color: #003a84;
   border: none;
   padding: 6px 12px;
   margin-top: 10px;
   line-height: 24px;
}
.appointment input[type="submit"] {
   color: #007bff;
   background-color: white;
}
button:hover, input[type="submit"]:hover, a.anwendungsauswahl:hover
{
   background-color:  #007bff;
}

button:disabled
{
   background-color:  #007bff;  
}

#impressum { 
   margin-left: 14%; 
   margin-top: 4px; 
   float: left; 
   z-index: 5; 
   text-decoration: none; 
   color: white; 
   font-size: 0.8rem;
   
}

.infolink:hover {
		text-decoration: none;
	}
.anzahlauswahl { width: 3rem; height: 1.5rem; padding: 0px; margin-top:0; background-color: #fff; }
.untermenuepunkt    .anzahlauswahl {background-color: white;} /* alle Elemente anzahlauswahl, die (auch indirekter) Nachfahre von .untermenuepunkt sind */

/* Tooltip */
.tooltip {
/*	cursor: pointer; */
	text-decoration: none;
	position: relative;
}

.tooltip span {
	margin-left: -999em;  /* Links im nicht sichtbaren Bereich */
	position: absolute;
}

.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 1.5em; z-index: 99;
	margin-left: 0; width: 250px;
	transition-delay:0.5s;
}

.tooltip:hover + img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
.tooltip a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

 .xbtooltip {
display: none;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 6px 6px rgba(0, 0, 0, 0.3); -moz-box-shadow: 6px 6px rgba(0, 0, 0, 0.3);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 1.5em; z-index: 99;
	margin-left: 0; width: 400px;
	padding: 5px;
/*	transition-delay:0.5s; */
}

.xbtooltip em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
	margin-left: 40px;
}


/* Einträge für die standortauswahl-Seite mit der Grafik */
div#standortauswahl { min-height: 880px;}
	img.tooltip {
		text-decoration:none;
	}
	a.tooltip {
		text-decoration:none;
		color:black;
		position:absolute;
		top:0;
		left:0;
	}
	.tooltip span.info {
		display:none;
	}
	.tooltip:hover span.info {
		margin:0px;
		padding:5px;
		display:block;
		position:absolute; 
		width:180px; 
		/* height:40px;   */
		background-color:#FEFEE0;
		border:1px solid black;
		font-family:Arial;
		font-size:8pt;
	}
	div#grafik {
   	position:absolute;
		min-height:500px;
		margin:0;
		margin-top:0px;
		padding:0;
		border:0px;
   }
	img {
		margin:0;
		padding:0;
		border:0;
	}
	div#plan {
		left:0;
		top:0;
		z-index:0;
	}
	div#SANDHOFEN
	{
 	   position:absolute;
		left:177px;
		top:255px;
		z-index:120;
	}


/* fuer das tempus dialogsystem / formalis */

span.alignsuper {display: inline!important; color: #212529!important; line-height: 1; margin-left: 0; font-weight: bold;}

.dialogsys fieldset#datenerfassung {border: 2px solid #011f5d;}

.dialogsys fieldset#datenerfassung .abslabel {padding-left: 0.2rem; padding-right: 0.2rem; padding-top: 1rem; padding-bottom: 0.3rem; color: #011f5d; }

.dialogsys.progress {
   font-size: 13px;
   font-style: italic;
   opacity: 0.7;
   color: #7c7b77;
}

.dialogsys.progress a {
   color: #7c7b77;
}

.dialogcontainer {
   display: flex;
   flex-direction: column;
   justfy-content: center;
   margin-bottom: 50px;
}

.dialogcontainer p {
   font-size: 20px;
}

.dialogcontainer p#frage {
   font-weight: bold;
}


.antwortencontainer {
   display: flex;
   flex-direction: row;
   justify-content: center;
}

.antwortencontainer a.antwort {
   padding: 15px !important;
}

.dialogsys.antwort {
/*   min-width: 60px;
   max-width: 180px; */
   margin: 7px;
   padding: 2px 8px 2px 8px;
   padding: 5px;
   border-top: 1px solid #CCCCCC;
   border-right: 1px solid #333333;
   border-bottom: 1px solid #333333;
   border-left: 1px solid #CCCCCC;
   border-radius: 5px;
   cursor: pointer;
   text-decoration: none;
   text-align: center;
   color: black;
   flex: 1 1 120px;
   background-color: #007bff;
}
/*<<*/

