@charset "utf-8";
#liste00 {
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    float: left;
    width: 423px;
}
#logo {
    /* [disabled]float: left; */
    /* [disabled]clear: both; */
    width: 157px;
}
.card.col-md-4 a:hover{
	bachground-color: #ddd;
}
#hero {
    background-image: url("../img/itbilder/Gruppe_Büro_3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    margin-top: 5px;
}
.col-xl-6 {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.19); /* halbtransparentes Schwarz */
	box-shadow: 3px 3px 5px 8px rgba(0, 0, 0, 0.5);
	/* box-shadow: 10px 10px 5px lightblue inset; */
}

.spagecolor {
	background-color: rgba(246, 246, 246, 0.5);
}


.herotext h2 {
	color:#FFFFFF;
	
}
.herotext p {
    color: white;
    font-size: large;
    padding-top: 0px;
	  max-width: 100%;
  
  
  
  
}
.herofoder {
    background-color: rgba(248, 249, 250, 1);
    margin-top: 0px;
    padding-top: 0px;
    font-size: 16px;
}
.herofoder img {
    width: 16px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 1200px;
  z-index: 1;
	
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	background-color: #fafafa;
	
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover {
  background-color: #17a2b8;
}

.dropdown-content {
	background-color: #fafafa;
}
.navbar .megamenu{ padding: 1rem; }
.platz00 {
    margin-top: 100px;
}
.row .col-xl-4 .col-xl-12 {
    background-color: #FFFFFF;
    margin-top: 32px;
    font-size: 24px;
	
}
.herofoder.herofoder-sm-3 {

}
.herotext #hero .placeholder {
    width: auto;
    height: 177px;




}
.container .row .col-xl-6.col-sm-19.col-md-20.col-22 {
}
.placeholder1 {
    height: 174px;
}
.placeholder2 {
    width: 153px;
    height: 151px;
}

.carousel-item {
    height: auto;
	transition: transform 1s ease-out;
}
.col-lg-3 .title{
    color: #0084FF;
    font-size: 120%;
	font-weight: bold;
}
.col-lg-3 .title a{
    color: #0084FF;
	font-weight: bold;
}
.colortabscloud {
    background-color: #f8f9fa;
}
.container.mt-5 .container-fluid h3 {
    text-align: center;
}
.dropdown-menu.megamenu .row.g-3 .col-lg-3.col-6.colorm {
    background-color: #f5f5f5;
    margin-left: -8px;
    margin-bottom: -8px;
    
}
.list-unstyled li a {
}
.list-unstyled li .mtext {
    margin-bottom: -5px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.herotext .container .row .col-xl-6.col-sm-19.col-md-20.col-20 {
    margin-top: 151px;
    margin-bottom: 149px;
}

.selected {
    background: #FFFFFF;
    color: #FFFFFF;
    margin-right: -8px;
    margin-left: -8px;
    padding-left: 8px;
    border-top: 1px solid black; /* Schwarzer Rahmen oben */
    border-bottom: 1px solid black;
	/* border-left: 1px solid black;  Schwarzer Rahmen links */
    padding-top: 5px;	
    padding-bottom: 5px; 
}

.selected:hover {
    text-decoration: underline;	
}


.nav-link.dropdown-toggle.show {
    background: #83BFCF;
    border-radius: 8px;	
}

/**/
.nav-link.dropdown-toggle.show::placeholder {
  color: green;
  transition: color 1.5s;
}

.nav-link.dropdown-toggle.show:focus::placeholder {
  color: silver;
}

/**/











/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{
		position:static!important;	
	}
	.navbar .megamenu{
    /*left: 0;*/
    right: 0;
    width: 80%;
    margin-top: 0;
	left: 50% !important;
    transform: translateX(-50%);
	animation: drive 5s 3s ease-in-out forwards;
}
	
/*.dropdown:hover .dropdown-menu {
  display: block;
}*/
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 70vh;
	    margin-top: 5vh;
	}
}
/* ============ mobile view .end// ============ */
