	@charset "UTF-8";
/* CSS Document */

.pt-5, .py-5 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
a {
    color: #44a12b;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{.card > * {
	flex: 0 0 auto;
}
}



.carousel-content {
  	position: absolute;
  	top: 5%;
  	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
  	z-index: 20;
  	color: white;
  	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-size: 2.0em;
	font-style: oblique;
	font-weight: bold;
}

@media only screen and (max-width:900px){.carousel-content{
	font-size: 1.3em;
	}
}

/* Page Sections */

.section,
.section-colored {
  padding: 50px 0;
}

/*Hintergrundfarbe "Step out your Comfort-Zone"*/
.section-colored {
  background-color: #e1e1e1;
}

.section-header {
  background-color: #548d31;
  color: #ffffff;
  padding: 20px;
}

.btn-secondary {
	color: #fff;
	background-color: #00467f!important;
	border-color: #00467f!important;
}

.btn-primary {
	background-color: #00467f!important;
	border-color: #00467f!important;
}


/*Fußzeile*/

a.footer:hover {
	color:white;
}

.page-footer.unique-color-dark.mt-4{
	background-color:#535353;
	padding-top:1px;
}
.text-uppercase {
	color:white;
}
.ml-auto, .mx-auto {
	border-color: white;
}

.motto {
	font-size: 1.2rem;
	font-style: italic;
	color: white;
}

/*Modal*/
.text-primary {
	color: #548d31!important
}

.modal-header {
     background-color: #e1e1e1;
 }
.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

/*Card Deck*/

@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}

/*Modal */

#profile-grid {
  overflow: auto;
  white-space: normal;
}
#profile-grid .profile {
  padding-bottom: 40px;
}
#profile-grid .panel {
  padding: 0;
}
#profile-grid .panel-body {
  padding: 15px;
}
#profile-grid .profile-name {
  font-weight: bold;
}
#profile-grid .thumbnail {
  margin-bottom: 6px;
}
#profile-grid .panel-thumbnail {
  overflow: hidden;
}
#profile-grid .img-rounded {
  border-radius: 4px 4px 0 0;
}

/* Pricing Table */

section.pricing {
  background: #548d31!important; /*#007bff;*/
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  background-color: #E8A10C!important;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

#jd-logo {
  margin-top: 10px;
}

#ia-logo {
  margin-top: 10px;
}
