html #page {
	scroll-behavior: smooth;
	font-family: 'europa', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.5px;
}

@media (min-width: 1200px) {
	html #page {
		font-size: 34px;
}}

body {
  background-color: white;
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
	font-family: 'europa', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 22px;
	line-height: 28px;
}

h3, h4 {
	font-size: 20px;
}

#page p, #page a, #page li {
	font-size: 17px;
	line-height: 25px;
	transition: 0.2s ease-out;
	border-bottom: 1px solid transparent;
	word-break: break-word;
}

#page #cookie-law-info-bar a#cookie_action_close_header {
	padding: 25px;
	line-height: 1;
	margin: 0;
	transition: .3s ease;
}

#page #cookie-law-info-bar a#cookie_action_close_header:hover {
	background-color: #e04f3d !important;
    color: #e5f1e6 !important;
}

#page #cookie-law-info-bar a {
	font-size: 15px;
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}

#page #cookie-law-info-bar a:hover {
	text-decoration: none;
	border: none;
}

#page .wp-block-group__inner-container ul {
	padding-inline-start: 20px
}

#page a, #page button {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#page h2 a {
	font-size: inherit;
	line-height: 2;
}

#page a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

#logo-header {
	position: relative;
	transition: 0s;
	height: 22px;
	width: auto;
}

#logo-header a, #wf-footer .footer-logo a {
	line-height: 0!important;
	transition: 0s;
	border-bottom: none;
	font-size: 0!important;
}

#logo-header a:hover, #page a.carousel-control-next:hover, #page a.carousel-control-prev:hover, #page a.carousel-control-next, #page a.carousel-control-prev {
	border-bottom: none;
}

#page a:focus {
	text-decoration: none;
    outline: none;
}

@media (min-width: 992px) {
	#page p, #page h3, #page li {
		width: 70%;
	}
	#wf-footer #page p {
		width: 100%;
	}
	#page .wp-block-group__inner-container ul {
		padding-inline-start: 24px
	}
}




@media(min-width: 1200px) {
	h1, h2 {
		font-size: 50px;
		line-height: 60px;
	}

	h3, h4 {
		font-size: 36px;
		line-height: 46px;
	}

	#page p, #page a, #page li {
		font-size: 25px;
		line-height: 40px;
	}

	#logo-header {
		height: 100%;
		width: 130px;
	}
}

@media(max-width: 1199px) {
	svg {
		vertical-align: inherit;
		height: 90%
	}
}

/********************* NavBar *************************/

