/*  T H E M E    C U S T O M I Z I N G
	
	hgva.ch
___________________________________________________*/


/*  Fonts
___________________________________________________*/
/*
 * Legal Disclaimer
 *
 * These web fonts are licensed exclusively for use for the brand ‘Marke graubünden’,
 * incl. dynamically rendered text on websites.
 *
 * It is strictly forbidden to download or use these fonts on any website domains or media 
 * not connected to the brand ‘Marke graubünden’.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2021
 */

@font-face {
	font-family: "CirculargraubuendenWeb-Bold";
	src:url("/files/cto_layout/fonts/CirculargraubuendenWeb-Bold.woff2") format("woff2"),
		url("/files/cto_layout/fonts/CirculargraubuendenWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: "CirculargraubuendenWeb-Book";
	src:url("/files/cto_layout/fonts/CirculargraubuendenWeb-Book.woff2") format("woff2"),
		url("/files/cto_layout/fonts/CirculargraubuendenWeb-Book.woff") format("woff");
}


/*  Variables
___________________________________________________*/
:root {
    --accentColor: #f09631;
    --basicColor: #333;
    --secondColor: #333;
    --footerTextColor: #e6e6e6;
    --headerHeight: 151px;
    --naviHeight: 52px;
}


/*  General
___________________________________________________*/
html, body {
	font-family: "CirculargraubuendenWeb-Book";
	font-size: 18px;
	line-height: 28px;
	color: var(--basicColor);
}


/*  Logo
___________________________________________________*/
.original .logo a {
    background-image: url('../img/logo-hgva.svg');
}

.cloned .logo a {
    background-image: url('../img/emblem-hgva.svg');
}


/*  Navi
___________________________________________________*/
.original .mainmenu ul.level_1 {
    /* margin-top: calc(var(--headerHeight) - var(--naviHeight)); */
    margin-top: 62px;
    line-height: var(--naviHeight);
}

.cloned .mainmenu ul.level_1 {
    margin-top: 11px;
}

.mainmenu ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.mainmenu ul li a {
    color: var(--basicColor);
    font-family: "CirculargraubuendenWeb-Book";
    font-size: 18px;
    font-weight: normal;
    line-height: var(--naviHeight);
}

.mainmenu ul ul {
    left: -38px;
}

.header .mainmenu ul li a:hover:not(.header .mainmenu ul li.active a) {
    opacity: 0.4;
}

.header .mainmenu ul ul li a span:before {
    display: none;
}


/*  Heroimage Slider (optional)
___________________________________________________*/
#header-text-heroimageslider {
  width: 100%;
  height: 670px;
  background: var(--secondColor);
}

#header-text-heroimageslider .inside33 {
  margin-right: 66.66%;
  -webkit-transform: translateY(-50%);
  position: relative;
  top: 50%;
  z-index: 10;
  padding: 30px 40px;
}

#header-text-heroimageslider .ce_revolutionslider, #header-text-heroimageslider .ce_sliderStart, #header-text-heroimageslider .ce_swiper-slider-start {
  margin-left: 33.33%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#header-text-heroimageslider .ce_sliderStart, #header-text-heroimageslider .ce_sliderStart .ce_image, #header-text-heroimageslider .ce_sliderStart .ce_image .image_container, #header-text-heroimageslider .ce_swiper-slider-start, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image .image_container {
  height: 670px;
}

#header-text-heroimageslider .ce_sliderStart .ce_image .image_container img, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image .image_container img {
  height: 100%;
  min-height: 670px;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
}

.swiper-container .swiper-button-next:after, .swiper-container .swiper-button-prev:after {
  display: none;
}

.swiper-container:hover .swiper-button-next:after, .swiper-container:hover .swiper-button-prev:after {
  display: block;
}

.tp-bannertimer {
  display: none;
}


/*  Slider (Article Header)
___________________________________________________*/
#slider p {
    font-family: "CirculargraubuendenWeb-Bold";
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 3.5rem;
    hyphens: auto;
    -webkit-hyphens: auto;
}

