@charset "UTF-8";
/* libre-franklin-300 - latin - Libre Franklin Light */
@font-face {
  font-family: "Libre Franklin Light";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/libre-franklin-v4-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Libre Franklin Light"), local("LibreFranklin-Light"), url("./fonts/libre-franklin-v4-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/libre-franklin-v4-latin-300.woff2") format("woff2"), url("./fonts/libre-franklin-v4-latin-300.woff") format("woff"), url("./fonts/libre-franklin-v4-latin-300.ttf") format("truetype"), url("./fonts/libre-franklin-v4-latin-300.svg#LibreFranklin") format("svg");
  /* Legacy iOS */
}
/* libre-franklin-regular - latin */
@font-face {
  font-family: "Libre Franklin Regular";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/libre-franklin-v4-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Libre Franklin"), local("LibreFranklin-Regular"), url("./fonts/libre-franklin-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/libre-franklin-v4-latin-regular.woff2") format("woff2"), url("./fonts/libre-franklin-v4-latin-regular.woff") format("woff"), url("./fonts/libre-franklin-v4-latin-regular.ttf") format("truetype"), url("./fonts/libre-franklin-v4-latin-regular.svg#LibreFranklin") format("svg");
  /* Legacy iOS */
}
/* libre-franklin-500 - latin - Libre Franklin Medium */
@font-face {
  font-family: "Libre Franklin Medium";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/libre-franklin-v4-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Libre Franklin Medium"), local("LibreFranklin-Medium"), url("./fonts/libre-franklin-v4-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/libre-franklin-v4-latin-500.woff2") format("woff2"), url("./fonts/libre-franklin-v4-latin-500.woff") format("woff"), url("./fonts/libre-franklin-v4-latin-500.ttf") format("truetype"), url("./fonts/libre-franklin-v4-latin-500.svg#LibreFranklin") format("svg");
  /* Legacy iOS */
}
/* libre-franklin-600 - latin - Libre Franklin SemiBold */
@font-face {
  font-family: "Libre Franklin SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/libre-franklin-v4-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Libre Franklin SemiBold"), local("LibreFranklin-SemiBold"), url("./fonts/libre-franklin-v4-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/libre-franklin-v4-latin-600.woff2") format("woff2"), url("./fonts/libre-franklin-v4-latin-600.woff") format("woff"), url("./fonts/libre-franklin-v4-latin-600.ttf") format("truetype"), url("./fonts/libre-franklin-v4-latin-600.svg#LibreFranklin") format("svg");
  /* Legacy iOS */
}
/* libre-franklin-700 - latin - Libre Franklin Bold */
@font-face {
  font-family: "Libre Franklin Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/libre-franklin-v4-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Libre Franklin Bold"), local("LibreFranklin-Bold"), url("./fonts/libre-franklin-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/libre-franklin-v4-latin-700.woff2") format("woff2"), url("./fonts/libre-franklin-v4-latin-700.woff") format("woff"), url("./fonts/libre-franklin-v4-latin-700.ttf") format("truetype"), url("./fonts/libre-franklin-v4-latin-700.svg#LibreFranklin") format("svg");
  /* Legacy iOS */
}

html {
	line-height: 0;
}

:root {
	--theme-color: #2e3235;
	--second-theme-color: #F07E24;
	--third-theme-color: #95303B;
	--text-main-color: #ececec;
	--text-second-color: #616060;
	--text-light-color: #ececec;
	--text-dark-color: #111111;
	--main-background-color: #e9e7e4;;
	scroll-behavior: smooth;
	overflow-x: hidden;
	line-height: inherit;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

a {
	color: var(--second-theme-color);
}

/*
strong {
    color: var(--second-theme-color);
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

h1,
h2 {
	font-family: "Libre Franklin Bold", Arial, sans-serif;
	font-weight: 700;
}

h3,
h4,
h5,
h6 {
	font-family: "Libre Franklin SemiBold", Arial, sans-serif;
	font-weight: 600;
}

body {
	font-family: "Libre Franklin Regular", Arial, sans-serif;
	background: var(--main-background-color);
	overflow-x: hidden;
}

.grid-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 1;
	margin-left: -20em;
	opacity: 0;
	/*width: 70%;*/
}

.grid-2 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row: 1;
	margin-right: -20em;
	opacity: 0;
	/*width: 70%;*/
}

.grid-3 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 2;
}

.grid-4 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row: 2;
}

.grid-5 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 3;
}

.grid-6 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row: 3;
}

.grid-fullsize {
	padding: 20px;
	margin: 10px;
	position: relative;
	background: #ececec;
	box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 45%);
	-webkit-box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 45%);
	-moz-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.15);
}

.straight-container {
	width: 100%;
	padding: 0;
	margin: auto;
}

.callout {
	padding: 0;
	/*margin: 30px;*/
	position: relative;
}

.callout p {
	line-height: 1.6em;
	color: var(--text-main-color);
	text-align: justify;
	width: 100%;
	max-width: 500px;
	margin: auto;
	margin-top: 30px;
}