body.disablescroll {
	overflow: hidden;
  }

  #main-menu {
	  overflow-y: scroll;
	  overflow-x: hidden;
  }

  #wrapper-navbar {
	z-index: 3;
	position: sticky;
	height: 44px;
	background: #e6f1e6;
	top: 0;
	left: 0;
	width: 100%;
  }
  
  @media (min-width: 1200px) {
  
	#wrapper-navbar {
	  height: 80px;
	}
  
	.mobile-box{
	  display: none;
	}
  
	body.disablescroll #wrapper-navbar {
	  z-index: 1020;
	}
  }
  
  a.navbar_logo_padding {
	line-height: 0;
  }
  
  img.nav-logo {
	height: 15px;
	width: unset;
  }
  
  #navbarNavDropdown {
	background: #ffdac1;
	width: 200vw;
	height: calc(100vh - 44px) !important;
	right: 0;
	top: 44px;
	position: fixed;
	z-index: 3;
	padding-left: 20px;
	padding-top: 75px;
	transition: transform .25s linear !important;
  }

  .bar1, .bar2, .bar3 {
	transition: 0.4s;
    width: 20px;
    height: 3px;
    background-color: #E14F3D;
    margin: 4px 0;
  }

  .bar2 {
	transition: opacity .4s, background-color .4s;
  }

  .bar3 {
	width: 12px;
  }

  [aria-expanded="true"] .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 4.5px);
	transform: rotate(-45deg) translate(-5px, 4.5px);
  }
  
  [aria-expanded="true"] .bar2 {
	opacity: 0;
	transition: 0s;
  }
  
  [aria-expanded="true"] .bar3 {
	-webkit-transform: rotate(45deg) translate(-5.5px, -5px);
	transform: rotate(45deg) translate(-5.5px, -5px);
	width: 20px;
  }

  #wf-naw .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5.5px, 5px);
	transform: rotate(-45deg) translate(-5.5px, 5px);
	margin: 0;
  }
  
  #wf-naw .bar3 {
	-webkit-transform: rotate(45deg) translate(-5.5px, -5px);
	transform: rotate(45deg) translate(-5.5px, -5px);
	width: 20px;
	margin: 0;
  }
  
  @media (min-width: 1200px) {
	.bar1, .bar2, .bar3 {
		width: 30px;
		height: 3px;
		margin: 7px 0;
	  }
	
	  .bar3 {
		width: 20px;
	  }
	
	  [aria-expanded="true"] .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6px, 8px);
		transform: rotate(-45deg) translate(-6px, 8px);
	  }
	  
	  [aria-expanded="true"] .bar3 {
		-webkit-transform: rotate(45deg) translate(-6px, -8px);
		transform: rotate(45deg) translate(-6px, -8px);
		width: 30px;
	  }

	  #wf-naw .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6px, 8px);
		transform: rotate(-45deg) translate(-6px, 8px);
	  }
	  
	  #wf-naw .bar3 {
		-webkit-transform: rotate(45deg) translate(-6px, -8px);
		transform: rotate(45deg) translate(-6px, -8px);
		width: 30px;
	  }
  }
  
  #navbarNavDropdown.show.switchersubmenu {
	transform: translateX(0);
  }
  
  #navbarNavDropdown.show {
	transform: translateX(100vw);
  }
  
  #navbarNavDropdown.collapse:not(.show) {
	display: block;
	opacity: 0;
	transform: translateX(200vw);
  }
  
  @media (min-width: 1200px) {
	#navbarNavDropdown.show {
	  transform: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	  border-left: 1px solid #e14f3d;
	}
	#navbarNavDropdown.collapse:not(.show) {
	  display: block;
	  transform: translateX(100vw);
	}
	#navbarNavDropdown.show.switchersubmenu {
	  transform: translateX(0);
	}
  }
  
  .dropdown-toggle::after {
    display: none;
  }

  #navbarNavDropdown a.nav-link, #navbarNavDropdown a.dropdown-item {
	color: #e14f3d;
	font-family: 'europa', sans-serif;
	display: table-cell;
	border-bottom: 1px solid transparent!important;
	transition: .3s ease;
	padding: 0;
	font-size: 22px;
	line-height: 28px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none;
  }
  
  #navbarNavDropdown a.nav-link:hover, #navbarNavDropdown a.dropdown-item:hover {
	border-bottom: 1px solid #e14f3d!important;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
	background: none;
  }
  
  @media (min-width: 1200px) {
	#navbarNavDropdown a.nav-link, #navbarNavDropdown a.dropdown-item {
	padding: 0;
	font-size: 40px;
	line-height: 48px;
	}
  }
  
  .navdropdown-pos {
	transform: translateX(200vw);
	-moz-transform: translateX(200vw);
	-webkit-transfrom: translateX(200vw);
  }
  
  .show .navdropdown-pos {
	transform: translateX(100vw);
	-moz-transform: translateX(100vw);
	-webkit-transfrom: translateX(100vw);
  }
  
  .show .navdropdown-pos.switchersubmenu {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transfrom: translateX(0);
  }
  
  .menu-item-type-back::after {
	display: inline-block;
	margin-left: 10px;
	vertical-align: 0;
	content: "";
	border-top: 0;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 0;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	transform: rotate(-225deg);
  }
  
  .menu_button {
	height: auto;
	align-content: center;
	cursor: pointer;
	z-index: 3;
  }
  
  @media (min-width: 1200px) {
	.menu-item-type-back {
	  display: none;
	}
  }
  
  .dropdown-menu {
	top: 0;
	transform: translateX(100vw);
	-moz-transform: translateX(100vw);
	-webkit-transfrom: translateX(100vw);
	transition: transform .5s ease;
  }
  .navdropdown-pos .dropdown-menu {
	position: fixed;
	background: white;
	height: 100vh;
	width: 200vw;
	padding-top: 75px;
	padding-left: 20px;
	top: 0;
	border: none;
	border-radius: 0px;
	margin-top: 0;
	cursor: pointer;
  }
  
  li.nav-item a {
	cursor: pointer;
  }
  
  @media(min-width: 1200px){
	li.nav-item a {
	  font-size: 40px;
	  line-height: 48px;
	}
  }
  
  #navbarNavDropdown.collapsing li.nav-item  {
	width: calc(100vw - 37px);
	position: unset;
	margin-left: 0;
  }
  
  #navbarNavDropdown.show li.nav-item.menu-item  {
	margin-left: 0;
  }
  
  #navbarNavDropdown li.nav-item {
	transition: margin .3s ease-in;
    margin-bottom: 1rem;
}
  
  @media(min-width: 1200px){
	ul.dropdown-menu.show {
	  transform: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	  -ms-transform: translateX(100%) translateX(-calc((100vw - ((100vw - 1140px) / 2)) / 2)); /* IE 11 */
	  -moz-transform: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	  -webkit-transfrom: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	  width: 50vw;
	}
  
	.navdropdown-pos .dropdown-menu {
	padding-left: 150px;
	padding-top: 100px;
	}
  
	#navbarNavDropdown {
	  width: calc(100vw - ((100vw - 1140px) / 2));
	  padding-left: 150px;
	  padding-top: 100px;
	  height: calc(100vh - 80px) !important;
	  top: 80px;
	}
  
	.navbar-collapse.collapse .navdropdown-pos:not(.switchersubmenu) {
	  transform: translateX(0);
	  -moz-transform: translateX(0);
	  -webkit-transfrom: translateX(0);
	}
	.navbar-collapse.collapse .navdropdown-pos.switchersubmenu {
	  transform: translateX(-50vw);
	  -moz-transform: translateX(-50vw);
	  -webkit-transfrom: translateX(-50vw);
	}
	.dropdown-menu {
	  transform: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	  -moz-transform: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	  -webkit-transfrom: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	}
	li.nav-item {
	  width: auto;
	}
  }
  
  #navbarNavDropdown .footer-submenu-item {
	margin-top: 10px;
  }

  .Impressum-wrapper a.button {
	text-align: center !important;
	max-width: 43%;
  }
  
  #navbarNavDropdown.collapsing {
	height: 100vh;
	overflow: hidden;
	-webkit-transition: transform .25s linear !important;
	-o-transition: transform .25s linear !important;
	-moz-transition: transform .25s linear !important;
	transition: transform .25s linear !important;
	transform: translateX(200vw);
  }
  
  #navbarNavDropdown.collapsing.shown {
	transform: translateX(100vw);
  }
  
  @media (min-width: 1200px) {
	#navbarNavDropdown.collapsing {
	  transform: translateX(100vw);
	}
	#navbarNavDropdown.collapsing.shown {
	  transform: translateX(calc((100vw - ((100vw - 1140px) / 2)) / 2));
	}
	.Impressum-wrapper a.button {
		max-width: unset;
	}
  }

  #menu-back-arrow {
	width: 13px;
    height: 13px;
    border-left: 3px solid;
    border-top: 3px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    margin: 15px;
    color: #e14f3d;
    font-family: 'europa', sans-serif;
    transition: .3s ease;
    font-size: 22px;
    line-height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  @media (min-width: 1200px) {
	#menu-back-arrow {
		display: none;
  	}
  }

