/*

Theme Name: Born Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
.sticky.stick {
    position: fixed;
}
body, html, p { 
font-size: 20px !important;
color: #4B4F59;
line-height: 1.4;
}
/* Sticky Right Column & Div */
body {
}
footer {
    box-shadow: 0 50vh 0 50vh #4B4F59; /* Full footer height */
}
table, th, td {
  border-collapse: collapse;
}
/* Gravity Styles */
.gform-theme label, .gform_button{
	font-size: 1.1em !important;
}
input, textarea {
  border: 0px !important;
  border-radius: 15px !important;
  box-shadow: none !important;
}
.gform_button{
	background: #E46627 !important;
	width: 100% !important;
	font-weight: 600 !important;
	padding: .5em !important;
	border-radius: 50px !important;
}
.hero-bg {
	background-image: url("assets/images/born-hoehenlinien.png") !important;
	background-repeat: no-repeat;
  background-position: right top;
  background-size: 60vw;
  opacity: 1;
}

.timeline .jahr::after {
  border-bottom: 2px dotted #E46627;
  content: '';
  width: calc(100% - 130px);
  right: 0;
  position: absolute;
  bottom: 0;
}
.timeline .jahr:last-of-type:after{
	border-bottom: 0px;
}
.timeline .jahr:last-of-type::before {
  content: '';
  width: 30px;
  background: url("assets/images/timeline-pfeil.svg") no-repeat bottom;
  height: 30px;
  position: absolute;
  left: 35px;
  bottom: 0px;
}
.timeline .jahr h4 {
  color: #E46627;
  margin-bottom: -10px;
}
.mejs-controls {
background-color: #fff !important;
border-radius: 10px !important;
border: 2px solid #F1EBE0 !important;
}
.mejs-controls .mejs-time {
    color: #4B4F59 !important;
}
.quote-born{
	position: relative;
}
.quote-born:after{
content: '';
background: url("assets/images/quote.png") no-repeat;
width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: -1;
  background-size: contain;
  left: -25px;
  padding-top: 30px;
  top: 0;
}
/*X-bg*/
.hero-bg {
  box-shadow: 0vh 0vh 0px 0vh white inset;
  transition: all 1s;
}

.hero-bg.active {
}
/* To Top */
.x-scroll-top {
  background: #E46627;
  opacity: 1 !important;
  border-radius: 20px 20px 0px 0px;
  border: 0px !important;
  color: #fff !important;
  box-shadow: 0px 0px 30px 0px rgba(75,79,89,0.3);
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 0 !important;
  width: 60px !important;
  height: 35px !important;
  float: none !important;
}
.x-scroll-top:hover {
  background: #74A2A2;
  opacity: 1 !important;
  border: 0px !important;
  color: #FFF !important;
}
.x-framework-icon > svg {
  width: .7em !important;
}
/**/

/* Dropdown container styles for TABS */
.x-tabs-list {
  border-radius: 15px;
  overflow: hidden !important;
}
/**/

