
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans|Clicker+Script|Quattrocento+Sans|Quattrocento);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
	display: block;
}

ol, ul {
	list-style: none;
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {height: 100%;}
body {width: 100%; overflow: scroll; background-color: #fff; font-family: 'Quattrocento Sans', sans-serif; line-height: 1.8; font-weight: 100;}

.row, .full-lenght, header, section, wrapper {overflow: hidden; width: 100%; position: relative;}
.wrapper {width: 70%; margin: auto;}



a {text-decoration: none;}

section img {width: 100%;}

#portfolio {text-align: center; margin: 3% auto 4% auto;}
#portfolio-text {width: 100%;background-color: #924200; opacity: 0.8; margin: auto;}
#referenzen {background-image: url(../images/Fondo_galerie_hell.jpg); background-size: cover;}
.none {display: none;}



#ueber_mich, #willkommen {width: 100%; margin: auto; background-color: #924200; opacity: 0.8; position: absolute;
    top: 0%;text-align: left;}
.info {width: 70%; padding: 30px 40px; margin: auto;}



#kontakt-text, #impressum {width: 50%; background-color: #383E3F; opacity: 0.8; position: absolute; top: 8%; left: 8%; padding: 20px 40px;}
#impressum {background-color:#25243F;}
footer {background-color: #383E3F;}

/* Responsive Squares ****/

.square {
    float:left;
    position: relative;
    margin: 1%;
    overflow:hidden;
}
.muestra a {position: absolute; width: 100%; top:0; left:0;}

.line {vertical-align: bottom;}
.fourth { width: 22%; padding-bottom: 22%;}

.doble {width: 64%;padding: 10% 0 10px 0;}
.third {width: 31%;}
.resto {width: 36%; padding: 30px 0 20px 0;}

.left {float:left;}
.right {float:right;}

h1, p {font-size: 1.2em; color: #fff;}
h1, h2 {font-family: 'Quattrocento', serif;font-size: 1.6em;}
h2 {font-size: 1.2em; color: #924200;}
#impressum a, #impressum h2 {color: #fff;}
#kontakt p {font-size: 1em;margin: 2% 0 1% 0;}
#kontakt h2, #kontakt a{color:#fff;}
a:hover {color:darkgoldenrod;}




.nav {margin-bottom: 30px;}
.nav ul, .nav ul li {display: inline;}
.nav ul li {margin-right: 20px;}
.nav li a, footer li a {font-family: 'Open Sans', sans-serif; color: #54390A; padding: 10px 0;}
footer li a, footer p, footer a {font-family: 'Open Sans', sans-serif; color:#fff; font-size: 0.9em;}
.third {margin: 3% 0 5% 0;}
#kontakt-text a, #impressum a {color:#D3B399;}
#kontakt-text a:hover, #impressum a:hover{color:#924200;}

.nav li a:hover, .active {border-bottom: solid 4px #924200;} 


#bernadeta{font-family: 'Clicker Script', cursive; font-size: 2.3em; color: #54390A;}


/* Media Queries ****/

@media only screen and (min-width: 980px) and (max-width: 1279px) {
}

@media only screen and (min-width: 769px) and (max-width: 979px) {
    .wrapper {width: 96%;}
    #kontakt-text {width: 90%; opacity: 0.8; position: absolute; top: 2%; left: 5%; }
    .doble {width: 70%;}
.resto {width: 30%;}
}

@media screen and (max-width: 768px) {
    
    /* general **/
    .wrapper, .resto, .doble, .third, section {text-align: center;
        width: 100%; padding: 0;}
    .resto {margin: 30px 0px;}
    .info{width: 90%; text-align: left}
    #ueber_mich, #willkommen {position: relative;}
    #bernadeta{font-size: 2em;}
h2 {0.875em;}
    
    /* Typographie ***/
    footer {padding: 5px;}
    footer li {display: inline-block; }
    footer li a{padding: 7px; }
  
    /*Responsive Squares**/
    
    .nav {float:none;}
   .nav ul li {font-size: 0.875em; margin: 20px 5px;}
    .muestra {width: 44%; float: left; padding-bottom: 44%;}
    p, h1 {font-size: 0.7em;}
    #kontakt {background-color: antiquewhite;}
    #kontakt-text, #impressum {width: 100%;position: inherit;left:0; text-align: left; margin: 15px auto;}
    #kontakt img {display: none;}
}



    /*Responsive menu**/ 






