/*
 Theme Name:   Regina Jakits Theme
 Theme URI:
 Description:  by CBRA
 Author:       Claudia Brandl
 Author URI:
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


/*
html, body {
	width:100% !important;
	overflow-x:hidden !important;
}

*/
body {
  overflow-x: hidden;
}
body:not(home) {
  background-color: white;
}
body:not(home) #mobile-nav-bar {
  height: 40px;
}
.hud-logo-top {
  width: 50px;
  height:50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image:url(/wp-content/uploads/2020/06/Logo-Bild.svg);
}
.hud-newsletter-icon {
  width: 30px!important;
  height:20px!important;
  background-repeat: no-repeat;
  background-size: contain;
  background-image:url(/wp-content/uploads/2020/05/Newsletter.svg);
}
.icon {
  width: 20px;
  height:20px;
  background-repeat: no-repeat;
  background-size: contain;

  position: absolute;
  top:0;
  left:0;

}
.icon-newsletter {
  width: 23px;
  height:14px;
  background-image:url(/wp-content/uploads/2020/05/Newsletter.svg);
}
.icon-burger {
  background-image:url(assets/svg/Nav-Toggle.svg);
}
.icon-close {
  background-image:url(assets/svg/x-icon.svg);
  display: none;
}
.mobile-nav-icon-wrapper,
.nl-icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
#mobile-nav-bar,
#hud-right-bar,
#hud-top-bar,
#hud-bottom-bar {
  position: fixed;
  height: 80px;
  width: 100%;
  bottom:0;
  background-color: white;
  z-index: 105;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-nav-bar {
  display: none;
  bottom: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  justify-content: space-between;
  padding: 0 20px;

  width: auto;
  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;
  /* transform: translateY(-40px); */
  height: 120px;
  background-color: transparent;
}
#mobile-nav-bar .hud-logo-top {
  visibility: hidden;
}
#mobile-nav-bar.minimize {
  height: 40px;
  /* background-color: white; */
}
#hud-right-bar {
  background-color: transparent;
  bottom:auto;
  right: 0;
  width: 80px;
  height: 100%;
  z-index: 200;
}
#hud-top-bar {
  bottom:auto;
  top: 0;
}
#hero-logo {
  position: absolute;
  z-index: 110;
  top:25px;
  width:100%;
  height: 117px;
}

#site-navigation-desktop {
  font-family: 'benton-sans-wide';
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  /* align-items: center; */
  height: 100vh;
  width: 80px;
  background-color: transparent;
  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;

}
#site-navigation-desktop ul,
#site-navigation-desktop li {
  list-style: none;
  margin:0;
  padding:0;
}
#site-navigation-desktop .menu {
  height: 100%;
}
#site-navigation-desktop .menu-language-menu-container {
  bottom: 10vh;
  position: absolute;
}
#site-navigation-desktop .menu-navmenu-container li,
#site-navigation-desktop .menu-language-menu-container li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 40px;
  cursor: pointer;
}
#site-navigation-desktop .menu-navmenu-container a,
#site-navigation-desktop .menu-language-menu-container a {
  padding-left: 40px;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;

  position: relative;

  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;

  transition-delay: 0s;
  /* visibility: hidden; */
}
#site-navigation-desktop.open .menu-navmenu-container a,
#site-navigation-desktop.open .menu-language-menu-container a {
  width: auto;
  opacity: 1;
  transition-delay: 0.3s;
}
#site-navigation-desktop .menu-navmenu-container li:before {
  content:"";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #15284E;

  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;

}
#site-navigation-desktop .menu-navmenu-container li:first-child:before {
  width: 5px;
  height: 7px;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/svg/TOP-Arrow.svg);
}

