@import url("animate.css");
@import url("fonts.css");
@import url("fontawesome.min.css");
@import url("vegas.min.css");
@import url("datetimepicker.min.css");

/* GLOBAL */
:root {
	--primary: #842d2c;
	--secondary: #333;
	--danger: #ff4646;
}

html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--secondary);
	background: #efefef;
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin: 30px 0;
	color: var(--primary);
	font-weight: 300;
	text-transform: uppercase;
}

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

strong {
	font-weight: 600;
}

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

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

.special-font {
  font-family: 'Caveat';
  font-size: 22px;
}

ul.ul {
	list-style-type: square;
}
ul.ul li {
	line-height: 1.8;
	margin-bottom: 10px;
}

ul.ul-xl li {
	font-size: 22px;
}

.text-primary {
	color: var(--primary) !important;
}


/* TWO COLUMS */
.two-cols {
  -moz-column-width: 400px;
  -moz-column-gap: 30px;
  -moz-hyphens: auto;
  
  -webkit-column-width: 400px;
  -webkit-column-gap: 30px;
  -webkit-hyphens: auto;  
  
  column-width: 400px;
  column-gap: 30px;
}


/* BUTTONS */
.btn {
	text-transform: uppercase;
	border-radius: 0;
	transition: all .25s;
}
.btn:focus {
	box-shadow: none !important;
}

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

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

.btn-outline-danger {
	border-color: var(--danger);
	color: var(--white);
	background-color: none !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.active {
	border-color: var(--danger) !important;
	color: var(--white);
	background-color: var(--danger) !important;
}

.btn-whatsapp {
	background: #25D366;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 1;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
	background: #075E54;
	color: #fff;
}
.btn-whatsapp i {
	width: 20px;
	font-size: 18px;
}

.info-btn {
  display: block;
  width: 100%;
  padding: 30px;
  background: var(--secondary);
  color: var(--white);
  text-align: center;
  font-size: 22px;
}
.info-btn:hover,
.info-btn:focus {
  background: #222;
  color: var(--white);
}

/* NAV */
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255, 1) !important;
	color: var(--secondary);
	transition: all .25s;
	z-index: 1000;
}
.navbar .container {
	align-items: end;
}
.navbar .navbar-collapse {
	width: 100%;
}
.navbar .navbar-nav {
	width: 100%;
}
.navbar .nav-item {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}
.navbar .nav-link {
	color: var(--secondary) !important;
	padding: 5px 15px;
	text-transform: uppercase;
	transition: all .25s;
	font-size: 17.5px;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
	color: var(--primary) !important;
}

.navbar.fixed-top {
	background-color: var(--white) !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
.navbar.fixed-top .navbar-brand img {
	width: 150px;
}

.navbar .navbar-brand img {
	width: 160px;
	transition: all .25s;
}
.navbar .navbar-brand .logo-caption {
	text-transform: lowercase;
	color: var(--primary);
	font-size: 20px;
}
.navbar .navbar-brand .logo-caption span {
	color: var(--secondary);
}

.dropdown-menu {
	padding: 0;
	border-radius: 0;
	min-width: 220px;
}
.dropdown-item {
	padding: 5px 15px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	background: var(--primary);
	color: var(--white);
}

.navbar-toggler {
	color: var(--primary) !important;
	border: none;
	font-size: 32px;
	border-radius: 0;
	outline: none !important;
	padding: 0;
}


/* HEADER */
header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 400px;
	margin-top: 140px;
}


/* SECTION */
section {
	padding: 30px 0;
	background: var(--white);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
section .section-image {
	display: block;
	position: relative;
	height: 100%;
	min-height: 400px;
	padding: 30px;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section .section-text {
	display: block;
	position: relative;
	height: 100%;
	padding: 30px;
}
section.bg-primary {
	background: var(--primary) !important;
	color: var(--white);
}
section.bg-primary p,
section.bg-primary h1,
section.bg-primary h2,
section.bg-primary h3,
section.bg-primary h4,
section.bg-primary a {
	color: var(--white);
}
section#intro {
	min-height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
section#intro .intro-wrap {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
	text-align: center;
	width: 100%;
}
section#intro .intro-wrap .intro-slogan {
	text-align: center;
	font-size: 45px;
	color: var(--white);
	line-height: 1;
	padding: 30px 15px;
	background-color: rgba(132, 45, 44, 0.5) !important;
	font-family: 'Caveat';
}
.full-width {
	padding: 0;
}
.full-width .container-fluid {
	padding: 0;
}


