@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
body {
	background: url(../img/bg_pattern.jpg) repeat left top;
	color: #2e2c2d;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased !important;
	font-weight: 300;
	overflow-y: scroll;
}
header {
	margin: auto;
	height: 155px;
	width:830px;
}
.wrapper {
	width: 1000px;
	margin: auto;
	position:relative;
	z-index:100;
	padding-left: 40px;
}
#logo {
	background: url(../img/Logo.svg) no-repeat left top;
	height: 50px;
	width: 200px;
	margin-bottom:60px;
	border-radius:0 0 5px 5px;
	visibility:visible;
	position: fixed;
    top: 50px;
    left: 50px;
}
#logo_back {
    background: url(../img/Logo-unten.svg) no-repeat left top;
    height: 200px;
    width: 290px;
    margin-bottom: 0;
    border-radius: 0 0 5px 5px;
    visibility: visible;
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 0;
}
a {
	text-decoration:none;
}

h1, h2 {
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 3px;
    /* border-bottom: 1px dotted #444; */
    padding-bottom: 15px;
    font-weight: 300;
    color: #007bee;
    margin-top: 0;
}

h3,h4,h5 {
	font-size:100%;	
	color: #007bee;
    font-weight: 300;
    text-transform: uppercase;
}

.pagetitle {
    color: #2e2c2d;
}

hr {
	border: none;
	border-top: 1px dotted #444;
	width: 25%;
	margin-left: 0%;
}

hr.blue {
	border-top: 1px solid #04a1e6;
}

/* TOC */
.toc {
    margin-top: 280px;
    margin-left: 100px;
}

.toc ul {
    padding-left: 1em;
}

#main .toc ul a {
    color: #555555;
}

/* 1st Nav */

nav#firstlevel {
	position:relative;
	padding: 0 30px;
	font-weight:bold;
}
nav#firstlevel ul {
	list-style-type: none;
	list-style-position:outside;
	margin-bottom:30px;
	width: 100%;
}
nav#firstlevel ul li {
	float: left;
	position:relative;
	left:-40px;
	background:#222;
	padding:13px 20px;
}
nav#firstlevel ul li a {
	font-size: 14px;
	color: #fff;
	display:block;
	width:100%;
	text-align:center;
}
nav#firstlevel ul li:nth-child(1) {
	background:url(../img/navi_1.png);
	padding:13px 26px;
	width:60px;
}
nav#firstlevel ul li:nth-child(1).active {
	background:url(../img/navi_1_act.png);
}
nav#firstlevel ul li:nth-child(2) {
	background:url(../img/navi_4.png);
	padding:13px 26px;
	width:50px;
}
nav#firstlevel ul li:nth-child(2).active {
	background:url(../img/navi_4_act.png);
}
nav#firstlevel ul li:nth-child(3) {
	background:url(../img/navi_3.png);
	padding:13px 26px;
	width:91px;
}
nav#firstlevel ul li:nth-child(3).active {
	background:url(../img/navi_3_act.png);
}
nav#firstlevel ul li:nth-child(4) {
	background:url(../img/navi_2.png);
	padding:13px 16px;
	width:145px;
}
nav#firstlevel ul li:nth-child(4).active {
	background:url(../img/navi_2_act.png);
}
nav#firstlevel ul li:nth-child(5) {
	background:url(../img/navi_5.png);
	padding:13px 22px;
	width:70px;
}
nav#firstlevel ul li:nth-child(5).active {
	background:url(../img/navi_5_act.png);
}
nav#firstlevel ul li:nth-child(6) {
	background:url(../img/navi_6.png);
	padding:13px 26px;
	width:60px;
}
nav#firstlevel ul li:nth-child(6).active {
	background:url(../img/navi_6_act.png);
}

