@charset "UTF-8";
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* architects-daughter-regular - latin */
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/architects-daughter-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/architects-daughter-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/architects-daughter-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/architects-daughter-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/architects-daughter-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/architects-daughter-v18-latin-regular.svg#ArchitectsDaughter') format('svg'); /* Legacy iOS */
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  padding: 0;
  margin: 0
}
a {
  text-decoration: none
}
p {
    hyphens: auto;
}

table {
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 400;
  font-style: normal
}
strong {
  font-weight: 700
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 100%;
  margin: 0;
  padding: 0
}
q:after, q:before {
  content: ''
}
abbr, acronym {
  border: 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  font-family: myriad-pro, sans-serif;
}
#app, #fullpage, .section, body, html {
  height: 100%
}
#section-1 .fp-tableCell {
  vertical-align: top;
}
#section1-text {
    -webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 20%;
	left: 50%;
	width: 500px;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.section.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}
.section {
  position: relative;
	text-align: center;
	background-color: #000;
}
#section-1 {
  text-align: center;
}
#section-1 h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 100
}
#section-1 h1 {
    font-family: myriad-pro-condensed, sans-serif;
    font-size: 3.5em;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
#section-1 li {
  display: inline-block;
  margin: 1.25em .3em
}
.section-1-button {
  padding: .93em 1.87em;
  background: #35495e;
  border-radius: 5px;
  display: block;
  color: #fff
}
.my-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 70px;
	height: 90px;
	z-index: 99;
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	outline: 0;
}
.my-arrow.left {
    left: 35px;
}
.my-arrow.right {
    right: 40px;
}
.my-arrow svg {
    padding: 5px;
}
polyline {
    stroke-width: 3;
	transition: all 250ms ease-in-out;
}
.my-arrow.left:focus polyline, .my-arrow.left:hover polyline,.my-arrow.right:focus polyline, .my-arrow.right:hover polyline {
    stroke-width: 6;
}
h3 {
	font-size: 6em;
	text-align: center;
	color:#fff;
	font-weight: 700;
	text-transform: uppercase;
}
h4 {
	text-align: center;
	color:#fff;
	font-size: 3em;
}
#logo {
  position: fixed;
  bottom: 35px;
  left: 30px;
  color: #fff;
  font-weight: 700;
  z-index: 99;
  font-size: 1.9em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased
}
#menu-line {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 159px;
  height: 2px;
  background: #fff
}
#menu, #menu2, #menu-footer {
	position: fixed;
	z-index: 70;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	letter-spacing: 1px;
	font-size: 1.4em;
	text-transform: uppercase;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	width: 100%;
}
#menu-footer a {
	color: #fff;

}
#menu {
	top: -50px;
    z-index: 999;
}
.hamburger-active #menu {
    text-transform: capitalize;
	width: auto;
    text-align: right;
    display: inherit;
    margin-top: -50px;
    left: 50%;
    top: 50% !important;
    margin-left: -250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 
.hamburger-active #menu2 {
    top: 46% !important;
    padding-top: 100px;
} 
.fp-viewing-page1 #menu {
	top: 20px;
	opacity: 1;
    visibility: visible;
}
#menu2, #menu-footer {
	margin-left: 0;
	opacity: 0;
    visibility: hidden;
    z-index: 998;
} 
.hamburger-active #menu2 {
	opacity: 1;
    visibility: visible;
	display: block;
	position: relative;
	text-align: right;
	padding-right: 100px;
}
.hamburger-active #menu-footer {
	opacity: 1;
    visibility: visible;
	width: inherit;
	bottom: 30px;
	text-transform: capitalize;
	display: block;
	padding-right: 78px;
    padding-left: 20px;
}
#menu-footer li {
	float: right;
	margin-right: 30px;
}
#menu2 li {
	text-transform: capitalize;
	display: table !important;
}

