:root{
	/*--color-greenstoma:#7ea654;*/
	--color-greenstoma:#699850;
	--color-yellow:#fff9c6;
	/*--color-yellow:#fffaad; */
	/*--color-red:#ffe1d9;*/
	/* --color-red:#c1e6f2; */
	--color-red:#d5f4ff;
	/* --color-green:#d3edb2; */
	--color-green:#dceec6;
	/*--color-purple:#ebd8f2;*/
	--color-purple:#fee7d8;
	/* --color-purple:#ffc8a1; */
	--color-gray:#e3e3e3;
	/* --color-gray:#dfdfdf; */
	--color-whitegray:#dddddd;
	/* --color-news:#ebd8f2; */
	--color-news:#e8e8fa;
	--color-orange:#ffa723;
	--gap-mid:20px;
	--gap-mid-half:10px;
	--error-red:#aa0000;
	--error-purple:#7a0c62;
	--radius:10px;
}

/* DESKTOP SIZE */
*{
	box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body{
	width:100%;
	height:100%;
	font-size:16px;
}

body {
	border:0;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	color:#333333;
	overflow-y: scroll;
	background-color:#ffffff;
}
#stoma-container{
	max-width:1000px;
	margin:0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}
#top{
	/*background-color:var(--color-greenstoma);
	padding:10px;*/
	position:relative;
	top:0;
	
}

#top img{
	width:100%;
}
#logo{
	float:left;
}
.logo{
	max-width:150px;
	height:auto;
}
.help-icon{
	color:#ffffff;
	border-radius:50%;
	width:32px;
	height:32px;
	border:3px solid #ffffff;
	text-align:center;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.1;
	
	position:absolute;
	right:20px;
	top:3.5vw;
	z-index:10;
}
.icon-settings{
	width:32px;
	height:32px;
	position:absolute;
	right:70px;
	top:3.5vw;
	z-index:10;
}
.stomy-inline{
	color:var(--color-greenstoma);
	border-radius:50%;
	width:32px;
	height:32px;
	border:3px solid var(--color-greenstoma);
	text-align:center;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.1;
	
	float:right;
	position:relative;
	top:-5px;
}
#help{
	display:none;
	opacity:0;
	transition:opacity 0.2s;
	flex-flow:column nowrap;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1001;
	pointer-events:none;
	background-color:rgba(0,0,0,0.5);
}
#help._show{
	opacity:1;
	display:flex;
	justify-content: flex-end;
}
.help-content{
	margin-top:20px;
	margin-right:20px;
	max-width:calc(100% - 40px);
	background-color:#ffffff;
	box-shadow:6px 6px 8px rgba(0,0,0,0.2);
	padding:20px;
	align-self:flex-end;
	/* flex-grow:1; */
	border:2px solid #dddddd;
	border-radius:var(--radius);
	overflow-y:auto;
	pointer-events:auto;
}
.help-content::before{
	display:inline-block;
	content:'';
	width:30px;
	height:30px;
	float:right;
}
.help-close{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	pointer-events:auto;
}
#stomy-help{
	height:130px;
	align-self:flex-end;
	margin-right:20px;
	margin-bottom:10px;
}
#stomy-help img{
	height:100%;
	width:auto;
}
#popup{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1500;
	display:none;
	background-color:rgba(0,0,0,0.5);
	align-items:center;
	justify-content:center;
}
#popup-content{
	width:90%;
	height:90%;
	background-color:#ffffff;
	padding:10px;
	box-sizing:border-box;
	overflow-y:auto;
}
#popup-content img{
	width:100%;
	height:auto;
}

#main{
	/* margin-top:var(--gap-mid); */
	/* padding:var(--gap-mid); */
	padding:0px;
	flex-grow:1;
	transition:opacity 0.15s;
	overflow-y: auto;
	padding-bottom:20px;
}
#main.fadeout{
	opacity:0;
}
#bottom{
	background-color:var(--color-greenstoma);
	padding:5px 20px;
	color:#ffffff;
	font-size:0.9rem;
	/* margin-top:var(--gap-mid); */
}
.bottom-button{
	/* background-color:#476b34; */
	/* padding:5px 15px; */
	border-radius:var(--radius);
	color:#ffffff;
	display:inline-block;
}
.bottom-button:nth-child(2){
	float:right;
}
#loading{
	display:none;
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	justify-content:center;
	align-items:center;
	z-index:900;
	opacity:0.0;
}
#loading img{
	width:150px;
	height:150px;
}
.back{
	vertical-align:middle;
	margin-top:-7px;
}
.row iframe{
	max-width:100%;
	width:100%;
	aspect-ratio:16/9;
	height:auto;
}
.row iframe[src*="betterplace"]{
	height:320px;
	aspect-ratio:auto;
}

/* Start */

.start-kacheln{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	gap:var(--gap-mid);
	max-width:600px;
	margin:0 auto;
	padding:0 20px;
	margin-top:20px;
}
.start-kachel{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	position:relative;
	background-color:var(--color-greenstoma);
	box-sizing:border-box;
	border-radius:20px;
	padding-top:30px;
}
.start-kachel._half{
	width:calc(50% - var(--gap-mid-half));
	aspect-ratio:1;
}
.start-kachel._full{
	width:100%;
	aspect-ratio:3;
	height:180px;
}
.start-kachel a{
	/*display:inline-flex;
	align-items:center;
	justify-content:center;*/
	width:100%;
	height:100%;
	color:#3b3b3b;
	font-size:1.3em;
	text-align:center;
	font-weight:300;
}
.start-kachel-icon{
	width:40%;
	margin-bottom:10px;
}
.start-kachel-icon2{
	width:20%;
	margin-bottom:10px;
}
.bg-yellow{
	background-color:var(--color-yellow);
}
.bg-red{
	background-color:var(--color-red);
}
.bg-green{
	background-color:var(--color-green);
}
.bg-purple{
	background-color:var(--color-purple);
}
.bg-gray{
	background-color:var(--color-gray);
}
.bg-news{
	background-color:var(--color-news);
}