.fullcallout {
	padding: 20px;
	position: relative;
}

.fullcallout p {
	line-height: 1.6em;
	color: var(--text-main-color);
	text-align: justify;
	max-width: 1300px;
	margin: auto;
	margin-top: 30px;
}

.preloader-container {
	min-height: 100%;
	position: fixed;
	pointer-events: none;
	cursor: none;
	z-index: 101;
	background-color: var(--theme-color);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.preloader-logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.preloader-img {
	max-width: 300px;
}

.preloader-img img {
	width: 100%;
}

.preloader-text {
	transform: translateX(-10%);
}

.loading-text {
	width: 66px;
	margin: 0 auto;
	margin-top: 3rem;
}

.loading-text img {
	width: 100%;
}

#bg-video {
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	opacity: 1;
}

.main-video-overlay {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: rgb(0, 0, 0);
	opacity: 0.5;
}

.logo-container-mobile-right {
	display: none;
}

.logo-container-overlay {
	background-color: var(--third-theme-color);
	padding: 4em;
	position: absolute;
	left: 0em;
	top: -2em;
	box-shadow: 5px 2px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.logo-container a {
	text-decoration: none;
	color: var(--text-main-color);
}

.logo-container-img {
	width: 160px;
	transition: all .4s ease;
	opacity: 1;
}

.logo-container-img img {
	box-shadow: 0px 0px 5px #fff;
}

/* SCROLL START */

.logo-container-img-small {
	opacity: 0;
}

/* SCROLL END */

.logo-text {
	transform: translateX(-30%);
	font-size: 1.4rem;
	font-weight: bold;
	color: white;
}

.logo-color {
	color: var(--theme-color);
}


.quck-contact-phone-location {
	display: flex;
}

.quick-phone-container {
	display: flex;
	margin-left: 4em;
}

.quck-contact-phone-location a {
	color: var(--text-main-color);
	text-decoration: none;
	transition: all .4s ease;
}

.quck-contact-phone-location a i {
	margin-right: .1em;
	color: var(--theme-color);
}

[data-nav-icon="nav-icon"] {
	margin-left: .5em;
}

.quick-contact-logos {
	display: flex;
	align-items: center;
}

.quick-contact-logos a {
	margin: 0 1em;
}

.wp-img {
	width: 25px;
	margin-top: 5px;
}

.just-dial-img {
	width: 95px;
	margin-top: 5px;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	z-index: 1;
}

#bg-pic {
	width: 100%;
	height: 100vh;
	background-image: url("https://www.carlschroeter.de/files/carlschroeter/images/slider/slide-people.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* SCROLL START */

.main-nav-active {
	top: 0;
}

.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
	background-color: var(--second-theme-color);
	box-shadow: 0 0 10px 2px #00000075;
	position: fixed;
	padding: 1% 1% 1% 0%;
	top: -90px;
	transition: all .4s ease;
	width: 100%;
	z-index: 999;
}

/* SCROLL END */

.section {
	display: flex;
	min-height: 100vh;
	position: relative;
	z-index: 2;
}

.section>* {
	width: 50%;
}

.section__img {
	position: relative;
	display: flex;
}

/* Der Scroll-Effekt wird durch pos: static ermöglicht, macht durch die Höhe von 100vh aber Probleme.
  Der Container layert immer über die linke Bildhälfte und durch die pos Angabe eben überall... */
.section__img__inner {
	height: 100vh;
	/*position: fixed;*/
	/*width: 40%;*/
	position: relative;
	width: 90%;
	top: 0;
	mix-blend-mode: multiply;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	max-width: 767px;
}

.section__img__inner.obd {
	background-image: url(./img/obd/GPSauge-OBD_freigestellt.png);
    background-blend-mode: multiply;
    background-color: #e9e7e4;
}

.section__img__inner.video {

}

.section__img__inner.tab {
	background-image: url(./img/obd/GPSauge-TAB_freigestellt.png);
}

.obd-animation {
	width: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section__body {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

.section__text {
	padding: 0vw;
	width: 66%;
	/*neu*/
	margin-left: 8vh;
	/*neu*/
}

.section__img__inner {
	filter: blur(30px);
	opacity: 0;
	background-position: 50% 40%;
	transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section.active .section__img__inner {
	opacity: 1;
	background-position: 50% 50%;
	filter: blur(0);
}

.feature-dis h3 {
	font-family: "Libre Franklin Light", Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 1em;
}

.feature-dis p {
	line-height: 1.6em;
	color: var(--text-light-color);
	text-align: justify;
}

h1 {
    font-size: 70px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin-bottom: 30px;
}

h2 {
	font-size: 70px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: -0.015em;
	margin-bottom: 0;
	margin-top: 2em;
}

h3 {
	font-size: 24px;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h4 {
	font-size: 18px;
	margin-bottom: 0.5em;
	margin-top: 0;
}

.logo-container {
	height: fit-content;
	display: flex;
	top: 9.99em;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 2em;
}

.main-nav-active-back-ground {
	top: 0px;
}

.main-header-logo {
	width: 500px;
}

.intro-container {
	width: 100%;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: auto;
	padding-top: 8em;
	padding-bottom: 4em;
}

.intro-container-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	flex-direction: row;
	align-items: center;
}

.obd-intro-image {}

.obd-intro-image img {
	max-width: 767px;
}

.obd-intro-text {
	font-family: "Libre Franklin Bold", Arial, sans-serif;
	font-weight: 700;
	color: var(--text-dark-color);
	font-size: 42px;
	max-width: 767px;
	margin: auto;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
	margin-top: 2em;
}

.obd-intro-text-sub {
	color: var(--text-dark-color);
	font-size: 30px;
	max-width: 767px;
	margin: auto;
	text-align: center;
	margin-bottom: 3em;
}

.obd-intro-text-right {
	color: var(--text-dark-color);
	font-size: 16px;
	line-height: 24px;
	margin-top: 1em;
	margin-bottom: 2em;
}

.background-container {
	/* Grundsätzliche Stile für background-container hier festlegen */
    padding: 0;
    padding-top: 0;
    padding-bottom: 20em;
    opacity: 1;
	/*box-shadow: inset 0px 14px 32px 0px rgba(0,0,0,0.5);*/
}

.big-heading-intro {
	position: relative;
	top: 0em;
	width: fit-content;
	text-align: center;
	margin: auto;
	margin-top: 3em;
	padding: 30px;
	opacity: 0;
}

.content-intro {
	color: var(--text-dark-color);
}

.content-intro h3 {
	color: #ececec;
}

.main-products-container {
	max-width: 1600px;
	margin: auto;
}

.content-main-products {
	/* Stile für features, die die Stile von background-container überschreiben sollen */
	background: #e9e7e4;
	color: var(--text-dark-color);
	margin-bottom: -15em;
}

.content-main-products h3 {
	/*color: #ececec;*/
}

.content-main-products-mobile {
	background: linear-gradient(to bottom, #cbcccd 0%, #e9e7e4 100%);
	color: var(--text-dark-color);
}

.content-features {
	background: #6f6e6b;
	color: var(--text-light-color);
}

.content-features h3 {
	color: #ececec;
}

.content-mobile {
	background: #e9e7e4;
	color: var(--text-dark-color);
}

.content-mobile h3 {
	color: var(--text-dark-color);
}

.content-mobile-logo {
	max-width: 666px;
	margin: auto;
}

.content-expl {
	background: #e9e7e4;
	color: var(--text-dark-color);
}

.content-expl h3 {
	color: #ececec;
}

.content-expl-logo {
	max-width: 666px;
	margin: auto;
}

.content-videos {
	background: #e9e7e4;
	color: var(--text-dark-color);
	padding-bottom: 16em; /* das war vorher margin-top */
}

.content-videos h3 {
	color: #ececec;
}

.big-heading {
	position: relative;
	width: fit-content;
	text-align: center;
	margin: auto;
	padding: 4em;
	padding-bottom: 0;
	opacity: 0;
}

.big-heading h1 {
	color: var(--text-main-color);
}

.big-heading h2 {
	color: var(--text-main-color);
}

.small-heading {
    position: relative;
    width: fit-content;
	max-width: 1000px;
    text-align: center;
    margin: auto;
    padding: 0 1em 1.5em 1em;
    opacity: 0;
}

.small-heading p {
    margin-block-start: 0.5em;
}

.heading-intro {
	opacity: 1 !important;
}

.heading-intro h2 {
	font-size: 64px;
	font-weight: 600;
	color: var(--text-main-color);
	margin-bottom: 20px;
}

.heading-intro h3 {
	font-family: "Libre Franklin Light", Arial, sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: var(--text-light-color);
	margin-bottom: 2.5em;
	margin-top: 1em;
}

.heading-main-products {}

.heading-main-products h2 {
	color: var(--text-dark-color);
}

.heading-features {}

.heading-features h2 {
	color: var(--text-light-color);
}

.heading-mobile {}

.heading-mobile h2 {
	color: var(--text-dark-color);
}

.heading-expl {}

.heading-expl h2 {
	color: var(--text-dark-color);
}

.heading-videos {}

.heading-videos h2 {
	color: var(--text-dark-color);
}

.features-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: auto;
}

.feature-grid-obd {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"grid-live-ortung grid-lenk-ruhezeiten grid-kraftstoffverbrauch"
		"grid-fahrtenbuch grid-diebstahlschutz grid-objekterkennung";
}

.features-card {
	max-width: 727px;
	display: flex;
	padding: 0em;
	margin: 0em;
	opacity: 0;
	background: #00000070;
	-webkit-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
}

.feature-icon {
	margin-right: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-icon i {
	width: 110px;
	height: 110px;
	font-size: 50px;
	color: var(--text-main-color);
	background-color: var(--theme-color);
	box-shadow: 3px 2px 4px -1px rgba(0, 0, 0, 0.75);
	padding: .4em;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.grid-lenk-ruhezeiten {
	grid-area: grid-lenk-ruhezeiten;
}

.grid-fahrtenbuch {
	grid-area: grid-fahrtenbuch;
}

.grid-diebstahlschutz {
	grid-area: grid-diebstahlschutz;
}

.grid-objekterkennung {
	grid-area: grid-objekterkennung;
}

.grid-kraftstoffverbrauch {
	grid-area: grid-kraftstoffverbrauch;
}

.grid-live-ortung {
	grid-area: grid-live-ortung;
}

.hw_products_container {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.feature-grid-img {
	width: 140px;
}

/* Altes Layout mit Grid
  .installation-grid-obd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 4em 0px;
    grid-auto-flow: row;
    grid-template-areas: "grid-step-1 grid-step-2" "grid-step-3 grid-step-4";
    margin-left: 10em;
  }

  .grid-step-1 { grid-area: grid-step-1; max-width: 548px; margin-bottom: 6em; background: #00000040; box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.1); opacity: 0; }
  
  .grid-step-2 { grid-area: grid-step-2; max-width: 548px; margin-bottom: 6em; background: #00000040; box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.1); opacity: 0; }
  
  .grid-step-3 { grid-area: grid-step-3; max-width: 548px; margin-bottom: 6em; background: #00000040; box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.1); opacity: 0; }
  
  .grid-step-4 { grid-area: grid-step-4; max-width: 548px; margin-bottom: 6em; background: #00000040; box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.1); opacity: 0; }

*/

.storebadge {
	display: flex;
	flex-wrap: wrap; /* erlaubt das Umbrechen von Elementen in der flexbox */
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}

.storebadge img {
	width: 220px !important;
    margin: 10px;
}

.installation-flex-obd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: auto;
	padding-top: 2em;
}

.flex-step {
	max-width: 727px;
	display: flex;
	flex-direction: column;
	padding: 0em;
	margin: 0em;
	opacity: 0;
	background: #00000070;
	-webkit-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
}

.flex-step img {
	width: 100%;
}

.installation-flex-obd h3 {
	padding: 20px;
	text-align: center;
}

.installation-flex-obd p {
	padding: 20px;
	line-height: 24px;
	margin-block-start: -1em;
	text-align: left;
}

.hw_products_container {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.slideshow_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.slideshow_container .grid-2 {
	background: #f7f6f5;
	padding: 50px;
	-webkit-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
}

.mockup_container {
	margin-right: -30em;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.mockup_container .grid-1 {
	text-align: center;
}

.mockup_container .grid-2 {
	background: #f7f6f5;
	padding: 50px;
	-webkit-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
}

.expl-img-desk {
	display: block;
}

.expl-img-mob {
	display: none;
}

/* PHONE IMAGE SLIDER START */

:root {
	--slides: 9;
	--slide-duration: 4000ms;
}

/* Slideshow Images START */
.phone-slideshow-list li:nth-child(1) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/5_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(2) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/5_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(3) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/3_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(4) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/4_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(5) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/1_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(6) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/6_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(7) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/7_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(8) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/8_gpsauge-mobile-screen.png');
}

.phone-slideshow-list li:nth-child(9) {
	background-image: url('https://www.gpsauge.de/fileadmin/pflege/001-bilder/1-0_Produkte/Mobile/Screens/2_gpsauge-mobile-screen.png');
}

/* Slideshow Images END */

.phone-slideshow {
	width: 100%;
	height: auto;
	max-width: 420px;
	margin: auto;
	position: relative;
	display: table;
}

.phone-slideshow:before {
	/* Phone Template */
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 206.13%;
	background: #0002;
	background: transparent url('https://www.goodwall.io/sandbox/wp-content/uploads/sites/5/2021/05/iphonex-black.png') no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.phone-slideshow .screen-mask {
	display: block;
	border: 1px solid purple;
	width: auto;
	height: 100%;
	margin: 3%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding-bottom: 199%;
	border-radius: 7%;
}

.phone-slideshow-list {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% * var(--slides));
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	animation-name: phone-slideshow;
	animation-duration: calc(var(--slide-duration) * var(--slides));
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.phone-slideshow-list li {
	display: block;
	width: calc(100% * var(--slides));
	width: 100%;
	height: 0%;
	padding-bottom: 23.75%;
	font-size: 5em;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.phone-slideshow-list li:first-child {
	z-index: -1;
	animation-name: first-loop;
	animation-duration: calc(var(--slide-duration) * var(--slides));
	animation-iteration-count: infinite;
	animation-delay: 1s;
}


@keyframes phone-slideshow {
	0% {
		left: 0;
	}

	5.5% {
		left: calc(-100%);
	}

	11% {
		left: calc(-100%);
	}

	16.5% {
		left: calc(-100%*2);
	}

	22% {
		left: calc(-100%*2);
	}

	27.5% {
		left: calc(-100%*3);
	}

	33% {
		left: calc(-100%*3);
	}

	38.5% {
		left: calc(-100%*4);
	}

	44% {
		left: calc(-100%*4);
	}

	49.5% {
		left: calc(-100%*5);
	}

	55% {
		left: calc(-100%*5);
	}

	60.5% {
		left: calc(-100%*6);
	}

	66% {
		left: calc(-100%*6);
	}

	71.5% {
		left: calc(-100%*7);
	}

	77% {
		left: calc(-100%*7);
	}

	82.5% {
		left: calc(-100%*8);
	}

	88% {
		left: calc(-100%*8);
	}

	93.5% {
		left: calc(-100%*9);
	}

	99.99% {
		left: calc(-100%*9);
	}

	100% {
		left: 0;
	}
}

@keyframes first-loop {
	0% {
		left: 0;
	}

	47.99% {
		left: 0;
	}

	48% {
		left: calc(100%);
	}

	99.99% {
		left: calc(100%);
	}

	100% {
		left: 0;
	}
}

/* PHONE IMAGE SLIDER END */


.gpsauge-mobile-grid {
	display: grid;
	grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: 20px 20px;
	grid-auto-flow: row;
	grid-template-areas:
		"mob-feature_1_img mob-feature_1_txt mob-feature_2_img mob-feature_2_txt"
		"mob-feature_3_img mob-feature_3_txt mob-feature_4_img mob-feature_4_txt"
		"mob-feature_6_img mob-feature_6_txt mob-feature_5_img mob-feature_5_txt";
}

.mob-feature_1_img {
	grid-area: mob-feature_1_img;
}

.mob-feature_1_txt {
	grid-area: mob-feature_1_txt;
	margin-top: 12px;
}

.mob-feature_3_img {
	grid-area: mob-feature_3_img;
}

.mob-feature_3_txt {
	grid-area: mob-feature_3_txt;
	margin-top: 12px;
}

.mob-feature_2_img {
	grid-area: mob-feature_2_img;
}

.mob-feature_2_txt {
	grid-area: mob-feature_2_txt;
	margin-top: 12px;
}

.mob-feature_4_img {
	grid-area: mob-feature_4_img;
}

.mob-feature_4_txt {
	grid-area: mob-feature_4_txt;
	margin-top: 12px;
}

.mob-feature_5_img {
	grid-area: mob-feature_5_img;
}

.mob-feature_5_txt {
	grid-area: mob-feature_5_txt;
	margin-top: 12px;
}

.mob-feature_6_img {
	grid-area: mob-feature_6_img;
}

.mob-feature_6_txt {
	grid-area: mob-feature_6_txt;
	margin-top: 12px;
}


.mobile-feature-grid-img {
	width: 110px;
}

.gpsauge-mobile-grid p {
	line-height: 1.6em;
	color: var(--text-dark-color);
	text-align: left;
	width: unset;
	max-width: unset;
	margin: unset;
	margin-top: unset;
	margin-top: unset;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.expandable_container {
	opacity: 0;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 2em;
	margin-top: 10em;
	display: none;
}

.expandable-box-container {
	width: 100%;
	margin: 30px auto;
}

.expandable-boxes {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.expandable-box {
	width: 30%;
	height: 130px;
	background: #00000070;
	overflow: hidden;
	float: left;
	margin: 0 3% 20px 0;
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	-webkit-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -4px 4px 11px 0px rgba(0, 0, 0, 0.1);

	&.open {
		border-color: #dd0000;
		width: 100%;
		max-width: 1100px;
		display: flex;
		height: fit-content;
		margin: 0;
	}

	&.out {
		width: 0;
		height: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
		opacity: 0;
	}
}

.expandable-boxes p {
	display: none;
}

.expandable-boxes img {
	display: none;
}

.expandable-boxes .open p {
	display: block;
	margin-block-start: 10px;
	margin-block-end: 10px;
	margin-inline-start: 20px;
	margin-inline-end: 30px;
}

.expandable-boxes .open h3 {
	display: none;
}

.expandable-boxes .open img {
	display: block;
}

/* SLIDER START */

.slider-container {
	width: 66.666%;
	padding: 0 1em;
	margin: 10px auto;
}

.slider-carousel {
	position: relative;
	height: fit-content;

}

.slider-inner {
	height: 100%;
	width: 400%;
	display: flex;
	transition: all 0.3s ease;
	transform: translate(0%);
}

.slider-inner section {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.slider-controls .slider-arrow i {
	font-size: 2.5em;
	color: var(--theme-color);
}

.slider-arrow.left {
	left: 10px;
}

.slider-arrow.right {
	right: 10px;
}

.slider-controls ul {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%);
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.slider-controls ul li {
	width: 14px;
	height: 14px;
	border: 2px solid var(--theme-color);
	border-radius: 50px;
	margin: 10px;
	background: var(--theme-color);
	cursor: pointer;
}

.slider-controls ul li.selected {
	background: transparent;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 90%;
	box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 45%);
	-webkit-box-shadow: 0px 3px 12px 1px rgb(0 0 0 / 45%);
	-moz-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.45);
}

/* SLIDER END */

#main-section-main {
	/*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(8, 8, 8, 0.4)), url('./img/landingpageimg.jpeg.png');*/
	background: #e9e7e4;
	background-position: center;
	background-size: cover;
	max-height: 100vh;
	/*min-height: 900px;*/
}

#main-section {
	height: 100vh;
	width: 100%;
	margin-bottom: 70px;
	background: #e9e7e4;
}

#main-section-main::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/*min-height: 900px;*/
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.top-scroll {
	display: none;
}


.nav-link-container {
	display: flex;
	align-items: center;
}

.nav-link-container li {
	margin: 0 2em;
	list-style: none;
}

.nav-link-container li a {
	color: var(--text-main-color);
	text-decoration: none;
	position: relative;
}

.nav-link-container li a::before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: -5px;
	height: 3px;
	background-color: var(--text-main-color);
	transition: transform .4s ease;
	transform-origin: right;
	transform: scaleX(0);
}

.nav-link-container li a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.content-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99;
	/* Wegen Video Overlay */
}

.content-container::before {
	content: '';
	position: absolute;
	top: -.2em;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 20%;
	background-color: var(--second-theme-color);
	font-weight: bold;
	visibility: hidden;
}

#features-section {
	/*background: linear-gradient(to bottom, rgb(213 213 213 / 50%) 20%,
  #2b2b2b), url(img/cockpitled-background.jpg);*/
	/*box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.2);*/
	background-size: cover;
	margin-top: 100px;
}

#basis-section {
	/* background: url(img/landingpageimg.jpeg.png); */
	background: linear-gradient(to bottom, rgb(213 213 213 / 50%) 20%,
			#2b2b2b), url(./img/bg/safety-bg.png);
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);
	background-size: cover;
	margin-top: 100px;
}

#safety-section {
	/* background: url(img/landingpageimg.jpeg.png); */
	background: linear-gradient(to bottom, rgb(213 213 213 / 50%) 20%,
			#2b2b2b), url(./img/bg/basis-bg.jpg);
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);
	background-size: cover;
	margin-top: 100px;
}

#apps-section {
	/* background: url(img/landingpageimg.jpeg.png); */
	background: linear-gradient(to bottom, rgb(255 255 255 / 50%) 20%,
			#5d5d5ddb), url(./img/bg/apps-bg.jpg);
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);
	background-size: cover;
	margin-top: 160px;
}

#zubehoer-section {
	/* background: url(img/landingpageimg.jpeg.png); */
	background: linear-gradient(to bottom, rgb(213 213 213 / 50%) 20%,
			#2b2b2b), url(./img/bg/zubehoer-bg.jpg);
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);
	background-size: cover;
	margin-top: 160px;
}

#the-products-section {
	margin-top: 120px;
}

