@import url('https://kupplungs-service.de/ebay/css/normalize.css');
@import url('https://kupplungs-service.de/ebay/css/bootstrap.min.css');
@import url('https://kupplungs-service.de/ebay/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* IE FIX */

.row {
    width: 100%;
	    margin-right: 0px;
    margin-left: 0px;
}


/* / IE FIX */
.opacity-0{
	opacity:0;
}
body {
    font-family: 'Lato', sans-serif;
    background-color: transparent;
    background-image: url('img/bg.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
    color: #575656;
    background-size: 120%;
    background-position: center 120px;
    font-size: 14px;
    line-height: 1.5;
    font-variant-ligatures: none;
}

h1,
h2,
h3 {
    font-family: 'Raleway', sans-serif;
    color: #565656;
}

h2,
h3 {
    border-bottom: 2px solid #e80115;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

p {
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto !important;
}


/* font: Raleway (google), lato (google) */


/* color: 
#575656, ciemno szary
#e19729, pomaraÅ„cowy
#285ba8    niebieski */


/* Header */


/* NAVBAR */

@media (min-width: 576px) AND (max-width: 768px) {
    header .container {
        max-width: 100%
    }
}

.header {
    position: relative;
}

.menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
	text-wrap:nowrap;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: white;
background-color:#e5020c;
	}
nav .nav-item {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
}


/* / NAVBAR */

.header-image {
    border-bottom: 2px solid #8d5115;
    /* margin-top: -5%; */
}


/* @media(min-width: 992px){
    .header-image {
    margin-top: -100px;
    }
} */


/* / Header */


/* Content */

.primary-container {
    position: relative;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.6);
}

.bg {
    position: absolute;
    z-index: 1;
}

.bg-tl {
    top: -32px;
    left: -200px;
}

.bg-tr {
    top: -32px;
    right: -200px;
}

.bg-bl {
    bottom: -75px;
    left: -150px;
}

.bg-br {
    bottom: -75px;
    right: -125px;
}

.primary-content {
    margin-top: 32px;
    position: relative;
    z-index: 10;
}


/* 
@media(min-width: 768px) {
    .primary-content {
        padding: 32px;
    }
} */


/* Products */

.products img {
    width: 100%;
    margin-bottom: 20px;
}

.products img ,.image img{
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}


/* / Products */

.information p {
    padding-left: 20px;
    padding-right: 20px;
}


/* / Content */

.sidebar ul {
    list-style: none;
    padding-left: 20px;
}

.block {
    background-color: #b80b0b;
    padding: 10px;
}

.block p {
    text-align: left;
}

.block .text-red {
    color: #e80810;
    ;
}

.block-content {
    padding: 10px;
    background-color: #000;
}

.table-outter {
    position: relative;
    padding-top: 0px;
    overflow: hidden;
}

.table-inner {
    overflow-y: auto;
    max-height: 500px;
}

table.table th div {
    position: absolute;
    width: 100%;
    color: #000;
    font-weight: bold;
    top: 0px;
    padding: 10px;
	display: contents;
}

.line-height-1{
line-height:1.5;
}

.margin-top-1{
margin-top:40px;
}
.padding-top-1{
padding-top:40px;
}
.image img{

}
.list-colums{
	column-count: 3;
	padding: 16px;
	column-fill: balance;
	column-rule: 2px solid #ccc;
	column-gap: 40px;
	margin-bottom:40px;
}
@media (max-width:768px){
	.list-colums{
		column-count:2
	}
}
@media (max-width:425px){
	.list-colums{
		column-count:1
	}
}
    @media (max-width: 1024px) {
.menu {
    position: relative;
    background-color: #303030;
}

.img-responsive.full-width-image{
height: 210px !important;
    object-fit: cover;
}
        #navbarSupportedContent{
            max-width: 100%;
    width: 100% !important;
    flex: 0 0 100%;
        }
}
.list-colums-2{
	column-count: 2;
	padding: 16px;
	column-fill: balance;
	column-rule: 2px solid #ccc;
	column-gap: 40px;
	margin-bottom:40px;
}
@media (max-width:768px){
	.list-colums-2{
		column-count:1
	}
}
.movie a:after {
    content: "";
    width: 19%;
    height: 100%;
    position: absolute;
    background-color: #ffffff00;
    background-image:url();
	background-size:cover;
    top: -35%;
    left: 41%;
    display: inline-block;
}

.movie a {
    position: relative;
}