/*
nav#firstlevel ul li a:hover, nav#firstlevel ul li a:active, nav#firstlevel ul li a:focus, nav#firstlevel ul li a.active {
	background: url(../img/navi-left_act.png) no-repeat left top;
}
nav#firstlevel ul li a span {
	background: url(../img/navi-right.png) no-repeat right top;
	height: 45px;
	display:block;
	padding: 16px 19px 0 6px;
}
nav#firstlevel ul li a:hover span, nav#firstlevel ul li a:active span, nav#firstlevel ul li a:focus span, nav#firstlevel ul li a.active span {
	background: url(../img/navi-right_act.png) no-repeat right top;
}*/
/* Kantakt Nav */

nav#kontaktnav {
	position:absolute;
	width:100px;
	left:911px;
	top: 204px;
	margin-top:20px;
	z-index: 20;
}
nav#kontaktnav ul {
	list-style-type: none;
	list-style-position:outside;
	margin-bottom:30px;
	width: 100%;
}
nav#kontaktnav ul li {
	background:url(../img/post-it_kontakt.png);
	width:113px;
	height:71px;
}

nav#kontaktnav ul li:nth-of-type(2) {
	background:url(../img/post-it_hilfe.png);
}

nav#kontaktnav ul li:nth-of-type(2) a {
	-webkit-transform:rotate(-2deg) translate3d(0,0,0);
	-moz-transform:rotate(-2deg);
	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);
	padding-top:19px;
}

nav#kontaktnav ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display:block;
	height: 30px;
	padding: 16px 15px 0px 30px;
	position:relative;
	-webkit-transform:rotate(-6deg) translate3d(0,0,0);
	-moz-transform:rotate(-6deg);
	transform:rotate(-6deg);
	-ms-transform:rotate(-6deg);
}
nav#kontaktnav ul li a:hover {
	color: #fff;
}
/* Home Nav */

nav#homenav {
	position:absolute;
	width:70px;
	left:-62px;
	top: 195px;
	margin-top:20px;
	z-index: 20;
}
nav#homenav ul {
	list-style-type: none;
	list-style-position:outside;
	margin-bottom:30px;
	width: 100%;
}
nav#homenav ul li {
	background:url(../img/mainmenu_closed.png);
	width:160px;
	height:71px;
}
nav#homenav ul li.open {
	background:url(../img/mainmenu.png);
}
nav#homenav ul li a {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	display:block;
	height: 30px;
	padding: 23px 16px 0px 56px;
	position:relative;
	-webkit-transform:rotate(1deg) translate3d(0,0,0);
	-moz-transform:rotate(1deg);
	transform:rotate(1deg);
	-ms-transform:rotate(1deg);
}
nav#homenav ul li a:hover {
	color: #fff;
}


nav#secondlevel {
	position: fixed;
	top: 0;
	right: -400px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.94);
	padding: 32px;
	width: 20%;
	height: 100%;
	min-width: 310px;
	z-index: 100;
	transition: all 1s ease;
	min-height: 700px;
	opacity:0;
}

nav#secondlevel.open {
	right: 0px;
    opacity:1.0;
}

nav#secondlevel ul {
	padding: 0;
}

nav#secondlevel ul li {
	list-style-type: none;
	text-transform: none;
}

nav#secondlevel > ul > li:first-child {
    margin-bottom: 10px;
}

nav#secondlevel ul li a {
	color: #AAAAAA;
}

nav#secondlevel > ul {
	padding: 0;
	margin-top: 5em;
	letter-spacing: 2.5pt;
}

nav#secondlevel > ul > li {
	padding-top: 7px;
	text-transform: uppercase;
	position: relative;
}

nav#secondlevel li.active {
    font-weight: normal;
}
nav#secondlevel > ul > li > div.expand-button {
    content: ' ';
    position: absolute;
    right: 0;
    top: 16px;
    background: url(../img/pfeil-navigation.png);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
nav#secondlevel > ul > li.no-expand:after {
    content: none;
}
nav#secondlevel > ul > li.open > div.expand-button {
    transform: rotate(90deg);   
}

