/* ############################################################################################################ */
/* ##  name: Custom CSS                                                                                      ## */
/* ############################################################################################################ */

/*••••• Fonts •••••*/

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/project/nureinshop/pub/font/montserrat-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/project/nureinshop/pub/font/montserrat-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/*••••• Colors •••••*/

:root {
    --maincolor: #ec0011;
    --gray: #ebebeb;
}

/*••••• Cookie Window •••••*/

[data-ref="nureinshop/plugin/cookie_message"] .cookie-message--btn {
    background-color: var(--maincolor)
}

.cookie-message--p {
color: #000;
}

.cookie-message-details td {
color: #000;
}

/*••••• Webseite •••••*/

html {
    background-color: #FFF;
}

body {
    background-color: #FFF;
    font-family: 'Montserrat', Arial, Sans-serif;
    font-size: 16px;
	font-size: clamp(16px, 4vw, 18px);
    font-weight: 200;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.65;
}

/*••••• Headings & Co. •••••*/

h1, h2, h3, h4 {
    margin-bottom: 0;
	line-height: 1;
}

h1 {
    color: #000;
    font-size: clamp(180%, 3vw, 250%);
    font-weight: 100;
    letter-spacing: 0.03em;
}

.page-nureinshop-newsblog-entry h1 {
	color: var(--maincolor);
	font-size: clamp(180%, 3vw, 210%);
	font-weight: 400;
	letter-spacing: 0.03em;
}

h1 strong {
    font-weight: 600;
    color: var(--maincolor);
    font-size: 110%;
}

h2 {
    color: #000;
    font-size: clamp(150%, 2vw, 180%);
    font-weight: 600;
    font-weight: 100;
    margin-top: 30px;
}



h2 strong {
    font-weight: 600;
    color: var(--maincolor);
    font-size: 110%;
}

h3 {
    font-weight: 700;
    font-size: clamp(110%, 1.2vw, 120%);
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

strong {
    font-weight: 600;
    color: #000;
}

.block-nureinshop-text ul {
    margin-top: 10px;
}

a {
    	text-decoration: underline;
    	text-underline-offset: 2px;
	    color: #000;
}

a:hover {
    color: #000;
	text-shadow: 0 0 0 #000, 0.03em 0 #000;
}

.btn {
	color: #fff;
	background-color: var(--maincolor);
	border-radius: 10px;
	text-decoration: none;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: 600;
	min-width: 250px;
	line-height: 1;
	box-shadow: 3px 3px 8px #a5a5a5;
	transition: 0.3s ease;
	text-transform: none;
	font-size: 110%;
    padding: 10px 15px
}

.page-nureinshop-home .btn {
    font-size: clamp(110%, 2vw, 140%);
    padding: 15px 15px;
}

.btn:hover {
	transform: scale(1.04) translate(-5px, -5px);
	box-shadow: 7px 7px 12px #939393;
	opacity: 1;
	text-shadow: none;
}

blockquote {
	margin-top: 25px;
	background-color: #ffe5e6;
	color: #000;
	padding: 20px;
	border-radius: 10px;
	/*
	background-image: url('/pub/media/8d4cf8f85426bae9b10a42fcb45c337d/apg-blockquote-dekor.svg');
    	background-repeat: no-repeat;
    	background-position: bottom 8px right 8px;
    	background-size: auto 60%;
	*/
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote a {
	color: var(--maincolor);
    font-weight: 600;
}

blockquote a:hover {
    color: inherit;
}

blockquote > *:first-child {
    margin-top: 0;
}

.nureinshop-block-accordion--head {
	background-color: var(--maincolor);
	color: #fff;
    text-decoration: none;
    font-weight: 600!important;
}

.nureinshop-block-accordion--body::after {
    content: "";
    display: table;
    clear: both;
}

#region-content ul, #region-content ol, .nureinshop-block-accordion--body ul, .nureinshop-block-accordion--body ol {
    margin-left: 20px;
    margin-top: 10px;
}

#region-breadcrumb ul li a {
    color: #000;
}

/*••••• Header •••••*/

#region-search {
    display: none;
}

