﻿@charset "UTF-8";
/* Compass variables
------------------------------*/
/* Compass
------------------------------*/
/* Core Variables
------------------------------*/
/* Animation
------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:700);
@-webkit-keyframes fadeInUp {
  /* line 6, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  /* line 11, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  /* line 17, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  /* line 22, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-opera-keyframes fadeInUp {
  /* line 28, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  /* line 33, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  /* line 39, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 44, C:/TOOLS/RUBY200/lib/ruby/gems/2.0.0/gems/companimation-0.2/stylesheets/companimation/preset/fade/_fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0.5); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0.5); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


/* Semantic
------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/semantic\/_grid\.scss}line{font-family:\0000323}}
html body {
  min-height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/semantic\/_grid\.scss}line{font-family:\0000331}}
body {
  width: 100%;
}

/* Core
------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_reset\.scss}line{font-family:\0000312}}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_reset\.scss}line{font-family:\0000316}}
html {
  line-height: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_reset\.scss}line{font-family:\0000319}}
ol, ul {
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_reset\.scss}line{font-family:\0000322}}
q, blockquote {
  quotes: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/TOOLS\/RUBY200\/lib\/ruby\/gems\/2\.0\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003103}}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_reset\.scss}line{font-family:\0000325}}
a img {
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/TOOLS\/RUBY200\/lib\/ruby\/gems\/2\.0\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003116}}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_reset\.scss}line{font-family:\0000330}}
input {
  outline: none;
}

/* Clearfix
-------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\000036}}
body, .wrapper, .topnav, .pageTools .context, .projects .projectsSubScribe .context, .pageTools .tabs li, .tabs .pageTools li, .projects .projectsSubScribe .tabs li, .tabs .projects .projectsSubScribe li, .inform, .informBus .txt, .supportProjektBullying .txt, .tabs, .resultWrapper .result, .box, .slider .inner > div .center, .slider .inner > div .withlink, .slider .inner .imageCont, .linklist .list ul, .footer, .footerBottom .takeActionCon .inner {
  *zoom: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\000038}}
body:before, .wrapper:before, .topnav:before, .pageTools .context:before, .projects .projectsSubScribe .context:before, .pageTools .tabs li:before, .tabs .pageTools li:before, .projects .projectsSubScribe .tabs li:before, .tabs .projects .projectsSubScribe li:before, .inform:before, .informBus .txt:before, .supportProjektBullying .txt:before, .tabs:before, .resultWrapper .result:before, .box:before, .slider .inner > div .center:before, .slider .inner > div .withlink:before, .slider .inner .imageCont:before, .linklist .list ul:before, .footer:before, .footerBottom .takeActionCon .inner:before, body:after, .wrapper:after, .topnav:after, .pageTools .context:after, .projects .projectsSubScribe .context:after, .pageTools .tabs li:after, .tabs .pageTools li:after, .projects .projectsSubScribe .tabs li:after, .tabs .projects .projectsSubScribe li:after, .inform:after, .informBus .txt:after, .supportProjektBullying .txt:after, .tabs:after, .resultWrapper .result:after, .box:after, .slider .inner > div .center:after, .slider .inner > div .withlink:after, .slider .inner .imageCont:after, .linklist .list ul:after, .footer:after, .footerBottom .takeActionCon .inner:after {
  content: "";
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000312}}
body:after, .wrapper:after, .topnav:after, .pageTools .context:after, .projects .projectsSubScribe .context:after, .pageTools .tabs li:after, .tabs .pageTools li:after, .projects .projectsSubScribe .tabs li:after, .tabs .projects .projectsSubScribe li:after, .inform:after, .informBus .txt:after, .supportProjektBullying .txt:after, .tabs:after, .resultWrapper .result:after, .box:after, .slider .inner > div .center:after, .slider .inner > div .withlink:after, .slider .inner .imageCont:after, .linklist .list ul:after, .footer:after, .footerBottom .takeActionCon .inner:after {
  clear: both;
}

/*Global classes/style that's use sitewide Example:
-------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000320}}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000324}}
html {
  height: 100%;
  overflow-x: hidden;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000328}}
body {
  -webkit-text-size-adjust: none;
  background: url(../images/body-bg.png) repeat 0 0 whitesmoke;
  color: #353535;
  font-size: 15px;
  font-family: Arial, "sans-serif", sans-serif;
  line-height: 1.3333333333333333em;
  width: 100%;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000341}}
.wrapper {
  margin: 0 auto;
  /*max-width: 972px;*/
  max-width: 944px;
  min-height: 0;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000348}}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 100% !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000357}}
.background {
  position: absolute;
  bottom: 340px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/body-bg.png) repeat 0 0 whitesmoke;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000364}}
.background:before {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000373}}
.mobile, .linklist .linkListToggle {
  display: none !important;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_globals\.scss}line{font-family:\0000373}}
  .mobile, .linklist .linkListToggle {
    display: block !important;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000311}}
a {
  color: #575756;
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000314}}
a:hover {
  text-decoration: underline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000321}}
.intro .bodytxt .citat, .intro .bodytxt quote,
.resultWrapper .description .citat,
.resultWrapper .description quote, .intro .manchet {
  font-family: Georgia, serif;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3333333333333333em;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000321}}
  .intro .bodytxt .citat, .intro .bodytxt quote,
  .resultWrapper .description .citat,
  .resultWrapper .description quote, .intro .manchet {
    font-size: 1.6em;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000331}}
h1, .cookie .inner h2, .linklist h1 {
  font-size: 1.8666666666666667em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cookie .inner h2 {
  margin-bottom: 0px !important;
	font-size: 15px;
	line-height: 18px;
}
.cookie .inner .intro {
	font-size: 11px;
}

@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000331}}
  h1, .cookie .inner h2, .linklist h1 {
    margin-bottom: 14px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000341}}
.standard .txt h2, .box h2 {
  font-size: 1.5333333333333334em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000349}}
.btn, .yellowBtn, .yellowbtnCallTo, .header .supportUs, .footerBottom .takeActionCon .supportUs, .blankBtn, .topnav a, .btnCallTo, .header .joinUs, .tabs li a, .footerBottom .subscribeCon .subscribe, .footerBottom .takeActionCon .joinUs, .btnSmall, .yellowBtnSmall, .newslist .readmore, .related.Transperant .readMore, .related.Grå .readMore, .box.blank .footer .readMore, .box.Transperant .footer .readMore, .related.Gul .readMore, .box .more .readMore, .box .footer .readMore, .linklist .linkListToggle, .linklist .list ul a, .akkordion .toggle {
  font-size: 1.2em;
  line-height: 1.1111111111111112em;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000355}}
.intro {
  max-width: 77%;
  line-height:1em;
}
@media screen and (max-width: 850px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000355}}
  .intro {
    max-width: 100%;
  }
  .mobile, .linklist .linkListToggle {
    display: block !important;
  }
   .mobileNav {
    display: block;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000362}}
.intro .bodytxt,
.resultWrapper .description {
  margin-bottom: 10px;
  /* Types
  ------------------------------------- */
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000367}}
.intro .bodytxt h2,
.resultWrapper .description h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000374}}
.intro .bodytxt h3,
.resultWrapper .description h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  margin: 15px 0 0;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000381}}
.intro .bodytxt h4,
.resultWrapper .description h4 {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 18px 0 0;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000388}}
.intro .bodytxt h5, .intro .bodytxt h6,
.resultWrapper .description h5,
.resultWrapper .description h6 {
  font-size: 15px;
  line-height: normal;
  margin: 15px 0;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000395}}
.intro .bodytxt img,
.resultWrapper .description img {
  max-width: 100%;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\0000399}}
.intro .bodytxt .imgLeft,
.resultWrapper .description .imgLeft {
  float: left;
  margin: 13px 20px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003104}}
.intro .bodytxt .imgRight,
.resultWrapper .description .imgRight {
  float: right;
  margin: 13px 0 10px 20px;
  width: auto;
}
@media screen and (max-width: 320px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003108}}
  .intro .bodytxt .imgLeft, .intro .bodytxt .imgRight,
  .resultWrapper .description .imgLeft,
  .resultWrapper .description .imgRight {
    max-width: 115px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003115}}
.intro .bodytxt .citat, .intro .bodytxt quote,
.resultWrapper .description .citat,
.resultWrapper .description quote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 24px;
  padding-left: 55px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003129}}
.intro .bodytxt p,
.resultWrapper .description p {
  line-height: 1.3333333333333333em;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003133}}
.intro .bodytxt p + h2,
.resultWrapper .description p + h2 {
  margin-top: 65px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003136}}
.intro .bodytxt p + h3,
.resultWrapper .description p + h3 {
  margin-top: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003139}}
.intro .bodytxt p + h4,
.resultWrapper .description p + h4 {
  margin-top: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003143}}
.intro .bodytxt ul, .intro .bodytxt ol,
.resultWrapper .description ul,
.resultWrapper .description ol {
  margin: 15px 0 0;
  padding-left: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003146}}
.intro .bodytxt ul li, .intro .bodytxt ol li,
.resultWrapper .description ul li,
.resultWrapper .description ol li {
  margin-bottom: 4px;
  list-style-type: disc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003152}}
.intro .bodytxt ol li,
.resultWrapper .description ol li {
  list-style-type: decimal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_typography\.scss}line{font-family:\00003156}}
.intro .bodytxt a,
.resultWrapper .description a {
  text-decoration: underline;
}

/* Panel breaker */
.intro .bodytxt .panel { background-color: #565657; color: #fff; margin: 20px 0;}
.intro .bodytxt .panel::after { content:""; display: block; clear: both; }

    .intro .bodytxt .panel a, .intro .bodytxt .box a {
        color:white;
    }

    .intro .bodytxt .panel a:not([href^="mailto"]), .intro .bodytxt .box a:not([href^="mailto"]), image-url {
        text-decoration: none;
    }
    .intro .bodytxt .panel a.body-link, .image-url a {
        text-decoration: underline;
    }

.intro .bodytxt .breaker .block-img { width: 50% ; float: left; padding: 0; margin: 0; border: none;}
.intro .bodytxt .breaker .block-img img { display: block;   width: 100%;}
.intro .bodytxt .breaker .block-text { width: 50%; float: left; padding: 0px 20px;}
.intro .bodytxt .breaker .block-text h3 { font-size: 15px; margin:15px 0 0 0; line-height: 1em;}


.intro .bodytxt .breaker.img-only .block-img { width: auto; float: none; }
.intro .bodytxt .breaker.text-only { padding: 8px 20px; }
.intro .bodytxt .breaker.text-only .block-text {width: 100%; padding: 0}
.intro .bodytxt .breaker.text-only .block-text .wrapper { width: auto; float: none; padding: 0; margin-top: 15px; 
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}
.intro .bodytxt .breaker.text-only .block-text p { margin-top: 0; }
.intro .bodytxt .breaker.text-only .block-text h3 {margin:15px 0; line-height: 1em;}

/* Panel call out */
.intro .bodytxt .panel.callout { width: 35%; float: right; margin: 20px 0 20px 30px; }
.intro .bodytxt .panel.callout .block-text { padding: 8px 18px; }
.intro .bodytxt .panel.callout .block-img img { display: block; }
.block-img-mobile {display: none;}

@font-face {
  font-family: 'icomoon';
  src: url("/Content/icons/icomoon.eot");
}

@font-face {
  font-family: 'icomoon';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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JicGJjYWFzYyNyY1BicmNzYzJjY3JicGJyYnJjcmJwYmJwYmJwYnJicOAQcWBwYHBicGBxYHBicmJwYmJwYjFhcUBwYmNjcmMCcGJyY2NyY1BiMGJyY2FxYXPgE3NCcGJyYnJjc2FzY3JjEGJyYnJjcmNzY3JjcGJjYyFz4BNyYnBiY2FzY3JicGJyYnJjYXMjY3JicGJjYzFhc2MyY1Jjc2FgYHFhc2NyY3NhcWFTYWFzYXJjUmNzYWBgcWFzY3Jjc2NzYXNhYXNhcWFzY3JjU2NzYXFgcUBx4BFz4BMyY1Jjc2FgcGBxYHBiMWFxQHBiYnBicmJwYiBxYVFAcGJyY2Fy4BJw4BIxYHBicmJwYmJwYjFgcGBwYnBgcWBwYHFgcGBxYXNhcWFxYGJw4BBxQWFzYXNhYXNhcmNSY3NhcWBgcWMBc2NyY2FzYXFhc2MyY2FgYHFhc2Fhc2FxYGBxYVNicmJw4BIxYHNicGBx4CFT4BMSY3BgcWFzI2MyYXDgEHFhc2MjMmJzY3NCYnBgcWJzQmJwYHFhc2BzI3NCYxIgYHMBYHJicGBzAWFz4BNzY3JicGMRYHLgEnBgceATM2FzQ2Ny4BIyIGIxY3NjcmJwYHHgE3IgYjFhcwNjcwAyYjBgcyFhc2FwYHFhc+ATM0JgcuAScGBxYxPgEXBgcWFzQ3NCcGBxYXNjMmByYnMAcWFzI3DgEHFhc2MyYnBgceARUyNjMmEzYzJiciBiMWBy4BMQYHMBYVNic2NzYzLgExMAYHFhcwNjEmJwYHFhcwBjEWFzY3MCcmFzI3JicGIxQWAyY1BhUWFz4BFzAmJwYHFhU+AQciBiMWFzA2MyYnNDY3JiciBzAHHgEXNDY3NCYjMCMGNxYxNjMmJwY3MjY3JicOASMWNzY3IiY1BgceASc2NzQmMSIHBjEwFxYXNjM0Jw4BBxYXMDYxIiYnBgcWFzY3MCYxMAY3NjMmJw4BFRYHFBc0NjEmNQYnNjcmJxQGMRYXNCYxIgceARUyNiciBiMWFTYzNBcwJjUiBxYxNicyNjMmJwYHFhcGByIjHgEXNDciJgcmNQYHFhc2AyYnBjEUFzYXBgcwFjEyNjMmFyYnIgcwFzIDJicGIxYXMDYXJicwBxYVNic2NzAmNQ4BMRYnJjUwBx4BFTYyBzAGMTAWFzA2NyYXFhQzMDc0IyIn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cAELeAoFuQoKLQpCCQEGBXQKASEKBQT5CksKBQTFBAULCgUFDQoBBKEJgwkJkAkJAQgI+gkBdwlHCQ8ICEEICHIITgQEBGkIIQQEsQQEDQcEA9YHCAEBEAhICAi6BAMPBwQDeAgBAwRhBwehBwfQAwM6BgUGBv7+BgZIBgPIBQMCGAUDQwUCAyMGAQIDWQUFaAUFmAIEARkDBQElAgIE/rcDAQEBAQECAVACAQECAhoCBQEBAf6+AgIBAQEBAVoBAgGpAwICBQMCAisDAQHcAgMBTQMBAQLCAQECVAEBAk4CA4gCAgIyAgIC/uABAgGlAgEBEgECjQEBAQEBDAECAf7PAQIBAVYBAqIHAwEEBwEETQEDBAMDAwsCAQUBAgIFagEFBAEEAgQ+AQIBAwIDAQMTBAEBAgEBBQFfAwIEAwEENgMCAQMFAkwBAgEDAwIBA00BAwEDAQQCAQEBYgECBQICBDABAQMCAwEEIQEBAgMBBAEGfgMBAQMEAgIpAwEDAQMBAzMCBAEBBAFAAQICAgEDAQMkAwEFAQIDFgMDAQEBBAKUAgEEAQIEegMBBAIBAQGMAQEBAgEDAQLDAQQBAgQBFAIBAQQBAQEBA4UBAwICAQEBAw4BAQEDAgEBAiYCAwECA2MBAgEDAwEBpQEFAQECAgEDVQIBAQIBAgECJQEBAQMBAQEBBCwBAwIBBAEwAwIBAQIBWAIDAQIBAwUBAQEDAgEBwQEDAQEBAQOGAQMBAQEDAUoBAgIBAwJOAQQBAQEEAYECAwEBAQJfAQICAwEmAQEBAgECAQKfAQMBAQQBAQ4BAgIBAQFKBAEBBAEB6AEBAwEBBLcBAQECAwEDlAMBAQEDAgEIAQIBAQMBAaMBAQMBAQMEAgIBAwGWAQIBAQEBAQoCAQEBAQEBEQEDAQIJAgEBAgEWAQEBAQEBAskDAQIBxQEBAQECAQG+AQIBAZkBAgGJAwECpQIBAQEBzAECAQLvAwYBAwgGBAcHBA8EAQUBAgICBAsEBg8CBg4CBg4BBg8BCw0MAwIGBgQCAwwDAQcHBgEKBQMEBAQGBgcIAgUCAQIIBwYCAgkGAwcDCAcFBAMHBwEDBAIBCgoSBQIFAgUBAwQGBQcHAQQHBAECBAsGBgIFBQQICAEHCAcBCQUBBgEDBAUEDgMDBgUGCQcEAw8CAgQBAQwKCwsDAQQBAgEHBgYCAQkGAgcCAQYGBAIFDQQEBAUCAQQKCQ0BBAMGBQgOAgkEAgYCBQUFBwcEDwMEBAMCAgQJBgIFAwUHBgUIBQECBwECAQUGBAIEDAQBBwcGAgIJBwMJBAMEBAQGBg8BBQYHBgQOAgUHBAEDBA4BAQkBBAECBQMCAQUKBAQMAQMGAwMCBQsDBQcHAwUGBggNCQEDAQIGBRMICwEDAQUEAwIECggLAwEEAwYKDgEIBQMDBQMGBQ8CAwQBAggGBQICCQcCCAQBAwQFAwUGDgECBgECBgYEAgMOBwUIBgICBwMBBAUDAwYDAwgIAgEFAgECAwQFBAYHCAcCBgoHBAQEBAYFCggCAQgDAQMFAwMHBAMQAQMBBAECCAcFAgIJBwMIBAYGBAIFDAIDBgUHAgUHBgMEBQQCAgQJBwwBAwEBAwEFEAYEBwUBAwQFAwYDAw8BAwMCAQ4GDQYCAQgEBwsFDgEDBgQFCAYEBA8CBgEDkwYCAQIEBwYHAQECAwMBAQMGGgEDAwMCBMQBAwECAwEDswIBAQUCAgEFCQEFAQIBAwQBiQICBQMBBKsCBAECBQIBAqQBAQQDAwYWAQQBAQEBBgHKAQIBAQQCAwQBAgQBAQEBBHUCBQEDAQECBwICBAEBCgEBAwQBAgEEswEDAQEBBwEDmgEDAgQBAQG3AQEFAgIBnAQDBAMBrQECAQICAgSGAQEBBAECAv7JAgMDAgQHAQMBAQQBAfQBAQEBAwEBAisBBAMBAgIcAgMCAQIBAroCBAIBAQUBWwUBAQEDAwEB8wQBAQIDAQEBVwIDAwEEqwECAQECAscBBAEBAQEBAwEIBQEDAwEmAQEBAwEBAhMBAQMBAQEBA+QBAQEDAQFbAgICAQQBAgEEAQIEAQGnAQICAQMCqgEDAgEBAQHQAQQBAQQBAasBAgMBAQEBGwEBAQECAQMgAgIBAgFeAgECAwHAAgECAQEC9QEBAQIBAQEDGgIBAQECAQEBCwIBAgECApQBAQICAUkCAQEDAQgCAgEDAQF5AgIBAgIBHAEBAgEBAQJ6AwEBAQIBAYYBAgEBAQEoAQEBAoQBAQEBAQLoAQECAQEBBwECAQEBAaEBAU4BAQFwAgQBchMGBAkBRRMFBJkBBBAFCAkB3gkJIRJrEwgKCQl0EgEAEgH+1xNvEhJzEhJgEhJIEhIMERFcEQkIOhEI8ggJ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) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000315}}
