/* mulish-200italic - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/mulish-v18-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-300 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/mulish-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* mulish-regular - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
    font-size: 0;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    line-height: 180%;
    margin: 0px 0px 0px 0px;
    font-size: 1.9rem;
    color: #616262;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background: #ddd;
}

a {
    color: #616262;
    text-decoration: none;
    border: 0;
}

a:hover {
    color: #24697e;
}

b, strong {
    font-weight: 400;
    color: #24697e;
}

b a, strong a {
    color: #24697e;
}

p {
    margin-bottom: 0.8rem;
}

p.near {
    margin-bottom: 0.3rem;
}

p.near2 {
    margin-bottom: -0.3rem;
}

p.nearer {
    margin-bottom: -1.2rem;
}

p.nearest {
    margin-bottom: -1.8rem;
}

sup {
    vertical-align: top;   
    position: relative;
    top: -0.4em;
}

small, .small {
    font-size: 1.7rem;
}

.big {
    font-size: 110%;
}

.hidden {
    display: none;
}

a.textlink {
    border-bottom: 1px dotted #24697e;
}

a.link {
    position: relative;
    padding-left: 1.8rem;
    font-weight: 400;
    display: inline-block;
}

a.link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1.2rem;
    border-left: 0.7rem solid #24697e;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
}

a.small_link {
    padding-left: 1.7rem;
    font-size: 1.8rem;
    position: relative;
    font-weight: 400;
}

a.small_link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.8rem;
    border-left: 0.7rem solid #24697e;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
}

.sh_tbpt, .sh_smpt {
    display: none;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
}



#header {
    position: relative;
    padding-top: 7rem;
}

#header #logo_topmenu {
        background: url(../images/header.svg) no-repeat left top;
        background-size: 192rem auto;
        width: 100%;
        height: 17rem;
        position: absolute;
        z-index: 999;
        top: 0;
}

#header #logo img {
    position: absolute;
    display: block;
    height: 13rem;
    width: auto;
    left: 3rem;
    top: 2rem;
    z-index: 99999;
}


#header #google_translate_desktop {
    position: absolute;
    top: 0;
    height: 7rem;
    left: 38rem;
    right: 67.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header #google_translate_element {
    position: relative;
    top: 0.3rem;
}

#header #google_translate_element > div > div {
    border: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 100%;
}

#header #google_translate_element .goog-te-gadget {
    font-family: 'Mulish', sans-serif;
}

#header #google_translate_element > div > div a.goog-te-menu-value {
    color: #616262;
}

#header #google_translate_element > div > div a.goog-te-menu-value span:nth-of-type(2) {
    border-left: 1px solid #616262 !important;
}

#header #google_translate_element > div > div a.goog-te-menu-value span:nth-of-type(3) {
    color: #616262 !important;
}


.visually-hidden {
    display: none;
}

#language {
    position: absolute;
    top: 2.3rem;
    left: 39rem;
    right: 70rem;
    display: flex;
    justify-content: center;
}

div.mod-languages ul {
    display: flex;
}


div.mod-languages ul li.lang-active {
    background-color: #fff !important;
}

div.mod-languages ul.lang-inline li {
    display: block !important;
}

div.mod-languages li {
    margin: 0 1rem !important;
}

div.mod-languages a {
    padding: 0 !important;
}

.mod-languages__list img {
    padding: 0.3rem;
    border: 1px solid #fff !important;
    width: 2.4rem;
    height: auto;
    display: block !important;
}

.mod-languages__list li.lang-active img {
    border: 1px solid #24697e !important;
}


#topmenu {
    position: absolute;
    right: 3rem;
    height: 3rem;
    top: 2rem;
}

#topmenu button {
    display: none;
}

#topmenu ul {
  display: flex;
  list-style: none;
}

#topmenu ul li {
  margin-right: 7rem;
  height: 3rem;
  position: relative;
}

#topmenu ul li:last-child {
  margin-right: 0;
}


#topmenu ul li a {
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 300;
    display: block;
}

#topmenu ul li a:hover, #topmenu ul li.active a {
    color: #24697e;
}

#topmenu ul li.active a {

}

#topmenu ul li ul {
    display: none;
}

#topmenu ul li:hover ul {
    display: block;
    position: absolute;
    height: auto;
    background: #fff;
    left: -2rem;
    padding: 0.6rem 2rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#topmenu ul li:hover ul li {
    margin: 0;
    height: auto;
}

#topmenu ul li:hover ul li:last-child {
    padding-bottom: 0;
}

#topmenu ul li:hover ul li a {
    height: auto;
    line-height: normal;
    white-space: nowrap;
    font-size: 1.8rem;
    padding: 0.6rem 0;
    color: #616262;
}

#topmenu ul li:hover ul li a:hover, #topmenu ul li:hover ul li.active a {
    color: #24697e;
}

#topmenu ul li.item-104:hover ul, #topmenu ul li.item-380:hover ul {
    display: none;
}

#topmenu ul li:hover ul li ul {
    display: none;
}


@media (max-width: 1400px) {

    #header {
        padding-top: 6.3rem;
    }

    #header #logo_topmenu {
            background-size: 172.8rem auto;
            height: 15.3rem;
    }

    #header #logo img {
        height: 11.7rem;
        top: 1.8rem;
    }

    #topmenu {
        top: 1.8rem;
    }

    #topmenu ul li {
      margin-right: 5rem;
    }

    #header #google_translate_desktop {
        height: 6.3rem;
        left: 31.5rem;
        right: 61.2rem;
    }

    #header #google_translate_element {
        transform: scale(0.9);
    }

    #language {
        top: 2rem;
        left: 36rem;
        right: 64rem;
    }

}



#slider {
    position: relative;
    background: #eee;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}



#logo_bg {
    background: #fff url(../images/ghostimage.svg) no-repeat center 10rem;
    background-size: 100% auto;
}


#content {
    position: relative;
    margin: 0 auto;
    text-align: justify;
    width: 112rem;
    padding-top: 8rem;
    padding-bottom: 30rem;
}

#content h1 {
    font-size: 2.8rem;
    color: #24697e;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}


#content h2 {
    font-size: 2.5rem;
    color: #24697e;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 400;
    text-align: left;
}

#content h2.big_gap {
    margin-bottom: 2.5rem;
}

#content h2.subtext {
    font-size: 2rem;
    margin-top: -0.8rem;
    margin-bottom: 3rem;
}

#content p.subtext {
    margin-top: -2.4rem;
    margin-bottom: 3rem;
}

#content h3, #content h2.small {
    font-size: 2.4rem;
    color: #24697e;
    font-weight: 400;
    margin-bottom: 0;
}

.message {
    padding: 3rem 3rem 2.5rem;
    background: #fff;
    border: 1px solid #24697e;
    box-sizing: border-box;
}

#message2 {
    margin-bottom: 6rem;
    text-wrap: balance;
}

#message2 > div {
    padding: 3rem 3rem 1.5rem;
    background: #24697e;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
}

#message2 > div {
    margin-bottom: 5rem;
}

#message2 > div:last-child {
    margin-bottom: 0;
}

#message2 strong {
    color: #fff;
    /*
    font-size: 2.8rem;
    */
}

