body {
	background: #0A1A27;
	color: #96BFB6;
	font-weight: 400;
	font-family: "soleil",sans-serif;
}

a {
	text-decoration: none;
	color: #1b1b2c;
	outline: none;
}

#section-1 {

}

.intext_link {
	color: #fff;
}

.impressum {
	font-size: 0.7em;
}

.impressum p {
	margin-left: 0.7em;
}

.impressum h2 {
	color: #333;
	font-weight: 700;
	margin: 0;
}

.footer {
	text-align: center;
}

.footer a {
	font-size: 1em;
	padding: 0.5em;
	margin: 0 0.5em;
	color: #343455;
	border-bottom: 3px solid #97BEB6;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;

}

.footer a:hover {
	border-bottom: 3px solid #343455;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}




.main {
	/* max-width: 69em; */
	margin: 0 auto;
}

.column {
	float: left;
	width: 100%;
	height: 100vh;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
	text-align: left;
	background-color: #F0F0F0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/mainframe_2.jpg);
}


button {
	border: none;
	/* padding: 0.6em 1.2em; */
	background: #fff;
	cursor: pointer;
	outline: 0;
}

/* Content */

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-family: "soleil",sans-serif;
}


h2 {
  font-weight: normal;
  font-size: 1em;
  margin-top: -8px;
  margin-left: 3px;
  color: #fff;
}


h3 {
  font-weight: normal; 
  font-size: 3em;
  line-height: 1.5em;
  color: #fff;
  font-family: "soleil",sans-serif;
  text-transform: uppercase;

}

h4 {
  font-weight: normal; 
  font-size: 3em;
  line-height: 1.5em;
  color: #fff;
  font-family: "soleil",sans-serif;
}

blockquote {
	padding: 0;
	margin: 0;
}


.ipad_bg {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
	display: flex;
	min-height: 50vh;
	max-height: 100vh;
	justify-content: center;
	align-items: center;
}

.ipad_pfannes {
	background-image: url('../img/ipad_bg.svg');
}

.ipad_werkschau_1 {
	background-image: url('../img/ipad_bg_werk.svg');
}

.ipad_werkschau_2 {
	background-image: url('../img/ipad_bg_werk_invert.svg');
}

.ipad_pixel_1 {
	background-image: url('../img/ipad_bg_pixel.svg');
}

.ipad_pixel_2 {
	background-image: url('../img/ipad_bg_pixel_invert.svg');
}

.ipad_bg img {
	width: 30%;
	margin: auto;

}

.ipad_spacer {
	display: block;
	height: 15vh;
	width: 100%;
}

.sidebar_text {
	opacity: 1;
	visibility: visible;
	color: #242424;
	font-size: 1em;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "soleil",sans-serif;
	text-align: center;
	white-space: nowrap;
	padding:0 0 4.3em 0;
	margin: 0;
}

.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.reverse {
	color: #343455;
	padding-bottom: 20px;
}

.scroll{
  width: 40px;
  padding:0;
  /* flex: 1; */
  align-self: center;
  top: 0;
  -webkit-overflow-scrolling: touch;

}

.welcome {
  width: 100%;
  height: 100vh;
  min-height:; 500px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  background-color: #F0F0F0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/mainframe.jpg);
  float: right;
  padding: 40px;
}

.navpoint {
    /* display: inline-block; */
    width: 108px;
    margin: 0;
    padding-top: 24px;
    text-align: center;
    float: right;
    /* background-color: #fff; */
    height: 100px;
    
}

.hamburger {
	width: 108px;
	height: 100px;
	visibility: visible;
}

