/*
Theme Name: doconnect v2 onepager
Theme URI: https://einseitensprung.at
Author: ESP
Author URI: https://einseitensprung.at
Description: a custom theme.
Requires at least: WordPress 6.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doconnect.at
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded
comments, translation-ready
*/

.dc_themeswitcher {
  position: fixed !important;
  top: 0px !important;
  width:100% !important;
background: #000 !important;
  color:#fff !important;
  z-index: 9999 !important;
  font-size:12px;
  height:40px;
}

.dc_nav_button_theme {
  background: #51B1E1 !important;
  color: #fff !important;
  padding: 2px 3px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight:700;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

.dc_nav_button_theme:hover {
  opacity: .8 !important;
   color:#000 !important;
}

section[data-hs-anchor="true"] {
  scroll-margin-top: 160px;
}

hr{
  border-color: #999 !important;
}

body {
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 20px !important;
  padding-top: 120px;
  font-weight: 300 !important;
}

div[data-hs-anchor="true"] {
  scroll-margin-top: 160px;
}

.bg-light2 {
  background: #fff6f1 !important;
  color: #fff !important;
  padding:24px 0px !important;
  margin-top:40px;
}

.navbar-brand {
  font-size: 45px !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
  color: #000 !important;
}

.navbar-brand img {
  height: 80px;
  position: absolute;
  cursor:pointer;
  transition: .0s ease-in-out;
  top:8px;
}

.navbar-brand:hover {
  opacity: 0.6;
}

.nav-item {
  font-size: 18px !important;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 400 !important;
}

.nav-item:last-child {
  margin-right: 0px;
}

nav .dropdown-menu {
  border-radius: 0px !important;
}

nav .dropdown-menu .nav-item {
  margin-right: 10px;
  color: #879a95 !important;
}

.nav-link {
  color: #879a95 !important;
  font-weight: 400 !important;
  transition: all 0s ease-in-out;
  font-size: 20px;
}

nav .nav-link {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size:16px;
  display: inline-block !important;
}

.nav-link:hover {
  color: #000 !important;
}

.nav-link.mActive {
  color: #000 !important;
  font-weight: 600;
  text-decoration: underline;
}



a.nav-link.active,
a.nav-link.active:hover {
 
  color: #000 !important;
}

nav .dropdown-menu a.nav-link {
  color: #000 !important;
}

.navbar-toggler {
  box-shadow: none !important;
  border: none !important;
  top: 28px;
}

.navbar-toggler span {
  display: block;
  background-color: #879a95 !important;
  color: #879a95 !important;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
  border-radius: 4px !important;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

a {
  color: #496c72 !important;
}

h1,
h2,
h2,
h4,
h5,
h6 {
  color: #496c72 !important;
}

a:hover{
  opacity: .7;
}

header h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff !important;
}

header h2 {
  font-size: 45px;
  line-height: 45px;
  color: #e4e4e4 !important;
}

.menu_margin {
  margin-top: 210px;
}

.menu_margin_start {
  margin-top: 93px;
}

.carousel-item {
  height: 70vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  color: #f0f5be !important;
  text-align: center;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.carousel-caption h5 {
  font-size: 36px;
  font-weight: 600;
}

.carousel-caption p {
  font-weight: 600;
}

#rn_breadcr {
  font-size: 12px !important;
}

#rn_breadcr a {
  color: #2c656c !important;
}

h1 {
  font-family: "adobe-caslon-pro", serif;
  color: #667974;
  font-size: 60px !important;
}

h2 {
  font-family: "adobe-caslon-pro", serif;
  color: #667974;
}

h3 {
  font-family: "adobe-caslon-pro", serif;
  color: #667974;
  font-size: 40px !important;
}

h4 {
  color: #667974;
  font-size: 30px !important;
}

p,
figure {
  margin: 0px !important;
  padding: 0px !important;
}

.content_wrapper a {
  color: #2c656c;
}

