/*!
 * ======================================================================================================================
 * Project Name: TCAV - 1. TC Vösendorf
 * File: style.css
 * Description: Main stylesheet for the website, including layout, typography, colors, components, and responsive design.
 * 
 * Version: 2.0.1
 * Created: 26.02.2026
 * Last Modified: 27.02.2026
 * License: MIT (or specify your license)
 * ======================================================================================================================
 * Development by: MK
 * ======================================================================================================================
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;

}

.wetterOverlayMeteo {
    height: 50px;
    width: 120px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 10;
}

.weatherOverlayN {
    height: 100px;
    width: 100%;
    background: #ffffff00;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

.wetterOverlay {
    height: 90px;
    width: 100%;
    background: #444444;
    mix-blend-mode: lighten;
    margin-bottom: -130px;
    position: relative;

}

.wetterOverlayBlock {
    height: 40px;
    width: 100%;
    background: #ffffff;
    margin-bottom: -40px;
    position: relative;
    margin-top: -10px;
}

.powered-by {
    display: none !important
}

.mini-widget__header {
    background-color: #62b6e4 !important;
}

.navbar-toggle.animate-tap {
    transform: scale(0.9);
    transition: transform 0.1s ease;
}

.navbar-toggle.animate-tap-reset {
    transform: scale(1);
    transition: transform 0.2s ease;
}

.winner {
    font-weight: 900;
    color: #4a4c4e;
}

.noetvP {
    padding-top: 30px;
    transition: transform 0.5s ease, background 0.5s ease;
}

.noetvP:hover {
    transform: scale(1.05);
}

.noetvP a {
    background: #62b6e5;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 28px;
}

.noetvP a:hover {
    text-decoration: none;
    color: #fff;
	background: #4a4c4e;
}

.noetvP a:active, a:focus {
    color: #62b6e5;
    text-decoration: none;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -30px;
    margin-left: -30px;
}

.stickyHeader {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9998;
    padding: 15px;
    box-shadow: 0px 10px 20px #00000036;

	background: rgb(255 255 255 / 90%);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(98, 182, 229, 0.12);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999; 
}

/* Loader-Animation */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #62b6e4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* Keyframes für Drehung */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.fade-on-pull {
    transition: opacity 1.3s ease;
}
.fade-on-pull.hidden {
    opacity: 0;
}

.onesignal-reset {
    display: block !important;
}

.back-to-top-x {
    background: #62b6e4b2;
    position: fixed;
    width: 35px;
    height: 35px;
    z-index: 9000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0e1729;
    border-radius: 28px;
    opacity: 0;
    transition: opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
    right: 25px;
    bottom: 25px;
}

.back-to-top-x.show {
    opacity: 1; 
    transition: opacity 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.back-to-top-x i {
    font-size: 24px; 
    font-weight: bold;
    color: #fff;
}

.back-to-top-x:hover {
    width: 50px;
    height: 50px;
    background: #62b5e5;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 15px;
	color: #444444;
}

h2 {
	color: #444444;
}

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

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

p {
	font-family: 'Roboto', sans-serif;
}

::-moz-selection {
	color: #ffffff;
	background: #62b6e5;
}

::selection {
	color: #ffffff;
	background: #62b6e5;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001cff;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	margin: 0 0 20px 0;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	opacity: 1;
	background-color: #f2f2f2;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	display: inline;
	top: 40%;
	position: relative;
	z-index: 9999;
}

.logo {
	margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 500px !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}

.navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.open .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle.open .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menuSpan {
    font-size: 24px;
    display: block;
}

.navbar {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.navbar-default {
	transition: all 0.6s ease;
	border-color: transparent;
	background-color: transparent;
}

.navbar-toggle { 
    margin-top: 30px !important;
    margin-right: 15px !important;
    margin-bottom: 20px !important;
    padding: 0px !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	background-color: transparent;
	border-radius: 28px;
}

.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
	padding: 4px 6px;
	font-size: 14px;
	color: #111111;
}

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
	transition: 1s;
}

.navbar-default .navbar-nav > li > a {
	color: #444444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
	color: rgba(51, 51, 51, 0.5);
    background: rgba(51, 51, 51, 0.05);
    border-radius: 28px;
}

.navbar-default .navbar-nav > .active > a {
	background: transparent;
	color: #222222;
}

.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #444444;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
	background-color: transparent;
	padding-top: 10px;
	font-weight: 600;
}

.dropdown-menu a {
    background: #fff !important;
    margin-right: 15px !important;
    color: #44444490 !important;
    font-weight: 400 !important;
}

.navbar-default .navbar-nav .open .dropdown-new-toggle {
	color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #ffffff;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 28px;
    padding: 10px;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #ffffff;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #27363e;
    background: #f2f2f2 !important;
}

#logo {
	transition: all 0.3s ease-in-out;
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-nav > li > .btn-red {
	background-color: #e60000;
	color: white !important;
	padding: 10px 15px;
	margin-top: 8px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.navbar-nav > li > .btn-red:hover {
	background-color: #b30000;
	color: white !important;
}

.lightbox-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
}

.lightbox-overlay img {
	max-width: 90%;
	max-height: 90%;
}

.lightbox-overlay.active {
	display: flex;
}

.close {
	opacity: 1;
}

.lightbox-overlay .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 40px;
	color: white;
	cursor: pointer;
}

.read-more-btn {
    background: #ffffff;
    border-radius: 28px;
    border: none;
    padding: 10px 20px;
    color: #62b6e5;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms, transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid #62b6e5;
    margin-top: 10px;
}

.read-more-btn:hover {
	color: #fff;
	background: #62b6e5;
    -webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 1000;
	font-size: 40px;
}

.left {
	left: 10px;
}

.right {
	right: 10px;
}

.lightbox-nav:hover {
	background-color: rgba(0,0,0,0.8);
}

.modal-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
	justify-content: center;
}

.modal-gallery .gallery-image {
	max-width: 120px;
	height: auto;
	border-radius: 28px;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: transform 0.2s;
}

.modal-gallery .gallery-image:hover {
	transform: scale(1.03);
}

.modal-backdrop {
	z-index: 1040 !important;
	background-color: transparent !important;
	position: relative;
}

.modal {
	z-index: 1050 !important;
}

.modal-body iframe {
	width: 100%;
	height: 80vh;
	border: none;
	display: block;
}

