* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Graphik Bold';
  src: url('/resources/Storage/Branding/fonts/Graphik-Bold-Web.eot');
  src: url('/resources/Storage/Branding/fonts/Graphik-Bold-Web.eot#iefix') format('embedded-opentype'), 
    url('/resources/Storage/Branding/fonts/Graphik-Bold-Web.woff2') format('woff2'), 
    url('/resources/Storage/Branding/fonts/Graphik-Bold-Web.woff') format('woff'), 
    url('/resources/Storage/Branding/fonts/Graphik-Bold-Web.ttf') format('truetype');
  
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Graphik Regular';
  src: url('/resources/Storage/Branding/fonts/Graphik-Regular-Web.eot');
  src: url('/resources/Storage/Branding/fonts/Graphik-Regular-Web.eot#iefix') format('embedded-opentype'), 
    url('/resources/Storage/Branding/fonts/Graphik-Regular-Web.woff2') format('woff2'), 
    url('/resources/Storage/Branding/fonts/Graphik-Regular-Web.woff') format('woff'), 
    url('/resources/Storage/Branding/fonts/Graphik-Regular-Web.ttf') format('truetype');
  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik Semibold';
  src: url('/resources/Storage/Branding/fonts/Graphik-Semibold-Web.eot');
  src: url('/resources/Storage/Branding/fonts/Graphik-Semibold-Web.eot#iefix') format('embedded-opentype'), 
    url('/resources/Storage/Branding/fonts/Graphik-Semibold-Web.woff2') format('woff2'), 
    url('/resources/Storage/Branding/fonts/Graphik-Semibold-Web.woff') format('woff'), 
    url('/resources/Storage/Branding/fonts/Graphik-Semibold-Web.ttf') format('truetype');
  
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Graphik Regular';
}

/* Standard Search deaktivieren*/ 
.BaseMaster_searchBoxContainer {display:none;}

/* header */
#section2 {
  height: 504px;
 /* UI Properties */
  background: transparent url('/resources/Storage/Branding/PortalBackground.png') 0% 0% no-repeat padding-box;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex; 
  align-items: center;
  justify-content: center;

}

#section2 .container {
}

#section2 .container .searchBar {
  display: flex;
  align-items: center;
  width: 49.5rem;
  height: 47px;
  background-color: #fff;
  border-radius: 25px;
  opacity: 0.90;
}
#section2 .container .searchBar input{
  /* background-color: #fff; */
  width: 100%;
  height: 100%;
  border: none; 
   border-radius: 25px;
  font-size: 15px;
 }

 #section2 .container .searchBar input:focus{
  outline: none;

 }
#section2 .container .searchBar button{
  background-color: #fff;
  border: none;
  margin: 0 20px;
  opacity: 0.90;
  
 }

 @media screen and (max-width: 850px) {
  #section2 .container .searchBar { 
    width: 500px;
  }
 }
 @media screen and (max-width: 500px) {
  #section2 .container .searchBar { 
    width: 75%;
  }
 }

 /* text-content section */
 #section3 {
  text-align: center;
  padding: 5% 16%;
  color: #4D6066;

 }

 #section3 p {
  color: #4D6066;
  margin:0;
 }

 #section3 h2 .img{
  position: relative;
  top: -1px;
  right: 2px;
 }
 #section3 h2 {
  font-size: 2rem;
 }
 #section3 h2 .big{
  font-size: 3rem;
  font-family: 'Graphik Bold';
 }

 #section3 .makebold {
  font-family: 'Graphik Bold';
  font-size: 14px;
  line-height: 2;
  padding-bottom: 5px;
 }

 #section3 .para  .bold{
  font-family: 'Graphik Bold';
  line-height: 2;
  font-size: 14px;
 }

 #section3 .lastpara  a{
  text-decoration: none;
  color: #4D6066;
  font-family: 'Graphik Bold';
  line-height: 1.6;
  font-size: 14px;
  text-decoration: underline;
 }

 #section3 .lastpara  a .bold{
  font-family: 'Graphik Bold';
  line-height: 1.6;
  font-size: 14px;
 }




 /* cards */
 #section4 {
  min-height: 552px;
  background-image: url('/resources/Storage/Branding/Background-Image.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 #section4 .container {
  /* max-height: 100%; */
  padding: 2% 3%;
  display: flex;
  align-items: flex-start;
  justify-content: center; 
  gap: 104px;
  height: 100%;
  position: relative;
  top: 70px;
} 

#section4 .container .card{
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 12px;
  opacity: 1;
  width: 539px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;    
}
#section4 .container .card .title{ 
  padding: 0 10% 3% ;
  width: 100%;
  font-family: 'Graphik Bold';
  /* line-height: 1.6; */
  color: #4D6066;
} 

#section4 .container .card .title .line{ 
  color: #a9a9a9;
  opacity: 0.3;
} 


#section4 .container .card .title h3{ 
  display: flex;
  align-items: center;
  white-space: nowrap;
} 

#section4 .container .card .menu{ 
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20%;
}
#section4 .container .card .menu p{ 
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #549FA4;
} 

#section4 .container .card .menu p a:visited {
    color: #549FA4;
}
#section4 .container .card .menu p a {
    color: #549FA4;
    text-decoration:none;
}
#section4 .container .card .menu p a:hover {
    text-decoration:underline;
}



@media screen and (max-width: 850px) {
  #section4 .container {
    padding: 5% 5%;
    gap: 50px;
    position: relative;
    top: 0;
  } 
  #section4 .container .card{
    width: 439px;
    height: 294px; 
  }
 }
 @media screen and (max-width: 750px) {
  #section4 .container {
    padding: 10% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
  } 
 }

/* footer */
#section5 {
  padding: 0 3%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(248, 243, 243);
  background-color: #4D6066 ;
}

#section5 a{
  text-decoration: none;
}

#section5 .nav-items {
  
}

#section5 .nav-items a{
  text-decoration: none;
  color: #e3e3e3;
  font-size: 15px;
}

#section5 .nav-items a span{
  padding: 0 20px;
}

@media screen and (max-width: 1203px) {
  #section5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 10% 0;
    justify-content: center;
  }
  #section5 .nav-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: nowrap;
    padding: 0 5%;
    height: 100%;
  }

  #section5 a{
    padding: 10px;
  }
  
 }

 .background{background-image: url('/resources/Storage/Branding/Background-Image.png') !important;}.backgroundGlass{background:rgba(255,255,255,.7) !important;}