/* cmsms stylesheet: Exciting base style modified: Tuesday, March 7, 2023 3:15:39 PM */
:root {
    --mdc-theme-primary: #DCAA1E;
    --mdc-theme-secondary: #FD331D;
    --mdc-typography-font-family: 'Titillium Web', sans-serif;
    --mdc-typography-button-font-weight: 700;
}

.mdc-top-app-bar {
    background-color: white;
    color: #FD331D;
    --mdc-theme-on-primary: #FD331D;
}


.nomad-button {
    --mdc-theme-primary: #02a6f2;
}

.logo {
  max-width: 100%;
  max-height: 20em;
}

body {
  margin: 0;
}
.black {
  color:#444 !important;
}

#wave {
  transform:rotate(0deg);
  transition: 0.3s;
  margin-bottom: -7px;
}

.floatleft {float:left}
.floatright {float:right}


#content img {
  padding: 10px;
  max-width: 100%;
  height: auto;
}

.mobile-menu {
  padding-right: 10px;
  display: none;
}
.noborder {
  border: 0 !important;
}
.border {
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.newsimage {
  max-width: 350px;
  border: 0 !important;
}

.center {text-align: center;}
.arealeaders {
  display: inline-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  text-align: center;
  padding: 1em;
}
.areaname {
  font-weight: bold;
}
.areafunction {
  line-height: 0.8em;
}

.personimage {
  max-width: 140px;
  float: unset !important;
  border: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  max-height: 140px;
}
.published {
  color: darkgrey;
  font-size: 80%;
}
.buttonindent {
  padding: 0 8px;
}
.homeicon {
  height: 48px;
}

.content-section {
  min-height: 20em;
}
.nomad-section {
    margin-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
}

.nomad-section-first {
    margin-top: 40px;
}

.nomad-headline {
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.15em;
}

.old-mdc-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mdc-elevation--z2 {
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%) !important;
}

.nomad-app-bar-title {

}

.nomad-menu {
    margin-top: 32px;
    width: 200px;
}

.nomad-fixed-width {
    max-width: 1024px;
    margin: auto;
}

.nomad-fixed-width--padding {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: row;
    column-gap: 38px
}

.nomad-footer ul {
    list-style-type: none;
    padding-left: 0;
}

.nomad-card {
    flex-grow: 1;
    width: 100%;
}

.nomad-card .mdc-card__content {
    padding: 16px 16px 0 16px;
}

.nomad-card ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-end: 0;
}

.nomad-card ul li {
    margin-top: 8px;
}

.nomad-card ul li:first {
    margin-top: 0;
}

.nomad-card-content {
    margin-top: 16px;
}

.nomad-gallery {
    flex-direction: row;
    column-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.nomad-card-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 500;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
    font-weight: bold;
    margin-bottom: 4px;
}

.nomad-card-sub-title {
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
}

.nomad-banner {
    align-content: center;
    display: flex;
    flex-direction: column;
}

.nomad-banner div {
    text-align: center;
    margin-bottom: 24px;
}

.nomad-all-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.nomad-all-menu tr {
    vertical-align: top;
}

.nomad-all-menu td {
    padding-left: 32px;
    white-space: nowrap;
    padding-top: 10px;
}

.nomad-all-menu td:first-child {
    padding-left: 0;
}

.nomad-all-menu td:first-child a {
    color: inherit;
}

.nomad-all-menu td:not(:first-child) {
    color: inherit;
}

.nomad-all-menu a {
    color: black;
    text-decoration: none;
}

.nomad-all-menu a:hover {
    color: inherit;
}

.nomad-lab-color {
    color: #02a6f2;
}

.nomad-coe-color {
    color: #AD1457;
}

.nomad-all-menu-header {
    padding-top: 32px;
    padding-bottom: 8px;
}

.nomad-all-menu-header td {
    color: rgba(0, 0, 0, 0.54) !important;
}

.nomad-all-menu-all td {
    padding-bottom: 16px;
}

.nomad-all-menu-all a {
    color: black;
}

.nomad-fair-color {
    color: #FD331D;
}