.hamburger-active #menu-wrapper, .hamburger-active #menu-wrapper2 {
	width: 50%;
	background-color: #000;
	height: 100%;
	top: 50%;
}
#menu-wrapper2 {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.hamburger-active #menu-wrapper2 {
    opacity: 1;
    visibility: visible;
	width: 50%;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
#mainmenu {
	height: 0;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99; 
}
.hamburger-active #mainmenu ul {

}
.hamburger-active #mainmenu {
	height: 100%;
	z-index: 9999;
	position: fixed;
}
.hamburger-active #menu li, #menu2 li {
	display: table;
    width: auto;
    margin-right: 0;
    margin-left: auto;
}
#menu2 li {
    margin-left: auto !important;
}
.hamburger-active #menu li:first-child, .hamburger-active #menu2 li:first-child {
    margin-top: 0;
}
.hamburger-active #menu li:last-child, .hamburger-active #menu2 li:last-child {
    margin-bottom: 0;
}
.hamburger-active #menu li.active a::after {
    bottom: -2px;
}
#menu li, #menu2 li {
  display: inline-block;
  margin: 10px 0;
  position: relative;
}
#menu a, #menu2 a {
  color: #fff;
  padding: 0 0.4em 0.4em 0.4em;
}
#menu li.active a:after, #menu2 li.active a:after, #menu-footer li.active a:after  {
  content: '';
  margin: 0 0.4em 0 0.4em;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
