/*
Theme Name: KSRSLTRN
*/

/* -------------------------------- Standard Theme CSS ANTARES */


/*
 @font-face{
        font-family:"Visby CF";
        src:url("Fonts/b6da4f15-2a06-4717-8590-0c32d303c277.woff2") format("woff2"),url("Fonts/d0849df7-efd9-4b97-9325-4867f93a253e.woff") format("woff");
		font-weight: 300;
    }
    @font-face{
        font-family:"Visby CF";
        src:url("Fonts/c59564d1-e77f-42eb-9681-7599708b9a79.woff2") format("woff2"),url("Fonts/a3ae7bd0-6b9b-4308-b91a-f84ec5d14643.woff") format("woff");
		font-weight: 400;
    }
    @font-face{
        font-family:"Visby CF";
        src:url("Fonts/80b89540-608e-4562-8c94-d8876ddd5c98.woff2") format("woff2"),url("Fonts/75450d29-cb69-4041-a74a-7a5481bfe5a8.woff") format("woff");
		font-weight: 500;
    }
    @font-face{
        font-family:"Visby CF";
        src:url("Fonts/20f95edf-ee29-4523-ac3d-a68c7e6168c8.woff2") format("woff2"),url("Fonts/7b6daebe-1fe9-451f-a2d9-6a18121e7ba9.woff") format("woff");
		font-weight: 700;
    }
*/

    @font-face{
        font-family:"Mansfield";
        src:url("Fonts/Mansfield-Light.woff") format("woff");
		font-weight: 300;
    }
    @font-face{
        font-family:"Mansfield";
        src:url("Fonts/Mansfield.woff") format("woff");
		font-weight: 400;
    }
    @font-face{
        font-family:"Mansfield";
        src:url("Fonts/Mansfield-Semi-Bold.woff") format("woff");
		font-weight: 500;
    }
    @font-face{
        font-family:"MansfieldF";
        src:url("Fonts/Mansfield-Bold.woff") format("woff");
		font-weight: 700;
    }

html {
  scroll-behavior: smooth;
}


:root {
	--main-color:#e2001a
}



body {
/*	font-family:'Visby CF';*/
    font-family:'Mansfield';
	font-weight: 300;
	background: #1C1C1C;
	color: white;
	letter-spacing: .5px;
	font-size: 150%;
	cursor: default;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

section {
	padding:  100px 0;
	position: relative;
}

strong, b {
	font-weight: 700
}

.main img {
	width: 100%;
	height: auto;
}


.text-center {
	text-align: center
}

.text-right {
	text-align: right
}



.menu-main_menu-container {
	margin-top: 40px;
}

.main-navi .navi-con {
    padding-top: 25px; 
    text-align: right
}

.main-navi .menu-item {
    vertical-align: middle; 
    margin: 0 28px;
	position: relative;
	transition: ease-in-out .5s;
    display: inline-block;
}

.sec-navi .menu-item  {
	list-style: none;
	margin: 40px 0;
}

.main-navi .menu-item a {
    text-decoration: none; 
    font-size: 15px; 
	font-weight: 400;
    color: white  ;
	display: block;
	text-transform: uppercase;
	width: 100%
}



.main-navi .sub-menu .menu-item::after{
	display: none
}

.main-navi .current-menu-item {
	position: relative;
}

.main-navi .current-menu-item {
	font-weight:bold	
}

.sub-navi ul li::after {
    content: '';
    position: absolute;
    display: block;
    background-size: contain;
}

#menu-main_menu .menu-item-has-children{
	position: relative;
	margin: 0 25px
}

#menu-main_menu .menu-item-has-children::before {
    content: '';
    position: absolute;
    width: 16px;
    display: block;
    height: 9px;
    background: url(img/misc/arrow-down.png);
    background-size: contain;
    right: -25px;
    top: 8px;
}

#menu-main_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1.0;
    display: block;
    transition: 0.5s;
}

ul#menu-main_menu .sub-menu {
    width: max-content;
    position: absolute;
    opacity: 0.0;
    display: none;
    margin: 0;
    top: 15px;
    padding-top: 20px;
    left: 56%;
    transform: translate(-50%);
    z-index: 999;
}

