/**************************** GENERAL ****************************/
/* Standard colors */
:root {
  --main-color: #1d386b; 					 	/* rgba( 29,  56, 107, 1.00) */
  --button-color: #3e64ad; 						/* rgba( 62, 100, 173, 1.00) */
  --submenu-selected: #6b97bf; 					/* rgba(107, 151, 191, 1.00) */
  --white-background-transparent: #ffffffd9; 	/* rgba(255, 255, 255, 0.85) */
  --no-background: #ffffff00; 					/* rgba(255, 255, 255, 0.00) */
  --aside-menu: #313959e6;						/* rgba( 49,  57,  89, 0.90) */
  --footer: #0d1639e6; 							/* rgba( 13,  22,  57, 0.90) */
  --copyright-bar: #0a0a39; 					/* rgba( 10,  10,  57, 1.00) */
  --header-bottom-border: #f7f7f7;				/* rgba(247, 247, 247, 1.00) */
  --form-signin: #39396480;						/* rgba( 57,  57, 100, 0.50) */
}

/* Delete the set background image of congressus. */
section#content {
  background-image: none;
  background-color: var(--no-background);
}

/* Fix the background image. */
body {
  background: url(https://congressus-alembic.s3-eu-west-1.amazonaws.com/template/1026/background-alembic.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Removal of the breadcrumbs header. */
section#content .content-header, section#content ol.breadcrumb {
  display:none;
}

/* Giving the main content a rounded container. */
div.row > div.paragraphs {
  background-color: var(--white-background-transparent);
  padding: 20px;
  border-radius: 2px;
}

/* Change background color aside menu. */
div.row > div.aside {
  background-color: var(--aside-menu);
  padding: 20px;
  border-radius: 2px;
}

/* Change text color aside menu. */
#submenu a {
  color: white;
}

/* Change the background color of the aside menu. */
.aside ul#submenu li a:hover, .aside ul.submenu li a:hover, .aside ul#submenu li a:focus, .aside ul.submenu li a:focus {
  background-color: var(--submenu-selected);
}

/* Change the background color of the aside menu. (2) */
.aside ul#submenu li.active>a, .aside ul.submenu li.active>a {
    background-color: var(--submenu-selected);
    font-weight: bold;
}

/* Change background color of main content block. */
section#content > .container > .row {
  background-color: var(--no-background);
}

/* Accessibility/visibility of paragraph text */
p {
  word-wrap: break-word;
  color: black;
  text-align: justify;
}

/* Link visibility */
a {
    color: rgb(51, 122, 183);
    background-color: transparent;
}


/**************************** -login *****************************/
.btn-primary {
    background-color: var(--button-color);
}
div.paragraphs div.row div:has(form.form-signin) {
  background-color: var(--aside-menu);
  border-radius: 60px;
}
div.paragraphs:has(div):has(form.form-signin)  {
    background-color: var(--no-background) !important;
}
.form-signin h3 {
  color: white;
  text-align: center;
}
.form-signin h4, .form-signin label, .form-signin p, .form-signin p a {
  color: white;
}

/**************************** -header ****************************/
header {
  background-color: var(--white-background-transparent);
  padding-bottom: 10px;
  border-bottom-color: var(--header-bottom-border);
  border-bottom-style: solid;
  border-bottom-width: thick;
  backdrop-filter: blur(5px);
}
/* Brand logo header make smaller */
.navbar-brand{
  max-height: 90px;
}
.site-identity {
  margin-left: 3rem;
}
@media (max-width: 370px) {
  .site-identity {
    display: none;
  }
}

/* Restore right aligned logout */
header .container .header-nav-top .login p {
  text-align: right;
}

@media (max-width: 991px) {
  header .container .header-nav {
    max-height: 80vh;
  }
  /* Remove scrollbar in mobile version */
  .header-nav::-webkit-scrollbar {
    display: none;
  }

  /* Wrap menu items in mobile version */
  .sf-menu a {
    white-space: pre-wrap;
  }
}

/**************************** -sponsors **************************/
.margin-top-40 {
  background-color: var(--white-background-transparent);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  scale: 0.95;
}

