:root {
  --bgcdefault: #eeeeee;
  --orange: #ef4923;
  --darkgrey: #231f20;
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis');

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

section.ibmpage h1 {
  text-align: center;
}

table.ibmblog td {
  padding: .5rem;
  vertical-align: top;
}

.ibmbutton table tr td:nth-child(2) {
  padding-left: 0.5rem;
}

.ibmbutton p, .ibmbutton table {
  display: block;
  border: none;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  color: #000;
  background: #eee;
  margin-bottom: 8pt;
}

.ibmbox h2 {
  text-align: center;
}

.ibmbutton-dark p {
  display: block;
  border: none;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  color: #000;
  background: #ddd;
  margin-bottom: 8pt;
}

.ibmdemo {
  border: solid;
  border-width: 2px;
  border-radius: 1rem;
  border-color: #ef4923;
}

table.ibm td, table.ibm th {
  padding: .75rem;
}

.ibmbutton tr td:first-child span {
  padding: 0 0 1.5rem 0;
}

table.ibm tbody tr td:first-child {
  padding: 0 .75rem 1rem .75rem;
}

table.ibm tbody tr td:nth-child(2) {
  font-weight: bold;
  padding-left: 0;
}

table.ibm tbody tr td:first-child span, .ibmbutton tr td:first-child span {
  margin-right: 0;
}

table.ibm th {
  border-bottom: 2px solid #ccc;
}

table.ibm tbody tr.ibmrow td {
  border-top: 1px solid #ccc;
}

table.ibm tbody tr.ibmrow td:nth-of-type(3), table.ibm tbody tr.ibmrow td:nth-of-type(4) {
  text-align: center;
}

table.ibm tbody tr.ibmrow:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.08);
}

.ibmlinks li {
  padding-bottom: 4px;

}

html {
  font: 14px/1.25 'Ubuntu', sans-serif;
  scroll-behavior: smooth;
}

body {
  background: var(--bgcdefault);
  font-family: 'Ubuntu' sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #161616;
  z-index: 0;
}
b {
  font-style: bold;
  font-weight: 700;
}
em {
  font-style: normal;
}
a {
  text-decoration: none;
  outline: none;
  border: none; 
}
h1, h2, h3 {
  margin: 0;
}
p {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0px;
  z-index: 30;
  opacity: 1;
  background: var(--bgcdefault);
  opacity: 1;
  transition: all 0.2s;
}
body.unfixedHeader header {
  position: relative;
}
body.unfixedHeader main {
  margin-top: 2rem;
}
/*header:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  left: 0%;
  height: 60px;
  top: 55px;
  z-index: 1;
  background: black;
  background: var(--bgcdefault);
  filter: blur(10px);
}*/
header:target:before {
  background: white;
}

.material-symbols-rounded {
  font-size: 36px;
  position: relative;
  top:12px;
  margin-right: 1rem;
}

.logo {
  margin-left: 18px;
  margin-top: 18px;
  width: 160px;
  height: 60px;
  background-image: url('../img/silentsignal-logo-black.svg');
  background-size: contain;
  background-repeat: no-repeat; 
  position: relative;
  z-index: 10;
}
.logo:hover {
  background-image: url('../img/silentsignal-logo-orange.svg');
}
.logo a {
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-indent: -10000px;
}
header .main-navigation {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
header .main-navigation .mobile-navigation {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  position: absolute;
  right: 2rem;
  top: 0;
  z-index: 10;
}
header .main-navigation .mobile-navigation svg {
  width:32px;
  height:32px;
}

header .main-navigation .mobile-navigation.close {
  display: none;
}

header:target .mobile-navigation.open {
  /*display: none;*/
}
header:target .mobile-navigation.close {
  display: block;
}
header:target  {
  background: white;  
  top: 350px;
}

header .mobile-navigation svg#hamburger_icon  path {
  fill: var(--darkgrey);
}
header .mobile-navigation svg#hamburger_icon:hover path {
  fill: var(--orange);
}
header:target  .mobile-navigation svg#hamburger_icon path {
  fill: var(--orange);
}