.logo:before, .logo:after, .footerBottom .social li.twitter a:before, .footerBottom .social li.facebook a:before, .slider .prev:before, .slider .next:before, .slider .pager a:before, .mobileNavToggle:before, .supportUsCircle:before, .topSearch .submit:before, .footerBottom .social li.linkedin a:before, .footerBottom .social li.youtube a:before, .related .bubbles:before, .footer .footerTop:before, .akkordion .toggle:before, .akkordion .item.active .toggle:before, .intro .bodytxt .citat:before, .intro .bodytxt quote:before,
.resultWrapper .description .citat:before,
.resultWrapper .description quote:before,
.searchToggler:before {
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  speak: none;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000329}}
.logo:before {
  content: "a";
  color: #3E3E3E;
  font-size: 50px;

}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000335}}
.logo:after {
  content: "b";
  color: #a3a3a3;
  font-size: 50px;
  bottom: -8px;
}

.new-logo {
	display: inline-block;
	width: 20%;
	float: left;
}

.sticky .new-logo img {
	height: 40px;
	margin-top: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000343}}
.footerBottom .social li.twitter a:before {
  content: "j";
  color: #fff;
  font-size: 30px;
  left: 0;
  top: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000351}}
.footerBottom .social li.facebook a:before {
  content: "i";
  color: #fff;
  font-size: 30px;
  left: 0;
  top: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000365}}
.slider .prev:before {
  content: "c";
  color: #000;
  font-size: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000371}}
.slider .next:before {
  content: "d";
  color: #000;
  font-size: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000377}}
.slider .pager a:before {
  content: "e";
  color: #000;
  font-size: 18px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000383}}
.mobileNavToggle:before {
  content: "g";
  color: #000;
  font-size: 27px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000389}}
.supportUsCircle:before {
  content: "f";
  color: yellow;
  font-size: 158px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\0000395}}
.topSearch .submit:before {
  content: "k";
  color: #000;
  font-size: 26px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003107}}
.footerBottom .social li.linkedin a:before {
  content: "m";
  color: #fff;
  font-size: 30px;
  left: 0;
  top: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003115}}
.footerBottom .social li.youtube a:before {
  content: "n";
  color: #fff;
  font-size: 30px;
  left: 0;
  top: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003123}}
.related .bubbles:before {
  content: "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo";
  color: #000;
  font-size: 23px;
  left: 0;
  position: absolute;
  top: -17px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003132}}
.footer .footerTop:before {
  content: "ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo";
  color: #000;
  font-size: 23px;
  left: 0;
  position: absolute;
  bottom: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003142}}
.akkordion .toggle:before {
  content: "p";
  color: #000;
  font-size: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003148}}
.akkordion .item.active .toggle:before {
  content: "q";
  color: #000;
  font-size: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_icons\.scss}line{font-family:\00003163}}
.intro .bodytxt .citat:before, .intro .bodytxt quote:before,
.resultWrapper .description .citat:before,
.resultWrapper .description quote:before {
  content: "t";
  color: #575756;
  font-size: 34px;
  left: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/my-icons\/\*\.png}line{font-family:\0000350}}
.my-icons-sprite, .my-icons-close, .my-icons-trans {
  background: url('../images/my-icons-sed991a19bd.png') no-repeat;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/TOOLS\/RUBY200\/lib\/ruby\/gems\/2\.0\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/utilities\/sprites\/_base\.scss}line{font-family:\0000360}}
.my-icons-close {
  background-position: 0 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/TOOLS\/RUBY200\/lib\/ruby\/gems\/2\.0\.0\/gems\/compass-0\.12\.7\/frameworks\/compass\/stylesheets\/compass\/utilities\/sprites\/_base\.scss}line{font-family:\0000360}}
.my-icons-trans {
  background-position: 0 -11px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_mixins\.scss}line{font-family:\0000324}}
.intro .bodytxt,
.publisheddate, .resultWrapper .description, section header h1, .logo, .topSearch form, .serviceNav li, .header .supportUs, .akkordionSection h1, .akkordion, .topnav ul, .pageTools h1, .projects .projectsSubScribe h1, .intro .manchet, .slider .inner .btn, .slider .inner .yellowBtn, .slider .inner .yellowbtnCallTo, .slider .inner .header .supportUs, .header .slider .inner .supportUs, .slider .inner .blankBtn, .slider .inner .topnav a, .topnav .slider .inner a, .slider .inner .btnCallTo, .slider .inner .header .joinUs, .header .slider .inner .joinUs, .slider .inner .tabs li a, .tabs li .slider .inner a, .slider .inner .footerBottom .subscribeCon .subscribe, .footerBottom .subscribeCon .slider .inner .subscribe, .slider .inner .btnSmall, .slider .inner .yellowBtnSmall, .slider .inner .newslist .readmore, .newslist .slider .inner .readmore, .slider .inner .related.Transperant .readMore, .related.Transperant .slider .inner .readMore, .slider .inner .related.Grå .readMore, .related.Grå .slider .inner .readMore, .slider .inner .related.Gul .readMore, .related.Gul .slider .inner .readMore, .slider .inner .box .more .readMore, .box .more .slider .inner .readMore, .slider .inner .box .footer .readMore, .box .footer .slider .inner .readMore, .slider .inner .linklist .linkListToggle, .linklist .slider .inner .linkListToggle, .slider .inner .linklist .list ul a, .linklist .list ul .slider .inner a, .linklist h1, .linklist .linkListToggle, .footerBottom .subscribeCon, .footerBottom .takeActionCon h2, .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .supportUs, .footerBottom .adress, .footerBottom .protektor, .footerBottom .serviceNav li, .footerBottom .social h2, .footerBottom .social nav {
  margin-left: 15px;
  margin-right: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_mixins\.scss}line{font-family:\0000328}}
.context, .tabs li, .breadcrumb, .slider {
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_mixins\.scss}line{font-family:\0000333}}
.akkordion .toggle, .akkordion .more .inner, .standard .txt {
  padding: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/core\/_mixins\.scss}line{font-family:\0000339}}
.btn:hover, .yellowBtn:hover, .yellowbtnCallTo:hover, .header .supportUs:hover, .footerBottom .takeActionCon .supportUs:hover, .blankBtn:hover, .topnav a:hover, .btnCallTo:hover, .header .joinUs:hover, .tabs li a:hover, .footerBottom .subscribeCon .subscribe:hover, .footerBottom .takeActionCon .joinUs:hover, .btnSmall:hover, .yellowBtnSmall:hover, .newslist .readmore:hover, .related.Transperant .readMore:hover, .related.Grå .readMore:hover, .related.Gul .readMore:hover, .box .more .readMore:hover, .box .footer .readMore:hover, .linklist .linkListToggle:hover, .linklist .list ul a:hover, .btn.active, .active.yellowBtn, .active.yellowbtnCallTo, .header .active.supportUs, .footerBottom .takeActionCon .active.supportUs, .active.blankBtn, .topnav a.active, .active.btnCallTo, .header .active.joinUs, .tabs li a.active, .footerBottom .subscribeCon .active.subscribe, .footerBottom .takeActionCon .active.joinUs, .active.btnSmall, .active.yellowBtnSmall, .newslist .active.readmore, .related.Transperant .active.readMore, .related.Grå .active.readMore, .related.Gul .active.readMore, .box .more .active.readMore, .box .footer .active.readMore, .linklist .active.linkListToggle, .linklist .list ul a.active, .active > .btn, .active > .yellowBtn, .active > .yellowbtnCallTo, .header .active > .supportUs, .footerBottom .takeActionCon .active > .supportUs, .active > .blankBtn, .topnav .active > a, .active > .btnCallTo, .header .active > .joinUs, .tabs li .active > a, .footerBottom .subscribeCon .active > .subscribe, .footerBottom .takeActionCon .active > .joinUs, .active > .btnSmall, .active > .yellowBtnSmall, .newslist .active > .readmore, .related.Transperant .active > .readMore, .related.Grå .active > .readMore, .related.Gul .active > .readMore, .box .more .active > .readMore, .box .footer .active > .readMore, .linklist .active > .linkListToggle, .linklist .list ul .active > a {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2) inset;
}

