@font-face {
  font-family: nicksOpenSans;
  src: url('../fonts/opensans-condlight.ttf');
}

@font-face {
  font-family: nicksOpenSansBold;
  src: url('../fonts/opensans-condbold.ttf');
}

@font-face {
  font-family: nicksOpenSansItalic;
  src: url('../fonts/opensans-condlightitalic.ttf');
}


body {
  font-family: 'nicksOpenSans', sans-serif;
  font-size:16px;
  font-weight: 300;
}

h1 {font-family: nicksOpenSansBold, sans-serif; font-weight: 500;}
h2 {font-family: nicksOpenSansBold, sans-serif; font-weight: 500;}
h3 {font-family: nicksOpenSansBold, sans-serif; font-weight: 500;}
h4 {font-family: nicksOpenSansBold, sans-serif; font-weight: 500;}
h5 {font-family: nicksOpenSansBold, sans-serif; font-weight: 500;}
h6 {font-family: nicksOpenSansBold, sans-serif; font-weight: 500;}

.headline-pull{
}
@media (min-width: 768px) {
  .headline-pull{
		float: right !important;
  }
}


.flright{
  position: relative;	
  float:right;
}
.flleft{
  position: relative;	
  float:left;
}
.clr{
  clear: both;
}

.hidelist{
  list-style-type:none;
  margin-left:-40px;
}

.ita{
  font-style: italic;
}

/* Custom default button */
.btn-default{
  color: rgba(255,255,255,0.75);
  background-color: rgba(0,51,51,0.6);
  border-color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  color: rgba(255,255,255,0.75);
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: rgba(0,51,51,0.6);
  border: 1px solid #000000;
}

/* Custom default input */
.form-kontrolleur{
	display: inline-block;
  border-color: #fff;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0,51,51,0.3);
  background-clip: padding-box;
  border: 1px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 10px 0 10px;
}