/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
 /* 
:root {
    --weiss: #fff;
    --schwarz: #000;
    --linkfarbe: #EA9305;
    --dunkelorange: #ad7821;
    --braun: #7c4f07;
    --selection: #d38405;
    --lightorange: #FFEBC9;
    --accordion: #F8CA82;
    --blue: #0D8AFF;
    --grey: #C7C7C7;
    --font: #222222;

    --orangehover: #da8804;
    --blauhover: #0c71cf;

    --linkfarbetrans01: rgba(36, 30, 22, 0.1);
    --bluetrans50: rgba(13, 138, 255, 0.5);
    --accordiontrans: rgba(248, 203, 130, 0.16);
    --schwarztrans07: rgba(0,0,0,0.7);

    --slidienbutton: #0D8AFF;
    --slideinbtncolor: #FFF;
    --slideinbg: #EA9305;

    --cookiemanmain: #EA9305;

    --standardtransition: all 0.3s ease;
}
*/

:root {
    --weiss: #fff;
    --schwarz: #000;
    --linkfarbe: #D6B38E;
    --dunkelorange: #A8947E;
    --braun: #9A7455;
    --selection: #C8A47C;
    --lightorange: #FFF0E0;
    --accordion: #F5E2CE;
    --blue: #891248;
    --grey: #C7C7C7;
    --font: #222222;

    --orangehover: #CAA57C;
    --blauhover: #891248;

    --linkfarbetrans01: rgba(36, 30, 22, 0.1);
    --bluetrans50: rgba(13, 138, 255, 0.5);
    --accordiontrans: rgba(248, 203, 130, 0.16);
    --schwarztrans07: rgba(0,0,0,0.7);

    --slidienbutton: #891248;
    --slideinbtncolor: #FFF;
    --slideinbg: #D6B38E;

    --cookiemanmain: #D6B38E;

    --standardtransition: all 0.3s ease;
}

::selection {
    background: var(--selection);
    color: #FFF;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    font-family: 'Open Sans',arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4em;
    color: var(--font);
}

* {
    outline: none;
}

a, a:hover, a:active, a:visited {
    color: var(--linkfarbe);
    text-decoration: none;
}

figure.image > a {
    display: table;
}

.audio-embed, .audio-caption {
    float: left;
    clear: both;
    width: 100%;
}

p {
    margin: 0 0 10px 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.ce-center .ce-outer {
    position: relative;
    float: left;
    clear: both;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.video[data-type="external"] .video-embed {
    padding-top: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.videobox,
.video-embed {
    position: relative;
}

.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
} 

.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;  
}

.ce-gallery.videocontainer .video-column {
    max-width: 100%;
    float: left;
}

.ce-gallery.videocontainer figure.video {
	display: block;
}

/* -- Headervideo -- */
.frame-type-textmedia.frame-layout-11 > .rahmen {
    width: 100% !important;
    max-width: none !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview {
    height: 100%;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-type-textmedia.frame-layout-11.loadingok .video-embed .video-preview {
    display: none;
}

.frame-type-textmedia.frame-layout-11 .video[data-type="internal"] .video-embed .video-embed-item {
    width: 100%;
}

body.lb_body {
    height: auto !important;
    max-width: 800px;
    width: 90vw;
}

#lightbox {
    width: 96%;
    margin: 10px 2%;    
}
/* -------------------------------------------------------------- */

/*~ Oben ~*/
#oben {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    background: rgba(255,255,255,0.6);
    border-bottom: 5px solid var(--linkfarbe);
    z-index: 99;
    transition: 0.2s;
}

#oben:hover {
    background: rgba(255,255,255,0.8);
}

#oben > .rahmen {
    width: 90%;
    margin: 0 auto;
    float: none;
}

#oben > .rahmen > .frame {
    width: 229px;
    float: left;
    clear: none;
    margin-bottom: 20px;
}

#oben > .rahmen > .frame .ce-gallery {
    margin: 0 0 0 0;
}

#oben .sidenav {
    width: 35px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--font);
    height: 77px;
    float: left;
    clear: none;
    margin-top: 10px;
}

#oben .sidenav .frame,
#oben .sidenav .rahmen,
#oben .sidenav .ce-textpic,
#oben .sidenav .ce-gallery,
#oben .sidenav .ce-row {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#oben .sidenav .ce-gallery .ce-row *:not(source) {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

#oben .sidenav .ce-gallery .ce-row a {
    padding: 8px;
    background: var(--linkfarbe);
    width: 19px;
    height: 19px;
    border-radius: 50%;
    transition: 0.2s;
}

#oben .sidenav .ce-gallery .ce-row a:hover {
    background: var(--orangehover);
}

#oben .navigation {
    float: left;
    clear: none;
    width: calc(100% - 305px);
    margin-top: 10px;
}

#oben .navigation .uppernav,
#oben .navigation .uppernav > .frame * {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#oben .navigation .uppernav {
    text-align: right;
}

#oben .navigation .uppernav > .frame,
#oben .navigation .uppernav > ul {
    display: inline-block;
    float: none;
}

#oben .navigation .uppernav > .frame ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
}

#oben .navigation .uppernav > .frame ul li {
    width: auto;
    transition: 0.2s;
    clear: none;
    background: var(--linkfarbe);
    color: #FFF;
    border-radius: 50px;
    margin: 0 10px 0 0;
    font-size: 16px;
}

