@import url('fontawesome.min.css');
@import url('fonts.css');
@import url('lightbox.min.css');
@import url('vegas.min.css');
@import url('animate.min.css');

:root {
  --bs-primary: #013280;
  --bs-secondary: #444444;
}

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

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

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-primary);
  text-decoration: none;
  transition: all .25s;
}
a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}

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

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

.hr {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  background-color: var(--bs-primary);
  margin: 75px 0;
}
.hr::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('../img/hr.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ul {
  list-style-image: url('../img/ul.png');
}
.ul li {
  line-height: 2;
}

/* images */
.img-content {
  width: 100%;
  max-width: 350px;
}
.float-start {
  margin: 15px 30px 15px 0;
}
.float-end {
  margin: 15px 0 15px 30px;
}

/* button */
.btn {
  border-radius: 0;
  transition: all .25s;
  border: none;
  font-weight: 600;
  padding: 15px 20px;
}
.btn:hover,
.btn:focus {
  box-shadow: 0 7.5px 5px -2.5px rgba(0,0,0,0.25);
}

.btn-secondary {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #222;
  color: var(--bs-white);
}

.btn-light {
  background-color: var(--bs-white);
  color: var(--bs-secondary);
}
.btn-light:hover,
.btn-light:focus {
  background-color: #eee;
  color: var(--bs-secondary);
}

.btn-primary {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #00286a;
  color: var(--bs-white);
}

/* background */
.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 small {
  color: var(--bs-white);
}

/* infoline */
.infoline {
  display: block;
  position: relative;
  padding: 45px 0;
  background-color: var(--bs-white);
}
.infoline .container {
  position: relative;
}
.infoline .logo {
  display: flex;
  align-items: end;
  flex-direction: row;
  position: relative;
  width: auto;
}
.infoline .logo .logo-text {
  text-align: start;
  margin-left: 15px;
  font-weight: 800;
  font-size: 20px;
  color: var(--bs-primary);
  width: 100%;
}
.infoline .logo .logo-text span {
  font-weight: 500;
  font-size: 16px;
}
.infoline .logo img {
  width: 100%;
  max-width: 320px;
}
.infoline .hochwasser-badge {
  position: absolute;
  top: -40px;
  right: 0;
  max-width: 210px;
  transform: rotate(25deg);
}
.infoline .infoline-infos {
  margin: 0;
  font-size: 22px;
}
.infoline .infoline-infos i {
  display: inline-block;
  width: 28px;
}

/* nav */
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--bs-primary) !important;
}
.navbar-nav {
  width: 100%;
}
.nav-item {
  margin-right: 15px;
  width: 100%;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item .nav-link {
  font-weight: 600;
  padding: 10px 0 !important;
  color: var(--bs-white);
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.nav-item .nav-link i {
  display: inline-block;
  width: 25px;
}
.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item .nav-link.active {
  color: var(--bs-white) !important;
}
.nav-item .nav-link::before {
  content: '';
  display: block;
  background-color: var(--bs-white);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 0%;
  transition: all .25s;
  height: 3px;
}
.nav-item .nav-link:hover::before,
.nav-item .nav-link:focus::before,
.nav-item .nav-link.active::before {
  width: 100%;
}

.navbar-brand {
  color: var(--bs-white) !important;
  font-weight: 600;
}
.navbar-toggler {
  border: none;
  padding: 0;
  color: var(--bs-white);
  font-size: 28px;
  box-shadow: none !important;
}

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

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
}

/* header */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  padding: 45px;
}
.header-fader {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header-fader::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}
.header-caption {
  display: block;
  position: relative;
  z-index: 3;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 7.5px rgba(0,0,0,0.25);
}
.header-caption-title {
  font-size: 65px;
  font-weight: 800;
  color: var(--bs-white);
  text-transform: uppercase;
  font-family: 'Anton', 'Montserrat', sans-serif;
}
.header-caption-text {
  font-size: 22px;
  font-weight: 600;
  color: var(--bs-white);
}

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

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

