* {
    margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI',Tahoma,sans-serif;
    line-height    :       1.6;
    color   :       #333;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
   display: block;
}

a    {
    text-decoration: none;
   color: inherit;
	transition: all .3s;
}

ul {
  list-style: none;
}

.cwv_topBar_romerberg


{
    background: #1a1e35;
	padding: 16px 0;
                    position:        sticky;
   top: 0;
   z-index: 1000;
  box-shadow: 0 3px 15px rgba(0,0,0,.12);
}

.cwv_navWrap_romerberg {
      max-width: 1200px;
    margin: 0 auto;
	 padding: 0 20px;
    display: flex;
   justify-content: space-between;
    align-items: center;
}


.cwv_brand_romerberg img {
        height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
}

.cwv_menuList_romerberg {
  display: flex;
    gap: 38px;
}

.cwv_menuList_romerberg a {
               color: #fff;
  font-weight:      500;
  font-size: 15px;
        padding: 10px 0;
    position: relative;
}

.cwv_menuList_romerberg a:after {
  content: '';
 position     :   absolute;
  bottom: 0;
    left: 0;
  width: 0;
  height: 2px;
    background: #4a90e2;
  transition   :    width .3s;
}

.cwv_menuList_romerberg a:hover:after {
   width: 100%;
}

.cwv_burgerIcon_romerberg {
   display: none;
  flex-direction: column;
    cursor    : pointer;
    gap: 6px;
}

.cwv_burgerIcon_romerberg span {
    width: 30px;
   height: 3px;
    background: #fff;
    transition: .3s;
}



.cwv_heroSlider_romerberg {
   position: relative;
}

.cwv_slideBlock_romerberg


{
   position:   relative;
}

.cwv_slideImage_romerberg


{
  background-size: cover;
    background-position: center;
  min-height: 600px;
    display  :     flex;
  align-items: center;
    justify-content: center;
  position: relative; 

}

.cwv_slideOverlay_romerberg {
  position: absolute;
    top: 0;
  left    :0;
    right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
   z-index: 1;
}

.cwv_heroContent_romerberg {
  position: relative;

	  z-index: 2;

	    width: 100%;

	    max-width:        1200px;

	  padding: 0 20px;
}

.cwv_centerBox_romerberg {
       text-align: center;
  color: #fff;
    max-width: 820px;
  margin: 0 auto;
	}

.cwv_centerBox_romerberg h1 {
   font-size   :   52px;
	 line-height: 1.2;
	font-weight   :     700;
	 margin-bottom  :   25px;
}

.cwv_highlight_romerberg {
  color: #4a90e2;
}

.cwv_centerBox_romerberg p{
    font-size: 20px;
    margin-bottom: 30px;
    opacity: .95;
}

.cwv_heroAction_romerberg {

 margin-bottom :      0;

}

.cwv_primaryLink_romerberg {


   display: inline-block;
                    padding: 15px 45px;
  background:#4a90e2;
   color: #fff;
   font-weight: 600;
    border-radius: 6px;
  transition: all .3s;
  box-shadow: 0 4px 18px rgba(74,144,226,.4);
     }

.cwv_primaryLink_romerberg:hover {
		 background: #357abd;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(74,144,226,.6);
}

.cwv_serviceZone_romerberg     {
    padding: 125px 0 110px;
}

.cwv_containerBox_romerberg {
    max-width: 1200px;
	 margin: 0 auto;
   padding: 0 20px;


}

.cwv_rowFlex_romerberg   {
    display: flex;
       flex-wrap: wrap;
   	margin: 0 -15px;
}

.cwv_col12_romerberg,.cwv_col8_romerberg,.cwv_col11md_romerberg,.cwv_col4_romerberg,.cwv_col6md_romerberg,.cwv_col5_romerberg,.cwv_col6_romerberg  
  {


  padding: 0 15px;
	}

.cwv_col12_romerberg {
   flex: 0 0 100%;
    max-width: 100%;
}

.cwv_col8_romerberg		{
  flex: 0 0 66.666%;
 max-width: 66.666%;
}