.hamburger_mobile {
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.hamburger_mobile img {
	width: 0%;
}

.hamburger img {
	width: 40%;
}

.navpoint img {
	width: 50%;
}

.headline {
	background-color: #1b1b2c;
	color: #febc7e;
	/* height: 20vh; */
	text-align: left;
	display:flex;
    flex-direction: row;
	padding: 1.75em 2em 1.34em 2em;
	min-height: 100px;
}

.headline h3 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

.headline h2 {
	font-size: 1em;
	letter-spacing: 0.05em;
}

.back-button {
	background: none;
	padding: 0;
	margin: 0;
}

.arrow {
 display: flex;
 /* padding: 1em; */
 margin: 0.9em 1em 1em 0;
 width: 1em;
 height: 1em;
}

.arrow img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


.infoblock, .infoblock_big, .infoblock_link {
	min-height: 200px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.55em;
	text-align: left;
	font-weight: 300;
	color: #96bfb6;
	float: left;
	margin: 0;
	background-color: #0A1A27;
}

.infoblock {
	padding: 2em 10em 2em 2em;
}

.infoblock_big {
	/* height: 90vh; */
	text-align: left;
	padding: 4em 15em 4em 2.8em;
}

.infoblock_link {
	padding: 2em 10em 3em 2em;
}

.quote {
	font-weight: 300;
	font-size: 2.1em;
	line-height: 1.4em;
	color: #fff;
	padding: 0.7em 1em;
	border-left: 0.1em solid #96bfb6;
}

.author {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.4em;
	color: #96bfb6;
	/* padding: 0 3em; */
}

.infoblock p, .infoblock_link p {
	padding-bottom: 0.5em;
}

.ext_link {
	margin: 0 0 1em 0;
	padding: 0.85em 1.9em;
	border: 1px solid #96bfb6;
	color: #96bfb6;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	border-radius: 0.3em;
	font-weight: bold;
	text-align: center;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.ext_link:hover {
	color: #0A1A27;
	background-color: #96bfb6;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.quotation {
  width: 100%;
  height: 90vh;
  min-height: 500px;
  display:flex;
  background-color: #0A1A27;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}

.quotation_front {
  width: 100%;
  /* height: 90vh; */
  max-height: 100vh;
  /* min-height: 500px; */
  display:flex;
  background-color: #0A1A27;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}

.isp_welcome {
	text-align: center;
	margin: 1em 0;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #97BEB6;
}

.isp a {
	margin: 0;
	padding: 0 0 0.2em 0;
	color: #97BEB6;
	/* border-bottom: 3px solid #0A1A27; */
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.isp a:hover {
	border-bottom: 3px solid #97BEB6;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;

}

.isp {
  background-image: url('../img/dev_work.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 1.2em;
 
  flex-direction: column;
  color: #fff;
  height: 90vh;
  width: 80%;
  margin: auto;
  line-height: 1.5em;
  font-weight: 300;
  padding: 0 2em;
  letter-spacing: -0.5px;
  /* padding: 0.5em 3.5em; */
}

.shadow {
	text-shadow: 1px 1px #000;
}

.name {
color: #fff;
font-size: 2.4em;
line-height: 1.2em;
margin: 0;
font-weight: 500;
/* text-transform: uppercase; */
letter-spacing: 0.05em;

}

.type {
color: #fff;
text-transform: uppercase;
font-size: 0.9em;
font-weight: 500;
margin: 0;
padding: 0 0 0 0.1em;
line-height: 0.9em;
letter-spacing: 0.2em;

}

.pic_1, .pic_2, .pic_3, .pic_4, .pic_5, .pic_6, .pic_7, .pic_8 {
  height: 55vh;
  min-height: 200px;
  padding: 100px;
  width: 50%;
  float: left;
  background-size: cover;
}



.pic_1 {
	  background-image: url(../img/teneriffa_3.png);
}

.pic_2 {
	  background-image: url(../img/teneriffa_4.png);
}

.pic_3 {
	  background-image: url(../img/frost_1.jpg);
}

.pic_4 {
	  background-image: url(../img/industrie_2.jpg);
}

.pic_5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #242424;
}

.pic_5 img {
	width: 100%;
}

.pic_6 {
	background-image: url(../img/babelsberg_1.png);
}

.pic_7 {
	background-image: url(../img/pfannes_2.png);
}

.pic_8 {
display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #565655;
}

.panorama_1, .panorama_2, .panorama_3, .panorama_4, .panorama_5, .panorama_6, .panorama_7 {
  height: 55vh;
  min-height: 200px;
  padding: 0px;
  width: 100%;
  float: left;
  background-size: cover;
  background-clip: padding-box;
}

.panorama_1 {
	background-image: url(../img/teneriffa_1.png);
}

.panorama_2 {
	background-image: url(../img/teneriffa_2.png);
}

.panorama_3 {
	background-image: url(../img/industrie_1.jpg);
}

.panorama_4 {
	background-image: url(../img/babelsberg_2.png);
}

.panorama_5 {
	background-image: url(../img/babelsberg_3.png);
}

.panorama_6 {
	background-image: url(../img/pfannes.jpg);
}

.panorama_7 {
	background-image: url(../img/pfannes.jpg);
}

.image {
	width: 50%;
	float: left;
}

.image img{
	width: 100%;
	height: auto;
	display: block;
}

.image_pan {
	width: 100%;
	float: left;
}

.image_pan img {
	width: 100%;
	height: auto;
	display: block;
}

.wide {
	visibility: visible;
}

.wide img {
	visibility: visible;

}

.narrow {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.narrow img{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.portfolio, .portfolio_2 , .portfolio_3
 {
  float: right;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  /* height: 90vh; */
}

.portfolio
 {
   padding: 0;
   background-color: #0A1A27;
}

.portfolio_2
 {
  padding: 9em 0;
  background-image: linear-gradient(to top, #96BFB6 0%, #0A1A27 100%);
}

.portfolio_3
 {
  padding: 3em 0;
  background-image: linear-gradient(to top, #96BFB6 0%, #0A1A27 100%);
}



.small {
	width: 44%;
	margin: 1em;
	display: flex;
	/* background-color: #f3efe0; */
}

.item_more_projects {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: 3px solid #fff;
	padding: 0;
	text-align: center;
}



.item_more_projects h3{
	padding: 1em 0;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.item_more_projects img {
	fill: #96BFB6;
	margin: 0 auto;
	width: 40%;
	height: 40%;
	text-align: center;

}

.more_projects {
	height: 55vh;
  min-height: 250px;
  /* padding: 1em; */
  width: 100%;
 background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}

.big {
	width: 100%;
	display: flex;
}

.item {
	height: 55vh;
  min-height: 250px;
  padding: 1em 1.5em;
  width: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.item:hover {
  opacity: 1;
}

.pfannes {
	background-image: url('../img/pfannes_1.png');
	background-position: center center;
	background-clip: padding-box;
}

.babelsberg {
	background-image: url('../img/babelsberg_1.png');
	background-position: center center;
	background-clip: padding-box;
}

.photography {
	background-image: url('../img/teneriffa.png');
	background-position: center center;
	background-clip: padding-box;
}

.augmented {
	background-image: url('../img/augmented_1.jpg');
	background-position: center center;
	background-clip: padding-box;
}

.shapr {
	background-image: url('../img/shaper.jpg');
	background-position: center center;
	background-clip: padding-box;
}

.werkschau {
	background-image: url('../img/werk_1.jpg');
	background-position: center center;
	background-clip: padding-box;
}

.fritzton {
	background-image: url('../img/fritzton_1.jpg');
	background-position: center center;
	background-clip: padding-box;
}

.lab {
	background-image: url('../img/lab_1.jpg');
	background-position: center center;
	background-clip: padding-box;
}

.calligraphy {
	background-image: url('../img/cal_1.jpg');
	background-position: center center;
	background-clip: padding-box;
}

.pixels {
	background-image: url('../img/pixel_2.png');
	background-position: center center;
	background-clip: padding-box;
}




.footer {
  text-align: center;
  width: 100%;
  height: 55vh;
  min-height: 250px;
  background-color: #96BFB6;
  /* background-image: linear-gradient(180deg, #96BFB6 0%, #70A8A2 100%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  padding: 40px;
}

.social_links {
	display: flex;
	flex-direction: row;
}

.disclaimer {
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  background-color: #ededed;
  float: right;
}

.disclaimer a:hover {
	text-decoration: underline;
}

/* .mail a {
	text-decoration: none;
}

.mail a:hover {
	text-decoration: underline;
} */


.credentials {
	padding-right: 5px;
	color: #343455;
	text-transform: uppercase;

}



.st-content {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	/* width:100%; */
	margin-left: 105px;
	float: right;
}


.st-content,
.st-content-inner {
	position: relative;
	/* overflow: hidden; */
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 225px;
	height: 100%;
	background: white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.bottom {
	position: relative;
	bottom: -5px;
}

.wrapper {
	display: flex;
	min-height: 100%;

	flex-direction: column;
}

.part1 {
	height: 100px;
	border-bottom: 1px solid lightgrey;
	/* background-color: lightgoldenrodyellow; */
}

.part2 {
	flex: 1;
	display: flex;
	align-items: center;
	/* padding-top: 20vh; */
	/* background-color: lightblue; */
	
}

.part3 {
	border-top: 1px solid lightgrey;
	height: 100px;
	/* background-color: lightcoral; */
	
}


.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	width: 100%;
	visibility: hidden;
}

.st-menu h2 {
	margin: 0;
	
	/* padding: 1em; */
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	
	display: block;
	width: 100%;
	padding: 1em 40px 1em 1.2em;
	outline: none;
	/* padding-right: 108px; */
	margin: 0;
	/* box-shadow: inset 0 -1px rgba(0,0,0,0.2); */
	color: #242424;
	text-align: right;
	text-transform: uppercase;
	/* text-shadow: 0 0 1px rgba(255,255,255,0.1); */
	letter-spacing: 1px;
	font-weight: 400;
	/* -webkit-transition: background 0.3s, box-shadow 0.3s; */
	/* transition: background 0.3s, box-shadow 0.3s; */
}


.st-menu ul li a:hover {
	background: #242424;
	/* box-shadow: inset 0 -1px rgba(0,0,0,0); */
	color: #fff;
}

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-53%, 0, 0);
}

.sidebar_text::after {
	visibility: hidden;
	opacity: 0;
	color: #ffffff;
}

.st-effect-1.st-menu-open .sidebar_text {
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	width: 0px;
	height: 0px;
	font-size: 0px;
	color: #ffffff;
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu ul{
	visibility: visible;
	opacity: 100;
	  transition: opacity .75s ease-in-out;
  -moz-transition: opacity .75s ease-in-out;
  -webkit-transition: opacity .75s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}


/* Responsive-Settings */

@media screen and (max-width: 1244px) {

.infoblock_big {
	padding: 4em 2em 4em 2em;
}

.ipad_bg img {
	width: 40%;
	margin: auto;

}
}

@media screen and (max-width: 950px) {

.name {
font-size: 2em;
}

.type {
font-size: 0.7em;
}
}


@media screen and (max-width: 909px) {

.shaprquote {
	font-size: 1.5em;
	line-height: 1.7em;
}
}

@media screen and (max-width: 769px) {

.ipad_bg img {
	width: 50%;
	margin: auto;

}

.ipad_spacer {
	height: 0;
	visibility: hidden;
}

.portfolio
 {
  flex-direction: row;
  width: 100%;
}


.item {
	height: 35vh;
  min-height: 150px;
}

.small {
	width: 100%;
}

.more_projects {
	height: 35vh;
}

.footer {
	height: 35vh;
}

.welcome {
  background-size: cover;
  background-image: url(../img/mainframe_2_vert.jpg);
  float: right;
}

.welcome h3 {
	color: #fff;
}

.image {
	width: 100%;
	float: left;
}

.wide {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.wide img {
	visibility: hidden;
	width: 0px;
	height: 0px;

}

.narrow {
	visibility: visible;
	width: 100%;
	height: auto;
}

.narrow img {
	visibility: visible;
	width: 100%;
	height: auto;
}

.item1 {
  height: 30vh;
  width: 100%;
}

.item2 {
  height: 30vh;
  width: 100%;
}

.item3 {
  height: 30vh;
  width: 100%;
}

.quotation {
  height: 80vh;
}

.quotation_front {
	max-height: none;
}

.panorama_1, .panorama_2, .panorama_3, .panorama_4 {
  height: 35vh;
  min-height: 200px;
  padding: 0px;
  width: 100%;
  float: left;
  background-size: cover;
}

.pic_1, .pic_2, .pic_3, .pic_4, .pic_5, .pic_6, .pic_7, .pic_8 {
  height: 35vh;
  min-height: 200px;
  padding: 20px;
  width: 100%;
  float: left;
  background-size: cover;
}


.infoblock {
	min-height: 200px;
	font-size: 30px;
	padding: 20px;
}

.quotation img {
  width: 16%;
}

.isp {
  font-size: 1.3em;
  padding: 1em;
  width: 95%;

}

.type {
padding-top: 20vh;
}

}


@media screen and (max-width: 640px) {

.headline {
	padding: 1em;
}

.ipad_bg img {
	width: 60%;
	margin: auto;
}

.social_links {
	display: flex;
	flex-direction: column;
}

.ipad_spacer {
	height: 0;
	visibility: hidden;
}

.sidebar_text {
	opacity: 0;
}

h2 {
  font-size: 1em;
  margin-top: 5px;
  margin-left: 3px;
 
}


h4 {
  font-weight: normal; 
  font-size: 1.5em;
  line-height: 1.5em;
  color: #fff;
  font-family: "soleil",sans-serif;
}

.quote {
	font-size: 1.5em;
}


.part1 {
	order: 2;
	visibility: hidden;
	width: 0px;
	height: 0px;
	background-color: #fff;
}

.part2 {
	flex: 1;
	order: 3;
	visibility: hidden;
}

.part3 {
	height: 78px;
	border: 0px;
	order: 1;
}



.st-content {
	margin-left: 0;
	width: 100%;
}

.st-effect-1.st-menu {
	/* visibility: hidden; */
}


.welcome {
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-image: url(../img/mainframe_2_mobile.jpg);
  padding: 10px;
}


.quotation {
  height: 80vh;
  padding: 10px;
}

.quotation img {
  width: 20%;
}

.isp {
	font-size: 1.2em;
	width: 95%;
	padding: 0;
  /* padding: 0px 10px 10px 10px; */
}


.name {
font-size: 1.6em;
padding: 0;
}

.type {
font-size: 0.7em;
/* padding-left: 1em; */
padding-top: 20vh;
}

.hamburger_mobile {
	background: rgba(0,0,0,0);
	width: 50px;
	height: 50px;
	visibility: visible;
	padding-right: 10px;
	padding-left: 0;

}

.hamburger_mobile img {
	width: 59%;
}

.wrapper {
	display: flex;
	min-height: 100%;
	width: 100%;
	flex-direction: column;
}

.navpoint {
	width: 0px;
	height: 0px;
}

.navpoint img {
	width: 0%;
}

.hamburger {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px;
	background-color: #fff;
	visibility: visible;

}

.hamburger img {
	width: 50%;
}



.st-effect-1.st-menu {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: white;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

}

.st-effect-1.st-menu-open .st-effect-1.st-menu ul{
	visibility: visible;
	opacity: 1;
	  transition: opacity .75s ease-in-out;
  -moz-transition: opacity .75s ease-in-out;
  -webkit-transition: opacity .75s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}


.st-effect-1.st-menu::after {
	display: none;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


}

@media screen and (max-width: 414px) {


.isp_welcome {
	margin: 1em;
}

.isp {
  width: 100%;
  margin: auto;
  padding: 0 1em;
}


.footer {
	padding: 1em 3em;
	margin: 0;
	height: 55vh;
}

.footer a:hover {
	border: 2px solid #fff;
}

.social_links a {
	width: 70vw;
	padding: 0.6em 0;
	margin: 0.6em 0;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.social_links a:hover {
	background-color: #fff;
	color: #343455;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;

}

.quote {
	font-size: 1.0em;
	line-height: 1.7em;
}

.infoblock p {
	font-size: 0.55em;
	line-height: 1.5em;
}

.infoblock a {
	padding: 0.7em;
	font-size: 0.45em;

}

.infoblock_link p {
	font-size: 0.55em;
	line-height: 1.5em;
}

.infoblock_link a {
	padding: 0.7em;
	font-size: 0.45em;

}

.infoblock_big {
	font-size: 1em;
}

@media screen and (max-width: 321px) {


.isp_welcome {
	margin: 1em 0 0.5em 0;
}

.isp {
  width: 100%;
  margin: auto;
  padding: 0 1em;
  font-size: 1em;
}

.headline h2 {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	opacity: 0.8;
}

.headline {
	padding: 20px;
	min-height: 0;
}

.headline h3 {
	font-size: 0.8em;
}

.arrow {
	height: 20px;
}

}








