:root {
  --font-family: 'Roboto', sans-serif;
  --font-family-header: 'Roboto', sans-serif;
  --font-weight: 400;
  --font-weight-bold: 700;
  --font-size-xlarge: 30px;
  --font-size-large: 25px;
  --font-size-medium: 20px;
  --font-size: 16px;
  --font-size-small: 14px;
  --lineheight-high: 1.75em;
  --lineheight-normal: 1.5em;
  --lineheight-tight: 1.2em;
  --margin-base: 20px;
  --margin-large: 40px;
  --margin-xlarge: 60px;
  --margin-xxlarge: 80px;
  --margin-xxxlarge: 100px;
  --grid-gap: 40px;
  --grid-gap-small: 20px;
  --grid-gap-vsmall: 0px;
  --max-width: 92rem;
  --color-base: #333333;
  --color-accent: #808080;
  --color-accent-second: #333333;
  background-color: #000; }

@media (min-width: 768px) {
  :root {
    --font-size-xlarge: 58px;
    --font-size-large: 28px;
    --font-size-medium: 20px;
    --font-size: 18px; } }

@media (min-width: 1200px) {
  :root {
    --font-size-xlarge: 58px;
    --font-size-large: 28px;
    --font-size-medium: 20px;
    --font-size: 18px; } }

.banderole {
  background-color: #aea700; }
  .banderole .wrapper {
    display: flex;
    max-width: 1200px;
    text-align: left;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: auto;
    color: white;
    padding: 10px; }
    .banderole .wrapper p {
      padding: 0px;
      margin: 0px;
      line-height: 18px;
      font-size: 16px; }
    .banderole .wrapper img {
      fill: white;
      width: 40px;
      margin-right: 10px; }
    .banderole .wrapper a {
      font-size: 12px;
      font-weight: normal; }
    .banderole .wrapper strong {
      font-size: 16px; }

.row {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 10em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px; }
  .row .column {
    padding: 10px;
    margin-bottom: 1em;
    margin-top: 2em;
    flex: 50%;
    max-width: 500px;
    background-color: white;
    border-radius: 4px;
    margin-left: .5em;
    margin-right: .5em; }
  .row img {
    max-width: 480px;
    margin-bottom: 1em; }
  .row a {
    margin-bottom: 1em; }

.sticky {
  border-bottom: 1px solid #ccc; }

.fu_popover_Theme_red {
  position: absolute;
  background: #1A1A1A;
  z-index: 1060;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #1A1A1A;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 300px !important; }

.fu_popover_Theme_red p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px; }

.fu_popover_header_Theme_red {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background-color: #ED5D5D;
  border-bottom: 1px solid #F3AFAF;
  border-radius: 8px 8px 0 0; }

.fu_popover_content_Theme_red {
  padding: 9px 14px; }

.fu_popover_Theme_red:after, .fu_popover_Theme_red:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.fu_popover_Theme_red:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 10px; }

.fu_popover_Theme_red:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 11px; }

.arrow_top_Theme_red:after {
  left: 50%;
  bottom: 100%;
  border-bottom-color: #1A1A1A;
  margin-left: -10px; }

.arrow_top_Theme_red:before {
  left: 50%;
  bottom: 100%;
  border-bottom-color: #1A1A1A;
  margin-left: -11px; }

.arrow_bottom_Theme_red:after {
  left: 50%;
  top: 100%;
  border-top-color: #1A1A1A;
  margin-left: -10px; }

.arrow_bottom_Theme_red:before {
  left: 50%;
  top: 100%;
  border-top-color: #1A1A1A;
  margin-left: -11px; }

.arrow_left_Theme_red:after {
  right: 100%;
  top: 50%;
  border-right-color: #1A1A1A;
  margin-top: -10px; }

.arrow_left_Theme_red:before {
  right: 100%;
  top: 50%;
  border-right-color: #1A1A1A;
  margin-top: -11px; }

.arrow_right_Theme_red:after {
  left: 100%;
  top: 50%;
  border-left-color: #1A1A1A;
  margin-top: -10px; }

.arrow_right_Theme_red:before {
  left: 100%;
  top: 50%;
  border-left-color: #1A1A1A;
  margin-top: -11px; }

.icon-1col {
  display: flex;
  align-items: center; }
  .icon-1col svg {
    width: 50px;
    margin-right: 20px; }

.center .slick-dots {
  bottom: 15px !important; }
  .center .slick-dots li button:before {
    color: white !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0px !important; }

.slick-dots li button:before {
  font-size: 14px !important; }

.slick-prev {
  left: 25px !important;
  z-index: 2; }
  .slick-prev:before {
    font-size: 50px !important;
    color: white !important;
    opacity: 1 !important;
    font-family: sans-serif !important; }

.slick-next {
  right: 50px !important;
  z-index: 2; }
  .slick-next:before {
    font-size: 50px !important;
    color: white !important;
    opacity: 1 !important;
    font-family: sans-serif !important; }

.slick-slide img {
  display: block;
  position: relative;
  margin-left: 0%;
  /* margin-right: -20%; */
  overflow: hidden;
  width: auto;
  height: 200px; }

@media (min-width: 768px) {
  .slick-slide img {
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%; } }

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative; }

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none; }

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block; }

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0; }

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black; }

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap; }