/* Content */
.content-container, .helper-container{
	padding:20px;
}
.content-menu, .communication-menu, .helper-menu, .settings-menu, .faq-menu, .news-menu{
	display:flex;
	flex-flow:column nowrap;
	gap:var(--gap-mid);
}
.content-search{
	padding:20px;
}
.helper-menu._kachel{
	flex-flow:row wrap;
}
.menu-item{
	text-align:center;
	position:relative;
	padding:10px 20px;
	border-radius:var(--radius);
	background-color:var(--color-yellow);
}
.communication-menu .menu-item{
	background-color:var(--color-red);
}
.faq-menu .menu-item{
	background-color:var(--color-purple);
}
.helper-menu .menu-item{
	background-color:var(--color-green);
}
.news-menu .menu-item{
	background-color:var(--color-news);
}
.helper-menu._kachel .menu-item{
	width: calc(50% - 10px);
	aspect-ratio:1;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	outline:2px solid var(--color-green);
	color:#ffffff;
	/* text-shadow:1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, -1px 1px 1px #000000; */
}
.menu-bubble{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: var(--color-greenstoma);
    color: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
}
.page-1205 ul, .page-1206 ul, .page-1207 ul, .page-1158 ul, .page-1210 ul{
	list-style: none;
	padding:0;
	margin:0;
}
.page-1205 li, .page-1206 li, .page-1207 li, .page-1158 li, .page-1210 li{
	margin-bottom: 10px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
}
/*.helper-menu .menu-item a{
	color:#ffffff;
}
.menu-item-image{
	width:100%;
	height:50%;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}*/
.settings-menu .menu-item{
	background-color:var(--color-whitegray);
}
.menu-item a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	color:#3b3b3b;
	color:#000000;
	font-size:1.35rem;
	text-align:center;
}
.helper-menu .menu-item a{
	/* align-items:flex-end; */
}
.content-container img, .helper-container img{
	max-width:100%;
}
/* website */
.imgborder{
    box-sizing:border-box;
    border:8px solid #fff;
    -webkit-box-shadow: 0px 4px 15px -1px rgba(0,0,0,0.35); 
    box-shadow: 0px 4px 15px -1px rgba(0,0,0,0.35);
    transition:0.3s;
}
.imgborder:hover{
    transform:scale(1.1);
}
.hersteller-box {
    width: 100%;
    min-height: 200px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    padding: 10px 20px;
	margin-bottom:20px;
}
.hersteller-box-link {
    width: 100%;
    background-color: #e3ebe2;
    box-sizing: border-box;
    padding: 10px;
}
p {
    margin-top: 0;
}
a.link-external{
	word-break: break-word;
}
a.link-external:before{
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block !important;
    content:"\f488" !important;
	vertical-align:top;
	
	margin:0;
	margin-right:5px;
	width: auto;
    height: auto;
    padding:0;
	border:0;
}
a.link-email:before{
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block !important;
    content:"\f3d6" !important;
	vertical-align:top;
	
	margin:0;
	margin-right:5px;
	width: auto;
    height: auto;
    padding:0;
	border:0;
}
a.link-phone:before{
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block !important;
    content:"\f62c" !important;
	vertical-align:top;
	
	margin:0;
	margin-right:5px;
	width: auto;
    height: auto;
    padding:0;
	border:0;
}

@font-face {
    font-family: "uicons-regular-rounded";
    src: url("../../../fonts/uicons-regular-rounded.eot#iefix") format("embedded-opentype"),
    url("../../../fonts/uicons-regular-rounded.woff2") format("woff2"),
    url("../../../fonts/uicons-regular-rounded.woff") format("woff");
}

/* MENU */
#notice{
	color:#ffffff;
	padding:5px 20px;
	font-size:0.9rem;
	background-color:var(--color-greenstoma);
	margin-bottom:0px;
}
#notice .button{
	background-color:#ffffff;
	color:var(--color-greenstoma);
}
.notice-bottom{
	display:none;
}

#footer-menu{
	position: sticky;
    bottom: 0px;
    height: auto;
    z-index: 999;
    left: 0;
    right: 0;
	display:flex;
	color:#3b3b3b;
	color:#000000;
}
.footer-menu-item{
	float:left;
	width:20%;
	text-align:center;
	cursor:pointer;
	/* height:74px; */
	font-size:0.6rem;
	position:relative;
	padding:0px 0 10px;
	border:1px solid transparent;
	border-top:1px solid #dddddd;
}
.footer-menu-item._active{
	background-color:#a7c593;
	background-color:#ffffff;
	border:1px solid #dddddd;
	border-top:1px solid transparent;
}
.footer-menu-item a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.footer-menu-item-0{
	background-color:#fff9c6;
	background-color:var(--color-yellow);
}
.footer-menu-item-1{
	background-color:#ffe5de;
	background-color:var(--color-red);
}
.footer-menu-item-2{
	background-color:#e4f2d3;
	background-color:var(--color-green);
}
.footer-menu-item-3{
	background-color:#edddf4;
	background-color:var(--color-purple);
}
.footer-menu-item-4{
	background-color:#e2f0f6;
	background-color:var(--color-news);
}
.footer-kachel-icon{
	width:40%;
	margin-top:10px;
	margin-bottom:4px;
}
.footer-menu-item._active .footer-kachel-icon{
	/* filter:invert(100%); */
}

/* news */
.news-container{
	/* height:100%; */
	padding:20px;
}
/* communication */
.communication-container{
	/* height:100%; */
	padding:20px;
}
.chat-category{
	padding:15px;
	background-color:#eeeeee;
	border-radius:var(--radius);
	margin-bottom:var(--gap-mid);
	position:relative;
}
.chat-category-title{
	font-size:1.3rem;
	line-height:1.1;
	margin-bottom:0.3em;
}
.chat-category-info{
	line-height:1.2;
	font-size:0.8rem;
}
.chat-category > a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.chat-bubble{
	position:absolute;
	top:-6px;
	right:-6px;
	border-radius:50%;
	background-color:#a7c593;
	color:#ffffff;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
}

.chat-group{
	padding:12px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	border-radius:4px;
	border-radius:var(--radius);
	margin-bottom:var(--gap-mid);
	position:relative;
}
.chat-group-title{
	font-size:1.1rem;
}
.chat-group-info{
	line-height:1.2;
	font-size:0.7rem;
}
.chat-group a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.chat-search-result{
	margin-bottom:10px;
	background-color:#eeeeee;
	border-radius:var(--radius);
	padding:10px;
}
.chat-search-result a::before{
	content:' > ';
	display:inline;
}

