/*-----------------------------------------------------
fonts
------------------------------------------------------*/
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v12-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v12-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v12-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v12-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v12-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* PT Sans Narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/pt-sans-narrow--v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-narrow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-narrow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-narrow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-narrow-v12-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}

/* PT Sans Narrow-700 - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-narrow-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/pt-sans-narrow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-narrow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-narrow-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-narrow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-narrow-v12-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}



/*-----------------------------------------------------
typography
------------------------------------------------------*/
.regular {
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 400;
}
.medium {
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 500;
}
.light {
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 200;
}
.bold {
  font-family: 'PT Sans', Arial, sans-serif;
  font-weight: 700;
}
.italic {
 font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.uppercase-bold {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke:3px black;
  letter-spacing: 1.4px;
}

.bolder {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 1px black;
  letter-spacing: 1.4px;
}

.bolder-sub {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 0.5px black;
  letter-spacing: 1px;
}

.caps {
  font-variant: all-small-caps;	
}
.caps-height {
  font-variant: small-caps;	
}
.word-break{
  word-break: break-all;	
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 3;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: auto 3;
  -moz-hyphenate-limit-lines: 3;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 3;
  -o-hyphens: auto;
  -o-hyphenate-limit-chars: auto 3;
  -o-hyphenate-limit-lines: 3;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 3;	
  -khtml-hyphens: auto;	
  -khtml-hyphenate-limit-chars: auto 3;
  -khtml-hyphenate-limit-lines: 3;		
}
.no-break{
  hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -o-hyphens: none !important;
  -webkit-hyphens: none !important;
}
.break-content { 
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:hover * {
  cursor: pointer;
}
*:hover {
  cursor: default;
}

.no-indent {
 margin-left: 0em !important;
 text-indent: 0em !important; 
}

.left {
 float: left;
}

.right {
 float: right;
}



/*------------------------------------------------------------------
triangle animations
-------------------------------------------------------------------*/
.visual-triangle-services {
  position: relative;
  margin: 5em 70em;
  padding: 0;
  width: 14em; 
  height: 14em;
  perspective: 100em;
  transform-style: preserve-3d;
  animation: triangle 60s infinite linear;
}
.visual-triangle-cooperations {
  position: relative;
  margin: 5em 52em;
  width: 14em;
  height: 14em;
  perspective: 100em;
  transform-style: preserve-3d;
  animation: triangle2 60s infinite linear;
}
.visual-triangle-contact {
  position: relative;
  margin: 7em 50em;
  width: 14em;
  height: 14em;
  perspective: 100em;
  transform-style: preserve-3d;
  animation: triangle3 60s infinite linear;
}
.visual-triangle-imprint {
  position: relative;
  margin: 5em 46em;
  width: 14em;
  height: 14em;
  perspective: 100em;
  transform-style: preserve-3d;
  animation: triangle 60s infinite linear;
}
.visual-triangle-data-protection {
  position: relative;
  margin: 5em 60em;
  width: 14em;
  height: 14em;
  perspective: 100em;
  transform-style: preserve-3d;
  animation: triangle 60s infinite linear;
}
.visual-triangle-cookies {
  position: relative;
  margin: 5em 76em;
  width: 14em;
  height: 14em;
  perspective: 100em;
  transform-style: preserve-3d;
  animation: triangle 60s infinite linear;
}

@keyframes triangle {
  from {
    transform: rotateZ(-180deg) rotateX(360deg) rotateY(0deg);
  }
  to {
    transform: rotateZ(180deg) rotateX(0deg) rotateY(360deg);
  }
}

@keyframes triangle2 {
  from {
    transform: rotateZ(-180deg) rotateX(90deg) rotateY(0deg);
  }
  to {
    transform: rotateZ(180deg) rotateX(270deg) rotateY(360deg);
  }
}

@keyframes triangle3 {
  from {
    transform: rotateZ(-45deg) rotateX(-90deg) rotateY(-135deg);
  }
  to {
    transform: rotateZ(315deg) rotateX(270deg) rotateY(125deg);
  }
}
.triangular-surfaces,
.triangular-surfaces:after {
  overflow: hidden;
  position: absolute;
  width: inherit;
  height: inherit;
  backface-visibility: hidden;
}
.triangle:after {
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-50%);
  content: "";
}
.movement .triangular-surfaces.triangle:first-child {
  transform: translateZ(4.0235em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:first-child:after {
  background: #be1439 url("../img/grain.gif");
}
.movement .triangular-surfaces.triangle:nth-child(2) {
  transform: rotateY(120deg) translateZ(4.035em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(2):after {
  background: #e9234e url("../img/grain.gif");		
}
.movement .triangular-surfaces.triangle:nth-child(3) {
  transform: rotateY(-120deg) translateZ(4.035em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(3):after {
  background: #d11a42 url("../img/grain.gif");
}
.movement .triangular-surfaces.triangle:last-child {
  transform: translateZ(4.035em) 
    rotateX(90deg) rotateY(180deg)
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:last-child:after {
  background: #ae0f32 url("../img/grain.gif");
}



/*------------------------------------------------------------------
selection
-------------------------------------------------------------------*/
::-moz-selection {
  color: #efede9; background: #000000;
}

::selection {
  color: #efede9; background: #000000;
}



/*------------------------------------------------------------------
progress bar
-------------------------------------------------------------------*/
#progressbar {
  position: fixed;
  z-index: 14;	
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 0 0 auto;
  left: 0;
  top: 0;
  background-color: transparent;
}

#progressbar #progress-bar {
  width: 100%;
  height: 0%;
  background-color: #000000;
}



/*------------------------------------------------------------------
cookie banner
-------------------------------------------------------------------*/
#cconsent-bar {
	border-top: 2px solid #000000;
	font-size: 16px;
	line-height: 1.2;
	font-family: "PT Sans", sans-serif;
	color: #000000;
	overflow-wrap: break-word;
}

.cc-text {
	font-size: 16px;
	line-height: 1.2;
	font-family: "PT Sans", sans-serif;
	color: #000000;
	overflow-wrap: break-word;	
}

#cconsent-bar .ccb__wrapper {
    max-width: 1110px;
	float: none;
}
	
#cconsent-bar {
    text-align: left !important;
}

#cconsent-bar button {
	font-size: 17px;
    padding: 0px 50px 0px 0px !important;
	margin-top: 2.5px;
}


.ccm__tab-content__left {display: none !important;}

#cconsent-modal .ccm__content > .ccm__content__heading h2 {
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
}

#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content h3 {
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}



/*------------------------------------------------------------------
cursor
-------------------------------------------------------------------*/
.cursor-graphic {
  width: 70px;
  height: 70px;
  position: fixed;
  margin-top: -35px;
  margin-left: -35px;
  border: 3px solid #fff;
  border-radius: 50px;	
  pointer-events: none;
  z-index: 9999999;
  mix-blend-mode: difference;
}



/*------------------------------------------------------------------
top button
-------------------------------------------------------------------*/
.back-to-top {
  position: fixed !important;
  z-index: 14;	
  bottom: 18px;
  right: 70px;
  padding-top: 35px;
  width: 70px;
  height: 70px;
  font-size: 17px;
  text-align: right;
  color: #ffffff;
  mix-blend-mode: difference;

}



/*------------------------------------------------------------------
Global
-------------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #efede9;	
}

html,
body {
  -webkit-overflow-scrolling: touch !important;		
}

li,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;	
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0);	
}

h1,
h2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  line-height: 1;	
}

h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  line-height: 1.02;	
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:focus {
  outline: 0;
}

a:active {
  outline: 0;
}
.center {
display: flex;
justify-content: center;
align-items: center;
}	

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.no-margin-left {
   margin-left: -1px !important;	
}
.no-p {
  padding: 0px !important;	
}
.no-pb {
  padding-bottom: 0px !important;	
}
.no-m {
  margin: 0px !important;	
}
.no-mb {
  margin-bottom: 0px !important;	
}
.no-ind {
  text-indent: 0em !important;
}
.small-p-t {
  padding: 10px 0px 1800px 0px !important;	
}
.small-p-b {
  padding: 180px 0px 10px 0px !important;	
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:focus {
  outline: 0;
}
button:active {
  outline: 0;
}
button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
a:hover *,
button:hover * {
  cursor: pointer;
}
.wrap {
  position: relative;
  width: 100%;
  max-width: 1780px;
  float: none;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
main {
  background: url('../img/grain-bright.gif'), #efede9 !important;	
  overflow: hidden !important;	
}
body {
  color: #000;
}
body.pop-up-open {
  position: fixed;
  left: 0;
  right: 0;
}
body.locked {
  overflow: hidden;
}
.menu-container {
  width: 60px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: -890px;
  text-align: right;	
  z-index: 5;
  mix-blend-mode: difference;
  padding: 13px 0;
}
.menu-container:hover {
  cursor: pointer;
}
.menu-container:hover * {
  cursor: pointer;
}
.menu-container.fixed {
  position: fixed;
}
.menu-container span {
  background: #fff;
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 2px;
}
.menu-container span:last-child {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}
.mode-link {
  	margin: 55px 0px 25px 0px;  
}
.mode-link a {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'PT Sans', sans-serif;
  font-weight: bolder;
  letter-spacing: 1px;	
  width: auto;
  float: left;
}
.mode-link-footer a {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'PT Sans', sans-serif;
  width: auto;
  float: left;
}
.separator {
  height: 2px !important;
  width: 100%;
  margin: 65px 0px 65px 0px;;	
  background: #000;	
}
.separator-b {
  height: 2px !important;
  width: 100%;
  margin: 100px 0px 100px 0px;;	
  background: #000;	
}
.separator-c {
  height: 2px !important;
  width: 100%;
  margin: 65px 0px 100px 0px;;	
  background: #000;	
}
.lower { 
  width: 90% !important;
}
	


/*------------------------------------------------------------------
logo menu links
-------------------------------------------------------------------*/
.top-panel {
  position: absolute;
  padding: 30px 0;
  z-index: 3;
  border-bottom: 2px solid #000000;	
}
.top-panel .logo {
  width: 350px;
  float: left;
  display: block;
}
.top-panel .logo .for-day-mode {
  display: block;
  mix-blend-mode: multiply;
}
.top-panel .logo .for-night-mode {
  display: none;
}
.top-panel .logo img {
  width: 100%;
  display: block;
  float: left;
}
.menu-text {
  font-size: 22px;	
  color: #ffffff;
  float: left;		
}
.menu-text-content {
  margin-left: -70px;
  text-transform: uppercase;
}
.menu-container {
  width: 30px;
  height: 50px;
  position: fixed;
  top: 47px;
  right: 50%;
  margin-right: -890px;
  text-align: right;	
  z-index: 5;
  mix-blend-mode: difference;
  padding: 13px 0;
}
.menu-container:hover {
  cursor: pointer;
}
.menu-container:hover * {
  cursor: pointer;
}
.menu-container.fixed {
  position: fixed;
}
.menu-container span {
  position: relative;
  top: 6px;	
  background: #ffffff;
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 100%;
  height: 2px;
  mix-blend-mode: difference;	
}
.menu-container span:last-child {
  margin-bottom: 0;
}
.mobile-menu {
  width: 40px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 12px;
  float: right;
  position: fixed;
  top: 35px;
}
.mobile-menu span {
  display: block;
  float: left;
  height: 2px;
  background: #000;
}
.menu {
  width: 930px;
  float: right;
}
.menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menu ul li {
  width: auto;
  clear: both;
}
.menu ul li a {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  display: block;
  float: left;
  text-transform: uppercase;
  width: auto;
}
.menu-wrap {
  width: 100%;
  position: fixed;
  bottom: -105%;
  height: 100%;
  z-index: 15;
  overflow: auto;
  text-align: left; 
  transition: 1s cubic-bezier(0.20, 1, 0.20, 1);

}
.menu-wrap.opened {
  top: 0;
  left: 0;	
  -webkit-backdrop-filter: blur(120px);	
  -moz-backdrop-filter: blur(120px);
  -ms-backdrop-filter: blur(120px);
  -o-backdrop-filter: blur(120px);    
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  backdrop-filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '120');
  backdrop-filter: blur(120px);	
  animation: fadeIn 0.5s;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.menu-wrap.close {
  top: 0;
  -webkit-backdrop-filter: blur(0px);	
  -moz-backdrop-filter: blur(0px);
  -ms-backdrop-filter: blur(0px);
  -o-backdrop-filter: blur(0px);    
  backdrop-filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  backdrop-filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '0');
  backdrop-filter: blur(0px);	
  animation: fadeOut 3s;
}


