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

:root {
  --bs-primary: #74c6c7;
  --bs-secondary: #73797d;
  --bs-body: #fff;
  --transition: all .25s;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--bs-secondary);
  background-color: var(--bs-body);
  height: 100%;
}

h1, .h1 {
  color: var(--bs-primary);
  margin: 0 0 30px 0;
  font-weight: 300;
	-moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 30px 0;
  font-weight: 300;
	-moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

p {
  margin: 15px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: var(--bs-secondary);
  text-decoration: none;
  transition: var(--transition);
  font-weight: 600;
}
a:hover {
  color: #62a3a3;
  text-decoration: none;
}

small {
  font-size: 65%;
  display: block;
  font-weight: 300;
}

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

hr { 
  margin: 45px 0;
}

.icon {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* ccm19 */
.ccm-settings-summoner {
	right: 0 !important;
	left: auto !important;
	bottom: 30px !important;
}
.ccm-settings-summoner--link {
	box-shadow: 0 5px 15px 0 rgba(115, 121, 125, 0.5) !important;
}

/* list */
ul {
  list-style-image: url('../img/ul.png');
	padding-left: 50px;
}
ul li {
  margin-bottom: 15px;
}
.job-list {
	list-style: none;
	padding-left: 0;
}
.job-list li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid var(--bs-white);
	font-weight: 600;
}
.job-list li:last-child {
	border-bottom: none;
}

/* two colums */
.two-col {
  -moz-column-width: 300px;
  -moz-column-gap: 30px;  
  -webkit-column-width: 300px;
  -webkit-column-gap: 30px;
  column-width: 300px;
  column-gap: 30px;
}

/* LETTER SPACING */
.ls-1 {
  letter-spacing: 2.5px;
}

/* BUTTONS */
.btn {
  min-width: 180px;
  font-size: 16px;
  font-weight: 300;
  min-height: 42px;
  position: relative;
  transition: var(--transition);
	border-radius: 0;
}
.btn:focus {
	box-shadow: none !important;
}

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

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

/* BACKGROUND */
.bg-white {
  background-color: var(--bs-white) !important;
}

.bg-secondary {
	background-color: var(--bs-secondary) !important;
	color: var(--bs-white);
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p,
.bg-secondary a {
	color: var(--bs-white);
}
.bg-secondary ul,
.splice-bg-secondary ul {
	list-style-image: url('../img/ul_w.png');
}

/* IMAGES */
.img-content {
  box-shadow: 5px 5px 5px 0 rgba(115, 121, 125, 0.5);
  display: block;
  margin: 15px auto;
	transition: all .25s;
}
.img-content.hover:hover {
	box-shadow: none;
}
.zertifikat {
	box-shadow: 5px 5px 5px 0 rgba(115, 121, 125, 0.5);
	width: 250px;
	transition: all .25s;
}
.zertifikat:hover {
	box-shadow: none;
}

/* lightbox */
.lb-outerContainer {
	border-radius: 0;
}
.lightbox .lb-image {
	border-radius: 0;
	border: none;
}

/* WRAPPER */
.wrapper#wrapper-start {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: var(--transition);
}
.wrapper#wrapper-start.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.wrapper#wrapper-start.fixed-top .navbar-brand .nav-logo {
  max-width: 130px;
}
.wrapper#wrapper-start.fixed-top .navbar .nav-link {
  padding: 5px 20px !important;
}

/* SUBNAV */
.subnav {
  display: block;
  position: relative;
  padding: 5px 0;
  background-color: var(--bs-white);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
	z-index: 1;
}
.subnav .nav .nav-link {
  font-size: 14px;
	padding: 0;
}
.subnav .nav .nav-link.active {
	color: var(--bs-primary);
}
.subnav .nav .nav-link::after {
  content: ' | ';
  color: var(--bs-secondary) !important;
  margin: 0 10px;
}
.subnav .nav .nav-link:last-child::after {
  content: '';
}