#slider .ce_hyperlink a {
    font-size: 1.5rem;
    padding: 18px 20px 22px;
    max-width: 270px;
    border-radius: 10px;
    border: 2px solid var(--accentColor);
}

#slider .ce_hyperlink a:hover {
    border: 2px solid var(--accentColor);
    background: var(--secondColor);
    opacity: 1;
}


/*  Content
___________________________________________________*/
#container {
    background: #f2f2f2;
}

#container a {
    color: var(--accentColor);
    font-family: "CirculargraubuendenWeb-Bold";
}

#container .bg-accent a {
    color: #fff;
}

#container .ce_hyperlink a, #container .ce_hyperlink a:hover {
    color: #fff !important;
    padding-bottom: 15px !important;
}

.readmore a {
    font-size: 0.944rem;
}

#container a:not(#container h1 a, #container h2 a, #container h3 a, #container h4 a, #container h5 a, #container h6 a, .ce_teambox .image a, .ce_gallery a, .ce_image a) {
  position: relative;
  padding-bottom: 2px;
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: var(--accentColor);
    width: 0%;
    display: block;
    transition: width .5s ease-in-out;
  }
  &:hover {
    color: black;
    &:after {
      width: 100%;
    }
  }
}

.ce_gallery a, .ce_image a {
  opacity: 1; 
  transition: all .2s ease-in-out;
}

.ce_gallery a:hover, .ce_image a:hover {
  opacity: 0.8;
  transition: all .2s ease-in-out;
}

#cboxCurrent {
  display: none !important;
}

#main a[href$=".pdf"]::before, #main .ce_download p a::before, #main .ce_downloads li a::before {
  padding-left: 40px;
  position: absolute;
  bottom: -1px;
  right: -65px;
  background: url('../img/i-pdf.svg') no-repeat right center;
  content: '';
  width: 55px;
  height: 27px;
  transition: all .2s ease-in-out;
}

#main a[href$=".pdf"]:hover::before, #main .ce_download p a:hover::before, #main .ce_downloads li a:hover::before {
  top: -5px;
  transition: all .2s ease-in-out;
}

span.size {
  display: none;
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font_headline {
    color: var(--basicColor);
}

h1, h2, strong {
   font-family: "CirculargraubuendenWeb-Bold";
   font-weight: normal;
}

h1 {
    color: var(--accentColor);
    font-size: 4.4rem;
    line-height: 4.4rem; 
    letter-spacing: -0.15rem;
    margin-bottom:  3.5rem;
}

h1:has(+ h2) {
  margin-bottom: 0.425rem;
}

h2 {
    letter-spacing: -0.05rem;
}

.home h1:not(.home.news h1) {
    color: var(--basicColor);
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 0;
    margin: 2.9rem 0 1.1rem 0.2rem;
}

h2 {
    font-size: 3rem;
    line-height: 3rem;
}

h2:not(.mod_article .container h2:first-child, .mod_article .container h1 + h2) {
    margin-top: 60px;
}

h3 {
    margin-top: 0.7rem;
    margin-bottom: 0.66rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

h3:not(.mod_newslist h3, .mod_eventlist h3) {
  margin-top: 1.32rem;
}

.content_page h2:not(.bg-accent h2), .content_page h3:not(.bg-accent h3), .content_page h4:not(.bg-accent h4) {
  color: var(--accentColor);
} 

.home .mod_eventlist h3:not(.bg-accent h3), .content_page .mod_eventlist h3:not(.bg-accent h3), .home .mod_newslist h3:not(.bg-accent h3), .content_page .mod_newslist h3:not(.bg-accent h3) {
  color: var(--basicColor);
  font-weight: normal;
}

.ce_leadertext.version1 {
  max-width: 800px;
}

.ce_leadertext.version1 p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #959595;
}

.newslist-v3, .mod_eventlist_v3 .item.one_third {
    flex: 0 0 calc(33.33% - 12px);
    background: #fff;
    margin: 6px;
}

.newslist-v3-inside {
  margin-left: 0;
  margin-right: 0;
}

.newslist-v3-inside, .newslist-v3 .image_container {
  border-radius: 0;
}

.newslist-v3 .content {
    padding: 3%;
    margin-left: 10px;
    margin-right: 10px;
}

#container .newslist-v3-inside .content h3 a {
    color: var(--basicColor);
    font-family: "CirculargraubuendenWeb-Book";
}

