/*======================================
Theme Name: Divi Child Theme by Deesign
Theme URI: https://deesign.dk
Description: Dette er et child theme, der bruges poå kampagensider ved Randers Kommune
Author: Dorthe Dee
Author URI: https://deesign.dk
Author Email: ddo@randers.dk
Template: Divi
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * Dette child theme udvides med stanard class løbende i org filen
 * 
 * 
 
 * 
 * =============================================================================== */

/*tilføjelser til custom CSS er under denne linje*/


/*-----Giver række fuld bredde med class: et_pb_row_fullwidth i css række et_pb_specialty_fullwidth ------*/
/*------ har omdøbt til .dd_pb i stedet for et_pb etc. - tjek om det virker --------*/

.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
} 

.dd-fullwidth-specialty> .et_pb_row {
min-width: 100% !important;
}


/* OVERSKRIFTER
-----------------------------------------------------------------------*/
h2.preheader {
	color: #ccb178!important; 
	font-family: 'Poppins',helvetica,sans-serif!important;
}

/* LINKS DEFAULT
-----------------------------------------------------------------------*/
/* /// SLUT PAGELINK
 ------------------------------- */

a.pagelink:link,
a.pagelink:visited,
a.pagelink:active { color: #ffffff; text-decoration: none; }
a.pagelink:hover { color: #ffffff; text-decoration: underline; }

a.text-light
{
	color: #ffffff;
	text-decoration: underline; 
}

/* /// SLUT PAGELINK
 ------------------------------- */



/* MINE KNAPPER
-----------------------------------------------------------------------*/

/* START BUTTON TEAL
 ------------------------------- */
.button_teal {
    color: #f5fbef!important;
    background-color: #006654;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px 8px 20px!important;
    border-color: #006654;
    border-width: 1px!important;
    min-width: 300px;
    letter-spacing: 1px;
    text-transform: uppercase!important;
}

@media only screen and (max-width: 479px) {
.button_teal  {
    min-width: 0px!important;
    background-color: #006654;
    padding: 10px 20px 8px 20px!important;
  	width: 100%;
		text-align: center;
}
  }
   
@media only screen and (max-width: 375px) {
.et_pb_button button_teal
  {
    min-width: 0px!important;
    background-color: #366de5;
}
}

.button_teal:hover {
    color: #006654 !important;
    background: white;
    border: 1px solid #006654!important;
}

.button_teal:after {
    display: none!important;
}

/* /// SLUT BUTTON TEAL
 ------------------------------- */

/* START BUTTON WHITE 
 ------------------------------- */

.button_white {
    color: #006654!important;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px 8px 20px!important;
    border-color: #ffffff;
    border-width: 1px!important;
    min-width: 300px;
    letter-spacing: 1px;
    text-transform: uppercase!important;
}

@media only screen and (max-width: 479px) {
.button_white {
    min-width: 0px!important;
      background-color: #ffffff;
      padding: 10px 20px 8px 20px!important;
  width: 100%;
text-align: center;
}
  }
   
@media only screen and (max-width: 375px) {
.et_pb_button button_white
  {
    min-width: 0px!important;
        background-color: #366de5;
}
}

.button_white:hover {
    color: #ffffff !important;
    background: #006654;
    border: 1px solid #ffffff!important;
}

.button_white:after {
    display: none!important;
}
/* /// SLUT BUTTON WHITE
 ------------------------------- */

/* BILLEDER
-----------------------------------------------------------------------*/
/* BILLEDE RUNDT 520 PX
 ------------------------------- */

.dd_round-image-520 {
  border-radius:100%;
  overflow:hidden;
  max-width:520px;
	align-content: center;
}
/* /// SLUT BILLEDE RUNDT 520 PX
 ------------------------------- */


/* BILLEDE RUNDT 320 PX
 ------------------------------- */

.dd_round-image-320 {
  border-radius:100%;
  overflow:hidden;
  max-width:320px;
	align-content: left;
}
/* /// SLUT BILLEDE RUNDT 320 PX
 ------------------------------- */