:root {
  --blue: #19669b;
  --white: #ffffff;
  --orange: #ff8c19;
  --green: #408c18;
  --light-blue: #8cd9ff;
  --banner-color: #8cd9ff;
}
html{scroll-behavior:smooth}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body,
b,
strong{
	font-family: 'Poppins', sans-serif;
}



h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height:1.5;
	font-size:1.6rem;
}


h2 {font-size: 2.5rem;}


opener {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height:1.5;
	font-size:1.6rem;
}

.header-empty{
	height: 18px;
	background: var(--banner-color);
}
.navbar{
	padding-left: 2.4rem;
	padding-right: 2.4rem;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: solid 3px var(--orange);
}
body.fixed{
	padding-top: 138px;
}
body.fixed .navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #fff;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	color: #3A3635;
	padding: 5px 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-brand img{
	max-width: 200px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.navbar-brand-2 img{
	max-width: 130px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

body.fixed .navbar-brand img{
	max-width: 130px;
}
body.fixed .navbar-brand-2 img{
	max-width: 80px;
}
.banner-area{
	background-image: url("../img/michael_granseuer_coaching_header-image.jpg");
	padding: 10rem 15rem 10rem;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 0;
}
.banner-area-content{
	max-width: 800px;
	margin: auto;
}
.banner-area-content .display-5{
	line-height: 1.5;
}
.banner-area .lead{
	margin-bottom: 8.1rem;
	font-size: 24px;
	line-height: 34px;
}
.btn:active,
.btn:focus{
	outline: none;
	box-shadow: none;
}
.btn{
	padding: 0.8rem 1rem;
	color: #231F1E;
	font-size: 18px;
	border-radius: 5px;
	border-width: 3px;
	outline: none;
	min-width: 210px;
	text-align: center;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
}
.btn-bg{
	background: var(--orange);
	border-color: var(--orange);
}

.btn-bgheader{
	background: var(--orange);
	border-color: #fff;
	color: #fff;
}

.btn-bgheader:hover{
	background: var(--orange);
	border-color: #fff;
	color: #fff;
}


.btn-outline{
	background: transparent;
	border-color: var(--orange);	
}
.btn:hover{
	transform: translateY(-2px);
}
.section{
	padding: 7rem 0;
	background: #fff;
}

.main-heading {
	margin-top: 20px;
	position: relative;
	margin-bottom: 4rem;
	margin-top: 0;
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 7rem;
}
.main-heading .heading-line {
	height: 6px;
	width: 80px;
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.heading-line.blue{
	background: #19669b;
}
.heading-line.orange{
	background: var(--orange);
}
.heading-line.green{
	background: var(--green);
}
.text{
	font-size: 16px;
	line-height: 28px;
}
.text p{
	margin-bottom: 30px;
}
.text p:last-child{
	margin-bottom: 0;
}
.text ul{
	padding-left: 20px;
	margin-bottom: 20px;
}
.section-blue{
	background: var(--light-blue);
	padding: 4rem 0;
}
.img-2{
	max-width: 200px;
	margin: auto;
}
.blue-section-heading{
	font-size: 2.2rem;
	line-height: 55px;
}
.section-box{
	
	padding: 10rem 0;
}
.section-box-main{
	margin-bottom: 5rem;
	font-weight: bold;
}
.box-content{
	background: var(--light-blue);
	padding: 40px 30px;
	border-radius: 5px;
	
}

.box-border {
	border: solid var(--orange) 1px;
	height: 100%;
}


.section-box-heading{
	position: relative;
	font-weight: bold;
	margin-bottom: 4.4rem;
	font-size: 1.5rem;
}
.section-box-heading:after{
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	background: var(--orange);
	left: 50%;
	margin-left: -20px;
	z-index: 2;
	bottom: -35px;
}
.box-content .btn{
	font-size: 16px;
	color: #231F1E;
	top: 65px;
	position: relative;
	padding: 0.8rem 2.8rem;
	min-width: auto;
}
.box-content ul{
	padding-left: 14px;
	margin-bottom: 0;
}
.section-box2{
	background: #fff;
}
.section-box2 .section-box-heading{
	margin-bottom: 2rem;
}
.section-box .section-box-main{
	margin-bottom: 10rem;
}
.section-box2 .section-box-heading:after{
	display: none;
}
.section-box2 .box-content{
	position: relative;
	padding: 0;
}
.section-box-padding {
	padding: 54px 80px !important;
}
.section-box2 .box-content:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: var(--orange);
	z-index: 10;
}
.form-heading{
	position: relative;
	margin-bottom: 2rem;
}
.form-heading:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -38px;
	height: 6px;
	background: var(--orange);
	z-index: 10;
	width: 76px;
	bottom: 0;
}
.form-container{
	max-width: 700px;
	margin: auto;
}
.form-control{
	height: 44px;
	border-color: #19669b;
	border-width: 1px;
}

.bgsection {
	background: #F1F9FC;
}
.submit-btn{
	color: #000 !important;
	border-color: #000 !important;
	border-width: 1px;
}
.footer{
	background: #8cd9ff;
}
.border-orage{
	border-color: var(--orange) !important;
}
.footer-logo img{
	max-width: 200px;
}
.footer-content h4{
	margin-bottom: 1rem;
}
.footer{
	padding: 2rem 15px !important;
}

@media screen and (max-width: 1092px){
	.navbar-brand img{
		max-width: 200px;
	}
	.navbar-brand-2 img{
		max-width: 100px;
	}
	
	.navbar-light .navbar-nav .nav-link{
		padding: 8px 1rem;
		font-size: 16px;
	}
	.banner-area {
		padding: 1rem 15px;
		height: calc(100vh - 123px);
		display: flex;
		display: -ms-flexbox;
		align-items: center;
	}
	.banner-area .display-5{
		font-size: 2rem;
	}
	.banner-area .btn{
		margin-bottom: 15px;
	}
	.section{
		padding: 6rem 0 !important;
	}
	.section-box-padding {
		padding: 27px 40px !important;
	}
	.border-orage{
		border:none !important;
	}
	.img-2{
		margin-bottom: 2rem;

	}
}
@media screen and (max-width: 1092px){
	.navbar{
		border-bottom: solid 3px var(--orange);
	}
}
@media screen and (max-width: 768px){
	.banner-area .lead{
		line-height: 26px;
	}
}

@media screen and (max-width: 640px){
	.banner-area .display-5{
		font-size: 1.2rem;
	}
	.banner-area .lead {
		margin-bottom: 3.1rem;
		font-size: 1rem;
	}
	.img-sec{
		margin: 2rem 0;
	}
	.navbar{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.main-heading{
		padding-left: 0;
	}
	.main-heading .heading-line{
		display: block;
		position: relative;
		margin-bottom: 35px;
	}
	.footer-logo img{
		max-width: 200px;
	}
}


a {color:black;}
a:hover {color: #212529; text-decoration: none;}