@font-face { 
  font-family: 'EigeneSchrift'; 
  src: url('/css/Newsgotn.ttf') format('truetype'); 
}

body {
  background: white; 
  margin: 0 auto;
  padding: 0;
  font-family: 'EigeneSchrift';
  width: 100%;
  height: 100;
}
#header {
  position:fixed;
  top:0px;
  background: black;
  height:125px; 
  width:100%;
  z-index: 99;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  display:inline;
  opacity: .8;
}
#logo {
  float: left;
  min-height: 77px;
  margin-top: 20px;
  margin-left: 15%;
}
#nav {
  position: relative;
  list-style-type:none;
  margin: 0;
  padding: 0;
  display:inline;
  float:left;
}
#nav ul {
  margin: 0;
  margin-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  list-style: none;
}
#nav ul li {
  float: left;
}
#nav ul li a {
  padding: 10px 15px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.button {
  transition: all ease 0.75s;
}
.button:hover {
  transition: all ease 0.75s;
  background: #2E2E2E;
  border-radius: 10px;
}

.bttn-kontakt {
  background-color: black;
  border: none;
  color: white;
  padding: 20px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 4px 2px;
  cursor: pointer;
}

.bttn-kontakt:hover {
  background: #2E2E2E;
  
}

.page h1 {
  padding-top:10px;
}
.page h2 {
  padding-top: 30px;
}
.page h3 {
  padding-top: 30px;
}
.page p {
  background: white;
  padding-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
  text-align: justify;
}



#page1 {
  background-color: white;
  z-index: 1;
  padding-top: 125px;
  padding-bottom: 0px;
  margin: 0 auto;
  position: relative;
}
#page1 img {
  width:100%;
  height:100%;
  z-index:1;
}
#page1-win h2 {
  font-size: 3em;
  padding-top: 0px;
  text-shadow: 0.1em 0.1em 0.5em #C62621;
  animation: fadein 4.5s;
  -moz-animation: fadein 4.5s; /*Mozille Firefox*/
  -webkit-animation: fadein 4.5s; /* Safari, Chrome and Opera > 12.1 */
  -ms-animation: fadein 4.5s; /* Internet Explorer */
  -o-animation: fadein 4.5s; /* Opera < 12.1 */

}
#page1-win {
  width: auto;
  left: 15%;
  right: 15%;
  top: 30%;
  bottom: 25%;
  text-align: center;
  margin: 0 auto;
  z-index:2;
  padding-top: 5%;
  color:#C62621;
  font-size:1vw;
  background: rgba(255,255,255,0.65); /**/
  border-radius: 10px;
  animation: fadein 2.5s;
  -moz-animation: fadein 2.5s; /*Mozille Firefox*/
  -webkit-animation: fadein 2.5s; /* Safari, Chrome and Opera > 12.1 */
  -ms-animation: fadein 2.5s; /* Internet Explorer */
  -o-animation: fadein 2.5s; /* Opera < 12.1 */
  position: absolute;
}
#page1 a {
  text-decoration:none;
  color:#FF0011; /*color:#C61621*/
}
#page1 a:hover {
  text-decoration:underline;
}
#bttn-plusminus {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  animation: pulse 2s infinite;
  position: absolute;
  left: 25px;
  bottom: 10%;
}
#bttn-plusminus:hover{
  animation: none;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#win-formular {
  display:none;
  background: white;
  width: 300px;
  height: auto;
  opacity: 1;
  font-size: small;
}
#win-kontaktformular {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
@keyframes fadein {
  from { opacity: 0; }
  to		{ opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to 	 	{ opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,0,0,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0,0.5);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255,0,0,0);
    box-shadow: 0 0 0 10px rgba(255,0,0,0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0,0);
    box-shadow: 0 0 0 0 rgba(255,0,0,0);
  }
}
#page2 {
	height: auto;
	width: 100%;
	background: white;
  padding-top: 35px;
	padding-bottom: 50px;
	padding-left: auto;
	padding-right: auto;
  opacity: 0.8;
	text-align: center;
}
#page3 {
	background: url(../images/people.jpg) no-repeat center fixed;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	z-index: -1;
	color:#fff;
	height: 750px;
	max-width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