/* Chatter */
#chatter{
	display:flex;
	flex-flow:column nowrap;
	/* justify-content:space-between; */
	height:100%;
    margin-left: -20px;
    margin-right: -20px;
	
	background-image:url('../images/bg_chat4.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
/*
.chatter-tabs{
	
}
.chatter-tab{
	background-color:#8c8c8c;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color:#ffffff;
	padding:10px 25px;
	font-size: 14pt;
    font-weight: 300;
	position:relative;
	margin-right:8px;
	cursor:pointer;
	transition:0.2s;

	display:inline-block;
}
.chatter-tab:hover,.chatter-tab.active{
	background-color:#ffffff;
	color:#253e5c;
}*/

.chatter-root{
	position:fixed;
	right:60px;
	top:10px;
	height:98vh;
	max-height:98vh;
	overflow-y:auto;
	width:calc(100% - 1080px);
	padding-left:5px;
	border-left:1px solid #cccccc;
}
.chatter-chats{
	width:100%;
	flex-grow: 1;
    /* height: calc(100% - 100px); */
    overflow-y: auto;
	padding:0 20px;
	padding-top:20px;
	position:relative;
}
.chatter-form{
	position:relative;
	/* height:40px; */
	/* border-top:1px solid #999999; */
	/* margin-top:5px; */
    padding-top: 10px;
    padding-bottom: 5px;
	/* background-color:#eeeeee; */
}
.chatter-input{
	background-color:#f0f0f0;
	position:fixed;
	bottom:0;
	width:600px;
}
.chatter-input .button{
	width:auto;
	min-width:0;
}
.chatter-form textarea{
	width:calc(100% - 100px);
	margin-left:48px;
	height:36px;
	border:1px solid #aaaaaa;
	border-radius:18px;
	padding:5px;
	background-color:#ffffff;
	font-family:inherit;
	transition:height 0.3s;
	vertical-align:top;
	font-size:1rem;
}
.chatter-form.focus textarea{
	height:100px;
	/* font-size:1rem; */
}
.chatter-form textarea::placeholder{
	font-style:italic;
}
.chatter-form textarea.editing{
	background-color:#7d85c2;
}
.chatter-form button{
	font-size:1rem;
	line-height:0;
	vertical-align:bottom;
	text-align:center;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background-color: var(--color-greenstoma);
	color:#ffffff;
	border:0;
	border-radius:50%;
	width: 36px;
	height: 36px;
	min-width:0;
	overflow:hidden;
	padding:2px;
}
.chatter-form img{
	width:18px;
	height:auto;
	vertical-align:middle;
	margin-top:-1px;
}
.chatter-content{
	display:none;
}
.chatter-content:first-child{
	display:block;
}
.chatter-file{
	width:40px;
	height:30px;
	opacity:0;
	overflow:hidden;
	position:absolute;
	left:0;
}
.chatter-file-button{
	position:absolute;
	left:3px;
	bottom:4px;
	pointer-events:none;
}
.chatter-emoji-button{
	position:absolute;
	left:3px;
	bottom:44px;
}
.chatter-emojis{
	position:absolute;
	bottom:calc(100% + 40px);
	background-color:#eeeeee;
	padding:5px;
	font-size:2.0rem;
	display:none;
}
.chatter-noaccount{
	font-size:0.9rem;
	padding:5px 10px;
	line-height:1.3;
}

#chatter-overlay{
	display:none;
	position:fixed;
	top:70px;
	left:20px;
	right:20px;
	background-color:#ffffff;
	padding:20px;
	box-shadow:0 10px 16px rgba(0,0,0,0.3);
}
.chatter-overlay-close{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.chatter-overlay-content{
	max-height:70vh;
	overflow-y:auto;
	min-height:150px;
}
.chatter-overlay-name{
	text-align:center;
	font-size:1.2rem;
	font-weight:700;
	margin-bottom:1em;
	margin-top:1em;
}
.chatter-overlay-about{
	text-align:left;
	font-size:1.0rem;
}
.chatter-overlay-profile{
	max-width:50vw;
	aspect-ratio:1;
	border-radius:50%;
	overflow:hidden;
	border: 1px solid var(--color-greenstoma);
    background-color: #ffffff;
	margin:0 auto;
}
.chatter-overlay-profile img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.chatter-options, .chat-headline-options{
	display:none;
	border-radius:var(--radius);
	background-color:#ffffff;
	position:absolute;
	width:200px;
	right:10px;
	box-shadow:0 4px 12px rgba(0,0,0,0.5);
	z-index:10;
}
.chatter-option-item, .chat-headline-option-item{
	padding:10px 20px;
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-between;
}
.chatter-option-item img, .chat-headline-option-item img{
	width:20px;
	height:20px;
}
.chat-headline-options{
	top:50px;
}
.chatter-reply{
	display:none;
	position:absolute;
	bottom:100%;
	left:40px;
	right:40px;
	background-color:#dddddd;
	border:1px solid #aaaaaa;
	padding:10px;
	color:#333333;
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
	z-index:1001;
	justify-content:center;
	align-items:center;
	max-height:60px;
	overflow:hidden;
}
.chat-quote{
	padding:5px;
	background-color:#dddddd;
	font-style:italic;
	max-height:60px;
	overflow-y:hidden;
	margin-bottom:5px;
}

.m-stoma-chatimage{
	width:200px;
	height:auto;
	max-height:600px;
}

.chat-item{
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:var(--radius);
	padding:10px;
	margin-bottom:10px;
	margin-right:25px;
}
.chat-item._own{
	margin-right:0;
	margin-left:25px;
	background-color:#f0ffe1;
}
.chat-item.chat-moderation{
	opacity:0.7;
	border-style:dashed;
	border-color:#dd5500;
}
.chat-name{
	float:left;
	font-size:0.8rem;
}
.chat-user{
	float:left;
	border-radius:50%;
	margin-right:5px;
	border:1px solid var(--color-greenstoma);
	background-color:#ffffff;
	/* box-shadow:1px 1px 4px rgba(0,0,0,0.1); */
	/* background-color:var(--color-greenstoma); */
	/* object-fit:cover; */
	line-height:0;
	/* padding:2px; */
	width:24px;
	height:24px;
}
.chat-user img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.chat-option-button{
	float:right;
}
.chat-option-button img{
	width:20px;
	height:20px;
}
.chat-date{
	float:right;
	font-size:0.8rem;
}
.chat-report{
	display:none;
	float:right;
}
.chat-item:focus .chat-report, .chat-item._focus .chat-report{
	display:inline-block;
}
.chat-report img{
	width:14px;
	margin:2px;
	height:auto;
}
.chat-text{
	clear:both;
	margin-top:30px;
	/* white-space:pre-line; */
}
.chat-moderation .chat-text{
	font-size:0.9em;
	font-style:italic;
}
.chat-image{
	width:100%;
	max-width:100%;
}
.chat-edit{
	float:right;
}
.chat-accept{
	float:right;
	display:none;
	text-align:center;
	width:40px;
}
.chat-cancel{
	float:right;
	display:none;
}
.chat-forumitem{
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:var(--radius);
	padding:10px;
	margin-bottom:10px;
	margin-right:0px;
}
.chat-forumitem:nth-child(even){
	background-color:#fffbfa;
}
.chat-forumitem:nth-child(odd){
	background-color:#ffefeb;
}
.chat-forumitem-title{
	font-size:1em;
	font-weight:700;
	/* margin-bottom:0.3em; */
}
.chat-forumitem-info{
	text-align:left;
	font-size:0.8em;
	color:#668866;
	/* border-bottom:1px solid #cccccc; */
	font-style:italic;
	margin-bottom:1rem;
}
.chat-category p{
	font-size:0.9em;
	line-height:1.2;
}
.chat-forumcategory, .chat-forumtopic{
	background-color:var(--color-red);
}
.chat-forumcategory .chat-category-info, .chat-forumtopic .chat-category-info{
	font-style:italic;
	color:#668866;
}
.chat-new-content{
	display: none;
}
/*.chat-text[contenteditable="true"]{
	border:1px dashed #aaaaaa;
	background-color:#ffeeee;
}
.chat-text textarea.editable{
	border:1px dashed #aaaaaa;
	background-color:#ffeeee;
	white-space:pre-line;
	font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    color: #373737;
    font-weight: 300 !important;
	width:100%;
}*/
/* Profile */
.profile-container{
	padding:20px;
}
.profile-image{
	width:100%;
	height:100%;
	object-fit:cover;
}

.profile-top{
	text-align:center;
	margin-bottom:50px;
}
.profile-top-container{
	position:relative;
}
.profile-image-box{
	border-radius:50%;
	background-color:var(--color-greenstoma);
	text-align:center;
	width:50vw;
	aspect-ratio:1;
	max-width:300px;
	display:inline-block;
	overflow:hidden;
}
.profile-body{
	background-color:#eeeeee;
	margin-left:-20px;
	width:calc(100% + 40px);
	padding:20px 10px;
}
.profile-body + .profile-body{
	padding-top:0;
}
.profile-row{
	background-color:#ffffff;
	padding:10px;
	border-bottom:1px solid #eeeeee;
}
.profile-item{
	display:flex;
	flex-flow:row nowrap;
}
.profile-row:active:not(.open){
	background-color:#dddddd;
}
.profile-row:first-child{
	border-radius:var(--radius) var(--radius) 0 0;
}
.profile-row:last-child{
	border-radius:0 0 var(--radius) var(--radius);
}
.profile-icon{
	width: 50px;
    display: flex;
    /* height: 100%; */
    align-items: center;
    align-content: stretch;
    justify-content: space-evenly;
    flex-direction: column;
}
.profile-icon img{
	width:30px;
	height:30px;
}
.profile-label{
	flex-grow:1;
}
.profile-content{
	display:none;
	padding:20px 0 10px 50px;
	word-break: break-word;
}
.profile-content._wide{
	padding-left:10px;
}
.profile-edit-icon{
	width:32px;
	height:32px;
}
.profile-name span{
	display:inline-block;
	vertical-align:middle;
}
.profile-name img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.profile-name-edit{
	display:none;
}
.profile-edit-camera{
	width: 48px;
    height: 43px;
	/* border-radius:50%; */
	padding:0px;
	/* position:absolute; */
	bottom:0;
	right:0;
	object-fit: contain;
}
.profile-imageedit-container{
	position:absolute;
	bottom:0;
	right:0;
    border-radius: 50%;
    padding: 10px;
    background-color: #cccccc;
}
.profile-image-input{
	opacity:0;
	position:absolute;
	bottom:0;
	right:0;
	width:60px;
	height:60px;
	overflow:hidden;
}
#profile-form-forget{
	display:none;
}


