/* Add here all your css styles (customizations) */
/* Hilfe-Icon */

.bootstrap-select {
    z-index: 1;
}

.bootstrap-select:has(> .dropdown-menu.open) {
    z-index: 100000 !important;
}

.bootstrap-select > .dropdown-menu.open {
    z-index: 100001 !important;
}
.filter-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    padding: 20px;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.filter-mobile.open {
	z-index: 99999;
    right: 0;
}

.close-filter {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #0897CC; /* auffällige Farbe */
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;         /* zentriert den × vertikal */
    text-align: center;        /* zentriert den × horizontal */
    border-radius: 50%;        /* macht den Kreis */
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3); /* optional: Schatten */
    transition: transform 0.2s ease;
}
.close-filter:hover {
    transform: scale(1.1);     /* kleiner Hover-Effekt */
}
.help-icon {
  position: fixed;
  right: 10px;
  top: 250px;

  width: 70px;          /* 👈 feste Breite */
  height: 70px;         /* 👈 feste Höhe → Quadrat */

  background: linear-gradient(
  180deg,
  rgba(40, 40, 40, 1) 0%,   /* oben etwas heller */
  rgba(0, 0, 0, 1) 100%     /* unten dunkler */
);

  border: 2px solid white;   /* 👈 Rahmen */
  border-radius: 24px;          /* leicht abgerundet */

  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;

  display: flex;
  align-items: center;
  justify-content: center;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.45);
  transition: 
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.3s ease;
}
.help-icon:hover {
  transform: scale(1.08);   /* 👈 leichte Vergrößerung */
}
/* Kontaktkasten */
.kontakt-widget {
  position: fixed;
  top: 250px;
  right: 10px;
  width: 280px;
  z-index: 1000;
 
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  padding: 15px;
  
  display: none;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
 
}

.kontakt-widget.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

/* Schließen-Button oben rechts im Widget */
.kontakt-widget .widget-header {
  display: flex;
  justify-content: flex-end;
}

.kontakt-widget #closeWidget {
	position: absolute;
  top: 5px;        /* Abstand von oben */
  right: 3px; 
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Button im Widget */
.kontakt-widget .btn-u {
  margin-top: 10px;
}



/* Mobile Anpassung */
@media (max-width: 768px) {
  .kontakt-widget {
    width: 200px;
    top: auto;
    bottom: 70px;   /* über Icon */
    right: 10px;
  }

  .help-icon {
    right: 30px;
	width: 50px;          /* 👈 feste Breite */
	height: 50px;  
	border-radius: 12px; 
  }
}


.hero-image {
	position: relative;
    width: 100%;
    overflow: hidden; /* schneidet Bildüberhang ab */
    /*height: clamp(300px, 50vh, 900px); /* feste, responsive Höhe */
	
	aspect-ratio: 16 / 9;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* füllt Container, schneidet Ränder ab */
    object-position: center; /* zentriert das Bild beim Zuschneiden */
    display: block;
}
.hero-text {
    position: absolute;
    top: 20%;
    left: 2%;
	width: 48%;  
    /*transform: translate(-50%, -50%); /* Zentriert Text exakt über dem Bild */
	color: #3c3c3b;/*#3c3c3b;*/
   
        /*background: rgb(52, 152, 219,0.5); /* halbtransparenter Hintergrund */
    padding: 1rem 2rem;
    border-radius: 0.5rem;
}

.hero-text h1 {
	margin: 0;
    font-size: clamp(2.5rem, 4vw, 5rem);
    line-height: 1.2;
    word-break: normal;
    hyphens: auto;
	color: #3c3c3b;
}

.hero-text p {
    margin-top: 3rem;
    font-size: clamp(2rem, 2vw, 3rem);
	color: black;/*#3c3c3b;*/
}
/* Anpassung für kleinere Bildschirme */
@media (max-width: 768px) {
    .hero-image {
        max-height: 250px;
    }
	.hero-text h1 {
        font-size: clamp(1.8rem, 4vw, 3rem);
    }

    .hero-text p {
        font-size: clamp(1rem, 2.5vw, 1.5rem);
    }
}

@media (max-width: 480px) {
    .hero-image {
        max-height: 180px;
    }
	 .hero-text {
        top: 10%;
        padding: 1rem;
    }

    .hero-text h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .hero-text p {
        font-size: 1rem;
    }
}

.content .clearfix{
	padding-top: 0px;
	padding-bottom: 0px;
}


.tablesorter-default tbody > tr:hover > td {
    color: inherit !important;
}

