@import url('fonts.css');
@import url('bootstrap-icons.css');
@import url('erv.css');
@import url('../slick/slick.css');
@import url('../slick/slick-theme.css');

.accessi-contrast .header.intro-header {
	border-color: rgb(0,0,0);
}
.accessi-contrast .header-logo::before,
.accessi-contrast .header-logo::after,
.accessi-contrast .nav-item:first-child::before,
.accessi-contrast .nav-item:last-child::before,
.accessi-contrast .footer-infos::before,
.accessi-contrast .footer-infos::after {
	display: none;
}
.accessi-contrast .btn,
.accessi-contrast .btn:hover,
.accessi-contrast .screen-inner {
	background-color: rgba(0,0,0) !important;
}
.accessi-contrast .navbar,
.accessi-contrast .footer {
	border-color: rgb(255,255,255);
}
.accessi-contrast .header-logo img {
	filter: grayscale(100%) contrast(0%) saturate(100%) brightness(2);
}
.accessi-contrast .infoline .btn {
	border-color: var(--bs-white);
	color: var(--bs-white) !important;
}
.accessi-contrast input,
.accessi-contrast select,
.accessi-contrast textarea,
.accessi-contrast input:focus,
.accessi-contrast select:focus,
.accessi-contrast textarea:focus {
	border: 1px solid var(--bs-white);
	background-color: transparent;
}
.accessi-contrast ul.ul {
	list-style-image: url('../img/ul_w.png');
}

:root {
	--bs-primary: #0080ff;
	--bs-secondary: #666666;
	--bs-danger: #aa0000;
	
	--bs-breadcrumb-divider: '>';
}

html, body {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8;
	color: var(--bs-secondary);
	height: 100%;
	position: relative;
	letter-spacing: 0px;
}

/* ccm19 */
.ccm-settings-summoner {
	bottom: 15px !important;
	border-radius: 10px !important;
	left: 0 !important;
}
.ccm-settings-summoner--icon {
	border-radius: 0 10px 10px 0 !important;
}
.ccm-root .ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
	border-radius: 10px !important;
	animation: none !important;
}

/* typography */
h1, .h1 {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: 600;
	color: var(--bs-primary);
	margin-bottom: 30px;
	line-height: 1.5;
}
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5,
h6, .h6 {
	font-family: 'Zilla Slab', sans-serif;
	font-weight: 600;
	color: var(--bs-secondary);
	margin: 30px 0;
	line-height: 1.5;
}
h1 small, .h1 small,
h2 small, .h2 small, 
h3 small, .h3 small, 
h4 small, .h4 small, 
h5 small, .h5 small,
h6 small, .h6 small {
	margin-left: 30px;
}

p {
  margin: 15px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
	color: var(--bs-secondary);
	letter-spacing: 0px;
	line-height: 1.5;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all .25s;
}
a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}

span {
	letter-spacing: 0px;
	line-height: 1.5;
}

small {
	display: block;
	font-size: 65%;
	font-weight: 300;
	color: var(--bs-secondary);
	letter-spacing: 0px;
	line-height: 1.5;
}

strong, b, .fw-bold {
	font-weight: 600;
}

.mh-auto {
	min-height: auto !important;
}

hr {
	border: none;
	height: 2px;
	background-color: var(--bs-secondary);
	margin: 60px 0;
	position: relative;
	opacity: 0.15;
}

ol li a {
	line-height: 1.5;
}
ul.ul {
	padding-left: 45px;
	list-style-image: url('../img/ul.png');
	color: var(--bs-secondary);
	letter-spacing: 0px;
	line-height: 1.5;
}
ul.ul li {
	margin-bottom: 15px;
}

/* CTA */
.cta {
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-height: 300px;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	font-size: 45px;
	font-family: 'Zilla Slab', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 30px 0;
	line-height: 1.5;
	box-shadow: inset 0 -20px 20px -10px rgba(0,0,0,0.35);
	background-image: url('../img/cta-bg.png') !important;
	background-position: bottom -25px right !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.cta .container {
	background-color: transparent !important;
}
.cta small {
	background-color: transparent !important;
	color: var(--bs-white);
	font-size: 20px;
}
.cta:hover {
	background-color: #444;
	color: var(--bs-white);
	background-position: bottom 0 right;
}
.cta .btn {
	border: 1px solid var(--bs-white);
	background: none !important;
	color: var(--bs-white);
}
.cta .btn:hover {
	border: 1px solid var(--bs-white);
	background: none !important;
	color: var(--bs-white);
}

/* img */
.img-content {
	border-radius: 15px;
	transform: scale(0.95) rotate(-2.5deg);
	display: block;
	margin: 15px auto
}

/* buttons */
.btn {
	border-radius: 15px;
	border: none;
	padding: 12.5px 25px 12.5px 25px;
}
.btn:hover,
.btn:focus {
	box-shadow: none;
}
.btn-sm {
	padding: 7.5px 15px 7.5px 15px;
	font-size: 16px;
}

.btn i {
	display: inline-block;
	vertical-align: middle;
	transition: all .25s;
	line-height: 1;
	margin-top: -2.5px;
}
.btn:hover i {
	margin-right: -5px;
	padding-left: 5px;
}
.btn.no-icon-effect:hover i {
	margin-right: 0;
	padding-left: 0;
}

.btn-primary {
	color: var(--bs-white) !important;
	background-color: var(--bs-primary) !important;
}
.btn-primary:hover {
	color: var(--bs-white) !important;
	background-color: var(--bs-secondary) !important;
}

.btn-secondary {
	color: var(--bs-white) !important;
	background-color: var(--bs-secondary) !important;
}
.btn-secondary:hover {
	color: var(--bs-white) !important;
	background-color: #333333 !important;
}

.btn-light {
	color: var(--bs-color) !important;
	background-color: var(--bs-white) !important;
}
.btn-light:hover {
	color: var(--bs-color) !important;
	background-color: var(--bs-secondary) !important;
}

/* background */
.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white);
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary a {
	color: var(--bs-white);
}

