/*
Theme Name: postadress
Author: Medienreformer
Author URI: https://www.medienreformer.de
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: postadress
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.site-header-editor {
	border-bottom: 5px solid var(--wp--preset--color--primary);
}

.site-footer-editor {
	border-top: 5px solid var(--wp--preset--color--primary);
}

.site-footer-editor .wp-block-group > .wp-block-group:first-child,
.site-footer-editor .wp-block-group > .wp-block-group:last-child {
	min-width: 40%;
}

.site-footer-editor .wp-block-group > .wp-block-group:last-child {
	justify-content: flex-end;
}

/* Navigation Header */
@media only screen and (min-width: 1400px) {
	.wp-block-navigation-item.kontakt {
		margin-left: 13vw;
	}
}

/* Navigation Footer */
.navigation-footer li {
	border-right: 1px solid #000;
}

.navigation-footer li a {
	padding-right: 0.67rem;
}

.navigation-footer li:last-child {
	border-right: none;
}

/* Footer no gap */
:where(.wp-site-blocks) > .site-footer {
	margin-block-start: 0 !important;
}

/* Canvas Overlay Navigation */
.wp-block-navigation__responsive-container-content {
	padding: 1rem;
}

.wp-block-site-logo {
	position: relative;
}

.wp-block-site-logo a:before {
	position: absolute;
	top: 40px;
	left: 80px;
}

/* Navigation Header */
.header-navigation > li > a {
	/* border-bottom: 1px solid #000; */
}

.header-navigation a {
	text-decoration: unset;
	transition: 0.5s;
}

.header-navigation a:hover {
	color: var(--wp--preset--color--pale-pink) !important;
}

.header-navigation li {
	font-size: var(--wp--preset--font-size--large);
}

.header-navigation .wp-block-navigation-submenu {
	/* border: 2px solid rgb(81, 255, 0);*/
	margin-bottom: 0.5rem;
}

.header-navigation .wp-block-navigation-submenu > li {
	/* border: 1px solid red; */
	font-size: var(--wp--preset--font-size--medium);
}

.header-navigation .wp-block-navigation-submenu > li a:hover {
	/* text-decoration: underline; */
}

.anker-list a,
.header-karriere .wp-block-navigation-link a {
	transition: transform .2s; 
}

.header-karriere .wp-block-navigation-link a:hover {
	transform: scale(1.1);
	text-decoration: none; 
}

.anker-list a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

.anker-list a:hover {
	transform: scale(1.05);
	text-decoration: none;
}

/* Main */

@media (min-width:992px) {
	.logged-in main.med-content {
		min-height: calc(100vh - 240px);
	}
	
	main.med-content {
		min-height: calc(100vh - 200px);
	}
}

.title-bg,
.subtitle-bg  {
	display: inline-block;
}

h2.has-background.title-bg {
	padding: 0.5rem 3rem !important;
}

h3.has-background.subtitle-bg {
	padding: 0.3rem 3rem !important;
}

@media (min-width:992px) {
	.push-right {
		margin-top: -30px !important;
		margin-right: -40px;
		padding-left: 40px;
	}
	.push-right .wp-block-heading {
		margin: 0 0 0 0 !important;
	}
}

.med-content h2,
.med-content h3,
.med-content h4 {
	line-height: 1.3;
}

/* Slider */

.med-box-slider .swiper-pagination-bullet-active,
.med-slider .swiper-pagination-bullet-active {
	background: var(--wp--preset--color--primary);
}

.med-box-slider .swiper-container-outer {
	border-radius: 50px;
}

.med-carousel .swiper {
	position: relative;
	max-width: calc(var(--wp--style--global--wide-size) + 30px);
}

.med-carousel .wp-block-gutsliders-any-content .gutslider-content-inner {
	padding: clamp(15px, 6vw, 10px);
	max-width: 90%;
}

.med-carousel .wp-block-gutsliders-any-content .gutslider-content-inner p {
	padding-left: 50px;
	padding-right: 50px;
}

/* Grid */
.med-grid-01 > .wp-block-group {
	background-color: #cccccc;
	color: #fff;
	padding: 2rem;
}

.med-grid-01 > .wp-block-group:nth-of-type(odd) {
	background-color: #8c8c8c;
}

.med-grid-01 > .wp-block-group figure {
	text-align: center;
}

