:root {
     --style-color-orange: #f07d00;
     --style-color-violet: #312974;
     --style-color-gray: #eeeeee;
     --style-color-inactive: #cccccc;
     font-family: Arial;
     font-size: 12pt;
     color: black;
}
 @media (min-width: 805px) {

    .menuItemHamburgerMenu {
         display: none;
    }
     .menuItemList {
         justify-content: flex-start;
    }
}
 @media (max-width: 806px) {
     .menuItem {
         display: none;
    }
     .menuItemList {
         justify-content: center;
    }
     .menuItemSubMenu {
         display: none;
    }
    
    .menuItemHamburgerMenu {
         display: flex;
    }
}
 body {
     margin: 0px;
     padding: 0px;
     width: 100%;
     height: 100%;
     background-color: var(--style-color-gray);
}
 .content {
     width: 100%;
}
 .contentHeader {
    /* background-color: var(--style-color-violet);
     */
    /* background-image: linear-gradient(to left, white, var(--style-color-orange), var(--style-color-violet));
     */
    /* background-image: linear-gradient(to top, var(--style-color-violet),var(--style-color-violet), white);
     */
     background-color: #d6d5df;
     position: fixed;
     width: 100%;
     top: 0;
     display: flex;
     flex-direction: column;
     align-items: flex-end;
}
 .contentFooter {
     background-color: var(--style-color-violet);
     position: fixed;
     width: 100%;
     bottom: 0;
     color: white;
}
 .contentBody { 
     margin:0px;
     padding-top: 128px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 62px;
}
 .contentSectionParagraphTitle {
     text-align: center !important;
}
 .contentSectionParagraphTitle * {
     text-align: center !important;
}
 .contentSection {
     padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 10px;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
}
 .contentTitle {
     width:100%;
     flex: 1 0 auto;
     display: flex;
     flex-wrap: nowrap;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
}
 .titleInfoIcon {
     height: 96px;
     padding: 10px;
}
 #contentTitleSmileySprechen {
     height: 64px;
     margin: 10px;
    : 10px;
     padding: 10px;
}
 #contentTitleSmileyStimme {
     height: 64px;
     margin: 10px;
     padding: 10px;
}
 .footerInfoIcon {
     height: 48px;
}
 .contentHeader * {
    /* background-color: var(--style-color-violet);
     */
     color: white;
     font-family: Arial;
     font-size: 14pt;
     font-weight: bold;
     border: none;
     outline: none;
     overflow: hidden;
     text-decoration: none;
     text-align: left;
}
/* The navigation menu */
 .menuItemList {
    /* border-top-left-radius: 100% 100%;
     */
    /* background-color: var(--style-color-orange);
     */
     background-color: var(--style-color-violet);
     height: 38px;
     width: 100%;
     flex: 1 1 auto;
     display: flex;
     align-items: flex-end;
    /* justify-content: flex-start;
     */
}
/* Navigation links */
 .menuItem {
     float: left;
     padding-top: 6px;
     padding-bottom: 4px;
     padding-left: 20px;
     padding-right: 20px;
     margin-left: 5px;
     margin-right: 5px;
    /* border-top-left-radius: 20% 100%;
     */
    /* border-top-right-radius: 20% 100%;
     */
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     background-color: var(--style-color-violet);
     cursor: pointer;
}
 .menuItemHamburgerMenu {
     width: 100%;
     justify-content: center;
     padding-top: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     padding-right: 0px;
     margin-left: 0px;
     margin-right: 0px;
     background-color: var(--style-color-violet);
}
 .menuItemHamburgerMenuList {
     display: none;
     position: absolute;
     top: 154;
     left: 0;
     flex-direction: column;
     flex-wrap: nowrap;
     width: 100%;
     height: 100vh;
     align-items: center;
     justify-content: flex-start;
     background-color: var(--style-color-orange);
}
 .menuItemHamburgerMenu:hover {
     /* background-color: var(--style-color-orange); */
}
#menuHamburgerMenu {
    width: 100%;
}

