@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&display=swap');

/* @Arbo styling 2023 */

body {
  background-color: #ebebeb;
  font-family: 'Comfortaa', cursive;
  color: #3e3e3e;
}

a {
  color: #3e3e3e;
  font-weight: 500;
  text-decoration: none;
}

a:focus, a:hover {
  color: #c58521;
}

.top-section {
  margin-top: 70px;
}

b, strong {
  font-weight: 700;
}

h2, h3 {
  font-weight: 500;
}

h1 {
  color: #1f5a43;
  font-weight: 700;
}

.homepage .top-section {
  height: 100%;
}

.cta-box {
  position: absolute;
  top: 100px;
}

.top-section .container {
  background-color: #fff;
}

.intro-section h1 {
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 4px 2px 4px;
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
}

h3 {
  margin-top: 30px;
}

.navbar.bg-color-light {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(173, 173, 173, 0.15);
  /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
}

nav a {
  color: #777;
  font-weight: normal;
}

.navbar {
  margin-bottom: 0;
}

.navbar-light .navbar-brand {
  color: #3e3e3e;
  font-weight: 700;
  width: 150px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #c58521;
}

.navbar-light .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
  background: none;
  color: #c58521;
}

.navbar-light .navbar-nav .nav-link, .navbar-language .nav-link {
  color: #3e3e3e;
}

.navbar-light .navbar-nav .nav-link {
  padding: 8px 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #c58521;
}

.navbar-light .navbar-nav > li > a:focus, .navbar-light .navbar-nav > li > a:hover {
  /*color: #c58521;*/
	/*    background-color: #c58521;
	    padding: 8px 15px;
	    border-radius: 5px;*/
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #c58521;
  background: none;
}

.navbar-light .navbar-nav .nav-link.active:hover {
  /*color: #fff;*/
}

.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
  /*background: none;*/
  /*font-weight: bold;*/
  /*margin: 0 2px;*/
}

.navbar-light ul.navbar-nav {
  /*border-top: 1px solid #7abcef;*/
}

.navbar-nav > li > a.menuactive {
  /*color: #7abcef;*/
}

.navbar-toggler:focus, .navbar-toggler:hover {
  background: none;
}

.navbar-toggler .icon-bar {
  width: 26px;
  height: 4px;
}

.navbar-toggler .icon-bar {
  background-color: #616263;
}

.navbar-toggler .icon-bar:focus, .navbar-toggler .icon-bar:hover {
  background-color: #c58521;
}

.navbar-collapse {
  /*background-color: #f5f5f5;*/
  /*border: none;*/
}

.navbar-language {
  top: 7px;
}

.dropdown-menu {
  border-color: rgba(26, 63, 123, .15);
  box-shadow: 0 1px 2px rgba(26, 63, 123, .25);
}

.dropdown-item {
  color: #c58521;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #c58521;
  background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #c58521;
}

.btn {
  /*padding: .5rem 1.25rem;*/
  border-radius: 0;
}

.btn-light {
  color: #3e3e3e;
}

.btn-light:hover {
  color: #c58521;
}

.btn-primary {
  color: #fff;
  background-color: #c58521;
  border-color: #c58521;
}