header .main-navigation .items {
  font-size: 1.5rem;    
  line-height: 3rem;
  height: 350px;
  top: -350px;
  position: absolute;
  background: white;
  width: 100%;
  z-index: 1;
}

header .main-navigation .items > li > a {
  display: block;
  color: var(--rakgrey);
  padding: 0 2rem;
}
header .main-navigation .items > li > a:hover {
  color: var(--orange);
}
header .main-navigation .items > li:first-child {
  border-top: 0;
  padding-top: 16px;
}


header .language {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 2;
  height: 18px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto 0px 1rem auto;
  text-transform: uppercase;
  z-index: 1;
}


main {
  padding: 0;
  margin: 0 2rem; 
  margin-top: 160px;
  padding-bottom: 80px;
  
}

.card-content > a.button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

span.button {
  display: inline-block;
  border: none;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  color: #fff;
  background: #444;
  margin-bottom: 8pt;
}
button, .content a.button, form input[type="submit"], form button[type="submit"], .modal-footer button  {
  display: inline-block;
  color: white;
  background: var(--orange);
  border: none;
  border-radius: 2rem;
  padding: 1rem 2rem;
  outline: none;
  border: none; 
}
button:hover, .content a.button:hover, form input[type="submit"]:hover, form button[type="submit"]:hover, .modal-footer button:hover {
  color: var(--orange);
  background: #fff;
  text-decoration: none;
}

form button[type="submit"]:disabled {
  color: #fff;
  background: #5a5a5a;
  text-decoration: none;
}

