@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

.breakpoints {display: none; }

/* supported only by FF and Chrome 
html { scroll-behavior: smooth; }
@media screen and (prefers-reduced-motion: reduce) {
	_html { scroll-behavior: auto; }
}
*/

/* hyphens */
_html {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}   

/* common */

body {
  font-family: 'Open Sans', 'Segoe UI', 'SegoeUI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frame-accordion h3 { cursor: pointer; padding-left: 20px; }
.frame-accordion p { opacity: 1; min-height: 40px; _height: auto; _display: block; _transition: all 0.5s ease; }
.acc-close p { opacity: 0; display: none; min-height: 0; height: 0; transition: all 0.5s ease; }

h2 {
  margin: 1.2rem 0;
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

.tx-indexedsearch-res h3 {
  _font-size: 24px;
}

.tx-indexedsearch-info {
  display: none;
}

.tx-indexedsearch-searchbox-sword {
  border: 1px solid #ced4da;
  _line-height: 1.5;
  height: calc(1.5em + 2px + 0.75rem);
  padding: .375rem .75rem;
}

.tx-indexedsearch-searchbox-sword:focus {
  border-color: rgba(49,84,161,1.0);
}

.tx-indexedsearch-searchbox-button {
  margin-top: 2%;
  margin-bottom: 2%;
  height: calc(1.5em + 2px + 0.75rem);
  padding: .375em .75rem;
  _color: white;
  _background-color: rgba(49,84,161,1.0);
}

.tx-indexedsearch-searchbox-button:hover {
  _background-color: inherit;
}

h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

p {
  font-size: 1.0rem;
  _padding: 2%;
}

a {
  _text-decoration: none;
  color: rgb(49,84,161);
}

a:hover {
  color: darkblue;
}

.frame-type-text.frame-layout-2 {
    border: 1px solid rgba(49,84,161,1.0);
    padding: 20px;
}

.frame-type-text.frame-layout-3 {
  border-bottom: 1px solid rgba(216,216,216,1);
  padding: 20px;
}

figure {
  margin: 0;
}

img {
  _width: 100%;
  tableheight: auto;
}

.tx-indexedsearch-res img {
  width: initial !important; /* width: 100% wieder rückgängig für kleine Icon */  
}

dt, dd {
  display: inline-block;
}

.form-control {
  border-radius: 0;  
}

.form-control:focus {
    _color: #495057;
    _background-color: #fff;
    border-color: rgb(49,84,161); /* #80bdff; */
    outline: 0;
    _box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25);
    box-shadow: none;
}

/* Seminar-Tabellen, ehem. .page-16 */

/*
.page-16 table {
  width: 100%;
  font-size: 1.0rem;
}

.page-16 table tr th, 
.page-16 table tr td  {
  padding: 1%;
  _min-height: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-16 table tr:first-child {
  background-color: rgba(240,240,240, 1);
  display: none;
}

.page-16 table tr:nth-child(n+2) {
  border-top: 1px solid rgba(160, 160, 160, 1.0);
}

.page-16 table tr:nth-child(1) td {
  color: transparent;
  _height: 60%; 
  background-size: 40px 40px; 
  _display: none;
}

.page-16 table tr td { 
  position: relative; 
  padding-left: 50px; 
}

.page-16 table td:before {
  color: transparent;
  _font-size: 1.4rem;
  content: "123";
  _width: 20px; 
  _height: 80px;
  _background-image: url("circle-location.svg");
  position: absolute;
  _top: 10px;;
  left: 0;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-16 table tr:nth-child(1) td:nth-child(1) {
  background-image: url("/fileadmin/images/circle-x.svg");
}

.page-16 table tr:nth-child(n) td:nth-child(1):before {
  background-image: url("/fileadmin/images/circle-x.svg");
}

.page-16 table tr:nth-child(1) td:nth-child(2) {
  background-image: url("/fileadmin/images/circle-location.svg");
}

.page-16 table tr:nth-child(n) td:nth-child(2):before {
  background-image: url("/fileadmin/images/circle-location.svg");
}

.page-16 table tr:nth-child(1) td:nth-child(3) {
  background-image: url("/fileadmin/images/circle-points.svg");
}

.page-16 table tr:nth-child(n) td:nth-child(3):before {
  background-image: url("/fileadmin/images/circle-points.svg");
}

.page-16 table tr:nth-child(1) td:nth-child(4) {
  background-image: url("/fileadmin/images/circle-arrow.svg");
}

.page-16 table tr:nth-child(n) td:nth-child(4):before {
  background-image: url("/fileadmin/images/circle-arrow.svg");
}

.page-16 table tr:nth-child(n+2) td:nth-child(3) {
  color: rgb(49,84,161);
}

.page-16 table tr, 
.page-16 table td { 
  display: block; 
  _width: 100%; 
}

.page-16 table tr:nth-child(1) td { 
  visibility: hidden; 
}
*/

/* Seminar-Tabellen mit .frame-layout-4 */

.tx-courses table {
  border-collapse: collapse;
  margin: 2% 0;
}

.tx-courses table tr:first-child td a {
  _color: transparent;
  _display: inline-block;
  _width: 100%;
}

.tx-courses table tr td.active {
  background-color: rgba(49,84,161,0.4);
}

.frame-layout-1 .tx-courses table tr:first-child {
  background-color: rgba(240,240,240, 1.0);
}

.frame-layout-1 .tx-courses table tr:nth-child(n+2) {
  _background-color: rgba(240,240,240, 0.5);
  border-top: 1px solid rgba(160, 160, 160, 0.8);
}

.frame-layout-1 .tx-courses table tr td:nth-child(2n+5) {
  background-color: rgba(240,240,240, 0.8);
}

.frame-layout-1 .tx-courses table tr td:nth-child(1n+5) {
  width: 20px;
  text-align: center;
}

/* pagination */
ul.f3-widget-paginator { list-style-type: none; padding: 0; text-align: center; background-color: rgba(240,240,240, 1); }
ul.f3-widget-paginator li { margin: 0 1%; display: inline-block; }


.frame-layout-4 table {
  width: 100%;
  font-size: 1.0rem;
}

.frame-layout-4 table tr th, 
.frame-layout-4 table tr td  {
  padding: 1%;
  _min-height: 4rem;
  background-repeat: no-repeat;
  _background-position: left center;
  background-position: 2% 50%;
}

.frame-layout-4 table tr:first-child {
  background-color: rgba(240,240,240, 1);
  display: none;
}

.frame-layout-4 table tr:nth-child(n+2) {
  border-top: 1px solid rgba(160, 160, 160, 1.0);
}

.frame-layout-4 table tr:nth-child(1) td {
  _color: transparent;
  _height: 60%; 
  background-size: 40px 40px; 
  _display: none;
}

.frame-layout-4 table tr:nth-child(1) td a {
  _color: transparent;
  display: inline-block;
  width: 100%;
}

.frame-layout-4 table tr td { 
  position: relative; 
  padding-left: 50px; 
}

.frame-layout-4 table td:before {
  color: transparent;
  _font-size: 1.4rem;
  content: "123";
  _width: 20px; 
  _height: 80px;
  _background-image: url("circle-location.svg");
  position: absolute;
  _top: 10px;;
  left: 0;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.frame-layout-4 table tr:nth-child(1) td:nth-child(1) {
  background-image: url("/fileadmin/images/circle-x.svg");
  width: 25%;
}

.frame-layout-4 table tr:nth-child(n) td:nth-child(1):before {
  background-image: url("/fileadmin/images/circle-x.svg");
}

.frame-layout-4 table tr:nth-child(1) td:nth-child(2) {
  background-image: url("/fileadmin/images/circle-location.svg");
}

.frame-layout-4 table tr:nth-child(n) td:nth-child(2):before {
  background-image: url("/fileadmin/images/circle-location.svg");
}

.frame-layout-4 table tr:nth-child(1) td:nth-child(3) {
  background-image: url("/fileadmin/images/circle-points.svg");
}

.frame-layout-4 table tr:nth-child(n) td:nth-child(3):before {
  background-image: url("/fileadmin/images/circle-points.svg");
}

.frame-layout-4 table tr:nth-child(1) td:nth-child(4) {
  background-image: url("/fileadmin/images/circle-arrow.svg");
  width: 18%;
}

.frame-layout-4 table tr:nth-child(n) td:nth-child(4):before {
  background-image: url("/fileadmin/images/circle-arrow.svg");
}

.frame-layout-4 table tr:nth-child(n+2) td:nth-child(3) {
  color: rgb(49,84,161);
}

.frame-layout-4 table tr, 
.frame-layout-4 table td { 
  display: block; 
  _width: 100%; 
}

.frame-layout-4 table tr:nth-child(1) td { 
  visibility: hidden; 
}













/*Page-18 Search Seite */
.page-18 fieldset legend, 
.page-18 fieldset label {
  display: none;
}

.page-18 div.tx-indexedsearch-info-sword {
  display: none; 
}

.page-18 ul.tx-indexedsearch-browsebox {
  text-align: right;
}

.page-18 ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-left: 2%;
}

/*** logo and search ***/

.logo { 
  display: none; 
}

.logo a {
  width: 80%;
}

.logo .col-md-6 {
  min-height: 60px;
  display: flex; 
  align-items: center; 
  _justify-content: center; 
}

.logo img {
  _height: 100px;
  _width: auto;
  _width: 280px;
  _height: 49px;
  _margin-top: 1.2rem;
  _margin-bottom: 1.2rem;
  _padding-top: 1.2rem; 
  _padding-bottom: 1.2rem;
}

.logo input { 
  _width: 300px;  
  padding-left: 1.0rem; 
  _line-height: 2.0rem;
  _margin-top: 1.2rem;
  _margin-bottom: 1.2rem;  
}

/*** navigation ***/

/*
nav {
  _background-color: rgb(49,84,161)!important; 
  padding: 0; 
  line-height: 4.5rem; 
  box-shadow: 5px 5px 20px rgb(69,68,120);
}
*/

.sticky-top {
    position: relative; 
    _top: 0px;
    _z-index: 1020;
}

.navbar-brand img {
    width: 200px;
    height: auto;
}

.navbar-nav { 
  background-color: rgba(49,84,161, 1.0) !important; 
  _padding-left: 1.0rem;
}

.navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }


