/**
 *  Created on : 11.09.2019, 17:10:57
 *  Author     : REFINE data | Jörn Karbaum
 */

:root {
  --red: rgb(226,94,81);
  --dark-gray: rgb(22,22,22);
  --border-gray: rgba(0,0,0,.125);
  --bg-gray: rgb(240,240,240);
  --bg-dark-gray: rgb(222,222,222);

  --bs-accordion-border-color: rgb(226, 94, 81);
}
body {
  font-weight: 100;
  color: var(--dark-gray);
}
/* Typography */
h1 {
  color: var(--red);
  font-size: 2rem;
}
h2 {
  color: var(--dark-gray);
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid var(--red);
  padding-bottom: 0.8rem;
  margin-bottom: 2rem;
}
h2.accordion-header .accordion-button {
  color: var(--dark-gray);
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px;
}
h3 {
  color: var(--dark-gray);
  font-size: 1.2rem;
  font-weight: 400;
}

h4 {
  color: var(--dark-gray);
  font-size: 1rem;
}
hr {
  border: none;
  border-bottom: 1px solid var(--red);
}
p, .copytext {
  color: var(--dark-gray);
  line-height: 1.6rem;
}
p i {
  font-style: normal;
  font-weight: 600;
}
p strong {
    font-weight: 400;
}
.figure-caption {
  color: var(--dark-gray);
  line-height: 1.6rem;
  font-size: 0.7rem;
  font-weight: 100;
  border: 1px solid var(--border-gray);
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
}
a {
  color: var(--dark-gray);
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.hyphenate {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


/*
 * Elements
 */
.logo-vdf {
  width: 75%;
}
.signature-container div {
  padding: 1rem 15px 1rem 15px;
}
.signature {
  font-family: 'Charmonman', cursive;
  font-weight: 400; /* 400, 700 */
  font-size: 3rem;
  font-style: italic;
  vertical-align: -80%;
}

.call-to-action p {
  font-size: 1.2rem;
  padding-top: 1.3rem;
}
.call-to-action a.btn {
  font-size: 0.9rem;
  border: 1px solid --var(red);
  background-color: --var(red);
  padding: 0.2rem 3rem;
  margin: 1rem 2rem;
}


/* html */
body {
    background-color: #EFEFEF;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* components */
.navbar {
    background-color: white;
    padding-top: 1rem;
    /* box-shadow: 0px 2px 4px #888; */
    font-size: 1.2rem;
    -webkit-box-shadow: 0px 9px 5px -4px var(--border-gray);
    box-shadow: 0px 9px 5px -4px var(--border-gray);
}
.navbar li.nav-item {
  border-right: 1px solid #888;

}
.navbar li.nav-item:last-child {
  border-right: none;
}
.navbar li.nav-item a.nav-item {
  margin: 0 1rem 0 1rem;
  padding: 0;
  color: rgba(22,22,22, 0.6);
  text-decoration: none;
}
.navbar li.nav-item a.nav-item:hover, .navbar li.nav-item a.nav-item.active {
    text-decoration: underline;
    color: rgb(22,22,22);
}
.navbar-first-row a.navbar-brand {
    float: right;
}

.content.container {
    background-color: white;
    min-height: 80vh;
    margin-top: 10rem;
    padding: 2rem;
    -webkit-box-shadow: 0 0 10px var(--border-gray);
    box-shadow: 0 0 10px var(--border-gray);
}

ul.no-bullets {
  list-style: none;
  padding-left: 0;
}
ul.no-bullets li {
  margin-bottom: 1rem;
}

.footer {
    background-color: var(--bg-gray);
    margin-top: 2rem;
    border-top: 1px solid var(--bg-dark-gray);
}
.footer .container {
    background-color: var(--bg-gray);
    padding: 2rem;
}
.footer .address p {
    font-size: 0.8rem;
    font-weight: 100;
    color: var(--dark-gray);
}
.footer .links ul {
    font-size: 0.8rem;
    list-style-type: none;
    color: var(--dark-gray);
}
.footer .links ul li a {
    font-weight: 100;
    line-height: 1.6rem;
    color: var(--dark-gray);
}

.footer .social {
    text-align: right;
}
.footer .social {
    display: inline;
}
.footer .social .mid{
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}
.footer .social a img.social-icon {
    width: 30px;
}

.sub-footer {
  padding: 0 2rem;
  background-color: var(--bg-dark-gray);
}
.sub-footer .row {
    margin: 0;
    text-align: center;
    padding-top: 1rem;
}
.sub-footer .copyright p {
    color: var(--dark-gray);
}

.confirmemail {
  display: none;
}

@media only screen and (min-width: 992px) {
    body {
        background: rgba(0,0,0,0.65);
        background-color: #EFEFEF;
        background-image: url("/assets/media/img/bg/5120x6800.png");
        background-blend-mode: darken;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media only screen and (max-width: 991px) {
    body {
        background: rgba(0,0,0,0.65);
        background-color: #EFEFEF;
        background-image: url("/assets/media/img/bg/2560x3400.png");
        background-blend-mode: darken;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .navbar-toggler {
        margin-top: 1.7rem;
    }
    .navbar li.nav-item {
        border-right: none;
        border-bottom: 1px solid #888;
        margin-right: 1rem;
                text-decoration: none;
    }
    .navbar li.nav-item a.nav-item {
        margin: 0.8rem 0 0.8rem 0;
        text-decoration: none;
    }
    .navbar-first-row {
        width: 100vw;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-toggler {
        margin-top: 0.8rem;
    }
    .navbar-brand img {
      width: 280px;
    }
    body {
        background-color: #EFEFEF;
        background-image: none;
    }
    .content.container {
        margin-top: 0;
    }
}

@media only screen and (max-width: 540px) {
    .navbar-toggler {
        margin-top: 0.8rem;
    }
    .navbar-brand img {
      width: 280px;
    }
}

@media only screen and (max-width: 511px) {
    .footer .social ul {
      text-align: left;
      padding-left: 0;
    }
    .footer .social ul li a img.social-icon {
      width: 40px;
    }
}

@media only screen and (max-width: 400px) {
    .navbar-toggler {
        margin-top: 0.2rem;
    }
    .navbar-brand img {
      width: 200px;
      margin-right: none;
    }
}

@media only screen and (max-width: 375px) {
    .navbar-toggler {
        margin-top: 0.2rem;
    }
    .navbar-brand img {
      width: 200px;
      margin-right: none;
    }
    .signature {
        font-size: 2.6rem
    }
}