.content_wrapper a:hover {
  color: #000;
}

hr.star-primary {
  border-color: #2c656c !important;
  opacity: 1 !important;
}

hr.star-light,
hr.star-primary {
  margin: 5px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 2px;
  text-align: center;
}

.tbl_price td {
  background: #fff !important;
}

figure.about img {
  margin-right: 20px;
  border: 4px solid #fff;
  float: left;
  margin-bottom: 10px;
}

.card h3 {
  color: #8a2540;
  font-size: 32px;
}

.card .img-hover-zoom,
.rl-gallery-link img {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.card .img-hover-zoom img,
.rl-gallery-link img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.card:hover .img-hover-zoom img,
.rl-gallery-link:hover img {
  transform: scale(1.2);
}

.btn-primary,
.tml-button {
  background: #496c72 !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 20px 40px !important;
  color: #fff !important;
}

.btn-primary:hover,
.tml-button:hover {
  opacity: 0.7 !important;
  color: #fff !important;
}

.btn-secondary {
  background: #999 !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 20px 40px !important;
  color: #fff !important;
}

.btn-secondary:hover {
  background: #ccc !important;
}

.btn-sm {
  padding: 10px 20px !important;
  margin: 10px 0px !important;
}

.btn-md {
  padding: 10px 20px !important;
  margin: 10px 0px !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.rn_mapFrame {
  width: 100%;
  height: 400px;
}

.tml-submit-wrap {
  text-align: center !important;
}

.tml-links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tml-links {
  list-style: none;
  text-align: center;
}

.tml-message {
  border-color: #75b798 !important;
}

.bookly-appointments-table {
  margin: auto;
}

.bookly-customer-appointment-list h2 {
  display: none;
}

.bookly-form div.bookly-label-error {
  color: #e35d6a !important;
}

.container.success,
.container-fluid.success {
  color: #8a2440;
  background: #f5e8e9;
}

footer {
  margin-top: 100px;
  color: #496c72;
  font-size:18px;
}

footer a,
footer h1,
footer h3,
footer h4 {
  color: #000 !important;
  text-decoration: none !important;
}

footer a:hover {
  opacity: 0.6 !important;
}

footer h1 {
  color: #496c72 !important;
  text-decoration: none !important;
}

footer a.btn-primary {
  font-size: 20px !important;
}

footer a.btn-primary:hover {
  color: #fff !important;
}

footer ul {
  padding: 0px;
  margin: 0px;
}

footer ul li {
  list-style: none;
  font-size: 16px !important;
  padding: 2px 0px;
  margin: 0px;
}

footer a,
footer a > h1 {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

footer a:hover,
footer a:hover > h1 {
  color: #000 !important;
}

footer hr {
  border-color: #496c72;
  background-color: #879a95;
  opacity: 1 !important;
}

footer h2 {
  color: #879a95 !important;
  font-size: 26px !important;
}

footer .footer-above {
  padding: 50px 0px;
  background-color: #f0f0f0;
  color: #030303;
}

footer .footer-above h4 {
  font-family: "adobe-caslon-pro", serif;
  font-style: italic !important;
  color: #496c72 !important;
  opacity: 0.8;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #fff6f1;
  color: #000 !important;
}

footer td {
  font-size: 18px !important;
}

#rn-shop ul li {
  text-align: start;
}

#rn-shop p {
  text-align: start !important;
}

#rn-subnav ul {
  list-style: none;
}

#rn-subnav li {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
}

#rn-subnav li a.inactive {
  color: #999 !important;
  text-decoration: none !important;
  cursor: default !important;
}

.form-control:focus,
.form-check-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #5a1a2c !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(138, 36, 64, 0.25) !important;
}

.form-check-input:checked {
  color: #fff;
  background-color: #5a1a2c !important;
  border-color: #5a1a2c !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(138, 36, 64, 0.25) !important;
}