#menu2 li.active a:after, #menu-footer li.active a:after  {
  bottom: 0;
}
#menu-footer li.active a:after  {
    margin: 0 0 0 0;
    position: relative;
}
#kontakt, #kontakt td, #kontakt p, #kontakt h2 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}
#kontakt h2 {
    font-weight: 700;
}
#kontakt a {
    color: #000;
}
#kontakt {
    opacity: 0;
    visibility: hidden;
}
.hamburger-active #kontakt {
    opacity: 1;
    visibility: visible;
    position: absolute;
    margin-left: 100px;
    margin-top: -40px;
    top: 50% !important; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sm-menu {
    border-left: none !important;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    top: 50%;
    position: fixed;
    margin-left: 100px;
    margin-top: 80px;
	padding-right: 0 !important;
}
.hamburger-active #sm-menu, .hamburger-active #menu, .hamburger-active #menu2 {
    opacity: 1 !important;
    visibility: visible !important;
	text-align: right;
	padding-right: 100px;
}
.hamburger-active #menu-wrapper ul {

}
#sm-menu li {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 30px;
}
.xing, .facebook, .youtube {
    background-image: url("../img/xing-icon-bl.png");
    background-size: 25px 25px;
    background-repeat: no-repeat;
     -webkit-transition: all .2s .2s ease-out;
	transition: all .2s ease-out;
}
.xing:hover, .facebook:hover, .youtube:hover {
    transform: scale(1.3);
}
.facebook {
    background-image: url("../img/facebook-icon-bl.png");
}
.youtube {
    background-image: url("../img/youtube-icon-bl.png");
}
.actions {
  position: fixed;
  bottom: 2%;
  margin: 0 auto;
  z-index: 99;
  left: 0;
  right: 0;
  text-align: center
}
.actions li {
  display: inline-block;
  margin: .3em .3em
}
.actions-button {
  padding: .73em 1.47em;
  background: rgba(53, 73, 94, .47);
  border-radius: 5px;
  display: block;
  color: #fff
}
.twitter-share i {
  vertical-align: middle;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 38px;
  height: 14px;
  color: #fff;
  top: -4px;
  left: -2px;
  fill: #fff
}
.twitter-share svg {
  height: 40px;
  margin-top: -10px
}
.slide, #slide-1 {
	background-size: auto 110%;
	background-position: 50% 50%;
}
#section-1 #slide-1 {
    background-image: url('../img/business/martin-trojca-fotografie-startseite.jpg');
}
#section-2 #slide-2-1 {
    background-image: url('../img/business/martin-trojca-businessfotografie-overview2.jpg');
}
#section-2 #slide-2-2 {
    background-image: url('../img/business/kelm-maidaikina.jpg');
}
#section-2 #slide-2-3 {
    background-image: url('../img/business/kelm-maidaikina-gruppenbild.jpg');
}
#section-2 #slide-2-4 {
    background-image: url('../img/business/martin-trojca-business-mitarbeiterportraits-zahnarztpraxis-witten.jpg');
}
#section-2 #slide-2-5 {
    background-image: url('../img/business/studio-frau-manager-gruppe-portrait-business-unna.jpg');
}
#section-2 #slide-2-6 {
    background-image: url('../img/business/martin-trojca-businessfotografie-mitarbeiterportraits-agentur-witten.jpg');
}
#section-2 #slide-2-7 {
    background-image: url('../img/business/martin-trojca-business-arztpraxis-mitarbeiterportrait1.jpg');
}
#section-2 #slide-2-8 {
    background-image: url('../img/business/martin-trojca-business-praxis-portrait-unna.jpg');
}
#section-2 #slide-2-9 {
    background-image: url('../img/business/studio-mann-manager-portrait-business-fotograf-unna.jpg');
}
#section-2 #slide-2-10 {
    background-image: url('../img/business/manager-portrait-business-doppelportrait-mann-frau-businessfrau-geschaeftsfuehrer-studio-fotograf-unna.jpg');
}
#section-2 #slide-2-11 {
    background-image: url('../img/business/martin-trojca-businessfotografie-mitarbeiterportraits-soziale-einrichtung.jpg');
}
#section-2 #slide-2-12 {
    background-image: url('../img/business/martin-trojca-businessfotografie-Manager-Immobilienmakler.jpg');
}
#section-3 #slide-3-1 {
    background-image: url('../img/event/martin-trojca-eventfotografie-overview.jpg');
}
#section-3 #slide-3-2 {
    background-image: url('../img/event/martin-trojca-eventfotografie-unna-tagung-quartier-konkret-04.jpg');
}
#section-3 #slide-3-3 {
    background-image: url('../img/event/martin-trojca-eventfotografie-unna-tagung-quartier-konkret-05.jpg');
}
#section-3 #slide-3-4 {
    background-image: url('../img/event/martin-trojca-eventfotografie-outdoor-veranstaltung-gladbeck.jpg');
}
#section-3 #slide-3-5 {
    background-image: url('../img/event/martin-trojca-eventfotografie-unna-projekt-lesestart-07.jpg');
}
#section-3 #slide-3-6 {
    background-image: url('../img/event/martin-trojca-eventfotografie-unna-tagung-quartier-konkret-07.jpg');
}
#section-3 #slide-3-7 {
    background-image: url('../img/event/martin-trojca-eventfotografie-outdoor-veranstaltung.jpg');
}
#section-3 #slide-3-8 {
    background-image: url('../img/event/martin-trojca-eventfotografie-vortrag-keynote-beratung-koeln.jpg');
}
#section-4 #slide-4-1 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-overview.jpg');
}
#section-4 #slide-4-2 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-terrasse-xyladecor.jpg');
}
#section-4 #slide-4-3 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-bauhaus-terrassenboden-montage.jpg');
}
#section-4 #slide-4-4 {
    background-image: url('../img/werbung/foodfotografie-martin-trojca-restaurant-fruehstueck.jpg');
}
#section-4 #slide-4-5 {
    background-image: url('../img/werbung/werbefotografie-martin-trojca-unna-werbetexte-buchstaben-jonglieren.jpg');
}
#section-4 #slide-4-6 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-produkfotografie-unna-ehepaar-mit-laubstop.jpg');
}
#section-4 #slide-4-7 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-produkfotografie-unna-laubstop-montageanleitung.jpg');
}
#section-4 #slide-4-8 {
    background-image: url('../img/werbung/produktfotografie-packshot-sitzbank-leder-moebel-bordeaux.jpg');
}
#section-4 #slide-4-9 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-zierath-spiegel-schminken.jpg');
}
#section-4 #slide-4-10 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-terrasse-gartenhaus-xyladecor.jpg');
}
#section-4 #slide-4-11 {
    background-image: url('../img/werbung/martin-trojca-werbefotografie-produktfotos-xyladecor.jpg');
}
#section-5 #slide-5-1 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-overview.jpg');
}
#section-5 #slide-5-2 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-gebaeude-strassenkreuzung-fotograf-unna.jpg');
}
#section-5 #slide-5-3 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-praxis.jpg');
}
#section-5 #slide-5-4 {
    background-image: url('../img/architektur/martin-trojca-architektur-cafe-bistro-verkausftheke-fotograf-unna.jpg');
}
#section-5 #slide-5-5 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-badezimmer-3d-rendering.jpg');
}
#section-5 #slide-5-6 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-bad.jpg');
}
#section-5 #slide-5-7 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-autohaus.jpg');
}
#section-5 #slide-5-8 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-gaeste-wc-toilette.jpg');
}
#section-5 #slide-5-9 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-gebaeude-villa.jpg');
}
#section-5 #slide-5-10 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-handwerksbetrieb-outdoor.jpg');
}
#section-5 #slide-5-11 {
    background-image: url('../img/architektur/martin-trojca-architekturfotografie-wartezimmer-praxis.jpg');
}
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.fp-slide {
  float: left
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}
.fp-slidesContainer {
  float: left;
  position: relative
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff
}
.fp-scrollable {
  overflow: hidden;
  position: relative
}
.fp-scroller {
  overflow: hidden
}
.iScrollIndicator {
  border: 0 !important
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.fp-right {
  right: 17px
}
#fp-nav.fp-left {
  left: 17px
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important
}
.fp-slidesNav.fp-bottom {
  bottom: 17px
}
.fp-slidesNav.fp-top {
  top: 17px
}
#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative
}
.fp-slidesNav ul li {
  display: inline-block
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: myriad-pro, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px
}
.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important
}
.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important
}
#slide-2-1 .fp-tableCell, #slide-3-1 .fp-tableCell, #slide-4-1 .fp-tableCell, #slide-5-1 .fp-tableCell {
	background-color: rgba(0,0,0,0.4);
}
.hamburger-icon-container {
    height: 1.7em;
    width: 1.7em;
    position: fixed;
    cursor: pointer;
    z-index: 99991;
    top: 25px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 30px;
}
.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 1.7em;
    background: #fff;
    transition: all .2s ease;
}
.hamburger-icon {
    top: 0.75em
}
.hamburger-icon:before {
    top: -0.55em
}
.hamburger-icon:after {
    top: 0.55em
}
.hamburger-active .hamburger-icon-container {
    color:lime;
}
.hamburger-active .hamburger-icon {
    background: transparent;
    transform: rotate(-135deg)
}
.hamburger-active .hamburger-icon:before,
.hamburger-active .hamburger-icon:after {
    top: 0
}

