* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat Alternates', Verdana, Helvetica, sans-serif;
}

/* montserrat-alternates-regular - latin */
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-alternates-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-alternates-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-alternates-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-alternates-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-alternates-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-alternates-v17-latin-regular.svg#MontserratAlternates') format('svg'); /* Legacy iOS */
}

/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../typo/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../typo/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../typo/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../typo/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../typo/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}
/* josefin-sans-700 - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../typo/josefin-sans-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../typo/josefin-sans-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../typo/josefin-sans-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../typo/josefin-sans-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../typo/josefin-sans-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../typo/josefin-sans-v25-latin-700.svg#JosefinSans') format('svg'); /* Legacy iOS */
}
body,html {
	width: 100vw;
	height: 100vh; 
	font-size: 16px;
	color: #fff;
	z-index: 10000;
/*	overflow-x: hidden; */
  scroll-behavior: smooth;
}

img, object, embed {
	max-width: 100%;
}

h1 {
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 2em;
	margin: 1.5em 0;
	width: 100%;
	border-bottom: 3px solid #171819;
}

h2 {
	margin-bottom: 1.2em;
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
}

h3 {
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em 0 1em 1.2em;
}

p {
	line-height: 1.82em;
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #0F0;
}

ul {
	margin-left: 2em;
	line-height: 1.3em;	
}
li {
	list-style:none;
	line-height: 1.82em;	
}
.bullit {
	list-style: circle;	
	line-height: 1.82em;
	margin-left: 1.5em;
}

#footer {
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	background:#131313;
	color: #acacac;
	font-size: 1.7em;
	text-align:center;
	min-height: 10vh;
	margin:0;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../img/eulengesicht.jpg");
  min-height: 100%;
  margin-top: 0;
}

.bgimg-2 {
  background-image: url("../img/strauss1.jpg");
  min-height: 80%;
}

.bgimg-3 {
  background-image: url("../img/bahn2.jpg");
  min-height: 80%;
}
.bgimg-4 {
  background-image: url("../img/bahn3.jpg");
  min-height: 80%;
}
.bgimg-5 {
  background-image: url("../img/bahn4.jpg");
  min-height: 80%;
}
.bgimg-6 {
  background-image: url("../img/roter_ahorn.jpg");
  min-height: 80%;
}
.bgimg-7 {
  background-image: url("../img/wolken.jpg");
  min-height: 100%;
  margin-top: 0;
}
.bgimg-8 {
  background-image: url("../img/malta_hafen.jpg");
  min-height: 80%;
}
.info {
	padding: 1em 3em 3em 6em;
	color: #123456;
}
.dark {
	padding:  1em 3em 3em 6em; 
	background: #333; 
}

.multicolumn {
	position: relative;
	column-width: 360px;
	column-gap: 1em;
	-moz-column-width: 360px;
	-moz-column-gap: 1em;
	-webkit-column-width: 360px;
	-webkit-column-gap: 1em;
	width: 100%;
}
.multicolumn img, .multicolumn video {
	width: 100%;
	height: auto;
	margin: 1.5em 0;
}
.two-column {
	column-width:21rem;
	column-count:2;
	column-gap:1.2rem;
  }
.rechts {text-align:right;}
.rechts_fix {
	text-align:right;
	position: fixed; 
	width: 2em;
    height: 2em;
    bottom: 40px;
	}

#gotop, #gotop a {
    position: fixed;
}

#gotop a {
    font: 1.1em/2 Verdana;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle,#282828,#555);
    border-radius: 10px;
    box-shadow: 0 0 4px 2px #666;
    width: 2em;
    height: 2em;
    bottom: 40px;
    margin-left: 90%;
    opacity: .8;
    transition: 1s;
    z-index: 100;
}

#gotop a:hover,
#gotop a:focus {
    background: radial-gradient(circle,#555,#282828);
    border-radius: 30px;
	text-decoration: none;
}

#gotop span {
    height: 0;
    width: 0;
    top: -4000em;
    overflow: hidden;
    position: fixed;
}

#gotop {
    opacity: 0;
    transition: 1s;
}


@media screen and (max-device-width:480px), screen and (max-width:600px) {
	h1 {font-size: 1.7rem;} 
	h2 {font-size: 1.5rem;}
	h2 {font-size: 1.2rem;}
	ul {margin-left: 1rem;}
	#footer {font-size: 1em;}
	.info {	padding: 1rem; color: #123456;}
	.dark {	padding:  1rem; background: #333;}	
}
@media screen and (min-width: 768px) {
	
	.two-column {
	column-width:21rem;
	column-count:2;
	column-gap:1.2rem;
   -moz-column-width: 21rem;
  -moz-column-count:2;
    -moz-column-gap: 1.2rem;
    -webkit-column-width: 21rem;
	-webkit-column-count:2;
    -webkit-column-gap: 1.2rem;
}
}		
/* Turn off parallax scrolling for tablets and phones 
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
        background-attachment: scroll;
    }
}
 */
   