@font-face {
  font-family: Open Sans;
  src: url(../img/fonts/OpenSans-Regular.ttf);
  font-weight: 400; }
@font-face {
  font-family: Open Sans;
  src: url(../img/fonts/OpenSans-Bold.ttf);
  font-weight: 700; }
::-moz-selection {
  background: #9E003B;
  color: #fff; }

::selection {
  background: #9E003B;
  color: #fff; }

.group:after {
  content: "";
  display: table;
  clear: both; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* Videos responsive machen */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

/*# sourceMappingURL=reset.css.map */
