@font-face {
  font-family:"Kalam";
  src: url(/bl-themes/webgrim/webfonts/Kalam-Bold.ttf) format("truetype");
}
html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 56px;
	margin-bottom: 60px;
	background-color: #f2f2f2;
	font-size:0.95rem;
}

section {
	padding: 80px 0;
}

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

pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}


.plugin-content ul{ list-style-image: url("https://zylinderrollenlager24.de/bl-themes/webgrim/img/point.jpg");
margin: 0;
padding: 0 20px;}

.plugin-content ul li a{ color:#0056b3}

h1.title,
h2.title {font-size: 2.3rem;padding: 0 4px 0 40px;}
h2.plugin-label{font-size:1.5rem!important;padding: 0 4px 0 15px;}
h1.title,
h2.title,
h2.plugin-label {
background-color: #333;
color: #fff;

font-weight:700;
display: inline-block;
line-height:1.3em
}

input[type="text"]{
    height: 38px;
    width: 100%;
	outline: none;
	font-size: 0.9rem;
	border: 1px solid rgba(153,153,153,0.7);
    padding: 0 20px;
    border-radius: 40px;
}
	
button{
	border: none;
    background: transparent;
    position: absolute;
    top: -1px;
    border-radius: 40px;
    padding: 5px 16px;
    text-transform: uppercase;
    height: 40px;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.1s ease-in-out;
    right: 10px;
}

blockquote {
        padding: 10px 20px;
        margin: 0 0 20px 20px;
        border-left: 5px solid #eee;
        font-style: italic;
}


/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 80px;
}

/* Nawigacja */
.navbar{ box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);}
.navbar-nav{font-size:1.2rem;text-transform: none!important;}

img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

.navbar-brand{font-size: 1.50rem!important;font-family: 'Kalam', cursive;}

/* Stopka */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

footer a {color:#fff}
footer a:hover {color:#ffeecc;font-size:1.2em;text-decoration:none}
/* Home - Header */
header.welcome {
	padding: 100px 0;
}

/* Home - Page */
section.home-page:nth-child(even) { /* Alternate the background color */
	background: #FAFAFA;
}

.page-cover-image {
	background-size: cover;
	background-position: center;
}

.page-description {
	color: #b5b5b5;
	font-style: italic;
}

#tekst{
	padding: 2.7em;
    margin: 1em;
	background-color:#fff;  
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3)
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}
.video-embed iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media (min-width: 1200px){
.container {
    max-width: 1240px!important;
}}

@media (min-width: 992px){
.container {
    max-width: 1060px;
}}

@media (max-width: 520px){
	footer{
		height: 120px;
	}
}


.cc_container {
    display: grid;
    grid-template-columns: 4fr 1fr;
    box-shadow: rgb(50 50 50 / 25%) 0px 0px 5px;
    padding: 15px 20%!important;
    align-items: center;
    justify-content: center;
    grid-template-rows: 1fr;
    background: #fdfdfd!important;
}

.cc_container .cc_btn{
	height: 34px;
	grid-column: 2;
    grid-row: 1;
	width: 60%!important;
    margin-left: 20%!important;
    max-width: 150px!important;
}
.cc_message a:hover, .cc_message a:active {
	    text-decoration: underline!important;
		color:#0056b3!important
} 

.cc_container .cc_message {
	color: #1c1c1c;
    grid-column: 1;
	grid-row: 1;
}

@media (max-width: 1800px){
	.cc_container{
		padding: 15px 18%!important;
	}
}

@media (max-width: 1640px){
	.cc_container{
		padding: 15px 15%!important;
	}
}

@media (max-width: 1640px){
	.cc_container{
		padding: 15px 13%!important;
	}
	.cc_container .cc_btn {
		width: 70%!important;
	}
}

@media (max-width: 1400px){
	.cc_container{
		padding: 15px 9%!important;
	}
}

@media (max-width: 1100px){
	.cc_container{
		padding: 15px 6%!important;
	}
	.cc_container .cc_btn {
    width: 92%!important;
}
}
@media (max-width: 500px){
	.cc_banner{    font-size: 1.5em!important;}
	.cc_container .cc_message{grid-column:span 2}
	.cc_container .cc_btn {grid-column: span 2;margin-top: 10px;
    grid-row: 2;height:30px;    margin-left: 0!important;}
	
	
}