/* breadcrumb */
.breadcrumb-nav {
	color: var(--bs-secondary);
	margin-top: 30px;
	margin: 30px 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb-item a {
	color: var(--bs-secondary);
}
.breadcrumb-item.active {
	color: #aaa;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #aaa;
}

/* infoline */
.infoline {
	display: block;
	position: relative;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
}
.infoline-text {
	text-align: start;
	margin: 0;
	line-height: 1.1;
	letter-spacing: 0px;
	font-size: 20px;
	font-family: 'Zilla Slab', sans-serif;
	color: var(--bs-secondary);
}
.infoline .btn {
	border: 1px solid var(--bs-secondary);
	background-color: transparent !important;
	color: var(--bs-secondary) !important;
	font-size: 12px;
	font-weight: 600;
}

/* intro */
.intro {
	min-height: 100%;
	background-image: url('../img/intro-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	padding-top: 200px;
	align-items: center;
	justify-content: center;
}
.intro-screen {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	margin: 15px 0;
}
.screen-inner {
	padding: 45px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 30px;
	transition: all .25s;
}
.screen-inner:hover {
	transform: scale(1.05);
	background-color: var(--bs-white);
}
.screen-start,
.screen-end {
	width: calc(50% - 60px);
	max-width: 550px;
	position: relative;
	transition: all .25s;
	display: flex;
	margin: 0 30px;
}
.screen-title {
	font-size: 26px;
	font-family: 'Zilla Slab', sans-serif;
	font-weight: 600;
	text-align: start;
	color: var(--bs-secondary);
	line-height: 1.5;
	margin-bottom: 15px;
}
.screen-text {
	text-align: justify;
	color: var(--bs-secondary);
	line-height: 1.5;
	-moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}
.screen-icon {
	height: 120px;
	width: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 15px;
	position: absolute;
	top: -80px;
	left: 45px;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
}

/* header */
.header {
	display: block;
	position: relative;
	min-height: 450px;
	background-color: #eee;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.header-gmbh {
	background-image: url('../img/header/1.jpg') !important;
}
.header-verein {
	background-image: url('../img/header/2.jpg') !important;
}
.header-logo {
	padding: 30px;
	background-color: var(--bs-white);
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 0 0 30px 30px;
	position: relative;
}
.header-logo a {
	display: block;
}
.header-logo::before {
	content: '';
	height: 80px;
	width: 80px;
	background-image: url('../img/header-logo-left-corner.png');
	background-position: right -1px top -1px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -80px;
	top: 0;
}
.header-logo::after {
	content: '';
	height: 80px;
	width: 80px;
	background-image: url('../img/header-logo-right-corner.png');
	background-position: left -1px top -1px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -80px;
	top: 0;
}
.header.intro-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: none;
	border-top: 15px solid var(--bs-white);
	background-color: transparent;
	min-height: auto;
	z-index: 1000;
}
.header.intro-header .header-logo {
	margin: 0 auto;
	border-radius: 0 0 30px 30px;
	max-width: 180px;
}

/* nav */
.navbar {
	background-color: var(--bs-white);
	padding-top: 0;
	padding-bottom: 0;
	border-top: 10px solid var(--bs-primary);
} 
.navbar-nav {
	width: 100%;
	text-align: center;
}
.nav-item {
	width: 100%;
	position: relative;
}
.nav-item:first-child {
	margin-left: 30px;
}
.nav-item:last-child {
	margin-right: 30px;
}
.nav-item:first-child::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('../img/nav-left-corner-g.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -30px;
	top: 0;
}
.nav-item:last-child::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('../img/nav-right-corner-g.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -30px;
	top: 0;
}
.nav-item.active:first-child::before {
	background-image: url('../img/nav-left-corner-b.png');
}
.nav-item.active:last-child::before {
	background-image: url('../img/nav-right-corner-b.png');
}
.nav-item .nav-link {
	font-family: 'Zilla Slab', sans-serif;
	color: var(--bs-white);
	background-color: var(--bs-secondary);
	padding: 15px 15px !important;
	transition: all .25s;
	font-size: 22px;
}
.nav-item:hover .nav-link,
.nav-item:focus .nav-link,
.nav-item.active .nav-link {
	color: var(--bs-white) !important;
	background-color: var(--bs-primary);
}
.nav-item:first-child .nav-link {
	border-radius: 0 0 0 15px;
}
.nav-item:last-child .nav-link {
	border-radius: 0 0 15px 0;
}

.navbar-brand {
	display: none;
}
.navbar-brand img {
	width: 100%;
	max-width: 220px;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0;
	font-size: 42px;
	box-shadow: none !important;
}

.dropdown-menu {
	border-radius: 0 0 15px 15px;
	border: none;
	padding: 0;
	font-size: 16px;
	background-color: var(--bs-secondary);
	width: 280px;
}
.dropdown-item {
	color: var(--bs-white);
	padding: 10px 15px;
}
.dropdown-menu li:last-child .dropdown-item {
	border-radius: 0 0 15px 15px;
}
.dropdown-menu li:hover .dropdown-item,
.dropdown-menu li:focus .dropdown-item,
.dropdown-menu li.active .dropdown-item {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

/* subnav */
.subnav {
	position: fixed;
	right: 0;
	bottom:90px;
	z-index: 600;
}
.subnav a {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 48px;
	width: 48px;
	font-size: 20px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	margin-top: 5px;
	border-radius: 10px 0 0 10px;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
}
.subnav a:hover {
	background-color: var(--bs-secondary);
}

/* secondary */
.section {
	display: block;
	position: relative;
	padding: 60px 0;
}

/* footer */
.footer {
	display: block;
	position: relative;
	padding: 90px 0 30px 0;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	background-image: url('../img/footer-watermark.png');
	background-position: bottom right 50px;
	background-repeat: no-repeat;
	background-size: auto;
	border-top: 10px solid var(--bs-primary);
}
.seo-link {
	transition: none;
}
.footer p {
	color: var(--bs-white);
}
.seo-link,
.footer-nav a {
	color: var(--bs-white);
	margin-right: 15px;
}
.seo-link:hover,
.seo-link:focus,
.seo-link.active,
.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a.active {
	color: var(--bs-white);
	opacity: 0.5;
}
.footer-nav a:last-child {
	margin-right: 0;
}
.footer-logo {
	width: 100%;
	max-width: 150px;
	margin-bottom: 5px;
}
.footer .container {
	position: relative;
}

.footer-infos {
	display: flex;
	flex-direction: row;
	position: absolute;
	top: -90px;
	right: 30px;
}
.footer-infos::before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('../img/nav-left-corner-b.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -30px;
	top: 0;
}
.footer-infos::after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('../img/nav-right-corner-b.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -30px;
	top: 0;
}
.footer-info-item {
	display: block;
	padding: 15px 30px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	min-width: 320px;
}
.footer-info-item i {
	display: inline-block;
	width: 22px;
}
.footer-info-item h3 {
	color: var(--bs-white);
	margin: 0;
}
.footer-info-item p {
	text-align: start;
	margin: 5px 0 0 0;
	line-height: 1.5;
}
.footer-info-item:first-child {
	border-radius: 0 0 0 15px;
}
.footer-info-item:last-child {
	border-radius: 0 0 15px 0;
}

.footer .to-top {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 50px;
	width: 50px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	font-size: 25px;
	border-radius: 10px 0 0 10px;
	position: fixed;
	bottom: 35px;
	right: 0;
	z-index: 500;
	line-height: 1;
	display: none;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
}
.footer .to-top:hover {
	background-color: var(--bs-secondary);
}

/* modal */
.modal-content {
	border-radius: 15px;
	border: none;
}
.modal-header {
	padding: 15px 30px;
	border: none;
	background-color: var(--bs-primary);
}
.modal-header .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}
.modal-title {
	margin: 0;
	font-size: 25px;
	color: var(--bs-white);
}
.modal-body {
	padding: 30px;
}
.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: var(--bs-secondary);
	--bs-backdrop-opacity: 0.8;
}

