/*240a9d8bae9315deb46c2666a6f3c473*/
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.5rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2.25rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 2rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.75rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.5rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1.25rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 3, templates/rt_citadel/custom/scss/_articles.scss */
.page-header {
  color: #f5821f;
}
/* line 6, templates/rt_citadel/custom/scss/_articles.scss */
.page-header h2 {
  font-size: 3rem;
}
/* line 10, templates/rt_citadel/custom/scss/_articles.scss */
.article-index {
  min-width: 100%;
}
@media only all and (min-width: 80rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .article-index {
    max-width: 40%;
    min-width: 5%;
    position: absolute;
    right: 0;
    top: 10vw;
  }
}
/* line 21, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 {
  text-align: justify;
}
/* line 23, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 ul {
  font-size: 1.3rem;
}
@media only all and (max-width: 50.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .article-style-1 ul {
    font-size: 1rem;
  }
}
/* line 29, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 img {
  padding: 3% 0;
  max-width: 100%;
}
/* line 33, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 .image-outer {
  position: relative;
}
/* line 35, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 .image-outer a {
  color: white;
}
/* line 39, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 .image-bubble {
  z-index: 2;
  position: absolute;
  bottom: 15%;
  right: 5%;
  height: 10vw;
  /*change this and the width
   // for the size of your initial circle*/
  width: 10vw;
}
@media only all and (max-width: 50.99rem) {
  .article-style-1 .image-bubble {
    display: table-cell;
    height: 80px;
    width: 80px;
  }
}
/* line 52, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 .image-bubble img {
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media only all and (max-width: 50.99rem) {
  .article-style-1 .image-bubble img {
    opacity: 1;
  }
}
/* line 60, templates/rt_citadel/custom/scss/_articles.scss */
/* line 61, templates/rt_citadel/custom/scss/_articles.scss */
/* line 62, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-1 .image-outer:hover .image-bubble img, .article-style-1 .image-outer:active .image-bubble img {
  opacity: 1;
}
/* line 69, templates/rt_citadel/custom/scss/_articles.scss */
/* line 71, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-2 .image-outer {
  width: 150%;
  max-width: 150% !important;
  margin-left: -25%;
  position: relative;
}
@media only all and (max-width: 50.99rem) {
  .article-style-2 .image-outer {
    width: 100%;
    margin-left: 0;
  }
}
/* line 80, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-2 .image-outer a {
  color: white;
}
/* line 84, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-2 .image-bubble {
  z-index: 2;
  position: absolute;
  bottom: 15%;
  right: 5%;
  height: 10vw;
  /*change this and the width
   // for the size of your initial circle*/
  width: 10vw;
}
@media only all and (max-width: 50.99rem) {
  .article-style-2 .image-bubble {
    display: table-cell;
    height: 80px;
    width: 80px;
  }
}
/* line 97, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-2 .image-bubble img {
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media only all and (max-width: 50.99rem) {
  .article-style-2 .image-bubble img {
    opacity: 1;
  }
}
/* line 105, templates/rt_citadel/custom/scss/_articles.scss */
/* line 106, templates/rt_citadel/custom/scss/_articles.scss */
/* line 107, templates/rt_citadel/custom/scss/_articles.scss */
.article-style-2 .image-outer:hover .image-bubble img, .article-style-2 .image-outer:active .image-bubble img {
  opacity: 1;
}
/* line 113, templates/rt_citadel/custom/scss/_articles.scss */
.pager li > a {
  background-color: #f5821f;
  color: #fff !important;
}
/* line 117, templates/rt_citadel/custom/scss/_articles.scss */
.nav-tabs.nav-stacked > li > a {
  border-radius: 0px !important;
  border: 1px solid #ddd;
  margin-left: 5px;
}
/* line 123, templates/rt_citadel/custom/scss/_articles.scss */
.article-quote {
  z-index: 2;
  height: 12vw;
  /*change this and the width
   for the size of your initial circle*/
  width: 12vw;
  float: right;
  /*make it pretty*/
}
@media only all and (max-width: 50.99rem) {
  .article-quote {
    height: 30vw;
    /*change this and the width
     for the size of your initial circle*/
    width: 30vw;
  }
}
/* line 139, templates/rt_citadel/custom/scss/_articles.scss */
.quotefooter {
  background-image: url('../images/logo_quote.png');
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: -42px;
  background-position: 50% 0%;
}
/* line 157, templates/rt_citadel/custom/scss/_articles.scss */
.quotefooter2 {
  background-image: url('../images/kugel_grau2.png');
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: -54px;
  background-position: 50% 0%;
  margin-bottom: 20px;
}
/* line 177, templates/rt_citadel/custom/scss/_articles.scss */
li.active {
  background-color: #f5821f !important;
}
/* line 181, templates/rt_citadel/custom/scss/_articles.scss */
.image-float-left {
  float: left;
  margin-right: 5px;
  margin-left: -80px;
}
@media only all and (max-width: 50.99rem) {
  .image-float-left {
    margin: 0;
    clear: both;
  }
}
/* line 191, templates/rt_citadel/custom/scss/_articles.scss */
.title-image {
  width: 150%;
  max-width: 150% !important;
  margin-left: -25%;
}
@media only all and (max-width: 50.99rem) {
  .title-image {
    width: 100%;
    margin-left: 0;
  }
}
/* line 201, templates/rt_citadel/custom/scss/_articles.scss */
.image-block {
  margin: 40px 20px;
}
/* line 205, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-item-created-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 210, templates/rt_citadel/custom/scss/_articles.scss */
.g-quote {
  z-index: 2;
  position: absolute;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Open Sans";
  color: white;
  text-transform: uppercase;
  background: #f5821f;
  bottom: 15%;
  right: 5%;
  display: table-cell;
  height: 10vw;
  /*change this and the width
   for the size of your initial circle*/
  width: 10vw;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 2vw;
  border-radius: 50%;
  padding-top: 2em;
  /*make it pretty*/
}
@media only all and (max-width: 50.99rem) {
  .g-quote {
    height: 30vw;
    /*change this and the width
     for the size of your initial circle*/
    width: 30vw;
  }
}
/* line 237, templates/rt_citadel/custom/scss/_articles.scss */
.g-quote-readmore {
  color: white;
}
/* line 240, templates/rt_citadel/custom/scss/_articles.scss */
.circle-text {
  width: 10%;
}
/* line 243, templates/rt_citadel/custom/scss/_articles.scss */
.circle-text:after {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #4679bd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 254, templates/rt_citadel/custom/scss/_articles.scss */
.circle-text > div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}
/* line 263, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-layout-header {
  padding: 1.5rem 0;
}
/* line 266, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-item-content-title {
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0.525rem 0;
}
/* line 271, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-layout-header .g-simplecontent-item-content-title {
  font-family: "Open Sans";
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2rem;
  }
}
/* line 291, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-item-author {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
/* line 299, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-item-main-content {
  font-size: 0.9rem;
  margin-bottom: 0.625rem;
}
/* line 303, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-layout-header .g-simplecontent-item-main-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
/* line 309, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-item-readmore-container {
  margin-top: 0.625rem;
  padding-top: 1.5rem;
}
/* line 314, templates/rt_citadel/custom/scss/_articles.scss */
/* line 315, templates/rt_citadel/custom/scss/_articles.scss */
.g-simplecontent-layout-header .g-simplecontent-item-author, .g-simplecontent-layout-header .g-simplecontent-item-created-date {
  display: inline-block;
  margin: 0;
  padding-right: 1.5rem;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 2;
  text-transform: none;
}
/* line 327, templates/rt_citadel/custom/scss/_articles.scss */
.blockquote, .blockquote_lang {
  font-family: Merriweather;
  float: right;
  margin: 5px 0 30px 30px;
  width: 300px;
  font-size: 1.5rem;
  line-height: 165.45455%;
  margin-bottom: 0.2em;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: 30px 20px;
  padding: 24px 0;
  margin-right: -150px;
  position: relative;
  text-align: center;
}
@media only all and (max-width: 50.99rem) {
  .blockquote, .blockquote_lang {
    clear: both;
    margin-right: 0;
    width: 100%;
  }
}
/* line 351, templates/rt_citadel/custom/scss/_articles.scss */
.img_border_left {
  width: 300px;
  height: auto;
  min-width: 150px;
  float: left;
  margin-right: 0;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}
@media only all and (max-width: 50.99rem) {
  .img_border_left {
    clear: both;
    margin-right: 0;
    width: 100%;
  }
}
/* line 367, templates/rt_citadel/custom/scss/_articles.scss */
.img_border_right {
  width: 300px;
  height: auto;
  min-width: 150px;
  float: right;
  margin-left: 0;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}
@media only all and (max-width: 50.99rem) {
  .img_border_right {
    clear: both;
    margin-right: 0;
    width: 100%;
  }
}
/* line 384, templates/rt_citadel/custom/scss/_articles.scss */
.img_circle_left {
  border-radius: 50%;
  margin-left: -20px;
}
/* line 389, templates/rt_citadel/custom/scss/_articles.scss */
.img_circle_right {
  border-radius: 50%;
  margin-left: 20px;
}
/* line 394, templates/rt_citadel/custom/scss/_articles.scss */
.blockquote_lang {
  font-size: 1.3rem;
}
/* line 398, templates/rt_citadel/custom/scss/_articles.scss */
.blockquote2 {
  font-family: Merriweather;
  margin: 5px 0 30px 30px;
  width: 150%;
  font-size: 1.4rem;
  line-height: 165.45455%;
  margin-bottom: 0.2em;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: 30px 0;
  padding: 24px 0;
  position: relative;
  text-align: center;
  hyphens: none !important;
  margin-left: -25%;
}
@media only all and (max-width: 50.99rem) {
  .blockquote2 {
    clear: both;
    margin-left: 0;
    width: 100%;
  }
}
/* line 420, templates/rt_citadel/custom/scss/_articles.scss */
.blockquote3 {
  float: right;
  font-family: Merriweather;
  margin: 5px 0 30px 30px;
  width: 25%;
  font-size: 0.7rem;
  margin-bottom: 0.2em;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-align: center;
  hyphens: none !important;
  margin-right: -250px;
}
@media (max-width: 576px) {
  /* line 434, templates/rt_citadel/custom/scss/_articles.scss */
  .blockquote3 {
    float: right;
    font-family: Merriweather;
    margin: 0px 0 30px 0px;
    font-size: 0.4rem;
    margin-bottom: 0.2em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    text-align: center;
    hyphens: none !important;
  }
}
/* line 450, templates/rt_citadel/custom/scss/_articles.scss */
.article, .article-style-2 {
  letter-spacing: 0.015em;
  font-weight: 300;
}
/* line 453, templates/rt_citadel/custom/scss/_articles.scss */
.article h3, .article-style-2 h3 {
  font-weight: 400;
  font-size: 1.8rem !important;
}
/* line 457, templates/rt_citadel/custom/scss/_articles.scss */
.article p, .article-style-2 p {
  margin-bottom: 22.4px;
}
/* line 460, templates/rt_citadel/custom/scss/_articles.scss */
.article div p, .article-style-2 div p {
  margin-bottom: 0;
}
/* line 467, templates/rt_citadel/custom/scss/_articles.scss */
footer {
  margin-top: 50px;
  border-top: 1px solid silver;
  font-size: 0.8em !important;
}
/* line 474, templates/rt_citadel/custom/scss/_articles.scss */
.item-page p, .item-page :not(footer) p {
  font-size: 1.1rem !important;
}
/* line 479, templates/rt_citadel/custom/scss/_articles.scss */
h2[itemprop="headline"] {
  width: 100%;
  text-align: center;
  hyphens: none;
}
@media only all and (max-width: 50.99rem) {
  h2[itemprop="headline"] {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
/* line 490, templates/rt_citadel/custom/scss/_articles.scss */
.g-owlcarousel-layout-standard {
  margin-bottom: 50px !important;
  width: 150% !important;
  text-align: center;
  margin-left: -25% !important;
}
/* line 496, templates/rt_citadel/custom/scss/_articles.scss */
.g-bboxtable-authorpic {
  margin: 0.5rem 0.5rem;
  border-radius: 50%;
  overflow: hidden;
}
/* line 503, templates/rt_citadel/custom/scss/_articles.scss */
.g-owlcarousel-layout-testimonial {
  background-color: black;
}
/* line 506, templates/rt_citadel/custom/scss/_articles.scss */
.g-owlcarousel-item-desc {
  color: #fff;
}
/* line 510, templates/rt_citadel/custom/scss/_articles.scss */
* {
  box-sizing: border-box;
}
/* line 511, templates/rt_citadel/custom/scss/_articles.scss */
.img-magnifier-container {
  position: relative;
}
/* line 514, templates/rt_citadel/custom/scss/_articles.scss */
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}
@media only all and (max-width: 50.99rem) {
  .img-magnifier-glass {
    display: none;
  }
}
/* line 526, templates/rt_citadel/custom/scss/_articles.scss */
.fett {
  font-weight: bold;
}
/* line 530, templates/rt_citadel/custom/scss/_articles.scss */
.sidenote {
  border-style: groove;
  padding: 10px;
  border-width: thin;
}
/*# sourceMappingURL=_articles_318.css.map */