#oben .navigation .uppernav > .frame ul li:hover {
    background: var(--orangehover);
}

#oben .navigation .uppernav > .frame ul li:nth-child(2):hover {
    background: var(--blauhover);
}

#oben .navigation .uppernav > .frame ul li a {
    color: #FFF;
    padding: 5px 10px 5px 40px;
    position: relative;
    display: block;
    width: auto;
    font-size: 24px;
}

#oben .navigation .uppernav > .frame ul li a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    bottom: 5px;
    width: 20px;
    background: url(../images/instagram-gradient.png) center center no-repeat;
    background-size: contain;
}

#oben .navigation .uppernav > .frame ul li:nth-child(1) {
    background: none;
}

#oben .navigation .uppernav > .frame ul li:nth-child(1) a {
    padding: 0 0 0 0;
    aspect-ratio: 1;
    width: 35px;
    border-radius: 50%;
}

#oben .navigation .uppernav > .frame ul li:nth-child(1) a::before {
    left: 8px;
    width: 29px;
    height: 29px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#oben .navigation .uppernav > .frame ul li:nth-child(1) a strong {
    display: none;
}

#oben .navigation .uppernav > .frame ul li:nth-child(2) {
    background: var(--blue);
}

#oben .navigation .uppernav > .frame ul li:nth-child(2) a::before {
    background: url(../images/termin.svg) center center no-repeat;
    background-size: contain;
}

#oben .navigation .uppernav > .frame ul li:nth-child(3) a::before {
    background: url(../images/telefon.svg) center center no-repeat;
    background-size: contain;
}

#oben .navigation .mobnav > .hnavi + ul {
    position: relative;
    background: var(--accordion);
    margin: 0 !important;
    padding: 10px 0 !important;
}

/* #oben .navigation .mobnav > .hnavi + ul */
#oben .navigation .uppernav > ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none; 
}

/* #oben .navigation .mobnav > .hnavi + ul li */
#oben .navigation .uppernav > ul li { 
    margin: 0 5px;
    float: left;
    clear: none;
}

/* #oben .navigation .mobnav > .hnavi + ul li.nolink */
#oben .navigation .uppernav > ul li.nolink { 
    display: none;
}

/* #oben .navigation .mobnav > .hnavi + ul li a */
#oben .navigation .uppernav > ul li a { 
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
    display: block;
}

/* #oben .navigation .mobnav > .hnavi + ul li a::before */
#oben .navigation .uppernav > ul li a::before { 
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/germany.svg) center center no-repeat;
    background-size: 60%;
}

/* #oben .navigation .mobnav > .hnavi + ul li:nth-child(2) a::before */
#oben .navigation .uppernav > ul li:nth-child(2) a::before { 
    background: url(../images/united-kingdom.svg) center center no-repeat;
    background-size: 60%;
}

/* #oben .navigation .mobnav > .hnavi + ul li:nth-child(3) a::before */
#oben .navigation .uppernav > ul li:nth-child(3) a::before { 
    background: url(../images/hungary.svg) center center no-repeat;
    background-size: 60%;
}

/* #oben .navigation .mobnav > .hnavi + ul li a span */
#oben .navigation .uppernav > ul li a span{ 
    display: none;
}

#oben .navigation .mob_button {
    display: none;
}

#oben .navigation .hnavi {
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#oben .navigation .hnavi li {
    display: inline-block;
    margin: 0 30px 0 0;
}


#oben .navigation .unavi li {
    margin: 0 0 0 30px;
}


/* #oben .navigation .hnavi li:last-child {
    margin: 0 0 0 0;
} */

#oben .navigation .hnavi li a {
    display: block;
    padding: 10px 5px 20px;
    text-transform: uppercase;
    color: var(--font);
    transition: 0.1s;
}

#oben .navigation .hnavi li.act > a,
#oben .navigation .hnavi li:hover > a {
    text-shadow: 1px 0 0;
    position: relative;
}

#oben .navigation .hnavi > li.ifsub {
    cursor: pointer;
}

/* -- #oben .navigation .hnavi > li.ifsub > a {
    pointer-events: none;
} -- */

#oben .navigation .hnavi > li.ifsub > a,
#oben .navigation .hnavi > li.click > a {
    position: relative;
}

#oben .navigation .hnavi > li.ifsub:hover > a::after,
#oben .navigation .hnavi > li.ifsub.click > a::after {
    content: '';
    position: absolute;
    left: calc(50% - 28px);
    bottom: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 28px 14px 28px;
    border-color: transparent transparent var(--linkfarbe) transparent;
    transform: rotate(0deg);
}

#oben .unavi {
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 5%;
    background: var(--linkfarbe);
    display: none;
}

#oben li.ifsub.click .unavi,
#oben li.ifsub:hover .unavi{
    display: block !important;
}

#oben .navigation .hnavi .unavi li a {
    color: #FFF;
    padding: 10px;
}

#header {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

#header > .frame:first-child {
    padding-bottom: 56.2%;
    height: 0;
}

#header .ce-gallery {
    margin: 0 0 0 0;
}

#header .frame:nth-child(2) {
    position: absolute;
    top: 160px;
    right: 40px;
    width: 200px;
    z-index: 1;
}

#header .frame-bildslider .ce-row {
    border-radius: 0;
}

#header .owl-dots {
    position: absolute;
    left: 40px;
    top: 160px;
    width: auto;
    margin: 0 0 0 0;
}