time:not(p.info time) {
    font-family: "CirculargraubuendenWeb-Bold";
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.05rem;
}

#container .mod_eventlist_v3 h3 a {
    font-family: "CirculargraubuendenWeb-Book";
    font-weight: normal;
    color: var(--basicColor);
    font-size: 1.5rem;
    padding-bottom: 15px;
}

h4, h5 {
  font-size: 1.5rem;
}

h4 {
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;
}

.mod_eventlist_v3 .item.autogrid {
  padding-left: 0;
  padding-right: 0;
}

.mod_eventlist_v3 .item:hover .item-inside {
    border-color: #fff;
}

.mod_eventlist_v3 .item-inside {
    padding: 0;
    border: none;
}

.mod_eventlist_v3 .item-inside .content {
    padding: 0 15px 30px;
}

.mod_eventlist_v3 .item-inside .content:first-child {
    padding-top: 20px;
}

.mod_eventlist_v3.autogrid_row {
    margin-left: -5px;
    margin-right: -5px;
}

.mod_eventlist_v3 {
    margin-left: 0;
    margin-right: 0;
}

.mod_eventlist_v3 .content {
    padding: 5% 1.5%;
}

.mod_eventreader .info {
  float: none;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  font-family: "CirculargraubuendenWeb-Bold";
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -0.05rem;
  color: var(--basicColor);
}

.mod_eventreader .info:before, .mod_eventreader .location:before {
  display: none;
}

#container .mod_article .divider {
    width: 100%;
}

.bg-accent * {
  color: white;
} 

.bg-accent .ce_form {
  max-width: 740px;
}

input:not([type="submit"]), button:not([type="submit"]), textarea, input:hover:not([type="submit"]), button:hover:not([type="submit"]), textarea:hover {
  border: none;
}

input:active {
  transform: none;
}

form.style5 input, form.style5 select, form.style5 textarea {
  border-radius: 5px;
  boder: none;
  font-size: 1rem;
  padding: 10px 30px;
  background: #fff;
  color: var(--basicColor) !important;
  font-family: "CirculargraubuendenWeb-Bold";
}