/* FOOTER */
footer {
	color: var(--white);
}
footer a {
	color: var(--white);
}
footer a:hover {
	color: var(--white);
}

footer .footer1 {
	padding: 30px;
	background: var(--secondary);
}
footer .footer1 [class*="col"]:nth-child(2) {
	border-left: 1px solid #ccc;
}

footer .footer2 {
	padding: 30px;
	background: var(--primary);
	position: relative;
}
footer .footer2 .totop {
	position: absolute;
	right: 30px;
	top: -25px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 25px;
	color: var(--white);
	background: var(--primary);
	border-radius: 50%;
}
footer .footer2 .totop:hover {
	opacity: 1;
	background: var(--secondary);
}


/* TIMES */
.special-btn-area {
	position: fixed;
	right: 15px;
	bottom: 68px;
	z-index: 500;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.special-btn-area .special-btn {
	background: var(--primary);
	color: var(--white);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.25);
	cursor: pointer;
	margin-top: 5px;
	font-size: 20px;
}

.times {
	position: fixed;
	right: 75px;
	bottom: 0;
	min-width: 305px;
	padding: 30px;
	background: var(--secondary);
	z-index: 1;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	display: none;
}
.times p,
.times h1,
.times h2,
.times h3,
.times a {
	color: var(--white);
}
.times p {
	margin-bottom: 5px;
	margin-top: 0;
}
.times p:last-child {
	margin-bottom: 0;
}
.times span {
	display: inline-block;
	min-width: 120px;
	font-weight: 600;
}


/* MODAL */
.modal-backdrop.show {
	opacity: .75;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  padding: 30px;
  border-radius: 0;
}
.modal-header .modal-title {
  margin: 0;
}
.modal-team .modal-header .close {
	font-size: 38px;
	padding: 0;
	margin: 0;
	line-height: 0.5;
	outline: none !important;
}
.modal-body {
  padding: 30px;
  border-radius: 0;
}
.modal-body p:first-child {
  margin-top: 0;
}
.modal-body p:last-child {
  margin-bottom: 0;
}
.modal-footer {
  padding: 30px;
  border-radius: 0;
}

.modal-team .modal-header {
	line-height: 1.2;
}
.modal-team .modal-header .modal-title .modal-team-pb {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border: 2px solid var(--primary);
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.modal-team .modal-header .modal-title .modal-team-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1.2;
}

.modal-info .modal-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 450px;
}
.modal-info .modal-body {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 45px;
	color: var(--white);
	text-shadow: 3px 3px 5px rgba(0,0,0,0.75);
}
.modal-info .modal-body h3 {
	color: var(--white);
	font-weight: 600;
	margin-top: 0;
	font-size: 45px;
}
.modal-info .modal-body h3 small {
	margin-top: 10px;
}
.modal-info .modal-body p {
	line-height: 1.5;
	font-size: 28px;
}
.modal-info .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 80px;
	padding: 0;
	margin: 0;
	line-height: 0.5;
	outline: none !important;
	box-shadow: none !important;
	color: var(--white);
	z-index: 1800;
}


/* IMAGE LINK */
.image-link {
  position: relative;
  display: block;
  min-height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  transition: all .25s;
  background-color: rgba(0,0,0,0.25);
}
.image-link .image-link-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  text-transform: uppercase;
  background-color: rgba(132, 45, 44, 0.5);
  padding: 10px 15px;
  line-height: 1.2;
  width: 100%;
  
}
.image-link:hover {
  transform: scale(1.025);
}