#header .frame-bildslider .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    float: left;
}

#header .frame-bildslider .owl-dots button:last-child {
    margin: 0 0 0 0;
}

#header:not(.sub) > .frame:first-child img {
    animation: scale;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes scale {
    0%   {transform: scale(1);}
    50%  {transform: scale(1.05);}
    100% {transform: scale(1);}
  }

/*  ++ Anpassung SEO ++ */
#header > .frame-headertext .ce-bodytext,
#header > .frame-headertext .ce-textpic.ce-right .ce-bodytext  {
    background: var(--lightorange);
    float: left;
    clear: both;
    width: auto;
    padding: 40px 20px 40px 0px;
    margin: 0;
    left: 5%;
    position: absolute;
    bottom: 225px;
    font-size: 45px;
    line-height: 1.5em;
    box-shadow: -100px 0px var(--lightorange);
    max-width: 850px;
}

#header > .frame-headertext .ce-textpic.ce-right .ce-bodytext  {
    right: 5%;
    left: unset;
    box-shadow: 100px 0px var(--lightorange);
    padding: 40px 0 40px 20px;
    text-align: right;
}

#header > .frame-headertext .ce-textpic.ce-right .ce-bodytext p {
    float: right;
}

#header > .frame-headertext .ce-bodytext  p {
    margin: 0;
}

#header > .frame-headertext .ce-bodytext  p:last-child {
    text-transform: uppercase;
    font-style: normal;
    font-size: 60px;
    color: var(--linkfarbe);
    margin: 0;
}

#header > .frame-headertext  + div {
    display: none;
}

.faq .ui-accordion-header {
    margin-top: 10px;
}

.faq .ui-accordion-header:first-child {
    margin-top: 0;
}

.ce-gallery figcaption {
    margin-top: 10px;
}

/*~ Footer ~*/
#footer {
    padding: 30px 0 0 0;
    background: var(--lightorange);
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

footer ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
}

#footer ul li {
    float: left;
    clear: none;
    margin: 0 40px 0 0;
}

#footer .frame-type-shortcut > .rahmen {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
}

#footer .frame-type-shortcut > .rahmen > .frame {
    float: left;
    width: auto;
}

#footer .frame-type-shortcut > .rahmen > .frame-type-textmedia {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--schwarz);
}

#footer .frame-type-shortcut > .rahmen > .frame-type-textmedia .ce-bodytext {
    display: none;
}

#footer .frame-type-shortcut > .rahmen > .frame-type-textmedia .ce-gallery {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#footer .frame-type-shortcut > .rahmen > .frame-type-textmedia .ce-gallery .ce-row {
    display: inline-block;
    margin: 0 10px 0 0;
}

#footer .frame-type-shortcut > .rahmen > .frame-type-textmedia .ce-gallery .ce-row:last-child {
    margin: 0 0 0 0;
}

#footer .frame-type-shortcut > .rahmen > .frame-type-textmedia img {
    width: 29px;
    height: 29px;
}

#footer .frame-type-menu_subpages ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    clear: both;
    width: 100%;
}

#footer .frame-type-menu_subpages ul li {
    float: left;
    clear: both;
    width: auto;
    display: block;
    text-align: left;
    margin: 0 0 0 0;
}

#footer a {
    color: var(--font);
}

#footer ul li:last-child {
    margin: 0 0 0 0;
}

#footer #conceptnet {
    position: absolute;
    right: 5%;
    top: 30px;
    z-index: 5;
}

#footer .tx_cn-columns .row .col-75,
#footer .tx_cn-columns .row .col-25 {
    float: left;
    clear: both;
    width: 90%;
    margin: 0 0 0 0;
    padding: 0 5%;
}

#footer .tx_cn-columns .row > div > div {
    margin: 0 0 0 0 !important;
    width: 100% !important;
}

#footer .tx_cn-columns .row .col-25 {
    /* background: rgba(0,0,0,0.1); */
    background: var(--linkfarbetrans01);
    padding: 20px 5%;
    margin: 30px 0 0 0;
}

/*~ Accordion ~*/
.cnmc-accordion,
.cnmc-accordion .frame,
.cnmc-accordion .rahmen,
.cnmc-accordion .ui-accordion-content {
    float: left;
    clear: both;
    width: 100%;
}

.cnmc-accordion .ui-accordion-content {
    width: calc(100% - 40px);
    padding: 20px;
    background: var(--lightorange);
}

.cnmc-accordion .ui-accordion-content .ce-bodytext > *:last-child {
    margin-bottom: 0;
}

.ui-accordion-header {
    font-size: 18px;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
}

.ui-accordion-header .ui-accordion-header-icon {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFF;
    border-radius: 50%;
}

.ui-accordion-header .ui-accordion-header-icon::before,
.ui-accordion-header .ui-accordion-header-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    height: 2px;
    width: 16px;
    background: var(--font);
    transition: 0.2s;
}

.ui-accordion-header .ui-accordion-header-icon::after {
    transform: rotate(90deg);
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon::after {
    transform: rotate(0deg);
} 

.ui-accordion-header::after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background: var(--lightorange);
    transition: 0.1s;
}

.ui-accordion-header.ui-state-active::after {
    top: 50%;
    transition: 0.1s;
}

.ui-accordion-header a {
    float: left;
    clear: both;
    width: calc(100% - 55px);
    padding: 10px 40px 10px 15px;
    background: var(--accordion);
    border-radius: 50px;
    color: var(--font);
}

/*~ Inhaltsbereich ~*/
#inhaltsbereich.margtop {
    margin-top: 100px;
    min-height: calc(100vh - 326px);
}

#inhaltsbereich .ce-bodytext {
    hyphens: auto;
    hyphenate-limit-chars: 10 5 5;
}

#inhaltsbereich {
    max-width: 100%;
    overflow: hidden;
}

/* ++s++ */
#inhaltsbereich .ce-bodytext {
    hyphens: auto;
    hyphenate-limit-chars: 10 5 5;
}

p {
    margin: 0 0 10px 0;
}

#inhaltsbereich > .frame,
#inhaltsbereich > .frame-type-shortcut > div > .frame {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich > div > .rahmen {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

h1 {
    margin: 0 0 30px 0;
    font-size: 36px;
    line-height: normal;
    position: relative;
    z-index: 1;
}

h1.zweizeilig {
    margin: 0 0 0 0;
}

h1 + h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

h1 + h2 span::before {
    display: none;
}

h1 span::before,
h2 span::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--linkfarbe);
    z-index: -1;
}

h2 {
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: normal;
    z-index: 1;
    color: var(--linkfarbe);
    /*  ++s++ */
    padding: 10px 0 0 0;
}

h1 span,
h2 span {
    position: relative;
    z-index: 1;
}

h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: normal;
    color: var(--linkfarbe);
}

h3 span {
    display: block;
}

h2 span::before {
    background: var(--lightorange);
    top: -10px;
}

h1, h2, h3 {
    hyphens: auto;
}

a.online-termin,
a.more {
    display: inline-block;
    float: left;
    clear: both;
    color: #FFF;
    border-radius: 50px;
    padding: 5px 20px;
    background: var(--blue);
    margin: 0 0 10px 0;
    transition: 0.2s;
}

a.online-termin:hover,
a.more:hover {
    background: var(--blauhover);
}

a.online-termin::before,
a.more::before {
    content: '»';
    margin: 0 5px 0 0;
}

#inhaltsbereich > div {
    margin-top: 100px;
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich > div:last-child {
    margin-bottom: 20px;
}

#inhaltsbereich > .frame-profil:last-child {
    margin-bottom: 10px;
    padding-bottom: 100px;
}

#inhaltsbereich > .frame-bg-orange:last-child {
    margin-bottom: 10px;
}

#inhaltsbereich > .frame:not(.frame-leistungen-full) .ce-textpic.ce-left.ce-intext .ce-gallery {
    margin-right: 40px;
}

.ce-textpic.ce-right.ce-intext .ce-gallery {
    margin-left: 40px;
}

#inhaltsbereich ul {
    margin: 10px 0;
    padding: 0 0 0 0;
    list-style: none;
}

#inhaltsbereich ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

#inhaltsbereich ul li::before {
    content: '>';
    color: var(--linkfarbe);
    margin-right: 5px;
    position: absolute;
    left: 0;
}

#inhaltsbereich > div:not(.frame-profil, .frame-layout-12, .frame-bg-orange):last-child {
    margin-bottom: 80px;
}

#inhaltsbereich > .frame-layout-12:last-child {
    margin-bottom: 0;
}

#inhaltsbereich .table,
#inhaltsbereich .table * {
    margin: 0 0 0 0;
}

#inhaltsbereich .table tr td {
    padding: 0 20px 0 0;
    vertical-align: top;
}

#inhaltsbereich .table tr td:last-child {
    padding: 0 0 0 0;
}

#inhaltsbereich .frame-type-header + div {
    margin-top: 0;
}

.cn_multicontent_teaser {
    margin-bottom: 40px;
}

.ce-gallery.ce-border .ce-row .ce-column {
    border-radius: 50%;
    overflow: hidden;
}

.frame-img-bg .ce-gallery .ce-row {
    position: relative;
    float: left;
    clear: both;
}

.frame-img-bg .ce-textpic,
.frame-img-bg .ce-gallery,
.frame-img-bg .ce-gallery .ce-row {
    overflow: visible;
}

.frame-img-bg .ce-gallery .ce-row::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: -150px;
    left: -100px;
    right: -150px;
    bottom: -150px;
    background: url(../images/klecks-bg-burgund.svg) center center no-repeat;
    background-size: 100% 100%;
}

#inhaltsbereich .ce-bodytext {
    max-width: 650px;
}

/* .frame-leistungen {
    position: relative;
    padding: 50px 0 10px;
}

.frame-leistungen .ce-gallery {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame-leistungen .ce-gallery::before {
    content: '';
    position: absolute;
    background: url(../images/bg-orange.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.frame-leistungen .ce-gallery .ce-row {
    width: calc(25% - 30px);
    margin-bottom: 40px;
    overflow: visible;
}

.frame-leistungen .ce-gallery .ce-row * {
    float: left;
    clear: both;
    width: 100%;
}

.frame-leistungen .ce-gallery .ce-row .image {
    text-align: center;
}

.frame-leistungen .ce-gallery .ce-row img {
    width: 70px;
    display: inline-block;
    float: none;
}

.frame-leistungen .ce-gallery .ce-row figcaption {
    text-align: center;
    font-size: 22px;
    color: var(--linkfarbe);
    font-weight: bold;
    hyphens: auto;
    line-height: normal;
    text-align: center;
}

.frame-leistungen .ce-gallery .ce-row figcaption span {
    color: var(--blue);
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    float: none;
}

.frame-leistungen .ce-gallery .ce-row figcaption span::before,
.frame-leistungen .ce-gallery .ce-row figcaption span::after {
    content: '';
    width: 15px;
    height: 3px;
    background: var(--blue);
    position: absolute;
    top: 0;
    right: -15px;
}

.frame-leistungen .ce-gallery .ce-row figcaption span::after {
    transform: rotate(90deg);
} */

