/* Fonts */
@font-face { 
font-family: "UBUNTU"; 
src: url("/fileadmin/includes/fonts/Ubuntu-Regular.ttf"); 
}


/* custom styles */
body {
    color: #000 !important;
    font-family: UBUNTU;
}

.section-light {
    background-color: white;
}

	
.clearer {
	clear: both;
}

#page-content {
	padding-top: 30px;
}


/* for fe login form */
input {
    color: #000 !important;
}


/* The animation code */

@keyframes megadropdown-menu {
  from {top: -200px;}
  to {top: 110px;}
}
#nav-item-81:not(collapsed) {
    animation-name: megadropdown-menu;
    animation-duration: 0.4s;
}

#imagelightbox1 {
	width: 80% !important;
	top: 40px !important;
	left: 10% !important;
	height: auto !important;
	margin: 10px auto !important;
}


.btn-primary, .tx-we-cookie-consent .table td {
    color: black !important;
}

.tx-we-cookie-consent .table tr:hover td {
    background-color: #80ea86 !important;
}


.btn-primary {
    color: #fff;
    background-color: #4faf98;
    border-color: #4faf98;
}
.btn-info:hover {
    color: blue;
}





/****** RTE ******/
.blueMarker {
    color: white !important;
    background-color: blue;
}
.redMarker {
    color: black !important;
    background-color: red;
}
.greenMarker {
    color: white !important;
    background-color: green;
}
.yellowMarker {
    color: black;
    background-color: yellow;
    border: 1px solid gray;
    border-radius: 5px;
    font-size: 16px !important;
    padding: 5px 5px 5px 5px;
}



body {
    background-color: #c0c0c0;
}


.frame {
    padding-left: 15px;
}

.frame-background-primary {
    color: #000;
    background-color: #fff;
}

.frame-background-primary a {
    color: #00f !important;
}



.frame-background-secondary {
    color: #000;
    1background-color: #fff;
}


.frame-background-light {
    color: #000;
    background-color: #f0f0f0;

}

.frame-background-dark {
    color: #000;
    background-color: #808080;

}

.section-light a:not(.btn) {
    color: #000;
}


.section-light {
    color: black;
}


/********** navigation ***********/
#page-headerX {
    background-image: linear-gradient(#000080, #fff) !important;
}


/****************** megadropdown-menu ****************/

/* The animation code - attention no ^M in the code*/
/*
    #nav-toggle-81 #nav-item-81 {
        -webkit-animation: slide-down .4s ease-out;
        -moz-animation: slide-down .4s ease-out;
    }

    @-webkit-keyframes slide-down {
          0% { opacity: 0; -webkit-transform: translateY(-100%); }
        100% { opacity: 1; -webkit-transform: translateY(0); }
    }

    @-moz-keyframes slide-down {
          0% { opacity: 0; -moz-transform: translateY(-100%); }
        100% { opacity: 1; -moz-transform: translateY(0); }
    }
*/


/* hide the normal dropdown when in megadropdown-menu */
.dropdown-menu#nav-item-87 {
    top: -50px;
}








/*
.navbar-mainnavigation .navbar-brand-image img {
    height:82px !important;
    max-height: 80% !important;
}
*/

.navbar-brand-logo-mormal {
	height: 30px !important;
}
.navbar-mainnavigation .navbar-brand-image {
    padding-top: 0px;
    margin-bottom: 3px;
    padding-bottom: 0;
}

.body-bg-top {
	padding: 0 !important;
}

#page-headerX .container .tansition {
	border: 1px solid red !important;
	background-color: #fff !important;
}

header.navbar-transition {
	height: 40px;
	padding-top: 0 !important;
}
.navbar-transition .navbar-brand-logo-normal {
	height: 25px !important;
}


.navbar-inverse {
    background-image: linear-gradient(rgb(0, 0, 128), rgb(255, 255, 255)) !important;
}

ul.dropdown-nav .nav-item {
/* todo */
    1111float: left;
}
    
.navbar-inverse .dropdown-menu {
--bs-dropdown-bg: #fff;
}

