/* Necessary for full page carousel*/
html,
body,
header,
.view {
  	height: 100%;
	font-size: 16px;
}
body {
    background: #FFFCF5;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100.2%;
}

#freshworks-container::before{
	content: 'Mit Klick auf den Hilfe-Button stimme ich der Datenübertragung zu.';
	height: 100px;
	width: 140px;
	right: 22px;
    bottom: 28px;
    position: fixed;	
	background: #fff; 
	color: #cf2030;
	z-index: 21474830;
    visibility: visible;
	border-radius: 5px;
	font-size: 12px;
	padding: 0 5px;
	border:1px solid #cf2030;
}

.blue-gold {
    color: #cf2030!important;
}
.lightblue-text {
    color: #dfedf8!important;
}
.yellow-text {
    color: #C1002B!important;
}

.mt-5, .my-5 {
    margin-top: 45px!important;
}

.bg_lightblue{ background: #dfedf8; padding-top: 30px; padding-bottom: 15px;}
.bg_lightblue1{ background: #dfedf8;}
.bg_lightyellow{  background: #C1002B; padding-top: 15px; margin-bottom: 15px;}
.bg_gold{ background: #cf2030; color: #fff; padding-top: 15px; margin-bottom: 15px;}

.btn-info {
    background-color: #cf2030!important;
    color: #fff;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #C1002B!important;
    color: #fff;
}

.bni {
    background-color: #cf2030 !important;
}

.bildicon{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #cf2030!important;
}
a {
    cursor: pointer;
    color: #cf2030;
}
a:hover,
a:focus {
    cursor: pointer;
    color: #C1002B;
}

.h1, h1 {
    font-size: 32px;
    line-height: 48px;
	display: block;
    margin: 0 0 30px 0;
    padding: 5px 0 20px 0;
    font-weight: 700;
    position: relative;
}
h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background: #cf2030;
}
.h2, h2 {
    font-size: 1.50rem;
	color: #292727!important;
	margin-bottom: 15px;position: relative;
	padding-bottom: 10px;
}
.h3, h3 {
    font-size: 1rem;
	font-weight: 500;
	color: #292727;
	padding-bottom: 20px;
}
.h4, h4 {
    font-size: 1.2rem;
	color: #292727!important;
}
h4 span {
    font-size: 1.2rem;
	color: #cf2030!important;
}

b, strong {
    font-weight: 700;
}

main ol, main ul {
    margin-top: 0;
    padding-left: 1rem;
}
.headerabstand{
	height: 90px;
	width: 100%;
}

.headervideo{
	background: #cf2030;
	margin-top: 75px;
}
.ratio-21x9 {
    --mdb-aspect-ratio: 27.7%;
}

main ul li {
  list-style: none;
}
main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cf2030; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.navbar.scrolling-navbar {
    background-color: rgba(255,255,255,1);
    border-bottom: 5px solid #cf2030;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #dfedf8;
    border-radius: 0;
}

.navbar {
  background-color:rgba(255,255,255,0.90);
}

.navbar-nav{ padding-left: 50px;}

.navbar-brand{}
.navbar-brand img{
	height: 50px;
}

.top-nav-collapse {
    background-color:rgba(255,255,255,0.90);
}

.sidenav-backdrop {
    z-index: 1029;
}

.sidenav-link {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    height: 2rem;
}
.sidenav-menu .button-collapse{
    margin: 1rem 1.5rem;
}

.page-footer {
    bottom: 0;
    color: #fff!important;
    background-color: #cf2030!important;
}

footer.page-footer {
}
footer.page-footer a {
    color: #fff!important;
}
footer.page-footer a.btn {
    color: #fff!important;
}
.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
    color: #000000;
	font-size: 1rem;
	padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar .breadcrumb .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:hover ,
.navbar .breadcrumb .nav-item.active>.nav-link, .navbar .navbar-nav .nav-item.active>.nav-link {
	color: #cf2030;
}

.nav-item {
	position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.navbar .dropdown-menu a {
    padding: 5px 10px;
	margin: 0;
    font-size: .9375rem;
    font-weight: 300;
    color: #212529;
}

.navbar .dropdown-menu .nav-item .nav-link {
    color: #000;
	font-size: 1rem;
	padding-right: 1rem;
    padding-left: 1rem;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item{ margin: 0;}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover{
	background: #fff;
}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover,
.nav-item a:hover, 
.dropdown-item.active, .dropdown-item:active,
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus {
    color: #000!important;
}

.dropdown-item{
    background-color: #fff;
    color: #212529;
}
.dropdown-item.active,
.dropdown-item .active{
    background-color: #dfedf8;
    color: #212529;
}
.dropdown-item:hover{
    background-color: #dfedf8!important;
    color: #212529;
}

.nav-item:hover .drop1 {
    position: absolute!important;
	display: block !important;
	top: 41px;
	z-index: 999;
}
.dropdown-item:hover .drop2 {
    position: absolute!important;
	display: block !important;
	top: 41px;
	z-index: 999;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #cf2030;
    border: 1px solid #fff;
    border-radius: .25rem;
}
.navbar-toggler i {
	color: #fff;
}



.sidenav-primary .sidenav-link.active {
    color: #C1002B;
}

.rgba-white-strong, .rgba-white-strong:after {
    background-color: #FFFCF5;}

.linkcol-head{
	position: relative;
}


.border-light {
    border-color: #cf2030!important;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}

.carousel h2{
	color: #fff!important;
	font-size: 3rem;
}
.lead {
    font-size: 1.5rem;
    font-weight: 300;
}
.carousel .mask{
	background-color: rgba(0,0,0,0.01);
}

.carousel-multi-item .carousel-indicators li {
    height: 0.625rem;
    width: 0.625rem;
    max-width: 0.625rem;
    background-color: #cf2030!important;
    margin-bottom: -3.75rem;
}
.carousel-multi-item .carousel-indicators .active {
    height: 0.625rem;
    width: 0.625rem;
    max-width: 0.625rem;
    background-color: #cf2030;
    border-radius: 50%;
}

.card:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.16), 0 2px 30px 0 rgba(0,0,0,.12);
    border: 0;
	transition-property: box-shadow;
	transition-duration: 1s;
	transition-delay: 0s;
}

a .nolink{
	color:#212529;
}

.zitat{
	font-size: 1.3rem;
}
.zitat p{
	padding-top: 40px;
}
.zitat .quote-fa{
	padding-top: 30px;
}

.teaserbild{
	width: 100%;
}

.teaserlink{
	width: 100%;
	display: block;
	padding: 15px;
	background: #cf2030;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.teaserlink:hover{
	width: 100%;
	display: block;
	padding: 15px;
	background: #cf2030;
	color: #fff!important;
}

.blogteaser{
	border-bottom: 1px solid #dfedf8;
	margin-bottom: 15px;
}

.quote-fa{
	font-size: 2rem;
}

.quote{ font-style: italic;
}

.dakonanmeldung h2{ margin: 15px;}
.dakonanmeldung .card .row{ margin: 15px;}
.dakonanmeldung .card p{ margin: 0 15px 15px 15px;}
legend{ margin: 15px 0; padding: 0 15px; background: #cf2030; color: #fff;}

.teilnehmercard{ border: 1px solid #cf2030;}

.form-check-input[type=checkbox] {
    margin-right: 5px;
}


.btn-primary {
    color: #fff;
    background-color: #cf2030;
}

.totop {
    position: fixed;
    bottom: 60px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    right: 0px;
	z-index: 99;
}

.totop a {
    width: 45px;
    height: 45px;
    text-align: center;
    background: #cf2030;
    display: inline-block;
    margin-top: 0;
    color: #fff;
    padding-top: 7px;
    border: 1px solid #cf2030;
    border-right: none;
	border-radius: 50%;
}

a.button {
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #cf2030;
    font-size: calc(12px + (17 - 12) * ((100vw - 300px) / (1600 - 300)));
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #cf2030;
    min-width: 130px;
}
[class^=ico-], [class*=" ico-"] {
    font-family: bni!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    opacity: 1;
}

.card.trainingsteaser{
}
.trainingsteaser .card-header{
	background: #cf2030;
	color: #fff;
	font-size: 2rem;
	border: 5px solid #cf2030;
}
.trainingsteaser .card-body{
	border: 5px solid #cf2030;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #292727;
    border-color: #cf2030;
}
.nav-tabs .nav-link {
    border-width: 0 0 5px;
    font-weight: 700;
    font-size: 1.50rem;
}
.tab-content>.tab-pane {
    border: 1px solid #cf2030;
    padding: 0 15px 15px 15px;
}
.card {
    height: 100%;
}
.agenda h2{
	margin: 25px 0 20px 0;
    padding: 20px 0 10px 0;
    font-weight: 700;
	position: relative;
}
h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100px;
    height: 5px;
    background: #cf2030;
}

.testimonial-card .card-up {
    height: 100px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    width: 160px;
    margin-top: -80px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
}
.testimonial-card .avatar img {
    width: 160px;
}
.testimonial-card .card-body .card-title {
    text-align: center;
}
.testimonial-card .card-body {
    text-align: left;
}


.partner-card .card-up {
    height: 100px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.partner-card .avatar {
    width: 300px;
    margin-top: 20px;
    overflow: hidden;
	min-height: 130px;
}
.partner-card .avatar img {
    width: 300px;
}
.partner-card .card-body .card-title {
    text-align: center;
}
.partner-card .card-body {
    text-align: left;
}

.partner-card1 .card-up {
    height: 100px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.partner-card1 .avatar {
    width: 200px;
    margin-top: 20px;
    overflow: hidden;
	min-height: 130px;
}
.partner-card1 .avatar img {
    width: 200px;
}
.partner-card1 .card-body .card-title {
    text-align: center;
}
.partner-card1 .card-body {
    text-align: left;
}


.jarallax {
    min-height: 200px;
}

.btn-xing {
    background-color: #007575!important;
}
.btn-bni {
    background-color: #641934!important;
}
.btn-bni img{
    width: 35px;
	padding-top: 15px;
}

.pricing-card{
	border: 2px solid #cf2030;
	border-radius: 2px;
}
.pricing-card:hover{
	border: 2px solid #cf2030;
	border-radius: 2px;
}
.pricing-card .card-head{
	background: #cf2030;
	color: #fff;
}
.pricing-card .card-head h2{
	color: #fff!important;
	min-height: 68px;
	font-weight: 700;
}
.pricing-card .card-body{
	font-size: 1.30rem;
}
.pricing-card .card-body h3{
	font-size: 1.50rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.pricing-card .price {
    padding: 1.5rem;
    font-weight: 700;
	position: relative;
	padding-top: 40px;
}
.pricing-card .price::before {
    content: '';
    position: absolute;
    top: 0;
	left: 50%;
    margin: 20px 0 20px -40px;
    width: 80px;
    height: 1px;
    background: #4f4f4f;
}
.pricing-card .price .number {
    padding: 0 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 700;
	color: #cf2030;
}
.pricing-card .price .number s{
	color: #64666A;
}
.pricing-card .price .number::before {
    content: 'ab ';
    margin: 0;
	font-size: 1rem;
}
.pricing-card .ticketinfo{
	padding-bottom: 20px;
}
.pricing-card .ticketinfo hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid #4f4f4f!important;
}
.pricing-card .ticketanzahl{
	padding-bottom: 20px;
	font-weight: 700;
}


h2.accordion-header:after {
    background: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #cf2030;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

@media only screen and (max-width : 992px) {
header, main, footer {
/*padding-left: 240px;*/
}
}
	#logo1{display: inline;}
	#logo2{display: none;}
@media (max-width: 1300px){
	#logo1{display: none;}
	#logo2{display: inline;}
	.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
		color: #000000;
		font-size: 1rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}
@media (max-width: 1100px){
	.navbar-expand-lg .navbar-toggler {
		display: inline;
	}
}
@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
	  background: #1C2331!important;
	}
}
@media (max-width: 755px) {
	.h1, h1 {
		font-size: 1.5rem;
		line-height: 1.4;
		margin: 0 0 20px 0;
	}
	.h2, h2 {
		font-size: 1.40rem;
	}	
	.navbar-brand img {
		height: 30px;
	}
	.breadcrumb {
		padding: .75rem 0rem;
		margin-bottom: 1rem;
		background-color: #dfedf8;
		border-radius: 0;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-left: .2rem;
		font-size: 0.7rem;
	}
	.breadcrumb-item{
		font-size: 0.7rem;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: .2rem;
	}	
	.headerabstand {
		height: 60px;
		width: 100%;
	}
	.carousel h2{
		color: #fff!important;
		font-size: 1.5rem;
	}
	.headervideo{
		margin-top: 56px;
	}
	.lead {
		font-size: 1rem;
		font-weight: 300;
	}
	#carouselsingle{
		padding-top: 57px;
	}
	img.overlay{ margin-bottom: 20px;}

}
@media (min-width: 756px) and (max-width: 991px) {
	#carouselsingle{
		padding-top: 70px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#carouselsingle{
		padding-top: 70px;
	}
	.navbar .breadcrumb .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
		color: #000000;
		font-size: 1rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.dropdown-menu {
		top: 95%;
	}	
}
@media (min-width: 1200px) {
}