.booking-steps {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.step {
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 28px;
	padding: 20px;
	max-width: 280px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	position: relative;
	transition: transform 0.3s ease;
}

.step:hover {
	transform: translateY(-4px);
}

.step-number {
	width: 30px;
	height: 30px;
	background-color: #62b6e4;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}

.step-text {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

#main {
	height: 100%;
}

.hero-section {
  position: relative;
  padding: 150px 0 0 0;
  overflow: hidden;
  height: 100vh;
  background: #1f1f1f url('../images/header-bg.jpg') center center / cover no-repeat;
}

.bg-a {
    z-index: 2;
}

.bg-b {
    z-index: 1;
}

.bg-image.bg-a {
    z-index: 1;
    background-image: url('../images/header-bg.jpg');
    opacity: 1;
}

.bg-image.bg-b {
    z-index: 1;
}

.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 5s ease-in-out;
  opacity: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: white;
}

.hero-section2 {
	height: 100%;
	background: #ffffff;
	padding: 150px 0 0 0;
}

.hero-content {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #aaaaaa;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.btn-action {
	font-family: 'Roboto', sans-serif;
	background-color: #62b6e5;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	padding: 20px 20px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #fff;
	background: #444444;
    -webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.product .btn-action {
	background-color: transparent;
	color: #82714a;
}

.product .btn-action:hover, .product .btn-action:focus {
	background: #444444;
	color: #ffffff;
}

.software .hero-section {
	padding: 100px 0 0 0;
	background: #f2f2f2;
}

.software .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #444444;
	margin: 0 0 20px 0;
}

.software .btn-action {
	font-family: Arial;
	background-color: #3f51b5;
	border: 1px solid #3f51b5;
	border-radius: 50px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 24px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.software .btn-action:hover, .software .btn-action:focus, .software .btn-action:active, .software .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #3f51b5;
	background: transparent;
	border-color: #3f51b5;
}

.software .hero-section img {
	margin: 0 auto;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}

.form .hero-content h1 {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}

.form .subscribe-form .submit-button {
    font-size: 14px;
    height: 40px;
    border: none;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #62b6e4;
    background-color: #62b6e5;
    color: #ffffff;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.form .subscribe-form .submit-button:hover {
	border-color: #444444;
	background-color: #444444;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form .btn-action {
	background: #62b6e5;
	color: #fff;
}

.form .btn-action:hover {
	background: #444444;
	color: #fff;
}

.image-bg .hero-section {
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(../images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-content h1 {
	font-weight: 600;
	color: #ffffff;
}

.image-bg .hero-content p {
	color: #ffffff;
}

.signup .hero-section {
	background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../images/app_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.signup .hero-content {
	padding: 50px 0 100px 0;
}

.signup .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 0;
}

.signup .hero-content p {
	color: #ffffff;
}

.signup-form {
	padding: 25px 25px 30px 25px;
	background: #62b6e5;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.signup-form h1 {
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 1.6;
	text-transform: capitalize;
	text-align: center;
	margin: 20px 0 30px 0;
}

.signup-form form textarea {
	height: 100px;
}

.signup-form form .input-error {
	border-color: #19b9e7;
}

.signup-form p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #dddddd;
	margin: 25px 0 10px 0;
}

.form-group {
	margin-bottom: 20px;
}

.signup .btn-action.btn-round {
	background: #62b6e5;
	border-color: #62b6e5;
	color: #ffffff;
	font-size: 15px;
	padding: 12px 24px;
	font-weight: 600;
	text-transform: capitalize;
	border: 2px solid #62b6e5;
	border-radius: 30px;
}

.signup .btn-action.btn-round:hover, .signup .btn-action.btn-round:focus {
	background: transparent;
	color: #62b6e5;
	border-color: #62b6e5;
}

.signup .btn-action {
	background: #62b6e5;
	border-color: #62b6e5;
	color: #ffffff;
}

.signup .btn-action:hover {
	background: transparent;
	border-color: #62b6e5;
	color: #62b6e5;
}

input[type="text"], textarea, textarea.form-control {
	height: 45px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #f8f8f8;
	border: 1px solid #dddddd;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 50px;
	color: #888888;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

textarea, textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, textarea:focus, textarea.form-control:focus {
	outline: 0;
	background: #ffffff;
	border: 1px solid #111;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
	color: #888;
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
	color: #888;
}

.signup-form button.btn {
	height: 45px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #111111;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 45px;
	color: #ffffff;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.signup-form button.btn:hover {
	opacity: 0.6;
	color: #ffffff;
}

.signup-form button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #ffffff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.signup-form button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.signup-form button.btn:active:focus, button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.slider-pro .sp-slide {
	background: #222222;
}

.slider-pro h2.sp-layer {
	font-size: 44px !important;
	color: #111111;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

.slider-pro p.sp-layer {
	font-size: 15px;
	color: #aaaaaa;
	line-height: 1.6;
}

.slider-pro a {
	text-decoration: none;
	color: #444444;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro .link-color {
	text-decoration: none;
	color: #111;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro a:hover {
	color: #999999;
}

.app .hero-section {
	padding: 50px 0 0 0;
}

.app .hero-content {
	padding: 100px 0 100px 0;
}

.app img {
	margin: 0 auto;
}

.app-info h1 {
	font-size: 34px;
	font-weight: 600;
	color: #404040;
	margin-top: 30px !important;
}

.app-info h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #3c4b5d;
	line-height: 1.6;
	margin-top: 20px;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #222222;
}

.app-info .ion {
	font-size: 1em;
	color: #ff8000;
}

.download-buttons {
	margin-top: 25px;
	margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}

.app .btn-action {
	color: #ffffff;
	background: #62b6e5;
	border-radius: 28px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.08);
    transition: transform 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
}

.app .btn-action:hover {
	color: #fff;
	background: #4a4c4e;
    transform: scale(1.05);
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

.cs-main .left-section {
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.cs-main .right-section {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 20px 0 20px;
	width: 50%;
	height: 100%;
	background: #ffffff;
	z-index: 99;
	overflow: hidden;
	overflow-y: auto;
}

.cs-main .hero-section {
	padding: 120px 0 0 0;
	background: #ffffff !important;
}

.cs-main .hero-content {
	padding: 50px 0 0 0;
}

.cs-main .app-info h1 {
	font-weight: 600;
	font-size: 42px;
}

.cs-main .left-section {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../images/split-bg.jpg) no-repeat center center;
	background-size: cover;
}

.about {
	padding: 100px 0 100px 0;
	background: #f1f1f1;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	line-height: 1.2;
	color: #111111;
}

.about-content h3 {
	font-family: 'Josefin Sans';
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #111111;
	margin: 50px 0 0 0;
}

.client-section {
	background-color: #62b6e5;
	padding: 5px 0 0 0;
}

.clients .single {
	padding: 25px 0 25px 0;
}

.clients .single img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 0.6;
}

#eventsContainer .post-image {
	max-height: 200px;
}

#eventsContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#eventsContainer .post-row {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	padding: 20px;
	box-sizing: border-box;
	transition: transform 0.3s ease;
	width: 48%;
}

#eventsContainer .post-row.full-width {
	width: 100%;
	max-width: 600px;
}

.pitch {
	padding: 100px 0 100px 0;
	background: #444444;
}

.pitch-intro {
	margin: 0 auto;
	margin-bottom: 0px;
}

.pitch-intro h1 {
	font-size: 37px;
	font-weight: 900;
	line-height: 1.2;
	color: #FFF;
	margin: 0 0 30px 0;
}

.pitch-intro p {
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	color: #aaaaaa;
	letter-spacing: 0;
	font-size: 15px;
}

.pitch-icon {
	margin: 0 0 10px 0;
	background: #62b6e5;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
}

.pitch-icon i {
	font-size: 34px;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
}

.pitch-content {
	padding: 10px 0 50px 0;
}

