/* *************************************** Typography *************************************** */
html,
h1,
h2,
h2a,
h3,
h4,
h7,
h8,
p,
p2,
p3,
a,
sz,
blockquote,
table {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

html,
p {
    font-size: 32px;
    color: #93969f;
    line-height: 1.7em;
}

p2 {
    font-size: 20px;
    color: #93969f;
    line-height: 1.7em;
}

p3 {
    font-size: 20px;
    color: #1d1d1b;
    line-height: 1.7em;
}

h1,
h2,
h2a,
h3,
h4,
h5
 {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
}

h1 {
    font-size: 36px;
    line-height: 1.5em;
}

h2, h2a {
    font-size: 32px;
    line-height: 1.5em;
}

h3 {
    font-size: 28px;
    line-height: 1.5em;
}

h4 {
    font-size: 24px;
    line-height: 1.5em;
}

h5 {
    font-size: 20px;
}

h6 {
    color:#d9262b;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: none;
	margin-left: 3%;
}

h7 {
    font-size: 30px;
    color: #d9262b;
    font-weight: bold;
    text-align: match-parent;

    /* position: relative */
}

h8 {
    font-size: 32px;
    line-height: 1.5em;
    color: #d9262b;
    font-weight: bold;
}

sz {
    font-size: 16px;
    color: #1d1d1b;
    line-height: 1.7em;
}

a {
    color: #1d1d1b;
}

a:hover {
    color: #d9262b;
}

a:visited {
    color: #d9262b;
}

ol {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: none;
    counter-reset: list;
}

ol li:before {
    counter-increment: list;
    content: counter(list) ".";
    color: #d9262b;
    padding-right: 6px;
}

ol li {
    font-size: 15px;
    color: #93969f;
    line-height: 1.7em;
    margin: 0 0 8px 0;
}

body {
    padding-top: 60px; /* or match your navbar's actual height */
}
/*ul > li {
    color: #DAD9CF;
} */

/* *************************************** Media queries *************************************** */
/* Media queries */
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1200px) {
    p.logo-slogan {
        display: none;
    }

    .intro .carousel-caption {
        top: 0;
    }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 1024px) {
    .intro h1 {
        margin: 0;
    }

    .our-team ul {
        margin-bottom: 30px;
    }

    .quform-theme-custom-custom .quform-submit button em {
        padding: 0;
        margin-top: -10px;
    }

    .quform-theme-custom-custom .quform-submit button span {
        padding: 0;
    }
	.static-pages h1 {
        font-size: 18px ;
    }
	
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 960px) {
    .about h5 {
        margin-top: 45px;
    }

    .page-about-intro h5 {
        margin-top: 30px;
    }

    footer h5 {
        margin-top: 45px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .intro h1 {
        font-size: 36px;
    }

    .intro p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .intro ol.carousel-indicators {
        display: none;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .intro h1 {
        font-size: 20px;
    }
	
    .intro ol.carousel-indicators {
        display: none;
    }

    .services .btn {
        margin-bottom: 45px;
    }
	
	.intro img { width="250" margin-top: 0rem; margin-left: 0; }

	.intro col-md-5 {height: 10rem; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .intro .btn {
        display: none;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .intro .btn {
        display: none;
    }

    .map {
        display: none;
    }
}

@media (max-width: 1215px) {
    .slider-logos {
        display: none;
    }
}

@media (max-width: 1199px) {
    a.navbar-brand img {
        width: 200px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }
}

@media (max-width: 995px) {
    a.navbar-brand img {
        width: 150px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }
}

@media (max-width: 399px) {
    a.navbar-brand img {
        width: 120px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }
}

@media (max-width: 730px) {
    .intro h1 {
        font-size: 24px;
    }

    .carousel-caption > p {
        font-size: 14px;
        line-height: 1.5em;
    }
}

@media (max-width: 450px) {
    .intro h1 {
        font-size: 18px;
    }

    .carousel-caption > p {
        font-size: 12px;
        line-height: 1.5em;
    }
}

@media (min-width: 992px) {
    .log-management-panel {
        width: 33.33333333% !important;
    }
}

/* *************************************** Generic styles *************************************** */
.panel-heading:hover {
    background: #d9262b;
    border-color: #d9262b;
    color: #fff;
}

.panel-heading:hover .panel-title {
    color: #fff;
}

.panel {
    background: #fff;
}

.panel:active {
    background: #fff;
}

.panel-title {
    color: #5a5b5f;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px;
}

.panel-body p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

p.pt-title {
    font-size: 22px;
    letter-spacing: 1px;
    color: #d9262b;
    text-transform: uppercase;
    border-bottom: 1px solid #e8ebee;
    padding: 14px 4px;
}

.s-left {
    display: inline-block;
}

.s-right {
    position: relative;
    float: right;
    text-align: right;
}

.heading-line {
    background: #e2e8ea;
    width: 100%;
    height: 1px;
    display: block;
    margin: 25px 0 0 0;
}

.heading-line-small {
    background: #d9262b;
    width: 56px;
    height: 2px;
    display: block;
    margin-top: -1px;
    margin-bottom: 40px;
}

.heading-line-small p2 {
    line-height: 1.5em;
	text-align: justify;
	color: #1d1d1b;	
}

.heading-text {
    margin: 0 0 60px 0;
    font-size: 16px;
}

.center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.align-left {
    text-align: left;
}

span.highlight {
    color: #d9262b;
}

.right {
    text-align: right;
    float: right;
}

.max-width {
    width: 100%;
}
 
/* ***************************************   Navigation  *************************************** */
.nav > li > a {
    padding: 10px 5px;
}

nav.navbar.navbar-default {
    margin: 0 0 2px 0 !important;
    padding-top: 2px;
    padding-bottom: 12px;
    border: 0;
    border-bottom: 1px solid #e8edef;
}

a.navbar-brand {
    text-transform: uppercase;
    font-size: 27px;
    color: #DAD9CF; 
    display: inline-block;
}

a.navbar-brand p {
    font-size: 27px;
    color: #DAD9CF;
    display: inline-block;
    margin: 0px 0 0 0;
}

a.navbar-brand img {
    display: inline-block;
    max-height: 60px;
}

p.logo-text {
    text-transform: uppercase;
    color: #e2e8ea;
    font-weight: 400;
}

p.logo-slogan {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: lowercase;
    margin: 26px 0 0 10px;
}

nav.navbar.navbar-default {
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-default .navbar-nav a {
    padding-top: 35px;
    font-weight: 600;
	color: #1d1d1b !important;
}

@media only screen and (max-width: 1000px) {
.navbar-default .navbar-nav > li > a {
    padding-top: 8px ;
}
}
.navbar-default .navbar-nav > .current > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
    background: none;
    border-top: 2px solid #d9262b;
    color: #d9262b;
    margin-top: -2px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border-top: 2px solid #d9262b;
    margin-top: -2px;
    color: #d9262b !important;
}

.navbar-nav > .open > a {
    background: #fff !important;
    color: #d9262b !important;
}

.dropdown-menu {
    padding: 0;
    border-radius: 6px;
}

.dropdown-menu .navbar-default .navbar-nav a {
    padding: 0;
}

.dropdown-menu > li > a {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #979ba3;
    text-transform: none;
    padding: 15px 0 15px 0 !important;
}

.dropdown-menu > li > a:hover {
    background: #fff;
    color: #d9262b;
}

.dropdown-menu > li {
    padding: 0 15px;
}

.dropdown-menu .divider {
    margin: 0 15px;
}

/* ***************************************   Intro  *************************************** */
.intro {
    text-align: center;
    margin-top: 84px;
}

.intro2 {
    text-align: center;
    margin-top: 60px;
}

.intro p {
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 35px;
}

.intro h1 {
    font-size: 42px;
    color: #1d1d1b;
}

.intro .carousel-caption {
    top: 10%;
    left: 10%;
}

.carousel-control span {
    transform: scale(2.5);
}



.cite {
    width: 65%;
    margin-left: 60px !important;
    font-size: 16px !important;
    color: #000 !important;
    text-align: justify ;
	font-style: italic !important;
}



@media (max-width: 599px) {
	
	div.section {
    padding-bottom: 30px !important;
    padding-top: 20px !important;
	}

	.heading-line-small {
    margin-bottom: 5px !important;
	}
	
	.page-about-qoute {
    margin-top: 5px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	}

	.carousel-text p {
        color: white;
        font-size: 24px;
    }
	.carousel-text-top h2 {
        color: white;
        font-size: 24px;
    }
	.intro h2 {
        font-size: 16px;
    }
    
	.container h2 {
        font-size: 20px;
    }
    
	.container h6 {
        font-size: 18px;
	}
	
	.intro p {
        font-size: 16px;
        margin-bottom: 15px;
    }

	.carousel-text-center {
        background-color: rgba(0, 0, 0, 0);
    }
	
	.carousel-text-top {
        background-color: rgba(0, 0, 0, 0);
    }
	
	.carousel-text {
        background-color: rgba(0, 0, 0, 0);
		top: 25%;	
    }
	
	.intro carousel-text-center p {
        font-size: 12px ;
    }
	
	.page-about-qoute p {
     font-size: 16px !important;
	margin-right: 0px !important;
    }
	
	.page-about-cert {
        margin-top: 15px !important;
		padding: 0px 20px !important;
    }
	
	.page-about-cert p {
        font-size: 16px !important;
    }
	
	.page-references-qoute p {
		font-size: 16px !important;
    }
	
	.col-md-5 {
        height: 7rem !important; 
		border-left: 0 !important;
    }
	
	.col-md-5 img{
        height: 7rem; 
		margin-top: 0.2rem !important;
		margin-top: 0.2rem !important;
    }
	
	.carousel-track {
		gap: 2rem !important;
		height: 3.5rem !important;
	}

	.list-item {
    font-size: 16px !important;
    line-height: 1.7em !important;
}

	footer  {
    padding: 0px 0px 30px 0px !important;
}

}

@media (max-width: 599px) {
    .carousel-text p {
        color: white;
        font-size: 12px;
    }


.list-item {
    font-size: 18px;
	line-height: 1.8em;
}

.list-item p {
    font-size: 20px;
	color: #93969f;
}

.carousel-indicators .active {
    display: none;
	/*background: #d9262b;
    border: 1px solid #d9262b; */
}

ol.carousel-indicators {
    display: none; 
	/*list-style: none;
    counter-reset: none; */
}

ol.carousel-indicators li:before {
    content: none;
}
}
/* ***************************************   Clients  *************************************** */
.clients {
    text-align: center;
    padding: 24px 0;
}

.clients ul {
    margin: 0;
}

.clients ul li {
    display: inline;
    list-style: none;
}

.company-carousel {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;

    /* height: min-content; */
    /* display: flex;
  justify-content: center;
  align-items: center; */
    /* gap: 3rem; */
}

.carousel-track {
    display: flex;
    gap: 3rem;
    animation: scroll 80s linear infinite;
    justify-content: center;
    align-items: center;
    width: max-content;
	height: 4rem;
}

	.company-logo {
    img {
        height: auto;
        width: 200px;
        object-fit: cover;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ***************************************   Page about  *************************************** */


.page-about-intro p {
    line-height: 1.7em;
    margin: 0 0 20px 0;
}

p.team-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #5a5b5f;
    letter-spacing: 1px;
    margin: 35px 0 8px 0;
}

p.team-pos {
    font-style: italic;
    margin: 0 0 18px 0;
}

p.team-desc {
    line-height: 1.7em;
}

.page-about-qoute p {
    color: #1d1d1b;
	font-size: 20px;
    line-height: 1.5em;
	text-align: justify;
	margin-right: 80px;
}

.page-references-qoute p {
    color: #1d1d1b;
	font-size: 20px;
    line-height: 1.5em;
	text-align: center;
}

.page-about-qoute {
    margin-top: 50px;
	border-right: 3px solid #d9262b;
	border-left: 0px;
}

.page-about-cert p {
    color: #1d1d1b;
    background: #fff;
	font-size: 20px;
    line-height: 1.5em;
	text-align: justify;
}
	
.page-about-cert {
    margin-top: 50px;
 background: #fff;
}

.page-references-qoute {
    background: #f5f5f5;
    border: 1px solid #e2e8ea;
    border-radius: 6px;
    padding: 20px 30px;
}




/* ***************************************   Services  *************************************** */
.service-list .title-container .service-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 12px;
}

.service-list .title-container .heading-line {
    margin-top: 0;
}

.service-list .title-container .heading-line-small {
    margin-bottom: 8px!important;
}

.service-list .sub-titles-list .title {
    color: #d9262b;
    cursor: pointer;
}

.service-list .sub-titles-list .title:hover {
    border-bottom: 1px solid;
}

.service-list .sub-titles-list li:before,
.service-list .sub-titles-list .title.collapsed {
    color: #93969f;
}

.service-list .sub-titles-list li,
.service-list .sub-titles-list .service-description {
    color: #333333;
}

.service-list .sub-titles-list li {
    list-style: none;
    font-size: 18px;
}

.service-list .sub-titles-list li:before {
    content: "\00BB \0020";
    font-size: 22px;
}

.service-list .sub-titles-list .service-description,
.service-list .sub-titles-list .service-description li {
    font-size: 15px;
}

.service-list .sub-titles-list .service-description {
    margin-bottom: 8px;
    text-align: justify;
}

.service-list .sub-titles-list .service-description div {
    margin-bottom: 8px;
}

.service-list .sub-titles-list .service-description li:before {
    content: "\25A0";
    color: #b2b2b2;
    font-size: 18px;
    margin-right: 8px;
}

.service-list .sub-titles-list .service-description img {
    width: 100%;
}

/* ***************************************   KKV Start Innovacio  *************************************** */
.kkv-start-innovacio ul li {
    list-style: none;
}

.kkv-start-innovacio ul li:before {
    content: "\25A0";
    color: #b2b2b2;
    font-size: 18px;
    margin-right: 8px;
}

/* ***************************************   ASZF  *************************************** */
.aszf .description {
    color: #333333;
    font-size: 15px;
    margin-bottom: 8px;
    text-align: justify;
}

/* ***************************************   OROK KANCELLAROSOK  *************************************** */
#nekrolog {
    padding-bottom: 45px;
}

#nekrolog .title {
    background-color: #000;
    height: 180px;
    position: relative;
}

#nekrolog .title p {
    font-size: 30px;
    color: #93969f;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#nekrolog p {
    font-size: 20px;
}

#nekrolog .container {
    margin-top: 45px;
}