.flex-wrapper-new {
  display: flex;
  flex-wrap: wrap; }
  .flex-wrapper-new strong {
    padding-bottom: 15px; }
  .flex-wrapper-new ul {
    width: 100%;
    padding: 0px;
    padding-left: 70px;
    margin-bottom: 20px; }
    .flex-wrapper-new ul li {
      list-style-position: inside;
      padding-top: 5px; }

.flex-wrapper-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flex-wrapper-2col li {
    min-width: 300px;
    flex: 1 auto;
    max-width: 470px; }

.absatz-icon {
  display: flex;
  justify-content: space-between;
  padding: 0px; }
  .absatz-icon img {
    height: 50px;
    width: 50px;
    margin-right: 20px;
    margin-top: 0px; }

.flex-wrapper-3col {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
  margin-left: 60px;
  width: 100%; }
  .flex-wrapper-3col > * {
    flex: 0 1 100%; }

.flex-wrapper-2col-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px; }
  .flex-wrapper-2col-icon li {
    min-width: 300px;
    flex: 1 auto;
    max-width: 470px;
    list-style-type: none;
    display: flex;
    align-items: flex-start; }
    .flex-wrapper-2col-icon li ul {
      display: li;
        display-list-style-type: square; }
    .flex-wrapper-2col-icon li p {
      margin-bottom: 0px; }
    .flex-wrapper-2col-icon li img {
      height: 50px;
      width: 50px;
      margin-right: 20px;
      margin-top: 10px;
      display: block; }
    .flex-wrapper-2col-icon li svg {
      display: block;
      height: 50px;
      width: 50px; }

.flex-wrapper-1col-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px; }
  .flex-wrapper-1col-icon li {
    min-width: 300px;
    flex: 1 auto;
    max-width: 470px;
    list-style-type: none;
    display: flex;
    align-items: center; }
    .flex-wrapper-1col-icon li p {
      margin-bottom: 0px; }
    .flex-wrapper-1col-icon li img {
      height: 50px;
      width: 50px;
      margin-right: 20px;
      margin-top: 0px;
      display: block; }
    .flex-wrapper-1col-icon li svg {
      display: block;
      height: 50px;
      width: 50px; }

.flex-vertical-center {
  align-content: center; }

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

ul.referenten li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  align-items: center; }
  ul.referenten li a {
    text-decoration: none; }
    ul.referenten li a:hover {
      text-decoration: underline; }
  ul.referenten li .lehrstuhl {
    display: flex;
    justify-content: center; }
    ul.referenten li .lehrstuhl i {
      margin-left: 10px; }
  ul.referenten li svg {
    width: 20px;
    height: 20px;
    color: #ccc; }
  ul.referenten li i svg {
    width: 20px;
    height: 20px;
    color: #ccc; }
  ul.referenten li .picture img {
    height: auto;
    width: auto;
    max-width: 100%; }

.header {
  padding: 10px;
  border-top: 5px solid #aea700;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 9999;
  height: 75px; }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px; }

.facts .wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .facts .wrapper div {
    background-color: #aea700;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center; }
    .facts .wrapper div span {
      font-weight: bold;
      padding-left: 7px;
      padding-right: 7px;
      font-size: 21px; }

.hero {
  max-height: 500px;
  max-width: 2400px;
  margin: auto;
  overflow: hidden;
  text-align: center; }
  .hero img {
    width: 100%;
    height: auto;
    max-width: 1200px; }
  .hero h3, .hero h2 {
    max-width: 800px;
    text-align: center;
    font-size: 26px;
    margin: 30px auto;
    color: #08223B; }

.hero-regensburg {
  max-height: 200px;
  max-width: 2400px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("assets/regensburg.jpg");
  /* Set a specific height */
  height: 50%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 300px; }

.struktur {
  max-width: 2400px;
  max-height: 200px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-color: #ccc;
  padding: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("assets/struktur.png");
  /* Set a specific height */
  height: 20%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  min-height: 144px; }
  .struktur img {
    width: 430px; }

.struktur-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; }
  .struktur-text a {
    display: flex;
    align-items: center;
    font-size: 1.4em; }
    .struktur-text a img {
      width: 60px;
      color: white; }
    .struktur-text a svg {
      color: white;
      fill: #fff;
      width: 60px;
      height: 60px;
      margin-right: 20px; }

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("assets/bg.jpg");
  /* Set a specific height */
  height: 50%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 180px; }

.content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto; }