header {
    background: #fff;
	border: none;
	z-index: 4;
	min-height: 86px;
	width: 100%;
	overflow-x: clip;
}

.page-nureinshop-newsblog-entry header {
    background-color: transparent;
    position: absolute;
}

.page-nureinshop-home header {
    position: absolute;
    background: transparent;
}

header .container {
	min-height: inherit;
	height: inherit;
}

#region-logo {
	float: left;
	width: auto;
	margin-top: 48px;
	margin-right: 5px;
}

#region-logo a {
    padding: 5px 5px 5px 5px;
    background-image: url('/pub/media/a65fd6ec08f45107c62f37ad4ffe75c6/achilles-zeitarbeit-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.page-nureinshop-newsblog-entry #region-logo a {
    filter: drop-shadow(1px 1px 1px #ffffff54) drop-shadow(-1px 1px 1px #ffffff54) drop-shadow(1px -1px 1px #ffffff54) drop-shadow(-1px -1px 1px #ffffff54);
}

.page-nureinshop-home #region-logo a {
    background-image: none;
}

#region-logo a img {
  height: 70px;
  opacity: 0;
}

.page-nureinshop-home #region-logo a img {
    opacity: 1;
}

#region-search {
    position: absolute;
    right: 40px;
    margin-right: 0;
}

/* [data-id="search"] {
    display:none!important;
} */

@media (min-width: 990px) {
    #plugin_emotion_image {
        padding-top: 85px;
    }
}
    
#plugin_emotion_image img {
	display: block;
	width: 100%;
	aspect-ratio: 32/5;
	object-fit: cover;
	object-position: top;
}

/*••••• Navigation •••••*/

#region-nav ul li a {
	color: #000;
	font-weight: 300;
	border: none !important;
	text-decoration: none;
	padding: 5px 15px;
	font-size: 18px;
}

.page-nureinshop-home #region-nav ul li a {
    color: #fff;
}

#region-nav .level-1 > li:hover > a {
	background-color: #ff0001;
	border-radius: 10px 10px 0 0;
	text-shadow: 0 0 0 #fff, 0.03em 0 #fff;
}

#region-nav .level-2 {
	background-color: #ff0001;
	border-radius: 0 0 10px 10px;
}

#region-nav .level-2 a:hover {
      background-color: var(--gray);
      color: #000;
      text-shadow: 0 0 0 #000, 0.03em 0 #000;
}

#region-nav .level-2 li:last-of-type > a:hover {
    border-radius: 0 0 10px 10px;
}

#region-nav {
    min-height: inherit;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#region-nav::after {
    border-bottom: 1px solid #000;
    content: '';
    width: 100vw;
    height: 0px;
}

.page-nureinshop-home #region-nav::after {
    border-bottom: 1px solid #fff;
}

#region-nav nav {
  background-color: transparent;
  border: none;
}

#region-nav ul {
    display: flex;
    justify-content: flex-end;
}


#region-nav nav .container {
    width: 100%;
}

@media only screen and (max-width: 1290px) {
    #region-nav li:last-of-type .level-2 {
        right: 0;
    }
}

.offcanvas-nav li a {
	text-decoration: none;
	font-weight: 500;
}

.offcanvas-menu li.active > a {
	background-color: var(--maincolor);
	color: #fff;
}

#region-mobile-nav ul {
	filter: invert(1);
}

#region-mobile-nav {
	background: #000000;
	background: linear-gradient(169deg, rgb(0, 0, 0) 28%, rgb(13, 82, 123) 96%);
}

.offcanvas-header {
	background: #000000;
	background: linear-gradient(169deg, rgb(0, 0, 0) 28%, rgb(13, 82, 123) 96%);
}

.offcanvas-closer {
    filter: invert(1);
    opacity: 1;
}

/*••••• Slider •••••*/

.hero-slider .container {
    width: 100%;
}

.hero-slider  .owl-carousel .owl-dots .owl-dot {
	height: 25px;
	width: 25px;
	background-color: rgb(255, 255, 255);
	border-radius: 20px;
	margin: 0 9px 0 9px;
}

.hero-slider .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--maincolor);
}

.hero-slider .owl-carousel .owl-dots {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-table;
}