.content {
  padding: 0 1rem 0 1rem;
  /*padding: 0.5rem 0 2rem 0;*/
}
.content h1 {
    /*text-transform: uppercase;*/
    font-size: 2rem;
    font-style: normal;
    /*font-weight: 800;*/
    /*letter-spacing: -0.05rem;*/
    margin: 2em 0 0.5em 0;
}
#siren-main .content h1 {
  margin-top: 1em;
}
h1.siren-anchor::before {
  content: '';
  display: block;
  height:      100px;
  margin-top: -100px;
  visibility: hidden;
}
.content h2 {
  margin-bottom: 1em;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.content h2 .text,
.content span.text {
  display: inline-block; 
  width:70%;
  vertical-align: middle;
}


.content h3 {

}
.content p {
  margin: 0.5em 0;
}
.content .highlight p {
  margin: 0.5em 0 2rem 0;
}
.content .highlight img {
  width:100%;
  display: inline-block;
  border-radius: 1rem; 
}

.content p.narrow {
  width: 60%;
}

.content em {
  display: inline-block;
}

.content.value-proposition .gfx.animated:before  {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  z-index: -10;
  background: radial-gradient(circle, rgba(255,255,255,1) 20%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  /*transform: scaleX(3);*/
}
.content.value-proposition .gfx.animated {
  margin-top: -60px;
  height: 60%;
  margin-left: -2rem;
  margin-right: -2rem;
  position: relative;
  z-index: 0;
}
.content.value-proposition .highlight {
  position: relative;
  text-align: center;
  z-index: 1;
}


.content.value-proposition .gfx.animated  svg {
  width: 100%;
  height: 100%;
}

.proto .dot{
  display:none;
}
.dot {
  /*transform-origin: center center;*/
  opacity:0;
  animation-duration: 0.5s;
  animation-delay:0.5s;
  animation-fill-mode: forwards;
  animation-name: show; 
}
.dot:nth-child(--n) {
  /*animation-delay: calc(var(--n) * 0.2s);*/
}

.dot .inner {
  fill:black
}
.dot .outer {
  fill-opacity:0;
  stroke: #ef4923;
  stroke-width: 7;
  stroke-linejoin: miter;
  stroke-dashoffset: -10;
  stroke-dasharray: 0 0 0 95 0 95; 
  animation-timing-function: linear;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
  animation-name: diagnose-out; 
}
.dot:hover .outer {
    animation-name: diagnose-in; 
    animation-fill-mode: forwards;
}
@keyframes show {
  0%   { opacity:0; }
  100%  { opacity:1; }
}

@keyframes diagnose-in {
  0%   { stroke-dasharray: 0 0 0 47 0 47; }
  33%   { stroke-dasharray: 0 0 47 47 0 0; }
  66%   { stroke-dasharray: 0 47 47 0 0 0; }
  100%  { stroke-dasharray: 47 47 0 0  0 0; }
}
@keyframes diagnose-out {
  100%   { stroke-dasharray: 0 0 0 47 0 47; }
  66%   { stroke-dasharray: 0 0 47 47 0 0; }
  33%   { stroke-dasharray: 0 47 47 0 0 0; }
  0%  { stroke-dasharray: 47 47 0 0  0 0; }
}
#Connections line {fill:none; stroke:#58595B; stroke-miterlimit:10;}
#predefinedNodeLocations {display:none;}




.cards.rounded .card {
  border-radius: 1rem;
  margin-bottom: 2rem;  
}
.cards .card .card-header-with-image {
  position: relative;
  display: flex;
}
.cards .card .card-content {
  padding: 2rem;
  /*margin-bottom: 2rem;  */
}

.cards .card {
  background:white;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cards .card .image {
  width:100%;

}
.cards .card .image img {
  display: block;
  width:100%;
  border-top-left-radius: 1rem; 
  border-top-right-radius: 1rem; 
}
.cards .card .card-header-with-image h2 {
  position: absolute;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 100%;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: 0;
  background: rgba(255,255,255, 0.7);
}

.cards .card-content p.kodex:before  {
  content: '';
  display: block;
  float: left;
  background-repeat: no-repeat;
  width: 80px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  height: 80px;
 }
 .cards .card-content p.kodex.large:before  {
  float: none;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  height: 200px;
 }
.icon.kodex.hacking:before {background-image: url('../img/ss_icos_hacking.svg');}
.icon.kodex.checklist:before {background-image: url('../img/ss_icos_checklist.svg');} 
.icon.kodex.knowledge:before {background-image: url('../img/ss_icos_training.svg');}
.icon.kodex.hackinglvl1:before {background-size: 150px; background-position-x: center; background-image: url('../img/ss_icos_hacking_lvl1.png');}
.icon.kodex.hackinglvl2:before {background-size: 150px; background-position-x: center; background-image: url('../img/ss_icos_hacking_lvl2.png');}
.icon.kodex.hackinglvl3:before {background-size: 150px; background-position-x: center; background-image: url('../img/ss_icos_hacking_lvl3.png');}
.icon.kodex.perks:before {background-image: url('../img/ss_icos_perks.svg');}
.cards .card-content p.kodex:after  {
  content: '';
  display: block;
  clear: left;
}

.content.events .card {
  position: relative;
} 
.content.events .card  { 
  padding-bottom: 50px;
}
.content .card.noLinkIcons  { 
  padding-bottom: 0px !important;
  position: relative;
}

.content.events .card  .links{
  position: absolute;
  bottom:2rem;
  left:2rem;
}
.content.work .card {
  position: relative;
} 
.content.work .card  { 
  padding-bottom: 50px;
}
.content.work .card  .links{
  position: absolute;
  bottom:2rem;
  left:2rem;
}
.card .profilePic {display:block; width:50%; margin-bottom: 2rem; margin-left: auto; margin-right: auto;}


.form.multicard .card {opacity: 0.2}
.form.multicard #personal-info:target { opacity:1; }
.form.multicard #accounting-info:target { opacity:1; }
.form.multicard #training-info:target { opacity:1; }

body.fullWidthMap main {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -80px;
  padding-bottom: 0;
}
body.fullWidthMap main section {
  width: 100% !important;
  position: relative;
}
body.fullWidthMap main .highlight {
  margin: auto;
  margin-left: 2rem;
  margin-right: 2rem;
}
body.fullWidthMap footer {
  z-index: 100;
}

#location {
  height:580px;
}

#map {
  height: 360px;
  z-index: 0;
}


.row {
 box-sizing: border-box;
 margin-left: -2rem;
 margin-right: -2rem;
}
.row:before,
.row:after {
 content: " ";
 display: table;
}
.row:after {
 clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
 position: relative;
 box-sizing: border-box;   
 min-height: 1px;
 padding-left: 2rem;
 padding-right: 2rem;
 padding-top: 0.5rem;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
 float: left;
}
.col-xs-1 {
 width: 8.3333333333%;
}
.col-xs-2 {
 width: 16.6666666667%;
}
.col-xs-3 {
 width: 25%;
}
.col-xs-4 {
 width: 33.3333333333%;
}
.col-xs-5 {
 width: 41.6666666667%;
}
.col-xs-6 {
 width: 50%;
}
.col-xs-7 {
 width: 58.3333333333%;
}
.col-xs-8 {
 width: 66.6666666667%;
}
.col-xs-9 {
 width: 75%;
}
.col-xs-10 {
 width: 83.3333333333%;
}
.col-xs-11 {
 width: 91.6666666667%;
}
.col-xs-12 {
 width: 100%;
}
.form-control.white-bg {
  color:var(--darkgrey);
  border: 1px solid #aaa;
}
.form-control.white-bg:focus {
  border: 1px solid var(--orange);
}
.form-control {
  box-sizing: border-box; 
  width: 100%;
  background-color: transparent;
  border-radius: 16px;
  padding:6px 16px;
  border: 0;
  outline: 0;
  box-shadow: none;
  transition: none;
}
.row label { color: #888; }
form .row a.button { margin-top:1rem; }
form textarea { max-width:100%; }

.checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}

.checkbox label {
    position: relative;
    display: inline-block;
    padding-top: 9px;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 44px;
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before{
    height: 30px;
    width: 30px;
    border: 1px solid;
    border-radius: 6px;
    left: 0px;
    top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
    height: 8px;
    width: 16px;
    border-left: 4px solid var(--orange);
    border-bottom: 4px solid var(--orange);
    transform: rotate(-45deg);
    left: 6px;
    top: 10px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}



/*.icheckbox_square input {
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(../img/input_checkbox_unchecked.svg) no-repeat;
    background-size: 22px 22px;
    border: none;
    cursor: pointer;
}

.icheckbox_square input:hover {
    background: url(../img/input_checkbox_unchecked_hover.svg) no-repeat;

}
.icheckbox_square input:checked {
    background: url(../img/input_checkbox_checked.svg) no-repeat;

}*/



footer {

  color: #fff;
  /*font-weight: bold;*/
  /*margin-top: 130px;*/
  /*padding: 0 0 90px 0;*/
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  padding-top: 130px;
  
}
footer:before, footer:after {
  content: "";
  background: var(--darkgrey);
  border-radius: 50%;
  left: -69%;
  top: 0px;
  position: absolute;
  width: 200%;
  height: 500px;
  z-index: -1;
}
footer:after {
  top:360px;
}
footer section {
  padding-bottom: 4rem;
    background: var(--darkgrey);
}
footer .logo {
  width: 160px;
  height: 60px;
  background-image: url('../img/silentsignal-logo-white.svg');
}
footer div.contact {
  margin-left: 2rem;
  margin-bottom: 4rem;
  color: #ccc
}
.content a,
footer div.contact a {
  color: var(--orange);
}
footer div.contact a:hover {
  color: white;
}
.content .links a:hover {
  color:var(--darkgrey);
}

.content a:hover {
  text-decoration: underline;
}
footer .social {
  display: flex;
  flex-direction: row;
  position: absolute;
  right:0;
  top:167px;
}
footer .social a {
  display: block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  display: inline-block;
  text-indent: -10000px;
  filter: invert(); 
  margin-right:1rem;
  background-size: cover; 
}
footer .social a:hover {
  filter: none; 
}

footer .social a:last-child {margin-right:2.5rem;}

a.twitter { background-image: url('../img/icos-twitter.svg'); }
a.facebook { background-image: url('../img/icos-facebook.png'); }
a.linkedin { background-image: url('../img/icos-linkedin.png'); }
a.github { background-image: url('../img/icos-github.svg'); }
a.blogger { background-image: url('../img/icos-blogger.svg'); }

a.twitter:hover { background-image: url('../img/icos-twitter-orange.svg');}
a.facebook:hover { background-image: url('../img/icos-facebook-orange.png'); }
a.linkedin:hover { background-image: url('../img/icos-linkedin-orange.png');}
a.github:hover { background-image: url('../img/icos-github-orange.svg');}
a.blogger:hover { background-image: url('../img/icos-blogger-orange.svg'); }

footer .secondary-navigation {
  position: relative;
  margin-left: 2rem;
}
footer .secondary-navigation:before {
  /*background: url("../img/dot.svg") repeat-x 50% 0;*/
  background-size: 10px 10px;
  bottom: 100%;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}
footer .secondary-navigation .items li {
  /*border-bottom: 1px dotted #fff;*/
}
footer .secondary-navigation .items a {
  color: #fff;
  display: block;
  padding: 0.2rem 0;
  font-size: 1.33rem;
}
footer .secondary-navigation .items a:hover {
  color: var(--orange);
}


footer .quote p {
  width: 80%;
  text-align: center;
  margin: auto;
  font-size: 1.33rem;
  color: #ccc;
}

/* SIREN Page Specific */

#siren-body *:not(.material-symbols-rounded) {
  font-family: 'Dosis';
}

#siren-body h1, p {
  font-weight: 500;
}