.navbar-toggler {
  border: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(49,84,161,1.0)' stroke-width='3' _stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} 

.navbar { 
  _padding: 0; 
}

nav .container {
  _border-bottom: 1px solid rgb(218,220,228);
}

nav a { 
  _font-weight: 500; font-size: 1.4rem; color: rgb(255,255,255) !important; 
}

.dropdown-menu {
  _min-width: 45rem;
  border: 0;
  border-radius: 0;
  background-color: rgba(49,84,161,0.95); 
}

.nav-item:focus, .nav-item:hover {
    _color: #16181b;
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
/* #f8f9fa; */
}

.dropdown-item:focus, .dropdown-item:hover {
    _color: #16181b;
    text-decoration: none;
    background-color: rgba(255,255,255, 0.1);
/* #f8f9fa; */
}

button.navbar-toggler
{
    border-color: white;
    outline: 0;
}

.breadcrumb {  
  background-color: white;
  font-size: 1.2rem;
  color: rgba(160, 160, 160, 1.0);  
  _padding-bottom: 4%;
}

.breadcrumb ul {
  padding-left: 0;
}

.breadcrumb ul > li {
  display: inline-block;
  _margin-right: 1%;
}

.breadcrumb ul > li::after {
  _content: " > ";
}

.breadcrumb {
  display: none;
}

.container { padding-left: 10px; padding-right: 10px; }
.container-fluid { 
  padding-left: 0; padding-right: 0; 
}

/* jumbo and carousel */

_.jumbotron h1 { 
  text-transform: uppercase; white-space: nowrap; 
}
.jumbotron-fluid {
  _padding: 15px 15px 0 15px; 
  padding: 0;
  _background-color: rgb(235,235,235);
}

.jumbotron-fluid p {
  _font-size: 1.2rem; 
  _text-align: block; /*center;*/
}

.carousel-caption { 
  border: 1px solid red; background-color: rgb(49,84,161); color: white; 
}

.dimmed { 
  position: relative; 
  background-color: rgb(49,84,161); 
  overflow: hidden;
}
_.dimmed:before {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 57%;
  right: 0;
  //background: rgba(0, 0, 0, 0.2);
  background-color: rgb(49,84,161);
  transform: skew(-25deg);  
}
.dimmed img {
  width: 100%; 
  height: auto;
}

.dimmed h2 {
  _position: absolute; 
  left: 0; bottom: 0%; 
  z-index: 100;
  width: 100%;
  text-align: center; 
  _padding-right: 2%; 
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 10px 10px 10px;  
  margin: 0;
  color: white;
  background-color: rgba(49,84,161,0.8);
  display: none;
}
.dimmed h2 span { font-weight: 200; display: none; }
.dimmed h2.sm { display: inline-block; font-size: 1.2rem; font-weight: 400; }

.intro {
  padding-bottom: 30px;
}

.intro p { padding: 2%; }

.intro img {
  display: none !important;
  height: 100px;
}

#seminarstruktur, 
#faq, 
#buchung {
  _height: 600px; 
  _line-height: 600px; 
  _text-align: center; 
  background-size: cover;
  min-height: 220px;
}