.sub-menu {
    display: none;
}

.four:nth-child(4n){
	margin-left:0	
}

.three:nth-child(4n+1){
	margin-left:0	
}

.six:nth-child(2n+1){
	margin-left:0	
}

header {
    padding: 0px 0 0 0;
}


summary {
    font-size: 1.5em;
	font-weight: 400;
	background:var(--main-color);
	padding: 2rem;
	margin-bottom: 1rem;
	outline: none;
	text-align: left;
	cursor: pointer;
	position: relative;
	font-family:inherit;
	color: white;
}

details[open] summary {
	background:var(--main-color);
	color: white
}

summary:focus{
	color: white!important
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}


details > summary::-webkit-details-marker {
  display: none;
}


.page-template-default .center{
	position: absolute;
    top: 10%;
    background: #121212;
    padding: 100px;
    text-align: left;
    left: 50%;
    width: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 1px 1px 51px #0000007a;
	z-index: 999
}	



.button {
	font-size: 100%;
	transition: .7s;
	padding: 2px 15px 4px 15px;
	cursor: pointer;
	background: var(--main-color);
	color: white;
	border-radius: 0;
	position: relative;
	height: auto;
	border: none
}


.button:hover{
	color: white;
	background: #a00015;
} 


.circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(to top left, #E53636, #c03232);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 10;
}

.center p {
    font-size: 110%;
}

h1, h2, h3 {
	margin-bottom: .5em;
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}

.bottom {
	position: absolute;
	bottom: 30px;
	right: 30px;
    z-index: 99;
}

.top {
	position: absolute;
	top: 30px;
	left: 30px;
    z-index: 99;
}


.disabled::after {
    content: '';
    height: 1px;
    width: 110%;
    position: absolute;
    bottom: 50%;
    left: -5%;
    background: var(--main-color);
}

.container .row .columns {
	display: inline-block;
    vertical-align: middle;
    float: none;
}

.outlines {
	position: absolute; 
	z-index: -5;
	right: -7%; 
	top: -5%;
	display: block;
	opacity: .3;
}

.outlines.ksrsltrn {
	position: absolute;
    z-index: -5;
    right: 0;
    top: -5%;
    display: block;
    opacity: .3;
    height: 360px;
    width: 470px;
    object-fit: cover;
    object-position: left;
}

.outlines.hoodies {
	position: absolute; 
	z-index: -5;
	left: 25%;
	top: -60px;
	display: block;
	opacity: .3;
}

.outlines.t-shirt {
	position: absolute; 
	z-index: -5;
	left: 10%;
	top: -240px;
	display: block;
	opacity: .3;
}

.outlines.pictures{
	position: absolute; 
	z-index: -5;
	left: 10%;
    top: -380px;
	display: block;
	opacity: .3;
}

.outlines.spring {
    position: absolute;
    z-index: -5;
    left: 10%;
    top: -540px;
    display: block;
    opacity: .3;
}

.vertical-font.link {
	width: 12%;
}

.vertical-font {
	display: inline-block;
	vertical-align: top;
}

.center {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

#hoodies .center {
	left: 45%;
    top: 29%;
}

.infront {
	z-index: 99999
}

.vertical-font a, .vertical-font span {
	writing-mode: vertical-rl;
	text-orientation: mixed;
    position: relative;
}

.infront span{
	font-size: 7em;
    color: var(--main-color);
    font-weight: 700;
}	

.items .content {
	width: 86%;
	display: inline-block;
	margin-bottom: 60px;
}


section#banner, section#intro {
	padding: 50px 0
} 

.vertical-font.link a {
	color: white;
	text-transform: uppercase;
    white-space: nowrap;
}

.vertical-font.link a .arrow {
	margin-top: 10px
}

.vertical-font.link a .arrow .up{
	margin-bottom: 10px;
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #c8001a36;
}

table {
	width: 100%;
	text-transform: uppercase
}

