@charset "utf-8";
/* CSS Document */
html, body{
	font-family: 'Lato', sans-serif;
}
.hideOnDesktop{
	display: block;
}
.hideOnMobile{
	display: none;
}
/*----------------------------- HEADER -----------------------------*/
.header{
	background-color:#fff;
	height: 86px;
}
.header_logo{
	display:table-cell;
	vertical-align:middle;
	height:86px;
}
.header_logo img{
	max-width:70%;
	height:auto;
}
.header_phrase{
	display:none;
	position:absolute;
	top:35px;
	right:80px;
	font-size:14px;
	font-weight: 700;
	color:#1c3b50
}
.header_phrase span{
	color:#ed694b;
}
/*----------------------------- FOOTER -----------------------------*/
.footer{
	background-color: #fff;
	position: relative;
	z-index: 1000;
}
.footer .container{
	background-color:#fff;
	position: relative;
	text-align: center;
	color:#1c3b50;
	font-weight: 700;
	letter-spacing: 1px;
	font-size:14px;
	padding: 30px;
}
/*----------------------------- NAVIGATION -------------------------*/
.navigation_icon{
	cursor:pointer;
	position:absolute;
	top:21px;
	right:0px;
}

.navigation{
	display: none;
	position:absolute;
	right:-15px;
	top:86px;
	width:250px;
	padding:30px;
	background-color: #fff;
	z-index: 1000;
}
.nav_item{
	font-weight: 700;
	font-size:20px;
	color:#1c3b50;
	margin-bottom: 20px;
	text-transform: uppercase;
	cursor:pointer;
}
.nav_item span, .nav_item.active{
	color:#ed694b;
}
.nav_item:hover{
	color:#ed694b;
}
/*----------------------------- COLORS -----------------------------*/
.coral{
	color:#ed694b;
}
.white{
	color:#fff;
}
.blue{
	color:#1c3b50;
}
.light_blue{
    color:#acc7d3;
}
.white{
   color:#ffffff;
}

.bg_coral{
	background-color:#ed694b;
}
.bg_white{
	background-color:#fff;
}
.bg_blue{
	background-color:#1c3b50;
}
.bg_light_blue{
    background-color:#acc7d3;
}
.bg_white{
   background-color:#ffffff;
}