.btn-primary:hover {
  color: #c58521;
  background-color: #fff;
  border-color: #c58521;
  text-decoration: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #c58521;
  background-color: #fff;
  border-color: #c58521;
  box-shadow: 0 0 0 0.25rem rgba(213, 172, 107, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #c58521;
  background-color: #fff;
  border-color: #c58521;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 172, 107, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #1f5a43;
  border-color: #1f5a43;
}

.btn-secondary:hover {
  color: #1f5a43;
  background-color: #fff;
  border-color: #1f5a43;
  text-decoration: none;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #1f5a43;
  background-color: #fff;
  border-color: #1f5a43;
  box-shadow: 0 0 0 0.25rem rgba(89, 133, 116, 0.5);
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #1f5a43;
  background-color: #fff;
  border-color: #1f5a43;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 133, 116, 0.5);
}

.btn-success {
  color: #c58521;
  background-color: #fff;
  border-color: #c58521;
}

.btn-success:hover {
  color: #fff;
  background-color: #c58521;
  border-color: #c58521;
  text-decoration: none;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #ff;
  background-color: #c58521;
  border-color: #c58521;
  box-shadow: 0 0 0 0.25rem rgba(213, 172, 107, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #c58521;
  border-color: #c58521;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 172, 107, 0.5);
}

.btn-sm {
  padding: .25rem .75rem;
}

.frontend-overview .btn-large {
  background-color: #c58521;
  border-color: #c58521;
  border-radius: 32px 32px 32px 32px;
  box-shadow: 4px 4px 12px 0px rgba(32.000000000000014, 45.00000000000007, 97, 0.24);
  /*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
}

.frontend-overview .btn-large:hover  {
    color: #c58521;
    background-color: #fff;
    border-color: #c58521;
}

.homepage .top-section .container {
    background: url(../images/image-landingspage.jpg) repeat-x;
  background-position: top center;
  background-size: cover;
  /*height: calc(100% - 85px);*/
}

.lead-area {
  text-align: center;
  padding: 5rem 1rem 3rem;
}

.subheader {
  padding: 0 0 0 20px;
  margin: 53px 0 0 0;
  white-space: nowrap;
  color: #fff;
  font-weight: 500;
}

.frontend-overview .svg-icon {
  filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(153deg) brightness(109%) contrast(104%);
}

/* change color https://codepen.io/sosuke/pen/Pjoqqp */
.frontend-overview .btn-secondary.btn-large:hover .svg-icon, .frontend-overview .btn-secondary.btn-large:focus .svg-icon {
    filter: invert(48%) sepia(90%) saturate(407%) hue-rotate(358deg) brightness(96%) contrast(90%);
}

.card  {
  /*background-color: rgba(8, 96, 67, 0.04);*/
  background-color: #F5F9F8;
  border: none;
  border-radius: 16px;
}

.control-label {
  font-weight: 500;
}

.form-control {
  /*background-color: #faf8f5;*/
  border-color: #e3d9ca;
}

.form-control:focus, .form-select:focus, .checkbox:focus, .email input[type=email]:focus {
  border-color: #7abcef;
}

.form-check-input:focus {
  border-color: #c58521;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(213, 172, 107, 0.25);
}

.form-check-input:checked {
  background-color: #c58521;
  border-color: #c58521;
}

.form-control:focus, .form-select:focus, .checkbox:focus, .email input[type=email]:focus {
  border-color: #c58521;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(213, 172, 107, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(213, 172, 107, .6);
}

.progress-bar {
  background-color: #c58521;
}

div.clients {
  padding: 0;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.clients a {
  margin: 20px 20px;
  display: inline-block;
  vertical-align: middle;
}

div.actions {
  clear: both;
  height: 240px;
}

.clientsouter {
  margin-bottom: 100px;
}

.about-section .container {
  color: #fff;
  background-color: #c58521;
  padding: 3rem 2rem;
}

.about-section h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

span.colored {
  /*color: #1f5a43;*/
}

.clients-section .container {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dashboard-section .container {
  background-color: #c58521;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.dashboard-section h2 {
  color: #fff;
  margin-bottom: 25px;
}

.dashboard-section .btn-success {
  margin-top: 30px;
}

.contact-section .container {
  color: #3e3e3e;
  background: #c5c5c5;
  text-align: center;
  border-radius: 40px 40px 0px 0px;
}

.contact-section p a, .contact-section a {
  color: #c58521;
}

.contact-section a:hover, .contact-section a:focus {
  color: #fff;
  text-decoration: underline;
}

#footer-menu .navbar-nav > li > a {
  color: #c58521;
}

#footer-menu .navbar-nav > li > a:hover, #footer-menu .navbar-nav > li > a:focus {
  color: #fff;
}

.footer-brand {
  display: inline-block;
}

.footer-content h2 {
  color: #1f5a43;
}

/*Round Icon Badges*/

.round {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  color: #3e3e3e;
  text-align: center;
  margin: 20px 10px;
}

.round > span {
  line-height: inherit;
}

.round.hollow {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
}

.round.hollow a {
  color: #3e3e3e;
}

.round.hollow a:hover {
  color: #c58521;
}

.round.hollow .glyphicon-phone {
  top: 3px;
}

.round.round-sm {
  height: 20px;
  width: 20px;
  line-height: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.7rem;
}

.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5rem;
}

#content .alert > p, #content .alert > ul {
    margin-top: 0;
    margin-bottom: 0;
}

#white-label-dashboard .tab-items .btn-group > button {
    color: #3e3e3e;
}

#white-label-dashboard .tab-items .btn-group > button.active,
#white-label-dashboard .tab-items .btn-group > button.active:focus,
#white-label-dashboard .tab-items .btn-group > button.active:hover {
    color: #c58521;
}


@media (min-width: 576px) {
    .top-section {
        margin-top: 90px;
    }

    .navbar-light .navbar-brand {
        width: 220px;
    }

    .navbar-language {
        top: 14px;
    }
}

@media (min-width: 768px) {
    .homepage .top-section .container {
        /*height: calc(100% - 103px);*/
    }

    .navbar-collapse {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-light .navbar-nav {
        padding: 10px 0 10px 15px;
    }

    .navbar.bg-color-light {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar.bg-color-light .container {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .navbar-language {
        top: 24px;
    }

    .sub-brand {
        margin-left: 0;
    }

    nav ul li {
        list-style: none;
        margin: 0;
        /*border-left: 1px solid;*/
    }

    nav ul li:first-child {
        border: none;
    }

    .lead-area {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    h1 {
        margin-top: 0;
    }

    .intro-section h1 {
        font-size: calc(2rem + 1.5vw);
        margin: 53px 0;
    }

    .intro-section .btn-primary {
        font-size: 1.3rem;
        padding: 1rem 1.25rem;
    }

    .about-section p.fixed-height {
        height: 45px;
    }
}


@media (min-width: 992px) {
    .small-lg {
        /*font-size: 85%;*/
    }

    .navbar-light ul.navbar-nav {
        border: none;
    }

    .navbar-language {
        top: 4px;
    }

    .lead-area {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .intro-section h1 {
        margin: 125px 0 105px;
    }

    .intro-section .home-content h1 {
        margin: 30px 0 30px 100px;
    }

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

    .speaker {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .navbar-light .navbar-nav > li > a {
        padding: 0 15px 1px;
    }

    .lead-area {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 0;
    }

    .intro-section h1 {
        margin: 175px 0 135px;
    }

    .about-section .container {
        padding: 4rem 8rem;
    }

    footer h2 {
        margin-top: .5rem;
    }

    .round {
        margin-bottom: 45px;
    }

    .speaker {
        margin-bottom: 50px;
    }
}

@media (min-width: 1400px) {
    .lead-area {
        /*padding-bottom: 6rem;*/
    }

    .intro-section h1 {
        /*margin: 225px 0 165px;*/
    }
}