#message2 a, #message2 a:hover {
  color: #fff;
}


.clm2 {
    display: flex;
    justify-content: space-between;
}

.clm2 > div:first-child {
    width: 55%;
    text-align: left;
}

.clm2 > div:last-child {
    width: 40%;
}

.clm2.even_width > div:first-child, .clm2.even_width > div:last-child {
    width: 47.5%;
    text-align: left;
    margin-bottom: 0;
}

#content .clm2.even_width h3 {
    margin-bottom: 2rem;
}

#content p.small_link {
    font-size: 1.7rem;
    padding-left: 1.5rem;
    display: inline-block;
    position: absolute;
    left: 2rem;
    bottom: 0.5rem;
}

#content p.small_link2 {
    bottom: 3rem;
}

#content p.small_link:before {
    content: '';
    display: block;
    border-left: 0.6rem solid #24697e;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    left: 0;
    top: 1.4rem;
    position: absolute;
}


#content ul {
    list-style: none;
}

#content ul.disziplinen {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content ul.disziplinen a {
    color: #616262;
}

#content ul.disziplinen li {
    margin-bottom: 3.5%;
    text-align: left;
    width: 31%;
    background: #e1e8e9;
    box-sizing: border-box;
    padding-bottom: 3rem;
    position: relative;
}

#content ul.disziplinen li a.trigger {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