.bg_coral_gradient{
    background: rgba(237,105,75,1);
    background: -moz-linear-gradient(left, rgba(237,105,75,1) 0%, rgba(85,37,19,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,105,75,1)), color-stop(100%, rgba(85,37,19,1)));
    background: -webkit-linear-gradient(left, rgba(237,105,75,1) 0%, rgba(85,37,19,1) 100%);
    background: -o-linear-gradient(left, rgba(237,105,75,1) 0%, rgba(85,37,19,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,105,75,1) 0%, rgba(85,37,19,1) 100%);
    background: linear-gradient(to right, rgba(237,105,75,1) 0%, rgba(85,37,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed694b', endColorstr='#552513', GradientType=1 );
	border:none !important;
}
/*----------------------------- HEADLINES---------------------------*/
h1{
	font-weight: bold;
	color: #1c3b50;
	font-size: 45px;
}
h1.white{
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}
h1.white_lg{
	font-weight: bold;
	color: #fff;
	font-size: 45px;
}
/*----------------------------- LINKS ------------------------------*/
a{
    text-decoration: none;
	color: inherit;
}
a:hover{
    text-decoration: none;
	color: inherit;
}
a .coral{
	color: #1c3b50;
}
.footer a{
	color: #1c3b50;
}
.footer{
	height:86px;
}
.footer .container{
	height:86px;
}
/*----------------------------- TEASER BOXES------------------------*/
.teaser_box {
	position:relative;
	width: 100%;
	padding-top: 50%;
}

.teaser_box:before {
	content: "";
	display:block;
	padding-top: 50%;
}

.teaser_box .content {
 	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	text-align: center;
}
.teaser_box .content_image {
 	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
}
/*----------------------------- TEASER BOXES------------------------*/
.teaser_box_about {
	position:relative;
	width: 100%;
	padding-top: 50%;
	border: 1px solid #acc7d3;
}

.teaser_box_about:before {
	content: "";
	display:block;
	padding-top: 50%;
}

.teaser_box_about .content {
 	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	padding:15px;
	text-align: left;
	font-size: 14px;
}
.teaser_box_about .content ul {
	margin-top:15px;
	padding-left: 15px;
	list-style: none; /* Remove default bullets */
}
.teaser_box_about .content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ed694b; /* Change the color */
  font-weight: normal; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.teaser_box_about .content_image {
 	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
}
/*----------------------------- TEASER BOXES------------------------*/
.box_content{
	height:100%;
	padding:30px;
	text-align: center;
}
.box_content_about{
	height:100%;
	padding:15px;
	text-align: left;
	border: 1px solid #acc7d3;
	font-size: 14px;
}
.box_content_about ul {
	margin-top:15px;
	padding-left: 15px;
	list-style: none; /* Remove default bullets */
}
.box_content_about ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ed694b; /* Change the color */
  font-weight: normal; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/*------------------------------------------------------------------*/
.hideScroll{
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
}


.hideScroll::-webkit-scrollbar {
  display: none;
}

.bigBox{
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-attachment: fixed;
	background-position-y: 86px;
	position: relative;
}
.bigBox.homeTop{
	height:calc(100vh);
	margin-top: 86px;
	background-position: center top;
}
.bigBox.coachingTop{
	height:calc(100vh);
	margin-top: 86px;
}
.bigBox.homeBottom{
	background-image: url('../images/bg_ueber_mich.jpg');
	height:calc(100vh - 86px);
}
.bigBox.homeBottomNew{
	height:calc(100vh - 86px);
}
.quote{
	font-size:20px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-top:35vh;
	/*color:#fff;*/
	color:#1c3b50;
    width:100%;
	text-align: left;
}
.quote.blue{
	color:#1c3b50 !important;
}
.quote span{
	font-size:10px;
}
.quote.home_start_quote span{
	font-size:inherit !important	;
}
.fixed-bottom{
	position: fixed !important;
}
.calc_full_height{
	height:calc(100vh - 86px) !important;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.calc_full_height:last-of-type {
  margin-bottom:86px;
}
.calc_full_height_desktop_only{
	height: auto;
}
.calc_full_height_desktop_only:last-of-type {
	margin-bottom:86px;
}

.main_content_padding{
	padding-left:15px;
	padding-right:15px;
}
.coral_list{
	margin-top:15px;
	padding-left: 15px;
	list-style: none; /* Remove default bullets */
}
.coral_list li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ed694b; /* Change the color */
  font-weight: normal; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.kontaktcontainer{
	background-image: url('../images/bg_kontakt_mobile.svg') !important;;
}
.circle_quote{
	width:calc(100% - 50px);
	background-color:rgba(255,0,0,0);
	text-align:right;
	margin-left: 50px;
	font-size: 19px;
}


.image_subtitle{
	margin-top:15px;
}
ul {
	margin-top:15px;
	padding-left: 15px;
}
.main_headline_container_single_line{
	margin-top:22vh;
}
.main_headline_container_double_line{
	margin-top:22vh;
}
.main_headline_container_tripple_line{
	margin-top:18vh;
}
.main_headline{
	line-height: 1.4em;
	text-align:right;
}
 p{
	margin:0;
	/*text-align: justify;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: 10 4 4;*/
}
strong{
	font-weight: 700 !important;
}
.bigBox.homeBottom{
	background-image: url('../images/home/loesch_start_fade.jpg') !important;
}
@supports (-webkit-overflow-scrolling: touch) {
    .checkBgFixedFailed {
        background-attachment: scroll !important;
		background-position-y: 0px;
		background-size: auto 100vh !important;
    }
}
