/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten. 
 */

.is-style-indent{
	margin: 0 auto!important;
	width:96%;
	max-width:1800px;
}

.is-style-reduziert {
	max-width:960px;
	margin:auto;
}

.is-style-intro {
	font-size:1.2em;
}

.is-style-intro em {
	font-size:1.2em;
}

@media screen and (max-width: 1460px) {

.is-style-indent,
.is-style-intro,
.is-style-reduziert {
	
}
	
}

.is-style-download a {
	color:#009fe3;
	text-decoration:none;
	display:block;
	border-bottom:2px solid rgb(0 0 0 / 0%);
	padding: 0 0 0 0;
	transition: all 0.5s ease;		
}

.is-style-download a:before {
	content:'';
	border-bottom:2px solid rgb(0 0 0 / 0%);	
    background-color: #009fe3;
    height: 20px;
    width: 20px;    
    margin:0 4px -4px 0; 
     -webkit-mask-image: url(/wp-content/themes/energy/images/icon-download.svg);  
    -webkit-mask-position:center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;  
    mask-image: url(/wp-content/themes/energy/images/icon-download.svg);
    mask-position:center;
    mask-repeat:no-repeat;
    mask-size:contain; 
    font-size: 0 !important;
    display: inline-block;   
}

.is-style-download a:hover:before {
    background-color: #529F06;
}

.is-style-download a:hover,
.is-style-linkedinlink a:hover,
.is-style-extern a:hover{
	border-bottom:2px solid #529F06;
}

.is-style-download a:active,
.is-style-linkedinlink a:active,
.is-style-extern a:active{
	color: #529F06;
	border-bottom:2px solid #529F06;	
}

.is-style-download a:focus,
.is-style-linkedinlink a:focus,
.is-style-extern a:focus{
	color: #529F06;
	border-bottom:2px solid #529F06;	
}

.is-style-internpetrol a:link,
.is-style-internpetrol a:visited,
.linkmehrerfahren:link,
.linkmehrerfahren:visited{
	color:#327187;
	text-decoration:none;
	display:block;
	border:2px solid #327187;
	text-align:center;
    padding: 0.2em 0;
	transition: all 0.5s ease;			
}

.is-style-internpetrol a:hover,
.linkmehrerfahren:hover {
	border:2px solid #327187;
	background:#327187;
	color:#fff;
}

.is-style-internrot a:link,
.is-style-internrot a:visited {
	color:#cc0000;
	text-decoration:none;
	display:block;
	border:2px solid #cc0000;
	text-align:center;
    padding: 0.2em 0;
	transition: all 0.5s ease;			
}

.is-style-internrot a:hover {
	border:2px solid #cc0000;
	background:#cc0000;
	color:#fff;
}

.is-style-internhellblau a:link,
.is-style-internhellblau a:visited {
	color:#009fe3;
	text-decoration:none;
	display:block;
	border:2px solid #009fe3;
	text-align:center;
    padding: 0.2em 0;
	transition: all 0.5s ease;			
}

.is-style-internhellblau a:hover {
	border:2px solid #009fe3;
	background:#009fe3;
	color:#fff;
}

.is-style-internpink a:link,
.is-style-internpink a:visited {
	color:#cc33cc;
	text-decoration:none;
	display:block;
	border:2px solid #cc33cc;
	text-align:center;
    padding: 0.2em 0;
	transition: all 0.5s ease;			
}

.is-style-internpink a:hover {
	border:2px solid #cc33cc;
	background:#cc33cc;
	color:#fff;
}

.is-style-internpetrol a:before,
.is-style-internpink a:before,
.is-style-internrot a:before,
.is-style-internhellblau a:before {
	content:"+ "		
}

.is-style-linkedinlink a {
	color:#009fe3;
	text-decoration:none;
	display:block;
	border-bottom:2px solid rgb(0 0 0 / 0%);
	background-image: url("/wp-content/themes/energy/images/icon-linked-in.svg");
	background-repeat: no-repeat;
	background-size: 1.4em;
	background-position: center left;	
    padding: 0 0 0 1.8em;
	transition: all 0.5s ease;		
}

.is-style-extern a {
	color:#009fe3;
	text-decoration:none;
	display:block;
	border-bottom:2px solid rgb(0 0 0 / 0%);
    padding: 0;
	transition: all 0.5s ease;		
}


.is-style-extern a:before {
	content:'';
	border-bottom:2px solid rgb(0 0 0 / 0%);	
    background-color: #009fe3;
    height: 20px;
    width: 20px;    
    margin:0 4px -4px 0; 
    -webkit-mask-image: url(/wp-content/themes/energy/images/icon-extern.svg);  
    -webkit-mask-position:center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;  
    mask-image: url(/wp-content/themes/energy/images/icon-extern.svg);
    mask-position:center;
    mask-repeat:no-repeat;
    mask-size:contain; 
    font-size: 0 !important;
    display: inline-block;   
}

.is-style-extern a:hover:before,
.is-style-extern a:active:before,
.is-style-extern a:focus:before,
.is-style-download a:hover:before,
.is-style-download a:active:before,
.is-style-download a:focus:before {
    background-color: #529F06;
}

.is-style-kontakte {
    background: linear-gradient(0deg, #93b1c2 60%, #fff 40%);	
}

.is-style-kontakte .kontaktblock {
    min-height: 450px;
	padding:0;	
}
.is-style-kontakte .kontaktblockcontent {
    margin: 0px auto;
}

.is-style-kontaktsolo {
    margin: 0px auto;
    max-width:692.41px;
}



.kontaktblock {
	border-bottom:4px solid #009fe3;
	margin-top:3em;
	padding:2em;
	background:#ffffff96;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.kontaktblock p {
    margin:0;
}

.kontaktblockfirstrow {
	display: flex;
	align-items: center;
}

.kontaktblock .bluetext p {
	color:#009fe3;
	font-size:1.3em;
	line-height: 1.3em;
    font-family: 'RealistItalic';
	margin:.5em 0 1em 0;
	font-weight: normal;
    font-style: italic;
}

.kontaktblock .foto {
    margin-right:.6em;
    min-width:150px;	
}

.kontaktblocksecondrow {
	display: flex;	
	flex-wrap:wrap;	
}

.inhaltlinks {
    box-sizing: border-box;	
    padding-right:2em;
}


.kontaktblock p.name {
	font-size:1.6em;
	margin-bottom:.4em;
}

.kontaktblock p.bluebold {
	font-size:1.6em;
    font-family: 'RealistBold';
    margin-bottom:.8em;
}

.kontaktblock p.bluebold a {
	color:#004070;
}

.kontaktblock p.bluebold a:hover {
	text-decoration:underline;
}

.inhaltrechts {
	margin-top:.3em;
}