#content ul.disziplinen li.carvoeiro {
    width: 65.5%;
    background-image: url(/images/kontakt/slider/001.jpg);
    background-position: center center;
    background-size: cover;
}

#content ul.disziplinen.disziplinen_clm4 li {
    width: 22.375%;
}

#content ul.disziplinen.team li {
    cursor: pointer;
}

#content ul.disziplinen li.links2 {
    padding-bottom: 55px;
}

#content ul.disziplinen:after {
    content: '';
    flex: 0 0 31%;
}

#content ul.disziplinen li.nolink {
    padding-bottom: 0;
    cursor: auto;
}



#content ul.disziplinen li h2 {
    margin-bottom: 0.7rem;
    font-size: 2.1rem;
    line-height: 150%;
}

#content ul.disziplinen li .image {
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
}

#content ul.disziplinen li .image img {
    transition: transform 0.3s ease-out;
    width: 100%;
    height: auto;
}

#content ul.disziplinen_team li:hover .image img, #content ul.disziplinen_home li.hover .image img, #content ul.disziplinen_clm4 li.hover .image img {
    transform: scale(1.1);
}

#content ul.disziplinen li.nolink:hover .image img {
    transform: scale(1);
}



#content ul.disziplinen li .text {
    padding: 2rem;
    font-size: 1.7rem;
    line-height: 160%;
}

#content ul.list {
    position: relative;
    text-align: left;
}

#content ul.list li {
    padding-left: 1.8rem;
    position: relative;
    text-align: left;
    margin-bottom: 0.5rem;
}

#content ul.list.gap li {
    margin-bottom: 1.5rem;
}

#content ul.list li:last-child, #content ul.list.gap li:last-child {
    margin-bottom: 0;
    margin-bottom: 0.8rem;
}

#content ul.list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    left: 0;
    top: 1.4rem;
    background: #24697e;
    border-radius: 50%;
}


/* Siegel */

.siegel {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
}

.siegel > div:nth-child(1) {
    width: 9rem;
}

.siegel > div:nth-child(1) img {
    display: block;
    width: 100%;
    height: auto;
}

.siegel > div:nth-child(2) {
    padding-left: 2rem;
    line-height: 150%;
    font-size: 1.8rem;
}



/* Tabelle Lebenslauf */

.table_vita {
    width: 100%;
}

.table_vita tr:nth-child(odd) {
    background: #f4f8f9;
}
.table_vita tr:nth-child(even) {
    background: #fafcfc;
}

.table_vita td {
    vertical-align: top;
    padding: 0.4rem 0.8rem 0.4rem;
    text-align: left;
    width: 20%;
    box-sizing: border-box;
}

.table_vita td:nth-child(2) {
    text-align: left;
    padding-left: 5rem;
    width: 80%;
}


/* IMAGES FLOAT */

.img_ls {
    width: 20%;
    height: auto;
}

.img_right {
    float: right;
    
    border: 1px solid #24697e;
    padding: 0.4rem;
    
    margin-left: 3.5rem;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    margin-top: 0px;
    background-color: #fff;
}

.img_nb {
    /*
    padding: 0.4rem !important;
    */
}

.img_sq {
    width: 20% !important;
    height: auto !important;
}

.logo_fraxel {
    display: block;
    width: 19rem;
    height: auto;
    margin-top: -1.4rem;
    margin-left: 5rem;
    float: right;
}

/* ACCORDION */

.accordion {

}

.accordion > div, .accordion2 > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
    max-height: 0px;
    height: auto;
}

.accordion2 > div {
    margin-bottom: 1rem;
}

.accordion.open > div, .accordion2.open > div  {
    max-height: none;
}

.accordion.animating > div, .accordion.open.animating > div, .accordion2.animating > div, .accordion2.open.animating > div  {
    max-height: var(--acc_height);
}

.accordion > div > div {
    padding: 3rem 3rem 2.5rem;
    border-left: 1px solid #24697e;
    border-right: 1px solid #24697e;
    border-bottom: 1px solid #24697e;
    background-color: #fff;
}

.accordion > div > div p:last-child {
    margin-bottom: 0;
}

.accordion > a {
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    color: #fff;
}

.accordion.open > a, .accordion.animating > a, .accordion.open.animating > a {
    color: #fff;
}