table tr td:last-child {
	text-align: right
}

.page-template-default .sec-navi {
	display: none
}

.sec-navi {
	opacity: 0;
	height: 0;
	transition: .2s;
	 position: fixed;
    top: 0;
    left: 0;
}

.sec-navi .vertical-font {
	display: block
}

.shrink .sec-navi {
	height: 100%;
	z-index:  99999;
	background:#191919;
	opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
	transition: .2s
}

.sec-navi .button, .menu-item-27 {
	display: none
}

.sec-navi .menu-item.active a{
    background: #c8001a24;
	transition: .2s
}

.sec-navi .menu-item a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    width: 100%;
	padding: 15px;
	transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
	white-space: nowrap;
    max-width: 104px;
}

#t-shirts .center {
	left: 40%;
    top: 83%;
}

#hoodies .center {
    top: 58%;
}

footer {
	padding: 60px 0;
	border-top: 1px solid #111111
}

footer a {
	color: white;
	margin-bottom: 0
}

#iframe {
	margin-bottom: 25px
}

.fake-height {
	height: 220px;
	display: none
}

table .button {
	margin-bottom: 0
}

#verkaufsstellen table td {
	padding: 22px 15px
}

.social {
	position: relative;
    bottom: auto;
    left: 50%;
    transform: translateX(-13%);
}

.social a {
	display:  block
}

.fyHocA {
	right:40px!important;
	left: initial
}

table tr td img{
	margin-bottom: 0!important;
}

.border-bottom-none td {
	border-bottom: 0
}

.mobile {
	display: none
}

.page-template-default section:first-child {
	margin-top: 35px
}

.mob-menu-header-holder {
	height: 0
}

.page-template-default .mobmenur-container {
	display: none
}

.page-template-default .main a {
	text-decoration: underline
}

sub {
	vertical-align: top;
    font-size: .6em;
}

.image-con {
	position: relative;
    width: fit-content;
	margin-bottom: 8%
}

.copyright {
    position: absolute;
    right: 9px;
    bottom: 15px;
}

.copyright * {
	display: inline-block;
    vertical-align: middle;
}

.copyright img {
    width: 25px!important;
    height: 25px!important;
}

.copyright span {
	display: none;
	text-shadow: 1px 1px 5px #000000a1;
}

.image-con:hover .copyright span {
	display: inline-block
}

.copyright img {
	margin-left: 9px;
}

.text-right .image-con {
    float: right;
}

.page-template-default .main {
	padding-top: 0
}

/* Special-Banner */

.banner-container img {
    width: 100%;
    object-fit: cover;
    object-position: left; /* Align the left side */
    height: 100%;
}

.banner-container {
    width: 150%;
}

.special-banner {
    display: flex;
    justify-content: center;
    max-width: 1250px;
    width: 80%;
    margin: 0 auto;
}

.banner-row {
    display: flex;
}

.red-box {
    background-color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 100%;
}

.content-wrapper {
    text-align: left;
}

.social-logo img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.social-logo:first-of-type {
    margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
    
    .red-box {
        width: unset;
        padding: 20px;
    }
    
    .banner-row {
        display: flex;
        flex-direction: column;
    }
    
    .banner-container {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .banner-row {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 820px) {
    .special-banner {
    margin-top: 60px;
    }
}

@media only screen and (max-width: 500px) {
    .special-banner {
    width: 85%;
    }
}

@media only screen and (max-width: 400px) {
      span.social-logo {
        display: block;
        margin-top: 10px;
    }
}







/* -------------------------------- Spezifisches CSS Theme */




/* ----------------------------------------------------- tabletish screens */


/* ----------------------------------------------------- smartphonish screens */
@media only screen and (max-width: 767px) {

}

/* ----------------------------------------------------- desktopish screens */
@media only screen and (min-width: 1024px) {

}

/* -------------------------------- Browser specific CSS */

.js .element { } /* apply only on JavaScript enabled browsers */
.ie8 .element { } /* apply only on Internet Explorer 8 */
.ie9 .element { } /* apply only on Internet Explorer 9 */