/*
Theme Name: Hoekvis Harlingen
Author: Interfryslan
Author URI: http://interfryslan.nl
Description: Hoekvis digitale tv menukaart
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Dit thema is geheel maatwerk en is ontwikkeld en gerealiseerd door
Interfryslan te Leeuwarden.
*/


@import 'assets/css/bt-carousel.css';
@import 'assets/css/ticker.css';

html,body {
  /*height: 100%; /* verwijderen om center-flex uit te schakkelen */*/
}

body{
  background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;

  background-color: #000000;
  color: #ffffff;
}

/* BT-Overruling */
.table>thead th:nth-child(2),
.table>thead th:nth-child(3){
  white-space: normal;
  font-size: 1.2em;
}

.table>tbody>tr>td {
  border-top: 1px solid #444;
}

.table>tbody>tr>td:nth-child(1){
  width: 70%;
}
.table>tbody>tr>td:nth-child(2){
  width: 15%;
}



/* Main style */
[data-area="main"] {
  margin:30px 20px;
  /*--*/
  /*- verwijderen om center-flex uit te schakkelen + html, body :height 100% */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-area="main"] > .container-fluid {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #d0c194;
  padding: 15px 15px 15px 0;
}

[data-content="left-side"]{
  font-size: 2em;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

[data-content="right-side"]{
  background: #fff;
  padding: 15px 15px 15px;
  margin-top: 50px;
}

/* Slide-Elements */
.group-item {
  margin: 0 0 50px;
}

.group-item h2{
  font-size: 2em;
}

.group-item P{
  font-size: 1.8em;
  /*line-height: 40px;
  padding: 35px 0 0;*/
}