#about-us-section {
	width: 100%;
	margin: 160px 0 100px 0;
	background-color: #e7e6e6cb;
}

#slider-section {
	margin-top: 100px;
	margin-bottom: 80px;
}

#contact-us-section {
    margin-top: 0;
    margin-bottom: -90px !important;
    margin: auto;
    width: 100%;
    max-width: 1600px;
    background: var(--theme-color);
    z-index: 99;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    /* flex-wrap: wrap; */
}

/* JS Styles */

#vorteile-section {}

#werwirsind-section {}

#kontakt-section {}

.description {
	background: #101112bd;
	width: fit-content;
	margin: auto;
	display: flex;
	padding: 0;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.4);
}

.title_img {
	margin: auto;
	display: block;
	opacity: 0;
	max-width: 400px;
}

.logo_img {
	text-align: left;
	width: 100%;
	max-width: 460px;
	margin: auto;
	margin-top: 30px;
}

.logo_img img {
	height: auto;
}

.appicon_img {
	float: left;
	width: 41%;
	margin-right: 25px;
	border-radius: 30px;
}

.screenshot_img {
	width: 48%;
	float: right;
	margin: 8px 0px 20px 25px;
}

.main-header {
	position: relative;
	text-align: center;
	font-size: 4em;
	font-family: "Libre Franklin Bold", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-block-start: 0;
	margin-block-end: 0;
	color: var(--text-main-color);
	line-height: 1em;
	transform: translateY(0);
	opacity: 1;
	transition: all .5s ease;
	text-shadow: 3px 3px 4px #00000080;
}

