/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */


body {
  font-family: 'Lexend Exa', sans-serif;
}

/*html {*/
/*  scroll-behavior: smooth;*/
/*}*/

a {
  color: black;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a:hover {
  color: #ea562a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alfa Slab One', cursive;
  letter-spacing: 0.06em;
  margin-top: 0px;
  margin-bottom: .7rem;
}

h1 {
  font-size: 3.8em;
  font-weight: 700 !important;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}


@media screen and (max-width: 992px) {
  h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.2em;
  }
}

h2 {
  color: #000;
  margin-bottom: 25px;
  font-size: 2rem;
  position: relative;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  color: #ea562a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.3rem;
  }
}

h5 {
  color: #ea562a;
  font-size: 19px;
}

h4 {
  font-size: 1.4rem;
  color: #ea562a;
  font-weight: 700;
}

p {
  font-family: 'Lexend Exa', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 17px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
}
body {
  position: relative;
}
#home-box-homepage-container {
  position: absolute;
  top:0;
  z-index: 100;
  width: 100%;
}
#navbar {
  margin-top: -100px;
}

#navbar li.nav-item a{
  color: #ea562a;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
}
#navbar li.nav-item a:hover {
  color: white;
}

@media screen and (max-width: 992px){
  #navbar li.nav-item a{
    color: white;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
  }
}

#mainNav img {
  width: 150px;
  height: 100% !important;
  margin-bottom: 6px;
}


#mainNav .nav-link {
  color: #000;
}

.icon-bar {
  width: 22px;
  height: 2px;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
  background: white;
}

.icon-bar.bar-white {
  background: white;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#navbar-love-menu {
  padding-top: 0;
}

#navbar-love-menu .nav-link {
  color: #fff;
}



#navbar-love-menu .navbar-brand img {
  width: 170px;
  height: 100% !important;
}
@media screen and (max-width: 1200px){
  #navbar-love-menu .navbar-brand img {
    width: 140px;
    height: 100% !important;
  }
  .nav-link {
    display: block;
    padding: .5rem .5rem;
  }
}
@media screen and (max-width: 992px){
  #navbar-love-menu .navbar-brand img {
    width: 63px;
    height: 100% !important;
  }
  #navbar {
    margin-top: initial;
  }
  #navbar-love-menu {
    padding-top: 8px;
  }
}


.orange-button {
  padding: 10px 40px;
  background-color: #ea562a;
  color: white;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #ea562a;
}
.orange-button:hover {
  background-color: white;
  color: #ea562a;
  border: 1px solid #ea562a;
}
.margin-minus-button {
  z-index: 101;
  margin-bottom: -20px;
}


img.image-embed-item {
  width: 100%;
  height: auto;
}

#c4 table.contenttable {
  background-color: #ea562a;
  color: white;
  font-size: 17px;
  border: solid #ea562a 20px;
}
#c144 table {
  background-color: #ea562a;
  color: white;
  font-size: 16px;
  border: solid #ea562a 20px;
  width: 89%;
}

#c4 table td {
  width: 191px;
}

#c4 table p{
  color: white;
  font-size: 17px;
}
#c144 table td {
  width: 191px;
}

#c144 table p{
  color: white;
  font-size: 17px;
}
#c8 {
  margin-top: 9em;
  margin-bottom: 15em;
}
#c8 .container {
  /*margin-right: 0px;*/
  /*padding-right: 0px;*/
}
/*#c12 .container {*/
/*  margin-left: 0px;*/
/*  padding-left: 0px;*/
/*}*/
#c8 .ce-bodytext {
  display: block;
  position: absolute;
  left: -35%;
  bottom: -94px;
}
#c144 .ce-table {
  position: absolute;
  left: -35%;
  bottom: -94px;
}
@media screen and (max-width: 992px){
  #c8 .ce-bodytext {
    position: relative;
    left: initial;
    bottom: initial;
  }
  #c4 table.contenttable {
    font-size: 14px;
  }
  td {
    padding-right: 10px;
  }

}

