@charset "utf-8";
/* copyright 2025 webQ GmbH */
* {
	margin:0px;
	padding:0px;
	border:0;
	box-sizing: border-box;
}
html {
	scroll-padding-top: 5em; /* height of sticky header */
	scroll-behavior: smooth;
}
html, body {
	width: 100%;
	touch-action: pan-x pan-y;
	-ms-touch-action: pan-x pan-y; /* Für Internet Explorer */
  	-webkit-touch-action: pan-x pan-y; /* Für WebKit-basierte Browser wie Chrome und Safari */
  	-moz-touch-action: pan-x pan-y; /* Für Mozilla Firefox */
  	-o-touch-action: pan-x pan-y;
	overflow:auto;
}
body {
	font-family: "Ubuntu", Arial, sans-serif;
	/*font-size: 16px;*/
	font-size: 18px;
	line-height: 150%;
	color: #333;
	background-color: #fff;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}
p, input, textarea {
	font-size: 18px;
  	line-height: 150%;
}
h1, h2, h3, p, input, textarea, ul, span, a, small {
	font-family: "Ubuntu", Arial, sans-serif;
	text-align: left;
	color: #333;
}
h1, h2, h3 {
	font-size: 3rem;
	line-height: 110%;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.smallheadline{
	font-size: 1.7em;
	font-weight: 700;
}
/*.handwriting{
	font-family: "Covered By Your Grace", sans-serif;
	font-weight: 600;
	font-size: 65px;
	margin-left: 0.5rem;
}*/
@media only screen and (max-width: 460px){
	h1, h2, h3 {
		font-size: 1.7em;
	}
}
a {
	font-weight: 700;
	text-decoration: none;
}
#homeForum a, #forum a {
	font-weight: 700;
	/*color: inherit;*/
}
main {
	margin-top: 5em;
	min-height: calc(100vh - 94px - 100px);
}
@media only screen and (max-width: 768px){
	main {
		min-height: calc(100vh - 94px - 106px);
	}
}
select{
	font-family: "Ubuntu", Arial, sans-serif;
}
.hidden{
	display: none;
}
.relative{
	position: relative;
}
.TextgoTo{
	width: 40px;
}
.whiteTextLink, .textLink{
	display: inline-block;
	padding-left: 1.25rem;
}
.whiteTextLink{
	color: #fff;
	background: transparent url("/layout/ext-link-white.svg") no-repeat center left;
	background-size: 15px;
	margin-left: 0.25rem;
}
.textLink{
	color: #000;
	background: transparent url("/layout/ext-link.svg") no-repeat center left;
	background-size: 15px;
	margin-left: 0.25rem;
}
.legendTextInfo{
	margin-top: 0.5rem;
}
/* ---------------------------------- Layout Grid ---------------------------------- */
.container{
	/*max-width: 1080px;*/
	max-width: 1558.4px; /*rz 17.07.2024  */
	margin: 0em auto;
  	padding: 19px 1em 0 1em;
}
.flexbox{
	display: flex;
}
.wrap{
	flex-wrap: wrap;
}
.arrowFlexbox{
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-top: 1em;
}
.arrowFlexbox p{
	padding-top: 0.25em;
	margin-right: 1em;
	font-weight: 700;
  	font-size: 1.25em;
}
.alignCenter{
	justify-content: center;
	align-content: center;
	align-items: center;
	/*text-align: center;*/
}
.alignBetween{
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.centerText{
	text-align: center;
}
.row{
	flex-direction: row;
}
.column{
	flex-direction: column;
}
.col-100{
	width: 100%;
}
.col-70{
	width: 68%;
}
.col-50{
	width: 48%;
}
.col-30{
	width: 28%;
}
.col-33{
	width: 31%;
}
.col-25{
	width: 23%;
}
@media only screen and (max-width: 960px){
	.col-70, .col-50, .col-33, .col-30{
		width: 100%;
	}
	.col-25{
		width: 48%;
	}
	.row{
		flex-direction: column;
	}
}
@media only screen and (max-width: 460px){
	.row{
		flex-direction: column;
	}
	.col-25{
		width: 100%;
	}
}
.distanceBottom{
	margin-bottom: 2em;
}
.fullwidth{
	width: 100vw;
	padding: 2rem 0;
}
/* ---------------------------------- Tables ---------------------------------- */
ul {
	list-style: none;
}
table {
  	border-collapse: collapse;
  	width: 100%;
}
table td, table th {
  	border: 1px solid #ddd;
  	padding: 8px;
}
tables tr:nth-child(even){
	background-color: #f2f2f2;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #009DE0;
  color: white;
}
/* ---------------------------------- Buttons ---------------------------------- */
.btn, .btn-dark {
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 400!important;
	font-size: 18px;
	border-radius: 0;
	line-height: 1.3125rem;
	text-align: center;
	text-transform: uppercase;
	min-width: 150px;
	height: 45px;
	cursor: pointer;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-top-right-radius: 2rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 1rem;
	padding: 0 1rem;
}
.btn {
	border: solid 4px #009DE0;
	color: #fff;
	background-color: #009DE0;
}
.btn-dark, .btn:hover, .btn.active  {
	border: solid 4px #009DE0;
	color: #009DE0;
	background-color: #fff;
}
.admin-btn{
	height: 50px;
	padding: 0 3.5rem 0 1.5rem;
  	font-size: 0.75em !important;
	/*color: #fff;*/
  	background-size: 25px;
	background-position: 93% center;
	background-repeat: no-repeat;
}
/* ---------------------------------- Textcolors ---------------------------------- */
.whiteText{
	color: #fff;
}
.darkText {
	color: #000;
}
.greenBG{
	background-color: #009DE0;
	background-image: linear-gradient(120deg, #009DE0 25% , #7fdaf2 75%);
}
/* ---------------------------------- Footer ---------------------------------- */
footer {
	position: relative;
	z-index: 90;
	width: 100%;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #000;
	flex-direction: row;
}
footer .container{
	padding: 1rem 50px;
}
body.dark footer {
	background-color: #000;
}
footer, footer p, footer a{
	color: #000;
	font-size: 0.8rem;
}
footer a{
	display: inline-block;
	margin: 0.5rem;
}

/* ---------------------------------- to top button ---------------------------------- */
.totop {
	margin-top: 3em;
}
.scrollToTop {
	position: fixed;
	z-index: 100;
	bottom: 5px;
	right: 5px;
	width: 3rem;
	height: 3rem;
	padding: 1em;
	border-radius: 50px;
	border: 1px solid #fff;
	transition: all 0.5s ease 0s;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	background: #f07e26 url(/layout/top-icon.svg) no-repeat center center;
	background-size: 28px 26px;
	opacity: 0;
	cursor: pointer;
}
/* ---------------------------------- ext. media ---------------------------------- */
.ext_media {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:100%;
	overflow:hidden;
	width: 100%; 
	margin: 0 auto;
}
/* ---------------------------------- Community ---------------------------------- */
#forum, #register, #login, #pw-reset { /* rz 20.02.2025 */
	min-height: 70vh;
	margin-bottom: 2em
}
#register, #login, #pw-reset { /* rz 20.02.2025 */
	padding-top: 4rem;
}
.forumImg img{
	object-fit: cover;
	width: 350px;
	height: 250px;
	border-radius: 1em;
}
.forumText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 2em;
	padding-left: 2em;
	min-height: 250px;
	height: 100%;
}
.forumBtn{
	margin-top: 2rem;
}

