*{
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}

header {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 1;
}

header ul li {
    padding: 12px;
    display: inline-block;
}

.active, header ul li a:hover {
 font-weight: bolder;
 text-decoration: overline;
}

header ul li a:visited {
    text-decoration: none;
    color: #030067;
}

header ul {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#maincontent {
    min-height: 100vh;
}

#gallery{
    min-height: 100vh;
}

#contactform {
    min-height: 100vh;
}

#placeholder {
    min-height: 100vh;
}

header ul li a {
    font-size: 2em;
    text-decoration: none;
}

footer{
    float: right;
    font-size: 0.7em;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.flip-container{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 550px;
  height: 400px;
}

.front #logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}

#arrow {
    position: absolute;
    width: 20px;
    bottom: 15px;
    right: 15px;
}

.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
  width: 550px;
  height: 400px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid #222;
  box-shadow: 5px 5px 10px #222;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
}

.back img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.back table {
  width: 90%;
  margin: 40px auto 0;
  font-size: 20px;
  font-family: "open sans";
  color:#333;
}

.back a:visited, .back a{
  color: #333;
  text-decoration: none;
}

table i {
  color:#333;
}

#contactcontainer form{
    display: grid;
    width: 70%;
    margin: 0 auto;
    padding-top: 10%;
}

form input[type="text"], form input[type=email]{
    width: 300px;
    margin: 0 auto;
    height: 30px;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}

form input[type="submit"]{
    width: 150px;
    margin: 0 auto;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
}

form input[type="submit"]:hover{
    background-color: black;
    color: white;
}

form textarea{
    width: 300px;
    height: 150px;
    margin: 0px auto;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}

.g-recaptcha{
    margin: 0 auto;
}

#contactform img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#successmail {
  background-color: #DDFFD7;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding:5px;
  border: 1px solid #00FF00;
  border-radius: 5px;
}

#robotmail {
  background-color: #FFB1B1;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding:5px;
  border: 1px solid #FF0000;
  border-radius: 5px;
}

/* #contactcontainer {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/

/* #contactform::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(93% 73%, 100% 2%, 100% 100%, 0% 100%);
    clip-path: polygon(93% 73%, 100% 2%, 100% 100%, 0% 100%);
    background: #030067;
}*/