#content .accordion > a > h2, #content .accordion > a > h3, .biglink  {
    min-height: 4.4rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 6.5rem;
    padding-right: 2rem;
    position: relative;
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: 0;
    background: #24697e;
}

.accordion a:hover > a > h2 span, .accordion a:hover > a > h3 span  {
    background: #104154;
}

html.touch .accordion a:hover > a > h2 span, html.touch .accordion a:hover > a > h3 span {
    background: #104154 !important;
}

.accordion > a > h2 > span, .accordion > a > h3 > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    background: #185064;
    border-right: 1px solid #fff;
}


.accordion > a > h2 span:before, .accordion > a > h3 span:before {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 32px;
    left: 6px;
    top: 50%;
    margin-top: -3px;
    background: #fff;
    transition: transform 0.2s ease-in;
}

.accordion.open > a > h2 span:before, .accordion.animating > a > h2 span:before, .accordion.open > a > h3 span:before, .accordion.animating > a > h3 span:before {
   transform: rotate(-180deg);

}

.accordion > a > h2 span:after, .accordion > a > h3 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    left: 19px;
    background: #fff;
    transition: transform 0.2s ease-in;

}

.accordion.open > a > h2 span:after, .accordion.animating > a > h2 span:after, .accordion.open > a > h3 span:after, .accordion.animating > a > h3 span:after {
   transform: rotate(-90deg);
}

#content .accordion2 h3 {
    font-size: 19px;
    position: relative;
    padding-left: 18px;
    color: #616262;
    font-weight: 400;
}

#content .accordion2 > a:hover h3 {
    color: #24697e;
}

#content .accordion2 h3 span {
    position: absolute;
    display: block;
    left: 0;
    top: 12px;
    border-left: 7px solid #24697e;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.2s ease-in;
}

#content .accordion2.animating h3 span, #content .accordion2.open h3 span  {
    transform: rotate(90deg);
}

.accordion2 > div > div {
    padding-left: 18px;
    padding-bottom: 30px;
}

.accordion2:last-child > div > div {
    padding-bottom: 0;
}


/* Submenu */

.submenu {
    width: 26rem;
    float: right;
    margin-left: 5rem;
    margin-bottom: 3rem;
    border: 1px solid #24697e;
    padding: 0.4rem !important;
    background: #fff;
    position: relative;
    z-index: 5;
}

#content .submenu h3 {
    background: #24697e;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 400;
    padding: 0.5rem 1rem 0;
    margin-bottom: 1rem;
    line-height: 150%;
}

#content .submenu h4 {
    color: #24697e;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0px;
}

#content .submenu > div {
    padding: 0 1rem;
}

#content .submenu ul.nav {
    margin-bottom: 1rem;
    margin-top: -0.3rem;
}

#content .submenu ul.nav li {
    line-height: 135%;
}

#content .submenu ul.nav li.current a {
    color: #24697e;
}

#content .submenu ul.nav li a {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1.2rem;
    position: relative;
}

#content .submenu ul.nav li a:before {
    content: '';
    background: #24697e;
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    left: 0;
    top: 0.8rem;
    border-radius: 50%;
}

#content .submenu a.backlink {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1.2rem;
    position: relative;
}

#content .submenu a.backlink:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0.7rem;
    border-left: 0.5rem solid #24697e;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
}

/* VIDEOS */