#menuItemHamburgerMenuButton {
     border: none;
     outline: none;
     background-color: inherit;
     font: icon;
     font-family: inherit;
     font-size: 34px;
     margin: 2px;
     text-align: center;
     width: 100%;
     height: 100%;
     cursor: pointer;
     padding: 0px;
     margin: 2px;
}
 .menuItemHamburgerMenuItem {
     border: none;
     outline: none;
     background-color: inherit;
     font-family: inherit;
     font-size: 24pt;
     margin: 0px;
     padding: 10px;
     border-radius: 20px;
     width: 300px;
     text-align: center;
     cursor: pointer;
}
 .menuItemHamburgerMenuItem:hover {
     background-color: var(--style-color-violet);
}
/* The subnavigation menu */
 .menuItemSubMenu {
     float: left;
     background-color: var(--style-color-violet);
     cursor: pointer;
}
/* Subnav button */
 .menuItemSubMenu .menuItemSubMenuButton {
     border: none;
     outline: none;
     color: white;
     padding-top: 6px;
     padding-bottom: 4px;
     padding-left: 20px;
     padding-right: 20px;
     margin-left: 5px;
     margin-right: 5px;
    /* border-top-left-radius: 20% 100%;
     */
    /* border-top-right-radius: 20% 100%;
     */
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     background-color: inherit;
     font-family: inherit;
     margin: 0;
}
/* Add a red background color to navigation links on hover */
 .menuItem:hover, .menuItemSubMenu:hover .menuItemSubMenuButton {
     background-color: var(--style-color-orange);
}
/* Style the subnav content - positioned absolute */
 .subMenuItemList {
     display: none;
     position: absolute;
     min-width: 160px;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index: 1;
     border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
     background-color: var(--style-color-orange);
}
/* Style the subnav links */
 .subMenuItem {
     background-color: var(--style-color-orange);
     color: white;
     padding-top: 6px;
     padding-bottom: 4px;
     padding-left: 20px;
     padding-right: 20px;
     text-decoration: none;
     display: block;
     border: none;
     outline: none;
     width: 100%;
}
/* Add a grey background color on hover */
 .subMenuItem:hover {
     background-color: var(--style-color-violet);
     color: white;
}
/* When you move the mouse over the subnav container, open the subnav content */
 .menuItemSubMenu:hover .subMenuItemList {
     display: block;
}
 .footerInfo {
     display: grid;
}
 .footerInfoTitle {
     font-size: 16pt;
     font-weight: bold;
     margin-block: 10px;
}
 #footerInfoContentAnfahrt {
     grid-column: 1;
}
 #footerInfoContentMitgliedschaften {
     grid-column: 2;
}
 .footerSubInfoTitle {
     font-size: 12pt;
     font-weight: bold;
     margin-block: auto;
}
 .footerSubInfoText {
     font-size: 12pt;
     font-weight: normal;
     margin-block: auto;
}
 .footerSubInfoMail {
     font-size: 12pt;
     font-weight: plain;
     margin-block: auto;
     color: white;
}
 .footerSubInfo {
     display: flex;
     flex-direction: column;
     align-items: center;
}
 .footerItemList {
     display: flex;
     font-size: 12pt;
     font-weight: bold;
}
 .footerItem {
     float: left;
     padding: 6px;
     margin: 2px;
     border-radius: 10px;
     background-color: var(--style-color-violet);
}
 .footerItemButton {
     text-decoration: none;
     border: none;
     outline: none;
     background-color: inherit;
     color: inherit;
     font-family: inherit;
     font-size: inherit;
     font-weight: inherit;
}
 .footerItem:hover, .footerItemButton:hover {
     color: var(--style-color-orange);
}
 #sectionStartseiteAktuellesHeader {
     margin-top: 30pt;
}
 #sectionStartseiteInfo {
     display: none;
}
 #sectionStartseiteStimme img {
     width: 128px;
     margin-bottom: 100px;
     display: none;
}
 #sectionStartseiteSprechen img {
     width: 128px;
     margin-top: 100px;
     display: none;
}
 #sectionStartseiteStimme {
     margin: 20px;
     font-weight: bold;
     font-size: 18pt;
     text-align: left;
}
 #sectionStartseiteSprechen {
     margin: 20px;
     font-weight: bold;
     font-size: 18pt;
     text-align: right;
}
 #sectionStartseiteImage {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: nowrap;
     flex-direction: row;
}
 div#sectionElementBehandlungLogopaedie {
    /* 
    max-width: 50%;
    width: -webkit-fill-available;
    height: auto; 
    */
}
 div#sectionElementBehandlungKinder {
    /* 
    max-width: 50%;
    width: -webkit-fill-available;
    height: auto; 
    */
}
 div#sectionElementBehandlungErwachsene {
    /* 
    max-width: 50%;
    width: -webkit-fill-available;
    height: auto; 
    */
}

 div#sectionElementCorneliaRohrmeier {
    /* 
    max-width: 50%;
    width: -webkit-fill-available;
    height: auto; 
    */
}
 div#sectionElementSusanneGarbers {
    /* 
    max-width: 50%;
    width: -webkit-fill-available;
    height: auto; 
    */
}
 div#sectionAnmeldungElementKontakt {
   max-width: 640px;
   width: 100%;    
}
 div#sectionAnmeldungElementInfo {
   max-width: 640px;
   width: 100%;   
}
 div#sectionAnfahrtElementKontakt {
	max-width: 640px;
	width: 100%;   
}

 div#sectionAnfahrtElementAnfahrt {
   max-width: 640px;
   width: 100%;
}

div#sectionAnfahrtElementKontaktParkplatz {
    min-width: 300px;
    width: 46%;
    margin: 10px;
}

div#sectionAnfahrtElementKontaktStrasse {
     min-width: 300px;
     width: 46%;
     margin: 10px;
}

div#sectionAnfahrtElementAnfahrtMap {
     padding: 10px;
}

img#sectionAnfahrtElementKontaktParkplatzBild {
    object-fit: contain;
    margin: 0;
}

img#sectionAnfahrtElementKontaktStrasseBild {
    object-fit: contain;
    margin: 0;
}

