/*
Theme Name: SEO DAY
Theme URI: https://www.seo-day.de
Author: Diestelkamp Consulting GmbH
Author URI: https://www.diestelkamp-consulting.de
Description: Agentur für kreatives Design und professionelle Optimierung von Webseiten und Onlineshops.
Version: 1.0
License: Copyright [2019] [Diestelkamp Consulting GmbH]
License URI: http://www.apache.org/licenses/LICENSE-2.0
Tags: SEO DAY
Text Domain: SEO DAY
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  border: 0 none;
  vertical-align: baseline;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #161616;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}
/* Text, Links */
a, a:visited {
  color: #EB8B2C;
  outline: 0 none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #EB8B2C;
  text-decoration: none;
}
p a, p a:visited {
  line-height: inherit;
}
/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  letter-spacing: 0.001em;
  word-break: break-word;
  margin-bottom:0.7rem;
  color: #000000;
}
h1, h2 {
  font-weight: 600;
}
h1 {
  font-size: 2.4em;
  color: #EB8B2C;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.6em;
   font-weight: 600;    
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.0em;
  text-transform: uppercase;
}

.category h4 a:link,.category h4 a:hover,.category h4 a:visited{
  font-size: 1.6em !important;
  font-weight: 600 !important;
  color:#000 !important;
}

.timelinebox h3 {
  font-size: 1.8em;
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
.timelinebox h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.author  {padding:0.5em; margin: 1em 0 1em 0;}
}
.timelinebox strong
{
  font-size: 0.8em;
  font-weight: 600;
}