/* Modules
------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\000031}}
section {
  margin-bottom: 50px;
}
section.jsSection {
  margin-bottom:0px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\000037}}
section.newslistSection .standard, section.newslistSection .box, section.relatedSection .standard, section.relatedSection .box, section.contactlistSection .standard, section.contactlistSection .box, section.publicationSection .standard, section.publicationSection .box, section.projectsSection .standard, section.projectsSection .box {
  display: inline;
  float: left;
  width: 33.33333333333333%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\000039}}
section.newslistSection .standard:nth-child(3n +1), section.newslistSection .box:nth-child(3n +1), section.relatedSection .standard:nth-child(3n +1), section.relatedSection .box:nth-child(3n +1), section.contactlistSection .standard:nth-child(3n +1), section.contactlistSection .box:nth-child(3n +1), section.publicationSection .standard:nth-child(3n +1), section.publicationSection .box:nth-child(3n +1), section.projectsSection .standard:nth-child(3n +1), section.projectsSection .box:nth-child(3n +1) {
  clear: left;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\000037}}
  section.newslistSection .standard, section.newslistSection .box, section.relatedSection .standard, section.relatedSection .box, section.contactlistSection .standard, section.contactlistSection .box, section.publicationSection .standard, section.publicationSection .box, section.projectsSection .standard, section.projectsSection .box {
    display: inline;
    float: left;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\0000314}}
  section.newslistSection .standard:nth-child(3n +1), section.newslistSection .box:nth-child(3n +1), section.relatedSection .standard:nth-child(3n +1), section.relatedSection .box:nth-child(3n +1), section.contactlistSection .standard:nth-child(3n +1), section.contactlistSection .box:nth-child(3n +1), section.publicationSection .standard:nth-child(3n +1), section.publicationSection .box:nth-child(3n +1), section.projectsSection .standard:nth-child(3n +1), section.projectsSection .box:nth-child(3n +1) {
    clear: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\0000317}}
  section.newslistSection .standard:nth-child(2n +1), section.newslistSection .box:nth-child(2n +1), section.relatedSection .standard:nth-child(2n +1), section.relatedSection .box:nth-child(2n +1), section.contactlistSection .standard:nth-child(2n +1), section.contactlistSection .box:nth-child(2n +1), section.publicationSection .standard:nth-child(2n +1), section.publicationSection .box:nth-child(2n +1), section.projectsSection .standard:nth-child(2n +1), section.projectsSection .box:nth-child(2n +1) {
    clear: left;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\000037}}
  section.newslistSection .standard, section.newslistSection .box, section.relatedSection .standard, section.relatedSection .box, section.contactlistSection .standard, section.contactlistSection .box, section.publicationSection .standard, section.publicationSection .box, section.projectsSection .standard, section.projectsSection .box {
    display: inline;
    float: left;
    width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\0000329}}
.header {
  position: relative;
  z-index: 4;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\0000334}}
.footer {
  position: relative;
  z-index: 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_sections\.scss}line{font-family:\0000338}}
.main {
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}
.sticky-main {padding-top: 247px;}

/* Buttons
------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\000033}}
.btn, .yellowBtn, .yellowbtnCallTo, .header .supportUs, .footerBottom .takeActionCon .supportUs, .blankBtn, .topnav a, .btnCallTo, .header .joinUs, .tabs li a, .footerBottom .subscribeCon .subscribe, .footerBottom .takeActionCon .joinUs, .btnSmall, .yellowBtnSmall, .newslist .readmore, .related.Transperant .readMore, .related.Grå .readMore, .box.blank .footer .readMore, .box.Transperant .footer .readMore, .related.Gul .readMore, .box .more .readMore, .box .footer .readMore, .linklist .linkListToggle, .linklist .list ul a {
  background: #eaeaea;
  border-radius: 2px;
  display: inline-block;
  padding: 15px 22px 13px;
  -webkit-transition: box-shadow 150ms;
  -moz-transition: box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000312}}
.btn:hover, .yellowBtn:hover, .yellowbtnCallTo:hover, .header .supportUs:hover, .footerBottom .takeActionCon .supportUs:hover, .blankBtn:hover, .topnav a:hover, .btnCallTo:hover, .header .joinUs:hover, .tabs li a:hover, .footerBottom .subscribeCon .subscribe:hover, .footerBottom .takeActionCon .joinUs:hover, .btnSmall:hover, .yellowBtnSmall:hover, .newslist .readmore:hover, .related.Transperant .readMore:hover, .related.Grå .readMore:hover, .related.Gul .readMore:hover, .box .more .readMore:hover, .box .footer .readMore:hover, .linklist .linkListToggle:hover, .linklist .list ul a:hover {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000315}}
.btn:hover, .yellowBtn:hover, .yellowbtnCallTo:hover, .header .supportUs:hover, .footerBottom .takeActionCon .supportUs:hover, .blankBtn:hover, .topnav a:hover, .btnCallTo:hover, .header .joinUs:hover, .tabs li a:hover, .footerBottom .subscribeCon .subscribe:hover, .footerBottom .takeActionCon .joinUs:hover, .btnSmall:hover, .yellowBtnSmall:hover, .newslist .readmore:hover, .related.Transperant .readMore:hover, .related.Grå .readMore:hover, .related.Gul .readMore:hover, .box .more .readMore:hover, .box .footer .readMore:hover, .linklist .linkListToggle:hover, .linklist .list ul a:hover, .btn.active, .active.yellowBtn, .active.yellowbtnCallTo, .header .active.supportUs, .footerBottom .takeActionCon .active.supportUs, .active.blankBtn, .topnav a.active, .active.btnCallTo, .header .active.joinUs, .tabs li a.active, .footerBottom .subscribeCon .active.subscribe, .footerBottom .takeActionCon .active.joinUs, .active.btnSmall, .active.yellowBtnSmall, .newslist .active.readmore, .related.Transperant .active.readMore, .related.Grå .active.readMore, .related.Gul .active.readMore, .box .more .active.readMore, .box .footer .active.readMore, .linklist .active.linkListToggle, .linklist .list ul a.active, .active > .btn, .active > .yellowBtn, .active > .yellowbtnCallTo, .header .active > .supportUs, .footerBottom .takeActionCon .active > .supportUs, .active > .blankBtn, .topnav .active > a, .active > .btnCallTo, .header .active > .joinUs, .tabs li .active > a, .footerBottom .subscribeCon .active > .subscribe, .footerBottom .takeActionCon .active > .joinUs, .active > .btnSmall, .active > .yellowBtnSmall, .newslist .active > .readmore, .related.Transperant .active > .readMore, .related.Grå .active > .readMore, .related.Gul .active > .readMore, .box .more .active > .readMore, .box .footer .active > .readMore, .linklist .active > .linkListToggle, .linklist .list ul .active > a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000318}}
.no-boxshadow .btn:hover, .no-boxshadow .yellowBtn:hover, .no-boxshadow .yellowbtnCallTo:hover, .no-boxshadow .header .supportUs:hover, .header .no-boxshadow .supportUs:hover, .no-boxshadow .footerBottom .takeActionCon .supportUs:hover, .footerBottom .takeActionCon .no-boxshadow .supportUs:hover, .no-boxshadow .blankBtn:hover, .no-boxshadow .topnav a:hover, .topnav .no-boxshadow a:hover, .no-boxshadow .btnCallTo:hover, .no-boxshadow .header .joinUs:hover, .header .no-boxshadow .joinUs:hover, .no-boxshadow .tabs li a:hover, .tabs li .no-boxshadow a:hover, .no-boxshadow .footerBottom .subscribeCon .subscribe:hover, .footerBottom .subscribeCon .no-boxshadow .subscribe:hover, .no-boxshadow .footerBottom .takeActionCon .joinUs:hover, .footerBottom .takeActionCon .no-boxshadow .joinUs:hover, .no-boxshadow .btnSmall:hover, .no-boxshadow .yellowBtnSmall:hover, .no-boxshadow .newslist .readmore:hover, .newslist .no-boxshadow .readmore:hover, .no-boxshadow .related.Transperant .readMore:hover, .related.Transperant .no-boxshadow .readMore:hover, .no-boxshadow .related.Grå .readMore:hover, .related.Grå .no-boxshadow .readMore:hover, .no-boxshadow .related.Gul .readMore:hover, .related.Gul .no-boxshadow .readMore:hover, .no-boxshadow .box .more .readMore:hover, .box .more .no-boxshadow .readMore:hover, .no-boxshadow .box .footer .readMore:hover, .box .footer .no-boxshadow .readMore:hover, .no-boxshadow .linklist .linkListToggle:hover, .linklist .no-boxshadow .linkListToggle:hover, .no-boxshadow .linklist .list ul a:hover, .linklist .list ul .no-boxshadow a:hover, .no-boxshadow .btn.active, .no-boxshadow .active.yellowBtn, .no-boxshadow .active.yellowbtnCallTo, .no-boxshadow .header .active.supportUs, .header .no-boxshadow .active.supportUs, .no-boxshadow .footerBottom .takeActionCon .active.supportUs, .footerBottom .takeActionCon .no-boxshadow .active.supportUs, .no-boxshadow .active.blankBtn, .no-boxshadow .topnav a.active, .topnav .no-boxshadow a.active, .no-boxshadow .active.btnCallTo, .no-boxshadow .header .active.joinUs, .header .no-boxshadow .active.joinUs, .no-boxshadow .tabs li a.active, .tabs li .no-boxshadow a.active, .no-boxshadow .footerBottom .subscribeCon .active.subscribe, .footerBottom .subscribeCon .no-boxshadow .active.subscribe, .no-boxshadow .footerBottom .takeActionCon .active.joinUs, .footerBottom .takeActionCon .no-boxshadow .active.joinUs, .no-boxshadow .active.btnSmall, .no-boxshadow .active.yellowBtnSmall, .no-boxshadow .newslist .active.readmore, .newslist .no-boxshadow .active.readmore, .no-boxshadow .related.Transperant .active.readMore, .related.Transperant .no-boxshadow .active.readMore, .no-boxshadow .related.Grå .active.readMore, .related.Grå .no-boxshadow .active.readMore, .no-boxshadow .related.Gul .active.readMore, .related.Gul .no-boxshadow .active.readMore, .no-boxshadow .box .more .active.readMore, .box .more .no-boxshadow .active.readMore, .no-boxshadow .box .footer .active.readMore, .box .footer .no-boxshadow .active.readMore, .no-boxshadow .linklist .active.linkListToggle, .linklist .no-boxshadow .active.linkListToggle, .no-boxshadow .linklist .list ul a.active, .linklist .list ul .no-boxshadow a.active, .no-boxshadow .active > .btn, .no-boxshadow .active > .yellowBtn, .no-boxshadow .active > .yellowbtnCallTo, .no-boxshadow .header .active > .supportUs, .header .no-boxshadow .active > .supportUs, .no-boxshadow .footerBottom .takeActionCon .active > .supportUs, .footerBottom .takeActionCon .no-boxshadow .active > .supportUs, .no-boxshadow .active > .blankBtn, .no-boxshadow .topnav .active > a, .topnav .no-boxshadow .active > a, .no-boxshadow .active > .btnCallTo, .no-boxshadow .header .active > .joinUs, .header .no-boxshadow .active > .joinUs, .no-boxshadow .tabs li .active > a, .tabs li .no-boxshadow .active > a, .no-boxshadow .footerBottom .subscribeCon .active > .subscribe, .footerBottom .subscribeCon .no-boxshadow .active > .subscribe, .no-boxshadow .footerBottom .takeActionCon .active > .joinUs, .footerBottom .takeActionCon .no-boxshadow .active > .joinUs, .no-boxshadow .active > .btnSmall, .no-boxshadow .active > .yellowBtnSmall, .no-boxshadow .newslist .active > .readmore, .newslist .no-boxshadow .active > .readmore, .no-boxshadow .related.Transperant .active > .readMore, .related.Transperant .no-boxshadow .active > .readMore, .no-boxshadow .related.Grå .active > .readMore, .related.Grå .no-boxshadow .active > .readMore, .no-boxshadow .related.Gul .active > .readMore, .related.Gul .no-boxshadow .active > .readMore, .no-boxshadow .box .more .active > .readMore, .box .more .no-boxshadow .active > .readMore, .no-boxshadow .box .footer .active > .readMore, .box .footer .no-boxshadow .active > .readMore, .no-boxshadow .linklist .active > .linkListToggle, .linklist .no-boxshadow .active > .linkListToggle, .no-boxshadow .linklist .list ul .active > a, .linklist .list ul .no-boxshadow .active > a {
  background: #dcdcdc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000323}}
.yellowBtn, .yellowbtnCallTo, .header .supportUs, .footerBottom .takeActionCon .supportUs {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000327}}
.no-boxshadow .yellowBtn:hover, .no-boxshadow .yellowbtnCallTo:hover, .no-boxshadow .header .supportUs:hover, .header .no-boxshadow .supportUs:hover, .no-boxshadow .footerBottom .takeActionCon .supportUs:hover, .footerBottom .takeActionCon .no-boxshadow .supportUs:hover, .no-boxshadow .yellowBtn.active, .no-boxshadow .active.yellowbtnCallTo, .no-boxshadow .header .active.supportUs, .header .no-boxshadow .active.supportUs, .no-boxshadow .footerBottom .takeActionCon .active.supportUs, .footerBottom .takeActionCon .no-boxshadow .active.supportUs, .no-boxshadow .active > .yellowBtn, .no-boxshadow .active > .yellowbtnCallTo, .no-boxshadow .header .active > .supportUs, .header .no-boxshadow .active > .supportUs, .no-boxshadow .footerBottom .takeActionCon .active > .supportUs, .footerBottom .takeActionCon .no-boxshadow .active > .supportUs {
  background: #efef00;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000332}}
.blankBtn, .topnav a {
  background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000335}}
.blankBtn:hover, .topnav a:hover, .blankBtn.active, .topnav a.active, .active > .blankBtn, .topnav .active > a {
  box-shadow: none;
  background: #b2b3b3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000342}}
.btnCallTo, .header .joinUs, .header .supportUs, .tabs li a, .footerBottom .subscribeCon .subscribe, .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .supportUs {
  text-align: center;
  font-family: Georgia, serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000347}}
.yellowbtnCallTo {
  font-family: Georgia, serif;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000351}}
.btnSmall, .yellowBtnSmall, .newslist .readmore, .related.Transperant .readMore, .related.Grå .readMore, .box.blank .footer .readMore, .box.Transperant .footer .readMore, .related.Gul .readMore, .box .more .readMore, .box .footer .readMore {
  font-size: 0.8666666666666667em;
  line-height: 1.1538461538461537em;
  padding: 6px 11px 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000357}}
.yellowBtnSmall, .newslist .readmore, .related.Transperant .readMore, .related.Grå .readMore, .box.blank .footer .readMore, .box.Transperant .footer .readMore {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000361}}
.no-boxshadow .yellowBtnSmall:hover, .no-boxshadow .newslist .readmore:hover, .newslist .no-boxshadow .readmore:hover, .no-boxshadow .related.Transperant .readMore:hover, .related.Transperant .no-boxshadow .readMore:hover, .no-boxshadow .related.Grå .readMore:hover, .related.Grå .no-boxshadow .readMore:hover, .no-boxshadow .box.blank .footer .readMore:hover, .box.blank .footer .no-boxshadow .readMore:hover, .no-boxshadow .box.Transperant .footer .readMore:hover, .box.Transperant .footer .no-boxshadow .readMore:hover, .no-boxshadow .yellowBtnSmall.active, .no-boxshadow .newslist .active.readmore, .newslist .no-boxshadow .active.readmore, .no-boxshadow .related.Transperant .active.readMore, .related.Transperant .no-boxshadow .active.readMore, .no-boxshadow .related.Grå .active.readMore, .related.Grå .no-boxshadow .active.readMore, .no-boxshadow .box.blank .footer .active.readMore, .box.blank .footer .no-boxshadow .active.readMore, .no-boxshadow .box.Transperant .footer .active.readMore, .box.Transperant .footer .no-boxshadow .active.readMore, .no-boxshadow .active > .yellowBtnSmall, .no-boxshadow .newslist .active > .readmore, .newslist .no-boxshadow .active > .readmore, .no-boxshadow .related.Transperant .active > .readMore, .related.Transperant .no-boxshadow .active > .readMore, .no-boxshadow .related.Grå .active > .readMore, .related.Grå .no-boxshadow .active > .readMore, .no-boxshadow .box.blank .footer .active > .readMore, .box.blank .footer .no-boxshadow .active > .readMore, .no-boxshadow .box.Transperant .footer .active > .readMore, .box.Transperant .footer .no-boxshadow .active > .readMore {
  background: #efef00;
}

/* Inputs
------------------------------------- */
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000372}}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid rgba(87, 87, 86, 0.2);
  /*border-radius: 2px;*/
  color: #8a8788;
  font-size: 1.2em;
  height: 48px;
  line-height: 1.4666666666666666em;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000384}}
.ie8 textarea, .ie8 input[type="text"], .ie8 input[type="password"], .ie8 input[type="email"], .ie8 input[type="number"] {
  border: 1px solid #d5d2d5;
  line-height: 48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000390}}
.formElm ~ .formElm {
  margin-top: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\0000394}}
textarea {
  height: 125px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003101}}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus {
  outline: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003105}}
input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  border: none;
  color: #575756;
  cursor: pointer;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003113}}
.inside {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003115}}
.inside .input {
  width: 100% !important;
  height: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003119}}
.inside .submit {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003126}}
.inside .submit input {
  background: none;
  height: 100%;
  position: relative;
  text-indent: -999em;
  width: 100%;
  z-index: 2;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003138}}
.required {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003140}}
.required:after {
  content: "*";
  color: grey;
  position: relative;
  right: 0px;
  top: -5px;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003140}}
  .required:after {
    position: absolute;
    right: -8px;
    top: 0px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003153}}
.error {
  font-size: 0.75em;
  line-height: 2em;
  color: grey;
  float: right;
  line-height: 1em;
  width: 47%;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inputs\.scss}line{font-family:\00003153}}
  .error {
    float: none;
    width: 100%;
  }
}





@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_header\.scss}line{font-family:\000031}}
.headerWrapper.sticky-large {
  position:fixed;
  width:100%;
  z-index:999;
      -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.3s;
  -moz-animation-duration:0.3s;
  animation-duration:0.3s;

}
/*.headerWrapper {background: url('../images/menu-shadow.png') bottom repeat-x; }*/
.header {
  background: #fbfbfb;
  padding: 25px 0 0 0;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(98,98,98,0.4);
  -moz-box-shadow: 0px 0px 40px 0px rgba(98,98,98,0.4);
  box-shadow: 0px 0px 40px 0px rgba(98,98,98,0.4);
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_header\.scss}line{font-family:\000031}}
.header .wrapper {
  /* position: relative; */
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_header\.scss}line{font-family:\000031}}
.header .wrapper .topPanel {
  /*position: absolute;*/
  margin-right: -104px;
  margin-top: 10px;
  float: right;
}


@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_header\.scss}line{font-family:\000034}}
.header .supportUs {
  clear: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_header\.scss}line{font-family:\000039}}
.header.has-subnav {
  margin-bottom: 60px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\000031}}
.logo {
  display: block;
  float: left;
  height: 86px;
  /*position: absolute;*/
  /*top: 20px;*/
  text-decoration: none !important;
  width: 142px;

  margin: -2px 0 0 0;
  position: relative;
  left: 10px;
}

@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\000031}}
  .logo {
    position: relative;
  }

  .intro .bodytxt .breaker .block-img { width: 100% ; float: right; padding: 0; margin: 0; border: none;}
  .intro .bodytxt .breaker .block-img img { display: block; width: 100% }
  .intro .bodytxt .breaker .block-text { width: 100%; float: right; padding: 0px 20px;}

}
/*@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\000031}}
  .logo {
    height: 63px;
    margin-top: 14px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\0000316}}
.logo:before {
  left: -5px;
  top: -6px;
  position: absolute;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\0000316}}
  .logo:before {
    top: 0px;
    font-size: 34px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\0000326}}
.logo:after {
  bottom: -3px;
  left: -5px;
  position: absolute;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_logo\.scss}line{font-family:\0000326}}
  .logo:after {
    font-size: 34px;
  }
}*/

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topSearch\.scss}line{font-family:\000031}}
.topSearch {
  display: none;
  position: absolute;
  width: 304px;
  z-index: 1;
  background-color: #565657;
  right: 0;
  padding: 20px 5px;
}

.searchBox.active .topSearch { display: block; /*-webkit-animation:pop-in 0.2s; -moz-animation:pop-in 0.2s; -ms-animation:pop-in 0.2s;*/  }
.searchBox.active .topSearch #SearchTerm {text-transform: none;}
.searchBox { float: right; width: 49px; margin: 0 10px; overflow: visible; position: relative; margin-left: 0;}
.searchBox.active,
.searchBox:hover { background-color: #575756; }
.searchToggler { display: block; height: 48px; text-decoration: none;}
.searchBox.active .searchToggler { height: 64px;}
.searchToggler:before { content:"k"; color: #000; font-size: 22px; left: 12px; top: 14px;}
.searchBox.active .searchToggler:before,
.searchBox:hover .searchToggler:before { color: #fff }

@media screen and (min-width: 851px) {
  .mobileNav.active {display: none;}
  .headerWrapper.sticky { position: fixed; top: 0; z-index: 999; background-color: #fff; height: 67px; width: 100%;}
  .headerWrapper.sticky .header { margin: 0; padding-top:0; height: 67px;}
  .headerWrapper.sticky .topnav { display: none; }
  .headerWrapper.sticky .logo { /*height: auto; margin-top: 22px;*/ top: 15px; height: 54px; width: 60%;}
  
  .headerWrapper.sticky .header .wrapper {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.5s;
  -moz-animation-duration:0.5s;
  animation-duration:0.5s;
}

  .headerWrapper.sticky  {}
  .headerWrapper.sticky .topPanel {margin-top: 0;}

  .headerWrapper.sticky .logo:before { font-size: 36px; }
  .headerWrapper.sticky .logo:after { display: none; }
  .headerWrapper.sticky .supportUs { padding: 5px 20px; margin-top: 19px;}

  .headerWrapper.sticky .searchBox { margin-top: 19px; }
  .headerWrapper.sticky .searchToggler { height: 30px;}
  .headerWrapper.sticky .searchToggler:before { top: 5px; }

  .headerWrapper.sticky .subNav { display: none; }
  .headerWrapper.sticky .subNav ul { border: none; }
}



@media screen and (max-width: 850px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topSearch\.scss}line{font-family:\000031}}
  .searchBox {
    top: 18px;
    position: absolute;
    /*right: 70px;*/
    right: 60px;
  }
  .topSearch {
    /* padding-top: 10px; */
    /* width: 100%; */
  }
  .header .wrapper .topPanel { margin-right: 0}
  .header {padding: 14px 10px;} 
  .logo:before {font-size: 40px; top: 5px !important; left: 0 !important;}
  .logo:after {font-size: 40px; bottom: 5px !important; left: 0 !important;}

.sticky-main {padding-top: 0;}
.header .wrapper {position: relative;}
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topSearch\.scss}line{font-family:\0000314}}
.topSearch label {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topSearch\.scss}line{font-family:\0000318}}
.topSearch .submit:before {
  color: #575756;
  left: 23px;
  top: 6px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_serviceNav\.scss}line{font-family:\000031}}
.serviceNav {
  float: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_serviceNav\.scss}line{font-family:\000031}}
  .serviceNav {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_serviceNav\.scss}line{font-family:\000037}}
.serviceNav li {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_serviceNav\.scss}line{font-family:\0000311}}
.serviceNav a {
  color: #fff;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_joinUs\.scss}line{font-family:\000032}}
.header .joinUs {
  float: right;
  /* min-width: 128px; */
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_joinUs\.scss}line{font-family:\000032}}
  .header .joinUs {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    right: 115px;
    top: 0;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_joinUs\.scss}line{font-family:\000032}}
/*  .searchBox {
    top: 47px;
    position: absolute;
    right: 56px;
  }

  .header .joinUs, .header .supportUs {
    display: none;
  }*/
}
/*  @media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_joinUs\.scss}line{font-family:\0000319}}
.header .supportUs {
  float: right;
  min-width: 128px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;

  margin-right: 0;
  text-transform: capitalize;
  font-size: 1em;
  padding: 15px 20px;
  font-weight: bold;
} 
 @media screen and (max-width: 850px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_joinUs\.scss}line{font-family:\0000319}}
  .header .supportUs {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    right: 0px;
    top: 0;
    display: none;
  }
}  */

@-webkit-keyframes flip {
  /* line 2, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 5, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 8, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 11, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-moz-keyframes flip {
  /* line 2, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 5, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 8, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 11, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-o-keyframes flip {
  /* line 2, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 5, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 8, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 11, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes flip {
  /* line 2, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 5, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 8, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 11, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes flop {
  /* line 16, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 19, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 22, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 25, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);0  }
}

@-moz-keyframes flop {
  /* line 16, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 19, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 22, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 25, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-o-keyframes flop {
  /* line 16, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 19, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 22, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 25, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes flop {
  /* line 16, ../sass/modules/_akkordion.scss */
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 19, ../sass/modules/_akkordion.scss */
  25% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 22, ../sass/modules/_akkordion.scss */
  75% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }

  /* line 25, ../sass/modules/_akkordion.scss */
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000335}}
.akkordion {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000339}}
.akkordion .item {
  background: #fff;
  border-top: 1px solid rgba(87, 87, 86, 0.05);
  margin-bottom: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000343}}