nav#secondlevel > ul > li > a {
	font-size: 18px;
	color: #04a1e6;
	margin-top: 10px;
}

nav#secondlevel > ul > li > ul {
	display: none;
	font-weight: 300;
}

nav#secondlevel > ul > li.open > ul {
    display: block;
}

.bottomnav {
    height: 50px;
    border: 1px solid #ECECEC;
    border-width: 1px 0;
    position: absolute;
    bottom: 40px;
    left: 10%;
    z-index: 99;
    width: 80%;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
}

.bottomnav .left {
    float: left;
    padding-right: 10%;
}
.bottomnav .middle {
    float: left;
    padding-right: 10%;
}
.bottomnav .right {
    float: left;
    padding-right: 10%;
}

.bottomnav a, .bottomnav a:visited, .bottomnav a:focus {
    color: #999999;
}

.bottomnav a:hover {
    color: #555555;
}

.navigation-button {
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    position: fixed;
    top: 53px;
    padding: 0px;
    right: 53px;
    cursor: pointer;
    z-index: 50;
    background: url(../img/bg_pattern.jpg) repeat left top;
}

.navigation-button:hover {
    border-color: transparent;
}

.navigation-button:hover span.bar {
    background-color: #04a1e6;
}

span.bar {
    background-color: #04a1e6;
    width: 60%;
    height: 10%;
    display: block;
    margin: 10%;
    border-radius: 2px;
    margin-left: 20%;
}

span.bar:first-child {
    margin-top: 25%;
}

/* 2nd Nav */
/*
nav#secondlevel {
	position:absolute;
	width:147px;
	left:-50px;
	top: 140px;
	margin-top:140px;
	overflow:hidden;
}
nav#secondlevel > ul {
	list-style-type: none;
	list-style-position:outside;
	margin-bottom:30px;
	width: 100%;
	display:none;
	position:relative;
	left:120px;
}
*/
#close-mainnav > img {
    padding-top: 30px;
    width: 23px;
    height: auto;
}
/*
#nav secondlevel > ul.active {
	display:block;	
}


nav#secondlevel > ul > li {
	margin-bottom:10px;
	position:relative;
}



nav#secondlevel > ul > li:nth-child(4n+1) {
	background:url(../img/post-it_1.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+1).active {
	background:url(../img/post-it_1_act.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+2) {
	background:url(../img/post-it_2.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+2).active {
	background:url(../img/post-it_2_act.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+3) {
	background:url(../img/post-it_3.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+3).active {
	background:url(../img/post-it_3_act.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+4) {
	background:url(../img/post-it_4.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+4).active {
	background:url(../img/post-it_4_act.png);
	height:57px;
}

nav#secondlevel > ul > li:nth-child(4n+1) a {
	-webkit-transform:rotate(2deg) translate3d(0,0,0);
	-moz-transform:rotate(2deg);
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);	
}


nav#secondlevel > ul > li:nth-child(4n+2) a {
	-webkit-transform:rotate(-2deg) translate3d(0,0,0);
	-moz-transform:rotate(-2deg);
	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg);	
}


nav#secondlevel > ul > li:nth-child(4n+3) a {
	-webkit-transform:rotate(-3deg) translate3d(0,0,0);
	-moz-transform:rotate(-3deg);
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);	
}


nav#secondlevel > ul > li:nth-child(4n+4) a {
	-webkit-transform:rotate(2deg) translate3d(0,0,0);
	-moz-transform:rotate(2deg);
	transform:rotate(2deg);
	-ms-transform:rotate(2deg);	
}

nav#secondlevel > ul > li > a {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	display:block;
	height: 48px;
	padding: 14px 15px 0px 23px;
	position:relative;
}

nav#secondlevel > ul#forschung-nav > li > a {
	padding:14px 2px 0px 13px;	
}

nav#secondlevel > ul > li > a:hover, nav#secondlevel > ul > li > a:active, nav#secondlevel > ul > li > a:focus, nav#secondlevel > ul > li > a.active{

}

/* 3rd Nav 

nav#secondlevel > ul > li.third {
	background:none;
	margin-top:30px;
	margin-bottom:110px;
}

nav#thirdlevel {
	background:url(../img/thirdlevel_bg.png) no-repeat left top;
	height: 166px;
	width:140px;
	top:-20px;
	left:-26px;
	position:relative;
}
nav#thirdlevel > ul {
	list-style-type: none;
	list-style-position:outside;
	width: 70px;
	position:absolute;
	top: 25px;
	left:0px;
}
nav#thirdlevel > ul > li {
}
nav#thirdlevel > ul li a {
	font-size: 14px;
	color: #525252;
	font-weight:700;
	display:block;
	text-align:right;
	margin-bottom:10px;
}
nav#thirdlevel ul li a:hover, nav#thirdlevel ul li a:active, nav#thirdlevel ul li a:focus {
	color: #E56EA6;
}

*/