.cwv_col11md_romerberg {
    flex: 0 0 91.666%;
   max-width: 91.666%;
}

.cwv_col4_romerberg {
    flex: 0 0 33.333%;
  max-width: 33.333%;
}

.cwv_col6md_romerberg
	{
  flex: 0 0 50%;
  max-width: 50%;
}

.cwv_col5_romerberg		{
    flex: 0 0 41.666%;
  max-width: 41.666%;
}

.cwv_col6_romerberg {
    flex: 0 0 50%; 
	   max-width: 50%;
}

.cwv_centerAlign_romerberg {

   justify-content: center;
}

.cwv_sectionHeader_romerberg {
  margin-bottom     :   95px;
}

.cwv_textCenter_romerberg {
  text-align    :     center;
}

.cwv_mb100_romerberg {
	margin-bottom: 95px;
}


.cwv_sectionHeader_romerberg h3 {
    font-size     :    52px;
  font-weight: 750;
   line-height: 62px;
		color: #1a1e35;
  font-family: 'Poppins',sans-serif;
}

.cwv_sectionHeader_romerberg p {
    font-size: 17px;
    line-height: 32px;
  color: #959597;
  font-weight  :   400;
}

.cwv_serviceBox_romerberg {
    padding: 75px 28px 68px;
    border    :        1px solid #ffb8b5;
    border-radius: 12px;
   margin-bottom: 32px;
   transition: .4s;
}

.cwv_serviceThumb_romerberg {
  height   :145px;
   width: 165px;
  margin: auto;
	background-repeat: no-repeat;
  background-size     :    100% 100%;
}

.cwv_flexCenter_romerberg {


    display: flex;
   align-items: center;
  justify-content   :     center;
     }