#nekrolog .container .row {
    border: solid 8px #303030;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-right: 40px;
    margin-left: 40px;
}

#nekrolog .container img {
    width: 100%;
    height: auto;
}

#nekrolog .container .name {
    font-size: 18px;
    font-weight: bold;
}

/* ***************************************   Page contact  *************************************** */
.page-contact {
    padding-bottom: 40px;
}


.navbar-toggle {
    margin-top: 28px;
}

#map {
    margin-top: 30px;
}

.img-circle {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.img-circle:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.lang img {
    width: auto;
    height: 30px;
}

.lang > a {
    padding-right: 0px !important;
    padding-top: 30px !important;
}

.lang > a:hover {
    border-top-color: #fff !important;
}

.carousel-caption h1 {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-caption > p {
    color: white;
    margin-top: 30px;
}

/* .container > h2:first-child {
    color: #1d1d1b;
} */

.container h2, h2a {
    color: #d9262b;
	margin-top: 0;
}
.container h2a {
    text-align: center	;
}


.container h1 {
    color: #1d1d1b;
	margin-top: 1rem; 
	margin-bottom: 1rem;
}

.container p {
    color: #1d1d1b;
	/*margin-left: 20px;*/
}

.container a {
    color: #d9262b;
	/*font-size: 15px;  */
}
.container h6 {
    color: #1d9262b;
}
.services .clear {
    clear: both;
}

.services .panel-heading {
    padding: 0;
}

.services .panel-heading .panel-title span {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.services .iconcontainer {
    margin: 30px;
}

.services .iconcontainer .service-logo {
    height: 50px;
    width: 50px;
}

.services .iconcontainer .service-logo.hover {
    display: none;
}

.services .panel-heading:hover .iconcontainer .service-logo.icon {
    display: none;
}

.services .panel-heading:hover .iconcontainer .service-logo.hover {
    display: inline;
}

.servicerow2 .panel-group .panel {
    margin-top: 5px;
}

.servicerow3 .panel-group .panel {
    margin-top: 5px;
}

.servicerow3 {
    display: grid;
    place-items: center;
}

.services .s-right {
    position: absolute;
    right: 15px;
    top: 45%;
}

.references ul li,
.services ul li {
    text-align: left;
	color: #5a5b5f !important;
}

.references ul > li
	{color: #5a5b5f !important;
}

.references ul,
.services ul {
    padding-left: 30px;
}

.services .panel-heading {
    padding: 0;
}

.references .panel-heading,
.services .panel-heading {
    position: relative;
}

.references .s-right {
    position: absolute;
    right: 15px;
    top: 35%;
}

.references .pt-title {
    color: #fff;
    background: #d9262b;
    border-radius: 6px 6px 0 0;
    padding: 22px 0;
    font-size: 14px;
    letter-spacing: 1px;
	margin-left: 0;
}

.slider-logos {
    position: absolute;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 10%;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
}

div.section {
    padding-bottom: 45px;
    padding-top: 30px;
}

.section.grey {
    background: #fff;
    /* #fafcfc; */
    border-top: 1px solid #e8edef;
    border-bottom: 1px solid #e8edef;
}

.section .post {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5
{
    color: #1d1d1b;
}

.section .table {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.lang:hover img.lang-hu {
    background-image: url(../img/css/hu.png);
}

.lang:hover img.lang-en {
    background-image: url(../img/css/gb.png);
}


.drop-caps-1 {
    float: left;
    font-size: 46px;
    color: #5a5b5f;
    padding: 10px 6px 0 0;
}

.drop-caps-2 {
    float: left;
    background: #d9262b;
    font-size: 26px;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    margin: 8px 5px 0 0;
}

ul.accordion-list {
    margin: 0;
    padding: 0 0 0 15px;
}

ul.accordion-list li {
    list-style-image: url(../img/css/li-bullet.png);
    margin: 0 0 8px 0;
}

/* ***************************************   Blog  **************************************** */
.blog img {
    max-width: 100%;
}

.blog .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.blog .articles {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.blog .articles .cover-image-container {
    text-align: center;
}

.blog .articles .cover-image-container .cover-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 400px;
    max-width: 100%;
    border-radius: 0!important;
}

.blog .articles .title {
    margin-bottom: 0;
}

.blog .articles .time-separator {
    margin-left: 10px;
    margin-right: 10px;
}

.blog .articles .tag-title {
    margin-right: 4px;
}

.blog .articles .tag-separator {
    margin-left: 4px;
    margin-right: 4px;
}

/* ***************************************   LAAS  **************************************** 

		.title-container { background-color: #77102E; width: 100%; text-align: center; margin: 0; } 
        .title { margin: 0; font-size: 3em; letter-spacing: 10px; color: white; } 
        .header { margin-top: 84px; } .img img { width: 100%; height: auto; } 
        .image-container { position: relative; } 
        .image-description { position: absolute; top: 45%; left: 5%; } 
        .image-description p { font-size: 40px; color: white; font-weight: 600; } 
        .content-title { width: 85%; margin: 0 auto; } 
        .content-title h2 { width: 80%; margin-left: auto; margin-right: auto; font-weight: 700; text-align: center; font-size: 36px;  /* font-size: px  } 
        .block { height: auto; width: 100%; margin-top: 50px; margin-bottom: 50px; } 
        .top-content { margin-top: 30px; display: flex; } 
        .block-image img { height: 150px; width: auto; margin: auto; display: flex; justify-content: center; align-items: center; } 
        .block-image1 img { height: 200px; width: auto; margin: auto; display: flex; justify-content: center; align-items: center; } 
        .block-image { display: flex; justify-content: center; align-items: center; } 
        .block-text { width: 80%; margin-left: auto; margin-right: auto; text-align: left; color: #02040F !important; } 
        .block-text h4 { color: #02040F; font-weight: 700; } 
        .block-text p { color: #02040F; font-size: 18px; } 
        .bottom-block-container { display: flex; width: 100%; } 
        .bottom-text-container { width: 90%; margin-left: auto; margin-right: auto; }
        .bottom-left { width: 100%; height: 290px; } .bottom-right { width: 100%; height: 290px; margin: auto; } 
        .margin-bottom { margin-bottom: 50px !important; } 
        .margin-top { margin-top: 50px !important; } 
        .content { /* margin-left: auto *width: fit-content; margin-left: 10px;  /* width: 9% */ /* margin-block-start: auto */ /* margin-right: auto  } 
        .bottom-text-title h4 { font-weight: 700; color: #02040F; } 
        .bottom-text-text p { color: #02040F; font-size: 18px; } 
        .bottom-text-text a { color: #d9262b; }
         @media (max-width: 1000px) 
            { .top-content {  display: block;  width: 100%; }  
            .block-text {  width: 100%; }  
            .block-image img {  height: 150px; }  
            .margin-bottom {  margin-bottom: 25px; }  
            .margin-top {  margin-top: 25px; }  
            .carousel-text p {  color: white;  font-size: 12px; }  
			.carousel-text-center p {  color: white;  font-size: 12px;  margin-bottom: 0;}  
            .carousel-text-right p {  color: white;  font-size: 12px; } 
            .carousel-right p {  font-size: 12px; }  .page {  width: 100%; }  
            .content {  width: 100%; }  
            .block {  height: auto;  width: 100%;  margin-bottom: 20px;  display: block; } content-title {  h2 {   font-size: 24px; }   h3 {   font-size: 20px; } }  
            .title {  font-size: 21px;  letter-spacing: normal; }  
            .bottom-block-container {  display: block;  height: auto; }  
            .bottom-left, .bottom-right {  height: auto; } } 
            
        @media (min-width: 800px) and (max-width: 1600px) 
            {.carousel-text p {  font-size: 28px; }  
			.carousel-right p {  font-size: 28px; } 
			.carousel-text-right p { font-size: 28px; }
			.carousel-text-center p {  color: white;  font-size: 32px;   margin-bottom: 0;} 
            .content {  width: 100%; }             
            .laas .title {  font-size: 31px;  letter-spacing: 5px;  padding: 10px;  font-weight: 600; }  
            .block {  height: auto; } } 
         @media only screen and (min-height: 650px) and (max-height:700px) {
            .content {  width: 100% !important; } 
            .content-title { width: 100% !important; } 
            footer .container p { font-size: 16px !important; }
        } 

#carousel-intro {
    position: relative;
} */
		
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* pointer-events: none; allows carousel buttons underneath to still work */
    z-index: 2;
	pointer-events: none; /* allow interactions to pass through by default */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel-inner {    
	z-index: 1;
}

.carousel-control.left,
.carousel-control.right {
    z-index: 4;
}

ol.carousel-indicators li:before {
    content: none;
}
.carousel-top-box {
 	position: absolute;
	top: 12%;
    left: 10%;
	right: 8%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	pointer-events: auto; 
	z-index: 3;
}		
.carousel-top-center-box {
 	position: absolute;
	top: 12%;
    left: 12%;
	right: 12%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	gap: 1.5em;
	pointer-events: auto; 
	z-index: 3;
}

.carousel-text-top {
    color: white;
	background-color: rgba(0, 0, 0, 0.40);
	padding: 0px 10px;
    border-radius: 5px;
}
.carousel-text-top-white {
    background-color:white;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 320px;            /* set a fixed width if needed */
    height: 100px;
	padding: 0;
    border-radius: 5px;
}

.carousel-logo {
	width: 300px; /* or whatever width fits nicely */
    /*height: 50%;  match the height of .carousel-text if needed */
    display: flex;
    align-items: center;  /* vertically center the image */
    justify-content: center; /* horizontally center the image */
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

.laas-logo {
	width: 500px; /* or whatever width fits nicely */
    /*height: 50%;  match the height of .carousel-text if needed */
    display: block;
    margin: 0 auto 0 auto;
}

.carousel-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.carousel-buttons-left {
 	position: absolute;
	bottom: 15%;
    left: 12%;
	right: 12%;
	display: flex;
	justify-content: space;
	gap: 50px;
	pointer-events: auto; 
	z-index: 1;
}

.carousel-buttons-top {
 	position: absolute;
	top: 10%;
    left: 12%;
	right: 12%;
	display: flex;
	justify-content: space;
	gap: 30px;
}

.carousel-left-button {
    font-weight: bold;
    background-color: #d9262b;
    color: white;
    font-size: 30px;
	letter-spacing: 3px;
	border: 0px solid;
	border-color: #1d1d1b;
    padding: 20px 35px;
    border-radius: 10px;
	cursor: pointer;
    transition: background-color 0.3s ease;
}
.carousel-small-button {
	font-weight: bold;
    background-color: white;
   	border: 0px solid;
	padding: 10px 10px;
    border-radius: 10px;
	/*cursor: pointer;
    transition: background-color 0.3s ease;*/
}

.button-icon {
    width: 300px;
    vertical-align: middle;
   /* margin-right: 8px;  Space between icon and text */
}
	.carousel-left-button:hover {
    background-color: #2c303a;
	color: white;
	}
	
	.carousel-small-button:hover {
    background-color: #2c303a;
	color: white;
	}

.carousel-text {
    text-align: left;
    position: absolute;
    top: 45%;
    left: 12%;
    color: white;
    background-color: rgba(0, 0, 0, 0.60);
    padding: 0px 15px;
    border-radius: 10px;
}


/*.carousel-text-top {
    text-align: left;
    position: absolute;
    top: 5%;
    left: 12%;
    color: white;
	background-color: rgba(0, 0, 0, 0.10);
    padding: 0px 10px;
    border-radius: 5px;
}
*/
.carousel-text-center {
    text-transform: uppercase;
	text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
	width: 75%;
	transform: translateX(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.30);
    padding: 10px;
    border-radius: 10px;
}

.carousel-text-center p {
    font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.7rem;
}

.carousel-right {
    position: absolute !important;
    bottom: 40% !important;
    right: 10% !important;
    color: white;
    text-align: right;
}

.carousel-text p, .carousel-text-top p,
.carousel-right p {
    font-size: 38px;
    font-weight: 600;
    color: white;
	margin: 0 0 0;
}
.carousel-text-top h2 {
    font-size: 54px;
    font-weight: 900;
    color: white;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
/* 1920*1200) */
 @media only screen and (min-height: 650px) and (max-height:700px) {
         .content {  width: 100% !important; } 
            .content-title { width: 100% !important; } 
            .carousel-text-top h2 { font-size: 38px; }
            .carousel-text-top-white { width: 280px;}
            .carousel-logo { width: 260px;}
            .carousel-text-center p { font-size: 28px; line-height: 1.4rem;}
            footer .container p { font-size: 16px !important; }
    }

	
@media (max-width: 599px) {
    

	.carousel-top-center-box {
 	top: 14%;
	gap: 0.5em;
    left: 10%;
	right: 10%;}

    .carousel-text-top-white {
    width: 130px;
    height: 40px;}

    .carousel-text-center {
    top: 65%;
    padding: 2px;}

    .carousel-logo {
	width: 130px; 
     }

    .carousel-text-top h2 {
    font-size: 16px;}

    .carousel-text-center p {
    font-size: 10px;
    line-height: 0.6rem;}
	
	.laas-logo {
	width: 350px;
	}
	
	.laas-button {
    font-size: 22px !important	;
	}
}

@media only screen and (min-width: 600px) and  (max-width:1000px) {
    
	
	
	.carousel-top-center-box {
 	top: 14%;
	gap: 0.5em;
    left: 10%;
	right: 10%;}

    .carousel-text-top-white {
    width: 130px;
    height: 40px;}

    .carousel-text-center {
    top: 55%;
    padding: 2px;}

    .carousel-logo {
	width: 130px; 
     }

    .carousel-text-top h2 {
    font-size: 28px;}

    .carousel-text-center p {
    font-size: 20px;
    line-height: 1.2rem;}
	
	.laas-logo {
	width: 350px;
	}
	
	.laas-button {
    font-size: 22px !important	;
	}
}


/* ***************************************   Tresorlanding  **************************************** */

form label {
    font-size: 20px;
    display: block;
    text-align: left;
    margin-bottom: 2px; 	
}

form sz {
    font-size: 12px;
    color: #000;
    line-height: 0.3em;
	margin-left: 20px;	
}


form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	width: 430px;
    border: 1px solid #1d1d1b;
    padding: 10px;
    font-size: large;
	margin-bottom: 0px;
    box-sizing: border-box;
}

.laas-button-box {
 	display: flex;space-between;
	gap: 0px;
}


.laas-button {
    display: block;
    margin: 20px auto 0 auto;
    font-weight: bold;
    background-color: #d9262b;
    color: white;
    font-size: 30px;
	border: 0px solid;
	border-color: #1d1d1b;
    padding: 5px 20px;
    border-radius: 10px;
}

.laas-button:hover {
    color: white;
	background-color: #2c303a;
}
	
/*.laas-button2 {
    display: block;
    margin: 32px auto 0 auto;
    font-weight: bold;
    background-color: #DAD9CF;
    color: black;
    font-size: 30px;
    border: 2px solid;
	border-color: #1d1d1b;
    padding: 5px 20px;
    border-radius: 18px;
}
*/
.laas-button2 {
    display: block;
    margin: 33px auto 0 auto;
    font-weight: bold;
    background-color: #d9262b;
    color: white;		
    font-size: 30px;
    border: 0px solid;
	border-color: #1d1d1b;
    padding: 5px 20px;
    border-radius: 10px;
}
/* font-weight: bold;
    background-color: #DAD9CF; #FF4D4F
    color: black;
    font-size: 40px;
	cursor: pointer;
    transition: background-color 0.3s ease; */

.laas-button2:hover {
    color: white;
	background-color: #2c303a;
}
form .laas-button {
    display: block;
    margin: 15px auto 0 auto;
    font-weight: bold;
    background-color:#d9262b;
    color: white;
    font-size: 30px;
    border: 0px solid;
	border-color: #1d1d1b;
    padding: 5px 20px;
    border-radius: 10px;
}

form .laas-button2 {
    display: block;
    margin: 30px auto 0 auto;
    font-weight: bold;
    background-color: #DAD9CF;
    color: black;
    font-size: 16px;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
}

.audiobutton {
    display: flex;
	gap: 5px;
	padding: 5px 5px;
    margin: 0 auto 0 10px;
    background-color: #DAD9CF;
    color: black;
    font-size: 16px;
	border: 1px solid;
	border-color: #1d1d1b;
    padding: 2px 5px;
    border-radius: 5px;
}

.audiobutton:hover {
    color: #d9262b;
	border-color: #d9262b;
}	

.button-wrapper {
    display: block;
}

form .form-group {
    margin-bottom: 5px;
	margin-left: 50px;

    /* display: flex; */
    justify-content: center;

    /* Center items horizontally */
    align-items: flex-start;

    /* Align tops */
    gap: 1rem;

    /* margin-top: 1rem;
    flex-wrap: wrap; */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-video-wrapper {
    display: flex;
    justify-content: left;

    /* Center items horizontally */
    align-items: flex-start;

    /* Align tops */
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.video-box {
    flex: 1 1 550px;
    min-width: 300px;
    max-width: 600px;
}

.video-box video {
    margin: 10px;
    width: 100%;
}

.form-box {
    flex: 1 1 400px;
    max-width: 500px;
	margin-left: 75px;
}

.form-group,
.checkbox {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .form-video-wrapper {
        flex-direction: column;
    }

	.video-box {
    flex: 1 1 400px;
  }
    .video-box,
    .form-box {
        width: 100%;
    }
	
	.form-box {
	margin-left: auto;
}
	
 }
/* ***************************************   Footer  *************************************** */
footer {
    background: #1d1d1b;
    padding: 60px 0;
}

footer h5 {
    color: #DAD9CF;
}

footer .heading-line {
    background: #4c4c4c;
    margin: 15px 0 0 0;
}

footer .heading-line-small {
    margin-bottom: 25px;
}
 
footer p {
    font-size: 14px;
    line-height: 26px;
    color: #fafcfc;
}

footer .glyphicon {
    margin-right: 6px;
}

footer ul {
    padding-left: 0px;
}

footer ul li {
    list-style: none;
}

footer .list-item {
    color:#DAD9CF !important; 
}
/* 07.02.215 */
.heading-line-small {
    margin-bottom: 20px !important;
}
footer .container p {
    color:#DAD9CF !important;
	font-size: 18px;
}

footer .container a {
    font-size: 18px;
}

/* ***************************************   Static pages  **************************************** */
.static-pages .cover-image-container {
    text-align: center;
}

.static-pages .cover-image-container .cover-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: 400px;
    max-width: 100%;
    border-radius: 0!important;
}
.static-pages h3.collapsed::after {
  content: " ▼";
}
.static-pages h3[aria-expanded="true"]::after {
  content: " ▲";
}
.static-pages h1 {
    font-size: 28px;
    text-align: center;
    font-weight:700;
	color: #d9262b
}
.static-pages ul > li {
    color: #1d1d1b;
}

.static-pages h6 {
  	margin-left: 0;
}

.static-pages  p {
        font-size: 16px ;
    }
	
.static-pages a {
        font-size: 16px ;
    }
	
@media (max-width: 1000px) {
	.static-pages h3 {
  	font-size: 22px;}
.static-pages h1 {
  	font-size: 22px;}
}