#site-navigation-desktop .menu-language-menu-container li.active-lang:before {
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/svg/Checkmark.svg);
  opacity: 0;

  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;
  transition-delay: 0s;

}
#site-navigation-desktop.open .menu-language-menu-container li.active-lang:before {
  opacity: 1;
  transition-delay: 0.3s;
}
#site-navigation-desktop li {
  list-style: none;
}
/* #site-navigation-desktop .menu {
  min-width: 360px;
} */
#site-navigation-desktop:before,
#site-navigation-desktop:after {
  content:'';
  position: absolute;

  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background-color: white;
  transform: translateX(-300px);
  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;
}
#site-navigation-desktop:after {
  width: 100%;
  background-color: white;
  transform: translateX(0);
  opacity: 0;
  z-index: 100000;
}
#site-navigation-desktop.open {
  width: 300px;
}
#site-navigation-desktop.open:after {
  z-index: -1;
}
#site-navigation-desktop.open:before {
  transform: translateX(0);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05),
              0 2px 2px rgba(0,0,0,0.05),
              0 4px 4px rgba(0,0,0,0.05),
              0 6px 8px rgba(0,0,0,0.05),
              0 8px 16px rgba(0,0,0,0.05);
}
#site-navigation-desktop ul {
  position: relative;
}
#site-navigation-desktop li {
  margin: 17px 0;
}
/* #site-navigation-desktop li::marker, */
#site-navigation-desktop a {
  color:#15284E !important;
  pointer-events: none;
  display:inline-block
}

#site-navigation-desktop.open a {
  pointer-events: all;
}

/* #site-navigation-desktop #menu-navmenu {
  pointer-events: none;
}
#site-navigation-desktop.open #menu-navmenu a {
  pointer-events: all;
} */
/* #site-navigation-desktop li:hover::marker, */
#site-navigation-desktop .menu-navmenu-container li.current-menu-item a,
#site-navigation-desktop a:hover {
  color:#E30613 !important;
}
/* #site-navigation-desktop .menu-navmenu-container li:hover:before,  */
#site-navigation-desktop .menu-navmenu-container li.current-menu-item:not(:first-child):before {
  background-color: #E30613;
  transform: scale(2);
}
#site-navigation-desktop .menu-navmenu-container li:first-child:hover:before {
  background-color: transparent;
  transform: scale(1);
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(5937%) hue-rotate(353deg) brightness(88%) contrast(102%);
}
#site-navigation-desktop .menu-language-menu-container {
  font-size: 12px!important;
}

#nl-overlay {
  height: 100vh;
  width: 100%;
  max-width: 500px;
  position: fixed;
  right: 0;
  padding-right: 50px;
  z-index: 150;
  background-color: white;
  transform: translateX(100%);
  transition: all 0.5s ease-out;
  transition-timing-function: cubic-bezier(0.2, 0.2, 0.05, 1) !important;
  overflow-y: auto;
}
#nl-overlay-bg {
  position: fixed;
    z-index: 140;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    background-color: transparent;
    display: none;
    margin: 0;
    padding:0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#nl-overlay.open {
  transform: translateX(0);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05),
              0 2px 2px rgba(0,0,0,0.05),
              0 4px 4px rgba(0,0,0,0.05),
              0 6px 8px rgba(0,0,0,0.05),
              0 8px 16px rgba(0,0,0,0.05);
}

/* .shadow-shorter {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11),
              0 2px 2px rgba(0,0,0,0.11),
              0 4px 4px rgba(0,0,0,0.11),
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
} */

/* .elementor-694 .elementor-element.elementor-global-1137.nav-align-left .eael-one-page-nav-item {
    margin-bottom: 50px;
}
/* COOKIE NOTICE */

.cookie-notice-container a {
	color:white;
}

.cookie-notice-hidden {
	display: none;
}

@media only screen and (max-width: 600px) {
	#cookie-notice {
    min-width:200px;
	}
}

@media only screen and (min-width: 601px) {
	#cookie-notice {
		width:200px;
		min-width:50%;
	}
}

#cookie-notice {
	background-color:transparent;
	border: solid 3px #000000; /* Farbe Rand */
	opacity:0.9;
	margin-bottom:40px;
	margin-left:10px;
	margin-right: 10px;
	padding:30px;
	font-size:0.9em;
	line-height:1.5em;
}

#cn-notice-text div {
	margin-bottom:20px;
}

#cookie-notice .button-cb {
	background-color: #D8E3EC !important; /* Farbe Button Hintergrund */
	color:#222222; /* Farbe Button Schrift */
	padding: 12px 16px;
	border-radius: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
	border:none;
}