#overlay{
	display:none;
	position:fixed;
	top:70px;
	left:20px;
	right:20px;
	background-color:#ffffff;
	padding:20px;
	box-shadow:0 10px 16px rgba(0,0,0,0.3);
}
.overlay-close{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.overlay-content{
	max-height:70vh;
	overflow-y:auto;
	min-height:150px;
	padding-top:20px;
}

.liquid-icon{
	vertical-align: middle;
	width:26px;
	height:auto;
}
.error-box{
	padding:15px;
	color:#ffffff;
	background-color:#aa0000;
}

/* Container for the switch */
.switch-box{
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    margin-bottom:10px;
}
.switch-box input{
    margin:0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide the actual checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch label {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  transition: background-color 0.4s;
}

/* Circle inside the slider */
.switch label::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}

/* Checked state */
input:checked + label {
  background-color: #4CAF50; /* Green color when checked */
}

input:checked + label::before {
  transform: translateX(25px); /* Move the circle to the right when checked */
}

.field-label{
	font-size:0.8rem;
	font-weight:700;
}

/* FAQ */
.faq-box{
	padding:10px;
	border-radius:var(--radius);
	background-color:#dddddd;
	margin-bottom:15px;
	position:relative;
}
.faq-box.open{
	background-color:#edddf4;
}
.faq-header{
	font-size:1.4rem;
	font-weight:700;
	padding-right:20px;
}
.faq-text{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
}
.faq-box.open .faq-text{
	max-height: 200px;
}
.faq-box::after{
	content:'';
	display:block;
	position:Absolute;
	top:20px;
	right:10px;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
	transition:transform 0.4s;
}
.faq-box.open::after{
	transform:rotate(180deg);
}
.faq-container .lexikon-kategorie, .faq-container .lexikon-kategorie-text{
	display:none;
}
.faq-container .lexikon-item{
	text-indent: -3ch; /* Hides approximately 3 characters */
	overflow: hidden; /* Prevents content from wrapping into view */
	display: block; /* Needed to respect the dimensions */
	margin-bottom:10px;
	padding:10px;
	border-radius:var(--radius);
	background-color:#eeeeee;
}
/* Kalender */

/* ------------------ Kalender ---------------- */
.kalender img{
	padding:0;
}
.kalender *{
	box-sizing:border-box;
}

.kalender-topbar{
	width:100%;
	margin-bottom:40px;
}

.kalender-btn-switch{
	float:left;
	width:88px;
	height:58px;
	border:1px solid #c7c7c7;
	transition:0.3s;
	text-align:center;
	/* padding:10px; */
}
.kalender-btn-switch._prev{
	float:left;
	margin-right:10px;
}
.kalender-btn-switch._next{
	float:right;
	margin-left:10px;
}
.kalender-btn-switch._month{
	float:right;
}
.kalender-btn-switch._list{
	float:right;
}
.kalender-topdate{
	display:block;
	width:auto;
	overflow:hidden;
	padding-right:20px;
}
.kalender-btn-switch:hover{
	background-color:#e1e1e1;
}
.kalender-btn-switch-icon{
	display:inline-block;
	vertical-align:middle;
	line-height:0;
}
.kalender-btn-switch:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:1px;
}

