

* {
	margin:0;
	padding:0;
	list-style:none;
	box-sizing:border-box;
}
body {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
}
.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/* Headings */
/* px=rem(18/16 = 1.125) */

h1 {
  font-size: 2rem;
  color: #0f70b7; /* #34495E; */
  text-align: center;
  padding: 5px 00px 25px 0px;
}

.link{
  color: grey;   
	text-decoration:underline;
}
.link:hover {
  color: #fa2841;
;   
}

/*-------------------------------------------------------------------------*/
/* NAVIGATION */

header {
  position: fixed;
  width: 100%; 
  height:60px;
	float:left;
	background:#f5f0eb;
	top:0;
  z-index: 10000;
}
.logo {
  font-weight: 800;
	display:block;
	width:100%;
	padding:0.4em 0em 0em 1.6em;
	text-decoration:none;
	color:black;
  font-size: 1.8rem;
}
nav {
	width:100%;
	float:left;
	/* background:#f5f0eb; */
  height:60px;
	overflow:hidden;
	transition:height .2s ease-in-out;
}

nav li {
	float:left;
	width:100%;
}

nav a {
	display:block;
	height:100%;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:black;
	border-top: 1px solid rgba(0,0,0,0.2);
}

header a:hover {
	color:#fa2841;
}
nav a:hover {
	color:#fa2841;
}

.nav-toggle {
	/* background:#fff; */
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
  padding:1em;
	color:black;
	cursor:pointer;
	text-decoration:none;
}

.nav-toggle:hover {
	color:#fa2841;
}

#nav-open:target .nav-closed {
	display:block;
}

.nav-closed,
#navi-closed:target .nav-closed,
#nav-open:target .nav-open {
	display:none;
}

/*-------------------------------------------------------------------------*/
/* Sections */
section {
  margin: 30px 00px 00px 00px; 
}

/*-------------------------------------------------------------------------*/
/* BANNER */
section.Banner {
  position: relative;
  border: 0px solid grey;
  padding: 0px 00px 00px 0px;
  display: flex;
  justify-content: center;
}
img.Banner{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 50%;
  padding-top:0px;
}
.time{
  position: absolute;
  top: 60%;
  background-color: #f39200;
  font-family: 'Roboto', sans-serif;
  width: 620px;
  color: #0f70b7;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  padding: 5px 5px 5px 15px;
}

/*-------------------------------------------------------------------------*/
/* about */

section.about {
  height:100%;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 40px 0px;
	background:#fdebd0;
}
.flex-about {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}
.flex-about > div {
  /* border: 1px solid grey; */
  width: 69%;
  height: 100%;
  /* margin: 3px; */
  padding: 10px;
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 1rem;
  color: #1D70B7;
  word-wrap: break-word;
}
img.about{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding-top:0px;
}

.citation{
  /* text-align:center;  */
  padding: 0px 0px 0px 00px;
  margin: 0px;
  max-width:100%;
}

