@font-face{
	font-family: 'MuseoSans-100';
	src: url('/ge-global/wGlobal/layout/webfonts/MuseoSans_100.woff') format('woff');
}

@font-face{
	font-family: 'MuseoSans-300';
	src: url('/ge-global/wGlobal/layout/webfonts/MuseoSans_300.woff') format('woff');
}

@font-face{
	font-family: 'MuseoSans-500';
	src: url('/ge-global/wGlobal/layout/webfonts/MuseoSans_500.woff') format('woff');
}

@font-face{
	font-family: 'MuseoSans-700';
	src: url('/ge-global/wGlobal/layout/webfonts/MuseoSans_700.woff') format('woff');
}

@font-face{
	font-family: 'MuseoSans-900';
	src: url('/ge-global/wGlobal/layout/webfonts/MuseoSans_900.woff') format('woff');
}

@font-face{
	font-family: 'fontawesome';
  src: url('/ge-global/wGlobal/layout/webfonts/fontawesome.eot?v=4.7.0');
  src: url('/ge-global/wGlobal/layout/webfonts/fontawesome.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/ge-global/wGlobal/layout/webfonts/fontawesome.woff2?v=4.7.0') format('woff2'), url('/ge-global/wGlobal/layout/webfonts/fontawesome.woff?v=4.7.0') format('woff'), url('/ge-global/wGlobal/layout/webfonts/fontawesome.ttf?v=4.7.0') format('truetype'), url('/ge-global/wGlobal/layout/webfonts/fontawesome.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*:focus {
    outline: none;
}

html, body {
  font-family: 'MuseoSans-300', Arial, Sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #4C4F57;
  padding: 0;
  margin: 0;
  background-color: #4C4F57;
}

.clearBoth {
  clear: both;
}

#page {
  position: relative;
}

#page:before {
  --wsource: /page.scss 203;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/ge-global/wGlobal/layout/images/background/spuren.svg') repeat-y top left transparent;
    background-repeat: repeat-y;
    background-size: auto;
  background-size: 100% auto;
  background-repeat: space;
  z-index: 1;
}

#header {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  text-align: center;
}

#main {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

#main.mainContent {
	display: block;
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 200px;
}

#main.mainContent h1 {
	font-family: 'Changa One';
  font-size: 64px;
  line-height: 60px;
  margin-bottom: 15px;
	color: #ffffff;
	max-width: 900px;
}

#main.mainContent h2 {
	font-family: 'Changa One';
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
	color: #ffffff;
	max-width: 900px;
}

#main.mainContent p {
	font-family: 'MuseoSans-300';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 65px;
	color: #ffffff;
	max-width: 900px;
}

#main.mainContent p a {
	color: #ffffff;
}

#main.mainContent p a:hover {
	text-decoration: none;
}

#main > div {
  width: calc((100% - 26px) / 2);
  padding: 22px;
  box-sizing: border-box;
}

#main > div .top {
  position: relative;
}

#main > div .top .background img {
  width: 85%;
  height: 666px;
  object-fit: cover;
  opacity: 0.7;
}

#main > div .top .logo {
  position: absolute;
  top: 73px;
}

#main > div .top .content {
  position: absolute;
  top: 310px;
  color: #ffffff;
  width: 461px;
}

#main > div .top .content .title {
  font-family: 'Changa One';
  font-size: 64px;
  line-height: 60px;
  margin-bottom: 15px;
}

#main > div .top .content .text {
  font-size: 30px;
  line-height: 40px;
}

#main > div .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

#main > div .bottom .address {

}

#main > div .bottom .address a {
  color: #4C4F57;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#main > div .bottom .address a:hover {
  color: #ffffff;
}

#main > div .bottom .address a.tel:before {
  content: '';
  font-family: 'fontawesome';
  padding-right: 12px;
}

#main > div .bottom .address a.mail:before {
  content: '';
  font-family: 'fontawesome';
  padding-right: 12px;
}

#main > div .bottom .button {
  display: block;
  font-family: 'Changa One';
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 24px 80px 24px 30px;
  border-radius: 7px;
  background: url(/tarcar/images/arrow.svg) no-repeat center right 30px #4C4F57;
  background-size: 26px auto;
  transition: all 0.3s ease-in-out;
}

#main > div .bottom .button:hover {
 background-color: #A4A6AA;
}

#main > #gehrig {
  background-color: #009BA8;
}

#main > #gehrig  .top .logo {
  right: 40px;
}

#main > #gehrig .top .content {
  right: 40px;
}

#main > #gehrig .bottom .button {
  margin-right: 40px;
}

#main > #tartaruga {
  background-color: #968E65;
}

#main > #tartaruga .top .background {
  text-align: right;
}

#main > #tartaruga  .top .logo {
  left: 40px;
}

#main > #tartaruga .top .content {
  left: 40px;
}