/*
------- Login
*/

.login h1 a {
	background-image: url('/wp-content/themes/understrap-child/images/logo/seidu-logo-rot-rgb.svg');
	background-size: contain;
	width: auto;
	margin-bottom: 100px;
  }


/*
--------------- Cookie law info Plugin
*/

#cookie-law-info-bar {
left: 0;
}

#CONSTANT_OPEN_URL {
padding: 10px 16px 10px;
}

#cookie_action_close_header {
font-weight: bold;
}

@media(max-width: 1199px) {
#cookie-law-info-bar a {
clear: both;
width: auto;

}}
#cookie-law-info-bar a {
padding-bottom: 0;
line-height: inherit;
}

/*
--------------- CONTAINER WP-GROUP & WP-OVERRIDES
*/

.wp-block-group__inner-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 15px;
	display: grid;
	align-content: center;
}

.wp-block-columns {
    margin-bottom: 0;
}

.wp-block-buttons .wp-block-button {
	margin: 0;
}

@media (max-width: 1199px) {
.wp-block-columns .wp-block-column {
	flex-basis: unset!important;
	margin-left: unset;
}
}

@media (min-width: 1200px) {
	.wp-block-group__inner-container {
		padding: 100px 0px;
		max-width: 1140px;
		margin-right: auto;
		margin-left: auto;
	}

	.content-img-wrapper {
		padding: 0px;
		max-width: 1140px;
		margin-right: auto;
		margin-left: auto;
	}		

	.wp-block-spacer {
		margin-top: 90px;
	}
}

