﻿/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 
h1,h2,h3,h4,h5,table, td, th, li, p {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #006600;
  border: 1px solid #006600;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
  width: 50vw;
  max-width: 250px;
}

#mainNav .navbar-brand .logo {
    width: 100%;
    height: auto;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, 
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
    width: 30vw;
    max-width: 250px;
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1rem;
    color: #161616;
  }
  #mainNav .nav-link:hover {
    color: #006600;
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    max-width: 200px;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #006600;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #006600;
    outline: none;
    border-bottom: 0.25rem solid #006600;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.3rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #006600;
}

.btn-primary:hover {
  background-color: #005500;
}

.btn-primary:focus {
  background-color: #005500;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.btn-link {
	box-shadow: none !important;
	padding: 0;
}

.badge-primary {
	background-color: #006600;
}

.badge-primary:hover {
	background-color: #005500;
}

.table .thead-primary th {
    color: #fff;
    background-color: #006600;
    border-color: #005500;
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: #fff;
}

.about-section {
  padding: 4rem 0;
}

@media (min-width: 992px) {
   .about-section {
	  padding: 10rem 0;
	}
  }
}


.projects-section {
  padding: 4rem 0;
}

@media (min-width: 992px) {
   .projects-section {
	  padding: 10rem 0;
	}
  }
}
.featured-text {
  padding: 2rem;
}

.card {
	border-radius: 0px;
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    cursor: pointer;
}
.accordion-button.collapsed {
    border-bottom-width: 0;
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.75rem;
    font-size: 1.5rem;
    color: #4f4f4f;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
}

.accordion-button::before {
    display: inline-block;
	content: "";
	width: 1.25rem;
    height: 1.25rem;
    margin-right: .75rem;
	background-color: #006600;
	mask-image: url(../img/check-solid.svg);
	-webkit-mask-image: url(../img/check-solid.svg);
	mask-size: auto 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.accordion-button::after {
    display: inline-block;
	content: "";
	width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
	background-color: #006600;
	mask-image: url(../img/angle-up-solid.svg);
	-webkit-mask-image: url(../img/angle-up-solid.svg);
	mask-size: auto 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e9e9e9;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
}

@media (min-width: 992px) {
  .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #006600;
  }
}

.info-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .info-text {
    padding: 3rem;
  }
  .info-text hr {
    border-color: #006600;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(2555, 255, 255, 0.1) 0%, rgba(66, 66, 66, 0.5) 100%), url("../img/financial_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section p {
	font-size: 1.5rem;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #006600;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #006600;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}


.condition-section {
	padding: 10rem 0; 
}

.imprint-section {
	padding-top: 10rem;
	
}

.dataprivacy-section {
	padding-bottom: 10rem;
	
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #006600;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-gray {
  background-color: #f2f2f2 !important;
}

.bg-primary {
  background-color: #006600 !important;
}

.text-primary {
  color: #006600 !important;
}

.text-highlight {
	font-size: 2.5rem;
	font-weight: 100;
}

.object-fit-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer {
  padding: 5rem 0;
}
