@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.eot');
    src: url('../fonts/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}
body {
	background-color: #F6F4F3;
}
.top {
    margin-top: 6%;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

.ub_green {
   color: #B3DA8D !important;
}
.ub_green_dark {
   color: #748E5B !important;
}
.ub_green_bg {
   background-color: #748e5b40 !important;
}

}
.ub_beige_bg {
   background-color: #F6F4F3 !important;
}


.bottomspace {
	  margin-bottom: 20vh;
}


	
.material-icons {
	font-size: 1rem;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  align-content: baseline;
  padding: 0.75rem 8px 0 0;
}
.card .material-icons {
  vertical-align: text-top;
  font-size: 1.1rem;
  padding: 0.2rem 5px 0 0;
}

.flow-text {
	color: #444C4D !important;
}

ul.flow-text li,
.card-content ul li {
  display: flex;
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #33691e;
    display: block;
    padding: 0 15px;
    cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
}

nav ul li a.active {
/*  color: #748e5b; */
	 color: #B3DA8D; 
  /* Add any other desired styles */
}

.bg_neurologie {
    height: 100%;
    min-height: 90vH;
    /* margin-top: -86px; */
    background-size: cover;
    background-image: url(../img/ub_bg_plain.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-position: top;
    background-color: #fbfbfb;
}

.active {
     color: #B3DA8D;
}

.sidenav-overlay {
z-index: 0;

}

.subheader {

  color: #b3da8d;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
	text-transform: uppercase;
}

.brand-logo{
 width: 255px;
    height: auto;
    min-height:116px;
    margin: 10px 0px 0px 0px;
    background-image: url(../img/Logo_Dr_Ulrike_Bongartz_color_web.svg);
	background-repeat: no-repeat;
    float: left;
}


.logo-white {
 width: 290px;
    height: auto;
    min-height: 169px;
    margin-top: 3%;
    background-image: url(../img/Logo_Dr_Ulrike_Bongartz_white.svg);
	background-repeat: no-repeat;
    float: left;
}

/*
nav {
	max-width: 1240px;
	color: aqua;
	
}
*/

.navbar-fixed {
	
  position: fixed;
  width: 100%;
  transition: background-color 0.3s;
}

.navbar-fixed.scrolled {
  background-color: #ffffff; /* Change the color as per your preference */
	

}

.navbar-fixed.scrolled .brand-logo {
 
	
	width: 180px;
    height: auto;
    min-height:48px;
/*    margin: 10px;*/
	background-image: url(../img/logo_scrolled_stacked.svg);
	background-repeat: no-repeat;
    float: left;
}

.introtext{

  color: rgba(0, 0, 0, 0.54);


  line-height: 36px;
	
}

.copytext   {
    
    position: relative;
    margin-top: 5vh;
    margin-bottom: 2vh;
    
    width: 100%;
    height: auto;
/*    max-width: 704px;*/
}

a{

    text-decoration: none;
	font-weight: 600;
}

  .space-top-4 {
	  margin-top: 4rem;
	  }

 .space-top-5 {
	  margin-top: 5rem;
	  }

 .space-top-20 {
	  margin-top: 20vh;
	  }
/* CSS for team member section */
    .team {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .team-member {
      width: 300px;
      margin: 20px;
      padding: 20px;
      border: 1px solid #ddd;
      text-align: center;
    }

    .team-member img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }

    @media screen and (max-width: 768px) {
      .team-member {
        width: 200px;
      }

      .team-member img {
        width: 100px;
        height: 100px;
      }
    }

  .member {
	  min-height: 480px;
	  background-color: #fbfbfb;
}


   h1 {
  font-weight: 600;
      text-align: left;
		   color: #444C4D;
		 margin: 1.26rem 0 0.68rem 0;
	   }

   h2 {
  font-weight: 600;
           text-align: left;
		   color: #444C4D;
		 margin: 1.26rem 0 0.68rem 0;
	   }

 /* CSS for heading */
     .display-1 {
      font-size: 5.5rem; /* Default font size for display-1 */
	font-weight: 600;
      text-align: left;
		  color: #444C4D;
		 margin: 2.8rem 0 0.68rem 0;
    }

    /* Media query for responsive font size */
    @media (max-width: 768px) {
       .display-1 {
        font-size: 3.6rem; /* Adjusted font size for smaller screens */
      }
      .material-icons {
        padding-top: 0.6rem;
      }
    }
    @media (max-width: 500px) {
      .material-icons {
        padding-top: 0.5rem;
      }
    }
    @media (max-width: 350px) {
      .material-icons {
        padding-top: 0.4rem;
      }
    }


.fachgebiete {
  font-size: 1.68rem;  
  color: #444C4D !important; 
  list-style-position: inner; 
  list-style-type: square;
}


.legal h2 {
  font-size: 2rem;
  margin-top: 3rem;
}
.legal ul {padding-left: 1em;}
.legal ul li {
  list-style-type: disc;
}


.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #b3da8d;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #dbffb7;
} 



/*
.logo-item img{
	min-width: 200px;
 
}
*/

.row {
  display: flex;
  flex-wrap: wrap;
} 
.row.logorow {
	align-items: center;
  justify-content: center;
}
.row.logorow .col{
  margin-left: 0!important;
} 

.card {
  display: flex;
  flex-direction: column;
  height: 98%;

}

.card-content {
  flex-grow: 1;
}


  #map {
    height: 70vh; /* Adjust the percentage value as needed */
    width: 100%;
  }

/*minipopup*/

@media only screen and (max-width: 768px){
  h2 {
    font-size: 8vw;
  }
  .subheader {font-size: 16px;}
  .material-icons {font-size: 14px;}
}

@media only screen and (max-width: 440px){
    nav .brand-logo {
      right: 0;
      left: unset;
      transform: unset;
    }
}