html {
  
  scroll-behavior: smooth;

}

h1{
	text-transform: normal;
	margin-bottom:35px;
	color:#0e2e47;
	letter-spacing: 2px;
}
/**
h1:after{
	width: 280px;
	height: 1px;
	background: #0e2e47;
	position: absolute;
	top: 55px;
	content: "";
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
**/
h2{
	color: #698aaa;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin: 20px 0;
	text-transform: uppercase;

}

h2 a{
      text-decoration: underline;

}

p{
	text-align: justify;
	color:#393d42;
	line-height: 1.5em;
}

a{
        color: #698aaa;
}



.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}



.grecaptcha-badge {
	bottom:90px !important;
}

.navbar{
	background:rgba(255, 255, 255, 0);
	opacity: .98;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(101, 101, 101, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: none;
}

.navbar-toggler{
	outline:none !important;
}

.logo-brand{
	height:24px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #77a8d6;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .active {
	 color: #698aaa  !important;;

}

.navbar-dark .navbar-nav .active {
	border-bottom:1px solid #77a8d6;
}

.img-responsive{
	width:100%;
	height:auto;
}


.logobox{
	height:100vh;
	opacity:1;
	transition: opacity ease .7s;
	-webkit-transition: opacity ease .7s;
	-moz-transition: opacity ease .7s;
}


.op{
	opacity:0;
}

.logo{
    width: 600px;
	max-width:90%;
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
.oben {
	position: absolute;
    top: 70vh;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}




.arrow{
	 display:block;
	 width: 100px;
	 margin: 0 auto;
	cursor:pointer;
}


.bg{
position: relative;
background: rgba(255,255,255,0.9);
}


.bg2{
position: relative;
background: rgba(255,255,255,0.7);
}


.activo{
	color: #77a8d6;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.65rem;
}

.person{
	border-radius:10px;
}

.btn-primary {
    background-color: #77a8d6;
    border-color: #77a8d6;
}

.btn-primary:hover {
    background-color: #6d96bd;
    border-color: #6d96bd;
}
.parallax {
    /* The image used */
    background-image: url("../img/6.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}

#p1{
 background-image: url("../img/5.jpg");
}

#p2{
 background-image: url("../img/6.jpg");
}

.parallax section{
	background:rgba(255, 255, 255, 0.7)
}

section li {
    list-style-type: disc;
    padding-left: 10px;
    padding-bottom:10px;
    margin-left: 15px;
    /* list-style-position: outside; */
}

section li ul li{
    list-style-type: circle;
    padding-left: 10px;
    padding-top:10px;
    padding-bottom:0px;
    margin-left: 15px;
    /* list-style-position: outside; */
}

#finanzbuchhaltung h1{
	font-size:24px;
	text-align:left;
}

#steuererklaerungen h1{
	font-size:24px;
	text-align:left;
}


input, textarea{
	width:100%;
	margin:5px 0;
	border:none;
	border-bottom:3px solid #bbd4eb;
	transition:ease 0.3s;
	    font-family: 'Source Sans Pro', sans-serif;
		background:transparent;
	color: #000000;
	}

input[type=submit]{
	pointer-events: none;
	font-family: 'Source Sans Pro', sans-serif;
	border:3px solid rgba(255, 255, 255, 0.5);
	border-radius:0;
	margin-top:20px;
	width:150px;
	float:right;
	background-color:#77a8d6;
	margin-right:3px;
	transition:ease 0.3s;
	font-weight: 700;
	color:#fff;
	cursor: not-allowed;
	opacity: .5;
}

.activated{
pointer-events: auto !important;
cursor: pointer !important;
opacity: 1 !important;
}

.activated:hover{
background-color:#000;
}

#activateForm {
    border: none;
    margin-top: 19px;
    background: #7aaad7;
    color: #fff;
    padding: 4px 16px;
    cursor: pointer;
}

#activateForm:hover {
    background: #000;
}

.hidden{
	display: none;
}

input:focus,textarea:focus{border-color:#77a8d6; }

input[type=submit]:focus, input[type=submit]:hover{border-color:rgba(255, 255, 255, 0.5);}

footer a, footer p{
	position:relative;
	background:rgba(255, 255, 255, 0);
	color:#77a8d6;
}

#imprint{
	padding-top:100px !important;
}

#imprint p, #imprint h2{
	text-align:left;
}





.team{
    border-radius: 15px;
    margin-bottom: 30px;
    /* cursor: pointer; */
}

.team .team_base{
    overflow: hidden;
    height: 380px;
    border-radius: 15px;
}
.team .team_fg{
    position: relative;
    border-radius: 15px;
    padding-bottom: 15px;
    background: #77a8d6B3;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) .3s;
    transform: translateY(-105px);
    height: 380px;
    margin: 15px;
}

.team:hover .team_fg,.team:focus .team_fg{
	transform: translateY(calc(-100% - 50px));
	margin: 25px;
}

.team img{
    width: 100%;
}
.team_fg h1{
    font-size: 25px;
    color: #fff;
    padding: 15px;
    margin: 0;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) .3s;
}

.team_fg h2{
    font-size: 15px;
    color: #fff;
    padding: 0 15px 15px;
    margin: 0;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) .3s;

}

.team_fg a{
    padding: 0 15px 5px 25px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    transition: cubic-bezier(0.65, 0.05, 0.36, 1) .3s;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration:none;
}

.team:hover h1, .team:focus h1{
    font-size: 30px;
    color: #fff;
    padding: 80px 45px 20px;
    margin: 0;
}

.team:hover h2,.team:focus h2{
    font-size: 15px;
    color: #fff;
    padding: 0 45px 30px;
    margin: 0;
}

.team:hover a,.team:focus a{
    padding: 0 45px 30px;
    margin: 0;
    font-size: 15px;

}

.team a:hover{
    padding: 0 45px 5px;
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.team a:hover:before {
    visibility: visible;
    margin-left: 0;
    width: calc(100% - 90px);
    -webkit-transition: width 0.3s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s;
}

.team a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    margin-top: 23px;
    background-color: #fff;
    visibility: hidden;
    /* margin-left: 100%; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.swiper-slide img{width:100%}