.nav-link {
    color: black;
}
.nav-link.nav-link-toggle.show {
    color: black !important;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  1position: fixed;
  top: 0;
}


.navbar-brand {
    height: 100px !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky .navbar-brand {
    padding: 0px;
    height: 40px !important;
}

.sticky img {
        padding: 0px;
        1height: 140px !important;
}







.navbar a {
    color: black !important;
}
.navbar a:hover {
    color: red !important;
}


/* size of menu items */
.navbar-nav .nav-link-text, .navbar-nav .nav-item-text, .navbar-nav .nav-link-main  {
    color: black;
    1line-height: 30px;
    font-size: 20px;
    1border: 1px solid red !important;
}



.nav-item .dropdown-item {
	color: black;
}
.nav-item .dropdown-item-hover {
	color: black;
}

.navbar-mainnavigation .navbar-toggler {
	color: black;
}

.navbar-mainnavigation.navbar-inverse a:not(.active) {
	color: black;
}
 .navbar-mainnavigation.navbar-inverse a:(.active) {
	color: black;
}
.dropdown-item.active, .nav-item .active {
/* todo */
	1background-color: #34a9d7;
}
.navbar-inverse .navbar-nav .active > .nav-link a {
	background-color: #34a9d7;
}
.navbar-mainnavigation.navbar-inverse a:not(.active):hover {
	color: red;
}

li.nav-item {
    font-size: 20px;
}

#mainnavigation li.active {
  background-color: #eee;
}

/* for the megadropdown menu */
#mainnavigation ul li a:hover {
/* todo */
  1background-color: #73d070;
}

#mainnavigation ul li ul li a:hover {
  background-color: #a0a0a0;
}


.navbar-mainnavigation .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}


.navbar-mainnavigation .dropdown-menu-mega .show {
background-color: #333 !important;
}

/* very important, this hides the normal element */
.navbar-mainnavigation .dropdown-menu-mega {
    top: -400px !important;
    border: 1px solid red !important;
}


#metanavigation li:nth-child(7) a {
  font-weight: bold;
}

.div-nav-content:hover {
  transition: none !important;
}

#metanavigation li a {
  border-bottom: 3px solid white;
  transition: 0.6s;
}

#metanavigation li a:hover {
  border-bottom: 3px solid blue;
}



.textpic {
    /* used for textimage_size */
    gap: 10px !important;
}


.megamenu {
  background: linear-gradient(to bottom, #c1dbf7, white);
}

.megamenu .div-nav-title {
    color: #000 !important;
    font-weight: bold;
    
}		
.megamenu .div-nav-title img {
    margin-right: 10px;
    border: 0 !important;
}
.megamenu .div-nav-title a {
    border: 0 !important;
}


/*
.megamenu {
  background: linear-gradient(to bottom, #daf7dc, white);
}
*/


.mega-dropdown p {
    margin: 10px;
}
.mega-dropdown br {
    margin: 2px;
}









body a:hover {
  color: #f00000;
    font-weigt: bold;
}
body a {
    color: #195dff;
    font-weight: bold;
}
body a.nav-link {
    font-weight: normal;
}



.frame-background-secondary a:not(.btn) {
  color: green;
}
.frame-background-secondary a:not(.btn):hover {
  color: #900000;
  text-decoration: none;
}

.megamenu div.row {
  padding-left: 10px;
}








/*********** ghrandomcontent *************/
#page-content.bp-page-content.main-section {
    padding-top: 0;
}

.accordion-title-link-text, .accordion-title-link-state {
    color: black;
}
/*
body {
    background-color: #c0c0c0;
}
*/

.tx-ghrandomcontent-pi1 .frame-container {
	max-width: 100%;
}
.tx-ghrandomcontent-pi1 .frame-container .textpic-item {
	padding: 0;
}


.tx-ghrandomcontent-pi1 .imageName {
  display: none;
}


.frame-space-before-none {
	padding-top: 0px;
}

.tx-ghrandomcontent-pi1 .frame  {
    padding: 0;
    margin: 0;
    
}
.tx-ghrandomcontent-pi1 .frame .textpic-gallery,
.tx-ghrandomcontent-pi1 .frame .textpic-row,
.tx-ghrandomcontent-pi1 .frame figure {
    padding: 0;
    margin: -1px;
}
    
