/** VARIABLES **************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/** MIXINS *****************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/** TRANSITIONS ************************************************************************/
/***************************************************************************************/
nav li, nav li a, section a {
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

/**********************************************************************/
/** GENERAL OVERWRITES FOR BOOTSTRAP **********************************/
/**********************************************************************/
nav .collapsed .navbar-toggler-icon {
  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(14,121,179, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

nav .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;utf8,<svg stroke="rgba(255,255,255,1)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>'); }

nav.navbar {
  top: -15px;
  right: 15px; }
nav .navbar-toggler {
  right: 10px; }

/*
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
*/
/**********************************************************************/
/** GENERAL ELEMENT DEFINITIONS ***************************************/
/**********************************************************************/
html {
  scroll-behavior: smooth;
  overflow: hidden; }

body {
  background: none repeat scroll 0 0 #FFF;
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  margin: 0;
  padding: 0;
  overflow-y: scroll; }

p {
  font-size: 0.75em; }

dl, ol, ul {
  font-size: 0.75em; }

h1, h2, h3, h4, h5 {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0px;
  color: #ef2425; }

h1 {
  font-size: 2rem;
  font-variant: small-caps !important;
  text-transform: inherit !important; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem;
  color: #000; }

h4 {
  font-size: 1.5rem;
  color: #000;
  border-bottom: 1px solid #000; }

h5 {
  font-size: 1.25rem;
  color: #000;
  border-bottom: 1px solid #000; }

p {
  hyphens: initial; }

img {
  width: 100%;
  height: auto; }

a {
  text-decoration: underline;
  color: #00567e; }

form nav {
  position: inherit; }
form .form-group {
  padding: 0 10px; }
form .input select.form-control,
form .input textarea.form-control,
form .input input.form-control {
  background-color: transparent;
  border-radius: 0; }
form .btn-group {
  display: contents; }
  form .btn-group button {
    width: 100%;
    background: -moz-linear-gradient(top, #1e5799 8%, #26344b 52%, #283d60 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 8%, #26344b 52%, #283d60 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 8%, #26344b 52%, #283d60 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#283d60', GradientType=0 );
    /* IE6-9 */
    border: none; }
    form .btn-group button:focus, form .btn-group button:active {
      background: #207cca;
      /* Old browsers */
      background: -moz-linear-gradient(top, #207cca 0%, #1e5799 48%, #3a5a8c 52%, #3a5a8c 99%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #207cca 0%, #1e5799 48%, #3a5a8c 52%, #3a5a8c 99%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #207cca 0%, #1e5799 48%, #3a5a8c 52%, #3a5a8c 99%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#3a5a8c', GradientType=0 );
      /* IE6-9 */ }
form .help-block {
  font-size: 11px;
  line-height: 15px !important;
  display: block;
  margin-top: 5px; }

/****************************************************/
/* NAVBAR *******************************************/
/****************************************************/
.top-line .mobileMenu {
  position: absolute;
  top: -67px;
  width: 100%;
  z-index: 99;
  right: 0; }
  .top-line .mobileMenu .navbar {
    padding: 0;
    right: 0; }
    .top-line .mobileMenu .navbar .navbar-toggler {
      z-index: 100; }
  .top-line .mobileMenu .collapse.show {
    background-color: #00567e;
    padding-top: 40px; }
  .top-line .mobileMenu ul {
    list-style: none;
    padding: 0; }
    .top-line .mobileMenu ul li:hover {
      background-color: #007ab0; }
    .top-line .mobileMenu ul li a {
      color: #EFEFEF;
      display: block;
      font-weight: lighter;
      line-height: 30px;
      text-decoration: none;
      text-align: center; }
      .top-line .mobileMenu ul li a:hover {
        color: #fff;
        background-color: #009ee0; }
    .top-line .mobileMenu ul ul {
      margin: 0 10px;
      background-color: rgba(0, 0, 0, 0.5); }

/*
.top-line {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: transparent;

  nav {
    padding: 0;
    top: 0;
    right: 0;
    .navbar-header{
      position: absolute;
      right: -15px;
      top: -82px;

      button {
        background-color: #009fe3;
        border-radius: 0;
      }
      ul {
      }
    }
  }
}
*/
.menu-breadcrumb {
  display: none; }
  .menu-breadcrumb li:nth-child(-n+20)::after {
    content: '\003E';
    margin-right: 5px; }
  .menu-breadcrumb li:last-child:after {
    content: none; }

.metamenu {
  background-color: #87888a;
  color: #FFF; }
  .metamenu a {
    color: #FFF;
    text-decoration: none; }

.wrapper {
  padding-top: 10px; }
  .wrapper .container:nth-child(3) .row {
    display: flex; }
    .wrapper .container:nth-child(3) .row .othercontact {
      order: 99; }
      .wrapper .container:nth-child(3) .row .othercontact h3 {
        color: #87888a;
        text-transform: initial;
        text-align: center;
        font-size: 1rem;
        background-color: #EEEEEE;
        padding: 10px 0;
        hyphens: none;
        font-size: 14px; }

#c3945 figure,
#c3946 figure,
#c3973 figure,
#c3976 figure {
  text-align: center; }
#c3945 img,
#c3946 img,
#c3973 img,
#c3976 img {
  max-width: 80px; }

#c3973 figure,
#c3945 figure {
  margin-bottom: 5px; }

#c3946 figure,
#c3976 figure {
  margin-bottom: 20px; }

#c4078 {
  text-align: center; }

#c4014 .swiper-button-next:after,
#c4014 .swiper-button-prev:after {
  font-size: 10px; }
#c4014 .swiper-button-prev {
  left: 1px; }
#c4014 .swiper-button-next {
  right: 1px; }
#c4014 .swiper-pagination-bullets {
  display: none; }

.screenMenu,
.secondmenu {
  display: none; }

.content .subcontent {
  order: 2; }
.content .col-md-6 {
  order: 1; }

#tgl-logo {
  width: 45px;
  text-align: right;
  float: right;
  margin-left: 5px; }

.pagetitle {
  color: #ef2425;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.75rem; }

.subpagetitle {
  font-weight: bolder; }

.additional {
  display: none; }

#pid-1376 .col-md-7 .frame {
  padding: 10px;
  margin: 10px 0; }
  #pid-1376 .col-md-7 .frame:nth-child(odd) {
    background: #ebebeb;
    background: linear-gradient(180deg, #ebebeb 0%, #ebebeb 50%, white 100%); }
  #pid-1376 .col-md-7 .frame:nth-child(even) {
    background: #ebebeb;
    background: linear-gradient(180deg, #ebebeb 0%, #ebebeb 50%, white 100%); }
  #pid-1376 .col-md-7 .frame:nth-child(1), #pid-1376 .col-md-7 .frame:nth-child(2) {
    background: none #FFF;
    padding: 0;
    margin: 0; }
#pid-1376 .col-md-7 .ce-bodytext p {
  display: grid; }
  #pid-1376 .col-md-7 .ce-bodytext p strong {
/*    width: 25%;
*/ }
  #pid-1376 .col-md-7 .ce-bodytext p em {
/*    width: 75%;*/
    font-style: inherit; 
}

#pid-1376 .col-md-7 .frame:last-child {
    background: transparent;
}