/* Flip Card */
.flip-card {
  	background-color: transparent;
  	min-height: 380px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, 
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-front:before {
	content: " ";
	color: var(--wp--preset--color--primary);
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM11 11H7V13H11V17H13V13H17V11H13V7H11V11Z'%3E%3C/path%3E%3C/svg%3E");
}

.flip-card-back {
  background-color: var(--wp--preset--color--primary);
  color: #ffffff;
  transform: rotateY(180deg);
}

.flip-card-back p {
	line-height: 1.3;
	padding: 1rem 0 1rem 0;
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
}

:root .flip-card :where(.is-layout-constrained) > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Team */
.med-team .med-team-img img {
	border: 8px solid var(--wp--preset--color--primary);
	box-shadow: 0 0 0 8px #fff;
}

.med-team .ub-expand-full .wp-block-group {
	margin-left: -10px;
	margin-right: -10px;
}

.med-team .ub-expand-full .wp-block-group p {
	margin: 15px 0 15px 0;
}

.med-team .ub-expand-full .wp-block-group .wp-block-media-text p {
	margin: 10px 0 10px 0;
}

.med-team .wp-block-media-text>.wp-block-media-text__content {
	padding: 0 5px;
}

.med-team .ub-expand-full {
	
}

.med-team .ub-expand-full .ub-expand-toggle-button {
	border: 1px solid red;
	position: absolute;
	top: 100px;
	left: 150px;
	display: none;
}

.med-team .ub-expand-toggle-button.ub-hide {
	display: block;
}

.med-team .ub-expand-toggle-button.ub-hide:after {
	transform: translate(-50%) rotate(0deg);
}

/* Quote */
.med-quote {
	padding-right: 15%;
	position: relative;
}

.med-quote cite {
	font-style: normal;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--small);
}

.med-quote:after {
	content: " ";
	color: var(--wp--preset--color--primary);
	position: absolute;
	top: 35%;
	right: 0;
	width: 130px;
	height: 86px;
	background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzAiIGhlaWdodD0iODciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEzMCA4NyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmYzkwMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDIuNCw4NS41Yy0xNC40LjctMjQuOC01LjgtMzIuNS0xNy41LTQuNS02LjktNy4yLTE0LjMtOC41LTIyLjQtMS4xLTYuMy0xLjEtMTIuNS4yLTE4LjhDMy42LDE2LjgsOC43LDguNywxOC4yLDQuM2MxNC02LjUsMjguNi0zLjEsMzcuOSw5LjQsNi4zLDguNCw3LjQsMTgsMy44LDI4LjEtMi43LDcuNi03LjgsMTMtMTQuOCwxNi43LTIuNCwxLjMtNS4zLDEuOS04LjEsMi4zLTYuMiwxLTcsNC44LTUuNiw5LjYsMS43LDUuOSw2LjIsOS40LDEyLjcsOS41LjgsMCwxLjUsMCwyLjIuNSwyLjQsMS41LDEsMy4yLDAsMy45LS4zLjItLjYuNC0xLC42LTEuMS41LTEuOS41LTMsLjdaIi8+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTA5LDg1LjVjLTE0LjQuNy0yNC44LTUuOC0zMi41LTE3LjUtNC41LTYuOS03LjItMTQuMy04LjUtMjIuNC0xLjEtNi4zLTEuMS0xMi41LjItMTguOCwyLjEtMTAsNy4yLTE4LjEsMTYuNi0yMi41LDE0LTYuNSwyOC42LTMuMSwzNy45LDkuNCw2LjMsOC40LDcuNCwxOCwzLjgsMjguMS0yLjcsNy42LTcuOCwxMy0xNC44LDE2LjctMi40LDEuMy01LjMsMS45LTguMSwyLjMtNi4yLDEtNyw0LjgtNS42LDkuNiwxLjcsNS45LDYuMiw5LjQsMTIuNyw5LjUuOCwwLDEuNSwwLDIuMi41LDIuNCwxLjUsMSwzLjIsMCwzLjktLjMuMi0uNi40LTEsLjYtMS4xLjUtMS45LjUtMywuN1oiLz4KPC9zdmc+');
}

@media (max-width: 768px) {
	.med-quote:after {
		top: 0;
	}
	
	.wp-container-core-group-is-layout-ae744a23 {
		padding: 1.5rem 1rem 1.5rem 1rem !important;
	}
	
	.wp-container-core-group-is-layout-ae744a23 h2 {
		line-height: 1.2 !important;
	}
	
	.wp-container-core-group-is-layout-ae744a23 p {
		font-size: 1.25rem;
	}
}

@media (max-width: 991px) {
	
	.wp-container-core-group-is-layout-11438c33 {
		padding: 1.5rem 1rem 1.5rem 1rem !important;
	}
	
	.wp-container-core-group-is-layout-11438c33 h3,
	.wp-container-core-columns-is-layout-95015370 h4 {
		line-height: 1.2 !important;
	}
	
	.wp-container-core-group-is-layout-11438c33 p {
		font-size: 1.25rem;
	}
}

.red {
	color: #D40511;
}

/* Subheader */
.subheader h2,
.subheader ol li {
	text-shadow: 0 2px 4px rgba(0,0,0,0.20);
}