hr {
  clear: both;
  border: 3px solid #ddd;
 
  height: auto;
  width: 120px;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -.1em !important;
  background: none !important;
  padding: 0 !important;
}
.full-width {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
.left0 {
  margin-left: 0;
}
.up {
  text-transform: uppercase;
}
.centered {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.doppelheadline h2 {
  margin-bottom: 0em;
}
.doppelheadline {
  margin-bottom: 0em;
}
table {
  width: 100%;
    border-spacing: 0;
  
}
tr {
  width: 90%;
}
td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
/* Header */
header {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
/* Header fixed*/


@media only screen and (max-width: 1024px) {
.fixed {

    position: relative !important;

}
 }   
    
.fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
}


 



#headerline {
  position: relative;
  left: 0;
  top: 0;
}
/* Images */
img {
  height: auto;
  max-width: 100%;
}
/* WP Galerie*/
.gallery-item {
  margin: 0 !important;
}
.gallery-item img {
  border: none !important;
}
.gallery-columns-2 .gallery-item img {
  max-width: 99%;
}
.gallery-columns-3 .gallery-item img {
  max-width: 98.5%;
}
.gallery-columns-4 .gallery-item img {
  max-width: 98%;
}
.shadow {
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}
/* Logo Header-1 */
.logo {
  padding: 0.5em 0;
  float: left;
  /* Verkleinen mit Effect */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 300px;
}
/* Mobile Menu verstecken */
#mobile {
  display: none;
}
/* Navigation Header-1 */
#navigation {
  margin-top: 1.0em;
  float: right;
  display: block;
  position: relative;
}
#navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation:after, #navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navigation #menu-button {
  display: none;
  background-color: #1F5350
}
#navigation ul li {
  display: inline-block
}
#navigation ul li a {
  font-family: 'Open Sans', sans-serif;
  padding: 1em 1em;
  color: #1F5350;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
}
#navigation ul li a:hover {
  color: #EB8B2C;
}
#navigation ul li.current_page_item a {}
#navigation > ul > li {
  float: left
}
#navigation > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}
#navigation > ul > li:hover > a {
  color: #fff
}
#navigation > ul > li.menu-item-has-children > a {
  padding-right: 30px
}
#navigation > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#navigation > ul > li.menu-item-has-children > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#navigation > ul > li.menu-item-has-children:hover > a:before {
  top: 23px;
  height: 0
}
#navigation ul ul {
  position: absolute;
  left: -9999px
}
#navigation.align-right ul ul {
  text-align: right
}
#navigation ul ul li {
  display: block;
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation li:hover > ul {
  left: auto
}
#navigation.align-right li:hover > ul {
  left: auto;
  right: 0
}
#navigation li:hover > ul > li {
  height: 35px
}
#navigation ul ul ul {
  margin-left: 100%;
  top: 0
}
#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%
}
#navigation ul ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 11px 15px;
  width: 200px;
  font-size: 12px;
  text-decoration: none;
  color: #1F5350;
  font-weight: 400;
  background: #ffffff;
  z-index: 1000 !important;
}
#navigation ul ul ul li a {
  background-color: #ffffff
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
  border-bottom: 0
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
  color: #EB8B2C
}
#navigation ul ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#navigation.align-right ul ul li.menu-item-has-children > a:after {
  right: auto;
  left: 11px
}
#navigation ul ul li.menu-item-has-children > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation.align-right ul ul li.menu-item-has-children > a:before {
  right: auto;
  left: 14px
}
#navigation ul ul > li.menu-item-has-children:hover > a:before {
  top: 17px;
  height: 0
}
/* META SLIDER */
.metaslider {
  margin: 0 0 0 0;
  max-width: 100% !important;
  height: auto;
  max-height: 100vh !important;
  overflow: hidden;
}
.metaslider .flexslider {
  margin: 0 !important;
}
.metaslider .flex-control-nav {
  bottom: 20px !important;
}
.caption-wrap {
  color: #FFFFFF;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2C3E50 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C3E50', endColorstr='#2C3E50', GradientType=1) !important;
  background: -moz-linear-gradient(left, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  background: -webkit-linear-gradient(left, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  background: linear-gradient(to right, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  opacity: 1 !important;
  z-index: 1;
}
.caption-wrap .caption, .introcaption {
  position: relative;
  display: block;
  margin: 0;
  background: transparent;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center; /* Default */
}
/* Slider/Intro Position */
.satzlinks .caption-wrap .caption, .introcaption.satzlinks {
  text-align: left;
  margin-left: 0%;
}
.satzrechts .caption-wrap .caption, .introcaption.satzrechts {
  text-align: right;
  margin-right: 0%;
}
/* Slider/Intro Headlines */
.caption-wrap span.first, .introcaption span.first {
  color: #ffffff;
  font-size: 4em;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 0;
}
.caption-wrap span.second, .introcaption span.second {
  color: #ffffff;
  font-size: 4em;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.caption-wrap span.themen, .introcaption span.themen {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 0em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.caption-wrap span.introdate, .introcaption span.introdate {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.caption-wrap span.introdate b {color:#000000;}

/* Intro */
.intro {
  position: relative;
  margin: 0;
  padding: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
  min-height: 300px;
}
.intro.fullscreenintro {
  min-height: 120vh;
  height: auto;
}
.introcaption {
  position: relative;
  z-index: 2;
}
/* .introcaption h2 { 
	color: #fff; 
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	font-weight: 700;
} */
.intro:after, .cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3e50;
  background: -moz-linear-gradient(left, #2c3e50 0%, #2c3e50 61%, #2c3e50 100%);
  background: -webkit-linear-gradient(left, #2c3e50 0%, #2c3e50 61%, #2c3e50 100%);
  background: linear-gradient(to right, #2c3e50 0%, #2c3e50 61%, #2c3e50 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3e50', endColorstr='#2c3e50', GradientType=1);
  opacity: 0.6;
  z-index: 0;
}
/* Video beim Parallax mit Buttons einbiden */
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
.video-topabstand {
  margin-top: 3em;
}
.video-botabstand {
  margin-bottom: 3em;
}
.introleer {
  position: relative;
  margin: 3em 0 0 0;
}
#toc_container {
  border: 1px solid #fff !important;
}
#toc_container.toc_white {
  border: 1px solid #fff !important;
}
/* Bildboxen Reihe */
.bildreihe {
  position: relative;
  display: block;
  z-index: 1;
  color: #fff
}
.bildreihe .bildbox {
  position: relative;
  display: table;
  float: left;
  background-color: #fff;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  height: 356px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bildreihe .bildbox h3 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.9em;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease
}
.bildreihe .bg {
  background-color: rgba(0, 0, 0, 0.3)
}
.bildreihe .bildbox:hover .bg {
  background-color: rgba(0, 0, 0, 0);
  color: transparent
}
@media only screen and (max-width: 1024px) {
  .bildreihe .bildbox {
    width: 50% !important
  }
}
@media only screen and (max-width: 479px) {
  .bildreihe .bildbox {
    width: 100% !important
  }
}
/* Ende Bildboxen Reihe */
/* Kundenstimmen */
.mtop {
  margin-top: 2em;
}
.smtop {
  margin: 4em 0 0 0;
}
.mbottom {
  margin: 0 0 2em 0;
}
.kundenstimmen {
  margin: 0em 0 5em 0;
  padding: 1em 0 5em;
}
.kundenstimmen .rundbild {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0em auto 1em;
  max-width: 200px;
}
.kundenstimmen p {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.4em;
}
.kundenstimmen span {
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  color: #888;
}
.kundenstimmenlogo img {
	min-height: 75px !important;
	max-height: 75px !important;
}
blockquote {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
  margin: 1.2em 0 0 0;
  padding: .5rem;
  font-style: italic;
}
blockquote:before, blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 6rem;
  width: 3rem;
  height: 3rem;
}
blockquote:before {
  content: '“';
  left: -3rem;
  top: -2rem;
}
blockquote:after {
  content: '”';
  right: -1rem;
  bottom: 1rem;
}
/* Kundenstimmen Slick Slider */
.kundenstimmen .slick-slide img {
  max-width: 200px;
  margin: 0.5em auto;
  display: block;
}
.kundenstimmen .slick-slide {
  outline: none !important;
}
.kundenstimmen .slick-prev:before {
  content: "\f104" !important;
}
.kundenstimmen .slick-next:before {
  content: "\f105" !important;
}
.kundenstimmen .slick-dots {
  bottom: -50px;
}
.kundenstimmen .slick-dots li button {
  border: 1px solid #F3A852;
  border-radius: 10px;
}
.kundenstimmen .carousel .slick-prev:before, .kundenstimmen .carousel .slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold !important;
  font-size: 30px !important;
  height: 30px !important;
  color: #999999 !important;
}
.kundenstimmen .slick-prev {
  top: 115%;
  left: 47%;
}
.kundenstimmen .slick-next {
  top: 115%;
  right: 47%;
}
.kundenstimmen .flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* END Slick Slider */
/* Breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0.3em 0;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
/* Content */
.box {
  margin: 0;
  padding: 1em 0 1em 0;
  overflow: hidden;
}
.produkte-box {
  margin: 0;
  padding: 1em 0 0 0;
  overflow: hidden;
}
#arrow {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: 40px;
}
ul.pfleil li {
  position: relative;
  line-height: 1.8;
}
ul.pfleil, ul.pfleil ul, ul.pfleil ul ul {
  list-style: none;
}
.box ul.pfleil li:before, .smallbox ul.pfleil li:before {
  content: '';
  position: absolute;
  border-right: 3px solid #EB8B2C;
  border-bottom: 3px solid #EB8B2C;
  width: 6px;
  height: 6px;
  top: 0.9em;
  left: -15px;
  transform: translateY(-50%) rotate(-45deg);
}
/* Liste mit awesome */
ul.arrrow, ul.arrrow ul, ul.arrrow ul ul {
  list-style: none;
}
ul.arrrow {
  margin: 0 0 0 1em;
  padding: 0;
}
ul.arrrow ul {
  margin: 0;
  padding: 0;
}
ul.arrrow li {
  padding-left: 1.3em;
  line-height: 1.8;
}
ul.arrrow li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f35a";
  margin-right: 0.5rem;
  margin-left: -1.5em;
  width: 1.2em;
  font-size: 16px;
}
ul.square, ul.square ul, ul.square ul ul {
  list-style: none;
}
ul.square {
  margin: 0 0 0 1em;
  padding: 0;
}
ul.square ul {
  margin: 0;
  padding: 0;
}
ul.square li {
  padding-left: 1.3em;
  line-height: 1.8;
}
ul.square li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0c8";
  margin-right: 0.5rem;
  margin-left: -1.5em;
  margin-bottom: 0.5rem;
  width: 1em;
  font-size: 12px;
}
/* Liste mit Zaehler */
ul.num {
  list-style: none;
  counter-reset: my-counter;
  margin: 2em 0;
  padding: 0;
}
ul.num li {
  line-height: 2;
  margin-bottom: 1em;
}
ul.num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  margin: 1em;
  padding: 0.4em 0.8em;
  background-color: rgba(155, 149, 120, 0.18);
  border-radius: 20px;
}
ul.num li:hover::before {
  background-color: #C00304;
  color: #ffffff;
}
.topbox {
  margin: 0;
  padding: 5em 0 3em 0;
  overflow: hidden;
}
.bigbox {
  margin: 0;
  padding: 7em 0 7em 0;
  overflow: hidden;
}
.smallbox {
  margin: 0;
  padding: 3em 0 3em 0;
  overflow: hidden;
}
.sortimentbox {
  background: #f2f2f2;
  padding: 1.5em 0 1.5em 0;
}
.sortimentbox h2 {
  margin: 0 0 1em 0;
}
.sortimentbox p {
  padding: 1em 0 1em 0;
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}
.sortimentbox img {
  max-width: 100%;
  max-height: 100%;
}
.abstand {
  height: 2.5em;
  display: block;
  clear: both;
}
/* Button Allgemein */
.button {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  height: auto;
  padding: 0 2.5em;
  color: #EB8B2C;
  text-align: center;
  font-size: 1.225em;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #EB8B2C;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 8px;   
  margin-bottom: 0.5em;
 
}
.linieleft:after {
  content: '';
  display: block;
  height: 6px;
  background-color: #ddd;
  width: 60px;
  margin: 0.7em 0;
}
.liniecenter:after {
  content: '';
  display: block;
  height: 6px;
  background-color: #ddd;
  width: 60px;
  margin: 0.7em auto;
}
.linieright:after {
  content: '';
  display: block;
  height: 6px;
  background-color: #ddd;
  width: 60px;
  margin: 0.7em 0 0.7em auto;
}
/* About */
#about {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 1em 0 1em 0;
}
/* Buttons - nach Prioritet */
.button.first {
    background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.first:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.second {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.second:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.introcta {
  margin-top:0.5em;
 margin-right:0.4em; 
     margin-right:0.4em;
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.introcta:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.white {
   background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.white:hover {
   background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.first_parallax {
    background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.first_parallax:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.second_parallax {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.second_parallax:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.grey {
 background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.grey:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.black {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.black:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}

.button.ticket {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}
.button.ticket:hover {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
}

/* Parallax Boxen */
.cta {
  position: relative;
  padding: 5em 0 5em;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.cta h2 {
  position: relative;
  color: #ffffff;
}
.cta h3 {
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  /* text-transform: uppercase; */
  letter-spacing: 0.01em;
  margin-bottom: 1em;
  line-height: 1;
  color: #fff;
}
.cta h4 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1;
  font-size: 1.4em;
  color: #fff;
  text-align: left;
}
.cta p {
  color: #fff;
}
.cta span {
  color: #fff;
  padding: 0 0 2em 0;
}
.cta-parallax {
  padding: 3em 0 3em;
  text-align: left;
  color: #ffffff;
}
.cta-parallax h4 {
  font-size: 2.4em;
  margin-bottom: 0.3em;
  font-weight: 400;
}
.cta-parallax h5 {
  font-size: 1.6em;
  margin-bottom: 0;
  font-weight: 400;
}
.pnavigation ul {
  margin: 2em 0 0 -2em;
}
.pnavigation li a, .pnavigation li a:hover, .pnavigation li.active a, .pnavigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.pnavigation li {
  display: inline;
}
.pnavigation li a, .pnavigation li a:hover, .pnavigation li.active a, .pnavigation li.disabled {
  background-color: #1f5350;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  margin: 0.2em;
}
.pnavigation li a:hover, .pnavigation li.active a {
  background-color: #1f5350;
}
/* Icons*/
.container.icons {
  margin: 2em auto 0;
  text-align: left;
}
.icons i.fa {
  font-size: 5em;
  margin-bottom: 0.2em;
  padding: 0.4em;
  border-radius: 135px;
  color: #EB8B2C;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.icons i.fa-plus {
  padding: 0.4em 0.462em;
}
.icons ul {
  list-style: none;
  color: #ffffff;
  margin: 1em 0 1em 0;
  padding: 0;
}
.icons ul li {
  font-size: 1.4em;
  line-height: 1.6;
}
/* Service Module*/
.box.leistung {
  background-color: #ffffff;
  margin: 0;
  padding: 1em 0 1em 0;
  overflow: hidden
}
.leistungen > .columns {
  margin-bottom: 2em;
}
.leistungen h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.leistungen img {
  margin: 0.5em auto;
}
/* Template Service/Module*/
.service-leistungen > .columns {
  margin-bottom: 2em;
}
.service-leistungen h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.service-leistungen img {
  margin: 0.5em auto;
}
/* Speaker/Team/Moderatoren*/
.box.profile {
  background-color: #ffffff;
  margin: 0;
  padding: 2em 0 2em 0;
  overflow: hidden;
}
.vortrag {
  background-color: #f2f2f2;
  padding: 2em 2em 2em 2em;
  margin: 0 0 0.1em 0;
  overflow: hidden;
}
.slot {
  border:1px solid #ddd;
  background-color: #ffffff;
  padding: 1em 1em 1em 1em;
  margin: 0.1em 0 0.1em 0;
  overflow: hidden;
}

.bl {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.box.stm {
  background-color: #ffffff;
  margin: 0;
  padding: 1em 0 1em 0;
  overflow: hidden
}
.box.speaker {
  background-color: #ffffff;
  margin: 0;
  padding: 1em 0 1em 0;
  overflow: hidden
}
.speaker > .columns {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.speaker h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
}
.speaker img {
  margin: 0 auto;
}
.speaker a:link, .speaker a:hover, .speaker a:visited, .speaker a:active {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #1F5350;
}
.box.moderatoren {
  background-color: #ffffff;
  margin: 0;
  padding: 1em 0 1em 0;
  overflow: hidden
}
.moderatoren > .columns {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.moderatoren h3 {
  font-weight: 600;
    margin-bottom:0;
}
.moderatoren a:link, .moderatoren a:hover, .moderatoren a:visited, .moderatoren a:active {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #1F5350;
}
.moderatoren img {
  margin: 0 auto;
}
.box.team {
  background-color: #fff;
  margin: 0;
  padding: 1em 0 1em 0;
  overflow: hidden
}
.team > .columns {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.team a:link, .team a:hover, .team a:visited, .team a:active {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #1F5350;
}
.team h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0;
}
.team img {
  margin: 0 auto;
}
/* Kontakt */
.kontakt {
  color: #FFFFFF;
  background-color: #EB8B2C;
  padding: 2.5em;
  margin-top: 0em
}
.kontakt h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 0.6em
}
.kontakt p {
  color: #FFFFFF;
  font-size: 1.2em
}
.kontakt .columns a {
  color: #FFFFFF;
  float: right;
  margin-top: 3em;
  text-transform: uppercase
}
.page-title > h2 {
  font-size: 150px;
  color: rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  z-index: 1;
  top: 800px;
}
/* BOX NEWS */
.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}
.news .three {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news hr {
  clear: both;
  border: 3px solid #fff;
  margin: 0 auto !important;
  height: auto;
  width: 60px;
}
.box .home-news {
  padding: 5em 0;
}
/* Button Kontaktformular */
#button {
  background-color: #8c8c8c;
  width: auto;
  height: auto;
  margin: 0.5em 0;
  border: none;
  border-radius: 0.2em;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-transform: none;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  padding: 0.6em 1em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
#button:hover {
  background-color: #9b9b9b;
}
#button a:hover {
  color: #ffffff;
}
/* Team */
.mitarbeiter_bild {
  position: relative;
  display: block;
  height: 250px;
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Sidebar Nav*/
.cat-item {
  clear: both;
  position: relative;
  font-size: 1em;
  line-height: 1.2;
  margin: 0.2em auto 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  float: left;
}
.cat-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-item ul li {
  margin: 0;
  padding: 0 0 0.5em 0;
}
.cat-item li a {
  color: #000;
  background-image: none;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px 0;
  text-decoration: none;
}
.cat-item ul li a:hover {
  color: #eb8b2c;
}
.cat-item-1 {}
/* Footer Magazin*/
.magazin .miniline::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #ddd;
  margin: 8px 0 16px;
}
.magazin .miniline::after {
  margin-top: 5px;
}
#footermagazinmenu {
  clear: both;
  position: relative;
  font-size: 1em;
  line-height: 1.2;
  margin: 0.2em auto 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  float: left;
}
#footermagazinmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footermagazinmenu ul li {
  margin: 0;
  padding: 0 0 0.5em 0;
}
#footermagazinmenu li a {
  color: #000;
  background-image: none;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px 0;
  text-decoration: none;
}
#footermagazinmenu ul li a:hover {
  color: #eb8b2c;
}
/* Footer */
footer {
  border-top: 2px solid #000;
  clear: both;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 3em 0em 1em;
  color: #ddd;
  background-color: #000;
  line-height: 1.7;
  position: relative;
}
footer .columns {
  margin-bottom: 2em;
  ;
}
.miniline::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #fff;
  margin: 8px 0 16px;
}
footer .miniline::after {
  margin-top: 5px;
}
footer strong {
  font-size: 1.2em;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer .adresse p {
  display: inline;
  float: left;
  line-height: 1.4;
}
.kontaktdaten div {
  width: 100%;
}
xfooter .adresse::before, xfooter .tel::before, xfooter .fax::before, xfooter .mail::before {
  float: left;
  font-family: 'Font Awesome 5 Free';
  padding: 0 5px 5px 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 15px;
  font-size: 1.2em;
}
xfooter .adresse::before {
  content: "\f3c5";
}
xfooter .fax::before {
  content: "\f1ac";
}
xfooter .tel::before {
  content: "\f095";
}
xfooter .mail::before {
  content: "\f0e0";
}
xfooter .adresse {
  margin-top: 10px;
  display: block;
  float: left;
}
xfooter .tel {
  margin-top: 10px;
  display: block;
  float: left;
}
xfooter .mail {
  display: block;
  float: left;
}


/* FOOTER 1 */
.footer-1 {
	text-align: left;
}
#footermenu-1 {
	font-size: 1em;
	line-height: 1.2;
	text-shadow: none;
}
#footermenu-1 ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#footermenu-1 ul li {
	margin: 0;
	padding: 0 0.2em 0 0;
	display: inline;
}
#footermenu-1 li a {
	color: #ffffff;
	background-image: none;
	display: inline;
	font-weight: bold;
	margin: 0 0.5em 0 0.5em;
	;
	padding: 0;
	text-decoration: none;
}
#footermenu-1 ul li a:hover {
	color: #ffffff;
}