.akkordion .item:hover .toggle {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000347}}
.akkordion .item.active .toggle {
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000359}}
.akkordion .item.active .more {
  -webkit-transition: height 100ms;
  -moz-transition: height 100ms;
  -o-transition: height 100ms;
  transition: height 100ms;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000362}}
.akkordion .item.active .more .inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000369}}
.akkordion .item.inactive .toggle {
  -webkit-animation-name: flop;
  -moz-animation-name: flop;
  -o-animation-name: flop;
  animation-name: flop;
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000376}}
.akkordion .item.inactive .more {
  -webkit-transition: height 100ms;
  -webkit-transition-delay: 600ms;
  -moz-transition: height 100ms 600ms;
  -o-transition: height 100ms 600ms;
  transition: height 100ms 600ms;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000379}}
.akkordion .item.inactive .more .inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000387}}
.akkordion .toggle {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  -o-transition: background 150ms;
  transition: background 150ms;
  display: block;
  position: relative;
  padding-right: 60px;
  padding-bottom: 14px;
  padding-top: 14px;
  text-decoration: none;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\0000387}}
  .akkordion .toggle {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003103}}
.akkordion .toggle:before {
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003110}}
.akkordion .more {
  color: rgba(87, 87, 86, 0.8);
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003112}}
.csstransitions .akkordion .more {
  height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003115}}
.no-csstransitions .akkordion .more {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003121}}
.akkordion .more .inner {
  border-top: 1px solid rgba(87, 87, 86, 0.05);
  padding-bottom: 40px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 400ms 300ms;
  -webkit-transition-delay: ease-out;
  -moz-transition: all 400ms 300ms ease-out;
  -o-transition: all 400ms 300ms ease-out;
  transition: all 400ms 300ms ease-out;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003128}}
.akkordion .more .txt {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_akkordion\.scss}line{font-family:\00003131}}
.akkordion .more .btn, .akkordion .more .yellowBtn, .akkordion .more .yellowbtnCallTo, .akkordion .more .header .supportUs, .header .akkordion .more .supportUs, .akkordion .more .footerBottom .takeActionCon .supportUs, .footerBottom .takeActionCon .akkordion .more .supportUs, .akkordion .more .blankBtn, .akkordion .more .topnav a, .topnav .akkordion .more a, .akkordion .more .btnCallTo, .akkordion .more .header .joinUs, .header .akkordion .more .joinUs, .akkordion .more .tabs li a, .tabs li .akkordion .more a, .akkordion .more .footerBottom .subscribeCon .subscribe, .footerBottom .subscribeCon .akkordion .more .subscribe, .akkordion .more .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .akkordion .more .joinUs, .akkordion .more .btnSmall, .akkordion .more .yellowBtnSmall, .akkordion .more .newslist .readmore, .newslist .akkordion .more .readmore, .akkordion .more .related.Transperant .readMore, .related.Transperant .akkordion .more .readMore, .akkordion .more .related.Grå .readMore, .related.Grå .akkordion .more .readMore, .akkordion .more .related.Gul .readMore, .related.Gul .akkordion .more .readMore, .akkordion .box .more .readMore, .box .akkordion .more .readMore, .akkordion .more .box .footer .readMore, .akkordion .more .linklist .linkListToggle, .linklist .akkordion .more .linkListToggle, .akkordion .more .linklist .list ul a, .linklist .list ul .akkordion .more a {
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_bgImage\.scss}line{font-family:\000031}}
.bgImage {
  background: url(/Content/images/body-bg-pattern-noise.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  min-width: 972px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_bgImage\.scss}line{font-family:\0000311}}
  .touch .bgImage {
    display: none;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\000031}}
.topnav {
  display: inline;
  width: 74%;
  float: left;
  margin-bottom: 0;
  /*margin-right: -26px;*/
  /*margin-left: 175px;*/
  margin-left: 50px;
  /*position: absolute;*/
}


@media screen and (max-width: 850px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\000031}}
  .topnav {
    /*width: 100%;*/
    margin-left: 0;
    display: none;
}
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\000031}}
  .topnav {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\0000312}}
.topnav ul {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\0000312}}
  .topnav ul {
    margin-top: 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\0000320}}
.topnav li {
  display: block;
  float: left;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\0000324}}
.topnav a {
  font-size: 1em;
  text-transform: uppercase;
  /*padding-left: 8px;*/
  /*padding-right: 8px;*/

  padding: 25px 13px 80px;
  /*padding-bottom: 85px;*/
  border-radius: 0;
}
@media only screen and (min-width: 851px) and (max-width: 1160px) {
  /* .header .supportUs {visibility: hidden;} */
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 851px) and (max-width: 940px) {
  /*.logo {margin-left: 10px;}*/
  .logo:before {font-size: 45px;}
  .logo:after {font-size: 45px; bottom: 0;}
  .topnav {width: 566px;}
  .topnav a { font-size: 0.9em; padding: 15px 7px 85px;}
  .header .wrapper .topPanel {margin-right: -90px; margin-top: 0;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 880px) {
  /*.topnav {margin-left: 10px; width: 540px;}*/
  /*.topnav a { font-size: 0.9em; padding: 15px 5px 85px;}*/
  /*.header .wrapper .topPanel {margin-right: -101px;}*/
}

/*.sticky .header .wrapper .topPanel {margin-right: 15px;}*/

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_topnav\.scss}line{font-family:\0000328}}
.topnav a:hover {
  text-decoration: none;
  background-color: #b2b3b3;
  color: #ffff00;
  /*padding-bottom: 85px;*/
}
.topnav a.active,
.topnav li.active > a  {color: yellow !important;}
.topnav a.hovered {background-color: #b2b3b3; color: yellow;}
.topnav ul li > ul {
  position: absolute;
  left:0;
  width: 100%;
  background: #b2b3b3;
/*-webkit-box-shadow: 0px 0px 20px 0px rgba(214,214,214,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(214,214,214,1);
box-shadow: 0px 0px 20px 0px rgba(214,214,214,1);*/
}
.topnav ul li ul li {display: inline-block; text-align: center; float: none;}
.topnav ul li ul li a { padding: 15px; text-transform: none; color: #fff;}
.topnav ul li.hovered > ul {  display: block !important; z-index: 999999; box-shadow: none;}
.topnav ul li.active > ul {
  display: block !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\000031}}
.subNav {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\000031}}
  .subNav {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\000039}}
.subNav ul {
  /*border-top: 1px solid rgba(74, 73, 74, 0.15);*/
  float: right;
  margin-top: 19px;
  text-align: right;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\0000316}}
.subNav li {
  display: inline-block;
  margin: 0 20px;
  padding-top: 16px;
  /*padding: 16px 0;*/
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\0000322}}
.subNav a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\0000324}}
.subNav a:hover {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_subNav\.scss}line{font-family:\0000328}}
.subNav .follower {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  left: 0;
  width: 0;
  bottom: 32px;
  /*bottom: 48px;*/
  position: absolute;
  height: 4px;
  background-color: yellow;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\000031}}
.supportUsCircle {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  display: table;
  height: 0;
  opacity: 0;
  overflow: hidden;
  right: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  top: 170px;
  width: 0;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000316}}
F
.supportUsCircle.infoCircle {
  right: 0px;
}
@media screen and (max-width: 1580px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000316}}
  F
  .supportUsCircle.infoCircle {
    display: none !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000326}}
.ie8 .supportUsCircle {
  position: absolute;
  right: -999em;
}
@media screen and (min-width: 1400px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\000031}}
  .supportUsCircle {
    right: 50px;
  }
}
@media screen and (max-width: 1272px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\000031}}
  .supportUsCircle {
    display: none !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000337}}
.supportUsCircle.active {
  opacity: 1;
  height: 158px;
  width: 158px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000342}}
.ie8 .supportUsCircle.active, .ie9 .supportUsCircle.active {
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000345}}
.supportUsCircle.active.infoCircle {
  height: 300px;
  width: 300px;
  background: red;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000351}}
.supportUsCircle:before {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000357}}
.supportUsCircle:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000357}}
  .supportUsCircle:hover {
    right: 0px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000366}}
.ie8 .supportUsCircle:hover:before, .ie9 .supportUsCircle:hover:before {
  color: #efef00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportUsCircle\.scss}line{font-family:\0000371}}
.supportUsCircle span {
  display: table-cell;
  font-family: Georgia, serif;
  font-size: 1.8666666666666667em;
  line-height: 1em;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\000032}}
.trianglePageTools, .loginForm .txtWrap .triangleLoginForm {
  height: 20px;
  margin: 0 15px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\000036}}
.trianglePageTools .leftTop, .loginForm .txtWrap .triangleLoginForm .leftTop, .trianglePageTools .rightTop, .loginForm .txtWrap .triangleLoginForm .rightTop {
  height: 20px;
  position: absolute;
  top: 0;
  width: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000311}}
.trianglePageTools .leftTop:before, .loginForm .txtWrap .triangleLoginForm .leftTop:before, .trianglePageTools .rightTop:before, .loginForm .txtWrap .triangleLoginForm .rightTop:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid rgba(172, 173, 173, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000319}}
.trianglePageTools .leftTop .inner, .loginForm .txtWrap .triangleLoginForm .leftTop .inner, .trianglePageTools .rightTop .inner, .loginForm .txtWrap .triangleLoginForm .rightTop .inner {
  background: rgba(172, 173, 173, 0.8);
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000324}}
.trianglePageTools .leftTop, .loginForm .txtWrap .triangleLoginForm .leftTop {
  left: 0;
  border-right: 20px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000327}}
.trianglePageTools .leftTop:before, .loginForm .txtWrap .triangleLoginForm .leftTop:before {
  right: -20px;
  border-right: 20px solid transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000332}}
.trianglePageTools .rightTop, .loginForm .txtWrap .triangleLoginForm .rightTop {
  border-left: 20px solid transparent;
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000335}}
.trianglePageTools .rightTop:before, .loginForm .txtWrap .triangleLoginForm .rightTop:before {
  left: -20px;
  border-left: 20px solid transparent;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000344}}
.pageTools h1, .projects .projectsSubScribe h1 {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000348}}
.pageTools .context, .projects .projectsSubScribe .context, .pageTools .tabs li, .tabs .pageTools li, .projects .projectsSubScribe .tabs li, .tabs .projects .projectsSubScribe li {
  background: rgba(172, 173, 173, 0.8);
  color: yellow;
  padding: 17px 15px 20px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000348}}
  .pageTools .context, .projects .projectsSubScribe .context, .pageTools .tabs li, .tabs .pageTools li, .projects .projectsSubScribe .tabs li, .tabs .projects .projectsSubScribe li {
    padding: 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000358}}
.pageTools .inputWrapper, .projects .projectsSubScribe .inputWrapper {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  width: 31%;
}
@media screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000358}}
  .pageTools .inputWrapper, .projects .projectsSubScribe .inputWrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000358}}
  .pageTools .inputWrapper, .projects .projectsSubScribe .inputWrapper {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000374}}
.pageTools .inputWrapper input, .projects .projectsSubScribe .inputWrapper input {
  border-color: #fff;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000379}}
.pageTools .label, .projects .projectsSubScribe .label, .pageTools .submit, .projects .projectsSubScribe .submit {
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000379}}
  .pageTools .label, .projects .projectsSubScribe .label, .pageTools .submit, .projects .projectsSubScribe .submit {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000389}}
.pageTools .label, .projects .projectsSubScribe .label {
  font-size: 1.2em;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_pageTools\.scss}line{font-family:\0000393}}
.pageTools .shareWithOthers, .projects .projectsSubScribe .shareWithOthers {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_projects\.scss}line{font-family:\000032}}
.projects .standard .context, .projects .standard .tabs li, .tabs .projects .standard li {
  background: #fff;
  padding: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_projects\.scss}line{font-family:\000036}}
.projects .projectsSubScribe {
  display: inline;
  float: left;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_intro\.scss}line{font-family:\000032}}
.intro h1 {
  font-size: 3em;
  max-width: 52em;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_intro\.scss}line{font-family:\000032}}
  .intro h1 {
    font-size: 1.8666666666666667em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_intro\.scss}line{font-family:\000039}}
.intro .manchet {
  margin-bottom: 35px;
  max-width: 52em !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inform\.scss}line{font-family:\000033}}
.inform .aside {
  display: inline;
  float: left;
  width: 33.33333333333333%;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inform\.scss}line{font-family:\000033}}
  .inform .aside {
    display: inline;
    float: left;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inform\.scss}line{font-family:\000038}}
  .inform .aside .standard {
    width: 50%;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_inform\.scss}line{font-family:\0000313}}
  .inform .aside .standard {
    width: 100%;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\000031}}
.talkTo {
  display: inline;
  float: left;
  width: 66.66666666666666%;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\000031}}
  .talkTo {
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 0;
    height: auto !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\0000310}}
.talkTo h2 {
  color: yellow;
  font-size: 6.666666666666667em;
  font-weight: 700;
  line-height: 0.9em;
  margin-top: -8px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\0000310}}
  .talkTo h2 {
    font-size: 5.333333333333333em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\0000323}}
.talkTo h2 span {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 0.7727272727272727em;
  text-align: right;
  white-space: pre;
}
.footerTop .talkTo h2 span {
	font-size: 0.95em;
	white-space: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\0000333}}
.talkTo .body {
  color: #fff;
  font-size: 1.8666666666666667em;
  line-height: 1.1785714285714286em;
  padding-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_talkTo\.scss}line{font-family:\0000333}}
  .talkTo .body {
    margin-bottom: 30px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\000031}}
.informBus {
  display: inline;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\000033}}
.informBus .context, .informBus .tabs li, .tabs .informBus li {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  border: 1px solid #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\000037}}
.informBus .txt {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\0000310}}
.informBus .txt h2, .informBus .txt .big {
  font-size: 1.8666666666666667em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\0000313}}
.informBus .txt .body {
  font-size: 1.2em;
  line-height: 1.1111111111111112em;
  letter-spacing: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\0000319}}
.informBus a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\0000324}}
.informBus .bigTxt {
  display: inline-block;
  float: right;
  font-family: Georgia, serif;
  font-size: 1.7333333333333334em;
  line-height: 1em;
  margin-top: 14px;
  text-align: right;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\0000335}}
.informBus:hover .context, .informBus:hover .tabs li, .tabs .informBus:hover li {
  border: 1px solid #575756;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_informBus\.scss}line{font-family:\0000338}}
.informBus:hover a, .informBus:hover h2, .informBus:hover .body {
  color: #575756;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\000031}}
.supportProjektBullying {
  display: inline;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\000033}}
.supportProjektBullying .context, .supportProjektBullying .tabs li, .tabs .supportProjektBullying li {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\000037}}
.supportProjektBullying .txt {
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
  display: block;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\0000312}}
.supportProjektBullying .txt:hover {
  background: #575756;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\0000316}}
.supportProjektBullying .txt h2, .supportProjektBullying .txt .big {
  font-size: 1.8666666666666667em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\0000319}}
.supportProjektBullying .txt .body {
  font-size: 1.2em;
  line-height: 1.1111111111111112em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_supportProjektBullying\.scss}line{font-family:\0000326}}
.formMessage {
  background: yellow;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\000031}}
  .tabs {
    padding: 0 13px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\000036}}
.tabs li {
  float: left;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\000036}}
  .tabs li {
    margin: 0 0 4px;
    padding: 0 2px;
    width: 50%;
    display: table;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000315}}
  .tabs li a {
    display: table-cell;
    font-size: 12px;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000326}}
.tabs li .active {
  background: yellow;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000332}}
.resultWrapper {
  display: inline;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000337}}
.resultWrapper .description {
  margin-left: 0;
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000341}}
.resultWrapper .popular .big {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000343}}
.resultWrapper .popular .big:before {
  content: "populær";
  background: #eaeaea;
  font-size: 12px;
  height: 23px;
  left: -65px;
  line-height: 23px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000355}}
.ie8 .resultWrapper .popular .big:before {
  border: 1px solid #575756;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000343}}
  .resultWrapper .popular .big:before {
    left: -55px;
    top: -20px;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000343}}
  .resultWrapper .popular .big:before {
    left: -65px;
    line-height: 25px;
    top: -18px;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000371}}
.price {
  display: inline;
  float: left;
  width: 33.33333333333333%;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000375}}
.price:nth-child(3n +1) {
  clear: left;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000371}}
  .price {
    display: inline;
    float: left;
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000380}}
  .price:nth-child(2n +1) {
    clear: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000383}}
  .price:nth-child(3n +1) {
    clear: none;
  }
}
@media screen and (max-width: 320px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000371}}
  .price {
    display: inline;
    float: left;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000390}}
.price .context, .price .tabs li, .tabs .price li {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000393}}
.price a {
  display: block;
  padding: 40px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\0000399}}
.price a:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003108}}
.price a:hover {
  background: #eaeaea;
  border-radius: 4px;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003118}}
.price .big {
  font-size: 7em;
  line-height: 0.8230088495575221em;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003118}}
  .price .big {
    font-size: 4.333333333333333em;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003118}}
  .price .big {
    font-size: 3em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003128}}
.price .currency {
  font-size: 1.2em;
  line-height: normal;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003128}}
  .price .currency {
    font-size: 1em;
  }
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003128}}
  .price .currency {
    font-size: 0.8em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003141}}
.price .txt {
  display: block;
  font-weight: 100;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003141}}
  .price .txt {
    font-size: 0.8em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_tabs\.scss}line{font-family:\00003148}}
