/*
Theme Name: IFR
Theme URI: heneart.com
Author: heneart
Author URI: https://heneart.com
Description: template for Ines Felicitas Rittner
Version: 1.0.0
License: commercial
License URI: 
Tags:
*/

/*
colors:
dark grey #232023
bordeaux #d71e18

*/
/* open-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin_latin-ext-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin_latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin_latin-ext-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin_latin-ext-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v34-latin_latin-ext-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin_latin-ext-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





body {
	color: #232023  ;
	font-size:16px;
	margin:0;
	padding:0;
	font-family: 'Open Sans';
	font-weight:400;
	scroll-behavior: smooth;
}

.tresc { background: #f1f1f1;}
.tresc a:not(.uk-button) {color:#d71e18;}
.uk-navbar-nav > li > a { color: #232023  ; position: relative; }

.uk-navbar-nav > li > a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #232023;
    transition: transform 0.25s ease-out;
    transform-origin: bottom center;
  }
  
  .uk-navbar-nav > li > a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom center;
  }
  

html
{
	margin:0;
	padding:0;
	
}

body, html { padding: 0; margin: 0;}
.footer-menu { margin:0; padding:0; list-style:none; font-weight:inherit;}
.footer-menu ul { margin:0; padding:0; list-style:none; font-weight:inherit;}
.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
a {outline: none; color: #232023; text-decoration:none; }
a:hover {outline: none; color: #232023; }
a.czarny {outline: none; color: #232023; text-decoration:none; }
.clr { clear:both;}
.hide { display:none;}

.callbutton {position: fixed; right:10px; bottom:10px; background: 	#25d366; color:white; padding:10px; border-radius:50%; z-index:1000; /*border:solid 2px white;*/ }
.callbutton a:hover {background:#25d366; color:white; }

.gradient-background {
background: linear-gradient(135deg, #f1f1f1 0%, #e4e4e4 100%)
}

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

img.respo{
width: 100%;
height: auto;
display: block;
}

.greyscale {
  filter: url(filter.svg#grayscale);
  filter: gray;
  -webkit-filter:
grayscale(1);
  opacity: 0.5;
}


.redondeo { border-radius:10px;}
.redondeo-top {border-radius:10px 10px 0 0;}

.uk-card { border-radius:10px;}
.uk-card .uk-card-media-top img {border-radius:10px 10px 0 0;}

.ifr-logo {width:80px; height: auto;}

.uk-padding-remove-horizontal-desktop {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* hide search if sticky*/
/*.uk-sticky-fixed { opacity:0;}*/

.ramka-wideo {
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%,  #232023 100%);
-webkit-transform: rotate(0.000001deg);
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px; 
overflow: hidden; 
}

.custom-shape-divider-bottom-1699975855 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1699975855 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 96px;
}

.custom-shape-divider-bottom-1699975855 .shape-fill {
    fill: #f1f1f1;
}
.uk-sticky-fixed .menuline { background:#4ea5eb;}
.booking {/*background:#4ea5eb; padding:10px;*/}


.gradient-background {
  background: linear-gradient(300deg,#f1f1f1,#ffffff,#a1a1a1);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*uikit overrides*/
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color:#d71e18;
  border-color:
transparent;
}
.uk-divider-small::after {
  width: 100px;
  border-top: 1px solid #d71e18;
}

.uk-icon-button-large {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border-radius:
50%;
  background: rgba(215, 30, 24, 0.7);
    color:#fff;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition:
.1s ease-in-out;
    transition-property: all;
  transition-property: color,background-color;
}
.uk-card-default { color:#232023;}

.uk-button { border-radius:10px; transition: 0.2s;} 

.uk-button-default {
  background-color: #d71e18;
  color: #fff;
  border: 1px solid #d71e18; 
  font-weight:600;
}

.uk-button-default:hover {
  background-color: #fff;
  color: #d71e18;
  border: 1px solid #d71e18;
  font-weight:600;
  transition: 0.2s;
}

.uk-button-default-outline {
  background-color: transparent;
  color:#d71e18;
  border: 1px solid #d71e18;
  font-weight:600;
}


.uk-button-default-outline:hover {
  background-color: #d71e18;
  color: white;
  border: 1px solid #d71e18;
  font-weight:600;
}

.uk-button-secondary {
  background-color: #1e2148;
  color: white;
  border: 1px solid #1e2148;
   font-weight:600;
}

.uk-button-secondary-outline {
  background-color: transparent;
  color: #1e2148;
  border: 1px solid #1e2148;
   font-weight:600;
}

.uk-button-secondary-outline:hover {
  background-color: #1e2148;
  color: white;
  border: 1px solid #1e2148;
   font-weight:600;
}




.uk-button-white {
  background-color: #ffffff;
  color:#1e2148;
  border: 1px solid #ffffff;
  font-weight:600;
  letter-spacing:2px;
}


.uk-button-line {
  background-color: none;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #000;
  border-bottom: 2px solid #4ea5eb;
  border-radius:0;
}

.uk-slidenav {
  /*color:#4ea5eb;*/
  color:#232023;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 0, 0 , 1);
}
.uk-dotnav > * > * {

    background-color: rgba(0, 0, 0, 0);
  border: 3px solid rgba(0, 0, 0, .4);
    border-top-color: rgba(0, 0, 0, .4);
    border-right-color: rgba(0, 0, 0, .4);
    border-bottom-color: rgba(0, 0, 0, .4);
    border-left-color: rgba(0, 0, 0, .4);
}

/* top line */
.bookme {font-family: 'Open Sans'; font-size:0.8rem; letter-spacing:3px; text-transform:uppercase; font-weight:800;}

.ops {font-family: 'Open Sans';}
.cien {text-shadow: 0px 1px 2px #000000;}
.upcase { text-transform:uppercase;}


.menuglowne .uk-navbar-nav > li > a { color: #232023; font-family: 'Open Sans'; font-weight:600}

.pagehead a:hover,
.pagehead .uk-iconnav a:hover { text-decoration:none;}

.pagehead { background-size:contain; background-position: center right; }
.starthead {height:50vh}
@media (max-width: 800px) {
.pagehead { background-size: cover; background-position: center center;}	
.eb-row-wrapper { padding:0 20px;}
}



.subpage a,
.subpage .uk-iconnav a,
.subpage .uk-navbar-toggle,
.subpage .uk-navbar-item,
.subpage .uk-navbar-item a { color: #232023;}

.subpage a:hover,
.subpage .uk-iconnav a:hover
{ text-decoration:none;}


.slogline1 {font-size:50px; line-height:40px; font-weight:300; color: #232023} /*vacaciones*/
.slogline2 {font-size:1.2rem; } /* un concepto */
.slogline3 {font-size:50px; }  /* estilo */

@media (max-width: 800px) {
.slogline1 {font-size:30px; line-height:40px; color: #232023} /*vacaciones*/
.slogline2 {font-size:20px; color: #232023} /* un concepto */
}

/* content elements */
.mini-title { font-family: font-family: 'Open Sans';  color: #232023;
   letter-spacing:2px; text-transform:uppercase; font-weight:600; font-size:0.8rem}
.section-title { font-size:2rem; font-weight:bold; line-height:2.5rem; margin-top:10px; color:#232023;}
.section-description {}

.uk-close {color: #232023;}

.slidetext {background:white; margin-left:-200px; padding:50px;}

/*menu glowne*/
ul.menuglowne {  font-size:1.2rem; font-weight:800; padding: 0; margin:0; list-style-type: none;}
ul.menuglowne  li  {  padding: 0; margin:0;}
.menuglowne .uk-nav li a{  padding: 0;}


ul.menuglowne li a {-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	 color: #232023;
  text-transform: uppercase;}	
	 
ul.menuglowne li a:hover,
ul.menuglowne li.current-menu-item a {text-decoration:none; color: #d71e18;}

.menu-mobilne .uk-offcanvas-bar{ background: #232023;}
@media (max-width: 800px) {
	.slidetext {background:white; margin-left:0; padding:50px;}
}


/*color modifiers*/

.bordo { color:#d71e18;}

.czarny { color: #232023;}
.czarny:hover { color: #232023; text-decoration:none;}
.czarny-bg {background-color: #232023;}

.bialy { color:white;}
.bialy:hover { color:white; text-decoration:none;}
.bialy-bg {background-color:white;}

.szary-bg  {background-color:#f1f1f1;}

.pomarancz { color:#ff6b3a;}
h3.pomarancz { color:#ff6b3a;}
/*z index over menu pane*/

.uk-divider-vertical. #232023-divider {  border-left: 1px solid  #232023; height:60px; margin-top:50px; margin-bottom:50px;}
.uk-divider-vertical.white-divider {  border-left: 1px solid white; height:60px; margin-top:50px; margin-bottom:50px;}

.page-title { text-transform: uppercase; font-weight:700; color:white;}
/*wyposazenie*/

/*.equipment svg path {
  fill: #4ea5eb;
}​ 
*/
ul.almohadilla {
  list-style: none;
  margin:0;
  padding:0;
}

ul.almohadilla li{ margin:0; padding:0;}

ul.almohadilla li:before {
content: "#";
padding-right:5px;
}


/*ikony kolor*/

.czarny.uk-icon svg path {
fill: #000000;
}

.czarny.uk-icon svg circle {
fill: #000000;
}

.czarny.uk-icon svg polygon {
fill: #000000;
}

.yellow.uk-icon svg path {
  fill: #fae316;
  }
  
.yellow.uk-icon svg circle {
  fill: #fae316;
  }
  
.yellow.uk-icon svg polygon {
  fill: #fae316;
  }
  

.hime a{outline: none; color: #232023; text-decoration:none; }

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



.strzalka { color: #232023!important}
.stopka { background:#f1f1f1;} 
.stopka a { color:#232023}
.stopka a:hover { color:#232023; text-decoration:underline;}
.text-extra-small {
  font-size: .8rem;
  line-height: 1;
}
/*.stopka a, .stopka a:hover{ color: #232023; text-decoration:none;}*/

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
font-family: 'Cabin', sans-serif;}

/*contactform*/
::-webkit-input-placeholder { /* WebKit browsers */
color: #666 !important;
opacity: 1;
font-family: 'Cabin', sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666 !important;
opacity: 1;
font-family: 'Cabin', sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666 !important;
opacity: 1;
font-family: 'Cabin', sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #666 !important;
opacity: 1;
font-family: 'Cabin', sans-serif;
}


@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.6; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}


/*gutenberg */
.roundplayer {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 320px;
  width: 480px;
}

.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}

.forminator-button-submit{border-radius:10px; display: inline-block;
  box-sizing: border-box;
  padding:0 30px;
  vertical-align: middle;
  font-size: .875rem;
  line-height: 38px;
  text-align: center;
  text-decoration:none;
  text-transform: uppercase;}
