/*  VARIABLES
===========================================*/
:root {
  --default-color: #83c448;
  --accent: #9648ca;
  --gradient: #a734d8;
  --gradient-alt: #2700ff;
  --light-green: #a5cd5e;
  --light-green-alt: #83c448;
  --black: #231f20;
  --off-white: #f6f9f4;
  --font-size: 18px;
  --body-font-color: #333;
  --body-background: #FFF;
  --body-font: "Open Sans", Arial, sans-serif;
  --heading-font: "Barlow", Arial, sans-serif;
  --heading-weight: 800;
  --footer-bg: #191717;
  --white: #FFF;
  --light-bg: #ecf3e8;

  --width: 1440px;
  --width-entry: 1600px;
}



/*  NORMALIZE v8.0.1
===========================================*/
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 {font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none; padding: 0; }
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress {  vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"],[type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }


/*  TYPOGRAPHY
===========================================*/
body {
  font-size: 100%;
  font-size: 18px;
  font-size: var(--font-size);
  font-family: "Open Sans"
,
Arial
,
sans-serif;
  font-family: var(--body-font);
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

.super-container {
  font-size: 1em;
  line-height: 1.25;
}

@media (min-width: 600px) {
  .super-container {
    font-size: 1em;
    line-height: 1.375;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
}

h1 {
  font-size: 2em;
  line-height: 1.25;
}

@media (min-width: 600px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 3em;
    line-height: 1.05;
  }
}

h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}

@media (min-width: 600px) {
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
}

@media (min-width: 900px) {
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
}

#aluminai h2 {
  font-size: 1.375em;
  line-height: 1.13636364;
}

@media (min-width: 600px) {
  #aluminai h2 {
    font-size: 1.6em;
    line-height: 1.25;
  }
}

@media (min-width: 900px) {
  #aluminai h2 {
    font-size: 1.85em;
    line-height: 1.25;
  }
}


h3, .puff h2 {
  font-size: 1.375em;
  line-height: 1.13636364;
}

@media (min-width: 600px) {
  h3, .puff h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}

@media (min-width: 900px) {
  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

@media (min-width: 900px) {
  .puff h2 {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

#cta span {
  font-size: 1.125em;
  line-height: 1.11111111;
}

@media (min-width: 600px) {
  #cta span {
    font-size: 1.25em;
    line-height: 1.2;
  }
}

h4, .puff-course h2 {
  font-size: 1.3em;
  line-height: 1.11111111;
}

@media (min-width: 600px) {
  h4, .puff-course h2 { line-height: 1.22222222; }
}

blockquote {
  font-size: 1.25em;
  line-height: 1.25;
}

@media (min-width: 600px) {
  blockquote {
    font-size: 1.5em;
    line-height: 1.45833333;
  }
}


/*  FONT AWESOME
===========================================*/
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('assets/components/fontawesome-pro/webfonts/fa-regular-400.woff2') format('woff2'),
  url('assets/components/fontawesome-pro/webfonts/fa-regular-400.woff') format('woff');
}


/*  ANIMATION
===========================================*/
@-webkit-keyframes shake {
  0% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
  50% { -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }
  100% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
}
@keyframes shake {
  0% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
  50% { -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }
  100% { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
}


/*  BASIC STYLES
===========================================*/
html{ box-sizing: border-box; scroll-behavior: smooth; }

*, *:before, *:after { box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  background-color: var(--body-background);
  color: #333;
  color: var(--body-font-color);}

b, strong { font-weight: bold; }

p {
  margin: 0;
  margin-bottom: 1em;
}

a { color: #5891eb; color: var(--accent); transition: all 0.25s ease-in-out; }
a:hover, a:focus { color: #83c448; color: var(--default-color); }

a[href^="tel"] { text-decoration: none; color: #333; color: var(--body-font-color); }

select::-ms-expand { display: none; }

.super-container { }

img { max-width: 100%; width: 100%; }

.puff { overflow: hidden; }
.puff:hover a .puff-wrap, .puff:focus a .puff-wrap { background-color: #ecf3e8; background-color: var(--light-bg); }
.puff:hover a .read-more, .puff:focus a .read-more { color: #83c448; color: var(--default-color); }

.puff .puff-wrapper {
  text-decoration: none;
  display: block;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}

.puff:hover, .puff:focus { color: inherit; }

.puff h2 {
  margin: 0;
  margin-bottom: 0.3em;
  letter-spacing: 0.3px;
}

.puff h2, .puff h3, .puff h4 { color: #333; color: var(--body-font-color); }

.puff p {
  margin-bottom: 0;
  color: rgba(0,0,0, 0.7);
  flex: auto;
}

.puff .puff-wrap {
  background-color: #f6f9f4;
  background-color: var(--off-white);
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  padding: 1.1em 1.2em 1em;
  transition: all 0.25s ease-in-out;
  border-radius: 0 0 20px 0;
}
.puff img { border-radius: 20px 0 0 0; }

.read-more {
  display: block;
  color: #5891eb;
  color: var(--accent);
  text-decoration: none;
  font-weight: 800;
  font-weight: var(--heading-weight);
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  transition: all 0.25s ease-in-out;
  margin-top: 0.8em;
}
.read-more:after {
  display: inline-block;
  content: "›";
  padding-left: 4px;
}


h1.title {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0.2em;
}

@media (max-width: 599px) { h1.title { margin-bottom: 0.5em; } }

/* Share buttons */
.share {
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #999;
  text-transform: uppercase;
  font-size: 0.8em;
}

.share a {
  display: inline-block;
  font-size: 16px;
  background-color: #5891eb;
  background-color: var(--accent);
  margin-left: 5px;
  padding-bottom: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

.share a:hover, .share a:focus { background-color: #83c448; background-color: var(--default-color); }

.share a.share-facebook { background-image: url('assets/images/social/facebook-f.svg'); }
.share a.share-twitter { background-image: url('assets/images/social/twitter.svg'); }
.share a.share-linkedin { background-image: url('assets/images/social/linkedin-in.svg'); }
.share a.share-pinterest { background-image: url('assets/images/social/pinterest-p.svg'); }


@media (min-width: 1200px) {
 .share { margin-top: 2.5em; margin-bottom: 0; }
}

/*  GRID
===========================================*/
.container {
  max-width: 1440px;
  max-width: var(--width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media (min-width: 900px) {
  .container {
    padding: 0 1.5em;
  }
}

.container .cell-1,
.container .cell-2,
.container .cell-3,
.container .cell-4 {
  width: 100%;
}

@media (min-width: 600px) {
  .container .cell-2,
  .container .cell-3,
  .container .cell-4 {
    width: 48.4%;
  }
}

@media (min-width: 1200px) { .container .cell-3 { width: 31.4%; } }
@media (min-width: 1200px) { .container .cell-4 { width: 23%; } }


/*  NAVIGATION
===========================================*/
#navigation {
  display: flex;
  width: 100%;

  z-index: 9;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 600px) {
  #navigation {
    position: absolute;
  }
}

#navigation .logotype {
  padding: 0.6em 0.6em;
}

#navigation .logotype img {
  height: 80px;
  transition: all 0.25s ease-in-out;
  margin-top: 0px;
  margin-left: 5px;
  width: auto;
}

@media (min-width: 600px) {
  #navigation .logotype {
    width: 470px;
    height: 160px;
    background-image: url('assets/images/element.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0.6em 1em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 600px) {
  #navigation .logotype {
    height: 135px;
  }
}

#navigation ul {
  flex: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

#navigation ul li {
}

#navigation ul li:last-of-type a { margin-right: 0em; }
#navigation ul li:nth-last-of-type(2) a { margin-right: 0; }

@media (min-width: 900px) {
  #navigation ul li:last-of-type a { margin-right: 0; }
  #navigation ul li:nth-last-of-type(2) a { margin-right: 1em; }
}

#navigation ul li:first-of-type a {
  margin-left: 1em;
}

#navigation ul li a {
  display: block;
  text-align: center;
  padding: 0;
  text-decoration: none;
  color: #83c448;
  color: var(--default-color);
  transition: all 0.25s ease-in-out;
}

@media (min-width: 600px) { #navigation ul li a { padding: 0 1em; } }

#navigation ul li a[href="#menu"]:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f0c9";
  font-weight: 400;
  font-size: 32px;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-top: 22px;
  margin-right: 4px;
}


#navigation ul li a[href="#menu"]:hover:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#navigation ul li a[href="#menu"] span {
  text-indent: -999999px;
  display: block;
  height: 0;
  width: 0;
  color: #FFF;
  color: var(--white);
}

#navigation ul li a:hover {
  color: #83c448;
  color: var(--default-color);
}

@media (min-width: 600px) {
  #navigation ul li a {
    color: #FFF;
    color: var(--white);
  }
}


a.minimized {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
}

#navigation ul li a[href="#menu"].minimized:before {
  background-color: #231f20;
  background-color: var(--black);
  color: #FFF;
  color: var(--white);
  font-size: 24px;
  margin-top: 4px;
}