#seminarstruktur {
  background-image: url(/fileadmin/images/bg-nodes_640.jpg); 
}

#faq {
  background-image: url(/fileadmin/images/bg-notes.jpg);
}

#buchung {
  background-image: url(/fileadmin/images/bg-booking.jpg);
}

.content-landing,
.content-about,
.content-seminarstruktur {
  _padding-bottom: 10% /*15px*/ ;
}

.content-about .row .col-md-4:first-child {
  padding-left: 0; padding-right: 0; 
}

.content-landing h2 {
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2%;
}

.content-landing h2 a {
  color: white; 
  _background-color: rgba(255, 255, 255, 0.2);
}

.content-landing p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1.0);
  padding: 2%;
}

.content-about h2,
.content-seminarstruktur h2 {
  font-weight: bold; 
  color: rgb(49,84,161);
}

.content-about #aside img,
.content-seminarstruktur #aside img {
  width: 100%;
  _margin-left: -10%;
  height: auto;
}

.content-about img,
.content-seminarstruktur img {
  width: 100%;
  height: auto;
  _margin-left: -10%;
}


.dhv-link {
  margin: 5% 0;
}

.dhv-link h3 {
  _font-size: 1.2rem;
  font-weight: bold;
  
}

.content-about .row:nth-child(2),
.content-seminarstruktur .row:nth-child(2),
.content-seminarstruktur .row:nth-child(3) {
  margin-top: 6%;
}
 