#siren-body h1 {
  color: var(--orange);
  font-weight: 600;
}

#siren-body b {
  font-weight: 700;
}

#siren-body .highlight {
  margin: 0.5em 0 2rem 0;
}

.bullet-points {
  list-style-type: disc;
  padding-left: 1rem;
}

.bullet-points li {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

.no-bottompad li {
  padding-bottom: 0rem;
}

.bullet-points li::marker {
  color: var(--orange);
}

#siren-body table {
  margin-bottom: 1rem;
}

#package td {
  color: var(--orange);
  font-size: 3.5rem;
  font-weight: 700;
  padding: 0 1rem 0 1rem;
}

#user-count td {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}

#user {
  text-align: center;
}

#siren-body .flex-parent {
  display: flex;
  gap: 1rem;
}

#siren-body .flex-child {
  flex: 1;
}

#siren-body .card-content {
  padding-bottom: 50px;
}

#calculation {
  max-width: 85%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: -13% auto -13% auto;
}

.siren-card {
  overflow: hidden;
}

.siren-card h2 {
  color: var(--orange);
  font-weight: 700;
}

.siren-card img {
  object-fit: cover;
  height: 120px;
}

.siren-event .card {
  position: relative;
}

.siren-event .links {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

#siren-map {
  height: 100%;
  z-index: 0;
}

