body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
    font-family: 'Oswald', "Arial", "Tahoma", sans-serif;
	color: rgba(100,100,100,1.0);
    font-size: 0.9375rem;
    line-height: 22px;
	
	background-image: url(../images/hallentor_background_white.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.bg-dark {
  background-color: rgb(234, 86, 13) !important;
}

.txt_gros_buchst {
    text-transform: uppercase;
}

.logo_header {	height: 70px; margin: 10px 0;	}

.backgr_header {
/*
    position: relative;
    width: 100%;
*/
    /*min-height: 800px; Beispielhöhe, kann nach Bedarf angepasst werden */
    background-image: url('../images/headerbild.jpg'); /* Pfad zum Hintergrundbild */
    background-size: cover; /* Bildgröße an den div anpassen */
    background-position: center; /* Bild zentrieren */
    background-repeat: no-repeat; /* Bild nicht wiederholen */
}

.trenner-header { min-height: 600px; /*min-height: 700px;*/ }

.video-background {
    position: relative;
    width: 100%;
/*    height: 100vh;*/
    height: 750px;
    overflow: hidden;
    display: flex;
    /* align-items: flex-end; Inhalt am unteren Rand ausrichten */
    align-items: center;
    justify-content: center; /* Optional: Zentrieren horizontal */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto; /* Automatische Höhe für Responsive Design */
    min-height: 100%; /* Mindestens 100% Höhe */
    min-width: 100%; /* Mindestens 100% Breite */
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.video_content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
/*    padding: 20px;*/
    /*margin-bottom: 20px; Optional: Abstand zum unteren Rand */
/*    margin-bottom: 450px;*/
}

.backgr_white {
	background-color: #FFFFFF;
    opacity: 0.8;
}

.box_rechner {
	border: 2px solid rgb(234, 86, 13);
    padding: 10px;
    margin-bottom: 15px;
}

.box_schatten {
	width: 100%;
	margin: 1.5em 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px
	rgba(0,0,0,0.15);
}

.box_orange {
	background: rgba(234,86,12,1.0);
	margin: 0;
	color:#FFF;
}

.bg-grau {
    background-color: #6e6e6e;
    color: #FFF;
}

.h1, h1 {
/*	font-family: 'Oswald', sans-serif;*/
/*	font-size: 2.1em;*/
	font-weight: bold;
}
.h2, h2 {
/*	font-size: 1.5rem;*/
	font-weight: 500;
}
.hr, hr { border:1px solid #ea560d; opacity: 1.0; }

.hr.grau, hr.grau {
    border: 1px solid #777777;
    opacity: 1.0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.orange { 
    color:#ea560d; 
}
.slogan_weiss { 
    color:#FFFFFF; 
    font-weight: 100; 
}

/*
.title_header { 
    display: inline-block;
    backdrop-filter: blur(1rem);
    background-color: rgba(255,255,255,0.03);
    padding: 10px;
}
*/

.txt_shadow { text-shadow: 0 0 5px #000; }

label {
    font-weight: normal;
}

/* Links */
a, a:link, a:visited {
	color: #ea560d;
}
a:hover {
	color: #000;
}
a.footer {
	display: block;
    color: #FFF;
	padding:5px 0px;
}
a.header {
    color: #FFF;
}
a.header:hover, a.footer:hover {
	color: #000;
	text-decoration:none;
}
a.navbar-brand {
    color: #FFF !important;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 35px 0px;
}

.btn-primary {
	padding: .1rem 1.5rem;
    color: #fff!important;
	font-weight: lighter;
	font-size:1.5rem;
    background-color: #ea560d;
    border-color: #ea560d;
    margin: 10px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ea560d;
    border-color: #ea560d;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 0 0 .2rem rgba(234, 86, 13,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234, 86, 13,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
background-color: rgba(234, 86, 13,.5);
border-color: rgba(234, 86, 13,.5);
}

.btn-secondary {
	padding: .1rem 1.5rem;
	font-weight: lighter;
	font-size: 1.5rem;
    margin: 10px;
}

.btn-lg { 
    padding: .5rem 3.0rem;
	font-weight: lighter;
	font-size: 1.75rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5;
    border-radius: .2rem;
	color:#FFF !important;
}


.bg-orange {
  background-color: rgb(234, 86, 13);
  color: rgb(255, 255, 255);
}

.form-row {
	margin-right: 10px!important;
    margin-left: 10px!important;
}
/* Tooltip */
.tooltip-inner {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #333333;
	text-align: left;
    max-width: 350px;
}
.ul_tooltip { padding-left:20px; }
.li_dreieck {
	list-style-image: url("../images/dreieck-9px.png");
}


@media (min-width: 768px) and (min-width: 1267px) { }

@media (max-width: 1388px)  {
    .trenner-header { min-height: 500px; }
    
}

@media (max-width: 1199px)  {
	.mobil_ver { display:none; }
}

@media (max-width: 1196px)  {
    .trenner-header { min-height: 450px; }
}

@media (max-width: 997px)  {
    
    .trenner-header { min-height: 400px; }
    .video-background { height: 550px; align-items: flex-end; /*Inhalt am unteren Rand ausrichten*/ }
	
}

@media (max-width: 990px)  {
    .trenner-header { min-height: 250px; }
}

@media (max-width: 767px)  {
    
    .trenner-header { min-height: 100px; /*min-height: 150px;*/ }
    .video-background { height: 350px; }
	
	.logo_header { height: 50px; }
	.logo_header { height: 50px; }
	a.navbar-brand { padding: 5px 0px; }
	
}

@media (max-width: 559px)  {
   
}


@media (max-width: 509.99px)  {
	
	.logo_header { height: 50px; }
	a.navbar-brand {
        font-size: 1.55rem;
        padding: 5px 0px;
    }
/*	.btn-primary {	font-size:1.1rem;   }*/

}


/* ########### Back to Top Button###########  */
#back-to-top{
		position:fixed;
		bottom: 0px;
		right:35px;
		z-index: 99;
		}
	#back-to-top a{
		text-align:center;
		text-decoration:none;
		color:#cfd0d4;
		display:block;
		width:25px;
		-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	}
	
	#back-to-top a span {
    border-radius: 6px;
    display: block;
    height: 35px;
	width: 35px;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    font-size: 35px;
    color: rgb(104, 87, 120);
	border: 1px solid #cfd0d4;
}
	#back-to-top a:hover span{
	/*color: rgba(116,116,116,1.00);
	border: 1px solid rgba(116,116,116,1.00);*/
	color:rgb(104, 87, 120);
	border: 1px solid rgb(104, 87, 120);;
	}
/* ########### Back to Top Button ENDE ###########  */