.second {
	font-size: 3em;
	text-transform: unset;
}

.main-header-h3 {
	position: relative;
	max-width: 90%;
	margin: auto;
	text-align: center;
	font-size: 1.5em;
	font-family: "Libre Franklin Regular", Arial, sans-serif;
	font-weight: 400;
	color: var(--text-main-color);
	line-height: inherit;
	transform: translateY(0);
	opacity: 1;
	transition: all 1s ease;
	text-shadow: 3px 3px 4px #00000080;
}

.main-header-image {}

.main-header-image img {
	width: 100%;
}

/*
.main-header-hide {
  transform: translateY(20%);
  opacity: 0;
  transition: all .5s ease;
}
*/

.main-know-more-btn {
	text-align: center;
}

.knowmorebtn-container {
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.main-know-more-btn, #submit-btn {
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
	cursor:pointer;
    color: var(--text-main-color);
    background: #0000004a;
    padding: 1em 1.8em;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border: 1px solid var(--second-theme-color);
}

.main-know-more-btn::before,
#submit-btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--second-theme-color);
	transform: translateX(-100%);
	transition: all .4s ease;
}

.main-know-more-btn:hover::before,
#submit-btn.main-know-more-btn:hover::before {
	transform: translateX(0);
}

.lottie-icon {
	background: var(--theme-color);
	border-radius: 999px;
	border: 14px solid var(--theme-color);
}