.menu-footer-container {
  margin: 0;
  padding: 0;
}
#footermenu {
  clear: both;
  position: relative;
  font-size: 1em;
  line-height: 1.2;
  margin: 0.2em auto 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  float: left;
}
#footermenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footermenu ul li {
  margin: 0;
  padding: 0 0 0.5em 0;
}
#footermenu li a {
  color: #ddd;
  background-image: none;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px 0;
  text-decoration: none;
}
#footermenu ul li a:hover {
  color: #fff;
}
/* Copyright */
.footer2 {
  text-align: center;
  font-size: 12px;
  background-color: #ffffff;
  padding: 0.8em 0 0.3em 0;
  color: #000000;
}
/* Footer DC Logo */
.dc {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
img.dc {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.55;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 40px;
  height: auto;
}
img.dc:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
/* Mobile Ansicht */
/* <nav id="mobile"> */
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .navline-mobile {
    display: block !important;
    position: relative;
    height: 46px;
  } /* Plathalter wegen absolute position*/
  #navigation {
    display: none !important;
  }
  .content {
    margin: 0;
    padding: 4em 0;
  }
  #mobile {
    display: block !important;
    width: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 1000 !important;
    background-color: #000000;
  }
  #mobile #menu-button {
    background-color: #000000;
  }
  #mobile, #mobile ul, #mobile ul li, #mobile ul li a, #mobile #menu-button {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile ul li a {
    padding: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: .9em;
    letter-spacing: .06em;
    text-decoration: none;
  }
  #mobile ul ul li a {
    padding: 11px 15px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    z-index: 1000 !important;
    border: none;
  }
  #mobile ul ul li {
    display: block;
    height: 0;
  }
  #mobile {
    width: 100%
  }
  #mobile ul {
    width: 100%;
    display: none
  }
  #mobile.align-center > ul {
    text-align: left
  }
  #mobile ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2)
  }
  #mobile ul ul li, #mobile li:hover > ul > li {
    height: auto
  }
  #mobile ul li a, #mobile ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #mobile ul ul li a {
    background-color: #000000 !important
  }
  #mobile > ul > li {
    float: none
  }
  #mobile ul ul li a {
    padding-left: 25px
  }
  #mobile ul ul ul li a {
    padding-left: 35px;
    background-color: #EB8B2C !important
  }
  #mobile ul ul li a {
    color: #fff;
    background: none
  }
  #mobile ul ul li:hover > a, #mobile ul ul li.active > a {
    color: #fff
  }
  #mobile ul ul, #mobile ul ul ul, #mobile.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #mobile > ul > li.menu-item-has-children > a:after, #mobile > ul > li.menu-item-has-children > a:before, #mobile ul ul > li.menu-item-has-children > a:after, #mobile ul ul > li.menu-item-has-children > a:before {
    display: none
  }
  #mobile #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
  }
  #mobile #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ''
  }
  #mobile #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: ''
  }
  #mobile #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #mobile #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #mobile .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 42px;
    width: 46px;
    cursor: pointer;
    background-color: #EB8B2C
  }
  #mobile .submenu-button.submenu-opened {
    background-color: #EB8B2C
  }
  #mobile ul ul .submenu-button {
    height: 34px;
    width: 34px;
    z-index: 1100;
    background-color: #EB8B2C
  }
  #mobile ul ul .submenu-button.submenu-opened {
    background-color: #EB8B2C
  }
  #mobile .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
  }
  #mobile ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #mobile .submenu-button.submenu-opened:after {
    background: #fff
  }
  #mobile .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: ''
  }
  #mobile ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #mobile .submenu-button.submenu-opened:before {
    display: none
  }
    
    
}
/* Logos Slick Slider */
.bggrau {
  background-color: #EFEFEF;
}
.logos img {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.logos .slick-slide {
  outline: none !important;
}
.carousel-logos .slick-prev:before {
  content: "\f104" !important;
}
.carousel-logos .slick-next:before {
  content: "\f105" !important;
}
.logos .flex div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .logos .flex div {
    display: block;
    vertical-align: middle;
  }
}
.carousel-logos {
  padding-left: 3em;
}
.carousel-logos .slick-prev:before, .carousel-logos .slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold !important;
  font-size: 40px !important;
  height: 40px !important;
  color: #333333 !important;
}
.carousel-logos .two img {
  max-width: 200px;
  height: auto;
/* Graufilter bei Sponsorenlogos deaktiviert; VA-IT 29.10.2020 */
/*  -webkit-filter: grayscale(100%); */ /* Chrome, Safari, Opera */
/*  filter: grayscale(100%);
  opacity: 0.55;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
*/ } /*
.carousel-logos .two img:hover {
  -webkit-filter: grayscale(0%); */ /* Chrome, Safari, Opera */
