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

body, input, select, textarea {
		color: #000000;
		font-family: 'montserrat-regular', sans-serif;
		font-weight: 300;
		font-size: 1.2rem;
		line-height: 1.6rem;
		}

header {
	height: 100vh;
	background-image: url("../images/bg-website-mahler-portrait-2025-01.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 3vh;
	}
	@media (max-width: 1200px) {
		header {
			height: 100vh;
			background-image: url("../images/bg-website-mahler-portrait-2025-01-mobil.jpg");
			background-size: contain;
			background-position: right top;
			background-repeat: no-repeat;
			padding-top: 3vh;
			}
		}

.navbar-brand img {
	height: 120px;
	display: block;
	}
	@media (max-width: 778px) {
		.navbar-brand img {
			height: 100px;
			}
		}

nav ul {
	list-style-type: none;
	padding-top: 8rem;
	padding-left: 0;
	}

nav ul li {
	display: block;
	}

nav ul a {
	padding: 8px 5px 0px 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 4.8rem;
	}

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

nav ul span {
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 4.8rem;
	}
	@media (max-width: 778px) {
		nav ul span {
			font-size: 2.8rem;
			}
		}

li.nav-item {
	margin-bottom: 5px;
	}
	@media (max-width: 778px) {
		li.nav-item {
			margin-bottom: 0;
			}
		}

.nav-bg-anthrazit,
.bg-anthrazit {
	background-color: #4b4b4a;
	}

.nav-bg-gruen,
.bg-gruen {
	background-color: #a2c037;
	}

.nav-bg-hellgrau,
.bg-hellgrau {
	background-color: #bdbdbd;
	}

.bg-intro-hellgrau {
	padding: 4rem 1rem 4rem;
	/*margin-bottom: 2rem;*/
	background-color: #bdbdbd;
	border-radius: 0;
	}

.bg-white-padding {
	padding: 4rem 1rem 4rem;
	}

.bg-kreation {
	background-image: url("../images/bg-kreation.jpg");
	background-size: cover;
	background-position: center center;
	}

.bg-webdesign {
	background-image: url("../images/bg-webdesign.jpg");
	background-size: cover;
	background-position: center center;
	}

.bg-printmedien {
	background-image: url("../images/bg-printmedien.jpg");
	background-size: cover;
	background-position: center center;
	}

.bg-beratung {
	background-image: url("../images/bg-beratung.jpg");
	background-size: cover;
	background-position: right center;
	}
	@media only screen and (max-width: 991px) {
    	.bg-kreation,
		.bg-webdesign,
		.bg-printmedien,
		.bg-beratung {
			height: 50vh;
			}
		}

h1 {
	color: #a2c037;
	text-transform: uppercase;
	font-size: 2.5rem;
	}

h2, .hl2 {
	color: #a2c037;
	font-weight: 400;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	}

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

strong {
	font-weight: 600;
	}

p.textlink a {
	color: #000000;
	text-decoration: underline;
	}

a:hover, p.textlink a:hover {
	text-decoration: none;
	}

.btn-primary {
	color: #fff;
	background-color: #4b4b4a;
	border-color: #a2c037;
	}
.btn-primary:hover {
	background-color: #a2c037;
	border-color: #4b4b4a;
	}

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

.flex-container {
	display: flex;
	}
	@media only screen and (max-width: 991px) {
    	.flex-container {
			display: block;
			}
		}

.flex-item {
	padding-top: 50px;
	padding-bottom: 50px;
	}
	@media only screen and (max-width: 991px) {
    	.flex-item {
			width: 90vw;
			margin-left: 5vw;
			}
		}

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

.team-foto {
	margin-bottom: 30px;
	}

.image-caption {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.0rem;
	color: #444444;
	font-style: italic;
	}

td {
  	padding: 10px 5px;
  	border-bottom: 1px solid #eee;
	}

/* -----  ----- */

footer {
	display: flex;
	background-color: #232323;
	color: #ffffff;
	padding-top: 4rem;
	padding-bottom: 4rem;
	}

.footer-lead {
	font-size: 1.8rem;
	text-transform: uppercase;
	}

footer a {
	color: #ffffff;
	}

footer a:hover {
	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: 45px;
    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: 40px;
			z-index: 500;
            padding: 10px 5px;
			}
	}
	@media only screen and (max-width: 767px) {
		.back-to-top {
			bottom: 15px;
			right: 8px;
			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;
	}

/* SIDE-BUTTONS */
.side-buttons {
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 1000;
	line-height: 1.0;
    text-align: left;
	}
	@media only screen and (max-width: 767px) {
		.side-buttons {
			position: fixed;
			top: 250px;
			right: 0;
			z-index: 1000;
			}
		}

.side-buttons div {
	display: block;
	background-color: #a2c037;
	padding: 10px 30px 10px 15px;
	margin-bottom: 10px;
	}
    @media only screen and (max-width: 767px) {
		.side-buttons div {
			margin-bottom: 5px;
            padding: 10px;
			}
		}

.side-buttons div a:hover {
	text-decoration: none;
	color: #000000;
	}

.phone >.phone-label {
	position: fixed;
	display: none;
	padding: 1rem 1rem 1rem 1rem;
	top: 300px;
	right: 67px;
	z-index: 2000;
	}
	@media only screen and (max-width: 767px) {
		.phone >.phone-label {
			top: 250px;
			right: 38px;
			padding: 1rem 1rem 1rem 1rem;
			}
		}

.mail >.mail-label {
	position: fixed;
	display: none;
	padding: 1rem 1rem 1rem 1rem;
	top: 354px;
	right: 67px;
	z-index: 2000;
	}
	@media only screen and (max-width: 767px) {
		.mail >.mail-label {
			top: 295px;
			right: 38px;
			padding: 1rem 1rem 1rem 1rem;
			}
		}

.phone:hover >.phone-label,
.phone:focus-within >.phone-label {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #4b4b4a;
    box-shadow: 0px 0px 1px #948b87;
	line-height: 1.4em;
	}

.side-buttons div div.phone-label a,
.side-buttons div div.mail-label a {
	text-decoration: none;
	background-color: none;
	color: #fff;
	padding: 0;
	margin-bottom: 0;
	}

.side-buttons div div.phone-label a:hover,
.side-buttons div div.mail-label a:hover {
	color: #a2c037;
	}

.mail:hover >.mail-label,
.mail:focus-within >.mail-label {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #4b4b4a;
    box-shadow: 0px 0px 1px #948b87;
	line-height: 1.4em;
	}

.material-icons-round {
    color: #fff;
    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;
			}
		}

.material-icons-round:hover {
	color: #000000;
	}


/* 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');
	}