@media only screen and (max-width: 810px){
	.forumText{
		padding-left: 0;
	}
	.forumImg img{
		width: 100%;
	}
}
.login {
	position: relative;
}
lable, input, textarea{
	font-size: 18px;
}
input, textarea{
	border-radius: 4px;
}
.login input, .login textarea{
	/*width: 100%;
	border-radius: 8px;*/
	background: #fff;
	padding: 0.25em 0.25em 0.25em 55px;
	color: #919191;
	border: 1px solid #919191;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 0.5em center;
	position: relative;
}
.login input{
	height: 50px;
	margin: 0.5em 0;
}
.login textarea{
	height: 10rem;
	padding: 0.25em;
}
/*.login fieldset{
	margin: 0.5em 0;
}*/
.login fieldset small {
	color: #dc3545;
}
.login fieldset.registerBtn{
	background: transparent;
}
.login input.user{
	background-image: url("/layout/user.svg");
}
.login input.passwort{
	background-image: url("/layout/password.svg");
}
.login input.mail{
	background-image: url("/layout/mail.svg");
}
.login input.address{
	background-image: url("/layout/house.svg");
}
.login input.phone{
	background-image: url("/layout/phone_user.svg");
}
.login select{
	background: #fff;
	height: 50px;
	color: #919191;
  	border: 1px solid #919191;
	padding: 0.5rem 1rem;
  	font-size: 1rem;
	margin: 0.5em 0;
}
.login label.showLable{
	display: inline-block;
}
form#requestform.login input, form#requestform.login textarea {
	margin: 0.5em 0;
}
#firstname, #lastname {
	background-image: url("/layout/user.svg");
}
#contact_email{
	background-image: url("/layout/mail.svg");
}
#contact_tel {
	background-image: url("/layout/phone.svg");
	background-size: 30px;
}
#address_plz {
	background-image: url("/layout/house.svg");
	width: 200px;
}
form#requestform.login input#address_city {	
	background-image: url("/layout/house.svg");
	width: calc(100% - 220px);
	float: right;
}
#address_street {	
	background-image: url("/layout/icon-map-blue.svg");
	background-size: 18px;
}
@media only screen and (max-width: 460px){
	#address_plz, form#requestform.login input#address_city {
		width: 100%;
		float:none;
	}
}
.login label {
	display: none;
}
.login label.showLabel{
	display: block;
}
span#eye, span#eye2{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
}
span#eye.show, span#eye2.show{
	background-image: url("/layout/show.svg");
}
span#eye.hide, span#eye2.hide{
	background-image: url("/layout/hide.svg");
}
fieldset.loginBtn{
	margin-top: 2em;
	color: #fff;
	border: none;
	background-color: transparent;
}
fieldset.loginBtn input{
	color: #fff;
	padding: 0;
	text-align: center;
	border: 2px solid #009DE0;
	cursor: pointer;
}
input.checkbox, input[type="checkbox"], #agree{
	width: 25px;
	height: 25px;
	border: 2px solid #009DE0;
	margin-right: 1em;
}
fieldset.transparent{
	background-color: transparent;
	margin-top: 1em;
}
@media only screen and (max-width: 460px){
	#forum{
		padding-top: 1.5em;
		min-height: 100%;
	}
	.forumText {
		padding-left: 0;
	}
	.forumImg img{
		width: 100%;
		height: auto;
	}
}
#agree {
  	float: left;
  	width: 20px;
  	height: 20px;
  	margin-right: 10px;
}
/* ---------------------------------- Login/Registrierung ---------------------------------- */
.auth-alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
}
.alert-error {
	color: #dc3545;
	background-color: #f8d7da;
}
input.error {
	border: 2px solid #dc3545;
}
.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
}
.alert-success {
	color: #198754;
	background-color: #d4edda;
}
.forgotPassword{
	display: inline-block;
	margin: 1em 0;
}
/* ---------------------------------- Links ---------------------------------- */
.extLink {
	color:#fff;
	background: url("/layout/ext-link.svg") no-repeat left center;
	background-size: 16px;
}