/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/* Main Color: #81a2b6; */
@font-face {
    font-family: 'MPLUS1-Bold';
    src: url('../fonts/MPLUS1-Bold.eot');
    src: url('../fonts/MPLUS1-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MPLUS1-Bold.woff') format('woff'),
         url('../fonts/MPLUS1-Bold.woff2') format('woff2'),
         url('../fonts/MPLUS1-Bold.ttf') format('truetype'),
         url('../fonts/MPLUS1-Bold.svg#MPLUS1-Bold') format('svg');
}
@font-face {
    font-family: 'MPLUS1-Medium';
    src: url('../fonts/MPLUS1-Medium.eot');
    src: url('../fonts/MPLUS1-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MPLUS1-Medium.woff') format('woff'),
         url('../fonts/MPLUS1-Medium.woff2') format('woff2'),
         url('../fonts/MPLUS1-Medium.ttf') format('truetype'),
         url('../fonts/MPLUS1-Medium.svg#MPLUS1-Medium') format('svg');
}

@font-face {
    font-family: 'MPLUS1-ExtraBold';
    src: url('../fonts/MPLUS1-ExtraBold.eot');
    src: url('../fonts/MPLUS1-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MPLUS1-ExtraBold.woff') format('woff'),
         url('../fonts/MPLUS1-ExtraBold.woff2') format('woff2'),
         url('../fonts/MPLUS1-ExtraBold.ttf') format('truetype'),
         url('../fonts/MPLUS1-ExtraBold.svg#MPLUS1-ExtraBold') format('svg');
}
/* -- weight 400 - 900 -- */

body {
  font-family: 'MPLUS1-Medium', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

h1 {
  font-family: 'MPLUS1-ExtraBold', arial, sans-serif;
  font-weight: normal;
}

h2, h3, h4, h5, h6, strong, b {
  font-family: 'MPLUS1-Bold', arial, sans-serif;
  font-weight: normal;
}

.small_layout h2 {  font-size: 2rem;}
.small_layout h3 {  font-size: 1.8rem;}
.small_layout h4 {  font-size: 1.5rem;}

nav ul a,
nav .brand-logo {
  color: #444;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
	padding-left: 1em;
	padding-right: 1em;
}
.navbar {
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .navbar {
    padding: 0.2rem 1rem;
  }
}

.nav-link.active {
	color: #000;
}

img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}

.header {
  padding-top: 60px;
  padding-bottom: 60px;
}

ul.icon_list:not(.browser-default) {
	padding-left: 20px;
}