#main > #tartaruga .bottom .button {
  margin-left: 40px;
}

#footer {
  position: relative;
  z-index: 1;
  padding: 50px 25px;
}

#footer .outro {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 110px;
  font-family: 'MuseoSans-300', Arial, Sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}

#footer .bottom {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

#footer .bottom .text {
  font-family: 'Changa One';
  font-size: 38px;
  line-height: 40px;
  color: #ffffff;
  margin-right: 70px;
}

#footer .bottom .logos {
  margin-right: 70px;
	white-space: nowrap;
}

#footer .bottom .logos div {
  display: inline-block;
  margin-right: 45px;
  text-align: left;
}

#footer .bottom .logos div:last-child {
  margin: 0;
}

#footer .bottom .logos div img {
  max-width: 100%;
}

#footer .bottom .links {
	white-space: nowrap;
}

#footer .bottom .links a {
  font-family: 'MuseoSans-500', Arial, Sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#footer .bottom .links a:first-child {
  margin-right: 40px;
}

#footer .bottom .links a:hover {
  color: #179BA8;
}

@media (max-width: 1919px){
  #main > #gehrig .top .logo {
    right: 0;
  }

  #main > #gehrig .top .content {
    right: 0;
  }

  #main > #gehrig .bottom .button {
    margin-right: 0px;
  }

  #main > #tartaruga .top .logo {
    left: 0;
  }

  #main > #tartaruga .top .content {
    left: 0;
  }

  #main > #tartaruga .bottom .button {
    margin-left: 0px;
  }

  #footer .bottom {
    display: block;
    text-align: center;
  }

  #footer .bottom .text {
    margin-bottom: 40px;
    margin-right: 0px;
  }

  #footer .bottom .logos {
		white-space: normal;
    margin-bottom: 40px;
    margin-right: 0px;
  }

	#footer .bottom .links {
		white-space: normal;
	}

	#main.mainContent {
		max-width: 858px;
	}
}

@media (max-width: 1279px){
  #main {
    display: block;
    padding: 0 53px;
  }

  #main > div {
    width: 100%;
  }

  #main > div:first-child {
    margin-bottom: 50px;
  }

  #main > #gehrig .top .logo {
    right: 60px;
  }

  #main > #gehrig .top .content {
    right: 60px;
  }

  #main > #gehrig .bottom .button {
    margin-right: 60px;
  }

  #main > #tartaruga .top .logo {
    left: 60px;
  }

  #main > #tartaruga .top .content {
    left: 60px;
  }

  #main > #tartaruga .bottom .button {
    margin-left: 60px;
  }
}

@media (max-width: 900px){
  #main > #gehrig .top .logo {
    right: 0;
  }

  #main > #gehrig .top .content {
    right: 0;
  }

  #main > #gehrig .bottom .button {
    margin-right: 0px;
  }

  #main > #tartaruga .top .logo {
    left: 0;
  }

  #main > #tartaruga .top .content {
    left: 0;
  }

  #main > #tartaruga .bottom .button {
    margin-left: 0px;
  }

  #footer .outro {
    font-size: 25px;
    line-height: 35px;
  }

  #footer .bottom .text {
    font-size: 31px;
    line-height: 40px;
  }

	#main.mainContent {
	  padding-bottom: 0px;
	}

	#main.mainContent p {
	  font-size: 25px;
	  line-height: 35px;
	}
}

@media (max-width: 767px){
  #header #logo img {
    width: 73px;
  }

  #main {
    padding: 0 20px;
  }

  #main > div {
    padding: 11px;
  }

  #main > div .top .background img {
    height: 386px;
  }

  #main > div .top .logo {
    top: 24px;
  }

  #main > div .top .logo img {
    width: 96px;
  }

  #main > div .top .content {
    top: 145px;
    width: 288px;
  }

  #main > div .top .content .title {
    font-size: 40px;
    line-height: 40px;
  }

  #main > div .top .content .text {
    font-size: 20px;
    line-height: 30px;
  }

  #main > div .bottom {
    flex-direction: column;
    align-items: start;
  }

  #main > #tartaruga .bottom {
    flex-direction: column-reverse;
  }

  #main > div .bottom .address {
    margin-bottom: 40px;
  }

  #main > div .bottom .button {
    display: inline-block;
    margin: 0 auto 20px !important;
  }

  #footer .outro {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 70px;
  }

  #footer .bottom .text {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  #footer .bottom .logos div {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin: 0 0 35px;
  }

	#main.mainContent {

	}

	#main.mainContent h1 {
	  font-size: 40px;
	  line-height: 60px;
	}

	#main.mainContent h2 {
	  font-size: 30px;
	  line-height: 40px;
	}

	#main.mainContent p {
	  font-size: 16px;
	  line-height: 26px;
	}
}