.video_border, .panorama_border {
    
    border: 1px solid #24697e;
    padding: 0.4rem;
    
    background: #fff;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video iframe, .video video {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* IMAGE TEAM FLOAT RIGHT */

.image_arzt {
    width: 35rem;
    margin-left: 4rem;
    margin-bottom: 2rem;
    background: #fff;
    float: right;
}

.image_arzt > div:first-child  {
    padding-bottom: 66.75%;
    height: 0;
}

.image_arzt > div img {
    width: 100%;
    height: auto;
    display: block;
}

img.full_width {
    display: block;
    width: 100%;
    height: auto;
    /*
    padding: 0.4rem;
    border: 1px solid #24697e;
    */
    box-sizing: border-box;
}

img.full_width.no_border {
    padding: 0;
    border: none;
}

/* Formulare */





.ccforms input[type=text], .ccforms textarea, .ccforms select, .ccforms button, .gr_inputbox, .gr_button {
	padding: 0.4rem 1rem 0.4rem;
	margin-bottom: 2rem;
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    color: #616262;
    font-size: 1.8rem;
    border: 1px solid #fff;
    background: #eef2f4;
    max-width: 100% !important;
    box-sizing: border-box;
    outline: none;
}

.ccforms input[type=text], .ccforms textarea, .ccforms select {
    width: 100%;
}

.ccforms input[type=text]:hover, .ccforms input[type=text]:focus, .ccforms textarea:hover, .ccforms textarea:focus, .ccforms select:hover, .ccforms select:focus, .gr_inputbox:hover, .gr_inputbox:focus {
    background: #e6e9eb;
}

.ccforms label {
    display: block;
	width: 100%;
    box-sizing: border-box;
}

.gr_inputbox {
    width: 34rem;
}

.ccforms .ccforms_ihre-nachricht textarea, .ccforms .ccforms_message textarea  {
    height: 20rem;
}

.ccforms .ccforms_datenschutz label {
	padding-left: 2.3rem;
    text-align: left;
    font-size: 1.5rem;
    line-height: 160%;
	margin-bottom: 2rem;
    position: relative;
}

.ccforms .ccforms_datenschutz label a {
    color: #24697e !important;
    font-weight: 400;
}

input[type=checkbox] {
	position: absolute;
    top: 0.6rem;
    left: 0px;
}

.ccforms .row {
    margin-bottom: 1.5rem;
}

.ccforms button, .gr_button {
	margin-top: 0;
    cursor: pointer;
    color: #fff;
    background: #24697e;
    font-weight: 300;
}
.ccforms button {
    margin-top: 3rem;
}

.ccforms button:hover, .gr_button:hover {
    background: #1e5566;
}



.ccforms .ccforms-appointments-info {
    border: 1px solid #24697e;
    padding: 0.8rem 1.5rem 0.8rem;
    font-size: 92%;
    line-height: 160%;
    text-align: left;
    font-weight: 400;
}

#map_container {
    width: 100%;
    border: 1px solid #24697e;
    padding: 0.4rem;
    background: #fff;
    box-sizing: border-box;
}

#map {
    width: 100%;
    height: 60rem;
    position: relative;
}

#map #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
	z-index: 99999;
	padding: 0.3rem 0.8rem;
	color: #616262;
    font-size: 1.1rem;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}


#footer {
    bottom: 0px;
    width: 100%;
    color: #fff;
    left: 0;
    right: 0;
    position: absolute;
    background: #24697e;
    font-size: 2.4rem;
}


#footer a {
    color: #fff;
}

#footer .custom > div {
    font-size: 1.9rem;
    margin: 2.5rem auto 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 180%;
}

#footer .custom > div .small {
    font-size: 1.5rem;
}



/* Änderungen Möllenberg */

#anfrageformular, .scroll_target {
  scroll-margin-top: 5rem;
}


.right_wide {
    width: 34.8rem;
    margin-left: 4rem;
    margin-bottom: 2rem;
    float: right;  
}

.right_narrow {
    width: 26rem;
    margin-left: 5rem;
    margin-bottom: 3rem;
    float: right;  
}

.right_wide .image_arzt {
    margin: 0;
    float: none;
    border: none;
    padding: 0;
}

.button_termin {
	display: block;
	height: 4.1rem;
	background: #24697e;
	color: #fff;
	text-align: left;
	line-height: 3.9rem;
	font-size: 2rem;
	font-weight: 400;
    margin-top: 3rem;
    position: relative;
    padding-left: 1.5rem;
}

.button_termin:before {
    content: '';
    display: block;
    position: absolute;
    right: 1.2rem;
    top: 0;
    bottom: 0;
    width: 3.1rem;
    background: url(../images/icon_appointment.svg) center right no-repeat;
    background-size: contain;
}

.button_termin:hover {
	background: #185064;
	color: #fff;
}

.submenu_moellenberg {
    background: #e1e8e9;
    padding-bottom: 0.3rem;
    position: relative;
    z-index: 99999;
}

#content .submenu_moellenberg h3 {
    background: #24697e;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 400;
    padding: 0.2rem 1.5rem 0.3rem;
    margin-bottom: 1.3rem;
    line-height: 150%;
}

#content .submenu_moellenberg li.item-450, #content .submenu_moellenberg li.item-451 {
    display: none;
}

#content .submenu_moellenberg > div {
    padding: 0 1.5rem;
    text-align: left;
}

