/* CSS Document */
@import url("plugins.css");

/*
 * Globals
 */

html,
body {
  height: 100%;

	color: black;
}

a,
a:focus,
a:hover {
  color: #000;
}
a {text-decoration: none !important}

h1,h2,h3,h4,h5,h6 , p {color: black; padding: 10px }

.frame {border: 2px solid #7a0724;box-shadow: rgba(0, 0, 0, 0.65) 0px 10px 20px;}
.logo {
position: absolute;
top: -23px;
width: 96px;
z-index:2;
}

.nav-link {font-size: 18px}

.bg-red {background-color:#a10b31}

.bg-blue {background-color:#40f0ff}

.sm-icons {
  flex-direction: row;
}
.sm-icons .nav-link {
  padding-right: 1em;
}



.sectionEven {
    background-color: #fdf5ea;    
    padding: 2rem;
}
.sectionOdd {
    background-color: #ffffff;    
    padding: 2rem;
}

.sectionHead {
    padding: 30px 0 0 10px;    
}


.slider {
    padding-top:5.8rem;
}
.s-box {
    border: 1px solid #ccc;
    background-color: rgb(255,255,255,0.7);
    margin-bottom: 1.2rem;
    padding: 1.25rem !important;
}
.s-header {
    text-align: center;
    padding: 1rem 0;
    text-transform: uppercase;
    font-size:40px;
}
.trenner {
    padding: 1rem 2rem;
    opacity: 0.8;
    color: #ccc;
    display: block;
}

 .ratio-9x16 {
        --bs-aspect-ratio: 177.7777777778%;
    }
 /* X-Small */
    @media (max-width: 575px) {
		 .ratio-xs-9x16 {
            --bs-aspect-ratio: 177.7777777778%;
        }
}
 /* Small */
    @media (min-width: 576px) {
		 .ratio-sm-9x16 {
            --bs-aspect-ratio: 177.7777777778%;
        }
}
/* Medium */
    @media (min-width: 768px) {
		.ratio-md-9x16 {
            --bs-aspect-ratio: 177.7777777778%;
        }
}
 /* Large */
    @media (min-width: 992px) {
		 .ratio-lg-9x16 {
            --bs-aspect-ratio: 177.7777777778%;
        }
}

/* Extra large */
    @media (min-width: 1200px) {
	 .ratio-xl-9x16 {
            --bs-aspect-ratio: 177.7777777778%;
        }	
		
}
 /* Extra extra large */
    @media (min-width: 1400px) {
	   .ratio-xxl-9x16 {
            --bs-aspect-ratio: 177.7777777778%;
        }	
}
/*contact*/
.checkbox {padding-top: 10px}
.has-success {border-color:#0C3;}
.has-error {border-color:#f00; box-shadow:inset 0 0 0.3em red; }
input[type="checkbox"].has-error {-webkit-appearance: none; border:1px solid #f00; background-color: #F99;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);padding: 6px;border-radius: 3px; display:inline-block; position:relative; margin:6px 5px 0 0}
em.error.help-block{background-color: #f00; padding: 0 4px; color: #fff; margin-top: 2px; font-size:12px; }
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.form-check-input {margin-top:1em}
.valid-feedback {background-color: green; color: white; padding: 3px 5px; display: table-cell !important; margin-top: 2px}
.invalid-feedback{background-color: red; color: white; padding: 3px 5px; display: table-cell !important;}
.list-unstyled li {line-height: 30px}


@media screen and (max-width: 1024px) {
    .rwd-break {display: none;}
    small {font-size: 1.2vw}
    p, .italic, .footer { font-size: 1.6vw;}
		.logo {
position: absolute;
width: 64px;
		top:4px;
z-index:2;
}
}

@media screen and (max-width: 600px) {
    p, .italic, .footer { font-size: 3.5vw;}
	p {line-height:22px;}
	small {font-size: 3vw}
    h2 {font-size: 4vw;}   
    .checkbox {margin-top: -10px} 
    #scrollToTop{bottom: 20px!important; right: 20px !important;}   
	.logo {
position: absolute;
width: 48px;
		top:4px;
z-index:2;
}

}

.sticky-footer {    
    background-color: #f5f5f5;
}


#scrollToTop{
	position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    padding: 10px 16px;
    background-color: #7a0724;
	color:#efefef;
	opacity: 0.6;
	transition: 0.5s;
	border-radius: 100%;
}
a div#scrollToTop:hover {color: #fff; opacity: 1; font-size: 20px}

.bi {
        /*fill: white;*/
      }

/* ------------------------------------------------------------- *
 * Page header
/* ------------------------------------------------------------- */

#page-header {
	position: relative;
	background-color: rgba(101, 101, 101, 0.1);
	overflow: hidden;
}
.page-header-inner {
	position: relative;
	padding: 25rem 0;
}
@media (max-width: 1280px) {
	.page-header-inner {
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
}

.bg-image {background-repeat: no-repeat; background-size: cover;}

.tt-wrap {max-width: 1440px; margin: 0 auto; padding-left:15px; padding-right: 15px}


/* Page header caption 
======================= */
.page-header-caption {
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
@media (max-width : 1440px) {
	.page-header-caption {
		padding-left: 8%;
		padding-right: 8%;
	}
}


/* page header title */
.page-header-title {
	max-width: 960px;
	margin: 0;
	
	font-weight: 700;
	font-size: 52px;
	color: #fff;
    background-color:transparent;
}


@media (max-width : 768px) {
	.page-header-title {
		font-size: 32px;
	}
    #page-header {
	position: relative;
	background-color: rgba(101, 101, 101, 0.1);
	overflow: hidden;
        padding-top: 400px;
}
}
.hr-short {color: white;}
/* page header subtitle */
.page-header-subtitle {
	max-width: 900px;
	margin: 20px 0;
	font-size: 24px;
	color: #222;
}

/* page header category */
.page-header-category {
	margin-top: 10px;
}
.page-header-category > a {
	display: inline-block;
	background-color: #08c1b8;
	padding: 2px 4px 0 4px;
	font-size: 12px;
	color: #fff;
}
.page-header-category > a:hover {
	opacity: .9;
}

/* page header description */
.page-header-description {
	max-width: 890px;
	margin: 20px 0 0 0;
	line-height: inherit;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.page-header-description p {color: #fff;}

.breadcrumb {padding: 10px 0; }
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:hover {color: #333; font-size: 16px}

.breadcrumb-item.active {
    color: #aaa;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

@media (max-width : 767px) {
	.page-header-description {
		font-size: 15px;
	}
    
}

/* If page header contains background image 
============================================ */
.page-header-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-header-image.hide-ph-image { /* if page header is hidden */
	display: none;
}

#page-header.ph-image-on {
	color: #FFF;
}

#page-header.ph-image-on .page-header-title {
	color: #FFF;
}

#page-header.ph-image-on .page-header-subtitle {
	color: #FFF;
}

#page-header.ph-image-on .page-header-description {
	color: #EEE;
}

#page-header.ph-image-on .ph-more-info-trigger {
	color: #EEE;
}
#page-header.ph-image-on .ph-more-info-trigger:hover,
#page-header.ph-image-on .ph-more-info-trigger:focus {
	color: #EEE;
}


/* Page header sizes 
====================== */
#page-header.ph-xs .page-header-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
#page-header.ph-sm .page-header-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
#page-header.ph-lg .page-header-inner {
	padding-top: 140px;
	padding-bottom: 140px;
}
#page-header.ph-xlg .page-header-inner {
	padding-top: 200px;
	padding-bottom: 200px;
}

/*footer*/
footer, footer a, footer p, footer li  {font-size:18px}


.slim-slider-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slim-slider {  
  padding: 2em 0em;
}

.slim-slide {
  width: 100px;
  height: 100px;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

