@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color:#4d4d4d;
	font-family:'Quicksand', sans-serif;
	font-size:22px;
	background-color:#4d4d4d;
	background-image:url(.//bilder/bg.jpg);
	background-repeat:no-repeat;
	background-color:#4d4d4d;
	background-position:center top;
	background-size:cover;
	background-attachment:fixed;
}

article,aside,content,figcaption,figure,footer,header,main,nav,section {
	display:block;
}

.wrapper {
	width: 100%;
	max-width:1000px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	overflow: hidden !important;
	margin: 0 auto;
	position: relative;
}

#wrapper_variabel {
	width:100%;
	min-height: 100%;
	height: auto !important;
	overflow: hidden !important;
	margin: 0 auto;
	position: relative;
	background-color:rgba(0,0,0,0.7);
}

ul {
	list-style-type:none;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
}

h6 {
	height:3px;
	background-image:linear-gradient(#357ABC,#357ABC 35%,#00A3D3 55%,#00A3D3);
}


header {
	float:left;
	width:100%;
	padding:125px 0 60px 0;
}

header #logo {
	background-color:rgba(255,255,255,0.75);
	width:400px;
	margin:0 auto;
	border-radius:15px;
	box-shadow:4px 4px 5px #333;
	border:solid 2px #fff;
	padding:25px 0 20px 0;
}

header #logo a {
	width:220px;
	margin:0 auto;
	display:block;
}

header #logo a img {
	width:220px;
	margin:0 auto;
	display:block;
}

header #logo h1 {
	font-size:18px;
	font-weight:normal;
	margin:0 auto;
	text-align:center;
	border-top:1px #4d4d4d solid;
	margin-top:20px;
	padding-top:10px;
}

#subnav {
	text-align:center;
	background-image:linear-gradient(#00A3D3,#00A3D3 35%,#357ABC 55%,#357ABC);
	font-family:'Architects Daughter', cursive;
	font-size:30px;
	height:59px;
}

#subnav ul {
	display:inline-block;
}

#subnav li {
	float:left;
	padding:8px 0;
	
}

#subnav a {
	color:#FFF;
	padding:8px 20px;
}

#subnav a:hover {
	border-bottom:3px #fff solid;
}

#content {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.interact {
	margin:40px 0 40px 0;
	color:#FFFFFF;
}

.interact h3, .interact p {
	margin-bottom:20px;
}

#content #akkordeon {
	margin:40px 0 20px 0;
	display:inline-block;
	color:#FFF;
}

#content #akkordeon .projects {
	margin:30px 0;
}

#content #akkordeon .activate {
	cursor:pointer;
	display:inline-block;
}

#content #akkordeon .ag {
	background-image:linear-gradient(#00A3D3,#00A3D3 35%,#357ABC 55%,#357ABC);
	padding:0 15px;
	font-family:'Architects Daughter', cursive;
	display:inline-block;
	margin-top:10px;
}

#content #akkordeon div img {
	width:95%;
	border-bottom:dotted 1px #fff;
}

#content #vita {
	margin:30px 0 20px 0;
}

#vitaprint {
	width:65%;
	text-align:right;
	display:inline-block;
	margin-bottom:15px;
}

#vitaprint div {
	background-image:linear-gradient(#00A3D3,#00A3D3 35%,#357ABC 55%,#357ABC);
	display:inline-block;
	border-radius:5px;
	padding:2px 6px;
}

#vitaprint div a {
	padding-right:40px;
	padding-left:10px;
	background:url(bilder/fraigestalt_icons_print_document.png) no-repeat center right;
	background-size:contain;
}

#content #vitment {
	background-color:rgba(255,255,255,0.75);
	border:solid 1px #fff;
	margin-bottom:30px;
	padding:15px 0 15px 15px;
	display:inline-block;
	width:65%;
	min-width:600px;
	color:#4d4d4d;
}

#vitment div {
	float:left;
	text-align:center;
	width:90%;
}

#content #vita div h4 {
	border-bottom:1px #4d4d4d solid;
	display:inline-block;
}

#content #vitment a {
	float:right;
	width:10%;
}

#vitment img {
	width:60%;
}

#content #vita #vitment:hover {
	background-image:linear-gradient(#00A3D3,#00A3D3 35%,#357ABC 55%,#357ABC);
	color:#fff;
	box-shadow:0px 0px 10px #fff;
}

