:root {
    --highlight-color: white;
    --text-color: #2F6AAE;
    --heading-color: #999;
 }



@font-face {
    font-family: "Franklin";
    src: url(../../googlefonts/libre-franklin_v14_20240603-091517/libre-franklin-v14-latin-regular.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: "Franklin-light";
    src: url(../../googlefonts/libre-franklin_v14_20240612-082006/libre-franklin-v14-latin-100.ttf);
    font-weight: lighter;
}



.btn-primary
{
    margin-bottom: 15px;
    margin-top: 15px;
}

p
{
    color:black;
}

.has-responsive-background-image
{
    height: 60rem;;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.show .level_1
{
    display:block;
    clear:left;
}

.map_link
{
    width:20px;
    height:20px;
}

.sub_header
{
    padding-top:7rem;
    padding-bottom: 7rem;
    background:#f9f9f9;
    text-align: center;
}




.bg_footer
{
    background:var(--text-color);
}

.three_col .image_container img,
.two_col .image_container img
{
    width:100%;
    height:auto;

}

body
{
    font-family:"Franklin";
}

.parallax .ce_text,
.parallax h1
{
    text-align: center;
    color: var(--highlight-color);
    font-size: 5rem;
}

.parallax h1,
.parallax h2
{
    text-shadow: #000000 5px 0 10px;
}



.parallax
{
    display:flex; 
    align-items: center;
    justify-content: center;
}


.header_logo 
{
    margin-right:4rem;
}

.container
{
    margin-bottom:2rem;
    margin-top:2rem;
}

#header .mod_navigation ul li
{
    font-size:1.1rem; 
    padding-bottom:0px;
    padding-top:0px;
}

#header .navbar
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#footer .navbar 
{
	display: flex;
}

#header .mod_navigation
{
    position:absolute;
    bottom:2rem;
}

#header .nav-link {
	display: block;
    padding-top:0px;
	padding-bottom: 0;
}

.sub_header .ce_text
{
    width:50%;
    margin:auto;
}

#footer 
{
	padding-bottom: 4rem;
	padding-top: 7rem;
	margin-bottom: 0px;
}

h1,
h2,
h3
{
    color: var(--text-color);
    color: var(--text-color);
}

#footer .mod_navigation ul li
{
    list-style: none;
    padding: 0px;
}

#footer .mod_navigation ul
{
    margin-left:0px;
    padding-left:0px;
}

#footer h2
{
    font-size:1.4rem;
}

#footer .col-lg img
{
    width:100%;
}


.rsts-crop .image_container 
{
    text-align:center;
}



.rsts-prev,
.rsts-next
{
    bottom:60% ! important;
}

.rsts-prev
{
    left:1rem ! important;
}

.rsts-next
{
    right:1rem ! important;
}

.mod_rocksolid_slider
{
    padding-left:0px;
    padding-right:0px;
}

.rsts-skin-default .rsts-nav 
{
	position: static;
	text-align: center;
}

.rsts-caption
{
    background: none !important;
    font-size: 3rem;
    color: var(--text-color) !important;
}

.tech_liste li
{
    width:50%;
    float:left;
    margin-bottom:1rem;
    color: var(--text-color);
    padding-left: 0.5rem;
}

.tech_liste 
{
    padding-top:2.6rem;
}

.sub_header
{
    margin-bottom:5rem;
}

#article-28
{
    margin-top:5rem;
}

.con_slider
{
    padding-bottom: 4rem;
}

.tech_txt a 
{
	margin-top: 1rem;
	display: inline-block;
	padding-left: 1.5rem;
	position: relative;
	padding-top: -17px;
	background-position: left 3px;
}

.container-fluid.three_col .col
{
    padding:0px;
    position:relative;
}

.container-fluid.three_col .col h2
{
    bottom:1.5rem;
    position:absolute;
    color:  var(--highlight-color);
    left:1rem;
    opacity:0;
    filter:alpha(opacity=0);
    z-index: 100;
}

.container-fluid.three_col
{
    border-top:3px solid  var(--highlight-color);
}

.col-border
{
    border-left:3px solid  var(--highlight-color);
    border-right:3px solid  var(--highlight-color);
}

.container-fluid.three_col .ce_image
{
    border-bottom:3px solid  var(--highlight-color);
}

.container-fluid.three_col figure
{
    margin-bottom: 0px;
}

#footer
{
    margin-top:3px;
}

.three_col .ce_image:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}