.hero-slider .owl-prev, .hero-slider .owl-next {
    display: none;
}

/*••••• Grid •••••*/

.nureinshop-block-contengrid--item {
    background-color: var(--maincolor);
    color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 8px #a5a5a5;
    padding: 15px 5px;
    transition: 0.3s ease;
    text-decoration: none;
}

.nureinshop-block-contengrid--item:hover {
	transform: scale(1.04) translate(-5px, -5px);
	box-shadow: 7px 7px 12px #939393;
	opacity: 1;
}

.nureinshop-block-contengrid--item:hover  h2 {
    text-shadow: none;
}

.nureinshop-block-contengrid--item h2 {
	color: #fff;
	font-size: clamp(110%, 2vw, 140%);
	text-align: center;
	margin-top: 0;
	font-weight: 600;
}

/*••••• Beitragsliste Karussell •••••*/

.subpages-carousel .subpages-image {
	width: 100%;
	aspect-ratio: 16/7;
	object-fit: cover;
}

.subpages-carousel .subpages-content {
	background-color: var(--maincolor);
	color: #fff;
	padding: 15px 15px 55px 15px;
	border-radius: 0 0 10px 10px;
	position: relative;
}

.subpages-content a {
    text-decoration: none;
}

.subpages-carousel .subpages-title {
	font-weight: 600;
	color: #fff;
	margin-left: 23px;
	margin-top: 45px;
	font-size: 110%;
}


.subpages-carousel .subpages-intro p:first-of-type {
    position: absolute;
    top: 15px;
    font-size: 80%;
    font-weight: 300;
}

