
/* @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;300;400&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Shadows+Into+Light+Two&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-weight:300;
}

h1,h2,h3,h4 {
  color:#80c036;
  margin-bottom:10px;
  /* font-family: 'Shadows Into Light Two', cursive; */
  font-family: "Open Sans", sans-serif;
  font-weight: 100;

}

h3 {
    color: #000000;
}


.block {
        margin-bottom: 20px;
}

.block .btn-default {
    background: transparent;
    border: 1px solid #80c036;
    padding:5px 10px;
    font-size:12px;
    margin-top:10px;
}
.block .btn-white {
    background: transparent;
    border: 1px solid #ffffff;
    padding:5px 10px;
    font-size:12px;
    margin-top:10px;
    color: #ffffff;
}

.news {
  position:relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  margin-bottom:20px;
}
.news-image {
  float:left;
  width:40%;
}
.news-image img {
  width:100%;
}
.news-content {

  float:left;
  width:60%;
  padding:20px;
}
.news-rubrik {
  color: #ff7100;
  font-size:16px;
}

.news-text {
  margin-top:10px;
  font-size:12px;
  color: #666666;
}

.news-who {
  position:absolute;
  bottom: 10px;
  right:10px;
  color: #aaaaaa;
  font-size:11px;
}

.cal {
  margin-bottom:10px;
}
.cal-date {
  color:#ffffff;
  background-color: #ff7100;
  width:20%;
  font-size:12px;
  text-align:center;
  float:left;
  padding:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}
.cal-date b {
  color: #ffffff;
  font-size:18px;
  font-weight: bold;
}
.cal-text {
  color:#666666;
  padding:5px 20px;
  float:left;
  font-size:12px;
  width:80%;
}
.page-header[filter-color="orange"] {
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(90deg, rgba(253, 66, 2, 0.1), rgba(253, 66, 2, 0.1));
    background: -o-linear-gradient(90deg, rgba(253, 66, 2, 0.1), rgba(253, 66, 2, 0.1));
    background: -moz-linear-gradient(90deg, rgba(253, 66, 2, 0.1), rgba(253, 66, 2, 0.1));
    background: linear-gradient(0deg, rgba(253, 66, 2, 0.1), rgba(253, 66, 2, 0.1));
    
}

.page-header[filter-color="white"] {
    background: rgba(255, 255, 255, 0.2);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255, 0.9));
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
   
}



.fixed-top {
   background: rgba(255, 255, 255);
    

}
.navbar.navbar-transparent {
    background: none;
    background-color: transparent !important;
    box-shadow: none;
    color: #FFFFFF;
    padding-top: 20px;
}

.footer.footer-default {
    background-color: #999999;
    /* background-image: url(../../images/footerbg.jpg); */
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
}

.footer a, .footer a:hover, .footer a:focus {
    color: #ffffff;
}

.sign-green {
  text-align:center;
  background-color:#000000;
  padding:10px;
  border: 3px solid #ffffff;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  color:#ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);

}
.sign-blue {
  text-align:center;
  background-color:#005091;
  padding:10px;
  border: 3px solid #ffffff;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  color:#ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);

}
.sign-warning {
  text-align:center;
  background-color:#ffd908;
  padding:10px;
  border: 3px solid #d1141d;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  color:#000000;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);

}

.text-tiny {
    font-size:16px;
}

.rounded {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
  box-shadow: 2px 2px 9px -1px rgba(0,0,0,0.21);
}
.navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem;
    color: #000000;
}

.nav-selected {
    border-bottom: 1px solid #80c036;
}

.bg-primary {
  background-color: #000000 !important;
}

p {
    margin-bottom:0px;
}

.block:not(.row) {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-top: 40px;
}
.block:not(:last-child)  {
    margin-right:20px;
}

a, a:hover, a:focus {
    color: #80c036;
}

.block a {
    color:#80c036;
}

.block.block-image {
    background-color: transparent  ;
    padding: 0px;
    
    border: none;
    border-radius: 10px;
}

.block.block-container {
    background-color: transparent  ;
    padding: 0px;
    
    border: none;
    border-radius: 10px;
}

.editor-controls-column {
    margin-top: -25px;;
}

.block.block-cal {
    background-color: transparent;
    padding: 0px;
    border-radius: 10px;
    border: none;
}

.contact-user {
    float:left;
    text-align:center;
    margin-bottom: 20px;
    width:20%;
}
.contact-user-image {
    width:100px;
    border-radius: 50%;
}
.contact-user-name {
        margin-top:10px;
        font-weight:bold;
        color:#80c036;
}
.contact-user-phone {
        font-size:11px;
        color:#80c036;
}
.contact-user-email {
        font-size:11px;
        color:#666666;
}
.navbar-transparent .navbar-brand img {
    display:none;
}
#start_logo {
    width: 70%;margin-bottom:10px;
}

.carousel {
    margin-top:20px;
}

.profile-page .page-header {
    min-height: 200px;
    height: 200px;
}
.navbar-logo {
    text-align:center;
    display:none;
}
.navbar-info {
    background: rgba(0, 0, 0, 0.5);
    padding:20px;
    text-align: left;
    display: none;
    color: #ffffff;
}
.navbar-logo img {
    margin-top:20px;
}
.footer {
    height: 165px;
}

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse:before {
        background: rgba(0, 0, 0, 0.2);
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
        background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
        opacity: 0.76;
        filter: alpha(opacity=76);
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 20px;

    }
    .navbar-logo {
        display: block;
    }
    .navbar-info {
        display: block;
    }
    .nav-item {
        background-color: rgba(0,0,0,0.5);
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .page-header-image {
        background-position: -500px 0px !important;
    }
    .page-header.page-header-small {
        height: 40vh;
    }
    .profile-page .page-header {
        min-height: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 600px) {
    
    .block:not(:last-child) {
        margin-right:0px;
    }
    .block {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #start_logo {
        width: 60%;
        padding-top:20px;
    }

    .navbar-logo img {
        height: 30px;
        text-align: center;
    }
    h2 {
        font-size:24px;
    }
    h4 {
        font-size: 18px;
    }
    .carousel {
        margin-top:70px;
    }
    .no-top-margin .carousel {
        margin-top:0px;
    }
    .footer .container {
        text-align: center;
    }
    .contact-user {
        width:100%;
    }
    .container {
        padding: 15px;
    }
    .block-container > .container {
        padding: 0px;
    }


}

.page-header:before {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-toggler-bar {
    background-color: #80c036 !important;
}

@media (min-width: 992px) {
    #navigation {
        margin-top:40px;
    }

}

.navbar .navbar-nav .nav-link:not(.btn) {
    float: left;
}

.cal-table tr td:first-child {
    width:50px;
}