#page4 {
	height: auto;
	width: 100%;
	background: white;
  padding-top: 35px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.8;
	text-align: center;
}
#page5 {
	background: url(../images/pen_money.jpg) no-repeat center fixed;
	background-size: cover;
	z-index: -1;
	color:#fff;
	height: 750px;
	max-width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	position: relative;
}
#page6 {
	height: auto;
	width: auto;
	float: center;
	background: white;
  padding-top: 35px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	opacity: 0.8;
}
#page6-contact p {
  text-align: center;
}

#kontaktformular {
	padding-left: 25%;
	padding-right: 25%;
	background-color: white;
}
#anrede-select {
	text-align: left;
  margin-right: 30%;
}
#anrede-label {
	padding-top: 11px;
}
.response {
 	margin: auto;
	width: 80%;
	height: auto;
	font-size: normal;
	text-align: left;
	background: #e2e2e2; /*#ff6666*/
  color: black;
	border: 1.5px solid red;
	border-radius: 10px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
  margin-bottom: 20px;
	animation: fadein 2.5s;
	-moz-animation: fadein 2.5s;
	-webkit-animation: fadein 2.5s;
	-ms-animation: fadein 2.5s;
    -o-animation: fadein 2.5s;
    animation: fadein 2.5s;
}
.response:empty {
	display: none;
}
video {
  width: 75%;
  height: 100%;
}
button {
	padding: 10px;
}
select {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 16px;
	padding: 3px;
}
input, textarea {
	width: 95%;
	padding: 9px;
	border: 2px solid #ccc;
	border-radius: 4px;
	margin-top: 3px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: #e2e2e2;
	font-family: 'EigeneSchrift';
}
.form-group {
	text-align: center;
}
.fcp-fieldset {
	border-style: solid;
	border-color: #bbb;
	padding-top: 30px;
	padding-bottom: 20px;
  text-align: center;
}
.win-fcp-fieldset {
	padding-right: 15px;
}
.control-label {
	float: left;
	padding-left: 2%;
}

.page-padding {height:100px; width:100%;}

#copyright {
        font-size: small;
}
#copyright a {
        color:black;
}

@media all and (max-width: 760px) {	
  
#header {
	position: absolute;
	top:0px;
	background: black;
	height:274px; 
	width:100%;
	z-index: 99;
	border-width: 1px;
	border-style: solid;
	border-color: #555;
	display: inline;
}
#nav {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	list-style-type:none;
	margin: 0;
	padding: 0;
  display:inline
}
#nav ul {
	margin: 0;
	margin-top:15px;
	padding-left: 25px;
	padding-right: 25px;
	list-style: none;
}
#nav ul li {
	float: none;
	text-align: center;
	border-bottom: 1px solid #555;
}
.page p {
  padding-left: 5%;
  padding-right: 5%;
}
#page1 {
   padding-top: 0px;
   top: 276px;
}


#page1-win h2 {
  font-size: 1.5em;
  padding-top: 0px;
}
#page2 {
  padding-top: 200px;
}

#page-win{
	top: 5%;
	left: 10%;
	right: 10%;
	bottom: 5%;
	font-size: 2vw;
}
  #bttn-plusminus {
	width: 25px;
	height: 25px;
}

#response {
	font-size: small;
}
#win-response {
	font-size: small;
}
#page3 {
  background: url(../images/people_mobile.jpg) no-repeat center fixed;
  height: 300px;
  background-size: 100% auto;
}
#page5 {
  background: url(../images/pen_money_mobile.jpg) no-repeat center fixed;
  height: 300px;
  background-size: 100% auto;
  }
/*.popup {
	width:270px;
  	height:170px;
	font-size: small;
}*/
  
  video {
  width: 90%;
  height: 100%;
}

  .page-padding {height:25px; width:100%;}
  
@media all and (max-width: 1024px) {
  
#page1-win {
	top: 30%;
	bottom: 30%;
	left: 10%;
	right: 10%;
	font-size: 1.5vw;
	
}
#page1-win h2 {
  font-size: 2em;
  padding-top: 0px;
}
page2 {
	height: auto;
	width: 100%;
	background: white;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#page4 {
	height: auto;
	width: 100%;
	background: white;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#page6 {
	height: auto;
	width:100%;
	float: center;
	background: white;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bttn-plusminus {
	width: 30px;
	height: 30px;
}

#kontaktformular {
	padding-left: 7.5%;
	padding-right: 7.5%;
}
input, textarea {
	width: 95%;
	padding: 6px;
	border: 2px solid #ccc;
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 16px;
	resize: vertical;
	font-family: 'EigeneSchrift';
}
}