.calendar-table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	table-layout: fixed;
}
.calendar-table td{
	vertical-align:top;
	width:calc((100% / 7) - 0.1px);
	height:55px;
	border:1px solid #d7d7d7;
	border-right-width:0;
	margin-bottom:0px;
	transition:0.3s;
	/* overflow:hidden; */
	position:relative;
	background-color:#ffffff;
}
.calendar-table td:last-child{
	border-right-width:1px;
}
.calendar-table td.current-month{
	background-color:#ffffff;
}
.calendar-table td.outside-month{
	background-color:#f4f4f4;
}
.calendar-table td.outside-month{
	color:#aaaaaa;
}
.calendar-overlay{
	position:absolute;
	/* top:15px; */
	left:15px;
	right:15px;
	bottom:15px;
	padding:15px;
	background-color:#ffffff;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	display:none;
	z-index:1100;
}
.calendar-overlay-content{
    height: 100%;
    overflow-y: auto;
}
.calendar-overlay-content h2{
	margin-right:25px;
}
.calendar-overlay-close{
	position:absolute;
	top:0;
	right:0;
}

.kalender-top-month, .calendar-table th{
	width:auto;
	/* height:58px; */
	background-color:#505050;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	overflow:hidden;
	font-size:1.0rem;
	color:#ffffff;
	font-weight:400;
	line-height:2.4;
}
.kalender-top-month-content{
	font-size:2.4rem;
	color:#ffffff;
	font-weight:400;
	line-height:2.4;
}

.kalender-day-day{
	display:inline-block;
	vertical-align:top;
	width:calc((100% / 7) - 0.1px);
	height:30px;
	text-transform:uppercase;
	margin-bottom:6px;
	text-align:center;
	font-size:1.2rem;
	font-weight:600;
	color:#777777;
}
.kalender-day{
	display:inline-block;
	vertical-align:top;
	width:calc((100% / 7) - 0.1px);
	height:90px;
	border:1px solid #d7d7d7;
	border-right-width:0;
	margin-bottom:0px;
	transition:0.3s;
	overflow:hidden;
	position:relative;
	background-color:#ffffff;
}
.kalender-day._active:hover{
	overflow:visible;
	z-index:4;
}
.kalender-day:nth-child(7n){
	border-right-width:1px;
}
.kalender-day-items{
	position:absolute;
	width:100%;
	z-index:3;
	background-color:#ffffff;
	border-bottom:1px solid #d7d7d7;
}
.kalender-day-title{
	width:100%;
	background-color:#a4a4a4;
	text-align:center;
	color:#ffffff;
	font-size:1.0rem;
	padding-top:3px;
	padding-bottom:3px;
}
.kalender-day._active .kalender-day-title{
	background-color:#50679b;
}
.kalender-day._active{
	background-color:#f4f4f4;
	z-index:2;
}
.kalender-day._active:hover{
	/* transform:scale(1.1); */
}
.kalender-day._off{
	opacity:0.3;
}
.kalender-day-empty{
	padding:3px 10px;
	font-size:1.2rem;
	margin:2px;
}
.kalender-day-item{
	width:calc(100% - 4px);
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:3px 10px;
	font-size:1.2rem;
	margin:2px;
	background-color: #dddddd;
	border-radius:2px;
	transition:background-color 0.2s, filter 0.2s;
	cursor:pointer;
}
.kalender-day-item._more{
	margin-right:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	width:calc(100% - 2px);
}
.kalender-day-item._before{
	margin-left:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	width:calc(100% - 2px);
}
.kalender-day-item._before._more{
	width:100%;
}
.kalender-day-item:hover, .kalender-day-item:active, .kalender-day-item:focus, .kalender-day-item.hover {
	/* background-color: #eeeeee; */
	filter:brightness(110%);
}
.kalender-content{
	margin-top:10px;
	position:relative;
	width:100%;
}
._list .kalender-content{
	display:table;
}
.kalender-fadeout{
	position:absolute;
	width:1150px;
	height:1100px;
	top:0px;
	left:-1px;
	background:rgba(255,255,255,0.9);
}
.kalender-overlay{
	position:absolute;
	left:344px;
	top:150px;
	width:445px;
	height:790px;
	border-radius:var(--radius);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.29);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.29);	
	background:rgba(255,255,255,0.9);
}
.kalender-overlay-content{
	float:left;
	margin-top:20px;
	margin-left:30px;
	width:370px;
}
.kalender-overlay-row{
	float:left;
	width:100%;
	height:20px;
	padding:3px;
	padding-left:10px;
}
.kalender-overlay-row-bg1{
	background-color:#eaeaea;
}
.kalender-overlay-row-bg2{
	background-color:#f8f8f8;
}
.kalender-overlay-entry{
	position:absolute;
	width:285px;
	height:126px;
	background:rgba(5,53,103,0.7);
	border-radius:4px;
	left:100px;
	padding:2px;
	padding-left:10px;
	color:#ffffff;
}
.kalender-icon-close{
	float:right;
	margin-top:-50px;
	margin-right:-12px;
}
.calendar-entry{
	font-size:1rem;
	padding:2px;
	background-color:var(--color-greenstoma);
	color:#ffffff;
	border-radius:2px;
	margin-bottom:2px;
	overflow:hidden;
	height:20px;
	font-size:0.8rem;
}

/* Diary */
.diary-box{
	margin-bottom:30px;
}
.diary-date{
	padding:10px;
	background-color:var(--color-green);
	text-align:center;
}
.diary-headline{
	font-size:1.5rem;
	font-weight:700;
	text-align:left;
}
.diary-title{
	font-size:1.2rem;
	font-weight:700;
	text-align:left;
}
.diary-text{
	font-size:1.0rem;
	text-align:right;
}
.diary-label{
	font-size:0.9rem;
	font-weight:700;
}
.diary-add{
	display:none;
	padding:20px 0 40px;
}
.diary-add .textfeld{
	width:100%;
	margin-bottom:10px;
}
.diary-button, .meal-button, .food-button{
	background-color: var(--color-greenstoma);
    border: 1px solid var(--color-greenstoma);
    border-radius: var(--radius);
    color: #ffffff;
    font-weight: 700;
    padding: 5px 15px;
	text-align:center;
	width:100%;
	font-size:1.5rem;
	margin-bottom:10px;
}
.meal-button{
	font-size:1.2rem;
}
.food-button{
	font-size:1.0rem;
}
.diary-button:active, .meal-button:active, .food-button:active{
	opacity:0.7;
}
.diary-box{
	background-color:#f5f5f5;
	padding:10px;
	border-radius:var(--radius);
}
.diary-overlay{
	position:fixed;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	padding:15px;
	background-color:#ffffff;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
	display:none;
	z-index:1100;
}
.diary-overlay-content{
    height: 100%;
    overflow-y: auto;
}
.diary-overlay-close{
	position:absolute;
	top:0;
	right:0;
}
.diary-water{
	display:inline-block;
	vertical-align:middle;
}
.diary-water img{
	width:26px;
	height:auto;
	margin-left:5px;
}
.diary-meals{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #aaaaaa;
}
.diary-meal{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #aaaaaa;
}
.diary-search{
	position:relative;
}
.diary-foods{
	margin-bottom:10px;
}
.food-results{
	position:absolute;
	top:40px;
	background-color:#ffffff;
	max-height:50vh;
	overflow-y:auto;
	border-radius:var(--radius);
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	display:none;
	width:100%;
	border:1px solid #aaaaaa;
	z-index:2;
}
.food-result{
	padding:10px;
}
.diary-status img{
	width:40px;
	height:auto;
	vertical-align: middle;
}
.diary-box input, .diary-box select{
	background-color:#ffffff;
}

