/*

Theme Name: RoFH Theme
Theme URI: www.sorthvid.net
Author: SORTHVID
Author URI: www.sorthvid.net/
Description: Wordpress theme for Roskilde Festival Højskole
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: rofh
*/

/*Special CSS for onepage*/
.content-box-slider2 { background-color: #fc6226!important;}
.slider-content .image_caption {color: #fff!important;}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.newsletter-section #mc-embedded-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  margin-top: 0;
}

.newsletter-section #mc_embed_signup_scroll {
  position: relative;
}

.class-style-black #mce-EMAIL {
  border-color: black !important;
}

.newsletter-section ::placeholder {
  color: #FFF !important;
  opacity: 1;
}

/* styles moved here that was previously hardcoede into header */

.type-wrap, .type-container{
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

.type-wrap{
  width:100%;
  margin-top: -52px;
  margin-left: 2px;
  text-align:center;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .hentry { padding-right: 0px !important; }

/* code for type-container */
.type-container{
  display: inline;
  font-family: '4000 bold', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-align:center;
  transform: rotate(-22deg)
}

/* code for animated blinking cursor */
.typed-cursor{
  opacity: 1;
  color: #FFF;
  font-weight: 100;
 -webkit-animation: blink 0.7s infinite;
 -moz-animation: blink 0.7s infinite;
 -ms-animation: blink 0.7s infinite;
 -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}


span#typed { padding-right: 2px; padding-left: 0; }

.hentry .typed-cursor {
  padding: initial;
  line-height: initial;
  font-size: 26px;
  padding-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
}

#typed-strings { display: none; }

@-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
} 

@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

@-ms-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

@media screen and (min-width: 1200px) {

  .w-container { max-width: 1170px; }
  
}


.fag-period-container { text-align: center; }
.fag-graphic {
    display: inline-block;
    width: 40%;
    /*padding-bottom: 40%;
    background-image: url('images/period-graphic.png');*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}


.fag-graphic span { position: absolute; cursor: pointer; display: block; }

.fag-graphic .area-period_1 { 	top: 6%; 	right: 31%; 	left: 34%; 	bottom: 70%; }
.fag-graphic .area-period_2 { 	top: 29%; 	right: 14%; 	left: 69%; 	bottom: 39%; }
.fag-graphic .area-period_3 { 	top: 75%; 	right: 34%; 	left: 35%; 	bottom: 7%; }
.fag-graphic .area-period_4 { 	top: 37%; 	right: 69%; 	left: 15%; 	bottom: 23%; }

.fag-graphic #period-graphic { overflow: visible; }
.fag-graphic .circle_part_area,
.fag-graphic .circle_part_label { transition: transform 0.2s ease-in-out; transform-origin: 50% 50%; }
.fag-graphic .area-period_1:hover .circle_part_label { transform: translateY(-5px); }
.fag-graphic .area-period_2:hover .circle_part_label { transform: translateX(5px); }
.fag-graphic .area-period_3:hover .circle_part_label { transform: translateY(5px); }
.fag-graphic .area-period_4:hover .circle_part_label { transform: translateX(-5px); }

.fag-graphic .area-period_1:hover .circle_part_area { transform: scale(1.05) translateY(15px);  }
.fag-graphic .area-period_2:hover .circle_part_area { transform: scale(1.05) translateX(-15px);  }
.fag-graphic .area-period_3:hover .circle_part_area { transform: scale(1.05) translateY(-15px);  }
.fag-graphic .area-period_4:hover .circle_part_area { transform: scale(1.05) translateX(15px);  }
.fag-graphic .area-period_s:hover  .circle_part_area { transform: scale(1.05) translateX(-15px);  }
.fag-graphic .area-period_rf:hover .circle_part_area { transform: scale(1.05) translateX(15px);  }

.fag-graphic .area-period_s { 	top: 62%; 	right: 17%; 	left: 67%; 	bottom: 26%; }
.fag-graphic .area-period_rf { 	top: 22%; 	right: 66%; 	left: 22%; 	bottom: 64%; }

.fag-graphic .js_area_toggle { 
  cursor: pointer; 
  opacity: 0; 
  animation: fadeinsequence 2s forwards; 
}
@keyframes fadeinsequence { 100% { opacity: 1; } }

.fag-graphic .area-period_1 {	 animation-delay: 0.5s; }
.fag-graphic .area-period_2 {	 animation-delay: 1.0s; }
.fag-graphic .area-period_3 {	 animation-delay: 1.5s; }
.fag-graphic .area-period_4 {	 animation-delay: 2.0s; }
.fag-graphic .area-period_s  { animation-delay: 2.5s; }
.fag-graphic .area-period_rf { animation-delay: 3.0s; }

.fag-modal {
  display: none;
  position: fixed;
  background-color: #0054dc;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: auto;
  height: auto;
  overflow-y: scroll;
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.fag-modal.period-1 { background-color: #32a0c8; }
.fag-modal.period-2 { background-color: #65b8d6; }
.fag-modal.period-3 { background-color: #ee7203; }
.fag-modal.period-4 { background-color: #f29542; }
.fag-modal.period-s { background-color: #32a0c8; }
.fag-modal.period-rf { background-color: #ee7203; }

.fag-modal p { color: white; }

.fag-modal .js_fag_modal_close {
	position: absolute;
	display: block;
	cursor: pointer;
	font-size: 55px;
	top: 4vw;
	right: 10vw;
	transform: rotate(45deg);
	font-weight: normal;
	color: white;
	z-index: 999999;
	width: 25px;
	height: 25px;
	background-image: url('images/plus_white.svg');
	background-position: 0px 0px;
	background-size: 24px 23px;
	background-repeat: no-repeat;
}

.fag-modal .fag-excerpt { display: none; }
.fag-modal .text-wrapper { background-color: transparent !important; padding: 0 !important; }

.fag-modal .fag-content { 
  border-bottom: 2px solid white; 
  padding: 18px 0;
}

.fag-modal h2 {
  color: white;
  text-align: center;
  font-family: '4000 heavy', sans-serif;
  text-transform: uppercase;
}

.fag-modal .heading3 { 
  font-family: '4000 heavy right', sans-serif; 
  color: white; 
  font-size: 40px !important;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-bottom: 24px;
  display: inline-block;
  margin-top: 0;
  text-transform: capitalize;
}

.filter-coloum {
  float: right;
  margin-top: 5px;
  background-color: transparent;
  border: 0 !important;
  cursor: pointer;
  padding: 10px 0 10px 10px !important;
  text-align: right;
  text-align-last: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: bolder;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.filter-coloum option { font-weight: normal; color: black; padding-right: 10px !important;}


.fag-modal.w-section.fag .fag-content h3 {
  cursor: pointer;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  font-weight: 700;
}

.fag-modal .fag-content h3::after {
  content: '';
  display: block;
  float: right;
  line-height: 25px;
  width: 20px;
  height: 20px;
  background-image: url('images/plus_white.svg');
  background-position: 0px 0px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  transition: transform 500ms ease 0s;
  
}
.fag-modal .fag-content h3.open::after { transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg); padding-top: 2px; }

.fag-modal .fag-excerpt {
  font-size: 14px;
  color: white;
  margin-top: 12px;
}

/*.open + .fag-excerpt { display: block; }*/

.fag-link {
  color: white;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 900px) {
  .fag-graphic {
    width: 100%;
    /*padding-bottom: 100%; */
    padding: 0 5vw;
  }
  .fag-graphic .area-period_2 { right: 13%; left: 67%; }
  .fag-graphic .area-period_4 { right: 68%; left: 13%; }
  .fag-graphic .area-period_s { right: 17%; left: 65%; }
  .fag-graphic .area-period_rf { right: 64%; left: 19%; }

  .fag-modal .js_fag_modal_close { top: 26px;  right: 5vw; }
  .fag-modal { padding-bottom: 50px; }
  .fag-modal h2 { max-width: 90%; margin-right: auto; margin-left: auto; }
  .fag-modal.w-section.fag .w-container .w-row { margin-right: auto; margin-left: auto; }
}

.no-crop.w-slider { background-color: transparent; }
.no-crop img {
  height: 100%;
  width: auto;
}

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

body {
  overflow-y: scroll;
}

.rows{
  content: " ";
  display: table;
}

.apply-button {
  display: none;
}

.main-menu, .apply-overlay, .apply-stay {
  -webkit-overflow-scrolling:touch;
}

.first-image-section + .second-image-section{
  top:-140px;
  margin-bottom: -100px;
}

.color-section .accordion-headline {
  color: white !important;
}

.color-section p {
  color: white !important;
}

.color-section h1, .color-section h2, .color-section h3, .color-section h4, .color-section h5 {
  color: white !important;
}

.color-section .accordion-container{
  border-bottom: 2px solid #000;
}

.color-section .accordion2{
  padding-bottom: 25px;
}

#email-form input::-webkit-input-placeholder {
  color: #111;
}

.w-form-done {

  text-align: left!important;
  background-color: transparent!important;
  border: 2px solid white;
  color: white;

}

.w-input:focus, .w-select:focus {
  border-color: #111;
  outline: 0;
}

.select._w-select {
  background: url('images/br_down.png') no-repeat;
  -webkit-appearance: none !important;
  -moz-appearance:none!important;
  background-position: right 10px center;
  background-color: #fff!important;
  border: 3px solid #111!important;
  border-radius: 0!important;
}

.link-headline {
  font-family: '4000 bold', sans-serif !important;
}

.paragraph {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.with-background span {
  padding: 5px 10px;
  line-height: 1.8em;
}

.navbar-r {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

.navbar-r:hover { }

.navbar-r.shrunk {
  padding: 0px;
  background-color: #32a0c8;
}

.navbar-r.shrunk .type-wrap{
  margin-top: -37px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

 .navbar-r.shrunk .type-container{
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

.navbar-r.shrunk .burger-button {
  margin-top: 0px !important;
  top:2px;
}

.blog_byline {
  opacity: 1;
}

@media (min-width: 992px){
    
    .burger-button {
      display: none !important;
    }

    .navbar-r.shrunk .logo-img {
      height: 48px;
      margin-top: 5px;
    }

    .nav-container {
      margin-bottom: 0.3%;
      margin-top: 0.1%;
    }

}

@media (min-width: 770px){
    
  .burger-button {
    display: none !important;
  }

}

@media (max-width: 991px){

  .navbar-r.shrunk .logo-img { margin-top:4px; }
  .type-wrap{ margin-top: -38px; }

   /* code for type-container */
  .type-container{ font-size: 15px; }

}

.navbar-r.shrunk .apply-button {
  padding-top: 3px;
  padding-bottom: 3px;
  
  @media (max-width: 991px){
    margin-right:0;
  }

  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

.navbar-r.shrunk .apply-button img{
  height: 60px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

.navbar-r .apply-button, .navbar-r .logo img, .navbar-r .apply-button img:nth-of-type(1){
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  will-change: height;
  transform: translateZ(0);
}

.navbar-r.shrunk .nav-links-container {
  padding-top: 12px;
}

  .navbar-r.shrunk .byline {
  display:none;
}

.nav-link:last-child {
  margin-right: 0px;
}

.footer ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #FFF!important;
}

.footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #FFF!important;
opacity:  1!important;
}

.footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #FFF!important;
  opacity:  1;
}

.footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #FFF!important;
}

.footer .w-input:focus, .footer .w-select:focus {
  border-color: #FFF!important;
  outline: 0;
}

@media (max-width: 991px){

  .navbar-r .apply-button, .navbar-r.shrunk .apply-button {
    margin-right:0;
  }

  .navbar-r .apply-button img:first-child {
    margin-right:0;
    height: 60px!important;
  }

}

@media (max-width: 767px) {

  .navbar-r.shrunk .apply-button img:nth-child(2) {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: 20px;
  }

  .navbar-r.shrunk .burger-button {
    top:1px;
  }

  .navbar-r .apply-button, .navbar-r.shrunk .apply-button {
    top:0;
    padding-top:5px;
  }

  .first-image-section + .second-image-section {
    top: 0;
    margin-bottom: 40px;
  }

  .bg-video video { display:none; }
  .select._w-select { font-size: 16px; }

}

@media (max-width: 767px){

  .w-col {
    padding-left: 0px;
    padding-right: 0px;
  }

}


.w-video.square {
  width: 56% !important; 
  margin: 0 auto;
}

@media (max-width: 767px){

  .w-video.square {
    width: 89% !important; 
    padding-top: 89% !important; 
    margin: 0 auto;
  }

}

.w-section .slider-navigation {
  position: absolute;
  top: -21px;
  right: 3px;
}

.w-section .swiper-button-next, 
.w-section .swiper-button-prev {
	top: auto;
	bottom: 2px;
	width: 44px;
	height: 44px;
	/*background-image: url(images/arrow-right.svg);*/
	background-image: url(images/arrow_right_black.svg);
	background-position: center;
	background-size: 31px;
  background-repeat: no-repeat;
}

.w-section .swiper-button-next::after, 
.w-section .swiper-button-prev::after {
  display: none;
}

.w-section .swiper-button-next {
  right: 2px;
}
.w-section .swiper-button-prev {
  left: auto !important;
  right: 49px;
}
.w-section .swiper-button-prev {
  transform: rotate(180deg);
}

img { height: auto; }

.navigation_blog_link {
  display: block; 
  text-decoration: none; 
}

.rows {
	display:block!important;
	max-width:100%;
}

.rows:after {
	content: '';
	clear:both;
	display: table;
}

.related_columns { width: 100%; display: flex; flex-wrap: wrap; }

.slant-none { font-family: '4000 heavy', sans-serif !important; }
.slant-left { font-family: '4000 heavy left', sans-serif !important; }
.slant-right { font-family: '4000 heavy right', sans-serif !important; }

.hero.hero_with-background, 
.hero.hero_with-background.hero_page_forside { background-image: none; }

.heading1 { line-height: 0.8; overflow: visible; margin-left: -24px; padding-left: 24px; max-width: 100%; }
.heading1 span {  overflow: visible; display: inline-block; width: 100%; max-width: 100%; hyphens: manual; }

.lineheightLarge { line-height: 0.95; }

h2 {max-width: 100%; }
h2 span {max-width: 100%; hyphens: manual; }


.event-calendar .title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.event-calendar p { font-size: 15px; }
.event-calendar .paragraph { margin-bottom: 14px; }

.event-calendar a { text-decoration: none; }

.event-calendar .earlier {
  color: white;
  background-color: #ee7203;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.event-calendar .date {
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: '4000 regular', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.cat-divider:after { content: "/"; }
.cat-divider:last-child:after { content: ""; }

.navigation-byline {
  font-size: 18px;
  line-height: 1;
  margin-top: -5px;
}

.video-responsive{
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

iframe { max-width: 100%; }

.gform_wrapper .gsection { border: 0 !important; margin-bottom: 0 !important; }

.gsection_title {
	color: #111;
	font-family: "4000 bold",sans-serif;
	font-size: 33px !important;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 20px;
}

.gfield_select {
	-moz-appearance: none !important;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #fff !important;
	background-image: url('images/br_down.png');
	background-origin: padding-box;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto auto;
	border: 3px solid #111 !important;
	border-radius: 0 !important;
}
.gfield_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gfield_select {
	font-size: 20px !important;
	margin-bottom: 0px !important;
}

.ginput_container input {
	background-color: #ffffff;
	border: 3px solid #000 !important;
	color: #333333;
	display: block;
	line-height: 1.42857;
	margin-bottom: 10px;
	padding: 8px 12px !important;
	vertical-align: middle;
	width: 100%;
	border-radius: 0 !important;
	border: 3px solid #000;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px !important;
	height: 50px;
	margin-bottom: 5px !important;
}


.search-list-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}

.search-list-item a { text-decoration: none; }

.search-list-item .title {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.search-list-item  .content p {
  font-size: 14px;
}

.search-input { margin-top: 30px; }

.search-bar {
  line-height: 34px;
  float: left;
  padding: 0 15px;
  max-width: 65%;
  width: 350px;
  border-radius: 0 !important;
}

.search-bar::placeholder { color: white; }

.search-form {
  margin-bottom: 20px;
}

.search-form::after {
  content: "";
  display: block;
  clear: both;
}

.style-post { color: #32a0c8; }
.style-page { color: #822882; }
.style-fag  { color: #1e8746; }
.style-event { color: #c81919; }
.style-employee { color: #ee7203; }

.search-input + input {
	padding: 19px 30px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 2px;
	background-color: transparent;
	position: static;
	display: block;
	background-image: url('images/arrow_input.svg');
	background-position: 62% 50%;
	background-repeat: no-repeat;
	color: transparent;
	transform: translateX(-100%);
}


.nav-links-container.new-menu {
  padding-top: 25px;
}

.new-menu ul {
  display: flex;
  list-style: none;
}

.new-menu li:hover .sub-menu {
  display: block;
}

.new-menu .sub-menu li {
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.new-menu .sub-menu li:last-child {
  border: none;
}

.new-menu li a {
  margin-right: 32px;
  font-family: '4000 bold', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.new-menu li:not(.menu-item-has-children):hover > a {
  text-decoration: underline;
}

.menu-item small {
  /*display: block;*/
  /*margin-top: -2px;*/
  opacity: 0.8;
}

.new-menu .sub-menu li a {
  padding: 11px 0;
  display: inline-block;
}

.new-menu .sub-menu {
  display: none;
  position: absolute;
  padding: 5px 15px;
  margin: 0;
  /*background-color: #822882;*/
  background-color: #ee7203;
  min-width: 200px;
}

.w-section.h2 + .fact-section {
  margin-top: -55px;
}

/*
.new-menu li:nth-child(1) .sub-menu { background-color: #5a5091; } 
.new-menu li:nth-child(2) .sub-menu { background-color: #32a0c8; }
.new-menu li:nth-child(3) .sub-menu { background-color: #78aa06; }
*/

.new-menu li.open .sub-menu {
  display: block;
}


.ginput_container .textarea {
	border: 3px solid #000 !important;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	height: auto;
	min-height: 150px;
	border-radius: 0 !important;
}

.gfield_label {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
	text-align: left;
}











.gform_button {



	background: #000 !important;



	border: 4px solid #000;



	font-size: 20px !important;



	margin-bottom: 20px;



	margin-top: 20px;



	padding: 15px 25px;



	transition: background-color 350ms ease 0s;



	border-radius: 0;



	color: white;



	cursor: pointer;



	display: inline-block;



	line-height: inherit;



	text-decoration: none;



	font-size: 20px;



	border-radius: 0 !important;



	-webkit-appearance: none;



  -moz-appearance: none;



   appearance: none;  



}







.gform_button:hover {



	background-color: transparent !important;



	color: #111;



}







.gform_wrapper .top_label .gfield_label { display: inline !important; }



.gform_wrapper { margin: 0 0 16px !important; }



.gform_wrapper ul li.gfield { margin: 0 0 16px !important; }







.ginput_container input[type='checkbox'] { height: 30px; } 







.accordion-container { 



	/* max-width: 1170px;  */



  /* max-width: 66.666%; */



	padding: 0 15px; 



}







.inverted .heading3, 
.inverted h2, 
.inverted li, 
.inverted ul, 
.inverted p, 
.inverted i { 
  color: #fff; 
}

.inverted select,
.inverted textarea,
.inverted input {
  color: #000 !important;
}



.t-entry-date + .heading3 { margin-top: 0px; }

.accordion-hide { margin-top: 7px; }







.schools-logo {



	background-image: url('images/hojskolerne.png');



	background-size: cover;



	background-position: center;



	width: 200px;



	height: 50px;



	display: block;



	position: absolute;



	top: 13px;



	right: 10px;



}











blockquote p {



  font-family: '4000 bold', sans-serif  !important;



  font-size: 65px !important;



  line-height: 1.1 !important;



  font-weight: 700 !important;



	margin-left: 8% !important;



}







hr {



	display:block;



	height:1px;



	border:0;   



	border-top:2px solid #000;



	margin:1em 0;



	padding:0;



}







.main-menu-container .footer-headline {



	text-indent: -9999px;



}



	



.main-menu-container .menu-social {



	text-align: center;

	margin-top: -20px;

    margin-bottom: -40px;



}







.main-menu-container .menu-social > div {



	width: 45px !important;



	margin: 0 2% 75px;



	padding: 0;



	display: inline-block;



	float: initial !important;



}



.main-menu-container .submit-button-mobile { display: block !important; text-align: center !important; }







.apply-button { z-index: 999999; }



.submit-container { display: none; }







.close-btn { padding-top: 28px; }

.gfield_checkbox label { cursor: pointer; }

.gfield_checkbox label:before {
	content: '✔';
	color: transparent;
	border: 2px solid black;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	margin-right: 10px;
  transform: translateZ(0);
}

.gfield_checkbox input { display: none !important; }

.gfield_checkbox input[type="checkbox"]:checked + label:before { color: #000 }

.ginput_container select { padding: 2px 0 2px 8px; }







.second-level-links { cursor: pointer; }







.menu-shrunk .apply-container .close-btn {



	position: relative;



	top: -34px;



}







a.apply-button {



	z-index: initial;



	position: initial;



	margin-left: initial;



	float: initial;



}







.wp-caption-text {



	font-size: 15px;



	font-style: italic;



}







.blog_content .wp-caption { max-width: 100%; }



.blog_content h2 { font-size: 32px; line-height: 37px; font-family: '4000 bold', sans-serif; }



.blog_content h3 { font-size: 25px; line-height: 30px; }











.form-template .end-post-section { margin-bottom: 0 !important; padding-bottom: 40px;}



.form-template + .footer .footer-section { margin-top: 0 !important; }







.inverted .blog_headline,



.inverted .gsection_description,



.inverted .gfield_checkbox label,



.inverted .gsection_title,



.inverted .gform_wrapper .gfield_description,



.inverted .gform_wrapper h3.gform_title,



.inverted .gfield_label { color: #fff; }







.inverted a { color: #dfdfdf; }







.inverted .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label { color: #fff; }







.inverted .ginput_container input, 



.inverted .ginput_container .gfield_select, 



.inverted .ginput_container .textarea {



  border-color: #fff !important;



}







.inverted .gform_button { 



	background-color: #fff !important;



	border-color: #fff !important;



	color: #000 !important;



}



.inverted .gform_button:hover {



	background-color: transparent !important;



	color: #fff !important;



}







.inverted .gfield_checkbox label::before { 



	background-color: #fff !important;



	border-color: #fff !important;



}







.inverted .gfield_checkbox input[type="checkbox"]:checked + label::before { color: #000 !important; }











.menu-newsletter {



	display: block;



	margin: 0 auto 80px;

	

	width: 80%;



	max-width: 420px;



}







.menu-newsletter .w-input:focus, .menu-newsletter .w-select:focus {



	border-color: #fff;



	outline: 0;



}





.menu-newsletter *::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: white !important;

}

.menu-newsletter *::-moz-placeholder { /* Firefox 19+ */

  color: white !important;

}

.menu-newsletter *:-ms-input-placeholder { /* IE 10+ */

  color: white !important;

}

.menu-newsletter *:-moz-placeholder { /* Firefox 18- */

  color: white !important;

}

.post-type-archive-employee .related-item-column {
  min-height: 560px !important;
}

.w-button.active { background-color: #ee7203; }
.tab-selector.filter-sections.w-button { display: inline-block; margin-right: 2px; margin-bottom: 3px; background-color: #32a0c8; }
.tab-selector.filter-sections.w-button.active { background-color: #ee7203; }
.filters-row { padding-left: 6px; }

.w-section.fag a.heading3 { 
  text-decoration: none;
  font-size: 34px;
  margin-bottom: 24px;
  display: inline-block;
  margin-top: 0;
  text-transform: capitalize;
}

.w-section.fag .link-block { 
  width: 100%; 
  color: white; 
  font-size: 30px;
  line-height: 1;
  font-family: '4000 bold', sans-serif;
  font-weight: 700; 
}

.w-section.fag .text-wrapper { padding: 35px; position: relative; margin-top: 50px; }

.w-section.fag .text-toggle {
  position: absolute;
  top: 24px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.w-section.fag .text-toggle::before { content: '+'; }
.w-section.fag .text-toggle.open::before { content: '-'; }

.w-section.fag .small-accordion { display: none; }
.w-section.fag .open + .small-accordion { display: block; }

.w-section.fag .w-container .w-row {
  margin-left: -34px;
  margin-right: -34px;
  padding-top: 25px;
  width: auto;
}
.w-section.fag .w-col {
  padding-left: 34px;
  padding-right: 34px;
}

.w-section.fag p { line-height: 1.4; }
.w-section.fag .img-link.blog-archive_links:last-child { margin-right: 0px; }
.fag-filter {
	margin-right: 24px!important;
	/*margin-bottom: 2em;*/
}

.img-link.active { text-decoration: underline; }

.overview-wrapper .img-link {
  font-size: 22px;
  background-size: 20px;
  padding-left: 35px;
  padding-top: 0px;
  margin-top: 5px;
}

.overview-wrapper .link-wrapper {
  margin-top: 5px;
  margin-bottom: 15px;
}


.cta-section {
  margin-top: -40px;
  padding: 40px 0;
  color: #fff;
  margin-bottom: 40px;
}

.cta-section .cta-button { 
  line-height: 40px; 
}

.cta-section a {  
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  /*display: inline-block;*/
  display: table-cell;
  padding: 10px 16px;
  width: 100%;
}

.circle-thumb {
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  margin-top: 2px;
}


.popmake-content .aligncenter {
  margin: 22px auto 0;
  display: block;
}

.accordion2 blockquote p {
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin-left: 14% !important;
}

@media (max-width: 1200px){

  .accordion-container { max-width: 940px; }
	blockquote p { margin-left: 0% !important; }

}



@media (max-width: 980px){

  .employee.w-col-4 { width: 50% !important; }
  .filters-row { padding-left: 26px; }
  
  
  .cta-section a {  
    font-size: 16px;
    padding: 10px 16px;
    text-align: center; 
  }
  .cta-section {
    padding: 30px 0 10px 0;
  }

  .paragraph iframe {
    max-width: 100%;
    height: 53.25vw;
  }

  .wpml-ls-native {
    font-size: 24px;
    margin-top: 45px;
    display: inline-block;
  }

}

.fact-wrapper .paragraph {
    font-size: 20px;
}

.fact-section .w-row.column-wrapper {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px){

  .fact-wrapper .paragraph {
      font-size: 16px;
  }

  .fact-section .w-col { 
    width: 50%;
    float: left;
    padding-right: 10px;
    min-height: 377px;
  }
  .fact-section .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .circle-thumb {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    margin-top: 4px;
  }
  
  .employee.w-col-4 { width: 100% !important; }

	.single .w-section .w-container .w-row { margin-left: 10px; margin-right: 10px;}

  blockquote p { font-size: 52px !important; }

	.blog_content h2 { font-size: 30px; line-height: 35px; }

  .hentry span.typed-cursor {
    padding-right: 0;
    font-size: 15px;
    line-height: 26px;
    padding-top: 4px;
  }

	.blog_content h3 { font-size: 20px; line-height: 25px; }



	.page-template-page-form .blog_headline { font-size: 30px; line-height: 30px; padding-left: 15px; }

	.page-template-page-form .gsection_title { font-size: 30px !important; line-height: 30px; }



	.close-btn { padding-left: 0; margin-left: 7px; margin-right: 0; padding-top: 24px; position: initial !important; }



	.section-header h2 { margin-bottom: 25px; }



	.schools-logo {



    position: relative;



    float: left;



    margin-top: -46px;



    margin-bottom: 80px;



    margin-left: 30px;



	}



	



  .hero.hero_with-background.hero_page_forside {



		background-size: 260px !important;



  }







	.blog_content .paragraph, .blog_content .wp-caption, .blog_content h3, .blog_content h2, .blog_content .gform_wrapper, .blog_content p {



   	padding-left: 15px;



    padding-right: 15px;



	}



	



	.wp-caption-text {



    margin-left: -15px;



	}

	.accordion-container { padding: 0; }

	.accordion-section { padding: 0 15px; }

	.navigation_block {
    padding-right: 18px !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
    max-width: 100%;
    overflow: hidden;

	}

	.navigation_blog_link {
    width: 50%;
    float: left;
    transform: rotate(-12deg) !important;
		margin-bottom: 43px;
		padding-right: 10px;
		padding-left: 27px;
	}
  
  .footer {
    max-width: 100%;
    overflow: hidden;
  }

	.main-menu-container .menu-overlay-links {
    font-size: 43px;
    font-family: '4000 heavy', sans-serif;
    margin-bottom: 10px;
	}


	.main-menu-container .second-level-links {
    font-size: 25px;
    font-family: '4000 bold', sans-serif;
	}

	.menu-level { display: none !important; } /* silly fix to always hide submenu on mobile */
	.open-submenu + .menu-level { display: block !important; } 
	.open-submenu + .menu-level { 
    background-color: rgba(0,0,0,0.1);
    padding: 14px;
    margin-top: 11px;
   } 

	.main-menu-container .second-level-links {
    /*display: none;*/
	}

	.main-menu-container a[href^="#"].menu-overlay-links +.menu-level .second-level-links {
    /*display: none;*/
	}

	.main-menu-container .open-submenu + .menu-level a {
		display: block !important;
	}


  .menu-overlay-links small {
    display: block;
    opacity: 0.9;
    font-size: 30px;
  }

}



@media only screen and (max-width: 641px){



.gform_wrapper.gf_browser_safari select {

    padding: 3px 0 3px 10px !important;

  }
  
}





@media (max-width: 479px) {







  .imagehearowrapper.image_journalist {



    margin-bottom: 10px;



  }







	.byline{



	 padding-right: 0;



	 left: 41px;



	 top: -43px;



	}







}