.wp-block-image {
	margin-bottom: 0;
}

img {
	width: 100%;
}

@media (min-width: 576px) {
	.container {
	max-width: unset;
	}
}
@media (min-width: 768px) {
	.container {
	max-width: unset;
	}
}

@media (min-width: 992px) {
	.container {
	max-width: unset;
	}
}

@media(min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

/*
--------------- Seidu Home 
*/

[class^="home-s"] {
	height: 100vh;
	position: relative;
    overflow: visible;
}

.home-s1 {
	background-size: cover;
    background-position: top;
}

.home-s2 {
	background-color: #e14f3d;
}

.home-s2 svg {
    height: 456px;
    width: auto;
    max-width: 90vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -229px;
}
@media(min-width: 1200px) {
	.home-s2 svg {
		height: 610px;
		width: 314px;
		margin-top: -306px;
	}
}

/*
--------------- Termin Buchen Button
*/

.termin-cta-wrapper {
	padding: 40px 15px;
	text-align: center;
	color: #E14F3D;
	background-color: #E6F1E6;
}

.termin-cta-wrapper h2 {
	font-size: 22px;
	margin: 0;
	color: #E14F3D;
}

#page a.button, #page .wp-block-button__link {
	text-transform: uppercase;
	padding: 25px;
	display: block;
	min-width: 220px;
	color: #E14F3D;
	background-color: unset;
	border: solid 1px;
	transition: 0.2s ease-out;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}

#page .wp-block-button.negativ .wp-block-button__link, #page .negativ a {
	color: white;
}

#page .termin-cta-wrapper a.button {
	text-transform: uppercase;
	padding: 25px;
	border: 1px solid transparent;
	margin-top: 25px;
	display: block;
	min-width: 220px;
	color: white;
	background-color: #E14F3D;
	transition: 0.2s ease-out;
}

#page a.button:hover, #page .wp-block-button__link:hover, #page .termin-cta-wrapper a.button:hover {
	color: white;
	background-color: #E14F3D;
	border: 1px solid transparent;
}

#page .wp-block-button.negativ .wp-block-button__link:hover {
	color: #E14F3D;
	background-color: white;
	border: 1px solid transparent;
}

h2.has-white-color strong {
	color: white!important;
}

@media(min-width: 1200px) {
	.termin-cta-wrapper {
		padding: 100px;
		text-align: left;
		margin-top: 130px;
    	margin-bottom: 130px;
	}

	.termin-cta-wrapper h2 {
		font-size: 60px;
	}

	#page a.button, #page .wp-block-button__link, #page .termin-cta-wrapper a.button {
		padding: 35px;
		margin-top: unset;
		color: #E14F3D;
		background-color: unset;
		border: solid 1px;
		min-width: 330px;
	}
}

