/* Necessary for full page carousel*/
html,
body,
header,
.view {
  	height: 100%;
	font-size: 20px;
}
body {
    background: #FFF;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100.2%;
	font-family: Arial, Helvetica, "sans-serif"
}

#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;
}
.text-right{ text-align: right;}

.blue-gold {
    color: #cf2030!important;
}
.lightblue-text {
    color: #dfedf8!important;
}
.yellow-text {
    color: #C1002B!important;
}

.mt-5, .my-5 {
    margin-top: 45px!important;
}

.btn.notransform{ text-transform: none !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;
}

.downloads{
	font-size:0.8rem;
}
.icon{
	font-size: 3rem;
}
.icon img{
	width: 100%;
}
.imageicon{
	border: 1px solid #4f4f4f;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

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;
}

.einhead, .bildtext{ font-size: 15px; text-transform: uppercase;}

.h1, h1 ,
.h2, h2 {
   font-size: 48px;
    line-height: 1.3;
	display: block;
    margin: 0 0 30px 0;
    padding: 5px 0 20px 0;
    font-weight: 700;
    position: relative;
}
h1:after,
h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 10px;
    background: #cf2030;
}
.h3, h3 {
    font-size: 1rem;
	font-weight: 700;
	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;
}
sub {
    bottom: 0em;
}

sub, .sub, sup, .sup {
    font-size: .55em;
}
.table th {
    font-weight: 900;
}
.anmerkung{
	font-size: 0.8rem;
}

.headerabstand{
	height: 90px;
	width: 100%;
}

thead {
    background: #63666a;
    color: #fff;
}
.table-sm>:not(caption)>*>* {
    padding: 0.2rem;
}

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 #5C6165;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #dfedf8;
    border-radius: 0;
}

.btn{ border-radius: 0;}
.btn-check:focus+.btn-primary, .btn-check:focus-visible+.btn-primary, .btn-primary:focus {
    box-shadow: 0 8px 9px -4px rgba(59,113,202,.3), 0 4px 18px 0 rgba(59,113,202,.2);
    background-color: #cf2030;
}
.btn:hover {
    color: #cf2030;
    background-color: #ffffff;
    border-color: #cf2030;
}

.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: 16px;
	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: .8rem;
    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;
}

.card-header {
    background-color: #cf2030;
    color: #fff;
}
.card-header h2 {
    font-size: 40px;
    line-height: 1.3;
    display: block;
    margin: 0 0 0px 0;
    padding: 0;
    font-weight: 700;
    position: relative;
}
.card-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    background: none;
}

@media (min-width: 1200px){
legend {
    font-size: 1rem;
}
}
.sidenav-primary .sidenav-link.active {
    color: #C1002B;
}

.rgba-white-strong, .rgba-white-strong:after {
    background-color: #FFFCF5;}

.linkcol-head{
	position: relative;
}

.mitgliederliste .table{
	font-size: 0.8rem;
}


.border-light {
    border-color: #cf2030!important;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}

.introvideo{
	position: relative;
}

.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.3);
}
.introvideo .mask .seitenname,
.carousel .mask .seitenname{
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	position: absolute;
	bottom: 0px; left: 0px;
	color: #cf2030; 
	font-size: 35px;
	font-weight: bold;
}
.introvideo .mask .seitenname .col-12, .carousel .mask .seitenname .col-md-6,
.carousel .mask .seitenname .col-12, .carousel .mask .seitenname .col-md-6{
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.introvideo .mask .seitenname_2,
.carousel .mask .seitenname_2{
	width: 100%;
	background: rgb(188,190,191);
	background: linear-gradient(90deg, rgba(188,190,191,1) 0%, rgba(188,190,191,1) 50%, rgba(92,97,101,1) 50%, rgba(92,97,101,1) 100%);	position: absolute;
	bottom: 0px; left: 0px;
	font-weight: bold;
}
.introvideo .mask .seitenname_2 .col-12, .carousel .mask .seitenname_2 .col-md-6,
.carousel .mask .seitenname_2 .col-12, .carousel .mask .seitenname_2 .col-md-6{
	padding-top: 20px;
	padding-bottom: 20px;
}
.introvideo .mask .seitenname_2 .s1,
.carousel .mask .seitenname_2 .s1{
	background: #BCBEBF;
}
.introvideo .mask .seitenname_2 .s2,
.carousel .mask .seitenname_2 .s2{
	background: #5C6165;
    color: #fff!important;
}

.introvideo .mask .titeltext,
.carousel .mask .titeltext{
	width: 100%;
	height: 50%;
}
.introvideo .mask .titeltext .row,
.introvideo .mask .titeltext .container,
.carousel .mask .titeltext .container,
.carousel .mask .titeltext .row{
	height: 100%;
}
.introvideo .mask .titeltext .card,
.carousel .mask .titeltext .card{
	border: 10px solid #cf2030;
	border-radius: 0;
	background: none;
	color: #cf2030;
	text-align: center;
	padding: 30px 30px;
	position: relative;
	height: 100%;
	font-weight: bold;
}
.introvideo .mask .titeltext .card .titel,
.carousel .mask .titeltext .card .titel{
	color: #fff;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 40%;
	line-height: 1.1;
	width: 300%;
	font-size: 2.8rem;
}



.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;
}