#siren-main {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 120px;
}

#siren-graphic {
  background-image: url('../img/siren_bg.jpg');
  padding-top: 110px;
  padding-bottom: 110px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

#siren-body #siren-graphic-text {
  color: white;
  font-weight: 300;
}

#cookie-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  padding: 0.5em;
  gap: 1em;
}

#cookie-banner p {
  color: white;
}

#cookie-banner button {
  text-transform: uppercase;
  border-radius: 4px;
  background-color: var(--darkgrey);
  color: white;
}

#cookie-banner #cookie-accept {
  background-color: var(--orange);
}

/* SIREN Form Specific */

.siren-form {
  padding-top: 2em;
}

.siren-card-form img {
  object-fit: cover;
  height: 180px;
}

#siren-body .row label {
  color: black;
}

#siren-body .checkbox {
  padding: 0 0 0 2rem !important;
}

#siren-body .checkbox label {
  padding-bottom: 8px;
}

#siren-body .row button {
  float: right;
}

#siren-body select {
  background-color: white;
  border: 1px solid #888;
  border-radius: 16px;
  padding: 6px 16px;
}

/* SIREN Module info Specific */

.siren-modules p {
  padding-bottom: 1em;
}

.siren-highlight {
  background-color: var(--orange);
  color: white;
  padding-top: 0.5rem;
  padding-left: 2rem;
}

.siren-highlight li::marker {
  color: white;
}

#siren-back {
  background: #888;
}

#siren-back:hover {
  background: white;
}

.siren-nav {
  margin-top: 4rem;
}

/* IBM-i iCompliant gallery Specific  */

.galleryModal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 999; /* Sit on top, nem szép de nem tudom lehetséges-e máshogy az include-olt header miatt */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  flex-direction: column;
}

.galleryComment {
  color: white;
  text-align: center;
  font-size: 125%;
}