.pitch-content h1 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #FFF;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.pitch-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #aaaaaa;
	letter-spacing: 0;
}

.icon-features {
	padding: 80px 0 0 0;
}

.icon-features-intro {
	padding: 0 0 50px 0;
}

.icon-features-intro h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro p {
	font-size: 15px;
	color: #aaaaaa;
	text-align: center;
	margin: 0 0 30px 0;
}

.f-single {
	position: relative;
	padding: 10px 0 80px 0;
}

.f-icon i {
	font-size: 54px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.f-content {
	padding-left: 80px;
}

.f-content h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.f-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #4d4d4d;
	line-height: 1.5;
	text-align: left;
}

.features {
	padding: 25px 0 25px 0;
}

.features-inner {
	width: 100%;
}

.features .features-list {
	padding: 20px 0 0 0;
	text-align: center;
}

.features .features-list h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #222222;
	margin: 0 0 30px 0;
}

.features .features-list ul {
	list-style-type: circle;
	padding-left: 20px;
	text-align: center;
}

.features .features-list ul li {
	display: block;
	margin: 0 0 15px 0;
	font-family: 'Josefin Sans';
	font-size: 15px;
	line-height: 1.2;
	color: #aaaaaa;
}

.software .features {
	padding: 100px 0 100px 0;
}

.software .features .features-list h1 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #222222;
	margin: 20px 0 20px 0;
}

.software .features-list p {
	margin: 0 0 25px 0;
	font-family: 'Josefin Sans';
	font-size: 18px;
	line-height: 1.2;
	color: #aaaaaa;
}

.software .features .features-list ul {
	list-style-type: disc;
	padding-left: 20px;
}

.software .features .features-list ul li {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #aaaaaa;
}

.feature-sub .sub-inner h1 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.5;
	color: #ffffff;
	margin: 0 0 30px 0;
}

.feature-sub .sub-inner .btn-action {
	color: #ffffff;
	background: #62b6e5;
	border-color: #62b6e5;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #62b6e5;
	background: transparent;
	border-color: #62b6e5;
}

.feature-sub {
	background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.6)), url(../images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.sub-inner {
	padding: 0 10% 0 10%;
	text-align: center;
	float: left;
}

.software .feature-sub {
	background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.99)), url(../images/app_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.software .feature-sub .sub-inner h1 {
	font-family: 'Josefin Sans';
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
	color: #FFF;
	margin: 0 0 30px 0;
}

.app-features {
	background: #ffffff;
	padding: 100px 0 100px 0;
}

.app-features h1 {
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.app-features p {
	font-size: 15px;
	font-weight: 400;
	color: #aaaaaa;
	line-height: 25px;
	margin: 10px 0 10px 0;
}

.app-features img {
	margin: 0 auto;
}

.app-features .features-left, .app-features .features-right {
	padding: 50px 0 0 0;
}

.app-features .icon {
	margin-top: 10px;
	margin-bottom: 20px;
}

.app-features .icon i {
	font-size: 60px;
	color: #62b6e5;
}

.app-features .feature-single {
	margin-left: 0;
	margin-bottom: 50px;
}

.app-features .feature-single h1 {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.app-features .feature-single p {
	font-size: 17px;
	color: #aaaaaa;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

.split-features {
	background: #f2f2f2;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.signup .split-features {
	background: #f2f2f2;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
	text-align: center;
}

.split-content h1 {
	font-size: 37px;
	font-weight: 900;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.split-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #aaaaaa;
	letter-spacing: 0;
}

.split-content ul {
	list-style-type: disc;
	display: inline-block;
	margin: 30px 0 0 0;
}

.split-content ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #aaaaaa;
}

.split-features2 {
	background: #ffffff;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.review-section {
	padding: 150px 0 150px 0;
	text-align: center;
	background: #62b6e5;
}

.reviews {
	width: 100%;
}

.review-single img {
	width: 80px;
	height: 80px;
}

.review-text h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #444444;
	text-transform: uppercase;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color: #ff8000;
}

.review-text p {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #fff;
}

.pricing {
	padding: 50px 0 100px 0;
}

.pricing-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.pricing h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.pricing h4 {
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
	margin: 10px 0 30px 0;
}

.pricing p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.6;
}

.pricing .btn-buy {
	padding: 40px 0 20px 0;
}

.pricing .btn-buy img {
	display: inline;
}

.pricing .price-tag h2 {
	font-family: 'Josefin Sans';
	font-size: 24px;
	font-weight: 400;
	color: #aaaaaa;
	margin: 0 0 20px 0;
}

.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #444444;
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {
	font-size: 37px;
	color: #FFF;
	font-weight: 600;
	line-height: 1.6;
	text-transform: uppercase;
}

.pricing-intro p {
	font-size: 15px;
	color: #aaaaaa;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.pricing-section .table-left, .pricing-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #444444;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	width: 100%;
}

.pricing-details {
	padding: 50px 50px 40px 50px;
}

.table-left .icon, .table-right .icon {
	font-size: 60px;
	margin: 0 auto;
	color: #62b6e5;
}

.table-left .pricing-details span, .table-right .pricing-details span {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
}

.table-left .pricing-details h2, .table-right .pricing-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #7d7d7f;
	margin-bottom: 30px;
}

.table-left .pricing-details p, .table-right .pricing-details p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.6;
}

.table-left .pricing-details ul, .table-right .pricing-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}

.table-left .pricing-details li, .table-right .pricing-details li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #7d7d7f;
	line-height: 1.6;
	margin-bottom: 10px;
}

.pricing-section .table-left:hover, .pricing-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-section .table-left, .pricing-section .table-right {
	margin-top: 20px;
}

.pricing-section .table-center {
	margin-top: 0;
}

.counter-section {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f1f1f1;
}

.counter-section h3 {
	font-size: 28px;
	font-weight: 400;
	color: #222222;
}

.counter-icon {
	padding: 15px;
}

.counter-icon i {
	font-size: 48px;
	color: #62b6e5;
}

.counter-text {
	margin-top: 10px;
	margin-bottom: 20px;
}

.counter-text h4 {
	font-size: 15px;
	font-weight: 400;
	padding: 0.5em;
	color: #222222;
}

.cta-sub {
	padding-top: 150px;
	padding-bottom: 150px;
	background: linear-gradient(to right, rgb(46 46 48 / 15%), rgb(17 17 18 / 90%)), url(../images/header-bg.jpg) no-repeat center center;
	background-size: cover;
}

.cta-inner {
	text-align: center;
	float: none;
}

.cta-sub .cta-inner h1 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0;
}

.cta-sub .cta-inner p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: left;
}

.center-form {
	text-align: center;
}

.subscribe-form .mail {
	background-color: #f2f2f2;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	height: 40px;
	padding: 0 130px 0 20px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
	border-radius: 28px !important;
}

.subscribe-form input {
	color: #222222;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	font-size: 0.9em;
}

.subscribe-form .submit-button {
	font-size: 0.9em;
	height: 40px;
	border: 2px solid;
	border-radius: 0 5px 5px 0;
	margin: 0;
	padding: 0 25px 0 25px;
	border-color: #ffffff;
	background-color: #927f54;
	color: #ffffff;
	box-shadow: 0 0 1px transparent;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
	border-radius: 28px !important;
}