.frame-leistungen {
    position: relative;
    padding: 50px 0;
}

.frame-leistungen .ce-textpic,
.frame-leistungen .ce-gallery,
.frame-leistungen .ce-gallery .ce-row {
    float: left;
    clear: both;
    widtH: 100%;
    margin: 0 0 0 0;
}

.frame-leistungen .ce-gallery::before {
    content: '';
    position: absolute;
    background: url(../images/bg-beige.jpg) left top no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.frame-leistungen .ce-gallery .ce-row:last-child {
    margin: 0 0 0 0;
}

.frame-leistungen .ce-gallery .ce-row *:not(source, picture, img, figcaption) {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-leistungen .ce-gallery a {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    width: calc(70% - 80px);
    margin: 0 15%;
    border-bottom: 1px dashed var(--accordion);
}

#inhaltsbereich .frame-leistungen .ce-gallery .ce-row:last-child a {
    border: none;
}

.frame-leistungen .ce-gallery picture,
.frame-leistungen .ce-gallery figcaption {
    display: inline-block;
}

.frame-leistungen .ce-gallery picture {
    height: 50px;
    margin-right: 50px;
    opacity: 0.7;
    transition: 0.2s;
}

.frame-leistungen .ce-gallery a:hover picture {
    transform: scaleX(-1);
}

.frame-leistungen .ce-gallery a:hover picture:last-child {
    transform: scaleX(1);
}

.frame-leistungen .ce-gallery picture:last-child {
    margin: 0 0 0 50px;
    transform: scaleX(-1);
}

.frame-leistungen .ce-gallery picture img {
    width: auto;
    height: 100%;
}

/* .frame-leistungen .ce-gallery .ce-row figcaption {
    white-space: nowrap;
} */

.frame-leistungen-full {
    position: relative;
}

.frame-leistungen-full::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-leistungen-beige.jpg) center top repeat;
    background-size: 100% auto;
}

.frame-leistungen-full > div > .frame::after {
    content: url(../images/trenner.svg);
    margin: 50px 0;
    float: left;
    clear: both;
    width: 100%;
}

.frame-leistungen-full .ce-bodytext {
    margin-top: 20px;
}

.frame-leistungen-full h2 span::before,
.frame-bg-orange h2 span::before {
    background: var(--linkfarbe);
    opacity: 0.2;
}

