/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.02.2018, 09:10:57
    Author     : tonyb
*/

body {
    background-color: #000000;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    overflow-x: hidden;

}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #333;
}
.title {
    position: relative;
    width: 500px;
    height: 200px;
    left: 50%;
    margin-top: -100px; 
    margin-left: -250px;
    margin-bottom: -6%;

}

p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}


a {
    color: #000000;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



#headerwrap {
	background: url(../bilder/edits-bg3.jpg) no-repeat center top;
        height: 100vh;
        margin-top: -20px;
	padding-top:20px;
	text-align:center;
	background-position: center center;
	width: 100%;
	background-size:cover;
        
    
}

#about {
    color: #999999; 
}

#headerwrap h1 {
	margin-top: 150px;
	color: white;
	font-size: 70px;
	font-weight: 700;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
	font-weight: 100;
    font-family: 'EB Garamond', serif;
    font-style: oblique;
    min-height: 100%;
}
#logo {
    position: fixed;
	margin-left: -10%;
        top: -18px
}



h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;	
}

i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}



img {
	text-align: center;
}




.menu {
	position: fixed;
	left: 0px;
	width: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
        background:#ffffff;
}


.menu-wrap {
	
        background:#ffffff;
	width: 100%;
	height: 10%;
        text-align: center;
        padding-top: 0.2%;
}
.menubutton {
    font-size: 30px;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    color: #000000;
    padding: 40px;  
    text-decoration: none; 
}


.icon {
    color: #000000;
    padding: 10px;
}

#table {
    text-align: left;
    font-family: sans-serif;
    font-size: 1.2em;
    color: black;
    position: relative;
    padding-left: 0.6em;
    padding-right: 4.6em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border: 3px solid white;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    background: rgba(204, 204, 204, 0.8);
    
}

.list {
    text-align: left;
    font-family: sans-serif;
    font-size: 1.2em;
    background: rgba(204, 204, 204, 0.8);
    color: black;
    position: relative;
    padding: 0.6em;
    border: 3px solid white;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    width: 22vw;
    margin-bottom: 20px;
    
}
li span { 
    position: relative; left: 10px; 
    font-weight: bold;
}



footer {
  height: 5%;
  position:fixed;
  bottom:0;
  background-color: #ffffff;
  text-align: center;
  width: 120vw;
  margin-left: -60px;
}
#validator {
    position:fixed;
    margin-left: 55% ;
    margin-top: -2.2%;
}

#social {
     position:fixed;
    margin-left: 22%;
   margin-top: 0.5%;
}
.fa {
    padding: 5px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
   
}

.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
    background: #000000;
    color: white;
}

.fa-youtube {
    background: #000000;
    color: white;
}

.fa-instagram {
    background: #000000;
    color: white;
}
#copyright {
    color: black;
    text-align: center;
    margin-left: 42%;
    padding-top: 20px;
    font-family: sans-serif;
    margin-top: -0.4%;
     position:fixed;
}


@media screen and (max-width: 1300px) {
    #headerwrap {
      width: 100%;
      margin-top: -50px;
    }
    #table {
        margin-top: -90px;
    }
    .list {
        width: 33%;
    }
    #validator {
        position: fixed;
    margin-left: 80%;
    margin-top: -4.4%;
}
#social {
    margin-left: 10%;
    margin-top: 1%
}
#copyright {
    font-size: 13px;
}
}

@media screen and (max-width: 1200px) {
    #headerwrap {
      width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    #headerwrap {
      width: 100%;
    }
      #table {
        
        width: 40%;
        font-size: 20px;
     
    }
     .list {
        font-size: 20px; 
        width: 47%
    
}

@media screen and (max-width: 1100px) {
    #headerwrap {
      width: 100%;
    }
      #table {
        width: 40%;
        font-size: 20px;
        margin-top: -20px;
    }
     .list {
        font-size: 20px; 
        width: 47%;
     }
     .menubutton {
        padding: 30px;
    }
     }
    
}

@media screen and (max-width: 950px) {
    #headerwrap {
      width: 100%;
    }
      #table {
        width: 40%;
        font-size: 20px;
     
    }
     .list {
        font-size: 20px; 
        width: 47%;
     }
     .menubutton {
        padding: 20px;
    }
     }

@media screen and (max-width: 820px) {
    #headerwrap {
      
      width: 100%;
    }
    .menubutton {
        padding: 20px;
    }
    #logo {
        margin-left: -70px
    }
  
}

@media screen and (max-width: 780px) {
    #headerwrap {
      
      width: 100%;
    }
    .menubutton {
        padding: 20px;
    }
    #logo {
        margin-left: -1000px
    }
  
}


@media screen and (max-width: 540px) {
   #headerwrap {
      height: auto;
      width: 540px; 
    }
    .menubutton {
        margin-left: -6px
    }
}

@media screen and (max-device-width : 450px) {
  #headerwrap {
      margin-top: -60px;
      width: 450px;
      overflow-x: hidden;
    }
       #table {
        width: 70%;
        font-size: 15px;
        margin-top: -100px;
        margin-left: 10px;     
    }
     .list {
        font-size: 15px; 
        width: 85%;
        padding-bottom: -0px;
        margin-left: 10px;  
     }
 .menubutton {
        padding: 10px;
        font-size: 20px
    }
     #validator {
        margin-top: 40px
    }
    footer {
        visibility: hidden;
    }
}


@media only screen and (max-device-width : 375px) {
    #headerwrap {
      margin-top: -60px;
      width: 375px;
      overflow-x: hidden;
    }
       #table {
        width: 70%;
        font-size: 15px;
        margin-top: -100px;
        margin-left: 10px;     
    }
     .list {
        font-size: 15px; 
        width: 85%;
        padding-bottom: -0px;
        margin-left: 10px;  
     }
 .menubutton {
        padding: 10px;
        font-size: 20px
    }
    #validator {
        margin-top: 40px
    }
     
}