form.style5 select {
  height: 45px;
  font-family: "CirculargraubuendenWeb-Book";
  background-image:
    linear-gradient(45deg, transparent 50%, var(--accentColor) 50%),
    linear-gradient(135deg, var(--accentColor) 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.bg-accent form.style5 select * {
  color: #000;
}

form.style5 input:active, form.style5 select:active, form.style5 textarea:active, input:focus, textarea:focus {
  border: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome */
  color: var(--basicColor) !important;
  font-family: "CirculargraubuendenWeb-Book";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: var(--basicColor) !important;
  font-family: "CirculargraubuendenWeb-Book";
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--basicColor) !important;
  opacity: 1;
  font-family: "CirculargraubuendenWeb-Book";
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: var(--basicColor) !important;
  opacity: 1;
  font-family: "CirculargraubuendenWeb-Book";
}

form.style5 input.submit, form.style5 button.submit {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px;
  font-family: "CirculargraubuendenWeb-Bold";
}

form div.widget {
  margin-bottom: 12px;
}

.ce_text.format-p-small p, .ce_text.format-p-small h6 {
  font-size: 0.85rem;
  line-height: 1.3rem;
  margin-bottom: 30px;
}

.ce_text.format-p-small h6 {
  margin-bottom: 0.5rem;
}

.ce_text.width-m {
  max-width: 450px;
}

form fieldset.checkbox_container {
  padding: 30px 0 30px 0;
  border: none;
}

[type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label {
  position: absolute;
}
[type="checkbox"] + label::after {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 12px;
  z-index: 5;
  position: relative;
  top: 6px;
}
[type="checkbox"]:checked+label::after {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: var(--basicColor);
}

form.style5 input.checkbox {
 display: none;
}

input.submit[type="submit"]:hover, button.submit[type="submit"]:hover {
  background: #fff;
  color: var(--accentColor);
  opacity: 1;
}

.ce_download:not(.ce_download_small) {
  background: none;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 32px;
}

.ce_download:after {
  display: none;
}

.ce_download h1, .ce_download h2, .ce_download h3, .ce_download h4, .ce_download h5, .ce_download h6, .ce_download a, .ce_teambox .function {
  color: var(--basicColor);
}

.ce_teambox .name {
  font-weight: normal;
  margin: 0;
}

.ce_text ol, .ce_list:not(.hasIcon) ol {
  padding-left: 30px;
}

.autogrid_row .column {
  padding-bottom: 4rem;
}

p.info time {
  font-size: 80%;
  margin-bottom: 2rem;
}

p.back {
  margin-top: 4rem;
}

.back a:before {
  display: none;
}

.ce_downloads li {
  border-bottom: none;
}

#cboxTitle {
  display: none !important;
}

.nohyphens * {
  hyphens: none;
}

.textbox-navi {
  width: 100%;
}

.textbox-navi li {
  width: 47%;
  height: 300px;
  margin-right: 2%;
  background: var(--accentColor);
  text-align: center;
  display: inline-block;
}

#container .textbox-navi li a {
  color: #fff;
  padding: 120px 0 0;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mitgliederliste table tr td:last-of-type a { 
  font-size: 0;
}

.mitgliederliste table tr td:last-of-type a::before {
  font-size: 16px;
  content: 'Website';
  display: inline-block;
  position: relative;
  top: -3px;
}

/*  Footer
___________________________________________________*/
#footer {
  background: var(--basicColor);
}

#footer .autogrid_row .column {
  padding-bottom: 0;
}

#footer .ce_text, #footer .ce_text.impressumdatenschutz p {
  margin-bottom: 0;
}

#footer h4, #footer p, #footer a {
  color: var(--footerTextColor);
  font-size: 0.84rem;
  line-height: 1.33rem;
  margin-bottom: 1.33rem;
}

#footer h4 {
  font-size: 0.95rem;
}

#footer .ce_hyperlink {
  height: auto;
}

#footer .ce_hyperlink a:hover {
  opacity: 1;
}

#footer .ce_hyperlink.fa-user {
  display: inline-block;
  width: 100%;
}

#footer .ce_hyperlink.fa-user a {
  padding: 37px 60px 7px 0;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  z-index: 2;
  text-align: left !important;
}

#footer .ce_hyperlink.fa-user:before {
  display: none;
}

#footer .ce_hyperlink.fa-user a:after {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 2rem;
  color: var(--footerTextColor);
  position: relative;
  z-index: 1;
  top: 8px;
  left: 25px;
  transition: all .2s ease-in-out;
}

#footer .ce_hyperlink.fa-user a:hover:after {
  top: 5px;
  color: #fff;
}

#footer .fa {
  display: block;
}

#footer .ce_hyperlink.fa-user:hover:after, #footer .fa:hover {
  color: #fff;
}

#footer .ce_iconbox {
  display: inline-block;
  width: auto;
}

#footer .ce_iconbox.default i {
  /* margin-top: 98px; */
  margin-bottom: 8px;
  padding: 0.6667rem 1rem 0 0;
  font-size: 2rem;
  height: 3.3rem;
  width: auto;
  position: relative;
  top: 0;
}

#footer .ce_iconbox.default i:hover {
  top: -3px;
}

#footer .impressumdatenschutz a:first-of-type {
  padding-right: 10px;
}

#footer .kgv p {
  margin-bottom: 18px;
}

#footer .kgv img {
  width: 100%;
  height: auto;
  max-width: 320px;
  opacity: 0.9;
  transition: width .5s ease-in-out;
}

#footer .kgv img:hover {
  opacity: 1;
  transition: width .5s ease-in-out;
}

