:root {
  --valikom-lila: #a11971;
  --valikom-weiss: #fff;
  --navi-item-hover: rgba(156,156,145,0.9);
  --navi-item-schrift: #fff;
  --navi-item-back: rgba(156,156,145,0.0);
}

@media (min-width: 960px) {

  .language {
    width: 960px;
    margin: auto;
    text-align: right;
    height: 1.5rem;
  }

  .logos {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 960px;
    margin: auto;
  }

  .contentframe {
    margin: auto;
    width: 960px;
  }

  .contentgrafik {
    width: 960px;
  }

  .container > .navbar-header, .container-fluid > .navbar-header {
    width: 960px;
  }

  .eudisclaimer {
    width: 960px;
  }

  div.kopfbild figcaption {
    position: absolute;
    top: 120px;
    font-size: 3em;
    padding-right: 100px;
    padding-left: 100px;
    letter-spacing: 2rem;
  }

  .bildklein {
    margin: auto;
    width: 960px;
    margin-top: 20px;
    border-bottom: 1px solid grey;
  }

  .navbar-nav {
    flex-direction: row;
    margin: auto;
    width: 960px;
  }

  #nav-item-4875 {
    color: #fff;
    font-weight: 500;
    background-color: var(--valikom-lila);
    border: 1px solid black;
    border-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100px;
  }

}

@media (min-width: 700px) {

  .navbar > .container {
    padding-bottom: 10px;
  }

  .custom-topnavi {
    width: 100%;
    margin-bottom: 0px;
  }

  .navbar-mainnavigation {
    flex-flow: row wrap;
  }
}


