html {
    background: #f8f9fa;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/* Global Variables */

.t4-megamenu .dropdown-menu {
    width: 240px;
}

.dss_image_container {
  display: flex;
  align-items: start;
}

img.img_full{
   border-radius: 5px; 
   margin-bottom: 20px; 
   box-shadow: #cccccc 10px 10px 5px; 
   width: 100%;
}

img.img_left{
   border-radius: 5px; 
   margin-bottom: 20px; 
   margin-right: 20px; 
   box-shadow: #cccccc 10px 10px 5px; 
   float: left;
}

img.img_gen{
   border-radius: 5px; 
   margin-bottom: 20px; 
   margin-right: 20px; 
   box-shadow: #cccccc 10px 10px 5px; 
}

img.img_right{
   border-radius: 5px; 
   margin-bottom: 20px; 
   margin-left: 20px; 
   box-shadow: #cccccc 10px 10px 5px; 
   float: right;
}


/*------------------- CSS Elements -------------------*/

h1,h2,h3,h4,h5,h6{ 
   color: #2b3181;
}

.nav-item{ 
   color: #2b3181;
   font-size: 120%;
}
.navbar .navbar-toggler {
    visibility: hidden;
}

.dropdown-item{ 
   color: #2b3181;
}

.btn.btn-success {
    background-color: #2b3181 !important;
    border-color: #2b3181 !important;
}

p{
   text-align: justify;
   hyphens: auto;
}

.crc_pic_rounded {
  border-radius: 5px; 
  box-shadow: rgb(204, 204, 204) 10px 10px 5px;
}

.crc_pic {
  box-shadow: rgb(204, 204, 204) 10px 10px 5px;
}

ul.osgalery-cat-tabs {
  display: none;
}

tr[scope="header"]{
   background-color: #9fb6cd;
}

tr[scope="odd"]{
   background-color: #d3d3d3;
}

td[scope="highlight"]{
   background-color: #d3d3d3;
}

tr[scope="even"]{
   background-color: #eeeeee;
}

table.table_auto_color th{
   background-color: #9fb6cd;
}

table.table_auto_color tr:nth-child(even) {
    background-color: #eeeeee;
}

#cj-wrapper textarea {width: 100% !important;}
table.table_auto_color tr:nth-child(odd){
   background-color: #d3d3d3;;
}

/* Fancy DSS Table No. 1 */

.fancy_table_1 {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
	font-family: Arial;
    box-shadow: rgb(204, 204, 204) 10px 10px 5px;
}

.fancy_table_1 th {
    color: white;
    font-weight: bold;
    font-size: medium;
    background-color: #60829f;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
    border-bottom: 1pt solid rgb(121, 121, 121);
	height: 30px;
}

.fancy_table_1 th.banner {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.fancy_table_1 tr td {
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
    vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.fancy_table_1 tr:hover td{
    background-color: #bcd4e6;
}

.fancy_table_1 tr td[valign] {
    vertical-align: top;
}

.fancy_table_1 tr td:first-child, .fancy_table_1 tr th:first-child {
    padding-left: 30px;
}

.fancy_table_1 tr td:last-child, .fancy_table_1 tr th:last-child {
    padding-right: 30px;
}

.fancy_table_1 tr:nth-child(even) {
    background-color: #eeeeee;
}
.fancy_table_1 tr:nth-child(odd){
    background-color: #e4e4e4;
}

/* top-left border-radius */
.fancy_table_1 tr:first-child th:first-child {
    border-radius: 5px 0px 0px 0px;
}
.fancy_table_1 tr:first-child th[colspan]:first-child {
    border-top-left-radius: 5px;
}
/* top-right border-radius */
.fancy_table_1 tr:first-child th:last-child {
    border-radius: 0px 5px 0px 0px;
}
/* bottom-left border-radius */
.fancy_table_1 tr:last-child td:first-child {
    border-radius: 0px 0px 0px 5px;
}
/* bottom-right border-radius */
.fancy_table_1 tr:last-child td:last-child {
    border-radius: 0px 0px 5px 0px;
}

.fancy_table_1 a {
    color: #2b3181;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.fancy_table_1 a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #282d8a;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

.fancy_table_1 a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Numbered >Table */

.numbered_table tr td:first-child {
    text-align: center;
    padding: 0 0.3em;
}


/* Für Dummy Page */

table.interactive_dss_table {
	border-spacing:0;
	font-family: Arial;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table.interactive_dss_table th {
  	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
  
	
	text-align: left;
}

table.interactive_dss_table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
  	height: 50px;
}

table.interactive_dss_table th{
   background-color: #abc1d3;
}

table.interactive_dss_table tr:nth-child(even) {
    background-color: #eeeeee;
}

table.interactive_dss_table tr:nth-child(odd){
   background-color: #e6e6e6;;
}

table.interactive_dss_table tr:hover {
    background-color: #ffffff;
}

details[open] summary ~ * {
    animation: detailsfadein 2s;
    -moz-animation: detailsfadein 2s;    /* Firefox */
    -webkit-animation: detailsfadein 2s; /* Safari and Chrome */
    -o-animation: detailsfadein 2s;      /* Opera */
}

@keyframes detailsfadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes detailsfadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes detailsfadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes detailsfadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

menu-module{ 
   color: #2b3181;
}

.pic_footer img {
}

.bilder_kiel {
}

/*--- Timeline -----------------------------*/

.timeline {
    border-left: 3px solid #2b3181 !important;
}
.timeline .item-social-icons {
    background: #2b3181 !important;
}

.timeline .item:before {
    border:3px solid  #2b3181 !important;
}

.timeline .item:after {
    background-color: #2b3181 !important;;
}


/*--- Surveys -------------------*/

.form-control, .inputbox {
    max-width: 100%;
}