/*
--------------- Footer Styles -----------------
*/


/* 
--- Footer Newsletter Styles
*/

.newsletter-wrapper #mc_embed_signup form {
	padding: unset;
}

.newsletter-wrapper #mc_embed_signup .mc-field-group input:-internal-autofill-selected {
	background: none !important;
	background-color: #E14F3D !important;
	line-height: 1;
}

.newsletter-wrapper #mc_embed_signup .mc-field-group input {
	border-radius: 0;
    border: none;
	border-bottom: 1px solid white;
	font-size: 17px;
    color: white;
    line-height: 1;
    padding-top: 0;
}

@media(min-height: 1200px) {
	.newsletter-wrapper #mc_embed_signup .mc-field-group input {
		font-size: 25px;
	}
}

.newsletter-wrapper #mc_embed_signup .mc-field-group input:focus {
	border-radius: 0;
    border: none;
	border-bottom: 1px solid white;
	box-shadow: none;
	outline: none;
}

.newsletter-wrapper #mc_embed_signup .mc-field-group {
	width: unset;
	padding: unset;
	height: unset;
	min-height: unset;
	margin-bottom: 30px;
}

.newsletter-wrapper #mc_embed_signup .button {
	border: 1px solid white;
	transition: .4s ease;
    background: none;
    border-radius: 0;
	margin: 0;
    margin-top: 20px;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px;
	height: auto;
	font-family: 'europa-b';
    width: auto;
}

.newsletter-wrapper #mc_embed_signup .button:focus {
	border-radius: 0;
	outline: none;
	box-shadow: none;
}

.newsletter-wrapper #mc_embed_signup .button:hover {
	background: white;
	color: #E14F3D;
}

#page .button.newsletter-footer {
	width: auto;
	color: white;
	font-family: 'europa';
	font-size: 17px;
	text-transform: none;
	padding: 10px;
	display: inline-block;
  }
  
  #page .button.newsletter-footer:hover {
	background: white;
	color: #e14f3d;
  }
  #page .button.newsletter-footer svg path {
  transition: 0.2s ease-out;
  }
  
  #page .button.newsletter-footer:hover svg path {
	fill: #e14f3d;
  }
  
  #page .button.newsletter-footer span {
	float: right;
  }
  
  @media (min-width: 1200px) {
	#page .button.newsletter-footer {
	  font-size: 22px;
	}
  }

  #wf-footer .col-12 {
	margin: 20px 0;
  }

  .footer-logo svg {
	width: 150px;
	height: auto;
  }

  @media (min-width: 1200px) {
	.footer-logo svg {
	  width: 250px;
	  margin-bottom: unset;
	}
	#wf-footer .col-12 {
		margin: 30px 0;
	  }
  }
  
  .social-icons img {
	width: 30px;
	transition: .3s ease-out;
	height: 30px;
  }
  .social-icons img:hover {	  
	transform: scale(.85);
  }
  
  @media (min-width: 1200px) {
	.social-icons img {
	  width: 40px;
	  height: 40px;
	}
  }
  
	#wf-footer .footer-menu a {
	  border-bottom: 1px solid;
	  transition: .4s ease;
	}
	
	#wf-footer .footer-menu a:hover {
	  text-decoration: none;
	  border-bottom: 0px;
	}
  
	#wf-footer p {
	  margin-bottom: 0;
	}
  
	#wf-footer {
	  padding: 30px 0;
	  font-family: 'europa', sans-serif;
	}
  
	#wf-footer .container-fluid {
	  max-width: 1600px;
	}
  
	@media (min-width: 1200px) {
	  #wf-footer {
		padding-top: 50px;
		padding-bottom: 30px;
	  }
	  #wf-footer p, #wf-footer a {
	  font-size: 22px;
	  width: 100%;
	  line-height: 30px;
	}
	}
	#page .social-icons a {
		border-bottom: none;
	}
	#page .social-icons:hover {
		border: none;
		text-decoration: none;
	}

	#page .social-icons a:hover {
		border: none;
		text-decoration: none;
	}