a {
  color: var(--mdc-text-button-label-text-color, var(--mdc-theme-primary, #6200ee));
  text-decoration: none;
}

.top-menu a {
  text-decoration: none;
//  color: #999;
}

.hidden,.hidden2,.hidden3 {
   display: none;
}

.function {
  font-weight: bold;
  color: gray;
}

footer a {
  color: white;
}

.mdc-card__media {
  background-size: contain;
}


.main-carousel {
  margin-top: 2em;
  padding: 0 80px;
}

.carousel-cell {
  height: 100px;
  width: 250px;
}
.carousel-cell img {
  height: 80px;
  object-fit: contain;
  max-width: 150px;
  display: block;
}

.testcolor {
  color: wheat;
}



.eventmenu {
    border-bottom: 1px solid lightgray;
    list-style: none;
}
.eventmenu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.eventmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eventmenu li a {
  color: #777;
}
.eventmenu a {
    font-size: 150%;
}

.eventmenu > li > a {
    padding: .7rem 1em .7rem 0 !important;
}

.is-active{
  color: var(--mdc-text-button-label-text-color, var(--mdc-theme-primary, #6200ee)) !important;
  text-decoration: none;
}

.yearselector a {
  color: black;
}

.news {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 1em;
}
.newstitle {
  font-size: 130%;
  font-weight: bold;
}

.mdc-card--outlined {
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0,0,0,.12);
}

.rightbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

h1 {
  font-size: 2em;
}
h2 {
  color: #888;
}

li {
  list-style-image: url('/uploads/exciting/dot2.gif');
}


.right {
  text-align: right;
}

.en li {
  list-style: none !important;
}

.left30 {
  float: left;
  width: 30%;
  margin-right: 1em;
}

.mdc-button .mdc-button__label {
  text-align: left;
}
.mdc-typography--headline3 {
  font-weight: bold;
}
.mdc-typography--headline5 {
  margin: 14px 0;
}

.footerline {
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px #888;
}
/* cmsms stylesheet: Exciting animations modified: Friday, February 24, 2023 10:35:37 AM */
.vacancies {
  float: right;
  margin-right: 1em;
}


.vacancies:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes rotate-btn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes schaukeln {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.spin {
  transform: scale(1.5);
  transform: rotate(360deg);
  animation: rotate-btn 7.5s linear 3;
  -webkit-animation: rotate-btn 7.5s linear 3;
}

.grow:hover {
  animation: schaukeln 4s 1 linear;
  -webkit-animation: schaukeln 4s 1 linear;
}
.grow {
  transition: all .2s ease-in-out;
  max-width: 320px;
  max-height: 320px;
}

.pulse-effect {
      background-color: #f6efffa1;
      height: 100px;
      width: 100px;
      border-radius: 100%;
      position: relative;
      margin: auto;
}

.circle {
      //position: absolute;
      background-color: inherit;
      max-width: 320px;
      //height: 100%;
      //width: 100%;
      //border-radius: 100%;
      //opacity: 0.5;
      animation: pulse 3s ease-out 3;
}

.circle:nth-of-type(1) {
      animation-delay: -0.5s;
}

.circle:nth-of-type(2) {
      animation-delay: -1s;
}

.circle:nth-of-type(3) {
      animation-delay: -1.5s;
}

@keyframes pulse {
      100% {
        transform: scale(1.75);
        opacity: 0;
      }
}
/* cmsms stylesheet: Exciting media queries modified: Thursday, February 9, 2023 10:59:47 AM */
@media screen and (max-width: 800px) {

body, iframe { max-width: 100%;}

.mobile-menu {
  width: 100vw !important;
  display: flex !important;
}
#mobile-menu {
  padding-right: 20px;
}
.top-menu, #all-menu {
  display:none;
}

#wave {
  margin-bottom: -20px !important;
}
.left30 {
  float: none !important;
  width: 100% !important;
}
.filter {
  grid-template-columns: repeat(3,1fr);
}

.item {overflow: hidden;}

.item-properties {
  grid-template-areas: "A C" "B B" !important;
  grid-template-columns: 1fr 1fr !important;
}
.event-properties {
  display: block !important;
}
#content img {
  float: unset !important;
}

#content table td {
  display: inline-block; 
  height: unset !important;
  width: 100% !important;
}
#content table td p { margin: 0;}

h1 {font-size: 1.5em !important;}

.mdc-typography--headline3 {
  font-size: 2em;
}
.mdc-typography--headline4 {
  font-size: 1.4em;
}
.nomad-footer .mdc-typography--headline5 {
  display: block;
  padding-bottom: 0.5em;
}
.nomad-fixed-width--padding {
  display: block !important;
}

.nomad-footer ul {
  display: flex;
  flex-flow: wrap;
  column-gap: 1em;
  margin: 0;
}

.nomad-gallery, .nomad-section >div {
  display: block !important;
}
.xxnomad-section > div div {
  margin-bottom: 1em;
}
.nomad-banner img {
  width: 100%;
}

.mdc-card {
  margin-bottom: 1em;
}

.nomad-section {
  margin-top: 32px !important;
}

.nomad-section-first {
  margin-top: 64px !important;
}

.main-caroussel {
  width: 100%;
}
}
/* cmsms stylesheet: exciting_form modified: Friday, February 24, 2023 12:54:54 PM */
.ex_form {
  margin-top: 2em;
}
.ex_form fieldset {
  border: 1px solid var(--mdc-theme-primary);
}
.ex_form fieldset legend {
  background: var(--mdc-theme-primary);
  font-weight: bold;
  color: #FFF;
  padding: 0 2em;
}

.ex_form fieldset div {
  display:grid;
  grid-template-columns: 1fr 3fr;
}
.ex_form .label {
  background: unset;
  color: unset;
}