#content .submenu_moellenberg ul.nav {
    margin-bottom: 0.5rem;
}

#content .submenu_moellenberg ul.nav li {
    line-height: 135%;
}

#content .submenu_moellenberg ul.nav li.current a {
    color: #24697e;
}

#content .submenu_moellenberg ul.nav li a {
    line-height: 140%;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1.2rem;
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

#content .submenu_moellenberg ul.nav li a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    border-left: 5px solid #24697e;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

#content .submenu_moellenberg a.backlink {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1.2rem;
    position: relative;
}

#content .submenu_moellenberg a.backlink:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0.3rem;
    border-left: 0.5rem solid #24697e;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
}



.right_narrow .button_termin {
	height: auto;
	line-height: 150%;
	font-size: 1.8rem;
    padding: 0.4rem 0 0.4rem 1rem;
    z-index: 999;
}

.right_narrow .button_termin:before {
    right: 0.8rem;
    width: 2.5rem;
}


.accordion {
    scroll-margin-top: 6rem;
}



#cookiebanner {
    position: fixed;
    padding: 2rem;
    box-sizing: border-box;
    right: 10rem;
    bottom: 10rem;
    width: 70rem;
    z-index: 9999999;
    background: rgba(30,85,102,0.97);
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 160%;
    max-height: calc(100vh - 20rem);
    overflow-y: auto;
    display: block;
}

body.fancybox-active #cookiebanner {
    right: calc(10rem + var(--sbw));
}

#cookiebanner.hidden {
    display: none;
}

#cookiebanner a {
    color: #fff;
}

#cookiebanner strong {
    font-weight: 400;
    color: #fff;
}

#cookiebanner .consent_type {
    padding: 1rem 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

#cookiebanner .gtag.consent_type {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

#cookiebanner .consent_type > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookiebanner .consent_type > div:first-child > span {
    display: block;
    width: calc(100% - 7rem);
}

#cookiebanner .consent_type > div:first-child > span .info {
    white-space: nowrap;
}

#cookiebanner .consent_type > div .button {
    width: 6rem;
    height: 3rem;
    background: #ddd;
    border-radius: 3rem;
    position: relative;
    cursor: pointer;
    user-select: none;
}

#cookiebanner .consent_type > div .button:before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background: #b30009;
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

#cookiebanner .consent_type > div .button.consent:before {
    transform: translateX(3rem);
    background: #3a8022;
}

#cookiebanner .consent_type > div:last-child {
    max-height: 0;
    font-size: 1.6rem;
    transition: max-height 0.25s ease-in;
}

#cookiebanner .consent_type > div:last-child > p:first-child {
    padding-top: 1.5rem;
}

#cookiebanner .consent_type.info_open > div:last-child {
    height: auto;
    max-height: 500px;
}

#cookiebanner .consent_type.gtranslate.info_open > div:last-child {
    max-height: var(--acc_gtranslate_height);
}

#cookiebanner .consent_type.gtag.info_open > div:last-child {
    max-height: var(--acc_gtag_height);
}

#cookiebanner .consent_type .less_information {
    display: none;
}

#cookiebanner .consent_type.info_open .less_information {
    display: inline;
}

#cookiebanner .consent_type.info_open .more_information {
    display: none;
}

#cookiebanner .consent_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

#cookiebanner .consent_buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31%;
    background: #ddd;
    color: #444;
    text-align: center;
    font-weight: 500;
    padding: 1rem 1rem;
    transition: background 0.15s ease-in;
    box-sizing: border-box;
    line-height: 125%;
}

#cookiebanner .consent_buttons a:hover {
    background: #eee;
}





@media(max-width: 1220px) {

    html {
        font-size: 8.5px;
    }

    /* ACCORDION */

    .accordion > a > h2 > span, .accordion > a > h3 > span {
        width: 38px;
    }


    .accordion > a > h2 span:before, .accordion > a > h3 span:before {
        height: 4px;
        width: 28px;
        left: 5px;
        margin-top: -2px;
    }

    .accordion > a > h2 span:after, .accordion > a > h3 span:after {
        width: 4px;
        height: 28px;
        margin-top: -14px;
        left: 17px;
    }

}