/* MAIN */

#main-wrapper {
	background: url(../img/buch.png) no-repeat left top;
	width: 1000px;
	height: 700px;
	margin: auto;
	margin-top:5px;
	margin-bottom:0px;
	border-radius:8px;
	padding:13px 0 0 98px;
	position: relative;
	z-index: 2;
}

#main {
	width: 806px;
	height: 625px;
	counter-reset:seitenzahl;
}

#main a {
	color:#007bee;
}

#main .highlight-pink {
	color: #E36CA1;
}
#main .highlight-blue {
	color: #11B6E9;
}

.dark h2 {
    display: none;
}

ul.front-page-list {
    list-style-type: none;
    list-style-image: none !important;
    margin: 0;
    margin-left: -40px;
    margin-top: 50px;
    font-size: 14px;
    text-transform: uppercase;
}
ul.front-page-list li {
    margin: 20px 0;
    padding-left: 52px;
}
ul.front-page-list img {
    vertical-align: middle;
    margin-right: 20px;
    margin-left: -52px;
}
.page {

	counter-increment:seitenzahl 1;
	/*
	background: rgb(251,255,253); /* Old browsers 
	background: -moz-linear-gradient(left,  rgba(251,255,253,1) 0%, rgba(222,226,224,1) 90%, rgba(200,204,202,1) 100%); // FF3.6+ 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(251,255,253,1)), color-stop(90%,rgba(222,226,224,1)), color-stop(100%,rgba(200,204,202,1))); // Chrome,Safari4+ 
	background: -webkit-linear-gradient(left,  rgba(251,255,253,1) 0%,rgba(222,226,224,1) 90%,rgba(200,204,202,1) 100%); // Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(left,  rgba(251,255,253,1) 0%,rgba(222,226,224,1) 90%,rgba(200,204,202,1) 100%); // Opera 11.10+ 
	background: -ms-linear-gradient(left,  rgba(251,255,253,1) 0%,rgba(222,226,224,1) 90%,rgba(200,204,202,1) 100%); // IE10+
	background: linear-gradient(to right,  rgba(251,255,253,1) 0%,rgba(222,226,224,1) 90%,rgba(200,204,202,1) 100%); // W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffd', endColorstr='#c8ccca',GradientType=1 ); // IE6-9 
	*/
	/*background-image: url('../img/background-page.png');*/
	background-color: rgb(209, 229, 229);

}

.page.even > div:after {
	content:attr(data-page);
	position:absolute;
	color: white;
    border: 1px solid white;

	bottom:16px;
	left:16px;

	font-size:12px;
    border-radius: 50%;

    width: 16px;
    height: 16px;
    padding: 1px 0 0 1px;
    text-align: center;
}

.page.odd > div:after {
	content:attr(data-page);
	position:absolute;
	color: white;
    border: 1px solid white;

	bottom:53px;
	right:26px;

	font-size:12px;
    border-radius: 50%;

    width: 16px;
    height: 16px;
    padding: 1px 0 0 1px;
    text-align: center;
}