.diary-calendar{
	text-align:center;
	margin:0 auto;
	border:1px solid #cccccc;
	border-collapse:collapse;
	clear:both;
}
.diary-calendar th {
	background-color:#c0d9bb;
}
.diary-calendar td, .diary-calendar th {
	padding:6px;
	font-size:1.3rem;
	width:calc(100% / 7);
}
.diary-calendar td:active, .diary-calendar td._active{
	background-color:#fffaad;
}
.diary-calendar td.current-month{
	border:1px solid #eeeeee;
}
.diary-calendar td.current-month._odd{
	
}
.diary-calendar td.outside-month{
	background-color:#eeeeee;
	color:#888888;
}
.diary-calendar td.has_entry{
	background-image:url('../images/calendar-entry.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	color:#ffffff;
}
.diary-prev, .diary-next{
	position:relative;
	top:20px;
}
.diary-prev{
	float:left;
}
.diary-next{
	float:right;
}
.diary-calendar-buttons{
	width:auto;
	margin:0 auto;
	width:313px;
}
.diary-notes{
	display:none;
    padding-top:1rem;
}
.diary-notes label{
    display:flex;
    flex-flow:row nowrap;
    gap:5px;
    align-items: baseline;
}

/* Push */
.push-box{
	border-radius:var(--radius);
	background-color:var(--color-red);
	padding:10px;
	margin-bottom:15px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    touch-action: pan-y; /* important for mobile scrolling/swiping */
    will-change: transform, opacity, height;
    overflow: hidden; /* needed for height collapse */
}
/* while dragging we disable transitions so element follows pointer exactly */
.push-box.dragging {
    transition: background-color 0.3s ease !important;
}
/* When swiped enough */
.push-box.swiped {
    transform: translateX(-100%) !important;
    opacity: 0;
}
/* collapse animation: animate height/padding/margin to zero */
.push-box.closing {
    transition: height 0.28s ease, margin 0.28s ease, padding 0.28s ease, opacity 0.28s ease;
    height: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    opacity: 0;
}
.push-box.red{
    background-color:var(--error-red);
    color:#000000 !important;
}
.push-box.red a{
    color:#000000 !important;
}
.push-date{
	font-weight:700;
	font-size:0.8rem;
}
.push-text{
	
}

/* Stomapass */
.stomapass .editonly{
	display:none;
}
.stomapass.editable span.editonly{
	display:inline;
}
.stomapass.editable div.editonly{
	display:block;
}
.stomapass.editable img.editonly,.stomapass.editable button.editonly,.stomapass.editable input.editonly{
	display:inline-block;
}
.stomapass.editable .read-only{
	display:none;
}
.stomamode{
	position:sticky;
	top:0;
	background-color:#ffffff;
	padding:5px 0;
	z-index:20;
	width:calc(100% + 40px);
	margin-left:-20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	padding:5px 20px;
}
.stomamode-read{
	font-weight:700;
	color:var(--color-greenstoma);
	line-height:2.0;
}
.stomamode-edit{
	font-weight:700;
	color:var(--color-orange);
	line-height:2.0;
}
.stomamode .stomy-inline{
	margin-left:5px;
	margin-top:5px;
}

.stoma-headline, .stomapass-kontakt-headline{
	font-weight:700;
	font-size:1.5rem;
	margin:20px 0;
}
.stoma-headline-edit{
	display:none;
}
.stoma-headline-text{
	display:inline-block;
}
.stoma-headline-editbutton, .stoma-headline-savebutton, .chat-headline-editbutton, .chat-headline-savebutton{
	width:32px;
	height:auto;
	vertical-align:middle;
}
.stoma-title{
	font-weight:700;
	font-size:1.2rem;
	margin:20px 0;
}
.stoma-label{
	font-weight:400;
	font-size:1.0rem;
	margin-top:10px;
}
.stoma-label2{
	font-weight:700;
	font-size:1.2rem;
	margin-top:10px;
	margin-bottom:10px;
	color:var(--color-greenstoma);
}
.stoma-label2::after{
	display:block;
	content:'';
	clear:both;
}
.stomapass .textfeld{
	width:100%;
}
.stomapass textarea.textfeld{
	width:100%;
	height:100px;
}
.stomapass .textfeld[readonly]{
	background:#f0faf0;
	border-color:#f0faf0;
	/* pointer-events:none; */
}
.stomapass select[disabled]{
	background:#f0faf0;
	border-color:#f0faf0;
	color:#000000;
}
.stomapass-menu{
	display:flex;
	flex-flow:row wrap;
	width:100%;
	gap:5px;
	justify-content: space-between;
	/* border-bottom:4px solid var(--color-gray); */
}
.stomapass-item{
	width:calc(50% - 3px);
	background-color:var(--color-gray);
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	cursor:pointer;
	border-radius:var(--radius);
}
.stomapass-item.active{
	background-color:var(--color-greenstoma);
	color:#ffffff;
}
.stoma-double{
	display:flex;
	flex-flow:row nowrap;
	gap:10px;
}
.stoma-half{
	width:50%;
}
.stoma-options{
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-evenly;
	gap:5px;
	margin:10px 0px 30px;
}
.stoma-options._wrap{
	flex-flow:row wrap;
}
.stoma-options label{
	display:flex;
	flex-flow:column nowrap;
	align-items: center;
	text-align: center;
	/* border:1px solid #eeeeee; */
	/* padding:8px; */
	flex-grow:1;
}
.stoma-options label input{
	margin:15px;
	transform:scale(1.5);
	display:none;
}
.stoma-options._wrap label{
	width:25%;
}
.stoma-options label.active{
	/* border:1px solid var(--color-greenstoma); */
	/* background-color:#d7f2ba; */
}
.stoma-options img{
	width:90px;
	height:auto;
	border:5px solid #cccccc;
	border-radius:6px;
	opacity:0.4;
}
.stoma-options label.active img{
	border-color:var(--color-greenstoma);
	opacity:1;
}
.stoma-options2 label{
	display:block;
	margin-bottom:0.5em;
}
.stomapass-add-box{
	margin-top:20px;
	position:relative;
}
.add_kontakt{
	
}
.stomapass-kontakt-list{
	display:none;
	background-color:#ffffff;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	position:absolute;
	top:100%;
	width:100%;
	left:0;
	padding:10px;
}
.stomapass-kontakt-item{
	padding:10px;
}
.stomapass-kontakt-item:active{
	background-color:var(--color-yellow);
}
.stomapass-kontakt-items{
	display:none;
}
.stomapass-kontakt-headline{
	position:relative;
	border-bottom:1px solid #cccccc;
}
.stomapass-kontakt-headline::after{
	display:block;
	content:'';
	position:absolute;
	width:32px;
	height:32px;
	background-image:url('../images/arrow-down.png');
	background-size:contain;
	right:0;
	bottom:5px;
}
.kontakt-box + .kontakt-box{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #cccccc;
}

.stoma-hilfsmittel{
	display:flex;
	flex-flow:column nowrap;
	gap:10px;
	padding:12px 12px;
    margin-bottom: 13px;
	align-items: center;
	border:1px solid #cccccc;
	border-radius:var(--radius);
	position:relative;
}
.stoma-hilfsmittel img{
	width:100px;
	height:auto;
}
.stoma-hilfsmittel div{
	width:100%;
}
img.stoma-hilfsmittel-delete{
	width:24px;
	height:24px;
	position:absolute;
	top:0;
	right:0;
}
.stoma-hilfsmittel-input{
	
}
.stoma-hilfsmittel-liste{
    display:none;
    position:absolute;
    box-shadow:0 4px 12px rgba(0,0,0,0.4);
    background-color:#ffffff;
    border-radius:12px;
    min-width:330px;
    top:-40px;
}
.stoma-hilfsmittel-item{
    padding:10px;
    line-height:1.3;
    margin:10px 0;
}
.stoma-hilfsmittel-liste ._headline{
    padding:10px;
    font-weight:700px;
}
.stoma-hilfsmittel-liste ._close{
    position:absolute;
    top:0;
    right:0;
    width:32px;
    height:32px;
    background-image:url('../images/icon-close-large.png');
    background-size:contain;
}
input::placeholder,textarea::placeholder{
	font-style:italic;
}
.stomapass-stomabox{
	display:none;
}
.stomapass-submenu, .stomamedi-submenu{
	margin:10px 0;
	padding:var(--gap-mid-half);
	border:1px solid #cccccc;
	border-radius: 5px;
}
.stomapass-subbutton, .stomamedi-subbutton{
	padding:5px 10px;
	border-radius:var(--radius);
	background-color:var(--color-gray);
	display:inline-block;
	color:#ffffff;
	margin-right:5px;
}
.stomapass-subbutton.active, .stomamedi-subbutton.active{
	background-color:var(--color-greenstoma);
}
.stomamedi-subbutton{
	color:#333333;
}
.stomamedi-subbutton.active{
	color:#ffffff;
}
.stomapass-einnahme-box{
	display:flex;
	flex-flow:row nowrap;
}
.stomapass-einnahme-box._hidden{
	display:none;
}
.stomapass-einnahme-box input{
	flex-shrink:1;
}
.stomapass-einnahme-box select{
	flex-grow:1;
}
.stomamedi-container{
	display:none;
}
.medikament-box{
	margin-bottom:15px;
	/* border-bottom:2px solid #aaaaaa; */
	padding-bottom:15px;
}

.medikament-headline{
	position:relative;
	border-bottom:1px solid #cccccc;
	font-weight:700;
}
.medikament-headline::after{
	display:block;
	content:'';
	position:absolute;
	width:32px;
	height:32px;
	background-image:url('../images/arrow-down.png');
	background-size:contain;
	right:0;
	bottom:5px;
}
.medikament-content{
	display: none;
}

.stoma-uploadbox{
	width:100%;
	position:relative;
}
.stoma-uploadbox input{
	opacity:0;
	width:100%;
	height:50px;
}
.stoma-uploadbox .button{
	width:100%;
	min-height:50px;
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.image-preview {
	text-align:center;
}
.image-preview img {
	width: 200px;
	height:auto;
	transition: width 0.5s ease;
}

.image-preview.focus img {
	width: 100%;
}
.stoma-file-link{
	padding:10px;
	margin-bottom:5px;
	background-color:#eeeeee;
	border-radius:var(--radius);
	word-break:break-word;
}
.stoma-file-link .textfeld{
	background-color:#ffffff;
	display:none;
}
.stoma-file-link span{
	display:inline;
}
.stoma-file-link._edit .textfeld{
	display:block;
}
.stoma-file-link._edit span{
	display:none;
}

#stomy{
	position:fixed;
	left:100%;
	bottom:100px;
	transform-origin:50% 100%;
	animation: rotateAndPause 6s ease-in-out;
}
#stomy img{
	width:180px;
	height:auto;
}

