/* cmsms stylesheet: fritsch-css modified: Dienstag, 2. Juni 2026 14:58:54 */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter24pt-Italic.woff2') format('woff2'),
        url('/fonts/Inter24pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter24pt-Regular.woff2') format('woff2'),
        url('/fonts/Inter24pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter28pt-Bold.woff2') format('woff2'),
        url('/fonts/Inter28pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter28pt-BoldItalic.woff2') format('woff2'),
        url('/fonts/Inter28pt-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
* {
margin : 0;
padding : 0;
}
html, body {
font-family : 'Inter';
line-height : 150%;
font-size : 102%;
width : 100%;
max-width : 100%;
height: 100%;
background : #fff;
text-align : center;
color: #454345;
hyphens: auto;
}

.leri {
animation-duration : 2.5s;
animation-name : leri;
}


@keyframes leri  {  
0% {margin-left: -20em;}
100% {margin-left: 0;}
}

.anihead {
animation-duration : 1s;
animation-name : anihead;
}
@keyframes anihead {  
0% {margin-top: -20em;}
100% {margin-top: 0;}
}

p {
margin-bottom : 1em;
}
.nowrap {
white-space: nowrap;
}
.reach {
padding: 0;
margin: 0;
position: absolute;
text-align: left;
right: 3em;
top: 6em;
}
.reach img {
width : 2.5em !important;
height : auto;
margin-right: 0.25em !important;
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.headborder {
position: absolute;
width: 100%;
height: 2.5em;
border-bottom: 1px solid #f2f2f2;
}
.top-container {
position : fixed;
top : 0;
left : 0;
width : 100%;
height : 200px;
z-index : 900;
background : #fff;
text-align : center;
box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.06);
padding-right: 20px;
font-size: 98%;
}

.centerhead {
position : relative;
margin : 0 auto;
width : 90%;
margin-top : 1.25em;
margin-left: 16px;
}
.top-container a {
color : #6c757d;
}
.top-container img {
width : 352px;
height: auto;
}
.autor {
position : absolute;
bottom : 1em;
right : 2em;
font-size : 65%;
color : #fff;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
.animated {
  -webkit-animation-duration: 0.75s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.autor a {
color : #fff;
}
.smallaut {
font-size : 60%;
text-transform : none;
color : #fff;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
margin-top : -2em;
}
.noshadow {
width: 60% !important;
margin: 0 30% 0 30% !important;
}
.smallink {
font-size : 80%;
}
.skiplink {
position : absolute;
top : -9999px;
left : -9999px;
font-size : 0;
line-height : 0;
}
.termin {
background : #f39200;
padding : 2em;
width : 100%;
color : #fff;
}
.tdli {
padding-right : 1em;
}
.menuright {
text-align : right;
}
.menuright img {
margin-top: 30px;
margin-right: 5px;
}
.mleft {
position : absolute;
top: 4.5em;
left: 5%;
z-index: 100;
}
.mleft img {
float : left;
width: 220px;
height: auto;
}
a.phone, a.mail {
position: relative;
}
.phone img, .mail img {
position: absolute;
margin-top: 0.2em;
}
.dislink {
margin-left: 30px;
}
a.mail {
margin-left: 30px;
}
.mailwrap {
display : flex;
flex-wrap : wrap;
justify-content : center;
text-align : center;
width : 100% !important ;
position : absolute !important ;
z-index : 1000005;
top : 6em;
left: 0;
}
.box {
display : none;
color : #fff;
text-align : center;
width : 100% !important ;
max-width: 1600px;
animation-duration : 0.5s;
animation-name : opa;
position : fixed !important ;
z-index : 100005;
top : 6em;
left: 0;
}
.box a {
color : #000;
padding : 0.3em;
display : block;
width : 100%;
height : 1em;
}
.box:target {
outline : none;
display : block;
}
@keyframes opa {  
0% {top: -20em;}
100% {top: 8em;}
}
.slide{
width : 100%;
height : 100%;
min-height : 100%;
padding: 0 0 32% 0;
margin : 0 auto;
position : relative;
overflow : hidden;
top : 0;
left : 0;
pointer-events : none !important ;
}
.slide ul {
position : relative;
margin : 0 auto;
height : 100%;
min-height : 100%;
}
.slide ul li {
width : 100%;
list-style : none;
position : absolute;
z-index : 1000000;
padding: 0 0 32% 0;
top : 0;
left : 0;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.headani {
width: 22%;
margin: 0 1em 0 0;
font-size: 150%;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}



.headtitle {
width: 100%;
text-align: center;
font-size: 400%;
font-weight: bold;
margin-top: 2em;
margin-bottom: 0.8em;
line-height: 100%;
hyphens: auto;
}


@keyframes leri  {  
0% {margin-left: -20em;}
100% {margin-left: 0;}
}

.anihead {
animation-duration : 1s;
animation-name : anihead;
}
@keyframes anihead {  
0% {margin-top: -20em;}
100% {margin-top: 0;}
}
.feed {
font-family: 'Roboto';}
.searchcont {
background : rgba(255,255,255,0.95);
width : 20%;
margin : 0 auto;
position : relative;
padding : 3%;
color: #000;
border-radius: 8px;
border: 2px solid gray;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}
.searchcont a {
color: #c01718;
}

.searchclose {
position : absolute;
top : -1em;
right : 2em;
width : 2em !important;
height: auto;
}
.shariff-button a {
background-color : #970b1b !important ;
width : 3em;
height : 3em;
}
.oben {
position : fixed;
right : 0.5em;
bottom : 3em;
z-index : 100;
width : 1.5em;
}
.oben img {
width : 100%;
height : auto;
}
.cont {
width : 90%;
max-width : 1600px;
min-height : 18em;
position : relative;
margin : 0 auto;
padding : 14em 0 5em 0;
text-align : left;
min-height : 40em;
}
.cont-li {
float: left;
width: 60%;
padding-right: 3%;
}
.sidebar {
float: left;
width: 35%;
margin-top: 0;
right: 5%;
}
.sidebar ul {
list-style-type: none;
border-left: 1px solid lightgray;
font-size: 90%;
}
.sidebar li {
padding-left: 1.8em;
margin-left: 1em;
}

.sidebar a {
display: block;
background-color: #423e42;
background-image: url(https://osteopathie-fritsch.de/uploads/layout/list.png);
background-repeat: no-repeat;
background-position: 0.8em 1.4em;
background-size: 18px auto;
color: #fff !important;
margin-bottom: 3px;
padding:1.15em 5% 1.15em 2.5em;
text-decoration: none !important;
}
.sidebar a:hover {
transition : background 0.5s ease;
background-color: #c01718;
}
.sidebar a.currentpage {
background-color: #c01718;
}
.cont a, .smallcont a {
text-decoration : underline;
color : #000;
}
.smallcont {
width: 45% !important;
}
.vorsorge {
list-style-type: none;
padding: 0 !important;;
margin: 0 !important;;
}
.vorsorge li {
float: left;
background: #f3f1f3;
margin-right: 0.5em;
padding: 0.5em;
}
.thumb {
display : inline;
width : 100% !important ;
}
.thumblist {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
padding : 0;
margin-top: 0;
 list-style-type: upper-roman;
}
.closeall {
position : absolute;
width : 100%;
height : 100%;
display : block;
z-index : 102 !important ;
}
.previous {
position : fixed;
top : 3em;
right : 0.5em;
width : 1.8em !important ;
z-index : 150 !important ;
}
.next {
display : block;
position : fixed;
top : 6em;
right : 0.5em;
width : 1.8em !important ;
z-index : 150 !important ;
}
.exit {
display : block;
position : fixed;
top : 0;
right : 0.5em !important;
width : 1.8em !important ;
z-index : 150 !important ;
border-radius: 0 !important;
}
.close {
position : absolute;
top : 0;
right : 0.5em;
width : 2em !important ;
}
.cont h2 {
text-transform: none;
margin: 1em 0 0.5em 0;
}
.cont h3 {
font-size : 125%;
margin : 1em 0 0.5em 0;
}
.cont ul {
margin : 0 0 0 2em;
}
.cont li {
margin-bottom : 0.5em;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}


ul {
margin : 5% 0 0 10%;
}
.flex li {
list-style-type: none;
 list-style-image: url(https://osteopathie-fritsch.de/uploads/layout/list.png);
padding-left: 1%;
}
a {
text-decoration : none;
}
.hidden {
opacity : 0;
}
.visible {
opacity : 1;
}
h3 {
font-size : 180%;
margin : 0.9em 0 0.7em;
font-weight : bold;
}
.center h3 {
font-size : 120%;
margin-top : 1.2em;
}
.accordion h3 {
font-size: 100%;
font-weight: normal;
margin: 0 0 0 0;
text-align: left !important;
}
.parallax {
position : relative;
z-index: 1;
width : 100%;
background-attachment : initial !important ;
background-position : center top !important ;
background-repeat : no-repeat;
background-size : cover;
color: #fff;
margin : 0 auto;
margin-top: 200px;
}
iframe {
height: 700px !important;
width: 100%;
border: none;
border: 1px solid gray;
}
.title {
text-align: left !important;
position:relative;
color: #fff;
hyphens: auto;
}
.title span, .parallax h1 {
padding-top : 0 !important ;
color: #fff;
width: 100%;
line-height: 150%;
font-weight: normal;
}
.parallax h1 {
margin-bottom: 0 !important;
font-size: 180%;
text-transform: uppercase;
}
.parasmall {
margin-top: 117px;
text-align: left;
justify-content : left;
padding: 10% 0 10% 0;
}
.skew-li{
position: absolute;
display: block;
content: " ";
height: 50%;
transform: rotate(90deg) skew(-17deg);
width: 12em;
background: #fff;
left: 0;
bottom: -5em;
}
.alignre {
background-position: center right !important;
}
.anker {
display : block;
position : relative;
top : -12em;
visibility : hidden;
}
.bigwrap {
padding : 2em 0 2em 0;
text-align : left;
margin : 0 auto;
width : 100%;
background-size: 20em auto;
}
.toptitle {
padding: 0 1em 1.5em 0;
border-bottom: 1px solid;
display: inline-block;
margin-bottom: 1em;
line-height: 110%;
color: #fff;
}

.bigwrap a {
color: #87457e;
}
div.website, div.website * {
  display: none !important;
}
.dark {
background: #f2f2f2;
box-shadow: none !important;
overflow:hidden;
}
.swing {
background: #fff;
position: absolute;
z-index: 2;
top: -70px;
border-radius: 47% 53% 63% 37% / 35% 30% 70% 65%;
width: 120%;
height: 140px;
}

.dark .toptitle, .dark .headl2 {
border-color: #e2f8c1;
}
.dark a {
text-decoration : underline;
}
.dark a.more {
text-decoration : none;
color : #fff;
border: 5px solid #f5f5f5 !important;
}
.dark img {
border-color : #fff;
}
.light {
background-color : #f2f2f2;
padding-top: 0;
padding-bottom: 0;
border-top: 10px solid #c52a2b;
border-bottom: 10px solid #c52a2b;
margin-top: 2em;
}
.bigwrap.light {
background-image: url(https://osteopathie-fritsch.de/uploads/images/back.png);
background-repeat: no-repeat;
background-size: 60% auto;
background-position: left;
}
.light .li-text{
padding: 3em;
}
.mitte {
clear : both;
width : 100%;
text-align : center;
}
.anfahrt {
height: 700px;
border: 1px solid gray;
}
.paramap {
padding-top: 0;
width : 90%;
max-width : 1600px;
height: 600px;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
}
.paramap a {
background: rgba(255,255,255,0.95);
color: #000;
position: absolute;
width: 40%;
margin-top: 8%;
border: 3px solid #08215a;
border-radius: 12px;
font-size: 80%;
backdrop-filter: blur(5px);
text-align: left;
line-height: 140%;
}
.paramap h3 {
line-height: 120%;
}
a.googlemap {
width: 20%;
height: auto;
margin-top: 30%;
color: #000;
text-decoration: none !important;
}

.gooconfirm {
padding: 2em;
height: auto;
display: block;
z-index: 1000;
background: rgba(255,255,255,0.7);
}
.googleload {
background: #b167a7;
border-radius: 12px;
border: 2px solid #fff;
color: #fff;
padding: 0.5em 1em 0.5em 1em;
display: inline-block;
}

.googleload:hover {
background: #9e1617;
}
.halfwidth {
width: 94% !important;
margin-top: 200px !important;
padding: 3% !important;
text-align: center !important;
background: #b167a7 !important;
color: #fff;
font-size: 120%;
border-top: 2px solid #fff;
}
.hwhoome {
margin-top: 0 !important;
}
.mitte img {
width : 100%;
height : auto;
}
@media screen {
#menu-mob, .mob {
display : none;
}
}
.center {
margin : 0 auto;
text-align : left;
width : 90%;
max-width : 1600px;
padding : 2em 0 2em 0;
}
.chead {
margin-top: 5%;
margin-bottom: 10%;
}
.sub, .clients {
padding : 0 !important ;
margin : 0 0 0 0;
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
list-style-type : none;
font-size : 90%;
}
.sub li, .clients li {
float : left;
margin-right : 0.5em;
list-style-type : none;
}
.clients li {
background: #efeeee;
margin-right : 0.25em;
}
.sub a, .hisback  {
display : block;
color : #262624;
background : #efeeee;
padding : 0.5em 1em 0.5em 1em;
border-radius : 16px;
margin-right : 1em;
}
.sub a:hover {
background: #82b82f;
color: #fff;
}
.halfwidth h1 {
display : block;
margin-bottom : 0.5em;
font-size : 300%;
font-weight : normal;
line-height : 110%;
}
.cont h1 {
border-bottom: 2px solid #b168a7 !important;
padding-bottom: 1em;
display: inline-bock; 
margin-bottom: 1em;
}
h2 {
font-size: 250%;
margin: 0 0 2em 0;
line-height: 130%;
color: #87457e;
}
h2 a {
color: #454345; !important;
}
.headl2  {
font-size : 220%;
font-weight : bold;
width: 100%;
text-align: center;
background-image: url(https://osteopathie-fritsch.de/uploads/layout/back-hl.png);
background-position: center bottom;
background-repeat:  no-repeat;
background-size: 120px 20px;
padding-bottom: 2em;
}

.headref {
text-align : left;
margin-bottom : 1.2em;
padding-bottom: 0;
background-image: none;
text-transform: none;
}
.headcenter {
width : 100%;
position : absolute;
display : flex;
justify-content : center;
align-items : center;
text-align: center;
top: 2em;
}
.pic2 {
margin-right: 1em;
margin-bottom: 1em;
}
.pic {
display : block;
position : relative;
width : 24%;
margin : 0 3% 3% 0;
text-align : left;
color: #fff;
background: #309a9c;
padding: 3em 3%;
}
.pic span {
margin-bottom: 0.1em;
display: block;
}
.pictext {
padding : 8%;
text-align: center;
}
.waswirtun {
position: relative;
color: #fff;
background-color: #87457e;
font-size: 120%;
text-align: center;
border-radius: 5px;
}
.waswirtun img {
width: 90px;
height: 90px;
border: 4px solid #fff;
border-radius: 50%;
margin-bottom: 0.7em;
}
.waswirtun a {
display: block;
background: #fff;
color: #87457e;
padding: 6px;
border-radius: 12px;
text-decoration: none;

}
.waswirtun h3 {
color: #fff;
}
.column span {
text-align: left !important;
font-size: 98%;

}
.zone {
background: #b167a7;
}
.zone a {
color:  #b167a7;
}
.proteam {
width: 40%;
background: #fff;
-webkit-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.06); 
box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.06);
color: #000;
}
.proteam img {
margin-bottom: 0.7em;
}
.teamtitle {
border-bottom: 1px solid #c01718;
padding-bottom: 0.7em;
margin-bottom: 0.7em;
font-weight: bold;
}
.leisttitle {
text-transform: uppercase;
font-size: 110%;
}
a.pictext {
height : 0;
width : 100%;
background : rgb(105, 176, 180, 0.9);
position : absolute;
top : 0;
display : flex;
justify-content : center;
align-items : center;
overflow : hidden;
transition : 0.6s ease;
font-size : 95%;
color : #fff;
text-decoration : none;
}
.docpic {
width: 29%;
}
.news {
position: absolute;
width: 100%;
z-index: 10;
top: 32%;
text-align: left;
left: -5%;
padding: 4%;
background: rgba(255,255,255,0.9);
color: #000;
transform: rotate(-2deg);
border: 1px solid #95a94e;
font-size: 90%;
box-shadow: 10px 11px 15px 0px rgba(0,0,0,0.13);
font-weight: normal;
}
.pictext h3 {
text-transform : none;
margin : 0 !important ;
padding : 0;
font-size : 100%;
}
.pic h2, .news h2 {
font-size: 200%;
text-transform: uppercase;
font-style: normal;
font-weight: bold;
color: #c52a2b;
text-shadow: none;
}
.news h2 {
color: #95a94e;
font-size: 150%; 
}
.ref-title {
font-weight : bold;
}
.pricepic {
padding: 4%;
cursor : auto;
border: 1px solid gray;
border-radius: 12px;
width: 23%;
text-align: center;
background: #fff;
}
.pricepic span {
font-weight: bold;
font-size: 90%;
}
a.rsslink {
color: #c52a2b;
}
.preis {
margin: 1em 0 1em;
font-size: 150%;
background: #efeeee;
padding: 3%;
border-radius: 12px;
}
.preistext {
min-height: 6em;
}
.kunde {
width: 20em;
height: auto;
margin: 0 4em 1em 0;
}
.biggerlogo {
width: 25em;}

.mo, a.mo {
display: block;
background : #95a94e;
color: #fff !important;
padding: 1%;
margin-top: 1em;
width: 30% !important;
bottom: 0;
text-align: center;
}
.rez {
display: block;
background: none;
position: absolute;
left: 2em !important;
bottom: 2em;
color: #000 !important;
width: 80% !important;
}
.topseller {
padding: 2%;
background: #262624;
border-radius: 0 0 12px 12px;
color: #fff;
position: absolute;
top: 0;
}
.topred {
background: #a12b2b;
}
.opt {
margin : 2.5em 0 3em;
background: #c8eaea;
padding: 5%;
border-radius: 12px;
}
.opt ul {
padding-top: 1em;
text-align : left;
}
.ex {
margin: 1em 0 1em;
}
.ex a {
text-decoration: underline;
}
.lupe {
width : 10% !important ;
height : auto;
margin-top : 3%;
}
.lightbox2 .pic {
width : 22%;
float : none;
margin-bottom : 0;
margin-left : 3em;
}
.skillz {
display: block;
width : 28% !important;
margin : 0 5% 5% 0;
text-align: left;
}
.skillz img {
width : 100%;
height : 12em;
margin-bottom: 1em;
float: left !important;
object-fit: cover;
}

.skilltext {
float: left;
width: 100%;
}
.tipps {
display: block;
background: #fff;
position: relative;
padding: 3%;
width: 42% !important;
margin: 0 0 3% 0;

border-left: 1px solid #f6f6f6;
}
.tipps img {
width: 10% !important;
height: auto;
float: none !important;
}
.tippsright {
background: #f6f6f6;
}
.itemcount {
color: #c52a2b;
font-weight: bold;
font-size: 350%; 
font-style: italic;
}
.blog {
width: 32%;
margin: 0 1% 1% 0;
display: inline-block;
background: #87457e;
color: #fff;
}
.addr {
width: 20%;
text-align: center;
margin: 0 2% 2% 0;
padding: 4% 1% 4% 1%;
border-radius: 5px;
}
.addr img {
width: 50px;
height: auto !important;
margin: 0 0 25px 0;
}
.addr a {
color: #fff;
}
.verkehr {
width: 24%;
}
.bigblog {
width: 48%;
margin: 0 2% 2% 0;
}
.blogsum {
padding: 2em;
display: block;
font-size: 95%;
}
.blogsum h3 {
hyphens: auto;
}
.blogsum a {
font-size: 90% !important;
color: #fff;
background: #c11b1c;
}
.blogtop {
border: none;
text-align: left;
padding: 1em;
}
.linkdark {
background: #82b82f;
color: #fff !important;
}
.linkdark h3 {
color: #fff !important;
}
.newsblog {
background:#ebefde; 
}
.meinung {
background : #80d2d5;
padding : 2%;
width : 16% !important ;
border-radius : 20px;
font-size : 95%;
line-height : 125%;
text-align : left;
position : relative;
margin : 2% 2% 0 0;
}
.meinung img {
width : 30%;
}
.meitext {
padding : 2em 0 2em;
display : block;
margin-bottom: 1em;
}
.lightbox2 {
position : fixed;
display : block;
overflow : hidden;
z-index : 1001;
width : 100%;
min-height : 100% !important ;
height : auto !important ;
height : 100% !important ;
overflow-y : scroll;
top : 0;
left : 0;
background: rgba(212,232,199,0.85);
opacity : 0;
pointer-events : none;
text-align : center !important ;
transition : all 0.3s;
scrollbar-width : none;
}
.lightbox2::-webkit-scrollbar {
display : none;
}
.lightbox2 img {
margin-top : 2em;
float : left;
}
.lightbox2:target {
opacity : 1;
pointer-events : auto;
}
.description {
width : 30% !important ;
max-width : 1600px;
min-height : 30em;
margin-left : auto;
margin-right : auto;
margin-top : 6em;
margin-bottom : 6em;
text-align : left;
border: 1px solid #95a94e;
padding: 2em;
background: #fff;
}
.center li, footer li, .leistung {
list-style-type: none;
background-image: url(https://osteopathie-fritsch.de/uploads/layout/list.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 18px auto;
padding-left: 1.8em;
margin-left: 1em;
}
.leistlink {
color: #3b4044 !important;
text-decoration: none !important;
}
.center li {
padding-left: 2em !important;
margin: 0 0 0.5em 0 !important;
background-position: left 0.3em !important;
}
.desc-li {
width : 30%;
float : left;
padding-right : 3%;
}
.desc-re {
float : left;
width : 65%;
padding : 4em 0 1em;
}
.descpic {
width : 100% !important ;
height : auto !important ;
margin : 0 0 2em 0;
}
.desc-title {
font-size : 150%;
margin-bottom : 1em !important ;
font-weight : bold;
margin-top : 1.5em;
color: #95a94e;
}
.description h2 {
width : 100%;
font-size : 200%;
}
.description a {
text-decoration : underline;
color : #000;
}
.description a.more {
text-decoration : none;
}
/* Content togle css
----------------------------------------*/
h3.trigger, .butt {
cursor: pointer;
margin :  0 !important;
border: none;
padding-top: 0.5em;
}

.toggle_container {
    position: absolute;
padding: 2em;
background: #fff;
box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
z-index: 1000;
width: 20em;
text-align: left !important;
}
.toggle_container ul {
list-style-type: none;
padding: 0 !important;}
.toggle_container .block {
background-size:100% auto;
}
.toggle_container li {
float: none;
}
.butt {
display: block;
margin-top: 0.1em !important;
}
/* END Content togle css */
.topnav {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
text-align: center;
padding-top: 5em;
}
.topnav ul {
list-style-type: none;
list-style-image : none !important ;
margin : 0;
padding: 1em 0 0 0;
}
.topnav li {
float : left;
margin : 0 0.5em 0 0;
padding: 0 !important;
}
.topnav a, .butt {
display : block;
font-weight : normal;
color : #3b4044;
position: relative;
padding: 0.7em 0.5em 1em 0.5em !important; 
font-size: 110%;
}
.topnav a::after, .butt::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #b167a7;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
.topnav a:hover::after, .butt:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
.topnav a.currentpage, .topnav a.activeparent {
background: #f2f2f2
}
.topnav  .activeparent {
background: #f2f2f2 !important;
}
.topnav .icon {
  display: none;
}
button {
background: none;
font-family: Inter;
padding-bottom: 1.1em;
}
.butt .activeparent {
color: #b167a7 !important;
}

/* .topnav li ul 
{
        position: absolute;
        background: rgba(255,255,255,0.98);
padding: 1em;
width: 20em;
-webkit-box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
box-shadow: 4px 7px 15px 1px rgba(0,0,0,0.2);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 100000000;

        }


.topnav li ul li /* second-level lists */
{


left:                         -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

text-align: left;
}

.topnav li ul li a {
color: #363737;
letter-spacing: 0;
padding: 0.8em !important;
}


.topnav li ul  a:hover {
letter-spacing: 0;
}

.topnav li ul  a.activeparent {
color: #fcfaf4;
letter-spacing: 0;
}

.topnav li ul a.activeparent:hover {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
letter-spacing: 0;
}

.topnav li ul  a.currentpage {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.topnav li ul:hover a.currentpage  {}



.topnav li:hover ul ul, .topnav li:hover ul ul ul, .topnav li.sfhover ul ul, .topnav li.sfhover ul ul ul
        {
        left: -999em;
        }

.topnav li:hover ul, .topnav li li:hover ul, .topnav li li li:hover ul, .topnav li.sfhover ul, .topnav li li.sfhover ul, .topnav li li li.sfhover ul /* lists nested under hovered list items */
        {
        left: auto;

        }

.topnav


.topnav li.currentpage ul,
.topnav li.currentpage ul li {
    left: auto;
}

.topnav li.activeparent ul li ul,
.topnav li.activeparent ul li ul li,
.topnav li.currentpage ul li ul,
.topnav li.currentpage ul li ul li {
    left: -999em;
}
*/
.accordion {
  width: 60% !important;
  margin: 0 auto;
  background: #b167a7 !importnt;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  list-style-type: none !important;
  padding: 0;
text-transform: none !important;
}

.accordion__item {
  border-bottom: 0.0625rem solid #cbd5e1;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__trigger {
  width: 100%;
  padding: 1.5rem;
  background: #b167a7;
  border: none;
  text-align: left;
  font-size: 120%;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .accordion__trigger {
    transition: none;
  }
}

.accordion__trigger:hover {
  background-color: #f2f2f2 !important;
color: #b167a7;
}

.accordion__trigger:focus {
  outline: 0.125rem solid #b167a7;
  outline-offset: -0.125rem;
  background-color: #f2f2f2 !important;
color: #b167a7;
}

.accordion__trigger[aria-expanded="true"] {
  background-color: #f2f2f2;
color: #454345;
}

.accordion__icon {
  width: 1rem;
  height: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  flex-shrink: 0;
  margin-left: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .accordion__icon {
    transition: none;
  }
}

.accordion__trigger[aria-expanded="true"] .accordion__icon {
  transform: rotate(180deg);
}

.accordion__content {
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .accordion__content {
    transition: none;
  }
}

.accordion__content[aria-hidden="true"] {
  max-height: 0 !important;
}

.accordion__content:not([aria-hidden="true"]) {
  max-height: 50rem;
}

.accordion__content-inner {
  padding: 1em 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
text-align: left;
background: #fff;
}

.accordion__content p {
  margin: 0;
  color: #475569;
  text-wrap: balance;
}

.flex {
display : flex;
align-items : center;
width : 100%;
padding : 0;
padding: 20% 0 20%;
}

.center ul {
margin: 1em 0 1em 0 !important;
}
.center li, footer li, .leistung {
list-style-type: none;
background-image: url(https://osteopathie-fritsch.de/uploads/layout/list.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 18px auto;
padding-left: 1.8em;
margin-left: 1em;
}
.leistung {
padding: 0.5em 1em 0.5em 1.8em !important;
border: 1px solid lightgray;
margin: 0 0.5em 1em 0.5em !important;
background-position: 0.5em 0.6em !important;
background-color: #fff;
font-size: 130%;
}
.dark li {
list-style-type: none;
 list-style-image: url(https://osteopathie-fritsch.de/uploads/layout/list-wht.png);
padding-left: 1%;
}
.halfwidth {
text-align: left;
} 
.text {
width : 100%;
margin : 0 10% 5% 0;
}
.li-text {
float : left;
width : 50%;
margin-bottom : 1.5em;
}
.li-text h2 {
margin-bottom: 0.5em;
font-size: 180%;
}
figure, .rightpic  {
float : right;
width : 43%;
margin : 0 0 1.5em 4em;
}
.smallpic {
width: 60% !important;
margin: 0 20% 0 20%;
height: auto;
border: 16px solid #f2f2f2;
border-radius: 50%;
}
.figsmall {
width: 30%;
}
figcaption {
font-size: 95%;
font-style: italic;
text-align: center;
padding: 0.6em;
color: gray;
line-height: 105%;
}
.dark figcaption {
color: #000 !important;}
.tipps h3 {
color: #c52a2b;
}
.re-text img, .li-text img {
width : 100%;
height : auto;
}
.re-text {
width : 47%;
margin-left : 3%;
margin-bottom : 1em;
float : right;

}
.re-text a, .li-text a {
text-decoration : underline;
}
.flexfree {
width : 45%;
}
.center ul {
margin : 0 0 0.25em 1em;
}
a.more, .more, a.moreblack, .no-ani {
display : inline-block;
text-decoration : none !important;
background: #87457e;
color : #fff !important;
text-align : center;
font-weight : normal;
padding : 0.5em 1em 0.5em 1em;
font-size : 140%;
margin-bottom : 15px;
transition : border 0.5s;
border: 4px solid #f5f5f5 !important;
}
.dark a.more {
text-decoration : none;
color : #fff;
border: 8px solid #fff !important;
}
.linklist {
margin-right: 15px;
}
.thumblist {
width :100%;
min-height : 100%;
z-index : 10;
}
a.moreblack {
background : #000;
}

blockquote {
font-size : 115%;;
line-height : 150%;
padding: 0 15% 0 15%;
}
blockquote:before {
display : block;
content : url(https://osteopathie-fritsch.de/uploads/layout/quote.png);
font-size : 650%;
color : rgba(211,211,211,0.7);
font-style : normal;
line-height : 0;
text-align: left;
margin-left: 100px;
}

.quotecenter {
text-align : center;
width : 60%;
padding : 10% 20%;
color : #262624;
font-size : 110%;
}
.audio {
width : 60%;
text-align : center !important ;
margin : 0 auto;
}
audio {
width : 100%;
border-radius : 12px;
}


.morelight {
color: #c01718 !important;
border-bottom: 1px solid !important;
padding-bottom: 1em !important;
background: none !important;
line-height: 300%;
font-size: 100%;
}
.newsdet h1 {font-size: 180% !important; margin-bottom: 2em; line-height: 122%;}
.newsdet h2 {font-size: 130% !important;}
footer {
background: #454345;
color : #f2f2f2;
padding : 4em 0 4em;
line-height: 120%;
text-align: center;
}

.foo {
margin-bottom : 0 !important;
padding: 0.8em 0 0.8em 0;
}
footer a {
color : #f2f2f2;
}
footer h2, footer h3 {
color: #fff;
} 

.foot {
float : left;
margin-right : 4em;
margin-bottom : 2em;
text-align: left;
}
.foo ul {
margin: 0 !important;
padding: 0 !important;
}
.foo li {
margin-bottom: 0.4em !important;
background-position: left top !important;
}
.foo-title {
font-weight : bold;
font-size : 110%;
margin-bottom : 1em;
color : #f2f2f2;
}
.foomap {
background-image: url(https://osteopathie-fritsch.de/uploads/layout/adress.png) !important;
background-position: left top !important;
}
.foofon {
background-image: url(https://osteopathie-fritsch.de/uploads/layout/phoneicon.png) !important;
background-position: left top !important;
}
.foomail {
background-image: url(https://osteopathie-fritsch.de/uploads/layout/mailicon.png) !important;
background-position: left top !important;
}

.copyfoo {
background: #b167a7;
color :  #fff;
font-size : 90%;
text-align: center;
border-top: 1px solid #fff;
}
.copyfoo a {
display: inline;
color:  #f2f2f2;
}
.required {
float : left;
width : 45%;
margin-right : 4%;
}
label {
float : left !important ;
display : block;
margin-bottom : 0.5em;
}
.yourweb, div.yourweb * {
display: none !important;
}
input, textarea, select {
border : none;
background : #f2f2f2;
padding-left : 0.7em;
height : 2.5em;
font-size : 100%;
box-sizing : content-box;
font-family : 'Inter';
width: 100%;
margin-bottom: 1em;
}
textarea {
height : 9em;
clear : both !important ;
float : none;
padding: 0.7em;
width: 93%;
margin-bottom: 0.5em;
}
.cms_checkbox {
width : 1em;
clear : both;
float : left;
margin-right : 0.5em;
margin-top : -0.7em;
margin-bottom: 0 !important;
}
.cms_submit {
width : 30%;
height : 3.5em;
color : #fff;
background: #b167a7;
}
.cms_select {
height : auto;
padding : 2%;
}
.cms_submit.fbsubmit {
color : #fff;
background: #b167a7;
font-size : 100%;
border: 1px solid #fff;
border-radius: 12px;
}
.search-button {
background: #b167a7;
color: #fff;
margin-top: 1em;
}
.privacy {
font-size: 90%;
width: 90%;
line-height: 140%;
}
.search-button {
font-size : 100%;

}
.kontakt{
float : none !important ;
width : 100% !important ;
margin: 0 auto;
text-align: left;
}
.captcha {
width : 45%;
clear : both;
float : none;
}
.captcha img {
clear : both;
box-shadow : none !important ;
width : 40% !important ;
height : auto !important ;
float : none;
margin : 0.5em 0 0.5em 0;
filter: grayscale(100%);
}

.kontakt .captcha {
width : 100%;
float : none !important ;
}
.confirm, .error_message {
position : fixed !important ;
background : rgb(255, 255, 255, 0.95);
padding : 2%;
top : -0.4em;
left : 5%;
border : solid 1px;
max-width : 80%;
z-index : 10000;
box-shadow : 0 1px 1px rgb(0, 0, 0, 0.11), 0 2px 2px rgb(0, 0, 0, 0.11), 0 4px 4px rgb(0, 0, 0, 0.11), 0 6px 8px rgb(0, 0, 0, 0.11), 0 8px 16px rgb(0, 0, 0, 0.11);
}

@media screen and (max-width: 1200px) {
.reach {
right: 5em;
}
   .topnav a, .topnav li {display: none;} {display: none;}
  .topnav a.icon {
   position: fixed !important;
top: 5.7em;
    right: 0;
    display: block !important;
background: url(https://osteopathie-fritsch.de/uploads/layout/hamburger.png) no-repeat;
background-size: 33px auto;
width: 33px;
height: 33px;
z-index: 1000;
  }
.topnav.responsive .icon {
    position: fixed !important;
   top: 5.7em;
color: #309a9c;
width: 35px;
height: 35px;
text-align: left;
background: url(https://osteopathie-fritsch.de/uploads/layout/close.png) no-repeat;
background-size: 35px auto;
  }
@keyframes navi {  
0% {height: 0;}
100% {height: 100%;}
}
  .topnav.responsive {
position: fixed;
background: rgba(255,255,255,0.97);
left: 0;
top: 0;
animation-duration : 0.8s;
animation-name : navi;
width: 100%;
height: 100%;
padding: 2em 5em 2em 2em;
margin-bottom: 3em;
text-align: left !important;
justify-content : left;
 overflow-y:scroll;
    overflow-x:hidden;
z-index: 2000;
}
.topnav.responsive ul {
margin-bottom: 3em;
}
.topnav.responsive li {
float: none !important;
    display: block !important;
}
.topnav.responsive ul li ul {
margin-bottom: 0;
}
  .topnav.responsive a {
    float: none !important;
    display: block !important;
    text-align: left !important;
border: none !important;
margin-bottom: 0.3em;
padding-bottom: 0;
  }
.topnav a::after, .topnav a.currentpage::after, .topnav a.activeparent::after, .butt::after {
transform: none;
height: 0;
}
.topnav a:hover::after, .butt:hover::after {
transform: none;
}
.toggle_container {
    position: relative !important;
left: 0;
padding: 0;
background: none;
box-shadow: none;
width: 100%;
text-align: left !important;
}
.pic {width: 40%;}
}

@media screen and (max-width: 62em) {
  
html, body {
min-height : 100% !important ;
height : 100% !important ;
}


.noshadow {
width: 60% !important;
margin: 10% 20% 0 20% !important;
}
.placehold {
display: none;
}
.alignre {
background-position: center right !important;
}
.searchcont {
width : 60%;
padding-top: 3em;
}
.searchcont input {
width : 80%;
}
.flex {
display : block;
}
.li-text, .re-text {
width : 100%;
float : none;
margin-right: 0; 
margin-left: 0;
}
.halfwidth {
width : 100%;
}
.desc-re {
padding-top : 0 !important ;
}
.re-text {
margin-top : 2em;
}
.sub a, .hisback {
display : block;
color : #262624;
background : #efeeee;
padding : 0.5em 1em 0.5em 1em;
border-radius : 12px;
margin : 0 0 0.5em;
font-size : 80%;
}
.description {
width : 70% !important ;
max-width : 70% !important ;
}
.center {
width : 90% !important ;
}

#responsive {
position : static !important ;
}
#res-call {
position : relative;
z-index : 1000;
}
.holly {
width: 40%;
}
.meinung {
width : 39% !important ;
}
.meinung img {
width : 20%;
}
#mobsearch {
text-align : center;
display : flex;
flex-wrap : wrap;
justify-content : center;
}
.mobinpt {
width : 10em;
}

.sm {
width : 36% !important ;
}

.ham {
position : fixed;
top : 1.2em;
right : 0.8em;
width : 1.5em !important;
}
.blog {
margin-bottom: 5%;
}
#menu-mob li {
float : none;
margin : 0;
}
.button {
width : 1.5em;
right : 0.8em;
}
#logo {
z-index : 1000;
}
.skillz {
width : 45% !important;
margin : 5% 5% 0 0;
}
.pricepic {
width: 70%;
margin-bottom : 8%;
}
.tipps {
width : 95% !important;
padding: 1.5em;
}
.blog, .accordion {
width: 95%;
}
.title {
padding: 0 3% 0 3%;
}
.cont {
padding-bottom: 0 !important;
}
.cont-li {
float: none;
width: 100%;
margin-bottom
}
.sidebar {
margin-top: 4em !important;
margin-bottom: 4em;
margin-left: 0;
width: 85%;
left: 2%;
}
.sidebar ul {
margin-left: 0;
}
footer {
padding-bottom : 2.5em !important ;
}
.foot {
float : none !important ;
}
.smallpic {
width: 60% !important;
margin: 0 20% 0 20% !important;
}
}
@media screen and (max-width: 750px) {
.slide ul li {
padding: 0 0 70% 0 !important;
}
.slide {
padding: 0 0 70% 0 !important;
}

.rightpic, figure {
float : none !important;
width : 95% !important;
margin : 0 0 1.5em 0;
}
figure img {
width: 100%;
}
.kontakt {
width: 100% !important;
}
textarea {
width: 98%;
}
.reach {
right: 5em;
}
.dislink {display: none;}
.sub {
width : 85%;
}

.desc-title {
font-size : 110%;
}
.skillz {
width : 100%;
margin : 5% 5% 0 0;
}
.skillz, .tipps {
width : 90% !important;
}
.tipps img {
width: 16%;
}
.skillz img, .skilltext {
clear: both;
float: none;
width: 100%;
}
.skilltext {
padding-bottom: 1em;
}

.searchcont {
width : 70%;
}
.smallcont {
width: 70% !important;
}
.box {
right : 5%;
width : 80%;
}
.teampic {
width : 35% !important ;
}
 .own, .required, input, cms_select, .captcha {
width : 98%;
}
 .cms_submit {
width: 70%;
}
textarea {
width: 93%;
}

.chk label {
width : 80%;
}
.li-text img, .re-text img {
margin : 1em 0 0 0;
}
.center {
width : 80% !important ;
}
.meinung {
width : 100% !important ;
padding: 7%;
margin-bottom: 6%;
}
.thumblist {
overflow : visible !important ;
}
.pic, .addr {
width : 100% !important ;
margin : 0 0 5% 0;
padding: 3em 10%;
}
.halfwidth {
width: 80% !important;
padding: 3em 10% 10% 10% !important;
}
.sm {
width : 86% !important ;
}
.back img {
width : 70%;
text-align : left;
}
.title {
font-size: 2.5vw;
}
.paramap a {
font-size: 80%;
width: 80%;
}
.halfwidth {
font-size: 90% !important;
}
.toptitle {
font-size: 3vw !important;
}
h1 {
font-size: 170%;
}
}
@media screen and (max-width: 495px) {
.headtitle {
margin-bottom: 0.2em;
}
.leftalign {
background-position: center left !important;
}
h1, h2 {
font-weight: bold !important;
}

.centerhead {
width: 80%;
}
.headtitle {
font-size: 12vw;
}
#logo {
font-size : 100%;
}
table, td {
hyphens: none !important;
vertical-align: top;
}
.contact-icons {
height: 0.5em;
}
.quotecenter, blockquote {
padding : 1em 0 !important ;
}

.desc-li, .desc-re {
float: none !important;
width: 100% !important;
clear: both;
}
.descpic {
width: 30% !important;
}

.desc-title {
font-size : 100%;
}

.pricepic {
width: 100%;
}

.headl2 {
font-size : 180%;
line-height: 120%;
}

.smallcont {
width: 80% !important;
}
.sub {
line-height : 110%;
font-size : 95%;
margin-top : 0.5em;
}
.re-text img {
margin : 0;
}
.pic {
margin-right : 0 !important ;
float : none !important ;
}
.teampic {
width : 100% !important ;
}
.title {
}
.pic h2 {
font-size: 150%;
margin-bottom: 0;
}
.skillz img {
width: 100%;
height: auto;
object-fit: contain !important;
}
.kunde {
width: 60%;}
.noshadow {
width: 90% !important;
margin: 10% 5% 0 5% !important;
}
.top-container {
text-align : center !important;
}
.mleft {
width: 100%;
text-align: center;
}
.reach {
top: 1em;
left: 20%;
}
.topnav.responsive .icon, .topnav a.icon {
top: 1em;
right: 0 !important;
}
}
@media screen and (max-width: 350px) {
.news {
width: 95%;
}
}
