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

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific 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: #001f4b;
  -webkit-font-smoothing: antialiased;
}
.kop {
  font-weight: 600;
  font-size: 14px;
  color: #001f4b;
  text-transform: uppercase;
  line-height: 16px;
  padding: 15px 0;
  margin: 0 0 20px;
  border-bottom: 3px solid #e6ebf0;
  position: relative;
  display: block;
}
.kop:after {
  content: " ";
  height: 3px;
  width: 78px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #cccc00;
}
h1,
.kop1,
.Kop1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 4%;
  display: block;
}
@media only screen and (max-width: 480px) {
  h1,
  .kop1,
  .Kop1 {
    font-size: 24px;
    line-height: 32px;
    word-break: break-word;
  }
}
h2,
.kop2,
.Kop2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: block;
}
h3,
.kop3,
.Kop3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}
h4,
.kop4,
.Kop4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: block;
}
a {
  color: #003948;
  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: #008aae;
  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: 23px;
}