.subheader ol {
	list-style: none;
    counter-reset: my-awesome-counter;
	margin: 1rem 1rem;
    padding: 0;
}
.subheader ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.subheader ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
  min-width: 45px;
}

/* Glossar */
.glossar-textbox h1.has-background, 
.glossar-textbox h2.has-background, 
.glossar-textbox h3.has-background, 
.glossar-textbox h4.has-background {
	padding-top: var(--wp--preset--spacing--40);
	padding-right: var(--wp--preset--spacing--60);
	padding-bottom: var(--wp--preset--spacing--40);
	padding-left: var(--wp--preset--spacing--60);
}

.glossar-textbox .glossar-header h1,
.glossar-textbox .glossar-header h2,
.glossar-textbox .glossar-header h3 {
	margin-bottom: -3.5rem;
}

.glossar-textbox .glossar-body {
	padding-top: 3.5rem !important;
}

.glossar-textbox .glossar-body .wp-block-ub-expand p {
	margin-top: 0;
}

/* Table of content */
.table-of-content a {
	text-decoration: none;
	transition: 0.5s;
}

.table-of-content a:hover {
	text-decoration: underline !important;
}

/* Facet Icon List */
.facet-icon {
	max-width: 90% !important;
}

.facet-icon p {
	max-width: 70% !important;
}

.wp-block-buttons .icon-plus a {
	position: relative;
	top: 0;
	color: #fff;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wp-block-buttons .icon-plus a:before {
	position: absolute;
	content: "Popup";
	font-size: 18px;
	background: #000;
	top: -15px;
	left: 50%;
	opacity: 0;
	padding: 5px 8px;
	border-radius: 6px;
	transform: translate(-50%);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wp-block-buttons .icon-plus:hover a:before {
	opacity: 1;
	visibility: visible;
}

/* Expand Button */
.ub-expand-toggle-button {
	text-indent: -9999px !important;
	position: relative;
}

.ub-expand-toggle-button:after {
	content: " ";
	height: 30px;
	width: 30px;
	background-size: 30px 30px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96 96' style='enable-background:new 0 0 96 96;' xml:space='preserve'%3E%3Cpath fill='%23000000'  d='M18.2,64.7c1.6,1.6,4.1,1.6,5.7,0L49,39.6l25.2,25.2c1.6,1.6,4.1,1.6,5.7,0c1.6-1.6,1.6-4.1,0-5.7l-28-28 c-1.6-1.6-4.1-1.6-5.7,0l-28,28c-0.8,0.8-1.2,1.8-1.2,2.8S17.4,63.9,18.2,64.7z'/%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%) rotate(180deg);
	z-index: 1;
}

.ub-expand-full .ub-expand-toggle-button:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96 96' style='enable-background:new 0 0 96 96;' xml:space='preserve'%3E%3Cpath fill='%23000000'  d='M18.2,64.7c1.6,1.6,4.1,1.6,5.7,0L49,39.6l25.2,25.2c1.6,1.6,4.1,1.6,5.7,0c1.6-1.6,1.6-4.1,0-5.7l-28-28 c-1.6-1.6-4.1-1.6-5.7,0l-28,28c-0.8,0.8-1.2,1.8-1.2,2.8S17.4,63.9,18.2,64.7z'/%3E%3C/svg%3E");
	transform: translate(-50%) rotate(0);
}

/* BG */
.bg-01 {
	background: linear-gradient(
		to right, 
		#f2f2f2 0%, 
		#f2f2f2 50%, 
		#ffffff 50%, 
		#ffffff 100%
	  );
}

.bg-02 {
	background: linear-gradient(
		to right, 
		#f2f2f2 0%, 
		#f2f2f2 45%, 
		#ffffff 45%, 
		#ffffff 55%,
		#f2f2f2 55%, 
		#f2f2f2 100% 
	  );
}

.bg-03 {
	background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 40%, #ffffff 40%, #ffffff 60%, #f2f2f2 60%, #f2f2f2 100%);
}

/* Scroll top */
#scroll-top:hover {
	background: none repeat scroll 0 0 #111111;
}

#scroll-top {
	display: none;
	background-color: rgba(101,48,58,0.8);
	bottom: 0.9em;
	right: 2em;
	color: #fff;
	position: fixed;
	transition: background 0.5s ease-in 0s;
	z-index: 200;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 40px;
	height: 40px;
}

#scroll-top a {
	display: block;
}

#scroll-top i {
	width: 40px;
	height: 40px;
	background-position: 50% 50%;
	background-size: 24px 24px;
	margin: 0;
}

.med-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 3px;
	margin-right: 3px;
	line-height: normal;
}