#footer .fa {
 font-size: 1.5rem; 
 color: #fff;
 transition: all .5s ease-in-out;
}

#footer .fa:hover, #footer .fa:focus {
 color: rgba(255, 255, 255, 0.80);
 transition: all .5s ease-in-out;
}



/*  Media Queries
___________________________________________________*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  
  #slider p {
      font-size: 5vw;
      line-height: 5vw;
  }
  
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  
  .smartmenu {
    margin-right: 20px;
  }
  
  .smartmenu .smartmenu-trigger {
    height: 150px;
  }
  
  #slider p {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  
  .mod_article:not(.fullwidth).article-pb > .container {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  
  .home h1 {
    margin-top: 1.45rem;
  }
  
  h2, time, #slider p {
    font-size: 3rem;
    line-height: 3rem;
  }
  
  h2 {
    margin-bottom: 20px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 834px) {
 
  #slider .ce_bgimage.img-rightside-33 .ce_bgimage-image {
    margin-left: 0;
    display: none;
  }
  
  #slider .ce_bgimage.img-rightside-33 .mobile_image {
    display: block !important;
  }
  
  #slider .ce_bgimage.img-rightside-33 .ce_bgimage-outer {
    margin-right: 0;
  }
  
  #slider .ce_text {
    margin-bottom: 0;
  }
  
  #slider p {
    margin: 3.5rem 0 1.75rem;
  }
  
  #header-text-heroimageslider, #header-text-heroimageslider .ce_swiper-slider-start {
    padding: 40px;
    height: auto;
  }
  
  #header-text-heroimageslider .inside33 {
    margin-right: 0;
    position: relative;
    z-index: 10;
    padding: 30px 0;
    width: 100%;
    display: inline;
  }
  
  #header-text-heroimageslider .ce_revolutionslider, #header-text-heroimageslider .ce_swiper-slider-start {
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
  }
  
  #header-text-heroimageslider .ce_swiper-slider-start, #header-text-heroimageslider .ce_swiper-slide {
    padding: 0;
  }
  
  #header-text-heroimageslider .ce_sliderStart, #header-text-heroimageslider .ce_sliderStart .ce_image, #header-text-heroimageslider .ce_sliderStart .ce_image .image_container, #header-text-heroimageslider .ce_swiper-slider-start, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image .image_container {
    height: 400px;
  }
  
  #header-text-heroimageslider .ce_sliderStart .ce_image .image_container img, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image .image_container img {
    height: 100%;
    min-height: 400px;
    width: 100%;
    min-width: 100%;
    object-fit: cover;
  }
  
}


@media only screen and (min-width: 768px) {
    .original .logo {
        width: 250px;
        height: var(--headerHeight);
    } 
    
    .cloned .logo {
        width: 180px;
        height: 87px;
    }
    
    .ce_text {
      max-width: 773px;
    }
    
    .ce_text, .ce_download, .ce_downloads, .ce_table, .ce_list, .content-description-list, .content-markdown, .ce_hyperlink, .ce_toplink, .ce_image, .ce_gallery, .ce_player, .ce_youtube, .ce_vimeo, .content-accordion, .content-element-group, .content-swiper {
      margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .header .logo {
        width: 150px;
        height: 87px;
    }
    
    .header.cloned .logo {
      width: 200px;
    }
    
    .ce_bgimage.vertical_centered .ce_bgimage-inside {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      top: 0;
    }
    
    #mmenu #mmenu_middle {
      padding: 20px;
    }
    
    .mmenu_trigger {
      right: 30px;
    }
    
    .mmenu_trigger .label {
      display: none;
    }
    
    html, body {
      font-size: 16px;
      line-height: 26px;
      color: var(--basicColor);
    }
    
    .mod_article:not(.fullwidth) > .container {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    
    .home h1 {
      margin-top: 1.45rem;
    }
    
    h1 {
      margin-bottom: 1.75rem;
    }
    
    h2, time, #slider p {
      font-size: 3rem;
      line-height: 3.2rem;
    }
    
    #slider .ce_bgimage, #slider .ce_bgimage.ce_bgimage-outer {
      height: auto !important;
    }
    
    #slider .ce_text {
      margin-bottom: 1rem;
    }
    
    #slider p {
      margin: 0;
    }
    
    #header-text-heroimageslider {
      padding: 40px;
      height: auto;
    }
    
    #header-text-heroimageslider .inside33 {
      margin-right: 0;
      position: relative;
      z-index: 10;
      padding: 30px 0;
      width: 100%;
      display: inline;
    }
    
    #header-text-heroimageslider .ce_revolutionslider, #header-text-heroimageslider .ce_swiper-slider-start {
      margin-left: 0;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      display: inline-block;
    }
    
    #header-text-heroimageslider .ce_swiper-slider-start, #header-text-heroimageslider .ce_swiper-slide {
      padding: 0;
    }
    
    #header-text-heroimageslider .ce_sliderStart, #header-text-heroimageslider .ce_sliderStart .ce_image, #header-text-heroimageslider .ce_sliderStart .ce_image .image_container, #header-text-heroimageslider .ce_swiper-slider-start, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image .image_container {
      height: 300px;
      margin-bottom: 30px;
    }
    
    #header-text-heroimageslider .ce_sliderStart .ce_image .image_container img, #header-text-heroimageslider .ce_swiper-slider-start .swiper-slide .ce_image .image_container img {
      height: 100%;
      min-height: 300px;
      width: 100%;
      min-width: 100%;
      object-fit: cover;
    }
    
    h2 {
      margin-bottom: 20px;
    }
    
    h2:not(.home h2) {
      margin-top: 1.75rem;
    }
    
    h1 + h2 {
      margin-top: 0;
    }
    
    .content_page h1 {
      font-size: 3rem;
      line-height: 3rem;
      letter-spacing: 0;
    }
    
    .content_page h2 {
      font-size: 1.5rem;
      line-height: 1.8rem;
      letter-spacing: 0;
      margin: 2.9rem 0 1.1rem 0.2rem;
    }
    
    .content_page h3 {
      font-size: 1rem;
      line-height: 1.3rem;
      letter-spacing: 0;
    }
    
    .ce_text, .ce_download, .ce_downloads, .ce_table, .ce_list, .content-description-list, .content-markdown, .ce_hyperlink, .ce_toplink, .ce_image, .ce_gallery, .ce_player, .ce_youtube, .ce_vimeo, .content-accordion, .content-element-group, .content-swiper {
      margin-bottom: 0;
    }
    
    .newslist-v3, .mod_eventlist_v3 .item.one_third {
      flex: none;
      width: 100%;
    }
    
    .newslist-v3 .content {
      width: 100%;
    }
    
    .newslist-v3, .mod_eventlist_v3 .item.one_third {
      margin: 6px 0;
    }
    
    .newslist-v3 .content {
      padding: 5%;
    }
    
    .mod_eventlist_v3 .content {
      padding: 3%;
    }
    
    .mod_eventlist_v3 .autogrid {
      padding-left: 3px;
      padding-right: 3px;
    }
    
    p.info time {
      font-size: 100%;
    }
    
    .ce_text .image_container {
      margin-bottom: 15px;
    }
    
    form.style5 input, form.style5 select, form.style5 textarea {
      padding: 10px 15px;
    }
    
    .autogrid_row .column {
      padding-bottom: 0;
    }
    
    .ce_teambox .image {
      text-align: left;
    }
    
    h2:not(.mod_article .container h2:first-child, .mod_article .container h1 + h2) {
      margin-top: 0;
    }
    
    #footer h4, #footer p, #footer a {
      font-size: 1rem;
      line-height: 1.66rem;
    }
    
    #footer .ce_hyperlink.fa-user a {
      display: inline-block;
    }
    
    #footer .ce_hyperlink.fa-user a {
      padding-top: 0;
    }
    
    #footer .ce_iconbox.default i {
      margin-top: 20px;
    }
    
    #footer .ce_iconbox:not(.no_gutter):not(.version3.xsmall) {
      margin-bottom: 0;
    }
}