.subscribe-form .submit-button:hover {
	border-color: #927f54;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.product .subscribe-form .submit-button {
	border-color: #ffffff;
	background-color: #927f54;
}

.product .subscribe-form .submit-button:hover {
	border-color: #927f54;
}

.error_message {
	color: #fc6e51;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 30px;
}

#success_page {
	color: #9ce726;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	font-size: 14px;
}

#success_page h3 {
	font-size: 20px;
	font-weight: 600;
	color: #4ab217;
}

#success_page p {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.footer {
	font-family: "Open Sans";
	background-color: #444444;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-copyright {
    display: flex;
    justify-content: center;
    background: #444444;
    color: #ffffff70;
    padding: 20px;
    border-top: 1px solid #ffffff2b;
	font-size: 14px;
}

.contact {
	text-align: center;
}

.contact i {
	font-size: 42px;
	color: #62b6e5;
	text-align: center;
}

.contact h1 {
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	margin: 10px 0 10px 0;
	text-align: center;
	border-bottom: 2px solid #ffffff20;
    padding-bottom: 10px;
}

.contact p {
	font-size: 14px !important;
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
	text-align: center;
}

.contact a {
	font-size: 15px;
	font-weight: 400;
	color: #62b6e5;
	text-decoration: none;
	display: inline-block;
}

.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
	margin: 10px 0;
}

.footer-menu li {
	display: block;
	line-height: 2;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #aaaaaa;
}

.footer-menu li a {
	color: #62b6e5;
	text-decoration: none;
}

.footer p {
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
	line-height: 5px !important;
	margin: 17px 0 0px 0 !important;
}

.footer-text p {
	font-family: "Open Sans";
	font-size: 12px;
	color: #62b6e5;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 10px;
}

.footer li a:hover {
    color: #ffffff;
}

.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p {
	color: #927f54;
	font-family: "Open Sans";
}

@media (max-width: 991px) { /* MOBILE FOOTER */
    .footer-left-block,
    .footer-center-block,
    .footer-right-block {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .row {
        display: flex;
        flex-direction: column; 
        align-items: center;
    }

	.contact h1 {
		width: 250px;
	}
}

@media (min-width: 992px) { /* DESKTOP FOOTER */
	.footer-left-block p,
	.footer-left-block ul,
    .footer-left-block h1 {
        text-align: left !important;
    }

	.footer-center-block li {
		padding-right: 0px !important;
    }

	.footer-center-block p,
	.footer-center-block ul,
    .footer-center-block h1 {
        text-align: center !important;
    }

    .footer-right-block p,
    .footer-right-block h1 {
        text-align: end !important;
    }
}

/* Mobile (default, <992px) */
#blogPosts .post-image {
    display: none; /* Desktop-Bild ausblenden */
}

#blogPosts .post-image-mobile {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
	border-radius: 28px;
}

/* Desktop (ab 769px) */
@media (min-width: 769px) {
    #blogPosts .post-image-mobile {
        display: none; /* Mobile Bild ausblenden */
    }

    #blogPosts .post-row {
        display: flex;
        margin-bottom: 40px;
    }

    #blogPosts .post-image {
        width: 40%;
		/* height: 150px; */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
		height: 180px;
    }

    #blogPosts .post-text {
        flex: 1;
        padding-left: 30px;
    }
}

#back-top {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.back-to-top {
    background: #62b5e5d9;
    margin: 0;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); 
    width: 120px;
    height: 30px;
    z-index: 9000;
    display: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0e1729;
    border-radius: 28px;
}

.back-to-top i {
    margin-right: 5px; 
    color: #fff;
}

.back-to-top p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0; 
}

.back-to-top1 {
	background: #62b6e5;
	margin: 0;
	position: fixed;
	bottom: 60px;
	right: 18px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0e1729;
}

.back-to-top2 i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
	background: #62b6e5;
	color: #ffffff;
    text-decoration: none !important;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
	color: #ffffff;
}

.product .back-to-top {
	background: rgba(146,127,84,0.5);
}

.product .back-to-top:hover {
	background: rgba(146,127,84,0.9);
}

.blog-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.blog-post {
	background: #f2f2f2;
	border-radius: 28px;
	padding: 20px;
	transition: transform 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
    filter: grayscale(0%);
}

.post-image:hover {
    filter: grayscale(0%);
}

.post-row {
	display: flex;
	gap: 20px;
	align-items: normal;
	margin-bottom: 15px;
}

.post-image {
	width: 40%;
	border-radius: 28px;
	object-fit: cover;
    transition: filter 0.4s ease;
    filter: grayscale(0%);
}

.post-text {
	width: 60%;
	text-align: left;
}

.blog-post h3 {
	margin-bottom: 8px;
	margin-top: 0;
	color: #444444;
	font-size: 22px;
	font-weight: 600;
}

.blog-post p {
	line-height: 25px;
	color: #aaaaaa;
}

.blog-post small {
	display: block;
	color: #888;
	margin-bottom: 10px;
}

.admin-subHeader {
    font-size: 20px;
    color: #ffffff;
    margin-top: -44px;
    margin-bottom: 22px;
}

.admin-subHeader2 {
    font-size: 15px;
    color: #dd0000;
}

.admin-header {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	padding: 10px;
	margin-bottom: 6px;
}

.admin-content {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 22px;
	padding: 10px;
	margin-bottom: 6px;
    color: #313131;
}

#admin-header.green {
	font-family: 'Roboto', sans-serif;
	background-color: #62b6e5;
	color: white;
	font-size: 40px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 28px;
}

#admin-header.red {
	font-family: 'Roboto', sans-serif;
	background-color: #df0000;
	color: white;
	font-size: 40px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 28px;
    height: 100px;
}

.infoCenter {
	padding: 20px;
    margin: 30px 0;
}

.kantine {
	margin-bottom: -50px !important;
}

.custOurTeam {
    margin: 10px 0 0px 0 !important;
}

.unsere-kantine-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1200px;
	margin: 50px 0 20px 0;
}

.unsere-kantine {
	background: #f2f2f2;
	border-radius: 28px;
	text-align: center;
	padding: 20px;
    transition: transform 0.2s ease, filter 0.5s ease;
    filter: grayscale(0%);
    height: 600px;
    width: 100%;
}

.unsere-kantine img {
	width: 100%;
	height: 100%;
	border-radius: 28px;
	object-fit: cover;
}

.unsere-kantine h3 {
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.unsere-kantine p {
	font-size: 0.95em;
	color: #666;
	margin-top: 5px;
}

.team-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1200px;
	margin: 50px 0 20px 0;
}

.team-member {
	background: white;
	border-radius: 28px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.1);
	text-align: center;
	padding: 20px;
	width: 250px;
    transition: transform 0.2s ease, filter 0.5s ease;
    filter: grayscale(0%);
}

.team-member:hover {
	transform: scale(1.03);
    filter: grayscale(0%);
}

.team-member img {
	width: 100%;
	height: auto;
	border-radius: 28px;
	object-fit: cover;
}