#closeButton {
  display: block;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  font-size: 200%;
}

#closeButton:hover {
  background-color: rgba(0,0,0,0.5);
}

.galleryArrow {
  height: 100%;
  border-radius: 0;
}

.galleryArrow:hover {
  background-color: rgba(0,0,0,0.5);
}

.galleryContent {
  flex-grow: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.img-slider {
  display: flex;
  overflow-x: auto;
  margin: 0 2em;
  padding: 2rem 0 !important;
  flex-flow: row wrap;
  filter: blur(5px);
}

.img-slider img {
  width: 33.33%;
  flex: 0 0 auto;
}

#gallery-clickable {
  width: 50%;
  margin: auto;
}

#gallery-clickable:hover {
  cursor: pointer;
}

/* IBM-i iCompliant FAQs Specific  */

.question {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.2s;
  border-radius: 0;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.question:hover {
  background-color: #aaa;
  color: white;
}

.answer {
  padding: 0 18px 1rem 18px;
  display: none;
  overflow: hidden;
  background-color: #ddd;
}

.icompliant-faq .faq-textlist {
  list-style-type: disc;
  padding-left: 1em;
}

.icompliant-faq .faq-textlist li::marker {
  color: black;
}

.icompliant-faq .cards .card {
  margin-top: 1em;
  margin-bottom: 0;
}

.icompliant-faq .cards .card .card-content {
  padding: 1em;
}

.icompliant-faq th {
  padding-bottom: 1em;
}

.icompliant-faq td, th {
  text-align: center;
  padding: 0.5em 0;
}

.icompliant-faq tr + tr td:nth-child(1) {
  text-align: left;
}

.icompliant-faq tr:not(:last-child) {
  border-bottom: 1px solid var(--bgcdefault);
}

.icompliant-faq tr th:not(:last-child), tr td:not(:last-child) {
  border-right: 1px solid var(--bgcdefault);
}

.icompliant-faq .material-symbols-outlined {
  float: right;
}

#text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 728px) {

  html {
    font: 16px/1.35 'Ubuntu', sans-serif;
  }

  .twoColumnGrid, 
  .threeColumnGrid {display: flex; flex-direction: row; flex-wrap: wrap;}
  .twoColumnGrid .card,
  .threeColumnGrid .card {
    box-sizing: border-box;
    width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%; 
  }
  .twoColumnGrid .card:nth-child(2n),
  .threeColumnGrid .card:nth-child(2n) {
    flex-break: after;
    margin-right: 0%;
    margin-left: 2.5%;
  }


  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
  float: left;
  }
  .col-sm-1 {
  width: 8.3333333333%;
  }
  .col-sm-2 {
  width: 16.6666666667%;
  }
  .col-sm-3 {
  width: 25%;
  }
  .col-sm-4 {
  width: 33.3333333333%;
  }
  .col-sm-5 {
  width: 41.6666666667%;
  }
  .col-sm-6 {
  width: 50%;
  }
  .col-sm-7 {
  width: 58.3333333333%;
  }
  .col-sm-8 {
  width: 66.6666666667%;
  }
  .col-sm-9 {
  width: 75%;
  }
  .col-sm-10 {
  width: 83.3333333333%;
  }
  .col-sm-11 {
  width: 91.6666666667%;
  }
  .col-sm-12 {
  width: 100%;
  }
  .row div {
    padding-left:0.5rem;
    padding-right:0.5rem;
  }
  .row div:first-child {
   padding-left:2rem !important;
  }
  .row div:last-child {
   padding-right:2rem !important;
  }

  form .row div.checkbox {
    padding: 0 !important;
  }

  footer .nav.twoColumnGrid {display:flex; flex-wrap: nowrap;}  


  footer .nav nav, footer .nav > .contact {
    box-sizing: border-box;
    width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
  footer .secondary-navigation {
    flex-break: after;
    margin-right: 0;
  }
  footer .quote p {
    width: 55%;
  }

  #siren-betuk {
    overflow: hidden;
    height: 0;
    min-height: 100%;
    border-radius: 16px;
  }

}