#pid-1373 .container:nth-child(3) .col-md-7 {
  padding: 0 5px;
  padding: 0 6.5px;
  margin-left: -2px; }
#pid-1373 .startpage-grid {
  margin-top: 15px; }
  #pid-1373 .startpage-grid .col-sm-8,
  #pid-1373 .startpage-grid .col-sm-4 {
    padding: 0; }

#pid-1361 .col-md-7 .frame {
  background: #ebebeb;
  background: linear-gradient(180deg, #ebebeb 0%, #ebebeb 50%, white 100%);
  padding: 5px; 
}

#pid-1361 .col-md-7 .frame:last-child {
    background: transparent;
}


#pid-1392 .col-md-7 img {
  width: inherit; }

.frame-color1,
.frame-color2 {
  padding: 5px;
  margin-bottom: 10px; }

.frame-color1 {
  background-color: #EEEEEE; }

.frame-color2 {
  background-colo: #EBEBEB; }

.othercontact .ce-row {
  display: flex;
  justify-content: center; }

.tx-indexedsearch-rules {
  display: none; }

#pid-1361 .col-md-7 #c4346 {
 background: linear-gradient(180deg, #FFF 0%, #FFF 50%, white 100%);
}

#pid-1361 .col-md-7 #c4485 {
 background: transparent;
}

/* Pagination */
#nav-page-navigation ul,
#nav-page-navigation-below ul,
#nav-content-pager-navigation ul,
#nav-content-pager-navigation-below ul{
  justify-content: center;
  margin-bottom: 15px;
}

#nav-page-navigation .page-link,
#nav-page-navigation-below .page-link,
#nav-content-pager-navigation .page-link,
#nav-content-pager-navigation-below .page-link {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
}

#nav-page-navigation .page-link:hover,
#nav-page-navigation-below .page-link:hover,
#nav-content-pager-navigation .page-link:hover,
#nav-content-pager-navigation-below .page-link:hover {
  line-height: unset;
  display: unset;
  padding: .5rem .75rem;
}

#nav-page-navigation ul li,
#nav-content-pager-navigation ul li,
#nav-content-pager-navigation-below ul li{
   line-height: 2.6em;
}

#nav-page-navigation-below ul li,
#nav-content-pager-navigation-below ul li {
   line-height: 2.7em;
}

#nav-page-navigation ul li.active a,
#nav-page-navigation-below ul li.active a,
#nav-content-pager-navigation ul li.active a,
#nav-content-pager-navigation-below ul li.active a{
  background-color: #05a0e3;
  color: #FFF;
}


