@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
	padding: 0;
	font-family: 'Aleo', sans-serif;
	color: #000000;
	font-size: 1.1rem;
	}
	@media (max-width: 778px) {
		body {
			font-size: 1.0rem;
			}
		}

.navbar {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	}

button.navbar-toggler {
	margin-top: 1.5rem;
	}

.navbar-toggler {
	padding: .5rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50%/100% 100% no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 50%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: 100% 100%;
    background-origin: padding-box;
    background-clip: border-box;
	}

.navbar-brand img {
	height: 80px;
	display: block;
	}
	@media (max-width: 778px) {
		.navbar-brand img {
			height: 70px;
			max-width: 90%;
			}
		}

.navbar-nav {
	padding-top: 52px;
	}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #000000;
	text-transform: uppercase;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
	font-weight: 400;
	font-style: italic;
	}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
	color: #77ae58;
	}

.navbar-light .navbar-nav .active a.nav-link {
	color: #77ae58;
	font-weight: 600;
	} 

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
	}

.sr-only-focusable:focus,
.sr-only-focusable:active {
	clip: auto !important;
	-webkit-clip-path: none !important;
	clip-path: none !important;
	height: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;
	}

.jumbotron {
	width: 90vw;
	margin-left: 5vw;
	height: 70vh;
	margin-bottom: 2rem;
	border-radius: 0;
	background-image: url("../images/banner-nicole-heinrich-index.jpg");
	background-size: cover;
	background-position: center center;
	}
	@media (max-width: 767px) {
		.jumbotron {
			height: 60vh;
			width: 94vw;
			margin-left: 3vw;
			margin-bottom: 2rem;
			border-radius: 0;
			background-image: url("../images/banner-nicole-heinrich-index-mobil.jpg");
			background-size: cover;
			background-position: center center;
			}
		}

.jumbotron-kontakt {
	width: 90vw;
	margin-left: 5vw;
	height: 70vh;
	margin-bottom: 2rem;
	border-radius: 0;
	background-image: url("../images/banner-nicole-heinrich-kontakt.jpg");
	background-size: cover;
	background-position: center center;
	}
	@media (max-width: 767px) {
		.jumbotron-kontakt {
			height: 60vh;
			width: 94vw;
			margin-left: 3vw;
			margin-bottom: 2rem;
			border-radius: 0;
			background-image: url("../images/banner-nicole-heinrich-kontakt-mobil.jpg");
			background-size: cover;
			background-position: center center;
			}
		}

.jumbotron-leistungen {
	width: 90vw;
	margin-left: 5vw;
	height: 70vh;
	margin-bottom: 2rem;
	border-radius: 0;
	background-image: url("../images/banner-nicole-heinrich-leistungen.jpg");
	background-size: cover;
	background-position: center center;
	}
	@media (max-width: 767px) {
		.jumbotron-leistungen {
			height: 60vh;
			width: 94vw;
			margin-left: 3vw;
			margin-bottom: 2rem;
			border-radius: 0;
			background-image: url("../images/banner-nicole-heinrich-leistungen-mobil.jpg");
			background-size: cover;
			background-position: center center;
			}
		}

.jumbotron-referenzen {
	width: 90vw;
	margin-left: 5vw;
	height: 70vh;
	margin-bottom: 2rem;
	border-radius: 0;
	background-image: url("../images/banner-nicole-heinrich-referenzen.jpg");
	background-size: cover;
	background-position: center center;
	}
	@media (max-width: 767px) {
		.jumbotron-referenzen {
			height: 60vh;
			width: 94vw;
			margin-left: 3vw;
			margin-bottom: 2rem;
			border-radius: 0;
			background-image: url("../images/banner-nicole-heinrich-referenzen-mobil.jpg");
			background-size: cover;
			background-position: center center;
			}
		}

.jumbotron-inner {
	position: absolute;
	background-color: rgba(84,123,63,0.90);
	padding-top: 1rem;
	padding-bottom: 0.1rem;
	padding-left: 2rem;
	margin-left: 0;
	left: 5vw;
	bottom: 10rem;
	width: 90%;
	}
	@media (max-width: 991px) {
		.jumbotron-inner {
			position: relative;
			width: 94vw;
			margin-left: -3vw;
			left: 0;
			margin-top: 65vh;
			}
		}