.reisepass-title{
	text-align:center;
	color:#ffffff;
	padding:10px;
	font-size:1.5rem;
	background-color:var(--color-greenstoma);
	clear:both;
	margin-bottom:20px;
}
.reisepass-headline{
	float:left;
}
.reisepass-text{
	font-size:1.2rem;
	letter-spacing:-0.2px;
}
.reisepass-select{
	float:right;
	text-align:right;
	margin-bottom:20px;
}
.reisepass-image{
	margin-bottom:20px;
	text-align:center;
}
.reisepass-image img{
	width:100%;
	max-width:400px;
	height:auto;
	border:2px solid #000000;
}

/* Lexikon / Blog */

.blog-content img{
    max-width:500px;
    width:100%;
}
.blogbig-tag{
    display:block;
}
img.blogbig-thumb{
    max-width:300px;    
}
.blog-date:after{
	content:'';
	display:block;
	clear:both;
}
.blog-date{
    margin-bottom:10px;
}
.blog-content .row{
    clear:both;
}
.blog-title h1{
	margin-bottom:0.5em;
}
/* Erfahrungsberichte ENDE */

.hersteller-anzeige-box{
    width:100%;
    box-sizing:border-box;
    padding:10px;
}
.hersteller1{
    border:1px solid #00b0ca;
}
.hersteller2{
    border:1px solid #901078;
}
.hersteller3{
    border:1px solid #ff6600;
}
.hersteller4{
    border:1px solid #8a358a;
}
.hersteller5{
    border:1px solid #17a345;
}
.hersteller6{
    border:1px solid #034895;
}
.hersteller7{
    border:1px solid #00833f;
}
.hersteller8{
    border:1px solid #3db5ae;
}
.hersteller9{
    border:1px solid #96c01e;
}
.hersteller10{
    border:1px solid #d9002c; 
}
.hersteller11{
    border:1px solid #01a87a; 
}
.hersteller11{
    border:1px solid #f98e1d; 
}
.hersteller-anzeige-logo{
    padding:10px;
}
.hersteller-anzeige-bild img{
    width:1200px;
}
.hersteller-anzeige-content{
    box-sizing:border-box;
    padding:10px;
}
.blogbig-categories{
    max-width:none;
}
a[id]{
    display:block;
    position:relative;
    top: -80px;
}
.blogbig-item-tags{
    font-style:italic;
    font-size:80%;
    margin-top:10px;
}
.notizzettel{
	background-image: none;
    background-color: #ece5a3;
    padding: 20px;
    transform: none;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .2);
    width: auto;
    height: auto;
    /* margin-top: 30px; */
    margin-bottom: 30px;
}
.notizzettel > br:first-child{
	display:none;
}

