/*
Theme Name: Asger Reher
Author: Kenneth Andersson
Author URI: https://anderssonmedia.dk/
Description: Skuespiller Asger Reher
Version: 1.0
Text Domain: asgerreher
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  height: 100%; }

body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  background: #F2F2F2; }

.wrap {
  min-height: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  margin: 0 auto; }

.content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #F8F8F8; }

.center-column {
  width: 700px;
  box-sizing: border-box;
  margin: 30px auto; }
  @media (max-width: 940px) {
    .center-column {
      width: 100%;
      padding: 0 50px; } }
  @media (max-width: 760px) {
    .center-column {
      padding: 0 30px; } }
  .center-column h2 {
    text-align: center; }
  .center-column p {
    margin-bottom: 30px; }
  .center-column .wp-caption {
    max-width: 100%;
    margin-bottom: 30px; }
    .center-column .wp-caption img {
      margin-bottom: 0; }
    .center-column .wp-caption .wp-caption-text {
      margin: 10px 0;
      font-style: italic;
      font-size: 13px;
      color: #808080; }
  .center-column img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #202020; }

a {
  color: #8F6155;
  text-decoration: none; }

h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 40px; }

.tiny-text {
  font-style: italic;
  font-size: 13px;
  color: #808080; }

.header {
  min-height: 100px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  background: white;
  flex-wrap: wrap; }
  @media (max-width: 940px) {
    .header {
      min-height: 100px;
      height: 100px; } }
  @media (max-width: 760px) {
    .header {
      min-height: 70px;
      height: 70px;
      padding: 0 30px; } }

.site-title {
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8F6155;
  margin: 0;
  display: block;
  line-height: 100px; }
  @media (max-width: 940px) {
    .site-title {
      font-size: 30px;
      line-height: 100px; } }
  @media (max-width: 760px) {
    .site-title {
      font-size: 24px;
      line-height: 70px; } }

.site-title a {
  color: inherit;
  text-decoration: none; }

.menu-hovedmenu-container {
  display: inline-block;
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8F6155; }
  @media (max-width: 940px) {
    .menu-hovedmenu-container {
      width: 100%;
      background: rgba(255, 255, 255, 0.95);
      box-sizing: border-box;
      flex-basis: 100%;
      z-index: 1;
      margin: 0 -50px;
      padding: 20px 50px;
      text-align: center;
      display: none; } }
  .menu-hovedmenu-container.active {
    display: block; }

.toggle-mobile-menu {
  display: none;
  height: 20px;
  cursor: pointer; }
  @media (max-width: 940px) {
    .toggle-mobile-menu.active {
      display: initial; } }
  @media (max-width: 760px) {
    .toggle-mobile-menu {
      height: 16px; } }

#menu-hovedmenu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  @media (max-width: 940px) {
    #menu-hovedmenu {
      flex-direction: column; } }

#menu-hovedmenu li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px; }
  @media (max-width: 940px) {
    #menu-hovedmenu li {
      margin: 0 0 30px 0; } }

#menu-hovedmenu li:first-child {
  margin-left: 20px; }
  @media (max-width: 940px) {
    #menu-hovedmenu li:first-child {
      margin-left: 0; } }

#menu-hovedmenu li a {
  position: relative;
  color: inherit;
  white-space: nowrap;
  text-decoration: none; }

@media (min-width: 941px) {
  #menu-hovedmenu li a {
    transition: all 0.1s ease-out; }

  #menu-hovedmenu li a:before, #menu-hovedmenu li a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 0px;
    height: 2px;
    margin: 5px 0 0;
    transition: all 0.1s ease-out;
    transition-duration: 0.2s; }

  #menu-hovedmenu li a:before {
    left: calc(50%);
    background-color: #8F6155; }

  #menu-hovedmenu li a:after {
    right: calc(50%);
    background-color: #8F6155; }

  #menu-hovedmenu li a:hover:before, #menu-hovedmenu li a:hover:after {
    width: 50%; } }
.footer {
  display: flex;
  align-items: center;
  min-height: 100px;
  background: white;
  padding: 0 50px; }

.copyright {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8F6155; }

.resume-table {
  width: 100%;
  margin-bottom: 50px; }

.resume-row td {
  vertical-align: top;
  padding-bottom: 8px; }
.resume-row .resume-year {
  width: 80px; }
.resume-row .tiny-text {
  margin-left: 10px; }
  @media (max-width: 760px) {
    .resume-row .tiny-text {
      width: 100%;
      display: block;
      margin-left: 0; } }

.album-container {
  padding: 30px 100px; }
  @media (max-width: 940px) {
    .album-container {
      padding: 30px 0; } }
  .album-container h2 {
    text-align: center; }

.album {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  list-style: none;
  padding: 0; }
  .album a {
    display: block;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px; }
  .album .album-image {
    margin: 8px;
    height: 200px;
    display: block;
    max-width: 100%;
    box-sizing: border-box; }

.links {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .links .link {
    background: white;
    width: 30%;
    margin: 20px;
    padding: 30px;
    box-sizing: border-box;
    transition: border-color 0.2s;
    border: 5px solid white; }
    @media (max-width: 940px) {
      .links .link {
        width: 45%; } }
    @media (max-width: 760px) {
      .links .link {
        width: 100%; } }
    .links .link:hover {
      border: 5px solid rgba(143, 97, 85, 0.1); }
    .links .link .image {
      margin-bottom: 20px;
      height: 150px; }
      .links .link .image img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        max-height: 150px; }

.page-template-page_two-columns-image-left .content {
  flex-direction: row; }
  @media (max-width: 940px) {
    .page-template-page_two-columns-image-left .content {
      flex-direction: column; } }
.page-template-page_two-columns-image-left .left-column {
  background-size: cover;
  background-position: 65% 30%; }
  @media (min-width: 941px) {
    .page-template-page_two-columns-image-left .left-column {
      width: 50%; } }
  @media (max-width: 940px) {
    .page-template-page_two-columns-image-left .left-column {
      min-height: 500px; } }
  @media (max-width: 760px) {
    .page-template-page_two-columns-image-left .left-column {
      min-height: 400px; } }
.page-template-page_two-columns-image-left .right-column {
  background-color: #94ABB0;
  color: white;
  padding: 50px 70px;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  @media (min-width: 941px) {
    .page-template-page_two-columns-image-left .right-column {
      width: 50%; } }
  @media (max-width: 760px) {
    .page-template-page_two-columns-image-left .right-column {
      padding: 10px 30px 70px; } }

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