@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');

/*div.is-sidebar > .is-sidebar-button#code-btn{
     display:block;
 }*/


body{
    font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Playfair Display, serif;
}

p{
    font-family: sans-serif;
}

a{
    font-family: sans-serif;
}
@media(max-width:576px){
    
    #app\ companyadmin\.webapp-page\.publish > div:nth-child(5) > div.is-overlay > div{
        background-size:cover !important;
    }
    #app\ companyadmin\.webapp-page\.publish > div:nth-child(7){
        background: #BC6D44 !important;
    }
    .rel{
        top:0 !important;
    }
    .smaller{
        font-size:35px !important;
    }
    .no-mar{
        margin-top:20px !important;
    }
    .smaller2{
        font-size:21px!important;
    }
    .navone {
        position: static !important;
        background: #BC6D44 !important;
    }
}

.navone{
    position:absolute !important;
    top:20px !important;
}
.form-control {
	border-bottom: 2px solid #262626 !important;
	border-radius: 0 !important;
	border-top: 2px solid #262626 !important;
	border-left: 2px solid #262626 !important;
	border-right: 2px solid #262626 !important;
	background:transparent !important;
}

input.form-control, .input.form-control.msg{
font-family: sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 22px !important;
color: #262626 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border-bottom: 2px solid #262626 !important;
	border-radius: 0 !important;
	border-top: 2px solid #262626 !important;
	border-left: 2px solid #262626 !important;
	border-right: 2px solid #262626 !important;
}

.send-btn {
	padding: 12px 15px !important;
	border: 2px solid #262626!important;
    font-family: 'Syne', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #262626;
	border-radius:0 !important;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:active {
    background: #BC6D44;
border-radius: 50px;
}
.navbar-nav>li>a {
font-family: Playfair Display, serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 19px;
color: #F7F8F1;
padding: 25px;

}

.footer-text, .footer-text>a {
font-family: sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #F7F8F1;
}


ul.nav.navbar-nav.hidden-xs {
    width: 150px;
}

.footer {
    background-color: rgb(34,35,38) !important;
}


/* accordio mobile */
@media (max-width: 768px) {

    .accordion {
        width: 100% !important;
        padding: 0 8px;
        margin: 0;
    }

    .box {
        width: 100% !important;
        max-height: 60px;
        margin: 10px 0;
        overflow: hidden;
    }

    
    .box-title {
        width: 100% !important;
        padding: 10px 15px !important;
        font-size: 15px !important;
        line-height: 20px !important;
        height: auto !important;
        display: block;
        white-space: normal;
    }

  
    .arrows section .box-title {
        padding-left: 30px !important;
        font-size: 18px !important;
    }

    .arrows section .box-title:before {
        left: 10px !important;
        top: 8px !important;
        font-size: 14px !important;
    }

    .box-content {
        width: 100% !important;
        line-height: 18px !important;   
        padding: 8px 25px !important;  
        font-size: 14px !important;
    }
    
    .box-content ul,
    .box-content li,
    .box-content span {
        font-size: 14px !important;   
        line-height: 18px !important;
        padding: 0 !important;
        margin: 4px 0 !important;     
    }


    input:checked + .box {
        max-height: 2000px !important;
    }
}

/*accordio menu */

.accordion {
	margin: auto;
	width: 850px;
}
.accordion input {
	display: none;
}
.box {
	position: relative;
	background: rgb(230,233,235);
    
    transition: all .15s ease-in-out;
    
    max-height: 64px;
    overflow: hidden;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    
}
.box::before {
    content: '';
    
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
	background: #00BCD4;
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	color: white;
	cursor: initial;
}
.box-title {
	width: calc(100% - 40px);
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
	font-size: 18px !important;

	font-family: sans-serif !important;
}
.box-content {
	width: calc(100% - 40px);
	padding: 30px 20px;
	font-size: 11pt;
	color: #000;
	display: none;
}
.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
	height: auto;
	margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
    max-height: 1000px;
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows section .box-title {
	padding-left: 44px;
	width: calc(100% - 64px);
}
.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: -2px;
	transition: transform .15s ease-in-out;
	color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}

 /*end*/




.card {
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 20px; 
}

.card img {
    width: 64px;      
    height: 64px;
    object-fit: contain;
}

.card p {
    margin: 0;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}


/* navbar hover */

.navbar-nav>li>a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(230,233,235), transparent);
  background-size: 300% 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.navbar-nav>li>a:hover {
  background-color: transparent !important;
  color: #fff !important;
  
}

.navbar-nav>li>a:hover::after {
  opacity: 1;
  animation: shimmer111 2s linear infinite !important;
}


@keyframes shimmer111 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* end */

 .btn-form {
    background-color:  #000; 
    color: #fff; 
    border-color:  #000; 
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    padding: 16px 35px;
    font-weight: 400;
}

.btn-form:hover {
   
    color: #000; 
    border-color: #000;
 
}


.navbar .icon-bar {
    background-color: rgb(230,233,235) !important;
}


@media (max-width: 768px) {
    
.navbar-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

.navbar-right li {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
}

.navbar-brand>img {
    
    width: 200px !important;
}

.navbar-nav>li>a {

padding: 10px;

}  


}

#cconsent-bar {
    background-color:  rgb(230,233,235) !important;
    
}


button.consent-give, button#ccm__footer__consent-modal-submit  {
    background-color: #000 !important;
    color: #fff !important;

    
}

a.ccb__edit {
    color: #000 !important;
}

.cc-text {
    color: #000 !important;
}

a#language-switcher-button-37309 {
    padding: 25px !important;
}