.bookly-nav-btn.bookly-btn.bookly-js-download-ics {
  background: #000 !important;
}

.bookly-btn:hover,
.bookly-btn-default:hover {
  opacity: 0.6 !important;
}

.bookly-btn,
.bookly-btn-default {
  border-radius: 0px !important;
  font-weight: 500 !important;
}

.bookly-btn,
.bookly-btn > span,
.bookly-btn-default > span {
  border-radius: 0px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

select.bookly-time-zone-switcher {
  display: none !important;
}

.bookly-checkbox-group > input[type="checkbox"]:checked + label > i {
  background-image: url(../../plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/check-16.png) !important;
  background-size: 9px;
}

.dc_kontakt_footer {
  line-height: 34px !important;
}

.dc_kontakt_footer a {
  font-size: 18px !important;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.accordion-button {
  background: #e5ebea !important;
  color: #496c72 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  border-radius: none !important;
  font-size: 26px !important;
  border-bottom: 1px solid #fff !important;
}

.accordion-button:not(.collapsed) {
  color: #496c72 !important;
  background: #e5ebea !important;
  box-shadow: none !important;
  border-radius: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23496C72'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.alert-secondary {
  background: #e5ebea !important;
}

.zoom {
  transition: transform 0.4s;
}

.zoom:hover {
  transform: scale(
    1.05
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.dc_bold a {
  font-weight: 600;
  color: #496c72 !important;
  transition: all 0.3s ease-in-out;
}

.dc_bold a:hover {
  opacity: 0.6;
}

.dc_service_link {
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
}

.dc_service_link:hover {
  opacity: 0.6;
}

.dc_nav_button {
  background: #496c72 !important;
  padding: 8px 8px;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.dc_nav_button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.dc_nav_button_lang {
  background: none !important;
  padding: 8px 8px;
  color: #496c72 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}

.dc_form_button {
  background: #496C72 !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  border: none !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
}

.dc_form_button:hover {
  opacity: 0.8 !important;
}

.form-label {
  font-weight: 600 !important;
  font-size:16px;
}

.captcha-image {
 border: none !important;
 font-size: 18px !important;
 padding: 0px 0px !important;
}

.captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
  border: 2px solid #496c72 !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
  color: #e35d6a !important;
}

.form-control {
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
}

.form-control:focus, .form-select:focus, .form-check-input:focus, .sf_butt2:focus, .form-check-input:checked{
  outline:none !important;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(73, 108, 114, 0.25) !important;
  border-color: #496C72 !important;
}

.form-check-input{
  width: 18px !important;
  height: 18px !important;
}

.form-check-input:checked {
  background-color: #496C72 !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0 !important;
}

/* First we hide the default CF7 loader */
.wpcf7-spinner::before {
display:none;
}

/* Add a new custom CF7 loader */
 .wpcf7-spinner {
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
border-top: 2px solid #ccc;
border-right: 2px solid transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
background-color: inherit;
}
/* Style the new loader element */
 .wpcf7-spinner::after {
content: '';
box-sizing: border-box;
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border-radius: 50%;
border-bottom: 2px solid #496C72;
border-left: 2px solid transparent;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

 .wpcf7-response-output{
      margin: 0px !important;
      padding: 10px 10px !important;
      background: rgba(73, 108, 114, 0.25) !important;
      border-radius:6px !important;
      border: 0px !important;
      font-size:16px !important;
      margin-bottom:10px !important;
  }

  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
     margin: 0px !important;
      padding: 10px 10px !important;
      background: rgba(200, 35, 51, 0.25) !important;
      border-radius:6px !important;
      border: 0px !important;
      font-size:16px !important;
      margin-bottom:10px !important;
}
  

footer h4,
footer h2 {
  color: #496c72 !important;
}

.dc_map {
  background: #496C72 !important;
  color: #fff !important;
  border-radius: 0px !important;
  margin-bottom: 10px;
}

.dc_map:hover {
  background: #666 !important;
  color: #fff !important;
  border-radius: 0px !important;
}

.footer-area-one .textwidget:not(.custom-html-widget) {
  font-size: 12px !important;
  margin-top: 10px;
}

.dc_menu_termin
 {
  display: none;
}


.dc_menu_urlaub {
  display: block;
}


  .dc_menu_urlaub a {
    color: #fff !important;
    background: #496C72 !important;
    font-size:14px !important;
    text-transform: uppercase;
    font-weight:700;
    padding:4px 6px !important;
     transition: 0.3s ease-in-out;
  }

  .dc_menu_urlaub a:hover {
    opacity:.8;
    color: #fff !important;
  }

.dc_menu_add a {
  background: #496c72 !important;
  display: inline-block !important;
  padding: 8px 10px !important;
  margin: 4px 0px !important;
}

.dc_menu_add a:hover {
  opacity: 0.7 !important;
}

.ishome_hl {
  font-size: 60px !important;
}

.dc_menu_add a.dc_nav_button_lang, .dc_menu_add2 a {
  color: #496c72 !important;
  background: none !important;
  display: inline-block !important;
  padding: 0px 6px !important;
  margin: 0px 0px !important;
}

.dc_menu_add2{
  display: block !important;
  margin-top:10px;
}

.box.widget, .ag_notranslateswitcher{
  display: inline-block;
}

.widget-title{
  display: none;
}



.nav-item.current-menu-item a, .current-menu-item a {
  padding-left: 16px !important;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23879A95" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/></svg>')
    no-repeat left center !important;
    transition: all 0.3s ease-in-out;
}

#dc_breadcr{
  font-size:14px !important;
  text-transform: uppercase;
  margin-bottom:20px;
}

#dc_breadcr a{
  text-decoration: none !important;
}

#dc_breadcr a:hover{
  text-decoration: underline !important;
}

#dc_breadcr i{
  color:#999 !important;
}

  footer small {
    font-size: 14px !important;
    line-height: 16px !important;
  }


  .card.dc_team_card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    font-size: 18px;
}