/* SERVISE SECTION START */

#gpsauge-features {
	margin-top: 50px;
}

h1.section-header {
	color: white;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	font-family: "Libre Franklin Regular", Arial, sans-serif;
	font-weight: 400;
	/* SHIT */
	margin-right: 0.5em;
	margin-left: -0.2em;
}

h1.section-header.footer {
	margin-right: -0.2em;
	margin-left: 0.5em;
}

.section-header {
	/*
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  */
	font-size: 2.4rem;
}

.section-header::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	height: 3px;
	background-color: var(--theme-color);
	width: 50%;
	visibility: hidden;
}

.section-container {
	background: var(--theme-color);
	width: fit-content;
	translate: 0 -40px;
	box-shadow: 5px 2px 5px 0px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.section-container-left {
	padding: 2em 2em 2em 0em;
	margin: 0em 0 0em -14em;
	/* -8 */
	opacity: 0;
}

.section-container.footer {
	background: var(--third-theme-color);
	width: fit-content;
	translate: 0 40px;
}

.section-container-right {
	padding: 2em 20em 2em 2em;
	margin: 0 -14em 0 0;
	/* -8 */
	opacity: 0;
}

.section-container-parent {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.section-container-parent.footer {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.inner-section {
	padding-bottom: 0.5em;
	width: 89%;
	margin: auto;
}

.inner-section-element-second {
	background: var(--second-theme-color);
	width: 49%;
	padding: 0.5em;
	float: left;
}

.inner-section-element-third {
	background: var(--third-theme-color);
	width: 49%;
	padding: 0.5em;
	float: right;
}

.inner-section-element-third.footer {
	background: var(--theme-color);
}


/* <!-- about-us-section --> */

.about-us-inner-container {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
}

.left-about-us-dis {
	width: 40%;
}

.left-about-us-dis p {
	line-height: 1.6em;
}

.second-about-dis {
	margin: 2em 0;
	color: var(--text-second-color);
}

.right-about-img-container {
	width: 45%;
	margin-left: 2em;
}

.right-about-img-container img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}


/* <!-- OUR products SECTION START --> */

.products-card-container {
	margin-top: 2em;
}

.products-card-row {
	padding: 0 1em;
	display: flex;
	width: 90%;
	margin: 0 auto;
}

.products-card {
	padding: 2em;
	min-height: 350px;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
}

.background-icon-container i {
	font-size: 4rem;
}

/*
.products-card-icon {
  display: flex;
  justify-content: center;
}

.products-card-icon img {
  width: 50%;
}
*/
.products-card-icon i {
	font-size: 4rem;
}

.products-card-dis-header {
	margin: 1em 0;
	border-bottom: 1px solid var(--text-main-color);
}

.specialty-card-dis p {
	font-size: 1rem;
	line-height: 1.6em;
	text-align: justify;
}

.products-card:first-child {
	background-color: var(--second-theme-color);
	color: white;
}

.products-card-row:first-child .products-card:nth-child(2) {
	background-color: rgba(231, 230, 230, 0.796);
	color: black;
}

.products-card-row:nth-child(2) .products-card:nth-child(1) {
	background-color: rgba(231, 230, 230, 0.796);
	color: black;
}

.products-card-row:nth-child(2) .products-card:nth-child(2) {
	background-color: var(--theme-color);
	color: white;
}

.products-card-row:nth-child(3) .products-card:nth-child(2) {
	background-color: rgba(231, 230, 230, 0.796);
	color: black;
}

.products-card-row:nth-child(2) .products-card:nth-child(1) .products-card-dis-header,
.products-card-row:nth-child(3) .products-card:nth-child(2) .products-card-dis-header,
.products-card-row:first-child .products-card:nth-child(2) .products-card-dis-header {
	border-bottom: 1px solid black;
}

/* <!-- CONTACT US SECTION START --> */

.contact-us-header {
	color: black;
}

.contact-us-inner-container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4em;
	position: relative;
}

#main-form,
.form-map-container {
    width: 100%;
}

#main-form {
    padding: 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap; /* Umbruch bei Bedarf */
}