.interactive-slider-v3 {
  z-index: 1;
  padding: 30px 0 400px 30px;
  position: relative;

  background: url(../img/fotoshooting_hero.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.interactive-slider-v3.img-v1 {
  background: url(../img/NTB-Hero-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v3.img-v2 {
  background: url(../img/NTB-Hero-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.interactive-slider-v3:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.4);
}

.interactive-slider-v3 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.interactive-slider-v3 p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  .interactive-slider-v3 h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .veranstaltungen{
	  margin:0px !important;
  }
}



@media only screen and (max-width: 1370px) and (min-width: 1261px){	
	.header .navbar-nav > li > a{
		font-size: 1.4rem !important;
	}
}

@media only screen and (max-width: 1260px) and (min-width: 1221px){	
	.header .navbar-nav > li > a{
		font-size: 1.2rem !important;
	}
}
@media only screen and (max-width: 1220px){	
	.header .navbar-nav > li > a{
		font-size: 1rem !important;
	}
}
@media only screen and (max-width: 768px) {	
	.div_hoehe{
		min-height:115px !important;
	}
	.container.content{
		padding-right: 3px;
		padding-left:3px;
	}
	.panel-body{
		padding-right: 3px;
		padding-left:3px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1320px){	
	.div_hoehe{
		min-height:315px !important;
	}
}

@media only screen and (min-width: 1320px){	
	.div_hoehe{
		min-height:525px !important;
	}
}
@media only screen and (max-width: 992px) {	
.anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}

}
@media only screen and (min-width: 992px) {	
.anchor {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}
.mobile2{
	  display: none !important;
  }
}
@media only screen and (max-width: 992px) {	
  #navi_button {
    display: block !important;
  }
  .mobile{
	  display: none !important;
  }
  .mobile2{
	  display: block !important;
  }
  #ankerl{
	  display: block !important;
  }
  

}
@media only screen and (min-width: 992px) {
  #navi_button {
    display: none !important;
  }
   #ankerl{
	  display: none !important;
  }
  

}
@media only screen and (min-width: 1200px) {
  .footer .container{
	  width: 90% !important;
  }
  .header .container{
	  width: 90% !important;
  }
  .copyright .container{
	  width: 90% !important;
  }
  .partner .container{
	  width: 90% !important;
  }

}

@media only screen and (max-width: 400px) {
	.partner{
		font-size: 12px;
	}
}
@media only screen and (min-width: 400px) and (max-width: 700px){
	.partner{
		font-size: 18px;
	}
}
@media only screen and (min-width: 700px) and (max-width: 1024px){
	.partner{
		font-size: 22px;
	}
}
@media only screen and (min-width: 1024px){
	.partner{
		font-size: 24px;
	}
}
.slick-prev:before, .slick-next:before {
  color: #3498db !important;
}
.slick-prev{
	left: -10px;

}

.slick-next{
	right: -10px;

}
.beschreibung{

    margin-bottom: 5px;
    padding-bottom: 5px;

    max-height:120px;
    overflow:hidden;
    text-overflow: ellipsis;
    content: "";
    position:relative;
}
.beschreibung:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent, transparent 55px, white);
}