.row-inner{
	padding:0px 0 !important;
}
.table{
	border-collapse:collapse;
}
.table th, .table td{
	padding:5px;
	margin:0;
}
.table th{
	background-color:var(--color-greenstoma);
	color:#ffffff;
}
.table td{
	border:1px solid #eeeeee;
}
.table td.moderation-table-content{
	background-color:#f5f5f5;
}
.table td.moderation-table-border{
	border-bottom:10px solid #000000;
}
.moderation-buttons{
	display:flex;
	flex-flow:row wrap;
	justify-content: center;
	gap:5px;
}
.moderation-buttons button{
	width:calc(50% - 10px);
	padding:5px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:0.9rem;
}

.youtube-preview{
	cursor:pointer;
	background-color:rgba(127,127,127,0.8);
	color:#ffffff;
	text-align:center;
	padding:20%;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	position:relative;
}
.youtube-preview:before{
	position:absolute;
	content:'';
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(80,80,80,0.8);
}
.youtube-preview img{
	width:200px;
	margin-top:15px;
	height:auto;
}
.youtube-preview iframe{
	display:none;
}
.youtube-button{
	position:relative;
	z-index:2;
}


/* Toast / Alert */
#toast{
	position:fixed;
	width:100%;
	bottom:0;
	z-index:1000;
}
#toast-box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:20px;
	background-color:#92b359;
	color:#ffffff;
	position:relative;
	display:none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#toast-box.green{
	background-color:#92b359;
}
#toast-box.blue{
	background-color:#55757f;
}
#toast-box.red{
	background-color:#af6060;
}
#toast-content{
	text-align:center;
}
#toast-close{
	position:absolute;
	cursor:pointer;
	top:10px;
	right:10px;
}
.toast-me{
	display:none;
}
/* Alert */
#alert{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	display:none;
	z-index:2000;
}
#alert-content{
	text-align:center;
	margin-top:0px;
	opacity:0;
	transition: margin-top 0.3s, opacity 0.3s;
}
#alert-box{
	display:inline-block;
	background-color:#ffffff;
	padding:20px;
	max-width:90%;
	text-align:left;
}
#alert-box:after{
	display:block;
	content:'';
	clear:both;
}
#alert.show #alert-content{
	margin-top:40px;
	opacity:1;
}
.alert-text{
	font-weight:500;
	font-size:1rem;
	color:#000000;
}
.alert-buttons{
	margin-top:20px;
	/* text-align:center; */
	/* display:flex;
	flex-flow:row nowrap; */
}
.alert-buttons > div{
	padding:8px 20px;
	color:#ffffff;
	font-weight:700;
	cursor:pointer;
	text-align:center;
	min-width:100px;
}
.alert-button._confirm{
	background-color:#70a150;
	float:left;
	margin-right:10px;
}
.alert-button._cancel{
	background-color:#a15050;
	float:right;
	margin-left:10px;
}

/* General */
hr{
	width:100%;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	background-color:#666666;
}
.no-form{
	display:inline-block;
}
h1{
	font-size:1.6rem;
	margin:0 0 1em;
	line-height:1.2;
}
h2{
	font-size:1.3rem;
	margin:0 0 0.5em;
	line-height:1.2;
}
h3{
	font-size:1.2rem;
	margin:0 0 0.5em;
	line-height:1.2;
}

.bold{
	font-weight:700;
}
.italic{
	font-style:italic; 
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.textfeld{
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	border-radius:var(--radius);
	padding:5px;
	font-size:inherit;
}
textarea.textfeld{
	width:100%;
	height:150px;
	font-family:inherit;
}
.button{
	background-color:var(--color-greenstoma);
	border:1px solid var(--color-greenstoma);
	border-radius:var(--radius);
	color:#ffffff;
	font-weight:700;
	padding:5px 15px;
	display: inline-block;
	font-size:1rem;
	white-space: normal;
}
.button.red{
	background-color:var(--error-red);
	border-color:var(--error-red);
}
.button.purple{
	background-color:var(--error-purple);
	border-color:var(--error-purple);
}
.button[disabled],input[disabled]{
	opacity:0.5;
}

a {
	color:#45a8c4;
	color:#275721;
	text-decoration:none;
}

a:hover {
	color:#52a5c8;
}

a:active {
	color:#52a5c8;
}

table td{
	vertical-align:top;
}

img{
	border: 0px;
}
ul li{
	margin-bottom:5px;
}


.vmiddle{display:inline-block;vertical-align:middle;}
.sphere{border-radius:50%;}
.img-square, .img-threefour, .img-fourthree{
	height:auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.img-square{ aspect-ratio:1; }
.img-threefour{ aspect-ratio: 3 / 4; }
.img-fourthree{ aspect-ratio: 4 / 3; }
.zweispaltig .columns a.button{
    line-height:1.5;
    padding:5px 5px;
}
@media(min-width:350px){
    .zweispaltig .columns:not(.twelve){
        width:48%;
        margin-left: 4%;
		float:left;
    }
    .zweispaltig .columns:first-child, .zweispaltig .columns:nth-child(3){
        margin-left: 0%;
    }
    .zweispaltig .columns:nth-child(2n+1){
        clear:both;
    }
}
.page::after,.row::after{
	display:block;
	content:'';
	clear:both;
}
.page img{
	max-width:100%;
	height:auto;
}
.page .row{
	margin-bottom:20px;
}


@keyframes rotateAndPause {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-80px) rotate(-30deg);
  }
  75% {
    transform: translateX(-80px) rotate(-30deg); /* Keep it at 45 degrees to simulate the pause */
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
/* Mobile */