/* PROFIL */
.profile {
	display: block;
	position: relative;
	padding: 15px;
	color: var(--white);
	margin-bottom: 30px;
}
.profile .profile-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 180px;
	height: 180px;
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 50%;
	border: 3px solid var(--primary);
}
.profile .profile-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.profile .profile-name small {
	font-size: 14px;
	min-height: 35px;
}
.profile .profile-infos {
	text-align: center;
	margin-bottom: 15px;
}


/* FORM */
.form-control {
	border-radius: 0;
	border: none;
	background: none;
	border-bottom: 1px solid var(--white);
	transition: all .25s;
  color: var(--white);
}
.form-control option {
  color: #333;
}
.form-control:focus {
	background: rgba(255,255,255,0.25);
	border-color: var(--white);
	box-shadow: none !important;
	color: var(--white);
}

.form-check-input {
	display: inline-block;
  transform: scale(1.15);
  margin-top: 10px;
}

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

#danke {
	display: none;
}

/* CARD */
.card {
	border-radius: 0;
	margin-bottom: 15px;
}
.card .card-header {
	padding: 0;
	border-radius: 0;
	background-color: var(--white);
}
.card .card-header .btn {
	padding: 10px 15px;
	color: var(--primary);
	text-decoration: none !important;
	text-align: left;
	font-size: 20px;
}
.card .card-body,
.card .card-body p {
	color: var(--secondary);
}
.card .card-body p:first-child {
	margin-top: 0;
}
.card .card-body p:last-child {
	margin-bottom: 0;
}

/* ACCORD */
.accord {
  display: none;
}

/* ccm19 */
.ccm-settings-summoner {
	left: auto !important;
	right: 15px !important;
	bottom: 15px !important;
}
.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.25) !important;
}

/* MOBIL */
@media (max-width: 1199.98px) {
	/* NAV */
	.navbar .container {
		align-items: center;
		flex-direction: row;
	}
	.navbar .navbar-collapse {
		flex-direction: row;
	}
	.navbar .nav-item {
		text-align: left;
	}
	.navbar .nav-link:hover,
	.navbar .nav-link:focus,
	.navbar .nav-link.active {
		background: var(--primary);
		color: var(--white) !important;
	}
	
	.navbar .navbar-brand img {
		width: 130px;
	}
	.navbar .navbar-brand .logo-caption {
		font-size: 14px;
	}

	.navbar.fixed-top .navbar-infoline a,
	.navbar.fixed-top .navbar-infoline button {
		font-size: 22px;
	}
	
	/* HEADER */
	header {
		min-height: 300px;
		margin-top: 180px;
	}
	
  /* IMAGE LINK */
  .image-link {
    min-height: 260px;
  }
}
@media (max-width: 991.98px) {
	/* SECTION */
	section .section-text {
		padding: 30px 15px;
	}
  
  /* IMAGE LINK */
  .image-link {
    min-height: 220px;
  }

	/* TIMES */
	.special-btn-area {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		width: 100%;
		overflow: hidden;
	}
	.special-btn-area .special-btn {
		width: 100%;
		height: 55px;
		margin-top: 0;
		font-size: 22px;
		box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	}

	/* ccm19 */
	.ccm-settings-summoner {
		left: 15px !important;
		right: auto !important;
		bottom: 70px !important;
	}

	/* title */
	.times {
		bottom: 55px;
		right: 0;
	}

	.footer2 {
		margin-bottom: 55px;
	}
}
@media (max-width: 767.98px) {
	/* HEADER */
	header {
		min-height: 200px;
	}
	
	/* SECTION */
	section#intro {
		background-position: center left -175px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	section#intro .intro-wrap {
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section#intro .intro-wrap .intro-slogan {
		font-size: 22px;
	}
	section .section-image {
		min-height: 280px;
	}
}
@media (max-width: 575.98px) {
	/* FOOTER */
	footer .footer1 [class*="col"]:nth-child(2) {
		border-left: none;
	}
	
	section .section-image {
		min-height: 220px;
	}
}









