
/****************************************************************        
						detailREICH - 2018
*****************************************************************/
/* COLORS
/*  helles Ocker = color: rgba(140,115,45,1);
	dunkles Ocker = color: rgba(125,100,25,1);
*/

/* FONTS
------------------------------------------------------------------------------------------ */
@font-face { font-family: Darkwoman; src: url(../assets/fonts/webfonts/Darkwoman.otf) format('truetype'); }


/* BASICS
------------------------------------------------------------------------------------------ */
body { color:#333; font:300 15px/15px 'Oswald',Arial,Helvetica; background: url(../images/bg.jpg) right top no-repeat fixed #fff; -webkit-font-smoothing:antialiased;}

/* FORMATE
------------------------------------------------------------------------------------------ */
/*** -------- Links ----------  ***/
a{ color: rgba(140,115,45,1); text-decoration:none;}
a:hover { color: rgba(125,100,25,1); }
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

/*** -------- Headlines ----------  ***/
h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{ font:700 5em 'Oswald',Arial,Helvetica; margin:0.25em 0; text-transform: uppercase; }
h2{ font:400 2.5em 'Oswald',Arial,Helvetica; margin-bottom: 1.5em; }
h3{ font:400 1.5em 'Oswald',Arial,Helvetica; margin: 2em 0 1em 0; }
h4{ font:400 3em 'Darkwoman',Arial,Helvetica; margin-bottom: 0em; }
h4 i{ margin-right: 0.5em; }

h2.text-center.wowload.fadeInUp.animated { font-size: 3em; }
.container h3 { font-weight: 400; }
.container h2 { color: rgba(140,115,45,1); text-transform: uppercase; margin: 2em 0 1em; }

p{ font-size: 1.2em; line-height: 1.7em; margin-bottom: 1.7em; }

/*** -------- Spacer ----------  ***/
.spacer{ padding-bottom: 4em; }
.spacer-small{ padding: 2em 0; }

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff; background: rgba(140,115,45,1);width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{ background: rgba(125,100,25,1); box-shadow: none; }

.topbar { background:url(../images/lines.png); height:5px; position: fixed; top: 0; width: 100%; z-index: 1000; }
.navbar-nav > li > a{ font-size: 1.4em; line-height: 3em; font-weight: 500; text-transform: uppercase; }
.navbar-fixed-top{ /*top: 5px;*/ }
.navbar-inverse{ background: #111; }
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus{ background: none; color: rgba(140,115,45,1); }

a.navbar-brand.logosmall img { height: 75px; margin: 10px 0 0; }

#head,.carousel{ margin-top: 0; }

#home { padding-top: 6em; }



/* CONTENT
------------------------------------------------------------------------------------------ */

/*** -------- Über mich ----------  ***/
/*.services ul li{width: 10em; height: 10em;border: 1px solid #ccc;padding: 0;border-radius: 50%;margin: 0 1.25em; line-height: 13.5em;color: #999; }
.services ul li span{line-height: 2em;display: inline-block;font-weight: 300;}
.services ul li span i{font-size: 3em;}
.services ul li span b{display: block;font-size: 1em;font-weight: 300;}*/
#about img { max-width: 100%; }

/*** -------- Portfolio ----------  ***/
#portfolio{ padding: 1em; }
#portfolio > figure { margin: 0px; }
#portfolio figcaption a{ border:1px solid #fff; margin-top: 4em; display: inline-block; color: #fff;padding: 0 2em; }
#portfolio figcaption a:hover{ text-decoration: none; padding: 0 3em; }


/*** -------- Austellung ----------  ***/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{ border: 1px solid #f3c024; }
.carousel-indicators{bottom: 0;}

/*** -------- Highlighter ----------  ***/
.highlight-info{ background:url(../images/lab.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{ background: rgba(140,115,45,0.8); }
.highlight-info h4{ color: #fff; margin:0.5em 0 0 0; }


/*** -------- Kontakt ----------  ***/
.contactform textarea,.contactform input{ width: 100%; padding:1em; border:1px solid #ccc; margin-bottom: 1em; border-radius: 0; outline: none; line-height: 140%; }

/* POPUP
------------------------------------------------------------------------------------------ */
.overlay-popup { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 500ms; visibility: hidden; opacity: 0; }
.overlay-popup:target { visibility: visible; opacity: 1; }
.popup { margin: 150px auto; padding: 40px; background: #fff; width: 50%; height: 70%; position: relative; transition: all 5s ease-in-out; }
.popup h2 { margin-top: 0; color: rgba(140,115,45,1); text-transform: uppercase; font:300 2.5em 'Oswald',Arial,Helvetica; font-weight: 400; }
.popup h3 { margin: 0; }
.popup .close { position: absolute; top: 20px; right: 30px; transition: all 50ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #333; }
.popup .close:hover { color: rgba(125,100,25,1); }
.popup .content { max-height: 70%; overflow: auto; }



/* FOOTER
------------------------------------------------------------------------------------------ */
.footer {background-color: #111; color: #fff; font-size: 1em;color: #aaa; }
.footer a { color: #aaa; margin: 0 1em; font-weight: 500; text-transform: uppercase; }



/*** -------- To Top ----------  ***/
.gototop { position: fixed; bottom: 20px; right: 20px; background: rgba(140,115,45,1); padding: 10px; color: #fff; }
.gototop.hidetop { right: -60px; transition: right 1s ease 0s; }
.gototop.showtop { right: 20px; }
.gototop i{ line-height: 0.5em; }
a.gototop:hover { color: #fff !important; }


@media (min-width: 1501px) {
	.grid figure img { height: auto; width: 100%; }
	
}
@media (max-width: 1200px) {

	body{font:300 13px/13px 'Oswald',Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.services ul li{margin:0 0.5em; }
	.grid figure h2{font: 700 1.5em 'Oswald',Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}
	#about img{ margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em 'Oswald',Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	#about img{ width: 98%; }
	.services ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}
	
}

@media (max-width: 767px) {
	body{font:300 12px/12px 'Oswald',Arial,Helvetica;}
	.navbar-nav > li > a { line-height: 1em; }	
	.navbar-brand{ padding: 10px; }
	.navbar-brand img{ height: 100px; }
	.navbar-toggle{margin-top: 12px;}
	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}
	h2.text-center{text-align: left;font-size: 1.7em;}
	p { font-size: 1.4em; }
	#portfolio figcaption a{ margin-top: 2em; }
	#home {padding-top: 4em;}
	.partners{ display: block; float: left; }
	.partners img{ width: 300px; }
	.spacer{padding:2em 0 0 0;}
	.services ul li{margin-bottom: 1em;}
	.highlight-info .overlay{padding-bottom: 2em;}
	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
	.box{ width: 70%; }
    .popup{ width: 70%; }

}

@media (min-width: 401px) {
	a.navbar-brand.logobig img { height: 200px; margin: 0; transition: height 1s ease 0s, margin 1s ease 0s; }
}

@media (max-width: 400px) {
	a.navbar-brand.logobig img { height: 100px; margin: 10px 0 0; transition: height 1s ease 0s, margin 1s ease 0s; }
	.container h2 { margin: 0 0 1em; }
	#about img { width: 97%; }
	.popup { width: 96%; padding: 20px; }
	.grid figure { height: 250px; }
}