.staetten {
  _width: 48%;
  _min-height: 24%;
  _float: left;
  margin: 0 1% 1% 0;
  padding: 1%;
  border-bottom: 1px solid rgb(160, 160, 160) /*rgba(72,83,146, 1.0)*/;
}

.content-about .staetten {
  display: none;
}

.zentrale {
  _width: 48%;
  _min-height: 55%;
  _float: left;
  _margin: 0 1% 1% 0;
  padding: 3%;
  border: 1px solid rgba(49,84,161,1.0);
}

.zentrale h3 {
  font-size: 1.8rem;
}

[data-toggle="collapse"] .fa:before {   
  _content: "\f139";
  color: transparent;
  content: "123";
  background-image: url(arrow-right.svg);
}

[data-toggle="collapse"].collapsed .fa:before {
  _content: "\f13a";
  content: "123"
  background-image: url(arrow-down.svg);
}

footer {
  _margin-top: 2%;
  _clear: both;
  _float: left;
  padding: 3.2rem 1rem;
  background-color: rgb(49,84,161);
}

footer .col-md-6 { padding-left: 0; padding-right: 0; }
footer p, 
footer a { 
  _color: rgba(128,171,201, 1.0);
  color: rgba(255,255,255, 1.0);
  font-size: 1.0rem;
}

