* {
	margin: 0;
	padding: 0;
	font-family: 'Orbitron', Verdana, Helvetica, sans-serif;
}
body,html {
	width: 100vw;
	height: 100vh; 
	font-size: 16px;
	color: #144;
	z-index: 10000;
	/* overflow-x: hidden; */
  scroll-behavior: smooth;
}


img, object, embed {
	max-width: 100%;
}

/* Orbitron-regular - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../typo/aclonica-v18-latin-regular.eot'); 
  src: local(''),
     
       url('../typo/Orbitron-VariableFont_wght.ttf') format('truetype'), 
}

h1, h2, h3, h4, .big { font-family: 'Orbitron', sans-serif; }

h1 {
	font-size: 3em;
	line-height: 2em;
	margin: 1.5em 0;
	width: 100%;
	border-bottom: 3px solid #171819;
}

h2 {
	margin-bottom: 1.2em;
	font-size: 2em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 1em 0 1em 1.2em;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	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 {
	font-family: Verdana, Helvetica, sans-serif;
	list-style:none;
	line-height: 1.82em;	
}
.bullit {
	list-style: circle;	
	line-height: 1.82em;
	margin-left: 1.5em;
}

#footer {
	font-family: Verdana, Helvetica, sans-serif;
	background:#131313;
	color: #acacac;
	font-size: 1em;
	text-align:center;
	min-height: 10vh;
	margin:0;
	padding-top: 2rem;
}
/**** iPhoneHack ****/
@media screen and (max-width: 767px) {	
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12 {
  position: relative;
  opacity: 0.85;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media screen and (min-width: 768px) {
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12  {
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
.bgimg-2 {
  background-image: url("../img/schaltkasten.png");
  min-height: 75%;
}

.bgimg-1 {
  background-image: url("../img/start3.jpg");
  min-height: 75%;
}

.bgimg-3 {
  background-image: url("../img/heiz.png");
  min-height: 75%;
}
.bgimg-4 {
  background-image: url("../img/pv_freepik0.jpg");
  min-height: 75%;
}
.bgimg-5 {
  background-image: url("../img/schaltkasten2.png");
  min-height: 80%;
}
.bgimg-6 {
  background-image: url("../img/bootschaltung.png");
  min-height: 80%;
}
.bgimg-7 {
  background-image: url("../img/pv_freepik1.jpg");
  min-height: 80%;
  margin-top: 0;
}
.bgimg-8 {
  background-image: url("../img/pv_freepik3.jpg");
  min-height: 80%;
}
.bgimg-9 {
  background-image: url("../img/oeffentlicherBau.jpg");
  min-height: 80%;
}
.bgimg-10 {
  background-image: url("../img/schrauberPV.jpg");
  min-height: 80%;
}
.bgimg-11 {
  background-image: url("../img/abendstimmung.jpg");
  min-height: 80%;
}
.info {
	padding: 1em 3em 3em 6em;
	color: #123456;
}
.dark {
	padding:  1em 3em 3em 6em; 
	background: #134;
	color: #ccd;	
}
.small {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 0.15em;
	color: #009;
}
.hinweis {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	letter-spacing: 0.15em;
	color: #009;
}
.multicolumn {
	column-width:24em;
	column-gap:1.2em;
}
.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;}
	h3 {font-size: 1.2rem;}
	ul {margin-left: 1rem;}
	#footer {font-size: 1em;}
	.info {	padding: 1rem; color: #123456;}
	.dark {	padding:  1rem; background: #333;}	
}

.videowrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}  