.input-row {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
}

.input-container {
    flex: 1;
    margin-right: 1em; /* Abstand zwischen den Input-Containern */
    position: relative; /* Positionierung für das Label relativ zum Container */
}

.input-container input,
#textdis {
    width: 100%; /* Breite auf 100% setzen */
    padding: .6em .4em;
    font-size: 1rem;
    background-color: var(--text-main-color);
    color: var(--text-second-color);
    border-radius: 0;
    outline: none;
    resize: none;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.input-container label {
    color: var(--text-second-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
    pointer-events: none; /* Verhindert Klicks auf Labels */
    left: 10px; /* Platzierung am linken Rand des Containers */
    opacity: 1; /* Standard-Opazität */
}

.input-container.half-width label {
    width: 50%;
}

#textDisLabel {
    top: 8%;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label,
#textdis:not(:placeholder-shown) + #textDisLabel,
#textdis:focus + #textDisLabel {
    transform: translate(-90%, -50%);
    opacity: 0; /* Opazität auf 0 setzen */
}

.submit-btn-container {
    overflow: hidden;
    position: relative;
    float: right;
}

.thank-you-message {
	font-size: 24px;
    font-family: "Libre Franklin Light", Arial, sans-serif;
    font-weight: 300;
    color: var(--text-main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(33%, -50%);
    transition: all .3s ease;
    width: 100%;
    text-align: center;
}

.thank-you-message.animation {
    transform: translate(-50%, -50%);
}

.error {
    color: #ff8300;
    background: #333 !important;
    margin-top: 6px;
    margin-left: 0;
    display: none;
    transition: all .4s ease;
    background: var(--theme-color);
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
}

.error-active {
    display: block;
}

.form-map-container {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.form-map-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}




/* FOOTER START */

footer {
	background-color: var(--theme-color);
	padding: 8em 0 2em 0;
	display: block;
}

.left-footer-container {
	display: flex;
}

.footer-logo-container {
	height: 100px;
	width: 370px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-logo-container .logo-img {
	width: 300px;
}

.footer-links-container {
	width: 300px;
}

.footer-links-container li {
	list-style: none;
	margin-bottom: 1em;
}

.footer-links-container li a {
	color: white;
}

.contact-disclaimer p {
	font-family: "Libre Franklin Bold", Arial, sans-serif;
	font-weight: 700;
}

.contact-text-container {
	width: 33%;
	padding: 3em 1.5em 3em 3em;
	border-radius: 0;
	background: var(--theme-color);
}

.contact-text-container.hidden {
	visibility: hidden;
}

.contact-text-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 2em;
}

.contact-form-container {
	width: 66%;
	padding: 3em 3em 3em 1.5em;
	border-radius: 0;
	background: var(--theme-color);
}

.contact-form-container.hidden {
	display: none;
}

.contact-form-container-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 2em;
}