.subpages-carousel .subpages-intro p:first-of-type::before{
	content: '';
	height: 18px;
	width: 18px;
	background-image: url('/pub/media/46a4198a3aa05842f164eaaf798a3a6a/achiles-location.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}


.subpages-carousel .subpages-intro p:last-of-type {
    position: absolute;
    bottom: 15px;
    font-size: 80%;
    font-weight: 300;
}

.subpages-carousel .subpages-intro p:last-of-type::before {
	content: '';
	height: 18px;
	width: 18px;
	background-image: url('/pub/media/f95dc4ea7ac6619718b9c0b12dd814ce/achilles-clock.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -3px;
}

.subpages-carousel .owl-stage {
  display: flex;
}

.subpages-carousel .owl-item {
  display: flex;
  height: auto;
}

.subpages-carousel .subpages-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.subpages-carousel .owl-item article {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s ease;
  background-color: transparent;
  border-radius: 0 0 10px 10px;
  margin: 15px 17px 20px 17px;
}

.subpages-carousel .owl-stage-outer {
    padding: 0;
}


.subpages-carousel .owl-item article:hover {
    transform: scale(1.04) translate(-5px, -5px);
	box-shadow: 7px 7px 12px #939393;
	opacity: 1;
}


/*••••• Beitragsliste Kacheln •••••*/

.subpages-grid article {
    background-color: var(--maincolor);
    color: #fff;
    transition: 0.3s ease;
    box-shadow: 3px 3px 8px #a5a5a5;
    border-radius: 0 0 10px 10px;
}

.subpages-grid article:hover {
    transform: scale(1.04) translate(-5px, -5px);
	box-shadow: 7px 7px 12px #939393;
	opacity: 1;
}

.subpages-grid .subpages-image {
	aspect-ratio: 16/8;
	object-fit: cover;
}

.subpages-grid .subpages-title {
    color: #fff;
    font-weight: 600;
}

.subpages-grid .subpages-title {
    font-size: clamp(120%, 2vw, 120%);
    margin-top: 20px;
    margin-left: 22px;
    line-height:140%;
}


.subpages-grid .subpages-content {
    position: relative;
    padding: 25px 15px 15px 15px;
    min-height: 180px;
}

.subpages-grid .subpages-intro {
    font-size: 20px;
}

.subpages-grid .subpages-intro p:first-of-type {
    position: absolute;
    top: 5px;
    font-size: 80%;
    font-weight: 300;
}

.subpages-grid .subpages-intro p:first-of-type::before {
	content: '';
	height: 18px;
	width: 18px;
	background-image: url('/pub/media/46a4198a3aa05842f164eaaf798a3a6a/achiles-location.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
}


.subpages-grid .subpages-intro p:last-of-type {
    position: absolute;
    bottom: 15px;
    font-size: 80%;
    font-weight: 300;
}

.subpages-grid .subpages-intro p:last-of-type::before {
	content: '';
	height: 18px;
	width: 18px;
	background-image: url('/pub/media/f95dc4ea7ac6619718b9c0b12dd814ce/achilles-clock.svg');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -3px;
}

.page-nureinshop-newsblog-entry:first-of-type .block-nureinshop-text .col-12:first-of-type img {
    width: 100%!important;
}

/*••••• Beitragsliste Partner •••••*/
/* 
.partner .subpages-grid article {
    background-color: transparent;
    box-shadow: none;
    border: 3px solid var(--maincolor);
    border-radius: 10px;
}

.partner .subpages-grid article:hover {
    box-shadow: 3px 3px 8px #a5a5a5;
}

.partner .subpages-content {
    background-color: var(--maincolor);
    min-height: 0;
    padding: 15px;
}

.partner .subpages-grid article:hover .subpages-content {
    margin-right: -1px;
}

.partner .subpages-content a {
    text-shadow: none!important;
}

.partner .subpages-content h2 {
    margin: 0;
}

.partner .subpages-grid .subpages-title {
	font-size: clamp(120%, 2vw, 130%);
	text-align: center;
}

.partner .subpages-grid .subpages-title::after {
    display: none;
}

.partner .subpages-grid .subpages-image {
  aspect-ratio: unset;
  border-radius: 12px 12px 0 0;
}

*/

.partner .nureinshop-block-contengrid--item {
	background-color: #fff;
	color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 8px #a5a5a5;
	padding: 0;
	transition: 0.3s ease;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	border: 3px solid var(--maincolor);
}

.partner .nureinshop-block-contengrid--item > p {
    margin-top: 0;
    padding-top: 0;
    line-height: 0;
}

.partner .nureinshop-block-contengrid--item img {
    border-radius: 12px 12px 0 0;
}

.partner .nureinshop-block-contengrid--item h2 {
	font-size: clamp(120%, 2vw, 130%);
	background-color: var(--maincolor);
	padding: 10px;
}

.partner .nureinshop-block-contengrid--item:hover h2 {
    margin-left: -1px;
}

.hintergrund-grau {
    background-color: var(--gray);
}

.ueber-uns {
    margin-top: 25px;
}

.ueber-uns .col-8 > *:first-child, .ueber-uns .col-4 > *:first-child {
    margin-top: 0;
}

.ueber-uns .col-4 img {
    border-radius: 10px;
} 


/*••••• Footer & Copyright •••••*/

#region-footer {
    padding: 50px;
    background-color: var(--gray);
	color: #000;
}


#region-footer strong {
    color: #000;
}

#region-footer h2 {
	color: #000;
}

#region-copyright {
    background: #fff;
    font-size: 14px;
}

/*••••• Social Sidebar •••••*/

.social-links {
	position: fixed;
	right: 20px;
	width: 50px;
	top: 40%;
	z-index: 999;
}

.social-links strong {
	display: inline-block;
	transform: rotate(270deg);
	background-color: var(--maincolor);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 180px;
	right: 63px;
	position: relative;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.social-links strong a {
    color: #fff;
    height: 100%;
    padding: 15px 7px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}

.social-links > a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: var(--maincolor);
	margin-bottom: 3px;
	line-height: 0;
	border-radius: 100%;
}

/* .social-links a span {
	display: none;
	width: auto;
	position: absolute;
	right: 50px;
	background-color: var(--maincolor);
	height: 50px;
	top: 0;
	color: #ffffff;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 15px;
	white-space: nowrap;
} */

.social-links a span {
	display: inline-block;
	position: absolute;
	right: 50px;
	background-color: #ffe5e6;
	height: 50px;
	top: 0;
	color: #000;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 65px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(80px); /* Startposition weiter weg */
	z-index: -1;
	border-radius: 25px;
	margin-right: -50px;
	font-weight: 600;
    text-shadow: none;
}