.side-subnav {
	position: fixed;
	right: 0;
	bottom: 88px;
	z-index: 800;
	display: block;
}
.side-subnav a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 28px;
	background-color: var(--bs-primary);
	color: var(--bs-white);
	box-shadow: 0 5px 15px 0 rgba(115, 121, 125, 0.5);
}
.contact-icon {
	width: 48px;
	height: 48px;
	display: block;
	background-image: url('../img/contact-icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* NAV */
.nav .nav-link {
  color: var(--bs-secondary);
}
.nav-link:hover, 
.nav-link:hover {
  color: #62a3a3;
}

.navbar {
  background-color: var(--bs-white);
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar .navbar-nav {
	width: 100%;
}
.navbar .nav-item {
  width: 100%;
  margin-bottom: 0;
}
.navbar .nav-link {
  padding: 15px 20px !important;
  font-weight: 300;
  max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
  position: relative;
	transition: all 0s;
}
.navbar .nav-link::before {
  content: '';
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--bs-primary);
  position: absolute;
  transition: var(--transition);
}
.navbar .nav-link:hover, 
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--bs-primary);
}
.navbar .nav-link:hover::before, 
.navbar .nav-link:focus::before,
.navbar .nav-link.active::before {
  width: 100%;
}

.navbar-brand .nav-logo {
  width: 100%;
  max-width: 190px;
  transition: var(--transition);
}
.navbar-toggler {
  border-radius: 0;
  border: none;
  font-size: 28px;
  padding: 0;
  box-shadow: none !important;
}

.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2373797d' class='bi bi-chevron-down' viewBox='0 0 16 16'%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");
	border: none;
	width: 17.5px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.dropdown-toggle:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2374c6c7' class='bi bi-chevron-down' viewBox='0 0 16 16'%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");
}
.dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 280px;
  box-shadow: 5px 5px 5px 0 rgba(115, 121, 125, 0.5);
	margin-top: 0 !important;
	border-top: none;
}
.dropdown-menu li {
  margin-bottom: 0;
}
.dropdown-item {
  padding: 10px 20px !important;
  font-weight: 300;
  color: var(--bs-secondary);
  font-size: 16px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background-color: var(--bs-white);
  color: var(--bs-primary);
}
.dropdown:hover .dropdown-menu {
   display: block;
 }

.wrapper.fixed-top .navbar {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}

/* HEADER */
.header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
  min-height: 280px;
  background-image: url('../img/header/1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-text {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}
.header-text small {
  font-size: 30px;
  font-weight: 400;
  color: var(--bs-color);
  padding: 10px 15px;
  display: table;
  text-shadow: none;
  position: relative;
  top: 0;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	line-height: 1.8;
}
.header-title {
	display: table;
	padding: 15px 30px;
	font-weight: 400;
  color: var(--bs-white);
	font-size: 45px;
	line-height: 1.25;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

/* MAIN */
.main {
  display: block;
  position: relative;
}

/* SECTION */
.section {
  padding: 90px 0;
  position: relative;
}

.section-divider {
  display: block;
  min-height: 60px;
}

section.splice {
	padding: 0;
	color: var(--bs-white);
}
section.splice h1,
section.splice h2,
section.splice h3,
section.splice h4,
section.splice a,
section.splice p,
section.splice small {
	color: var(--bs-white);
}
section.splice a:hover {
  color: var(--bs-secondary);
}
section.splice.splice-bg-secondary a:hover {
  color: var(--bs-primary);
}

section.splice.text-l-img-r::before {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	left: 0;
  width: 66%;
  z-index: 1;
  background-color: var(--bs-secondary);
}
section.splice.text-l-img-r.splice-bg-secondary::before {
	background-color: var(--bs-secondary);
}
section.splice.text-l-img-r::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 0;
  width: 34%;
  z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.splice.text-r-img-l::before {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	right: 0;
  width: 66%;
  z-index: 1;
  background: rgb(116,198,199);
  background: -moz-linear-gradient(135deg, rgba(116,198,199,1) 0%, rgba(110,223,224,1) 60%, rgba(116,198,199,1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(116,198,199,1) 0%, rgba(110,223,224,1) 60%, rgba(116,198,199,1) 100%);
  background: linear-gradient(135deg, rgba(116,198,199,1) 0%, rgba(110,223,224,1) 60%, rgba(116,198,199,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74c6c7",endColorstr="#74c6c7",GradientType=1); 
}
section.splice.text-r-img-l.splice-bg-secondary::before {
	background: var(--bs-secondary);
}
section.splice.text-r-img-l::after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
	left: 0;
  width: 34%;
  z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.splice.text-l-img-r .section-text {
	padding: 90px 30px 90px 0;
	position: relative;
	z-index: 2;
}
section.splice.text-r-img-l .section-text {
	padding: 90px 0 90px 30px;
	position: relative;
	z-index: 2;
}

section.splice#section_splice_1::after {
	background-image: url("../img/section/1.jpg");
}
section.splice#section_splice_2::after {
	background-image: url("../img/section/2.jpg");
}
section.splice#section_splice_3::after {
	background-image: url("../img/section/3.jpg");
}
section.splice#section_splice_4::after {
	background-image: url("../img/section/4.jpg");
}
section.splice#section_splice_5::after {
	background-image: url("../img/section/5.jpg");
}
section.splice#section_splice_6::after {
	background-image: url("../img/section/6.jpg");
}
section.splice#section_splice_7::after {
	background-image: url("../img/section/7.jpg");
}
section.splice#section_splice_8::after {
	background-image: url("../img/section/8.jpg");
}

