/*
Theme Name: Divi-Child-Theme
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Drewes | abteilung_digital GmbH
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */



/*Einfache Seite Form */

.frm_button_submit{
	color: #fff;
	font-size: 22px;
    background-color: #0094a9;
    border-width: 0px!important;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
	    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	    display: inline-block;
  
position: relative;
	    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
	transition-duration: .2s;
}

.frm_button_submit:hover{
	    border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
	    color: #ffffff!important;
    background-color: #a2165b;
    border-radius: 0px;
}

.frm_button_submit:after{
	    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	font-family: ETmodules!important;
    speak: none;
    direction: ltr;
    top: 50%;
    transform: translateY(-50%);
}

.frm_button_submit:hover:after{
	    opacity: 1;
    margin-left: 0;
}

/*Suche Kennzeichnung leichte Sprache*/

.search-results .einfache_seite{
    position: relative;
    border: 1px solid #0095A9;
    padding: 10px !important;
}

.search-results .einfache_seite .entry-title:after{
    content: "Leichte Sprache";
    font-size: 12px; 
    text-transform: uppercase;
    color: #0095A9;
    position: absolute;
    right: 10px;
    top: 0;
}