This commit is contained in:
2026-03-20 17:13:38 +01:00
parent 4c84735b75
commit c043ee9a52
1152 changed files with 317560 additions and 0 deletions
+4
View File
File diff suppressed because one or more lines are too long
+17
View File
@@ -0,0 +1,17 @@
input[type="number"],input[type="date"] {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
background: #f8f8f8;
border-radius: 6px;
border: solid 1px #e5e5e5;
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
height: 3em;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

+288
View File
@@ -0,0 +1,288 @@
/* ############## Layoutvorgaben fuer Praxis Creutzburg ##################### */
#fussbereich {
position:absolute;
bottom: 0;
}
/* ############################ global ############################ */
* {
margin: 0;
padding: 0;
}
/* ############################## Content ############################ */
body {
background: #fff url(gif/hg2.gif) center repeat-y;
color: #000;
}
a:link, a:visited, a:active {
color: #4D8201;
text-decoration:underline;
}
a:hover {
color: #000;
text-decoration:none;
}
a:link.imp, a:visited.imp, a:active.imp {
color: #868686;
text-decoration:none;
}
a:hover.imp {
color: #cccccc;
text-decoration:none;
}
/* ###################### Menue ########################## */
#menuetab {
width: 720px;
height: 90px;
border: 0;
overflow: hidden;
}
ul#me {
list-style-type : none;
margin-top : 20px;
padding : 0;
}
li#ww {
width : 140px;
margin : 2px 2px 0 1px;
float :left;
text-align : center;
}
li#nn {
width : 140px;
margin : 2px 2px 0 1px;
float :left;
text-align : center;
}
/* ###################### Menue OHNE Grafikbutton ########################## */
li#ww a {
text-decoration : none;
color : #000;
font-size: 11px;
display : block;
width : 100%;
background-color : #fff;
padding : 2px 0;
border : 1px solid #222;
}
li#ww a:hover {
background-color : #ffffcc;
}
li#nn a {
text-decoration : none;
color : #000;
font-size: 11px;
display : block;
width : 100%;
background-color : #ffffcc;
padding : 2px 0;
border : 1px solid #222;
}
li#nn a:hover {
background-color : #fff;
color : #000;
}
/* ###################### Tabellen, Container, Textbloecke, Fonts, ...################## */
body,td {
font-family:arial, sans serif;
font-size: 13px;
}
.klein {
font-size: 11px;
}
.fett {
font-weight:bold;
}
.schraeg {
font-style:italic;
}
.ueber1 {
font-size:16px;
color:#cc0000;
}
.ueber2 {
font-size:14px;
}
#impres {
width: 728px;
height: 12px;
border: 0;
font-size: 9px;
letter-spacing: 1px;
text-align: right;
margin: 0 0 10px 0;
}
#tablogo {
width: 724px;
border: 0;
margin-top: 30px;
}
#kopf {
width: 300px;
border: 0;
margin: 0 0 0 40px;
font-size: 16px;
font-weight: bold;
}
#doppel {
width: 660px;
border: 0;
margin: 25px 0px 15px 0px;
}
#einzel {
width: 660px;
border: 0;
margin: 20px 0 10px 0;
}
#einzelimp {
width: 540px;
border: 0;
margin: 30px 0 10px 0;
}
.zellea {
width: 310px;
border: 1px solid #dcdcdc;
padding: 10px 10px 10px 10px;
vertical-align: top;
}
.zelleb {
border: 1px solid #dcdcdc;
padding: 10px 10px 10px 10px;
vertical-align: top;
}
#unten {
padding: 50px 0px 0px 0px;
width: 650px;
height: 10px;
border: 0;
font-size: 9px;
color: #ccc;
}
/* ########################## Farben #########################*/
.textrot {
color: #cc0000;
}
/* ########################## Formulare #########################*/
textarea {
background: transparent;
border: 1px solid #000;
margin:0 0 12px 0;
}
input {
background: transparent;
border: 1px solid #000;
}
/* ########################## Listenmodule #########################*/
/*ul {
margin: 0 0 0 20px;
padding: 0 0 0 0;
}
li {
margin: 0 0 0 10px;
list-style-type: circle;
}
*/
/* ########################## Terminmodul #########################*/
.date {
width: 40px;
height: 30px;
font-size: 11px;
font-weight: bold;
text-align: center;
}
.time {
width: 40px;
height: 30px;
font-size: 11px;
text-align: center;
}
.light {
width: 40px;
height: 30px;
background-color: #eee;
}
.dark {
width: 40px;
height: 30px;
background-color: #ccc;
}
.free {
width: 40px;
height: 30px;
background-image: url(gif/bu-termin-yes.gif);
}
.reserved {
width: 40px;
height: 30px;
background-image: url(gif/bu-termin-no.gif);
}
.blocked {
width: 40px;
height: 30px;
background-image: url(gif/no-date.gif);
}
+56
View File
@@ -0,0 +1,56 @@
.responsive-calendar .controls {
text-align: center;
}
.responsive-calendar .controls a {
cursor: pointer;
}
.responsive-calendar .controls h4 {
display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
font-size: 0;
}
.responsive-calendar .day {
display: inline-block;
position: relative;
font-size: 14px;
width: 14.285714285714286%;
text-align: center;
}
.responsive-calendar .day a {
color: #000000;
display: block;
cursor: pointer;
padding: 20% 0 20% 0;
}
.responsive-calendar .day a:hover {
background-color: #eee;
text-decoration: none;
}
.responsive-calendar .day.header {
border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
background-color: #1d86c8;
color: #ffffff;
}
.responsive-calendar .day.active a:hover {
background-color: #36a0e2;
}
.responsive-calendar .day.active .not-current {
background-color: #8fcaef;
color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
color: #ddd;
}
.responsive-calendar .day .badge {
position: absolute;
top: 2px;
right: 2px;
z-index: 1;
}
+254
View File
@@ -0,0 +1,254 @@
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}
/* Box Model */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Container */
body {
/* min-width: (containers) */
min-width: 60em;
}
.container {
margin-left: auto;
margin-right: auto;
/* width: (containers) */
width: 60em;
}
/* Modifiers */
/* 125% */
.container.\31 25\25 {
width: 100%;
/* max-width: (containers * 1.25) */
max-width: 75em;
/* min-width: (containers) */
min-width: 60em;
}
/* 75% */
.container.\37 5\25 {
/* width: (containers * 0.75) */
width: 45em;
}
/* 50% */
.container.\35 0\25 {
/* width: (containers * 0.50) */
width: 30em;
}
/* 25% */
.container.\32 5\25 {
/* width: (containers * 0.25) */
width: 15em;
}
/* Grid */
.row {
border-bottom: solid 1px transparent;
}
.row > * {
float: left;
}
.row:after, .row:before {
content: '';
display: block;
clear: both;
height: 0;
}
.row.uniform > * > :first-child {
margin-top: 0;
}
.row.uniform > * > :last-child {
margin-bottom: 0;
}
/* Gutters */
/* Normal */
.row > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 2em;
}
.row {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -2em;
}
.row.uniform > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 2em 0 0 2em;
}
.row.uniform {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -2em 0 0 -2em;
}
/* 200% */
.row.\32 00\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 4em;
}
.row.\32 00\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -4em;
}
.row.uniform.\32 00\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 4em 0 0 4em;
}
.row.uniform.\32 00\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -4em 0 0 -4em;
}
/* 150% */
.row.\31 50\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -1.5em;
}
.row.uniform.\31 50\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -1.5em 0 0 -1.5em;
}
/* 50% */
.row.\35 0\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 1em;
}
.row.\35 0\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -1em;
}
.row.uniform.\35 0\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 1em 0 0 1em;
}
.row.uniform.\35 0\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -1em 0 0 -1em;
}
/* 25% */
.row.\32 5\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 0.5em;
}
.row.\32 5\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -0.5em;
}
.row.uniform.\32 5\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\32 5\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -0.5em 0 0 -0.5em;
}
/* 0% */
.row.\30 \25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0;
}
.row.\30 \25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0;
}
/* Cells */
.\31 2u, .\31 2u\24, .\31 2u\28 1\29, .\31 2u\24\28 1\29 { width: 100%; clear: none; }
.\31 1u, .\31 1u\24, .\31 1u\28 1\29, .\31 1u\24\28 1\29 { width: 91.6666666667%; clear: none; }
.\31 0u, .\31 0u\24, .\31 0u\28 1\29, .\31 0u\24\28 1\29 { width: 83.3333333333%; clear: none; }
.\39 u, .\39 u\24, .\39 u\28 1\29, .\39 u\24\28 1\29 { width: 75%; clear: none; }
.\38 u, .\38 u\24, .\38 u\28 1\29, .\38 u\24\28 1\29 { width: 66.6666666667%; clear: none; }
.\37 u, .\37 u\24, .\37 u\28 1\29, .\37 u\24\28 1\29 { width: 58.3333333333%; clear: none; }
.\36 u, .\36 u\24, .\36 u\28 1\29, .\36 u\24\28 1\29 { width: 50%; clear: none; }
.\35 u, .\35 u\24, .\35 u\28 1\29, .\35 u\24\28 1\29 { width: 41.6666666667%; clear: none; }
.\34 u, .\34 u\24, .\34 u\28 1\29, .\34 u\24\28 1\29 { width: 33.3333333333%; clear: none; }
.\33 u, .\33 u\24, .\33 u\28 1\29, .\33 u\24\28 1\29 { width: 25%; clear: none; }
.\32 u, .\32 u\24, .\32 u\28 1\29, .\32 u\24\28 1\29 { width: 16.6666666667%; clear: none; }
.\31 u, .\31 u\24, .\31 u\28 1\29, .\31 u\24\28 1\29 { width: 8.3333333333%; clear: none; }
.\31 2u\24 + *, .\31 2u\24\28 1\29 + *,
.\31 1u\24 + *, .\31 1u\24\28 1\29 + *,
.\31 0u\24 + *, .\31 0u\24\28 1\29 + *,
.\39 u\24 + *, .\39 u\24\28 1\29 + *,
.\38 u\24 + *, .\38 u\24\28 1\29 + *,
.\37 u\24 + *, .\37 u\24\28 1\29 + *,
.\36 u\24 + *, .\36 u\24\28 1\29 + *,
.\35 u\24 + *, .\35 u\24\28 1\29 + *,
.\34 u\24 + *, .\34 u\24\28 1\29 + *,
.\33 u\24 + *, .\33 u\24\28 1\29 + *,
.\32 u\24 + *, .\32 u\24\28 1\29 + *,
.\31 u\24 + *, .\31 u\24\28 1\29 + * {
clear: left;
}
.\-11u { margin-left: 91.6666666667% }
.\-10u { margin-left: 83.3333333333% }
.\-9u { margin-left: 75% }
.\-8u { margin-left: 66.6666666667% }
.\-7u { margin-left: 58.3333333333% }
.\-6u { margin-left: 50% }
.\-5u { margin-left: 41.6666666667% }
.\-4u { margin-left: 33.3333333333% }
.\-3u { margin-left: 25% }
.\-2u { margin-left: 16.6666666667% }
.\-1u { margin-left: 8.3333333333% }
+143
View File
@@ -0,0 +1,143 @@
/*
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 11pt;
}
h2 {
font-size: 1.75em;
line-height: 1.35em;
letter-spacing: -0.025em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1em;
}
/* Section/Article */
header.major {
padding: 1em;
}
header.major h2, header.major p {
padding-left: 0.5em;
padding-right: 0.5em;
}
/* Box */
.box {
margin: 1em;
overflow-x: hidden;
padding: 2em 2em !important;
}
.box.features .features-row {
border-top: 0;
padding: 0;
}
.box.features .features-row section {
border: 0;
border-top: solid 1px #e5e5e5 !important;
float: none;
margin: 2em 0 0 0 !important;
padding: 2em 0 0 0 !important;
width: 100%;
}
.box.features .features-row:first-child section:first-child {
border-top: 0 !important;
margin-top: 0 !important;
padding-top: 0 !important;
}
.box .image.featured {
margin-left: -2em;
width: calc(100% + 4em);
}
.box .image.featured:first-child {
margin-bottom: 2em;
margin-top: -2em;
}
.box .image.featured:last-child {
margin-bottom: -2em;
margin-top: 2em;
}
/* Banner */
#banner {
padding: 4em 0;
}
#banner h2 {
font-size: 2.25em;
}
#banner p {
font-size: 1.25em;
}
/* Banner2 */
#banner2 {
padding: 4em 0;
}
#banner2 h2 {
font-size: 2.25em;
}
#banner2 p {
font-size: 1.25em;
}
/* Main */
#main {
padding: 4em 0 0 0;
}
#main > header {
margin: 0 2em 1.5em 2em;
}
#main > header h2 {
font-size: 2em;
}
#main > header p {
font-size: 1em;
padding-bottom: 1em;
}
body.landing #main {
padding: 0;
margin-top: 0;
}
/* Footer */
#footer {
padding: 4em 0;
}
#footer .copyright li {
border-left: 0;
display: block;
line-height: 2em;
margin-left: 0;
padding-left: 0;
}
+113
View File
@@ -0,0 +1,113 @@
/*
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
html, body {
min-width: 320px;
}
body, input, select, textarea {
font-size: 11pt;
}
/* Section/Article */
header.major {
padding: 0;
}
/* List */
ul.actions {
margin: 0 0 2em 0;
}
ul.actions li {
display: block;
padding: 1em 0 0 0;
text-align: center;
width: 100%;
}
ul.actions li:first-child {
padding-top: 0;
}
ul.actions li > * {
width: 100%;
margin: 0 !important;
}
ul.actions li > *.icon:before {
margin-left: -2em;
}
ul.actions.small li {
padding: 0.5em 0 0 0;
}
ul.actions.small li:first-child {
padding-top: 0;
}
/* Box */
.box {
border-radius: 0;
box-shadow: none;
margin: 1em 0 0 0;
padding: 3em 1em !important;
}
.box.features .features-row section {
margin: 3em 0 0 0 !important;
padding: 3em 0 0 0 !important;
}
.box .image.featured {
border-radius: 0;
margin-left: -1em;
width: calc(100% + 2em);
}
.box .image.featured img {
border-radius: 0 !important;
}
.box .image.featured:first-child {
margin-bottom: 3em;
margin-top: -3em;
}
.box .image.featured:last-child {
margin-bottom: -3em;
margin-top: 3em;
}
/* Banner */
#banner {
padding: 5em 1em 4em 1em;
}
/* Banner2 */
#banner2 {
padding: 5em 1em 4em 1em;
}
/* Main */
#main > .box:first-child {
margin-top: 0;
}
/* CTA */
#cta {
padding: 2.5em 1em 3em 1em;
}
+11
View File
@@ -0,0 +1,11 @@
/*
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 11pt;
}
+147
View File
@@ -0,0 +1,147 @@
/*
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 11pt;
}
h2 br, h3 br, h4 br, h5 br, h6 br {
display: none;
}
/* Section/Article */
header br {
display: none;
}
header.major {
padding: 0 4em;
}
/* Box */
.box {
padding: 3em 2em;
}
.box.features > section {
padding: 3em 2em;
}
.box .image.featured {
margin-left: -2em;
width: calc(100% + 4em);
}
.box .image.featured:first-child {
margin-bottom: 3em;
margin-top: -3em;
}
.box .image.featured:last-child {
margin-bottom: -3em;
margin-top: 3em;
}
/* Header */
#skel-layers-wrapper {
padding-top: 0;
}
#header {
display: none;
}
/* Banner */
/* Layers */
#navButton .toggle {
text-decoration: none;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#navButton .toggle:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
#navButton .toggle:before {
background: rgba(192, 192, 192, 0.75);
border-radius: 6px;
color: #fff;
content: '\f0c9';
display: block;
font-size: 16px;
height: 2.25em;
left: 0.5em;
line-height: 2.25em;
position: absolute;
text-align: center;
top: 0.5em;
width: 3.5em;
}
#navPanel {
background: #2b2b2b;
color: #bbb;
}
#navPanel .link {
border-bottom: 0;
border-top: solid 1px rgba(255, 255, 255, 0.05);
color: #bbb;
display: block;
height: 44px;
line-height: 44px;
padding: 0 1em 0 1em;
text-decoration: none;
}
#navPanel .link:first-child {
border-top: 0;
}
#navPanel .link.depth-0 {
color: #fff;
}
#navPanel .link .indent-1 {
display: inline-block;
width: 1em;
}
#navPanel .link .indent-2 {
display: inline-block;
width: 2em;
}
#navPanel .link .indent-3 {
display: inline-block;
width: 3em;
}
#navPanel .link .indent-4 {
display: inline-block;
width: 4em;
}
#navPanel .link .indent-5 {
display: inline-block;
width: 5em;
}
+36
View File
@@ -0,0 +1,36 @@
/*
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 11pt;
}
/* Header */
.dropotron.level-0 {
font-size: 1em;
}
/* Banner */
#banner {
background-attachment: scroll;
}
#banner h2 {
font-size: 3.5em;
}
/* Banner2 */
#banner2 {
background-attachment: scroll;
}
#banner2 h2 {
font-size: 3.5em;
}
+21
View File
@@ -0,0 +1,21 @@
/*
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 13pt;
}
/* Banner */
#banner {
padding: 10em 0 18em 0;
}/* Banner */
#banner2 {
padding: 10em 0 18em 0;
}
+1515
View File
File diff suppressed because it is too large Load Diff
+22
View File
@@ -0,0 +1,22 @@
#marquee-cont {
background: #ff6363;
margin-top:10px;
}
#marquee-cont marquee {
margin-top: 5px;
background: #ff6363;
}
#marquee-news {
background: #1174A8;
padding: 5px;
}
#ticker-title{
border:none;
padding:5px 20px;
background:#1174A8;
color:white;
}
#ticker-title:focus{
outline:none;
}