/* SHORTFORM */
.shortform {
  display: block;
  position: absolute;
	left: 50%;
	bottom: -45px;
	transform: translateX(-50%);
  padding: 30px 45px;
  background-color: var(--bs-white);
  border-radius: 0;
  box-shadow: 5px 5px 5px 0 rgba(115, 121, 125, 0.5);
	color: var(--bs-secondary);
	width: 100%;
	max-width: 1100px;
	z-index: 3;
}
.shortform-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1;
	color: var(--bs-secondary);
}
.shortform .form-select,
.shortform .form-control {
  width: 240px;
}
.shortform .form-select {
	font-size: 16px;
}

/* JUMBOTRON */
.jumbotron {
  display: block;
  position: relative;
  padding: 45px;
  background-color: var(--bs-white);
	color: var(--bs-secondary);
  border-radius: 0;
  box-shadow: 5px 5px 5px 0 rgba(115, 121, 125, 0.5);
  margin-bottom: 45px;
}

/* CTA */
.cta {
  display: block;
  position: relative;
  padding: 75px 15px;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  background-image: url('../img/parallax/1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.cta:hover {
  color: var(--bs-white);
  background-color: #4e5255;
  color: var(--bs-white);
  letter-spacing: 2.5px;
}
.cta small {
  font-size: 18px;
  font-weight: 600;
}
.cta i {
  font-size: 65px;
  margin-bottom: 15px;
  letter-spacing: 0 !important;
}

/* FOOTER */
.footer {
  padding: 75px 0;
  background-image: url('../img/footer-logo.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.footer .footer-nav a {
  margin-right: 15px;
	color: var(--bs-white);
}
.footer .footer-nav a:hover {
	opacity: 0.75;
}
.footer .footer-nav a:last-child {
  margin-right: 0;
}

.to-top {
  position: absolute;
  left:50%;
  top: -30px;
	transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
	color: var(--bs-white);
  font-size: 25px;
}
.to-top:hover {
	color: var(--bs-white);
  padding-bottom: 15px;
}

/* CARD */
.card {
  border-radius: 0;
  border: none;
  background-color: var(--bs-white);
  margin: 15px 0;
  transition: var(--transition);
	box-shadow: 5px 5px 5px 0 rgba(115, 121, 125, 0.5);
}
.card:hover {
  box-shadow: none;
}
.card-img, 
.card-img-top {
  border-radius: 0;
}
.card-title {
  margin-top: 0;
  margin-bottom: 15px;
	font-size: 22px;
}
.card-body {
  padding: 30px;
}
.card-text {
  line-height: 1.5;
  font-size: 16px;
}

.slick-slider .card {
	transform: scale(0.90);
}

/* slick */
.slick-dots li button::before {
	font-size: 12px;
	color: var(--bs-secondary);
}
.slick-dots li.slick-active button::before {
	color: var(--bs-primary);
}

/* modal */
.modal-content {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.modal-header {
	border-radius: 0;
	padding: 30px;
}
.modal-title {
	margin: 0;
}
.modal-body {
	padding: 30px;
}

/* form */
.form-group {
	margin-bottom: 15px;
}
.form-label {
	font-size: 16px;
}
.form-control, 
.form-select { 
	border-radius: 0;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
	border-color: var(--bs-primary);
}

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

#danke {
	display: none;
}

/* accordion */
.accordion-item {
	border: none;
	margin-bottom: 15px;
}
.accordion-item:last-child {
	margin-bottom: 0;
}
.accordion-header {
	margin-top: 0;
}
.accordion-flush .accordion-item .accordion-button {
	box-shadow: none !important;
	color: var(--bs-secondary);
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2373797d'%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-button:not(.collapsed) {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important; 
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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-body {
	padding: 30px;
}
.accordion-body p,
.accordion-body h3 {
	color: var(--bs-secondary) !important;
}
.accordion-body ul {
	list-style-image: url('../img/ul.png');
	color: var(--bs-secondary) !important;
}
.accordion-body p:first-child {
	margin-top: 0;
}

/* LIST ITEM */
.list-item {
	display: block;
	position: relative;
	padding: 18px 22.5px;
	background-color: var(--bs-white);
	color: var(--bs-secondary) !important;
	margin-bottom: 15px;
	font-weight: 300;
}
.list-item::after {
	content: '';
	width: 25px;
	height: 20px;
	position: absolute;
	right: 22.5px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2373797d' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
}

/* ccm19 */
.ccm-settings-summoner {
  display: none !important;
}


/* MOBIL */
@media (max-width: 1399.98px) {  
	/* nav */
	.navbar .nav-link {
		font-size: 16px;
	}
	.navbar-brand .nav-logo {
		max-width: 160px;
	}
	
	/* shortform */
	.shortform-title {
		font-size: 22px;
	}
	.shortform .form-select,
	.shortform .form-control {
		width: 100%;
	}
}
@media (max-width: 1199.98px) {  
	/* HEADER */
	.header-title {
		font-size: 38px;
	}
	
	/* SECTION */
	.section {
		padding: 60px 0;
	}
	
  section.splice.text-l-img-r,
  section.splice.text-r-img-l {
    background: var(--bs-primary);
  }
  section.splice.text-l-img-r.splice-bg-secondary,
  section.splice.text-r-img-l.splice-bg-secondary {
    background: var(--bs-secondary);
  }
  
  section.splice.text-l-img-r::before,
  section.splice.text-r-img-l::before {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    z-index: 1;
    background: var(--bs-primary);
    display: block;
  }
  
  section.splice.text-r-img-l::after,
  section.splice.text-l-img-r::after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    z-index: 1;
    min-height: 350px;
    display: block;
  }
  
  section.splice.text-l-img-r .section-text,
  section.splice.text-r-img-l .section-text {
    padding: 60px 0;
  }
	
	/* SHORTFORM */
	.shortform {
		position: relative;
		transform: none;
		bottom: auto;
		left: auto;
	}
}
@media (max-width: 991.98px) {  
	body {
		font-size: 16px;
	}
	
	ul {
		padding-left: 30px;
	}
	ul li {
		margin-bottom: 5px;
	}
	
  .wrapper#wrapper-start.fixed-top .navbar .nav-link {
    padding: 15px 20px !important;
  }
  
  /* NAV */
  .navbar .nav-link {
    text-align: left;
  }
  
  /* HEADER */
  .header-text {
    font-size: 38px;
  }
  .header-text small {
    font-size: 18px;
    display: block;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    top: 0;
  }
	.header-title {
		font-size: 26px;
		font-weight: 500;
	}
	
	/* SECTION */
	.section,
	section.splice.text-l-img-r .section-text,
  section.splice.text-r-img-l .section-text {
    padding: 30px 0;
  }
	
	/* cta */
	.cta {
		font-size: 18px;
	}
	.cta:hover {
		letter-spacing: 0.5px;
	}
}
@media (max-width: 767.98px) {  }
@media (max-width: 575.98px) {  }





