/*
@import "variables";
@import "index";
@import "burger";
@import "lightbox";*/
/*@forward "variables";*/
:root {
  --text-xs: clamp(0.75rem, 0.72rem + 0.15vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.83rem + 0.2vw, 1rem);
  --text-base: clamp(1rem, 0.96rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1vw, 2.25rem);
  --text-xxl: clamp(1.7rem, 1.2rem + 1vw, 2.25rem);
}

html {
  height: 100%;
}
html * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: var(--text-base);
  line-height: 1.6;
  cursor: auto;
  font-family: Arial, sans-serif;
}
@media (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
body.main-body {
  background-color: black;
}

/*
header,
main,
footer {
  display: block;
  box-sizing: border-box;
}

header {
  padding: 1rem 1.5rem;
  background: var(--color-bg);
}

main {
  display: block;
  max-width: 72rem;
  margin-inline: auto;
  padding: 2rem 1.5rem;
}*/
.page_wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.width_holder {
  position: absolute;
  top: 0;
  z-index: 1;
  /*    background: rgba(123, 18, 13, .6);*/
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*    max-width: 1024px;*/
}
@media (min-width: 1100px) {
  .width_holder {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*        max-height: 686px;*/
  }
}

.bg-layout {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-left {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.bg-left img {
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
  width: calc(100% + 60px);
  transform: translateX(-60px);
}
@media (min-width: 768px) {
  .bg-left img {
    width: 100%;
    transform: initial;
  }
}

ol, ul, li {
  list-style: none;
}

hr {
  width: 300px;
  color: black;
  height: 1px;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  border: 1px dashed black;
}

img {
  border: 0px;
}

a:link, a:active, a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, .menu_link:hover, .menu_link_sub:hover, .head_link:hover {
  color: #f0f0f0 !important;
  background-color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}

.more:hover {
  background-color: transparent !important;
  height: max-content;
  transform: scale(1.16);
  cursor: pointer;
}

ul, li {
  margin: 0px;
  padding: 0px;
}

h1 {
  padding-top: 0px;
  margin: 0px;
  font-size: var(--text-xl);
}
@media (min-width: 1100px) {
  h1 {
    font-size: 14px;
  }
}

h2 {
  margin: 0px;
  margin-top: 10px;
  font-size: 14px;
  color: #C80000;
  font-weight: normal;
  margin-bottom: 15px;
}

.clear_both {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.head_title {
  background-image: url("../pics/ps.gif");
  background-repeat: no-repeat;
  width: 80vw;
  height: 38px;
  font-size: 46px;
  font-size: var(--text-xxl);
  font-weight: bold;
  float: left;
  color: #9f2f23;
  padding-top: 2rem;
  background-size: contain;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .head_title {
    margin-left: 80px;
  }
}
@media (min-width: 1100px) {
  .head_title {
    background-repeat: no-repeat;
    background-position: 14px 23px;
    background-size: initial;
    width: 560px;
    height: 80px;
    font-size: 26px;
    font-weight: bold;
    color: #9f2f23;
    margin-top: 11px;
    margin-left: 60px;
    padding-top: 60px;
  }
}
.head_title span {
  padding-left: 4rem;
}
@media (min-width: 1100px) {
  .head_title span {
    padding-left: 120px;
  }
}

.site-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.site-center {
  margin-top: clamp(1rem, 7vw, 17rem);
  margin-left: 0px;
  overflow: hidden;
  border: 0px purple solid;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*    @media (min-width: 1100px) {
          align-items: start;
      }*/
}

.site-footer {
  margin-left: 0px;
  overflow: hidden;
  border: 0px purple solid;
  padding-bottom: 85px;
}

.xtra_links {
  max-width: min(90vw, 825px);
  margin: 30px auto 0;
  margin-right: auto;
  margin-left: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  text-align: center;
}
.xtra_links a {
  font-size: 1.2em !important;
  background-color: #ff9999;
  margin-left: 20px;
}

.info_links {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  text-align: center;
  right: 10px;
  font-size: 10px;
}
.info_links a:link, .info_links a:active, .info_links a:visited {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  text-align: center;
  color: rgba(192, 192, 192, 0.7);
  text-decoration: none;
}
@media (min-width: 1020px) {
  .info_links {
    font-size: 10px;
    width: initial;
    right: 10px;
  }
}

.content_wrapper {
  overflow: auto;
  max-height: 62vh;
  line-height: 1.4;
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0px;
  margin-left: 0;
  margin-bottom: 5px;
  width: 100%;
  height: 100%;
  border: 0px white solid;
  align-self: start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .content_wrapper {
    width: max(85vw, 750px);
  }
}
@media (min-width: 900px) {
  .content_wrapper {
    width: max(40vw, 900px);
    padding-left: 100px;
  }
}
@media (min-width: 1100px) {
  .content_wrapper {
    width: max(85vw, 750px);
  }
}
@media (min-width: 1400px) {
  .content_wrapper {
    line-height: 1.1;
    width: min(100% - 29rem, 1200px);
    padding-left: clamp(1rem, 9vw, 17rem);
  }
}
.content_wrapper > div {
  width: max-content;
  margin: 0 auto;
  max-width: 64vw;
}
.content_wrapper iframe {
  max-width: 90vw;
  aspect-ratio: 16/9;
  width: 100%;
  border: 0px yellow solid;
}
@media (min-width: 1100px) {
  .content_wrapper iframe {
    width: 560px;
    width: 100%;
    max-width: initial;
    height: 370px;
    aspect-ratio: initial;
  }
}

.content_wrapper_videos {
  overflow: auto;
  max-height: 100vh;
  line-height: 1.4;
  border: 0px green solid;
  padding-top: 24px;
  margin-bottom: 5px;
  padding-left: 42px;
  padding-right: 0px;
  margin-left: 5vw;
  border: 0px pink solid;
  width: 100%;
  height: 100%;
  max-width: min(90vw, 825px);
  border: 0px red solid;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  margin-right: 5vw;
}
@media (min-width: 1100px) {
  .content_wrapper_videos {
    line-height: 1.1;
    padding-top: 100px;
    padding-left: 0;
    /*        max-width: 50vw;*/
  }
}
.content_wrapper_videos iframe {
  max-width: 90vw;
  aspect-ratio: 16/9;
  width: 100%;
  border: 0px yellow solid;
}
@media (min-width: 1100px) {
  .content_wrapper_videos iframe {
    width: 560px;
    width: 100%;
    max-width: initial;
    height: 370px;
    aspect-ratio: initial;
  }
}

.content_videos {
  width: max-content;
  margin: 30px auto 0;
  line-height: 1.9;
}

.video-iframe-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-iframe-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.iframe_video {
  border: 0px red solid;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .iframe_video {
    width: 85%;
  }
}
.iframe_video .content_wrapper {
  border: 3px purple solid;
}

.moreTxt:link, .moreTxt:active, .moreTxt:visited {
  font-weight: bold;
  color: #C80000;
  margin-left: 5px;
}

.more {
  display: block;
  float: right;
  margin-right: 40px;
}

.back {
  float: left;
}

.bottom_menu {
  padding-top: 10px;
  padding-left: 45px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .bottom_menu {
    display: block;
  }
}

.bottom_menu span, .middle_box span {
  background-color: #000;
}

.menu_link:link, .menu_link:active, .menu_link:visited,
.menu_link_active:link, .menu_link_active:active, .menu_link_active:visited {
  display: block;
  float: left;
  font-size: 14px;
  #width: 115px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #c5c5c5;
}

.menu_link_active:link, .menu_link_active:active, .menu_link_active:visited {
  color: #000 !important;
}

.menu_link_active span {
  background-color: #fff !important;
}

#m1 {
  margin-top: 30px;
}

#m2 {
  margin-top: 0px;
}

#m3 {
  margin-top: 50px;
}

#m4 {
  margin-top: 70px;
}