footer a:hover {
  color: rgb(218,220,228);
  _text-decoration: none;
}

footer nav {
  _margin: 0; 
  padding: 0; 
  box-shadow: none; 
  line-height: 1.5; 
}

footer nav ul {
  padding-left: 0;
}

footer nav ul > li {
  display: inline-block;
  padding: 0 10px;
}

footer nav ul > li:nth-child(n+2) {
  _content:' | ';
  _color: rgb(255,255,255);
  border-left: 1px solid rgb(255,255,255);
  _margin-left: 1%;
  _margin-right: 1%;
}

footer .copyright-left {
  display: none;
}

/**********************
 * DEBUG 
 **********************/

  _.col-md-6 { background-color: #afffff; }
  body { background-color: white !important; }


/******************************************************************************
 * MEDIA QUERIES 
 ******************************************************************************/

/* xs Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */



/* sm Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

  body { background-color: lightblue; }

  .dimmed h2 { font-size: 1.2em; }
  .dimmed h2 { font-size: 2.4vw; }

  .jumbotron-fluid {
    _background-color: rgb(235,235,235);
    background-color: rgba(242,242,242,0.7);
  }

  .intro img {
    display: block !important;
  }

  nav {
    _background-color: rgb(49,84,161)!important; 
    _padding: 0; 
    _line-height: 3.5rem;
    box-shadow: 2px 2px 10px rgb(49,84,161);
  }

.dimmed:before {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 57%;
  right: 0;
  //background: rgba(0, 0, 0, 0.2);
  background-color: rgb(49,84,161);
  transform: skew(-25deg);  
}
.dimmed img {
  width: 66%; 
  height: auto;
}

.dimmed h2 {
  position: absolute; 
  left: 63%; top: 10%; 
  z-index: 100; 
  text-align: right; 
  padding-right: 2%; 
  _font-size: 1.0em;
  font-weight: 600; 
  color: white;
  width: 38%;
  display: inline-block;
}

.dimmed h2.sm { display: none; }

  _.dimmed h2 span { font-weight: 200; }
  .dimmed h2 { font-size: 2.4vw; }

  .sticky-top {
    position: sticky; 
    top: 0px;
    z-index: 1020;
  }

  .staetten {
    width: 48%;
    min-height: 24%;
    float: left;
  }

  .content-about .staetten {
    display: block;
  }

}


/* md Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  body { background-color: lightcoral; }

  h2 {
    margin: 0 0 1.2rem 0;
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .jumbotron-fluid p {
    font-size: 1.4rem;
  }

  .logo { 
    display: block; 
  }

  .logo .col { 
    justify-content: flex-end; 
  }

  .dimmed h2 { font-size: 1.6em; } /* for compatibility */
  .dimmed h2 { font-size: 2.4vw; }

  .logo .col-md-6 {
    min-height: 80px;
    display: flex; 
    align-items: center; 
    _justify-content: center; 
    _background-color: blue;
  }

  .logo .col-md-6:nth-child(2) {  
    justify-content: flex-end;
    _background-color: blue;
  }

  .logo img {
    _width: 400px;
    _height: auto;
  }

  nav {
    background-color: rgb(49,84,161)!important; 
    padding: 0; 
    _line-height: 3.5rem;
    _height: 4.5rem;
    box-shadow: 5px 5px 20px rgb(49,84,161);
  }

  /*@supports ((position:-webkit-sticky) or (position:sticky))*/
  nav .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
  }

  nav .container {
    border-bottom: 1px solid rgb(218,220,228);
  }

  .navbar-brand img {
    display: none;
  }

  .navbar-toggler {
    padding: 1.0rem;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='3' _stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  } 