.write {
  color: red; 
  font-size: 1rem;
  margin: 5px 0 0 10px;
  /* line-height: 33px; */
  white-space: nowrap;
  overflow: hidden;
  /* width: 30em; */
  word-wrap: break-word;
  animation: type 20s ease; 
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.e-mail:before {
    content: attr(datasite) "\0040" attr(contact);
    unicode-bidi: bidi-override;
    direction: rtl;
}

@keyframes type{ 
  0%{width: 0;}
  20%{width: 100%;}
  100%{width: 100%;}
} 

/*-------------------------------------------------------------------------*/
/* WHEN */
section.when {
  min-height: 400px;
  overflow: hidden;
  padding: 00px 0px 0px 0px;
  position: relative;
}
.demo-bg {
  opacity: 0.05;
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
}

div.Bannertext{
  font-family: 'Roboto', sans-serif;
  width: 400px;
  height:40px;
  position: relative;
  flex-direction:row;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: right;
     -moz-justify-content: right;
      -ms-justify-content: right;
          justify-content: right;

  float:left;
  margin: 20px;
}
ul.countdown {
  list-style: none;
  margin: 0px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul.countdown li { display: inline-block; }

ul.countdown li span {
  color: #0f70b7;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  padding: 0px 5px 10px 5px;
  margin-left: -4px;
/*   border-top: 3px solid #f39200;
  border-bottom: 3px solid #f39200;
 */}
ul.countdown li p {
  color: #f39200;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: -24px;
}
/* .start {
  border-left: 3px solid #f39200;
}

.last { 
  border-right: 3px solid #f39200; 
}
 */

/*-------------------------------------------------------------------------*/
/* SUBSCRIBE */

section.subscri {
  display: flex;
  justify-content: center;
  height:100%;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
	background:#c3d8df;
}
 
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 340px;
  background-color: #f39200;
}
.email {
  width: 340px;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}
.name {
  width: 340px;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

/*-------------------------------------------------------------------------*/
/* SHARE */

section.share {
  display: flex;
  justify-content: center;
  height:100%;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
	/* background:#c3d8df; */
}
.fa {
  padding: 7px;
  font-size: 20px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 10px 5px;
}
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}
/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}
.face{
  position: absolute;
  padding: 5px 5px 5px 15px;
  margin-left: 90%;
}


/*-------------------------------------------------------------------------*/
/* DONATE */

section.Trailer {
  display: flex;
  justify-content: center;
  height:100%;
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 40px 30px;
	background:#fdebd0;
}
.don{
  text-align: center;
}



/*-------------------------------------------------------------------------*/
/* works */
section.workx {
  padding: 00px 0px 00px 0px;
margin:-10px;
  background-color: #C2D7DE;
  color: #e58b04; 
	font-style: normal;
	font-variant: normal;
}
img.bild{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding-top:0px;
}



/*-------------------------------------------------------------------------*/
footer {
  padding: 00px 20px 60px 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  color: white;
  background: black;
}
footer h2 {
  padding: 30px 00px 00px 80px;
  font-size: 1.2rem;
  color: white; /* #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: left;  
}
footer p {
  padding: 00px 00px 00px 80px;
  font-size: 1rem;
  text-align: left;  
}
a.aein {
	text-decoration:none;
	color:#67cce5;
}

p.er {
  padding: 20px 80px 20px 80px;
  font-size: 1.2rem;
}

.addr:before {
    content: attr(datasite) "\0020" attr(contact);
    unicode-bidi: bidi-override;
    direction: rtl;
}

/*-------------------------------------------------------------------------*/


 @media screen and (min-width:986px) {
	.nav-toggle {display:none !important;}
	.logo {
		width:auto;
		float:left;	
	}
	nav {
		float:right;
		width:auto;
		display:block !important;
		height:auto;
	}
	nav li {
		width:auto;
		padding:0;	
	}
}
@media screen and (max-width: 985px) {
	#nav-open:target nav {
		height:410px;
	}
  .time{
    width: 450px;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    padding: 1px 1px 1px 5px;
  }
 
@media screen and (max-width: 785px) {
	#nav-open:target nav {
		height:410px;
	}
  section.Trailer {
    padding: 20px 0px 20px 0px;
  }
  .time{
    width: 320px;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    padding: 1px 1px 1px 5px;
  }
  .when{
  padding-right: 40px;
   }

@media screen and (max-width: 700px) {
  .flex-about {
    flex-direction:column-reverse;
  }
  .flex-about > div {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  section.Trailer {
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .nav-toggle {
    padding:0.6em 1em 1em 1em;
  }
  .logo {
    padding:0.6em 0em 0em 1.6em;
    font-size: 1rem;
  }
  .write {
    font-size: 0.6rem;
  }
  .time{
    width: 280px;
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
    padding: 1px 1px 1px 5px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */


