/*
Theme Name: architekten child
Description: A Child Theme for the Enfold Wordpress Theme.
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
Version: 1.0
*/



/*Add your own styles here:*/

/* LOGO */
div .logo {
    float: left;
    position: absolute;
    left: 0px;
    z-index: 1;
	margin-top:69px;
	width: 200px;
	height:60px;
}
.logo, .logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}
.html_header_top #top .av_logo_right .logo {
    left: auto;
    left: 0px;
}
/* Main Menü */
.av-main-nav > li > a {
     text-transform: uppercase;
	 font-weight: 400;
}


/* BORDER Headline */
.main_color .special-heading-inner-border {
    border-color: #a79e64;
	border-color: #fff;
}
/* CONTAINER mit Rahmen*/
.content .entry-content-wrapper {
   border-style: solid;
   border-width: 1px;
   border-color: #a79e64;
   padding: 40px;
}

/* CONTAINER ohne Rahmen*/
.content .entry-content-wrapper {
   border-style: none;
   border-width: 0px;
   border-color: #fff;
   padding: 0px;
}

.fullsize .content .entry-content-wrapper {
    padding-right: 40px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
/* CONTAINER Respondive*/
@media only screen and (min-width: 768px) {

  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

.responsive .fullsize .content .entry-content-wrapper {padding: 20px;}