#carouselExampleFade {
  position: relative;
  text-align: center;
}
h1 {
  font-size: 5.8em;
}
.mother-of-text {
  position: absolute;
  top: 250px;
  right: 200px;
  /*z-index: 200;*/
  text-align: center;
}
.text-home h1 {
  width: 500px;
}
#home-box-homepage {
  display: block;
  position: relative;
}
#c11 {
  display: block;
  position: absolute;
  bottom: -28px;
  z-index: 9;
  text-align: center;
  width: 100%;
}
.headline {
  font-family: 'Alfa Slab One', cursive;
  letter-spacing: 0.06em;
}
.frame-rahmen-with-love {
  border: 1px solid #ea562a;
  padding: 45px;
}
.frame-rahmen-with-love h2 {
  color: #ea562a;
}
#c12 .container-fluid {
  /*padding-left: 0px;*/
  /*padding-right: 0px;*/
}
#c14 .ce-center .ce-outer {
  float: initial;
}
#c14 .ce-gallery figure {
  display: initial;
}
#c14 .ce-center .ce-outer {
  position: initial;
  float: initial;
  right: initial;
}
#c14 .ce-center .ce-inner {
  position: initial;
  float: initial;
  right: initial;
}
#c14 .ce-left .ce-gallery, .ce-column {
  float: initial;
}
.m-special-100 {
  margin-left: 100px;
}
.black-bck {
  background-color: black;
  color: white;
  margin: 0 10px;
}
.black-bck p{
  color: white;
}
.black-bck h3 {
  color: #ea562a;
  text-align: center;
  font-size: 5em;
  margin-top: 10px;
}
#c17 {
  margin-top: -46px;
}
#c12, #c23, #c36, #c55, #c63, #c69 {
  margin: 9em 0;
}
.orange-bck,
.frame-orange-bck {
  background-color: #ea562a;
}
.frame-orange-bck img {
  height: 80px;
  width: auto;
  margin-bottom: 15px;
}
.frame-orange-bck {
  padding-top: 40px;
  padding-bottom: 40px;
}
.frame-no-margin-right .container{
  margin-right: 0px;
}

@media screen and (max-width: 992px){
  .frame-no-margin-right .container {
    margin-right: auto;
  }
  .frame-no-margin-right .container h2,
  .frame-no-margin-right .container p.text-right {
    text-align: center !important;
  }
  #c17 {
    margin-top: 25px;
  }
  #c15 {
    height: 100% !important;
    margin-bottom: 20px;
  }
  #c65 {
    margin-top: -30px;
  }

}

.frame-no-margin-right .col-12 {
  padding-right: 0px;
}

.frame-no-margin-left .container{
  margin-left: 0px;
}
.frame-no-margin-left .col-12 {
  padding-left: 0px;
}

#c46 {
  margin-left: -48px;
  margin-top: 167px;
  padding-left: 73px;
}

.frame-footer p.text-center{
  font-size: 14px;
  color: #ea562a;
}
.frame-section-black-bck {
  background-color: black;
  color: white;
  padding: 80px;
  padding-left: 150px;
}
.frame-section-black-bck h2 {
  color: #ea562a;
}
.frame-section-black-bck p {
  color: white;
}
.frame-orange-bck table {
  border: 50px solid #ea562a;
  color: white;
}
#c54 {
  margin-top: -30px;
}
#c54 tbody > tr:last-child {
  color: black;
}

#c54 tbody tr:nth-last-child(+2) {
  background-color: white;
  color: #ea562a;
}

.black-bck h2{
  color: #ea562a;
}

p.orange-p, .orange-p p {
  color: #ea562a;
}

.padd-text {
  padding: 40px;
  padding-top: 10%;
  position: relative;
}
.frame-button-sponsor {
  top: -64px;
  right: -88px;
  position: absolute;
  z-index: 99;
}
.frame-button-sponsor img {
  width: 200px;
  height: 100% !important;
}

#c67 {
  margin-right: -45px;
  padding-right: 90px;
  z-index: 102;
  margin-top: 60px;
}

#c55 {
  margin-left: 60px;
}

.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
#c69 .orange-bck {
  padding-top: 50px;
  padding-bottom: 50px;
}
#c69 {
  margin-right: 90px;
}
.slick-prev:before {
  content: url("../Images/prev.svg");
  width: 30px;
  height: 30px;
}
.slick-next:before {
  content: url("../Images/next.svg");
  width: 30px;
  height: 30px;
}

.w-100 {
  height: 100% !important;
}
img.sizing-img {
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: none;
}
#c67.frame-rahmen-with-love{
  border-left: none;
}