#m5 {
  margin-top: 55px;
}

#m6 {
  margin-top: 40px;
}

#m7 {
  margin-top: 35px;
}

/*INCLUDES*/
.played_with {
  float: left;
  padding-right: 20px;
  border: 0px yellow solid;
}

.played_with dt {
  font-weight: bold;
}

.played_with dd {
  font-style: italic;
}

.comments {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  border: 0px yellow solid;
}
@media screen and (min-width: 1100px) {
  .comments {
    float: left;
  }
}

.comments2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px yellow solid;
}

.comments dd, .comments2 dd {
  font-style: italic;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 15px;
}

.ps4 dt {
  widht: 200px;
  font-style: italic;
  margin-left: 60px;
  border: 0px yellow solid;
}

.ps4 dd {
  font-style: italic;
  font-size: 10px;
  font-weight: bold;
  margin-left: 80px;
  margin-bottom: 2px;
}

.ps4_links {
  margin-top: -10px !important;
  margin-left: 30px;
  border: 0px black solid;
}

.images {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide_nav {
  width: 40px;
  height: 29px;
}

.slide_pic {
  /*    max-width:		640px;
      max-height:		540px;*/
  width: 100%;
  max-height: 540px;
  max-width: 85vw;
  object-fit: contain;
}
@media (min-width: 1100px) {
  .slide_pic {
    max-height: 370px;
  }
}

.mixed {
  width: max-content;
  margin: 0 auto;
}
.mixed a {
  font-weight: bold !important;
}
.mixed img {
  position: relative;
  top: 1px;
  margin-right: 10px;
  width: 40px;
  height: 19px;
}
@media (min-width: 1100px) {
  .mixed img {
    width: 17px;
    height: 12px;
  }
}

ul.eventList {
  padding: 3px 5px;
  margin-left: 10px;
}

.eventList li {
  margin-top: 0px;
  float: left;
  margin-left: 10px;
  border: 0px red solid;
}

li.event {
  width: 150px;
  border: 0px red solid;
  float: left !important;
}

.eventList .eventDate {
  float: left;
  padding-right: 5px;
  padding-left: 10px;
  border: 0px white solid;
}

/* Icon 1 */
#nav-icon-1 {
  width: 37px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  color: white;
  border: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  #nav-icon-1 {
    margin: 0;
  }
}
#nav-icon-1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.14rem;
  background: white;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  top: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-family: Arial;
}
#nav-icon-1 span:nth-child(1) {
  top: 2px;
}
#nav-icon-1 span:nth-child(2) {
  padding-top: 0px;
  top: 22px !important;
  /* border: 0 !important; */
  /* background: transparent; */
  height: 0;
}
#nav-icon-1 span:nth-child(3) {
  top: 14px;
}
#nav-icon-1.open span {
  height: 3px;
}
#nav-icon-1.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
#nav-icon-1.open span:nth-child(2) {
  top: 14px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon-1.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}