.spacer {
  margin-bottom: 50px; }

.spacer-sm {
  margin-bottom: 20px; }

.modal {
  display: none; }

.modal.is-open {
  display: block; }

ul.smaller li {
  margin-bottom: .5em; }

.btn {
  text-decoration: none;
  background-color: #aea700;
  color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  display: inline-block;
  font-size: inherit;
  font-size: 16px;
  padding: 15px 30px;
  text-decoration: none;
  background-clip: padding-box;
  font-weight: normal;
  cursor: pointer; }
  .btn:after {
    content: "\2192";
    padding-left: 5px; }

.bg-grey {
  background-color: #efefef; }
  .bg-grey:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; }

ul.referenten {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0px;
  flex-wrap: wrap;
  cursor: pointer; }
  ul.referenten li {
    list-style-type: none;
    width: 100%;
    justify-content: center;
    text-align: center; }
    ul.referenten li p {
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 18px;
      color: #555; }
      ul.referenten li p strong {
        color: #000;
        font-size: 16px; }

.testimonial {
  margin-bottom: 4em; }

.testimonials-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; }
  .testimonials-wrapper img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .flex-wrapper-3col {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.5em;
    margin-left: 60px;
    width: 100%; }
    .flex-wrapper-3col > * {
      flex: 0 1 47%; }
    .flex-wrapper-3col .flex-wrapper-new {
      display: flex;
      flex-wrap: wrap; }
      .flex-wrapper-3col .flex-wrapper-new ul {
        width: 49%; }
  .btn {
    text-decoration: none;
    background-color: #aea700;
    color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    display: inline-block;
    font-size: inherit;
    font-size: 18px;
    padding: 15px 30px;
    text-decoration: none;
    background-clip: padding-box;
    font-weight: normal;
    cursor: pointer; }
    .btn:after {
      content: "\2192";
      padding-left: 5px; }
  .struktur {
    max-width: 2400px;
    max-height: 400px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    background-color: #ccc;
    padding: 30px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("assets/struktur.png");
    /* Set a specific height */
    height: 50%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 400px; }
    .struktur img {
      width: 400px; }
  .struktur-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; }
    .struktur-text a {
      display: flex;
      align-items: center;
      font-size: 2em; }
      .struktur-text a img {
        width: 60px;
        color: white; }
      .struktur-text a svg {
        color: white;
        fill: #fff;
        width: 60px;
        height: 60px;
        margin-right: 20px; }
  .testimonials-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap; }
    .testimonials-wrapper img {
      max-width: 180px; }
  .banderole .wrapper {
    padding: 20px; }
    .banderole .wrapper p {
      line-height: 21px; }
    .banderole .wrapper img {
      fill: white;
      width: 50px;
      margin-right: 10px; }
    .banderole .wrapper a {
      font-size: 16px;
      font-weight: normal; }
    .banderole .wrapper strong {
      font-size: 21px; }
  ul.referenten li {
    width: 32%; }
  .content {
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 25px; }
  .spacer {
    margin-bottom: 100px; }
  .spacer-sm {
    margin-bottom: 30px; }
  .hero-image {
    min-height: 300px; }
  .hero-regensburg {
    max-height: 400px;
    max-width: 2400px;
    /* Set a specific height */
    height: 50%;
    min-height: 500px; } }