.cwv_iconBg1_romerberg {
  background-image: linear-gradient(135deg,#667eea,#764ba2);

}

.cwv_serviceIcon_romerberg img {
  width: auto;
  filter: brightness(0) invert(1);
  width    :   55px;
  height: 55px;
	}

.cwv_serviceText_romerberg h3 {
	 font-size: 26px;
  font-weight: 650;
   margin-top: 45px;
  margin-bottom: 24px;
}

.cwv_serviceText_romerberg p {
   margin-bottom: 0;


}

.cwv_serviceBox_romerberg:hover {
  box-shadow: 0 18px 38px rgba(0,0,2,.09);
	  border: 1px solid transparent;
}

.cwv_activeBox_romerberg {
  border-color: #4a90e2;
  box-shadow: 0 12px 30px rgba(74,144,226,.2); 

}

.cwv_aboutZone_romerberg {
	background: #151515;
}

.cwv_spad_romerberg {
   padding: 100px 0;
}

.cwv_aboutContent_romerberg {
	padding-top: 18px;
}

.cwv_aboutContent_romerberg h2 {
	font-size: 48px;
   font-weight: 500;
    color: #fff;
    text-transform  :  uppercase;
	margin-bottom: 36px;
}  

.cwv_briefText_romerberg {
	font-size: 20px;
                    font-weight: 600;
  color   :  #fff;
  line-height: 28px;
  margin-bottom: 20px; 
	
}

.cwv_detailedText_romerberg {
    color    :    #fff;
    margin-bottom: 40px;
}

.cwv_primaryAction_romerberg {
    display: inline-block;
  font-size: 14px;
  font-family: 'Oswald',sans-serif;
  font-weight   :    600;
  padding: 0 12px;
   color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-align: center;
   width   :160px;
   height: 46px;
   border-left: 2px solid #e16521;
   border-right :       2px solid #e4381C;
  box-sizing: border-box;
   background-position: 0 0,0 100%;
        background-repeat: no-repeat;
   background-size :     100% 2px;
  background-image: linear-gradient(to right,#e4381C 100%,#e16521 100%),linear-gradient(to right,#e4381C 0%,#e16521 0%);
  transition:      1000ms;
  line-height:        45px;
   position: relative;
   z-index: 1;
	border-radius: 4px;
}

.cwv_aboutBtn_romerberg:after {
	 color: #fff;
    transition: 500ms;
  background: linear-gradient(to right,#e16521,#e4381C);
  content: "";
   position: absolute;
  width     : 100%;
    height: 100%;
  top: 0;
   left :     0;
    z-index :      -1;
          border-radius    :2px;
    opacity: 1;


}

.cwv_aboutVisual_romerberg img {
  min-width: 100%;
}

.cwv_featuresArea_romerberg	{

  background: #f8f9fa;}

.cwv_sectionPad_romerberg {
  padding: 130px 0;
}

.cwv_sectionTop_romerberg {
      margin-bottom: 80px;}

.cwv_sectionTop_romerberg h3 {

  color   :#131230;
  font-family: 'Playfair Display',serif;
   font-size:        36px;
  font-weight: 700;}


.cwv_sectionTop_romerberg span {
      color     :     #ffb606;
}

.cwv_sectionTop_romerberg p {
    color: #777;
  font-family: 'Roboto',sans-serif;
    font-size: 14px;
}

.cwv_featureNum_romerberg {
   color: #131230;
     font-family: 'Playfair Display',serif;
      font-size   :      60px;
     font-weight: 700;
       font-style: italic;
      position: relative;}

.cwv_featureNum_romerberg:after {
  content: '';
  position: absolute;
   top: 45px;
  left: 90px;
	 width: 200px;
   height: 1px;
   background    :       #131230;
}

.cwv_featureContent_romerberg {
    padding-left: 90px;
}

.cwv_featureContent_romerberg h3 {
    color: #131230;
  font-family: 'Playfair Display',serif;
	font-size: 36px;
    font-weight: 700;
}

.cwv_featureContent_romerberg span  
  {
   color: #ffb606;
}

.cwv_pt3_romerberg {
    padding-top: 1rem;
}

.cwv_styleChange_romerberg {
  font-family: 'Roboto',sans-serif;
         font-size: 30px;
  font-weight: 700;
  display: block;
         color: #131230;
}

.cwv_templateBtn_romerberg  {
  color  : #131230;
     font-family: 'Roboto',sans-serif;
     text-transform: uppercase;
       font-size: 14px;
     font-weight: 500;
       display: inline-block;
       position: relative;
}

.cwv_templateBtn_romerberg span {
   position: absolute; 
   top: 0; 
  left: 110%; 
 transition: all .5s;
}

.cwv_arrowIcon_romerberg {
    width: 18px;
    height: 18px;
  filter: invert(0);
}

.cwv_templateBtn_romerberg:hover {
  color: #131230;
}

.cwv_templateBtn_romerberg:hover span {
   left  :        115%;
}

.cwv_mt3_romerberg

{
    margin-top: 1rem;
}

.cwv_mt4_romerberg {
    margin-top: 1.5rem;


}

.cwv_mt5_romerberg {
    margin-top: 3rem;
}

.cwv_offset2_romerberg {
    margin-left: 16.666%;
}

.cwv_imgFluid_romerberg {


   max-width: 100%;

		height: auto;
     }

.cwv_alignCenter_romerberg {
   align-self: center;
}

.cwv_mt0md_romerberg {
   margin-top    :       1.5rem;
}

.cwv_order1_romerberg {
  order: 1;
}

.cwv_order2_romerberg {
         order: 2;
}

.cwv_order1md_romerberg {
	order: 1;
}

.cwv_order2md_romerberg {
          order : 2;
	
}

.cwv_siteSection_romerberg {
		 padding: 5em 0;
}

.cwv_textContent_romerberg {
       padding     :   2rem 0;
}

.cwv_heading39_romerberg {
    text-transform: uppercase;
   font-size: 20px;
   font-weight   :   bold;
   color: #000;
  margin-bottom: 30px;
}

.cwv_mb4_romerberg {
   margin-bottom: 1.5rem;
}

.cwv_leadText_romerberg {
    font-size: 1.25rem;
	font-weight: 300;
    color: #6c757d;
}

.cwv_textContent_romerberg p {
   margin-bottom: 1rem;
  line-height: 1.7;
   color: #364d59;
}

.cwv_imageContent_romerberg {


  text-align: center;
}

.cwv_rounded_romerberg {
  border-radius: .375rem;
}

.cwv_btnPrimary_romerberg   {
     color: #fff;
	background     :#4a90e2;
    padding: 12px 30px;
    text-decoration: none;
  border-radius: 4px;
    display: inline-block;
   transition: .3s all ease;
}

.cwv_btnPrimary_romerberg:hover {
   background: #357abd;
}

.cwv_bgLight_romerberg {
   background-color: #f6f5f5;
}

.cwv_pl5md_romerberg {
                    padding-left: 3rem;
}

.cwv_resourcesZone_romerberg {
	 padding: 85px 0;
         background: #f8f9fa;
}

.cwv_resourcesZone_romerberg h2 {
    text-align: center;

    font-size: 40px;

  font-weight: 700;

  color: #1a1e35;

   margin-bottom: 55px;


}

.cwv_resourceGrid_romerberg		{
      display: grid;
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
     gap: 35px;


}

.cwv_resourceTile_romerberg {
  background: #fff;
    padding: 38px 30px;
    border-radius   :       12px;
   transition: all .3s;
               border     :   2px solid #e0e0e0;
    text-align: center;
} 

.cwv_resourceTile_romerberg:hover {
   border-color: #4a90e2; 
  transform: translateY(-5px); 
  box-shadow: 0 8px 20px rgba(74,144,226,.15);

}

.cwv_resourceIcon_romerberg {
     width: 48px;
   height: 48px;
  margin: 0 auto 20px;
  filter: invert(44%) sepia(92%) saturate(1234%) hue-rotate(191deg);
}

.cwv_resourceTile_romerberg h3		{
  font-size: 22px;
    font-weight: 650;
    margin-bottom: 12px;
   color     :        #1a1e35; 
	

}

.cwv_resourceTile_romerberg p {
   color    :     #666;
    line-height: 1.6;
  font-size: 15px;
} 

.cwv_expertiseGallery_romerberg {
  padding  :     80px 0;
   background: #fff;


}

.cwv_expertiseGallery_romerberg h2 {
   font-weight: 700;
    font-size: 38px;
  margin-bottom: 50px;
    text-align: center;
    color: #1a1e35;
}

.cwv_galleryGrid_romerberg {
	display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
	gap: 25px;
}

.cwv_galleryItem_romerberg {

    position: relative;
    overflow: hidden;
	border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transition: all .3s;
     }

.cwv_galleryItem_romerberg:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.cwv_galleryItem_romerberg img {
	 width: 100%;
   height: 250px;
    object-fit: cover;
}

.cwv_galleryItem_romerberg p {
  padding: 15px;
   background: #fff;
  font-weight: 600;
   color   :  #1a1e35;
   text-align  :      center;
    margin: 0;
	
}

.cwv_footerCta_romerberg   {
   background: #1a1e35;
	   position: relative;
	    z-index: 1;
	    padding: 60px 0 40px;


}


.cwv_footerHeading_romerberg

{
    margin-bottom: 70px;
}

.cwv_footerHeading_romerberg span {
   color: #4a90e2;
   text-transform: uppercase;
    margin-bottom: 14px;
   display: inline-block;
     font-size: 14px;
   letter-spacing: 1px;
}

.cwv_footerHeading_romerberg h2 {
  font-size: 36px;
       color: #fff;
  font-weight: 600;
  line-height: 1.3;
}

.cwv_footerAction_romerberg {
                    text-align:        right;
}

.cwv_btn1_romerberg {
  transition: all .4s;
   display: inline-block;
    border-radius     :       4px;
  padding: 13.5px 45px;
    font-size: 14px;
  border: 1px solid transparent;
   color: #fff;
    background: #4a90e2;
     text-transform     :     capitalize;
}

.cwv_btn1_romerberg:hover {
	background: #357abd;
  box-shadow: 0 15px 20px rgba(0,0,0,.3);
}  

.cwv_copyrightArea_romerberg  {
  padding: 140px 0 0;
}


.cwv_footerNav_romerberg a {
  color: #fff;
  margin-right: 15px;
}

.cwv_contactDetails_romerberg {

		text-align: right;
	    color: #b0b8c1;
     }

.cwv_contactDetails_romerberg p 
 {

               margin-bottom     : 10px;
  display:   flex;
  align-items: center;
          justify-content: flex-end;
    gap: 8px;
   font-size: 14px;
	}

.cwv_iconInline_romerberg {
  width  :    16px;
  height: 16px;
  filter: brightness(0) invert(1);
   opacity: .7;
}

.cwv_copyright_romerberg


{
      color: #b0b8c1;
    font-size: 14px;
    margin-top: 30px;
   padding-top:25px;
  border-top: 1px solid rgba(255,255,255,.1);
}@media(max-width:767px){
    .cwv_burgerIcon_romerberg{display:flex}
    .cwv_menuList_romerberg{position:fixed;top:68px;right:-100%;width:280px;background:#1a1e35;flex-direction:column;padding:30px;gap:20px;transition:right .3s;box-shadow:-2px 0 10px rgba(0,0,0,.2)}
    .cwv_menuList_romerberg.active{right:0}
    .cwv_centerBox_romerberg h1{font-size:34px}
    .cwv_centerBox_romerberg p{font-size:16px}
    .cwv_slideImage_romerberg{min-height:480px}
    .cwv_col8_romerberg,.cwv_col11md_romerberg,.cwv_col4_romerberg,.cwv_col6md_romerberg,.cwv_col5_romerberg,.cwv_col6_romerberg{flex:0 0 100%;max-width:100%}
    .cwv_sectionHeader_romerberg h3,.cwv_sectionTop_romerberg h3{font-size:29px;line-height:35px}
    .cwv_mb100_romerberg{margin-bottom:42px}
    .cwv_serviceZone_romerberg{padding:65px 0}
    .cwv_aboutContent_romerberg h2{font-size:32px}
    .cwv_featureContent_romerberg{padding-left:0}
    .cwv_offset2_romerberg{margin-left:0}
    .cwv_mt0md_romerberg{margin-top:0}
    .cwv_order1md_romerberg{order:1}
    .cwv_order2md_romerberg{order:2}
    .cwv_pl5md_romerberg{padding-left:0}
    .cwv_footerHeading_romerberg{margin-bottom:15px;text-align:center}
    .cwv_footerHeading_romerberg h2{font-size:25px}
    .cwv_footerAction_romerberg{text-align:center;margin-bottom:30px}
    .cwv_footerNav_romerberg{text-align:center}
    .cwv_contactDetails_romerberg{text-align:center;margin-top:30px}
    .cwv_contactDetails_romerberg p{justify-content:center}
    .cwv_copyrightArea_romerberg{padding:70px 0 0}
}

@media(min-width:768px)and (max-width:991px){
    .cwv_serviceZone_romerberg{padding:105px 0 42px}
    .cwv_sectionHeader_romerberg h3{font-size:34px;line-height:42px}
    .cwv_mb100_romerberg{margin-bottom:42px}
}







.cwv_footerImprint_romerberg {
  text-align: center;
    margin-top:   35px;
  padding: 22px 0 0;
       border-top: 1px solid rgba(255,255,255,.08);
  color: #8a919a;
  font-size: 12.5px;
    line-height: 1.7;
}

.cwv_footerImprint_romerberg  p {
     margin-bottom: 2px;
  letter-spacing: .01em;
}

@media(max-width:767px){
    .cwv_footerImprint_romerberg{font-size:11.5px;padding:18px 15px 0;margin-top:25px}
}





.cwv_upcomingZone_romerberg {
  background: #f7f8fa;
}

.cwv_eventCard_romerberg {
    display: flex;
  align-items:   flex-start;
     gap: 22px;
  background: #fff;
       padding: 28px 26px;
  border-radius: 6px;
    margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
     transition: box-shadow .3s,transform  .3s;
  border-left: 3px solid transparent;
}

.cwv_eventCard_romerberg:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
    transform: translateY(-3px);
       border-left-color: #e4381C;
}

.cwv_eventDate_romerberg {
  flex-shrink: 0;
       width: 62px;
  text-align: center;
    padding: 10px 0;
   background: linear-gradient(135deg,#e4381C,#e16521);
  border-radius: 5px;
     color: #fff;
  display:  flex;
  flex-direction: column;
      line-height: 1.15;
}

.cwv_eventDay_romerberg {
  font-family: 'Oswald',sans-serif;
    font-size: 26px;
       font-weight: 600;
  letter-spacing: .5px;
}

.cwv_eventMonth_romerberg {
     font-family: 'Roboto',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
       letter-spacing: 1.5px;
    font-weight: 500;
  margin-top: 2px;
}

.cwv_eventBody_romerberg   h4 {
  font-family: 'Oswald',sans-serif;
  font-size: 18px;
       font-weight: 600;
    color: #131230;
  margin-bottom: 6px;
     line-height: 1.3;
}

.cwv_eventMeta_romerberg {
  font-size: 12.5px;
     color: #e4381C;
    font-weight: 500;
  text-transform: uppercase;
       letter-spacing: .5px;
  margin-bottom: 10px;
}

.cwv_eventBody_romerberg p {
    font-size: 14px;
  color: #555;
       line-height: 1.65;
}

@media(max-width:767px){
    .cwv_eventCard_romerberg{padding:20px 18px;gap:16px;margin-bottom:20px}
    .cwv_eventDate_romerberg{width:54px;padding:8px 0}
    .cwv_eventDay_romerberg{font-size:22px}
    .cwv_eventBody_romerberg h4{font-size:16px}
}





.cwv_innerBanner_romerberg {
  background: #1a1e35;
    padding: 85px 0  55px;
  text-align: center;
       color: #fff;
}

.cwv_innerBanner_romerberg  h1 {
  font-size: 42px;
    font-weight: 700;
       margin-bottom: 12px;
  line-height: 1.2;
}

.cwv_innerBanner_romerberg p {
     font-size: 17px;
  opacity: .75;
       color: #b0b8c1;
}



.cwv_legalContent_romerberg {
  background: #fff;
}

.cwv_legalBlock_romerberg {
     margin-bottom: 38px;
}

.cwv_legalBlock_romerberg   h3 {
  font-family: 'Oswald',sans-serif;
  font-size: 20px;
       font-weight: 600;
    color: #131230;
  margin-bottom: 10px;
     position: relative;
  padding-bottom: 10px;
}

.cwv_legalBlock_romerberg h3:after {
  content: '';
       position: absolute;
  bottom: 0;
    left: 0;
  width: 40px;
     height: 2px;
  background: linear-gradient(to right,#e4381C,#e16521);
}

.cwv_legalBlock_romerberg p {
    font-size: 15px;
  line-height: 1.75;
       color: #555;
  margin-bottom: 8px;
}

.cwv_legalLink_romerberg {
  color: #e4381C;
       border-bottom: 1px solid transparent;
  transition: border-color .3s;
}

.cwv_legalLink_romerberg:hover {
    border-bottom-color: #e4381C;
  color: #e4381C;
}



.cwv_eventPrice_romerberg {
  font-family: 'Oswald',sans-serif;
     font-size: 14px;
  font-weight: 600;
       color: #131230;
    margin-top: 12px;
  letter-spacing: .3px;
}


.cwv_eventNotice_romerberg {
  color: #888;
       font-size: 13.5px;
    margin-bottom: 25px;
  font-style: italic;
}


@media(max-width:767px){
    .cwv_innerBanner_romerberg{padding:60px 0 40px}
    .cwv_innerBanner_romerberg h1{font-size:28px}
    .cwv_innerBanner_romerberg p{font-size:15px}
    .cwv_legalBlock_romerberg{margin-bottom:28px}
    .cwv_legalBlock_romerberg h3{font-size:18px}
}