﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*------------------ Tabelle auf Seitenbreite beschränkt ----------*/

.table-responsive
{
    overflow-x: auto;
    overflow-y: auto;
    width: auto;
}


/*--- Auswahllisten fürs Geburtsdatum ---*/
.birthdate-select {
	display: inline-block;
	margin: 0px 2px 0px 0px;
	width: auto;
}




/************************************************************************/
/************************ Gestaltung der Buttons *****************/

/*.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}*/

/* Form und Design */

/*Original-Button*/
/*.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}*/

.bunbo-btn {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    border: 0px;
	padding: 10px 20px;
	color: white !important ;
	text-decoration: none;
	font-size: 16px;
/*font-weight: bold;*/
	display: inline-block;
	position: relative;
	outline: 0;
	overflow: hidden;
}

.table-btn {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    border: 0px;
	padding: 5px 10px;
	color: black;
	text-decoration: none;
	font-size: 12px;
/*font-weight: bold;*/
	display: inline-block;
	/*position: relative;*/
	outline: 0;
	overflow: hidden;
}

 /*Farben*/
 
 .grau {
	background: #E5E4E2;
    color: gray
	
}

 .rot {
	background: #bf0e1e;
	background: -moz-linear-gradient(top,#ff5e6e 0%,#bf0e1e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff5e6e),color-stop(100%,#bf0e1e));
	background: -webkit-linear-gradient(top,#ff5e6e 0%,#bf0e1e 100%);
	background: -o-linear-gradient(top,#ff5e6e 0%,#bf0e1e 100%);
	/*background: -ms-linear-gradient(top,#ff5e6e 0%,#bf0e1e 100%);*/
	background: linear-gradient(to bottom,#ff5e6e 0%,#bf0e1e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e6e',endColorstr='#bf0e1e',GradientType=0);
	-moz-box-shadow: 0 10px 14px -7px #bf0e1e;
	-webkit-box-shadow: 0 10px 14px -7px #bf0e1e;
	box-shadow: 0 10px 14px -7px #bf0e1e;
}

.rot:hover, .rot:focus {
	background: #ff5e6e;
	background: -moz-linear-gradient(top,#bf0e1e 0%,#ff5e6e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bf0e1e),color-stop(100%,#ff5e6e));
	background: -webkit-linear-gradient(top,#bf0e1e 0%,#ff5e6e 100%);
	background: -o-linear-gradient(top,#bf0e1e 0%,#ff5e6e 100%);
	/*background: -ms-linear-gradient(top,#bf0e1e 0%,#ff5e6e 100%);*/
	background: linear-gradient(to bottom,#bf0e1e 0%,#ff5e6e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf0e1e',endColorstr='#ff5e6e',GradientType=0);
}


 .gelb {
    color: black !important;
	background: #dfc963;
	background: -moz-linear-gradient(top,#FFFB95 0%,#dfc963 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFB95),color-stop(100%,#dfc963));
	background: -webkit-linear-gradient(top,#FFFB95 0%,#dfc963 100%);
	background: -o-linear-gradient(top,#FFFB95 0%,#dfc963 100%);
	/*background: -ms-linear-gradient(top,#FFFB95 0%,#dfc963 100%);*/
	background: linear-gradient(to bottom,#FFFB95 0%,#dfc963 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFB95',endColorstr='#dfc963',GradientType=0);
	-moz-box-shadow: 0 10px 14px -7px #dfc963;
	-webkit-box-shadow: 0 10px 14px -7px #dfc963;
	box-shadow: 0 10px 14px -7px #dfc963;
}



.blau {
	background: #3b6885;
	background: -moz-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8bb8d5),color-stop(100%,#3b6885));
	background: -webkit-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
	background: -o-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
	/*background: -ms-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);*/
	background: linear-gradient(to bottom,#8bb8d5 0%,#3b6885 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb8d5',endColorstr='#3b6885',GradientType=0);
	-moz-box-shadow: 0 10px 14px -7px #3B6885;
	-webkit-box-shadow: 0 10px 14px -7px #3B6885;
	box-shadow: 0 10px 14px -7px #3B6885;
}


.gruen {
	background: #717950;
	background: -moz-linear-gradient(top,#c1c9a0 0%,#717950 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c1c9a0),color-stop(100%,#717950));
	background: -webkit-linear-gradient(top,#c1c9a0 0%,#717950 100%);
	background: -o-linear-gradient(top,#c1c9a0 0%,#717950 100%);
	/*background: -ms-linear-gradient(top,#c1c9a0 0%,#717950 100%);*/
	background: linear-gradient(to bottom,#c1c9a0 0%,#717950 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c9a0',endColorstr='#717950',GradientType=0);
	-moz-box-shadow: 0 10px 14px -7px #717950;
	-webkit-box-shadow: 0 10px 14px -7px #717950;
	box-shadow: 0 10px 14px -7px #717950;
}

.gruen:hover, .gruen:focus {
	background: #c1c9a0;
	background: -moz-linear-gradient(top,#717950 0%,#c1c9a0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c1c9a0),color-stop(100%,#717950));
	background: -webkit-linear-gradient(top,#717950 0%,#c1c9a0 100%);
	background: -o-linear-gradient(top,#717950 0%,#c1c9a0 100%);
	/*background: -ms-linear-gradient(top,#717950 0%,#c1c9a0 100%);*/
	background: linear-gradient(to bottom,#717950 0%,#c1c9a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#717950',endColorstr='#c1c9a0',GradientType=0);
}



/*-----------------Tabelle mit fixer linker Spalte------------------*/

table > table-fixiert{}

.table-fixiert>thead:first-child>tr:first-child>th:first-child
{
    position: absolute;
    display: inline-block;
    background-color:white;
    height: 70px;
}
.table-fixiert> tbody > tr > td:first-child
{
    position: absolute;
    display: inline-block;
    background-color:white;
    height: 41px;

}
.table-fixiert>thead:first-child>tr:first-child>th:nth-child(2)
{
    padding-left:120px;
}
.table-fixiert> tbody > tr > td:nth-child(2)
{
    padding-left:120px !important;

}

/* Menü Buchung, blau */
.navbar-nav {
/* Old browsers */
	background: #3b6885;
/* FF3.6+ */
	background: -moz-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
/* Chrome,Safari4+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8bb8d5),color-stop(100%,#3b6885));
/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
/* Opera 11.10+ */
	background: -o-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
/* IE10+ */
	background: -ms-linear-gradient(top,#8bb8d5 0%,#3b6885 100%);
/* W3C */
	background: linear-gradient(to bottom,#8bb8d5 0%,#3b6885 100%);
/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bb8d5',endColorstr='#3b6885',GradientType=0);
	-moz-box-shadow: 0 10px 14px -7px #3B6885;
	-webkit-box-shadow: 0 10px 14px -7px #3B6885;
	box-shadow: 0 10px 14px -7px #3B6885;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    margin-top: 15px;
}

.navbar-nav:hover {
	background: #8bb8d5;
	background: -moz-linear-gradient(top,#3b6885 0%,#8bb8d5 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b6885),color-stop(100%,#8bb8d5));
	background: -webkit-linear-gradient(top,#3b6885 0%,#8bb8d5 100%);
	background: -o-linear-gradient(top,#3b6885 0%,#8bb8d5 100%);
	background: -ms-linear-gradient(top,#3b6885 0%,#8bb8d5 100%);
	background: linear-gradient(to bottom,#3b6885 0%,#8bb8d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b6885',endColorstr='#8bb8d5',GradientType=0);
}

.navbar {
    color: white !important ;
}




/*----- Eingeblendete Info-Box in der View BuchenOptionen -----*/
.info-box {
	display: none; /* Die Info-Box ist standardmäßig ausgeblendet */
	position: fixed; /* Positioniert die Box relativ zum Bildschirm */
	top: 50%; /* Zentriert die Box vertikal */
	left: 50%; /* Zentriert die Box horizontal */
	transform: translate(-50%, -50%); /* Zentriert die Box perfekt */
	background-color: #fff; /* Hintergrundfarbe der Box */
	padding: 20px; /* Innenabstand der Box */
	border: 1px solid #ccc; /* Rand der Box */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 500px; /* Maximale Breite der Box */
	text-align: center; /* Zentriert den Text horizontal */
	z-index: 9999;
}

.info-box.show {
	display: block; /* Zeigt die Info-Box an, wenn die Klasse 'show' vorhanden ist */
}

.close-btn {
	position: absolute; /* Positioniert den Schließen-Button relativ zur Box */
	bottom: 10px; /* Positioniert den Schließen-Button oben */
	/*right: 50%; */ /* Positioniert den Schließen-Button rechts */
	cursor: pointer; /* Ändert den Mauszeiger, wenn über den Button gefahren wird */
}


input[type="checkbox"] {
	margin-top: 10px;
}

label {
	margin-top: 7px;
}



/* Basis-Layout: Buttons nebeneinander */
.custom-navbar-buttons {
	float: right;
	margin-top: 18px;
}

.custom-navbar-buttons a {
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
}

/* Mobilansicht: Buttons untereinander */
@media (max-width: 768px) {
	.custom-navbar-buttons {
		float: none;
		margin: 10px 0 0 0;
		text-align: center;
	}

	.custom-navbar-buttons a {
		display: block;
		width: 100%;
		margin: 5px 0;
	}
}