.hamburger-active .hamburger-icon:before {
    transform: rotate(90deg)
}
#section-6 {
	overflow: hidden;
}
.video {
    width: 100%;
    display: inline-block;
}
.video-text {
    position: absolute;
    top: 50%;
    left: 6.1%;
    margin-left: -330px;
	margin-top: -80px;
}
controls {
	position: absolute;
	z-index: 99999999;
	width: 300px;
}
.text-film {
	position: absolute;
	padding-top: 80px;
	padding-left: 120px;
    z-index: 99999;
}
.text-film h3 {
	text-align: left;
	font-size: 32px;
	padding-bottom: 15px;
}
.text-film h4 {
	text-align: left;
	font-size: 22px;
}
#hamburger-unterseite .hamburger-icon, #hamburger-unterseite .hamburger-icon::before, #hamburger-unterseite .hamburger-icon::after {
    background: #000;
}
.hamburger-active #hamburger-unterseite .hamburger-icon, .hamburger-active #hamburger-unterseite .hamburger-icon::before, .hamburger-active #hamburger-unterseite .hamburger-icon::after {
    background: #fff;
}
#wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 200px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}
p, td, .unterseite #wrapper a, .unterseite #wrapper li {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	line-height: 25px;
	text-align: justify;
	font-size: 15px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.unterseite #wrapper a {
	color: #000;
}
.unterseite #wrapper a:hover {
	color: #006AB1;
}
.hamburger-active.unterseite #menu {
	top: 20px;
    background-color: rgba(255,255,255,0.0);
    padding-top: 0;
    margin-top: -50px;
}
.unterseite #menu {
	top: 20px;
    background-color: rgba(255,255,255,0.9);
    padding-top: 20px;
    margin-top: -20px;
}
.unterseite #menu a {
	color: #000;
}
.unterseite.hamburger-active #menu a {
	color: #fff;
}
.unterseite h1 {
	font-size: 28px;
	color: #000;
	padding-bottom: 50px;
	font-weight: 700;
	text-align: center;
}
.unterseite h2, .unterseite h3 {
	font-size: 22px;
	color: #000;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: inherit;
	text-align: left;
}
.unterseite h3 {
	font-size: 18px;
	padding-bottom: 10px;
}
#portrait-bild {
	float: left;
	margin-right: 60px;
	margin-bottom: 50px;
	width: 300px;
}
#sign {
	font-family: 'Architects Daughter', cursive;
	font-size: 22px;
	color: #000;
}
#qrcode {
    position: relative;
    width: 210px;
    height: 210px;
    margin-top: 30px;
    margin-bottom: 5px;
}
#QR-code-text {
    font-size: 12px;
    margin-top: 1px;
    margin-left: 4px;
    line-height: 15px;
}
.fa-envelope::before {
    content: "\f0e0";
}
.block.map {
	width: 100%;
	background-color: #C9C9C9;
}
.map .map_canvas {
	width: 100%;
	height: 570px;
	z-index: 0;
}
.wrapper {
	top: 100px !important;
}
.datenschutz h2, .datenschutz h3 {
    padding-top: 30px;
}
.datenschutz ul {
	padding-left: 20px;
}
.marketing-list li::before, #l6 li::before {
    position: relative;
    float: left;
    content: url(../img/aufzaehlungszeichen_quadrat_black.png) " ";
    left: -30px;
    margin-right: -25px;
	padding-left: 10px;
    padding-top: 1px;
}
.marketing-list {
	padding-top: 20px;
	padding-bottom: 20px;
}
.marketing-list li {
    line-height: 30px;
	padding-bottom: 10px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.form-group {
    margin-bottom: 15px;
	margin-right: 25px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07) inset;
    display: inline-block;
    height: 42px;
}.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
[class*="btn-"] {
    position: relative !important;
    display: inline-block;
    overflow: hidden;
    margin: 0 1em 1em 0;
    padding: 0 3em;
    height: 3.5em;
    font: 400 1em/3.5em "Oswald",sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    letter-spacing: .08em;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #000;
}
.btn-success:hover {
    background-color: #057ccc;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-envelope::before {
    content: "\f0e0";
}
*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.form-control{
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
div.alert.alert-danger {
	line-height: 28px;
	color: #CC0000;
}
div.alert.alert-danger li {
	list-style: none;
}
.form-control:focus{border-color:#006AB1;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}
    
.text-film a {
    color: #fff;
    font-size: 18px;
    float: left;
}
.text-film a:hover {
    color: red;
}
.text-film a::after {
    content: url("../img/youtube-icon-klein.png");
    top: 10px;
    position: relative;
    width: 30px;
    display: inline-flex;
    margin-left: 10px;
}
.text-film a:hover::after {
    content: url("../img/youtube-icon-red-klein.png");
}
.agb ol {
    list-style: upper-roman;
    }
.agb ol ol {
    list-style: revert;
    display: block;
    }
.agb ol ol li {
    margin-bottom: 10px;
    }
#l1 li::marker {
    font-size: 22px;
}
.agb ol ol li::marker {
    font-size: 15px !important;
}
#film-intro {
	opacity: 1;
	transition: 1s ease;
	transition-delay: 4s;
	}
