/*
Theme Name: poweredby.vattenfall.de
Description: Avada Child Theme für poweredby.vattenfall.de
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root {
  font-size: 62.5%;
}

html {
  font-size: 62.5%;
}


img[src$=".svg"] {
	width: 400px;
}

.post-content img[src$=".svg"] {
	width: 1000px;
}

#boxed-wrapper {
	max-width: 192rem;
	margin: 0 auto;
}

/* Default-Margin für Container */
#main .fusion-fullwidth {
	--awb-margin-bottom: 8rem;	
}


/******************************
 * Header
 ******************************/ 

.header-border-bottom > .fusion-builder-row {
	border-bottom: 1px solid rgba(112,112,112,.15);
}


.topbar-navigation .awb-menu__i_main {
	padding: 0 5px !important;
	position: relative;
	top: -1px;
}


/* Login-Button */
.fusion-button.login {
	flex-direction: column;	
	max-width: 6rem;
	text-align: center;
}

.fusion-button.login i {
	margin: 0 0 4px;
	font-size: 2.8rem;
	color: var(--awb-color8);
}

@media screen and (max-width: 640px) {
	.fusion-button.login .fusion-button-text {
		display: none;
	}
}



/******************************
 * Content
 ******************************/ 

.text-center,
.text-center .fusion-text {
	--awb-content-alignment: center;
	text-align: center;
}


/******************************
 * Avada Elemente
 ******************************/ 

/* Hotspot-Punkte rund */

.awb-image-hotspots-hotspot {
	width: clamp(8rem, 14vw, 12rem);
	height: clamp(8rem, 14vw, 12rem);
	display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}