/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.left-sidebar .sidebar {
  order: 1;
}
#primary {
	order: 2 !important
}


.zahnspangegratis a {
	font-size: 35px;
	color: #000;
	text-decoration: none
}


#menu-menue a {
	font-weight: 600;
	text-decoration: none;
	transition: ease-in-out 1s;
}
#menu-menue a:hover {
	color: #000;
}
#menu-menue li:hover a::before {
	content: '> ';
}

ol, ul {
  margin: 0 0 1.5em 1em;
}

div.inside-left-sidebar {
	position: sticky;
  	top: 0;
  	padding: 30px 30px 30px 0;
}


Element {
  
}
.main-navigation .inside-navigation {
	padding-left: 20px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}



hr {
	border-bottom: 1px solid var(--accent) !important;
}

.terminvereinbarung a {
	font-weight: 600;
	text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--accent);
  padding: 5px 20px;

}
blockquote p {
	margin-bottom: 0px;
	color: var(--accent);
}

footer .inside-site-info {
	border-top: 2px solid var(--accent)
}

.ueberschrift .gb-shape svg {
  width: 40px !important;
  padding-bottom: 20px;
  margin-left: -20px;
	height: auto !important
}
.menu-toggle {
  font-size: 20px;
}
a.generate-back-to-top {
  background-color: rgba( 255,51,51,0.4 );
  color: #ffffff;
}
a.generate-back-to-top:hover {
  background-color: rgba( 255,51,51,1 );
}
/* FAQ Details block nicer spacing */
.wp-block-details {
  margin: 0 0 12px 0;
}

.wp-block-details summary {
  cursor: pointer;
  font-weight: 600;
}


/* Primary CTA Button */
.cta-button {
  display: inline-block;
  padding: 0.85em 1.6em;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  background-color: transparent !important; 
  color: var(--accent) !important;
  border: 2px solid var(--accent);
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba( 255,51,51,0.4 );
}

/* Hover */
.cta-button:hover {
  background-color: var(--accent) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba( 255,51,51,0.4 );
}

/* Focus (Accessibility) */
.cta-button:focus {
  outline: 3px solid rgba( 255,51,51,0.4 );
  outline-offset: 3px;
}

/* Active */
.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba( 255,51,51,0.4 );
}

/* Sticky Mobile Call Button */
.sticky-call {
  display: none !important;
}


@media (max-width: 768px) {
  #site-navigation  { /*.sidebar-nav-mobile:not(#sticky-placeholder)*/
    display: block;
	position: absolute;
	top: 170px;
	right: 20px;
  }
	.main-navigation .inside-navigation {
		padding-top: 0px
	}
	h1 {
		font-size: 36px
	}
	.inside-left-sidebar {
		display: none
	}
	#generate-slideout-menu {
		padding-top: 50px
	}
	.main-navigation.slideout-navigation .main-nav > ul > li > a {
		line-height: 40px;
		font-weight: 600
	}
	.cta-button {
		width: 100%;
		text-align: center;
		padding: 1em 1.2em;
		font-size: 1.05rem;
  }


@media screen and (max-width: 640px) {
	#left-sidebar, 
	.entry-header {
		display: none;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 21px;
		border-bottom: 1px solid var(--accent);
		padding-bottom: 10px
	}
	#site-navigation  { /*.sidebar-nav-mobile:not(#sticky-placeholder)*/
		top: 120px;
  }
}
	
	


@media (max-width: 768px) {
  .sticky-call {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.9em 1em;
    background-color: #2a7fff;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);

    /* Start: unsichtbar */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  /* sichtbar */
  .sticky-call.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  body {
    padding-bottom: 70px;
  }
}
	
	
	
	
	
	
	
	
	
	