.fp-completely #film-intro {
	opacity: 0;
	}
#temp-menu {
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-weight: 100;
    z-index: 99;
    font-size: 1.2em;
}
#temp-menu a {
    color: #fff;
    text-shadow: #000000a8 1px 1px 1px;
}
#temp-menu a:first-child {
    margin-right: 10px;
}
	
@media screen and (max-width:1135px) {
  .actions, .fp-tableCell {
    font-size: .9em !important
  }
}
@media screen and (max-width:1050px), screen and (max-height:600px) {
  .actions, .fp-tableCell {
    font-size: .85em !important
  }
  #section-1 h2:before {
    height: 135px;
    width: 156px
  }
.video-text {
    margin-left: -300px !important;
	margin-top: -70px !important;
}
}
@media screen and (max-width:1030px) {
  .shell {
    width: calc(60% - 54px)
  }
}
@media screen and (max-width:900px), screen and (max-height:500px) {
.shell {
	width: 80% !important;
	margin: 0;
}
#menu {
	opacity: 0 !important;
	visibility: hidden !important;
}
.hamburger-active #menu {
	opacity: 1;
	visibility: visible;
	margin-left: -250px;
}
.hamburger-active #menu2 {
	margin-left: 0;
}
#menu-footer {
	text-align: right;
}
#menu-footer li {
	float: none;
	margin-bottom: 10px; 
}
h3 {
	font-size: 4em;
	margin-bottom: 10px;
}
h4 {
	font-size: 2.1em;
	padding-left: 80px;
	padding-right: 80px;
}
.video-text {
    margin-left: -300px !important;
	margin-top: -50px !important;
}
#wrapper {
	top: 100px !important;
}
}
@media screen and (max-width:900px), screen and (max-height:660px) {
.text-film {
    padding-top: 40px;
    padding-left: 70px;
    }
.text-film h3 {
    font-size: 22px;
    padding-bottom: 0;
}
.text-film h4 {
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 5px;
}

}
@media screen and (max-width:700px), screen and (max-height:400px) {
  .actions, .fp-tableCell {
    font-size: .8em !important
  }
  #section-1 h2 {
    font-size: 2.5em !important
  }
  #section-1 h2:before {
    height: 99px;
    width: 115px
  }