/* card */
.card {
	border: 1px solid var(--bs-secondary);
	border-radius: 30px;
	position: relative;
	margin: 15px 0;
}
.card-icon {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 80px;
	width: 80px;
	border-radius: 20px;
	border: 1px solid var(--bs-secondary);
	background-color: var(--bs-white);
	color: var(--bs-secondary);
	font-size: 28px;
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
}
.card-img-top,
.card-top-img {
	border-radius: 30px 30px 0 0;
}
.card-body {
	padding: 30px;
	border-radius: 30px;
}
.card-text {
	font-size: 16px;
	line-height: 1.5;
}
.card-title {
	margin: 0;
	font-size: 20px;
	text-align: center;
	color: var(--bs-secondary);
}
.card-w-icon {
	margin-top: 60px;
}
.card-w-icon .card-body {
	padding: 60px 30px 30px 30px;
}

a.card:hover {
	transform: scale(1.05);
	box-shadow: 0 15px 10px -5px rgba(0,0,0,0.5);
}

.card-inline .card-img-top {
	border-radius: 30px 0 0 30px;
	width: 100%;
	max-width: 420px;
}
.card-inline .card-title {
	text-align: start;
}

/* accordion */
.accordion-item {
	border-bottom: 1px solid var(--bs-secondary);
}
.accordion-button {
	font-size: 22px;
	padding: 15px;
	font-weight: 600;
	color: var(--bs-secondary);
}
.accordion-button:focus {
	border-color: var(--bs-secondary);
	box-shadow: none;
}
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-header {
	margin: 0;
}