@media (min-width: 600px) { #navigation ul li a[href="#menu"].minimized:before { margin-top: 22px; } }


/*  MOBILE NAVIGATION
===========================================*/
#menu:not(.mm-menu) {
  display: none;
}

#menu {
  color: #FFF;
  color: var(--white);
  background: #5891eb !important;
  background: var(--accent) !important;
  font-size: 20px;
}

.mm-menu_theme-black {
  --mm-color-background: var(--accent) !important;
  --mm-color-text: var(--white) !important;
}

.mm-menu_theme-black .mm-listview .mm-btn_next:after, .mm-menu_theme-black .mm-btn:after, .mm-menu_theme-black .mm-btn:before { border-color: #FFF !important; border-color: var(--white) !important; }

.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span, .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
  background: rgba(255,255,255, 0.3) !important;
}

.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next), .mm-menu_listview-50 .mm-listitem>span { padding-top: 20px !important; padding-bottom: 20px !important; }

.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn), .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  color: #FFF;
  color: var(--white);
  font-weight: 800;
  font-weight: var(--heading-weight);
  font-size: 24px;
  line-height: 40px;
}

#menu .mm-navbar__title { line-height: 62px; }

#menu .mm-panels, .mm-panels > .mm-panel {
  background: inherit !important;
  color: inherit;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu .mm-navbars_bottom > .mm-navbar, #menu .mm-navbars_top > .mm-navbar {
    background: inherit;
  }
  #menu .mm-listitem, #menu .mm-navbars_top { border-color: rgba(255,255,255, 0.25); }
  #menu a { color: #FFF; color: var(--white); }
}


/*  HEADER
===========================================*/
#header h1, #header p { color: #FFF; color: var(--white); }

/* Slideshow header */
#header .slideshow * { visibility: hidden; }
#header .slideshow.slick-initialized * { visibility: visible; }

#header, #header .slideshow {
  position: relative;
  overflow: hidden;
}

#header .slideshow picture { display: block; background-color: black; }
#header .slideshow img { min-width: 100%; opacity: 0.7; }

#header .slide { position: relative; }

#header .slide .heading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding-left: 1em;
  padding-right: 1em;
}

@media (max-width: 599px) {
  #header .slide .heading h1 { line-height: 1em; }
}

@media (min-width: 600px) and (max-width: 1400px) {
  #header .slide .heading { top: 70%; }
  .slick-prev, .slick-next { top: 68% !important; }
}


/* Background video header */
.video-header {
  position: relative;
  padding-bottom: 100%; /* 56.25% = 1080p */
  overflow: hidden;
}

@media (min-width: 900px) { .video-header { padding-bottom: 36.45833%; } }

.video-header iframe,
.video-header object,
.video-header embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/images/video-placeholder.jpg');
  background-size: cover;
}

@media (min-width: 900px) {
  .video-header iframe,
  .video-header object,
  .video-header embed {
    background-size: auto 100%;
  }
}

/* Search header section */
.header-search {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
}

@media (min-width: 1400px) { .header-search { bottom: 80px; } }

@media (min-width: 1200px) {
  .header-search.subsite {
    bottom: auto;
    top: 50%;
  }
}

.header-search .container { max-width: 1300px; }
.header-search.subsite .container { max-width: 900px; }


.header-search .search-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.header-search .search-group { display: flex; flex: auto; }

.header-search .select-group {
  cursor: pointer;
  flex: auto;
  margin-top: 0.5em;
}
@media (min-width: 600px) { .header-search .select-group { flex: 2; padding-left: 1em; margin-top: 0; } }
@media (min-width: 900px) { .header-search .select-group { flex: 1; padding-left: 2em; } }

.header-search .search-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  box-shadow: none;
  border: 0 none;
  padding-left: 1.5em;
  color: #333;
  color: var(--body-font-color);
  font-size: 18px;
  border-radius: 40px 0 0 40px;
  height: 66px;
  flex: auto;
  width: calc(100% - 80px);
}

.header-search .search-group button {
  width: 80px;
  box-shadow: none;
  border: 0 none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0 40px 40px 0;
  background-color: #FFF;
  background-color: var(--white);
  color: #333;
  color: var(--body-font-color);
}

@media (min-width: 1200px) {
  .header-search .search-group input, .header-search .search-group button { font-size: 20px; }
}

.header-search .search-group button:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  font-weight: 400;
  color: #83c448;
  color: var(--light-green-alt);
}

.header-search .search-group span { text-indent: -99999px; display: block; height: 0; width: 0; }

.header-search .select-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  outline: none;
  border-radius: 40px;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  background-image: url('assets/images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 1.2em center;
  background-color: #5891eb;
  background-color: var(--accent);
  background-size: 21px auto;
  height: 66px;
  padding: 0 3em 0 1.5em;
  color: #484848;
  color: #FFF;
  color: var(--white);
  line-height: 1.5em;
  border: 0 none;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-search .select-group select {
    background-size: 60px auto;
    background-position: right 10px center;
  }
}

@media (min-width: 1200px) {
  .header-search .select-group select { font-size: 20px; }
}

.header-search .select-group select:focus, .header-search .select-group select:hover {
  border: 0 none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}


/*  FOOTER
===========================================*/
#footer {
  background-color: #191717;
  background-color: var(--footer-bg);
  padding-top: 4%;
  padding-bottom: 5%;
}

#footer .container { max-width: 1000px; }


#footer .logotype {
  display: block;
  text-align: center;
  margin-bottom: 2em;
}

#footer .logotype img { width: 250px; }
@media (min-width: 900px) { #footer .logotype img { width: 300px; } }

#footer p {
  text-align: center;
  color: rgba(255,255,255, 0.5);
  font-size: 0.9em;
  margin-bottom: 2.5em;
  line-height: 1.5em;
}
@media (min-width: 600px) { #footer p { margin-bottom: 3.5em; } }

#footer p a { text-decoration: underline; }

#footer a {
  color: rgba(255,255,255, 0.5);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

#footer a[href^="tel"] { text-decoration: none; }

#footer a:hover, #footer a:focus {
  color: #FFF;
  color: var(--white);
  text-decoration: underline;
}

#footer .footer-bg {
  width: 100%;
  height: 190px;
  background-image: url('assets/images/footer.svg');
  background-repeat: repeat-x;
  background-size: auto 170px;
  background-position: left bottom;
}
@media (min-width: 900px) {
  #footer .footer-bg {
    background-position: center bottom;
    height: 320px;
    background-size: auto 240px;
  }
}

.social-icons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (min-width: 600px) { .social-icons { justify-content: space-between; } }

.social-icons li { text-align: center; }
@media (min-width: 600px) { .social-icons li { flex: auto; } }

.social-icons li a { font-size: 0.9em; }
@media (max-width: 599px) {
  .social-icons li a {
    width: 50px;
    height: 38px;
    overflow: hidden;
    display: inline-block;
  }
}

.social-icons li a:hover, .social-icons li a:focus { text-decoration: none !important; }