/*
  .navbar-toggler-icon {
    _background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(49,84,161,0.5)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    _background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    _background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
*/
 
  .navbar { 
    padding: 0; 
  }

  .navbar-light, ._navbar-nav { 
    background-color: rgba(49,84,161,1.0) !important; 
    padding-left: 1.0rem;
  }

  .dropdown-menu {
    min-width: 32rem;
  }

  .breadcrumb {
    display: block;
  }

  #seminarstruktur,  
  #faq, 
  #buchung {
    min-height: 200px;
  }

  .content-about #aside img,
  .content-seminarstruktur #aside img {
    width: 200%; margin-left: -100%;
    width: 133%; margin-left: -33%;
  }

  _.frame-layout-3 { min-height: 28% ; }
  .frame-layout-3 { min-height: 200px; }

  .staetten {
    display: block;
  }

  .frame-layout-3 { min-height: 240px; }

/*
  .page-16 table {
    font-size: 1.2rem;
  }
*/

  .frame-layout-4 table {
    font-size: 1.2rem;
  }

  _footer .copyright-left {
    display: block;
  }
  _footer .copyright-bottom {
    display: none;
  }

}

/* lg Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  body { 
    background-color: lightcyan; 
  }

  h2 {
    _margin: 0 0 1.2rem 0;
    font-size: 2.0rem;
  }

  h3 {
    _margin: 0 0 1.2rem 0;
    font-size: 1.6rem;
  }

  .jumbotron-fluid p {
    _font-size: 1.5rem;
  }

/*
  .page-16 table tr:first-child {
    display: table-row;
  }

  .page-16 table tr { 
    display: table-row;
  }

  .page-16 table tr td { 
    display: table-cell;
    padding-left: 2%;
  }

  .page-16 table tr:nth-child(1) td { 
    visibility: visible; 
  }
*/

  .frame-layout-4 table tr td:before {
    display: none;
  }

  .frame-layout-4 table tr:first-child {
    display: table-row;
  }

  .frame-layout-4 table tr { 
    display: table-row;
  }

  .frame-layout-4 table tr td { 
    display: table-cell;
    padding-left: 1%;
  }

  .frame-layout-4 table tr:nth-child(1) td { 
    visibility: visible; 
    padding-left: 6%;
  }

  .dimmed h2 { font-size: 2.0em; } /* for compatibility */
  .dimmed h2 { font-size: 2.2vw; }
  .dimmed h2 span { display: inline-block; }

  #seminarstruktur, 
  #faq, 
  #buchung {
    min-height: 400px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
  }

  footer .copyright-left {
    display: block;
  }

  footer .copyright-bottom {
    display: none;
  }

}

/* xl Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body { background-color: lightsteelblue; }
  .dimmed h2 { font-size: 2.5em; }
  .dimmed h2 { font-size: 2vw; }
  .frame-layout-4 table tr:nth-child(1) td:nth-child(1) { width: 22%; }
  .frame-layout-4 table tr:nth-child(1) td:nth-child(4) { width: 15%; }
}

/* xxl Extra extra large devices (very large desktops, 1600px and up) */
@media (min-width: 1600px) {
  body { background-color: linen; }
  .dimmed h2 { font-size: 3.2em; }
  .dimmed h2 { font-size: 2vw; }
}