.frame-default {
    padding-top: 20px;
}


/******** frame-container submenu orte ************/
.frame-container ul {
    list-style-type: none;
}
.frame-container ul li a {
    color: #0000f0 !important;
    font-weight: bold;
}
.frame-container ul li a:hover {
    color: red !important;
  text-decoration: none !important;
}


.frame-container ul li {
    padding: 0px 0px 10px 0px !important;
}




/********* mega-dropdown-menu ************/


.nav-link-text:hover {
    background-color: #8ad287 !important;
}


.navbar-mainnavigation .navbar-brand {
    height: 60px !important;
}

/* important for full width */

.mega-dropdown {
    position: static !important;
}


.mega-dropdown-menu {
    margin: 0px auto !important;
    color: #000 !important;
    position: absolute !important;
}

.mega-dropdown-menu img {
/*
    max-width: 100px;
*/
}

li .mega-dropdown-menu {
left: 0;
    margin-top: -10px !important;
    padding: 0px 20px !important;
    width: 100%;
    background: linear-gradient(to bottom, white, #c1dbf7);
}

/* with container megamenu here we should remove width 25% J. Ruhs */

.mega-dropdown-menu .frame {
    box-sizing: border-box;
/*	width: 25%;
*/

    float: left !important;
    1height: 400px;
    overflow: hidden;
}

/** important otherwise the 2. frame element is to high **/
.mega-dropdown-menu .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage) + .frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: 0;
}

.mega-dropdown-menu {
    margin-top: -120px;
    background-color: #e0e0e0;
}

.mega-dropdown-menu .frame-container {
    1height: 300px;
    boxing-sizing: border-box;
    padding: 0 10px;
    border-left: 1px dotted gray;
}

.mega-dropdown-menu .frame:nth-child(1) .frame-container {
    border-left: none;
    padding: 0 10px;
}

/********** footer *******/
.footer-section-content {
  background-color: #1C42DB;
}
.footer-section-meta {
  background-color: #F9FAFF;
}


/************ links ***********/
.section-light a:hover {
    color: blue !important;
    text-decoration: none;
}

.footer-section-content-column a {
    color: white !important;
}
.footer-section-content-column a:hover {
    color: #0EA2F2 !important;
}

.frame a[class=""], .frame a:not([class]) {
    color: #0058ff;;
}

.frame a:hover {
    color: #e33939 !important;
    font-weight: bold;
    text-decoration: none;
}

.navbar-toggler-icon {
    color: white;
}

.navbar-mainnavigation .navbar-toggler {
    border-color: white !important;
    color: white;
}




/***********  Container *************/

/*

#c289 .mega-dropdowwn-menu .frame {
    width: 25% !important;
border: 3px solid green !important;
}

#c289 {
    width: 100% !important;
}

div.frame-container: {
    width: 250px !important;
}


.frame-type-container_4_columns {
    width: 100% !important;
}

.frame-inner {
    width: 250px !important;
}

.contentcontainer-column {
    width: 250px !important;
}

.textpic.textpic-above {
    width: 250px;

}

.frame-container .textpic-text {
    width: 300px !important;
    border: 2px solid red;
}
*/




/*********** ke_search *************/

.kesearch_results .result-list-item-type-imageindexer {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 10px;
}


.tx-kesearch-pi1 .result-teaser {
    display: block;
    width: 200px;
    font-size: 10px;
}

#kesearch_pagebrowser_top a.current, #kesearch_pagebrowser_bottom a.current {
  color: red !important;
}

/**** myflat ****/
.monthMultiRow .vacantDay, .monthMultiRow .bookedDay {
  1color: black;
}
.tx-myflat td {
  1color: white;
}


/**** accordion ***********/
.accordion-content-text {
	color: black;
}

/****** felogin ***********/
#c217 label {
    width: 320px;

}
#c217 label input {
    position: relative;
    float: right;
}

/**** cookie-consent ***********/
.cc-window {
    color: black !important;

}