.textbild .col-12 { position: relative;}
.bottombild{ position: absolute; bottom: 0px;margin-bottom: 1rem;
width: calc(100% - 2 * var(--mdb-gutter-x)*0.5)}

.headcenter h2{
	font-size: 62px;
	font-weight: bold;
	color: #cf2030!important;
}
.headcenter h2::after{
	content: '';
	background: none;
}
.headcenter h3{
	background: #cf2030!important;
	color: #fff;
	padding: 10px 40px;
	display: inline-block;
}



.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;
}

.leitung{
	text-transform: uppercase;
}

.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;
}

.youtube{
background: #cf2030;
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(207,32,48,1) 75%, rgba(207,32,48,1) 100%);	
}
.youtube .youtubecol{
	position: relative;
}
.youtube .youtubetext{
	position: absolute;
	bottom: 25px;
	padding-right: 60px;
	width: 100%;
	color: #fff;
	line-height: 1.1;
	font-size: 0.7rem;
	text-transform: uppercase;
	
}
.youtube .youtubecol{
	
}
.film236{ /*Expert*/
	margin-top: -270px;
}
.film237{ /*National*/
	margin-top: -150px;
}

.pin{ position: relative;}
.pintext{ width: 50%; font-size: 0.6rem; line-height: 1.1; position: absolute; bottom: 0px; left: 0px;}
.pinbild{ width: 80%; text-align: right;}
.pinbild img{ width: 35%;}

.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 45px 10px 25px;
    border-radius: 0px;
    background-color: #cf2030;
    font-size: 1rem;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #cf2030;
    min-width: 130px;
	width: 100%;
	transition: background-color 1s, color 1s;
	position: relative;
}
a.button::after {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
	content: "\f061";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
}
a.button:hover {
    background-color: #ffffff;
    color: #cf2030;
	transition: background-color 1s, color 1s;
}
[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%;
}

.bni20 .card{
	
}

.teaser{ 
	background: #ECECEC;
	padding: 30px 0;
}
.teaser .card{ border: 10px solid #cf2030;
	border-radius: 0;
	padding: 30px 30px 90px 30px;
	position: relative;
}
.teaser .card.abstandplus{ 
	padding: 30px 30px 140px 30px;
}
.teaser .card.abstandplus1{ 
	padding: 30px 30px 190px 30px;
}
.teaser .card .teaserhead{
	font-size: 25px;
	font-weight: bold;
}
.teaser .card .button{
	border-radius: 0;
	position: absolute;
	bottom: 30px; 
	width: calc(100% - 60px);
	font-size: 21px;
}
.teaser .card .buttonplus{
	bottom: 90px;
}