/*///////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 1025px) {

  header {
    position: fixed;
    width: 100%;
    height: 100px;
    max-height: 100px;
    top: 0px;
    z-index: 2;
    /*background-size: 10px 120px;
    background-position: 0px 0px;*/
  }
  header:target  {
    top: 0px;
  }
  header:before {
    height: 100px;
    top: 45px;
    filter: blur(20px);
  }
  .logo {
    left: 0px;
    margin: 0;
    top: 32px;
  }
  .logo a { height: 80px;}
  .logo a:before{
    font-size: 80px;
  }

 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12 {
  float: left;
 }
 .col-lg-1 {
  width: 8.3333333333%;
 }
 .col-lg-2 {
  width: 16.6666666667%;
 }
 .col-lg-3 {
  width: 25%;
 }
 .col-lg-4 {
  width: 33.3333333333%;
 }
 .col-lg-5 {
  width: 41.6666666667%;
 }
 .col-lg-6 {
  width: 50%;
 }
 .col-lg-7 {
  width: 58.3333333333%;
 }
 .col-lg-8 {
  width: 66.6666666667%;
 }
 .col-lg-9 {
  width: 75%;
 }
 .col-lg-10 {
  width: 83.3333333333%;
 }
 .col-lg-11 {
  width: 91.6666666667%;
 }
 .col-lg-12 {
  width: 100%;
 }




  footer .logo {
    top: 0px;
  }
  footer .social {
    top: 17px;
  }
  footer div.contact {
    margin-left: 0;
  }

  header .main-navigation, section {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  header .main-navigation .mobile-navigation {
    right: 0;
  }
  header .main-navigation .mobile-navigation {
      display: none;
  }
  header .main-navigation .mobile-navigation.close {
      display: none;
  }
  header .main-navigation .items {
      box-shadow: none;
      background: none;
      font-size: 16px;
      width: 855px;
      overflow: visible;
      position: absolute;
      top: 40px;
      height:42px;
      left: 165px;
      display: flex;
      flex-direction: row;
  }
  header .main-navigation .items > li {
    border-top: none;
    margin-left: 1rem;
  }
  header .main-navigation .items > li a {
    padding: 0 0.5rem;
  }
  header .main-navigation .items > li:first-child {
    padding: 0;
  }
      

  header .language {
      position: fixed;
      right: 20px;
      top: 10px;
      max-height: 20px;
      margin: 0;
  }
  header .main-navigation .items > li > a em:before {
      margin-left: 5px;
      margin-top: 9px;
  }

  header .main-navigation .items > li > a.button {
      margin-right: 10px;
      margin-top: -68px;
  }

  header .main-navigation .items > li.social {
      /*float:right;*/
      margin-left: 0px;
  }
  .content {
    padding: 0;
  }
  .card .profilePic {width:90%; }

  .content.menu .items > li {
      float: left;
      width: 380px;
      margin-right: 1em;
  }
 
  .cards.threeColumnGrid .card {
    box-sizing: border-box;
    max-width: 30.5%;
    margin-right: 4%;
    margin-bottom: 2rem; 
  }
  .cards.threeColumnGrid .card:nth-child(2n) {
    margin-right:4%;
    margin-left: 0%;
  }
  .cards.threeColumnGrid .card:nth-child(3n) {
    flex-break: after;
    margin-right: 0%;
    margin-left: 0%;
  }

  .main-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    padding: 0;
    width: 960px;
    z-index: 1;
  }
  body.fullWidthMap main .highlight {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-navigation {
    left: 20px;
    top: 20px;
  }
  .menu-navigation + .content {
    margin-left: 105px;
  }


  .content h1 {
    font-size: 2.6rem;
  }

  .content h2 {
    font-size: 1.2rem;
  }

}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media only screen and (max-width: 728px) {

  #siren-body .flex-parent {
    flex-direction: column;
  }

  #siren-map {
    height: 200px;
    width: 100%;
    z-index: 0;
  }

  #siren-body .row div:not(.checkbox) label {
    float: none;
  }

  .img-slider img {
    width: 50%;
  }

}

/* Change Siren graphic image fitting strategy, if screen size exceeds image width */

@media only screen and (min-width: 1920px) {

  #siren-graphic {
    background-size: cover;
  }

}

input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}