/*  filter: grayscale(0%);
  opacity: 1;
} */
/* END Slick Slider */
/* News */
.allenews {
  padding: 3em 0;
}
.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}
.news .three {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beitragsdatum h4 {
  font-size: 2em;
  font-weight: 500;
}
.beitragsdatum span {
  font-weight: 600;
}
.beitragsdatum hr {
  border: 1px solid #4c4c4c;
  margin: 0 auto 0.6em;
}
span.erstelldatum {
  color: #9D9D9D;
  font-size: 0.8em;
}
/* END News */
/* Suche */
#searchform {
  float: right;
  padding-top: 10px;
  position: relative;
}
#searchform input#s {
  margin: 0;
  border: none;
  height: 29px;
  width: 250px;
}
#searchform input.submit {
  border: none;
  height: 30px;
  width: 30px;
  margin: 0;
  text-indent: -99999px;
  background: white url(images/search.png) 0 0 no-repeat;
  padding-right: 20px;
}
/* End Suche */
/* Service/Leistungen */
.service-leistungen .columns {
  margin-bottom: 3em;
}
.service-leistungen a {
  display: block;
  width: 100%;
}
.service-leistungen h3 {
  font-weight: 600;
  width: 100%;
}
.service-leistungen .four h3 {
  text-align: center;
}
.service-leistungen img {
  margin-bottom: 1em;
  text-align: center;
}
/* Referenzen */
.referenzen .columns {
  padding: 1em;
  border: 1px solid #ada9a6;
  margin-bottom: 2em;
  font-size: 0.95em;
}
.referenzen img {
  margin-bottom: 1em;
}
.flexboxen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.flexboxen .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#produkte-ansicht {
  padding: 3em 0;
}
#produkte-ansicht .columns {
  border: 1px solid #fff;
}
#produkte-ansicht .columns img {
  margin-bottom: 1em;
}
#produkte-ansicht h3 {
  width: 100%;
  padding: 0 1em;
  font-size: 1.4em;
}
#produkte-ansicht .columns p {
  padding: 1em;
  font-size: 0.85em;
}
#sponsoren-ansicht {
  padding: 0;
  margin-bottom:0.5em;
}
#sponsoren-ansicht .columns {
  border: 1px solid #fff;
}
#sponsoren-ansicht .columns img {
margin-top: 0.1em;
margin-bottom:0.1em;
}
#sponsoren-ansicht h3 {
  width: 100%;
  padding: 0 1em;
  font-size: 1.4em;
}
#sponsoren-ansicht .columns p {
  padding: 1em;
  font-size: 0.85em;
}
/* TABS horizontal */
#tabsection ul.tabs {
  margin: 0 auto;
  padding: 0;
}
#tabsection .tabs li {
  list-style: none;
  display: inline;
}
#tabsection .tabs a {
  opacity: 1;
  padding: 15px 15px;
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #1F5350;
  font-weight: 600;
  background: #f2f2f2; 
}
#tabsection .tabs li:before {
  content: none;
}
#tabsection .tabs a:hover {
  opacity: 1;
      background: #1F5350;
  color: #ffffff;
}
#tabsection .tabs a.active {
  margin-bottom: -1px;
  opacity: 1;
  color: #ffffff;
  font-weight: 600;
  background: #1F5350;
}
.author img {
  float: left;
  height: auto;
  border-radius: 0;
  margin-bottom: .4rem;
  vertical-align: middle;
  border: 2px solid transparent !important;
}
.author {
  max-width: 300px;
}fe
.timelinebox {}
/* WP Galerie*/
.gallery-item {
  margin: 0 !important;
}
.gallery-item img {
  border: none !important;
}
.gallery-columns-2 .gallery-item img {
  max-width: 99%;
}
.gallery-columns-3 .gallery-item img {
  max-width: 98.5%;
}
.gallery-columns-4 .gallery-item img {
  max-width: 98%;
}
.shadow {
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}
/* TABS vertikal */
.toggle-link {
  z-index: 20;
  margin-top: 1.5em;
  padding: 0 1.5em;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  cursor: pointer;
}
.toggle-link h3 {
  margin-bottom: 0;
  line-height: 2;
}
.toggle-box {
  position: relative;
  display: none;
  background: #F6F9FA;
  padding: 1.5em;
  border-top: none;
  margin-bottom: 20px;
  z-index: 1;
}
/*closed*/
.closed:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f0d7";
  float: right;
}
/*opend*/
.opened:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f00d";
  float: right;
}
/* Parallax Awesome */
.container.icons {
  margin: 2em auto 0;
  text-align: left;
  max-width: 1600px;
}
.icons i.fa {
  font-size: 5em;
  margin-bottom: 0.2em;
  padding: 0.4em;
  border-radius: 135px;
  color: #fff;
  background-color: #F3A852;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.icons i.fa-hospital {
  padding: 0.4em 0.465em;
}
.icons i.fa-building {
  padding: 0.4em 0.465em;
}
.icons ul {
  list-style: none;
  color: #ffffff;
  margin: 1em 0 1em 0;
  padding: 0;
}
.icons ul li {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 600;
}
/* Kontakt */
#kontakt h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  font-weight: 800;
}
.wpcf7 {
  margin: 3em 0 0 0;
  padding: 4em 0;
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  font-weight: 500;
  font-size: 16px;
}
.wpcf7 input {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 48px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #666;
}
.wpcf7 textarea {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 2;
  min-height: 250px;
  color: #666;
}
.wpcf7 input[type="submit"] {
  margin-top: 1em;
  width: auto;
  height: auto;
  line-height: 2;
  padding: 7px 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #F3A852;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #EB8B2C;
  color: #fff;
}
.wpcf7 input[type="checkbox"] {
  width: auto; /* statt 100% */
  height: auto; /* statt 38px */
}
.wpcf7 .wpcf7-acceptance span {
  font-weight: normal;
  font-size: 0.9em;
}
.wpcf7 .wpcf7-validation-errors {
  display: inline-block !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 0.9em;
  padding: 0.2em;
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #000;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #000;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #000;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.wpcf7 label, .wpcf7 legend {
  margin: 0.5em auto;
}
/* Mobile Ansicht - CSS Anpassen */
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 1.45em
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 1.4em
  }
}
@media screen and (max-width: 1024px) {
  body, input, select, textarea {
    font-size: 1.35em;
    letter-spacing: .0375em
  }
}
/* Large screens ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1824px) {
  /*
 	.metaslider .flexslider .caption-wrap .caption { margin: 6em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 2.6em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.35em; margin-bottom: 2.5em; }
*/
  .introcaption span.first {
    font-size: 4em;
  }
  .introcaption span.second {
    font-size: 4em;
  }
  .introcaption span.introdate {
    font-size: 1.2em;
  }
  .introcaption .button {
    font-size: 1.4em;
  }
  h1 {
    font-size: 3.6em;
  }
  .cta {
    padding: 120px 0px 100px;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1023px) and (max-width : 1224px) {
  /*
	.metaslider .flexslider .caption-wrap .caption { margin: 5em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 2.2em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.35em; margin-bottom: 2em; }
	*/
  .introcaption span.first {
    font-size: 4em;
  }
  .introcaption span.second {
    font-size: 4em;
  }
 .introcaption span.themen {
    font-size: 1.2em;
  }
  .introcaption span.introdate {
    font-size: 1.2em;
  }
  .introcaption .button {
    font-size: 1.2em;
  }
  h1 {
    font-size: 3.2em;
  }
  .cta {
    padding: 100px 0px 90px;
  }
  #navigation ul li a {
    padding: 1em 0.6em;
  }
}
/* Ab Tablets Header mit position:relative */
@media only screen and (max-width: 1024px) {
  .intro.fullscreenintro {
    padding: 0 !important;
    height: 90vh !important;
    min-height: 90vh !important;
  }
  .intro {
    padding: 14em 0 5em;
    height: auto !important;
    min-height: 0 !important;
  }
  .intro.introleer {
    padding: 15em 0;
  }
  .metaslider {
    margin-top: 0 !important;
  }
  .intro {
    margin-top: 0 !important;
  }
  .introleer {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* .metaslider .flexslider .caption-wrap .caption { margin: 5em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 1.8em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.3em; margin-bottom: 1.8em; }
	.intro { padding: 8em 0; } */
  .introcaption span.first {
    font-size: 4em;
  }
  .introcaption span.second {
    font-size: 4em;
  }
 .introcaption span.themen {
    font-size: 1.8em;
  }
  .introcaption span.introdate {
    font-size: 1.2em;
  }
  .introcaption .button {
    font-size: 1.2em;
  }
  h1 {
    font-size: 3em;
  }
  .box, .service {
    padding-top: 3em;
  }
  .cta {
    padding: 120px 0px 100px;
  }
  .cta h2 {
    font-weight: 600;
    font-size: 2.5em;
  }
  .logos .carousel-logos {
    padding-left: 2em !important;
    margin-left: 1em !important;
  }
  .icons .offset-by-one {
    margin-left: 0;
  }
  .icons > .five {
    width: 48%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .logo {
    max-width: 200px;
    float: none;
  }
  /*
	.metaslider .flexslider .flex-control-nav { display: none; }
	.metaslider .flexslider img { min-height: 200px; }
	.metaslider .flexslider .caption-wrap .caption { margin: 4em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 1.3em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.1em; margin-bottom: 1.5em; }
	.metaslider .flexslider .button { font-size: 0.8em; }
	.intro { padding: 6em 0; } */
  .introcaption {
    top: 30%;
  }
  .introcaption span.first {
    font-size: 2.2em;
  }
  .introcaption span.second {
    font-size: 2.2em; margin-bottom: 0.5em;
  }
 .introcaption span.themen {
    font-size: 1.2em;  margin-bottom: 0.5em;
  }
  .introcaption span.introdate {
    font-size: 1.2em;  margin-bottom: 0.5em;
  }
  .introcaption .button {
    font-size: 1.2em;
  }
  h1 {
    font-size: 3em;
  }
  .box, .service {
    padding-top: 3em;
  }
  .cta {
    padding: 120px 0px 100px;
  }
  .cta h2 {
    font-weight: 600;
    font-size: 2.5em;
  }
  .cta h3 {
    font-weight: 400;
  }
  .logos .carousel-logos {
    padding-left: 1em !important;
    margin-left: 1em !important;
  }
  .referenzen .columns {
    width: 48% !important;
  }
  .referenzen .columns:nth-child(odd) {
    margin-left: 0;
  }
  .icons .offset-by-one {
    margin-left: 0;
  }
  .icons > .five {
    width: 100%;
    margin-bottom: 1em;
  }
#tabsection .tabs a {
  display: block !important;
     }    
 
}
@media only screen and (max-width: 479px) {
  .logo {
    max-width: 200px;
    float: none;
  }
  /* .metaslider img { min-height: 200px;  } */
  /* .metaslider .flexslider .flex-control-nav { display: none; }
	.metaslider .flexslider img { min-height: 200px; }
	.metaslider .flexslider .caption-wrap .caption { margin: 4em auto 3em; }
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 1.3em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.1em; margin-bottom: 1.5em; }
	.metaslider .flexslider .button { font-size: 0.8em; }
	.intro { padding: 5em 0; } */
  .introcaption {
    top: 15%;
  }
  .introcaption span.first {
    font-size: 1.4em;
    
  }
  .introcaption span.second {
    font-size: 1.4em;margin-bottom: 0.5em;
  }
      .introcaption span.themen {
    font-size: 0.8em;margin-bottom: 0.5em;
  }
  .introcaption span.introdate {
    font-size: 1.0em;margin-bottom: 0.5em;
  }
  .introcaption .button {
    font-size: 1.2em;
  }
  h1 {
    font-size: 3em;
  }
  .cta {
    padding: 100px 0px 80px;
  }
  .cta h2 {
    font-weight: 400;
    font-size: 1.8em;
  }
  .cta h3 {
    font-weight: 400;
  }
  .box, .service {
    padding-top: 3em;
  }
  #sortiment .button {
    margin-bottom: 1em;
  }
  #kontakt img {
    margin-bottom: 1em;
  }
  .logos .container {
    width: 90% !important;
  }
  .logos img {
    margin: 1em auto !important;
  }
  .logos .carousel-logos {
    padding-left: 1em !important;
  }
  .icons .columns {
    text-align: center;
    margin-bottom: 1em;
  }
   
    
