@import url('https://fonts.googleapis.com/css2?family=Open Sans:wght@200;400;500;600;700&display=swap');


:root {
  --gray-dark: #343a40;
  --primary: #0a7ec2ff;
  --secondary: #fff;
  --gradient: linear-gradient(to right, #0a7ec2ff, green);
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.border-gradient-togreen {
  border-image-source: linear-gradient(to right, var(--primary), green);
}
.gradient-togreen {
  background-color: linear-gradient(to right, var(--primary), green);
}


.bg-primary { background-color: #76b42eff!important; color: white;}
.zold {color: var(--primary)!important; }
.fekete {color: black!important; font-weight:500; font-size: 70%;}
a {}

.text-red {color: #09848D!important; }
#counterbox h2 {font-size: 4rem;}

html:not([data-scroll='0']):not(#sidebar) .bg-dark {
	background-color: var(--primary)!important;
  	transition: background-color .75s;
}

html:not([data-scroll='0']):not(#sidebar) .navbar-dark {
	background-color: var(--primary)!important;
  	transition: background-color .75s;
}

html:not([data-scroll='0']):not(#sidebar) .bg-blue {
	background-color: var(--primary)!important;
  	transition: background-color .75s;
}
html:not([data-scroll='0']) .nav-link:hover {
    color: white!important;
    background-color: var(--primary);
}

html:not([data-scroll='0']) .nav-item.active .nav-link {
    color: var(--secondary)!important;
    background-color: var(--primary);
}

html:not([data-scroll='0']) .shadow {
    box-shadow: 0 0rem 0rem rgba(0,0,0,.15)!important;
}

.list-group-item.active {
    z-index: 2;
    color: white;
    background-color: var(--primary);
    border-color: var(--primary);
}
.card-title, .text-orange  { color: var(--primary); }
.bg-none {
	background-color: transparent;
}
.btn-get-started {

    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid white;
    background-color: orange;
    text-decoration: none;
}
.btn-get-started:hover {
    color: orange;
    border: 2px solid orange;
    background-color: white;
    text-shadow: none;
}

.shadow {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

#main {
  box-shadow: 5px 10px 10px #555;
}

.bg-opaque {  
    color: #FFF !important;
    text-shadow: 2px 2px 2px #000;
}

.bg-opaque h1 {  
    color: var(--secondary);
    text-shadow: 2px 2px 2px #000;
    font-size: 4rem;
}

.bg-opaque h5 {  
    color: var(--secondary);
    text-shadow: 2px 2px 2px #000;
    font-size: 2rem;
}


.bg-opaque h1 small {  
    color: var(--secondary);
    text-shadow: 2px 2px 2px #000;
    font-size: 2rem;
   line-height: 1;
}



#sidebar .bg-dark {
	background-color: var(--primary)!important;
  	transition: background-color .75s;
}

.align-items-center { width:100%; top: 50%; transform: translateY(-50%);} 

html:not([data-scroll='0']) .bg-opaque {
    /*background-color: rgba(255,255,255,0.1);*/
    color: #FFF !important;
    text-shadow: 2px 2px 2px #000;
    transition: background-color .75s;
}


.bg-opaque h4, .bg-opaque h2{
    color: #FFF !important;
}

footer {
	background-color: #0a7ec2ff !important;
}



html {
     
    }
    
    #background {
    background: linear-gradient(180deg, rgba(10, 126, 194,0.9) 0%, rgba(255,255,255,0.5) 20%, rgba(10, 126, 194,0.7) 45%, rgba(10, 126, 194,0.95) 100%);
     line-height: 1.5rem;
      font-size:1.1rem;
      font-family: 'Open Sans',sans-serif;
      margin-bottom: 0;
      background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
    #background-dark {
    background: linear-gradient(180deg, rgba(10, 126, 194,0.8) 0%, rgba(255,255,255,0.7) 25%, rgba(10, 126, 194,0.95) 100%);
     line-height: 1.5rem;
      font-size:1.1rem;
      font-family: 'Open Sans',sans-serif;
      margin-bottom: 0;
      background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }  
  

/*body {font-size:100%; line-height: 1.3rem; font-family: 'Open Sans',sans-serif; 
background-image: url('https://csodalatosmagyarorszag.hu/wp-content/uploads/2022/04/szeged-dom-magyarok-nagyasszonya-szekesegyhaz-ter-kirandulas-csodalatosmagyarorszag.jpg');
background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow-x: hidden;}*/

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, .text-primary {font-family: 'Open Sans',sans-serif; color: var(--primary)!important;}

h1 {
	font-weight: 600;
	color: red;
}

h2, h5 {
	font-weight: 600;
	color: var(--primary)!important;
}

.h5, h5 {
    font-size: 1.75rem;
}

p {line-height: 1.6rem;}

nav {
  font-size: 1rem;
}


.navbar-dark, .bg-dark {
	background-color: transparent!important;
	font-weight: 600;
}


#sidebar a {
color: var(--primary)!important;
}

#sidebar a:hover, #sidebar .active a {
color: white!important;
}


#sidebar  ul.deadlines {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar ul.deadlines li:nth-child(odd) {
    background: #0a7ec231;
    padding: 10px;
}

#sidebar ul.deadlines li:nth-child(even) {
    background-color: #0a7ec261;
    padding: 10px;
}


