/* CSS-DATEI FÜR DIE VITOS FORENSIK WEBSITE */
@import url("./test.css");
@import url("./mediaQuery.css");
@import url("./formular.css");
@import url("./font.css");

:root {
  --vitosBlue: #0069ff;
  --vitosGrey: #6e6e6e;
}

body {
  color:#1a171c;
  font-family: 'PT Sans', sans-serif;
}

a {
  color: var(--vitosBlue);
}

.col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12,
.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-md-1, .col-md-10,
.col-md-11, .col-md-12,
.col-md-2, .col-md-3,
.col-md-4, .col-md-5,
.col-md-6, .col-md-7,
.col-md-8, .col-md-9,
.col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12,
.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-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7,
.col-xs-8, .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}

.container {
  /*border: 1px solid #000;*/
}

.row {
  padding-left: 15px;
  padding-right: 15px;
}

.item-title,
.page-header,
.jev_evdt_title {
  text-transform: uppercase;
  color: #706f6f;
}

.page-header h2 {
  font-weight: 700;
}

.item-title span,
.page-header span,
.veranstaltung p span {
  color: var(--vitosBlue);
}

a.ev_link_row:link {
    font-size: 1em;
}

.btn-primary {
  color: #fff;
  background-color: var(--vitosBlue);
  border-color: var(--vitosBlue);
}

/*a.ev_link_row:hover {
    text-decoration: underline;
}*/

div[itemprop="articleBody"] h1,
div[itemprop="articleBody"] h2,
div[itemprop="articleBody"] h3,
div[itemprop="articleBody"] h4,
div[itemprop="articleBody"] h5,
div[itemprop="articleBody"] h6,
#jevents_header h1,
.jev_evdt_desc h4,
.jev_evdt_desc h3 {
  color: #706f6f;
}

.jev_evdt_desc h3 {
    font-weight: normal;
}

div[itemprop="articleBody"] a.btn {
  color: #fff;
  text-decoration: none;
}

div[itemprop="articleBody"] a,
.jev_eventdetails_body a,
.jev_evdt_desc .table a,
a.ev_link_row:link,
a.buchLink {
  color: var(--vitosBlue);
  font-weight: 700;
  text-decoration: underline;
}

div[itemprop="articleBody"] {
    margin-right: 54px;
}

/* SLIDE-DOWN - BEREICH */

#slideDown {
  position: fixed;
  top: 0;
  width: 100%;
  /*height: 95%;*/
  z-index: 10;
  -webkit-transform: translate3d(0,0,1px);
transform: translate3d(0,0,1px);
}

#slideDownPanel {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  display: none;
  padding-top: 4%;
}

#slideDownPanel p {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
}

.table-overflow
{
  overflow: auto;
  height: 80%;
}

#workshop thead td,
#workshop tbody td {
    padding: 2px 5px;
}

#workshop thead {
  font-size: 14pt;
  font-weight: bold;
}

#workshop .mod_events_latest_content a,
#workshop .mod_events_latest_date,
#workshop tbody td {
  font-size: 12pt;
}

.mod_events_latest_table {
    /*margin-top: 5%;*/
    /*margin: 2% auto;*/
    margin: 0 auto;
    box-shadow: 6px 6px 10px var(--vitosGrey);
}

.mod_events_latest_table thead {
    font-size: 1.7em;
    background-color: var(--vitosBlue);
    color: #fff;
    font-weight: bold;
    border: 3px solid var(--vitosBlue);
}

.mod_events_latest_table thead td,
.mod_events_latest_table tbody td {
    padding: 5px;
}

.mod_events_latest_table tbody {
    background-color: #fff;
}

.mod_events_latest_table tbody td {
    background-color: #f5f5f5;
    border: 3px solid #fff;
}

.mod_events_latest_date {
    font-size: 1.3em;
}

.mod_events_latest_content {
    margin-top: 10px;
}

.mod_events_latest_content a{
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5em;
    padding-top: 10px;
}

.slide {
  margin: 0;
  padding: 0;
  border-top: solid 4px var(--vitosBlue);
  width: 100%;
  text-align: center;
}

.btn-slide {
  text-align: center;
  /*width: 100%;
  height: 100%;*/
  padding: 15px 10px 5px 10px;
  margin: 0 auto;
  /*display: block;*/
  color: #fff;
  text-decoration: none;
  background: var(--vitosBlue);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
}

.btn-slide:hover,
.btn-slide:focus {
  color: #fff;
  text-decoration: none;
}

.slideDownActive {
  background-position: right 12px;
}

/* SLIDE-DOWN - BEREICH - ENDE */

/* IMPRESSUM - BEREICH */

.myImpressum {
  margin-top: 2%;
  z-index: 3;
}

.myImpressum .nav {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.myImpressum .nav li a {
  /*border-right: 1px solid #000;*/
  padding: 0 0;
}

.myImpressum .nav a {
  color: var(--vitosGrey);

}

.myImpressum .nav a:hover {
  color: var(--vitosBlue);
  background-color: transparent;
}

#redim-cookiehint {
  background-color: var(--vitosBlue);
}

#redim-cookiehint .cookiebuttons .btn {
  background-color: #286090;
}

#redim-cookiehint .cookiebuttons .btn:hover {
  background-color: #2f73ad;
}

/* IMPRESSUM - BEREICH -ENDE */

/* HEADER - BEREICH */

#header {
  text-align: left;
  display: table;
  width: 100%;
  z-index: 10;
}