#content #vita div:hover h4 {
	border-bottom:1px #fff solid;
}

#stage {
	max-width:100%;
	margin:20px 0 30px 0;
}

#stage img {
	max-width:100%;

}

#stage img:hover {
	transform:scale(1.1);
	transition-duration:15s;
}

#prev {
	position:absolute;
	height:20%;
	top:40%;
	left:0;
	width:5%;
	opacity:0.5;
	background:url(bilder/fraigestalt_icons_arrow_prev.png) no-repeat center center;
	background-size:contain;
}

#nxt {
	position:absolute;
	height:20%;
	top:40%;
	right:0;
	width:5%;
	opacity:0.5;
	background:url(bilder/fraigestalt_icons_arrow_next.png) no-repeat center center;
	background-size:contain;
}

#prev:hover, #nxt:hover {
	opacity:0.8;
}

main {
	text-align:center;
	margin-top:60px;
}

.errkon {
	color:#F00;
	background-color:#FCC;
	display:inline-block;
	border-radius:15px;
	border:solid 2px #F00;
	padding:25px;
	margin:0 0 30px 0;
}

.errkon .attention {
	text-decoration:underline;
}

main form {
	background-color:rgba(255,255,255,0.75);
	width:400px;
	margin:0 auto 60px auto;
	border-radius:15px;
	box-shadow:4px 4px 5px #333;
	border:solid 2px #fff;
	padding:25px 0 20px 0;
	text-align:center;
}

main form fieldset {
	border:none;
}

main form div input[type="text"], main form div input[type="password"] {
	width:90%;
	text-align:center;
	font-family:'Architects Daughter', cursive;
	font-size:22px;
	color:#0097CD;
}

main form div textarea {
	width:90%;
	max-width:90%;
	min-width:90%;
	height:135px;
	text-align:left;
	font-family:'Architects Daughter', cursive;
	font-size:18px;
	color:#0097CD;
}

main form div input[type="submit"] {
	background-image:linear-gradient(#00A3D3,#00A3D3 35%,#357ABC 55%,#357ABC);
	border:solid 1px #fff;
	box-shadow:4px 4px 5px #333;
	color:#FFFFFF;
	border-radius:5px;
	margin:20px 0 0 0;
	width:90%;
	padding:5px 0;
	font-family:'Architects Daughter', cursive;
	font-size:25px;
	cursor:pointer;
}

#mainav {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}

#mainav ul {
	display:inline-block;
}

#mainav li {
	float:left;
}

#mainav a {
	text-decoration:none;
	background-color:rgba(255,255,255,0.75);
	display:inline-block;
	border-radius:100%;
	width:55px;
	height:55px;
	margin:0 10px;
	box-shadow:4px 4px 5px #333;
	border:solid 2px #fff;
}
	
#mainav .login {
	background-image:url(bilder/fraigestalt_icons_login.png);
	background-size:65%;
	background-repeat:no-repeat;
	background-position:center center;
}

#mainav .logout {
	background-image:url(bilder/fraigestalt_icons_logout.png);
	background-size:70%;
	background-repeat:no-repeat;
	background-position:center center;
}

#mainav .kontakt {
	background-image:url(bilder/fraigestalt_icons_kontakt.png);
	background-size:90%;
	background-repeat:no-repeat;
	background-position:center center;
}

footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0;
}

.impbox {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
}

#impbut {
	color:#FFFFFF;
	display:inline-block;
	padding:0 16px 2px 2px;
	margin-bottom:15px;
	cursor:pointer;
	font-size:9px;
}

.open {
	background:url(bilder/fraigestalt_icons_iarr_down.png) no-repeat top right;
	background-size:18%;
}

.close {
	background:url(bilder/fraigestalt_icons_iarr_up.png) no-repeat top right;
	background-size:18%;
}

.impcon {
	background-color:rgba(255,255,255,0.75);
	margin:0 auto;
	border-radius:15px;
	box-shadow:4px 4px 5px #333;
	border:solid 2px #fff;
	padding:25px 40px;
	font-size:18px;
}

.impcon h4 {
	text-decoration:underline;
	margin-bottom:25px;
}

.impcon p {
	margin-bottom:4px;
}

.impcon p:nth-of-type(3) {
	margin-bottom:25px;
}

.impcon a {
	color:#0097CD;
	font-family:'Architects Daughter', cursive;
	font-size:22px;
	text-decoration:underline;
}