/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Text Domain: hello-elementor-child
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1694075238
Updated: 2023-09-07 10:27:18

*/


/*===============================================
=  må ikke slettes det er backup hvis sektioner 
 skulle blive slettet           =
===============================================*/



/* .custom-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }
  .custom-link {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
   
    color: #778CFF;
    margin: 0;
  }
  .custom-link:hover {
    color: #3A57F8;
  }
  .arrow-icon {
    display: inline-block;
    background-image: url(/wp-content/uploads/2023/09/small-light-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; 
    height: 16px; 
    margin-left: 8px;
    margin-top: 8px;
    vertical-align: middle;
  }
  .custom-link:hover .arrow-icon {
    background-image: url(/wp-content/uploads/2023/09/small-dark-arrow.svg);
  } */




  /* .custom-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: width 0.3s ease, border-radius 0.3s ease, padding 0.3s ease;
    cursor: pointer;
    padding-right: 16px;
  
}

/* Stilarter for tekst og ikon inde i knappen */

/* .button-text {
    white-space: nowrap;
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.button-text-blue{
    color: #778CFF;
}
.button-text-white{
    color: #F8F9FF;
}

.button-icon {
    width: 20px;
    transition: transform 0.5s ease;
} */

/* Specifikke farver for forskellige knapvarianter */
/* .custom-button-blue {
    background-color: #778CFF;
}

.custom-button-white {
    background-color: #FFFFFF;
}

.custom-buttom-Darkblue{
    background-color: #01142B;
}

.custom-button-lightGrey {
    background-color: #778CFF;
    opacity: 0.49;
}

.custom-button-Deepblue{
    background-color:#3A57F8;
}

.custom-button-lightGrey:hover {
    opacity: 1;
} */

/* Hover-effekter for custom-button */

/* .custom-button:hover {
    width: 190px; 
    border-radius: 25px;
    padding-left: 22px; 
    justify-content: center;
}

.custom-button:hover .button-text {
    opacity: 1;
    visibility: visible;
}  */