/*~ Leistungen Startseite ~*/
.frame-leistungen-full.frame-type-shortcut.frame-layout-1 > div > .frame:last-child {
    padding-bottom: 50px;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 > div > .frame:last-child::after {
    display: none;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1::before {
    opacity: 0.3;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 span::before {
    display: none;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 {
    float: left;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 a {
    float: left;
    clear: both;
    width: 100%;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 span {
    white-space: nowrap;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 > span {
    display: inline-block;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 header,
.frame-leistungen-full.frame-type-shortcut.frame-layout-1 .ce-textpic {
    float: left;
    clear: both;
    width: 100%;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 a span {
    float: left;
    clear: none;
    margin: 0 20px;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 .ce-row {
    margin: 0 0 0 0;
    width: 40px;
    float: left;
    clear: none;
    transition: 0.2s;
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 .ce-row:last-child {
    transform: scaleX(-1);
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 > span:hover .ce-row {
    transform: scaleX(-1);
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 > span:hover .ce-row:last-child {
    transform: scaleX(1);
}

.frame-leistungen-full.frame-type-shortcut.frame-layout-1 h2 .ce-row *:not(source) {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-team.frame-type-shortcut > .rahmen {
    display: flex;
    flex-wrap: wrap;
}

#inhaltsbereich .frame-team.frame-type-shortcut .frame-team {
    width: calc(33.33% - 27px);
    margin-bottom: 40px !important;
    float: left;
    clear: none;
}

#inhaltsbereich .frame-team.frame-type-shortcut .frame-team:nth-child(3n + 2) {
    margin: 0 40px;
}

.frame-team .ce-textpic {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.frame-team .ce-gallery {
    border-radius: 50%;
    margin: 0 0 0 0 !important;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.frame-team .ce-gallery::after {
    content: '';
    transition: 0.2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blue);
    position: absolute;
    opacity: 0;
}

.frame-team .ce-gallery * {
    float: left;
    clear: both;
    width: 100%;
}

.frame-team .ce-bodytext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 20px;
    transition: 0.2s;
    z-index: 5;
}

.frame-team .ce-bodytext > * {
    opacity: 0;
    position: relative;
    left: -100px;
    transition: 0.2s;
    padding: 0 20%;
    width: 60%;
    height: 20px;
}

.frame-team .ce-bodytext header {
    opacity: 1;
    left: auto;
    padding: 10px 0 15px 0;
    background: rgba(255,255,255,0.6);
    width: 100%;
    transition: 0.2s;
    height: auto;
}

.frame-team.frame-type-textmedia .ce-bodytext header + p:empty  {
    height: 50px;
}

.frame-team .ce-textpic .ce-bodytext,
.frame-team .ce-textpic:hover .ce-bodytext header > * {
    color: var(--weiss);
}

.frame-team .ce-textpic:hover .ce-bodytext header::after {
    border-top: 2px solid var(--weiss);
}

.frame-team .ce-bodytext header > * {
    font-size: 18px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    color: var(--font);
    padding: 0 15%;
}

.frame-team .ce-bodytext header::after {
    content: '';
    left: calc(50% - 100px);
    bottom: 8px;
    position: absolute;
    border-top: 2px solid var(--blue);
    width: 200px;
    transition: 0.2s;
}

.frame-team .ce-textpic:hover .ce-bodytext {
    padding-bottom: 40px;
}

.frame-team .ce-textpic:hover .ce-bodytext > * {
    opacity: 1;
    left: 0;
    height: auto;
}

.frame-team .ce-textpic:hover .ce-bodytext header {
    background: none;
}

.frame-team .ce-textpic:hover .ce-gallery::after {
    opacity: 0.5;
}

.frame-team .ce-textpic:hover .ce-bodytext {
    text-shadow: 0px 0 3px var(--blue);
}

.frame-team.frame-type-textmedia .rahmen {
    float: left;
    clear: both;
    width: 100%;
}

.frame-team.frame-type-textmedia .ce-textpic {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.frame-team.frame-type-textmedia .ce-bodytext p:last-child {
    margin: 0 0 0 0;
}

.frame-team.frame-type-textmedia .ce-textpic > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999999px;
    z-index: 5;
}

.frame-style-slider .owl-dots,
.frame-bildslider .owl-dots {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.frame-style-slider .owl-dots button,
.frame-bildslider .owl-dots button {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: var(--grey);
    margin: 0 5px;
    border-radius: 50%;
}

.frame-style-slider .owl-dots button.active,
.frame-bildslider .owl-dots button.active {
    background: var(--linkfarbe);
}

.frame-bildslider .ce-row {
    border-radius: 50%;
}

#inhaltsbereich > .frame-type-textmedia.frame-layout-12 .ce-border {
    background-attachment: fixed;
    background-size: cover;
    height: 600px;
}

#inhaltsbereich > .frame-type-textmedia.frame-layout-12:last-child .ce-border {
    height: 400px;
}

#inhaltsbereich > .frame-type-textmedia.frame-layout-12 .ce-border > * {
    display: none;
}

#inhaltsbereich > .frame-type-textmedia.frame-layout-12 > .rahmen {
    margin: 0 0 0 0;
    max-width: unset;
    width: 100%;
}

#inhaltsbereich > .frame-type-textmedia.frame-layout-12 .ce-gallery,
#inhaltsbereich > .frame-type-textmedia.frame-layout-12 .ce-gallery * {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-imgheader {
    margin-top: 0;
    padding-top: 100px;
    position: relative;
}

#inhaltsbereich .frame-imgheader .rahmen {
    position: relative;
}

#inhaltsbereich .frame-imgheader .ce-gallery {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#inhaltsbereich .frame-imgheader.frame-layout-1 .ce-gallery {
    top: auto;
    transform: none;
    bottom: -20px;
}

#inhaltsbereich .frame-imgheader.frame-layout-1 .ce-gallery img {
    width: auto;
    height: 100px;
}

.frame-imgheader::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -300px;
    background: url(../images/klecks-bg-beige.svg) right -150px no-repeat;
    opacity: 0.4;
    background-size: contain;
    z-index: -1;
}

.frame-imgheader .ce-bodytext,
.frame-imgheader .ce-textpic {
    overflow: visible;
}

.frame-imgheader .ce-gallery {
    width: 200px;
    margin: 0 0 0 50px;
}

.frame-imgheader .ce-gallery * {
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich .frame-imgheader + .frame {
    margin-top: 0;
}

#inhaltsbereich .frame-type-div,
#inhaltsbereich .frame-type-div + .frame  {
    margin-top: 50px;
}

.frame-type-div .rahmen * {
    display: none;
}

.frame-type-div .rahmen::after {
    content: url(../images/trenner.svg);
    float: left;
    clear: both;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ce-gallery[data-ce-columns="4"] .ce-column {
    width: calc(25% - 20px);
    margin-right: 20px;
    float: left;
    clear: none;
}

.ce-gallery[data-ce-columns="4"] figcaption {
    font-size: 14px;
    margin-top: 5px;
}

.frame-bg-orange {
    padding: 100px 0;
    background: var(--lightorange);
}

#inhaltsbereich .frame-bg-orange + .frame-layout-12 {
    margin-top: 5px;
}

.frame-bg-orange .ce-textpic,
.frame-bg-orange .ce-bodytext {
    overflow: visible;
}

.frame-profil.tx_cn-multicontent .profiltext {
    float: left;
    clear: none;
    width: calc(100% - 500px);
}

.frame-profil.tx_cn-multicontent .cnmc-accordion .ui-accordion-content {
    padding: 0 0 0 0;
    width: 100%;
}

.frame-profil.tx_cn-multicontent .cnmc-accordion .ui-accordion-content .ce-bodytext {
    margin: 0 0 0 0;
    padding: 20px;
    width: calc(100% - 40px);
}

.frame-profil.tx_cn-multicontent .ce-gallery {
    float: left;
    clear: none;
    width: 450px;
    margin: 0 50px 0 0;
    position: relative;
    overflow: visible;
}

.frame-profil.tx_cn-multicontent .ce-gallery .ce-row {
    border-radius: 50%;
}

.frame-profil.tx_cn-multicontent .profiltext + .ce-gallery {
    float: left;
    clear: none;
    width: 450px;
    margin: 0 0 0 50px;
}

.frame-profil.tx_cn-multicontent .ce-gallery * {
    float: left;
    clear: none;
    width: 100%;
    margin: 0 0 0 0;
}

.frame-profil.tx_cn-multicontent > div > header + .ce-gallery::before,
.frame-profil.bg-orange + .frame-profil.frame-type-textmedia .ce-gallery::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: -150px;
    left: -100px;
    right: -150px;
    bottom: -150px;
    background: url(../images/klecks-bg-beige.svg) center center no-repeat;
    background-size: 100% 100%;
    opacity: 0.4;
}

.frame-profil.bg-orange,
.frame-profil.frame-type-textmedia {
    padding: 50px 0;
    background: var(--accordiontrans);
}

.frame-profil.frame-type-textmedia .ce-bodytext {
    float: left;
    clear: none;
    width: calc(100% - 500px);
}

.frame-profil.frame-type-textmedia .ce-gallery {
    float: left;
    clear: none;
    width: 450px;
    margin: 0 50px 0 0;
    position: relative;
}

.frame-profil.frame-type-textmedia .ce-gallery * {
    float: left;
    clear: both;
    width: 100%;
}

.frame-profil.frame-type-textmedia .ce-gallery,
.frame-profil.frame-type-textmedia .ce-textpic {
    overflow: visible;
}

.frame-profil.frame-type-textmedia .ce-gallery .ce-row {
    border-radius: 50%;
}

.frame-profil.frame-type-textmedia .ce-bodytext + .ce-gallery {
    margin: 0 0 0 50px;
}

.frame-profil.bg-orange + .frame-profil.frame-type-textmedia {
    padding: 0 0 0 0;
    background: none;
}

.frame-profil.frame-layout-3 .ui-accordion-header {
    display: none;
}

/* ++s */
#inhaltsbereich .tx_cn-columns .row .col-50 + .col-50 + .col-100 > div {
    width: 100%;
    margin: 0;
}

#inhaltsbereich .tx_cn-columns .row .col-50 + .col-50 + .col-100 > div .ce-bodytext {
    max-width: 900px;
}

.frame-icons .ce-above .ce-gallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.frame-icons .ce-above .ce-gallery .ce-row {
    margin-bottom: 0;
    width: 30%;
}

.frame-icons .ce-above .ce-gallery .ce-row:last-child {
    margin-bottom: 0;
}

.frame-icons .ce-above .ce-gallery .ce-row .ce-column {
    width: 100%;
    margin-right: 0;
}

.frame-icons .ce-above .ce-gallery .ce-row .ce-column .image {
    width: 100%;
}

.frame-icons .ce-above .ce-gallery .ce-row .ce-column .image img {
    margin: 0 auto;
}

.frame-icons .ce-gallery figcaption {
    text-align: center;
    margin-top: 20px;
}

/*~ Slidein ~*/
.slidein > .frame > header.button, .slideinmob header.button {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.slidein > .frame > header.button > *, .slideinmob header.button > * {
    line-height: 40px;
}

.slidein > .frame > .rahmen .ce-textpic {
    width: calc(100% - 40px);
    margin: 20px 20px;
}

.slidein,
.slidein h2,
.slidein h3,
.slidein h4,
.slidein h5 {
    color: var(--weiss);
}

.slidein a.online-termin {
    margin-top: 20px;
    color: var(--linkfarbe);
    background: var(--weiss);
}

.slideinmob .button.textbutton {
    width: auto;
}

.frame-medinfo blockquote {
    float: left;
    clear: both;
    width: calc(100% - 20px);
    margin: 20px 0 0 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: auto;
    background: var(--bluetrans50);
    border-radius: 10px;
    position: relative;
    color: var(--weiss);
}

.frame-medinfo blockquote p {
    margin: 0 0 0 0;
}

.frame-medinfo blockquote::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--bluetrans50) transparent;
    position: absolute;
    left: 20px;
    top: -10px;
}