.page.odd > div.no-pagenumber:after {
	content: none;
}
.page.even > div.no-pagenumber:after {
	content: none;
}

.page.even {
	border-radius:33px 0 0 20px;
	/*
	background: rgb(222,226,224); 
	background: -moz-linear-gradient(left,  rgb(58, 161, 206) 90%, rgb(52, 156, 198) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(90%,rgb(58, 161, 206)), color-stop(100%,rgb(52, 156, 198))); 
	background: -webkit-linear-gradient(left,  rgb(58, 161, 206) 90%,rgb(52, 156, 198) 100%); 
	background: -o-linear-gradient(left,  rgb(58, 161, 206) 90%,rgb(52, 156, 198) 100%); 
	background: -ms-linear-gradient(left,  rgb(58, 161, 206) 90%,rgb(52, 156, 198) 100%); 
	background: linear-gradient(to right,  rgb(58, 161, 206) 90%,rgb(52, 156, 198) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee2e0', endColorstr='#d9dbd5',GradientType=1 );*/
	background: linear-gradient(to right, rgb(209, 229, 229) 90%, #C0D4D4 100%);
}

.page.odd {
	border-radius:0 33px 20px 0;	
	/*	
	background: rgb(217,219,213); 
	background: -moz-linear-gradient(left,  rgb(52, 156, 198) 0%, rgb(58, 161, 206) 10%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(52, 156, 198)), color-stop(10%,rgb(58, 161, 206)));
	background: -webkit-linear-gradient(left,  rgb(52, 156, 198) 0%,rgb(58, 161, 206) 10%); 
	background: -o-linear-gradient(left,  rgb(52, 156, 198) 0%,rgb(58, 161, 206) 10%);
	background: -ms-linear-gradient(left, rgb(52, 156, 198) 0%,rgb(58, 161, 206) 10%);
	background: linear-gradient(to right,  rgb(52, 156, 198) 0%,rgb(58, 161, 206) 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dbd5', endColorstr='#dee2e0',GradientType=1 );*/
	background: linear-gradient(to left, rgb(209, 229, 229) 90%, #C0D4D4 100%);
}

.page.even.dark {
	color: white;
	background: linear-gradient(to right, rgb(58, 161, 206) 90%, rgb(50, 145, 187) 100%);
}

.page.odd.dark {
	color: white;
	background: linear-gradient(to left, rgb(58, 161, 206) 90%, rgb(50, 145, 187) 100%);
}

.page > div {
	padding:45px 30px 20px 30px;
	position:relative;
	width:355px;
	height:565px;
}

.page.odd > div {
	padding-top:82px;
}

.page.odd.sitemap > div {
	padding-top:45px;	
}

.page.odd > div > img {
	position:relative;
	top:-70px;	
}

.page ul {
    list-style-image: url(../img/pfeil-liste.png);
    line-height: 21px;
}

.navigation-arrow {
  position: absolute;
  top: 280px;
  font-size: 80px;
  color: #CACACA;
  width: 23px;
  height: 62px;
  cursor: pointer;
  	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.navigation-arrow.left {
  left: -45px;
  background: url(../img/pfeil-links.svg) no-repeat;
}
.navigation-arrow.right {
  right: 45px;
  background: url(../img/pfeil-rechts.svg) no-repeat;
}

#linke-seite, #rechte-seite {
	float: left;
	width: 350px;
}
#linke-seite {
	border-right:5px dashed red;
	padding: 70px 30px 40px 30px;
}
#rechte-seite {
	padding: 70px 30px 40px 30px;
}
#kapitelband {
	background:url(../img/kapitelband.png) no-repeat left top;
	height: 100px;
	width:180px;
	position:relative;
	left: 255px;
	margin-top:-20px;
	z-index:0;
	display:none;
}
#bleistift {
	background: url(../img/bleistift.png) no-repeat left top;
	height: 44px;
	width:600px;
	position: relative;
	left: -200px;
	float:right;
	z-index:1;
}