h1{
	font-family: Roboto Condensed1 !important;
}
h2{
	font-family: Roboto Condensed1 !important;
}
h3{
	font-family: Roboto Condensed1 !important;
}
h4{
	font-family: Roboto Condensed1 !important;
}
h5{
	font-family: Roboto Condensed1 !important;
}
h6{
	font-family: Roboto Condensed1 !important;
}
.panel{
	box-shadow: 1px 1px 3.84px 1.16px rgba(1,1,1,0.3) !important;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity */
  z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;

  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

a{
	color: white;
}
a:hover{
	color: white;
}
li a{
	color: white;
}
.footer li{
	color: white;
}

.headline h2{
	border-bottom: 2px solid #0897CC;
}
.footer{
	background: #0C5E86 !important;
	color: white;
}
/* roboto-condensed-regular - latin */
.close{
	opacity: 1 !important;
}

body{
	font-family: Roboto Condensed1;
	
	font-weight: 300;
	line-height: 1.444;
	color: #333; 
	background-color:white;
	background: #FFF url('../img/pattern.png') repeat left top;
}
@media only screen and (max-width: 768px) {	
	body{
		font-size: 1.4rem;
	}
}
@media only screen and (min-width: 768px) {	
	body{
		font-size: 1.625rem;
	}
}
.container.content{
	
}
.sky-form{
	font-family: Roboto Condensed1 !important;
	font-size: 100% !important;
	font-weight: 300 !important;
	line-height: 1.444 !important;
	border:none !important;
}
h4{
	font-family: Roboto Condensed1 !important;

}
.sky-form.select select{
	font-family: Roboto Condensed1 !important;

}
.sky-form.input input{
	font-family: Roboto Condensed1 !important;

}

.popover-title{
	background-color: #0897CC !important;
}


.container a{
	color: #0897CC;
}

.container a:hover{
	color: #0897CC !important;
}

.popover-tip{
	cursor: pointer !important;
}

.popover-content a{
	color: #0897CC !important;
}

.popover-content a:hover{
	color: #0897CC !important;
}

.header{
	font-family: Roboto;
	font-size: 2.625rem;
}
.header .navbar-nav > li > a{
	
	
	line-height: 28px;
	transition: all 0.1s linear;
	font-family: 'Roboto';
	font-size: 1.7rem;
	font-weight: 500;
	color: #3c3c3b !important;
}
.header .navbar-nav > li > a.active{
	color: #0897CC !important;
}
.header .navbar-nav > li > a:hover{
	color: #0897CC !important;
}
.header.navbar-toggle{
	border-color: #0dade8 !important;
}
.header .navbar-toggle:hover{
	background: #0dade8 !important;
}
.footer{
	background: #0C5E86 !important;
}

.header .dropdown > a::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.header .dropdown-submenu > a::after{
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.list-toggle::after{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.info-color{
	color: #0897CC !important;
}



#topcontrol::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free" ;
}

#topcontrol:hover {
    background-color:#0897CC;
}
.btn-u {
    background: #0897CC;
    color: #fff;
    border: none;
}

.btn-u:hover {
    background: #0679a3;   /* dunkler */
}

.btn-u:active {
    background: #055f80;
}

.btn-u:focus {
    background: #0679a3;
    outline: none;
}

.btn-u.btn-u-blue{
	background: #0dade8 !important;
}

.btn-u.btn-u-red{
	background: red !important;
}
.btn-u.btn-u-red:hover {
    background: #bb2d3b !important;   /* Hover */
}

.btn-u.btn-u-red:active {
    background: #a52834 !important;   /* Klick */
}

.btn-u.btn-u-red:focus {
    background: #bb2d3b !important;   /* Fokus */
}
.btn-u.btn-u-grey{
	background: grey !important;
}

.breadcrumb li.active{
	color: #0897CC !important;
}
.breadcrumb a:hover{
	text-decoration: underline !important;
}


.alert{
	border-style: dashed;
	border-color: #a94442;
}
.sidebar-nav-v1 li a{
	color: #3c3c3b !important;
}

.sidebar-nav-v1 > li.active > a {
    color:#0897CC !important;
	background-color:white !important;
}

.sidebar-nav-v1 > li.active{

	background-color:white !important;
}

.sidebar-nav-v1 > li.active:hover{
    color:#0897CC !important;
	background-color:white !important;
}


.list-group-item.active.list-toggle {
background-color:white !important;

}

.panel-blue > .panel-heading{
	background-color: #0897CC !important;
}
.typeahead.dropdown-menu{
	max-height : 250px;
	overflow: auto;
}

.ntb-hr{
	margin: 10px;
}
.ntb-hr-blue{
	margin: 10px;
	border-color: #0897CC;
}
.hr-blue{
	border-color: #0897CC;
}
.ntb-green{
	color: green;
}

.sky-form .checkbox input + i::after {
color: #2da5da;
content: '\f00c';
font-family: "Font Awesome 5 Free";
text-align: center;
width: 15px;
height: 15px;
font-weight: 900;
}


.sky-form .disabled-checkbox input + i::after {
	color: grey !important;
}

.hide{
	display: none;
}

.btn-xs {
 padding:1px 5px;
 font-size:12px;
 line-height:1.5;
 border-radius:3px
}



.ntb-font-color{
	color: #0897CC;
}
.wizard > .actions a{
	border-radius: 0px !important;
}
.wizard > .steps a{
	border-radius: 0px !important;
	padding-left: 1em !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin:0px !important;
}
.wizard > .steps .current a{
	background: #0897CC !important;
}
.skyform-no-border{
	border: none;
}
.wizard .content {
    min-height: 100px !important;
	
}
@media only screen and (max-width: 768px) {	
	.wizard .content > .body {
		width: 100% !important;
		height: auto !important;
		padding: 0px !important;
		position: relative !important;	
	}
}
@media only screen and (min-width: 568px) {	
	.wizard .content > .body {
		width: 100% !important;
		height: auto !important;
		padding: 15px !important;
		position: relative !important;	
	}
}
.ntb-list li{
	color: black !important;
	
}

/*.steps {
  pointer-events: none;
}*/

.modal-header{
	border-top-right-radius: 6px !important;
	border-top-left-radius: 6px !important;
}
.sky-form .inline-group {
	margin: 0 0 0 0 !important;
}
.navbar-toogle{
    width: fit-content !important;
}

body.waiting * {
    cursor: progress;
}

li.divider{
	display:none !important;
}