@font-face {
  font-family: 'BricolageGrotesque-SemiBold';
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-SemiBold.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BricolageGrotesque-Light';
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-Light.woff2") format("woff2"), url("../fonts/BricolageGrotesque/BricolageGrotesque-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Manrope Bold';
  src: url("../fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/manrope/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Manrope Light';
  src: url("../fonts/manrope/Manrope-Light.woff2") format("woff2"), url("../fonts/manrope/Manrope-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Ephesis';
  src: url('../fonts/ephesis/Ephesis-Regular.woff2') format('woff2'), url('../fonts/ephesis/Ephesis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  background-color: #000 ;
  color: #fff; }

::selection {
  background-color: #000;
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%;
  background: #020312;
}

body {
  font-family: "Manrope Light";
  font-weight: normal;
  line-height: 25px;
  color: #fff;
  background-color: #020312;
  background-repeat: No-Repeat;
  background-position: left top;
  background-attachment: Fixed;
  position: relative;
  height: 100%;
  min-height: 100vh;
  font-size: 14px;

}
  @media screen and (min-width: 960px) {
    body {
      font-size: 16px; } }

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.box_ratio {
  position: relative;
  overflow: hidden;
  width: 100%; }

.box_ratio:before {
  content: "";
  display: block;
  padding-top: 100%; }

.ratio2_1:before {
  padding-top: 50%; }

.ratio1_2:before {
  padding-top: 200%; }

.ratio4_3:before {
  padding-top: 75%; }

.ratio3_1:before {
  padding-top: 33.333%; }

.ratio16_9:before {
  padding-top: 56.25%; }

.gallery a{
  display: block;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px; }
  @media screen and (min-width: 1200px) {
    a {
      font-size: 16px; } }

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0px; }

  em,
  ul{
    color: #fff;
  }

  p .alignright,
  figure.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }

  figure figcaption{
    font-size: 14px;
  }
  p .aligncenter,
  figure.aligncenter{
    margin: 0 auto;
  }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.uk-button,
button {
  padding: 10px 25px;
  border: 2px solid #f26c4f;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: inherit;
  display: inline-flex;
  text-transform: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  font-family: "BricolageGrotesque-SemiBold";
}
.uk-button:hover,
.uk-button:focus,
.uk-button:active{
  color: #020312;
  background-color: #f26c4f;
  border-color: #f26c4f;
}

@media screen and (min-width: 960px) {
  .uk-button,
  button{
      font-size: 18px;
    }
  }


  .uk-button span,
  button span {
    margin-left: 15px;
    display: inline-flex;
  }



.uk-button-default:focus,
.uk-button-default:hover {
  background-color: #f26c4f;
  color: #fff; }










.scnd_btn {
  background-color: #2a2a2a;
  color: #fff; }
  .scnd_btn:hover, .scnd_btn:focus, .scnd_btn:active {
    background-color: rgba(33, 33, 33, 0.7);
    color: #212121; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f26c4f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "BricolageGrotesque-SemiBold"; }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong,
  h4 b,
  h4 strong,
  h5 b,
  h5 strong,
  h6 b,
  h6 strong {
    font-family: "BricolageGrotesque-SemiBold"; }

h1 {
  font-size: 30px; }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 24px; }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 40px; } }

h2 span{
  display: block;
  font-size: 21px;
  color: #bababa;
}

h3 {
  font-size: 21px; }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 24px; } }

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0; }

.headline_def {
  background-color: #c9e7f1; }
  .headline_def h1 {
    margin: 0;
    text-align: center; }

p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 16px; }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 16px; } }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin: 15px 0; }
  ul li {
    font-weight: 300;
    font-size: 16px; }
    @media screen and (min-width: 1200px) {
      ul li {
        font-size: 16px; } }