/* footer */
.footer {
  display: block;
  position: relative;
  padding: 45px 0;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.footer a,
.footer2 a {
  color: var(--bs-white);
}
.footer a:hover,
.footer2 a:hover {
  color: var(--bs-white);
  opacity: 0.5;
}
.footer i {
  display: inline-block;
  width: 28px;
}
.footer h3 {
  color: var(--bs-white);
  margin: 0 0 15px 0;
}
.footer2 {
  display: block;
  position: relative;
  padding: 45px 0;
  background-color: #222222;
}
.footer-developer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.25;
  font-size: 16px;
}
.footer-developer img {
  width: 100%;
  max-width: 40px;
  margin-right: 5px;
}
.footer-logo {
  max-width: 250px;
  display: inline-block;
}
.footer-zertifikat {
  display: inline-block;
  max-height: 80px;
}
.footer-copy {
  margin: 0 0 -12px 0;
  font-size: 16px;
  color: var(--bs-white);
}

.seo {
  display: block;
  min-height: 32.5px;
}
.seo-link {
	transition: none;
  font-size: 14px;
  min-height: 20px;
}


/* CARD */
.card {
  background-color: var(--bs-white);
	border-radius: 0;
	border: none;
	box-shadow: 2.5px 2.5px 5px 1px rgba(11,11,11,0.25);
	padding: 20px;
	margin-bottom: 30px;
}
.card-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--bs-secondary) !important;
}
.card-text {
	font-size: 16px;
	line-height: 1.5;
	color: var(--bs-secondary);
}

.card-inline {
	padding: 0;
}
.card-inline .card-title {
	margin-top: 0;
}
.card-inline .card-title small {
  margin-left: 30px;
}
.card-inline .card-body {
	padding: 30px;
}
.card-inline .card-img {
	display: block;
	position: relative;
	border-radius: 0;
	min-width: 380px;
	min-height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a.card-inline:hover {
	transform: scale(0.975);
	box-shadow: 5px 5px 5px 0 rgba(11,11,11,0.25);
}

/* Form */
.form-group {
  margin-bottom: 20px;
}
.form-select,
.form-control {
  border-radius: 0;
  border-color: var(--bs-secondary);
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}

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

#danke {
  display: none;
}

/* vegas */
.vegas-timer-progress {
  background: #013280 !important;
}
.vegas-timer {
  height: 15px !important;
}

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

/* cta */
.cta {
  display: block;
  position: relative;
  padding: 60px 30px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-align: center;
  font-size: 25px;
  width: 100%;
  max-width: 900px;
  font-weight: 400;
  margin: 30px auto 0 auto;
  transition: all .25s;
  background-image: url('../img/cta.png');
  background-position: bottom -30px right -30px;
  background-repeat: no-repeat;
  background-size: auto;
}
.cta:hover {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  background-position: bottom -15px right -15px;
}
.cta small {
  font-weight: 600;
}

/* ACCORDION */
.accordion-button {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.accordion-button::after {
  background-image: 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-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='%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-collapse {
  padding: 15px;
}

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

/* mobil */
@media (max-width: 1399.98px) {  }
@media (max-width: 1199.98px) {  
  /* nav */
  .nav-item .nav-link {
    font-size: 15px;
  }

  /* footer */
  .footer-developer {
    margin-top: 30px;
  }

  /* card */
  .card-inline .card-img {
    min-width: 480px;
    min-height: 380px;
  }
}
@media (max-width: 991.98px) {  
  /* images */
  .img-content {
    max-width: 450px;
  }
  .img-content.float-start,
  .img-content.float-end {
    display: block;
    margin: 15px auto;
    float: none !important;
  }

  /* infoline */
  .infoline .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .infoline .logo img {
    display: block;
    margin: 0 auto;
  }
  .infoline .logo .logo-text {
    text-align: center;
    margin-left: 0;
  }
  .infoline .hochwasser-badge {
    top: -15px;
    max-width: 180px;
    margin-right: 15px;
  }

  /* header */
  .header {
    min-height: 400px;
  }

  /* section */
  .section {
    padding: 30px 0;
  }

  /* card */
  .card-inline .card-img {
    min-width: 100%;
    min-height: 220px;
  }
}
@media (max-width: 767.98px) {  
  /* header */
  .header {
    min-height: 300px;
  }
  .header-caption-title {
    font-size: 45px;
  }
  .header-caption-text {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) { 
  /* infoline */
  .infoline {
    padding: 30px 0;
  }
  .infoline .hochwasser-badge {
    display: none;
  }

  /* header */
  .header-caption-title {
    font-size: 35px;
  }
  .header-caption-text {
    font-size: 16px;
  }
 }