/**************************** -footer ****************************/
footer {
  background-color: var(--footer);
}
hidden-xs, footer h3, .headlines.headlines-footer dd a, footer .small, footer a, address p {
  color: white;
}
footer a:hover, footer a:focus, dl.headlines.headlines-footer dd a:hover {
  color: lightblue;
}
section#copyright {
  background-color: var(--copyright-bar);
  color: #ddd;
}
section#copyright .cg-reference svg {
  color: white;
}
footer footer h3.headline h2, footer .headline h3, footer .headline h4, footer .headline h5, footer .headline h6 {
  border-bottom-color: var(--button-color);
}
dl.headlines.headlines-footer dd a {
  color: white;
}
.date {
  color: black !important;
}

/* Add a top margin for the quick links widget in the footer */
.quick-links {
  margin-top: 44px;
}
.quick-links .fa-angle-right {
  color: var(--button-color);
  font-size: 13px;
  left: 3px;
  top: 2px;
  font-weight: 900;
  margin-right: 5px;
}

/* Social media icons */
.social-icons li a {
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
}
.social-icons .fa {
    margin-right: 0px;
}
.social-icons li a i {
    margin-top: 0px;
}

footer p {
    text-align: left;
}

/**************************** -titles ****************************/
/* Add the blue divider under the title */
.title-line {
  height: 4px;
  background-color: var(--main-color);
  margin-top: 0px;
}
/* Add the blue page title */
.title {
  color: var(--main-color);
  text-align: center;
}
/* Add the blue page subtitle */
.subtitle {
  padding: 10px 0px 10px 0px;
  background-color: var(--main-color);
  transition: background 0s;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
}
/* Add subsubtitle */
.subsubtitle {
  color: var(--main-color);
  text-align: center;
  font-size: 25px;
}


/**************************** -scrollbar *************************/
/* width scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  width: 10px;
  margin-block: 10px;
}
/* Handle scrollbar */
::-webkit-scrollbar-thumb {
  background: var(--aside-menu); 
  border-radius: 10px;
}
/* Handle scrollbar on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}

/* Reset scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: thin;  /* IE and Edge */
  scrollbar-width: thin;  /* Firefox */
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 8px;
}

/**************************** -tables ****************************/
/* Styling of tables with committee member data */
.table {
  margin-bottom: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--no-background);
}

/**************************** -profile ***************************/
/* Remove member list and privacy preferences in profile page */
/* DISABLED IN SETTINGS */
/* .webpage-57448 #preferences fieldset:nth-of-type(1), 
.webpage-57448 #preferences fieldset:nth-of-type(4) {
    display: none;
} */


/**************************** HOME *******************************/
/**************************** -title container *******************/
.home-title-container {
  background-color: var(--main-color);
  width: 100%;
  padding: 20px 20px 10px 20px;
}

.home-title {
  color: white !important;
}

.col-md-12 .col-md-12:has(.home-title-container) {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -20px;
  margin-bottom: 40px;
}

