@charset "utf-8";

/* Reset
----------------------------------------------------------------*/

h1, h2, h3,
p,
ul, li,
blockquote {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

ul li {
  list-style-type: none;
}

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

body {
    margin: 0 auto;
    font-family: "chaparral-pro-display", Georgia, serif;
    font-size: 18px;
    background-image: url("img/bg-archner-web-headerr.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#kreis {
    margin: 0 auto;
    width: 35vw;
    padding-top: 1rem;;
    height: auto;
    margin-top: 8.5rem;
    text-align: center;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-shadow: 3px 3px 15px 12px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 15px 12px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 15px 12px rgba(0,0,0,0.25);
}

#box {
    margin: 0 auto;
    width: 55vw;
    height: 75vh;
}

#gro {
    width: 15rem;
    padding: 1px;
    margin: 1rem;
}

h1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 3.2rem;
    padding-top: 2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 span {
    font-size: 2.5rem;
}

nav {
    padding-bottom: 4rem;
    display: block;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: underline;
    border: 0;
}

a:visited {
    color: #000000;
}



/*---------------frame--------------------------*/

#topleft, #topright, #bottomleft, #bottomright {
 height: 1.5em;
 width: 1.5em;
 position: fixed;
 display: block;
 z-index: 5;
 background-color: #000;
}

#top, #bottom {
 height: 1.5em;
 position: fixed;
 left: 0;
 right: 0;
 display: block;
 background-color: #000;
 z-index: 5;
}
#left, #right {
 width: 1.5em;
 position: fixed;
 top: 0;
 bottom: 0;
 display: block;
 background-color: #000;
 z-index: 5;
}

#top {
 top: 0;
}
#bottom {
 bottom: 0;
}
#left {
 left: 0;
}
#right {
 right: 0;
}
#topleft {
 top: 0;
 left: 0;
}
#topright {
 top: 0;
 right: 0;
}
 #bottomleft {
 bottom: 0;
 left: 0;
}
 #bottomright {
 bottom: 0;
 right: 0;
}


/*Media Queries
/*----------------------------------------------*/
@media screen and (max-width: 1370px) {

#kreis {
    width: 45vw;
    padding-top: 1rem;;
    margin-top: 2.75rem;
}
    
h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 3rem;
    padding-top: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    
h1 span {
    font-size: 2rem;    
}
    
nav {
    font-size: 1.3rem;    
    } 
    
#gro {
     width: 13rem;   
}
}