@import url('registrationForm.css');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot');
  src:  url('fonts/icomoon.eot?cuohxm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../images/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'pantonbold';
  src: url('../fonts/Panton-Bold.woff2') format('woff2'),
       url('../fonts/Panton-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'pantonsemibold';
  src: url('../fonts/Panton-SemiBold.woff2') format('woff2'),
       url('../fonts/Panton-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'pantonregular';
  src: url('../fonts/Panton-Regular.woff2') format('woff2'),
       url('../fonts/Panton-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlowbold';
  src: url('../fonts/barlow-bold-webfont.woff2') format('woff2'),
       url('../fonts/barlow-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'barlowlight';
  src: url('../fonts/barlow-light-webfont.woff2') format('woff2'),
       url('../fonts/barlow-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlowregular';
  src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
       url('../fonts/barlow-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
*{
  margin: 0;
  padding: 0;
}

ul, li{
  list-style-type: none;
}
h1 {
	font-size: 1.6rem;
  font-family: "pantonsemibold";
}
h2 {
	font-size: 1.2rem;
  font-family: "pantonsemibold";
}
h3 {
	font-size: 0.9rem;
  font-family: "pantonsemibold";
}
h4 {
  font-size: 0.8rem;
  font-family: "pantonsemibold";
}

div h1 {
font-size: 1.8rem;
font-family: "pantonbold"
}
div h2 {
font-size: 1.6rem;
font-family: "pantonsemibold"
}
div h3 {
font-size: 1.4rem;
font-family: "pantonsemibold"
}
div h4 {
font-size: 1rem;
font-family: "pantonsemibold"
}
div h5 {
font-size: 0.8rem;
font-family: "pantonsemibold"
}

p,
li{
  font-family: 'pantonregular';
}
body{
  font-family: 'pantonregular';
  font-size: 16px; /*!important;*/
  color: #222;
  margin: 0;
  padding: 0;
}

.row {
  margin-bottom: 32px; 
}

@media (min-width: 1100px){
  .container{
    max-width: 1040px !important;
  }
}

.header__container {
  max-width: 1400px !important;
}

/*
@media(max-width: 991px) {
  .header__container {max-width: 768px !important;}
}
*/


section{
  padding: 20px 0
}
.clear {
  clear: both;
}

.triangle_right, 
.triangle_bottom {
  position: relative;
}

.triangle_right:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 100px 0;
  border-color: transparent #f5f3f3 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.triangle_bottom:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 100px;
  border-color: transparent transparent #f5f3f3 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.button-green {
  color: #fff;
  background: #51801d;
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  border: 0;
}

@media (max-width: 767px) {
  .button-green {
    width: 100%;
    height: 40px;
  }
}

.custom-input {
  border: 1px solid #aeaeae;
  color: #212529 !important;
  font-size: 1rem;
  padding-left: 10px;
  border-radius: 0;
}

.header{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
.header.sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: #fff;
  box-shadow: 1px 1px 2px #e0e0e0;
}

.header .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.header__tabs > ul > li > a {
  text-transform: uppercase;
}
.hide__mobile {
  display: block;
}

.mgnlEditorBar{
  flex-basis: 100%
}

.show__mobile {
  display: none;
}
@media(max-width: 767px) {
  .hide__mobile {
    display: none;
  }

  /*.show__mobile {
    display: block;
  }*/


  .mobile__header {
    padding-top: 50px;
    padding-right: 24%;
  }

    .mobile__header.show__mobile {
        display: flex;
	      flex-direction: row;
        justify-content: flex-end;
    }


  .mobile__header > ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-top: 16px;
  }


  .menu__button > a{
    background-color: #6bac12;
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .mobile__header > ul > li ul{
    display: none;
  } */
/* 
  .mobile__header > ul > li:hover > ul {
    display: block;
  } */


  .mobile__menu__1 > li > form input[type="text"] {
    width: 100%;
    padding: 25px 15px;
  }

  .mobile__menu__1 > li {
    position: relative;
  }

  .search__icon {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 40px;
  }

  .mobile__menu__1 {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 66px;
    z-index: 1011;
    overflow-y: scroll;
    max-height: calc(100vh - 66px);
  }

  .collapsing {
    position: absolute !important;
  }

  .mobile__menu__1 > li > a {
    display: block;
    color: #212529 ;
    padding: 15px;
    /*border-bottom: 1px solid #dedcdc;*/
  }

  .mobile__menu__1 > li > .close__button{
    position: absolute;
    right: 13px;
    top: -53px;
    width: 40px;
  }
  

  .mobile__menu__1 > li > a span{ 
    float: right;
  }
  
  .mobile__menu__1 > li > a:hover {
    text-decoration: none;
  }

  .mobile__menu__1 .submenu > li:hover > ul {
    width: 100%;
    /*background: #efefef !important;*/
    position: relative;
    padding: 0;
    z-index: 1000000;
    right: 0;
    left: 0;
  }

  .submenu > li > ul {
    min-height: 0;    
  }

  .mobile__menu__1 > li > ul {
    background: #fff;
    width: 100%;
    position: relative;
    top: -12px;
    right: 0;
  }

  .mobile__menu__1 .submenu > li a {
      color: #212121;
      /*border-bottom: 1px solid #aeaeae;*/
  }
  
  .mobile__menu__1 .submenu > li > a {
      padding: 10px 5px 10px 20px;
      max-width: 100%;
      min-height: 40px;
  }

  .mobile__menu__2 {
    background-color: #efeded;
    position: fixed;
    width: 100%;
    left: 30px;
    right: 0;
    top: 70px;
    display: none;
  }

  .mobile__menu__2 h1 {
    font-size: 0.8rem;
    margin: 0;
  }
}

div .collapsing {
  transition: height .15s ease;
  opacity: 0;
}

.collapse {
  opacity: 1;
}

.header__logo{
  position: absolute;
  /*left: 0;*/
  left: 20px;
  top: 30px;
  z-index: 10000;
}

@media(max-width: 991px){
  .header__logo {
    top: 5px;
    left: 20px;
  }
}
@media(max-width: 767px){
  .header__logo {
    left: 15px;
    top: 15px;
  }

  #mainMenuParent > a.collapsed {
    content: url(../images/icon-menu.png);
    padding-top: 10px;
    padding: 15px;
  }
  .second-level-menu-header{
    display: flex;
    flex-wrap: wrap;
  }
  .second-level-menu-header .opening__buttons{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;

  }


  .second-level-menu-header .main__category__opener {
    width: 90%;
    padding: 15px 20px;
  }

  .second-level-menu-header .submenu__opener {
      background: #cdcbcb;
      padding: 9px 15px 9px 15px;
      border-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 10%;
  }
}

.header__logo__img {
  width: 150px;
  height: 50px;
}

@media(max-width: 991px){
  .header__logo__img {
    width: 110px;
  }
}

.logo__neg {
  max-width: 300px;
  position: absolute;
  z-index: 1;
  top: -40px;
}

.hide__logo {
  display: none;
}

@media(max-width: 767px) {
.logo__neg {
  max-width: 90px;
  top: -10px;
}
}

.header__navbar {
  display: flex;
  justify-content: space-between;
  margin-left: 160px;
}

.header__navigation {
  display: flex;
  align-items: center;
  /* margin-right: 30%; */
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: 4rem;
}

.header__navigation > li > a{
  text-transform: uppercase;
}

@media(max-width: 991px){
  .header__navigation {
    margin-right: 0;
  }
}
@media(max-width: 991px){
  .header__navbar {
    margin-left: 0;
  }
}

@media(max-width: 767px){
  .header__navigation {
    margin-right: 4%;
  }
}

.header__navigation > li:hover > ul{
  display: block;
  min-width: 200px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.header__navigation > li > ul > li:hover > ul{
  display: block;
  background: #fff !important;
  min-height: 100%;
  height: auto;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.header__navigation > li > ul > li > a > i{
  float: right;
  margin-top: 5px;
  color: #aaa;
}

.header__navigation > li > ul > li > a:hover > i {
  color: #222;
}

ul.header__navigation:hover a{
  color: rgba(0,0,0,0.4);

}

.header__navigation > li:hover a {
  color: rgba(0,0,0,1);
}
.submenu{
  margin-top: 12px;
}

.submenu, .submenu > li > ul{
  display: none;
  position: absolute;
  z-index: 20;
  background: #fff;
}

.submenu > li > ul{
  left: 100%;
  min-width: 289px;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

.submenu > li > ul {
  background: #fff !important;
}

.seminare__dropdowns.submenu > li > a:after {
  /*float: right;*/
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30%;
  right: 10px;
  color: #9c9b9b;
  pointer-events: none;
}

.seminare__dropdowns.submenu > li:hover > a:after {
  color: #212529
}

.submenu > li > a,
.submenu > li > ul > li > a{
  display: block;
  color: #3f3f3f;
  max-width: 345px;
  white-space: normal;
  position: relative;
  transition: all 0.3s ease-in-out !important;

}
.submenu > li > a, 
.submenu > li > ul > li > a {
  color: #212529 !important;
  text-decoration: none !important;
}

@media(max-width: 767px){
  .submenu > li > ul > li > a {
    padding: 10px 30px;
  }

  .submenu_categories > li > div {
    border-bottom: 1px solid #aeaeae;
    padding: 15px 20px;
  }

  .submenu_categories > li > div > a {
    display: inline-block;
    border: none;
    /*float: right;*/
  }

  .submenu li, .submenu > li > ul li {
    margin: 0;
  }
}


/*.submenu li, .submenu > li > ul li{
   margin: 10px 0; 
}*/

.header__navigation > li > a{
  background: #efeded;
  padding: 14px 15px;
  position: relative;
}

.header__navigation li > ul,
.header__navigation li > ul > li > ul {
  background: #fff;
}

.header__navigation a {
  color: #222;
  padding: 10px 15px;
}

.header__navigation > li > a {
  margin: 3px;
  transition: all .3s ease-in-out;
  background: #fff;
}

.header__navigation a:hover,
.header__tabs a:hover {
  text-decoration: none;
  color: #212529;
  transition: all .3s ease-in-out;
  background: rgba(0, 0, 0, 0.05);
}

@media(max-width: 991px) {
  ul.header__navigation > li,
  .header__tabs ul > li > a {
    font-size: 14px; 
  }
}

.header__tabs {
  margin-top: 10px;
}

.header__tabs ul {
  display: flex;
  margin-bottom: 0;
}

.header__tabs ul > li > a {
  color: #222;
  padding: 15px;
  display: block;
  text-align: left;
}

#user-nav-is-logged-in a[title="Anmelden"] {
  padding: 14px 11px 0!important;
}

.header__tabs ul li > a:hover {
  text-decoration: none;
}

.header__tabs ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 2;
}

.header__tabs ul li:hover > ul {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header__tabs ul li:hover > ul > li > a{
  color: #222;
}


.header__search {
  padding-right: 20px; 
}

@media (min-width: 768px){
  .header__search,
  .header__search.text-right {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
  }
}

.header__search__input{
  width: 250px;
  border: 0;
  border-bottom: 1px solid #9a9898;
  height: 25px;
  font-weight: 300;
}

@media(max-width: 767px) {
  .header__search__input {
    width: 185px;
  }
}
.header__search__button{
  background: transparent;
  border: none;    
  padding: 10px 5px;
}

.header__search__button i{
  font-size: 16px;
    vertical-align: middle;
    color: #212529;
}

.header__search__social{
  padding: 10px 5px;
  color: #646464;
}

.header__icon {
  max-width: 15px;
  max-height: 15px;
}


.heading__underline__green{
  background: #6DAB26;
  position: absolute;
  left: -1px;
  bottom: 5px;
  height: 5px;
  width: 75px;
}

.heading-underline-white{
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 5px;
  height: 5px;
  width: 75px;
}

@media(max-width: 767px) {
  .heading__underline__green,
  .heading-underline-white{
    top: 115%;
    display: none;
  }
}
@media(max-width: 991px){
  .anreise iframe{
    width: 100%;
    height: auto;
  }
}
.banner{
  width: 100%;
  overflow: hidden;    
  margin-top: -20px;
  position: relative;
}

.banner img{
  width: 100%;
  height: 100%;
}

.social__sharing {
  position: fixed;
  left: 0;
  /*right: 0;*/
  top: 300px;
  z-index: 111;    
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media(max-width: 991px) {
  .social__sharing {
    top: 200px;
  }
}

@media(max-width: 767px) {
  .social__sharing {
    top: 120px;
  }
}
  


.social__sharing__email a{
  background: #86ba55;
}

.social__sharing__share a{
  background: #5b8632;
}

.social__sharing__share.social__dark a{
  background: #5d5f5b;
}
.social__sharing__facebook a{
  background: #4b6adc;
}
.social__sharing__twitter a{
  background: #3199f3;
}
.social__sharing__x a {
  background: #212529;
}
.social__sharing__linkedin a {
  background: #0077B5;
}
.social__sharing > div a {
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.social__buttons {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.social__buttons.hide {
  height: 0;
  overflow: hidden;
}

.social__sharing a img {
  width: 20px;
}

.overly__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/*.cards__type__1{}*/

.cards__type__1 p {
  font-family: 'pantonregular';
}

.article {
  font-family: 'pantonregular';
}
.article a {
  color: #212529;
  text-decoration: underline;
}
article strong {
  font-family: 'pantonsemibold';
}

.seminarContainer{
  font-family: 'pantonregular';
}

.cards__type__1 .text-right {
  float: right;
}

.cards__type__1__heading{
  font-family: 'pantonsemibold';
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  height: 55px;
  margin: 10px 0;
  padding-top: 5px;
}

@media(max-width: 767px) {

  .homepage .cards__type__1__heading{
    height: auto;
  }
}

.cards__type__1__subheading {
  font-family: 'pantonsemibold';
  font-size: 1.2rem;
  font-weight: normal;
  color: #636262;
  margin: 5px 0;
}

.cards__type__1__subheading a{
  color: #636262;
}

.cards__type__1__list {
  display: block;
   margin-right: -15px;
   clear: both;
}


@media(max-width: 787px) {
  .cards__type__1__list {
    display: flex;
    flex-wrap: wrap;
  }
}


.cards__type__1__list time {
  margin-top: .2rem;
  margin-bottom: .2rem;

}

.cards__type__1__date{
  color: #636262;
}

.cards__type__1__currency span{
  color: #212529;
  font-family: pantonregular;
}

.cards__type__1__currency span.flag {
  margin-right: 0;
}

.cards__type__1__currency strong{
  font-family: 'pantonsemibold';
  color: #b2104e;
  padding-left: 10px;
  border-left: 1px solid #eee;
  margin-left: 10px;
  font-weight: bold;
}

.cards__type__2__currency{
  font-size: 0.8rem;
}


.cards__type__2__currency span{
  color: #212529;
}

.cards__type__2__currency strong{
  color: #e1292a;
  padding-left: 10px;
  border-left: 1px solid #eee;
  margin-left: 10px;
  font-weight: bold;
}

.cards__type__1__dataandlocation {
  margin: 5px 0;
}

.cards__type__1__dataandlocation  strong {
  font-family: 'pantonsemibold';
}

.cards__type__2__link.pull-right{
  float: right;
}

.cards__type__1__list li{
  margin: 0 0 10px 0;
  float: left;
  margin-right: 2%;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 10px;
  width: 31%;
}
/*
.homepage {
  background-image: url(../img/background_pattern.png);
  background-repeat: no-repeat;
  background-position: 0 50vh;
  background-size: contain;
}
*/

.homepage .cards__type__1__list li{
  min-height: auto;
  width: 100%;
}

.homepage .cards__type__1__list h2 {
  min-height: 80px;
}

.homepage .cards__type__1__list p {
  min-height: 150px;
  font-family: 'pantonregular';
}

.homepage .layout1 {
  padding: 0;
  margin: 20px 0;
}

.similar__seminars {
  width: 100%;
}

.similar__seminars .seminar__item {
  display: flex;
  flex-direction: column;
}
.similar__seminars .seminarinfo__link {
  margin-top:auto;
  align-self:  flex-end;
  font-family: 'pantonregular';
}


.similar__seminars .cards__type__1__list h2 {
  min-height: 80px;
}

.seminar__desc__container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.similar__seminars .cards__type__1__list h2 {
  min-height: 80px;
}

@media(max-width: 767px){
  .cards__type__1__list li {
    width: 100%; 
    margin-right: 2%;
  }
}

.cards__type__1__more-link{
  display: block;
  text-align: center;
  clear: both;
  padding-top: 10px;
}

@media(max-width: 767px){
  .cards__type__1__more-link{
    padding: 10px;
    margin-top: 30px;
  }
}

.homepage .cards__type__1__more-link {
  margin-top: 30px;
}

@media(max-width: 767px) {
  .homepage .cards__type__1__more-link {
    margin-top: 0;
  }
}

.cards__type__1 a{
  color: #212529;
}


.cards__type__1 a:hover{
  color: #212529;
}

.cards__type__1__img {
  margin-bottom: 5px;
  height: 150px;
}

@media(max-width: 767px){
  .cards__type__1__img {
    height: auto;
  }
}

.cards__type__1__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards__type__1__img.has__flag{
  position: relative;
}

.has__flag span {
  background-color: #b2104e;
  font-size: 14px;
  font-family: "pantonsemibold";
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 calc(1% + 10px);
  color: #fff;
  text-align: center;
}

.flag {
  background-color: #b2104e;
  padding: 3px 10px;
  color: #fff !important;
  text-align: center;
  margin-right: 5px;
  font-size: 14px;
}

.accordion {
  margin-bottom: 15px;
}

.accordion__heading {
  border: 1px solid #aeaeae;
  font-size: 0.8rem;
  padding: 10px 15px;
  position: relative;
  width: 100%;    
  color: #24282c;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}


.accordion__heading:hover {
  color: #6DAB26;
}

.accordion__heading:after {
  content: url(../images/arrow.svg);
    font-size: 18px;
    position: absolute;
    right: 10px;
    z-index: 1111;
    top: 8px;
    color: #212529;
    width: 15px;
    transition: all 0.1s;
    transform: rotate(180deg);
}

a.accordion__heading.collapsed::after {
  transform: rotate(0deg);
}

.accordion .collapse, .accordion .collapsing {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 15px 10px;
}


.cards__type__2 {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.cards__type__2__img{
  width: 30%;
}

.cards__type__2__img img{
  width: 100%;
}

.cards__type__2__details {
  width: 68%;
}

.cards__type__2__smallheading {
  font-size: 0.8rem;
  font-weight: normal;
  color: #999;
  font-family: 'pantonsemibold';
  margin-bottom: 5px;
}

.cards__type__2__largeheading {
  font-family: 'pantonsemibold';
  font-size: 1.3rem;
  font-weight: bold;
  color: #212529;
  margin-bottom: 10px;
  line-height: 1.2;
  max-width: 85%;
}

.cards__type__2__text {
  margin-bottom: 10px;
  font-family: 'pantonregular';
  max-width: 86%;
}

.cards__type__2__link {
  text-transform: uppercase;
  font-family: 'pantonsemibold';
  color: #999;
}

.cards__type__2__link i {
  color: #6DAB26;
}

.card__element {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
}

.card__element .cards__type__2 {
  border: none;
}

.card__element__list {
  margin: 0;
}

.card__element__listitem{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.card__element__listitem a{
  color: #6DAB26;
}



@media(max-width: 767px) {
  .card__element__listitem{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px dotted #aeaeae;
  }


  .card__element__listitem > div {
    margin-bottom: 3px;
  }


  .card__element__listitem a{
    margin-top: 15px;
    display: inline-block
  }

}

.card__element__listitem span{
  color: #6bac12;
}

.card__element__listitem i{
  margin-right: 10px;
}

.card__element__listitem i.fa-angle-right{
  margin-right: 0;
}

.no__margin {
  margin: 0 !important;
}

.arrow {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.arrow:hover {
  border-color: gray;
  border-width: 5px;
}

.arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}

.arrow.down {
  transform: rotate(-135deg);
  right: 175px;
}

.download__link {
  border: 1px solid #6DAB26;
  margin-top: 5px;
  display: flex;
  color: #9e9e9e;
}

.download__link i {
  background-color: #6bac12;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.download__link i img {
  width: 20px;
  max-height: 20px;
}

.download__link span {
  margin: 11px 0px 0px 15px;
  color: #212529;
}

.has-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
} 

.bullet-green {
  background-color: #6DAB26;
}

.bullet-yellow {
  background-color: #ffcc00;
}
.bullet-red {
  background-color: #ff0000;
}

.newsletter{
  position: relative;
}

.newsletter__heading{
  font-size: 1.5rem;
  color: #212529;
  height: 50px;
  position: relative;
  margin: 0 0 10px 0;
}
.newsletter__heading span.heading-underline-white {
  background: #212529;
}
.newsletter__body{
  display: flex;
}

@media(max-width: 767px) {
  .newsletter__body{
    flex-direction: column;
  }
}

.newsletter__details{
  width: 45%;
  font-size: 16px; /*0.8rem;*/
  color: #212529;
  font-family: 'pantonregular';
}

@media(max-width: 767px) {
  .newsletter__details{
    margin-bottom: 20px;
    width: 100%;
    font-size: 1rem;
  }
}

.newsletter-list {
  list-style-type: none;
  margin-top: 15px;
}

.newsletter-list li a {
  display: block;
  color: #fff;
  margin: 8px 0;
  
}

.green__background__box {
  /*background: #6DAB26;
  background: linear-gradient(90deg, rgba(121,189,97,1) 0%, rgba(108,168,100,1) 50%, rgba(111,174,46,1) 100%);*/
  display: block;
  padding: 25px 3%;
  color: #fff;
  margin-bottom: 10px;
  clear: both;
  background-color: #E0EFEA !important;
  background: #E0EFEA !important;
}

/*
@media(){
  .green__background__box { 
    padding: 25px 3% 0;
  }
}
*/

.quote,
.find__seminar{
  display: block;
}

.quote__heading{
  font-size: 1.3rem;
  color: #212529;
  height: 40px;
  position: relative;
}

.quote__body{
  display: flex;
  justify-content: space-between;
}

@media(max-width: 767px) {
  .quote__body {
    flex-direction: column;
  }

}

.quote__subheading{
  font-family: 'pantonsemibold';
  font-size: 1.3rem;
  width: 30%;
  padding: 0 10px;
}
.quote__details {
  width: 68%;
  font-family: 'pantonregular';
}
@media(max-width: 767px) {
  .quote__subheading {
    width: 100%;
    padding: 0;
  }
  .quote__details {
    width: 100%;
  }
}

.quote__details .more-link{
  display: inline-block;
  color: #212529;
}

@media(max-width: 767px) {
  .quote__details .more-link {
    text-align: left;
    margin-top: 10px;
  }
}

.grey__background__box {
  /*background: #efeded;*/
  background-color: #E0EFEA !important;
  background: #E0EFEA !important;
  color: #212529;
  padding: 25px 3%;
  margin-bottom: 10px;
}

.grey__background__box.subkatalog__jumbotron{
  margin: 30px 0;
}

.grey__box__list {
  list-style: none;
}
.grey__box__list li > a{
  color: #222;
  margin: 13px 0;
  display: block;
  text-transform: uppercase;
}
.subscribe__form .subscribe__form__button{
  width: 30%;
}

.find__seminar__body{
  color: #212529;
  width: 100%;
}

.find__seminar__link {
  text-align: right;
  display: block;
  width: 100%;
}

.find__seminar__link.homepage.two-links{
  display: flex;
  justify-content: space-between;

}
.find__seminar__link.homepage span.right-arrow {
  margin-left: 3px;
}
.find__seminar__link.homepage a.more-link {
  text-transform: uppercase;
}
.find__seminar__link a {
  color: #212529;
}

@media(max-width: 767px) {
  .find__seminar__image {
    width: 20%;
  }
}

.find__seminar__icon{
  max-width: 100%;
}


.find__seminar__details .subscribe__form{
  width: 100%;
}
.find__seminar__details .subscribe__form__button {
  background: #5b8632;
  text-transform: uppercase;
}
.subscribe__form input {
  border: 1px solid #aeaeae;
}

.find__seminar .more-link{
  float: right;
  padding: 5px 0;
}

@media(max-width: 767px){
  .find__seminar .more-link{
    margin-top: -15px;
  } 
}

.seminare__heading__green {
  color: #6DAB26;
  font-size: 1.3rem;
    padding-top: 5px;
    font-family: 'pantonsemibold';
}
/*  footer  */
.footer{
  display: block;
  background-image: url("../images/footer_bg.png");
  background-size: cover;
  width: 100%;
  min-height: 400px;
  background-position: top;
  background-repeat: no-repeat;
  color: #212529; 
  padding-top: 32px;
  clear: both;
  margin-left: auto;
  margin-right: auto;

}

/*
footer.footer {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
*/

.container.footer__container {
  max-width: 1400px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.footer > .heading-underline-white,
.footer__newsletter .footer__newsletter__text .cards__type__1__heading span.heading-underline-white {
background: #212529;
}


@media(max-width: 767px) {
  .footer {
    /*padding-top: 95px;*/
    min-height: 130px;
    background-position: 0;
  }
}

@media(max-width: 580px) {
  .footer {
    background-position: -130px 0;
  }
}

.footer h3{
  font-size: 14px;
  font-weight: 900;
}


.footer .footer__credits a {
  color: #212529;
}


@media(max-width: 767px) {
  .footer h3 {
    font-size: 1.4rem;
  }
  .footer .footer__credits a {
    font-size: .85rem;
  }
}
.footer__credits h3 {
  font-family: 'pantonsemibold';
}

.footer__newsletter {
  display: flex;
  border-bottom: 1px solid #212529;
  flex-direction: row;
  padding-bottom: 20px
}

@media(max-width: 767px){
  .footer__newsletter {
    flex-direction: column;
  }
}

.footer__newsletter .subscribe__form{
  align-items: center;
}

.footer__newsletter__text{
  width: 50%;
}

@media(max-width: 767px){
  .footer__newsletter__text {
    width: 100%;
  }
}

.footer__newsletter__heading{
  font-size: 0.8rem;
  font-weight: normal;
}

.footer__newsletter__details{
  font-weight: normal;
}

.subscribe__form{
  width: 55%;
  display: flex;
  flex-direction: row;
  align-items: flex-end !important;
  margin-bottom: 1rem;
}

@media(max-width: 767px){
  .subscribe__form {
    width: 100%;
    flex-direction: column;
  }
}

.subscribe__form__input{
  width: 55%;
  height: 40px;
  border: 0;
  border-bottom: 0 0 1px #aeaeae;
  flex-grow: 2;
  padding-left: 8px;
}

@media(max-width: 767px){
  .subscribe__form__input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.subscribe__form__button{
  font-size: 0.9rem; /*0.8rem;*/
  background-color: #5b8632;
  flex-grow: 1;
  width: 45%;
  height: 40px;
  border: 0;
  text-transform: uppercase;
  color: #fff;
}

@media(max-width: 767px){
  .subscribe__form__button {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.footer__credits__services {
  width: 25%;
}


.footer__credits__list {
  width: 40%;
}


.footer__credits__about {
  width: 25%;
}


.footer__credits__contact {
  width: 25%;
  font-weight: 400;
  font-family: 'pantonregular';
}

@media(max-width: 767px){
  .footer__credits__services {
    width: 100%;
  }
  
  
  .footer__credits__list {
    width: 100%;
  }
  
  
  .footer__credits__about {
    width: 100%;
  }
  
  
  .footer__credits__contact {
    width: 100%;
  }
}

.footer__credits__top{
  display: flex;
  /*border-bottom: 1px solid #212529;*/
  flex-wrap: wrap;
}
.footer__credits__top > div {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 20px; 
  font-family: pantonregular; 
}

@media (max-width: 767px) {
  .footer__credits__top a{
    margin: 15px 0;
    display: block;
  }
}

.footer__credits__bottom{
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
}

.footer__credits__links{
  font-size: 0.9rem;
  color: #737373;
  display: flex;
  width: 60%;
}

.footer__credit_margin_left {
  margin-left: 5px;
}

.footer__credits__links li{
  margin-right: 5px;
}

.footer__credits__links a{
  color: inherit;
}

@media (max-width: 991px) {
  .footer__credits__bottom {
      flex-direction: column;
      text-align: left;
  }
  .footer__credits__links {
    flex-direction: column;
  }
  .footer__credits__links li {
    padding: 8px 0px;
  } 
  .footer__credit_margin_left {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .footer__credits__links {
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
  }
}

.footer__icon {
  width: 24px;
  margin-top: -4px;
}

.footer__credits__motto,
.footer__credits__links {
  padding-top: 32px; 
  border-top: 1px solid #212529;
}

.footer__credits__motto{
  max-width: 40%;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .footer__credits__motto {
    max-width: 100%;
  }
}
/* footer */


/* profile page */

.layout2 .container{
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: 25px;    
  padding: 30px 25px;
}
@media (max-width: 767px) {
  .layout2 .container{
    margin-top: 65px;
  }
}
section.container:after {
  content: "";
  display: block;
  clear: both;
}


.layout2{
  position: relative;
}

.layout2 .banner {
  position: absolute;
  left: 0;
}

.layout2 .breadcrumb {
  display: flex;
}

div .breadcrumb {
  display: none; 
  top: 15px; 
  left: -15px;
  z-index: 200; 
  position: absolute; 
  background: transparent;
}
div .breadcrumb i {
  color: #fff;
}


@media (max-width: 767px){ 
  .layout2 .banner {
      min-height: 146px;
  }
  .layout2 .banner img {
    min-height: 170px;
  }

  .layout2 .breadcrumb {
    top: 0 !important;
  }
}

.lightgrey__background {
  background-color: #fff;
  padding: 20px;
  clear: both;
}

.contact__container {
  position: relative;
  display: flex;
}

@media (max-width: 767px){
  .contact__container {
    flex-direction: column;
  }
}

.content__main {
  width: 75%;
}

@media (max-width: 767px){
  .content__main {
    width: 100%;
  }
}
.content__main p {
  font-size: 0.8rem;
  color: #222;
}

.content__heading__large {
  font-family: 'pantonbold';
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-top: 5px;
}

.content__heading__medium {
  font-family: 'pantonsemibold';
  font-size: 1.3rem;
  position: relative;
}

.with__green__bar {
  position: relative;
  margin-bottom: 20px;
}

.with__green__bar:after {
  background: #6DAB26;
  position: absolute;
  left: -1px;
  bottom: -10px;
  height: 5px;
  width: 75px;
  content: '';
}


.content__full__img {
  width: 100%;
  position: relative;
}

.content__full__img img{
  width: 100%;
}

.photo__caption {
  font-family: 'pantonsemibold';
  margin: 15px 0;
  font-size: 0.9rem;
  display: block;
}

.contact__card__container {
  width: 25%;
}


@media (max-width: 767px){
  .contact__card__container {
    width: 100%;
  }
}

.contact__card {
  /*background-color: #efeded;*/
  background-color: #E0EFEA !important;
  background: #E0EFEA !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 10px;
  text-align: center;
}

@media(max-width: 991px){
  .contact__card {
    padding: 10px;
  }
}

.contact__card__image {
  max-width: 100px;
  height: 100px;
}

.contact__card__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.profile__container 
.contact__card__image img {
  max-width: 210px;
}

.contact__card__name {
  font-family: 'pantonsemibold';
  color: #212529;
  font-weight: bold;
  font-size: 1rem;
  margin: 10px 0 0 0;
}

.contact__card__specialities {
  color: #212529;
  font-weight: normal;
  font-size: 0.9rem;
  width: 100%;
  min-height: 110px;
  padding-top: 10px;
}

.two__columns__right .contact__card__specialities {
  min-height: 30px;
}

@media(max-width: 767px){
  .contact__card__specialities {
    min-height: 0;
  }
}

.contact__card__phone {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #212529;
  font-size: 0.9rem;
  text-align: center;
  
}

.contact__card__phone img {
  width: 12px;
  height: 12px;
}

.contact__card__email {
  color: #212529;
  font-size: 0.9rem;
  text-align: center;
}

.contact__card__email img {
  width: 14px;
  height: 14px;
}

.contact__card__phone a,
.contact__card__email a {
  color: #212529; /*#212529;*/
}

.contact__card .triangle_right:before {
  border-color: transparent #efeded transparent transparent;
}

.contact__card .triangle_bottom:after {
  border-color: transparent transparent #efeded transparent;
}

.contact__link {
  border: 1px solid #6DAB26;
  margin-top: 5px;
  display: flex;
}

.contact__link__icon {
  color: #fff;
  background-color:  #6DAB26;
  padding: 10px;
  width: 15%;
  text-align: center;
}

.contact__link__text {
  padding-left: 10px;
  color: #999;
  align-items: center;
  display: flex;
}

/* forms */

.custom__form {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px){
  .custom__form {
    flex-direction: column;
  }
}

#nextMeetingFilter .button-green {
  background: #75af32;
}

.form__1__1 {
  width: 30%;
}
.form__1__2 {
  width: 24%;
}
.form__1__3 {
  width: 24%;
}
.form__1__4 {
  width: 20%;
}

@media(max-width: 767px) {
  .form__1__1,
  .form__1__2,
  .form__1__3,
  .form__1__4 {
    width: 100%;
    margin-top: 10px;
  }
}


.form__2__group {
  width: 25%;
  margin-right: 5px;
}

@media(max-width: 767px) {
  .form__2__group {
    width: 100%;
  }
}

.form__2__group label {
  margin-bottom: 10px;
}

@media(max-width: 767px) {
  .form__2__group label {
    margin-bottom: 1px;
    margin-top: 10px;
  }
}

.form__2__group input,
.form__2__group select{
  width: 100%;
  height: 40px;
}

.form__2__group button {
  width: 100%;
  height: 40px;
  margin-top: 27px;
}

@media(max-width: 767px) {
  .form__2__group button{
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.form__2__1 {
  width: 30%;
}

.form__2__1 select::selection {
  background: white;
  color: red;
}

.form__2__2 {
  width: 24%;
}

.form__2__3 {
  width: 24%;
}

.form__2__4 {
  width: 20%;
}


@media(max-width: 767px) {
  .form__2__1,
  .form__2__2,
  .form__2__3,
  .form__2__4{
    width: 100%;
  }
}

.form__3__1 {
  width: 79%;
  height: 40px;
}

.form__3__2 {
  width: 20%;
  height: 40px;
}

@media(max-width: 767px) {
  .form__3__1, 
  .form__3__2 {
    width: 100%;
  }
  .form__3__1 {
    margin-bottom: 10px;
  }
}

::placeholder {
  color: #212529;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #212529;
}


.form__group {
  margin-bottom: 15px;
}
.form__group__select {
  position: relative;
}
.form__group__select select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;

  border: 1px solid #212529 !important;
  color: #212529 !important;
  font-size: 1rem;
  padding-left: 10px;
  padding-top: 3px;
  border-radius: 0;
  height: 40px;
  width: 100%;
}

.form__group__select:before {
  content: url(../images/arrow.svg) !important;
  font-size: 18px;
  position: absolute;
  right: 10px;
  z-index: 1 !important;
  top: 9px;
  color: #212529;
  width: 15px;
  height: 15px;
}

.form__group label {
  margin-bottom: 2px;
}


/* forms */

.cards__lagends {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8rem;
  min-height: 50px;
  align-items: center;
}

.layout1 .cards__lagends {
  justify-content: start;
}

@media (max-width: 767px){
  .cards__lagends {
    flex-direction: column;
  }
}

.cards__lagends > div {
  margin-left: 15px;
}

.layout1 .cards__lagends > div {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 767px){ 
  .layout1 .cards__lagends > div {
    margin-left: 15px;
  }

  .layout1 section {
    padding-bottom: 0;
  }
}


@media (max-width: 767px){
  .cards__lagends > div{
    margin-left: 0px;
    width: 100%;
    margin-top: 5px;

  }
}

.lagend__green:before {
  margin-right: 5px;
  background: #5b8632;
  background-color: #5b8632;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
}

.lagend__yellow:before {
  margin-right: 5px;
  background-color: #ffcc00;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
}

.lagend__red:before {
  margin-right: 5px;
  background-color: #ff0000;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
}
.termine__list {
  margin-top: 15px;
  font-family: 'pantonregular';
}

.termine__list li {
  display: flex;
  border-bottom: 1px solid #aeaeae;
  padding: 10px 0;
  align-items: center;
}

.termine__list .termine__whereabouts {
  width: 25%;
}

.termine__list .termine__city {
  font-size: .9rem;
  color: #b2104e;
}

.termine__list .termine__details {
  width: 58%;
}
.termine__list .termine__details a {
  padding-right: 20px;
}

.termine__details span {
  float: right;
  color: #aeaeae;
}

.termine__list .termine__button {
  width: 17%;
  display: flex;
  justify-content: space-around;
}

.termine__button button {
  border: none;
  background: transparent;
}

.right-arrow {
  color: rgb(110, 172, 62);
  font-size: 16px;
}

.button-light-green {
  background: #5b8632;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  div .filter-row .filter-row-item {
    padding: 0;
    margin-bottom: 10px;
    padding-left: 0 !important;
  }
  div .button-light-green{
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 0 !important;
  }
  .termine__list {
    margin-top: 15px;
  }
  
  .termine__list li {
    flex-direction: column;
  }
  
  .termine__list .termine__whereabouts {
    width: 100%;
  }
  
  .termine__list .termine__city {
    font-size: .9rem;
    color: #b2104e;
  }
  
  .termine__list .termine__details {
    width: 100%;
    flex-direction: column-reverse;
  }
  div .termine__details span {
    float: none;
    align-self: end !important;
  }
  
  div .termine__list .termine__button {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .termine__button button {
    border: none;
    background: transparent;
  }
  
}


/* profile page */


/* trends page */

.trends__main__heading {
  font-size: 1.5rem;
  font-family: 'pantonbold';
}

.cards__type__2__pagination {
  display: flex;
  justify-content: center;
  min-height: 30px;
  align-items: center;
  flex-direction: column;
}

.pagination__direction {
  color: #444;
  margin: 0 7px;
}
.pagination__direction.deactivate {
  color: #ddd;
  pointer-events: none;
}

.pagination__items {
  display: flex;
  margin: 0;
}

.pagination__items > li > a{
  border-radius: 50%;
  border: 1px solid #999;
  color: #222;
  margin: 0 2px;
  width: 25px;
  display: flex;
  justify-content: center;
  height: 25px;
  align-items: center;
}


@media(max-width: 787px) {
  .pagination__items > li > a{
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
  }
}

.pagination__item__active > a{
  background-color: #6DAB26;
  color: #fff !important;
}

.pagination__items > li a:hover {
  text-decoration: none;
}

@media(max-width: 787px) { 
  .pagination__direction{
    display: none;
  }
  div .sorting .relevanceSorting, .sorting .dateSorting {
    margin-bottom: 10px;
  }
  div .filter-row {
      margin: 0;
  }
}

/* .pagination__item__active {} */

/* trends page */

/* teaminfo page */


.teaminfo__page {
  position: relative;
}

.two__columns__layout{
  display: flex;
  justify-content: space-between;
}

.two__columns__layout.fit-width {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .two__columns__layout {
    flex-direction: column;
  }
  .two__columns__layout.fit-width{
    margin: 0;
  }
}

.two__columns__left {
  width: 70%;
}

@media (max-width: 767px) {
  .two__columns__left {
    width: 100%;
  }
}

.two__columns__right {
  width: 27%;
}

@media (max-width: 767px) {
  .two__columns__right {
    width: 100%;
  }
}

.two__columns__right .contact__card {
  margin-bottom: 10px;
}

.teaminfo__page .grey__background__box {
  margin: 25px 0;
  padding-left: 25px;
}


/* team info page */
.green__text,
.green__text:hover {
  color: #212529; /*#6DAB26;*/
}
.raspberry__text,
.raspberry__text:hover {
  color: #b2104e;
}


.yellow__text,
.yellow__text:hover {
  color: #ffcc00;
}

.red__text,
.red__text:hover {
  color: #ff0000;
}


.layout2 .container {
  position: relative;
  /* padding: 0; */
}

@media(max-width: 767px) {
  .layout2 .container {
    padding: 15px;
  }
}

.inner-banner {
 position: relative;
 margin-bottom: 15px;
 margin-left: -15px;
 margin-top: -15px;
 margin-right: -15px;
 overflow: hidden;
}

.inner-banner img {
  width: 100%;
}

.inner-banner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 85em;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width: 767px) {
  .inner-banner:after {
    border-width: 0 0 40px 30em;
  }
}

.innerbanner__caption {
  font-family: 'pantonsemibold';
  font-size: 0.9rem;
  width: 23%;
  float: right;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .innerbanner__caption {
    width: 65%;
  }
}

.layout2 .contact__link {
  margin-bottom: 15px;
}

.article__direction {
  display: flex;
  justify-content: space-between;
}

.article__direction__previous,
.article__direction__next {
  width: 49%;
}

@media (max-width: 767px) {
  .article__direction {
    flex-direction: column-reverse;
  }
  
  .article__direction__previous,
  .article__direction__next {
    width: 100%;
    margin-bottom: 20px;
    text-align: center !important;
  }
}

.article__direction__previous a,
.article__direction__previous a span,
.article__direction__next a,
.article__direction__next a span {
  font-size: 1.3rem;
}

.article__direction__previous {
  text-align: left;
}

.article__direction__next {
  text-align: right;
}

.article__direction__previous p{
  padding-left: 15px;
}
.article__direction__next p{
  padding-right: 15px;
}


.single__layout__container {
  width: 60%;
}

@media(max-width: 767px) {
  .single__layout__container {
    width: 100%;
  }
}


.features__link__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}

.feature__link {
  width: 47%;
  margin-bottom: 15px;
}


@media(max-width: 767px) {
  .single__layout__container {
    margin-top: 0;
  }
  .feature__link {
    width: 100%;
  }
}

.feature__link a{
  color: #212529;
}

.feature__link a i{
  color: #86ba55;
}

.feature__link a:hover{
  color: #212529;
  text-decoration: none;
}

/* .layout2 .grey__background__box {
  margin: 50px 0;
} */

.layout2 .green__background__box p {
  color: #fff;
}

.breadcrumbs__list {
  display: flex;
  position: relative;
  margin-left: -15px;
  margin-bottom: -5px;
  margin-top: -15px;
}

@media(max-width: 767px) {
  .breadcrumbs__list {
    margin-left: 0;
  }
}

.breadcrumbs__list li {
  margin-left: 15px;
}

.breadcrumbs__list li:after {
  margin-left: 10px;
  content: ">";
  display: inline-block;
  font-size: 0.7rem;
  color: #fff;
}

.breadcrumbs__list li:first-child{
  margin-left: 0;
}

.breadcrumbs__list li:last-child{
  pointer-events: none;
  text-decoration: none;
}

.breadcrumbs__list li:last-child:after {
  display: none;
}

.breadcrumbs__list li a{
  color: #fff;
  font-size: 0.7rem;
}


@media(max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
  }

  .article__date {
      margin-top: 50px;
  }
}


.no__border__bottom {
  border-bottom: 0 !important;
}


.two__columns__right{
  width: 27%;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .two__columns__right{
    width: 100%;
  }
}

.triangle_bottom {
  position: relative;
  overflow: hidden;
}

.content__full__img.triangle_bottom {
  margin-top: -15px;
  margin-bottom: 15px;
}

.grey__box__time {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}



.grey__background__box > .grey__box__time{
  margin-left: 10px;
}

.grey__box__time h3 {
  font-size: 0.8rem;
  padding-left: 15px;
  padding-right: 15px;
}

.grey__box__time > img {
  position: absolute;
  left: -3px;
  top: 4px;
  width: 12px;
}

.collapse__section h3{
  padding-left: 15px;
  font-family: 'pantonsemibold';
  font-size: 0.7rem;
}

.collapse__section button {
  background: transparent;
  color: #6DAB26;
  border: none;
  margin-bottom: 10px;
}

.collapse__header {
  padding-left: 15px;
}

.collapse__header button:before{
  display: inline-block;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #6dab26;
  font-weight: 900;
  pointer-events: none;
}

.collapse__header button.collapsed:before{
  content: "\f107";
}

/* .collapse__section .collapse {} */

.content__full__img.triangle_bottom:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 800px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.content__list__li,
.text-section li{
  list-style-type: none;
  margin: 5px 3px;
  padding-left: 15px;
  position: relative;
}

.content__list__li:before,
.text-section li:before {
  content: ".";
  color: #6DAB26;
  font-weight: bold;
  display: inline-block;
  width: 14px;
  margin-left: -15px;
  font-size: 2rem;
  margin-top: -19px;
  height: 20px;
  position: absolute;
  top: -5px;
}

.text-section p a,
.text-section li a {
  color: #212529; /*#6DAB26;*/
  text-decoration: underline;
}



.image__caption {
  font-size: 0.84rem;
  margin: 10px 0;
  font-family: "pantonsemibold";
}

.margin__top__15 {
  margin-top: 15px !important;
}
.margin__bottom__15 {
  margin-bottom: 15px !important;
}

.grey__box__grey__button {
    text-align: center;
    display: block;
    background: #AFD6D4; /*#e4e4e4;*/
    margin: -10px -9px -25px -9px;
    padding: 10px;
    margin-top: 10px;
}

.contact__card__container__right {
  width: 100%;
}

.cards__type__1__link {
  text-align: right;
  float: right;
}

.pull__left{
  float: left;
}

.profile__container {
  display: flex;
  margin: 15px
}

.profile__image {
  width: 17%;
}


@media (max-width: 991px) {
  .profile__image {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .profile__container { 
    margin: 0;
    flex-direction: column;
  }

  .profile__image {
    width: 100%;
  }
}

.profile__image .contact__card__image {
  overflow: hidden;
  position: relative;
}

.profile__image .contact__card__image {
  width: 140px;
  height: 140px;
  max-width: 200px;
}

.profile__image .contact__card__image:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 140px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.profile__image .contact__card__image:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 300px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media(max-width: 767px){
  .profile__image .contact__card__image{
    height: 283px;
    max-width: 298px;
    margin-bottom: 15px;
    width: 300px;
  }
  .profile__container .contact__card__image img {
      max-width: 300px;
  }
}
.profile__content {
  width: 60%;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .profile__content {
    width: 100%;
    margin-left: 0;
  }
}


.form__button__group {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.form__checkbox {
  font-family: 'pantonsemibold';
  background: #ecebeb;
  font-size: 0.8rem;
  width: 49.5%;
  height: 40px;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  color: #51801d;
}

.checked__button {
  background-color: #86ba55;
  color: #fff;
  position: relative;
}

.checked__button:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: calc(35%);
}

@media(max-width: 767px) {
  .checked__button:before {
    left: calc(13%);
  }
}

/* checkboxes */

/* The container */
.custom__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #aeaeae
}

/* On mouse-over, add a grey background color */
.custom__checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom__checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom__checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom__checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #6eac3d;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.input__half__length {
  width: 49.7%;
}

@media (max-width: 767px) {
  .input__half__length {
    width: 100%;
  }
}

.input__full__length {
  width: 100%;
}

.input__half__length input,
.input__full__length input {
  width: 100%;
  height: 40px;
  padding-left: 8px;
}
.registration__form__inputs {
  padding-top: 20px;
}

.registration__form__inputs .content__heading__medium {
  margin-top: 30px;
}

.registration__form__inputs .form__submit__button,
.registration__form .form__submit__button {
  background: #5b8632;
  font-size: 0.9rem;
}

.registration__form select {
  background: #fff;
}

.registration__form 

.registration__container .cards__type__1__subheading {
  color: #222;
  font-size: 1.2rem;
}

.registration__container .cards__type__1__link {
  color: #222;
}

.registration__details__right a[href^="tel:"] {
  color: #212529;
  text-decoration: underline;
}

.registration__details__right a[href^="tel:"]:before {
  content: url(../images/green-phone.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.registration__details__right a[href^="mailto:"] {
  color: #212529;
  text-decoration: underline;
}

.registration__details__right a[href^="mailto:"]:before {
  content: url(../images/green-mail.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.form__submit__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media(max-width: 767px) {
  .form__submit__container { 
    flex-direction: column;
  }
}

.form__submit__checkboxes {
  padding-left: 0;
  width: 80%;
}

.form__submit__checkboxes a {
  color: #6DAB26;
}

.grey__background__box p a {
  color: #212529; /*#6DAB26;*/
  text-decoration: underline; 
}

@media(max-width: 767px) {
  .form__submit__checkboxes{ 
    padding-left: 26px;
  }
}

.form__submit__button {
  padding: 10px 30px;
  border: 0;
  float: right;
}

.green__background__box a {
  color: #222;
}

.green__background__box .newsletter__heading,
.grey__background__box .content__heading__medium {
  font-family: 'pantonsemibold';
}

.greybox__profile__layout {
  display: flex;
  justify-content: space-between;
}

.greybox__profile__layout ul {
  width: 75%;
}



.greybox__profile__layout li a{
  margin: 15px 0;
  color: #222;
  display: block;
}

.greybox__profile__layout li a i {
  color: #86ba55;
}

.greybox__profile__layout .contact__card {
  width: 30%;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .greybox__profile__layout {
    flex-direction: column;
  }
  
  .greybox__profile__layout ul {
    width: 100%;
  }
  .greybox__profile__layout .contact__card {
    width: 100%;
    margin-top: 0;
  }
  
}

a:hover {
  text-decoration: none !important;
  color: #212529 !important;
}

.footer .footer__credits a,
.footer .footer__credits li.footer-li a,
.find__seminar__link a,
.quote__details .more-link,
.seminar-link.link-field,
.activities-list .link-field,
.footer__credits__top a,
.cards__type__1__more-link a,
.cards__type__1__link.text-right,
.cards__type__2__link,
.newsletter-list li a,
.seminarinfo__link {
  position: relative;
  padding-bottom: 0.5rem;
}

.footer .footer__credits a::before,
.footer .footer__credits li.footer-li a::before,
.find__seminar__link a::before,
.quote__details .more-link::before,
.seminar-link.link-field::before,
.activities-list .link-field::before,
.footer__credits__top a::before,
.cards__type__1__more-link a::before,
.cards__type__1__link.text-right::before,
.cards__type__2__link::before,
.newsletter-list li a::before,
.seminarinfo__link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #212529;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 500ms ease-out;
}


.footer .footer__credits a:hover::before,
.footer .footer__credits li.footer-li a:hover::before,
.find__seminar__link a:hover::before,
.quote__details .more-link:hover::before,
.seminar-link.link-field:hover::before,
.activities-list .link-field:hover::before,
.footer__credits__top:hover::before,
.cards__type__1__more-link a:hover::before,
.cards__type__1__link.text-right:hover::before,
.cards__type__2__link:hover::before,
.newsletter-list li a:hover::before,
.seminarinfo__link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}


.footer a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.cards__type__1__list a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.quote__details .more-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.cards__type__1__more-link a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.cards__type__2__link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.activities-list .link-field:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.find__seminar__link a:hover::before {
  visibility: visible;
  transform: scaleX(1);

}

.footer__credits__top a {
  padding-bottom: 0.2rem;
}

/*.footer__credits__top a::before{
  background-color: #fff;
}*/

.cards__type__1__subheading a:hover {
  color: #75af32!important;
}

/* react overrides */

.react-datepicker__input-container input {
  background: #f8f8f8;
  font-size: 0.9rem;
}


.modal-content a {
  color: #fff;
  background: #86ba55;
  padding: 8px 20px;
}



/* carousel */

.carousel {
  overflow: hidden;
}
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper svg{
  border: 2px solid white;
  width: 30px;
  height: 30px;
}
a.carousel-control-next:hover, a.carousel-control-prev:hover {
  color: white !important;
}

.carousel-item {
  height: 100% !important;
}

img.carousel__image--placeholder {
    height: 100%;
    object-fit: cover;
    max-height: 480px;
    display: none;
}
img.carousel__image--placeholder.mobile {
    display: block;
}

img.carousel__image-mobile--placeholder {
  max-height: 480px;
  margin-bottom: 206px;
  object-fit: cover !important;
  max-height: initial;
  z-index: -1;
  min-height: 260px;
}

.carousel__text-field-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.carousel__text-field {
  position: absolute;
  bottom: 9%;
  /* left: 15px; */
  left: 40px;
  right: 0;
  pointer-events: all;
}

.component-carousel:nth-of-type(2) img {
   display: none; 
}

.component-carousel:nth-of-type(2) img {
   display: none; 
}

.carousel-item-be {
  position: relative;
  aspect-ratio: 3;
}

.carousel__text-field-wrapper {
  z-index: 5;
}

.carousel__text-field-headline {
  padding: 1rem;
  background: linear-gradient(90deg, rgb(255 255 255) 40%, rgb(255 255 255 / 59%) 100%);
}

.carousel__text-field-text {
  color: white;
  background: linear-gradient(90deg, rgba(52,193,173,1) 0%, rgba(80,190,112,1) 51%, rgba(118,184,42,0.5858718487394958) 100%);
  padding: 1rem;
  padding-right: 40px;
}

.carousel__link {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  background: white;
  color:rgb(110, 172, 62);
  padding: 0.5rem 1rem;
}

.carousel__link span {
  display: none;
}
.carousel__link .right-arrow {
  color: white;
}

.carousel__link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 500ms ease-out;
}
.carousel__link:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.carousel-indicators__wrapper {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
}
.carousel-indicators {
  margin: 0 !important;
  right: auto !important;
  bottom: initial !important;
  padding-left: 40px !important;
}
@media screen and (min-width: 992px){
  .carousel-indicators li {
    width: 70px !important;
  }
}

.carousel__background-pattern {
  background: linear-gradient(30deg, rgba(52,193,173,1) 0%, rgba(80,190,112,1) 51%, rgba(118,184,42,0.5858718487394958) 60%, rgba(255,255,255, 0) 70%);

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: initial;
  
  background-size: cover;
  background-position: right bottom;
}
.carousel__background-pattern--mobile {
  background-image: url(../images/slider_pattern_mobile.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  
}

.carousel-control-prev, .carousel-control-next {
 display: none !important;
}

.carousel-item {
  background: rgb(5,177,169);
  background: linear-gradient(153deg, rgba(5,177,169,1) 20%, rgba(80,174,72,1) 51%, rgba(118,184,42,1) 80%);
      
}
  
.carousel__image-wrapper {
  mask-image: linear-gradient(256deg, rgba(0, 0, 0, 1.0) 40%, transparent 80%);
  -webkit-mask-image: linear-gradient(256deg, rgba(0, 0, 0, 1.0) 40%, transparent 80%);
  display: none;
} 
.carousel__image-wrapper.mobile {
  display: block;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1.0) 40%, transparent 80%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1.0) 40%, transparent 80%);
} 
  
.carousel__image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.carousel__image--placeholder {
  visibility: hidden;
  width: 100%;
}

.carousel__image-mobile--placeholder {
  display: block;
  max-height: 500px;
}
  

@media screen and (min-width: 992px) {
  .carousel__background-pattern {
      background-image: url(../images/slider_pattern.png);

      width: calc(((100vw - 1040px) / 2) + 600px);
  }
  .carousel__background-pattern--mobile {
    display: none;
  }
  .carousel__image-wrapper {
    display: block;
  }
  .carousel__image-wrapper.mobile {
    display: none;
  }
  img.carousel__image--placeholder {
      display: block;
      height: 480px;
  }
  img.carousel__image--mobile {
      display: none;
  }
  .carousel__text-field {
    top: 220px;
    width: 523px;
    clip-path: polygon(0% 0%, calc(100% - 125px) 0%, 100% 100%, 0% 100%);
    height: 210px;
    background: no-repeat;
    bottom: 15%;
    left: 15px;
  } 

  .carousel__background-pattern {
    background-image: url(../images/slider_pattern.png);
  }
  
  .carousel__text-field-headline h2{
    max-width: 400px;
  }
  .carousel__text-field-text {
    padding-right: 60px;
  } 
  .carousel__text-field-wrapper {
    z-index: 5;
    max-width: 960px;
  }
  .carousel__link {
    color: white;
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .carousel__link span {
    display: inline;
  }

  .carousel__link:hover {
    color: white !important;
   }
     
  .carousel-indicators__wrapper {
    max-width: 960px !important;
  }
  .carousel-indicators {
    padding-left: 15px !important;
  }
  .carousel-control-prev, .carousel-control-next {
    width: 5% !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1100px) {
  .carousel__background-pattern {
      width: calc(((100vw - 1040px) / 2) + 600px);
  }

  .carousel__text-field {
    top: 220px;
    width: 563px;
    clip-path: polygon(0% 0%, calc(100% - 125px) 0%, 100% 100%, 0% 100%);
    height: 210px;
    background: no-repeat;
  }
  .carousel__text-field-wrapper {
    z-index: 5;
    max-width: 1040px;
  }
  .carousel-indicators__wrapper {
    max-width: 1040px !important;
  }

}

@media screen and (min-width: 1200px) {
  .carousel-control-prev, .carousel-control-next {
    width: 15% !important;
  }

}

/* carousel end */

.fade {
  opacity: 0;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.header__tabs ul {
  z-index: 10 !important;
}



@media all {
  .fas {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
  }
  .fa-user:before {
      content: "\f007";
  }
  .fas {
      font-family: "Font Awesome 5 Free";
  }
  .fas {
      font-weight: 900;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
      text-shadow: none !important;
      box-shadow: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
      text-shadow: none !important;
      box-shadow: none !important;
  }
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-user:before {
  content: "\f007";
}
.sd-nav-icon {
  font-size: 1.4rem;
}
.sd-nav-icon > i {
  color: #707070;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/free-fa-regular-400.eot);
  src: url(../webfonts/free-fa-regular-400.eot?#iefix)
          format("embedded-opentype"),
      url(../fonts/free-fa-regular-400.woff2) format("woff2"),
      url(../fonts/free-fa-regular-400.woff) format("woff"),
      url(../fonts/free-fa-regular-400.ttf) format("truetype"),
      url(../webfonts/free-fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/free-fa-solid-900.eot);
  src: url(../webfonts/free-fa-solid-900.eot?#iefix)
          format("embedded-opentype"),
      url(../fonts/free-fa-solid-900.woff2) format("woff2"),
      url(../fonts/free-fa-solid-900.woff) format("woff"),
      url(../fonts/free-fa-solid-900.ttf) format("truetype"),
      url(../webfonts/free-fa-solid-900.svg#fontawesome) format("svg");
}

*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
      text-shadow: none !important;
      box-shadow: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media print {
  *,
  ::after,
  ::before {
      text-shadow: none !important;
      box-shadow: none !important;
  }
}
.sd-cart-count {
  font-size: 0.89rem;
  background-color: #b2104e;
  vertical-align: top;
  border-radius: 75%;
  padding: 4px;
  margin-left: -10px;
  color: #fff;
  font-weight: bold;
  min-width: 25px;
  min-height: 29px;
  display: inline-block;
  text-align: center;
  margin-top: -0.4rem;
}

.modal-body #rundfunkanstalten {
  display: flex;
}
.modal-body #privatperson {
  display: flex;
}
.modal-body #privatperson a{
  margin-left: auto;
  min-width: 180px;
  text-align: center;
}

.close-modal-button {
  color: #fff;
  background: #86ba55;
  padding: 8px 20px;
  border: none;
  display: block;
  margin-left: auto;
  min-width: 180px;
}
#modal-added-to-cart {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
#modal-added-to-cart.show {
  display: flex;
}
.go-to-cart-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.go-to-cart-wrapper > .go-to-cart {
  margin-left: auto;
}
#add-to-cart {
  display: flex;
}

.waiting-list-button {
  color: #fff;
  background: #86ba55;
  padding: 8px 20px;
  border: none;
  display: block;
  margin-left: auto;
  min-width: 180px; 
  text-align: center;
}

li#user-nav.is-logged-in {
  display: none;
}
li#user-nav-is-logged-in {
 display: none;
}
li#user-nav.is-logged-in + li#user-nav-is-logged-in {
 display: block;
}

.not-logged-in-mobile.is-logged-in {
  display: none;
}
.profile-mobile{
  display: none;
}
.logout-mobile{
  display: none;
}
.not-logged-in-mobile.is-logged-in ~ .profile-mobile{
  display: block;
}
.not-logged-in-mobile.is-logged-in ~ .logout-mobile{
  display: block;
}

@media screen and (max-width: 768px) {
  .cart-show-mobile {
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-profile-icon {
    display: none !important;
  }
  
}


    .show-on-focus {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    top: 0;
    left: 0;
}
.show-on-focus:focus {
    z-index: 99999;
    width: auto;
    height: auto;
    clip: auto;
}
a.skip-link,
.skip-link {
    background-color: #24292e;
    color: #fff !important;
    padding: 10px 20px;
}
a.skip-link:hover,
.skip-link:hover {
    color: #fff !important;
    text-decoration: underline;
}
.uppercase-text,
button.right-arrow-link-field,
.right-arrow-link-field,
.link-row booking-link,
button.link-row booking-link,
button,
a.download__link
.download__link
button.grey__box__grey__button .green__text,
.grey__box__grey__button .green__text,
button.grey__box__grey__button {
  text-transform: uppercase;
}