/******* Basics ******/

@import url('https://admin.bestheads.com/media/filesystem/_fonts/roboto-condensed/roboto-condensed.css');

:root {
  --clr_default : #333;
  --clr_bg      : #F0F0F0;
  --clr_primary : #007e46;
}


body { font-family: 'Roboto','Roboto Condensed',Arial,sans-serif; font-size: 16px; line-height: 1.428571429; color: var(--clr_default); background-color: var(--clr_bg); }
body {overflow-y:scroll;}

.html .pdf-only, .html .onlypdf { display: none !important; }

.container { position: relative; }

#crossNavi ul { list-style: none; margin: 0; padding: 0; margin: 10px 0; text-align: right; }
#crossNavi li { list-style: none; display: inline-block; }
#crossNavi li + li:before { content: "| "; }
#crossNavi.im-header { position: absolute; top: 0; padding-right: 45px; width: 100%; z-index: 999; }


#mainHeader a { display: block; }
#mainHeader a img { max-width: 100%; height: auto; }

header { margin-bottom: 40px; }

.img-margin { margin-right: 15px; }

.bildtext { font-size:12px; }

.grey-area {
  background-color: #F4F4F2;
  color: #444444;
  margin-top: 20px;
  padding: 5px;
  padding-bottom: 10px;
}
.grey-area h3 {margin-top: 10px;}
.grey-area img {margin-bottom: 15px;}
.m-top-20 {margin-top: 20px;}

.sidepanel .grey-area {padding: 5px 15px;}



/******* Typography ******/