/*
--------------- NEWSLETTER SUBSCRIPTION -----------------
*/
.newsletter-subscription {
	cursor: pointer;
}

#wf-naw {
	display: none;
	width: 100vw!important;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100vh;
	z-index: 2;
}

#wf-naw-overlay {
	background: white;
	opacity: 0.5;
	height: 0%;
}
#wf-naw-content {
	height: 100%;
	overflow: scroll;
}

@media(min-width: 576px) {
	#wf-naw-overlay {
		height: 50%;
	}
	#wf-naw-content {
		height: 50%;
	}
}
@media(min-width: 1200px) {
	#wf-naw-overlay {
		height: 55%;
	}
	#wf-naw-content {
		height: 45%;
	}
}

input {
	font-family: inherit;
	font-size: inherit;
	background: none;
}

.cross-wrap {
	justify-content: end;
	display: grid;
	height: 30px;
}


@media (min-width: 1200px) {
	.cross-wrap {
		height: 40px;
	}
}

::-webkit-input-placeholder { 
	color: rgba(255, 255, 255, 0.6);
	font-size: 17px;
	font-family: 'europa', sans-serif;
  }
  ::-moz-placeholder { 
	color: rgba(255, 255, 255, 0.6);
	font-size: 17px;
	font-family: 'europa', sans-serif;
  }
  :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 17px;
	font-family: 'europa', sans-serif;
  }
  :-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-size: 17px;
	font-family: 'europa', sans-serif;
  }

  @media (min-width: 1200px) {
	::-webkit-input-placeholder {
		font-size: 25px;
	  }
	  ::-moz-placeholder { 
		font-size: 25px;
	  }
	  :-ms-input-placeholder {
		font-size: 25px;
	  }
	  :-moz-placeholder { 
		font-size: 25px;
	  }
}
/*
--------------- RATGEBER Post Type -----------------
*/

#page p.ratgeber-date {
	font-size: 1rem;
	width: 100%;
	margin-bottom: 40px;
}
@media(min-width: 1200px) {
	#page p.ratgeber-date {
		margin-bottom: 80px;
	}
}


button.sort-buttons-button {
	background: none;
    border: none;
    color: #e04f3d;
}

button.sort-buttons-button:focus {
	outline: none;
}

.kategorienbuttons-wrapper {
	padding-top: 60px;
	padding-bottom: 40px;
}

.overlay-content {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: .4s ease;
	background-color: #ffdabfa3;
}

@media(max-width: 991px) {
	.angebot-teaser .overlay-content {
		opacity: 1;
	}
}

