/* @import url(../swiper/swiper-bundle.min.css);
@import url(../fancybox/jquery.fancybox.min.css); */

@font-face {
	font-family: 'Anton';
	src: url('../fonts/Anton-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--color-tak-white: #ffffff;
	--color-tak-black: #4e4a4a;
	--color-tak-dark-gray: #777776;
	--color-tak-light-gray: #dcddde;
	--color-tak-red: #ff0000;
	
    --color-primary:var(--color-tak-red);
    --color-secondary:#707070;
    --bs-body-color: var(--color-tak-black);
    --bs-body-color-rgb: 0,0,0;
    --ratio: 1;
    --bs-secondary-color:#707070;/*placeholder*/
    --bs-danger-rgb: 255, 46, 23;
    --bs-success-rgb: 16, 185, 129;
    --bs-warning-rgb:255,199,52;
    --bs-dark-rgb:0,0,0;
    --red: rgb(var(--bs-danger-rgb));
}
.alert-primary {
	--bs-alert-color: var(--color-tak-black);
	--bs-alert-bg: var(--color-tak-light-gray);
	--bs-alert-border-color: var(--color-tak-light-gray);
	--bs-alert-link-color: var(--color-tak-red);
	
}
.disabled,[disabled]{
    --bs-btn-disabled-opacity: 0.3552;
}
.loader-bg {
	position: fixed;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	left: 0; top: 0;
	background: rgba(0,0,0,.5);
}
#loader {
    background-image: url("../images/loader.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 50%;
    background-color:#fff;
    border-radius: 50rem;
    box-shadow: 0px 1px 20px 0px rgba(112, 112, 112, 0.75);
    position: fixed;
    z-index: 99993;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 50% !important;
    top: 50% !important;
    margin: -40px 0 0 -40px;
    vertical-align: top;
}
#loader .spinner-border {
    vertical-align: top;
    width: 100%;
    height: 100%;
    margin-top: 0;
    color:#fff;
    border-width: 2px;
    animation-duration: 1s !important;
	z-index: 2;
}
/* .swiper{
    --swiper-navigation-sides-offset:1.25rem;
    --swiper-pagination-color: #0E3A8B;
    --swiper-theme-color: #0E3A8B;
    --swiper-pagination-bullet-inactive-color:#fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: calc(0.625rem / var(--ratio));
    --swiper-pagination-bullet-height: calc(0.625rem / var(--ratio));
    --swiper-pagination-bullet-size:calc(0.625rem / var(--ratio));
    --swiper-pagination-bullet-border-color: #707070;
    --swiper-pagination-bottom: calc(1rem / var(--ratio));
    --swiper-pagination-bullet-horizontal-gap:.5rem;
} */
.form-control:read-only,
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.btn:disabled {
    background: #cdcdcd;
    border-color: #cdcdcd;
}

html {
    width: 100vw;
    overflow-x: hidden;	
	font-size: 16px;
}

body {
    font-family:'Helvetica',sans-serif;
    overflow-x: hidden;
    margin-right: 0 !important;
    padding-right: 0 !important;
    color: var(--color-tak-black);
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
	font-size: 16px;
}

*,
::before,
::after {
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    user-select: none;
}

figure figcaption {
    font-size: 0.75rem;
    margin-top: 0.375rem;
}
.lh-normal{
    line-height:normal;
}
a,
[onclick],
.btn,
button,
input {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
}

a {
    color: inherit;
}

p, dl, ol, ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
	font-family: "Anton";
	color: var(--color-tak-black);
	letter-spacing: .025em;
}

h4 {
	
}
.versal { text-transform: uppercase; }
ol,ul { padding-left:.8rem; }
.card ul li { padding-left: .8rem; margin-bottom: .5rem; }
.card ul li:before { content: '•'; position: absolute; left: 0; }
span[style] {
    font-family: inherit !important;
}

input {
    box-shadow: none !important;
}

.text_ellipsis {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table{
    margin-bottom:0;
}
.container {
    position: relative;
}
.section { padding: 3rem 0; }
.pg8 .section { padding: 3rem 0 0; }
footer {
	background: var(--color-tak-black);
	color: #fff;
	margin-top: 5em; 
	padding: 2em;
}
footer.footer2 {
	background: #fff;
	text-align: center;
	margin-top: 0; 
}

.jcc { justify-content: center !important; }
.nav-item { padding-right: .5em; }

.form-control {
	border-radius: 0;
	background: #f1f1f1;
	
}
.form-group {
	margin-bottom: .5em;
}
.fussnote { margin: 1em 0; font-size: .9em; display: block; }
.hide {
	display: none;	
}
#kontaktf {
	margin-top: 2em;
}

@media (max-width: 1600px) {
	.nav-item {
		padding-right: clamp(10px, 1vw, 30px); 
	}
	.nav-link {
		/* font-size: clamp(1em, 1.5vw, 1.4em) !important;  */
	}
	.jcc { justify-content: end !important; }
}

@media (max-width: 1500px) {	
	
}

@media (max-width: 1200px) {	
	html {
		/* font-size:1.333333333333333vw; */
		/* font-size:.9vw;  */
		/* font-size:13px; */
	}
	body {
		/* font-size:1rem; */
	}
	
}

.swiper-wrapper{}
.swiper-button-prev:after,.swiper-button-next:after{display:none}

::-ms-input-placeholder { /* Edge 12 -18 */
	color:#707070;
	opacity:0.253!important;
}

.row-equal {
	display: flex;
	flex-wrap: wrap;
}
.row-equal > [class*='col-'] {
	display: flex;
	flex-direction: column;
}