/************************************************** ALLGEMEIN **************************************************/
body {text-align:left;width:100%;height:100%;color:#fff;background:url(bg_body.jpg) #1b1b1b;font-family:'PT Sans', Tahoma, Helvetica, sans-serif;font-size:1em;text-rendering:optimizeSpeed;padding:0;margin:0 auto;}

a img {border:none;}
img {max-width:100%;}

a, a:link, a:visited {text-decoration:underline;color:#fff;}
a:hover, a:active {text-decoration:none;color:#fff;}
a:active {position:relative;top:1px;}

i, em {font-family:FontAwesome;font-style:normal;}

* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
:before, :after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

::selection {background-color:rgba(188, 159, 72, 0.2);}
::-moz-selection {background-color:rgba(188, 159, 72, 0.2);border:10px solid red;}

.clearfix:after {content:'.';clear:both;display:block;visibility:hidden;height:0px;}
.clear {clear:both;overflow:hidden;height:0px;margin:0;padding:0;line-height:1px;}

/* Layout */

h1 {font-family:'PT Serif', Georgia, serif;font-size:3em;font-weight:400;color:#fff;}

h2 {font-size:2em;color:#b99646;margin:2em 0 0 0;}

.container {max-width:80%;margin:0 auto;}


/****************************************************************************************************************/
/************************************************** SMARTPHONE **************************************************/
/****************************************************************************************************************/


.anker-logo {display:block;width:10%;height:auto;margin:2em auto;}
header h1 {text-align:center;color:#b99646;margin:0 auto;}


/****************************************************************************************************************/
/**************************************************** TABLET ****************************************************/
/****************************************************************************************************************/

@media only screen and (min-width:41em) {
    
    .anker-logo {width:5%;}
    
}



/****************************************************************************************************************/
/**************************************************** DESKTOP ***************************************************/
/****************************************************************************************************************/

@media only screen and (min-width:1024px) {
    

    
}