#visitenkarte {
	background: url('../img/VK-vimotion.png') no-repeat scroll left top / 50% 50% transparent;
	z-index: 0;
	width: 320px;
	height: 220px;
	right: 0px;
	top: -125px;
	position: absolute;
	background-size: 100%;
	-webkit-transform:rotate(-10deg);
	transform: rotate(-10deg);
	
}

footer {
	position:relative;
}
#impressum_link {
	color: #959595;
	font-size: 12px;
	padding-left: 60px;
	position:relative;
	top: 1px;
	left:25px;
}

form#contactform {
	position:relative;
	top:-50px;	
}

#kamera_film {
	background: url(../img/film.png) no-repeat left top;
	height: 303px;
	width: 300px;
	position:absolute;
	left: 0px;
	top: 250px;
	z-index:10;
}
#kamera {
	background: url(../img/kamera.png) no-repeat left top;
	height: 300px;
	width: 383px;
	position:fixed;
	right: 0px;
	top: 0px;
	z-index:10;
}
#footer-postit-container {
	left:680px;
	top:0px;
	position:absolute;
	height:135px;
	width: 300px;
	overflow:hidden;
}
#footer-postit {
	background: #e56ea6;
	width: 240px;
	height: 150px;
	top:40px;
	left:30px;
	position:absolute;
	transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg) translate3d(0,0,0);
	/*-ms-transform:rotate(-20deg); Removed */
	-moz-transform:rotate(-20deg);
	box-shadow: -3px 5px 5px 1px #999;
}
#footer-postit p {
	color: #fff;
	font-weight: 600;
	text-align:center;
	transform:rotate(10deg);
	-webkit-transform:rotate(10deg) translate3d(0,0,0);
	/*-ms-transform:rotate(10deg); Removed */
	-moz-transform:rotate(10deg);
	padding-left:110px;
}


.preloader {
	width:100%;
	height:100%;
	background-color:#f2f0f0;
	z-index:9999;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	font-size:20px;
	color:#857f7f;
	font-weight:300;
	padding-top:200px;
	zoom:1.0;
}

.preloader a, .preloader a.visited {
 	color:rgb(13,158,202);
	font-size:20px;
}

.scrollable-page {
	max-height: 450px;
	max-width: 100%;
	overflow-y: scroll;
}

/* Formular */

form.iwacontact {
    position: relative;
    top: -90px;
}

#nachricht {
    height:120px;
}

form > ol {
    list-style-type: none;
    padding-left: 0;
}

label {
	display:block;
	font-size: 110%;
	color: #777;
	margin-bottom:5px;
}

input {
	display:block;
	width:303px;
}

input, textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	margin-bottom: 20px;
	background:none;
	border-width: 20px;
	border-image: url('../img/feld-skizze.png') 38 23 37 41 stretch;
	margin-top:-15px;
	width: 303px;
}
input[type="submit"] {
	width: 100px;
	background: url(../img/abschicken.png) no-repeat left top;
	height: 37px;
	padding: 5px;
	color:#fff;
	box-shadow:none;
	cursor:pointer;
	border:0px; border-image:none;
}
input[type="submit"]:hover {
	background: url(../img/abschicken-hover.png) no-repeat left top;
}

.mattoni-film {
	width:100%;
}

.unity-modal-link {
    cursor: pointer;
}

.unity-modal {
    width: 640px;
    height: 480px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -240px;
    background: white;
    border-radius: 20px;
    z-index: 200;
    box-shadow: 5px 4px 10px 0px rgba(0,0,0,0.4);
    border: 1px solid grey;
    display: none;
}

.unity-modal > iframe {
	width: 100%;
	height: 100%;
	border: none;
	position:relative;
	z-index:205;
	overflow: hidden;
}

.unity-modal-close {
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 210;
}