#header span {
  font-size: 2em;
  font-weight: bold;
  display: table-cell;
  margin-left: 0;
  clear: both;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

#header img {
  display: table-cell;
  float: right;
}

.headerLink {
    color: #000;
}

.headerLink:hover {
    color: #000;
    text-decoration: none;
}

/* HEADER - BEREICH - ENDE */

/* WORKSHOP - BEREICH */

.red,
.yellow,
.green {
  background: url('../images/clip.jpg');
  background-attachment:fixed;
  height: 200px;
  min-width: 285px;
}

.card-img-top {
  background: url('../images/clip-dunkler.jpg');
  background-attachment: fixed;
  min-height: 175px;
}

.card-img-top h2 {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.8em;
  text-shadow: 2px 2px 5px #111;
  text-align: center;
}

.workshop {
  margin-top: 12%;
  justify-content: space-between;
}

/*.workshop > div {
  text-align: center;
}*/

.workshop > a:last-child > div {
  float: right;
}

.bildUnten {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.schatten {
    -webkit-filter: drop-shadow( 5px 5px 5px #000 );
        -ms-filter: drop-shadow( 5px 5px 5px #000 );
            filter: drop-shadow( 5px 5px 5px #000 );
}

/* WORKSHOP - BEREICH - ENDE */


/* BREADCRUMBS - BEREICH */


.breadcrumb {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #706f6f;
}

.breadcrumb > li {
    padding: 0 10px 0 0;
    margin: 0 0 0 0;
    display: inline;
}

.breadcrumb > li + li::before {
  padding: 0 0 0 0;
  content: "";
}

.breadcrumb a {
  color: #706f6f;
}

.divider {
  display: inline;
}

.search {
  margin-top: 15px;
  vertical-align: middle;
  float: right;
}

/* BREADCRUMBS - BEREICH - ENDE*/

.infoKasten,
.infoKastenStart,
.infoKastenBestellung {
  border-top: 1px solid #6f7072;
  font-weight: bold;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--vitosBlue);
}

.infoKastenBestellung {
  margin-bottom: 75px;
}

.infoKastenStart:first-of-type,
.infoKasten:first-of-type {
  border-top: 0;
}

.table a:not(.buchLink):not(.hasPopover):not(.btn-primary) {
  color: #000;
}

.table thead a {
    color: #fff;
}

.table > tbody > tr.info > td {
  background-color:  lightgrey;
}

.table thead {
  background-color: var(--vitosBlue);
  color: #fff;
}



/* INHALT */

.veranstaltung {
  text-align: center;
  font-size: 1.5em;
}

.veranstaltung h5 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--vitosBlue) !important;
}

.veranstaltung h4 {
  font-size: 1.8em;
  font-weight: 700;
}

.hidden {
  display: none;
}

.greenText {
    color:#649325;
    font-weight: bold;
}

.blue {
  color:  #008bd0;
  font-weight: normal;
  font-stretch: normal;
}

.normalText {
  font-weight: normal;
}

img.img-polaroid {
  max-width: 144px !important;
}

/* INHALT ENDE */

/* FOOTER - BEREICH */
footer {
  border-top: 1px solid #6f7072;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
}

#st-trigger-effects {
    display: none;
}

.mod_events_latest {
    border-top: none;
    padding-top: 20px;
}

.item-page p
{
  font-size: .85em;
}

/* BUTTON LOGIN */
.btn-login-abstand {
  margin-top: 25px;
}

.btn.jmodedit {
  border: 1px solid #58595a;
  border-radius: .25rem;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}

[role="tooltip"]:not(.show) {
  background: #fff;
  border: 1px solid #6d757e;
  border-radius: .25rem;
  box-shadow: 0 0 .5rem rgba(0,0,0,0);
  color: #000;
  display: none;
  margin: .5rem;
  padding: .25rem;
  max-width:100%;
  text-align: start;
}

[role="tooltip"]:not(.show)[id^=editarticle]{
  -webkit-margin-start: -10em;
  margin-inline-start: -10em;
  right: auto;
}

:focus+[role="tooltip"],
:hover+[role="tooltip"] {
  display:block;
  position: absolute;
}

.workshop-quad
{
  width: 120px;
  height: 120px;
  font-size: 3em;
  color: #fff;
}

.workshop-info p{
  font-size: 1.3rem;
}

/* TEST */
@media screen and (max-width: 991px) {
  .workshop {
    margin-top: 15%;
  }
}

@media screen and (max-width: 600px) {

    #slideDown {
        display: none;
    }

    #header span {
        font-size: 1.2em;
    }

    #header img {
        width: 80%;
    }

    #st-trigger-effects {
        display: block;
    }

    .search {
      margin-top: 0;
    }

.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content {
	overflow-y: scroll;
	background: #f3efe0;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
        top: 0;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #48a770;
        background: #dcdcdc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:target {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}

.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}

#st-trigger-effects::before {
    content: '\2630';
    font-size: 2em;
}

.myMenu .nav,
.myMenu .nav * {
    display: block;
}

.myMenu .nav > li {
  float: none;
  padding-left: 10px;
}

.myMenu .nav ul {
    position: static;
    display:none;
    background: #c0c0c0;
    /*top: 0%;*/
}

.myMenu .nav li:hover > ul {
  display: block;
  visibility:visible;
    -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.myMenu .nav > li > ul > li {
  float: none;
  display: block;
}
}

.page-link {
  color: var(--vitosBlue);
}

.page-item.active .page-link {
  background-color: var(--vitosBlue);
  border-color: var(--vitosBlue);
}