@media (max-width: 980px) {

    .sh_tbpt {
        display: block;
    }

    .hd_tbpt {
        display: none;
    }


    #header {
        padding-top: 120px;
    }

    #header #logo_topmenu {
         background: #fff;
         height: 120px;
    }

    #header #logo img {
        height: 100px;
        top: 10px;
        left: auto;
        right: 30px;
    }



    #header #google_translate_desktop {
        display: none;
    }

    div.mod-languages li {
        margin: 0 10px !important;
    }
    
    .mod-languages__list img {
        padding: 3px;
        width: 24px;
    }
    
    #language {
        position: absolute;
        top: 48px;
        left: 138px;
        right: 220px;
    }


    #topmenu {
        display: none;
    }



    .ls-gui-element {
        display: none;
    }
    
    #wrapper {
        overflow: hidden;
    }
    
    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }
    
    #menu {
        background: #24697e;
        position: absolute;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #menu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 40px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
        display: block !important;
        font-size: 18px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(36,105,126,1);
        position: relative;
        top: 19px;
        left: -60px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(36,105,126,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(36,105,126,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 60px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(36,105,126,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #menu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #menu button {
        display: none;
    }
    

    #menu > ul {
        margin-bottom: 30px;
        display: block;
    }

    #menu ul li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        margin: 0;
        position: relative;
    }
    
    #menu ul li img {
        display: none;
    }

    #menu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #menu ul li a, #menu ul li span {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 9px;
        padding-bottom: 5px;
        font-size: 19px;
    }

    #menu ul li span {
        font-weight: 400;
    }

    #menu ul li.item-450, #menu ul li.item-451 {
        border-bottom: none;
    }

    #menu ul li ul li:first-child {
        border-top: 1px dotted rgba(255,255,255,0.3);
    }

    #menu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        left: -35px;
        top: 19px;
        width: 5px;
        height: 5px;
        background: #fff;
    }

    #menu ul li.current a:before, #menu ul li a:hover:before {
        left: 0;
    }

    #menu ul li.current a, #menu ul li a:hover {
        padding-left: 15px;
    }

    #menu ul li ul {
        display: block !important;
    }

    #menu ul li ul li a, #menu ul li.current ul li a {
        padding-left: 30px;
        font-size: 16px;
        padding-right: 15px;
    }

    #menu ul li ul li.current a, #menu ul li ul li a:hover, #menu ul li.current ul li.current a, #menu ul li.current ul li a:hover  {
        padding-left: 45px;
        padding-right: 0;
    }

    #menu ul li.current ul li a:before {
        left: -35px;
    }

    #menu ul li ul li a:before {
        top: 17px;
    }

    #menu ul li ul li.current a:before, #menu ul li ul li a:hover:before {
        left: 30px;
    }
    
    
    #menu ul li ul li ul, #menu ul li.item-104 ul, #menu ul li.item-380 ul {
        display: none !important;
    }
/*
    #menu ul li.item-102 ul, #menu ul li.item-371 ul {
        display: none;
    }
    */
    #google_translate_mobile {
        margin-bottom: 30px;
    }

    #content {
        width: 100%;
        padding: 60px 30px 200px;
        box-sizing: border-box;
    }




    .clm2 {
        flex-wrap: wrap;
    }

    .clm2 > div:first-child {
        width: 100%;
        margin-bottom: 80px;
    }

    .clm2 > div:last-child {
        width: 100%;
    }
    
    #content ul.disziplinen.disziplinen_clm4 li {
        margin-bottom: 4%;
        width: 48%;
    }
    
    .logo_fraxel {
        width: 150px;
        margin-top: 0;
        margin-left: 30px;
    }
    
    

    /* Accordion */

    #content .accordion > a > h2, #content .accordion > a > h3 {
        line-height: 135%;
        /*
        padding-top: 7px;
        padding-bottom: 3px;
        */
        box-sizing: border-box;
    }


    



    /* Submenu */

    .submenu {
        display: none;
    }


    /* IMAGE TEAM FLOAT RIGHT */

    .image_arzt {
        width: 33%;
        margin-left: 30px;
        margin-bottom: 15px;
    }



    #map {
        height: 500px;
    }






    #footer .custom > div {
        margin: 17px auto 13px;
    }

    #footer .custom > div .small {
        display: none;
    }

    .right_wide {
        width: 33%;
        min-width: 30rem;
    }

    .right_wide .image_arzt {
        width: 100%;
    }

    .right_narrow {
        margin-bottom: 1.5rem;
        margin-top: -1.5rem;
    }

    .right_narrow .button_termin {
        margin-top: 0;
    }

    .submenu_moellenberg {
        display: none;
    }

    #cookiebanner {
        width: calc(100% - 20rem);
        box-sizing: border-box;
    }

}