.team-member h3 {
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.team-member p {
	font-size: 0.95em;
	color: #666;
	margin-top: 5px;
}

.membership-container {
	font-family: 'Roboto', sans-serif;
	margin: 60px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 28px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.membership-container h2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}

.membership-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.membership-column {
	flex: 1;
	min-width: 280px;
}

.membership-column h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #444444;
}

.membership-column ul {
	list-style: none;
	padding: 0;
}

.membership-column li {
	background: #f2f2f2;
	border-left: 4px solid #62b6e5;
	padding: 12px 16px;
	margin-bottom: 12px;
	border-radius: 28px;
	font-size: 15px;
	color: #aaaaaa;
	transition: background 0.2s ease;
}

.membership-column li:hover {
	background: #e2e2e2;
}

.small-text {
	font-size: 0.85em;
	color: #666;
}

.note {
	color: #62b6e5;
	font-weight: bold;
}

.notes {
	margin-top: 30px;
	font-size: 0.9em;
	color: #444444;
	text-align: center;
}

.membership-explainer {
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 28px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.membership-explainer h2 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}

.league-group h4 {
	font-size: 20px;
	color: #62b6e5;
}

.match-section {
	margin: 0 auto;
}

.accordion-toggle {
	cursor: pointer;
	padding: 0.75rem 1rem;
	background: #f2f2f2;
	margin-bottom: 0.3rem;
	border-radius: 28px;
	font-size: 1.1rem;
	transition: background 0.3s ease;
	border-left: 4px solid #62b6e5;
}

.accordion-toggle {
	cursor: pointer;
	padding: 0.75rem 1rem;
	background: #f2f2f2;
	margin-bottom: 0.3rem;
	border-radius: 28px;
	font-size: 1.1rem;
	transition: background 0.3s ease;
	border-left: 4px solid #62b6e5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.accordion-toggle:hover {
	background: #eee;
}

.accordion-toggle .toggle-text {
	text-align: center;
}

.accordion-toggle .icon {
	position: absolute;
	right: 1rem;
	font-size: 20px;
	font-weight: 400;
	transition: transform 0.3s ease;
	color: #444444;
}

.accordion-toggle .icon:active {
	color: #fff;
}

.accordion-toggle.active {
	background: #62b6e5;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.accordion-content.open {

}

.accordion-toggle-info {
	cursor: pointer;
	padding: 0.75rem 1rem;
	background: #f2f2f2;
	border-radius: 28px;
	font-size: 15px;
	transition: background 0.3s ease;
	border-left: 4px solid #62b6e5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 12px;
}

.accordion-content-info p {
	color: #aaaaaa;
}

.accordion-toggle-info .icon {
	position: absolute;
	right: 1rem;
	font-size: 20px;
	font-weight: 400;
	transition: transform 0.3s ease;
}

.accordion-toggle-info:hover {
	background: #e2e2e2;
}

.accordion-toggle-info.active {
	background: #62b6e5;
}

.accordion-content-info {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding: 0 1rem;
}

.accordion-content-info.open {
	max-height: 500px;
	padding: 1rem;
}

.match-card {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	background: #f2f2f2;
	padding: 0;
    padding-bottom: 10px;
	margin-bottom: 1rem;
	border-radius: 28px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.match-date {
	padding: 10px;
	font-weight: 600;
	color: #444444;
	background: #e6e6e6;
	border-radius: 28px;
	text-align: center;
}

.match-teams {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #aaaaaa;
	flex-wrap: wrap;
	text-align: center;
    font-size: 14px;
}

.match-teams > span {
	flex: 1;
}

.vs {
	flex: 0 0 auto;
	margin: 0 10px;
	font-weight: bold;
	color: #999;
}

.match-score {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #444444;
}

.customCourtsWrapper {
    text-align: center;
    margin-bottom: 30px;
}

.customCourtsHeading {
    text-align: left !important;
}

    .customCourts {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        overflow: hidden;
    }

    .customCourts img {
        height: 100%;
        width: auto;
        object-fit: cover;
        border-radius: 28px;
    }

    .customCourts .courts-text {
        text-align: left;
    }

    .customCourts .courts-image {
        flex: 0 0 30%;
        height: 100%;
    }

@media (max-width: 1200px) {
    .navbar-default .navbar-collapse {
        font-size: 13px !important;
        margin-top: 30px;
    }
}

/* Responsive für Mobile */
@media (max-width: 768px) {
	.customCourts {
		flex-direction: column;
		height: auto;
		width: 100%;
	}

	.read-more-btn {
		width: 100%;
	}

	#blogPosts .post-image-mobile {
		border-radius: 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.post-image {
		border-radius: 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.customCourts .courts-image,
	.customCourts img {
		width: 100%;
		height: auto;
	}

	.customCourts .courts-text {
		padding: 10px 15px;
		text-align: center;
	}
	.customCourtsHeading {
		text-align: center !important;
	}
	.modal-body iframe {
		height: 70vh;
	}
}

.booking-court-box {
	font-family: 'Roboto', sans-serif;
	text-align: left;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 28px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.booking-court-box h2 {
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.booking-court-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 1em;
}

.booking-court-list li:hover {
	background: #e2e2e2;
}

.booking-court-list li {
	background: #f2f2f2;
	margin-bottom: 12px;
	padding: 12px 16px;
	border-left: 4px solid #62b6e5;
	border-radius: 28px;
	font-size: 15px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.04);
	line-height: 25px;
	text-align: center;
    color: #aaaaaa;
}

.bookingBtnEversports {
    text-align: center;
    width: 100%;
}

.bookingButtons {
    margin-top: 10px;
}

.bookingTextBooking {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #62b6e4 !important;
}

.clubTrainerCustomModal p strong{
    font-weight: 600;
    font-size: 18px;
    color: #62b6e4;
}

.clubTrainerCustomModal p{
    font-weight: 400;
    font-size: 15px;
    color: #aaaaaa;
    line-height: 24px;
}

.clubTrainerCustomModal p a{
    font-weight: 600;
    font-size: 18px;
    color: #313131;
}

.kids-info-box {
	font-family: 'Roboto', sans-serif;
    padding: 20px;
    border-radius: 28px;
    text-align: left;
    background: #f2f2f2;
    transition: transform 0.5s ease, box-shadow 0.5s ease; 
	margin-top: 20px;
}

.kids-info-box h2 {
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.kids-features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 1em;
}

.kids-features li:hover {
	background: #e2e2e2;
}

.kids-features li {
	background: #ffffff;
	margin-bottom: 12px;
	padding: 12px 16px;
	border-left: 4px solid #62b6e5;
	border-radius: 28px;
	font-size: 15px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.04);
	line-height: 25px;
	text-align: center;
    color: #aaaaaa;
}

.kids-contact {
	text-align: center;
	font-size: 1em;
}

.kids-contact p {
	margin: 5px 0;
}

.kids-contact a {
	color: #62b6e5;
	text-decoration: none;
	font-weight: bold;
}

.kids-contact a:hover {
	text-decoration: underline;
}

.meisterschaft-section {
	text-align: left;
	padding: 20px;
	background-color: #fff;
	border-radius: 28px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
	font-family: 'Roboto', sans-serif;
	margin: 20px auto;
	margin-top: 60px;
}
    
.meisterschaft-section:hover {
	transform: scale(1.02);
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1);
}