#tabsection .tabs a {
  display: block !important;
     }
       
}
.metaslider .flexslider .caption-wrap span, .introcaption span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 0.1em 0.5em;
  text-transform: none;
  color: #FFFFFF;
  font-size: 9em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.flexsliderold .caption-wrapold .firstold, .introcaptionold .firstold {
  background-color: transparent;
  margin-bottom: 0;
  margin-left: -166px;
}
.flexslider .caption-wrap .first, .introcaption .first {
  background-color: transparent;
  margin-bottom: 0;
}
.flexslider .caption-wrap .second, .introcaption .second {
  background-color: transparent;
}
.flexslider .caption-wrap .themen, .introcaption .themen {
  background-color: transparent;
}
.topbox {
  margin: 0;
  padding: 7em 0 3em 0;
  overflow: hidden;
}
.note {
  margin: 2em 0;
  color: #888888 !important;
}
/* CUSTOM CSS */
.ticketbox {
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  margin: 3em 0;
}
.ticketbox .plan {
  margin: 0;
  width: 33%;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.ticketbox .plan:first-of-type {
  border-radius: 0px 0 0 0px;
}
.ticketbox .plan:last-of-type {
  border-radius: 0 0px 0px 0;
}
.ticketbox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ticketbox .plan-title {
  font-weight: 800;
  padding: 15px;
  margin: 0;
  min-height: 150px;
  background: rgba(0, 0, 0, 0.08);
  color: #595959;
  text-transform: uppercase;
}
.ticketbox .plan-cost {
  padding: 20px 10px;
}
.ticketbox .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 3em;
  color: #F3A752;
}
.ticketbox .plan-type {
  opacity: 0.6;
}
.ticketbox .plan-features {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: outside none none;
  font-size: 0.8em;
}
.ticketbox .plan-features li {
  border-top: 1px solid #ffffff;
  padding: 10px 5%;
}
.featured .plan-features li {
  border-top: 1px solid #9C359B;
  padding: 10px 5%;
}
.ticketbox .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.ticketbox .plan-features i {
  margin-right: 8px;
  opacity: 0.9;
}