ul.icon_list:not(.browser-default) li {
	list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

.btn-link,
a.btn-link,
a, a:visited {
  color: #81a2b6;
}

.btn-link:focus,
.btn-link:active,
.btn-link:hover,
a:focus,
a:active,
a:hover {
  color: #004f7e;
}

a.btn-primary,
.btn-primary {
  background-color: #81a2b6;
  border-color: #81a2b6;
  color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  border-color: #27445a!important;
  background-color: #27445a!important;
  color:#fff!important;
}

.btn-outline-primary {
  border-color: #81a2b6;
}

.contact_profile_img {
  /*max-width: 300px;*/
  padding-top: 3rem;
} 

.sidenav-trigger {
  color: #26a69a;
}

.container.content_container {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

@media only screen and (max-width : 992px) { 
    .container.content_container {
        padding-top: 2rem;
        padding-bottom: 3.5rem;
    }

}
@media only screen and (max-width : 600px) {
    .container.content_container {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    h1 {
    	font-size: 2rem;
    }
}

.icon-block {
  padding: 20px 20px 30px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


.box_intro_icon {
  max-width: 100px;
}

.navbar {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.logo {
	height: 63px;
}
@media screen and (max-width: 992px) {
	.logo {
		height: 40px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
.navbar-toggler:focus,
.navbar-toggler:focus-within,
.navbar-toggler:focus-visible,
.navbar-toggler:target {
	border: none;
	outline: none;
}
#onsite_nav.sticky-top {
  top: 104px;
}

#onsite_nav ul {
  padding-left: 0px;
  list-style-type: none;
}

#onsite_nav li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px 5px 7px 18px;
  color: #000;
  position: relative;
}
#onsite_nav li a:before {
  content: "»";
  font-size: 22px;
  position: absolute;
  top: 0px;
  left: 1px;
}

#onsite_nav li a:hover,
#onsite_nav li:hover a,
#onsite_nav li a:focus,
#onsite_nav li:focus a,
#onsite_nav li a:active,
#onsite_nav li:active a {
  /*color: #80a1b5; */
  text-decoration: none;
  background: rgb(2,0,36);
  background: -moz-linear-gradient(11deg, rgba(2,0,36,1) 0%, rgba(128,161,181,1) 0%, rgba(255,255,255,1) 48%);
  background: -webkit-linear-gradient(11deg, rgba(2,0,36,1) 0%, rgba(128,161,181,1) 0%, rgba(255,255,255,1) 48%);
  background: linear-gradient(11deg, rgba(2,0,36,1) 0%, rgba(128,161,181,1) 0%, rgba(255,255,255,1) 48%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
  }
/*
#nav_buchhaltung {
	background-image: url("../img/icons/icon_buchhaltung.png");
}
#nav_gehaltsabrechnung {
	background-image: url("../img/icons/icon_gehaltsabrechnung.png");
}
#nav_betriebswirtschaftliche_beratung {
	background-image: url("../img/icons/icon_analyse.png");
}
#nav_controlling {
	background-image: url("../img/icons/icon_controlling.png");
}
*/
.navbar {
  background-color: #fff;
}

.img_subline {
	display: block;
}

footer {
	background-color: #506470;
	padding-top: 40px;
	padding-bottom: 20px;
  color: #fff;
}

footer a {
  color: #adcbdd;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.footernav {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

.brown-text.text-lighten-3 {
  color: #c9c9c9 !important;
}

.sidenav-trigger img {
  max-width: 20px;

}

/*-- Leistungen --*/

.box_leistung .btn-link[data-toggle="collapse"] {
  border-left: 2px solid #81a2b6;
  border-radius: 0px;
  position: relative;
  padding-left: 40px;
}
.box_leistung .btn-link[data-toggle="collapse"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  background-image: url("../img/icons/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  transform: rotate(-90deg);
} 
.box_leistung .btn-link[data-toggle="collapse"].collapsed:after {
  content: " ";
  transform: rotate(90deg);
} 

.box_leistung .card {
  border-bottom: 2px solid #81a2b6;
  border-left: 2px solid #81a2b6;
  border-top: none;
  border-right: none;
  border-radius: 0px;
}
/*
#headline_finanzbuchhaltung,
#headline_gehaltsabrechnung,
#headline_betriebswirtschaftliche_beratung,
#headline_controlling {
	position: relative;
}

#headline_finanzbuchhaltung:before,
#headline_gehaltsabrechnung:before,
#headline_betriebswirtschaftliche_beratung:before,
#headline_controlling:before {
	content: " ";
	position: absolute;
	left: -60px;
	top: 10px;
	background-size: 50px;
	width: 50px;
	height: 50px;
	display: block;
}

#headline_finanzbuchhaltung:before {
	background-image: url("../img/icons/icon_buchhaltung.png");
}
#headline_gehaltsabrechnung:before {
	background-image: url("../img/icons/icon_gehaltsabrechnung.png");
}
#headline_betriebswirtschaftliche_beratung:before {
	background-image: url("../img/icons/icon_analyse.png");
}
#headline_controlling:before {
	background-image: url("../img/icons/icon_controlling.png");
}*/


.parallax-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
  max-height: 300px;
}
.parallax-container.deco_wrapper {
  height: 150px;
}
#index_banner.parallax-container {
  max-height: 500px;
}

.parallax-container:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(77,140,175,0.68);
    z-index:1;
}
.parallax-container .container {
	height: 100%;
}
.parallax-container .row {
	align-items: center;
	height: 100%;
}

.parallax_text_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}

.parallax-container h5 {
    line-height: 1.3;
    color: #27445a;
}
.parallax-container h5.white {
    line-height: 1.3;
    color: #fff;
}

.parallax_icon .icon_leistung {
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .parallax-container {
    height: 300px;
  }
  #index_banner.parallax-container {
    max-height: 500px;
    height: 400px;
  }
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg/home_background1.jpg");
  background-position: center;
}


.parallax-container .section {
  width: 100%;
}

.parallax_icon {
  min-height: 100px;
  margin-top: 100px;
  max-height: 300px;
  margin-bottom: 30px;
}

.parallax-container .parallax_bg_1 { background-image: url("../img/bg/home_background1.jpg");}
.parallax-container .parallax_bg_2 { background-image: url("../img/bg/home_background2.jpg");}
.parallax-container .parallax_bg_3 { background-image: url("../img/bg/home_background3.jpg"); background-position: right;}
.parallax-container .parallax_bg_4 { background-image: url("../img/bg/bg_4.jpg"); background-position: right;}
.parallax-container .parallax_bg_5 { background-image: url("../img/bg/bg_5.jpg"); background-position: right;}
.parallax-container .parallax_bg_6 { background-image: url("../img/bg/bg_6.jpg"); background-position: right;}
.parallax-container .parallax_bg_7 { background-image: url("../img/bg/bg_7.jpg"); background-position: right;}
.parallax-container .parallax_bg_8 { background-image: url("../img/bg/bg_8.jpg"); background-position: right;}
.parallax-container .parallax_bg_9 { background-image: url("../img/bg/bg_9.jpg"); background-position: right;}

#ck_bn_win {
  position: fixed;
  z-index: 10000;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ck_bn_win_inner {
  margin-top: 10%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}