.meisterschaft-section h2.section-title {
	font-size: 25px;
	margin-bottom: 15px;
}

.meisterschaft-section h3 {
	margin-top: 10px;
	color: #444444;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}

.meisterschaft-section h4 {
	margin-top: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #444444;
	text-align: center;
}

.meisterschaft-section .spielplan {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 30px;
}

.meisterschaft-section .spielplan li {
	margin-bottom: 8px;
	background: #f2f2f2;
	padding: 8px 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	line-height: 1.6;
	font-size: 15px;
	border-radius: 28px;
}

.meisterschaft-section .highlight {
	color: #444444;
	font-weight: 900;
}

.meisterschaft-section .highlight:active {
	color: #fff;
	font-weight: 900;
}

.contact-form-box {
	font-family: 'Roboto', sans-serif;
	padding: 30px;
	background-color: #f2f2f2;
	border-radius: 28px;
	text-align: left;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
	margin-top: 20px;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	color: #444444;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
  overscroll-behavior: none;
}

.messageFormGroup {
	min-height: 120px;
}

.custom-modal-header {
    position: sticky;
    top: 0;
    background-color: #62b6e4;
    color: #ffffff !important;
    padding: 12px 20px;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 9999;
    cursor: pointer;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 35px;
    margin-right: 35px;
    /* margin-bottom: -10px; */
    text-align: center;
}

@media (max-width: 767px) {
    .custom-modal-header {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }
    .eversportsIframe {
        margin-left: -30px; 
        margin-right: 40px; 
        width: 90vw;
    }
}

#eversportsModalTrigger .custom-modal-content {
    padding: 0px;
}

.custom-modal-body {
    padding: 10px;
}

.custom-modal-header:hover {
    background-color: #4fa3cf;
}

.custom-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 80px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	backdrop-filter: blur(2px);
}

.eversportsIframe {
    display: block;
    border: none; 
    height: 60vh;
}

.custom-modal-content h3 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #62b6e5;
	text-align: left;
}

.custom-modal-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
    border-radius: 28px;
    position: relative;
    animation: fadeIn 0.5s ease;
    overflow-y: auto;
    width: 100%; 
    max-width: 700px; 
    height: auto; 
    /* max-height: 75vh;  */
}

.load-more-btn {
    display: block;
    padding: 10px 25px;
    background-color: transparent;
    color: #62b6e5;
    border: 1px solid #62b6e5;
    width: 100%;
    cursor: pointer;
	border-radius: 28px;
	font-size: 15px;
}

.load-more-btn:hover {
    background-color: #f2f2f2;
	color: #444444;
}

.custom-modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: auto;
    padding: 30px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.5s ease;
    overflow-y: auto;
    width: 90%;
    max-width: 700px;
    height: auto;
    max-height: 80vh;
}

.custom-modal-content object {
    flex: 1;
    height: 60vh;
    min-height: 0;
}

.modal-article {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-article-news {
    max-width: 640px;
    margin: 0 auto;
}

.modal-article-event {
    max-width: 100%;
    padding: 6px 0 0;
}

.modal-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.modal-article-news .modal-kicker {
    background: rgba(98, 182, 229, 0.12);
    color: #3d8eba;
}

.modal-article-event .modal-kicker {
    background: rgba(23, 152, 89, 0.14);
    color: #177a4d;
}

.modal-article-news h3,
.modal-article-event h3 {
    margin: 0;
    padding-bottom: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #24404f;
}

.modal-meta-line {
    color: #6d8391;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(98, 182, 229, 0.14);
	text-align: left;
}

.modal-hero {
    overflow: hidden;
    border-radius: 24px;
    background: #eef7fb;
    box-shadow: 0 16px 32px rgba(36, 64, 79, 0.08);
}

.modal-hero.media-news {
    max-width: 100%;
    border: 1px solid rgba(98, 182, 229, 0.12);
}

.modal-hero.media-event {
    max-width: 100%;
    border: 1px solid rgba(23, 152, 89, 0.12);
    box-shadow: 0 20px 36px rgba(23, 152, 89, 0.08);
}

.modal-hero .modal-image {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.modal-hero.media-news .modal-image {
    height: 200px;
    max-height: 200px;
}

.news-longtext {
    max-width: 62ch;
    color: #3a5361;
    line-height: 1.9;
    font-size: 17px;
    padding: 18px 0 0;
}

.event-longtext {
    color: #3a5361;
    line-height: 1.8;
    font-size: 16px;
    padding: 18px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(244, 251, 246, 0.9), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(23, 152, 89, 0.1);
}

.modal-gallery-section {
    /* margin-top: 8px;
    padding: 20px 22px 0;
    border-top: 1px solid rgba(23, 152, 89, 0.14); */
}

.modal-gallery-section .modal-kicker {
    margin-bottom: 14px;
}

.modal-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(36, 64, 79, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gallery-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(36, 64, 79, 0.12);
}

@media (max-width: 767px) {
    .modal-article {
        gap: 14px;
    }

    .modal-article-news h3,
    .modal-article-event h3 {
        font-size: 28px;
    }

    .news-longtext,
    .event-longtext {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.75;
    }

    .event-longtext,
    .modal-gallery-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal-hero {
        border-radius: 18px;
    }

    .modal-hero .modal-image {
        max-height: 280px;
    }

    .modal-hero.media-news .modal-image {
        height: auto;
        max-height: 280px;
    }

    .modal-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

.custom-modal-close {
	position: absolute;
	top: 5px;
	right: 25px;
	font-size: 34px;
	cursor: pointer;
	z-index: 10;
	BACKGROUND: #ffffff;
	padding: 10px;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 1em;
	transition: border 0.3s ease;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    background: #fff;
}

.contact-form input:focus, .contact-form textarea:focus {
    border: 2px solid #62b6e5;
	outline: none;
}

.contact-btn {
	background-color: #62b6e5;
	color: #fff;
	padding: 12px 24px;
	font-size: 14px;
	border: none;
	border-radius: 28px;
	cursor: pointer;
	transition: background 0.3s ease, 500ms;
	display: inline-block;
    -webkit-transition: 500ms;
	-moz-transition: 500ms;
}

.contact-btn:hover {
	background-color: #444444;
    -webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form-response {
	margin-top: 15px;
	font-weight: bold;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.form-response.success {
	color: green;
	opacity: 1;
	transform: translateY(0);
}

.form-response.error {
	color: red;
	opacity: 1;
	transform: translateY(0);
}

.accordion details {
	background: #f2f2f2;
	border-radius: 28px;
	margin-bottom: 15px;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-left: 4px solid #62b6e5;
}

.accordion details:hover {
	background: #eee;
}

.accordion summary {
	font-weight: 600;
	font-size: 15px;
	color: #444444;
	outline: none;
	font-family: 'Roboto', sans-serif;
}

.accordion summary::-webkit-details-marker {
	display: none;
}

.accordion p {
	margin-top: 10px;
	color: #444444;
	font-size: 0.95em;
	line-height: 1.5;
}

.app-features {
	overflow: hidden;
	width: 100%;
	background: #fff;
}

.logos-wrapper {
	display: flex;
	width: max-content;
	animation: scroll-left 15s linear infinite;
}

.sponsoringCustom {
	padding: 50px 0 50px 0 !important;
}

.logo {
	height: 100px;
	margin-right: 50px !important;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.85);
}

#modalTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #aaaaaa;
    width: 80%;
    text-align: center;
    margin: 0 auto 20px auto; 
}

.full-text, .short-text {
	color: #aaaaaa;
	line-height: 25px;
}

.modal-longtext {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
    text-align: left;
}

.modal-longtext ul,
.modal-longtext ol {
  list-style-position: inside;
  margin: 1em auto;
}

.ql-editor {
  text-align: left;
}

.ql-editor.ql-align-center {
  text-align: center;
}

.ql-editor.ql-align-right {
  text-align: right;
}

.modal-longtext .ql-align-justify {
    text-align: justify;
}

.modal-longtext .ql-align-center {
    text-align: center;
}

.modal-longtext .ql-align-right {
    text-align: right;
}

.modal-longtext ul {
  list-style-type: disc;
}

.modal-longtext ol {
  list-style-type: decimal;
}

.modal-longtext li {
  margin-bottom: 0.5em;
}

.modal-longtext strong {
	font-weight: bold;
}

.modal-longtext em {
	font-style: italic;
}

.modal-longtext {
	white-space: pre-line;
	margin-bottom: 20px;
	color: #aaaaaa;
	line-height: 20px;
}

.modalCustomEversports {
    max-width: 100% !important;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 15px;
	border: 1px solid #888;
	overflow-y: auto;
    height: 80vh;
    max-width: 50%;
}

.close-btn {
	color: #444444;
	float: right;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.close-btn:hover, .close-btn:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-image {
	width: 100%;
	/* max-width: 500px; */
	object-fit: cover;
	border-radius: 28px;
	/* margin-bottom: 20px !important; */
	/* max-height: 400px; */
}

.customer-logos {
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}

.customer-logos .slide {
    padding: 0 15px;
}

.customer-logos img {
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(0%);
    transition: filter 0.5s ease;
}

.customer-logos img:hover {
    filter: grayscale(0%);
}

.gMapsCustomDiv {
    margin-top: 30px;
}

.gMapsCustom {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 28px; 
}

.gMapsCustom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dropdown-new-menu {
    border: none !important;
}

/* Full Overlay Container */
/* ==== MOBILE NAVIGATION STYLES ==== */

.navbar-nav {
	margin-top: 80px !important;
}

.hrOnMobileMenu {
	height: 2px;
	background-color: #efefef;
	border: none;
	margin: 15px;
}

.pTextOnMobileMenuSocial{
	text-align: left;
	padding: 20px;
	font-size: 12px;
	color: #444444;
}

.pTextOnMobileMenuBottom {
	text-align: center;
	padding: 0px;
	font-size: 12px;
	color: #444444;
	margin-bottom: 10px;
}

#mobile-nav-overlay {
	position: fixed;
	inset: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	overflow: hidden;
}

#mobile-nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	backdrop-filter: blur(2px);
}

#mobile-nav-bg.active {
	opacity: 1;
}

.mobileMenuBottom {
	bottom: 10px;
	position: absolute;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

#mobile-nav-panel {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background-color: white;
	padding: 0px;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	z-index: 2;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-left: 23px solid #efefef;
}

#mobile-nav-panel.active {
	transform: translateX(0);
}