.social-icons li a:before {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: rgba(255,255,255, 0.5);
  border-radius: 50%;
  margin-right: 0.5em;
  transition: all 0.25s ease-in-out;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 16px;
  vertical-align: middle;

}
.social-icons li a:hover:before, .social-icons li a:focus:before  { background-color: #FFF; background-color: var(--white); }

.social-icons li.facebook a:before { background-image: url('assets/images/social/facebook-f_.svg'); }
.social-icons li.twitter a:before { background-image: url('assets/images/social/twitter_.svg'); }
.social-icons li.instagram a:before { background-image: url('assets/images/social/instagram_.svg'); background-size: auto 20px; }
.social-icons li.linkedin a:before { background-image: url('assets/images/social/linkedin-in_.svg'); }


/*  SECTION: icon-puffs
===========================================*/
#cta {
  background: linear-gradient(45deg, #74be4b 30%, transparent), linear-gradient(45deg, #00ffff 10%, #597cff);
  background: linear-gradient(45deg, #74be4b 30%, transparent), linear-gradient(45deg, var(--gradient-alt) 10%, var(--gradient));
  color: #FFF;
  color: var(--white);
  padding-top: 4%;
  padding-bottom: 4%;
}

#cta .container:after { display: block; position: relative; clear: both; content: ""; }

#cta a {
  color: #FFF;
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}

#cta .icon-puff:not(:nth-of-type(4)):hover, #cta .icon-puff:not(:nth-of-type(4)):focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#cta span {
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  letter-spacing: 0.8px;
  background-color: #FFF;
  background-color: var(--white);
  color: #505050;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  position: relative;
}

#cta span i {
  font-family: "Open Sans"
,
Arial
,
sans-serif;
  font-family: var(--body-font);
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  padding-top: 2px;
}

#cta span:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  height: 100%;
  position: absolute;
  background-image: url('assets/images/bubble_arrow.svg');
  background-size: 15px auto;
  background-position: center right;
  width: 15px;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  #cta .cta-1 span:before {
    right: -13px;
    left: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #cta .cta-1, #cta .cta-3 { padding-bottom: 3em; }
}


#cta img.student { max-height: 600px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #cta img.student { height: 600px; } }
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) and (not ((position: -webkit-sticky) or (position: sticky))) { { height: 600px; } }

#cta img:not(.student) {
  margin-bottom: 1em;
}

#cta .cta {
  background-color: #231f20;
  background-color: var(--black);
  display: inline-block;
  border-radius: 50px;
  padding: 0.8em 6em 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 2em;
  font-size: 18px;
  transition: all 0.25s ease-in-out;
}

#cta .cta:hover, #cta .cta:focus {
  background-color: #5891eb;
  background-color: var(--accent);
  color: #FFF;
  color: var(--white);
}

#cta .cta-1 { text-align: right; }
#cta .cta-2 { text-align: center; width: 40%; }

#cta .cta-1, #cta .cta-3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  padding-top: 2em;
  width: 28%;
}

#cta .icon-puff span { display: inline-block; }

#cta .cta-1 .icon-puff, #cta .cta-3 .icon-puff { margin-top: 1em; margin-bottom: 1em; }

#cta .cta-1 .icon-puff span { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
#cta .cta-1 .icon-puff:first-of-type span { -webkit-transform: rotate(4deg); transform: rotate(4deg); }
#cta .cta-1 .icon-puff:last-of-type span { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
#cta .cta-3 .icon-puff span { -webkit-transform: rotate(1deg); transform: rotate(1deg); }
#cta .cta-3 .icon-puff:first-of-type span { -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }
#cta .cta-3 .icon-puff:last-of-type span { -webkit-transform: rotate(5deg); transform: rotate(5deg); }

@media (max-width: 340px) {
  #cta .cta { padding-left: 3em; padding-right: 3em; }
}

@media (min-width: 600px) and (max-width: 1000px) {
  #cta .container {
    display: block;
    overflow: hidden;
  }
  #cta .cta { padding-left: 3em; padding-right: 3em; }
  #cta .cta-1 {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    float: right;
    text-align: left;
  }
  #cta .cta-2 {
    width: 50%;
    float: left;
  }
  #cta .cta-3 {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    float: right;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  #cta .cta-1 {
    order: 1;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    padding-top: 0;
  }
  #cta .cta-2 {
    order: 3;
    width: 100%;
  }
  #cta .cta-3 {
    width: 100%;
    order: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    text-align: center;
  }
  #cta span:before { display: none; }
  #cta span:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -7px;
    height: 100%;
    position: absolute;
    background-image: url('assets/images/bubble_arrow.svg');
    background-size: 15px auto;
    background-position: center right;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: initial;
    -webkit-transform: rotate(27deg);
            transform: rotate(27deg);
  }
}

/*  SECTION: news, information
===========================================*/
#news, #information {
  padding-top: 4%;
  padding-bottom: 5%;
}

.news-slideshow .slick-prev:before,
.news-slideshow .slick-next:before {
  color: #5891eb;
  color: var(--accent);
}

.news-slideshow .slick-prev, .news-slideshow s[dir='rtl'] .slick-next { left: 0px; }
.news-slideshow .slick-next, .news-slideshow s[dir='rtl'] .slick-prev { right: 0px; }

.news-slideshow {
  max-width: 1440px;
  max-width: var(--width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.25em;
}

@media (min-width: 900px) {
  .news-slideshow { padding: 0 0.4em; }
}

#news article {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

@media (min-width: 900px) {
  #news article { padding-left: 1.1em; padding-right: 1.1em; }
}

.news-slideshow .slick-slide { transition: all 0.25s ease-in-out; }

.news-slideshow .slick-list {
  display: -ms-grid;
  display: grid;
  height: 100%;
}

.news-slideshow .slick-track,
.news-slideshow .slick-slide div:not(.puff-wrap),
.news-slideshow .slick-slide .puff {
  height: inherit;
}

.news-slideshow .slick-slide .puff { display: flex !important; flex-flow: column; }

.news-slideshow .slick-slide .puff img { flex: none; }
.news-slideshow .slick-slide .puff .puff-wrap {
  flex: auto;
  flex: -moz-available;
}


#information .puff-wrapper {
  display: flex;
  flex-flow: row;
}


#information .puff .puff-wrap {
  padding-top: 1.3em !important;
}

#information .puff .image-crop {
  width: 100%;
  position: relative;
  overflow: hidden;
  flex: 1;
}

#information .puff img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0;
}

#information .puff .puff-wrap { flex: 1; border-radius: 0; }

#information .puff:nth-of-type(4n+3) .puff-wrapper, #information .puff:nth-of-type(4n+4) .puff-wrapper {
  flex-flow: row-reverse;
}


#information .puff { border-radius: 20px 0 0 0; }
#information .puff:nth-of-type(4n+3) { border-radius: 0 0 0 20px; }
#information .puff:nth-of-type(4n+4) { border-radius: 0 0 20px 0; }
#information .puff:nth-of-type(4n+2) { border-radius: 0 20px 0 0; }