/********* gh_randomcontent ******/
.tx-ghrandomcontent-pi1 img {
    position: relative;
    top:  calc(-30%);
}

.frame-container {
    padding-left: 0;
    padding-right: 0;
}






@media (max-width: 768px) {
  .remove-sm {display: none !important;}
}

@media (min-width: 992px) {
  .normal-dropdown {display: none !important;}

    /* ?? important to hide horizontal line */
    #nav-item-81 { 
        1display: none;
    /*  
    important for megamenu full width
    */
        position: fixed !important;
    top: 110px;
        left: 0px;
    width: 100% !important;
        1background-image: linear-gradient(#fff, #7ab3fb) !important;
    }
}




@media (max-width: 575px) {
/*
  #page-footer .footer-section-content-column-right .frame-inner .text-right {width: 100%; 1margin: 0px auto; text-align: left !important;}
*/

  .remove-sm {display: none !important;}


  #page-footer .footer-section-content-column-right .text-right {width: 100%; 1margin: 0px auto; text-align: left !important;}
}

/*********** downloadbereich ***********
    template is /Templates/ContentElements/Uploads.html
****************************************/

ul.media-list h4 {
  font-size: 1rem;
}

ul.media-list li.media {
  float: left;
}

.media-list .media + .media {
  margin-top: 0;
}

ul.media-list div.media-body {
    display: none;
}

/******  cookie consent **********/
.cc-message a {
  color: black !important;
  text-decoration: none;
}


@media(max-width: 991px) {
    .navbar-transition .navbar-brand-logo-normal { height: 25px !important; top: 16px !important;}
    1#page-headerX.navbar-transition ul {background-color: #fff !important;}
    .mega-dropdown-menu {display: none !important;}
    .navbar-transition .navbar-toggler {top: -17px !important;}
    .navbar-collapse.show {background: linear-gradient(to bottom, #c1dbf7, white);}
    .frame {padding-left: 2px;}

    .remove-md {display: none;}

.nav-link:hover, .nav-link:focus {
    color: black !important;
}

/*
 #nav-item-81 { 
    position: relative !important;
    1top: 65px;
    1left: 0px;
    1width: 100% !important;
    1background-image: linear-gradient(#fff, #7ab3fb) !important;
1border: 1px solid red;
}
*/


    .section-row {--section-gap: 0px !important;}


}


@media(max-width: 480px) {
    .tx-kesearch-pi1 .result-list-item img {width: 100%; height: auto; padding: 0; margin:0 auto !important;}
    .tx-kesearch-pi1 .result-list-item {width: 100%; margin:0 auto;}
    
    .remove-sm {display: none;}

}


@media (min-width: 992px) {
    .normal-dropdown {display: none !important;}

    /* important to hide the ul li elements */ 
    .remove-lg {display: none !important;} 




} 

@media (max-width: 980px) { 
    .remove-sm {display: none !important; } 
    .remove-md {display: none !important; } 

    ul[data-level="2"] { display: block !important; }
    ul[data-level="3"] { padding-left: 20px !important; display: block !important; }

}




/******** cookie consent *****/
.cc-no-wrap {
    color: #000 !important;
}

#c259 .table-striped tr td {
    color: black !important;
}


/** megamenu **/
.navbar-mainnavigation .nav-style-mega .dropdown-menu {
    width: 100% !important;
}

#c320 p:hover a, #c321 p:hover a, #c327 p:hover a {
  background-color: #8ad287 !important;
 1display: block;
  1line-height: 32px;
  font-weight: normal !important;
}

/* the 4 columns in the mega menu container */
#c321 p a, #c289 p a, #c291 p a {
  font-weight: normal !important;

  line-height: 30px !important;

  1border-bottom: 1px dotted #ff0000 !important;
  padding: 0;
  padding-left: 0px;
  padding-left: 10px;
}

/* main navigation 1. level */ 
.navbar-nav .nav-item-text:hover, .navbar-nav .nav-link-main:hover, .navbar-nav .nav-link-text:hover  {
    background-color: #73d070 !important;
    color: red !important;
}    
    