#mobile-nav-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mobile-nav-panel li {
	margin: 10px 0;
}

#mobile-nav-panel a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #444444;
	text-align: right;
}

#mobile-nav-panel .dropdown-new li a {
	font-weight: 300;
	background: #fff !important;
	margin-left: 0px;
	border-radius: 0px;
	margin-right: 25px;
	border-left: 0px solid #62b6e5;
	padding: 5px;
}

#menu-open-btn,
#menu-close-btn {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

#menu-close-btn {
	display: none;
	position: fixed;
	right: 7px;
	margin-top: 35px !important;
}

/* ==== MOBILE NAVIGATION STYLES ==== */
@media screen and (max-height: 500px) {
  .mobileMenuBottom {
    display: none;
  }
}

/* Standard Desktop-Menü (sichtbar bei Bildschirmgrößen größer als 768px) */
@media (min-width: 768px) {
    #bs-example-navbar-collapse-1 {
        display: block !important; /* Desktop-Menü immer sichtbar */
    }

    #mobile-nav-overlay {
        display: none; /* Mobile Overlay verstecken */
    }

    /* Sicherstellen, dass die Standard-Navigation auf dem Desktop immer funktioniert */
    .navbar-nav {
        margin-top: 5px !important;
    }

	.load-more-btn {
		margin: 0px 10px;
	}
}

/* Mobile Menü (sichtbar bei Bildschirmgrößen kleiner als 768px) */
@media (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
        display: none; /* Desktop-Menü ausblenden */
    }

    #mobile-nav-overlay {
        /* display: block; */
        display: none; /* Mobile Overlay sichtbar machen */
    }
    
    /* Anpassungen für das mobile Menü */
    #mobile-nav-panel {
        transform: translateX(100%); /* Startposition vom Panel für das mobile Menü */
        transition: transform 0.5s ease; /* Animation beim Öffnen des mobilen Menüs */
    }
    .modal-content {
        max-width: 90%;
    }
    .modalCustomEversports {
        max-width: 90% !important;
    }
    .stickyHeader {
        height: 90px !important;
    }
}

@media (min-width: 768px) {
    #menu-open-btn,
    #menu-close-btn {
        display: none !important;
    }
}

/* Menülinks */
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-new-menu>li>a {
		color: #777;
		text-align: center;
	}
    .customer-logos img {
        max-height: 60px;
    }
    .sponsoringCustom {
        padding: 30px 0 30px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
	.navbar {
		padding-top: 5px;
		height: 90px;
	}

	.navbar-default {
		border: 0px;
		background-color: transparent;
        margin-top: -10px;
	}

	.navbar-default .navbar-collapse {
		text-align: center;
        border-color: transparent;
        background-color: #ffffff;
        margin-top: 20px;
        border-bottom: 10px solid #62b6e5 !important;
        border-radius: 0 0 20px 20px;
        height: auto;
        margin-bottom: 40px !important;
        padding: 25px;
	}

	.navbar-default .navbar-collapse {
		border: 0;
		border-color: transparent;
	}

	.navbar-default .navbar-nav > li> a {
		color: #222222;
		margin-top: 8px;
        background: #f2f2f2;
        border-radius: 10px;
        margin-left: 15px;
        margin-right: 15px;
        border-left: 4px solid #62b6e5;
	}

	.navbar-default .navbar-nav > li> a:hover {
        background: #a1a1a121;
        border-left: 4px solid #62b6e5;
	}

	.navbar-default .navbar-brand {
		color: #ffffff;
	}

	.navbar-default .navbar-brand.nav-white {
		color: #ffffff;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #111111;
	}
}