.dropdown {
    position: relative;
    top: 0;
	z-index: 2;
}
/* Dropdown select box styles */
.select {
  background: #E46627;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5em;
  padding: .5em 1em;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
/* Styles for clicked select box */
.select-clicked {
}
/* Hover effect for select box */
.select:hover {
    background: #4B4F59;
	color: #fff;
}
/* Dropdown caret icon styles */
.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #E46627;
    transition: 0.3s;
}
.weg.fxStart{
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 0rem);
  -webkit-mask-repeat: no-repeat;
	animation: wegFX 1s ease;
}
@keyframes wegFX {
	0% {
  	-webkit-mask-position: 0vw -100vw;
    mask-position: 0vw -100vw;
  }
  100% {
    -webkit-mask-position: 0vw 0vw;
    mask-position: 0vw 0vw;
  }
}
.hero-image.fxStart:after{
	animation: heroFX .8s ease;
}
@keyframes heroFX {
   0% { 
 opacity: 0; 
 transform: scale(.8);
  }
  100% { 
  opacity: .4; 
  transform: scale(1);
  }
}
.blob{
}
.blob.fxStart{
  animation: blobFX .8s ease;
}
@keyframes blobFX {
   0% { 
  opacity: .3; 
  }
  100% { 
  opacity: 1; 
  }
}
/* Rotated caret for open dropdown */
.caret-rotate {
    transform: rotate(180deg);
}
/* Dropdown menu styles */
.menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: #4B4F59;
  border: 1px #363a43 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  position: absolute;
  top: auto;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 2;
  margin: 0px;
}
/* Dropdown menu item styles */
.menu li a {
    padding: 0.7em 0.5em;
    margin: 0.3em 0;
    border-radius: 0.5em;
    cursor: pointer;
	width: 100%;
	color: #fff;
}
/* Hover effect for menu items */
.menu li a:hover {
   color: #E46627;
}
/* Styles for active (selected) menu item */
.menu li.active a{
color: #E46627;
}
/* Styles for open dropdown menu */
.menu-open {
    display: block;
    opacity: 1;
}
/**/
select {
  line-height: 0;
  border: 0px !important;
  border-radius: 10px !important;
}
select option{
  font-size: 40px;
}
.gfield_required {
  font-size: 1.1em !important;
  color: #E46627 !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.gfield_label.gform-field-label.gfield_label_before_complex, .ginput_container input, .ginput_container textarea, select {
  font-size: 18px !important;
  color: #4B4F59 !important;
}
.gfield_label{
  color: #E46627 !important;
}
.ginput_container input, .ginput_container textarea, select {
  padding: 0px 15px !important;
  background: #F1EBE0 !important;
}
.gfield_checkbox{
	  cursor: pointer !important;
}
.gfield-choice-input {
  width: 25px !important;
  height: 25px !important;
  background: transparent;
}
.gfield-choice-input:before {
color: #4B4F59 !important;
}
.gfield span{
  position: relative !important;
}
.gform_body ul {
  list-style: none;
}
.gfield {
  position: relative;
  margin: 25px 5px 0 0;
}

.gform-field-label.gform-field-label--type-sub {
  transition: .1s all linear;
}

.gform-field-label.gform-field-label--type-sub {
position: absolute !important;
  top: 0px !important;
  color: #4B4F59 !important;
  font-size: .8em !important;
  padding: 8px 15px !important;
}

.active input, .active textarea  {
  padding-left: 15px;
	border: 3px solid #fff !important;
	background: #F1EBE0 !important;
}
span.active .gform-field-label.gform-field-label--type-sub, span.active .gform-field-label.gform-field-label--type-sub:visited {
top: -10px;
  color: #fff !important;
  background: #F1EBE0;
  padding: 0px 10px 0px 10px;
  font-weight: 600;
  left: 15px;
}
.x-anchor.x-anchor-layered-back {
  font-size: 15px;
}
.x-menu-collapsed .sub-menu {
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
  background: #fff;
  padding: 10px;
}
/**/

.marker-cluster-small:after {
  content: "";
  display: inline-block;
  height: 70px;
  width: 66px;
 background:url('https://born.krein-design.de/wp-content/uploads/Map-Marker.png') no-repeat top;
    background-size: auto;
  background-size: contain;
  margin-top: -20px;
  z-index: -1;
  position:absolute;

}
.marker-cluster-small div {
  background-color: #E46627 !important;
  color: #fff;
}
.marker-cluster-small {
  background: transparent !important;
}
.leaflet-popup {
  margin-bottom: -20px !important;
}
.leaflet-popup-content, .leaflet-popup-content h4{
	color: #4B4F59;
	font-family: Author !important;
	font-size: 1.3em !important;
}
.leaflet-popup-content h4 {
  color: #E46627;
  margin: 0px 0px 10px 0px !important;
}
/**/
.kostentabelle td {
  border-bottom: 2px solid #F1EBE0;
  padding: 5px 0px;
  font-weight: bold;
}
.kostentabelle td:first-child {
  color: #E46627;
}
.select {
  background: #fff;
  color: #4B4F59;
}
.unterstreichen {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 11%, #FFC6A8 11%, #FFC6A8 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
background-repeat: no-repeat;
background-size: 100%;
}
.unterstreichen.fxStart{
  animation: unterFX .8s ease;
  animation-delay: .2s;
}

@keyframes unterFX {
 0% 	{ background-size: 0%;}
  100% { background-size: 100%;}
}