@media (min-width: 1200px) {
  .content {
    padding: 100px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .spacer {
    margin-bottom: 150px; }
  .spacer-sm {
    margin-bottom: 50px; }
  .hero-image {
    min-height: 400px; } }

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.video-container {
  position: relative;
  padding-bottom: 53.10%;
  height: 0;
  overflow: hidden; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: square;
  padding-left: 1.5em; }

ul li {
  margin-bottom: 2em; }

li.last {
  margin-bottom: 2em; }

blockquote, q {
  quotes: none;
  font-style: italic;
  line-height: 24px;
  color: #666; }
  blockquote small, q small {
    display: block;
    color: #333;
    font-weight: bold;
    margin-top: 10px; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

blockquote p::before {
  content: '\201C'; }

blockquote p::after {
  content: '\201D'; }

table {
  border-collapse: collapse;
  border-spacing: 1;
  border: 1; }

table tr td {
  padding: 1em; }

table tr:nth-child(even) {
  background: #CCC; }

table tr:nth-child(odd) {
  background: #ccc; }

table th {
  font-weight: bold;
  padding: 1em;
  font-size: 25px; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  zoom: 1; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

img {
  width: 100%; }

footer {
  padding: 50px;
  background: #000;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  padding-bottom: 150px; }
  footer a {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

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

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  background-size: 100%;
  color: #1a1a1a; }

html {
  background-color: white; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2em;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.01em; }

h1 {
  margin: 0 0;
  font-size: 30px; }

h2 {
  font-size: 25px; }

h3.site-title {
  font-size: 20px; }

h3 {
  font-size: 20px;
  color: #aea700;
  font-weight: normal; }

h4 {
  font-size: 16px; }

h5,
h6,
p,
ul,
ol,
dl {
  font-size: 16px;
  line-height: 1.55em;
  font-weight: 400; }

p {
  margin-bottom: 20px; }
  p.smaller {
    margin-bottom: 10px; }

a {
  color: inherit;
  font-weight: 700; }

a:hover {
  text-decoration: none; }

h1 > a,
h2 > a,
h3 > a,
h4 > a {
  text-decoration: none; }

.headline {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px; }

.xlarge {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 100px; }

.large {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 60px; }

.medium {
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #808080;
  line-height: 1.2em; }

.standard {
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #808080;
  line-height: 1.5em; }

.small {
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #808080;
  line-height: 1.5em; }

blockquote {
  position: relative;
  padding-left: 20px; }

.uppercase {
  text-transform: uppercase; }

.bold,
strong,
b {
  font-weight: 700; }

blockquote p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px; }

blockquote .medium {
  font-size: 20px;
  color: #808080;
  font-weight: 400;
  font-style: italic;
  text-transform: none; }

blockquote:before {
  content: '';
  background: url(../img/quote.png) no-repeat center center;
  background-size: 70%;
  position: absolute;
  font-size: 100px;
  width: 100px;
  height: 100px;
  top: -40px;
  left: -65px; }

p + blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 80px; }

strong {
  font-weight: 700; }

img {
  width: 100%; }

main {
  padding-top: 75px; }

.lfccrest img {
  max-width: 140px;
  min-width: 120px;
  display: block; }

.lfccrest a {
  text-transform: uppercase;
  text-decoration: none; }

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.menu ul li {
  padding-right: 15px;
  margin-bottom: 0em; }

.menu ul li a {
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 2px; }

.trennung {
  color: #999;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual; }

h1 {
  font-size: 6vw;
  line-height: 0.9;
  letter-spacing: -2px;
  padding: 0 0 20px 0;
  text-transform: uppercase; }

.subtitle {
  font-size: 25px;
  line-height: 1.1em;
  margin: 20px auto;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 1em; }

h3.site-title {
  grid-column: 2;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  align-self: center;
  justify-self: flex-end;
  font-size: 12px;
  grid-row: 1; }

.second-hero {
  grid-column: 1/-1; }

.player-details {
  grid-column: 1/-1;
  margin: 50px 0; }

.player-details dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px; }

.player-details dt,
.player-details dd {
  padding: 5px;
  background-color: #f8f8f8; }

.player-details dt {
  font-weight: 700; }

.player-stats {
  grid-column: 1/-1;
  margin-bottom: 2em; }

.player-stats h3 {
  color: #d00027;
  font-size: 18px;
  text-align: center; }

.player-stats .wrapper {
  display: flex;
  justify-content: space-around;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }

.player-stats span {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  background-color: #aea700;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto;
  padding: 25px 0 0 0; }

.player-stats span.smaller {
  font-size: 8px;
  padding: 34px 0 0 0; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 5vw;
    line-height: 0.9;
    letter-spacing: -2px;
    padding: 0 0 30px 0;
    text-transform: uppercase; }
  .subtitle {
    font-size: 25px;
    line-height: 1.1em;
    margin: 30px auto;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 2em; }
  h5,
  h6,
  p,
  ul,
  ol,
  dl {
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 400; }
  p {
    margin-bottom: 30px; }
    p.smaller {
      margin-bottom: 15px; }
  blockquote p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 15px; }
  .player-stats span {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    background-color: #aea700;
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 10px auto;
    padding: 30px 0 0 0; }
  .player-stats span.smaller {
    font-size: 12px;
    padding: 45px 0 0 0; }
  li.last {
    margin-bottom: 0em; }
  .break {
    break-inside: avoid-column; }
  main {
    padding-top: 75px; }
  hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc; }
  h1 {
    font-size: 5vw;
    grid-column: 1/-1; }
  .subtitle {
    font-size: 26px;
    margin: 30px auto; }
  h3.site-title {
    grid-column: 3;
    writing-mode: vertical-rl;
    align-self: flex-start;
    grid-row: span 2; } }

@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 4vw;
    letter-spacing: -5px; }
  .subtitle {
    font-size: 36px;
    margin: 30px auto;
    color: #000000; }
  .lfccrest {
    grid-column: 1;
    grid-row: 1; }
  .lfccrest img {
    max-width: 150px; }
  .player-details {
    grid-column: 1;
    margin: 0; }
  .player-stats {
    grid-column: 2; }
  .twocolumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
  .onecolumn {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; } }

.modal {
  max-width: 800px !important; }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