.dc_team_card a{
  text-decoration: none !important;
}

.dc_more{
  background: #496c72 !important;
  color:#fff !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
  display: inline-block !important;
  margin-top: 10px !important;
  transition: all 0.3s ease-in-out;
}

.dc_more:hover{
  opacity: .8 !important;
}

.flaglist a:hover{
  opacity: .8 !important;
} 

.dc_is_anchor {
  text-decoration: none !important;  
  border: 1px solid #F0F0F0;
  background: #F0F0F0;
  padding:4px 10px;
}

.dc_is_anchor:hover {
  border: 1px solid #496C72;
  opacity: 1 !important;
}

.dc_is_anchor::before {
  content: "\F124"; /* replace with the exact code point for your icon */
  font-family: "bootstrap-icons";
  line-height: 1;
  position: relative;
  top: 4px;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #b9c7c9 !important;
    border: 1px solid #486c72 !important;
    box-sizing: border-box;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
}



.dc_claim{
  font-size: 30px;
  color: #667974;
  font-family: "adobe-caslon-pro", serif;
  font-style: italic !important;
  opacity:.9 !important;
}

.card-title{
  font-size: 24px !important;
  color: #667974;
}

a[target=_blank]:not(.isSocial)::after {
  content: '\F1C5'; /* Code for ↗ */
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-family: bootstrap-icons;  
}

label{width:100% !important}

@media only screen and (max-width: 800px) {

  body {
    padding-top: 90px;
    font-size:16px !important;
  }

 .ishome_hl {
  font-size: 30px !important;
}

  #dc_breadcr{
    font-size:12px !important;
  }

  .accordion-button {
  font-size: 20px !important;
}

  .navbar-brand img {
    height: 56px;
  }

  .bg-light2 {
  background: #fff6f1 !important;
  color: #fff !important;
  padding:14px 0px !important;
}

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 30px;
  }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