.ticketbox .plan-features .fa-times {color:#FF0000;}
.ticketbox .plan-features .fa-check {color:#079208;}

.ticketbox .plan-select {
  border-top: 1px solid #EB8B2C;
  padding: 30px 10px;
}
.featured .plan-select {
  border-top: 2px solid #EB8B2C;
  padding: 30px 10px;
}
.xticketbox .plan-select a {
  background-color: #9C359B;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.ticketbox .plan-select a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  height: auto;
  padding: 0 1em;
  color: #EB8B2C;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #EB8B2C;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 8px;
}
.ticketbox .plan-select a {
  background-color: #EB8B2C;
  border: 2px solid #EB8B2C;
  color: #fff;
  border-radius: 8px;    
}
.ticketbox .plan-select a:hover {
  background-color: #EB8B2C;
  color: #ffffff;
  border: 2px solid #EB8B2C; 
    border-radius: 8px;
}
.xticketbox .plan-select a:hover {
  background-color: #732772;
}
.ticketbox .featured {
  margin-top: 0px;
  background-color: #9C359B;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 0;
}
.ticketbox .featured .plan-title, .ticketbox .featured .plan-price {
  color: #ffffff;
}
.ticketbox .featured .plan-title {
  padding: 18px 15px;
}
.ticketbox .featured .plan-select {
  padding: 30px 10px;
}
.xticketbox .featured .plan-select a {
  color: #9C359B;
  background-color: #ffffff;
}
.xticketbox .featured .plan-select a:hover {
  background-color: #EB8B2C;
  color: #ffffff;
}
.ticketbox .featured .plan-select a {
  background-color: #EB8B2C;
  color: #ffffff;
  border: 2px solid #EB8B2C; 
    border-radius: 8px;
}
.ticketbox .featured .plan-select a:hover {
  background-color: #EB8B2C;
  color: #ffffff;
  border: 2px solid #EB8B2C; 
    border-radius: 8px;
}  
@media only screen and (max-width: 1024px) {
  .ticketbox .plan {
     margin-top: 1em; 
    width: 100%;
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ticketbox .plan {
     margin-top: 1em; 
    width: 100%;
    border-radius: 0 !important;
  }
  .ticketbox .featured {
      
    margin-top: 1em; 
    border-radius: 0;
  }
  .ticketbox .featured .plan-title {
    padding: 15px;
  }
  .ticketbox .featured .plan-select {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 440px) {
  .ticketbox .plan {
    width: 100%;
  }
}
/* Adminbar */
.xfixed {
  top: 32px;
}
@media only screen and (max-width: 767px) {
  .xfixed {
    top: 46px;
  }
}
#adminbarfix {
  top: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  #adminbarfix {
    top: 46px;
    height: auto;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.img-list li {
  border: 5px solid transparent;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  position: relative;
  cursor: pointer;
}
.img-list img {
  max-width: 100%;
  vertical-align: middle;
}
/* Image Placeholder Styles
-------------------------------------------------------------- */
.img-placeholder:before, .img-placeholder:after {
  padding-top: 33.33%;
  content: "";
  display: block;
}
.img-placeholder {
  background: #222;
  box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
  color: #444;
  line-height: 0;
  text-align: center;
  display: block;
}
/* The hover effect
-------------------------------------------------------------- */
.img-list li:before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  transform: scale(0);
}
.img-list li:hover:before {
  opacity: .5;
  transform: scale(1);
}
.img-list li:after {
  transition: all .6s ease .2s;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #aaa;
  background: #000;
  opacity: 0;
  transform: scale(0);
}
.img-list li:hover:after {
  opacity: .35;
  transform: scale(1);
}

/* FABIAN HEIDGER SPONSORENSEITEN */
#branchenbuch, #branchenbuch tr, #branchenbuch td {
	border: 0px;
}

#branchenbuch_td_logo {
	width: 50%;
	vertical-align: top;
}

#branchenbuch_td_firmendetails {
	width: 25%;
	vertical-align: top;
}