/****************************************************/
/* 576px ********************************************/
/****************************************************/
/****************************************************/
/* 768px ********************************************/
/****************************************************/
@media (min-width: 768px) {
  .subpagetitle {
    font-size: 0.85em; }

  #tgl-logo {
    width: 100%;
    height: auto;
    max-width: 82px; }

  #inad-logo {
    height: 84px;
    width: auto; }

  .topheader {
    display: flex; }
    .topheader .title {
      width: 100%; }
    .topheader .additional {
      width: 100%;
      text-align: right; }

  .top-line {
    padding: 0; }

  .screenMenu,
  .secondmenu {
    display: inline; }

  .mobileMenu {
    display: none; }

  .screenMenu ul {
    max-width: 100%;
    width: 100%;
    padding: 0; }
    .screenMenu ul a {
      color: #FFF;
      font-weight: bolder;
      text-decoration: none;
      font-size: 14px; }
    .screenMenu ul li {
      width: 33.333%;
      text-align: center; }
      .screenMenu ul li:nth-child(1) {
        background-color: #009ee0; }
        .screenMenu ul li:nth-child(1).active {
          border-top: 3px solid #05a0e3;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          margin-top: -5px; }
      .screenMenu ul li:nth-child(2) {
        background-color: #007ab0; }
        .screenMenu ul li:nth-child(2).active {
          border-top: 3px solid #007ab0;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          margin-top: -5px; }
      .screenMenu ul li:nth-child(3) {
        background-color: #00567e; }
        .screenMenu ul li:nth-child(3).active {
          border-top: 3px solid #00567e;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          margin-top: -5px; }

  .top-line .screenMenu ul {
    display: flex;
    list-style: outside none none; }

  .secondmenu ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0; }
    .secondmenu ul li {
      background-color: #87888a;
      color: #FFF;
      padding: 5px 0 5px 5px;
      margin: 5px 0; }
      .secondmenu ul li a, .secondmenu ul li span {
        color: #FFF;
        text-decoration: none;
        font-size: 12px; }
      .secondmenu ul li.current {
        background-color: #009ee0; }

  .pid-1358 .secondmenu .current {
    background-color: #05a0e3; }

  .pid-1359 .secondmenu .current {
    background-color: #007ab0; }

  .pid-1357 .secondmenu .current {
    background-color: #00567e; }

  .content .subcontent {
    order: 1; }
  .content .col-md-6 {
    order: 2; }
  .content .secondmenu {
    order: 3; }

  .additional {
    display: block; }

  .wrapper .container:nth-child(3) .row .othercontact {
    order: 0; } }
/****************************************************/
/* 992px ********************************************/
/****************************************************/
@media (min-width: 992px) {
  .subpagetitle {
    font-size: 1.0em; } }
/****************************************************/
/* 1200px *******************************************/
/****************************************************/
/*********************************************/
/*
h1 {
  background-color: #80D0CA;
}
@media (min-width: 576px) {
  h1 {
    // Rosa
    background-color: #CC66C2;
  }
}
@media (min-width: 768px) {
  h1 {
    // Tuerkis
    background-color: #00bfff;
  }
}
@media (min-width: 992px) {

  h1 {
    // Lila
    background-color: #6C6FAA;
  }
}
@media (min-width: 1200px) {
  h1 {
    // Beige
    background-color: #D8B45A;

  }
}
*/

/*# sourceMappingURL=basic.css.map */
#pid-1376 .frame-default .ce-bodytext ul.value{
  list-style: none;
  display: flex;
  padding-left: 0;
}

#pid-1376 .frame-default .ce-bodytext ul.value li:after{
  content: ',\00a0';
}

#pid-1376 .frame-default .ce-bodytext ul.value li:last-child:after{
  content: '';
}

#pid-1376 .frame-default .ce-bodytext p:nth-child(5) {
  margin-bottom:0;
}

#pid-1376 .date-1,
#pid-1376 .text-5,
#pid-1376 .text-2,
#pid-1376 .multiselect-1,
#pid-1376 .text-3,
#pid-1376 .email-1,
#pid-1376 .textarea-1,
#pid-1376 .telephone-1,
#pid-1376 .text-4 {
  display: flex !important;
}

#pid-1376 .date-1 .property,
#pid-1376 .text-5 .property,
#pid-1376 .text-2 .property,
#pid-1376 .multiselect-1 .property,
#pid-1376 .text-3 .property,
#pid-1376 .email-1 .property,
#pid-1376 .textarea-1 .property,
#pid-1376 .telephone-1 .property,
#pid-1376 .text-4 .property {
  width: 20%;
  max-width: 20%;
  flex: 0 0 auto;
  margin-right: 10px;
  font-weight: bolder;
}

#pid-1376 .date-1 .value,
#pid-1376 .text-5 .value,
#pid-1376 .text-2 .value,
#pid-1376 .multiselect-1 .value,
#pid-1376 .text-3 .value,
#pid-1376 .email-1 .value,
#pid-1376 .textarea-1 .value,
#pid-1376 .telephone-1 .value,
#pid-1376 .text-4 .value {
  width: 80%;
}

#pid-1376 .multiselect-1 .value {
  margin-bottom: 1rem;
}

#pid-1376 .multiselect-1 .value p{
  display: block;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}

#pid-1376 .text-4 .value p:nth-child(1){
/* display: none;*/
}