.med-icon-m {
	  width: 24px;
	height: 24px;
	margin-left: 0;
	vertical-align: baseline;
}

.med-icon-l {
	width: 48px;
	height: 48px;
	margin-left: 0;
	vertical-align: bottom;
}

.med-chevron-up {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96 96' style='enable-background:new 0 0 96 96;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF'  d='M18.2,64.7c1.6,1.6,4.1,1.6,5.7,0L49,39.6l25.2,25.2c1.6,1.6,4.1,1.6,5.7,0c1.6-1.6,1.6-4.1,0-5.7l-28-28 c-1.6-1.6-4.1-1.6-5.7,0l-28,28c-0.8,0.8-1.2,1.8-1.2,2.8S17.4,63.9,18.2,64.7z'/%3E%3C/svg%3E");
}

/* Med Icon List */
.med-icon-list .wp-block-media-text {
	grid-template-columns: 60px auto !important;
}

.med-icon-list .wp-block-media-text>.wp-block-media-text__content {
	padding: 0;
	align-self: center !important;
}

.med-icon-list .wp-block-media-text>.wp-block-media-text__content p {
	padding: 0;
	margin: 0;
}

.med-icon-list figure {
	width: 60px;
	height: 60px;
}

.med-icon-list img {
	width: 38px;
	height: 38px;
}

/* Grid */
.grid-cards-logo figure {
	position: relative;
}

@media (min-width: 769px) {
.grid-cards-logo > .wp-block-group {
	padding-left: 60px;
	padding-right: 60px;
}
}

@media (max-width: 768px) {
:where(.med-space-60.wp-block-columns.has-background) {
    padding: 1em 1em !important;
}
h2.title-bg {
	line-height: 1.3;
}
}

.grid-cards-logo figure.wp-block-image {
	z-index: 10;
}

.grid-cards-logo .grid-cards-body {
	margin-top: -40px;
	z-index: 1;
}

@media (max-width: 1070px) {
	.wp-container-core-group-is-layout-bdb0f06f.med-grid-01 {
    	grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
	}
}

@media (max-width: 768px) {
	.wp-container-core-group-is-layout-bdb0f06f.med-grid-01 {
    	grid-template-columns: repeat(auto-fill, minmax(min(14rem, 100%), 1fr));
	}
	
	.flip-card .flip-card-front,
	.flip-card .flip-card-back {
		padding: 40px 20px !important;
	}
	
	.flip-card .flip-card-inner h2,
	.flip-card .flip-card-front h2,
	.flip-card .flip-card-back h2 {
		font-size: var(--wp--preset--font-size--medium);
		word-wrap: break-word;
	}
	
	.flip-card .flip-card-inner p {
		font-size: 1rem;
		word-wrap: break-word;
	}
	
	.flip-card .flip-card-front:before {
		top: 15px !important;
		right: 20px !important;
		width: 30px !important;
		height: 30px !important;
	}
	
	figure.med-team-img {
		padding: 0 3rem;
	}
	
	.med-team .wp-block-group {
		padding-top: var(--wp--preset--spacing--10) !important;
		padding-bottom: var(--wp--preset--spacing--10) !important;
	}
}

@media (max-width: 991px) {
	.swiper-slide h2 {
		font-size: var(--wp--preset--font-size--medium-plus) !important;
	}
	
	.swiper-slide h3 {
		font-size: var(--wp--preset--font-size--small) !important;
	}
	
	.swiper-slide h4 {
		font-size: var(--wp--preset--font-size--small) !important;
	}
	
	.swiper-slide p {
		font-size: 1rem !important;
	}
	
	h2.title-bg,
	h2.wp-block-heading {
		font-size: var(--wp--preset--font-size--medium-plus) !important;
	}
	
	h3.subtitle-bg,
	h3.wp-block-heading {
		font-size: var(--wp--preset--font-size--medium) !important;
	}
	
	.wp-block-group p {
		font-size: var(--wp--preset--font-size--small) !important;
	}
	
	.wp-block-group.subheader,
	.wp-block-group {
		padding-top: var(--wp--preset--spacing--40) !important;
    	padding-bottom: var(--wp--preset--spacing--40) !important;
	}
	
	.gutslider-edd3ece6 .swiper-slide {
    	height: 500px !important;
	}
	
	.med-team .ub-expand-portion h3 {
		font-size: var(--wp--preset--font-size--small) !important;
	}
}

@media (max-width: 540px) {
	.wp-container-core-group-is-layout-bdb0f06f.med-grid-01 {
    	grid-template-columns: repeat(auto-fill, minmax(min(12rem, 100%), 1fr));
	}
	
	.wp-block-gutsliders-any-content .gutslider-content-inner {
		max-width: 90% !important;
		padding: clamp(5px, 1vw, 5px) !important;
	}
}