.three_col .overlay:hover
{
    opacity:0.7;
    filter:alpha(opacity=70);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;

} 

.three_col .ce_image:hover h2
{
    color:  var(--highlight-color);
    opacity:1.0;
    filter:alpha(opacity=100);
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}



.three_col .overlay
{
    opacity:0;
    filter:alpha(opacity=0);
}

.three_col .ce_image:hover img,
.three_col .ce_text img:hover
{
    transform: scale(1.1); 
    -webkit-transition:  0.7s ease-in-out;
    -moz-transition:  0.7s ease-in-out;
    transition:  0.7s ease-in-out;

}

.three_col .ce_text figure
{
    overflow: hidden;
}


.carousel
{
    width: 1000PX;
    height: 60rem;
    background-color:var(--text-color);
} 

#cboxLoadedContent
{
    background: var(--text-color);
    border: none;
    padding: 5px;
}



.carousel-inner img {
	height: 60rem;
	width: auto !important;
    margin:auto;
    border:1px solid var(--text-color);
}




.overlay {
	width: 100%;
	height: 100%;
	background: var(--text-color);
	position: absolute;
	top: 0;
}

.three_col .ce_image
{
    overflow: hidden;
}

a,
a:hover
{
    color: #000;
}

footer h2
{
    color:  var(--highlight-color);
    font-size: 1.1rem !important;
}


footer a
{
    color:  var(--highlight-color);
    font-family: "Franklin-light";
}

footer a:hover
{
    color: var(--highlight-color);
    text-decoration: none;
}

footer ul
{
    margin-bottom: 0px;
}

.footer_logo img
{
    position: absolute;
    bottom: 0px;
}

#header 
{
    background-color: #f1f1f1;
    color: black;
    text-align: center; 
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%; 
    transition: 0.2s; 
    z-index: 9999;
  }

  .sticky .navbar
  {
    transition: padding-bottom 0.4s;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .header_full .navbar
  {
    transition: padding-bottom 0.4s;
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }

  .sticky img
  {
      transform: scale(0.7); 
      transform-origin: top left;
      -webkit-transition:  0.5s;
      -moz-transition:  0.5s;
      transition:  0.5s;
}

.header_full img
{
    transform: scale(1.0); 
    transform-origin: top left;
    -webkit-transition:  0.5s;
    -moz-transition:  0.5s;
    transition:  0.5s;
}

  .header_logo
  {
    margin-top:1rem;
  }

  header
  {
    box-shadow: 0px 15px 10px -15px #111;    
  }

  #header .mod_navigation ul li {
	font-size: 1.1rem;
	padding-bottom: 0px;
	padding-top: 0px;
    font-family: "Franklin-light";
}

.dropdown-menu 
{
    display: block;
    opacity: 0;
}

.dropdown:hover  .dropdown-menu 
{

    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.header_logo img
{
    width: 70%;
}

.tech_liste ul
{
    list-style-type: "\2713";
}

.three_col p a,
.tech_txt a 
{
	background-color: var(--text-color);
	border-radius: .33rem;
	border-width: 0;
    color: var(--highlight-color);
	font-family: inherit;
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	padding-top: 0.6rem;
	padding-right: 1rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	text-decoration: none;
    margin-top: 1.2rem;
    display: inline-block;
}

.three_col p a:hover,
.tech_txt a:hover
{
    background-color: #2e4b5c;
    transition: all 0.8s ease;
}




header li:after{
    content: '';
    margin: auto;
    display: block;
    height: 2px;
    width: 0%;
    background-color: transparent;
    /* transition: width 0.5s ease,background-color 0.5s ease; */
    transition: all 0.5s ease;
  }

  header li:hover:after{
    width: 80%;
    background-color: var(--text-color);
  }

  .daten_light .rsts-slide div
  {
    width: 20rem;
   
  }

  .parallax-bgimage
  {
    background-size: cover !important;
  }

  #article-29
  {
    height:30rem;
  }



  .move_scroll {
    opacity: 0;
    transition: opacity .4s ease-in;
 } 
 
 .visible {
    opacity: 1; 
 }

 .footer_right
 {
    text-align: right;
 }

 .dropdown-menu
 {
    background: #385C72;
    background: rgba(255,255,255,0.8);
 }