.video-text {
    margin-left: -285px !important;
	margin-top: -50px !important;
}
.text-film {
    padding-top: 26px;
    }
.text-film h3 {
    font-size: 18px;
}
.text-film h4 {
    font-size: 16px;
}
.text-film a {
    font-size: 16px;
    margin-top: -10px;
}
}
@media screen and (max-width:630px) {
  #section-1 h2 {
    font-size: 2.1em !important;
	padding-left: 10px;
	padding-right: 10px;
  }
h3 {
	font-size: 2.6em;	
	}
 h4 {
    font-size: 1.5em;
}
.video-text {
    margin-left: -200px !important;
	margin-top: -45px !important;
}
.video-text h4 {
	width: 400px;
}
}
@media screen and (max-width:550px) {
  .shell-body {
    margin: 1.6em
  }
  #section-1 h2:before {
    height: 64px;
    width: 75px
  }

.xing, .facebook, .youtube {
    background-size: 15px 15px;
}
}
@media screen and (min-width:420px), screen and (max-height:550px) {
  #section-1 h2 {
    font-size: 2em !important
  }
}
@media screen and (max-width:420px) {
	h1 {
		font-size: 2em !important;
	}
	h2 {
		font-size: 1em !important;
	}
	#logo img {
		width: 150px;
	}
#logo {
    position: fixed;
    bottom: 15px;
}
}
@media screen and (max-width:380px) {
  #section-1 h2:before {
    height: 52px;
    width: 60px
  }
  #section-1 h2 {
    font-size: 1.5em !important;
  }
  .shell-body {
    margin: 1em
  }
