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

@import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900i');

html, body {
	background-image:url(../images/portfolio_hg9_kachel.png);
	margin:0;
	padding:0;
	background-repeat:repeat;
	background-position:center;
	font-family: 'Arimo', sans-serif;
	height:100%;
	width:100%;
}

button {
	border-width:0;
}

a {
	text-decoration:none;
	color:#5c5249;
	font-weight:700;
}

.logo {
	height:450px;
	width:450px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:15%;
	position:fixed;
	padding-left:auto;
	padding-right:auto;
	background-color:#fff;
	border-radius:50%;
	z-index:99;
}

.logo > img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height:270px;
	width:auto;
}

.logo_gif {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height:270px;
	width:270px;
	border-radius:50%;
	z-index:100;
}

.logo_gif:hover {
	cursor:pointer;
}

#about {
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
}

.about_foto {
	height:400px;
	width:400px;
	border-radius:50%;
	margin-right:4%;
}

.about_title {
	position:fixed;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	max-height:70vh;
	max-width:10%;
}

.about_title > img {
	width:100%;
}

#navigation_home {
	position:fixed;
	bottom:0;
	margin-bottom:130px;
	height:80px;
	width:100%;
	align-items:center;
	justify-content:center;
	text-align:center;
	z-index:200;
}

#navigation_home > img {
	margin-left:100px;
	margin-right:100px;
	opacity:0.3;
}

#navigation_home > a {
	margin-left:100px;
	margin-right:100px;
	opacity:0.3;
}

#navigation_home > img:hover {
	cursor:pointer;
	opacity:1;
}

#navigation_home > a:hover {
	cursor:pointer;
	opacity:1;
}

#home_button {
	width:auto;
	height:auto;
	position:fixed;
	margin-top:60px;
	margin-left:60px;
	z-index:120;
}

#home_button:hover {
	cursor:pointer;
}

.puffer {
	width:100%;
	height:20vh;
}


#kategorie_start {
	height:100%;
	width:100%;
	max-height:100%;
	max-width:100%;
}

#kategorie_about {
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
}

#kategorie_work {
	height:100%;
	width:100%;
}

#kategorie_name {
	height:auto;
	width:auto;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.kategorie_text {
	font-size:24px;
	color:#5c5249;
	float:right;
	width:25%;
	margin-right:20%;
	margin-top:100px;
	line-height:30px;
}

#about_wrapper {
	width:100%;
	max-height:90vh;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:-5%;
}

.about_icon {
	height:450px;
	width:450px;
	min-width:450px;
	background-color:white;
	border-radius:50%;
	display: flex;
	align-items:center;
	justify-content:center;
}

.about_icon_wrapper {
	width:auto;
	margin-right:4%;
}

.about_icon > img {
	height:270px;
	width:auto;
}

.about_text {
	font-size:24px;
	color:#5c5249;
	right:0;
	width:33%;
	min-width:300px;
	max-width:800px;
	margin-left:4%;
	line-height:30px;
}

#illu_nav {
	margin-top:170px;
	position:fixed;
	width:auto;
	margin-left:75px;
	height:auto;
	z-index:100;
}

.nav_1 {
	height:20px;
	width:20px;
	background-color:#5c5249;
	border-radius:50%;
	margin-bottom:20px;
	opacity:0.3;
	
	
	-webkit-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -moz-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -o-transition: opacity 0.5s, height 0.5s, width 0.5s;
    transition: opacity 0.5s, height 0.5s, width 0.5s;
}

.nav_2 {
	height:20px;
	width:20px;
	background-color:#5c5249;
	border-radius:50%;
	margin-top:20px;
	margin-bottom:20px;
	opacity:0.3;
	
	
	-webkit-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -moz-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -o-transition: opacity 0.5s, height 0.5s, width 0.5s;
    transition: opacity 0.5s, height 0.5s, width 0.5s;
}

.nav_3 {
	height:20px;
	width:20px;
	background-color:#5c5249;
	border-radius:50%;
	margin-top:20px;
	margin-bottom:20px;
	opacity:0.3;
	
	
	-webkit-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -moz-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -o-transition: opacity 0.5s, height 0.5s, width 0.5s;
    transition: opacity 0.5s, height 0.5s, width 0.5s;
}

.nav_1:hover {
	cursor:pointer;
	opacity:1;
}

.nav_2:hover {
	cursor:pointer;
	opacity:1;
}

.nav_3:hover {
	cursor:pointer;
	opacity:1;
}

/* SLIDER */

#slides {
    height:100%;
	width:100%;
    padding:0;
    margin:0;
    list-style-type: none;
}


.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
	font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
	display:flex;
	align-items:center;

    -webkit-transition: opacity 0.5s;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.showing {
    opacity: 1;
    z-index: 2;
}


	
button#pfeil_r {
	background-image:url(http://www.nanande.at/images/Pfeil_r.png);
	font-size:2em;
	margin-top:45vh;
	right:20px;
	position:absolute;
	height:50px;
	width:50px;
	background-size:50px 50px;
	background-repeat:no-repeat;
	z-index:999;
	opacity:0.6;
	background-color:transparent;
}

