

body[class*='context-ungdom'] {
    background-color: #2F3741;
    background-image: url(/themes/noah/images/gulbaggrund3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;

    background-repeat: no-repeat;
}


#block-views-block-programmer-block-1 .views-view-grid.horizontal .views-col {
    margin-bottom: 16px;
}




.block-item--kontakt.smagsprove .block-item--inner {
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media (min-width: 720px) {
  .block-item--kontakt.smagsprove .block-item--inner {
    flex-direction:row;
    -webkit-flex-direction: row;
  }
}





.layout-content #block-noah-content figure.align-left,
.layout-content #block-noah-content figure.align-right,
.layout-content #block-noah-content img.align-left,
.layout-content #block-noah-content img.align-right {
    max-width: 250px;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
    width: auto;
}



/* HTML accordion */


/*
.accordion-wrap {
  background-color: #fff;
  border-top: 5px solid #00ae5a;
}

.accordion-wrap h1 {
  font-weight: 700;
  font-size: 22px;
  padding: 25px 15px;
  margin: 0;
}

/* Style the buttons that are used to open and close the accordion panel */


/*
.accordion {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/*

.active, .accordion:hover {
  background-color: transparent;
}

/* Style the accordion panel. Note: hidden by default */

/*
.panel {
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-wrap .panel:last-child {
  border-bottom: none;
}

.accordion:after {
  content: '\02795';
  font-size: 13px;
  margin-right: 8px;
  margin-top: 2px;
  opacity: .25;
}

.active:after {
  content: "\2796";
}

*/



/*
  Accordion tabs that have not been created using Javascript
*/

/* clearfix */
.ckeditor-accordion-container > dl:before,
.ckeditor-accordion-container > dl:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.ckeditor-accordion-container > dl:after {
  clear: both;
}

/* CKEditor accordion */
.ckeditor-accordion-container > dl,
.ckeditor-accordion-container > dl dt,
.ckeditor-accordion-container > dl dd {
  box-sizing: border-box;
}
.ckeditor-accordion-container > dl {
  position: relative;
  border-width: 0px 0 0 0;
  border-color: #00ae5a;
  border-style: solid;
}

/* label / tab */
.ckeditor-accordion-container > dl dt {
  position: relative;
  border-top: 1px solid #eee;

}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: calc(50% - 1px);
  left:auto !important;
  right: 11px !important;
  box-sizing: border-box;
}


.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: #333 !important;
  -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 10px;
  z-index: -1;
  left:auto;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  will-change: transform;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  left: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  right: 13px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
  transform: rotate(45deg);
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
  transform: rotate(-45deg);
}


.ckeditor-accordion-container > dl dt > a {
  display: block;
  padding: 16px 50px 14px 15px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;

}

.ckeditor-accordion-container > dl dt > a:hover {
  background-color: transparent;
  color: #00ae5a;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: transparent;
}

.ckeditor-accordion-container > dl dt:last-of-type > a {
  border-bottom: 0;
}

.ckeditor-accordion-container > dl dt:hover > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt:hover > a > .ckeditor-accordion-toggle:after {
  background: #00ae5a;
}

/* contents */
.ckeditor-accordion-container > dl dd {
  display: none;
  padding: 0px 15px;
  margin: 0;
  will-change: height;

}

.ckeditor-accordion-container p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}




.materiale-subheader header {
  text-align: right;
  display: block;
  margin: 0;
  padding: 8px 20px;
  background-color: #fff;
}

.materiale-subheader header a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.materiale-subheader header a:before {
  content: "\f019";
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: none;
}


.materiale-subheader header a .svg-inline--fa {
  margin-right: 10px;
  top: -1px;
  position: relative;
}







.form-item-andet-belob #edit-andet-belob {
  max-width: 90%;
}

.form-item.form-item-intervalg2 {
  margin-bottom: 25px;
}

.form-item.form-item-andet-belob {
  margin-bottom: 50px;

}

#edit-vaelg-belob .js-form-item .option,
#edit-vaelg-arligt-belob .js-form-item .option {
  font-size: .9rem;
  font-weight: 500;
}

#edit-vaelg-arligt-belob .js-form-item:last-child .option,
#edit-vaelg-belob .js-form-item:last-child .option {
    font-size: .9rem;
    font-weight: 500;
}

#edit-description-display-before--description,
#edit-text-format--description,
.description {
    background-color: none;
    color: #888;
    font-size: 12px;
    padding: 5px 0px 0px 5px;
    line-height: 1.4;
    font-weight: 300;
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
    text-align: left;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: all;
}



.gitter-wrapper .views-view-grid .views-col {
  margin-bottom: 15px;
}

.node--page.hide-content {
  display: none;
}

figure.node-block--image img {
  float: none;
}

figure.node-block--image figcaption {
  padding: 0px 10px 5px;
}