#sidebar li.nav-item {
	/*border-left: 1px solid var(--primary);*/

}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 12px;
}

#sidebar .navbar-nav .dropdown-menu {
    background-color: white;
    color: var(--primary);
}


.text-
.text-decoration-line-through {
	text-decoration: line-through;
	color: var(--primary);
}

.nav-item.active .nav-link { 
border-bottom: 3px solid var(--primary); }

#ellenorzes {
	display: none;
}

#storedimg {
	padding: 6px !important;
}

.pointer {
	cursor: pointer;
}

.size-1 {
	font-size: 1rem;
}
.size-2 {
	font-size: 2rem;
}

.size-3 {
	font-size: 3rem;
}

.size-4 {
	font-size: 4rem;
}

.size-5 {
	font-size: 5rem;
}

.size-6 {
	font-size: 6rem;
}

.size-7 {
	font-size: 7rem;
}

.size-8 {
	font-size: 8rem;
}

.navbar-brand img {height: 2rem; left: 10px;}
.navbar-brand {margin-left:10px!important;}
  .navbar-nav .dropdown-menu {
    color: white;
    background-color: var(--primary);
  }


.session {
	background-color: darkblue;
	color:  white;
} 

.speaker {
	font-weight: bolder;
	display: block;
}
.workplace {
	font-style:  italic;
	display: block;
	font-size: 0.8rem;
}

.bg-blue, .nav-item.active .nav-link, .nav-link:hover{ color: var(--secondary); background-color: transparent; }


 @media (max-width:992px) {
  .navbar-brand img {height: 5rem;}
  }

.flash {
	animation: flash 1s ease-in-out infinite;
	opacity: 0;
}

body:not(.admin) .test {
	display: none;
}

@keyframes flash {
	0% {opacity: 0;}
	70% {opacity: 1;}
	100% {opacity: 0;}
}

table.regtable {
    border-spacing: 0px;
    border-left: 3px solid #040232;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 3px 0 rgba(0, 0, 0, .24);
}

table td { padding: 10px; }

 table {
	border:0px;
	width:100% !important;
	min-width:600px !important;
	border-collapse:collapse;
}

.td {
	border:1px solid #bbb;
	padding:10px;
}


td:first-child {
	border-left:0px;
}

 td:last-child {
	border-right:0px;
}

 tr:last-child td {
	border-bottom:0px;
}

 tr:first-child td {
	border-top:0px;
	background-color: var(--primary);
	color: white;
}

.btn {
	text-align:center;
	display:block;
	padding:25px 10px;
	text-decoration:none;
	box-shadow: -1px 1px 4px black!important;
	border-radius:5px;
	margin-right:4%;
	font-family:Helvetica, sans-serif;
	margin-bottom:10px;
	float:left;
	font-size:larger;
	min-width:200px;
	color:black!important;
}
.btn:last-of-type {
	margin-right:0;
}

.btn-primary {
	background-color: var(--primary);
	color: white!important;
}

.btn-secondary {
	background-color: #f8a128;
	color: white!important;
}

.login {
	background: var(--primary);
	color: white !important;
	width:48%;
}

.register {
	background: var(--primary);
	color: white !important;
	width:48%;
}


.login:hover{
	box-shadow: -2px 2px 5px gray!important;
	background: linear-gradient(to left, var(--primary), green) ;
	color: white !important;
transition: 0.3s;}

.register:hover{
		box-shadow: -2px 2px 5px gray!important;
	background: linear-gradient(to right, var(--primary), green) ;
  color: white !important;
transition: 1s;}

.btn i {
	font-size: small;
}

#szamlazas {
	border: 1px solid var(--primary);
	padding: 15px;
	background-color: whitesmoke;
	margin: 10px 0px;
}
.cancel {
	text-decoration: line-through;
	color: red;
}

#footer {
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer  {
  padding: 60px 0 30px 0;
}

#footer  .footer-info {
  margin-bottom: 30px;
}

#footer .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer  .footer-info img {
  margin-bottom: 10px;
}

#footer  .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer  .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer  .social-links a:hover {
  background: white;
  color: #fff;
}

#footer  h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff!important;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid red;
}

#footer  .footer-links {
  margin-bottom: 30px;
}

#footer  .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer  .footer-links ul i {
  padding-right: 5px;
  color: white;
  font-size: 18px;
}

#footer  .footer-links ul li {
  padding: 10px 0;
}

#footer  .footer-links ul li:first-child {
  padding-top: 0;
}

#footer  .footer-links ul a {
  color: #eee;
}

#footer  .footer-links ul a:hover {
  color: white;
}

#footer  .footer-contact {
  margin-bottom: 30px;
}

#footer  .footer-contact p {
  line-height: 26px;
}

#footer  .footer-newsletter {
  margin-bottom: 30px;
}

#footer  .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer  .footer-newsletter input[type=submit] {
  background: white;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer  .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.buy-tickets {
    color: #fff;
    background: darkgreen;
    padding: 7px 22px;
    margin: 0 0 0 10px;
    border-radius: 20px;
    border: 1px solid white;
    transition: all ease-in-out 0.3s;
    font-weight: 300;

    white-space: nowrap;
    text-decoration: none;
}
.buy-tickets:hover {
    background: none;
    color: #fff;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--primary);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color:white;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f98c95;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.bd-callout-info {
    border-left-color: var(--primary)!important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}