/* list */
.list-item {
	display: block;
	position: relative;
	padding: 15px;
	border-bottom: 1px solid var(--bs-secondary);
	color: var(--bs-secondary);
}
.list-item:last-child {
	border-bottom: none;
}
.list-title {
	font-size: 22px;
	margin: 0;
	line-height: 1.25;
}
a.list-item:hover {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
a.list-item:hover .list-title,
a.list-item:hover .list-title small {
	color: var(--bs-white);
}

/* slick */
.slick-slider .card {
	transform: scale(0.95);
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button::before {
	font-size: 12px;
	opacity: 1;
	color: var(--bs-secondary);
}
.slick-dots li.slick-active button::before {
	color: var(--bs-primary);
}

/* parallax */
.simpleParallax {
	max-height: 500px;
	display: flex;
	flex-direction: column-reverse;
}
.parallax2 {
	min-height: 350px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

#parallax1 {
	background-image: url('../img/parallax//1.jpg') !important;
}
#parallax2 {
	background-image: url('../img/parallax/2.jpg') !important;
}

/* anzeige */
.anzeige {
	display: block;
	position: relative;
	border-radius: 15px;
	background-color: #eee;
	min-height: 380px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.anzeige-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px 30px;
	text-align: end;
	left: 0;
	background-color: rgba(255,255,255,0.75);
	border-radius: 0 0 15px 15px;
}
.anzeige-logo {
	display: block;
	width: 100%;
	max-width: 160px;
	margin-left: auto;
}
.anzeige-text {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: var(--bs-secondary);
}
.anzeige-brand {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 14px;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	border-radius: 15px 0 15px 0;
}

/* form */
.form-label {
	color: var(--bs-secondary);
}
.form-check-label {
	line-height: 1.5;
	margin-bottom: 15px;
	color: var(--bs-secondary);
}
.col-form-label {
	line-height: 1.3;
	color: var(--bs-secondary);
}
.col-form-label small {
	font-size: 14px;
	font-weight: 400;
	color: var(--bs-secondary);
}
.form-group {
	margin-bottom: 15px;
}
.form-control,
.form-select {
	border: none;
	background-color: #eee;
	color: var(--bs-secondary);
	transition: all .25s;
	padding: 10px 15px;
}
.form-control:focus,
.form-select:focus {
	border: none;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	box-shadow: none;
}

.form-check-input {
	border-color: var(--bs-secondary);
}
.form-check-input:checked {
	background-color: var(--bs-primary);
	border-color: var(--bs-secondary);
}
.form-check-input:focus {
	box-shadow: none;
	border-color: var(--bs-secondary);
}

.dropzone {
	width: 100%;
	height: 300px;
	border: 5px solid #eee;
	position: relative;
	background: repeating-linear-gradient( 45deg, #fff, #fff 25px, #eee 25px, #eee 50px );
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.dropzone-input {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: none;
	opacity: 0;
}
.dropzone-caption {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.has-error .form-control,
.has-error .form-select {
	background-color: var(--bs-danger);
	color: var(--bs-white);
}
.has-error,
.has-error .form-check-label {
	color: var(--bs-danger);
}
.has-error .form-check-input,
.has-error .dropzone {
	border-color: var(--bs-danger);
}

#danke,
.form-hidden {
	display: none;
}

/* gallery */
.gallery-item {
	border-radius: 15px;
	position: relative;
	padding: 15px;
	display: block;
}
.gallery-inner {
	border-radius: 15px;
	position: relative;
}
.gallery-img {
	border-radius: 15px;
}
#gallery-werbebanner .gallery-inner::after {
	content: 'Anzeige';
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 14px;
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	border-radius: 15px 0 15px 0;
	z-index: 1;
}


/* mobil */
@media (max-width: 1399.98px) { 
	/* card */
	.card-inline .card-img-top {
		max-width: 480px;
	}
}
@media (max-width: 1199.98px) { 
	/* intro */
	.screen-title {
		font-size: 22px;
	}
	
	/* nav */
	.nav-item .nav-link {
		font-size: 16px;
	}
	.dropdown-menu {
		width: 100%;
		border-radius: 0;
		margin-bottom: 5px;
	}
	.dropdown-item:last-child {
		border-radius: 0;
	}
	
	/* card */
	.card-inline .card-img-top {
		max-width: 450px;
	}
}
@media (max-width: 991.98px) { 
	.accessibility-btn {
		bottom: 60px !important;
	}

	/* cta */
	.cta {
		font-size: 22px;
	}
	.cta small {
		font-size: 16px;
	}
	
	/* intro */
	.intro {
		padding-top: 123px;
	}
	.header.intro-header {
		background-color: var(--bs-white);
		border-top: none;
	}
	.header.intro-header .header-logo {
		max-width: 120px;
		padding: 20px;
		margin: 0 auto;
		border-radius: 0;
	}
	.intro-screen {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.screen-start,
	.screen-end {
		width: calc(100% - 60px);
		max-width: calc(100% - 60px);
		margin: 80px 30px 0 30px;
	}
	.screen-inner {
		padding: 30px;
	}
	.screen-text {
		font-size: 16px;
	}
	.screen-icon {
		height: 80px;
		width: 80px;
		top: -55px;
		left: 30px;
	}
	
	/* infoline */
	.infoline-text {
		text-align: center;
	}
	
	/* header */
	.header {
		min-height: 320px;
	}
	.header-logo {
		max-width: 160px;
	}
	
	/* nav */
	.navbar {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 10px solid var(--bs-primary);
		border-top: none;
	}
	.navbar-brand {
		display: block;
	}
	.nav-item {
		text-align: start;
	}
	.nav-item:first-child::before,
	.nav-item:last-child::before {
		display: none;
		margin: 0;
	}
	.nav-item:first-child,
	.nav-item:last-child {
		margin: 0;
	}
	.nav-item:first-child .nav-link, 
	.nav-item:last-child .nav-link {
		border-radius: 0;
	} 
	.nav-item .nav-link {
		padding: 10px 15px;
		font-size: 18px;
	}
	
	/* subnav */
	.subnav {
		right: 15px;
		bottom: 0;
		display: flex;
		flex-direction: row;
	}
	.subnav a {
		margin-top: 0px;
		margin-right: 5px;
		border-radius: 10px 10px 0 0;
	}
	
	/* ccm19 */
	.ccm-settings-summoner {
		bottom: 0 !important;
		border-radius: 10px 10px 0 0 !important;
		right: auto !important;
		left: 15px !important;
	}
	.ccm-settings-summoner--icon {
		border-radius: 10px 10px 0 0 !important;
	}
	
	/* section */
	.section {
		padding: 15px 0;
	}
	
	/* footer */
	.footer {
		text-align: center;
		padding: 30px 0 90px 0;
	}
	.footer-infos {
		flex-direction: row;
		position: relative;
		top: auto;
		right: auto;
	}
	.footer-infos::before,
	.footer-infos::after {
		display: none;
	}
	.footer-info-item {
		margin: 15px;
		border-radius: 15px !important;
		min-width: calc(50% - 30px);
	}
	.footer-info-item h3 {
		text-align: start;
	}
	
	/* anzeige */
	.anzeige-text {
  	font-size: 22px;
	}
	.anzeige-inner {
		flex-direction: column;
	}
	
	/* card */
	.card-inline .card-img-top {
		max-width: 100%;
		border-radius: 30px 30px 0 0;
	}
	.card-inline .card-title {
		text-align: center;
	}
	.card-inline .card-title small {
		margin: 0;
	}

	/* SEO */
	.seo {
		min-height: 25px;
		text-align: center;
	}
	.seo .seo-link {
		margin-right: 0;
	}
}
@media (max-width: 767.98px) { 
	/* footer */
	.footer-infos {
		flex-direction: column;
	}
	.footer-info-item {
		margin: 15px 0;
		min-width: 100%;
	}
}
@media (max-width: 575.98px) { }