#branchenbuch_td_kontakt {
	width: 25%;
	vertical-align: top;
}

@media screen and (max-width: 64em) {
	td.branchenbuch_td {
		display: block;
		width: 100%;
	}
	tr {
		padding: .5em .5em 1em;
	}
	#branchenbuch_td_logo {
		width: 100%;
	}
	#branchenbuch_td_firmendetails {
		width: 100%;
	}
	#branchenbuch_td_kontakt {
		width: 100%;
	}
}

/* FABIAN HEIDGER Gravity-Form-Absenden-Button */

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #EB8B2C;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 3em;
  width: 100% !important;
}

/* FABIAN HEIDGER 2024-10-20 Timeline-Übersicht */
.timelinebox {
	width: 100% !important;
	padding: 0 10px !important;
	margin: 0 !important;
}

.timelinebox_ov tbody {
	vertical-align: top;
}

.timelinebox h4 {
	font-size: 1.2em !important;
	font-weight: 600 !important;
}

.timelinebox_ov th {
	font-size: 1.6em !important;
	background-color: #f49200;
	padding: 0.5em !important;
	color: white !important;
}

.timelinebox_ov th, .timelinebox_ov td {
	border: 2px solid #f49200;
	box-sizing: border-box;
}

.timelinebox_ov table {

	border-collapse: collapse;
	table-layout: fixed;
	min-width: 550px;
}

.timelinebox_ov {
	overflow-x: auto;
}

.timelinebox .author img {
	float: none !important;
}

.timelinebox .author {
	margin: 1em auto 1em auto !important;
}

.timetable_bg {
	background-color: #E0E0E0;
}

/* FABIAN HEIDGER 2024-12-27 Recap-Übersicht Homepage */

.recaplogo {
	position: relative;
	text-align: center;
	color: #161616;
}

.recaplogo img {
	opacity: 0.5;
	border-radius: 15px;
	box-shadow: 15px 15px 10px silver;
}

.recaplogotextcentered {
	background-color: #EB8B2C;
	border: 2px solid #EB8B2C;
	border-radius: 10px;
	padding: 5px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
    font-size: 0.8em;
    text-transform: uppercase;
	color: white;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.timetable_moderator_highlight {
	color: #EB8B2C;
	outline: 0 none;
    text-decoration: none;
}