/*
Theme Name: dotadopt
Theme URI: https://webect.de/
Author: Webect Digitalagentur
Author URI: https://webect.de/
Description: Das dotadopt Theme wurde von der Webect Digitalagentur entwickelt. Es bietet ein modernes, responsives Design mit Fokus auf Klarheit, Performance und einfache Anpassbarkeit. Ideal fÃ¼r Unternehmen, die einen professionellen Webauftritt wÃ¼nschen.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dotadopt
Tags: modern, responsive, clean, business, agency
*/

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/dotadopt/assets/fonts/NeueMontreal-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@media (max-width: 900px) {
    .tab-accordion-title {
        font-size: 56px!important;
        white-space: normal;
    }
}


@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/dotadopt/assets/fonts/NeueMontreal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/dotadopt/assets/fonts/NeueMontreal-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/dotadopt/assets/fonts/NeueMontreal-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('/wp-content/themes/dotadopt/assets/fonts/NeueMontreal-BoldItalic.woff2') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}



p {
    font-family: 'PP Neue Montreal', sans-serif !important;
    font-weight: 300 !important;
}

/* Menü Hover Effekt */
#menu-item-24 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

#menu-item-24::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

#menu-item-24:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#menu-item-24:hover {
  color: orange;
  border: none;
}


#menu-item-25 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

#menu-item-25::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

#menu-item-25:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#menu-item-25:hover {
  color: orange;
  border: none;
}


#menu-item-26 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

#menu-item-26::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

#menu-item-26:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#menu-item-26:hover {
  color: orange;
  border: none;
}


#menu-item-27 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

#menu-item-27::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

#menu-item-27:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#menu-item-27:hover {
  color: orange;
  border: none;
}


#menu-item-28 {
  position: relative;
  z-index: 1;
  overflow: visible;
}

#menu-item-28::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: -1;
}

#menu-item-28:hover::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#menu-item-28:hover {
  color: orange;
  border: none;
}

/* Ende: Menü Hover Effekt */


html {
  scroll-behavior: smooth;
}

header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav {
    margin: 20px 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
}

nav a:hover {
    background: #555;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.sidebar {
    float: right;
    width: 30%;
}

.content {
    float: left;
    width: 65%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



/* ...existing code... */
.dotadopt-footer {
  margin-top: 60px;
  font-family: 'Inter', Arial, sans-serif;
}

.footer-main {
  background: #f4f3f2;
  padding: 48px 0 32px 0;
}

.footer-logo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d4ed6;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-logo .dot {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  color: #2d4ed6;
  font-size: 2.5rem;
}
.footer-logo .adopt {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 400;
  color: #2d4ed6;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-left: 8px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-nav a {
  color: #181c32;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 400;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #2d4ed6;
}
.footer-social {
  background: #2d4ed6;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-left: 16px;
  transition: background 0.2s;
}
.footer-social:hover {
  background: #181c32;
}
.footer-linkedin {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.footer-bottom {
  background: linear-gradient(90deg, #ff7e5f 0%, #feb47b 40%, #ff6ec4 70%, #7367f0 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 18px 0;
  max-width: 100vw;
  font-size: 1rem;
}
.footer-links {
  display: flex;
  gap: 40px;
  margin-left: 60px;
}
.footer-links a {
  color: #181c32;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #2d4ed6;
}
.footer-copyright {
  margin-right: 60px;
  color: #181c32;
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .footer-logo-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-links {
    margin-left: 0;
  }
  .footer-copyright {
    margin-right: 0;
  }
}
/* ...existing code... */

/* Desktop/Mobile Umschaltung */
.desktop-header { display: block; }
.mobile-header { display: none; }
@media (max-width: 650px) {
  .desktop-header { display: none; }
  .mobile-header { display: block; }
  body.mobile-menu-open { overflow: hidden; }
}

/* Mobiler Header */
.mobile-header {
  width: 100vw;
  position: absolute;
  z-index: 999;
  height: 100px;
  padding: 0px;
  background: transparent;
    border-bottom: 1px solid #fff;
}
.mobile-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 1rem;
}
.mobile-header__logo img {
  height: 32px;
}
.mobile-header__menu-toggle {
  background: none;
  border: none;
  width: 100px; height: 100px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  border-left: 1px solid #fff;
}
.mobile-header__burger,
.mobile-header__burger::before,
.mobile-header__burger::after {
  display: block;
  width: 28px; height: 3px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.mobile-header__burger::before,
.mobile-header__burger::after {
  content: '';
  position: absolute;
  left: 0;
}
.mobile-header__burger::before { top: -9px; }
.mobile-header__burger::after  { top: 9px; }

/* Menü Overlay */
.mobile-header__nav {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #fff;
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  animation: fadein 0.2s;
}
body.mobile-menu-open .mobile-header__nav {
  display: flex;
}
.mobile-header__close {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #222;
  position: absolute;
  right: 18px; top: 10px;
  cursor: pointer;
  z-index: 1001;
}
.mobile-header__grid-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 80px);
  width: 100vw;
  height: calc(100vh - 52px);
  margin: 52px 0 0 0;
  padding: 0;
  list-style: none;
}
.mobile-header__grid-menu li {
  border: 1px solid #e6e6e6;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mobile-header__grid-menu li a {
  color: #111;
  text-decoration: none;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.mobile-header__grid-menu li a:hover,
.mobile-header__grid-menu li.active a {
  background: #2A59FF;
  color: #fff;
}
.mobile-header__grid-menu .mobile-header__gradient {
  background: radial-gradient(circle at 60% 60%, #ffb56b 0%, #6a82fb 100%);
  border: none;
}

/* Animation */
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