#information .puff:nth-of-type(4n+1) .read-more,
#information .puff:nth-of-type(4n+2) .read-more {
  text-align: right;
}
@media (min-width: 600px) {
  #information .puff p {
    display: block;
    display: -webkit-box;
    max-height: 120.75px;
    -webkit-line-clamp: 5;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#information .cell-2 { margin-bottom: 2.2em; }
#information .container { margin-bottom: -2.2em; }

@media (min-width: 600px) and (max-width: 1100px) {
  #information .cell-2 { width: 100%; margin-bottom: 1em; }

  #information .puff { flex-flow: row-reverse; min-height: 200px; }
  #information .puff .puff-wrap { flex: 2; }
  #information .puff:nth-of-type(4n+1) .read-more, #information .puff:nth-of-type(4n+2) .read-more { text-align: left; }
}

@media (max-width: 599px) {
  #information .cell-2 { margin-bottom: 1em; }
  #information .container { margin-bottom: -1em; }
  #information .puff { flex-flow: column; }
  #information .puff .puff-wrap { flex: auto; width: 100%; }
  #information .puff .image-crop { flex: auto; width: 100%; height: 200px; }
  #information .puff:nth-of-type(4n+3), #information .puff:nth-of-type(4n+4) { flex-flow: column; }
}


/*  SECTION: aluminai
===========================================*/
#aluminai {
  background: linear-gradient(45deg, #74be4b 30%, transparent), linear-gradient(45deg, #00ffff 10%, #597cff);
  background: linear-gradient(45deg, #74be4b 30%, transparent), linear-gradient(45deg, var(--gradient-alt) 10%, var(--gradient));
  overflow: hidden;
  padding-top: 4%;
  padding-bottom: 5%;
}

#aluminai h1 { color: #FFF; color: var(--white); }

#aluminai img {
  border-radius: 50%;
}

#aluminai .slick-prev, #aluminai .slick-next {
  top: 100px !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

#aluminai .slick-next { right: 10px; }
#aluminai .slick-prev { left: 10px; }

@media (min-width: 600px) {
  #aluminai .slick-next { right: 30px; }
  #aluminai .slick-prev { left: 30px; }
}

#aluminai .image-crop {
  height: 230px;
  width: 230px;
  overflow: hidden;
  border: 8px solid #FFF;
  border: 8px solid var(--white);
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

#aluminai a {
  text-decoration: none;
  color: #333;
  color: var(--body-font-color);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
#aluminai h2 { margin-bottom: 0.5em;  padding-top: 0.3em; text-align: center; }
#aluminai p { margin-bottom: -0.3em; }

#aluminai .puff-wrap {
  background-color: #FFF;
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 2em;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.puff-wrap .student-meta {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.6em;
  background-color: #ecf3e8;
  background-color: var(--light-bg);
  border-radius: 20px 0;
  padding: 0.7em 1.5em;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.puff-wrap .student-meta:nth-of-type(even) {
  border-radius: 0 20px;
}

.puff-wrap .student-meta:last-of-type {
  margin-bottom: 1.4em;
}

#aluminai .puff-wrap .student-meta:nth-of-type(2) {
  margin-bottom: 1em;
}

#aluminai .puff-wrap span strong {
  flex: 1;
  text-align: right;
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  font-size: 14px;
}

#aluminai .puff-wrap:before {
  content: "";
  top: -13px;
  left: 0;
  position: absolute;
  background-image: url('assets/images/bubble_arrow.svg');
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: 15px auto;
  background-position: top center;
  width: 100%;
  height: 15px;
  background-repeat: no-repeat;
}

#aluminai .slick-slide:nth-of-type(even) .puff-wrap:hover, #aluminai .slick-slide:nth-of-type(even) .puff-wrap:focus { -webkit-transform: rotate(-2deg); transform: rotate(-2deg); }
#aluminai .slick-slide:nth-of-type(odd) .puff-wrap:hover, #aluminai .slick-slide:nth-of-type(odd) .puff-wrap:focus { -webkit-transform: rotate(2deg); transform: rotate(2deg); }

#aluminai .puff-wrap:hover .read-more, #aluminai .puff-wrap:focus .read-more { color: #83c448; color: var(--default-color); }

.aluminai-slideshow {
  max-width: 1440px;
  max-width: var(--width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.25em;
}

@media (min-width: 900px) {
  .aluminai-slideshow { padding: 0 0.4em; }
}

#aluminai .puff {
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
}

@media (min-width: 900px) { #aluminai .puff { padding-bottom: 2em; } }

@media (min-width: 900px) {
  #aluminai .puff { padding-left: 1.1em; padding-right: 1.1em; }
}


/*  SECTION: social
===========================================*/
#social {
  background-color: #ecf3e8;
  background-color: var(--light-bg);
  padding-top: 4%;
  padding-bottom: 5%;
}
#social .puff {
  margin-bottom: 1em;
  background-color: #FFF;
  background-color: var(--white);
  position: relative;
  cursor: pointer;
  border-radius: 0 0 20px 0;
}
@media (min-width: 900px) {
  #social .puff {
    margin-bottom: 2em;
  }
}
#social .puff:before {
  content: "a";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #db2c7b;
  border-radius: 0 0 40px 0;
  content: "";
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: left 8px top 7px;
  background-image: url('assets/images/social/instagram.svg');
}

#social .puff:not(.fb) img {
  border-radius: 0 0 20px 0;
}

#social .puff img { flex: none; display: block; }

#social .puff.fb:before {
  background-color: #4766aa;
  background-size: auto 16px;
  background-position: left 10px top 9px;
  background-image: url('assets/images/social/facebook-f.svg');
}

#social .puff p {
  padding: 0.8em 1em 1em;
}

#social button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #231f20;
  background-color: var(--black);
  border-radius: 50px;
  padding: 0.8em 5em 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
  color: #FFF;
  color: var(--white);
  border: 0 none;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 600px) { #social button {padding: 0.8em 6em 0.9em; } }

#social button:hover, #social button:focus {
  background-color: #5891eb;
  background-color: var(--accent);
  color: #FFF;
  color: var(--white);
}


/*  SECTION: entry
===========================================*/
#entry {
  padding-top: 4%;
  padding-bottom: 5%;
}

/* Subside grid */
#entry .container { max-width: 1600px; max-width: var(--width-entry); }
#entry.without-left .container { max-width: 1440px; max-width: var(--width); }
#entry.single-article .container { max-width: calc(1600px - 20.5em); max-width: calc(var(--width-entry) - 20.5em); }

