/*
 Theme Name:     SLTN - Ideale cloud
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    SLTN - Ideale cloud
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* CUSTOM FONTS */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Metric Light';
    src: url('/wp-content/themes/Divi-new-child/fonts/MetricHPE-Web-Light.woff') format('woff');
}

@font-face {
    font-family: 'Metric';
    src: url('/wp-content/themes/Divi-new-child/fonts/MetricHPE-Web-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Metric Thin';
    src: url('/wp-content/themes/Divi-new-child/fonts/MetricHPE-Web-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Metric Semibold';
    src: url('/wp-content/themes/Divi-new-child/fonts/MetricHPE-Web-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Metric Bold';
    src: url('/wp-content/themes/Divi-new-child/fonts/MetricHPE-Web-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Metric Black';
    src: url('/wp-content/themes/Divi-new-child/fonts/MetricHPE-Web-Black.woff') format('woff');
}

.nav li ul {
    width: 280px;
}

.et-menu li li a {
    width: fit-content;
	font-size: 15px;
}

.rubriklisting ul {
  max-width: 478px;
}

.rubriklisting ul li + li {
  margin-top: 32px;
}

.rubriklisting {
  background-size: 375px auto;
}

.blue-label label {
                                                            color: #252161 !important;
                                                        }

                                                        .blue-label input {
                                                            padding: 14px 16px !important;
                                                            border: 1px solid rgba(0, 69, 124, 0.4) !important;
                                                            background-color: rgba(247, 248, 250, 0.4) !important;
                                                            border-radius: 7px !important;
                                                            outline: none;
                                                            height: auto !important;
                                                        }

                                                        #wpforms-submit-1839 {
                                                            color: #ffffff !important;
                                                            border-width: 1px !important;
                                                            border-color: #FF8300;
                                                            border-radius: 0px;
                                                            font-size: 18px;
                                                            font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
                                                            font-weight: 700 !important;
                                                            text-transform: uppercase !important;
                                                            background-color: #FF8300;
                                                        }

#wpforms-submit-2004 {
                                                            color: #ffffff !important;
                                                            border-width: 1px !important;
                                                            border-color: #FA832F  !important;
                                                            border-radius: 28px !important;
                                                            font-size: 20px !important;
                                                            font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
                                                            font-weight: 700 !important;
                                                            background-color: #FA832F !important;
                                                        }

                                                        #et-boc .area-outer-wrap[data-da-color=light] .da-close {
                                                            box-shadow: none !important;
                                                            background: transparent !important;
                                                            right: 10px;
                                                            top: 10px;
                                                        }

.intro {
	position: relative;
}

.intro .intro__content {
	position: absolute;
	bottom:0; left: 0;
	
	max-width: 600px;
	padding: 64px 64px 64px 0;
}

.intro .intro__content > * {
	position: relative;
	z-index: 10;
}

.intro .intro__content::before {
	content: '';
	z-index: 9;
	
	position: absolute;
	top: 0; right: 0; bottom: 0; 
	
	width: 100vw;
	
	background: rgb(18,26,90);
	background: linear-gradient(45deg, rgba(18,26,90,0.85) 0%, rgba(35,49,149,0.85) 100%);
	border-radius: 0 35px 35px 0;
}

.intro .intro__content h1 {
	font-family: 'cleanvertising',Helvetica,Arial,Lucida,sans-serif;
	font-size: 60px;
	color: #FA832F;
	margin-bottom: 24px;
}

.intro .intro__content h3 {
	font-size: 35px;
	font-family: 'cleanvertisinglight',Helvetica,Arial,Lucida,sans-serif;
	color: #FA832F;
	margin-bottom: 24px;
}


.intro .intro__content p {
	color: white;
	font-weight: 500;
	font-size: 17px;
	font-family: "Raleway", sans-serif;
}

.intro .intro__image {
	margin-left: 116px;
	margin-right: -170px;
	margin-top: -90px;
    position: relative;
    top: 90px;
}

.left-spacing {
	margin-left: 115px !important;
}

.intro .cta {
	display: none;
}

@media screen and (max-width: 1440px) {
	.intro__container {
		overflow: hidden;
	}
	.intro .intro__image {
		margin-left: 0;
	}
}

@media screen and (max-width: 900px) {
	.intro .intro__content {
		max-width: 100%;
		
		background: rgb(18,26,90);
		background: linear-gradient(45deg, rgba(18,26,90,0.85) 0%, rgba(35,49,149,0.85) 100%);
		border-radius: 30px;
		z-index: 10;
		padding: 48px;
	}
	
	.left-spacing {
		margin-left: 0 !important;
	}
	
	.intro .intro__content h1 {
		font-size: 36px
	}
	
	.intro .intro__content h3 {
		font-size: 24px;
	}
	
	.intro .intro__content p {
		font-size: 15px;
	}
	
	.intro .intro__image {
		height: 630px;
		border-radius: 30px;
		overflow: hidden;
		margin-top: 0;
		top: auto;
	}
	
	.intro .intro__image img {
		height: 100%;
	
	}
	
	.intro .intro__content::before {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.intro .cta {
		display: block;
		max-width: 343px;
		margin-top: 24px;
	}
	.intro .intro__content {
		position: relative;
		
		padding: 0;
		background: none;
	}
	
	.intro .intro__content h1 {
		margin-bottom: 0;
	}
	
	.intro .intro__content h3 {
		margin-bottom: 0;
	}
	
	.intro .intro__image {
		height: 250px;
		margin-bottom: 48px;
		margin-top: 32px;
	}
}