@media only screen and (min-width: 240px) {
	.navbar.past-main {
		font-size: 14px;
		padding-top: 5px;
		height: 90px;
		background-color: #fff;
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
		box-shadow: 0px 10px 20px #00000036;
	}

	.navbar-default.past-main .navbar-brand {
		color: #111111;
	}

	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #111111;
	}

	.navbar-default.past-main .navbar-nav > li > a {
		color: #111;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}

	.navbar-default.past-main .navbar-nav > li > a:hover {
		color: #111111 !important;
	}

	.navbar-default.past-main .navbar-nav > .active > a {
		background: transparent;
		color: #5924ec;
	}

	.navbar-default.past-main .navbar-nav > .active > a:hover {
		background: transparent;
		color: #222222;
	}

	.navbar-default.past-main .navbar-nav > .active > a:focus {
		background: transparent;
		color: #222222;
	}
}

@media only screen and (max-width: 991px) {
	.signup-form {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.slider-pro h2.sp-layer {
		font-size: 34px !important;
	}
}

@media only screen and (max-width : 801px) {
	.cs-main .right-section {
		position: relative;
		width: 100%;
	}

	.cs-main .hero-section {
		padding: 50px 0 0 0;
	}

	.cs-main .left-section {
		position: relative;
		width: 100%;
		min-height: 100vh;
	}
}

@media (max-width: 768px) {
	.post-row {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.post-row, .full-width {
		width: 100% !important;
	}
}

@media only screen and (min-width: 767px) {
	.logo {
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}

	.form .hero-section {
		padding: 13% 0;
	}

	.form .hero-content {
		padding: 100px 0 100px 0;
		overflow: hidden;
	}

	.form .hero-content h1 {
		font-size: 54px;
	}

	.product .hero-content {
		padding: 150px 0 100px 0;
		text-align: left;
	}

	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 20px 0;
	}

	.hero-content p {
		font-size: 14px;
	}

	.about-content h2 {
		font-size: 38px;
	}

	.software .hero-content h1 {
		font-size: 42px;
	}

	.image-bg .hero-content h1 {
		font-size: 54px;
	}

	.signup .hero-content h1 {
		font-size: 48px;
	}

	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}

	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}

	.software .features {
		padding: 100px 0 100px 0;
	}

	.software .features .features-list h1 {
		font-size: 34px;
	}

	.software .features .features-list {
		padding: 30px 0 0 0;
	}

	.software .features .features-list ul li {
		display: list-item;
		font-size: 14px;
		text-align: left;
	}

	.feature-sub {
		padding: 200px 0 200px 0;
	}

	.software .feature-sub .sub-inner h1 {
		font-size: 42px;
	}

	.split-content {
		padding: 70px 350px 50px 10px;
		text-align: left;
	}

	.second {
		padding: 70px 10px 50px 350px;
	}

	.split-content h1 {
		font-size: 37px;
	}

	.pricing {
		padding: 100px 0 100px 0;
	}

	.pricing-content {
		text-align: left;
	}

	.cta-sub .cta-inner h1 {
		font-size: 36px;
	}

	.contact h1 {
		font-size: 20px;
	}

	.contact p {
		font-size: 13px !important;
	}

	.contact a {
		font-size: 14px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}

	.split-content {
		padding: 100px 100px 50px 50px;
		text-align: left;
	}
}

@media screen and (min-width: 400px) and (max-width: 600px) {
	.subscribe-form .mail {
		padding: 0 30px 0 20px;
		border-radius: 5px 0 0 5px;
	}

	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
	}
}

@media screen and (max-width: 399px) {
	.cta-sub {
		text-align: center;
	}

	.subscribe-form {
		text-align: center;
	}

	.subscribe-form .mail {
		text-align: center;
		padding: 0px 40px 0px 10px;
		border-radius: 5px 0 0 5px;
	}

	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
		margin-top: 15px;
	}

	.form .sub-form .subscribe-form {
		text-align: left;
	}

	.form .sub-form .subscribe-form .mail {
		text-align: center;
		padding: 0 0 0 0;
		border-radius: 5px 0 0 5px;
	}

	.form .sub-form .subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
		margin-top: 15px;
	}

	.back-to-top {
		right: 18px;
	}

	.second {
		padding: 0px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1201px) {
	.app-features .features-left, .app-features .features-right {
		padding: 0 0 0 0;
	}

	.software .features .features-list {
		padding: 0 0 0 0;
	}
}

@media (max-width: 768px) {
	.post-row {
		flex-direction: column;
	}

	.post-image, .post-text {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	.match-teams {
		flex-direction: column;
	}

	.vs {
		margin: 0.5rem 0;
	}
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-new-menu .dropdown-new-header, .navbar-nav .open .dropdown-new-menu>li>a {
        padding: 3px;
    }
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); 
    display: none; /* wird per JS eingeblendet */
    justify-content: center;
    align-items: center;
    z-index: 9998;
}
.cookie-banner {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #444444;
    color: #fff;
    padding: 25px 40px;
    border-radius: 28px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.3);
    max-width: 500px;
    width: 90%;
    z-index: 9999;
    text-align: center;
    animation: fadeDown 0.6s ease-out;
}

.cookie-banner a {
    color: #62b6e4;
    text-decoration: underline;
}

.cookie-banner p {
    line-height: 20px;
}

.cookie-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    border-radius: 28px;
    cursor: pointer;
}

.cookie-btn.accept {
    background-color: #62b6e4;
    color: white;
}

.cookie-btn.closeBtn {
    background-color: transparent !important;
    color: white;
    font-family: 'Roboto', sans-serif;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    margin-top: -50px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.group {
	background: white;
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tabs {
	display: flex;
	margin-bottom: 20px;
}

.tab-button {
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	height: 50px;
	color: #444444;
}

.custTblTabelle {
	background: #f2f2f2;
}

.tab-button.active {
	border-bottom: 2px solid #62b6e4;
	color: #444444;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.league-table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.league-table tbody tr:hover {
    background-color: #eee;
}
.league-table td strong {
    color: #007bff;
}

.league-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.league-table th,
.league-table td {
    padding: 10px 5px;
    text-align: center;
    white-space: nowrap;
}

.league-table td:nth-child(2),
.league-table th:nth-child(2) {
    text-align: left;
    white-space: normal;
    word-break: break-word;
    max-width: 150px; 
}

.table-card-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 15px;
    margin-top: 1rem;
}

.table-row {
    display: flex;
    padding: 10px;
    background-color: #f2f2f2;
    color: #aaaaaa;
    font-size: 14px;
}

.table-row.header {
    background-color: #e6e6e6;
    font-weight: bold;
    border-radius: 28px;
    color: #444444;
    font-size: 15px;
}

.table-cell {
    flex: 1;
    text-align: center;
}

.table-cell.club {
    text-align: left;
    flex: 5;
    word-break: break-word;
}

.table-cell.position {
    flex: 0.5;
    margin-right: 10px;
    font-weight: 600;
}

.table-cell.points {
    flex: 1.2;
    font-weight: bold;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