#cn-notice-text a#cn-more-info {
	display: none !important;
}

/* ENDE COOKIE NOTICE */

/* SOCIAL LINKS */

.cta .elementor-cta__bg-wrapper {
    display: none;
}


@media only screen and (max-width: 1024px) {
  .hud-logo-top {
    width: 30px;
    height: 30px;
  }
  #hud-top-bar,
  #hud-bottom-bar {
    height: 40px;
  }
  #hud-right-bar {
    width: 40px;
  }
  #site-navigation-desktop {
    width: 40px;
  }
  #top {
    margin: 40px;
    width: calc(100% - 80px);
    height: calc(100vh - 80px);
  }
  #site-navigation-desktop .menu-navmenu-container li,
  #site-navigation-desktop .menu-language-menu-container li {
    margin-left: 20px;
  }
  #site-navigation-desktop .menu-navmenu-container a,
  #site-navigation-desktop .menu-language-menu-container a {
    padding-left: 20px;
  }


}
@media only screen and (max-width: 768px) {
  #mobile-nav-bar {
    display: flex;
  }

  #site-navigation-desktop {
    transform: translateX(-80px);
  }
  #site-navigation-desktop.open {
    transform: translateX(0);
    width:100%;
  }
  #site-navigation-desktop.open:before {
    width:100%;
  }
  #hud-right-bar {
    transform: translateX(40px);
  }
  #hud-bottom-bar {
    height: 20px;
  }
  #top {
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
  }
  /* #hero-logo .elementor-container {
    top:25px;
    height: 64px;
  } */
  #hero-logo {
    top:0;
    left: -10px; /* optical center offset */
  }
  #site-navigation-desktop .menu-navmenu-container li,
  #site-navigation-desktop .menu-language-menu-container li {
    margin-left: 40px;
  }
  #site-navigation-desktop .menu-navmenu-container a,
  #site-navigation-desktop .menu-language-menu-container a {
    padding-left: 40px;
  }
  #nl-overlay {
    padding: 40px 0;
  }
}


@media only screen and (min-width: 1025px) {
  .cta div.elementor-cta__content {
      width: calc((100vw - 0*90px - 2*40px)/3);
      height:calc((100vw - 2*80px - 2*40px)/3);

  }
  .cta .elementor-cta__content {
    padding-top: 37%;
  	padding-bottom: 37%
  }

  #cbra-social-tabs{
  	border:0px solid;
  }

}
@media only screen and (max-width: 360px) {
  .cta .elementor-cta__content {
    padding: 0;
    }

    .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
        font-size: 14px;
    }

    .elementor-content-item.elementor-cta__content-item.elementor-icon-wrapper.elementor-cta__icon.elementor-view-default {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px)  {
  .cta .elementor-cta__content {
    padding: 50px;
    }

    .elementor-cta__description.elementor-cta__content-item.elementor-content-item {
        font-size: 20px;
    }

    .elementor-content-item.elementor-cta__content-item.elementor-icon-wrapper.elementor-cta__icon.elementor-view-default {
        margin-bottom: 15px;
    }
}

/* ENDE SOCIAL LINKS */

/* CONTENT-BREITE LIMITIEREN */



@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.width-limited {
		left: 40px !important;
		position:absolute;
    width: -moz-calc(100% - 80px) !important;
    width: -webkit-calc(100% - 80px) !important;
    width: -o-calc(100% - 80px) !important;
    width: calc(100% - 80px) !important;
	}
}

@media only screen and (max-width: 360px) {
	.width-limited {
		/* left: 15px !important;
    width: -moz-calc(100% - 32px) !important;
    width: -webkit-calc(100% - 32px) !important;
    width: -o-calc(100% - 32px) !important;
    width: calc(100% - 32px) !important; */
	}
}

@media only screen and (min-width: 1025px) {

  .width-limited {
  	left: 80px !important;
  	width: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
.width-limited-text {
	max-width: 1680px;
}

/* KLEINERE ANPASSUNGEN */

p {
    margin-bottom: 0;
}

#header {
    height: 80px;
}

@media only screen and (max-width: 360px) {
	#header {
    height: 60px;
}
}