@media screen and (min-width: 992.1px) {
  .over-nine {
    display: block;
  }
  .under-nine {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .over-nine {
    display: none;
  }
  .under-nine {
    display: block;
  }
  #home-box-homepage-container {
    position: relative;
    background-color: #ea562a;
  }
}
ul.nav {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .over-nine {
    display: none;
  }
  .under-nine {
    display: block;
  }
  #home-box-homepage-container {
    position: relative;
    background-color: #ea562a;
  }
}
ul.nav {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px){

  #c46 {
    margin-left: initial;
    margin-top: initial;
    padding-left: initial;
  }
  #c55 {
    margin-left: 0px;
  }
  .frame-button-sponsor {
    top: -117px;
    /* right: -88px; */
    left: 0px;
    position: absolute;
    z-index: 99;
  }
  .frame-button-sponsor img {
    width: 150px;
    height: 100% !important;
  }
  #c56 h2 {
    text-align: left !important;
  }
  #c69 {
    margin-right: initial;
  }
  #c8 {
    margin-bottom: 9em;
  }
  #c67 {
    margin-right: initial;
    padding: initial;
    padding-top: 30px;
    padding-bottom: 60px;
    z-index: 102;
    margin-top: 60px;
    padding-left: 20px;
  }
  #c23 h2 {
    margin-bottom: 40px;
  }
  .frame-orange-bck table {
    border: 0px solid #ea562a;
  }
  div#c66 {
    overflow-x:auto;
  }
  div#c54 {
    overflow-x:auto;
  }
  .mother-of-text {
    width: 20px;
    display: none;
  }
  .frame-button-sponsor {
     top: initial;
     right: initial;
     position: absolute;
     z-index: 99;
  }
  .frame-section-black-bck {
    background-color: black;
    color: white;
    padding: 30px;
    padding-left: 30px;
  }

  h3 span.count-num {
    font-size: 1em;
  }

  #c56 .padd-text {
    padding: 20px;
  }
  #c51 .col-12 {
    padding-right: 0px;
  }
  #c23 .col-12, #c8 .col-12 {
    padding-left: 0px;
  }
  .mobile-no-padd-left {
    padding-left: 0px;
  }
  #c4 {
    margin-top: 25px;
  }

}
#c78 {
  text-align: center;
  margin-top: 30px;
}

.button-cv {
  background-color: transparent;
  background:url(../Images/cv.svg) no-repeat;
  cursor:pointer;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  left: 40px;
  z-index: 99;
  top: -25px;
  transition: all .2s ease-in-out;
}
.button-cv:hover {
  transform: scale(1.1);
  outline: none;
}
.button-cv:active,
.button-cv:focus {
  outline: none;
}
@media screen and (max-width: 992px) {
  .button-cv {
    top: 0px;
  }
  #c47 {
    margin-bottom: 0px;
  }
  #c69 {
    margin-top: 0px;
  }
  #c48 .ce-gallery {
    margin-bottom: 0px;
  }
}

tr td:nth-of-type(2){
  text-align: right;
}
.modal-header, .modal-body {
  background-color: #ea562a;
  color: white;
}
.modal-header p,
.modal-header h5,
.modal-body h2,
.modal-body h1,
.modal-body h3,
.modal-body p

{
  color: white;
}

tr, td {
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid white !important;
  border-top: 1px solid white !important;

}
.modal-header {
  border-bottom: 1px solid #ea562a;
}

#mainNav {
  background-color: #ea562a;
  left: 0;
  position: fixed;
  top: -108px;
  width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 2000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

#mainNav img {
  width: 40px;
  height: 100% !important;
  margin-bottom: 0px;
}

#mainNav .nav-link {
  color: #000;
}

#mainNav ul.nav {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mainNav .nav-link {
  color: white;
  transition: all .2s ease-in-out;
}
#mainNav .nav-link:hover {
  color: #000;
}
#mainNav .nav-link.active {
  color: #000;
}
.orange-p a {
  color: #ea562a;
}
#c20 p {
  word-wrap: break-word;
}
.ce-table th, .ce-table td {
  padding: 2px !important;
  vertical-align: top;
}

ul#language_menu {
  list-style-type: none;
  text-decoration: none;
}
ul#language_menu li {
  text-decoration: none;
  display: inline-block;
}
ul#language_menu li a
{
  text-decoration: none;
  color: #ea562a;
  opacity: .5;
}
ul#language_menu li a:first-of-type {
  margin-right: 10px;
}

ul#language_menu li a {
  transition: all .2s ease-in-out;
}
ul#language_menu li a:hover
{
  opacity: 1;
  text-decoration: none;
}
ul#language_menu li.active a {
  color: #ea562a;
  opacity: 1;
}

#navbar-love-menu {
  position: relative;
}
div.lang {
  position: absolute;
  top: 10px;
  right: 0px;
}

.lang-scroll ul#language_menu li a
{
  text-decoration: none;
  color: white;
  opacity: .5;
}
.lang-scroll ul#language_menu li.active a
{
  opacity: 1;
}
.lang-scroll ul#language_menu li a {
  transition: all .2s ease-in-out;
}
.lang-scroll ul#language_menu li a:hover
{
  opacity: 1;
  text-decoration: none;
}

@media (max-width:992px){
  div.lang {
    position: relative;
    top: 10px;
    right: 0px;
  }
  ul#language_menu li a
  {
    text-decoration: none;
    color: white;
    opacity: .5;
  }
  ul#language_menu li.active a {
    text-decoration: none;
    color: white;
    opacity: 1;
  }
  .lang-scroll ul#language_menu li a
  {
   display: none;
  }
  ul#language_menu li a:hover
  {
    opacity: 1;
    text-decoration: none;
  }
  ul#language_menu {
    text-align: center;
  }
}
@media (max-width: 1200px){
  #c144 .ce-table {
    position: relative;
    left: initial;
    bottom: initial;
  }
  #c9 {
    padding: 15px;
  }
}