/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('./schrift/lato-v23-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./schrift/lato-v23-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./schrift/lato-v23-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./schrift/lato-v23-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('./schrift/lato-v23-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./schrift/lato-v23-latin-ext_latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./schrift/lato-v23-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./schrift/lato-v23-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./schrift/lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./schrift/lato-v23-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./schrift/lato-v23-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./schrift/lato-v23-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #15384C;
	background-color: white;
}

h1 {
	font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    text-transform: uppercase;
}

h2 {
	font-size: 25px;
    font-weight: 300;
    line-height: 25px;
}

a {
	color: #15384C;
}

.navigationLinks {
	/*padding-top:35%;*/
	padding-left:50px;
}

.navigationLink {
	font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

.navigation {
	position: fixed;
	color: white;
	background-color: #15384C;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 25%;
	height: 100%;
}

.content {
	position: absolute;
	top: 0px;
	left: 25%;
	width: 75%;
}
.contentFullscreen {
	position: absolute;
	overflow: hidden;
	background-color: #15384C;
	top: 0px;
	left: 25%;
	width: 75%;
	height: 100%;
}
.contentText {
	padding: 30px;
	padding-left: 50px;
}

.picturelink {
	height: 75px;
}

/* startseite */
.startImage {
	height: 100%;
	float: right;
}
.startTitle {
	position: absolute;
	top: 100%;
	margin-top: -200px;
	padding-left:50px;

	color: white;
	font-size: 70px;
    font-weight: 300;
    line-height: 75px;
    text-transform: uppercase;
}
.startSubtitle {
	font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    text-transform: uppercase;
    padding-left: 5px;
}

/* galerie */
.gallery {
	width: 100%;
	padding-bottom:50px;
}
.galleryControl {
	margin-top: -35px;
	padding-bottom: 35px;
	text-align: right;
}
.galleryCursor {
	cursor: pointer;
}
.galleryShift {
	
}

/* edit */
.editCursor {
	cursor: pointer;
}
.editPlace{
	background-color: #CCC;
	margin-top: 20px;
}

/* smaller screens */
@media only screen and (max-width: 900px) {

	.navigation {
		position: absolute;
		width: 100%;
		height: auto;
		padding-bottom:20px;
	}
	.navigationLinks {
		padding-top: 20px;
		padding-left: 20px;
	}

	.content {
		position: absolute;
		top: 200px;
		left: 0px;
		width: 100%;
	}
	.contentFullscreen {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	.galleryShift {
		top: 200px;
	}

	.logo {
		visibility: hidden;
		height: 0px;
	}

}