.price .description {
  font-weight: 100;
  margin-top: 10px;
  text-align: left;
  font-size: 0.8666666666666667em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_signup\.scss}line{font-family:\000031}}
.signup {
  background: orange;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_campaign\.scss}line{font-family:\000031}}
.campaign {
  background: skyblue;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_campaign\.scss}line{font-family:\000033}}
.campaign .mainContext {
  display: inline;
  float: left;
  width: 66.66666666666666%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_campaign\.scss}line{font-family:\000036}}
.campaign .imgContainer {
  display: inline;
  float: left;
  width: 37.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_campaign\.scss}line{font-family:\000038}}
.campaign .imgContainer img {
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_campaign\.scss}line{font-family:\0000312}}
.campaign .txt {
  display: inline;
  float: left;
  width: 62.5%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_campaign\.scss}line{font-family:\0000315}}
.campaign .aside {
  display: inline;
  float: left;
  width: 33.33333333333333%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_validation\.scss}line{font-family:\000031}}
.field-validation-error {
  background: #575756;
  color: #FFF;
  left: 15px;
  padding: 5px 10px;
  position: absolute;
  top: -40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_validation\.scss}line{font-family:\000038}}
.field-validation-error:before {
  content: "";
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #575756;
  bottom: -10px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\000031}}
.dk-map {
  max-width: 575px;
  height: inherit;
  background: url("../images/regioner.png") no-repeat;
  background-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\000036}}
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000312}}
.nord {
  background: url("../images/nord.png") no-repeat;
  background-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000315}}
.midt {
  background: url("../images/midt.png") no-repeat;
  background-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000318}}
.syd {
  background: url("../images/syd.png") no-repeat;
  background-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000321}}
.sj {
  background: url("../images/sj.png") no-repeat;
  background-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000324}}
.kbh {
  background: url("../images/kbh.png") no-repeat;
  background-size: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000327}}
.standard .context, .standard .tabs li, .tabs .standard li, .standard .tabs li, .tabs .standard li {
  border-radius: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000330}}
.standard .context:before, .standard .tabs li:before, .tabs .standard li:before, .standard .tabs li:before, .tabs .standard li:before {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000333}}
.standard .img {
  display: block;
  max-width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000336}}
.standard .img + .txt {
  padding-top: 23px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000339}}
.standard .txt {
  height: 100%;
  border-radius: 2px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000343}}
.standard .txt .body {
  margin-top: 11px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000346}}
.standard.Transperant .context, .standard.Transperant .tabs li, .tabs .standard.Transperant li, .standard.Transperant .tabs li, .tabs .standard.Transperant li {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000349}}
.standard.Transperant .context:before, .standard.Transperant .tabs li:before, .tabs .standard.Transperant li:before, .standard.Transperant .tabs li:before, .tabs .standard.Transperant li:before {
  content: "";
  border: 1px solid #000;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_maps\.scss}line{font-family:\0000358}}
.standard.Transperant .context .txt, .standard.Transperant .tabs li .txt, .tabs .standard.Transperant li .txt, .standard.Transperant .tabs li .txt, .tabs .standard.Transperant li .txt {
  position: relative;
  z-index: 3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\000031}}
.badge {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: rotateZ(-20deg) scale(0);
  -moz-transform: rotateZ(-20deg) scale(0);
  -ms-transform: rotateZ(-20deg) scale(0);
  -o-transform: rotateZ(-20deg) scale(0);
  transform: rotateZ(-20deg) scale(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  opacity: 0;
  overflow: hidden;
  right: 0;
  position: fixed;
  text-decoration: none;
  top: 170px;
  z-index: 10;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000313}}
.no-csstransforms .badge {
  width: 0;
  height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000318}}
.badge .inner {
  padding: 10px;
  background: #fff;
  border-radius: 2px;
  width: 225px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000326}}
.badge h1 {
  font-family: Georgia, serif;
  font-size: 1.2em;
  font-weight: 400;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000331}}
.badge p {
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000335}}
.badge img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000339}}
.badge .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 5px;
  background: url("../images/my-icons/close.png") no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000352}}
.ie8 .badge {
  position: absolute;
  right: -999em;
}
@media screen and (max-width: 1272px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\000031}}
  .badge {
    display: none !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000363}}
.badge.active {
  opacity: 1;
  height: auto;
  width: 225px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000368}}
.ie8 .badge.active, .ie9 .badge.active {
  right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000373}}
.badge.closed {
  opacity: 0 !important;
  -webkit-transform: rotateZ(-20deg) scale(0);
  -moz-transform: rotateZ(-20deg) scale(0);
  -ms-transform: rotateZ(-20deg) scale(0);
  -o-transform: rotateZ(-20deg) scale(0);
  transform: rotateZ(-20deg) scale(0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000376}}
.no-csstransforms .badge.closed {
  width: 0;
  height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000384}}
.badge:before {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000389}}
.badge:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000389}}
  .badge:hover {
    right: 0px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\0000398}}
.ie8 .badge:hover:before, .ie9 .badge:hover:before {
  color: #efef00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_badge\.scss}line{font-family:\00003103}}
.badge span {
  display: table-cell;
  font-family: Georgia, serif;
  font-size: 1.8666666666666667em;
  line-height: 1em;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_breadcrumb\.scss}line{font-family:\000031}}
.breadcrumb {
  display: none;
  clear: both;
  overflow: hidden;
  padding-bottom: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_breadcrumb\.scss}line{font-family:\000039}}
.breadcrumb .trail {
  display: inline-block;
  float: left;
  text-decoration: none;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_breadcrumb\.scss}line{font-family:\0000315}}
.breadcrumb .trail a {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_breadcrumb\.scss}line{font-family:\0000320}}
.breadcrumb .trail:after {
  content: "\002F";
  padding: 4px;
  text-decoration: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_breadcrumb\.scss}line{font-family:\0000332}}
.breadcrumb .trail.end:after {
  content: "";
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\000031}}
.cookie {
  font-family: Arial, "sans-serif", sans-serif;
  position: fixed;
  bottom: 0;
  background-color: #575756;
  background-color: rgba(87, 87, 86, 0.8);
  color: #FFF;
  z-index: 9999;
  width: 100%;
  font-size: 0.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000312}}
.cookie .cookie-tag {
  margin-top: -34px;
  margin-left: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000317}}
.cookie .cookie-reader {
  margin:5px 5px;
  display: inline-block;
  float:left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000321}}
.cookie .inner {
  overflow: hidden;
	margin: 10px 0;
  padding: 0 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000330}}
.cookie .close-icon {
  float: right;
  cursor: pointer;
  top: 1em;
  position: absolute;
  right: 1.5em;
  font-weight: bold;
  text-decoration: none;
  font-size: 2em;
  width: 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000340}}
.cookie .close-icon:before {
  content: "X";
  background-color: yellow;
  -webkit-border-radius:50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
	padding: 0.3em 0.6em;
	font-size: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000347}}
.cookie .close-icon:hover:before {
  color: #575756;
  color: rgba(87, 87, 86, 0.8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_cookies\.scss}line{font-family:\0000352}}
.cookie .close-icon .hide-text {
  text-indent: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 1px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\000032}}
.standard .context, .standard .tabs li, .tabs .standard li {
  border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\000034}}
.standard .context:before, .standard .tabs li:before, .tabs .standard li:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\000038}}
.standard .img {
  display: block;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\0000311}}
.standard .img + .txt {
  padding-top: 23px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\0000315}}
.standard .txt {
  height: 100%;
  border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\0000323}}
.standard .txt .body {
  margin-top: 11px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\0000328}}
.standard.Transperant .context, .standard.Transperant .tabs li, .tabs .standard.Transperant li {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\0000330}}
.standard.Transperant .context:before, .standard.Transperant .tabs li:before, .tabs .standard.Transperant li:before {
  content: "";
  border: 1px solid #000;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_standard\.scss}line{font-family:\0000339}}
.standard.Transperant .context .txt, .standard.Transperant .tabs li .txt, .tabs .standard.Transperant li .txt {
  position: relative;
  z-index: 3;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\000032}}
.newslist h1 {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\000035}}
.newslist .readmore {
  position: relative;
  top: -4px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000311}}
.newsCont {
  display: inline;
  float: left;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000317}}
.box.newsitem .context, .box.newsitem .tabs li, .tabs .box.newsitem li, .box.NewsPage .context, .box.NewsPage .tabs li, .tabs .box.NewsPage li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000321}}
.box.newsitem .inner, .box.NewsPage .inner {
  /*max-height: 176px;*/
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000321}}
  .box.newsitem .inner, .box.NewsPage .inner {
    max-height: inherit;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000327}}
.box.newsitem .body, .box.NewsPage .body {
  max-height: 72px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000330}}
.box.newsitem .boxLink, .box.NewsPage .boxLink {
  background: #fff;
  border: 1px solid rgba(87, 87, 86, 0.05);
  display: block;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  -o-transition: background 150ms;
  transition: background 150ms;
  height: 245px;
  min-height: inherit;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000338}}
.box.newsitem .boxLink:hover, .box.NewsPage .boxLink:hover {
  background: #eaeaea;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_newslist\.scss}line{font-family:\0000354}}
.box.newsitem .date, .box.NewsPage .date {
  display: block;
  font-size: 0.8666666666666667em;
  line-height: 1.3846153846153846em;
  margin-bottom: 7px;
  margin-top: 17px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_contact\.scss}line{font-family:\000031}}
.contactCont {
  display: inline;
  float: left;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_contact\.scss}line{font-family:\000035}}
.contact .context, .contact .tabs li, .tabs .contact li {
  background: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\000032}}
.related .container {
  display: block;
  height: 375px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\000032}}
  .related .container {
    height: auto;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000315}}
.csstransitions .related .container:hover .btnCont {
  -webkit-transition: max-height 800ms 0;
  -moz-transition: max-height 800ms 0;
  -o-transition: max-height 800ms 0;
  transition: max-height 800ms 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000322}}
.related .bubbles {
  position: absolute;
  left: 0px;
  top: -20px;
  font-size: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000327}}
.related .bubbles:before {
  color: yellow;
  font-size: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000333}}
.related .body {
  max-height: 200px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000337}}
.related .tags {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000340}}
.related .img {
  height: 100%;
  min-width: 100%;
  max-width: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000345}}
.related .img + .txt {
  background: yellow;
  bottom: 0;
  height: auto;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000345}}
  .related .img + .txt {
    position: relative;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000358}}
.related .img + .txt .body {
  max-height: 78px;
  overflow: hidden;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000367}}
.no-touch.csstransitions .related .btnCont {
  -webkit-transition: max-height 300ms;
  -webkit-transition-delay: 200ms;
  -moz-transition: max-height 300ms 200ms;
  -o-transition: max-height 300ms 200ms;
  transition: max-height 300ms 200ms;
  max-height: 34px;
  overflow: hidden;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000373}}
.no-csstransitions .related .btnCont {
  display: none;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000366}}
  .related .btnCont {
    max-height: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000380}}
.related .readMore {
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000384}}
.related.Transperant .container, .related.Transperant .txt {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000386}}
.no-csstransitions .related.Transperant .container, .no-csstransitions .related.Transperant .txt {
  background: url("../images/my-icons/trans.png") repeat 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000390}}
.related.Transperant .container {
  display: table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\0000392}}
.related.Transperant .container .txt {
  display: table-cell;
  vertical-align: bottom;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\00003102}}
.related.Grå h2, .related.Grå .txt {
  color: #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_related\.scss}line{font-family:\00003106}}
.related.Grå .container, .related.Grå .txt {
  background: #626262;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\000033}}
.box .context, .box .tabs li, .tabs .box li {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(234, 234, 234, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(234, 234, 234, 0.5);
  overflow: hidden;
  min-height: 380px;
  border-radius: 2px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\000033}}
  .box .context, .box .tabs li, .tabs .box li {
    height: auto;
    min-height: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000316}}
.box .boxLink {
  display: block;
  min-height: 380px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000316}}
  .box .boxLink {
    min-height: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000325}}
.box img + .txt {
  /*height: 136px;*/
  /*position: absolute;*/
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000325}}
  .box img + .txt {
    height: auto;
    position: relative;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000332}}
.box img + .txt .inner {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000332}}
  .box img + .txt .inner {
    height: auto;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000340}}
.box img + .txt .inner .inner {
  padding: 0px;
  overflow: visible;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000347}}
.box .txt {
  bottom: 0;
  display: block;
  left: 0;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000347}}
  .box .txt {
    position: relative;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000358}}
.box .inner {
  display: block;
  vertical-align: bottom;
  bottom: 0;
  margin-bottom: 18px;
  max-height: 337px;
  padding: 4px 20px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000358}}
  .box .inner {
    max-height: inherit;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000372}}
.box .img {
  display: block;
  /*left: 0;
  position: absolute;
  top: 0;
  width: auto;
  height: 240px;*/
  width: 100%;
  height: auto;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000372}}
  .box .img {
    height: auto;
    position: relative;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000386}}
.box h2 {
  padding: 18px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000391}}
.box .body {
  overflow: hidden;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: -7px;
  min-height: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\0000399}}
.box .more {
  position: absolute;
  bottom: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003102}}
.box .more .readMore {
  color: #575756;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003107}}
.box .tags {
  font-size: 0.8em;
  overflow: hidden;
  line-height: 13px;
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003116}}
.box .tags span:before {
  content: ",";
  margin: 0 4px 0 -2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003121}}
.box .tags span:first-child:before {
  content: "";
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003131}}
.box .footer {
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003133}}
.box .footer .readMore {
  margin-top: 10px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003131}}
  .box .footer {
    max-height: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003146}}
.box.grey .context, .box.grey .tabs li, .tabs .box.grey li, .box.grey .inner, .box.Gr├Ñ .context, .box.Gr├Ñ .tabs li, .tabs .box.Gr├Ñ li, .box.Gr├Ñ .inner {
  background: #626262;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003150}}
.box.grey h2, .box.grey .txt, .box.Gr├Ñ h2, .box.Gr├Ñ .txt {
  color: #f2f2f2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003153}}
.box.grey .txt, .box.Gr├Ñ .txt {
  background: #626262;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003156}}
.box.grey .tags, .box.Gr├Ñ .tags {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003164}}
.box.yellow .context, .box.yellow .tabs li, .tabs .box.yellow li, .box.yellow .inner, .box.Gul .context, .box.Gul .tabs li, .tabs .box.Gul li, .box.Gul .inner {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003168}}
.box.yellow .txt, .box.Gul .txt {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003176}}
.box.blank .img, .box.Transperant .img {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003179}}
.box.blank .context, .box.blank .tabs li, .tabs .box.blank li, .box.Transperant .context, .box.Transperant .tabs li, .tabs .box.Transperant li {
  border: 1px solid rgba(87, 87, 86, 0.7);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003184}}
.no-csstransitions .box.blank .container, .no-csstransitions .box.blank .txt, .no-csstransitions .box.Transperant .container, .no-csstransitions .box.Transperant .txt {
  background: url("../images/my-icons/trans.png") repeat 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003195}}
.box.Guide .context, .box.Guide .tabs li, .tabs .box.Guide li, .box.Theme .context, .box.Theme .tabs li, .tabs .box.Theme li, .box.SectionPage .context, .box.SectionPage .tabs li, .tabs .box.SectionPage li, .box.guide .context, .box.guide .tabs li, .tabs .box.guide li, .box.theme .context, .box.theme .tabs li, .tabs .box.theme li, .box.sectionPage .context, .box.sectionPage .tabs li, .tabs .box.sectionPage li {
  background: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003198}}
.box.Guide .txt, .box.Theme .txt, .box.SectionPage .txt, .box.guide .txt, .box.theme .txt, .box.sectionPage .txt {
  background: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003206}}
.box.small .context, .box.small .tabs li, .tabs .box.small li {
  height: 250px;
  min-height: 250px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003210}}
.box.small .container {
  height: 250px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003213}}
.box.small .img {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003216}}
.box.small .txt {
  height: 250px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003222}}
.csstransitions .box.small:hover .txt {
  min-height: 250px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003232}}
.box.Protected .img {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003236}}
.box.Protected h2 {
  text-transform: none;
  font-size: 1.15em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003241}}
.box.Protected .context, .box.Protected .tabs li, .tabs .box.Protected li {
  height: 95px;
  min-height: 95px;
  background: white url("../images/doc_icon.png") 20px 24px no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003246}}
.box.Protected .context .boxLink, .box.Protected .tabs li .boxLink, .tabs .box.Protected li .boxLink {
  min-height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003248}}
.box.Protected .context .boxLink .txt, .box.Protected .tabs li .boxLink .txt, .tabs .box.Protected li .boxLink .txt {
  padding-top: 10px;
  padding-left: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003252}}
.box.Protected .context .boxLink .tags, .box.Protected .tabs li .boxLink .tags, .tabs .box.Protected li .boxLink .tags {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_box\.scss}line{font-family:\00003260}}
iframe {
  max-width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\000031}}
.diagramModule {
  display: inline;
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\000033}}
.diagramModule .elm1 {
  display: inline;
  float: left;
  width: 66.66666666666666%;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\000033}}
  .diagramModule .elm1 {
    display: inline;
    float: left;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\000038}}
.diagramModule .elm1 .imgInner {
  position: relative;
  float: left;
  height: auto;
  max-width: 340px;
  width: 50%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\000038}}
  .diagramModule .elm1 .imgInner {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000320}}
.diagramModule .elm1 .imgInner .percent {
  font-size: 2em;
  left: 50%;
  margin-left: -35px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 70px;
}
@media screen and (max-width: 1024px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000320}}
  .diagramModule .elm1 .imgInner .percent {
    font-size: 1.5em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000334}}
