/*
Theme Name: Pleiger Wohnen
Theme URI: http://www.pleigerwohnen.de/
Author: Pleiger Wohnen
Author URI: ttp://www.pleigerwohnen.de/
Description: Child Theme 
Text Domain: first
Template: first

This theme, like WordPress, is licensed under the GPL.
*/

@import url("../first/style.css");

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

.site-top {
    margin-bottom: 24px;
    margin-top: 0px;
}

.site-header {
    border-bottom: 10px solid #1d71b8;
    margin-bottom: 36px;
}

.header-navigation {
    font-size: 100%;
}

.header-side .site-logo {
    padding-top: 0px;
}


 #homeslide {
/*	margin-left: -110px;
	margin-right: 100px; */
	margin-bottom: 30px;
}

.entry-title {
    display: none;
}

.header-navigation .current-menu-item > a, .header-navigation .current_page_ancestor > a {
    color: #6a9a24;
}

.header-navigation li {
    color: #1d71b8;
}

a:hover {
    color: #6a9a24!important;
}

h1 {
	margin-top: 0em;
    color: #1d71b8;
	margin-bottom: 20px;
}

h2 {
    color: #1d71b8;
}

h3 {
    color: #1d71b8;
}



hr { margin-top: 40px;
	border: none; border-top: 5px solid #6a9a24; color: #6a9a24; background-color: #6a9a24; height: 5px; }

.widget {
    color: #ffffff;
}

.sp-full-screen-button{
    display: none;
}

.footer-area {
    padding-top: 0px;
}
.site-footer {
	border-top: solid 0px #eee;
	}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}