@media (min-width: 992px) {

  * {
    /* box-sizing: content-box; */
  }

  .container {
    padding: 0px;
  }

  .custom-topnavi > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    float: none;
    position: relative;
    top: 100px;
  }

  .container > .navbar-header, .container-fluid > .navbar-header {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    float: none;
  }

  .custom-topnavi {
    height: 50px;
    width: 960px;
    margin: auto;
  }

  /* Dropdown öffnet sich per hover statt erst durch toggle */
  ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:0px
  }

  .navbar-header-main .navbar-brand {
    line-height: 110px;
    height: 100px;
  }

  .navbar-main {
    min-width: 960px;
  }

  .contentframe {
    margin: auto;
    width: 960px;
  }

  .footernavi {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .langmenu {
    margin-top: 40px;
  }

  .contentgrafik {
    margin: auto;
    width: 960px;
  }

  .content-startseite-zentriert {
    margin: auto;
    width: 960px;
  }

  .content-startseite-zentriert h1 {
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #777777;
    text-align:center;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .content-startseite-zentriert p {
    border-bottom: 0px dotted #cccccc;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .content-startseite-teaser {
    background: #eeeeee none repeat scroll 0 0;
    min-height: 130px;
  }

  .content-startseite-teaser h1 {
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #a11971;
    color: var(--valikom-lila);
    text-align:center;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .content-startseite-teaser p {
    padding: 0px;
    margin: 15px;
  }


  .col-sm-5 {
    width: 67.6667%;
  }


  .col-sm-9 {
    width: 60%;
  }

  .col-sm-offset-3 {
    margin-left: 28% !important;
  }

  .language {
    width: 960px;
  }

  .languagetopmenu {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
  }

  .languagetopmenu a {
    padding-left: 10px;
  }

  .languagetopmenu img{
    vertical-align: middle;
    height: 13px;
    width: auto;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 5px;
  }

}

/************* Header und Navi *************/

.text-muted {
  display: none;
}

@media (max-width: 959px) {
  .nav-item {
    background-color: #efefef;
    width: 100%;
  }
  .custom-topnavi {
    width: 100%;
  }

  .navbar-nav {
    margin: auto;
  }

  .row {
    display: flex;
    flex-direction: column;
  }

  .col3links, .col3mitte, .col3rechts {
    width: 100%;
  }

  #nav-item-4875 {    
    font-weight: 500;
  }
}

@media (min-width: 960px) {

  .row {
    display: flex;
    flex-direction: row;
  }

  .col3links, .col3mitte, .col3rechts {
    width: 33%;
  }

.navbar-nav > li > a {
  padding: 0px 20px 0px 25px;
  font-family: 'Ubuntu',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.0em;
  font-weight: 400;
  background-color: var(--navi-item-back);
  margin-right: 0px;
  line-height: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .nav-link {
  color: #fff;
  color: var(--valikom-weiss);
  font-weight: 300;
}

.navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 20px;
}

.navbar-nav > li {
  background-color: var(--navi-item-back);
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav .nav-link:hover {
	color: #fff;
	background-color: transparent;
	border-right: 1px solid rgba(255,255,255,0.00);
  border-left: 1px solid rgba(255,255,255,1.00);
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
	border-right: 1px solid rgba(255,255,255,0.00);
  border-left: 1px solid rgba(255,255,255,1.00);
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus{
	color: #ffffff;
	background-color: transparent;
	font-weight: 600;
	border-right: 1px solid rgba(255,255,255,0.00);
  border-left: 1px solid rgba(255,255,255,1.00);
}

.navbar-default .navbar-nav .active > .nav-link, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover {
	color:#ffffff;
	background-color: transparent;
	border-right: 1px solid rgba(255,255,255,0.00);
  border-left: 1px solid rgba(255,255,255,1.00);
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
	color:#fff;
}

/* blauen Balken unter Menüeintrag entfernen */
.navbar-mainnavigation .navbar-nav > li > .nav-link::before {
  all: unset;
}


.navbar-main .open .dropdown-menu {
    border-left: 0 solid #fff;
}

.dropdown-menu>li>a {
  clear: both;
  color: #ffffff;
  display: block;
  font-weight: 200 !important;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.00em;
  font-size: 0.85em;
  line-height: 1.55;
  padding: 5px 20px;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
  text-decoration:none;
  color:#ffffff;
  font-weight: 200;
  background-color: #2B2171 !important;

}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover {
  color:#ffffff;
  text-decoration:none;
  outline:0;
  background-color: #a11971;
  background-color: var(--valikom-lila) !important;
  font-weight: 400;
}

.dropdown-menu>.active>a {
  color: #ffffff;
  font-weight: 600 !important;
  text-decoration:none;
  outline:0;
  background-color: #a11971;
  background-color: /* #DEDEDE */ var(--valikom-lila);
}

.dropdown-menu {
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.0) !important;
  padding: 0;
  border: 0px solid #eeeeee;
  background-color: #a11971;
  background-color:var(--valikom-lila);
}

}
.projecttitle {
  color: #666666;
  float: none;
  font-weight: 100;
  font-size: 0.52em;
  line-height: 14px;
  font-family: ubuntu;
  padding-top: 1.3rem;
  width: 50%;
  text-transform: uppercase;
  white-space: normal;
}

/************ Kopfbild ************/

div.kopfbild div.defaultframe {
  overflow: hidden;
  margin-top: 10px;
  background-color: #fff;
  background-color: var(--valikom-weiss);
  margin-bottom: 2rem;
}

div.kopfbild img {
  border: none;
  width: 100%;
  height: auto;
}

div.kopfbild div.defaultframe .frame-inner {
  overflow: hidden;
  background-image: url(/fileadmin/template/steps/steps-back-2.svg);
  background-position-x: center;
  background-position-y: -6rem;
  background-size: 70%;
}

div.kopfbild .defaultframe .gallery-row {
  position: relative;
  float: right;
  right: 50%;
  margin-left: 0;
  margin-right: 0;
}

div.kopfbild .defaultframe .gallery-item {
  position: relative;
  right: -50%;
  max-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.kopfbild figcaption {
  color: #fff;
  color: var(--valikom-weiss);
  text-shadow: #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.2em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em, #fff 0.0em 0.0em 0.4em;
  width: 100%;
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 1rem;
}

/************ allgemein ************/

img.lazyload{
  opacity: 1.0;
}

body, .htmlarea-content-body {
  font-family: 'Ubuntu',sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  font-weight: 200;
}

ul, ol {
  margin-bottom: 12px;
  margin-left: 0;
  margin-top: 0;
  padding-left: 15px;
}

a {
  color: #a11971;
  color: var(--valikom-lila);
  text-decoration:none
}


a:hover,a:focus {
  color: #a11971;
  color:var(--valikom-lila);
  text-decoration:underline;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CFCFCF;
  margin-bottom: 24px;
  margin-top: 24px;
  display: block;
  border-width: 1px 0 0;
}

sup {
  font-size: 78%;
  line-height: px;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
  bottom: -0.25em;
  top: 0.5em;
  padding-bottom: 10px;
  font-weight: 400;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #a11971;
  color: var(--valikom-lila);
}

h1, .h1 {
  border-bottom: 1px solid var(--valikom-lila);
  color: #a11971;
  color: var(--valikom-lila);
  font-family: "Roboto",sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
}


h2, .h2 {
  color: #a11971;
  color: var(--valikom-lila);
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 6px;
  margin-top: 30px;
}

h3, .h3 {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #a11971;
  color: var(--valikom-lila);
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
}

h4 {
  font-size: 1.4em;
}

.header-alignment-center {
    text-align: center;
}

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 200 !important;
}

b, strong {
  font-weight: 500;
  color: #555555;
}

blockquote {
    border-left: 3px solid #a11971;
    color: #a11971;
    color: var(--valikom-lila);
    font-family: "Roboto",sans-serif;
    font-size: 19px;
    font-style: italic;
    margin: 0 0 14px;
    padding: 0 20px;
}

.gallery-item img, .gallery-item picture {
    width: auto;
    height: auto;
}

.textpic-left .textpic-item .gallery-item img, .textpic-left .textpic-item .gallery-item picture {
    width: 150px;
}

.textpic-left {
    display: flex;
    flex-wrap: nowrap;
}

.textpic-left .textpic-item {
  width: auto;
}

.contentframe {
  margin: 0 auto 20px auto;
}

.content-rot {
  background-color: #982D25;
  background-image: url("/fileadmin/template/valikom/standards/back-1_valikom.png");
  background-size: 100% auto;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 180px;
  margin-bottom: 40px;
}

.content-gruen {
  background-color: #83B443;
  background-image: url("/fileadmin/template/valikom/standards/back-1_valikom.png");
  background-size: 100% auto;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 180px;
  margin-bottom: 40px;
}

.content-gelb {
  background-color: #B8C302;
  background-image: url("/fileadmin/template/valikom/standards/back-1_valikom.png");
  background-size: 100% auto;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 180px;
  margin-bottom: 40px;
}

.content-blau {
  background-color: #4B87CA;
  background-image: url("/fileadmin/template/valikom/standards/back-1_valikom.png");
  background-size: 100% auto;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 180px;
  margin-bottom: 40px;
}

.content-brombeer {
  background-color: #a11971;
  background-color: var(--valikom-lila);
  background-image: url("/fileadmin/template/valikom/standards/back-1_valikom.png");
  background-size: 100% auto;
  background-position: 0px 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 180px;
  margin-bottom: 40px;
}

.content-schwarz {
  height: 200px;
  background-color: #000;
  margin-bottom: 40px;
}

.footernavi {
  margin-left: auto;
  margin-right: auto;
}

.content-startseite-zentriert p {
  border-bottom: 0px dotted #cccccc;
  margin-bottom: 40px;
  padding-bottom: 30px;
}


.content-startseite-teaser {
  background: /*#eeeeee*/ rgba(46,30,118,0.07)  none repeat scroll 0 0;
  min-height: 130px;
  border-radius: 12px 0px 12px 0px;
}

.content-startseite-teaser h1 {
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a11971;
  color: var(--valikom-lila);
  text-align:center;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content-startseite-teaser p {
  padding: 10px;
  margin: 15px;
}

.contentgrafik {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.language-menu {
  list-style: none;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
}

.language-menu > li {
  margin-left: 10px;
}

.frame-type-uploads {
  margin-bottom: 2rem;
}

/*********** Gridelements ***********/

.onecol, .onecol2 {
  clear: both;
}

/********* 3-spaltig ******/

.c3-links {width: 32%;float: left;}
.c3-mitte {width: 33%;float: left;}
.c3-rechts {width: 32%;float: right;}

.c3-links { margin: 0 5px 0 0; }
.c3-mitte { margin: 0px auto; }
.c3-rechts { margin: 0 0 5px 10px; }

.c3-links > .contentframe, .c3-mitte > .contentframe, .c3-rechts > .contentframe {
  margin: auto;
  width: 100%;
}

.c2-links {
  width: 48%;
  float: left;
  margin-top: 20px;
  padding-right: 19px;
}

.c2-rechts {
  width: 48%;
  float: left;
  margin-top: 20px;
  padding-left: 19px;
}

.c2-links > .contentframe, .c2-rechts > .contentframe {
  margin: auto;
  width: 100%;
}

.col-md-6 {
  width: ;
  box-sizing: border-box;
}

.bildklein img {
  width: auto;
  height: auto;
  margin: auto;
}

.bildklein .textpic-text {
  width: 78%;
  margin-bottom: 15px;
}

/*.contentframe img, .row img {
  width: 100%;
  height: 100%;
}*/

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.main-section {
  margin-bottom: 30px;
}

.lang-de, .lang-en {
  margin-left: 10px;
  margin-right: 10px;
}

.well {
  background-color: #f5f5f5;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

.linieunten {
  border-bottom: 1px solid #E6E6E6 !important;
  margin-bottom: 25px !important;
}

.media-heading {
  color: #333;
  font-family: 'Ubuntu',sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.55;
  margin-bottom: 5px;
  margin-top: 0;
}

.media-left {
  padding-right: 2.5rem;
}

.caption-text {
  display: none;
}

.greyframe {
  margin: auto;
  background-color: rgba(#7ccdec, 0.15);
  padding: 5px 13px;
  color: #666666;
  border-left: 5px solid rgba(#7f4400, 0.15);;
  font-size: 14px;
  font-weight: 300;
}

.outputframe {
  margin: auto;
  margin-bottom: 15px;
  padding: 15px;
  width: 960px;
  background-color: rgba(#7ccdec, 0.15);
  border-left: 5px solid rgba(#7f4400, 0.15);
}

.outputframe h3 {
  color: #636873;
}

/*********** Footer ***********/

.meta {
  margin: auto;
  width: 960px;
  padding-top: 1.2rem;
}

.meta-menu {
  padding: 0px;
  color: #666666;
  display: inline;
}

.meta-menu a {
  color: #666666;
  font-weight: 200;
  padding-right: 20px;
  padding-left: 0px;
}

.meta-menu>li{
  padding: 0px 0px;
  list-style: outside none none;
  display:inline-block;
  line-height: 30px;
  font-family: 'Ubuntu',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.80em;
  font-weight: normal;
  color: #666666;
}

.footermed {
  background-color: #dedede;
  padding-bottom: 20px;
}

.eudisclaimer {
  color: #494949;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  float: none;
  font-size: 0.7em;
  text-align: center;
  padding: 20px 0px;
}

.copyright {
  margin: auto;
  width: 960px;
  color: #666666;
  font-family: 'Ubuntu',sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  font-weight: 200;
  text-align: center;
  margin: 15px auto;
}

.footer-section {
  background: #fff;
  margin-top: 40px;
}

.footer-section-meta {
  text-align: left;
  background: #fff;
}

.footer-section-meta a {
  color: #fff;
  color: var(--valikom-weiss);
  text-decoration: none;
  text-transform: uppercase;
}

.footer-section-meta a:hover, .footer-section-meta a:active, .footer-section-meta a:focus {
  color: var(--navi-item-hover);
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-top {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  color: #fff;
  bottom: 40px;
  right: 40px;
  position: fixed;
  opacity: 0;
  width: 2.2em;
  height: 2.2em;
  border-radius: 1rem;
}



/* Registerierung Button **/

.event-registration > a, .submit, .tx-sf-event-mgt > a {
  -moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
  -webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
  box-shadow:inset 0px 1px 0px 0px #dcecfb;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dedede), color-stop(1, var(--valikom-lila)) );
  background:-moz-linear-gradient( center top, #dedede 5%, var(--valikom-lila) 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='var(--valikom-lila)');
  background-color:#dedede;
  -webkit-border-top-left-radius:0px;
  -moz-border-radius-topleft:0px;
  border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  -moz-border-radius-topright:0px;
  border-top-right-radius:0px;
  -webkit-border-bottom-right-radius:0px;
  -moz-border-radius-bottomright:0px;
  border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-bottomleft:0px;
  border-bottom-left-radius:0px;
  text-indent:0;
  border:1px solid var(--valikom-lila);
  display:inline-block;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:35px;
  line-height:35px;
  width:370px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px var(--valikom-lila);
}

.event-registration > a:hover, .submit:hover, .tx-sf-event-mgt > a:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, var(--valikom-lila)), color-stop(1, #dedede) );
  background:-moz-linear-gradient( center top, var(--valikom-lila) 5%, #dedede 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--valikom-lila)', endColorstr='#dedede');
  background-color: #a11971;
  background-color:var(--valikom-lila);
}
.event-registration > a:active, .submit:active, .tx-sf-event-mgt > a:active {
  position:relative;
  top:1px;
}

.tx-sf-event-mgt form.registration .submit {
  margin-left: 0px !important;
  margin-bottom: 20px;
}

.tx-sf-event-mgt form.registration .radio-field-radiofields label, .tx-sf-event-mgt form.registration .checkbox-field label {
  width: 100%;
}

form ol {
  list-style: none;
}

input[type="checkbox"] {
  width: auto;
}

.footer-sociallinks .sociallinks-link {
    height: 1.5rem;
    width: 2.5rem;
    margin-left: -2rem;
}

.languagetopmenu {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
    display: flex;
}

.frame-header :last-child {
    margin-bottom: 0rem;
}