.social-links a span.zweizeilig {
	line-height: 20px;
	padding-top: 5px;
	height: 50px;
	padding-right: 70px;
	border-radius: 25px;
}

.social-links a {
	margin-top: 8px;
}


/*••••• Socials: Hover-Effect •••••*/

@keyframes bounceIn {
	0% { transform: translateX(10px); opacity: 0; } 
	45% { transform: translateX(-15px); opacity: 1; } 
	65% { transform: translateX(0px); }
	80% { transform: translateX(-2px); }
	100% { transform: translateX(0); }
}

.social-links a:hover {
	/* background-color: #000; */
	opacity: 1;
}

.social-links a:hover span {
    opacity: 1;
	animation: bounceIn 0.8s ease-out forwards; 
}

/*••••• Socials: Responsive •••••*/

@media only screen and (max-width:1200px) {
	.social-links {
		top: 360px;
	}
}

@media only screen and (max-width:980px) {
	.social-links {
		top: 275px;
	}
}

@media only screen and (max-width:760px) {
	.social-links {
		top: 240px;
	}
}

@media only screen and (max-width: 990px) {
    .social-links {
        right: 10px;
    }
    .social-links > a {
        width: 40px;
        height: 40px;
    }
    .social-links a span {
        height: 40px;
        line-height: 2.3;
    }
    .social-links a:hover span {
        display: none;
    }
}

/*••••• Suchseite •••••*/

.search-form .input-wrapper::before {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 1;
  background-image: url('/pub/media/c97f64839b348aa3371a0db7209c9a97/gvv-hardheim-wallduern-suche.svg');
  background-size: 20px 20px;
  z-index: 40;
  content: '';
  margin-top: 18px;
  margin-left: 15px;
}

.search-form .input-wrapper input[type="text"] {
    color: #000;
    border-radius: 12px;
    padding: 15px 0 15px 50px;
}

.input-wrapper input::placeholder {
    color: #000;
}

.search-item-header h2 {
    font-size: 120%;
    hyphens: none;
}

.productgrid .row {
    display: flex;
    flex-wrap: wrap;
}

.productgrid .search-item {
    padding: 10px;
    hyphens: auto;
    border-radius: 12px;
    padding-bottom: 25px;
}

@media only screen and (min-width: 960px) {
  .productgrid .col-3 {
    width: 49.9%;
    align-items: stretch;
    display: flex;
  }
  .productgrid .search-item {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .search-item-header h2 {
    margin-top: 5px;
  }
  .search-item-more-btn {
    margin-top: auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
 .search-item-short {
     margin-bottom: 20px;
 }
}



#ttsApplicationWidget {
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 999;
}

@media (max-width: 1024px) {
    #ttsApplicationWidget {
        bottom: 0;
        right: 0;
    }
}

.tts-application-container .tts-application-person.tts-open {
  bottom: 31.5rem;
}


.tts-application-container .tts-application-person.tts-open {
	background-image: url('/pub/media/27641bf99be23ed0aa50820468f4e080/button-initiativ-bewerbung-aktiv.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #efefef;
	background-position: 0 4px;
	right: 103px;
	background-color: #fff;
}

.tts-application-container .tts-application-person img {
    transition: 0.1s ease;
}

.tts-application-container .tts-application-person.tts-open img {
    opacity: 0;
    width: 80px;
	height: 80px;
}



.tts-application-container .tts-application-person .tts-application-person-img, .tts-application-container .tts-application-person {
	width: 100px;
	height: 100px;
	max-width: unset;
}

.tts-application-container .tts-application-person {
    background-image: none;
    background-color: transparent;
}



.tts-check-container {
    font-size: 115%;
}

.tts-application-container .tts-application-person.tts-open {
    width: 80px;
	height: 80px;
	max-width: unset;
}


h2 .subpages-title {
    font-size:80%;
}

@media only screen and (max-width: 990px) {
    .tts-application-container .tts-application-person .tts-application-person-img, .tts-application-container .tts-application-person {
	    width: 80px;
	    height: 80px;
    }
}

/* Emotionheader
=================*/

    #plugin_emotion_image .container {
        width: 100%;
    }





/** generated: 2025-12-17 15:35:56 **/