@charset "UTF-8";
/* CSS Document */

@font-face {
	src: url(../fonts/hahngrotesk-ultralight.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 200;
}

@font-face {
	src: url(../fonts/hahngrotesk-light.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 300;
}

@font-face {
	src: url(../fonts/hahngrotesk-regular.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 400;
}

@font-face {
	src: url(../fonts/hahngrotesk-medium.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 500;
}

@font-face {
	src: url(../fonts/hahngrotesk-bold.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 700;
}

@font-face {
	src: url(../fonts/hahngrotesk-ultrabold.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 800;
}

@font-face {
	src: url(../fonts/hahngrotesk-black.woff);
	font-family: 'Hahn Grotesk';
	font-weight: 900;
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	scroll-behavior: smooth;
	cursor: url(../images/cursor_circle_outline.png) 10 10, auto;
	background-color: #0E0E0E;
	color: #FFFCEF;
}

body {
}

/* OVERHEAD */
h1 {
	font-family: 'Hahn Grotesk', sans-serif;
	font-weight: 300;
	font-size: 1vw;
	line-height: 1.3;
	letter-spacing: 0.3em;
}

/* HEAD*/
h2 {
	font-family: 'Hahn Grotesk', sans-serif;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.3;
	letter-spacing: 0em;
}

h3 {
	font-family: 'Hahn Grotesk', sans-serif;
	font-weight: 600;
	font-size: 1.5vw;
	line-height: 1.3;
	letter-spacing: 0em;
}

h4 {
	font-family: 'Hahn Grotesk', sans-serif;
	font-weight: 200;
	font-size: 3vw;
	line-height: 1.3;
	letter-spacing: 0em;
}

p {
	font-family: 'Hahn Grotesk', sans-serif;
	font-weight: 300;
	font-size: 1.3vw;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

strong {
    font-weight: 800;
}

a:link, a:visited {
	color: inherit;
  text-decoration: none;
  cursor: url(../images/cursor_circle.png) 10 10, auto;
	font-family: 'Hahn Grotesk', sans-serif;
}

a:link:active, a:visited:active {
	color: inherit;
	font-family: 'Hahn Grotesk', sans-serif;
}

video {
	resize: inherit;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* GLOBAL */
.abschnitt {
	width: 100vw;
}

.uppercase {
	text-transform: uppercase;
}

.text_abschnitt_beschreibungen {
	position: relative;
	text-align: left;
	width: 90vw;
	top: 3vw;
	left: 5vw;
}
.text_abschnitt_beschreibungen br {
	display: none;
}

::selection {
	background: #AB6122;
	color: #F2D7F2;
}

.colorbackground1 {
	background-color: #0E0E0E;
}
.colorbackground2 {
	background-color: #FFFCEF;
}
.colorbackground3 {
	background-color: #F2D7F2;
}
.colorbackground4 {
	background-color: #AB6122;
}

.colortext1 {
	color: #0E0E0E;
}
.colortext2 {
	color: #FFFCEF;
}
.colortext3 {
	color: #F2D7F2;
}
.colortext4 {
	color: #AB6122;
}

.colorsvg1 {
	fill: #0E0E0E;
}
.colorsvg2 {
	fill: #FFFCEF;
}
.colorsvg3 {
	fill: #F2D7F2;
}
.colorsvg4 {
	fill: #AB6122;
}





/* INTRO */
.abschnitt_intro {
	position: relative;
	height: 50vw;
}

.intro_video_desktop {
	position: absolute;
	width: 100vw;
	left: 0vw;
	right: auto;
	top: -3vw;
	visibility: visible;
}
.intro_video_mobile {
	visibility: hidden;
}

.intro_bild {
	position: absolute;
	width: 80vw;
	height: 56.25vw;
	left: 10vw;
	right: auto;
	top: -3vw;
	background-image: url(../images/rooster_intro_save.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.logo {
	position: absolute;
	width: 100vw;
	height: 10vw;
	left: auto;
	right: auto;
	top: 4vw;
}

.nav {
	position: absolute;
	left: 5vw;
	top: 10vw;
	z-index: 100;
}

.nav_element {
	display: block;
	margin-left: 1vw;
	margin-right: 1vw;
	margin-top: 0.5vw;
	margin-bottom: 0.5vw;
}

.bild_intro_goldenegg {
	position: absolute;
	width: 10vw;
	height: 56.25vw;
	left: 45vw;
	right: auto;
	top: 14vw;
	background-image: url(../images/golden-egg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.text_intro_ideaisking {
	position: absolute;
	width: 100vw;
	left: 0vw;
	top: 43vw;
	text-align: center;
}
.text_intro_ideaisking h2 {
	font-size: 2vw;
}

.abspann {
	position: absolute;
	left: 0vw;
	top: 0vw;
}

.text_abspann {
	position: relative;
	left: 80vw;
	top: 32vw;
	rotate: 270deg;
}



/* GWEN und AARON */
.abschnitt_einzelkaempfer {
	position: relative;
	height: 11vw;
}

.einzelkaempfer_left {
	position: absolute;
	width: 40vw;
	left: 5vw;
}

.einzelkaempfer_right {
	position: absolute;
	width: 40vw;
	left: 55vw;
	top: 0vw;
}

.text_einzelkaempfer {
	position: absolute;
	top: 2vw;
	text-align: center;
}

.text_einzelkaempfer_aaron {
	position: absolute;
	width: 40vw;
	height: 5vw;
	left: 0vw;
	top: -1vw;
}

.text_einzelkaempfer_gwen {
	position: absolute;
	width: 40vw;
	height: 5vw;
	left: 0vw;
	top: -1vw;
}

.text_einzelkaempfer_description {
	position: absolute;
	width: 40vw;
	top: 5vw;
	text-align: center;
	display: flex;
	align-items: center;
  justify-content: center;
}

.bild_einzelkaempfer_pfeil {
	width: 2vw;
	margin-left: 1vw;
	margin-top: 0.25vw;
}

.einzelkaempfer_unterstreichung_left {
	width: 14vw;
	height: 0.1vw;
	margin-top: 1.7vw;
	margin-left: auto;
	margin-right: auto;
}

.einzelkaempfer_unterstreichung_right {
	width: 17vw;
	height: 0.1vw;
	margin-top: 1.7vw;
	margin-left: auto;
	margin-right: auto;
}






/* LEISTUNGEN */
.abschnitt_leistungen {
	position: relative;
	height: 45vw;
}


.text_leistungen_liste{
	position: absolute;
	width: 90vw;
	left: 5vw;
	top: 10vw;
	text-align: center;
}

.text_leistungen_liste h2 {
	display: inline-block;
	margin-right: 0.6vw;
}

.text_leistungen_handschrift {
	position: absolute;
	width: 100vw;
	height: 5vw;
	left: 0vw;
	top: 35vw;
}



/* PROJEKTE */
.abschnitt_projekte {
	position: relative;
	height: 65vw;
	z-index: 10;
}

.text_projekte_handschrift_desktop {
	position: absolute;
	width: 100vw;
	height: 35vw;
	left: 0vw;
	top: 15vw;
	visibility: visible;
	z-index: 0;
}
.text_projekte_handschrift_mobile {
	visibility: hidden;
	z-index: 0;
}

.projektbilder {
	transition: 0.25s;
	transition-timing-function: ease-in-out;
	transform: scale(0.2);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}
.projektbilder:hover {
	transform: scale(0.5);
	z-index: 20;
}

.projekt_a {
	position: absolute;
	width: 90vw;
	height: 45vw;
	left: -25vw;
	top: 20vw;
	background-image: url(../images/projekte/manhattan_1.gif);
}
.projekt_b {
	position: absolute;
	width: 55vw;
	height: 80vw;
	left: 42vw;
	top: 15vw;
	background-image: url(../images/projekte/bosch.gif);
}
.projekt_c {
	position: absolute;
	width: 80vw;
	height: 60vw;
	left: 45vw;
	top: -18vw;
	background-image: url(../images/projekte/cor.png);
}
.projekt_d {
	position: absolute;
	width: 80vw;
	height: 45vw;
	left: -12vw;
	top: 36vw;
	background-image: url(../images/projekte/rational_2.png);
}
.projekt_e {
	position: absolute;
	width: 80vw;
	height: 60vw;
	left: 18vw;
	top: 8vw;
	background-image: url(../images/projekte/griesser.png);
}
.projekt_f {
	position: absolute;
	width: 90vw;
	height: 50vw;
	left: -5vw;
	top: 3vw;
	background-image: url(../images/projekte/wmf_1.png);
}
.projekt_g {
	position: absolute;
	width: 80vw;
	height: 60vw;
	left: 5vw;
	top: -20vw;
	background-image: url(../images/projekte/lonelyplanet_1.png);
}
.projekt_h {
	position: absolute;
	width: 80vw;
	height: 60vw;
	left: 45vw;
	top: 25vw;
	background-image: url(../images/projekte/lidl_1.png);
}
.projekt_i {
	position: absolute;
	width: 80vw;
	height: 45vw;
	left: 2vw;
	top: 30vw;
	background-image: url(../images/projekte/marcopolo_1.png);
}
.projekt_j {
	position: absolute;
	width: 80vw;
	height: 80vw;
	left: -20vw;
	top: -25vw;
	background-image: url(../images/projekte/puma.gif);
}
.projekt_k {
	position: absolute;
	width: 90vw;
	height: 50vw;
	left: 20vw;
	top: -7vw;
	background-image: url(../images/projekte/weinheimat_3.png);
}





/* KUNDEN */
.abschnitt_kunden {
	position: relative;
	height: 62vw;
	padding-top: 2vw;
}

.text_kunden_einleitung {
	position: absolute;
	width: 60vw;
	left: 20vw;
	top: 9vw;
	text-align: center;
}

.text_kunden_handschrift {
	position: absolute;
	width: 100vw;
	height: 16vw;
	left: 0vw;
	top: 20vw;
}

.video_kundenlogos {
	position: absolute;
	width: 100vw;
	left: 0vw;
	top: 0vw;
	z-index: -20;
}





/* AGENTUREN */
.abschnitt_agenturen {
	position: relative;
	height: 11vw;
	top: -2vw;
}

.agenturen_logobandbox {
	position: absolute;
	width: 100vw;
	top: 0vw;
	overflow: hidden;
}

.agenturen_logoband-scroll_mobile {
	visibility: hidden
}

.agenturen_logoband-scroll_desktop {
	margin-left: 50vw;
	margin-top: 2vw;
	height: 15vw;
	visibility: visible;
	top: 5vw;
}






/* WIR */
.abschnitt_wir {
	position: relative;
	height: 60vw;
	margin-top: -5vw;
}

.text_wir_1 {
	position: absolute;
	width: 90vw;
	left: 5vw;
	top: 7vw;
	text-align: center;
}

.text_wir_2 {
	position: absolute;
	width: 90vw;
	left: 5vw;
	top: 17vw;
	text-align: center;
}

.text_wir_handschrift {
	position: absolute;
	width: 100vw;
	height: 15vw;
	left: 0vw;
	top: 32vw;
	z-index: 31;
}

.bild_wir_goldenegg {
	position: absolute;
	width: 40vw;
	height: 56.25vw;
	left: 30vw;
	right: auto;
	top: 10vw;
	background-image: url(../images/golden-egg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}





/* ÜBER UNS */
.abschnitt_ueberuns {
	position: relative;
	height: 40vw;
}

.text_ueberuns {
	position: absolute;
	width: 42vw;
	left: 17vw;
	top: 5vw;
	text-align: left;
}

.text_ueberuns_handschrift {
	position: absolute;
	width: 38vw;
	height: 6vw;
	left: 7vw;
	top: 28vw;
}

.text_ueberuns_skill {
	position: absolute;
	left: 33vw;
	top: 28.5vw;
	text-align: left;
}

.bild_ueberuns {
	position: absolute;
	width: 20vw;
	height: 26vw;
	left: 62vw;
	top: -2vw;
	rotate: 3deg;
	text-align: left;
	background-image: url(../images/portrait.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bild_ueberuns:hover {
	background-image: url(../images/portrait_hover.png);
}



/* KONTAKT */
.abschnitt_kontakt {
	position: relative;
	height: 35vw;
}

.text_kontakt_handschrift_schrift {
	position: absolute;
	width: 60vw;
	height: 12vw;
	left: 3vw;
	top: 8vw;
}
.text_kontakt_handschrift_striche {
	position: absolute;
	width: 10vw;
	height: 10vw;
	left: 64vw;
	top: 8vw;
}

.bild_kontakt_scream {
	position: absolute;
	width: 100vw;
	height: 35vw;
	right: 0vw;
	bottom: 0vw;
	background-image: url(../images/rooster_scream-scale.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

.text_kontakt_inhalt {
	position: absolute;
	width: 70vw;
	left: 30vw;
	top: 23vw;
	text-align: left;
	display: flex;
}
.text_kontakt_inhalt_namen {
	display: inline;
}

.kontakt_unterstreichung {
	position: absolute;
	width: 31.5vw;
	height: 0.1vw;
	top: 4vw;
	left: 1.5vw;
}

.bild_kontakt_letter {
	width: 5vw;
	height: 2.5vw;
	margin-top: 0.6vw;
	margin-left: 1vw;
	margin-right: 1vw;
}


.impressum {
	position: absolute;
	width: 70vw;
	height: 120vw;
	left: 5vw;
	top: 30vw;
}

.datenschutz {
	position: absolute;
	width: 70vw;
	height: 270vw;
	left: 5vw;
	top: 30vw;
}
.datenschutz h4 {
	font-size: 1.5vw;
	font-weight: 400;
}
.datenschutz ul {
	margin-left: 2vw;
}