div#sectionAnfahrtElementKontaktBilder {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

 .sectionElementList {
     display: flex;
     align-content: center;
     justify-content: center;
     flex-direction: row;
     flex-wrap: wrap;
}
 .sectionElement {
    min-width: 320px;
    min-height: 320px;
     width: auto;
     height: auto;
     background-color: #d6d5df;
     border: #cccccc solid medium;
     margin: 10px;
     border-radius: 20px;
}
 .sectionElementLink {
     cursor: pointer;
}
 .contentSectionParagraphIcon {
     height: 64px;
}
 .contentSectionParagraph {
     font-family: Arial;
     font-size: 16pt;
     font-weight: normal;
     text-align: left;
     margin: 5px;
     padding: 5px;
}
 .contentSectionParagraphHeader1 {
     font-weight: bold;
     font-size: 24pt;
     color: var(--style-color-orange);
     margin-top: 20px;
     margin-bottom: 5px;
     text-align: center;
}
 .contentSectionParagraphHeader2 {
     font-weight: bold;
     font-size: 18pt;
     color: var(--style-color-orange);
     margin-top: 10px;
     margin-bottom: 5px;
}
 .contentSectionParagraphHeader3 {
     font-weight: bold;
     font-size: 16pt;
     margin-top: 5px;
     margin-bottom: 5px;
}
 .contentSectionParagraphMail {
     font-weight: normal;
     font-size: 14pt;
     color: var(--style-color-orange);
     margin-bottom: 5px;
     text-decoration: unset;
}
 .contentSectionParagraphLink {
     font-weight: normal;
     font-size: 14pt;
     color: var(--style-color-orange);
     margin-bottom: 5px;
     text-decoration: unset;
}
 .contentSectionParagraphText {
     font-weight: normal;
     font-size: 14pt;
     margin-bottom: 5px;
}
 .contentSectionParagraphMap {
     width: 100%;
     min-height: 400px;
     border-radius: 20px;
     border-color: var(--style-color-orange);
     border-style: solid;
     border-width: thick;
}
 .contentSectionList {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 .contentSectionListEntry {
     margin-bottom: 10px;
}
 .contentSectionListEntryInfo {
     font-style: italic;
}
 .contentSectionParagraphImage {
     max-width: 300px;
     max-height: 300px;
     margin: 10px;
     border-radius: 20px;
     border-color: var(--style-color-orange);
     border-style: solid;
     border-width: thick;
}
 .contentSectionInfo {
     font-size: 12pt;
     font-weight: normal;
     text-align: center;
}
 .contentSectionInfoIcon {
     height: 64px;
}
 .contentSectionInfoTitle {
     font-weight: bold;
}
 .contentSectionInfoText {
}
 .contentSectionInfoLink {
     color: black;
     text-decoration: unset;
}
 .contentSlideShow * {
     box-sizing:border-box;
}
 .contentSlideShow {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     align-content: center 
}
 .contentSlideShowSlide {
     max-width: 350px;
     min-width: 350px;
     width: auto;
     margin: 10px;
}
 .contentSlideShowImage {
     width: 100%;
     border-width: thick;
     border-color: var(--style-color-orange);
     border-style: solid;
     border-radius: 20px;
     cursor: pointer;
}
 .active, .contentSlideShowDot:hover {
     background-color: var(--style-color-orange);
}
 #contentSlideShowModal {
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     padding: 20px;
     overflow: auto;
     background-color: black;
     color: white;
     font-size: 20pt;
     align-items: center;
    justify-content: center;
}
 .contentSlideShowModalButton {
     color: white;
     font-size: 40pt;
     margin: 20px;
     cursor: pointer;
}
 .contentSlideShowModalButton:hover {
     color: var(--style-color-orange);
}
 #contentSlideShowModalImage {
     display: block;
     object-fit: contain;
     max-width: 100%;
     max-height: 100%;
     border-width: thick;
     border-color: var(--style-color-orange);
     border-style: solid;
     border-radius: 20px;
     cursor: pointer;
}
 #contentSlideShowModalText {
     display: none;
}
 #contentSlideShowModalPrev {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translate(40%, -40pt);
}
 #contentSlideShowModalNext {
     position: absolute;
     top: 50%;
     right: 0;
     transform: translate(-40%, -40pt);
}
 #contentSlideShowModalClose {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translate(-20pt, 0);
}
 #contentSlideShowModalButtons {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-content: center;
     align-items: center;
     width: 100%;
     height: 50px;
     flex-wrap: nowrap;
}

div#contentBodySlide {
	  justify-content: center;
     align-items: center;     
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: black;
     color: white;
     font-size: 20pt;
}

img#contentBodySlideImage {
     display: block;
     object-fit: contain;
     max-width: 95%;
     max-height: 95%;
     border-width: thick;
     border-color: var(--style-color-orange);
     border-style: solid;
     border-radius: 20px;
     cursor: pointer;
}

div#contentIfs {
	padding-bottom: 0px;
}

div#contentDgss {
	padding-bottom: 20px;
}

div#contentDbl {
	padding-bottom: 20px;
}

img#contentIconIfs {
	height: 64px;
}

img#contentIconDgss {
	height: 64px;
}

img#contentIconDbl {
	height: 48px;
}
 