.my-arrow svg {
    padding: 18px;
}
.my-arrow.left {
    left: 0px;
}
.my-arrow.right {
    right: 0px;
}
#fp-nav.fp-right {
    right: 10px !important;
}
#fp-nav {
    top: 75% !important;
}
#kontakt {
        display: none;
    }
.hamburger-active #menu-wrapper2 {
    background-color: transparent;
}
.hamburger-active #menu-wrapper {
    width: 100%;
}
.hamburger-active #menu li, #menu2 li {
    display: table;
    margin-left: 0;
}
.hamburger-active #menu {
    margin-top: 0 !important;
    text-align: left;
    padding-right: 0;
    margin-left: 26px !important;
    width: inherit;
    display: inherit;
    left: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 80px !important;
}
#menu2 li {
    margin-left: 0 !important;
}
#menu2 {
    margin-left: 26px !important;
}
.hamburger-active #menu2 {
    top: 230px !important;
    padding-top: 15px !important;
}
.hamburger-active #menu-footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 33px !important;
    bottom: inherit !important;
    top: 320px;
}
.hamburger-active #menu-footer li {
    text-align: left;
}
.facebook {
    background-image: url("../img/facebook-icon.png");
}
.youtube {
    background-image: url("../img/youtube-icon.png");
}
.xing {
    background-image: url("../img/xing-icon.png");
}
.hamburger-active #menu-wrapper2 {
    width: inherit;
}
#sm-menu {
    top: 430px;
    margin-left: 33px;
    margin-top: 0;
    padding-right: 0 !important;
    margin-left: 30px !important;
}
}
@media screen and (max-width:630px), screen and (max-height:590px) {
#menu, #menu2, #menu-footer {
    font-size: 1.1em;
}
#menu {
/*    margin-left: -180px !important;*/
}
.hamburger-active #menu {
    margin-top: -50px;
    margin-left: -180px;
    padding-right: 0;
}
.hamburger-active #kontakt {
        margin-left: 70px;
    }
#sm-menu {
    margin-left: 70px;
}
.hamburger-active #menu2 {
    padding-top: 60px;
    padding-right: 60px;
}
.hamburger-active #menu-footer {
    padding-right: 35px;
}
#logo img {
        width: 200px;
        height: auto;
    }
#logo {
    bottom: 15px;
}
}
@media screen and (max-height:600px) {
/*
.hamburger-active #menu {
    display: inherit;
    margin-top: 0;
    left: 0;
    top: 80px !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    margin-bottom: 110px;
}
.hamburger-active #menu2 {
    top: 0 !important;
    padding-top: 0;
    margin-bottom: 30px;
}
.hamburger-active #menu-wrapper, .hamburger-active #menu-wrapper2 {
    font-size: 14px;
}
.hamburger-active #menu-footer {
    bottom: inherit;
}
*/
}
@media screen and (max-height:450px) {
#menu-footer {
	text-align: inherit !important;
}
#menu-footer li {
	float: right!important;
	margin-bottom: 0; 
}
/*
.hamburger-active #menu-wrapper, .hamburger-active #menu-wrapper2 {
    font-size: 12px;
}
.hamburger-active #menu2 {
    margin-bottom: 25px;
    padding-right: 50px;
}
.hamburger-active #menu {
    margin-bottom: 65px;
    top: 10% !important;
    padding-right: 50px;
}
.hamburger-active #menu-footer {
    padding-right: 27px;
}
#mainmenu li, #menu li, #menu2 li {
    margin-bottom: 5px;
    margin-top: 0;
}
#kontakt, #kontakt td, #kontakt p, #kontakt h2 {
    letter-spacing: 0;
}
.hamburger-active #kontakt, #sm-menu {
    margin-left: 60px;
}
*/
}
}
@media screen and (max-width:465px) {
#logo {
    bottom: 50px;
}
#temp-menu {
    left: 30px;
    right: auto;
}
#portrait-bild {
    width: 250px;
}
#kontaktdaten p, #QR-code-text {
        text-align: left;
    }
h1 {
    font-size: 1.5em !important;
}
}