.menu__container {
  transition: all 0.4s ease-in-out;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6) !important;
  transform: translateX(100%);
  overflow-y: scroll;
  box-shadow: 0px 1px 35px 2px rgba(0, 0, 0, 0.35) !important;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .menu__container {
    min-width: 420px;
    width: 33.3vw !important;
  }
}
@media screen and (min-width: 1600px) {
  .menu__container {
    min-width: 520px;
  }
}
.menu__container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  height: 11px;
}
.menu__container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
}
.menu__container.collapsed {
  transform: translateX(100vw);
  display: block !important;
  opacity: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
}
.menu__container ul {
  padding: 10% 10px;
  width: max-content;
  margin: 0 auto;
}
.menu__container ul a {
  color: white;
  font-size: var(--text-xl);
}

.site-header.menu-open .menu__container {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  width: 100vw;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.gallery a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.gallery a:hover img {
  transform: scale(1.03);
}
.gallery img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/*
in den Dateien dann @use "variables" as *;
oder
@use "variables" as vars;

header {
  color: vars.$primary-color;
}*/
/*
html{
    height:		100%;
    *{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
}

body {
    font-size: var(--text-base);
    line-height: 1.6;
    cursor:		auto;
    font-family: Arial;

    @media (min-width: 768px) {
        line-height: 1.7;
    }
}


.main-body{
    background-color: black;
}

.page_wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.width_holder
{
    position: absolute;
    top: 0;
    z-index: 1;
        background: rgba(123, 18, 13, .6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        max-width: 1024px;

    @media (min-width: 1100px) {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
                max-height: 686px;
    }

}

.bg-layout {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-left {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.bg-left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left center;
}

.bg-right {
    flex: 0 0 375px;
    width: 375px;
    height: 100%;
    overflow: hidden;
    display: none;
}

.bg-right img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right center;
}

@media (max-width: 1100px) {
  .bg-right {
    display: none;
  }
}

ol,ul,li{
    list-style:none
}
td{
    vertical-align:	middle;
}
hr
{
    width:		300px;
    color:		black;
    height:		1px;
    margin-top:		20px;
    margin-left:		30px;
    margin-bottom:	20px;
    text-align:		left;
    border:		1px dashed black;
}
img
{
    border:		0px;
}

a:link, a:active, a:visited
{
    color:		#000;
    text-decoration:	none;
}
a:hover, .menu_link:hover, .menu_link_sub:hover, .more:hover, .head_link:hover
{
    color:		#f0f0f0!important;
    background-color:		#000!important;
    text-decoration:	none;
}
ul, li
{
    margin:		0px;
    padding:		0px;
}

h1{
    padding-top:		0px;
    margin:			0px;
    font-size: var(--text-xl);
    @media (min-width: 1100px) {
        font-size:		14px;
    }
}
h2
{
    margin:		0px;
    margin-top:	10px;
    font-size:	14px;
    color:		#C80000;
    font-weight:	normal;
    margin-bottom:	15px;
}
.clear_both{
    clear:both;
    height:1px;
    overflow:hidden;
}
.head_title{
    background-image: url("../pics/ps.gif");
    background-repeat: no-repeat;
    width: 80vw;
    height: 38px;
    font-size: 46px;
    font-size: var(--text-xxl);
    font-weight: bold;
    float: left;
    color: #9f2f23;
    padding-top: 2rem;
    background-size: contain;
    margin: 40px auto 0;

    @media (min-width: 1100px) {
        background-repeat: 	no-repeat;
        background-position:	14px 23px;
        background-size: initial;
        width:		560px;
        height:		80px;
        font-size:		26px;
        font-weight:		bold;
        color:		#9f2f23;
        margin-top:		11px;
        margin-left: 60px;
        padding-top:		60px;
    }

    span{
        padding-left:	4rem;

        @media (min-width: 1100px) {
            padding-left: 120px;
        }
    }
}
.info_links{
    position: absolute;
    bottom: 10px;
    z-index: 3;
    width: 100%;
    text-align: center;
    right: 10px;
    font-size:		10px;

    a:link, a:active, a:visited{
        display:		inline-block;
        padding:	0px 10px 00px 10px;
        text-align:		center;
        color:		rgb(192,192,192,0.7);
        text-decoration:	none;
    }
    @media (min-width: 1020px) {
        font-size:		10px;
        width: initial;
        right: 10px;
    }
}


.site-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.page-middle{
    margin-left:		0px;
    overflow:		hidden;
    border:		0px purple solid;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    @media (min-width: 1100px) {
        align-items: start;
    }
}
.site-footer{
    margin-left:		0px;
    overflow:		hidden;
    border:		0px purple solid;
    padding-bottom: 85px;
}
.xtra_links{
    font-size:1.2em!important;
    background-color:#ff9999;
    margin-left: 20px;
}
.content_wrapper{
    overflow: auto;
    max-height: 62vh;
    line-height:		1.4;
    padding-top:		24px;
    padding-left:	100px;
    padding-right:	0px;
    margin-left: 0;
    margin-bottom:	5px;
    width:     100%;
    width: max(40vw, 800px);
    height: 100%;
        max-width: 825px;
        max-width: 70vw;
    border: 0px white solid;
    align-self: start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    @media (min-width: 1200px) {
        line-height:		1.1;
                max-width: 60vw;
    }

    iframe{
        max-width: 90vw;
        aspect-ratio: 16 / 9;
        width:     100%;
        border: 0px yellow solid;
        @media (min-width: 1100px) {
            width: 560px;
            width:     100%;
            max-width: initial;
            height: 370px;
            aspect-ratio: initial;
        }

    }
}

.content_wrapper_videos{
    overflow: auto;
    max-height: 100vh;
    line-height:		1.4;
    border:		0px green solid;
    padding-top:		24px;
    margin-bottom:	5px;
    padding-left:	42px;
    padding-right:	0px;
    margin-left: 5vw;
    border:0px pink solid;
    width:     100%;
    height: 100%;
    max-width: min(90vw, 825px);
    border: 0px red solid;
    display: flex;
    flex-direction: column;
    padding-top: 100px;

    @media (min-width: 1100px) {
        line-height:		1.1;
        padding-top: max(14px, 100px);
                max-width: 50vw;
    }

    iframe{
        max-width: 90vw;
        aspect-ratio: 16 / 9;
        width:     100%;
        border: 0px yellow solid;
        @media (min-width: 1100px) {
            width: 560px;
            width:     100%;
            max-width: initial;
            height: 370px;
            aspect-ratio: initial;
        }

    }
}
.content_videos{
    width: max-content;
    margin: 30px auto 0;
    line-height: 1.9;
}

.video-iframe-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;

    iframe{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}
.iframe_video{
    border:		0px red solid;
    width:     100%;
    height: 100%;

    @media (min-width: 1100px) {
        width: 85%;
    }

    .content_wrapper{
        border: 3px purple solid;
    }
}
.moreTxt:link, .moreTxt:active, .moreTxt:visited
{
    font-weight:		bold;
    color:		#C80000;
    margin-left:		5px;
}
.more
{
    display:		block;
    float:		right;
    margin-right:	40px;
}
.back
{
    float:		left;
}
.bottom_menu
{
    padding-top:10px;
    padding-left:45px;
    display: none;

    @media screen and (min-width: 1200px){
        display: block;
    }
}
.bottom_menu span, .middle_box span{
    background-color:#000;
}
.menu_link:link, .menu_link:active, .menu_link:visited,
.menu_link_active:link, .menu_link_active:active, .menu_link_active:visited
{
    display:		block;
    float:		left;
    font-size:		14px;
    #width:		115px;
    padding-left:	15px;
    padding-right:	15px;
    text-align:		center;
    text-decoration:	none;
    font-weight:		bold;
    color:		#c5c5c5;
}
.menu_link_active:link, .menu_link_active:active, .menu_link_active:visited
{
    color:		#000!important;
}
.menu_link_active span
{
    background-color:		#fff!important;
}
#m1{
    margin-top:		30px;
}
#m2{
    margin-top:		0px;
}
#m3{
    margin-top:		50px;
}
#m4{
    margin-top:		70px;
}
#m5{
    margin-top:		55px;
}
#m6{
    margin-top:		40px;
}
#m7{
    margin-top:		35px;
}
INCLUDES
.played_with{
    float:		left;
    padding-right:	20px;
    border:		0px yellow solid;
}
.played_with dt{
    font-weight:		bold;
}
.played_with dd{
    font-style:		italic;
}
.comments{
    margin-top:		0px;
    margin-bottom:	0px;
    padding-right:	20px;
    border:		0px yellow solid;
    @media screen and (min-width: 1100px){
        float:		left;
    }
}
.comments2{
    margin-top:		0px;
    margin-bottom:	0px;
    border:		0px yellow solid;
}
.comments dd, .comments2 dd{
    font-style:		italic;
    font-size:		10px;
    font-weight:		bold;
    margin-left:		10px;
    margin-bottom:	15px;
}
.ps4 dt{
    widht: 			200px;
    font-style:		italic;
    margin-left:		60px;
    border:			0px yellow solid;
}
.ps4 dd{
    font-style:		italic;
    font-size:		10px;
    font-weight:		bold;
    margin-left:		80px;
    margin-bottom:	2px;
}
.ps4_links{
    margin-top:		-10px!important;
    margin-left:		30px;
    border:			0px black solid
}
.images{
    width:			100%;
    text-align:		center;
}
.slide_nav{
    width:		40px;
    height:		29px;
}
.slide_pic
{
        max-width:		640px;
        max-height:		540px;
    width: 100%;
    max-height: 540px;
    max-width: 85vw;
    object-fit: contain;
    @media (min-width: 1100px) {
        max-height:		370px;
    }
}
.mixed{
    width: max-content;
    margin: 0 auto;

    a{
        font-weight:		bold!important;

    }

    img{
        position:		relative;
        top:			1px;
        margin-right:	10px;
        width: 40px;
        height: 19px;

        @media (min-width: 1100px) {
            width: 17px;
            height: 12px;
        }
    }
}
ul.eventList {
    padding:3px 5px;
    margin-left:10px;
}
.eventList li{
    margin-top:0px;
    float:left;
    margin-left:10px;
    border:0px red solid
}
li.event{
    width:150px;
    border:0px red solid;
    float:left!important;
}

.eventList .eventDate{
    float:left;
    padding-right:5px;
    padding-left:10px;
    border:0px white solid
}

*/

/*# sourceMappingURL=style.css.map */
