/*
Theme Name: SassPoint
Author: Cecilia Sander Grohnheit
Version: 1.12
*/

/*! 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.
 */

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 */
  -webkit-text-decoration: underline dotted;
          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;
}

* {
  font-family: 'Playfair Display', serif;
  box-sizing: border-box;
}

body {
  background-image: url("./assets/images/bagggrund__lille.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: white;
}

@media (min-width: 1200px) {

body {
    background-image: url("./assets/images/Sass001.jpg")
}
  }

@media (max-width: 799px) {

body {
    background-image: url("./assets/images/baggrund__mellem.png")
}
  }

.main_window {
  border-radius: 5em;
  border-style: double;
  border-color: #4160e4;
  background-color: rgba(124, 165, 211, 0.7);
  margin: 2em 5em;
}

.main_window::after {
	  content:"";
	  clear: both;
	  display: table;
	}

.main_window__text {
    color: black;
    padding: 2em;
    align-items: center;
    font-size: 2.3em;
  }

@media (max-width: 529px){

.main_window__text {
       font-size: 1.9em
  }
  }

@media (max-width: 799px) {

.main_window__text {
       font-size: 1.5em
  }
  }

@media (min-width: 1200px) {

.main_window__text {
       font-size: 1em
  }
  }

.main_window__text p {
      text-align: center;
    }

.center_headline {
 text-align: center;
 text-shadow: #4160e4 1px 0 10px;
}

.center_headline::after {
	  content:"";
	  clear: both;
	  display: table;
	}

.center_headline__podcasttyper {
   font-size: 1.5rem;
   text-align:left;
   font-weight: bold;
   margin-bottom: 1rem;
 }

.center_headline__subtitle {
    font-size: 0.7em;
  }

.center_headline__link {
    color: black;
    font-size: 2em;
  }

.center_headline__aktuelt {
    font-size: 1.5rem;
    font-weight: bold;
  }

.center_headline__comments {
    font-size: 1.5rem;
  }

.center_headline__spacing {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 1em;
  }

.btn {
  height: 2.6em;
  display: block;
  background-color: #4160e4;
  border-radius: 1em;
  border-style: ridge;
  border-color: black;
  text-align: center;
  color: black;
  text-decoration: none;
  font-weight: bolder;
}

.btn a {

  }

.btn__text {
    color: black;
    text-decoration: none;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.btn__podcasttype {
    max-width:15rem;
    float: right;
  }

.post {
  width:100%;
  margin-bottom: 5em;
}

.front_page__video {
  max-width: 100%;
  margin-left: 0%;
}

@media (max-width: 529px){

.front_page__video {
    max-width: 80%;
      margin-left: 10%
}
  }

@media (max-width: 799px) {

.front_page__video {
    max-width: 60%;
    margin-left: 20%
}
  }

@media (min-width: 1200px) {

.front_page__video {
    max-width: 40%;
      margin-left: 30%
}
  }

.pagination {
  text-align: center;
  margin: auto 30px auto 30px;
  padding-bottom: 20px;
}

@media (max-width: 529px){

.pagination {
     font-size: 1.2em
}
  }

@media (max-width: 799px) {

.pagination {
     font-size: 1.5em
}
  }

@media (min-width: 1200px) {

.pagination {
     font-size: 2em
}
  }

.row {
  width: 100%;
}

.row::after {
	  content:"";
	  clear: both;
	  display: table;
	}

.row__column6 {
    width: 50%;
    float: left;
  }

.header_main__banner {

    width: 100%;
    background-color: #4160e4;
    background-image: linear-gradient(right, #4160e4 40% , white 15%);



  }

.header_main__banner::after {
	  content:"";
	  clear: both;
	  display: table;
	}

.header_main__banner__logo {
      width: 15%;
      float: left;
  }

.header_main__banner__logo img {
        height: 20%;
        width: auto;
    }

@media (max-width: 799px) {

.header_main__banner__logo img {
          height: 30%;
          width: auto
    }
  }

@media (max-width: 529px){

.header_main__banner__logo img {
          height: 20%;
          width: auto
    }
  }

@media (min-width: 1200px) {

.header_main__banner__logo img {
          padding-top: 35px;
          height: 35%
    }
  }

.header_main__banner__title {
      width: 85%;
      float: left;
      display: none;

    }

@media (max-width: 799px) {

.header_main__banner__title {
        display: block

    }
  }

@media (max-width: 529px){

.header_main__banner__title {
        display: none

    }
  }

@media (min-width: 1200px) {

.header_main__banner__title {
        display: block

    }
  }

.header_main__banner__title__text {
        text-align: center;
        font-size: 7em;
        line-height: normal;

      }

.header_main__menubtn {
    float: right;
    display: block;

  }

@media (min-width: 1200px) {

.header_main__menubtn {
      display: none

  }
  }

@media (max-width: 799px) {

.header_main__menubtn__img {
        width: 80%;
        height: auto;
        float: right
    }
  }

@media (max-width: 529px){

.header_main__menubtn__img {
        width: 50%;
        height: auto;
        float: right
    }
  }

.header_main__navigation {
    opacity: 0;
    transition: all .4s ease-out;
    position: relative;
    z-index: -50;
    text-align: center;

  }

.header_main__navigation::after {
	  content:"";
	  clear: both;
	  display: table;
	}

@media (max-width: 799px) {

.header_main__navigation {
      display: none

  }
  }

@media (max-width: 529px){

.header_main__navigation {
      display: none

  }
  }

@media (min-width: 1200px) {

.header_main__navigation {
      opacity: 1;
      z-index: 1

  }
  }

.header_main__navigation li {
      list-style: none;
      background-color: white;
      border-style: ridge;
      border-radius: 0.5em;
      border-color: #4160e4;
      width: 8em;
      height: 2em;
      float: right;
      text-align: center;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      overflow: hidden;
      display: inline-block;


    }

@media (max-width: 799px) {

.header_main__navigation li {
        display: none


    }
  }

@media (max-width: 529px){

.header_main__navigation li {
        display: none


    }
  }

@media (min-width: 1200px) {

.header_main__navigation li {
        display: block


    }
  }

.header_main__navigation li a {
        text-decoration: none;
        font-weight: bold;
        color: black;
      }

.header_main__navigation__submenu {
      display: none;
    }

.header_main__navigation__search_btn {
      -webkit-transform: translateY(-12%);
              transform: translateY(-12%);
      -webkit-transform: scale(2);
              transform: scale(2);
      padding-top: 18px;
    }

@media (min-width: 1200px) {

.header_main__navigation__search_btn {
        -webkit-transform: scale(1);
                transform: scale(1);
        padding-top: 0
    }
  }

.header_main__navigation--visible {
      text-align: center;
      z-index: 1;
      opacity: 1;

    }

.header_main__navigation--visible ul {
        position: absolute;

      }

.header_main__navigation--visible li {
        float: none;
        font-size: 3em;
        background-color: rgba(124, 165, 211, 0.7);


      }

.single_podcasttype {
  width: 100%;
  padding: 2em 1em;



}

@media (max-width: 529px){
  }

@media (max-width: 799px) {

.single_podcasttype {
    width:50%;
    float: left



}
  }

@media (min-width: 1200px) {

.single_podcasttype {
    width:50%;
    float: left



}
  }

.single_podcasttype__post {
    border-radius: 2em;
    display: block;
    width: 100%;
    overflow: hidden;
  }

.single_podcasttype__post img {
      max-width: 700px;
      min-height: 700px;
      max-height: 700px;
    }

.single_podcasttype__title {
    display: block;
    width: 700px;
    float: left;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 2em;
    margin-bottom: 2em;
  }

.podcasttype::after {
	  content:"";
	  clear: both;
	  display: table;
	}

.podcasttype__banner {
    max-width: 45%;
    max-height: auto;
    text-align: center;
    overflow: hidden;
    border-radius: 2em;
    margin-bottom: 25px;
  }

.podcasttype__banner > img {
            border-radius: 2em;
            max-width: 400px;
            max-height: 400px;
            overflow: hidden;
      }

.podcasttype__top {
    width: 55%;
    padding-left: 10%;
    box-sizing: border-box;
    float: left;
  }

.podcasttype__top img {
      max-width: 450px;
      max-height: 450px;
    }

.podcasttype__top__text {
      width: 55%;
      padding-left: 10%;
      box-sizing: border-box;
      float: left;
    }

.podcasttype__link a {
    color: black;
    text-decoration: none;
    font-weight: bold;
  }

.podcasttype__single {
    margin-bottom: 1.5em;
  }

.podcast_text {
  margin: 0 5em 2em 5em;
}

.singlepodcast__podcastsingle {
  font-size: 1.3rem;
  font-weight: bold;

}

.singlepodcast__text {
  text-align: center;
}

.singlepodcast__banner {
  box-sizing: border-box;
 width: 80%;
 margin-left: 10%;
 margin-right: 10%;
 margin-top: 20px;
 border-style: inset;
 border-color: #4160e4;
 border-radius: 2em;
 overflow: hidden;
}

@media (max-width: 529px){

.singlepodcast__banner {
   width: 60%;
   margin-left: 20%;
   margin-right: 20%
}
  }

@media (max-width: 799px) {

.singlepodcast__banner {
   width: 40%;
   margin-left: 30%;
   margin-right: 30%
}
  }

@media (min-width: 1200px) {

.singlepodcast__banner {
   width: 20%;
   margin-left: 40%;
   margin-right: 40%
}
  }

.singlepodcast__banner img {
  width: 100%;
  height: auto;
  text-align: center;

}

.comments_area {
  background-color: rgba(124, 165, 211, 1);
  border-radius: 5em;
  padding: 1em 2em 1em 2em;
}

.comments_area__title {
    font-size: 1.2em;
  }

.comments_area__title__gerninger {
      text-align: center;
    }

.comment-list__gerninger {

  padding: 2em;
}

.comment-list__gerninger li {
    border-radius: 5em;
    border-style: dashed;
    border-color: #4160e4;
    padding: 3em;
    text-align: center;
    list-style: upper-roman;
    list-style-position: inside;
    margin-bottom: 1em;
  }

.comment-list__gerninger ol {
    padding: 2em;
  }

.comment-list__gerninger ol li {
      border-style: none;
    }

.comment-list {

  padding: 2em;
}

.comment-list li {
    border-radius: 5em;
    border-style: dashed;
    border-color: #4160e4;
    padding: 3em;
    list-style: none;
    margin-bottom: 1em;
  }

.comment-list ol {
    padding: 2em;
  }

.comment-list ol li {
      list-style: lower-roman;

      border-style: none;
    }

.aktuelt::after {
	  content:"";
	  clear: both;
	  display: table;
	}

.aktuelt__date {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background-color: #4160e4;
    border-style: dotted;
    border-color: black;
    text-align: center;
    margin: 1em auto auto auto;
    float: none;
  }

@media (max-width: 799px) {

.aktuelt__date {
      float: left
  }
  }

@media (min-width: 1200px) {

.aktuelt__date {
      float: left;
      margin-left: 2.5em;
      margin-right: 2.5em
  }
  }

.aktuelt__date__main {
      width: 5.5em;
      height: 5.5em;
    }

.aktuelt__date__time {
      -webkit-transform: translateY(35%);
              transform: translateY(35%);
    }

.aktuelt__date__time a {
        text-decoration: none;
        color: black;
        font-weight: bolder;
        font-size: 1.6em;
        text-shadow: gray 1px 1px 5px;

      }

.aktuelt__category {
    background-color: rgba(124, 165, 211, 1);
    width: 50%;
    margin-left: 50%;
    padding-right: 3em;
  }

.aktuelt__category p {
      color: black;
      font-size: 0.9em;
      text-align: right;
    }

.aktuelt__category p a {
        text-decoration: none;
        font-weight: bold;
        color: black;
      }

.aktuelt__title {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
  }

.aktuelt__title a {
      text-decoration: none;
      color: black;
    }

.aktuelt__excerpt {
    padding: 1% 5%;
  }

@media (max-width: 799px) {

.aktuelt__excerpt {
      padding-left: 10%
  }
  }

@media (min-width: 1200px) {

.aktuelt__excerpt {
      padding-left: 15%
  }
  }

.aktuelt__excerpt__main {
      padding-top: 1em;
      -webkit-transform: translateY(-19%);
              transform: translateY(-19%);
    }

.aktuelt__btn {

    margin-right: 3em;
    width: 10em;
    float: right;
    border-color: gray;
  }

.aktuelt__btn__text {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

.om_mig__column__4 {
      padding: 1em;
      width: 100%;
      }

@media (max-width: 529px){

.om_mig__column__4 {
      width: 100%;
      float: left
      }
  }

@media (max-width: 799px) {

.om_mig__column__4 {
      width: 100%;
      float: left
      }
  }

@media (min-width: 1200px) {

.om_mig__column__4 {
      width: 33.33%;
      float: left
      }
  }

.om_mig__column__4__img {
        border-radius: 3em;
        overflow: hidden;
        }

.om_mig__column__4__img img {
          width: 100%;
          height: auto;
        }

.om_mig__8 {
      padding: 2em;
      width: 100%;

    }

@media (max-width: 529px){

.om_mig__8 {
      width: 100%;
      float: left

    }
  }

@media (max-width: 799px) {

.om_mig__8 {
      width: 100%;
      float: left

    }
  }

@media (min-width: 1200px) {

.om_mig__8 {
      width: 66.66%;
      float: left

    }
  }

.boger_btn {
  float: right;
  width: 10em;

}

.boger_btn__text {
    text-decoration: none;
    color: black;
    font-weight: bold;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }

.boger_main {
  text-align: center;

}

.boger_main__billede {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border-style: outset;
    border-color: #4160e4;
    margin: 2em auto 1em auto;
  }

@media (max-width: 799px) {
  }

@media (min-width: 1200px) {

.boger_main__billede {
        float: left;
        margin: 1em
  }
  }

.boger_main__billede__img {
      -webkit-transform: translateY(-5%);
              transform: translateY(-5%);
    }

.boger_main__content {
    width: 100%;
    padding: 3em;
    margin-bottom: 2em;
  }

@media (max-width: 799px) {

.boger_main__content {
    width: 60%;
    padding: 4em;
    float: left
  }
  }

@media (min-width: 1200px) {

.boger_main__content {
    width: 70%;
    padding: 4em;
    float: left
  }
  }

.boger_main__content__title a{
      text-decoration: none;
      color: black;
      text-align: center;
      font-size: 2em;
    }

.single_bog__billede {
    width: 100%;
    text-align: center;
    margin: 1em auto;
  }

.single_bog__billede__img {

    }

.single_bog__content {
    padding: 1em 3em;
  }

.single_bog__btn {
    float: none;
    margin: 1em auto 2em auto;
  }

.single_bog__title {
    font-size: 3em;
  }

.andet__excerpt {
    padding: 0 2em;
  }

.main_footer__column6 {
    background-color: #4160e4;
    color: black;
    font-weight: bold;
    text-align:center;
    padding: 1em 0;
    margin-top: 0.5em;
    width: 100%;
  }

@media (max-width: 799px) {

.main_footer__column6 {
        float: left;
        width: 50%
  }
  }

@media (max-width: 529px){
  }

@media (min-width: 1200px) {

.main_footer__column6 {
        float: left;
        width: 50%
  }
  }

.copyright {
  width: 100%;
  text-align:center;
}