.diagramModule .elm1 img {
  width: 100%;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000338}}
.diagramModule .elm1 .bubble {
  float: left;
  padding-left: 30px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000338}}
  .diagramModule .elm1 .bubble {
    margin-top: 20px;
    max-width: inherit;
    padding-left: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000349}}
.diagramModule .elm1 .bubble .title {
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000352}}
.diagramModule .elm1 .bubble .arrow {
  border-left: 40px solid transparent;
  border-top: 20px solid yellow;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000352}}
  .diagramModule .elm1 .bubble .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000;
    border-top: none;
    left: 50%;
    margin-left: -20px;
    top: -20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000370}}
.diagramModule .elm1 .bubble .inner {
  background: yellow;
  padding: 35px 20px 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000374}}
.diagramModule .elm1 .bubble .bubbleTxt {
  max-height: 223px;
  overflow: hidden;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000381}}
.diagramModule .elm2 {
  display: inline;
  float: left;
  width: 33.33333333333333%;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000381}}
  .diagramModule .elm2 {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000387}}
.diagramModule .elm2 .context, .diagramModule .elm2 .tabs li, .tabs .diagramModule .elm2 li {
  min-height: 288px;
}
@media screen and (max-width: 768px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000387}}
  .diagramModule .elm2 .context, .diagramModule .elm2 .tabs li, .tabs .diagramModule .elm2 li {
    min-height: inherit;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000393}}
.diagramModule .elm2 .title {
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000396}}
.diagramModule .elm2 ul {
  padding: 0 0 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_diagramModule\.scss}line{font-family:\0000399}}
.diagramModule .elm2 li {
  margin-bottom: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\000031}}
.slider {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\000037}}
.slider .caroufredsel_wrapper .inner > div:nth-child(n +2) {
  position: static;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000311}}
.slider .inner > div {
  font-family: Georgia, serif;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000318}}
.slider .inner > div:nth-child(n +2) {
  position: absolute;
  left: -999em;
  top: -999em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000323}}
.slider .inner > div .center {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 942px;
  padding-bottom: 75px;
  position: relative;
  height: auto;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000332}}
.slider .inner > div .center.textslide {
  height: 325px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000332}}
  .slider .inner > div .center.textslide {
    height: 100px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000340}}
.slider .inner > div .withlink {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 942px;
  padding-bottom: 75px;
  position: relative;
  height: auto;
  overflow: hidden;
  bottom: 15px;
  margin-top: -65px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000340}}
  .slider .inner > div .withlink {
    margin-top: 0px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000357}}
.slider .inner header {
  display: inline;
  float: left;
  width: 100%;
  display: block;
  line-height: 0.78em;
  text-transform: uppercase;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000363}}
.slider .inner header .boldTxt {
  display: block;
  font-family: "Arimo", sans-serif;
  text-align: left;
  padding-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000372}}
.slider .inner .txt {
  width: 50%;
  max-height: 3.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8666666666666667em;
  line-height: 1.1428571428571428em;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000372}}
  .slider .inner .txt {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000384}}
.slider .inner .imageCont {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 942px;
  position: relative;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000384}}
  .slider .inner .imageCont {
    position: static;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000398}}
.slider .inner .imageCont img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\0000398}}
  .slider .inner .imageCont img {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003105}}
.slider .inner .imageCont + .center {
  bottom: 15px;
  margin-top: -75px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003105}}
  .slider .inner .imageCont + .center {
    margin-top: 0px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003113}}
.slider .inner .btn, .slider .inner .yellowBtn, .slider .inner .yellowbtnCallTo, .slider .inner .header .supportUs, .header .slider .inner .supportUs, .slider .inner .footerBottom .takeActionCon .supportUs, .footerBottom .takeActionCon .slider .inner .supportUs, .slider .inner .blankBtn, .slider .inner .topnav a, .topnav .slider .inner a, .slider .inner .btnCallTo, .slider .inner .header .joinUs, .header .slider .inner .joinUs, .slider .inner .tabs li a, .tabs li .slider .inner a, .slider .inner .footerBottom .subscribeCon .subscribe, .footerBottom .subscribeCon .slider .inner .subscribe, .slider .inner .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .slider .inner .joinUs, .slider .inner .btnSmall, .slider .inner .yellowBtnSmall, .slider .inner .newslist .readmore, .newslist .slider .inner .readmore, .slider .inner .related.Transperant .readMore, .related.Transperant .slider .inner .readMore, .slider .inner .related.Grå .readMore, .related.Grå .slider .inner .readMore, .slider .inner .related.Gul .readMore, .related.Gul .slider .inner .readMore, .slider .inner .box .more .readMore, .box .more .slider .inner .readMore, .slider .inner .box .footer .readMore, .box .footer .slider .inner .readMore, .slider .inner .linklist .linkListToggle, .linklist .slider .inner .linkListToggle, .slider .inner .linklist .list ul a, .linklist .list ul .slider .inner a {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003113}}
  .slider .inner .btn, .slider .inner .yellowBtn, .slider .inner .yellowbtnCallTo, .slider .inner .header .supportUs, .header .slider .inner .supportUs, .slider .inner .footerBottom .takeActionCon .supportUs, .footerBottom .takeActionCon .slider .inner .supportUs, .slider .inner .blankBtn, .slider .inner .topnav a, .topnav .slider .inner a, .slider .inner .btnCallTo, .slider .inner .header .joinUs, .header .slider .inner .joinUs, .slider .inner .tabs li a, .tabs li .slider .inner a, .slider .inner .footerBottom .subscribeCon .subscribe, .footerBottom .subscribeCon .slider .inner .subscribe, .slider .inner .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .slider .inner .joinUs, .slider .inner .btnSmall, .slider .inner .yellowBtnSmall, .slider .inner .newslist .readmore, .newslist .slider .inner .readmore, .slider .inner .related.Transperant .readMore, .related.Transperant .slider .inner .readMore, .slider .inner .related.Grå .readMore, .related.Grå .slider .inner .readMore, .slider .inner .related.Gul .readMore, .related.Gul .slider .inner .readMore, .slider .inner .box .more .readMore, .box .more .slider .inner .readMore, .slider .inner .box .footer .readMore, .box .footer .slider .inner .readMore, .slider .inner .linklist .linkListToggle, .linklist .slider .inner .linkListToggle, .slider .inner .linklist .list ul a, .linklist .list ul .slider .inner a {
    margin: 0;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003124}}
.slider .pager {
  max-width: 960px;
  margin: 36px auto 0;
  text-align: center;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003124}}
  .slider .pager {
    margin-top: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003131}}
.slider .pager a {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  height: 16px;
  margin: 0 5px;
  position: relative;
  text-decoration: none;
  width: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003140}}
.slider .pager a span {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003143}}
.slider .pager a:before {
  color: #eaeaea;
  left: 0;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003152}}
.slider .pager a.selected:before {
  color: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003157}}
.slider .prev, .slider .next {
  bottom: 0;
  display: block;
  opacity: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 130px;
  z-index: 2;
  color: #575756;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003169}}
.slider .prev:before, .slider .next:before {
  font-size: 120px;
  margin-top: -60px;
  top: 50%;
  color: #575756;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003175}}
.slider .prev:hover, .slider .next:hover {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003178}}
.touch .slider .prev, .touch .slider .next {
  display: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003181}}
.slider .prev:hover, .slider .next:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003157}}
  .slider .prev, .slider .next {
    width: 10%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003188}}
  .slider .prev:before, .slider .next:before {
    font-size: 60px;
    margin-top: -30px;
    top: 50%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003196}}
.slider:hover .prev, .slider:hover .next {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003200}}
.slider .prev {
  left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003206}}
.slider .next {
  right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003208}}
.slider .next:before {
  right: -5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003214}}
.slider:hover .prev {
  left: 0;
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003218}}
.slider:hover .next {
  right: 0;
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003226}}
.slider.green header {
  color: #009ba5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003229}}
.slider.green .txt {
  color: #009ba5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003232}}
.slider.green .btn, .slider.green .yellowBtn, .slider.green .yellowbtnCallTo, .slider.green .header .supportUs, .header .slider.green .supportUs, .slider.green .footerBottom .takeActionCon .supportUs, .footerBottom .takeActionCon .slider.green .supportUs, .slider.green .blankBtn, .slider.green .topnav a, .topnav .slider.green a, .slider.green .btnCallTo, .slider.green .header .joinUs, .header .slider.green .joinUs, .slider.green .tabs li a, .tabs li .slider.green a, .slider.green .footerBottom .subscribeCon .subscribe, .footerBottom .subscribeCon .slider.green .subscribe, .slider.green .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .slider.green .joinUs, .slider.green .btnSmall, .slider.green .yellowBtnSmall, .slider.green .newslist .readmore, .newslist .slider.green .readmore, .slider.green .related.Transperant .readMore, .related.Transperant .slider.green .readMore, .slider.green .related.Grå .readMore, .related.Grå .slider.green .readMore, .slider.green .related.Gul .readMore, .related.Gul .slider.green .readMore, .slider.green .box .more .readMore, .box .more .slider.green .readMore, .slider.green .box .footer .readMore, .box .footer .slider.green .readMore, .slider.green .linklist .linkListToggle, .linklist .slider.green .linkListToggle, .slider.green .linklist .list ul a, .linklist .list ul .slider.green a {
  background: #009ba5;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003237}}
.slider.green .prev:before, .slider.green .next:before {
  color: #009ba5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003243}}
.slider.green .pager a.selected:before {
  color: #009ba5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003250}}
.slider.yellow header {
  color: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003253}}
.slider.yellow .txt {
  color: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003256}}
.slider.yellow .btn, .slider.yellow .yellowBtn, .slider.yellow .yellowbtnCallTo, .slider.yellow .header .supportUs, .header .slider.yellow .supportUs, .slider.yellow .footerBottom .takeActionCon .supportUs, .footerBottom .takeActionCon .slider.yellow .supportUs, .slider.yellow .blankBtn, .slider.yellow .topnav a, .topnav .slider.yellow a, .slider.yellow .btnCallTo, .slider.yellow .header .joinUs, .header .slider.yellow .joinUs, .slider.yellow .tabs li a, .tabs li .slider.yellow a, .slider.yellow .footerBottom .subscribeCon .subscribe, .footerBottom .subscribeCon .slider.yellow .subscribe, .slider.yellow .footerBottom .takeActionCon .joinUs, .footerBottom .takeActionCon .slider.yellow .joinUs, .slider.yellow .btnSmall, .slider.yellow .yellowBtnSmall, .slider.yellow .newslist .readmore, .newslist .slider.yellow .readmore, .slider.yellow .related.Transperant .readMore, .related.Transperant .slider.yellow .readMore, .slider.yellow .related.Grå .readMore, .related.Grå .slider.yellow .readMore, .slider.yellow .related.Gul .readMore, .related.Gul .slider.yellow .readMore, .slider.yellow .box .more .readMore, .box .more .slider.yellow .readMore, .slider.yellow .box .footer .readMore, .box .footer .slider.yellow .readMore, .slider.yellow .linklist .linkListToggle, .linklist .slider.yellow .linkListToggle, .slider.yellow .linklist .list ul a, .linklist .list ul .slider.yellow a {
  background: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_slider\.scss}line{font-family:\00003260}}
.slider.yellow .prev:before, .slider.yellow .next:before {
  color: yellow;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\000032}}
.linklist h1 {
  letter-spacing: 1px;
  color: yellow;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000313}}
  .linklist .list {
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    height: 0;
    overflow: hidden;
    position: relative;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000320}}
.linklist .list ul {
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000323}}
.linklist .list ul li {
  float: left;
  margin: 8px 5px 0;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000323}}
  .linklist .list ul li {
    float: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000330}}
.linklist .list ul a {
  background: yellow;
  font-family: Arial, "sans-serif", sans-serif;
  letter-spacing: 1px;
  line-height: 1em;
  min-width: 0;
/*  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;*/
}
@media screen and (max-width: 850px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000330}}
  .linklist .list ul a {
    display: block;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_linklist\.scss}line{font-family:\0000342}}
.linklist .list ul a:hover {
  background: #626262;
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\000031}}
.mobileNavToggle {
  display: block;
  float: right;
  height: 50px;
  margin-right: 11px;
  margin-top: 20px;
  position: relative;
  width: 57px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\000039}}
.mobileNavToggle:before {
  left: 5px;
  top: 8px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\0000315}}
.mobileNav {
/*  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;*/
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  float: left;
  height: 0;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
/*  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);*/
  width: 100%;
}
@media screen and (min-width: 569px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\0000315}}
  .mobileNav {
    /*display: none;*/
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\0000327}}
.mobileNav.active {
  margin: 20px 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\0000331}}
.mobileNav a {
  display: block;
  border-top: 1px solid rgba(87, 87, 86, 0.5);
  font-size: 1.2em;
  line-height: 1.1111111111111112em;
  padding: 18px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\0000340}}
.mobileNav ul ul {
  background: rgba(0, 0, 0, 0.1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_mobileTopnav\.scss}line{font-family:\0000342}}
.mobileNav ul ul a {
  padding-left: 40px;
  text-transform: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\000034}}
.footer .footerTop {
  background: #b2b3b3;
  padding-bottom: 40px;
  padding-top: 58px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\000034}}
  .footer .footerTop {
    padding-bottom: 58px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000312}}
.footer .footerTop:before {
  color: #b2b3b3;
  bottom: -13px;
  top: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000321}}
.footerBottom {
  background: #575756;
  padding-bottom: 10px;
  padding-top: 58px;
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000330}}
.footerBottom .btn:hover, .footerBottom .yellowBtn:hover, .footerBottom .yellowbtnCallTo:hover, .footerBottom .header .supportUs:hover, .header .footerBottom .supportUs:hover, .footerBottom .takeActionCon .supportUs:hover, .footerBottom .blankBtn:hover, .footerBottom .topnav a:hover, .topnav .footerBottom a:hover, .footerBottom .btnCallTo:hover, .footerBottom .header .joinUs:hover, .header .footerBottom .joinUs:hover, .footerBottom .tabs li a:hover, .tabs li .footerBottom a:hover, .footerBottom .subscribeCon .subscribe:hover, .footerBottom .takeActionCon .joinUs:hover, .footerBottom .btnSmall:hover, .footerBottom .yellowBtnSmall:hover, .footerBottom .newslist .readmore:hover, .newslist .footerBottom .readmore:hover, .footerBottom .related.Transperant .readMore:hover, .related.Transperant .footerBottom .readMore:hover, .footerBottom .related.Grå .readMore:hover, .related.Grå .footerBottom .readMore:hover, .footerBottom .related.Gul .readMore:hover, .related.Gul .footerBottom .readMore:hover, .footerBottom .box .more .readMore:hover, .box .more .footerBottom .readMore:hover, .footerBottom .box .footer .readMore:hover, .box .footer .footerBottom .readMore:hover, .footerBottom .linklist .linkListToggle:hover, .linklist .footerBottom .linkListToggle:hover, .footerBottom .linklist .list ul a:hover, .linklist .list ul .footerBottom a:hover, .footerBottom .btn.active, .footerBottom .active.yellowBtn, .footerBottom .active.yellowbtnCallTo, .footerBottom .header .active.supportUs, .header .footerBottom .active.supportUs, .footerBottom .takeActionCon .active.supportUs, .footerBottom .active.blankBtn, .footerBottom .topnav a.active, .topnav .footerBottom a.active, .footerBottom .active.btnCallTo, .footerBottom .header .active.joinUs, .header .footerBottom .active.joinUs, .footerBottom .tabs li a.active, .tabs li .footerBottom a.active, .footerBottom .subscribeCon .active.subscribe, .footerBottom .takeActionCon .active.joinUs, .footerBottom .active.btnSmall, .footerBottom .active.yellowBtnSmall, .footerBottom .newslist .active.readmore, .newslist .footerBottom .active.readmore, .footerBottom .related.Transperant .active.readMore, .related.Transperant .footerBottom .active.readMore, .footerBottom .related.Grå .active.readMore, .related.Grå .footerBottom .active.readMore, .footerBottom .related.Gul .active.readMore, .related.Gul .footerBottom .active.readMore, .footerBottom .box .more .active.readMore, .box .more .footerBottom .active.readMore, .footerBottom .box .footer .active.readMore, .box .footer .footerBottom .active.readMore, .footerBottom .linklist .active.linkListToggle, .linklist .footerBottom .active.linkListToggle, .footerBottom .linklist .list ul a.active, .linklist .list ul .footerBottom a.active, .active > .footerBottom .btn, .active > .footerBottom .yellowBtn, .active > .footerBottom .yellowbtnCallTo, .active > .footerBottom .header .supportUs, .header .active > .footerBottom .supportUs, .active > .footerBottom .takeActionCon .supportUs, .active > .footerBottom .blankBtn, .active > .footerBottom .topnav a, .topnav .active > .footerBottom a, .active > .footerBottom .btnCallTo, .active > .footerBottom .header .joinUs, .header .active > .footerBottom .joinUs, .active > .footerBottom .tabs li a, .tabs li .active > .footerBottom a, .active > .footerBottom .subscribeCon .subscribe, .active > .footerBottom .takeActionCon .joinUs, .active > .footerBottom .btnSmall, .active > .footerBottom .yellowBtnSmall, .active > .footerBottom .newslist .readmore, .newslist .active > .footerBottom .readmore, .active > .footerBottom .related.Transperant .readMore, .related.Transperant .active > .footerBottom .readMore, .active > .footerBottom .related.Grå .readMore, .related.Grå .active > .footerBottom .readMore, .active > .footerBottom .related.Gul .readMore, .related.Gul .active > .footerBottom .readMore, .active > .footerBottom .box .more .readMore, .box .more .active > .footerBottom .readMore, .active > .footerBottom .box .footer .readMore, .box .footer .active > .footerBottom .readMore, .active > .footerBottom .linklist .linkListToggle, .linklist .active > .footerBottom .linkListToggle, .active > .footerBottom .linklist .list ul a, .linklist .list ul .active > .footerBottom a {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8) inset;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000334}}
.footerBottom h2 {
  color: yellow;
  font-size: 1.2em;
  line-height: 1.3333333333333333em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000341}}
