/* #####################################################################################################
   Standard font styles
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #1c385f;
  -webkit-font-smoothing: antialiased;
}
.kop {
  font-weight: 600;
  font-size: 14px;
  color: #1c385f;
  text-transform: uppercase;
  line-height: 15px;
  padding: 14px 8px;
  margin: 0 0 30px;
  border-top: 3px solid #e6ebf0;
  border-bottom: 3px solid #e6ebf0;
  position: relative;
  display: block;
  /*&:after {
		content: " ";
		height: 3px;
		width: 78px; 
		position: absolute;
		bottom: -3px;
		left: 0;
		background-color: @color3;
	}*/

}
.kop.kopHighlighted {
  border-top-color: #007dbf;
  border-bottom-color: #007dbf;
}
.kop.kopMijnVismaat:after {
  content: '';
  background: url('../../../themes/1/images/LogoMijnVISmaat.png') no-repeat center center;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
.kop .kopLink {
  float: right;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  color: #274267;
}
.kop.noMargin {
  margin: 0;
}
h1,
.kop1,
.Kop1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 2%;
  display: block;
}
h2,
.kop2,
.Kop2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
h3,
.kop3,
.Kop3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
h4,
.kop4,
.Kop4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: block;
}
a {
  color: #007dbf;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*-moz-backface-visibility: hidden;*/

}
a * {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*-moz-backface-visibility: hidden;*/

}
a:hover {
  color: #26b4ff;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  /*-moz-backface-visibility: hidden;*/

}
a:hover * {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  /*-moz-backface-visibility: hidden;*/

}
b,
strong {
  font-weight: 600!important;
}
p.pTeaser,
p#pTeaser,
.teaser {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
  color: #001f4b;
}
