/*
	Theme Name: Base Template
	Theme URI: http://www.vfnm.de
	Author: Ben Aykan
	Author URI: http://www.vfnm.de
	Description: Blank-Wordpress-Template auf Basis von Bootstrap v4 + Integration von Smart Menus + aos + FA
	Version: 2.1.2
	Tags: base, vfnm, bootstrap

	
*/

h1 {
	/* font-size:24px; 
	font-weight:bold; */
}
h3 {
	font-size:1.5rem;
}

.jumbotron {
	margin-bottom: 0px;
}

.size-full {
	/* alle img responsive */
	max-width:100% !important;
	height:auto !important;
}


/* ============ Custom Pagination ============ */


.wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
	background-color: transparent;	
	/* border: 1px solid #dee2e6; */
}

.wp-block-table th,
.wp-block-table td {
  padding: 0.3rem;
	vertical-align: top;
	/*
	border-top: 1px solid #dee2e6;
	border: 1px solid #dee2e6;
	*/
}

.wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.wp-block-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.wp-block-table {
  background-color: #fff;
}

.wp-block-table thead th,
.wp-block-table thead td {
	/*
	border-bottom-width: 2px;
	*/
}

.wp-block-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}




/* ============ Custom Pagination ============ */

.page-numbers {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
  }
  
  .page-numbers:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
  }

  .page-item .current {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #888;
	border-color: #dee2e6;
  }
  
  .page-numbers:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .page-numbers:not(:disabled):not(.disabled) {
	cursor: pointer;
  }
  
  .page-item:first-child .page-numbers {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
  }
  
  .page-item:last-child .page-numbers {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
  }
  
  .page-item.active .page-numbers {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
  }
  
  .page-item.disabled .page-numbers {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
  }
  
  .pagination-lg .page-numbers {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
  }
  
  .pagination-lg .page-item:first-child .page-numbers {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child .page-numbers {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm .page-numbers {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
  }
  
  .pagination-sm .page-item:first-child .page-numbers {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child .page-numbers {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
  }
  
		