.teaser .card .buttonplus {
    background-color: #ffffff;
    color: #cf2030;
	transition: background-color 1s, color 1s;
}
.teaser .card .buttonplus:hover {
    background-color: #cf2030;
    color: #fff;
    border: 1px solid #cf2030;
}



.teaser .card .buttonplus1{
	bottom: 150px;
}
.teaser .s1 .card{
	background: #fff;
}
.teaser .s2 .card{
	background: #BCBEBF;
}
.teaser .s3 .card{
	background: #5C6165;
	color: #fff!important;
}

 .bni20teaser .card {
    padding-bottom: 190px !important;
}
.bni20teaser .card .button {
    bottom: 100px;
}
.bni20teaser .card .buttonplus {
    bottom: 170px;
}
.bni20teaser .card .buttonupgrade {
    bottom: 10px;
}

 .bni20teaser .s2 .card .button,
 .bni20teaser .s3 .card .button {
    font-size: 18px;
    background-color: #ffffff;
    color: #cf2030;
}
 .bni20teaser .s2 .card .button:hover,
 .bni20teaser .s3 .card .button:hover {
   background-color: #cf2030;
    color: #ffffff;
    border: 1px solid #cf2030;
}
.bni20teaser .s2 .card .buttonplus,
.bni20teaser .s3 .card .buttonplus {
    font-size: 30px;
    background-color: #cf2030;
    color: #ffffff;
}

.bni20teaser .s2 .card .buttonplus:hover,
.bni20teaser .s3 .card .buttonplus:hover {
    background-color: #fff;
    color: #cf2030;
    border: 1px solid #cf2030;
}

.bni20teaser .s1 .card .buttonplus{
    font-size: 21px;
    background-color: #cf2030;
    color: #ffffff;
}

.bni20teaser .s1 .card .buttonplus:hover {
    background-color: #fff;
    color: #cf2030;
    border: 1px solid #cf2030;
}


/*.bni20teaser .s1 a.button {
    background-color: #ffffff;
    color: #cf2030;
}
.bni20teaser .s1 a.button:hover {
   background-color: #cf2030;
    color: #ffffff;
    border: 1px solid #cf2030;
}*/

.teamteaser{ 
	background: #ECECEC;
	padding: 30px 0;
}
.teamteaser .card .teaserhead{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.teamteaser .card-body{
	font-size: 15px;
	padding: 10px;
}
.teamteaser .card .button{
	border-radius: 0;
	position: absolute;
	bottom: 30px; 
	width: calc(100% - 60px);
	font-size: 21px;
}

.teamteaser .card .buttonplus {
    background-color: #ffffff;
    color: #cf2030;
	transition: background-color 1s, color 1s;
}
.teamteaser .card .buttonplus:hover {
    background-color: #cf2030;
    color: #fff;
    border: 1px solid #cf2030;
}

.teamteaser .smlink {
    background-color: #cf2030;
    color: #fff;
	padding: 5px; margin: 3px;
}



.teamteaser .card .buttonplus1{
	bottom: 150px;
}
.teamteaser .s1 .card{
	background: #fff;
}






.uebersicht h3{
	color: #cf2030;
	font-weight: bold;
	font-size: 30px;	
}
.uebersicht th, .uebersicht td{
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.uebersicht th:first-child, .uebersicht td:first-child{
	text-align: left;
	border-left: none;
}
.uebersicht thead tr{
	border-bottom-color: rgba(0,0,0,0.5);
}

.agenda h2{
	margin: 25px 0 20px 0;
    padding: 20px 0 10px 0;
    font-weight: 700;
	position: relative;
}

.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;
}

.bildteaser{
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 72%, rgba(236,236,236,1) 72%, rgba(236,236,236,1) 100%);
}
.bildteaser .card{
	border-radius: 0;
}
.bildteaser .bildteasertext{
	background: #FFF;
	height: auto;
	padding: 1rem;
}
.upgrade, .bg_grey{
	background: #ECECEC;
}
.upgrade .card{
	background: #ECECEC;
	border: 10px solid #fff;
	border-radius: 0;
	padding: 30px;
}
.upgrade h2{
	background: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.upgrade h2::after{
	background: none;
}
.upgrade h3{
	color: #cf2030;
	font-weight: bold;
}

.posrelative{ position: relative;}
.card.cardtyp1{
	background: #BCBEBF;
	border: 10px solid #cf2030;
    border-radius: 0;
    padding: 1rem;
	width: 50%;
    height: auto;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	hyphens: auto;
}
.card.cardtyp2{
	background: #5C6165;
    color: #fff!important;
	border: 10px solid #cf2030;
    border-radius: 0;
    padding: 1rem;
	width: 50%;
    height: auto;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	hyphens: auto;
}

.kontaktbild{
	position: relative;
}
.kontakthead{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgba(0,0,0,0.30);
	z-index: 2;
}
.kontakthead h2{
	color: #fff;
}
.kontakthead h2::after{
	background: none;
}

.kontaktform{
	position: relative;
	margin-top: -70px;
	background: #fff;
	padding: 70px 100px 0 100px;
	z-index: 99;
}

.form-outline .form-control {
    min-height: auto;
    padding: 0.32rem 0.75rem;
    border: 0;
    background: #ECECEC;
    transition: all .2s linear;
    border-radius: 0rem;
}
.form-outline {
    --mdb-form-outline-select-notch-border-color: #cf2030;
}

.form-outline .form-control~.form-notch .form-notch-leading,
.form-outline .form-control~.form-notch .form-notch-trailing{
    border-radius: 0;
}

.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #cf2030;
}
.form-check-input[type=checkbox]:checked:focus {
    background-color: #cf2030;
}
.form-check-input:checked, .form-check-input:checked:focus {
    border-color: #cf2030;
}

