﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
.clickable {
  cursor: pointer;
}
#content {
  background-color: #fff;
  line-height: 1.6em;
  position: relative;
  zoom: 1;
}
#content:before,
#content:after {
  content: " ";
  display: table;
}
#content:after {
  clear: both;
}
#content:not(.no-padding) > div {
  padding: 3% 4%;
}
#content #main-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4%;
}
#content h1:not(.dictionary-title),
#content h2.large {
  font-size: 1.72em;
  line-height: 1.2;
  padding: 0 0 0.3em 0;
}
#content h2:not(.large) {
  font-size: 1.3em;
  font-weight: 400;
  padding: 1em 0 0 0;
}
#content h3 {
  font-size: 1.2em;
  padding: 1em 0 0 0;
}
#content h4 {
  font-size: 1.1em;
  font-weight: normal;
}
#content h5 {
  color: #000;
}
#content h1 + h2,
#content h2 + h3 {
  padding: 0;
}
#content hr {
  border-color: #e6e6e6;
  border-style: solid;
  border-top: 0;
  border-width: 1px;
}
#content article {
  overflow: hidden;
}
#content article a:not(.linkbutton):not(.uitleg) {
  color: #0077aa;
}
#content article a:not(.linkbutton):not(.uitleg):hover {
  color: #009EE3;
}
#content article p:not(.notification-title),
#content article ul,
#content article ol {
  padding: 0 0 1em;
}
#content article ul,
#content article ol {
  margin-left: 1.9em;
}
#content article .img-left {
  margin: 0 1em 1em 0;
}
#content article .img-right {
  margin: 0 0 1em 1em;
}
#content article .step div:not(.video) {
  padding-bottom: 1em;
}
#content article .uitleg {
  text-decoration: none;
  border-bottom: 3px double #4aa89b;
  color: #4aa89b;
}
#content article .uitleg:hover {
  border-bottom: 3px double #009EE3;
  color: #009EE3;
}
/* MEDIUM SCREENS */
@media screen and (min-width: 650px) {
  .content-steps .step {
    overflow: hidden;
  }
  .content-steps .step-text {
    float: left;
    width: 62%;
  }
  .content-steps .step-image {
    float: right;
    width: auto;
    border: 1px solid #ccc;
    margin: 1em 0;
  }
  .content-steps .step-image-thumb {
    position: relative;
  }
  .content-steps .step-image-thumb > a {
    display: block;
  }
  .content-steps .step-image-thumb > a:after {
    content: "s";
    font-family: 'icons';
    text-transform: lowercase;
    position: absolute;
    left: -0.5em;
    bottom: -0.5em;
    width: 1.5em;
    height: 1.5em;
    font-size: 1.35em;
    line-height: 1.5em;
    text-align: center;
    background-color: #0061AF;
    box-shadow: 0 0 0 1px #17578B inset, 0 0 1px 2px #DDDDDD inset;
    padding: 1%;
    color: #fff;
  }
  .content-steps .step-image-thumb > a:hover:after {
    background: #00447B;
  }
}