.cta-text {
	margin-right: 1em;
	display: flex;
	flex-direction: column;
	padding-right: 3em;
}

#footer-form {
	padding: .2em .8em;
	float: right;
}

#footer-form input {
	outline: none;
	border: none;
	font-size: 1.3rem;
	padding: .4em .6em;
	color: white;
	border-radius: 99px;
}

#footer-form input:focus {
	border: 1px solid var(--theme-color);
}

#footer-form button {
	color: var(--text-main-color);
	font-size: 1.3rem;
	padding: .4em;
	cursor: pointer;
	background: none;
	border: none;
}

.main-footer-h3 {
	position: relative;
	font-size: 1.5em;
	font-family: "Libre Franklin Regular", Arial, sans-serif;
	font-weight: 400;
	color: var(--text-main-color);
	transform: translateY(0);
	line-height: inherit;
	opacity: 1;
	transition: all 1s ease;
	text-shadow: 3px 3px 4px #00000080;
}

.main-contact-h2 {
	font-size: 24px;
	font-family: "Libre Franklin Light", Arial, sans-serif;
	font-weight: 300;
	color: var(--text-main-color);
	line-height: inherit;
	transform: translateY(0);
	opacity: 1;
	transition: all 1s ease;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

h2.main-contact-h2 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.contact-disclaimer p {
	font-size: 2em;
	margin-block-start: 0em;
	margin-block-end: 0em;
	font-family: "Libre Franklin Bold", Arial, sans-serif;
	font-weight: 700;
	color: var(--text-main-color);
	line-height: inherit;
	transform: translateY(0);
	opacity: 1;
	transition: all 1s ease;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.contact-disclaimer p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100px;
    background: var(--second-theme-color);
}

.copyright {
	margin-top: 2em;
	color: var(--text-main-color);
}

.credit {
	color: white;
}

.credit i {
	margin-left: .5em;
}


ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta {
	margin-bottom: 20px;
}
.single-cta i {
  color: var(--second-theme-color);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-footer-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-footer-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-footer-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--second-theme-color);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: var(--second-theme-color);
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--second-theme-color);
    padding: 10px 20px;
    border: 1px solid var(--second-theme-color);
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
  text-align: center;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: var(--second-theme-color);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: var(--second-theme-color);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



/* FOOTER END */
