.slidein .frame-medinfo blockquote {
    background: rgba(255,255,255,0.2);
}

.slidein .frame-medinfo blockquote::before {
    border-color: transparent transparent rgba(255,255,255,0.2) transparent;
}

/*  ++ s ++ */
.frame-medinfo blockquote a {
    color: var(--braun);
}

.modal {
    z-index: 2147483000000;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 214748300000;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: calc(100vh - 100px);
    padding: 50px 100px;
    display: none;
}

.popup .frame-layout-1 .ce-gallery {
    margin: 0 0 0 0;
}

.popup_overlay {
    background: var(--schwarztrans07);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.popup .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}

.popup .close::before,
.popup .close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    border-bottom: 2px solid var(--weiss);
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    transform-origin: left;
}

.popup .close::after {
    transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

.popup .frame-layout-1 {
    height: 100%;
}

.popup .frame-layout-0 {
    scrollbar-width: thin;
    scrollbar-color: #EA9305 transparent;
}

.popup .frame-layout-0::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.popup .frame-layout-0::-webkit-scrollbar-thumb {
    background-color: #EA9305;
    border-radius: 10px;
}

.popup .frame-layout-0::-webkit-scrollbar-track {
    background: transparent;
}

.popup .frame-layout-1 *:not(source) {
    width: auto !important;
    height: 100%;
    max-width: unset;
    display: block;
}

.popup .frame-layout-1 header,
.popup .frame-layout-1 .ce-bodytext {
    display: none;
}

.popup .frame-layout-0 {
    max-width: 600px;
    width: calc(100% - 100px);
    background: var(--weiss);
    padding: 50px;
    max-height: calc(100% - 100px);
    overflow-y: scroll;
}

.modal.show .modal-dialog {
    box-shadow: 0 0 20px 5px var(--schwarztrans07);
}

.slideinmob {
    top: 100px;
    z-index: 5;
}

#inhaltsbereich .frame-type-shortcut .frame-type-textmedia .ce-intext .ce-bodytext {
    max-width: unset;
}