@media (min-width: 992px) {
	.kategorienbuttons-wrapper {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	.angebot-teaser:hover .overlay-content {
		opacity: 1;
	}
}

.wrapper-fade-inout {
	transform: scale(0.1, 0.1);
	opacity: 0;
}

/* .angebot-teaser-wrapper.acf-teasers {
	margin-bottom: 20px;
}

.angebot-teaser-wrapper .teaser-card {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.angebot-teaser-wrapper.acf-teasers {
		margin-bottom: 130px;
		margin-top: 130px;
	}
	.angebot-teaser-wrapper .teaser-card {
		margin-bottom: 130px;
	}
} */


/*
--------------- Bilder Grid Ratgeber
*/

.caption-custom-bild {
	font-size: 14px;
    line-height: 19px;
    margin-top: 19px;
}
@media (max-width: 575px) {
	.wrapper-custom-img-full figcaption {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrapper-custom-img-full {
		padding: 0;
	}

}
@media(min-width: 1200px) {
	.caption-custom-bild {
		margin-top: 30px;
		font-size: 22px;
		line-height: 30px;
	}
}


/*
--------------- Ratgeber Post Type -----------------
--------------- Teaserblock
*/

@media (max-width: 567px) {
	.flexible-teasers-wrapper .teaser-card {
		margin-bottom: 15px;
	}
	.flexible-teasers-wrapper .teaser-card:last-child {
		margin-bottom: 0;
	}
}

.page-id-15 .angebot-teaser-wrapper .teaser-card {
	margin-bottom: 15px;
    padding-bottom: 0;
    padding-top: 0;
}

.page-id-15 .angebot-teaser-wrapper {
	margin-top: 15px;
}

.teaser-col-l {
	padding: 15px;
}

.teaser-col-r {
	padding: 0 15px 15px 15px;
}

@media (min-width: 576px) {

	.teaser-col-l {
		padding: 15px 7.5px 15px 15px;
	}
	
	.teaser-col-r {
		padding: 15px 15px 15px 7.5px;
	}
}

@media (min-width: 1200px) {
	.page-id-15 .angebot-teaser-wrapper {
		margin-top: 130px;
	}
	.page-id-15 .angebot-teaser-wrapper .teaser-card {
		margin-bottom: 130px;
	}
}

.page-id-15 .angebot-teaser-wrapper {
	justify-content: space-between;
	/* min-height: 505px;	 */
}

.angebot-teaser {
	background-color: beige;
	position: relative;
	padding-top: 100%;
	height: 200px;
	background-image: radial-gradient(yellow, green);
	background-image: url('/wp-content/uploads/2021/02/angebot-teaser.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.teaser-overlay {
	background: white;
}

.rubrik-teaser {
	position: absolute;
	top: 15px;
	left: 15px;
}

.title-teaser {
	font-family: 'europa-b', sans-serif;
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	width: auto!important;
}


@media(min-width: 1200px) {
	.teaser-col-l {
		padding: 0 65px 130px 0;
	}
	.teaser-col-r {
		padding: 0 0 130px 65px;
	}
	.title-teaser {
		font-size: 50px;
		line-height: 1.3;
	}
}

@media(max-width: 1199px) {
	.ratgeber-single .wrapper-alle-beitrage {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.ratgeber-single .blog.content-area {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media(min-width: 1200px) {
	.ratgeber-single .blog.content-area {
		padding-top: 80px;
		padding-bottom: 130px;
		padding-right: 0;
		padding-left: 0;
	}	
	.ratgeber-single .termin-cta-wrapper {
		margin-top: 130px;
	}
	.ratgeber-single {
		margin-bottom: 130px;
	}
	.ratgeber-single p, .ratgeber-single h3, .ratgeber-single li {
		width: 70%;

	}
	.ratgeber-single figure.alignleft {
		margin: 0;
	}
}

@media(max-width: 576px) {
.ratgeber-single .entry-content figure.wp-block-image:first-of-type {
	width: 100vw;
    display: inline-table;
    margin-left: -15px;
}
}
/*
--------------- Team Section -----------------
*/

.teammitglieder .row {
	max-width: 400px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.teammitglieder {
	display: grid;
	justify-content: center;
}

.team-text {
	padding: 15px;
	order: 1;
	align-self: center;
}

.team-text h3 {
	margin-top: 1em;
}

@media(min-width: 992px) {
	.teammitglieder .row {
		max-width: unset;
		margin-top: 65px;
		margin-bottom: 65px;
	}

	#page-wrapper .teammitglieder p, #page-wrapper .teammitglieder h3 {
		width: 100%!important;
	}

	.team-text {
		padding: 30px;
	}

}

/*
--------------- Seidu -----------------
*/

h2.has-text-align-right, h1.has-text-align-right {
	margin-top: 0;
	margin-bottom: 40px;
}
@media(min-width: 1200px) {
	h2.has-text-align-right, h1.has-text-align-right {
		margin-top: 0;
		margin-bottom: 80px;
}}

.wp-block-image figcaption {
	font-size: 14px;
	line-height: 19px;
	margin-top: 19px;
}
@media(min-width: 1200px) {
	.wp-block-image figcaption {
		margin-top: 30px;
		font-size: 22px;
		line-height: 30px;
}}

#page #main-menu a.button {
    max-width: 18em;
}

strong, .alle-beitrage, .wp-block-button, .button, b {
	font-family: 'europa-b', sans-serif !important;
	letter-spacing: 0.5px !important;
}