﻿@media (max-width: 1000px) {
  html {
    font-size: 12px;
  }
  .bigtext {
    font-size: 3.3em;
    font-weight: bold;
  }
  .midtext {
    font-size: 2rem;
    font-weight: bold;
  }
  .nortext {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .smalltext {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #bt-cover {
    background-image: url('img/bt-bg.jpg');
    min-height: 256px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 12px;
  }
  .bigtext {
    font-size: 5.2rem;
    font-weight: bold;
  }
  .midtext {
    font-size: 3.5rem;
    font-weight: bold;
  }
  .nortext {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .smalltext {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #bt-cover {
    background-image: url('img/bt-bg.jpg');
    min-height: 256px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  }
}

.chapt {
	display: block;
	border-radius: 20px;
	border: 0px;
	padding: 1rem;
	margin: 1rem;
	height: auto;
}

.menubutton {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 0.5em;
#	background-color: #EEEEEE;
	margin: 2px 0.4em;
}

.menuitem {
	text-decoration: none;
}

.white {
	color: white;
}

.black {
	color: black;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
}

.sent {
	width: 45%;
	min-width: 17rem;
	margin: 1rem 1rem;
	display: inline-block;
	vertical-align: baseline;
}

.sents {
	width: 28%;
	min-width: 17rem;
	margin: 1rem 1rem;
	display: inline-block;
	vertical-align: baseline;
}

.sentt {
	width: 8%;
	margin: 1rem 1rem;
	display: inline-block;
	vertical-align: baseline;
}


.sentl {
	width: 60%;
	min-width: 17rem;
	margin: 1rem 1rem;
	display: inline-block;
	vertical-align: baseline;
}

.spacer {
	display: block;
	height: 40px;
	overflow: hidden;
}

.content {
	background-color: #F5F9F9;
}

.infoblock {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 1rem;
	margin: 1rem;
	display: inline-block;
}

.tbl {
	display: table-cell;
}

.iconwrap {
	vertical-align: top;
	padding-right: 1em;
	padding-top: 0.1em;
}

.buttongray {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 0.5em;
	background-color: #5A6A85;
	margin: 0px 0.5em 5px 0;
}

.buttongreen {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 0.5em;
	background-color: #5CDB7C;
	margin: 0px 0.5em 5px 0;
}

#bt-logo {
	margin-right: 10rem;
	margin-left: 1rem;
}

#bt-topmenu {
	padding-top: 1rem;
}

#bt-uprightlogo {
	position:absolute;
	top: 0.5rem;
	right: 1rem;
}

#bt-defaultimage {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:1px;
	display: none;
}