/* .slideinrespinhalt {
    top: 150px;
} */

/* ++ cookiebutton ++ */
.btn:hover {
    background-color: var(--dunkelorange);
    border-color: var(--dunkelorange);
}

/*~ 321 Med ~*/
#container_321med {
    max-height: calc(100vh - 230px) !important;
    z-index: 214748300000 !important;
}

/*~ Suche ~*/
/* .tx-indexedsearch-searchbox,
.tx-indexedsearch-searchbox > form,
.tx-indexedsearch-searchbox > form > fieldset,
.tx-indexedsearch-searchbox .tx-indexedsearch-form,
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}

.tx-indexedsearch-searchbox > form > fieldset {
    padding: 10px 20px;
    width: calc(100% - 40px);
    background: var(--lightorange);
}

.tx-indexedsearch-searchbox > form > fieldset > legend {
    display: none;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form {
    display: flex;
    align-items: center;
}

.tx-indexedsearch-form > label {
    float: left;
    margin-right: 15px;
}

.tx-indexedsearch-form > input {
    float: left;
    width: 300px;
    padding: 2px 5px;
    border: none;
    outline: none;
    border: 1px solid var(--font);
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4em;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form {
    width: auto;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    width: 150px;
    float: left;
    clear: none;
}*/

.tx-indexedsearch-searchbox {
    float: left;
    clear: both;
    width: 100%;
}

.tx-indexedsearch-info-noresult {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 0 0;
}

.tx-indexedsearch-searchbox legend,.tx-indexedsearch-icon {
    display: none;
}

.tx-indexedsearch-searchbox fieldset {
    border: 0;
    background: var(--lightorange);
    float: left;
    clear: both;
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 30px 2%;
    margin-bottom: 42px;
}

.tx-indexedsearch-form {
    float: left;
    margin: 0 5px 0 0;
}

.tx-indexedsearch-form label {
    float: left;
    margin: 3px 10px 0 0;
}

.tx-indexedsearch-searchbox-sword {
    width: 400px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4em;
    color: var(--font);
    padding: 3px 5px;
    border: 0;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}

.tx-indexedsearch-searchbox-button {
    display: block;
    background: var(--blue);
    color: var(--weiss);
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4em;
    border: 0;
    float: left;
    padding: 4px 15px 2px;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    margin-left: 5px;
}

.tx-indexedsearch-res {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0;
    border: 0;
}

.tx-indexedsearch-pagination {
    width: 100%;
    clear: both;
    margin: 32px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--font);
}

.tx-indexedsearch-resultmeta {
    width: 100%;
    clear: both;
    margin: 42px 0 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--font);
}

.tx-indexedsearch-resultmeta p {
    margin: 0;
}

.tx-indexedsearch-res h3 a {
    text-decoration: none;
}

.tx-indexedsearch-res h3 {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
    display: block;
}

.tx-indexedsearch_searchwhat {
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0 0 0;
}

.tx-indexedsearch_searchwhat + .tx-indexedsearch-browsebox .tx-indexedsearch-browsebox {
    display: none;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browsebox {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li a {
    box-shadow: none;
    background: var(--prio3);
    color: var(--font);
    padding: 0.9rem 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.75rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    border-radius: 0.75rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browselist-previous a,
.tx-indexedsearch-pagination .tx-indexedsearch-browselist-next a {
    align-items: center;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li a:hover,
.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li a:focus-visible {
    background: var(--linktuerkis);
    color: var(--weiss);
    transform: translateY(-1px);
    outline: none;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    background: transparent;
    box-shadow: none;
    color: var(--font);
    border: 0;
    padding: 0;
    min-height: 0;
    border-radius: 0;
}

.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
.tx-indexedsearch-pagination .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:focus-visible {
    background: transparent;
    color: var(--font);
    transform: none;
    border: 0;
}

.tx-indexedsearch-pagination-label {
    display: inline-block;
    font-weight: 700;
}

.tx-indexedsearch-pagination-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    line-height: 1;
    color: var(--linkfarbe);
    font-size: 1.1em;
    transform: none;
}

#inhaltsbereich .tx-indexedsearch-sectionlinks .result_links {
    margin: 0 0 0 0;
}

.ce-nowrap.ce-nowrap,
.ce-nowrap .ce-bodytext {
    overflow: visible;
}