.footerhr{
	margin-top: 3rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 10px solid #cf2030!important;
	opacity: 1;
}
.textfooter{
	color:#cf2030;
	font-weight: bold;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}

.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{
	padding: 0;
}
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%);
}
.accordion-body,
.accordion-body .table{
	font-size: 0.7rem;
}

@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 (max-width: 755px) {
	html,
	body,
	header,
	.view {
		font-size: 17px;
	}
	h1, h1, .h2, h2 {
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 0 0 20px 0;
	}
	h1:after, h2:after {
		width: 150px;
		height: 5px;
	}
	.navbar-brand img {
		height: 30px;
	}
	.mt-5, .my-5 {
		margin-top: 30px!important;
	}	
	.mb-5, .my-5 {
		margin-bottom: 30px!important;
	}	
	.headcenter h2 {
		font-size: 38px;
	}
	.carousel-item img{
		height: 100%;
	}
	.carousel .mask {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
	}	
	.carousel .mask.align-items-center {
		align-items: normal!important;
	}
	.carousel .mask .titeltext {
		height: 70%;
	}
	.introvideo .mask .seitenname .col-12, .carousel .mask .seitenname .col-md-6, .carousel .mask .seitenname .col-12, .carousel .mask .seitenname .col-md-6 {
		padding: 10px 15px;
	}
	.introvideo .mask .seitenname_2 .col-12, .carousel .mask .seitenname_2 .col-md-6, .carousel .mask .seitenname_2 .col-12, .carousel .mask .seitenname_2 .col-md-6 {
		padding: 10px 15px;
	}
	.introvideo .mask .titeltext .card .titel, .carousel .mask .titeltext .card .titel {
		text-align: center;
		right: 0px;
		top: 40%;
		width: 100%;
		font-size: 1.8rem;
	}
	.introvideo .mask .seitenname, .carousel .mask .seitenname,
	.introvideo .mask .seitenname_2, .carousel .mask .seitenname_2 {
		background: rgb(255,255,255);
	}
	.bottombild {
		position: relative;
		margin-bottom: 1rem;
		width: 100%;
	}
	.teaser .col-md-4{
		margin-bottom: 20px;
	}
	.kontaktform {
		position: relative;
		margin-top: 0px;
		padding: 15px 0 0 0;
	}
	.card.cardtyp1,
	.card.cardtyp2{
		width: 100%;
		position: relative;
		right: 0rem;
	}

	.youtube{
	background: #cf2030;
	/*background: linear-gradient(180deg, rgba(207,32,48,1) 0%, rgba(207,32,48,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);	*/
	}
	.youtube .youtubetext{
		position: relative;
		bottom: 0px;
		padding: 15px 0;
		width: 100%;
	}
	.film236,
	.film237{
		margin-top: -0px;
	}
	
	
	
	
	.headerabstand {
		height: 60px;
		width: 100%;
	}
	.carousel h2{
		color: #fff!important;
		font-size: 1.5rem;
	}
	.headervideo{
		margin-top: 56px;
	}
	#carouselsingle{
		padding-top: 57px;
	}
	img.overlay{ margin-bottom: 20px;}

}
@media (min-width: 756px) and (max-width: 991px) {
	html,
	body,
	header,
	.view {
		font-size: 17px;
	}
	.h1, h1, .h2, h2 {
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 0 0 20px 0;
	}
	h1:after, h2:after {
		width: 150px;
		height: 5px;
	}
	.navbar-brand img {
		height: 30px;
	}
	.mt-5, .my-5 {
		margin-top: 30px!important;
	}	
	.mb-5, .my-5 {
		margin-bottom: 30px!important;
	}	
	.headcenter h2 {
		font-size: 38px;
	}
	.carousel-item img{
		height: 100%;
	}
	.carousel .mask .titeltext {
		height: 50%;
	}
	.introvideo .mask .seitenname .col-12, .carousel .mask .seitenname .col-md-6, .carousel .mask .seitenname .col-12, .carousel .mask .seitenname .col-md-6 {
		padding: 10px 15px;
		text-transform: uppercase;
	}
	.introvideo .mask .titeltext .card .titel, .carousel .mask .titeltext .card .titel {
		text-align: center;
		right: 0px;
		top: 40%;
		width: 100%;
		font-size: 1.8rem;
	}
	.introvideo .mask .seitenname, .carousel .mask .seitenname {
		background: rgb(255,255,255);
	}
	.teaser .col-md-4{
		margin-bottom: 20px;
	}
	.kontaktform {
		position: relative;
		margin-top: 0px;
		padding: 15px 0 0 0;
	}
	.card.cardtyp1,
	.card.cardtyp2{
		width: 100%;
		right: 0rem;
	}

	.youtube{
	}
	.youtube .youtubetext{
		bottom: 0px;
		padding: 10px 40px;
		width: 100%;
	}
	.film236{
		margin-top: -150px;
	}
	.film237{
		margin-top: -130px;
	}
	
	.teaser .card {
		border: 5px solid #cf2030;
		border-radius: 0;
		padding: 10px 10px 90px 10px;
		position: relative;
	}
	.teaser .card .teaserhead {
		font-size: 20px;
	}
	.teaser .card.abstandplus {
		padding: 10px 10px 140px 10px;
	}	
	.teaser .card .button {
		width: calc(100% - 20px);
	}	
	a.button {
		padding: 10px 45px 10px 25px;
		font-size: 1rem!important;
		line-height: auto;
	}	
	.headerabstand {
		height: 60px;
		width: 100%;
	}
	.carousel h2{
		color: #fff!important;
		font-size: 1.5rem;
	}
	.headervideo{
		margin-top: 56px;
	}
	#carouselsingle{
		padding-top: 57px;
	}
	img.overlay{ margin-bottom: 20px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#carouselsingle{
		padding-top: 70px;
	}
	.teaser .card {
		border: 10px solid #cf2030;
		border-radius: 0;
		padding: 10px 10px 90px 10px;
		position: relative;
	}
	.teaser .card .teaserhead {
		font-size: 20px;
	}
	.introvideo .mask .titeltext .card .titel, .carousel .mask .titeltext .card .titel {

		font-size: 2.3rem;
	}
	.card.cardtyp1 {
		width: 70%;
	}	
}
@media (min-width: 1200px) {
}