.footerBottom .subscribeCon {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000344}}
.footerBottom .subscribeCon .subscribe {
  background: rgba(153, 152, 152, 0.4);
  color: #fff;
  float: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000344}}
  .footerBottom .subscribeCon .subscribe {
    display: block;
    float: none;
    margin-bottom: 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000358}}
.footerBottom .takeActionCon {
  float: right;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000364}}

.footerBottom .takeActionCon h2 {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000368}}
.footerBottom .takeActionCon .joinUs {
  background: rgba(153, 152, 152, 0.4);
  color: #fff;
  float: left;
  margin-bottom: 30px;
  min-width: 128px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000368}}
  .footerBottom .takeActionCon .joinUs {
    display: block;
    float: none;
    margin-bottom: 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000382}}
.footerBottom .takeActionCon .supportUs {
  float: right;
  margin-bottom: 30px;
  min-width: 128px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000382}}
  .footerBottom .takeActionCon .supportUs {
    display: block;
    float: none;
    margin-bottom: 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\0000396}}
.footerBottom .adress {
  clear: left;
  color: yellow;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003102}}
.footerBottom .protektor {
  clear: right;
  color: yellow;
  float: right;
  text-align: right;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003102}}
  .footerBottom .protektor {
    display: none;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003112}}
.footerBottom .divider {
  float: left;
  height: 1px;
  margin: 15px 0 25px;
  position: relative;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003118}}
.footerBottom .divider:before {
  content: "";
  background: #fff;
  height: 1px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003128}}
.footerBottom .serviceNav {
  clear: left;
  float: left;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003128}}
  .footerBottom .serviceNav {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003136}}
.footerBottom .serviceNav li {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003140}}
.footerBottom .serviceNav a {
  color: #fff;
  font-size: 0.8666666666666667em;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003146}}
.footerBottom .social {
  float: right;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003146}}
  .footerBottom .social {
    clear: both;
    float: left;
  }
}
@media screen and (min-width: 569px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003152}}
  .footerBottom .social h2 {
    color: #fff;
    float: left;
    font-size: 0.8666666666666667em;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003160}}
.footerBottom .social nav {
  float: right;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003160}}
  .footerBottom .social nav {
    clear: both;
    float: left;
    margin: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003170}}
.footerBottom .social ul {
  float: left;
  margin-top: -8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003174}}
.footerBottom .social li {
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003174}}
  .footerBottom .social li {
    margin: 0 15px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003180}}
.footerBottom .social li a {
  position: relative;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003183}}
.footerBottom .social li a:hover:before {
  color: yellow;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003208}}
.footerBottom .social a {
  display: block;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_footer\.scss}line{font-family:\00003214}}
  .footerBottom .subscribeCon, .footerBottom .takeActionCon, .footerBottom .adress, .footerBottom .protektor {
    text-align: left;
    float: none;
  }
    .intro .bodytxt .breaker .block-img {display: none;}
    .intro .bodytxt .breaker .block-text { width: auto; float: none; clear: both; }
    .intro .bodytxt .breaker .block-text { width: 100% !important; float: none; padding: 5px 20px;}
    .intro .bodytxt .breaker .block-img img {width: 100%;}

    .intro .bodytxt .breaker.text-only .block-text .wrapper { 
      -webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
      -moz-column-count: 1 !important; /* Firefox */
      column-count: 1 !important;
    }
    .intro .bodytxt .panel.callout .block-img  {  display: none;}
    .intro .bodytxt .panel.callout { width: 100% !important; float: none !important; margin: 20px 0 !important; }

  .block-img-mobile {display: block;}
  .block-img-mobile img {display: block; width: 100%;}
}

@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\000031}}
.loginForm {
  min-height: 170px;
  margin-bottom: 90px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\000034}}
.loginForm .txtWrap {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\000036}}
.loginForm .txtWrap h1 {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\000039}}
.loginForm .txtWrap .triangleLoginForm {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\0000312}}
.loginForm .txtWrap .triangleLoginForm .loginFormBottom {
  margin-top: 20px;
  background: rgba(172, 173, 173, 0.8);
  padding: 15px 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\0000316}}
.loginForm .txtWrap .triangleLoginForm .loginFormBottom p {
  padding-top: 5px;
  font-size: 0.8em;
}
@media screen and (max-width: 568px) {
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\0000320}}
  .loginForm .txtWrap .triangleLoginForm .loginFormBottom input[type="text"], .loginForm .txtWrap .triangleLoginForm .loginFormBottom input[type="submit"] {
    width: 100%;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/D\:\/Solutions\/PSY1334\.0003\/trunk\/Src\/Psykiatrifonden\.Website\/Content\/sass\/modules\/_loginForm\.scss}line{font-family:\0000325}}
.loginForm .txtWrap .triangleLoginForm .loginFormBottom input[type="submit"] {
  position: relative;
  top: 1px;
}

.grayBtn
{
background: #b2b3b3;
color:white;
}
.cookie-reader a {
	padding: 13px 22px 11px;
}
.cookie-reader:first-child {
	margin-left:0;
}
.cookie .cookie-reader-accept-mobile {
	margin-right:8px;
}
@media screen and (max-width: 1070px) {
.cookie-reader-mobile
{
	top: 0px;
	left: 0px;
	position: absolute;
	display: inline !important;
	float: left !important;
}

.cookie-reader-mobile a
{
padding-left: 10px;
padding-right: 10px;
}

.cookie-reader-left-mobile
{
top:0px;
left:0px;
position:absolute;
display:inline !important;

float:left !important;
}
.cookie-reader-accept-mobile
{
padding-top:70px;
display:inline;
float:left;
}
.cookie-reader-accept-mobile a
{
padding-left: 10px;
padding-right: 10px; 
}
.cookie .cookie-reader {
	margin:0;
}
.cookie-control .outer {
	position:relative;
}
.cookie-control .inner {
	overflow: hidden;
	margin: 15px 7px 9px;
	position: relative;
	height: 76px;
	padding: 0;
}
.cookie-control .content {
	height: 100%;
}
.cookie-reader a {
	font-size:13px;

}
.cookie-reader-mobile {
	left:0;
	position:absolute;
	bottom:0;
	top:auto;
}
.cookie-reader-accept-mobile {
	left: 151px;
	position: absolute;
	bottom: 0;
}
.cookie .close-icon {
	top:-7px;
	right: 26px;
}
.cookie .inner h2 {
	width:100%;
}
.cookie .inner .intro {
	font-size: 10px;
	max-width:100%;
}
}
@media screen and (max-width: 680px) {
	.cookie .inner .intro {
		max-width:80%;
	}
	.cookie-control .inner {
		height: 86px;
	}
}
@media screen and (max-width: 439px) {
	.cookie .inner h2 {
		width:60%;
	}
	.cookie-control .inner {
		height: 107px;
	}
	.cookie .inner .intro {
		max-width: 100%;
	}
	.cookie-reader a {
		font-size: 13px;
	}
	
}
@media screen and (max-width: 321px) {
.cookie-reader-accept-mobile {
	left: auto;
	right:0;
}
}
section {
	margin-bottom:38px;
}
/*
 * ---------------------------------------------------------
 * EDUCATION TEMPLATE - CLASS: standalone
 * ---------------------------------------------------------
 */
/*header*/
.standalone .header {
	padding: 29px 0 34px 0;
	margin-bottom:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.standalone .header .wrapper .topPanel {
	margin-top: 18px;
}
.standalone .main-nav {
	background:#009ba5;
	z-index: 2;
	position:relative;
}
.standalone .main-nav li {
	float:left;
}
.standalone .main-nav li a {
	font-size:15px;
	color:#fff;
	text-decoration:none;
	padding:20px 22px;
	display:inline-block;
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	-o-transition: background 250ms;
	transition: background 250ms;
}
.standalone .main-nav li a:hover, .standalone .main-nav .hovered {
	background:#006c73;
}
.standalone .main-nav .home {
padding-bottom: 12px;
padding-top: 16px;
}
.standalone .main-nav .home img {
height:27px;
width:30px;
}
.standalone .headerWrapper {
	margin-bottom:50px;
}
.standalone .headerWrapper.sticky {
	height:60px;
}
.standalone .headerWrapper.sticky header {
	display:none;
}
.standalone .sticky-main {
	padding-top: 307px;
}
@media screen and (max-width: 850px) {
.standalone .main-nav {
	display:none;
}
}
/*slider*/
.standalone .slider .pager a.selected:before {
	color:#009ba5;
}
.standalone .slider .pager a:before {
	color: #e6e6e6;
}
.standalone .slider .center .btn {
	text-transform:none;
}
.standalone .slider .inner > div {
	color:#dcdcdc;
	font-size:18px;
	font-family:'Minion Pro', sans-serif;
	text-transform: none;
}

/*content*/
.box.wide {
	margin-bottom:30px;
	float:left;
}
p + .box.wide {
	margin-top:15px;
}
h4 + .box.wide {
	margin-top:30px;
}
.box.wide .context {
	margin:0;
	overflow:hidden;
	min-height:0;
}
.box.wide .boxLink {
	display:table;
	min-height:0;
	text-decoration:none;
}

.box.wide .cell {
	display: table-cell;
	width: 50%;
}
.box.content .text {
	padding:20px;
	color:#fff;
}
.box.content .text h4 {
	font-size:15px;
	text-transform:uppercase;
	margin-top:0;
}
.box.content .text p {
	font-size:14px;
}
.box.content .text p:last-child {
	margin-bottom:0;
}
.box.wide .img-cont {
	background-size:cover;
	min-height:224px; 
}
.box.wide .img {
	display:none;
}
.box.small-content {
	float:right;
	width:250px;
	min-height:0;
	height:auto;
	margin-top:15px;
	margin-left:30px;
}
.box.small-content .boxLink {
	text-decoration:none;
}
.box.small-content.left {
	float:left;
	margin-right:30px;
}
.box.small-content .context {
	margin:0;
	margin-bottom:10px;
}
.box.small-content .boxLink, .box.small-content .context {
	min-height:0;
}
.box.small-content .img {
	display:block;
}
@media screen and (max-width: 550px) {
.box.small-content {
	margin-left:0;
	margin-right:0;
	width:100%;
}
.box.wide .img {
	display:block;
	width:100%;
}
.box.wide .cell {
	width:100%;
	display:inline-block;
}
.box.wide .img-cont {
	display:none;
} 
}
/*related*/
.standalone .box h2 {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 25px;
	letter-spacing: 0.05em;
}
.box.blue .context {
	background-color:#009ba5;
}
.box.blue .boxLink {
	color:#fff;
}
.box.white .context {
	background-color:#fff;
}
.box.white .boxLink {
	color:#58595b;
}
.standalone .box .context, .standalone .box .tabs li, .standalone .tabs .box li {
	border-radius:0;
}
/*footer*/
.standalone .footer .footerTop {
	background: #009ba5;
}
.standalone .footer .footerTop:before  {
	color: #009ba5;
}
.standalone .talkTo h2 {
	color: #76ccd2;
	font-size: 100px;
}
.standalone .talkTo h2 span {
	color:#fff;
	font-size: 0.95em;
	line-height:0.768em;
}
.standalone .talkTo .body {
	font-size: 30px;
	line-height: 35px;
	padding-top:60px;
}
.standalone .supportProjektBullying .context, .standalone .supportProjektBullying .tabs li, .standalone .tabs .supportProjektBullying li {
	background: #76ccd2;
}
.standalone .supportProjektBullying .txt {
	color:#3a3a3a;
}
.standalone .standard .txt h2, .standalone .box h2 {
	font-size:30px;
	line-height:28px;
}
.standalone .bgImage {
	background-image:url(../images/standalone-body-bg-pattern-noise.png);
}
.standalone .supportProjektBullying .txt:hover {
	color:#eaeaea;
} 
.standalone .main-nav ul li:first-child {
	margin-left: 15px;
}
.video .imageCont {
	text-align:center;
}
/*
 * ---------------------------------------------------------
 * MENTAL HEALTH TEMPLATE - CLASS: standalone
 * ---------------------------------------------------------
 */
.standalone .main-nav li.right{
	float:right;
}
.logo-helper-image {
	margin-left:34px;
}
.dark-blue .txt{
	color:#009ba5;
}
.dark-blue.solid .context {
	background-color:#009ba5;
}
.green .txt{
	color:#00ba00;
}
.green.solid .context{
	background-color:#00ba00;
}
.red .txt{
	color:#ff0000;
}
.red.solid .context{
	background-color:#ff0000;
}
.purple .txt{
	color:#84009d;
}
.purple.solid .context{
	background-color:#84009d;
}
.grey-lighten .txt{
	color:#6d6e71;
}
.grey-lighten.solid .context {
	background-color:#6d6e71;
}
.pink .txt {
	color:#eb2070;
}
.pink.solid .context {
	background-color:#eb2070;
}
.dark-blue.solid .txt, .green.solid .txt, .red.solid .txt, .purple.solid .txt, .grey-lighten.solid .txt, .pink.solid .txt {
	color:#fff;
}
.mental-health .akkordion .item.active .toggle, .mental-health .akkordion .item:hover .toggle {
	background-color:#009ba5;
	color:#fff;
}
.mental-health .akkordion .item.active .toggle:before, .akkordion .item:hover .toggle:before {
	color:#fff;
}
.mental-health .akkordion .toggle {
	padding-top:24px;
	padding-bottom:24px;
}
.mental-health .pageTools .context, .mental-health .trianglePageTools .leftTop .inner, .mental-health .trianglePageTools .rightTop .inner {
	background: rgba(0, 155, 165, 0.8);
	color:#fff;
}
.mental-health .trianglePageTools .leftTop:before, .mental-health .trianglePageTools .rightTop:before {
	border-bottom: 20px solid rgba(0, 155, 165, 0.8);
}
.mental-health  .pageTools .submit, .mental-health .pageTools .label {
	margin-left:13px;
}
.mental-health .text-center {
	text-align:center;
}
@media (max-width: 568px){
.mental-health .pageTools .submit, .mental-health .pageTools .label {
	margin-left: 0;
}
.mental-health .pageTools .label {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0;
}

}

@media screen and (max-width: 850px){
.logo-helper-image {
	margin-left: 14px;
	width: 74px;
	margin-top: 6px;
}
}
@media (max-width: 360px){
.mental-health .searchBox {
	right: 42px;
}
.logo-helper-image {
	margin-left: 0;
}
.mental-health .mobileNavToggle  {
	margin-right:0;
}
}
.slider .inner > div .videocenter {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 942px;
  padding-bottom: 75px;
  position: relative;
  height: auto;
  overflow: hidden;
  bottom: 80px;
  margin-top: -75px;
}

.slider .inner > div .videocenter a:empty{
    display: none;
}

/*********************************************/
.pageTools {
  margin-top: 80px;
  text-align: center;
}
.pageTools .context form {
  display:inline-block;
  width: 66%;
}
.pageTools .context .inputWrapper {
  width: 75%;
}
.pageTools .context form input[type="text"] {
  width: 100%;
  float: left;
  overflow: hidden;
}
.pageTools .context form .submit.yellowbtnCallTo {
  width: 22%;
  float: right;
  padding: 16px 22px 14px;
}
.pagetoolsSection .pageTools .context {
  padding: 27px 15px 30px;
}
.pagetoolsSection .trianglePageTools .leftTop:before {
  border-right: 20px solid transparent;
}
.pagetoolsSection .trianglePageTools .rightTop:before {
  border-left: 20px solid transparent;
}
.pageTools .context form input[type="text"]::-webkit-input-placeholder {
  color: #575755;
}

.pageTools .context form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #575755;
}

.pageTools .context form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #575755;
}

.pageTools .context form input[type="text"]:-ms-input-placeholder {
  color: #575755;
}
.pagetoolsSection .pageTools .context {
  background: rgba(178, 179, 179, 1);
}
.pagetoolsSection .trianglePageTools .leftTop .inner, .pagetoolsSection .trianglePageTools .rightTop .inner {
  background: rgba(178, 179, 179, 1);
}
.pagetoolsSection .trianglePageTools .leftTop:before, .pagetoolsSection .trianglePageTools .rightTop:before{
  border-bottom: 20px solid rgba(178, 179, 179, 1);
}
.checkbox-section.no-margin .checkbox a {
  padding-left: 33px;
  display: block;
}

 /************************************/

.header.search-header {
  margin-bottom: 0;
}
.search-wrapp {
  background: #e9e9e9;
  padding: 52px 0 62px;
  text-align: center;
}
.search-main.sticky-main {
  padding-top: 168px;
}
.search-wrapp  h2 {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}

.search-wrapp  p {
  font-family: "Georgia";
  font-size: 16px;
  font-weight: 700;
}
.search-inner-box {
  margin: 30px auto 0;
  overflow: hidden;
  display: inline-block;
}
.search-inner-box .search-input-cont {
  width: 400px;
  display: inline-block;
  float: left;
}
.search-inner-box .input {
  height: 50px;
  width: 100%;
  line-height: 1;
  border: 0 none;
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
}
.search-inner-box .input::-webkit-input-placeholder {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
}
.search-inner-box .input:-moz-placeholder { /* Firefox 18- */
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
}
.search-inner-box .input::-moz-placeholder {  /* Firefox 19+ */
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
}

.search-inner-box .input:-ms-input-placeholder {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
}

