/*
Theme Name: anthegra
Theme URI: anthegra.com
Author: pure media solutions GmbH
Author URI: https://www.pure-media-solutions.de
Description: 
Version: 1.0.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anthegra
*/

/* FONTS ---------------------------------------------------*/

/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v23-latin-200.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v23-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v23-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v23-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v23-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v23-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v23-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v23-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v23-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v23-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v23-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v23-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v23-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/poppins-v23-latin-800.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v23-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v23-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v23-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v23-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v23-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/poppins-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: url('fonts/poppins-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v23-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/poppins-v23-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('fonts/poppins-v23-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('fonts/poppins-v23-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* GENERAL ---------------------------------------------------*/
:root {
    --black: #000000;
    --font-base: 'Poppins', sans-serif;
    --font-headline: 'Poppins', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body{
	color: var(--black);
	font-family: var(--font-base);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6em;
}

/* TYPO ---------------------------------------------------*/
h1{
	font-family: var(--font-headline);
	font-size: 117px;
	line-height: 90px !important;	
	font-weight: 900;
	text-transform: uppercase;
	color:var(--black);
}
h2{
	font-family: var(--font-headline);
	font-size: 55px;
	line-height: 65px !important;	
	font-weight: 700;
	text-transform: uppercase;
	color:var(--black);
}
h3{
	font-family: var(--font-headline);
	font-size: 30px;
	line-height: 50px !important;	
	font-weight: 800;
	text-transform: uppercase;
}
h4{
	font-size: 18px;
	line-height: 30px !important;
	font-weight: 700;
	font-family: var(--font-headline);
}


/*HEADER ---------------------------------------------------*/
header{
	width: 100%;
}


.navbar {
  background-color: var(--black);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 140px;
}

.logo {
  display: flex;
}

.logo img {
  height: 100px;
  margin-right: 10px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 50px;    
}

.nav a {
  color: white;
  text-decoration: none;
  margin-left: 30px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: white;
  transition: width 0.3s ease;
}

.nav a:hover::after {
  width: 100%;
}

.nav a.active::after {
  width: 100%;
}

header ul li{
	list-style: none!important;
	display: inline !important;
}

/*FOOTER ---------------------------------------------------*/

footer {
  background-color: var(--black);
  color: #fff;
  padding: 50px 140px;
  font-weight: 400;
  overflow-x: hidden; 
  max-width: 100vw;
}

.footer-container {
  display: grid;
  gap: 40px;
  margin-bottom: 50px;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-logo {
 max-width: 450px; 
 margin-right: 150px;
}

.footer-logo img {
  height: 110px;
  margin-bottom: 20px;
}

.footer-logo p {
  line-height: 1.6;
}

.footer-links h4,
.footer-legal h4,
.footer-social h4 {
  margin-bottom: 15px;
  margin-top: 50px;
}

.footer-links ul,
.footer-legal ul {
  list-style: none;
}

.footer-links li,
.footer-legal li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-legal a {
  text-decoration: none;
  color: #fff;
}

.footer-social .social-icons a {
  margin-right: 15px;
}

.footer-social img {
  width: 40px;
  height: 40px;
}

.footer-social img.linkedin-icon {
  width: 44px !important;
  height: 40px !important;
}

footer .copyright{
	padding: 15px 0 0 0;
	text-align: center;
	font-weight: 700;
	
}

footer ul li{
	list-style: none!important;
}

footer a{
	color: #fff !important;
	margin-right: 11px;
}


/*Migration ---------------------------------------------------*/

a {
  color: black;          
  font-weight: normal;    
  text-decoration: none;  
}

a:hover {
  font-weight: 700;       
}


.white {
	color: #fff !important;
}

strong {
  font-weight: 700;
}

.elementor-button {
    background-color: var(--black) !important;
    color: #fff;
    border: 2px solid var(--black);
    padding: 15px 20px;
    font-size: 16px; 
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 700;
    border-radius: 0 !important;
}


.elementor-button:hover {
    background-color: #fff !important;
    color: black !important;
    border: 2px solid var(--black);
}


.btn-white .elementor-button {
    background-color: var(--black) !important;
    color: #fff;                 
    border: 2px solid #fff;      
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.btn-white .elementor-button:hover {
    background-color: #fff !important;     
    color: black;                
    border: 2px solid var(--black);   
}

.fit-width {
  width: fit-content !important;
}

.hyphenate-text {
  hyphens: auto;
}

/* RESPONSIVE -----------------------------------------------------*/


@media screen and (max-width: 810px) {
  .navbar {
    padding: 5px 0 !important;
	display: none !important;
  }

  .nav {
    display: none !important; 
  }

  .mob-menu-header-holder {
    display: block !important; 
  }


  h1 {
    font-size: 44px !important;
	line-height: 1.4 !important;
  }

  h2 {
    font-size: 35px !important;
    line-height: 1.3 !important;
  }

  h3 {
    font-size: 19px !important;
    line-height: 1.3 !important;
  }

  header .nav {
    display: none !important;
  }

  .logo {
    padding-left: 25px;
  }

  footer {
    padding: 50px 25px !important;
  }

  .footer-container {
    display: block !important;
  }

  .mob-standard-logo {
    padding-bottom: 5px;
  }

  .footer-logo {
    margin-right: 0 !important;
  }
}


@media screen and (max-width: 1112px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (min-width: 811px) and (max-width: 1219px) {
  h1 {
    font-size: 60px !important;
  }

	header {
		display: none !important;
	}
}


@media screen and (min-width: 1030px) {
  h1 {
    font-size: 117px !important;
  }
}