h1 {
	color: #77ae58;
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 20px;
	}
	@media (max-width: 991px) {
		h1 {
			font-size: 1.6rem;
			}
		}

p.jumbotron-headline {
	color: #ffffff;
	font-style: italic;
	font-weight: 400;
	font-size: 3.0rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 0;
	}
	@media (max-width: 991px) {
		p.jumbotron-headline {
			font-size: 1.4rem;
			}
		}

h2, .hl2 {
	color: #77ae58;
	font-weight: 600;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	}

h3 {
	color: #77ae58;
	font-size: 1.4rem;
	}

h4 {
	color: #000000;
	font-size: 1.2rem;
	}

a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #77ae58;
	text-decoration: none;
	}

hr.featurette-divider {
	display: flex;
	margin: 4rem 0;
	border: none;
	}
	@media (max-width: 991px) {
		hr.featurette-divider {
			margin: 2rem 0;
			}
		}

.responsive-image {
	width: 100%;
	height: auto;
	}

.featurette img {
	padding-bottom: 20px;
	}

footer {
	width: 94vw;
	margin-left: 3vw;
	margin-bottom: 5vh;
	display: flex;
	background-color: #77ae58;
	color: #ffffff;
	padding-top: 4rem;
	padding-bottom: 4rem;
	}

.footer-lead {
	font-size: 2.0rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
	}

footer a {
	color: #ffffff;
	text-decoration: none;
	}

footer a:hover {
	color: #000000;
	text-decoration: none;
	}

footer a.active {
	color: #ffffff;
	text-decoration: underline;
	}

.fix-width {
	display: inline-block;
	width: 90px;
	}

.back-to-top {
    bottom: 45px;
    color: #000;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 6vw;
    background-color: rgba(255,255,255,1.00);
    padding: 10px;
    opacity: 0.8;
	border: 1px solid #c0c5e3; 
	}
    @media only screen and (max-width: 991px) {
		.back-to-top {
			bottom: 15px;
			right: 7vw;
			z-index: 500;
            padding: 5px;
			}
	}
	@media only screen and (max-width: 767px) {
		.back-to-top {
			bottom: 15px;
			right: 7vw;
			z-index: 500;
			}
	}

.back-to-top:hover,
.back-to-top:focus-within {
	opacity: 1.0;
	text-decoration: none;
	}

.arrow-up {
	font-weight: 600;
	font-size: 1.6rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-bottom: 0.4rem;
	}

li button {
	border: 2px solid #77ae58;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	margin-left: 1vw;
	}

button:hover {
	background-color: #77ae58;
	}

.material-icons-round {
    color: #000000;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    vertical-align: middle;
    text-align: center;
    }   
    @media only screen and (max-width: 767px) {
		.material-icons-round  {
			font-size: 1.2rem;
			}
		}

button a:hover {
	text-decoration: none;
	}

/* FONT-INTEGRATION */

/* Aleo regular */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  src: local('Aleo Regular'), local('Aleo Regular'),
       url('../fonts/aleo-regular-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-regular-webfontlwoff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* Aleo italic */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 400;
  src: local('Aleo italic'), local('Aleo italic'),
       url('../fonts/aleo-italic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-italic-webfontlwoff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* Aleo light */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 300;
  src: local('Aleo light'), local('Aleo light'),
       url('../fonts/aleo-light-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-light-webfontlwoff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* Aleo light italic */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 300;
  src: local('Aleo lightitalic'), local('Aleo lightitalic'),
       url('../fonts/aleo-lightitalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-lightitalic-webfontlwoff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* Aleo bold */
@font-face {
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 600;
  src: local('Aleo bold'), local('Aleo bold'),
       url('../fonts/aleo-bold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-bold-webfontlwoff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* Aleo bold italic */
@font-face {
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 600;
  src: local('Aleo bolditalic'), local('Aleo bolditalic'),
       url('../fonts/aleo-bolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/aleo-bolditalic-webfontlwoff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* material-icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
	  local('MaterialIcons-Regular'),
	  url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
	  url("../fonts/MaterialIcons-Regular.woff") format('woff'),
	  url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
	}