/*******************************************************************************/
/* BOOTSTRAP ACORDION   */
/******************************************************************************/
.accordion {padding: 0px;}
.accordion .card {  border-radius: 0px !important; border: 0px !important; border-top: 2px solid #F5E513 !important; background-color:transparent;  }
.accordion h5 { padding-left: 0px !important; position:relative; display:block !important; height:unset !important;}
.accordion h5 .btn { display: block !important; width:100% !important; text-align:left; white-space:normal !important; padding:8px 18px 8px 0px;  font-size:16px !important; font-weight: 700;  }
.accordion h5 .btn .fa { position:absolute; right:0px; top:9px;  transform: rotate(0d);  transition:.3s; color:#000; font-size:1.3em;   }
.rotate { transform: rotate(-180deg); transition: .3s; }

.accordion .card-header {
	padding: 5px 0px;  
	margin-bottom: 0;
	background-color: transparent !important;
	border-bottom: 0px !important;
}

.accordion .card-header:first-child { 	border-radius:0px !important; }
.accordion .card-body  { padding:0px 5px 12px 0px !important; }
.accordion .card-body header { display:none; }
.accordion .card-body, .accordion .card-body p, .accordion .card-body ul li { font-size: 16px; margin-bottom: 0px; }
.accordion .card .collapse { border:0px !important; }

.accordion .card-header h5, 
.accordion .card-header h5 button,
.accordion .card-header:hover h5, 
.accordion .card-header:hover h5 button { 	text-decoration:none !important; }

.accordion button.btn-link { color:#000; }
.accordion button.collapsed { color:#000; }
.accordion button.collapsed .fa { color:#000; }
.accordion .card:first-child { border-top: 2px solid #F5E513 !important; }
.accordion .card:last-child { border-bottom: 2px solid #F5E513 !important; }


/* Pressespiegel */
.pressespiegel .accordion a {
    display:inline-block;
    background-color:transparent;
    text-decoration:none !important; 
    padding:2px 5px 2px 5px;  
    transition: all 0.25s cubic-bezier(0.2, 0, 0, 1); 
    color:#000 !important; 
    background-size: 100% 0%;
}

.pressespiegel .accordion a:hover {
    display:inline-block;
    background-color:#F5E513;
}

.pressespiegel .accordion a:before  {
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
    content: "\f0c6";
    margin-right:4px;
  }

@media screen and (max-width: 1000px) { 
 	.pressespiegel .row > .col-md-9 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
   .pressespiegel .col-12 {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 680px) { 
    .pressespiegel .col-sm-2   {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25%;
    }
    .pressespiegel .col-sm-3  {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75%;
    }
    .pressespiegel .col-sm-7  {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }

    .pressespiegel .accordion .row {
        margin-bottom: 15px !important;
    }
 }


@media screen and (max-width: 500px) { 
    .pressespiegel .col-sm-2   {
        -ms-flex: 0 0 32% !important;
        flex: 0 0 32% !important;
        max-width: 32%;
    }
    .pressespiegel .col-sm-3  {
        -ms-flex: 0 0 68 !important;
        flex: 0 0 68% !important;
        max-width: 68%;
    }
}



/*******************************************************************************/
/* BOOTSTRAP TABLES   */
/******************************************************************************/

.table-bordered td, .table-bordered th {
	border: 1px solid rgb(117, 117, 117) !important; 
}

.table thead th {
	border-bottom: 1px solid rgb(117, 117, 117) !important; 
	/* border-top: none !important; */
}

.table thead th {
	vertical-align: top;
}
.table p {
	margin-bottom:0px !important; 
}

/*
.table thead th:first-child {
	border-left: none !important;
}

.table thead th:last-child {
	border-right: none !important;
}

.table tbody tr td:first-child {
	border-left: none !important;
}

.table tbody tr td:last-child {
	border-right: none !important;
}
*/





/*******************************************************************************/
/* BOOTSTRAP MODAL WINDOW   */
/******************************************************************************/
body.modal-open {
    overflow: auto;
}
.modal-backdrop {
   background-color: #666 !important;
}
.modal-backdrop.in {
  opacity: .70 !important;
  filter: alpha(opacity=70) !important;
}
.modal-dialog {
  width: auto !important;
  max-width: 920px !important;
}
.modal-content {
  margin: auto !important;
  height: fit-content !important;
}
.modal-body {
	padding: 60px 60px 0px 60px !important;
}
.modal-dialog .csc-default::after {
	height: 0px !important;
}
.modal-footer {
	border-top: none !important;
	padding: 0px 20px 20px;
}
.modal-dialog p {
	line-height:130% !important;
	margin-bottom:18px !important;
}
.modal-dialog h2 {
 /*  color: #FFA602 !important;   */
}
.modal-dialog a {
	color:#09410f !important;
	text-decoration:underline;
}
.modal-dialog a:hover {
	color:#489552 !important;
}
.modal-dialog button.close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2000;
}



/*******************************************************************************/
/* BOOTSTRAP HELPERS   */
/******************************************************************************/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


.vertical-center {
	display: flex;
	align-items: center;
}

.halign-right {
	text-align:right
}




/*******************************************************************************/
/* RESET BOOTSTRAP GUTTER   */
/******************************************************************************/
.row {
	margin-bottom: var(--bs-gutter-y);
  }
  
  .g-0,
  .gy-0 {
	--bs-gutter-y: 0.00001px;
  }
  .g-0,
  .gx-0 {
	--bs-gutter-x: 0.00001px;
  }
  
  .g-1,
  .gx-1 {
	--bs-gutter-x: 0.5rem;
  }
  .g-1,
  .gy-1 {
	--bs-gutter-y: 0.5rem;
  }
  
  .g-2,
  .gx-2 {
	--bs-gutter-x: 1rem;
  }
  .g-2,
  .gy-2 {
	--bs-gutter-y: 1rem;
  }
  
  .g-3,
  .gx-3 {
	--bs-gutter-x: 2rem;
  }
  .g-3,
  .gy-3 {
	--bs-gutter-y: 2rem;
  }
  
  .g-4,
  .gx-4 {
	--bs-gutter-x: 4rem;
  }
  .g-4,
  .gy-4 {
	--bs-gutter-y: 4rem;
  }
  
  .g-5,
  .gx-5 {
	--bs-gutter-x: 8rem;
  }
  .g-5,
  .gy-5 {
	--bs-gutter-y: 8rem;
  }
  
  .g-6,
  .gx-6 {
	--bs-gutter-x: 12rem;
  }
  .g-6,
  .gy-6 {
	--bs-gutter-y: 12rem;
  }
  
  .g-7,
  .gx-7 {
	--bs-gutter-x: 18rem;
  }
  .g-7,
  .gy-7 {
	--bs-gutter-y: 18rem;
  }
  
  /*******************************************************************************/
  /* FULLSCREEN SPLIT   */
  /******************************************************************************/
  
  .fsc-2 > div {
	max-width: calc(((100vw / 12 * 2) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-3 > div {
	max-width: calc(((100vw / 12 * 3) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-4 > div {
	max-width: calc(((100vw / 12 * 4) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-5 > div {
	max-width: calc(((100vw / 12 * 5) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-6 > div {
	max-width: calc(((100vw / 12 * 6) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-7 > div {
	max-width: calc(((100vw / 12 * 7) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-8 > div {
	max-width: calc(((100vw / 12 * 8) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-9 > div {
	max-width: calc(((100vw / 12 * 9) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-10 > div {
	max-width: calc(((100vw / 12 * 10) - (var(--bs-gutter-x) / 2)) - (((100vw - var(--container)) / 2)));
  }
  
  .fsc-re > div {
	/* padding-right:calc(var(--bs-gutter-x) /2); */
	padding-right: 0.75rem;
  }
  
  .fsc-li > div {
	margin-left: auto; /* float right */
	/* padding-left:calc(var(--bs-gutter-x) /2); */
	padding-left: 0.75rem;
  }
  
  #topbild .fsc-li > div.frame {
	height:100%; 
  }
  
  .fsc-border-right {
	padding-right: 2.5%;
  }
  
  .fsc-border-left {
	padding-left: 2.5%;
  }
  
  
  
  
  
  @media screen and (max-width: 999.5px) {
	.fsc-3 > div,
	.fsc-4 > div,
	.fsc-5 > div,
	.fsc-6 > div,
	.fsc-7 > div,
	.fsc-8 > div,
	.fsc-9 > div {
	  max-width: 100%;
	}
  
	.fsc-re > div,
	.fsc-li > div {
	  padding-left: 15px;
	  padding-right: 15px;
	}
  
	.g-1,
	.gx-1 {
	  --bs-gutter-x: 0.5rem;
	}
	.g-1,
	.gy-1 {
	  --bs-gutter-y: 0.5rem;
	}
  
	.g-2,
	.gx-2 {
	  --bs-gutter-x: 1.25rem;
	}
	.g-2,
	.gy-2 {
	  --bs-gutter-y: 1.25rem;
	}
  
	.g-3,
	.gx-3 {
	  --bs-gutter-x: 1.25rem;
	}
	.g-3,
	.gy-3 {
	  --bs-gutter-y: 1.25rem;
	}
  
	.g-4,
	.gx-4 {
	  --bs-gutter-x: 1.25rem;
	}
	.g-4,
	.gy-4 {
	  --bs-gutter-y: 1.25rem;
	}
  
	.g-5,
	.gx-5 {
	  --bs-gutter-x: 1.25rem;
	}
	.g-5,
	.gy-5 {
	  --bs-gutter-y: 1.25rem;
	}
  
	.g-6,
	.gx-6 {
	  --bs-gutter-x: 1.25rem;
	}
	.g-6,
	.gy-6 {
	  --bs-gutter-y: 1.25rem;
	}
  
	.g-7,
	.gx-7 {
	  --bs-gutter-x: 1.25rem;
	}
	.g-7,
	.gy-7 {
	  --bs-gutter-y: 1.25rem;
	}
  }
  