Label the data
*/
  #no-more-tables td:before {
    content: attr(data-title);
  }

  .menu.languagelist {
    text-align:center !important;
  }

  

}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  position:relative;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img, .card .img-hover-zoom img, .sf_isNews .img-hover-zoom img, .sf_isTeam .img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img, .card:hover .img-hover-zoom img, .sf_isNews:hover .img-hover-zoom img, .sf_isTeam:hover .img-hover-zoom img{
  transform: scale(1.2);
}

.img-hover-zoom .text {
  left: 0; 
  position:absolute;
  text-align:right;
  top: 0px;
  width: 100%;
  display: none;
  transition: all 0.5s ease-out;
}

.img-hover-zoom .text i  {
  font-size:30px;
  padding:4px 8px;
  color:#fff;
  background: #3A4395;
  opacity:1;
}

.img-hover-zoom:hover .text {
  display: block;
  cursor: pointer;
}

.b_footer_valid ul{
			text-align: center !important;
		}

		.b_footer_valid li{
			display:inline-block !important;
			margin:0px 10px;
      font-size:16px;
      opacity: .6 !important;
		}

.footer-below2 {
  background-color: #f0f0f0 !important;
  
}

h1.modal-title{
  font-size: 34px !important;
}

#btn-back-to-top {
  display: inline;
    position: fixed;
    top: 40px;
    left: 0px;
    display: none;
    opacity: 1;
    z-index: 99999;
    background: none !important;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: 0px !important;
    color: #fff;
    width: 6px;
    height: 100%;
    text-align: center;
  }

#return-to-top-inner {
	 margin: 0px;
   padding:0px;
   width:100%;
   position: relative;
    background: linear-gradient(135deg, #7794A7 0%, #9DA5A1 100%);
		}

#btn-back-to-top i {
		  color: #fff;
		  margin: 0;
		  position: relative;
		  left: 0px;
		  top: -1px;
		  font-size: 12px;
		  -webkit-transition: all 0.3s ease;
		  -moz-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
		  -o-transition: all 0.3s ease;
		  transition: all 0.3s ease;
		}

@media (max-width: 768px) {

   h3{
    font-size: 28px !important;
  }

  .dc_nav_button_theme_label {
    display: none !important;
  }

  section[data-hs-anchor="true"] {
  scroll-margin-top: 130px;
}

#dc_intro {
  margin-top:40px;
}

  .nav-item-57 a,
  .nav-item-58 a {
    background: #000 !important;
    display: inline-block !important;
    padding: 0px 10px !important;
    margin: 4px 0px !important;
  }

  header h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  header h2 {
    font-size: 25px !important;
    line-height: 25px !important;
  }

  header img {
    width: 80px;
  }

  .carousel-item {
    height: 40vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  h1 {
    color: #2c656c;
    font-size: 40px !important;
  }

  .rn_mapFrame {
    width: 100%;
    height: 200px !important;
  }

  footer h4 {
    color: #a8be9f !important;
    font-size: 20px !important;
  }



  .dc_menu_termin,
  .dc_menu_urlaub {
    display: block;
  }

    .dc_menu_termin a,
  .dc_menu_urlaub a {
    color: #fff !important;
    background: #496C72 !important;
    font-size:14px !important;
    text-transform: uppercase;
    font-weight:700;
    padding:4px 6px !important;
     transition: 0.3s ease-in-out;
  }

  .dc_menu_termin a:hover,
  .dc_menu_urlaub a:hover {
    opacity:.8;
  }

  .dc_menu_add {
    display: none;
  }

  footer, footer a, footer td, .dc_kontakt_footer a {
      font-size:16px !important;
  }

  .dc_claim{
    font-size: 22px;
  }

   a[target=_blank]:not(.isSocial)::after {
  content: '\F1C5'; /* Code for ↗ */
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-family: bootstrap-icons;  

 }

}