#entry.without-right .without-right-text { max-width: 1000px; margin-bottom: 1em; }
@media (min-width: 900px) { #entry.without-right .without-right-text { margin-bottom: 2em; } }

#entry .sidebar-left { display: none; }
#entry .sidebar-right { width: 100%; }
#entry .content { width: 100%; }


@media (min-width: 900px) {
  #entry .sidebar-left { width: 25%; display: block; }
  #entry .sidebar-right { width: 100%; }

  #entry .content { width: calc(75% - 2.2em); }
  #entry.without-left .content { width: 100%; }
}

@media (min-width: 600px) and (max-width: 1199px) {
  #entry .sidebar-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .sidebar-right .puff { width: 32%; }
}

@media (min-width: 600px) and (max-width: 899px) {
  .sidebar-right .puff { width: 49%; }
}

@media (min-width: 900px) and (max-width: 1199px) {
  #entry .sidebar-right { justify-content: space-evenly; }
}

@media (min-width: 1200px) {
  #entry .sidebar-left { width: 20%; }
  #entry .sidebar-right { width: 18.75em; } /* ca. 320px */

  #entry .content { width: calc(80% - 23.15em); } /* space-beetwen:2.2em * 2 + sidebar-right = 23.15em */
  #entry.without-right .content { width: calc(80% - 2.6em); }
  #entry.without-left .content { width: 80%; margin-left: auto; margin-right: auto; }

  #entry.single-article .sidebar-left { width: 27.257%; }
  #entry.single-article .content { width: calc(72.743% - 2.69em); margin-left: 0; margin-right: 0; }
  #entry.single-article.without-left.without-right .content { margin-left: auto; margin-right: auto; }
}


/* Left sidebar */
.sidebar-left {
  margin-top: 10px !important; /* fix to align with h1 in content */
  position: relative;
  --mm-color-background: var(--white) !important;
  position: relative !important;
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview { margin-top: -14px !important; }

.sidebar-left h2 { display: none; }
.sidebar-left a {
  display:block;
  padding: 0.5em 2em 0.5em 0.8em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  color: #333;
  color: var(--body-font-color);
}

.sidebar-left a:hover,
.sidebar-left a:focus { color: #83c448; color: var(--default-color); }

.sidebar-left ul,
.sidebar-left ol {
  margin: 0;
  padding: 0;
}

.sidebar-left li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  list-style: none;
}

.dashicons, .dashicons-before:before {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
}

.sidebar-left .dashicons {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.1em;
  line-height: 2.1em;
  width: 2.1em;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sidebar-left .dashicons:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro"; /* only for kundpreview */
  font-weight: 400; /* only for kundpreview */
  vertical-align: top;
}

/* only for kundpreview */
.dashicons-menu:before,
.dashicons-arrow-up:before,
.dashicons-arrow-down-alt2:before,
.dashicons-plus:before { content: "\f107" !important; }

.dashicons-arrow-down:before,
.dashicons-arrow-up-alt2:before,
.dashicons-minus:before { content: "\f106" !important; }
/* only for kundpreview */

.sidebar-left .dashicons:hover {
  background-color: #5891eb;
  background-color: var(--accent);
  color: #FFF;
  color: var(--white);
}

/* current */
.sidebar-left li.current_page_item > a,
.sidebar-left li.current-menu-item > a,
.sidebar-left li.current-cat > a {
  background-color: #83c448 !important;
  background-color: var(--default-color) !important;
  color: #FFF !important;
  color: var(--white) !important;
}

.sidebar-left li.current_page_item > .dashicons,
.sidebar-left li.current-menu-item > .dashicons,
.sidebar-left li.current-cat > .dashicons,
.sidebar-left li.current_page_item > .dashicons-before:before,
.sidebar-left li.current-menu-item > .dashicons-before:before,
.sidebar-left li.current-cat > .dashicons-before:before {
  color: #FFF !important;
  color: var(--white) !important;
}

/* lvl 1 */
.sidebar-left .parent-sidebar-menu > li > a {
  background-color: #5891eb !important;
  background-color: var(--accent) !important;
  color: #FFF;
  color: var(--white);
}

.sidebar-left .parent-sidebar-menu > li > a:first-child { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.sidebar-left .parent-sidebar-menu > li.current-menu-item:not(.has_children) > a { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding-bottom: 0.6em; }


.sidebar-left .parent-sidebar-menu > li > .dashicons, .sidebar-left .parent-sidebar-menu > li > .dashicons-before:before { display: none; }

/* lvl 2 */
.sidebar-left .child-sidebar-menu > li > a {
  background-color: #f6f9f4;
  background-color: var(--off-white);
}

/* lvl 3 */
.sidebar-left .child-sidebar-menu .children li a {
  background-color: #e9f3e2;
  padding-left: 1.2em;
}

/* lvl 4 */
.sidebar-left .child-sidebar-menu .children .children li a {
  background-color: #d9efcd;
  padding-left: 2.4em;
}



/* Right sidebar */
.sidebar-right {
  margin-top: 10px !important; /* fix to align with h1 in content */
  font-size: 95%;
}

.sidebar-right h4 { margin-top: 0; margin-bottom: 0.35em; }

.sidebar-right .puff { margin-bottom: 1em; }
@media (min-width: 900px) { .sidebar-right .puff { margin-bottom: 1.5em; } }

/*@media (min-width: 600px) and (max-width: 1199px) {
  #entry .sidebar-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .sidebar-right .puff { width: 32%; }
}

@media (min-width: 600px) and (max-width: 899px) {
  .sidebar-right .puff { width: 49%; }
}*/


.sidebar-right .puff .puff-wrap { display: block; }

.sidebar-right .puff .puff-wrap, .sidebar-right .puff img { border-radius: 0; }

.sidebar-right .puff:nth-of-type(odd) img, .sidebar-right .puff:nth-of-type(odd).puff-information .puff-wrap { border-top-left-radius: 20px; }
.sidebar-right .puff:nth-of-type(odd) .puff-wrap { border-bottom-right-radius: 20px; }

.sidebar-right .puff:nth-of-type(even) img, .sidebar-right .puff:nth-of-type(even).puff-information .puff-wrap { border-top-right-radius: 20px; }
.sidebar-right .puff:nth-of-type(even) .puff-wrap { border-bottom-left-radius: 20px; }

.puff-information .puff-wrap {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  background: linear-gradient(45deg, #74be4b, transparent), linear-gradient(45deg, #00ffff, #597cff);
  background: linear-gradient(45deg, #74be4b, transparent), linear-gradient(45deg, var(--gradient-alt), var(--gradient));
}

.puff-information .puff-wrap * {
  color: #FFF;
  color: var(--white);
}

.puff-information:hover a .read-more, .puff-information:focus a .read-more {
  color: #FFF;
  color: var(--white);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-right .puff img { flex: none; }
  .sidebar-left .mm-panels, .mm-panels > .mm-panel { background: #FFF; background: var(--white); }
  .content .thirds img { flex: none; }
}

.job-title {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: -0.5em;
  padding-bottom: 1em;
  color: #777;
}

.phone {
  line-height: 2em;
}

.phone:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  font-weight: 400;
  margin-right: 0.5em;
  background-color: #5891eb;
  background-color: var(--accent);
  color: #FFF;
  color: var(--white);
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: text-bottom;
  border-radius: 50%;
  font-size: 12px;
}

.email {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  color: var(--body-font-color);
  line-height: 2em;
  display: block;
}

@media (max-width: 320px) { .email { max-width: 70%; } }

.email:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  margin-right: 0.5em;
  font-weight: 400;
  background-color: #5891eb;
  background-color: var(--accent);
  color: #FFF;
  color: var(--white);
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: text-bottom;
  border-radius: 50%;
  font-size: 12px;
}

.email:hover:before {
  color: #FFF;
  color: var(--white);
}

.email:hover {
  color: #5891eb;
  color: var(--accent);
}

/* Qoute */
.puff.puff-qoute {
  text-decoration: none;
  text-align: center;
  color: #FFF;
  color: var(--white);
  position: relative;

}

.puff.puff-qoute a {
  color: #FFF;
  color: var(--white);
}

.puff.puff-qoute:hover a .puff-wrap, .puff.puff-qoute:focus a .puff-wrap { background-color: #5891eb; background-color: var(--accent); }


.puff.puff-qoute .puff-wrap {
  padding-top: 70px;
  margin-top: -50px;
  z-index: 0;
  padding-bottom: 1.5em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #5891eb;
  background-color: var(--accent);
}

.puff.puff-qoute .puff-wrap p {
  color: #FFF;
  color: var(--white);
}

.puff.puff-qoute img {
  border-radius: 50% !important;
}

.puff-qoute .image-crop {
  height: 160px;
  z-index: 1;
  width: 160px;
  overflow: hidden;
  border: 8px solid #FFF;
  border: 8px solid var(--white);
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  position: relative;
}

.puff.puff-qoute:before {
  content: "";
  position: absolute;
  top: 159px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  border-top: 10px solid var(--white);
  z-index: 2;
}

.puff.puff-qoute .who {
  font-size: 0.9em;
  padding-bottom: 0.8em;
}

.puff.puff-qoute .who strong {
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  text-transform: uppercase;
  display: block;
  margin-top: 1em;
  font-size: 1.12em;
}

/* Student */
.puff.puff-student {
  color: #FFF;
  color: var(--white);
  position: relative;
  text-align: center;
  overflow: visible;
}

.puff.puff-student .puff-wrap {
  background-color: #FFF;
  background-color: var(--white);
}

.puff.puff-student .puff-wrap h2 { margin-bottom: 0.7em; margin-top: 0.1em; font-size: 1.9em; }

.puff.puff-student img { border-radius: 50% !important; }

.puff-student .image-crop {
  height: 280px;
  z-index: 1;
  width: 280px;
  overflow: hidden;
  border: 8px solid #FFF;
  border: 8px solid var(--white);
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  position: relative;
}

.puff-student .student-meta {
  color: #333;
  color: var(--body-font-color);
  text-align: left;
  font-size: 0.78em;
}

.puff-student .student-meta strong { text-align: right; flex: auto; }


/* Applay button */
.applay-to-course {
  color: #FFF;
  color: var(--white);
  display: block;
  margin-bottom: 1.2em;
  text-align: center;
  text-decoration: none;
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  font-size: 1.2em;
  border-radius: 40px;
  position: relative;
  transition: all 0.25s ease-in-out;
  background: #597cff;
  background: var(--gradient);
  align-self: flex-start;
}

.applay-to-course span {
  z-index: 1;
  position: relative;
  display: block;
  padding: 0.8em 1em 0.9em;
}

.applay-to-course:after {
  content: "";
  height: 100%;
  width: 100%;
  padding: 0.8em 1em 0.9em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(45deg, #74be4b, transparent), linear-gradient(45deg, #00ffff, #597cff);
  background: linear-gradient(45deg, #74be4b, transparent), linear-gradient(45deg, var(--gradient-alt), var(--gradient));
}
.applay-to-course:before {
  content: "";
  height: 100%;
  width: 100%;
  padding: 0.8em 1em 0.9em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(45deg, #597cff, transparent), linear-gradient(45deg, #00ffff, #74be4b);
  background: linear-gradient(45deg, var(--gradient), transparent), linear-gradient(45deg, var(--gradient-alt), #74be4b);
}
.applay-to-course:hover, .applay-to-course:focus {
  color: #FFF;
  color: var(--white);
  -webkit-animation: shake 0.4s infinite;
          animation: shake 0.4s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.applay-to-course:hover:after, .applay-to-course:focus:after {
  opacity: 0;
}
.applay-to-course:hover:before, .applay-to-course:focus:before {
  opacity: 1;
}

/* Content */
.content { }

.content img { width: auto; margin-bottom: 0.5em; }

.content > *:first-child,
.content > .bubble *:first-child,
.content > .without-right-text *:first-child {
  margin-top: 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { margin-bottom: 0.5em; }


.content-form {
  transition: all 0.25s ease-in-out;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.content-form ::-webkit-input-placeholder { color: #555; opacity: 1; }
.content-form :-moz-placeholder { color: #555; opacity: 1; }
.content-form ::-moz-placeholder { color: #555; opacity: 1; }
.content-form :-ms-input-placeholder { color: #555; opacity: 1; }
.content-form ::-ms-input-placeholder { color: #555; opacity: 1; }

.content-form:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}

.content-form input { height: 3.2em; }
.content-form input, .content-form textarea {
  width: 100%;
  font-size: 1em;
  box-shadow: none;
  border: 1px solid transparent;
  padding: 0.8em 0.9em;
  margin-bottom: 0.5em;
  color: #333;
  color: var(--body-font-color);
  outline: none;
  background-color: #ecf3e8;
  background-color: var(--light-bg);
  transition: all 0.25s ease-in-out;
}

.content-form input:focus,
.content-form input:hover,
.content-form textarea:hover,
.content-form textarea:focus {
  background-color: #f6f9f4;
  background-color: var(--off-white);
}

.content-form input[type="button"] {
  border: 0 none;
  cursor: pointer;
  background-color: #5891eb;
  background-color: var(--accent);
  color: #FFF;
  color: var(--white);
  border-radius: 20px;
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  width: 100%;
  height: 3.2em;
  margin-top: 0;
  font-weight: 400;
  border-radius: 0 20px 0 20px;
  font-size: 1em;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.content-form input[type="button"]:focus, .content-form input[type="button"]:hover {
  background-color: #83c448;
  background-color: var(--default-color);
}

.find-us {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  flex-flow: row wrap;
}

.find-us .contact-map { width: 100%; order: 2; }
.find-us .puff-information {  width: 100%; order: 1; margin-bottom: 1em; }

@media (min-width: 600px) {
  .find-us .contact-map { order: 1; width: calc(50% - 0.5em); }
  .find-us .puff-information {  order: 2; margin-bottom: 0; width: calc(50% - 0.5em); }
  .find-us { margin-bottom: 1em; }
}

@media (min-width: 1200px) {
  .find-us .contact-map { width: calc(66.77% - 1.1em); }
  .find-us .puff-information { width: calc(33.33% - 1.1em); }
  .find-us { margin-bottom: 2.2em; }
}

.find-us .puff-information .puff-wrap {
  padding: 1.5em 1.7em;
  line-height: 1.6em;
  text-align: left;
  border-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
}
.find-us .puff-information h4 {
  display: block;
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  font-size: 1.2em;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0.2em;
}

.find-us .puff-information p {
  margin-bottom: 1.75em;
}

.find-us .puff-information p:last-of-type {
  margin-bottom: 0;
}

.content .thirds {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: -1em;
}

.content .thirds .puff { width: 100%; margin-bottom: 1em; }

@media (min-width: 600px) {
  .content .thirds .puff { width: calc(50% - 0.5em); margin-bottom: 1em; }
}

@media (min-width: 1200px) {
  .content .thirds { margin-bottom: -2em; }
  .content .thirds .puff { width: calc(33.33333% - 1.47em); margin-bottom: 2em; }
}

.content .thirds img { margin-bottom: 0; }
.content .thirds h4 { margin-top: 0; }


/* Search listing */
.content .search-listning:after {
  content: "";
  clear: both;
  display: block;
}

.content .search-listning .puff-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
  color: #333;
  color: var(--body-font-color);
  text-decoration: none;
}
@media (min-width: 900px) { .content .search-listning .puff-wrapper { margin-bottom: 1.5em; } }

.content .search-listning .puff .read-more { margin-top: 1em; }
.content .search-listning .puff img {
  height: 250px;
  margin-bottom: 0;
  min-width: auto;
  width: initial;
  background-color: #f6f9f4;
  background-color: var(--off-white);
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) { .content .search-listning .puff img { overflow: hidden; } }

.content .search-listning .puff .puff-wrap {
  display: block;
  flex: 2;
}

@media (max-width: 599px) {
  .content .search-listning .puff img, .content .search-listning .puff .puff-wrap {
    width: 100%;
    flex:1;
  }
}

@media (min-width: 600px) {
  .content .search-listning .puff .puff-wrap {
    max-height: 250px;
    display: flex;
    justify-content: center;
  }
  .content .search-listning .puff .puff-wrap h2 {
    display: block;
    display: -webkit-box;
    max-height: 2.4em;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.content time {
  font-size: 0.85em;
  margin-bottom: 2px;
  color: #999;
}

.news-time {
  margin-bottom: -1em !important;
  margin-top: 0.5em !important;
  display: block;
}
@media (min-width: 900px) { .news-time { margin-bottom: -2em !important; } }

.content .search-listning .puff p {
  display: block;
  display: -webkit-box;
  max-height: 72px;
  -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
}

.content .search-listning .kontaktkort .puff-wrap {
  background-color: #5891eb;
  background-color: var(--accent);
}

.content .search-listning .kontaktkort .puff-wrap:before {
  content: "Kontakt";
  background-color: rgba(255,255,255,0.2);
  text-transform: uppercase;
  color: #FFF;
  color: var(--white);
  margin-bottom: 1em;
  font-size: 0.7em;
  width: 90px;
  display: block;
  text-align: center;
  padding: 0.2em;
  letter-spacing: 1px;
  border-radius: 10px 0;
}

.content .search-listning .kontaktkort .email:before,
.content .search-listning .kontaktkort .phone:before {
  background-color: #FFF;
  background-color: var(--white);
  color: #5891eb;
  color: var(--accent);
}

.content .search-listning .kontaktkort .email:hover,
.content .search-listning .kontaktkort .email:focus { color: #FFF; color: var(--white); }

.content .search-listning .kontaktkort .puff-wrap p,
.content .search-listning .kontaktkort .puff-wrap a,
.content .search-listning .kontaktkort .puff-wrap h2 {
  color: #FFF;
  color: var(--white);
}

.content .search-listning .kontaktkort .puff-wrap a.email:hover,
.content .search-listning .kontaktkort .puff-wrap a.email:focus { text-decoration: underline; }

.content .search-listning .kontaktkort .puff-wrap .job-title {
  color: rgba(255,255,255,0.6) !important;
}


/* Course puff */
.puff-course {
  padding-top: 300px;
  position: relative;
  overflow: hidden;
  display: block;
  color: #FFF;
  color: var(--white);
}

@media (min-width: 900px) { .puff-course {  padding-top: 31vw; } }
@media (min-width: 1200px) { .puff-course {  padding-top: 21vw; } }
@media (min-width: 2000px) { .puff-course {  padding-top: 14vw; } }

.puff-course:nth-of-type(even) { border-radius: 20px 0 20px 0; }
.puff-course:nth-of-type(odd) { border-radius: 0 20px 0 20px; }

.puff-course p, .puff-course h2 { color: #FFF; color: var(--white); z-index: 1; }
.puff-course h2 { margin-bottom: 0.2em; width: 100%;  }
.puff-course p {
  font-size: 0.9em;
  width: 100%;
  line-height: 1.3em;
}

.puff-course:hover .puff-wrap, .puff-course:focus .puff-wrap {
  padding-bottom: 3.5em;
}

.puff-course:hover .puff-wrap:before, .puff-course:focus .puff-wrap:before {
  opacity: 0.8;
}

.puff-course img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.puff-course .puff-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-end;
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 80%,rgba(0,0,0,0.6) 100%);
}

.puff-course .puff-wrap:before {
  background: linear-gradient(45deg, #74be4b, transparent), linear-gradient(45deg, #00ffff, #597cff);
  background: linear-gradient(45deg, #74be4b, transparent), linear-gradient(45deg, var(--gradient-alt), var(--gradient));
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
  transition: all 0.25s ease-in-out;
}

/* Gallery */
.gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 40vw);
  grid-auto-rows: 40vw;
  grid-gap: 0.5em;
  grid-auto-flow: dense;
  padding-bottom: 0.5em;
}

.fancybox-thumbs__list a:before { border-color: #83c448 !important; border-color: var(--default-color) !important; }

@media (min-width: 900px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 12vw);
    grid-auto-rows: 12vw;
  }
}
@media (min-width: 1200px) {
  .gallery {
    grid-gap: 1.1em;
    padding-bottom: 1.1em;
  }
}

.gallery a:nth-of-type(3n+5), .gallery a:first-of-type, .gallery a:last-of-type {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.gallery a:last-of-type { -ms-grid-row-span: 1 !important; grid-row: span 1 !important; }

.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery { display: block; }
  .gallery:after { display: block; content: ""; clear: both; }
  .gallery a {
    float: left;
    width: 30%;
    height: 20vw;
    overflow: hidden;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 1%;
  }
  .gallery img { -o-object-fit: cover; object-fit: cover; }
}


@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) and (not ((position: -webkit-sticky) or (position: sticky))) {
  .gallery { display: block; }
  .gallery:after { display: block; content: ""; clear: both; }
  .gallery a {
    float: left;
    width: 30%;
    height: 20vw;
    overflow: hidden;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 1%;
  }
}

/* Pagination */
.pagination {
  justify-content: center;
  display: flex;
  margin-top: 3rem;
  flex-flow: row wrap;
  align-items: center;
}

.pagination li {
  list-style: none;
}

.pagination a {
  text-decoration: none;
  margin: 0 2px;
  padding: 8px 16px;
  color: #333;
  color: var(--body-font-color);
}

.pagination li.current {
  background-color: #83c448;
  background-color: var(--default-color);
  color: #FFF;
  color: var(--white);
  border-radius: 5px;
  padding: 8px 16px;
  margin: 0 2px;
}
.pagination .ellipsis {
  padding: 8px;
}
.pagination .ellipsis:after {
  content: '\2026';
}

.pagination li.pagination-next,
.pagination li.pagination-previous {
  padding: 8px 16px;
  margin: 0 2px;
}

.pagination a:hover:not(.active):not(.disabled) {
  background-color: #ecf3e8;
  background-color: var(--light-bg);
  border-radius: 5px;
}

.pagination .disabled {
  color: #999;
  cursor: not-allowed;
}

.search-results strong {
  color: #83c448;
  color: var(--default-color);
}

/* Student single page */
.content .bubble {
  background-color: #f6f9f4;
  background-color: var(--off-white);
  padding: 1.5em 1.5em 0.5em;
  border-radius: 20px 0;
  position: relative;
  margin-top: 0.5em;
}

.content .bubble:before {
  content: "";
  border-bottom: 10px solid transparent;
  border-top: 50px solid transparent;
  border-left: 170px solid #f6f9f4;
  border-left: 170px solid var(--off-white);
  position: absolute;
  right: -140px;
  top: 70px;
  z-index: 2;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.content .bubble img {
  min-width: calc(100% + 3em);
  margin-left: -1.5em;
}

@media (max-width: 899px) {
  #entry.student-single-content .content { order: 2; }
  #entry.student-single-content .sidebar-right { order: 1; }
  #entry.student-single-content .content .bubble { padding: 1em 1em 0.5em; }
  #entry.student-single-content .content .bubble img { min-width: calc(100% + 2em); margin-left: -1em; }
  #entry.student-single-content .puff.puff-student .puff-wrap { padding-left: 0; padding-right: 0; }
  #entry.student-single-content .puff-student .image-crop { width: 200px; height: 200px; }
  .content .bubble:before {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 30px solid #f6f9f4;
    border-left: 30px solid var(--off-white);
    right: auto;
    z-index: 1;
    -webkit-transform: rotate(290deg);
            transform: rotate(290deg);
    top: -20px;
    left: 50px;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  #entry.student-single-content .sidebar-right .puff { width: 100% !important; }
  .applay-to-course { width: 100%; }
}

@media (min-width: 900px) and (max-width: 1199px) {
  #entry.student-single-content .content { width: calc(55% - 3em) !important; }
  #entry.student-single-content .sidebar-left { width: 25% !important; }
  #entry.student-single-content .sidebar-right { width: 20% !important; }
  #entry.student-single-content .puff-student .image-crop { width: 200px; height: 200px; }
}


/*  SECTION: Recruit students
===========================================*/
body.recruit-body {
  background: linear-gradient(45deg, #74be4b 30%, transparent), linear-gradient(45deg, #00ffff 10%, #597cff);
  background: linear-gradient(45deg, #74be4b 30%, transparent), linear-gradient(45deg, var(--gradient-alt) 10%, var(--gradient));
  background-attachment: fixed;
}

body.recruit-body h1 {
  color: #FFF;
  color: var(--white);
  padding-top: 150px;
  font-size: 4em;
  margin-bottom: 0;
}

body.recruit-body p.title {
  color: #FFF;
  color: var(--white);
  text-align: center;
  max-width: 600px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -4px;
}

body.recruit-body .student img {
  height: 500px;
}

body.recruit-body .student {
  margin-bottom: -8em;
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
  width: 360px;
  text-decoration: none;
}

body.recruit-body .student:hover:after, body.recruit-body .student:focus:after {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

body.recruit-body .student:after {
  content: "Sök här!";
  background-image: url('assets/images/campaign/bubble.svg');
  position: absolute;
  width: 161px;
  height: 120px;
  background-size: 100% auto;
  display: block;
  font-family: "Barlow"
,
Arial
,
sans-serif;
  font-family: var(--heading-font);
  font-weight: 800;
  font-weight: var(--heading-weight);
  top: 40px;
  right: -40px;
  font-size: 32px;
  text-align: center;
  line-height: 1em;
  padding: 30px 15px 0 44px;
  color: #333;
  color: var(--body-font-color);
  transition: all 0.2s ease-in-out;
}

#recruit-students {
  padding-bottom: 5%;
  background: none;
  background-image: url('assets/images/campaign/center-line.svg');
  padding-top: 2em;
  background-position: top 110px center;
  background-repeat: repeat-y;
  background-size: 500px auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
}

#recruit-students .recruit-image {
  padding-top: 300px;
  margin: 5% 5% 0;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 8px solid #FFF;
  border: 8px solid var(--white);
  z-index: 8;
  width: 90%;
}

#recruit-students .recruit-text {
  margin: 5% 5% 0;
  text-align: center;
  width: 90%;
  position: relative;
}


@media (max-width: 899px) {
  #recruit-students { padding-top: 10em; }
}

@media (min-width: 900px) {
  #recruit-students .recruit-image {
    padding-top: 320px;
    margin: 3% 8% 3% 2%;
    border: 16px solid #FFF;
    border: 16px solid var(--white);
    width: 40%;
  }

  #recruit-students .recruit-text {
    margin: 0 2% 0 8%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  #recruit-students .recruit-image {
    padding-top: 450px;
    margin: 10% 7% 3%;
    z-index: 9;
    width: 36%;
  }

  #recruit-students .recruit-text {
    margin: 8% 7% 0;
    text-align: center;
    width: 36%;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  body.recruit-body .student { margin-bottom: -1em; }
}

@media (min-width: 900px) and (max-width: 1199px) {
  #recruit-students .recruit-image:before, #recruit-students .recruit-text-wrap:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid transparent;
    border-top: 16px solid transparent;
    border-left: 60px solid #FFF;
    border-left: 60px solid var(--white);
    right: -70px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(10deg);
            transform: translate(0, -50%) rotate(10deg);
  }
  #recruit-students .recruit-text-wrap:before {
    right: -50px;
  }
  #recruit-students .recruit-image[data-aos="fade-left"] { margin: 3% 2% 3% 8%;  }
  #recruit-students .recruit-text:nth-of-type(even) { margin-left: 2%; margin-right: 8%; }
  #recruit-students .recruit-text:nth-of-type(2) { margin-left: 8%; margin-right: 2%; }
  #recruit-students .recruit-image[data-aos="fade-left"]:before, #recruit-students .recruit-text-wrap[data-aos="fade-left"]:before {
    left: -70px;
    right: auto;
    border-left: 0 none;
    border-right: 60px solid #FFF;
    border-right: 60px solid var(--white);
    -webkit-transform: translate(0, -50%) rotate(-12deg);
            transform: translate(0, -50%) rotate(-12deg);
  }
  #recruit-students .recruit-text-wrap[data-aos="fade-left"]:before {
    left: -50px;
  }
}

@media (min-width: 1200px) {
  #recruit-students .recruit-image:before, #recruit-students .recruit-text-wrap:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid transparent;
    border-top: 30px solid transparent;
    border-left: 120px solid #FFF;
    border-left: 120px solid var(--white);
    right: -130px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(10deg);
            transform: translate(0, -50%) rotate(10deg);
  }
  #recruit-students .recruit-text-wrap:before {
    right: -110px;
  }
  #recruit-students .recruit-image[data-aos="fade-left"]:before, #recruit-students .recruit-text-wrap[data-aos="fade-left"]:before {
    left: -130px;
    right: auto;
    border-left: 0 none;
    border-right: 120px solid #FFF;
    border-right: 120px solid var(--white);
    -webkit-transform: translate(0, -50%) rotate(-12deg);
            transform: translate(0, -50%) rotate(-12deg);
  }
  #recruit-students .recruit-text-wrap[data-aos="fade-left"]:before {
    left: -110px;
  }
}


#recruit-students .recruit-image, #recruit-students .recruit-text .recruit-text-wrap  {
  background-color: #FFF;
  background-color: var(--white);
  border-radius: 30px;
}

#recruit-students h2 {
  margin-bottom: 0.4em;
  font-size: 3em;
}

.recruit-text h2 {
  margin-top: 0.2em;
}

.recruit-text p {

}

#recruit-students .recruit-text .recruit-text-wrap {
  padding: 2% 5%;
}


#recruit-students .recruit-image[data-aos="fade-left"] { }

body.recruit-body #cta {
  background: none !important;
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 5% !important;
}

body.recruit-body .cta {
  padding-left: 4em !important;
  margin-top: 0 !important;
  padding-right: 4em !important;
}

@media (min-width: 600px) and (max-width: 899px) {
  body.recruit-body .cta { padding-left: 2em !important; padding-right: 2em !important; }
  body.recruit-body .cta:last-of-type { margin-left: 1em !important; }
}

body.recruit-body .cta:hover, body.recruit-body .cta:focus {
  background-color: #ffed14 !important;
  color: #231f20 !important;
  color: var(--black) !important;
}


body.recruit-body .cta:last-of-type {
  background-color: #ffed14 !important;
  color: #333 !important;
  color: var(--body-font-color) !important;
  margin-left: 2em;
}

body.recruit-body .cta:last-of-type:hover, body.recruit-body .cta:last-of-type:focus {
  background-color: #231f20 !important;
  background-color: var(--black) !important;
  color: #FFF !important;
  color: var(--white) !important;
}

body.recruit-body h1, body.recruit-body #recruit-students h2 { word-break: break-word; }
@media (max-width: 1199px) {
  body.recruit-body #recruit-students h2 { font-size: 2.2em; }
}

@media (max-width: 599px) {
  body.recruit-body #navigation { background-color: #FFF; background-color: var(--white); }
  body.recruit-body h1 { word-break: break-word; font-size: 2.5em; line-height: 1.1em; padding-top: 1em; }
  body.recruit-body p.title { padding-left: 0.5em; padding-right: 0.5em; }
  body.recruit-body .student { width: 100%; }
  body.recruit-body .student:after {
    right: 5px;
    width: 130px;
    height: 97px;
    padding: 17px 20px 0 44px;
  }
  body.recruit-body #recruit-students h2 { font-size: 2em; margin-bottom: 0.2em; }
  body.recruit-body .cta { width: 90%; padding-left: 1em !important; padding-right: 1em !important; }
  body.recruit-body .cta:last-of-type { margin-left: 0 !important; margin-top: 0.5em !important; }
}


@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    body.recruit-body {
        margin-top: -14px;
    }
}}

/* Updated on: 29th Oct, 9:11:15 AM */


/** Read more functionality **/
.collapse-controller {
  text-decoration: none;
}
.collapse-controller span {
  margin-top: 0.7rem;
  color: var(--accent);
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.collapse-controller {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.collapse-controller span:hover {
  color: var(--default-color);
  text-decoration: none
}

.collapse-controller span:last-of-type {
  display: none;
}
.collapse.hidden {
  display: none;
}
.collapse-controller.active span:first-of-type {
  display: none;
}
.collapse-controller.active span:last-of-type {
  display: inline;
}

.svg-inline--fa {
  height: 15px;
  width: 15px;
}

#CybotCookiebotDialog {
  font-family: "Open Sans", Arial, sans-serif !important;
  color: #000 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogHeader {
  display: none;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  letter-spacing: 0px;
}
#CybotCookiebotDialog .CybotExternalLinkArrow {
  width: 12px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #5891eb !important;
  text-decoration: underline !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-color: #83c448;
  color: #83c448;
  transition: all 0.25s ease-in-out;
  border-radius: 40px;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  opacity: 1;
  border-color: #5891eb;
  color: #5891eb;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: #83c448;
  color: #83c448;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonCustomize:hover, #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  border-color: #5891eb;
  color: #5891eb;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyButtonDecline:hover {
  color: #fff;
  background-color: #ec5757;
  border-color: #ec5757;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #5891eb;
  border-color: #5891eb;
  color: #fff;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyButtonAccept:hover, #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonAccept:hover, #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color: #83c448;
  border-color: #83c448;
  color: #fff;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #5891eb;
  border-color: #5891eb;
}
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #83c448;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab {
  transition: all 0.25s ease-in-out;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover {
  color: #5891eb !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  transition: all 0.25s ease-in-out;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #5891eb;
}
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #83c448;
}
#CybotCookiebotDialog #CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ccc;
}
#CybotCookiebotDialog #CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #5891eb;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription {
  transition: all 0.25s ease-in-out;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #5891eb;
}
#CookiebotWidget {
  font-family: "Open Sans", Arial, sans-serif !important;
  color: #fff !important;
}
#CookiebotWidget, #CookiebotWidget * {
  letter-spacing: 0;
}
#CookiebotWidget .CookiebotWidget-header .CookiebotWidget-close svg, #CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #5891eb !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #5891eb !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #83c448 !important;
  text-decoration: underline !important;
}
#CookiebotWidget #CookiebotWidget-buttons button:hover {
  opacity: 1 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: #fff !important;
  border-color: #5891eb !important;
  color: #5891eb !important;
  border-radius: 40px !important;
  transition: all 0.25s ease-in-out !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover {
  background-color: #fff !important;
  border-color: #83c448 !important;
  color: #83c448 !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #5891eb !important;
  border-color: #5891eb !important;
  color: #fff !important;
  border-radius: 40px !important;
  transition: all 0.25s ease-in-out !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
  background-color: #83c448 !important;
  border-color: #83c448 !important;
  color: #fff !important;
}

/* SVG FIX */
.sidebar-left svg {
    fill: var(--body-font-color);
    right: 5px;
}
.sidebar-left li.current_page_item > a > svg,
.sidebar-left li.current-menu-item > a > svg,
.sidebar-left li.current-cat > a > svg {
  fill: var(--white);
}

/* DON'T HIDE THE LABEL! */
.label-hidden .nf-field-label {
  visibility: visible !important;
}
