@font-face {
  font-family: 'Rosella Pro Deco';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../content/fonts/Rosella-Deco.woff) format('woff');
}

@font-face {
  font-family: 'Rosella Pro Engraved';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../content/fonts/Rosella-Engraved.woff) format('woff');
}

.rosella-deco {
  font-family: 'Rosella-Deco';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.rosella-deco-bold {
  font-family: 'Rosella-Deco';
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}

.rosella-engraved {
  font-family: 'Rosella-Engraved';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

@media (max-width: 1200px) {
  .my-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .my-text {
    font-size: 16px;
  }
}

.phoenix-container {
  color: white;
  margin-top: 60px;
  margin-left: -25px;
}

.phoenix-container-mobil {
  color: white;
  margin-top: 55px;
  margin-left: -27px;
}

.phoenix-pair {
  display: flex;
  align-items: flex-end; /* ez a kulcs! */
  gap: 6px; /* szóköz a két szó között */
}

.phoenix-main {
  font-size: clamp(12px, 2.4vw, 22px);
  font-family: "Rosella Engraved", serif;
  line-height: 1;
}

.phoenix-sub {
  font-size: clamp(12px, 1.5vw, 18px);
  font-family: "Rosella Engraved", serif;
  line-height: 1;
}

@media (max-width: 992px) {
  .acc_icon_container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 50px;
  }
}

.top-header {
  text-align: left;
  padding-top: 5px;
  background: linear-gradient(90deg, #4b0205 0%, #f66628 70%, black 100%);
  position: fixed;
  min-height: 85px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
   font-size: 18px;
};

.nav-item {
	background-color: #510205;
	border-width: 0;
}

.wmenu-btn {
   color: #510205;
	background-color: white;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-width: 0px !important;
  border-radius: 0;
}

.navbar-toggler-right {
	position: absolute;
	right: 1rem;
	top:0px !important;
   background-color: transparent;
   border-width: 0px !important;
   border-radius: 0;
	color: white;
}

.navbar-toggler-icon {
	color: white;
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
   border-width: 0px !important;
   border-radius: 0;
}
.wpc_text {
   display: block;
}

.btn-light {
   color: white;
/*   font-size: 1em;*/
   font-weight: bold;
   background-color: transparent;
   border-width: 0;
/*   min-height: 50px;*/
   border-radius: unset;
}

.btn-light:hover, btn-light:focus {
  color: white;
  background-color: #f66628;
  border-color: #510205;
}

.btn-light:focus {
  color: white;
  background-color: #f66628;
  border-color: #510205;
}

.dropdown-item {
   color: white;
   /*background-color: #510205;*/
   background: linear-gradient(90deg, #4b0205 0%, #f66628 70%, black 100%);
   font-size: 1em !important;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

p.cloud { line-height: 150%; }

h1 {
  font-family : Rosella-Deco;
  font-size : 20px;
  font-weight: 500;
  margin: 15px 0 8px 0;
  color: #510205;
  text-align: center;
}

h1.header {
  font-family : Rosella-Deco;
  font-size : 24px;
  font-weight: bold;
  margin: 15px 0 8px 0;
  color: #510205;
  text-align: center;
}

h2 {
  font-family: Rosella-Deco
  font-size: 18px;
  font-weight: 500;
  color: #510205;
  margin: 15px 0 8px 0;
}

h3 {
  font-family : Rosella-Deco;
  font-size : 16px;
  font-weight: bold;
  color: #510205;
  margin: 15px 0 5px 0;
}

h4 {
  font-family : Rosella-Deco;
  font-size : 15px;
  font-weight: bold;
  color: #510205;
  margin: 15px 0 5px 0;
}

h5 {
  font-family : Rosella-Deco;
  font-size : 14px;
  font-weight: bold;
  color: #510205;
  margin: 0 0 0 0;
}

b.phoenix {
  color: #841f23;
}

b.phoenix_light {
  color: white; 
}

A.phoenix:link {
  color: #841f23;
  text-decoration: none;
}

A.phoenix:active {
  color: #f66628;
  text-decoration: none;
}

A.phoenix:visited {
  color: #bbb7b6;
  text-decoration: none;
}

A.phoenix:hover {
  color: white;
  text-decoration: none;
}

A.phoenix_light:link {
  color: white;
  text-decoration: none;
}

A.phoenix_light:active {
  color: white;
  text-decoration: none;
}

A.phoenix_light:visited {
  color: #bbb7b6;
  text-decoration: none;
}

A.phoenix_light:hover {
  color: #f66628;
  text-decoration: none;
}

A.phoenix_dark:link {
  color: #841f23;
  text-decoration: none;
}

A.phoenix_dark:active {
  color: #f66628;
  text-decoration: none;
}

A.phoenix_dark:visited {
  color: #bbb7b6;
  text-decoration: none;
}

A.phoenix_dark:hover {
  color: #f66628;
  text-decoration: none;
}

A.wmenu_btn:visited {
  color: white;
  text-decoration: none;
}

A.wmenu_btn:hover {
  color: white;
  text-decoration: none;
}

.col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0%;
  flex: 0%;
/*  max-width: 16.666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;*/
  border-style: solid;
  border-color: black;
  border-width: 1px 1px 1px 1px;
}

.btn-warning {
  color: white;
  background-color: #f66628;
  border-color: #f66628;
}

.btn-warning:hover {
  color: white;
  background-color: #510205;
  border-color: #510205;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: white;
  background-color: darkgrey;
  border-color: #cecece;
}

.btn-warning:disabled {
  color: black;
  background-color: #f6e9e9;
  border-color: #f6e9e9;
}

.btn-primary {
  color: white;
  background: linear-gradient(90deg, #4b0205 0%, #f66628 70%, black 100%);
  /*background: -webkit-linear-gradient(right, #707185 0%, #82899b 100%) !important;*/
  background-color: #510205;
  border-color: #510205 !important;
}

.btn-primary:hover {
  color: white;
  background-color: #707185;
  /*background-color: #515570 !important;*/
/*  background: linear-gradient(to right, #82899b, #515570) !important;
  background: -webkit-linear-gradient(right, #82899b 0%, #515570 100%) !important;*/
  border-color: #707185 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: black;
  background-color: #eddada;
  border-color: #eddada;
}

.text-primary {
  color: #b51853 !important;
}

.badge-primary {
  color: black;
  background-color: #b51853;
}

.badge-primary:hover, .badge-primary:focus {
  color: black;
  text-decoration: none;
  background-color: #f3b7ce;
}

.btn-outline-primary {
  color: #b51853;
  background-color: transparent;
  border-color: #b51853;
}

.btn-outline-primary:hover {
  color: black;
  background-color: #f3b7ce;
  border-color: #f3b7ce;
}

.col-xl-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 1px 0px;
}

.col-hir {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*width: auto;*/
  /*max-width: 200px;*/
  /*max-width: 25%;*/
  max-width: 300px;
  min-width: 300px;
  border-style: solid;
  border-color: black;
  border-width: 1px 1px 1px 1px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0;
  background-color: #f7d6c9;
  vertical-align: middle;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: inherit;
  color: #a04e76;
  background-color: #dedfe3;
  white-space: normal;
}

.dropdown-menu {
  padding: 0 !important;
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: 140px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

#navbarResponsive {
  padding: 0 !important;
  margin 0 !important;
  max-width: 1200px !important;
}

ul.nobullet {
  list-style-type: none;
  padding-left: 5px;
  margin: 0;
}

li.nopadding {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  /*border-radius: 12%;*/
}

.phoxback0 {
   background-color: #f3b7ce;
}

.phoxback1 {
   background-color: #f6e9e9;
}

.pb-4 {
  padding: 0 !important;
}

.mt-4 {
  margin-top: 0px !important;
}

.szolgalt {
   background-color: white;
   color: black;
}

.szolgalt:hover {
   background-color: #f66628;
   color: white;
}

label {
   color: #510205;
   font-size: 1.5em;
}