button#pfeil_l{
	background-image:url(http://www.nanande.at/images/Pfeil_l.png);
	font-size:2em;
	margin-top:45vh;
	left:20px;
	position:absolute;
	height:50px;
	width:50px;
	background-size:50px 50px;
	background-repeat:no-repeat;
	z-index:999;
	opacity:0.6;
	background-color:transparent;
}

button#pfeil_l:hover{
	opacity:0.9;
	cursor:pointer;
}

button#pfeil_r:hover{
	opacity:0.9;
	cursor:pointer;
}

#pagina {
	position:absolute;
    height:15px;
	width:100%;
	margin-top:95vh;
    list-style-type: none;
	background-color:transparent;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:800;
	
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ptrans {
	opacity:0;
	
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.paginabox {
	width:auto;
	height:auto;
	padding:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50px;
}

.pagina {
	position:relative;
    width:10px;
    height:10px;
    opacity: 0.3;
    z-index: 800;
    box-sizing: border-box;
    background-color: #333;
	border-radius:50%;
	color:transparent;
	margin-left:5px;
	margin-right:5px;
	float:center;

    -webkit-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -moz-transition: opacity 0.5s, height 0.5s, width 0.5s;
    -o-transition: opacity 0.5s, height 0.5s, width 0.5s;
    transition: opacity 0.5s, height 0.5s, width 0.5s;
}

.pagina:hover {
	cursor:pointer;
	opacity:1;
}

.pshowing {
	opacity:1;
	height:15px;
	width:15px;
}

.slide_wrapper {
	width:100%;
	display:flex;
	height:70vh;
	justify-content:center;
	align-items:center;
	margin-top:-5vh;
}

.slide_wrapper_inner {
	width:100%;
	display:flex;
	height:auto;
	justify-content:center;
	align-items:center;
}

.slide_text {
	height:auto;
	width:20%;
	margin-left:6%;
	font-size: 20px;
	color: #5c5249;
	max-width:800px;
}

.slide_text > span {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-style:italic;
	font-size:45px;
}

span.projects {
	font-family:'Arimo';
	font-weight:700;
	font-style:normal;
	font-size:22px;
	line-height:50px;
}

.slide_work {
	height:auto;
	width:35%;
	margin-right:15px;
	justify-content:flex-end;
}

.slide_work > img {
	float:right;
	height:auto;
	width:auto;
	max-height:70vh;
	max-width:100%;
	
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide_item_img > img {
	float:right;
	height:auto;
	width:auto;
	max-height:747px;
	max-width:100%;
	
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide_item_vid {
	max-height:70vh;
	justify-content:flex-end;
}
	

.slide_thumbs {
	height:auto;
	width:auto;
	margin-top:30px;
	text-align:center;
	display: flex;
	flex-wrap:wrap;
}

.slide_thumbs > div {
	height:40px;
	width:40px;
	background-size:200%;
	background-position:center;
	background-repeat:no-repeat;
	border-width:2px;
	border-style:solid;
	border-color:rgba(198, 147, 119, 0);
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.slide_thumbs > div:hover {
	cursor:pointer;
}

#thumbs_active {
	border-width:2px;
	border-color:rgba(133, 90, 67, 1);
}

#active {
	opacity:1;
}

.puffer_about {
	width:100%;
	height:50px;
}


@media screen and (max-width:1050px) {

#kategorie_about {
	justify-content:center;
}

#about_wrapper {
	display:block;
	width:70%
}

.about_icon {
	display:none;
}

.about_foto {
	display:none;
}

.about_icon_wrapper {
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
}

.about_text {
	width:100%;
	margin:0;
}

#about {
	justify-content:center;
}

.slide {
	justify-content:center;
}

.slide_wrapper {
	width:70%;
	margin:0;
}

.slide_wrapper_inner {
	display:block;
}

.slide_text {
	width:100%;
	text-align:center;
	margin:0;
	max-width:100%;
}

.slide_work {
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}

.slide_work > img {
	max-height:40vh;
	float:none;
}


.slide_item_img > img {
	max-height:40vh;
	float:none;
}
  
.slide_item_vid {
	max-height:40vh;
	float:none;
}

.slide_thumbs {
	justify-content:center;
}

	
}

@media screen and (max-width:2100px) and (-webkit-min-device-pixel-ratio:2) {

#kategorie_about {
	justify-content:center;
}

#about_wrapper {
	display:block;
	width:70%
}

.about_icon {
	margin-bottom: 50px;
}

.about_foto {
	display:none;
}  
  
.about_icon_wrapper {
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
}

.about_text {
	width:100%;
	margin:0;
  	max-width:100%;
}

#about {
	justify-content:center;
}

.slide {
	justify-content:center;
}

.slide_wrapper {
	width:70%;
	margin:0;
}

.slide_wrapper_inner {
	display:block;
}

.slide_text {
	width:100%;
	text-align:center;
	margin:0;
	max-width:100%;
}

.slide_work {
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}

.slide_work > img {
	max-height:40vh;
	float:none;
}

.slide_item_img > img {
	max-height:40vh;
	float:none;
}
  
  .slide_item_vid {
	max-height:40vh;
	float:none;
}

.slide_thumbs {
	justify-content:center;
}
	
}