.search-inner-box a {
   width: 50px;
  height: 50px;
  position: relative;
  background-color: #58595b; /* layer fill content */
  display: inline-block;
  float: left;
 }

.search-inner-box a:before {
  content: "k";
  color: #d1d4d1;
  font-size: 22px;
  left: 12px;
  top: 14px;
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;

}
.results-nr {
  color: #57595b; /* text color */
  font-family: "Georgia";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  display: block;
  padding-left: 10px;
}
.result-row {
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(88, 89, 91, 0.5);
  overflow: hidden;
  padding: 0 10px 50px;
}
.result-detail h2 {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.result-detail h2 a {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.result-detail p{
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 16px;
  margin-bottom: 12px;
  margin-bottom: 25px;
}
.results-wrapper .result-row:last-child {
  border-bottom: 0 none;
}
.result-detail {
  float: left;
  width: 68%;
}
.result-detail a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  font-family: "Arial";
}
.result-tags {
  float: right;
  width: 21%;
}
.result-tags span {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.result-tags span, .result-tags a {
  display: block;
}
.pag-wrapper {
  display: inline-block;
}
.pag-wrapper a {
  color: #57595b; /* text color */
  font-family: "Arial";
  font-size: 20px;
  font-weight: 400;
  margin-right: 20px;
  text-decoration: none;
}
.pag-wrapper a:last-child {
  margin-right: 0;
}
.pag-wrapper a.current-pg {
  font-weight: 700;
}
.pag-wrapper a:hover {
  text-decoration: underline;
}
.result-pag {
  text-align: center;
  margin-bottom: 70px;

}
a.next-pg {
  position: relative;
  width: 20px;
  height: 18px;
  display: inline-block;
}

.next-pg:before {
  content:"";
  width: 20px;
  height: 8px;
  background: url('../images/search-next.png') no-repeat center center;
  position: absolute;
  top:50%;
  margin-top: -4px;
  left:0;
}
.shareaholic-canvas {
  position: absolute;
  left: -82px;
  top: -3px; 
}
.intro .bodytxt {
  position: relative;
}
.footer {
  z-index: 4;
}
.footerBottom {
  z-index: 3;
}
/**************************************/

@media screen and (max-width: 1024px) {
  .pageTools .context form .inputWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .shareaholic-canvas {
    position: relative;
    left: auto;
    top: auto;
  }
  .shareaholic-canvas .shareaholic-share-buttons-container.vertical ul.shareaholic-share-buttons li.shareaholic-share-button {
    float: left !important;
  }
  .shareaholic-share-buttons-container.wrapped {
    float:none !important;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .pageTools .context form {
    width: 85%;
  }
}
@media screen and (max-width:750px) {
  .pageTools .context form {
    width: 100%;
  }
}
@media screen and (max-width:650px) {
  .pageTools .context form .submit.yellowbtnCallTo {
    width: 30%;
    float: none;
    padding: 16px 22px 14px;
    margin: 10px auto;
  }

  .pagetoolsSection .pageTools .context {
    padding: 10px 7px 20px;
  }
}
@media screen and (max-width:580px) {
  .pageTools .context .inputWrapper {
    width: 96%;
  }
  .result-row {
    padding: 0 15px 50px !important;
  }

  .results-nr {
    padding-left: 15px;
  }
  .pageTools h1 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .search-inner-box .search-input-cont {
    width: auto;
  }
}
@media screen and (max-width:500px) {
  .pageTools .context form .submit.yellowbtnCallTo {
    width: 40%;
  }
  .pageTools .context form .submit.yellowbtnCallTo {
    width: 50%;
  }
  .result-detail {
    float: left;
    width: 100%;
  }
  .result-tags {
    float: none;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }
  .result-tags a {
    display: inline-block;
    margin-right: 10px;
  }
  .search-inner-box .input {
    width: 240px;
  }
  .pageTools h1 {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width:450px) {
  .pageTools .context form .submit.yellowbtnCallTo {
    width: 50%;
  }
  .results-nr {
    margin-bottom: 35px;
  }
  .result-row {
    padding: 0px 15px 35px !important;
    margin-bottom: 35px;
  }
  .result-pag {
    text-align: center;
    margin-bottom: 30px;
  }
  .grey-search-wrapper {
    padding: 0 15px;
  }
  .pageTools h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width:350px) {
  .search-inner-box .input {
    width: 200px;
  } 
}
@media screen and (max-width:334px) {
  .pageTools h1 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .shareaholic-share-buttons-container.wrapped ul.shareaholic-share-buttons {
    margin: 0 8px 20px 0 !important;
    padding: 0 !important;
  }
}

.sticky-main .search-wrapp  {
  margin-top: -100px;
}
.highlight {
    font-weight:bold;
}

/*@media screen and (min-width:992px) {
   .main section>.wrapper {
        padding-left: 192px;
    }
}*/

/*
 * ---------------------------------------------------------
 * 28.06.17 - Revised Navigation and Hero Section Concepts
 * ---------------------------------------------------------
 */
 .logo {
	width: 20%;
	left: 0;
 }
 
 .topnav {
	margin-top: 46px;
	width: 80%;
	margin-left: 0;
 }
 
.topnav ul li > ul {
	background: #626262;
}

.topnav ul li > ul li{
	font-weight: bold;
}

/* .homepage .topnav ul > li:first-child > ul {
	display: block !important;
} */
/* .homepage .topnav ul > li > ul {
	display: none !important;
} */

.topnav li {
	padding: 0 13px;
}

.topnav li:last-child {
	padding-right: 0;
}

.topnav a {
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
	color: #b2b3b3;
}

.topnav ul li ul li a {
	padding-left: 0;
	padding-right: 0;
}

.topnav a.active, .topnav li.active > a {
	background-color: transparent;
	color: #353535 !important;
}

.topnav ul li > ul > li.active > a {
  color: #b2b3b3 !important
}


.topnav > ul > li.active > a {
	border-bottom: 5px solid #b2b3b3;
	margin-bottom: 15px;
}


.topnav a:hover, .topnav .hovered > a{
	border-bottom: 5px solid #b2b3b3;
	background-color: transparent;
	color: #353535 !important;
	margin-bottom: 15px;
}

.topnav ul li ul li a:hover, .topnav ul li ul li:hover a {
	margin-bottom: 0;
	border-bottom: none;
	color: #b2b3b3 !important;
}

.topnav ul li ul li a {
	margin-bottom: 0px;
}

.topPanel-wrapper {
	position: relative;
}

.header .wrapper .topPanel {
	position: absolute;
	right: 0;
	margin-right: 0;
	margin-top: 0;
	
	width: 70%;
}

.header .wrapper {
	padding: 0 15px;
}

.header .bordered-btn {
	padding: 7px 15px;
	font-size: 1em;
    line-height: 1.1111111111111112em;
	background: transparent;
}


.header .bordered-btn {
	padding: 7px 15px;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 15px 0 0;
    text-decoration: none;
    border: 3px solid #b2b3b3;
    color: #b2b3b3;
    min-width: 110px;
    display: block;
	float: right;
    text-align: center;
	
}

.headerWrapper.sticky .bordered-btn {
    padding: 5px 20px;
    margin-top: 19px;
}

.header .bordered-btn.grey {
	color: #626262;
	border-color: #626262;
}
.header .bordered-btn.lightgrey {
	color: #b2b3b3;
	border-color: #b2b3b3;
}
.header .bordered-btn.blue {
	color: #00aaad;
	border-color: #00aaad;
}
.header .bordered-btn.red {
	color: #ed1a3b;
	border-color: #ed1a3b;
}

.header .bordered-btn:hover {
	background: #b2b3b3;
	color: white;
	text-decoration: none;
	box-shadow: none !important;
}

.header .bordered-btn.grey {
	background: #626262;
}
.header .bordered-btn.lightgrey:hover {
	background: #b2b3b3;
}
.header .bordered-btn.blue:hover {
	background: #00aaad;
}
.header .bordered-btn.red:hover {
	background: #ed1a3b;
}

.hero-banner__wrapper {
	float: right;
	margin-right: 80px;
}

.searchBox {
	position: absolute;
    right: 0;
	top: 0;
	
	margin: 0;
	width: 100%;
	margin-left: 50px;
}

.searchToggler {
	position: absolute;
	right: 0;
	
	height: 36px;
	width: 36px;
	color: #626262;
	text-decoration: none;
	
	-moz-transition:    all .5s ease;
    -o-transition:      all .5s ease;
    -webkit-transition: all .5s ease;
    transition:         all .5s ease;
}

.searchBox.active .searchToggler {
	right: 100%;
	z-index: 10;
}



.searchToggler:before {
	right: 6px;
	top: 8px;
	left: auto;
}

.searchBox.active .searchToggler:before, .searchBox:hover .searchToggler:before {
	color: #353535;
	text-decoration: none !important;
}

.transitioned {
	-moz-transition:    all .5s ease;
    -o-transition:      all .5s ease;
    -webkit-transition: all .5s ease;
    transition:         all .5s ease;
}

.searchBox.active .searchToggler { height: 36px;}

.topSearch {
	position: absolute;
	top: 0;
	width: 0;
	display: block;
    overflow: hidden;
    padding: 0;
    
	-moz-transition:    all .5s ease;
    -o-transition:      all .5s ease;
    -webkit-transition: all .5s ease;
    transition:         all .5s ease;
}

.searchBox.active .topSearch {
	width: 100%;
	background:transparent;
}

.topSearch form {
	margin: 0;
}

.inside .input {
	height: 37px;
}

.searchBox .topSearch #SearchTerm {
	background: #b2b3b3;
    border: none;
	color: #353535;
	padding-right: 40px;
}

.searchBox .topSearch #SearchTerm::placeholder{color: #353535 !important;}
.searchBox .topSearch #SearchTerm::-webkit-input-placeholder{color: #353535 !important;}
.searchBox .topSearch #SearchTerm:-moz-placeholder{color: #353535 !important;}
.searchBox .topSearch #SearchTerm::-moz-placeholder{color: #353535 !important;}
.searchBox .topSearch #SearchTerm:-ms-input-placeholder{color: #353535 !important;}

.searchBox .topSearch #SearchTerm::-ms-clear {
    display: none;
}


.inside .mark-x {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    position: absolute;
    display: block;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.inside .mark-x:after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\d7";
    font-size: 40px;
    color: #353535;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.mobileNav ul ul a {
	padding-left: 10px;
    color: white;
    background: #353535;
}

.mobileNav {
	background: #e1e1e1;
	padding: 0 15px;
}

.mobileNav a {
	border-top-color: #e1e1e1;
	position: relative;
}



.mobileNav a:before {
	content: "";
    border-color: transparent transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 12px;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 3;
    right: 2px;
    bottom: 16px;
}

.mobileNav a:after {
	content: "";
    border-color: transparent transparent transparent #353535;
    border-style: solid;
    border-width: 12px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 16px;
    z-index: 2;
    right: 0;
}

.mobileNav ul ul a:before {
	border-color: transparent transparent transparent #353535;
}

.mobileNav ul ul a:after {
	border-color: transparent transparent transparent #e1e1e1;
}

.mobileNavToggle {
	width: 45px;
	height: 45px;
	
	margin-top: 18px;
	margin-right: 15px;
}

.slider .inner .imageCont {
	max-width: none;
}

.slider .inner > div {
	padding: 0;
}

.slider .inner .imageCont .slider-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    padding-bottom: 27%;
}	
	
.slider .prev {
	left: 0;
}

.slider .next {
	right: 0;
}

.slider .prev:before, .slider .next:before {
	font-weight: 600;
	font-size: 42px;
	color: #fbfbfb;
	margin: 0;
	
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider .prev:before{ left: 42px; }
.slider .next:before{ right: 42px; }

.slider .pager {
	display: block;
    max-width: none;
    position: absolute;
    bottom: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  width: 100%;
	
	margin: 0;
}

.slider .pager a {
	width: 30px;
	height: 10px;
	background: #fbfbfb;
}

.slider .pager a.selected {
	background: #626262;
}
	

.slider .pager a:before {
	content: '';
	font-size: 0;
}

.slider .inner .imageCont + .center {
	bottom: 30px;
}

.hero-buttons__info .get-help__box, .hero-buttons__info .donate__box {
	display: inline;
    float: left;
}

.hero-buttons__info .get-help__box {
	width: 66.666666666666%;
}

.hero-buttons__info .donate__box {
	width: 33.333333333333%;
}

.hero-buttons__info .box__child {
	margin: 0 15px;
	padding: 20px;
	color: #ffffff;
	background: #626262;
	
	-moz-transition:    all .15s ease;
    -o-transition:      all .15s ease;
    -webkit-transition: all .15s ease;
    transition:         all .15s ease;
}

.hero-buttons__info .box__child.red { background: #ed1a3b; }
.hero-buttons__info .box__child.red:hover { background: rgba(237, 26, 59, 0.7); }

.hero-buttons__info .box__child.blue { background: #00aaad; }
.hero-buttons__info .box__child.blue:hover { background: rgba(0, 170, 173, 0.7); }


.hero-buttons__info .box__child.grey { background: #626262; }
.hero-buttons__info .box__child.grey:hover { background: rgba(98, 98, 98, 0.7); }

.hero-buttons__info .box__child.lightgrey { background: #b2b3b3; }
.hero-buttons__info .box__child.lightgrey:hover { background: rgba(178, 179, 179, 0.7); }

.hero-buttons__info .box__child h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1em;
}

.hero-buttons__info .box__child p {
	font-size: 15px;
}

.hero-buttons__info a {
	text-decoration: none;
}

.footer .footerTop {
  padding:0;
}

.footer .footerTop:before {
  content: none;
}

.footerBottom .adress, .footerBottom .adress a {
  color: white;
}

.main {
  margin-top: 100px;
}

.main.sticky-main {
  margin-top: 0;
}

.slider {
  margin-top: -54px;
}

.homepage .slider {
  margin-top: -100px;
}

.newslist .readmore {
  color: #fff;
  background: #717171;
}
.newslist .readmore:hover {
  background: #626262;
}
@media screen and (max-width: 1160px) {
}



@media screen and (max-width: 850px) {
	.topPanel-wrapper {
		display: block;
		right: 0;
		width: 68%;
		padding: 0 15px;
    
    position: absolute;
    top: 21px;
    right: 60px;
	}
	
	.hero-banner__wrapper {
		margin-right: 40px;
	}
	
	.header .wrapper .topPanel {
		position: relative;
		width: 100%;
	}
	
	.mobileNavToggle {
		position: absolute;
		top: 0;
		right: 0;	
	}
	
	.searchBox.active .searchToggler {
		margin-right: -30px;
	}
	
	.searchBox.active .topSearch {
		padding-left: 36px;
	}
	.header {
		padding: 0;
	}
	
	
	.header .wrapper {
		padding: 0 0 15px 0;
	}
	.logo {
		margin-top: 15px;
		margin-left: 15px;
	}
	
	.slider .prev, .slider .next {
		width: 80px;
	}
	.slider .prev:before{ left: 20px; }
	.slider .next:before{ right: 20px; }
	
	.hero-buttons__info .get-help__box {
		width: 100%;
	}

	.hero-buttons__info .donate__box {
		width: 100%;
	}
	
	.get-help__box {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 568px) {
  .topPanel-wrapper {
		width: 100%;
		margin-top: 120px;
		position: relative;
    top: 0;
    right: 0;
	}
  
	.slider .prev:before, .slider .next:before {
		top: 43%;
	}
	
	.slider .prev, .slider .next {
		display: none !important;
    visibility: hidden;
    opacity: 0;
	}
	.slider .prev:before{ left: 0px; }
	.slider .next:before{ right: 0px; }
	
	.header .bordered-btn {
		padding-left: 13px;
		padding-right: 13px;
	}
	.slider .pager {
    bottom: 0;
  }
  
	.slider .pager a {
		border: 1px solid #b5b5b5;
	}
  
  .slider .inner .imageCont + .center {
    bottom: auto;
    padding-bottom: 0;
  }
  
  .slider .inner .btn {
    position: relative;
  }
  
  .context, .tabs li, .breadcrumb, .slider {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  
  .footerBottom .social h2 {
    display: none;
  }
}

/* Remove CTA on Homepage Carousell */
.homepage section.slider .inner .imageCont + div a {
    display: none;
}
.homepage section.slider .inner .center {
    display: none;
}

/* MHA - another home page fix */

.mhfa .wrapper {
  position: relative;
}

.mhfa .wrapper .topPanel {
  top: 0;
  right: 0;
}
@media screen and (max-width: 850px) {
  /* first-child == last-child because element is floating right */
  .mhfa .header .bordered-btn:first-child {
    margin-right: 0;
  }
  
  .mhfa .headerWrapper .mobileNavToggle {
    margin-top: 0;
  }
  
  .mhfa .headerWrapper .logo {
    margin-top: 0;
  }
  
  .mhfa .logo-helper-image {
      float: right;
      margin-right: 60px;
  }
}

/* standalone fix */
.standalone .headerWrapper {
  margin-bottom: 0;
}

.standalone .slider {
  margin-top: -100px;
}

.mhfa .slider {
  margin-top: -100px;
}

.standalone .mobileNav.active  {
  margin-top: 40px;
}
  
.standalone .slider .center .btn {
  display: none;
}

.standalone .header .wrapper {
  position: relative;
}

.standalone .header .wrapper .topPanel {
  margin-top: 0;
  margin-right: 15px;
}

@media screen and (max-width: 850px) {
  .standalone .searchBox.active .searchToggler {
    margin-right: -60px;
  }
  
  .standalone .searchBox.active .topSearch {
    padding-left: 60px;
  }
  
  .standalone .mobileNavToggle {
    margin-top: 0;
  }
  
  .standalone .logo {
    margin-top: 0;
  }
  
  .standalone .slider {
    margin-top: -60px;
  }
}