.col-md-12 .col-md-12:has(.socials-container) {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.home-divider {
  width: 70%;
}

.home-subtitle {
  text-align: center;
  font-size: 20px;
  color: var(--header-bottom-border)
}
* {box-sizing:border-box}


/**************************** -socials banner ********************/
.socials-container {
  background-color: var(--aside-menu);
  padding: 50px;
  margin-top: 40px;
}

.socials-title {
  text-align: center;
  color: white;
}

.social-icons-extra {
  display: flex;
  justify-content: center;
  padding-inline-start: 0px;
}

.social-icons-extra li a {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  font-size: 36px;
  overflow: hidden;
  display: block;
  background-color: #374151;
  color: #F3F4F6;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.social-icons-extra li a.facebook {
  font-size: 55px;
}

.social-icons-extra li {
  list-style: none;
  margin: 0px 5px;
}

.social-icons-extra li a i {
  translate: 50%;
}

.social-icons-extra li a.facebook:hover {
  background-color: #3b5998;
}

.social-icons-extra li a.linkedin:hover {
  background-color: #1a85bc;
}

.social-icons-extra li a.youtube:hover {
  background-color: #cd201f;
}

.social-icons-extra li a.instagram:hover {
  background-color: #fe0083;
}

/**************************** -news ******************************/

.paragraph-news h3 {
  text-align: center;
  color: var(--main-color);
}

@media (min-width:992px) {
  .row.publication-item.publication-item-condensed {
    display: grid;
    grid-template-columns: 20% 30% 30% 20%;
    width: 100%;
    translate: 20px;
  }
  
  .row.publication-item.publication-item-condensed .col-xs-5:nth-child(1){
    grid-area: 1 / 2 / 1 / 2;
  }
  .row.publication-item.publication-item-condensed .col-xs-7:nth-child(2) {
    grid-area: 2 / 2 / 2 / 2;
  }
  .row.publication-item.publication-item-condensed .col-xs-5:nth-child(3) {
    grid-area: 1 / 3 / 1 / 3;
  }
  .row.publication-item.publication-item-condensed .col-xs-7:nth-child(4) {
    grid-area: 2 / 3 / 2 / 3;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-5 {
    width: 100%;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-7 {
    padding-top: 20px;
    width: calc(100% - 40px);
    translate: 20px;
    margin-bottom: 30px;
  }
  .webpage-62082 .paragraph-news .clearfix.margin-bottom-10 {
    display: flex;
    justify-content: center;
  }
}
@media (min-width:833px) and (max-width:992px) {
  .webpage-62082 .paragraphs .row {
    flex-direction: row;
    align-items: stretch;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-5 {
    margin-bottom: 20px;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-7 {
    margin-bottom: 20px;
    padding-top: 20px;
    translate: -20px;
  }
}

@media (min-width:575px) and (max-width:833px) {
  .webpage-62082 .paragraphs .row {
    flex-direction: column;
    align-items: center;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-5 {
    margin-bottom: 0px;
    width: 58.33333333%;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-7 {
    margin-bottom: 20px;
    padding-top: 20px;
    width: calc(58.33333333% - 40px);
  }
}

@media (min-width:320px) and (max-width:575px) {
  .webpage-62082 .paragraphs .row {
    flex-direction: column;
    align-items: center;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-5 {
    margin-bottom: 0px;
    width: 100%;
  }
  .webpage-62082 .row.publication-item.publication-item-condensed .col-xs-7 {
    margin-bottom: 20px;
    padding-top: 20px;
    background-color: var(--white-background-transparent);
    translate: 0px;
    width: calc(100% - 40px);
  }
}
.webpage-62082 .row.publication-item.publication-item-condensed .col-xs-7 {
  background-color: var(--white-background-transparent);
}
.webpage-62082 .row.publication-item.publication-item-condensed .col-xs-6:has(hr) {
  display: none;
}


/**************************** EVENTS *****************************/
/* Restore removed breadcrumb for event pages */
.webpage-61884:has(.aside-block) section#content .content-header {
  display: block;
}

/* Make maximal width for event title */
ol.breadcrumb + h2 {
  width: 100%;
}

/* Center event title */
section#content .content-header h2 {
  text-align: center;
}

/* Sidebar events */
div.aside-block div.headline h4, div.aside-block dl, div.aside-block a {
  color: white;
}

/* Upcoming events tiles */
.webpage-61884 .col-md-8 {
  margin: 17.5px 35px 35px 35px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px black;
  padding-top: 15px;
}
.webpage-61884 div.col-md-4 {
  display: none;
}
@media (min-width: 992px) {
.webpage-61884 .col-md-8 {
  width: 27.257%;
  height: 500px;
  overflow: auto;
}
}

/* Removal of divider on upcoming events page */
@media (min-width: 992px) {
  .webpage-61884 .col-md-12:has(hr) {
    display: none;
  }
}

/* Make the tekst of the event data black and bold*/

.meta-list li{
  color: black;
  font-weight: bold;
}


/**************************** ASSOCIATION ************************/
/**************************** -podcast ***************************/
/* Alignment of the podcast mp3s. */
.podcast-box {
  width: 100%;
}
.podcast-audio {
  width: inherit;
}
.podcast-trailerbox {
  width: 90%;
}
.podcast-trailer {
  width: inherit;
}

/* Bars surrounding the podcast seasons */
.podcast-seasons {
    padding: 0px 0px 0px 0px;
    background-color: var(--main-color);
    transition: background 0s;
}
/* podcast image styling */
.webpage-61307 img {
  border-radius: 40px;
  border: 5px var(--main-color) solid;
}
/* spotify logo podcast page */
.webpage-61307 .fa-spotify:before {
  color: #ffffff;
  font-size: 24px;
  padding-right: 5px;
}
/* youtube logo podcast page */
.webpage-61307 .fa-youtube:before {
  color: #ffffff;
  font-size: 24px;
  padding-right: 5px;
}
/* button */
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: var(--button-color);
  height: 62px;
  border-radius: 10px;
}
#lgc-buttons {
  display: flex;
  justify-content: center;
}


/**************************** -committees ************************/
/* Change the committee tile image size in mobile version. */
@media (max-width:410px) {
  .col-md-3.paragraph-image.paragraph-image-view {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  } 
}
@media (min-width:410px) and (max-width:550px) {
  .col-md-3.paragraph-image.paragraph-image-view {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  } 
}
@media (min-width:550px) and (max-width:1200px) {
  .col-md-3.paragraph-image.paragraph-image-view {
    width: 33.333333333%;
    padding-left: 10px;
    padding-right: 10px;
  } 
}
@media (max-width:1200px) {
  .paragraphs .row {
    display: flex;
    flex-wrap: wrap;
  }
  .paragraphs .row .col-md-12 {
    width: 100%;
  }
}
/* Change the contrast of the committee tiles with the captions. */
.webpage-62348 .paragraph-image a:nth-child(1) {
  filter: brightness( 57% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
/* Center the captions on the committee tiles with styling. */
.webpage-62348 .img-caption {
    color: white;
    font-weight: 900;
    font-size: x-large;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
}

/**************************** -general agenda ********************/
/* General calendar */
@media (max-width: 550px) {
   .big-container {
       display: none;
   }
}
@media (min-width: 550px) {
   .small-container {
       display: none;
   }
}
/* Responsive iFrame */
.responsive-iframe-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/*************************** -history ****************************/
@media (max-width:992px) {
  .has_eae_slider {
    display: none;
  }
}

/*************************** -Borrelcie ****************************/
.borrelcie-title {
  color: #a80000;
  text-align: center;
}

.borrelcie-title-line {
  height: 4px;
  background-color: #a80000;
  margin-top: 0px;
}

.borrelcie-subtitle {
  color: #a80000;
  text-align: left;
  font-size: 25px;
}
/**************************** -Art. Ass. HR Priv Pol. ************/
.btn-primary-aahrpp {
    border-radius: 40px;
    width: calc(100% - 20px);
    margin: 10px 0px;
    min-width: fit-content;
}

.btn-aahrpp {
  color: white;
}

/**************************** BOARD ******************************/
/* Make the group table fill the whole board page */
@media (min-width: 320px) and (max-width: 350px) {
  .webpage-61295 .col-md-6:has(table) {
    width: -webkit-fill-available;
  }
}

/* Add striped rows to board tables */
.cke_show_border>thead>tr>th, 
.cke_show_border>tbody>tr>th, 
.cke_show_border>tfoot>tr>th, 
.cke_show_border>thead>tr>td, 
.cke_show_border>tbody>tr>td, 
.cke_show_border>tfoot>tr>td {
    padding: 8px;
    line-height: 1.7;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/* title old boards fitting on old board mobile page*/
 .webpage-61301 .col-md-6.paragraph-text.paragraph-text-view h2 {
   font-size: clamp(23px, 7vw, 34px);
 }

/**************************** EDUCATION **************************/
/**************************** thesis list ***************************/

/* Layout of the thesis titles */
.thesistitle {
  color: #1d386b;
  font-size: 20px;
  font-weight: 600;
}

/**************************** MEMBERS ****************************/
/**************************** -sign-up ***************************/
/* side menu text colorization */
.webpage-62831 .steps li.active,
.webpage-57448 .steps li.active {
  color: white;
  background-color: var(--submenu-selected);
  border-radius: 20px;
  margin-left: 10px;
}
.webpage-62831 .steps li,
.webpage-57448 .steps li {
    padding: 2.5px 5px;
}
.webpage-62831 .steps a:hover,
.webpage-57448 .steps a:hover {
  color: var(--submenu-selected);
}
.webpage-62831 .steps li.active~li,
.webpage-57448 .steps li.active~li {
  color: #d2d2d3;
}
.webpage-62831 input[type=text], 
.webpage-62831 input[type=email], 
.webpage-62831 select, 
.webpage-62831 textarea,
.webpage-57448 input[type=text],
.webpage-57448 input[type=email],
.webpage-57448 select,
.webpage-57448 textarea,
.webpage-57448 input[type=file],
.webpage-57448 input[type=password] {
  border: none;
  border-bottom: 2px solid var(--main-color) !important;
  background-color: aliceblue !important;
}
.webpage-62831 input[type=radio]:checked,
.webpage-57448 input[type=radio]:checked,
.webpage-57448 input[type=checkbox]:checked {
  accent-color: var(--main-color);
}
.webpage-62831 .address, 
.webpage-62831 .name, 
.webpage-62831 .form-horizontal .form-group.form-group-small-margin,
.webpage-57448 .address, 
.webpage-57448 .name, 
.webpage-57448 .form-horizontal .form-group.form-group-small-margin {
    margin-bottom: 15px;
}

/* Fixing the width of the studies in the sign up*/

.col-md-6 {
  width: 50%;
}

/**************************** COMPANIES **************************/
.webpage-61323 .paragraph-image>a>img {
  aspect-ratio: 1;
}
.webpage-72195 .svg-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.webpage-72195 svg {
  wwidth: 100%;
  height: auto;
  display: block;
}

.webpage-72195 .link-rect {
  fill: transparent;
  cursor: pointer;
}

.webpage-72195 .link-rect:hover {
  fill: rgba(255, 255, 255, 0.2);
}

/**************************** CONTACT ****************************/
/***************************** -social media *********************/
.webpage-61299 .social-media-widget,
        .webpage-63137 .social-media-widget {
            display: flex;
            justify-content: center;
        }
        .webpage-61299 .social-media-container,
        .webpage-63137 .social-media-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }
        .webpage-61299 .social-media-item,
        .webpage-63137 .social-media-item {
           display: flex;
           align-items: center;
           flex-direction: column;
           margin: 15px; 
           max-width: 370px;
        }
        .webpage-61299 .social-media-item-paragraph,
        .webpage-63137 .social-media-item-paragraph {
            background-color: white;
            padding: 20px;
            border-radius: 20px;
            min-height: 314.72px;
        }
        .webpage-61299 .social-media-item-paragraph h3,
        .webpage-63137 .social-media-item-paragraph h3 {
            text-align: center;
        }
        .webpage-61299 .social-media-item-paragraph p.sm-link,
        .webpage-63137 .social-media-item-paragraph p.sm-link {
            text-align: center;
        }
        .webpage-61299 .social-media-item-image,
        .webpage-63137 .social-media-item-image {
            display: flex;
            justify-content: center;
            height: 120px;
            width: 120px;
          margin-top:20px;
        }
        .webpage-61299 .social-media-item-image img,
        .webpage-63137 .social-media-item-image img {
            height: 100px;
        }
@media (max-width:840px) {
  .webpage-61299 .social-media-item-paragraph,
        .webpage-63137 .social-media-item-paragraph {
            min-height: auto;
        }
}
        .btn-primary-sm {
            border-radius: 40px;
            width: 150px;
        }

/***************************** NEWS ******************************/
.webpage-62830 .publication-item .embed-responsive .embed-responsive-img {
  position: relative;
  height: auto;
}

@media (min-width:992px) {
  .webpage-62830 .container>.row>.col-md-12 {
    width: 65%;
  }
  .webpage-62830 #content>.container>.row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}