.uk-slidenav {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 15px; }
  .uk-slidenav svg {
    color: #fff; }

.strong,
strong,
b {
  font-weight: inherit;
  font-family: "BricolageGrotesque-SemiBold"; }

a {
  color: #f26c4f;
  text-decoration: none;
  display: inline-block; }
  a:hover, a:focus, a:active {
    color: #f26c4f;
    opacity: 0.7;
    text-decoration: none !important; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #f26c4f;
  color: #f26c4f;
  background-color: transparent;
  padding: 10px 25px;
  font-weight: inherit;
  font-family: "BricolageGrotesque-SemiBold";
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
font-family: "BricolageGrotesque-SemiBold";
}

input[type="submit"]{
  background-color: transparent;
  color: #fff;
  border: 2px solid #f26c4f;
  border-radius: 0px;
  padding: 12px 20px;
  font-family: "BricolageGrotesque-SemiBold";
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active{
  background-color: #f26c4f;
}



  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active {
    color: #fff;
    background-color: #f26c4f;
    border-color: #f26c4f;
    background-image: none; }

.wpforms-container ol, .wpforms-container ul {
  padding-left: 0; }
.wpforms-container .wpforms-field {
  padding: 0 0 15px 0 !important;
  position: relative; }

.container,
.uk-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }

.container700 {
  max-width: 700px; }

section,
.section{
  padding: 30px 0;
  position: relative;
}

  @media screen and (min-width: 960px) {
    section{
      padding: 30px 0; 
    }
    .section{
      padding: 50px 0;
    }
  }
  @media screen and (min-width: 1000px) {
    section{
      padding: 40px 0; 
    }
    .section{
      padding: 80px 0;
    }
  }
  @media screen and (min-width: 1200px) {
    section{
      padding: 80px 0;
    }
    .section{
      padding: 150px 0;
    }
  }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.form-control {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  border: 1px solid #f26c4f;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px !important;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border-radius: 10px;
  vertical-align: middle; }

textarea {
  min-height: 120px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: #f26c4f;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); }

ul {
  list-style: none; }

section ul {
  list-style: initial; }

.row.gallery_row {
  margin-bottom: 30px; }

.fancybox {
  display: block; }

.row.gallery_row a {
  display: table;
  margin: 0 auto 30px auto; }

.row.gallery_row a img {
  margin: 0 auto;
  display: block; }

@media screen and (min-width: 960px) {
  .row.gallery_row a {
    margin: 0 auto; } }
.mobile-table {
  display: block;
  overflow: auto;
  min-width: 100%;
  width: 100%; }

.mobile-table table {
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.mobile-table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.mobile-table table td {
  padding: 10px;
  white-space: inherit;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.full_center {
  text-align: center;
  color: #212121; }
  .full_center span {
    color: #212121; }
  .full_center .foont {
    color: #f26c4f; }
  .full_center ul li {
    list-style: none;
    margin-bottom: 12px; }
    .full_center ul li img {
      display: inline-block; }

.caldera-grid .checkbox label {
  color: #fff;
  font-size: 14px;
}
.caldera-grid .checkbox label a{
  font-size: 14px;
}


/* ------------------------------------ Button Design ------------------------------------ */

.rm_button{
  border: 2px solid #f26c4f;
  padding: 12px 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans Bold'!important;
}
.btn_center_absolute{
  position: absolute;
  background-color: #020312;
  left: 50%;
  transform: translateX(-50%);
}
.rm_button:hover{
  background-color: #f26c4f;
  color: #fff;
  opacity: 1;
}

/* --------------------------------- Button Design ENDE --------------------------------- */



.caldera-grid .uk-button:hover, .caldera-grid .uk-button:focus, .caldera-grid .uk-button:active {
  background-color: #f26c4f;
  color: #020312; }
.caldera-grid .uk-button:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 15px; }
.caldera-grid .cf-uploader-trigger {
  display: none; }

.caldera-grid .form-group {
  margin-bottom: 10px; }

.caldera-grid .form-control {
  background-color: transparent!important;
  height: 38px!important;
  border-color: #f26c4f!important;
  color: #fff!important;
}

html {
  height: 100%; }

body {
  min-height: 100vh;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #212121; }

main {
  flex: 1; }

  section.trenner::after{
    content: "";
    width: 70%;
    height: 2px;
    background: #f26c4f;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

/* ------------------------------------- Navigation ------------------------------------- */
header {
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
  background-color: #1c1d2a;
}
@media screen and (min-width: 640px) {
  header{
    padding: 0;
  }
}

header .uk-navbar {
  padding: 0px 0;
}

header .logo_head {
  margin-bottom: 0px; }
@media screen and (min-width: 960px){
  header .logo_head {
    margin-bottom: 15px;
  } 
}

@media screen and (min-width: 960px){
  header .nav_btn_offcanvas {
    padding: 15px 0; } }
header .uk-navbar-container:not(.uk-navbar-transparent){
  background: #fff; }


header .uk-navbar-nav > li > a{
  font-family: "BricolageGrotesque-Light";
  color: rgb(127, 127, 127);
  text-transform: inherit;
}
header .uk-navbar-nav > li > a,
header .uk-navbar-toggle{
  font-size: 18px;
  min-height: auto;
  padding: 10px 15px;
}
header .uk-navbar-toggle{
  font-family: "BricolageGrotesque-SemiBold";
  text-transform: uppercase;
  color: #fff;
}
header .uk-navbar-toggle .uk-icon{
  margin-left: 15px;
}

.uk-navbar-toggle::before,
.uk-offcanvas-close::before{
  display: none;
}
@media screen and (min-width: 960px){
  header .uk-navbar-nav > li > a,
  header .uk-navbar-toggle{
    font-size: 18px;
    padding: 15px 35px;
  }
}
@media screen and (min-width: 1200px){
  header .uk-navbar-nav > li > a,
  header .uk-navbar-toggle{
    padding: 15px 45px;
  }
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
  color: #020312;
  background-color: #f26c4f;
}
header .uk-navbar-nav > li > a:hover .uk-icon svg,
header .uk-navbar-toggle:hover .uk-icon svg{
  color: #020312;
}


  header .uk-navbar-nav > li > a .uk-icon,
  header .uk-navbar-toggle .uk-icon{
    color: #fff;
  }

  header .uk-navbar-nav > li > a .uk-icon svg,
  header .uk-navbar-toggle .uk-icon svg{
    color: #fff;
  }

  header .uk-navbar-nav > li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

    header .uk-navbar-nav > li.uk-button {
      padding: 10px 5px; }

      header .uk-navbar-nav > li.uk-button a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #000; }

        header .uk-navbar-nav > li.uk-button a:before {
          content: ""; }

    header .uk-navbar-nav > li:hover, header .uk-navbar-nav > li:focus, header .uk-navbar-nav > li:active {
      color: #f26c4f;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

      header .uk-navbar-nav > li:hover a, header .uk-navbar-nav > li:focus a, header .uk-navbar-nav > li:active a {
        color: #f26c4f;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

  header .logo {
    display: block;
    float: left; }
    @media screen and (min-width: 960px) {
      header .logo {
        /* position: absolute;
        z-index: 2;
        top: 0; */
        display: inline-block;
        float: left; } }
    header .logo img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      max-width: 90px; }
      @media screen and (min-width: 1200px) {
        header .logo img {
          max-width: 90px;
          width: 100%; } }
  header .uk-navbar-nav > .current-menu-ancestor a,
  header .uk-navbar-nav > .current_page_item a,
  header .uk-navbar-nav > .current-page-ancestor a,
  header .uk-navbar-nav > .current-menu-parent a {
    color: #f26c4f; }
  header .uk-navbar-nav .uk-nav > li > a {
    padding: 10px 15px;
    text-transform: inherit;
    color: #363636; }
  header .uk-navbar-nav .uk-nav > .current_page_item a,
  header .uk-navbar-nav .uk-nav > .current-menu-parent a {
    color: #f26c4f !important; }
  header .uk-button {
    font-size: 14px; }
    @media screen and (min-width: 1200px) {
      header .uk-button {
        font-size: 16px; } }

  header .uk-navbar-dropdown {
    background-color: #020312;
    padding: 15px;
    width: auto;
    max-width: 300px; 
  }

    header .uk-navbar-dropdown .uk-nav > li > a {
      color: #fff;
      font-family: "BricolageGrotesque-Light";
      font-size: 15px;
    }

      
    header .uk-navbar-dropdown .uk-nav > li.uk-active > a {
      color: #fff;
      opacity: 0.7;
    }

header .header_text{
  font-family: "BricolageGrotesque-SemiBold";
  font-size: 21px;
  line-height: 28px;
}
@media screen and (min-width: 640px) {
  header .header_text{
    font-size: 24px;
    max-width: 180px;
  }
}

@media screen and (min-width: 640px) {
  .contact_btn {
    display: none; } }

.uk-offcanvas-bar button:after {
  display: none; }
.uk-offcanvas-bar .uk-active a {
  color: #f26c4f; }
.uk-offcanvas-bar .uk-active ul li.uk-active a {
  color: #f26c4f;
}
.uk-offcanvas-bar ul li a {
  font-family: "BricolageGrotesque-Light";
  font-size: 16px;
}
.uk-offcanvas-bar ul li a:hover,
.uk-offcanvas-bar ul li a:active,
.uk-offcanvas-bar ul li a:focus{
  color: #f26c4f ;
}
.uk-offcanvas-bar .uk-active ul li a {
  color: #fff; }
.uk-offcanvas-bar .btn_canvas .uk-icon {
  margin-left: 15px; }
.uk-offcanvas-bar .uk-navbar-nav > .current-menu-ancestor a,
.uk-offcanvas-bar .uk-navbar-nav > .current_page_item a,
.uk-offcanvas-bar .uk-navbar-nav > .current-page-ancestor a,
.uk-offcanvas-bar .uk-navbar-nav > .current-menu-parent a {
  color: #f26c4f; }
.uk-offcanvas-bar .uk-navbar-nav .uk-nav > li > a {
  padding: 10px 15px;
  text-transform: inherit;
  color: #363636;
}
.uk-offcanvas-bar .uk-navbar-nav .uk-nav > .current_page_item a,
.uk-offcanvas-bar .uk-navbar-nav .uk-nav > .current-menu-parent a {
  color: #f26c4f !important; }

/* ------------------------------------- Navigation ENDE ------------------------------------- */
footer {
  background-color: #002849;
  padding: 0 0 30px 0;
  border-top: 1px solid #f26c4f;
  position: relative;
  background-size: cover;
  background-position: 50%;
}


footer .overlay{
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  background-color: rgba(2, 3, 18,0.9);
}
footer .box_contact{
  text-align: center;
}
footer .box_contact .uk-icon{
  margin-bottom: 30px;
}
footer .container_text{
  max-width: 700px;
  text-align: center;
  margin-bottom: 30px;
}
footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 0 30px 0;
}



  footer .uk-navbar-nav > li > a {
    min-height: auto;
    color: #fff;
    font-family: "Manrope Light"; }
    footer .uk-navbar-nav > li > a:hover, footer .uk-navbar-nav > li > a:active, footer .uk-navbar-nav > li > a:focus {
      color: #fff; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer a{
    color: #fff;
  }
  footer p {
    margin: 0 0 25px 0;
    color: #fff;
  }
  footer .uk-icon svg{
    color: #fff;
  }

  footer .social_media .uk-icon {
    padding: 10px;
    border-radius: 30px; }
    footer .social_media .uk-icon svg {
      color: #fff; }
  footer .RightText {
    text-align: right; }
  footer .uk-navbar-nav {
    display: block; }
    @media screen and (min-width: 410px) {
      footer .uk-navbar-nav {
        display: flex; } }
    footer .uk-navbar-nav > li > a {
      padding: 5px 0;
      padding-left: 0; }
      @media screen and (min-width: 410px) {
        footer .uk-navbar-nav > li > a {
          padding: 0 15px;
          justify-content: center; } }
    footer .uk-navbar-nav > li:first-child > a {
      padding-left: 0; }
  footer .box_icon .uk-icon {
    background-color: #f26c4f;
    color: #fff;
    border-radius: 70px;
    padding: 15px; }

    footer .uk-navbar-nav > li.uk-active > a {
      color: #ffffff;
    }

footer .h2_footer{
  border: 2px solid #fff;
  padding: 15px 25px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 960px) {
  footer .h2_footer{
    margin-bottom: 40px;
  }
}
footer .h2_footer:after{
  border-style: solid;
  border-width: .625rem .625rem 0 0;
  border-color: #fff transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}





.slider_104 {
  padding: 0;
}
.slider_104 .scroll_to{
  display: none;
}
@media screen and (min-width: 960px){
  .slider_104 .scroll_to{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    padding: 20px;
  }
}
.slider_104 .uk-container {
position: absolute;
width: 100%;
left: 50%;
z-index: 3;
transform: translatex(-50%);
bottom: 0;
}
@media screen and (min-width: 960px){
  .slider_104 .uk-container {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: initial;
  }
}

.slider_104 .box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  width: 90%;
  bottom: 0;
}
@media screen and (min-width: 960px){
  .slider_104 .box {
    width: 100%;
    transform: translate(-50%,-50%);
    bottom: initial;
  }
}

.slider_104 ul li {
/* &:before{
	content: '';
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.6) 20%, transparent 70%, transparent 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
} */ }
.slider_104 h2,
.slider_104 .h2,
.slider_104 h1{
  color: #ffffff;
  font-family: "BricolageGrotesque-SemiBold";
  text-align: center;
  font-size: 35px;
  text-shadow: 0px 3px 5px black;
  animation-duration: .9s;
}
@media screen and (min-width: 960px){
  .slider_104 h2,
  .slider_104 .h2{
    font-size: 60px;

  }
}
.slider_104 .anm_slider{
  animation-duration: 1.3s;
}
.slider_104 .type-wrapper{
  text-align: center;
  height: auto;
  margin: 30px 0;
  line-height: 1.2;
}
.slider_104 p{
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Manrope Bold";
  text-shadow: 0px 3px 5px black;
}
.animated-text {
  font-family: monospace;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  animation: typing 4s steps(48) forwards;
} 

@keyframes typing {
   from {
      width: 0;
   }
   to {
      width: 48ch;
   }
}


@keyframes typing {
   from {
      width: 0;
   }
   to {
      width: 48ch;
   }
}

.p_small{
  font-size: 30px;
  font-family: "BricolageGrotesque-SemiBold";
  line-height: 40px;
}

.icon_repeater h2 {
  text-align: center; }
.icon_repeater .uk-container-expand {
  padding: 0 60px; }
.icon_repeater h3 {
  font-size: 21px;
  margin-bottom: 15px; }
.icon_repeater .box_img {
  border-radius: 30px;
  overflow: hidden;
  background-color: #f26c4f; }

.start_full {
  text-align: center;
  padding-bottom: 0; }
  .start_full h1 {
    margin-bottom: 40px; }
  .start_full .uk-container {
    max-width: 1100px; }

.parallax_start {
  position: relative; }
  .parallax_start .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(240, 240, 240, 0.7);
    z-index: 1; }
  .parallax_start .content {
    position: relative;
    z-index: 2; }
  .parallax_start .uk-container {
    padding: 15px 0; }
    @media screen and (min-width: 960px) {
      .parallax_start .uk-container {
        padding: 30px 0; } }
    @media screen and (min-width: 1000px) {
      .parallax_start .uk-container {
        padding: 40px 0; } }
    @media screen and (min-width: 1200px) {
      .parallax_start .uk-container {
        padding: 80px 0; } }

.content_repeater {
  background-repeat: repeat;
  background-size: 230px; }
  .content_repeater .box_img {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    height: 100%; }

.service_teaser {
  background-repeat: repeat;
  background-size: 170px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .service_teaser h2 {
      margin-bottom: 60px; } }
  .service_teaser .box_ratio {
    max-width: 100px;
    margin: 0 auto 30px auto; }

.services {
  background-color: #e45680;
  text-align: center; }
  .services .uk-container {
    max-width: 1000px; }
  .services h2,
  .services h3,
  .services p,
  .services .uk-icon {
    color: #fff; }

.products {
  text-align: center; }
  @media screen and (min-width: 640px) {
    .products {
      text-align: left; } }
  .products h3 {
    margin-bottom: 0px; }
  .products .icon_ {
    max-width: 100px;
    min-width: 100px;
    margin: 0 auto; }
    @media screen and (min-width: 640px) {
      .products .icon_ {
        margin: 0; } }

.contact iframe {
  height: 100%;
  width: 100%; }

@media screen and (min-width: 960px) {
  .full h1 {
    font-size: 36px; } }
@media screen and (min-width: 960px) {
  .full h2 {
    font-size: 30px; } }
@media screen and (min-width: 960px) {
  .full h3 {
    font-size: 24px; } }
@media screen and (min-width: 960px) {
  .full h3 {
    font-size: 21px; } }

.full_101 .uk-container:before {
  content: "";
  position: absolute;
  border-left: 3px solid #f26c4f;
  left: 0;
  height: 100%; }
.full_101 .alignleft {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;}
.content_repeater_100 .box_img,
.content_repeater_1001 .box_img {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  height: 100%;
}
.content_repeater_100 .box{
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .content_repeater_100 .box{
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .content_repeater_100 .box{
    padding-right: 100px;
    padding-left: 100px;
  }
}



}
.content_repeater_1001 h2{
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .content_repeater_1001 h2{
    font-size: 21px;
  }
}
  @media screen and (min-width: 1200px) {
    .teaser_icon_102 h2 {
      margin-bottom: 40px; 
    } 
  }
.teaser_icon_102 img {
  margin: 0 auto; 
}
.teaser_icon_102 h3 {
  margin: 0px 0 10px 0;
}

.teaser_icon_102 .box {
  padding: 30px; 
}
.teaser_icon_102 .box_ratio {
  max-width: 70px;
  margin: 0 auto; 
}
/*.teaser_icon_102 .icon_box img {
  padding: 25px; 
}*/
@media screen and (min-width: 1200px) {
  .teaser_icon_102 h3 {
    font-size: 25px; 
  } 
}
.teaser_icon_102 a {
  display: block; 
}
.teaser_icon_102 .box_img,
.teaser_icon_102 .box_img {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  height: 100%;
}
.teaser_icon_102 .text_full{
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .teaser_icon_102 .text_full{
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .teaser_icon_102 .text_full{
    padding-right: 100px;
    padding-left: 100px;
  }
}

.teaser_icon_116 .box_ratio {
  max-width: 70px;
  margin: 0 auto; 
}

.teaser_icon_116 .box_img {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  height: 100%;
}
.teaser_icon_116 a{
  display: block;
}
.teaser_icon_116 h3{
  text-align: center;
  margin: 20px 0 0 0;
}


.teaser_image_103 h2 {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .teaser_image_103 h2 {
      margin-bottom: 40px; } }
.teaser_image_103 img {
  margin: 0 auto 30px auto; }
.teaser_image_103 h3 {
  margin: 20px 0;
  text-align: center; }
.teaser_image_103 p {
  text-align: center; }
.teaser_image_103 .box {
  padding: 30px; }
.teaser_image_103 .box_ratio {
  max-width: 180px;
  margin: 0 auto; }

.teaser_image_105 .box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


/*.teaser_image_105 .box .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
*/
.teaser_image_105 .box:hover .overlay,
.teaser_image_105 .box:active .overlay,
.teaser_image_105 .box:focus .overlay{
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teaser_image_105 .uk-icon{
  margin-bottom: 30px;
  color: #fff;
}
.teaser_image_105 a{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teaser_image_105 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teaser_image_105 .box .inner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0;
  z-index: 2;

  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teaser_image_105 .box:hover .inner,
.teaser_image_105 .box:active .inner,
.teaser_image_105 .box:focus .inner{
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teaser_image_105 a:hover,
.teaser_image_105 a:focus,
.teaser_image_105 a:active{
  opacity: 1;
}
.teaser_image_105 .box:hover img,
.teaser_image_105 .box:focus img,
.teaser_image_105 .box:active img{
  transform: scale(1.2) rotate(-7deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



.teaser_image_105 .box h2 {
  color: #fff;
}

.teaser_image_105 .subheadline{
  text-transform: uppercase;
  font-family: "Manrope Bold";
  src: url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .teaser_image_105 .subheadline{
    font-size: 21px;
  }
}
.teaser_image_105 a{
  display: block;
}

/*    .teaser_image_105 .box h2:after {
      content: "";
      width: 70px;
      height: 2px;
      background-color: #f26c4f;
      display: block;
      margin: 20px 0; }*/
.teaser_image_105 .scnd_btn {
  margin-left: 30px;

}
.teaser_image_105

.teaser_image_105_1 .btn_scnd_style {
  background-color: #020312;
  margin-top: 30px;
  position: absolute;
  bottom: 40px;
  z-index: 2;
}
.teaser_image_105_1 .uk-slider-nav .uk-active a{
  background-color: #f26c4f;
}
.teaser_image_105_1  .uk-dotnav > * > * {
  border-color: #f26c4f;
}



.content_icon_106 img.icon {
  max-width: 80px;
  float: left; }
.content_icon_106 h2 {
  margin-bottom: 10px; }
  @media screen and (min-width: 1200px) {
    .content_icon_106 h2 {
      font-size: 30px; } }

.kontakt_107 iframe {
  width: 100%;
  min-height: 400px;
}
.kontakt_107 .box {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}
.kontakt_107 .box h2 {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .kontakt_107 .box h2 {
    margin-bottom: 20px;
  }
}

.kontakt_107 span,
.kontakt_107 svg{
  color: #fff;
}
.kontakt_107 hr{
  width: 43px;
  border-top: 2px solid #f26c4f;
}
.kontakt_107 .box_img{
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.kontakt_107 .form_107 p{
  margin: 0;
}
.kontakt_107 .social_box .uk-icon{
  padding: 10px;
  border-radius: 30px;
}
.kontakt_107 .caldera-grid .form-control {
  border: 0px;
  border-radius: 0px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  padding: 0px 12px 6px 0px;
}
.kontakt_107 .caldera-grid .form-control:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.3);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.3);

}

.content_trenner_108 .uk-container:after {
  content: "";
  width: 40%;
  height: 2px;
  /* background-image: linear-gradient(45deg, $color-p 0%, #6d6db6 100%); */
  background-color: #bababa;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.full_109_2 .box{
  padding: 30px;
  background-color: #1c1d2a;
}
.full_109_2 .uk-button{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.content_team_110 h2 {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .content_team_110 h2 {
      margin-bottom: 40px; } }
.content_team_110 .name {
  color: #f26c4f;
  font-size: 21px;
  margin-bottom: 5px; }
.content_team_110 .title_110 {
  color: #757575; }
.content_team_110 .box_ratio {
  border-radius: 50%; }

.blog_elements .box {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .blog_elements .box .box_img {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 200px;
    max-height: 200px;
    width: 100%; }
    .blog_elements .box .box_img .img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.8s linear 0.1s;
      -moz-transition: all 0.8s linear 0.1s;
      -o-transition: all 0.8s linear 0.1s;
      transition: all 0.8s linear 0.1s;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .blog_elements .box:hover .img, .blog_elements .box:focus .img, .blog_elements .box:active .img {
    transform: scale(1.1);
    -webkit-transition: all 0.8s linear 0.1s;
    -moz-transition: all 0.8s linear 0.1s;
    -o-transition: all 0.8s linear 0.1s;
    transition: all 0.8s linear 0.1s; }
  .blog_elements .box .box_text {
    padding: 30px; }
  .blog_elements .box .uk-button_carrer {
    display: block;
    padding: 10px 15px;
    text-align: right; }
    .blog_elements .box .uk-button_carrer .uk-icon {
      margin-left: 15px; }
  .blog_elements .box:hover .uk-button_carrer, .blog_elements .box:focus .uk-button_carrer, .blog_elements .box:active .uk-button_carrer {
    background-color: #f26c4f;
    color: #fff; }

.slider_111 {
  padding: 0;
  /* 	.uk-container{
  		position: absolute;
  		width: 100%;
  		left: 50%;
  		z-index: 3;
  		transform: translate(-50%,-50%);
  		top: 50%;
  	} */ }
  .slider_111 .box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    z-index: 2;
    bottom: 60px;
    text-align: center; }
    .slider_111 .box h1,
    .slider_111 .box p {
      text-shadow: 0px 3px 5px black;
      color: #fff; }
    .slider_111 .box p {
      font-size: 30px;
      font-family: "BricolageGrotesque-SemiBold"; }

.jobs .box {
  background-color: #f0f0f0;
  position: relative;
  -webkit-transition: all 0.1s linear 0.1s;
  -moz-transition: all 0.1s linear 0.1s;
  -ms-transition: all 0.1s linear 0.1s;
  -o-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
  border-left: 5px solid #f0f0f0; }
  .jobs .box:hover, .jobs .box:focus, .jobs .box:active {
    border-left-color: #f26c4f;
    transform: translateX(5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
  .jobs .box .inner {
    padding: 30px; }
.jobs .a {
  display: block; }

.history_112 .box {
  background-color: #f0f0f0;
  height: 100%;
  padding: 30px;
  border-radius: 30px;
}
.history_112 h2 {
  font-size: 21px;
}
@media screen and (min-width: 960px) {
  .history_112 h2 {
    font-size: 21px;
  }
}
.history_112 img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.portfolio_113{
  background-size: cover;
  background-position: 50%;
  position: relative;
}
@media screen and (min-width: 1200px) {
    .portfolio_113 h2{
      margin-bottom: 40px; 
    } 
  }
.portfolio_113 .box{
  background-color: rgba(2, 3, 18,0.7);
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  .portfolio_113 .box{
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio_113 .box{
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 960px) {
  .portfolio_113 .circle{
    clip-path: circle(70% at 0 50%);
    background-color: rgba(2, 3, 18,0.7);
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
.portfolio_113 p,
.portfolio_113 a{
  font-size: 20px;
  line-height: 1.6;
  font-family: "BricolageGrotesque-SemiBold";
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .portfolio_113 p,
  .portfolio_113 a{
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .portfolio_113 p,
  .portfolio_113 a{
    font-size: 29px;
  }
}
.portfolio_113 .uk-button{
  font-size: inherit;
  line-height: inherit;
}


.lebenslauf_114 .uk-container:before{
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(242,108,79,0.2);
}
.lebenslauf_114 .titel_114{
  font-size: 16px;
}
.lebenslauf_114 .box{
  padding: 30px;
  background-color: #1c1d2a;
  position: relative;
  z-index: 2;
}


.lebenslauf_114 .dot_left{
  background-color: #f26c4f;
  left: 50%;
  transform: translatex(-50%);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  bottom: -35px;
}
.lebenslauf_114 .dot_right{
  background-color: #f26c4f;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
p{
  margin: 0 0 5px 0;
}

.uk-grid-margin:last-child  .box .dot_right{
  display: none;
}

@media screen and (min-width: 640px){
  .lebenslauf_114 .box.left:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    background-color: #1c1d2a;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .lebenslauf_114 .box.right:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: #1c1d2a;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }
  .lebenslauf_114 .dot_left{
    background-color: #f26c4f;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
    left: inherit;
  }
  .lebenslauf_114 .dot_right{
    background-color: #f26c4f;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
  }
  .uk-grid-margin:last-child  .box .dot_right{
    display: block;
  }

}
@media screen and (min-width: 1200px){
  .lebenslauf_114 .dot_left{
    right: -45px;
  }
  .lebenslauf_114 .dot_right{
    left: -45px;
  }
  p{
    margin: 0 0 15px 0;
  }
}

.lebenslauf_114 h3{
  position: absolute;
  bottom: -5px;
  right: -4px;
  font-size: 36px;
  opacity: 0.1;
  color: #fff;
  text-align: right;
  z-index: 0;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 1200px){
  .lebenslauf_114 h3{
    font-size: 50px;
    bottom: -7px;
  }
}
.lebenslauf_114 strong{
  color: #f26c4f;
}
.lebenslauf_114 .uk-grid-divider > :not(.uk-first-column)::before,
.lebenslauf_114 .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before{
  border-left: 0px;
  border: 0;
}

.accordion_115 a:hover,
.accordion_115 a:focus,
.accordion_115 a:active{
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .accordion_115 h2 {
    margin-bottom: 40px;
  }
}
.accordion_115 img{
  margin: 0 auto;
  max-width: 250px;
}
@media screen and(min-width: 960px){
  .accordion_115 img{
    margin: inherit;
    max-width: 300px;
  }
}
.accordion_115 .uk-accordion-title::before{
    float: left;
    margin: 0 20px 0 0;
    padding: 20px 21px;
    border: 2px solid #f26c4f;
    background-color: #f26c4f;
  }
@media screen and (min-width: 960px) {
  .accordion_115 .uk-accordion-title::before{
    position: absolute;
    left: 0;
  }
}
.accordion_115 .uk-open .uk-accordion-title::before{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-color: transparent;
}
.accordion_115 .uk-accordion-title::before{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion_115 .uk-open .uk-accordion-title{
}
.accordion_115 .uk-accordion-title{
  line-height: 44px;
  color: #fff;
}
.accordion_115 .uk-accordion-title:hover:before{
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion_115 .uk-width-expand\@m {
  position: relative;
}
.accordion_115 .uk-accordion{
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .accordion_115 .uk-accordion{
    margin-left: 40px;
  }
}


.teaser_blog .ratio16_9::before {
padding-top: 76.25%;
}

.calenso-booking{

}
.calenso-booking .container, .calenso-booking .container-fluid, .calenso-booking .container-xxl, .calenso-booking .container-xl, .calenso-booking .container-lg, .calenso-booking .container-md, .calenso-booking .container-sm {
  padding: 15px 20px !important;
}
.cbw-select-service-title,
.multilang-title,
.cw-custom-title,
.multilang-title,
.cbw-choose-date-title,
.cbw-title,
.cbw-function,
.ng-star-inserted,
.text-overflow-center h3,
.cbw-card-title,
.calenso-booking .input-label{
  color: #f26c4f!important;
}
.calenso-button,
.ng-fa-icon{
  color: #020312!important;
}
.nav-pills li.active > button,
.nav-link{
  background-color: transparent!important;
}

.cbw-service-description,
.cbw-service-duration,
.cbw-service-price,
.svg-inline--fa,
.fa-chevron-up,
.text-overflow-center p,
.textarea-field,
.calenso-booking .form-control,
.cbw-card-subtitle,
.custom-field-checkbox-text .input-label{
  color: #212121!important;
}
.calenso-booking .badge {
  background-color: #020312!important;
}

.calenso-button,
.cw-card-header,
.calenso-booking .form-control,
.textarea-field,
.ng-select .ng-select-container,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{
  background-color: transparent!important;
}

.cbw-appointment-card,
.cbw-selected-appointment-card,
.calenso-booking .alert-warning{
  background-color: rgba(255,255,255,0.2)!important;
}

.calenso-booking .cal-month-view {
  background-color: transparent!important;
}


.borlabs_meldung {
  max-height: 300px;
  min-height: 300px;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .borlabs_meldung {
      max-height: 360px;
      min-height: 360px; } }
  .borlabs_meldung iframe {
    width: 100%; }
  .borlabs_meldung ._brlbs-content-blocker ._brlbs-embed {
    display: block !important; }
    .borlabs_meldung ._brlbs-content-blocker ._brlbs-embed img {
      width: 100%;
      margin: 0 !important;
      min-height: 500px; }
  .borlabs_meldung ._brlbs-content-blocker {
    max-height: 300px;
    min-height: 300px;
    overflow: hidden;
    display: block;
    margin: 0 !important; }
    @media screen and (min-width: 992px) {
      .borlabs_meldung ._brlbs-content-blocker {
        max-height: 360px;
        min-height: 360px; } }
    .borlabs_meldung ._brlbs-content-blocker ._brlbs-embed,
    .borlabs_meldung ._brlbs-content-blocker ._brlbs-google-maps {
      max-height: 300px;
      min-height: 300px; }
      @media screen and (min-width: 992px) {
        .borlabs_meldung ._brlbs-content-blocker ._brlbs-embed,
        .borlabs_meldung ._brlbs-content-blocker ._brlbs-google-maps {
          max-height: 360px;
          min-height: 360px; } }
  .borlabs_meldung ._brlbs-caption p {
    color: #fff; }
  .borlabs_meldung .borlabs-cookie-bct.bc-bct-iframe {
    max-height: 300px !important;
    min-height: 300px !important; }
    @media screen and (min-width: 992px) {
      .borlabs_meldung .borlabs-cookie-bct.bc-bct-iframe {
        max-height: 360px !important;
        min-height: 360px !important; } }

#BorlabsCookieBox h3 {
  font-size: 16px !important; }
  @media screen and (min-width: 960px) {
    #BorlabsCookieBox h3 {
      font-size: 19px !important; } }