a, a:visited {
  color: #1079A5;
/*  font-weight: bold;*/
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a, a:link, a:visited {text-decoration: underline; color: #007e46; font-weight: bold; }
a:hover, a:focus {color: #023c22;}
.links__noborder a, .links__noborder a:visited {text-decoration:none;}
.links__nobold a, .links__nobold a:visited {font-weight:normal;}



.sidepanel { background-color:#F4F4F2; }
.sidepanel .nav .backhome a { font-size: 14px; }
.sidepanel .nav .backhome a:before {
  content: '\f105'; /* fa-angle-right */
  font-family: 'FontAwesome';
  font-size: 95%;
  line-height: 1;
  padding: 10px 5px 10px 0;
}

h1, .h1 { line-height: 1.3; font-size: 22px; color: var(--clr_primary); font-weight: normal; }
h2, .h2 { line-height: 1.3; font-size: 16px; color: var(--clr_primary); font-weight: normal; }
h3, .h3 { line-height: 1.3; font-size: 16px; color: #353433; font-weight: bold; }

h3.inline, h3.inline + p {display: inline-block;}

h1 {margin-top: 25px; margin-bottom: 15px; font-size: 24px; line-height: 28px; font-weight: bold; color: #007e46;}
h2 {font-size: 22px;}


h1:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

div.h2 {
  margin-top: 0;
  text-transform: uppercase;
}

h3.slanted,
 .slanted h3,
 .facts h3,
 .schedule td h2 {
  background-color: var(--clr_primary);
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 41px 4px 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

h3.slanted::after,
 .slanted h3::after,
 .facts h3::after,
 .schedule td h2::after {
  content: '';
  display: block;
  background-color: var(--clr_bg);
  -webkit-transform: rotate(21deg);
  -webkit-transform-origin: bottom left;
  height: 7em;
  width: 36px;
  position: absolute;
  right:0;
  bottom: -.5em;
}

h3.slanted.grey::after,
 .slanted.grey h3::after,
 .slanted h3.grey::after,
 .grey h3.slanted::after,
 .grey-area h3.slanted::after,
 .facts h3::after,
 .slanted.grey-area h3::after,
 .slanted .grey-area h3::after,
 .grey-area .slanted h3::after,
 .factsbox .slanted h3::after,
 .factsbox h3.slanted::after { background-color:#F4F4F2; }

h3.slanted a,
 h3.slanted a:visited,
 .slanted h3 a,
 .slanted h3 a:visited,
 .facts h3 a,
 .facts h3 a:visited,
 .schedule td h2 a,
 .schedule td h2 a:visited { color:#fff; }

h3.slanted a:hover,
 h3.slanted a:focus,
 h3.slanted a:active,
 .slanted h3 a:hover,
 .slanted h3 a:focus,
 .slanted h3 a:active,
 .facts h3 a:hover,
 .facts h3 a:focus,
 .facts h3 a:active,
 .schedule td h2 a:hover,
 .schedule td h2 a:focus,
 .schedule td h2 a:active { color:#fff; text-decoration: underline; }

img {max-width: 100%; height: auto !important;}

.loading iframe {background: #F0F0F0 url('https://admin.lkevent.at/app/dbi/29144/loading.gif'); background-repeat: no-repeat; background-position: center top; min-height:150px;}
iframe {background: #F0F0F0;}

.showafterload.loading .loading-content {display: none;}
.showafterload:not(.loading) .loading-icon {display: none;}
 
.fa {padding-right:5px; font-size:90%;}
.fa-stack-2x {font-size: 2em;}
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center;}
.factsbox {float: left;  background-color: #F4F4F2; padding: 10px 15px 10px 10px;  margin-bottom: 10px; margin-top: 10px;}
.factsicon  {width: 35px; float: left; height: 2em;  line-height: 2em;  vertical-align: middle; position: relative; display: inline-block; }
.facts  {float: left; padding-top: 3px;}
.facts h3 {margin-top: 5px;}

.info {font-size: 16px;margin-bottom: 25px;}

.logos {margin-bottom: 20px; margin-top: 30px;}
.logos .col img {max-width: 100%; height: auto;}

.header {background-color: #007a3f; color: white; }
.header h2 { margin-top: 16px; font-weight: bold;}


.schedule {margin-bottom: 60px; margin-top: 30px;}
.schedule table {width: 100%;}
.schedule table td, .schedule table th { padding: 10px; text-align: left; vertical-align: top;}
.schedule table tr.colspan td, .schedule table tr.colspan th { padding: 10px 0; text-align: left; vertical-align: top;}
.schedule table tr:last-child {padding-right: 0;}
.schedule th {background-color: #5d5d5c; color: #fff; border-top: 1px solid #ccc; font-weight: bold;}
.schedule table h3 {font-size: inherit; line-height: inherit; color: var(--clr_primary); font-weight: normal;}
.schedule table h4 {font-size: inherit; line-height: inherit; color: var(--clr_primary); font-weight: normal;}
.schedule table h3, .schedule table h4, .schedule table p {margin: 0;}
.schedule table p + p {margin-top: .66em;}

.schedule .time {white-space: nowrap; font-size: smaller; font-weight: bold;}
.schedule tr:nth-child(odd) {background-color: #F4F4F2;}
.schedule tr[class=colspan]:nth-child(odd) {background-color: inherit;}
.schedule tr:hover {background-color: var(--clr_bg);}
.schedule tr[class=colspan]:hover {background-color: inherit;}


.workshops {margin-bottom: 60px; margin-top: 30px;}
.workshops table {
  margin-inline: auto;
  min-width: fit-content;
  max-width: 100%;
  width: 480px;
}
.workshops table td, .workshops table th {padding: 5px 0 0 0; text-align: left; vertical-align: top;}
.workshops table tr:last-child {padding-right: 0;}
.workshops th {background-color: #5d5d5c; color: #fff; border-top: 1px solid #ccc; font-weight: bold;}
.workshops table h3 {font-size: inherit; line-height: inherit; color: var(--clr_primary); font-weight: bold;}
.workshops table h4 {font-size: inherit; line-height: inherit; color: var(--clr_primary); font-weight: normal;}
.workshops table h3, .workshops table h4, .workshops table p {margin: 0;}
.workshops table p + p {margin-top: .66em;}

.workshops .number {white-space: nowrap; padding-left: 5px;}
/*
.workshops tr:nth-child(odd) {background-color: #F4F4F2;}
.workshops tr[class=colspan]:nth-child(odd) {background-color: inherit;}
*/
/*
.workshops tr {border-bottom: 2px solid #F4F4F2;}
*/
.workshops tr[class=colspan] {border-bottom: none;}
/*
.workshops tr:hover {background-color: #F4F4F2;}
.workshops tr[class=colspan]:hover {background-color: inherit;}
.workshops tr:hover h2::after {background: #F4F4F2;}
.workshops tr[class=colspan]:hover h2:after {background: inherit;}
*/

.workshops .panel .accordion-toggler, .workshop__entry {
  display: block;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}

.workshop__entry.deactivated {
  font-style: italic;
  color: #999;
}

* + .workshop__entry { margin-top: 1em; }

.workshops .panel .accordion-toggler:before {
  content: '\f0d7';
  display: inline-block;
  padding-right: 5px;
  width: 15px;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.workshops .panel .accordion-toggler.collapsed:before {
  content: '\f0da';
}

.workshops.panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.workshops .register {
/*
  background: #F4F4F2;
  padding: 20px 20px 18px 20px;
*/
}

.workshops .iframe-container {
/*
  max-width: 575px;
*/
  margin: 0 auto;
/*
  border: 1px solid #007e46;
  margin: 10px auto 20px;
  padding: 1em;
  min-height:120px;
*/
  padding-top: .5em;
  padding-bottom: 2em;
}

.workshops iframe {
  background-color: #F0F0F0;
  border: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  box-sizing: content-box;
/*
  opacity: 0;
  transition: opacity .4s ease-in;
*/
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11),0 8px 16px rgba(0,0,0,0.11);
}
.workshops iframe[src] {
  background-position: center;
}
.workshops iframe[src][style*=" height:"] {
  opacity: 1;
}

a.ws-register, a.ws-register:visited {
  background-color: #EDECEA;
  color: #353433;
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
  padding: 8px 15px;
  width: 150px;
  text-align: center;
  text-decoration: none;
}

a.ws-register:hover, a.ws-register:focus, a.ws-register:active {
  color: var(--clr_primary);
  text-decoration: none;
}


.container-table {margin-bottom: 60px; margin-top: 20px;}



/******* Footer ******/
footer {
  margin-top: 40px;
/*  text-align: center;*/
/*  background-color: #2a2c33; */ /* deprecated: #4D4D4D */
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer a, footer a:visited{
  color: #fff;
  text-decoration: none;
}

footer a:hover, footer a:focus, footer a:active {
  color: #fff;
  text-decoration: underline;
}

.bhs {
/*  font-size: 0.9em;*/
  margin-top: 5px;
}



/******* Formular ******/
.radio+.radio {

  margin-left: 0px;
}

.radio:first-child {
  margin-right: 10px;
}

.btn-primary, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-fileupload-upload, ui-menuitem-active {
  border-color: #353433;
  background: #353433;
}

.btn-primary {
  color: #FFFFFF !important;
    text-decoration: none!important;
    border-radius:0;
    font-size: 18px !important;
    line-height: 1.33;
    padding: 10px 16px;
  border-color: #353433;
    box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
  background-color: #5D5D5C;
  border-color: #5D5D5C;
  box-shadow: none;
}


form {  margin-bottom: 30px;}

small { font-size: 75%; }


 /* Formular Modul Anpassungen */
.formular .col-sm-offset-2 { margin-left: -15px;}
.formular .col-sm-5  { width: 60%;}

/*
#webform > div:nth-of-type(1),
 #webform > div:nth-of-type(2),
 #webform > div:nth-last-of-type(3) {
  border: 1px solid fuchsia;
}
*/
/*
#webform > div:nth-of-type(1),
 #webform > div:nth-last-of-type(3) {
  display: none;
}
*/




/* Primefaces CSS */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: none repeat-x scroll 50% 50% #ffffff;
    border: 1px solid #eed3d7;
    color: #b94a48;
}

.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
    border: 0px solid;
    margin: 0px 0px 15px;
    padding: 2px 5px;
}

.ui-message-error-icon {
    background-position: 0 -93px;
    height: 20px;
}

.radiostyle label {
  margin-right:10px;
  margin-left:5px;
  font-weight: normal;
}


.ui-icon-bullet {
    background-position: -81px -145px;
}

.ui-radiobutton {
    display: inline-block;
    line-height: 16px;
    margin: 5px 0;
    width: 16px;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 12px;
}

.btn {
    text-decoration: none;
}

.simplelabel {
  font-weight: normal;
}

.ui-widget {
    font-family: 'Roboto','Roboto Condensed',Arial,sans-serif;
    font-size: 1em;
}

.btn-lg {
    border-radius: 0px;
    font-size: 18px !important;
    line-height: 1.33;
    padding: 10px 16px;
}

hr {border-top: 1px solid #DCDADA;}



.ui-inputfield.ui-state-error {border-radius: 4px 4px 0 0;}
.ui-inputfield.ui-state-error + .help-block {margin-top: 0;}
.ui-inputfield.ui-state-error + .help-block .ui-message-error {border-radius: 0 0 4px 4px;}
.ui-inputfield.ui-state-error + .help-block .ui-message-error-icon {display: none;}

.ui-state-error {background: none; border: none;}

/* Event Landingpage */
.nav a {font-size: 24px; line-height: 1.2em;}
.nav { margin-bottom: 40px; top: 8px; position: relative;}
.nav p {font-size:16px;}

.sidepanel .nav a {font-size: 18px; line-height: 1.2em;}
.sidepanel .nav a.active {font-size: 18px; line-height: 1.2em; color: black; }
.sidepanel .nav { margin-bottom: 20px; top: 8px; position: relative;}
.sidepanel  .nav p {font-size:16px;}
.sidepanel  .landingpage p {font-size:14px;}





/* Gallery */
.landingpage .gallery-item img {padding-right: 0px; padding-bottom: 0px; max-height: none;}

 @media (min-width: 992px) {
 .landingpage .gallery-item img { max-height: 98px;}
 }
 @media (min-width: 1200px) {
 .landingpage .gallery-item img { max-height: 123px;}
 }
 .imagedesc {display: inline-block; min-height: 45px; padding-top:5px; font-size: 12px;}




 
/* ########## MEdia Queries ########## */
/* Extra bootstrap column */
@media (max-width: 480px) {
  .col-xxs-6 {
    width: 50%;
  }
  
  .schedule tr, .schedule th, .schedule td {display: block;}
  .schedule tr + tr {margin-top: 10px;}
  .schedule th.time, .schedule td.time {border-bottom: 1px solid #F4F4F2;}
  .schedule tr:nth-child(2n+1) th.time, .schedule tr:nth-child(2n+1) td.time {border-bottom: 1px solid #fff;}
  .schedule tr:hover th.time, .schedule tr:hover td.time {border-bottom: 1px solid #fff;}
}





/* col-xs Smartphone Hochformat  */
@media (max-width: 550px) {

}


@media screen and (max-width: 768px) {
  header {margin-bottom: 30px;}
  .landingpage {margin-bottom: 30px; }
  .container-table .col-sm-4  img {margin-bottom: 10px;}

  .sidepanel {margin-left: -15px; margin-right: -15px;}
}


@media (max-width: 991px) {
/*
  .sidepanel .grey-area {padding-top: 15px; padding-left: 0; padding-right:0; padding-bottom: 15px;}
*/
}





@media print {
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
}





/*
 * MAGNIFIC-POPUP EFFECTS
 */

/* Zoom effect */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}





/* Newspaper effect */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}





/* Move-horizontal effect */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}





/* Move-from-top effect */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}





/* 3d unfold */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}





/* Zoom-out effect */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}





/* "Hinge" close effect */
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}