@media only screen and (max-width: 360px) {
	#top-bar-logo {
		height: 50px;
	}
}

#newsletter-button:hover {
	cursor: pointer;
}

#elementor-popup-modal-128 > div > .dialog-close-button {
	/* Hier neuen Background einfügen */
}

@media only screen and (min-width: 1026px) {
	#elementor-popup-modal-100 > div > .dialog-close-button {
		display: none !important;
	}
}

/* Sidebar-Button Kontakt Positionierung + Background*/

#nl-sidebar a {
    background-image: url('/wp-content/uploads/2020/05/Newsletter.png');
    background-repeat: no-repeat;
    background-size: auto 17px;
    background-position: 50% 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1025px){

	#nl-sidebar a {
			background-size: auto 15px;
			background-position: 50% 50%;
	}
}

/* Newsletter-Popup */

.elementor-field-type-html {
    margin-bottom: 0 !important;
}

.elementor-field-type-acceptance {
	margin-bottom: 15px !important;
}

/* MOBILE ANPASSUNGEN LAUT ATJ */

@media only screen and (max-width: 360px) {
	#ueber-mich h2 {
			font-size: 28px;
	}

	#ueber-mich p {
			font-size: 17px;
			line-height: 30px;
	}


	.mobile-style h2 {
				font-size: 30px;
		line-height: 40px;
	}

	.mobile-stlye p {
			font-size: 20px;
			line-height: 30px;
	}

	.mobile-style h3 {
			font-size: 20px;
			line-height: 30px;
	}


	#quote p {
		font-size: 32px;
	}
}


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

#cbra-nl-form input {
  padding-left:0px;
  height: 30px;
  font-size: 16px;
  color:#15284E;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}




#cbra-nl-form .elementor-acceptance-field:checked{

  box-shadow: inset 0px 0px 0px 1px #000105;

}


/**SAFARI ONLY**/
#cbra-nl-form input[type=checkbox] {
   /* -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);*/

}


#cbra-nl-form .elementor-acceptance-field{
    width: 40px;
  height: 40px;
  border-radius: 0px;
  box-shadow: inset 0px 0px 0px 1px #15284E !important;
  margin-top:30px;
  border: 1px solid #000105 !important;

}


#cbra-nl-form .elementor-acceptance-field + label
{
    display: block;
    margin-left: 60px;
    margin-top: -43px;
    margin-bottom:34px;
    font-size:16px;
}


#cbra-nl-form .elementor-field-option {
  font-family: BentonSans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #15284E !important;
}


/**style pflichtfeld-star**/
#cbra-nl-form .elementor-mark-required .elementor-field-label:after {

    color: #15284E;

}
.cbra-carousel-mob .eicon-chevron-left{
 position:absolute;
 bottom: -120px;

 width: 30px!important;
 height: 30px!important;
 background-repeat: no-repeat;
 background-size: contain;
 background-image:url(assets/svg/Arrow.svg);
 left: 20px;

}

.cbra-carousel-mob .eicon-chevron-right{
 position:absolute;
 bottom: -120px;
 right:0px;

 width: 30px!important;
 height: 30px!important;
 background-repeat: no-repeat;
 background-size: contain;
 background-image:url(assets/svg/Arrow2.svg);
 right: 20px;
}
.cbra-carousel-mob .eicon-chevron-left:before,
.cbra-carousel-mob .eicon-chevron-right:before{
  content: none;
}

/**try checkbox**/
/*
#cbra-nl-form .elementor-field-type-acceptance .elementor-field-option {


background:url("https://pbs.twimg.com/profile_images/550291079719698432/LbybHjIh.jpeg") no-repeat;

        width: 25px;
        background-size: 50%;
        margin-top:80px;

}


#cbra-nl-form .elementor-acceptance-field:checked{
 background-image: url("https://boolie.org/wp-content/uploads/2017/11/checked.png")
}
#cbra-nl-form #form-field-field_5dae9fa {
    display:none;

}
*/