@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.menu-wrap .scroll {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 35%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-wrap .get-in-touch {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  color: #a6a49a;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.menu-wrap .mob-ul {
  margin-bottom: 30px;
  display: block;
}
.menu-wrap .mob-ul li {
  margin-bottom: 23px;
}
.menu-wrap .mob-ul li a {
  font-size: 100px;
  letter-spacing: 0.2px;
  line-height: 1;	
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 500;
}
.menu-wrap .mob-ul li a:before {
  font-size: 42px;
}
.menu-wrap .mob-ul li:last-child {
  margin-bottom: 0;
}
.menu-wrap .menu-top {
  color: #a6a49a;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.menu-wrap .menu-center {
  margin-top: 50px;
}
.menu-wrap .menu-bottom {
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.menu-wrap ul li {
  margin-bottom: 18px;
}
.menu-wrap ul li a {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;	
  display: block;
  width: auto;
  float: feft;
}
.menu-wrap ul li a:before {
  font-weight: 500;
  font-size: 30px;
  color: #a6a49a;
}
.menu-wrap .menu-close {
  width: 48px;
  height: 48px;
  background: url(../img/close-menu.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 52px;
  right: 70px;	
}
.menu-wrap .menu-close:hover {
  cursor: pointer;
}
.menu-wrap .menu-close:hover * {
  cursor: pointer;
}
.menu-wrap .lang-link {
  margin-top: 34px;
  display: block;
  float: right;
  font-size: 20px;
}
.lang-link {
  color: #a6a49a;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
}
.lang-link:hover {
  color: #000;
}
.slide-left-right{
  text-decoration:none;
  display: inline-block;
  color: #000000;	
}
.slide-left-right:after {
  margin-top: -22px;	
  content: '';
  display: block;
  height: 5px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
.slide-left-right:hover:after 
{
  width: 100%;
  background: #000000;
}
.line-hover-menu{
  text-decoration:none;
  display: inline-block;
  color: #000000;	
}
.line-hover-menu:after {
  position: fixed;
  z-index: 9;	
  margin-top: -100px;
  margin-left: -20px;	
  content: '';
  display: block;
  height: 105px;
  width: 4px !important;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
.line-hover-menu:hover:after {
  width: 100%;
  background: #000000;
}
.slide-left-right-big{
  text-decoration:none;
  display: inline-block;
  color: #000000;		
}
.slide-left-right-big:after {
  margin-top: -15px;	
  content: '';
  display: block;
  height: 4px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
.slide-left-right-big:hover:after 
{
  width: 100%;
  background: #000000;
}
.slide-left-right-small{
  text-decoration:none;
  display: inline-block;
  color: #000000;		
}
.slide-left-right-small:after {
  margin-top: 0px;	
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
.slide-left-right-small:hover:after 
{
  width: 100%;
  background: #000000;
}

.link {
  position: relative;
  overflow: hidden;
  display: block;
}
.link span {
  display: inline-block;
  transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  will-change: transform;
}
.link:before {
  content: attr(data-title);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(110%);
  transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95), -webkit-transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.link:hover span {
  transform: translateY(-125%);
}
.link:hover:before {
  transform: translateY(0);
}



/*------------------------------------------------------------------
main title
-------------------------------------------------------------------*/
.main-screen .wrap_float {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 140px;
  min-height: 874px;
}
.main-title {
  font-size: 77px;
  line-height: 80px;	
  width: auto;
  position: relative;	
}
.main-title .title-with-img {
  transition: color 0.2s linear;
}
.main-title .title-with-img .selected {
  transition: color 0.2s linear;
  display: inline-block;	
}
.main-title .title-with-img .selected:hover {
  color: #000;	
}
.main-title .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 500px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 0;
  will-change: transform;
}
.main-title .hover-img.visible {
  position: fixed;
  z-index: 999;	
  opacity: 1; 
}
.main-title span {
  position: relative;
  z-index: 0;
}
.main-title.hovered .title-with-img {
  color: rgba(70,70,70,0.2)!important;
  transition: color 0.2s linear;
  z-index: 1 !important;
  position: relative !important;	
}
.image-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.last-section-landing {
  padding-bottom: 2px;
}
.hidden-image {
  display: none;
}
.hidden-text {
  z-index:9999999;
}
.hidden-text a {
  z-index: 99999999;
}



/*------------------------------------------------------------------
Headlines
-------------------------------------------------------------------*/
.headlines-section {
  overflow: hidden;	
  padding-top: 40px;	
}
.headlines-section .wrap {
  max-width: 100%;
}
.headlines-section .headline-row {
  font-family: 'PT Sans Narrow', sans-serif;	
  font-size: 20px;
  color: #000000;
  white-space: nowrap;
  line-height: 1.1;
  width: auto;
  text-transform: uppercase;
}
.headlines-section .headline-row:nth-child(even) {
  margin-right: -60vw;
}
.headlines-section.animation .headline-row {
  animation: crawling-line 30s linear infinite;
}
.headlines-section.animation .headline-row:nth-child(even) {
  animation: crawling-line 30s linear infinite;
}
.headlines-sign {
  color: #000000;
  padding: 20px;
}	
.headlines-section2 {
  overflow: hidden;
  padding: 290px 0;
}
.headlines-section2 .wrap {
  max-width: 100%;
}
.headlines-section2 .headline-row2 {
  font-family: 'PT Sans Narrow', sans-serif;	
  font-size: 20px;
  color: #000000;
  white-space: nowrap;
  line-height: 1.1;
  width: auto;
  text-transform: uppercase;
}
.headlines-section2 .headline-row2:nth-child(even) {
  margin-right: -60vw;
}
.headlines-section2.animation .headline-row2 {
  animation: crawling-line 30s linear infinite reverse;
}
.headlines-section2.animation .headline-row2:nth-child(even) {
  animation: crawling-line 30s linear infinite;
}
.headlines-sign2 {
  /*-webkit-text-stroke: 2px black;*/
  color: #000000;	
}
@-webkit-keyframes crawling-line {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0vw, 0, 0);
    transform: translate3d(-143vw, 0, 0);
  }
}

@keyframes crawling-line {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0vw, 0, 0);
    transform: translate3d(-143vw, 0, 0);
  }
}



/*------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
.footer {	
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;	
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  font-size: 17px;
  border-top: 2px solid #000;		
}
.footer .footer-bottom > * {
  width: auto;
  min-width: 200px;	
}
.footer .footer-bottom .info-left {
  max-width: 310px;
  min-width: 310px;	
}
.footer .footer-bottom ._center a {
  display: inline-block;
  vertical-align: top;
}



/*------------------------------------------------------------------
mobile divices styles
-------------------------------------------------------------------*/
.mobile .main-title .hover-img,
.tablet .main-title .hover-img {
  display: none;
}
.mobile .cursor-graphic,
.tablet .cursor-graphic {
  display: none !important;
}
.mobile .menu-container 
.tablet .menu-container {
  mix-blend-mode: normal !important;
}
.mobile .menu-container span,
.tablet .menu-container span {
  background: #000000;
}
.mobile .link:before,
.tablet .link:before {
  display: none;
}
.mobile .link:hover span,
.tablet .link:hover span {
  transform: none;
}
.mobile .menu-wrap ul li a:hover,
.tablet .menu-wrap ul li a:hover {
  color: #000;
}
.mobile .js-effect,
.tablet .js-effect {
  opacity: 0;
}
.mobile .js-effect-image,
.tablet .js-effect-image {
  opacity: 1;
}
.mobile .pag-ul li a:hover,
.tablet .pag-ul li a:hover {
  color: #a6a49a;
  display: none;	
}

.mobile .menu-text,
.tablet .menu-text {
  color: #000000;	
}
.mobile .menu-container,
.tablet .menu-container {
  mix-blend-mode: normal;
}
.mobile .back-to-top,
.tablet .back-to-top {
  color: #000000;	
  mix-blend-mode: normal;
}



/*------------------------------------------------------------------
generally styles
-------------------------------------------------------------------*/
.header .wrap_float {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
}
.header .header-title {
  position: relative;
  z-index: 1;
  max-width: 1705px;	
  font-size: 102px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.4px;	
  margin: 185px 0px 0px 75px;
  font-weight: 400;
  border-left: 2.5px solid #000;
  padding-left: 25px;
}
.header .header-title-subline {
  position: relative;
  z-index: 1;	
  font-family: 'PT Sans Narrow', sans-serif;	
  font-size: 96px;
  letter-spacing: 1px;
  line-height: 1;	
  text-transform: uppercase;
  font-weight: 400;	
}
.jm-content {
  position: relative;
  z-index: 2;	
  display: flex;
  flex-direction: column;	
  font-family: 'PT Sans', sans-serif;	
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-indent:0em;
  overflow-wrap: break-word;		
}
.jm-content p {
  max-width: 1000px;
  text-indent: 2em; 	
  hyphens: auto;	  
}
.jm-content .small-grey {
  color: #a6a49a;
  font-size: 19px;
}
.jm-content img,
.jm-content picture {
  max-width: 100%;
  width: auto;
  align-self: flex-start;
  display: block; 	
}
.jm-content img.fullscreen,
.jm-content picture.fullscreen {
  width: 100%;
}
.jm-content img.width50p,
.jm-content picture.width50p {
  width: 50%;
}
.jm-content picture {
  width: 100%;
}
.jm-content h1 {
  font-size: 95px;
}
.jm-content h2 {
  font-size: 68px;
}
.jm-content h3 {
  font-size: 34px;
}
.jm-content h4 {
  font-size: 30px;
}
.jm-content h5 {
  font-size: 28px;
}
.jm-content h5 {
  font-size: 26px;
}
.jm-content ul li,
.jm-content ol li {
  display: list-item;
  font-size: 22px;
  font-family: "PT Sans", Arial, sans serif;
  font-weight: 400;
  line-height: 1.2;	
  list-style: none;
  hyphens: auto;	
}
.list-last {
  margin-bottom: 1.2em;
}
.jm-content ul li::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 12px 0px 0px -10px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #bf1532;
}
.jm-content h1,
.jm-content h2,
.jm-content h3,
.jm-content h4,
.jm-content h5,
.jm-content h6 {
  text-transform: uppercase;	
  margin: 40px 0 80px;
}
.title-image{
  margin-top: 0px;
}
.js-effect {
  opacity: 0;
  transform: translateY(100px);
}
.js-effect.loaded {
  opacity: 1;
  transform: none;
  transition: transform 0.5s linear, opacity 0.5s linear;
}
.js-effect-image {
  opacity: 0;
  transform: translateY(100px);
}
.js-effect-image.loaded {
  opacity: 1;
  transform: none;
  transition: transform 0.5s linear, opacity 0.5s linear;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
 width: 90%;
}
.w95 {
  width: 95%;
}



/*------------------------------------------------------------------
home page styles
-------------------------------------------------------------------*/
.home {
  padding-bottom:200px;
}
.profile {
  margin-bottom: 0px;	
}
.profile .col {		
  width: 47.3%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}
.profile-last .col {		
  width: 47.3%;
  padding-right: 50px;
  margin-bottom: 0px;	
}

h3 {
  text-transform: none !important;
  padding-bottom: 10px;	
}
contact-home {
  margin-bottom: 200px;	
}
.contact-home .col {		
  width: 47.3%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.contact-home-last .col {		
  width: 47.3%;
  padding-right: 50px;
  margin-bottom: 0px;	
}
.visual-portrait {
  position: relative;
  width: 100%;
  height: 1000px;	
  box-sizing: border-box;
  margin-bottom: 135px;	
  background-image: url("../img/visual-portrait-person.png"), url("../img/visual-portrait-grain.gif"), url(../img/visual-portrait-background-animation.gif), url("../img/visual-portrait-background.jpg");
  background-repeat: no-repeat center center, repeat center center, no-repeat center center, no-repeat center center;	
  background-size: cover, auto, cover, auto;
}
.profile-image {
  position: relative;
  z-index: 1;	
  width: 100%;
  height: 400px;	
  box-sizing: border-box;
  margin-bottom: 1.2em;	
  background: url("../img/grain.gif"), url("../img/visual-profile.jpg");
  background-size: auto, cover;
  background-position: top left, right bottom;
  background-repeat: repeat, no-repeat;
}
.qualifications-image {
  position: relative;
  z-index: 1;	
  width: 100%;
  height: 400px;	
  box-sizing: border-box;
  margin-bottom: 1.2em;	
  background: url("../img/grain.gif"), url("../img/visual-additional-qualifications.jpg");
  background-size: auto, cover;
  background-position: top left, right bottom;
  background-repeat: repeat, no-repeat;
}
.pb15 {
  padding-bottom: 15px;
}
.pt {
  padding-top: 25px;
}
.mt25 {
  padding-top: 0px;
}
.services-landing-text {
  position: relative;
  z-index: 1;	
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 45px !important;
  line-height: 1.1;	
  text-transform: uppercase;
  padding: 0px 0px 50px 0px;	
}
.move-profil {
  position: relative;	
  width: 20px;	
  height: 22px;
  margin-top: -41px !important;
  margin-left: 107px !important;
  color: #000000 !important;	
  animation: triangle-icon ease-in alternate infinite 50s;
}

@keyframes triangle-icon {
  from { transform: translateX(0) rotate(0deg) }
  to { transform: translateX(200px) rotate(0deg) }
  0% {color:#000000;}
  80% {color:#000000;}	
  93.0% {color:#be1439;}	
  100.0% {color:#be1439;}
}



/*------------------------------------------------------------------
services page styles
-------------------------------------------------------------------*/
.services {
  padding-bottom: 200px;
}

.services .col {		
  width: 47.3%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.services-last .col {			
  width: 47.3%;
  padding-right: 50px;
  margin-bottom: 0px;	
}

.services-recruitment-consulting-image { 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-bottom: 1.2em;	
  background: url("../img/grain.gif"), url("../img/visual-recruitment-consulting.jpg");
  background-size: auto, cover;	
  background-position: top left, right bottom;
  background-repeat: repeat, no-repeat;	
}

.services-human-resources-consulting-image { 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-bottom: 1.2em;	
  background: url("../img/grain.gif"), url("../img/visual-human-resources-consulting.jpg");
  background-size: auto, cover;	
  background-position: top left, right bottom;
  background-repeat: repeat, no-repeat;	
}

.mt0 {
  margin-top: 0px !important;	
}

.mb20 {
  margin-bottom: 20px;	
}

.mb35 {
  margin-bottom: 20px;	
}

.text-triangle {
  position: relative;
  bottom: 7px;	
  font-size: 50%	
}

.triangle-icon {
  margin-top: 27px;	
  width: 150px;	
}

.move-services {
  position: relative;color: #000;
  width: 20px;	
  height: 22px;
  margin-top: -26px !important;
  margin-left: 127px !important;	
  color: #000000 !important;		
  animation: triangle-icon ease-in alternate infinite 50s;
}

@keyframes triangle-icon {
  from { transform: translateX(0) rotate(0deg) }
  to { transform: translateX(200px) rotate(0deg) }
  0% {color:#000000;}
  80% {color:#000000;}	
  93.0% {color:#be1439;}	
  100.0% {color:#be1439;}
}



/*------------------------------------------------------------------
cooperations page styles
-------------------------------------------------------------------*/
.cooperations {
  padding-bottom: 200px;
}

.cooperations .col {		
  width: 47.3%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.cooperations-last .col {			
  width: 47.3%;
  padding-right: 50px;
  margin-bottom: 0px;	
}
.no-m-sub {
  margin: 0px 0 15px !important;
}

.logo-alliance-pro-schiene{ 
  position: relative;
  z-index: 1;
  width: 232px;
  height: 65px;	
  margin: 40px 0px 0px 0px;	
  background: url("../img/logo-allianz-pro-schiene.svg");
  background-repeat: no-repeat;	
  filter: grayscale(1);	
}

.logo-alliance-pro-schiene:hover{ 
  filter: grayscale(0);	
}

.logo-woman-in-mobilty{ 
  position: relative;
  z-index: 1;
  width: 125px;
  height: 125px;	
  margin: 40px 0px 0px 0px;	
  background: url("../img/logo-woman-in-mobility.svg");
  background-repeat: no-repeat;	
  filter: grayscale(1);	
}

.logo-woman-in-mobilty:hover{ 
  filter: grayscale(0);	
}

.pt40 {
  padding-top: 0px;	
}



/*------------------------------------------------------------------
contact page styles
-------------------------------------------------------------------*/
.contact {
  padding-bottom: 200px;
}

.contact .col {		
  width: 47.3%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.contact-last .col {			
  width: 47.3%;
  padding-right: 50px;
  margin-bottom: 0px;	
}

.contact-infos {
 position: relative;
 z-index: 1;
 font-family: 'PT Sans', sans-serif;
 font-weight: 400;
 font-size: 60px;
 line-height: 1.1;
 text-transform: uppercase;		
}

.contact-image{ 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;	
  margin: 0px 0px 0px -120px;	
  background: url("../img/grain.gif"), url("../img/visual-kontakt.jpg");
  background-size:auto, cover;
  background-position: top left, right bottom;
  background-repeat: repeat, no-repeat;		
}

.contact-link {
  position: relative;
  z-index: 1;	
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 43px !important;
  line-height: 1.1;	
  text-transform: uppercase;
  padding: 50px 0px 0px 0px;	
}

.no-padding {
	padding: 0px !important;
}

.or {
  position: relative;
  z-index: 1;	
  margin: 50px 0;;
}

.indent-small{
  margin-left: 20px;
  font-size: 22px;	
  float: right;
}



/*------------------------------------------------------------------
imprint page styles
-------------------------------------------------------------------*/
.imprint {
padding-bottom: 200px;
}

.imprint .col {		
  width: 47.4%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.imprint-last .col {			
  width: 47.4%;
  padding-right: 50px;
  margin-bottom: 0px;	
}

.no-list {
  display: list-item;
  font-size: 22px !important;
  font-family: 'PT Sans', sans serif !important;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  margin-left: 44px !important;
  width: 90%;
}

.no-list::before {
    margin-left: -18px !important;
}

.visual-triangle-animation {
  position: absolute;	
  top: 180px;
}



/*------------------------------------------------------------------
data protection page styles
-------------------------------------------------------------------*/
.data-protection {
padding-bottom: 200px;
}

.data-protection .col { 			
  width: 47.4%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.data-protectionl-ast .col {		
  width: 47.4%;
  padding-right: 50px;
  margin-bottom: 0px;	
}


.list {
    display: list-item;
    font-size: 22px !important;
    font-family: 'PT Sans', sans serif !important;
    font-weight: 400;
    line-height: 1.2;
    list-style: none;
	margin-left: 44px !important;
	width: 90%;
}

.list::before {
    margin-left: -18px !important;
    content: '' !important;
}



/*------------------------------------------------------------------
cookies page styles
-------------------------------------------------------------------*/
.cookies {
padding-bottom: 200px;
}

.cookies .col {		
  width: 47.4%;
  padding-right: 45px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.cookies-last .col {		
  width: 47.4%;
  padding-right: 50px;
  margin-bottom: 0px;	
}

.header-infos { 
  margin-top: -10px;
}
#cookies-organic {
  width: 65vh; 
  left: 15%; 	
  position: fixed;	
  mix-blend-mode: normal;
  opacity: 1.0;	

}
#cookies-organic-2 {
  width: 57vh; 
  left: 15%; 	
  position: fixed;	
  mix-blend-mode: normal;
  opacity: 1.0;	
}
#cookies-organic-3 {
  width:55vh; 
  left: 15%; 	
  position: fixed;	
  mix-blend-mode: normal;
  opacity: 1.0;	
}
.organic-cookies-strokes {
  position: absolute;	
  top: 160px;
}




/*------------------------------------------------------------------
media queries
-------------------------------------------------------------------*/
@media screen and (min-width: 2000px) {	
.wrap {
  max-width: 92vw;
}
.main-title {
  font-size: 100px;
  line-height: 1.1 !important;	  
}
	
.menu-container {
  right: 4vw;
  margin-right: 0;
}
.menu-wrap.with-mode .menu-center {
  margin-top: 50px;
}		
.back-to-top {
  right: 100px;
}	
}	


	
@media screen and (min-width: 2560px) {
.back-to-top {
  right: 100px;
}	
}



@media screen and (min-width: 2300px) {
.back-to-top {
  right: 90px;
}	
}



@media screen and (max-width: 2000px) {
.main-screen .wrap_float {
  min-height: 800px;
}
.main-title {
  line-height: inherit;	
}	
.menu-wrap.with-mode .mob-ul li {
  margin-bottom: 5px;
}
.back-to-top {
  right: 80px;	
}
}



@media screen and (max-width: 1920px) {
.back-to-top {
  right: 70px;	
}
}	


	
@media screen and (max-width: 1910px) {
.back-to-top {
  right: 65px;	
}
}



@media screen and (max-width: 1900px) {
.back-to-top {
  right: 60px;	
}	
}



@media screen and (max-width: 1880px) {
.back-to-top {
  right: 50px;	
}	
}



@media screen and (max-width: 1860px) {
.back-to-top {
  right: 40px;	
}	
}



@media screen and (max-width: 1840px) {
.back-to-top {
  right: 30px;	
}	
}



@media screen and (max-width: 1825px) {
.back-to-top {
  right: 23px;	
}		
}



@media screen and (max-width: 1810px) {
.back-to-top {
  right: 15px;	
}		
}


	
@media screen and (max-width: 1800px) {	
.wrap {
  max-width: 1500px;
}
.menu-container {
  margin-right: -750px;
}	
.main-screen .wrap_float {
  min-height: 665px;
}
.header .header-title {
  font-size: 92px;
}	
.jm-content {
  font-size: 22px;
}		
.jm-content p {
  font-size: 22px;
}		
.jm-content ul li, .jm-content ol li {
  font-size: 22px;	
}
.menu {
  width: 800px;
}
.main-title {
  font-size: 73px;
}	

.left-column .wrap_float {
  max-width: 670px;
}	
.right-column .wrap_float {
  max-width: 960px;
}
.subtext {
  max-width: 750px;
  padding-top: 55px;
}		
.sublines-text-indent {
  padding-left: 1.3em;
}
.visual-triangle-services {
  margin: 3em 68em;	
  width: 10em; 
  height: 10em;
}
.visual-triangle-cooperations {
  width: 10em; 
  height: 10em;
}
.visual-triangle-contact {
  width: 10em; 
  height: 10em;
}
.visual-triangle-imprint {
  margin: 3em 44em;	
  width: 10em; 
  height: 10em;
}
.visual-triangle-data-protection {
  margin: 3em 58em;	
  width: 10em; 
  height: 10em;
}
.visual-triangle-cookies {
  margin: 3em 74em;	
  width: 10em; 
  height: 10em;
}
.movement .triangular-surfaces.triangle:first-child {
  transform: translateZ(2.885em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(2) {
  transform: rotateY(120deg) translateZ(2.885em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(3) {
  transform: rotateY(-120deg) translateZ(2.885em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:last-child {
  transform: translateZ(2.885em) 
    rotateX(90deg) rotateY(180deg)
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.visual-portrait {
  height: 770px;	
}	
.contact-infos {
    font-size: 40px;
}
.back-to-top {
  right: 150px;	
}			
}



@media screen and (max-width: 1780px) {
.back-to-top {
  right: 140px;	
}		
}



@media screen and (max-width: 1760px) {
.back-to-top {
  right: 130px;	
}			
}



@media screen and (max-width: 1740px) {
.back-to-top {
  right: 120px;	
}			
}



@media screen and (max-width: 1720px) {
.back-to-top {
  right: 110px;	
}		
}



@media screen and (max-width: 1720px) {
.back-to-top {
  right: 100px;	
}		
}


	
@media screen and (max-width: 1690px) {
.back-to-top {
  right: 95px;	
}	
}



@media screen and (max-width: 1675px) {
.back-to-top {
  right: 88px;	
}	
}
	


@media screen and (max-width: 1665px) {
.back-to-top {
  right: 82px;	
}	
}
	
	

@media screen and (max-width: 1660px) {
#clock {
  left: 4.9%;
}	
.progress-wrap {
  right: 80px;
}		
}



@media screen and (max-width: 1655px) {
.back-to-top {
  right: 76px;	
}		
}


	
@media screen and (max-width: 1645px) {
.back-to-top {
  right: 71px;	
}		
}


	
@media screen and (max-width: 1635px) {
.back-to-top {
  right: 67px;	
}		
}	



@media screen and (max-width: 1625px) {
.back-to-top {
  right: 62px;	
}		
}


	
@media screen and (max-width: 1615px) {
.back-to-top {
  right: 57px;	
}		
}	



@media screen and (max-width: 1600px) {
.back-to-top {
  right: 50px;	
}		
}



@media screen and (max-width: 1580px) {
.back-to-top {
  right: 40px;	
}			
}



@media screen and (max-width: 1560px) {
.back-to-top {
  right: 30px;	
}		
}



@media screen and (max-width: 1540px) {
.wrap {
  max-width: 1300px;
}
.menu-container {
  margin-right: -650px;
}
.menu-wrap .mob-ul li a,
.menu-wrap .mob-ul li a:before {
    font-size: 82px;
}
.menu-wrap .mob-ul li,
.menu-wrap ul li {
  margin-bottom: 16px;
}
.menu-wrap .scroll {
  padding-top: 70px;
  padding-bottom: 70px;
}
.line-hover-menu::after {
  margin-top: -83px;
  height: 88px;
  width: 3px !important;
}	
.main-title {
  font-size: 56px;
}			
.header .header-title {
  font-size: 93px;
}
.header .header-title-subline {
  font-size: 93px;
}		
.menu-wrap.with-mode .mob-ul li {
  margin-bottom: 5px;
}
.cookies .col {			
  width: 46.5%;
}
.cookies-last .col {		
  width: 46.5%;
}
.visual-triangle-services {
  margin: 3em 38em;	
}
.visual-triangle-cooperations {
  margin: 3em 46em;		
}
.visual-triangle-contact {
  margin: 5em 44em;		
}
.visual-triangle-imprint {
  margin: 3em 42em;	
}
.visual-triangle-data-protection {
  margin: 3em 54em;	
}
.visual-triangle-cookies {
  margin: 2.7em 52em;	
}	
.jm-content h2 {
  font-size: 60px;
}	
.visual-portrait {
  height: 700px;	
}			
.back-to-top {
  right: 120px;	
}	
}



@media screen and (max-width: 1530px) {
.back-to-top {
  right: 115px;	
}		
}



@media screen and (max-width: 1510px) {
.back-to-top {
  right: 105px;	
}		
}



@media screen and (max-width: 1500px) {
.back-to-top {
  right: 100px;	
}		
}



@media screen and (max-width: 1480px) {
.back-to-top {
  right: 90px;	
}		
}



@media screen and (max-width: 1460px) {
.back-to-top {
  right: 80px;	
}		
}



@media screen and (max-width: 1440px) {
#progressbar {	
  width: 3px;
}	
.menu-wrap .scroll {
  padding-top: 175px;
}	
.header .header-title {
  margin: 155px 0px 0px 75px;
}		
.main-title {
  font-size: 56px;
}
.jm-content {
  font-size: 22px;
}	
.jm-content ul li, .jm-content ol li {
  font-size: 22px;
  padding-left: 0px;
}	
.jm-content p {
  font-size: 22px;
}		
.sublines-text-indent {
  padding-left: 1.1em;
}		
.headlines-section2.animation .headline-row2 {
  animation: crawling-line 25s linear infinite reverse;
}
.headlines-section2.animation .headline-row2:nth-child(even) {
  animation: crawling-line 25s linear infinite;
}
.services-landing-text {
  font-size: 47px !important;
}	
.back-to-top {
  right: 70px;			
}	
}



@media screen and (max-width: 1420px) {
.back-to-top {
  right: 60px;	
}		
}



@media screen and (max-width: 1400px) {
.menu-wrap .lang-link {
  margin-top: 22px;
  font-size: 16px;
}
.main-title {
  font-size: 64px;
}
.main-screen .wrap_float {
  min-height: 620px;
}
  .main-title .hover-img {
  max-width: 380px;
}
.left-column .wrap_float {
  max-width: 800px;
}	
.right-column .wrap_float {
  max-width: 800px;
}	
.contact-image {
  margin: 0px 0px 0px 0px;
}	
.back-to-top {
  right: 50px;			
}	
}



@media screen and (max-width: 1400px) and (max-height: 760px) and (orientation: landscape) {
.menu-wrap ul li a,
.menu-wrap ul li a:before {
  font-size: 20px;
  }
.menu-wrap .mob-ul li a,
.menu-wrap .mob-ul li a:before {
  font-size: 38px;
}
.menu-wrap .mob-ul li,
.menu-wrap ul li {
  margin-bottom: 15px;
}
.menu-wrap .scroll {
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: flex-start;
}
}



@media screen and (max-width: 1380px) {
.back-to-top {
  right: 40px;	
}		
}



@media screen and (max-width: 1370px) {
.menu-wrap .menu-close {
  top: 53px;
  right: 33px;
}	
.main-title {
  font-size: 68px;
}
.header .header-title {
  font-size: 76px;
}
.header .header-title-subline {
  font-size: 76px;
}
}



@media screen and (max-width: 1366px) {
.back-to-top {
  right: 34px;	
}		
}



@media screen and (max-width: 1360px) {
.back-to-top {
  right: 30px;	
}		
}



@media screen and (max-width: 1340px) {
.back-to-top {
  right: 20px;	
}		
}



@media screen and (max-width: 1330px) {
.back-to-top {
  right: 15px;	
}		
}



@media screen and (max-width: 1320px) {
.wrap {
  max-width: 1100px;
}
.menu {
  width: 670px;
}
.main-title {
  font-size: 49px;
}
.slide-left-right:after {
  margin-top: -20px;	
  content: '';
  display: block;
  height: 4px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */	
}	
.slide-left-right-big:after {
  margin-top: -10px;	
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */	
}
.menu-container {
  margin-right: -550px;
  margin-top: 2px;  
}	
.asterisk-icon {
  width: 75px;
  top: 0.9em;
}	
.co1 {
  max-width: 940px !important;
}
.services-landing-text {
  font-size: 49px !important;
}	
.visual-triangle-services {
  margin: 4em 32em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-cooperations {
  margin: 6em 40em;		
  width: 7em; 
  height: 7em;
}
.visual-triangle-contact {
  margin: 7em 34em;		
  width: 7em; 
  height: 7em;
}
.visual-triangle-imprint {
  margin: 5em 32em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-data-protection {
  margin: 4em 35em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-cookies {
  margin: 4em 44em;	
  width: 7em; 
  height: 7em;
}	
.movement .triangular-surfaces.triangle:first-child {
  transform: translateZ(2.02em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(2) {
  transform: rotateY(120deg) translateZ(2.02em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(3) {
  transform: rotateY(-120deg) translateZ(2.02em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:last-child {
  transform: translateZ(2.02em) 
    rotateX(90deg) rotateY(180deg)
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.visual-portrait {
  height: 620px;	
}
.back-to-top {
  right: 110px;	
}	
}



@media screen and (max-width: 1300px) {
.back-to-top {
  right: 100px;	
}
}



@media screen and (max-width: 1280px) {
.header .wrap_float {
  height: 93vh;
}	
.menu-wrap .menu-close {
  top: 60px;
  right: 90px;
}	
.header .header-title {
  margin: 145px 0px 0px 75px;
}	
.main-title {
  font-size: 48px;
  }	
.back-to-top {
  right: 90px;	
}
}



@media screen and (max-width: 1280px) and (orientation: landscape) {	
.contact-infos {
  font-size: 35px;
}		
}



@media screen and (max-width: 1195px) {
.main-title {
  font-size: 54px;	  
}
.back-to-top {
  right: 47px;	
}	
}



@media screen and (max-width: 1194px) {	
.header .header-title {
  margin: 155px 0px 0px 75px;
}	
.menu-wrap .mob-ul li a, .menu-wrap .mob-ul li a::before {
  font-size: 60px;
  line-height: 80px;
}
.menu-wrap .menu-close {
  top: 55px;
  right: 45px;
}	
.slide-left-right:after {
  margin-top: -17px;	
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
  -webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
  -moz-transition: width .5s ease, background-color .5s ease; /* FireFox */	
	}	
.main-title {
  font-size: 54px;
}		
}



@media screen and (max-width: 1194px) and (orientation: landscape) {
.menu-wrap .scroll {
  padding-top: 95px;
}	
.menu-wrap .menu-close {
  top: 52px;
  right: 47px;
}	
.profile-image {
  height: 300px;
}
.qualifications-image {
  height: 300px;
}
.services-landing-text {
  font-size: 49px !important;
}
.services-recruitment-consulting-image {
  height: 330px;
}	
.services-human-resources-consulting-image {
  height: 330px;
}	
.contact-link {
  font-size: 43px !important;
}	
.contact-infos {
  font-size: 35px;
}		
}



@media screen and (max-width: 1190px) {
.line-hover-menu::after {
  margin-top: -81px;
  height: 85px;
  width: 3px !important;
}
}


	
@media screen and (max-width: 1180px) {
.menu-text {
  font-size: 18px;
  margin-top: 12px;
  text-align: right;	   
}	
.menu-container span {
  top: 6px;
  margin-bottom: 8px;
}		
.no-list {
  margin-left: 44px !important;
}
.js-effect {
  opacity: 0;
  transform: translateY(100px);
}
.uppercase {
  text-transform: uppercase;
}
div, p, ul, ol, li, header, footer, section, nav, h1, h2, h3, h4, h5, h6, form, article, main, adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  margin: 0;
  margin-left: 0px;
  padding: 0;
  padding-left: 0px;
  background: rgba(255, 255, 255, 0);
}
li, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
.menu-container {
  margin-top: -7px;
}		
.jm-content p {
  font-size: 20px;
}
.jm-content ul li, .jm-content ol li {
  font-size: 20px;
  padding-left: 0px;
}
.move-services {
  margin-top: -24px !important;
  margin-left: 115px !important;
}	
.move-profil {
  margin-top: -39px !important;
  margin-left: 95px !important;	
}	
.list {
  font-size: 20px !important;
  margin-left: 40px !important;
}	
.back-to-top {
  right: 40px;
}		
}	



@media screen and (max-width: 1180px) and (orientation: landscape) {
.menu-wrap .scroll {
  padding-top: 95px;
}
.profile-image {
  height: 300px;
}
.qualifications-image {
  height: 300px;
}
.services-landing-text {
  font-size: 49px !important;
}
.services-recruitment-consulting-image {
  height: 300px;
}	
.services-human-resources-consulting-image {
  height: 300px;
}
.contact-link {
  font-size: 49px !important;
}
}



@media screen and (max-width: 1130px) {
.wrap {
  max-width: 960px;
}
.top-panel {
  padding: 10px 0;
}
.menu {
  width: 540px;
}
.menu-text {
  margin-top: -2px;
}	
.main-title {
  font-size: 58px;
}
.main-screen .wrap_float {
 height: 82.3vh;  
 min-height: 540px;
}	
.header .wrap_float {
    height: 80vh;
}	
.header .header-title {
 font-size: 66px;
}
.header .header-title-subline {
  font-size: 69px;
}	
.cookies .col {			
  width: 45.2%;
}
.cookies-last .col {		
  width: 45.2%;
}	
.menu-wrap .scroll {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
} 
.menu-wrap .menu-close {
  top: 35px;
  right: 50px;
}
.menu-container {
  margin-right: -480px;
  top: 40px;
}
.menu-wrap .mob-ul li,
.menu-wrap ul li {
  margin-bottom: 11px;
}	
.menu-text-content {
  margin-left: -55px;
}	
.visual-triangle-services {
  margin: 4em 30em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-cooperations {
  margin: 6em 37em;		
  width: 7em; 
  height: 7em;
}
.visual-triangle-contact {
  margin: 7em 33em;		
  width: 7em; 
  height: 7em;
}
.visual-triangle-imprint {
  margin: 5em 30em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-data-protection {
  margin: 4em 32em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-cookies {
  margin: 4em 40em;	
  width: 7em; 
  height: 7em;
}		
.contact-link {
  font-size: 38px;
}
.services-landing-text {
  font-size: 38px;
}	
.back-to-top {
  right: 85px;
}	
}	



@media screen and (max-width: 1400px) and (min-width: 1001px) and (orientation: portrait) {
.menu-wrap .scroll {
  padding-right: 16vw;
}
.menu-wrap .mob-ul {
  margin-bottom: 75px;
  display: block;
}
.menu-wrap .mob-ul li a {
  font-size: 75px;
  line-height: 95px;  
}
.menu-wrap .mob-ul li:last-child {
  margin-bottom: 0;
}
.menu-wrap .scroll {
  padding-top: 120px;
  justify-content: center;
}
.menu-wrap {
  width: 100%;
}
.menu-wrap .mob-ul li,
.menu-wrap ul li {
  margin-bottom: 23px;
}
.menu-wrap .lang-link {
  font-size: 32px;
 }
.menu-wrap .get-in-touch {
  font-size: 24px;
}
.header .header-title {
  margin: 155px 0px 0px 75px;
}
.main-title {
  font-size: 49px;
 }
.list {
  margin-left: 44px !important;
}
.list::before {
  margin-left: -17px !important;
  content: '' !important;
}
.cookies .col {
  font-size: 19px;	
}
.data-protection .col {
  font-size: 19px;	
}
.imprint .col {
  font-size: 19px;	
}	
.box {
  left: 150px;	
  padding-top: 250px;	
}		
.contact-image{ 
  height: 440px;	
}		
}


	
@media screen and (max-width: 1080px) {	
.top-panel {
  padding: 45px 0;
}
	
.menu-container {
  top: 70px;
}
	
.menu-text {
  margin-top: 3px;
}	
.line-hover-menu::after {
  margin-top: -75px;
  height: 77px;
  width: 3px !important;
}	

.header .wrap_float {
  height: 90vh;
}	
	
.menu-wrap .scroll {
  padding-top: 70px;
  padding-left: 62px;
}
	
.menu-wrap .menu-close {
  width: 40px;
  height: 40px; 
  top: 37px;
  right: 57px;
}		
.main-title {
  font-size: 51px;
}
	
.menu-wrap .mob-ul li a, .menu-wrap .mob-ul li a::before {
  font-size: 51px;
  line-height: 1.4em;
}

.cookies .col {
  width: 75%;
  padding-right: 0px;
}
	
.data-protection .col {
  width: 75%;
  padding-right: 0px;
}
	
.imprint .col {
  width: 75%;
  padding-right: 0px;
}
	
.contact-image{ 
  margin: 0px 0px 65px 0px;			  
}		
.back-to-top {
  right: 60px;
}	
}



@media screen and (max-width: 1080px) and (orientation: landscape) {
.menu-wrap .scroll {
  padding-top: 80px;
  padding-left: 164px;
}	
.menu-wrap .menu-close {
  top: 71px;
  right: 60px;
}	
.jm-content h2 {
  font-size: 55px;
}	
.profile-image {
  height: 300px;
}
.qualifications-image {
  height: 300px;
}
.services-recruitment-consulting-image {
  height: 300px;
}	
.services-human-resources-consulting-image {
  height: 300px;
}
.contact-link {
  font-size: 37px !important;
}
.contact-infos {
  font-size: 33px;
}	
.contact-image{ 
  height: 370px;	
}	
}



@media screen and (max-width: 1024px) {	
.header .header-title {
  margin: 175px 0px 0px 75px;
}
.visual-portrait {
  height: 500px;
}	
.back-to-top {
  right: 32px;
}	
}	


	
@media screen and (max-width: 1024px) and (orientation: portrait) {	
.menu-wrap .scroll {
  padding-top: 70px;
  padding-left: 32px;
}	
.menu-wrap .menu-close {
  top: 71px;
  right: 32px;
}	
.menu-wrap .mob-ul li a, .menu-wrap .mob-ul li a::before {
  font-size: 80px;
  line-height: 1.1em;	
}	
.header .wrap_float {
  height: 51vh;
}	
.header .header-title {
  margin: 225px 0px 0px 75px;
}
.jm-content h2 {
  font-size: 56px;
}	
.contact-infos {
  font-size: 33px;
}
.contact-link {
  font-size: 38px !important;
}	
}



@media screen and (max-width: 1024px) and (orientation: landscape) {
.menu-wrap .scroll {
  padding-top: 40px;
  padding-left: 125px;
}	
.menu-wrap .menu-close {
  top: 70px;
  right: 32px;
}	
.jm-content h2 {
  font-size: 54px;
}	
.profile-image {
  height: 300px;
}
.qualifications-image {
  height: 300px;
}
.services-recruitment-consulting-image {
  height: 300px;
}	
.services-human-resources-consulting-image {
  height: 300px;
}
.contact-link {
  font-size: 37px !important;
}
.contact-infos {
  font-size: 33px;
}
.services-landing-text {
  font-size: 42px !important;
}
.separator {
  margin: 10px 0px 25px 0px;
}
.separator-b {
  margin: 53px 0px 63px 0px;
}
.separator-c {
  margin: 10px 0px 70px 0px;
}	
}



@media screen and (max-width: 1000px) {
.uppercase-bold {
  -webkit-text-stroke: 2px black;
}	
.wrap {
  width: 90vw;
  max-width: 90vw;
}
.menu-container {
  margin-right: 0;
  right: 5vw;
}
.menu {
  display: none;
}
.menu-wrap .scroll {
  padding-left: 42px;
}
.menu-wrap .mob-ul {
  margin-bottom: 75px;
  display: block;
}
.menu-wrap .mob-ul li a {
 font-size: 48px;
  }
.menu-wrap .mob-ul li:last-child {
  margin-bottom: 0;
 }
  .menu-wrap .scroll {
  padding-top: 120px;
  justify-content: center;
}
.menu-wrap {
  width: 100%;
}
.menu-wrap .mob-ul li,
.menu-wrap ul li {
 margin-bottom: 20px;
}
.menu-wrap .menu-close {
  right: 28px;
}		
.line-hover-menu::after {
  margin-top: -93px;
  height: 96px;
  width: 3px !important;
}		
.main-screen .wrap_float {
  justify-content: flex-start;
}
.main-title {
  max-width: 900px;
  font-size: 46px;
}
.main-title br {
  display: none;
}
.main-title .hover-img {
  display: none;
}
.main-screen .wrap_float {
  height: auto;
  min-height: inherit;
  padding-top: 280px;
  padding-bottom: 180px;
}
.main-title .title-with-img .selected:hover {
  color: #000;
  -webkit-text-stroke: inherit;
}	
.header .header-title {
  font-size: 61px;
}
.jm-content h2 {
  font-size: 57px;
}		
.header .header-title-subline {
  font-size: 61px;
}	
.visuals .wrap {
  width: 100%;
  max-width: 100%;
}
main {
  overflow: hidden !important;
  position: static !important;
  width: 100% !important;
}
body {
  height: inherit !important;
}
.container {
  transform: none !important;
}
.cursor-graphic {
display: none;
}
.header .header-info {
  margin-top: 20vh;
}
.menu-wrap.with-mode .scroll {
  padding-top: 85px;
}
.menu-wrap .mob-ul li a,
.menu-wrap .mob-ul li a:before {
  font-size: 70px;
  line-height: 90px;
}
.co1 {
  max-width: 840px !important;
}	
.sublines-text-indent {
  padding-left: 1em;
}		
.contact-link {
  font-size: 27px;
}	
.services-landing-text {
  font-size: 27px;
}
.visual-triangle-services {
  margin: 4em 27em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-cooperations {
  margin: 6em 33em;		
  width: 7em; 
  height: 7em;
}
.visual-triangle-contact {
  margin: 7em 32em;		
  width: 7em; 
  height: 7em;
}
.visual-triangle-imprint {
  margin: 5em 28em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-data-protection {
  margin: 4em 30em;	
  width: 7em; 
  height: 7em;
}
.visual-triangle-cookies {
  margin: 4em 37em;	
  width: 7em; 
  height: 7em;
}			
.logo-alliance-pro-schiene {
  margin: 40px 0px 40px 0px;
}	
.pt40 {
  padding-top: 40px;	
}
.separator {
  margin: 15px 0px 20px 0px;
}
.separator-b {
  margin: 15px 0px 20px 0px;
}
.separator-c {
  margin: 15px 0px 60px 0px;
}
.profile .col {
  width: 75%;
  padding-right: 0px;	
  margin-bottom: 10px;
}	
.services .col {
  width: 75%;
  padding-right: 0px;	
}		
.cooperations .col {
  width: 75%;
  padding-right: 0px;	
}		
.contact .col {
  width: 75%;
  padding-right: 0px;	
}
.imprint .col {
  width: 75%;
  padding-right: 0px;	
}
.data-protection .col {
  width: 75%;
  padding-right: 0px;	
}
.cookies .col {
  width: 75%;
  padding-right: 0px;	
}
.profile-image { 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-top: 1.2em;		
  margin-bottom: 2.4em;	
}
.qualifications-image { 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-top: 1.2em;		
  margin-bottom: 2.4em;	
}			
.services-recruitment-consulting-image { 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-top: 1.2em;		
  margin-bottom: 2.4em;	
}
.services-human-resources-consulting-image { 
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  margin-top: 1.2em;		
  margin-bottom: 2.4em;	
}	
.mb20 {
  margin-bottom: 20px;	
}
.mb35 {
  margin-bottom: 35px;	
}
.hide-resp { 
  display: none !important;
}	
.mt25 {
  padding-top: 25px;
}		
.indent-small{
  font-size: 20px;	
}	

.no-list {
  font-size: 20px !important;
}
.list {
  font-size: 20px !important;
}		
.back-to-top {
  right: 50px;
}	
}
@media screen and (max-width: 982px) {
.main-title {
  font-size: 46px;
}
}



@media screen and (max-width: 960px) {		
.menu-wrap.with-mode .scroll {
  padding-top: 135px;
}	
.menu-wrap .mob-ul {
  margin-bottom: 15px;
  display: block;
}	
  .menu-wrap.with-mode .mob-ul li {
  margin-bottom: 2px;
}
.menu-wrap .mob-ul li a, .menu-wrap .mob-ul li a::before {
  font-size: 53px;
  line-height: 1.3;
}
.menu-wrap .menu-center {
 margin-top: 30px;
}	
.menu-wrap .mob-ul li, .menu-wrap ul li {
  margin-bottom: 10px;
}
.header .header-title {
  font-size: 65px;
}
.header .header-title-subline {
  font-size: 65px;
}	
.contact-link {
  font-size: 26px;
}
.services-landing-text {
  font-size: 26px;
}		
}


@media screen and (max-width: 978px) {
.header .header-title {
font-size: 60px;
}
}



@media screen and (max-width: 964px) {
.header .header-title {
 font-size: 59px;
}
}



@media screen and (max-width: 960px) {
.line-hover-menu::after {
  margin-top: -70px;
  height: 72px;
  width: 3px !important;
}
.back-to-top {
  right: 48px;
}	
}

	
	
@media screen and (max-width: 950px) {
.header .header-title {
  font-size: 58px;
}	
.main-title {
  font-size: 58px;
}	
}



@media screen and (max-width: 937px) {
.header .header-title {
  font-size: 57px;
}
}



@media screen and (max-width: 925px) {
.header .header-title {
  font-size: 56px;
}	
.main-title {
  font-size: 56px;
}	
.back-to-top {
  right: 45px;
}	
}



@media screen and (max-width: 910px) {
.header .header-title {
    font-size: 55px;
}		
}



@media screen and (max-height: 900px) {		
.header .wrap_float {
  height: 100vh;
}
}



@media screen and (max-width: 900px) {
.header .header-title {
 font-size: 55px;
  letter-spacing: 0.5px;
}	
.header .header-title-subline {
  font-size: 55px;
}	
.main-title {
  font-size: 42px;
}	
.contact-link {
  font-size: 25px;
}	
.services-landing-text {
  font-size: 25px;
}		
.more-seminars .seminar-title {
  font-size: 48px;
}	
.headlines-section .headline-row {
  font-size:53px;
}
.headlines-section2 .headline-row2 {
  font-size: 53px;
}			
.indent-small{
  font-size: 21px;	
}		
.contact-infos {
  font-size: 47px;
}			
.co1 {
  max-width: 670px !important;		
}
}



@media screen and (max-width: 896px) {
.header .header-title {
 font-size: 55px;
  letter-spacing: 1px;	
}		
}



@media screen and (max-width: 880px) {
.header .header-title {
 font-size: 54px;
  letter-spacing: 1px;	
}		
}



@media screen and (max-width: 870px) {
.header .header-title {
  font-size: 53px;
}
}



@media screen and (max-width: 860px) {
.main-title {
  font-size: 40px;
}
.contact-link {
  font-size: 24px;
}	
.services-landing-text {
  font-size: 24px;
}
}



@media screen and (max-width: 850px) {	
.contact-infos {
  font-size: 45px;
}	
}



@media screen and (max-width: 870px) {
.header .header-title {
  font-size: 53px;
}
}



@media screen and (max-width: 845px) {
.header .header-title {
  font-size: 52px;
}
}



@media screen and (max-width: 834px) and (orientation: portrait) {
.menu-wrap .menu-close {
  top: 66px;
  right: 42px;
}	
.top-panel {
  padding: 35px 0;
}
.menu-container {
  top: 60px;
}	
.header .header-title {
  font-size: 51px;
  letter-spacing: 0.75px;
}
.header .header-title {
  margin: 150px 0px 0px 75px;
}	
.header .wrap_float {
  height: 50vh;
}
.visual-portrait {
  height: 450px;
}
.contact-home .col {
  width: 75%;
  padding-right: 0px;	
  margin-bottom: 10px;	
}		
.contact-image {
  height: 450px;
}	
}



@media screen and (max-width: 834px) {
.menu-wrap .menu-close {
  width: 30px;
  height: 30px;
  top: 40px;
  right:40px;
}	
.main-title {
  font-size: 40px;
}
.list {
  margin-left: 40px !important;
}	
.no-list {
  margin-left: 40px !important;
}	
.cookies .col {
  width: 100%;
  padding-right: 0px;
}
.data-protection .col {
  width: 100%;
  padding-right: 0px;
}	
.imprint .col {
  width: 100%;
  padding-right: 0px;
}		
.contact-link {
  font-size: 33px;
}
.services-landing-text {
  font-size: 33px;
}	
.about-subline-last {
  font-size: 33px;
}
.list {
  margin-left: 40px !important;
}
.list::before {
  margin-left: -15px !important;
  content: '' !important;
}	
.js-effect-image {
  transform: translateY(0px);
}	
.visual-triangle-services {
  margin: 4em 24em;	
  width: 3em; 
  height: 3em;
  animation: triangle 40s infinite linear;	
}
.visual-triangle-cooperations {
  margin: 4em 29em;		
  width: 3em; 
  height: 3em;
  animation: triangle2 40s infinite linear;	
}
.visual-triangle-contact {
  margin: 4em 20em;		
  width: 3em; 
  height: 3em;
  animation: triangle2 40s infinite linear;		
}
.visual-triangle-imprint {
  margin: 4em 25em;	
  width: 3em; 
  height: 3em;
  animation: triangle 40s infinite linear;		
}
.visual-triangle-data-protection {
  margin: 4em 27em;	
  width: 3em; 
  height: 3em;
  animation: triangle 40s infinite linear;		
}
.visual-triangle-cookies {
  margin: 4em 33em;	
  width: 3em; 
  height: 3em;
  animation: triangle 40s infinite linear;		
}	
.movement .triangular-surfaces.triangle:first-child {
  transform: translateZ(0.865em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(2) {
  transform: rotateY(120deg) translateZ(0.865em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(3) {
  transform: rotateY(-120deg) translateZ(0.865em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:last-child {
  transform: translateZ(0.865em) 
    rotateX(90deg) rotateY(180deg)
    rotate(30deg) skewY(30deg) scaleX(.866);
}		
.contact-link {
  font-size: 44px !important;
}
.services-landing-text {
 font-size: 44px;
}		
.back-to-top {
  right: 42px;
}	
}	


@media screen and (max-width: 830px) {
.header .header-title {
  font-size: 51px;
}
}



@media screen and (max-width: 820px) and (orientation: portrait) {
.top-panel {
  padding: 35px 0;
}
.menu-container {
  top: 60px;
}	
.header .header-title {
  font-size: 50px;
  letter-spacing: 0.75px;
}
.header .header-title {
  margin: 150px 0px 0px 75px;
}	
.header .wrap_float {
  height: 50vh;
}	
.jm-content h2 {
  font-size: 46px;
}	
.back-to-top {
  right: 40px;
}	
}



@media screen and (max-width: 820px) {
.header .header-title {
  font-size: 50px;
}	
.contact-infos {
  font-size: 43px;
}	
}



@media screen and (max-width: 810px) {
.main-title {
  font-size: 39px;
}
.mode-link {
  margin: 95px 0px 25px 0px;
}	
}



@media screen and (max-width: 830px) {
.header .header-title {
  font-size: 51px;
}
}



@media screen and (max-width: 820px) and (orientation: portrait) {
.menu-wrap .menu-close {
  top: 66px;
}		
.services-landing-text {	
  font-size: 40px !important;
}
.contact-link {
  font-size: 40px !important;
}
}



@media screen and (max-width: 817px) {
.header .header-title {
  font-size: 50px;
}
}



@media screen and (max-width: 810px) and (orientation: portrait) {
.services-landing-text {	
  font-size: 40px !important;
}
.contact-link {
  font-size: 40px !important;
}
}



@media screen and (max-width: 800px) and (orientation: portrait) {
.header .header-title {
  font-size: 49px;
  letter-spacing: 1px;
}
}



@media screen and (max-width: 805px) {
.header .header-title {
  font-size: 49px;
}
.jm-content h2 {
  font-size: 43px;
}	
.contact-link {
  font-size: 36px !important;
}	
.services-landing-text {
 font-size: 36px !important;
}
.text-triangle {
  bottom: 6px;
}	
}



@media screen and (max-width: 790px) {
.header .header-title {
  font-size: 48px;
}
.contact-infos {
    font-size: 42px;
}	
.back-to-top {
  right: 40px;
}	
}



@media screen and (max-width: 777px) {
.header .header-title {
  font-size: 47px;
}
}



@media screen and (max-width: 770px) {
.main-title {
  font-size: 37px; 
}	
}	



@media screen and (max-width: 768px) and (orientation: portrait) {
.header .header-title {
  font-size: 46px;
  letter-spacing: 1.5px;
}
}



@media screen and (max-width: 768px) {
.menu-wrap .scroll {
  padding-left: 40px;
}		
.back-to-top {
  right: 38px;
}	
}



@media screen and (max-width: 763px) {
.header .header-title {
  font-size: 46px;
}
}



@media screen and (max-width: 760px) {
#progressbar {	
  width: 2px;
}	
.uppercase-bold {
  -webkit-text-stroke: 1.7px black;
}	
.top-panel {
  border-bottom: 2px solid #000000;	
}	
.top-panel .logo {
  width: 270px;
}	
.menu-container {
  top: 58px;
}	
.header .header-title {
  border-left: 2px solid #000;
}	
.main-title {
  font-size: 57px;
  width: 100%;
  max-width: 100%;
}
.main-screen .wrap_float {
  padding-top: 220px;
}
.menu-wrap {
    width: 100%;
}
.menu-wrap ul li {
    margin-bottom: 15px;
}
.menu-wrap .menu-bottom {
    display: none;
}
.menu-wrap .scroll {
    padding-top: 74px;
}
.menu-wrap .menu-center {
    margin-bottom: 0;
}
.header .wrap_float {
    height: auto;
    min-height: inherit;
    padding-top: 200px;
    padding-bottom: 90px;
}
.header-infos {
    margin-top: -20px;
}	
.header .header-info {
    margin-top: 100px;
    display: block;
}	
.header.about-header .header-title {
  margin: 40px 0px 0px 0px;    
  font-size: 46px;  
}
.header .header-title {
  margin: 60px 0px 0px 0px;		
}		
.header .header-title-subline {
  font-size: 46px;
}	

.menu-wrap.with-mode .scroll {
    padding-top: 90px;
}
.page-404 .container {
  height: 100vh;
  min-height: 460px;
  position: relative;
}
.page-404 .container .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-404 main {
  width: 100% !important;
}
.mobile .page-404 .container,
.tablet .page-404 .container {
  height: 87vh;
}
.visual-portrait {
  height: 350px;	
  margin-bottom: 70px;		
}		
.jm-content h2 {
  font-size: 40px;
}
.jm-content h3 {
  font-size: 36px !important;
}	
.contact-image {
  height: 350px;
}	
.contact-link {
  font-size: 40px !important;
}
.services-landing-text {
  font-size: 40px;
}		
.visual-triangle-services {
  margin: 2em 17em;	
}
.visual-triangle-cooperations {
  margin: 2em 22em;		
}
.visual-triangle-contact {
  margin: 2em 15em;			
}
.visual-triangle-imprint {
  margin: 2em 18em;		
}
.visual-triangle-data-protection {
  margin: 2em 20em;		
}
.visual-triangle-cookies {
  margin: 2em 26em;		
}		
.profile .col {
  width: 100%;
}
.services .col {
  width: 100%;
}		
.cooperations .col {
  width: 100%;
}	
.contact .col {
  width: 100%;
}
.imprint .col {
  width: 100%;
}
.data-protection .col {
  width: 100%;
}
.cookies .col {
  width: 100%;
}			
.contact-link {
  font-size: 34px !important;
}	
.services-landing-text {
  font-size: 34px !important;
}
.footer .footer-bottom .info-left {
  max-width: 330px;
  min-width: 330px;
}	
}



@media screen and (max-width: 750px) {
.main-title {
  font-size: 56px;
}			
}



@media screen and (max-width: 736px) {
.menu-text {
  margin-top: -8px;
}
}	



@media screen and (max-width: 730px) {
.main-title {
  font-size: 55px;
}		
.back-to-top {
  right: 36px;
}	
}



@media screen and (max-width: 710px) {
.main-title {
  font-size: 53px;
}	
}	



@media screen and (max-width: 684px) {
.header.about-header .header-title {
    font-size: 48px;
}
.back-to-top {
  right: 34px;
}	
}	



@media screen and (max-width: 670px) {
.main-title {
  font-size: 51px;
}					
}



@media screen and (max-width: 650px) {
.main-title {
  font-size: 49px;
}	
.footer .footer-bottom .info-left {
  max-width: 300px;
  min-width: 300px;
}
.back-to-top {
  right: 32px;
}	
}


@media screen and (max-width: 640px) {
.main-title {
  font-size: 48px;
}
}



@media screen and (max-width: 634px) {
.header.about-header .header-title {
    font-size: 46px;
}	
}	



@media screen and (max-width: 630px) {
.main-title {
  font-size: 47px;
}
}



@media screen and (max-width: 620px) {		
.footer .footer-bottom .info-left {
  max-width: 280px;
  min-width: 280px;
}
.back-to-top {
  right: 30px;
}	
}



@media screen and (max-width: 611px) {
.header.about-header .header-title {
    font-size: 45px;
}	
}



@media screen and (max-width: 600px) {
.main-title {
  font-size: 45px;
}
.visual-slider .wrap_float {
  padding: 20px 0;
}	
#cconsent-modal .ccm__content {
    border: none !important;
}	
.header .header-title {
  font-size: 45px; 
 }	
.header.about-header .header-title {
  font-size: 45px; 
}
 .header .header-title-subline {
  font-size: 45px;	
}			
.headlines-section .headline-row {
  font-size:40px;
}	
.headlines-section2 .headline-row2 {
  font-size: 40px;
 }		
.contact-infos {
  font-size: 40px;
}			
}



@media screen and (max-width: 599px) {
.header.about-header .header-title {
  font-size: 44px;
}
}
	


@media screen and (max-width: 590px) {	
.top-panel {
  padding: 25px 0;
}	
.top-panel .logo {
  width: 255px;
}	
.menu-container {
  top: 40px;
}	
.menu-container span {
  top: 6px;
  margin-bottom: 6px;
}		
.menu-text {
  font-size: 17px;
  margin-top: 0px;	  
}
.menu-wrap .scroll {
  padding-left: 40px;
  }	
.line-hover-menu::after {
  display: none;
}	
.header .header-title {
  margin: 60px 0px 0px 0px;				
  font-size: 44px; 
}	
.main-title {
    font-size: 44px;
}
.main-screen .wrap_float {
  padding: 0;
  height: 70vh;
  min-height: 550px;
  padding-top: 70px;
}	
.footer .footer-top {
  font-size: 17px;
}
.footer .footer-bottom {
  font-size: 15px;
}
.footer .footer-bottom {
  padding: 28px 0;
}
.menu-wrap .mob-ul li a,
.menu-wrap .mob-ul li a:before {
  font-size: 40px;
  line-height: 55px;  
}
.menu-wrap .mob-ul {
  margin-bottom: 30px;
}
.menu-wrap ul li {
  margin-bottom: 14px;
}
	
.menu-wrap.with-mode .mob-ul li {
  border-bottom: 2px solid #000;
}	
	
.more-projects .visuals-link {
  font-size: 55px;
  padding-right: 70px;
}
.more-projects .visuals-link:before {
  width: 50px;
  height: 40px;
  margin-top: -20px;
}
.menu-wrap .scroll {
    padding-right: 12vw;
}
.menu-wrap .mob-ul li,
.menu-wrap ul li {
  margin-bottom: 12px;
}
.jm-content {
  font-size: 20px;	  
}
.header.about-header .header-title {
  font-size: 44px;
}
.header .header-title-subline {
  font-size: 44px;
}		
.mode-link {
  margin: 35px 0px 0px 0px;  
}	
.header.section-404 .header-title {
  font-size: 66px;
}
.blog-wrap .description p {
  font-size: 20px;
}
.jm-content h2 {
  font-size: 36px;
}
.jm-content h3 {
  font-size: 30px;
}	
.jm-content h5 {
  font-size: 26px;
}
.jm-content h6 {
  font-size: 25px;
}
.list {
  font-size: 18px !important;	
  margin-left: 36px !important;
}	
.no-list {
  font-size: 18px !important;	
  margin-left: 36px !important;
}	
.profile {
  padding-bottom: 0px;
  margin-bottom: 0px;
}	
.visual-portrait {
  height: 350px;	
}
.contact-image {
  height: 350px;
}	
.profile-image { 
  height: 180px;
  margin-bottom: 1.6em;
}
.qualifications-image { 
  height: 180px;
  margin-bottom: 1.6em;
}	
.services-recruitment-consulting-image { 
  height: 180px;
}
.services-human-resources-consulting-image { 
  height: 180px;
}	
.services-landing-text {
  padding: 0px 0px 25px 0px;
}	
.pt {
  padding-top: 15px;
}
.text-triangle {
  bottom: 3px;	
}	
.jm-content h2 {
  font-size: 38px;
 }
.jm-content h3 {
  font-size: 36px !important;
}		
.contact-link {
  font-size: 38px !important;
}	
.services-landing-text {
    font-size: 38px !important;
}	
.text-triangle {
  bottom: 6px;
}		
.home {
  padding-bottom: 120px;
}	
.services {
  padding-bottom: 120px;
}
.cooperations{
  padding-bottom: 120px;
}	
.contact{
  padding-bottom: 120px;
}	
.imprint {
  padding-bottom: 120px;
}	
.data-protection {
  padding-bottom: 120px;
}	
.cookies {
  padding-bottom: 120px;
}	
.header .header-title {
  padding-left: 15px;	
  letter-spacing: 1px;	
}	
.jm-content ul li, .jm-content ol li {
  font-size: 18px;
}	
.jm-content p {
    font-size: 18px;
}	
.logo-alliance-pro-schiene{ 
  position: relative;
  z-index: 1;
  width: 175px;
  height: 50px;	
}
.logo-alliance-pro-schiene:hover{ 
  filter: grayscale(0);	
}
.logo-woman-in-mobilty{ 
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;	
  margin: 40px 0px 0px 0px;	
  background: url("../img/logo-woman-in-mobility.svg");
  background-repeat: no-repeat;	
  filter: grayscale(1);	
}
.logo-woman-in-mobilty:hover{ 
  filter: grayscale(0);	
}	
.indent-small{
  font-size: 18px;	
}
.contact-home {
  padding-bottom: 50px;
  margin-bottom: 50px;
}	
.move-services {
  margin-top: -21px !important;
  margin-left: 102px !important;
}	
.move-profil {
  margin-top: -36.5px !important;
  margin-left: 87px !important;	
}	
.lower { 
  width: 96% !important;
}	
.footer .footer-bottom .info-left {
  max-width: 250px;
  min-width: 250px;
}
.back-to-top {
  right: 30px;
}	
}



@media screen and (max-width: 563px) {
.header.about-header .header-title {
  font-size: 42px;
}	
}



@media screen and (max-width: 560px) {
.main-title {
  font-size: 42px;
}	
}	



@media screen and (max-width: 540px) {
.main-title {
    font-size: 40px;
  }
.header.about-header .header-title {
  font-size: 40px;
}			
.jm-content h3 {
  font-size: 28px !important;
}	
.visual-portrait {
  height: 320px;
}
.contact-image {
  height: 320px;
}	
.contact-infos {
    font-size: 38px;
}	
.back-to-top {
  right: 27px;
}		
}



@media screen and (max-width: 520px) {
.main-title {
  font-size: 39px;
}
.header .header-title {
  font-size: 38px; 
}	
.header.about-header .header-title {
  font-size: 38px; 
}	
 .header .header-title-subline {
  font-size: 38px;	
}	
.jm-content h3 {
  font-size: 28px !important;
}	
.contact-link {
  font-size: 34px;
}
.services-landing-text {
  font-size: 34px;
}		
.headlines-section .headline-row {
    font-size: 38px;
}
.headlines-section2 .headline-row2 {
 font-size: 38px;
}		
.contact-infos {
    font-size: 35px;
}	
.jm-content h2 {
  font-size: 33px;
}
.contact-link {
  font-size: 33px !important;
}	
.services-landing-text {
    font-size: 33px;
}	
.back-to-top {
  right: 26px;
}		
}



@media screen and (max-width: 500px) {
.main-title {
  font-size: 38px;
 }	
.box {
  left: 150px;	
  padding-top: 75px;	
}
.back-to-top {
  right: 25px;
}		
}



@media screen and (max-width: 493px) {
.header.about-header .header-title {
  font-size: 37px;
}
.back-to-top {
  right: 24px;
}		
}	



@media screen and (max-width: 490px) {
.uppercase-bold {
  -webkit-text-stroke: 1.5px black;
}	
.top-panel {
  padding: 30px 0;
}	
.top-panel .logo {
  width: 220px;
}	
.header .header-title {	
  border-left: 2px solid #000;
}		
.main-title {
  font-size: 35px;
}
.header .header-title {
  font-size: 35px; 
}	
.header.about-header .header-title {
  font-size: 35px;
}
.header .header-title-subline {
 font-size: 35px;
}		
.contact-link {
  font-size: 32px;
}
.services-landing-text {
  font-size: 32px;
}	
.headlines-section .headline-row {
  font-size: 34px;
}
.headlines-section2 .headline-row2 {
 font-size: 34px;
}	
.contact-infos {
  font-size: 32px;
}	
.visual-triangle-services {
  margin: 2em 13em;	
  width: 2em; 
  height: 2em;
  animation: triangle 30s infinite linear;		
}
.visual-triangle-cooperations {
  margin: 2em 16em;		
  width: 2em; 
  height: 2em;
  animation: triangle 30s infinite linear;		
}
.visual-triangle-contact {
  margin: 2em 10em;		
  width: 2em; 
  height: 2em;
  animation: triangle 30s infinite linear;		
}
.visual-triangle-imprint {
  margin: 2em 13em;	
  width: 2em; 
  height: 2em;	
  animation: triangle 30s infinite linear;		
}
.visual-triangle-data-protection {
  margin: 2em 15em;	
  width: 2em; 
  height: 2em;	
  animation: triangle 30s infinite linear;		
}
.visual-triangle-cookies {
  margin: 2em 19em;	
  width: 2em; 
  height: 2em;
  animation: triangle 30s infinite linear;		
}	
.movement .triangular-surfaces.triangle:first-child {
  transform: translateZ(0.575em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(2) {
  transform: rotateY(120deg) translateZ(0.575em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:nth-child(3) {
  transform: rotateY(-120deg) translateZ(0.575em) 
    rotateX(19.47deg) 
    rotate(30deg) skewY(30deg) scaleX(.866);
}
.movement .triangular-surfaces.triangle:last-child {
  transform: translateZ(0.575em) 
    rotateX(90deg) rotateY(180deg)
    rotate(30deg) skewY(30deg) scaleX(.866);
}		
.jm-content h2 {
  font-size: 30px;
}	
.contact-link {
  font-size: 30px !important;
}
.services-landing-text {
  font-size: 30px !important;
}	
.text-triangle {
  bottom: 5px;
}	
.visual-portrait {
  height: 290px;	
  margin-bottom: 40px;
}
.contact-image {
  height: 290px;
}		
.footer .footer-bottom .info-left {
  max-width: 230px;
  min-width: 230px;
}		
}



@media screen and (max-width: 475px) {
.main-title {
  font-size: 35px;
}
.jm-content h3 {
  font-size: 25px !important;
}
.lower {
  width: 73% !important;
}	
 .footer .footer-bottom {
  font-size: 14px;
}		
}



@media screen and (max-width: 460px) {
.main-title {
  font-size: 34px;
}
.header .header-title {	
  font-size: 34px; 
}	
.header.about-header .header-title {
  font-size: 34px;
}
.header .header-title-subline {
 font-size: 34px;
}	
.footer .footer-bottom .info-left {
  max-width: 210px;
  min-width: 210px;
}
.back-to-top {
  right: 23px;
}		
}



@media screen and (max-width: 445px) {
.header.about-header .header-title {
  margin: 0px 0px 0px 0px;
}	
.main-title {
  font-size: 33px;
}
.header .header-title {
  margin: 0px 0px 0px 0px;		
  font-size: 33px; 
}	
.header.about-header .header-title {
  font-size: 33px;
}
.header .header-title-subline {
 font-size: 33px;
}	
.coachings .col {
  width: 100%;
}	
.contact-link {
 font-size: 30px;
}
.services-landing-text {
 font-size: 30px;
}		
.visual-triangle-animation {
  position: absolute;
  top: 170px;
}	
	
.visual-triangle-services {
  margin: 0em 12em;		
}
.visual-triangle-cooperations {
  margin: 0em 16em;		
}
.visual-triangle-contact {
  margin: 0em 10em;			
}
.visual-triangle-imprint {
  margin: 0em 12em;	
}
.visual-triangle-data-protection {
  margin: 0em 14em;			
}
.visual-triangle-cookies {
  margin: 0em 18em;		
}		
.visual-portrait {
  height: 260px;	
  margin-bottom: 40px;
}
.contact-image {
  height: 260px;
}	
.back-to-top {
  right: 22px;
}		
}



@media screen and (max-width: 434px) {
.header .header-title {		
  font-size: 32px; 
 }	
.header.about-header .header-title {
  font-size: 32px;
  }
.header .header-title-subline {
 font-size: 32px;
}
}



@media screen and (max-width: 428px) {
.uppercase-bold {
  -webkit-text-stroke: 1.25px black;
}	
.header .wrap_float {
  min-height: 420px;
}	
.main-title {
  font-size: 32px;
}
.header .header-title {
  font-size: 30px; 
}
.header.about-header .header-title {
  font-size: 30px;
}
.header .header-title-subline {
  font-size: 30px;
}		
.headlines-section .headline-row {
 font-size: 30px;
}	
.headlines-section2 .headline-row2 {
 font-size: 30px;
}			
.contact-link {
  font-size: 28px !important;
}	
.services-landing-text {
  font-size: 28px !important;
}	
.jm-content h2 {
  font-size: 30px;
}	
.jm-content h3 {
  font-size: 28px !important;
}	
}



@media screen and (max-width: 425px) {
.lower {
  width: 74% !important;
}
}



@media screen and (max-width: 419px) {
.lower {
  width: 83% !important;
}
}



@media screen and (max-width: 415px) {
.header .wrap_float {
  min-height: 380px;
}	
.main-title {
  font-size: 31px;
 }
.header .header-title {
  font-size: 32px; 
}	
.menu-wrap .menu-close {
    right: 5vw;
}
.header .wrap_float {
  padding-top: 185px;
  padding-bottom: 60px;	
 }	
.headlines-section .headline-row {
    font-size: 32px;
}
.headlines-section2 .headline-row2 {
 font-size: 32px;
}		
.contact-infos {
  font-size:28px;
}	
.jm-content h2 {
  font-size: 30px;
}
.jm-content h3 {
  font-size: 26px !important;
}		
.contact-link {
  font-size: 28px !important;
}
.services-landing-text {
    font-size: 28px !important;
}		
.visual-portrait {
  margin-bottom: 20px;
}
.footer .footer-bottom .info-left {
  max-width: 200px;
  min-width: 200px;
}
.back-to-top {
  right: 20px;
}		
}
	


@media screen and (max-width: 410px) {
.lower { 
  width: 85% !important;
}		
.footer .footer-bottom {
  font-size: 13px;
}
}



@media screen and (max-width: 400px) {
.header .wrap_float {
  min-height: 400px;
}	
.main-title {
  font-size: 29px;
}
.header .header-title {
  font-size: 29px; 
}	
.header.about-header .header-title {
  margin: 40px 0px 0px 0px;	  
  font-size: 29px;
}
 .header .header-title-subline {
  font-size: 29px;
}	
.main-screen .wrap_float {
  min-height: 480px;
}

.eader .header-info {
  font-size: 19px;
}
 .header .wrap_float {
  padding-top: 135px;
}
.header .header-info {
  margin-top: 82px;
}
.header.visual-header .header-title {
  font-size: 48px;
}
.header.visual-header .wrap_float {
  padding-bottom: 66px;
}
.header .header-info .count {
  clear: both;
  float: left;
  padding-left: 34px;
  text-align: left;
}
.header .header-info .count .span-count {
  text-align: left;
  width: auto;
  margin-top: 16px;
}
.header.blog-header .header-info .count {
  padding-left: 0;
}
.visuals.blog-posts .visual-item-info {
  font-size: 15px;
}
.visuals .visual-item-info {
  min-height: 50px;
}
.visuals .visual-item.blog-item .blog-item-title {
  padding-top: 22px;
}
.header.blog-single-header .header-title {
 font-size: 32px;
}	
	
	
	
.jm-content h2 {
  font-size: 28px;
}
.jm-content h3 {
  font-size: 26px !important;
}		
.contact-link {
  font-size: 28px;
}			
.more-seminars .seminar-title {
  font-size: 26px;
}	
.headlines-section .headline-row {
  font-size: 31px;
}
.headlines-section2 .headline-row2 {
 font-size: 31px;
}		
.contact-infos {
    font-size: 27px;
}	
}



@media screen and (max-width: 393px) {
.uppercase-bold {
  -webkit-text-stroke: 1.1px black;
}	
.main-title {
  font-size: 29.5px;
}		
 .header .header-title-subline {
  font-size: 31px;
}		
.footer .footer-bottom .info-left {
  max-width: 180px;
  min-width: 180px;
}
.back-to-top {
  right: 19px;
}	
}
	
	
	
@media screen and (max-width: 386px) {	
.header.about-header .header-title {
  font-size: 28px;
}
.header .header-title {
  font-size: 28px; 
}	
.visual-triangle-services {
  margin: 0em 10.5em;		
}
.visual-triangle-cooperations {
  margin: 0em 14em;		
}
.visual-triangle-contact {
  margin: 0em 8.5em;			
}
.visual-triangle-imprint {
  margin: 0em 10.5em;	
}
.visual-triangle-data-protection {
  margin: 0em 12.5em;			
}
.visual-triangle-cookies {
  margin: 0em 16em;		
}		
}		
	
	
	
	
@media screen and (max-width: 384px) {
.header.about-header .header-title {
  font-size: 27px;
}
.header .header-title {
  font-size: 27px; 
 }	
.menu-wrap.with-mode .scroll {
    padding-top: 15px;
}	
.menu-wrap.with-mode .mob-ul li {
    margin-bottom: 0px;
}		
.jm-content h2 {
  font-size: 26px;
}	
.jm-content h3 {
  font-size: 24px !important;
}	
.contact-link {
  font-size: 26px !important;
}
.services-landing-text {
    font-size: 26px !important;
}		
.headlines-section .headline-row {
  font-size: 30px;
}
.headlines-section2 .headline-row2 {
   font-size: 30px;
}	
.contact-infos {
  font-size: 25px;
}	
.text-triangle {
  bottom: 4px;
}	
.footer .footer-bottom .info-left {
  max-width: 170px;
  min-width: 170px;
}
 .footer .footer-bottom {
  font-size: 12px;
}	
}
	


@media screen and (max-width: 375px) {
.top-panel {
  padding: 25px 0;
  border-bottom: 1.85px solid #000000;		
}	
.top-panel .logo {
  width: 190px;
}	
.menu-container {
  top: 30px;
}		
.header.about-header .header-title {
  font-size: 27px;
}
.header .header-title {
  font-size: 27px; 
}	
.menu-container {
  width: 15px;
}	
.menu-text-content {
  margin-left: -50px;
}	
.menu-wrap .mob-ul {
  margin-bottom: 40px;
}	
.menu-wrap.with-mode .mob-ul li {
  margin-bottom: 1.5px;
 }		
.menu-wrap.with-mode .menu-center {
  margin-top: 35px;
}	
.header.about-header .header-title {
  font-size: 27px;		 
}	
.header .header-title-subline {
  font-size: 27px;	
}		
.jm-content h2 {
  font-size: 24px;
}		
.contact-link {
  font-size: 26px !important;
}	
.services-landing-text {
  font-size: 24px !important;
}		
.headlines-section .headline-row {
  font-size: 28px;
}
.headlines-section2 .headline-row2 {
 font-size: 28px;
}		
.contact-infos {
    font-size: 26px;
}	
.visual-portrait {
  height: 250px;	
}		
.contact-image {
  height: 250px;
}	
.back-to-top {
  right: 18px;
}	
}



@media screen and (max-width: 365px) {		
.lower { 
  width: 96% !important;
}	
}


	
@media screen and (max-width: 363px) {	
.header.about-header .header-title {
  font-size: 26px;
}	
.visual-portrait {
  height: 220px;
}	
.contact-image {
  height: 220px;
}	
}
	
	
	
@media screen and (max-width: 360px) {
.main-title {
  font-size: 27.5px;
 }	
.menu-wrap.with-mode .mob-ul li {
  margin-bottom: 1px;
 }	
.main-screen .wrap_float {
 padding-top: 172px;
}	
.header .header-title-subline {
 font-size: 28px;
}	
.contact-infos {
  font-size: 23px;
}		
.jm-content h2 {
  font-size: 26px;
}	
.jm-content h3 {
  font-size: 23px !important;
}		
.contact-link {
  font-size: 26px !important;
}
.footer .footer-bottom {
    font-size: 12px;
}
	
}
	
	

	
@media screen and (max-width: 351px) {
.header.about-header .header-title {
  font-size: 25px;
}
.header .header-title {
  margin: 20px 0px 0px 0px;		
  font-size: 25px;
}	
.header .wrap_float {
  min-height: 370px;
}
.visual-triangle-animation {
  position: absolute;
  top: 160px;
}		
.back-to-top {
  right: 17px;
}	
}
	
	
	
	
@media screen and (max-width: 350px) {
.header .header-title {
  margin: 5px 0px 0px 0px;		
}	
 .header .header-title-subline {
  font-size: 25px;	
}
.main-title {
  font-size: 25px;
}
.header .wrap_float {
  padding-top: 100px;
  padding-bottom: 50px;
}	
.title-image {
  margin-top: 120px;
}		
.jm-content h2 {
  font-size: 26px;
}		
.contact-link {
  font-size: 26px;
}	
.headlines-section .headline-row {
  font-size: 27px;
}
.headlines-section2 .headline-row2 {
 font-size: 27px;
}		
.visual-triangle-animation {
  position: absolute;
  top: 150px;
}	
.visual-triangle-services {
  margin: 0em 10em;		
}
.visual-triangle-cooperations {
  margin: 0em 12.5em;		
}
.visual-triangle-contact {
  margin: 0em 8em;			
}
.visual-triangle-imprint {
  margin: 0em 10.5em;	
}
.visual-triangle-data-protection {
  margin: 0em 11em;			
}
.visual-triangle-cookies {
  margin: 0em 14.5em;		
}	
.visual-portrait {
  margin-bottom: 10px;
}		
}
	


@media screen and (max-width: 347px) {	
#cconsent-bar button {
  font-size: 17px;
  padding: 10px 50px 10px 0px !important;
}
.footer .footer-bottom {
  font-size: 11px;
}		
.back-to-top {
  right: 17px;
}	
}	
	
	
	
	
@media screen and (max-width: 339px) {
.header .wrap_float {
  min-height: 385px;
}	
.header.about-header .header-title {
  font-size: 24px;
}
.header .header-title {
  margin: 5px 0px 0px 0px;		
  font-size: 23px; 	
}
.jm-content h2 {
  font-size: 23px;
}
.contact-link {
  font-size: 21px !important;
}	
.services-landing-text {
    font-size: 21px !important;
}
.visual-triangle-services {
  margin: 0em 9em;		
}
.visual-triangle-cooperations {
  margin: 0em 11.5em;		
}
.visual-triangle-contact {
  margin: 0em 8em;			
}
.visual-triangle-imprint {
  margin: 0em 9em;	
}
.visual-triangle-data-protection {
  margin: 0em 10em;			
}
.visual-triangle-cookies {
  margin: 0em 13.5em;		
}	
}



@media screen and (max-width: 330px) {
.header.about-header .header-title {
  font-size: 23px;
}
.header .header-title {
  margin: 12px 0px 0px 0px;	
  font-size: 23px; 	
}	
.main-title {
  font-size: 25px;  
  line-height: 30px;    
}	
.section-padding-bottom {
    padding-bottom: 80px;
}
.headlines-section .headline-row {
    font-size: 26px;
}	
.headlines-section2 .headline-row2 {
 font-size: 26px;
}		
.jm-content h2 {
  font-size: 24px;
}
.jm-content h3 {
  font-size: 21px !important;
}
.contact-infos {
    font-size: 22px;
}		
.contact-link {
  font-size: 24px !important;
}
.footer .footer-bottom {
    font-size: 11px;
}	
}



@media screen and (max-width: 323px) {		
.lower { 
  width: 100% !important;
}	
}


	
@media screen and (max-width: 320px) {	
.menu-wrap.with-mode .scroll {
    padding-top: 95px;
}	
 .menu-wrap .menu-close {
  left: 9vw;
}	
.menu-wrap.with-mode .mob-ul li {
  margin-bottom: 0px;
}			
.contact-link {
    font-size: 23px;
}	
.about-subline-last {
    font-size: 23px;
}
.jm-content h2 {
  font-size: 21px;
}
.jm-content h3 {
  font-size: 21px !important;
}	
.headlines-section .headline-row {
    font-size: 25px;
}
.headlines-section2 .headline-row2 {
 font-size: 25px;
}	
.back-to-top {
  right: 15px;
}
}



@media screen and (max-height: 670px) and (orientation: portrait) {
  .menu-wrap .mob-ul li a,
  .menu-wrap .mob-ul li a:before {
    font-size: 32px;
  }
  .menu-wrap .mob-ul li {
    margin-bottom: 10px;
  }
  .menu-wrap .mob-ul {
    margin-bottom: 0;
  }
  .menu-wrap .get-in-touch {
    margin-bottom: 22px;
  }
  .menu-wrap .menu-center {
    margin-top: 40px;
  }
  .menu-wrap ul li a,
  .menu-wrap ul li a:before {
    font-size: 22px;
  }
  .menu-wrap ul li {
    margin-bottom: 10px;
  }
  .menu-wrap .scroll {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-wrap .menu-close {
    top: 33px;
  }
}
@-moz-document url-prefix() {
  .main-title .hover-img {
    transition: opacity 0.2s linear;
  }
}