@media (max-width: 780px) {

    .hd_smls {
        display: none;
    }
    
    .sh_smls {
        display: inline-block !important;
    }

    #header {
        padding-top: 100px;
    }

    #header #logo_topmenu {
         height: 100px;
    }

    #header #logo img {
        height: 80px;
        right: 25px;
    }

    #language {
        top: 39px;
        left: 132px;
        right: 180px;
    }

 
    
    #rmenu {
        left: 25px;
        top: 30px;
    }

    #menu {
        padding: 25px;
    }

    #content {
        padding: 50px 25px 200px;
        text-align: left;
    }





    .clm2 > div:first-child {
        margin-bottom: 70px;
    }
    
    .clm2.even_width {
        display: block;
    }
    
    .clm2.even_width > div:first-child {
        margin-bottom: 50px;
    }

    .clm2.even_width > div:first-child, .clm2.even_width > div:last-child {
        width: 100%;
    }

    #content ul.disziplinen li, #content ul.disziplinen.disziplinen_clm4 li {
        margin-bottom: 4%;
        width: 48%;
    }

    #content ul.disziplinen li.carvoeiro {
        width: 48%;
        background-image: url(/images/kontakt/slider/001.jpg);
    }

    .accordion > div > div {
        padding: 20px 20px 15px;
    }
    
    .message {
        padding: 20px 20px 15px;
    }
    
    #message2 {
        margin-bottom: 41px;
    }
    
    #message2 > div {
        padding: 20px 20px 10px;
        margin-bottom: 34px;
        font-size: 15px;
    }

    #message2 > div:last-child {
        margin-bottom: 0;
    }

    #message2 strong {
        /*
        font-size: 19px;
        */
    }
    
    .logo_fraxel {
        width: 130px;
        max-width: 38%;
        margin-left: 25px;
    }

    #map {
        height: 400px;
    }



    #footer .custom > div {
        font-size: 20px;
    }

    .right_narrow {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3rem;
        margin-top: 1rem;
        float: none;  
    }

    #cookiebanner {
        width: calc(100% - 20px);
        font-size: 1.8rem;
        right: 10px;
        bottom: 10px;
    }


}

@media (max-width: 530px) {

    .hd_smpt {
        display: none;
    }

    .sh_smpt {
        display: block;
    }

    #header {
        padding-top: 80px;
    }

    #header #logo_topmenu {
         height: 80px;
    }

    #header #logo img {
        height: 60px;
        right: 20px;
    }

    #language {
        top: 29px;
        left: 62px;
        right: 135px;
    }

    #webpage.menu_active {
        transform: translateX(270px); 
    }
    
    #footer.menu_active {
        transform: translateX(270px); 
    }
    
    #menu {
        width: 270px;
        padding: 20px;
    }
 
    
    #rmenu {
        left: 20px;
        top: 14px;
    }
    
    #rmenu #rmenu_icon {
        top: 0;
        left: 0;
    }
    
    #rmenu_trigger {
        padding-left: 0;
    }


    #content {
        padding: 40px 20px 150px;
    }








    #content ul.disziplinen li, #content ul.disziplinen.disziplinen_clm4 li {
        margin-bottom: 8%;
        width: 100%;
    }

    #content ul.disziplinen li.carvoeiro {
        display: none;
    }
    
    .image_arzt {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 25px;
        box-sizing: border-box;
    }

    .accordion > div > div {
        padding: 15px 15px 10px;
    }
    
    .table_vita td, .table_vita td:nth-child(2) {
        width: 100%;
        display: block;
    }

    .table_vita td:nth-child(1) {
        padding: 8px 8px 0;
        font-weight: 400;
    }

    .table_vita td:nth-child(2) {
        padding: 0 8px 8px;
    }
    
    .message {
        padding: 15px 15px 10px;
    }


    #map {
        height: 300px;
    }

    #footer .custom > div {
        line-height: 130%;
    }

    .right_wide {
        width: 100%;
    }

    .button_termin {
        margin-bottom: 2rem;
    }

}
