/**
* Template Name: Mod-Laura - v4.3.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700');

h1, h2, h3, h4, h5, h6 { font-family: "Lato", sans-serif; }

.fotograf { font-size: 13px; color: #999; } /* fotografens namn */ 
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dbba86;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 32px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #b19569;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f8f6f5;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #f03c02;
}

#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #2b2320;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #f03c02;
}

#topbar .social-links a {
  color: #65534c;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

#topbar .social-links a:hover {
  color: #f03c02;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(255, 255, 255, 0.95);
  /*background: rgba(25, 28, 31, 0.8);*/
  height: 60px;
}

#header.header-transparent {
  background: #fff;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  /* background: rgba(25, 28, 31, 0.8); */
  
}
#header .logo {
  /* font-size: 32px; */
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: "Lato";
}
#header .logo a{
  color: #333;
  /*color: #b19569; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


.navbar a, .navbar a:focus {
  color: #333; font-size: 14px; font-weight: 500;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #b19569;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  background-color: #999;
  line-height: 1;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  border-radius: 0.2rem !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh; /* height: 100vh; */
  background: url("../img/hero-bg.jpg") top center; /* top right; */
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.55); /* background: rgba(0, 0, 0, 0.65); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-family: "Satisfy", serif;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 1px; /* margin-bottom: 50px; */
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25%;
}
#hero .btn-scroll {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.6);
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}
#hero .btn-scroll i {
  font-size: 48px;
}
#hero .btn-scroll:hover {
  color: #ffb727;
}
@media (min-width: 1024px) {
  #hero {
    /* background-attachment: fixed; */
  }
}
x@media (max-width: 768px) {
  #hero {
    /* background-attachment: fixed; */
  }
}
@media (max-width: 575px) {
  #hero h1 {
    font-size: 40px;
  }
  #hero h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/*
#hero {
  background: url("../img/hero-bg.jpg") center;
  height: 80vh;
  width: 100%;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #eee;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25%;
} */

/* @media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.about .image {
  background: url("../img/me-om-mig.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume .resume-item h4 { color: #333; margin-bottom: 4px;} /* color: #ffb727 */

/*--------------------------------------------------------------
# Aktuellt
--------------------------------------------------------------*/
.aktuellt {
  background: #e6e6e6; /* #c9c9c9 #e0e0e0*/
  background-size: cover;
  padding: 60px 0;
}

.aktuellt h3 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
}

.aktuellt p {
  color: #000;
}

.aktuellt .aktuellt-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffc107;
  color: #fff;
}
.aktuellt a, .aktuellt a:focus {
  color: #b19569; font-size: 15px; font-weight: 500;
}
.aktuellt a:hover, .aktuellt .active, .aktuellt .active:focus, .aktuellt li:hover > a {
  color: #333;
}

.aktuellt .aktuellt-btn:hover {
  background: #ffc107;
}

/*--------------------------------------------------------------
# My Services
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# My Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #b19569;
  border-color: #b19569;
}

.portfolio .portfolio-item .portfolio-info h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 10px;
  font-size: 44px;
  top: calc(8% - 18px);
  color: #fff;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer-bg.jpg") top center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

#footer h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

footer {
  font-size: 9px;
  color: #f00;
  text-align: center;
}

/*--------------------------------------------------------------
# CV-Footer in the print
--------------------------------------------------------------*/
#cv-footer {
  color: #666;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}
/*--------------------------------------------------------------
# Icon - link, mail...
--------------------------------------------------------------*/
.icon-15 { font-size: 1.5em; }
.icon-30 { font-size: 3.0em; }
.icon-60 { font-size: 6.0em; }

/*--------------------------------------------------------------
# Right Side Icon
--------------------------------------------------------------*/
.icon-se {
  position: fixed; visibility: visible; opacity: 1;
  right: 15px; bottom: 130px; z-index: 999;
  width: 40px; height: 40px; border-radius: 4px;
  transition: all 0.4s; color: #fff; }
.icon-se i { font-size: 28px; color: #fff; line-height: 0; }
.icon-se:hover { background: #ddd; color: #fff; }
.icon-se.active { visibility: visible; opacity: 1; }



.icon-en {
  position: fixed; visibility: visible; opacity: 1;
  right: 15px; bottom: 75px; z-index: 999;
  width: 40px; height: 40px; border-radius: 4px;
  transition: all 0.4s; color: #fff; }
.icon-en i { font-size: 28px; color: #fff; line-height: 0; }
.icon-en:hover { background: #ddd; color: #fff; }
.icon-en.active { visibility: visible; opacity: 1; }



.icon-print-cv {
  position: fixed; visibility: visible; opacity: 1;
  right: 15px; bottom: 185px; z-index: 999;
  width: 40px; height: 40px; border-radius: 4px;
  border: 1px solid #b19569; background: transparent;
  transition: all 0.4s; color: #fff; }
.icon-print-cv i { font-size: 28px; color: #b19569; line-height: 0;}
.icon-print-cv:hover { background: #eee; color: #fff; }
.icon-print-cv.active { visibility: visible; opacity: 1; }


.icon-three-dots-vertical {
  position: fixed; visibility: visible; opacity: 1;
  right: 15px; bottom: 250px; z-index: 999;
  width: 40px; height: 40px; border-radius: 4px;
  border: 1px solid #b19569;
  transition: all 0.4s; color: #fff; }
.icon-three-dots-vertical i { font-size: 28px; color: #b19569; line-height: 0; }
.icon-three-dots-vertical:hover { background: #eee; color: #fff; }
.icon-three-dots-vertical.active { visibility: visible; opacity: 1; }

/*--------------------------------------------------------------
# Print CV Size
--------------------------------------------------------------
.page { margin: 0; padding: 0 0 0 0; border: initial; border-radius: initial;
    width: initial; min-height: initial; box-shadow: initial;
    background: initial; page-break-after: always; }

    .page .cvfooter { font-size: 11px; border-top: 1px solid #333;
      position: fixed; bottom: 0; }
*/
/*--------------------------------------------------------------
# Print CV
--------------------------------------------------------------*/
/**Modal Styles for Print**/
@media print {
  .d-print-none, #header, #hero, .portfolio, #footer, #Modal-cv { display: none!important; }
  #Header, #Footer { display: none !important; }

  * { -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
  color-adjust: exact !important;                 /*Firefox*/ }

  section { padding: 0 0; font-size: 14px; color: #333; font-family: "Lato", sans-serif; }
  .container { width:100%; }
  .col-lg-6 { width: 50%; }

  .page { margin: 0; padding: 0 0 0 75px; border: initial; border-radius: initial;
    width: initial; min-height: initial; box-shadow: initial;
    background: initial; page-break-after: always; }

    .page .cvfooter { font-size: 11px; border-top: 1px solid #333;
      position: fixed; bottom: 0; }


  .resume .resume-title { font-size: 20px; }

  .resume .resume-item { border-left: 0 solid #fff; }
  .resume .resume-item::before { width: 0; height: 0; border-radius: 0; background: #fff; border: 0 solid #fff; }
  .resume .resume-item h4 { font-size: 13px; margin-bottom: 0; }
  .resume .image { max-width: 90%; }

  .about .image { min-width: 100%; }
  .about .col-lg-8 { width:100%; }

  .aktuellt { background: #fff; margin-top: 0; padding-top: 0; }
  .aktuellt h3 { font-size: 20px; color: #000; font-family: "Lato", sans-serif;}
  .aktuellt p { color: #000;
  }
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------
*//*Right*/
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }


