/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site â€“ big or small. From huge corporate portals to studio or personal sites â€“ The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Farben für Suchfeld */
input.searchform-s {
color:#003e73 !important;
border-color: #003e73 !important;
}
input.searchform-s::placeholder {
  color: #aaa !important;
}

.search-icon i {
	color: #003e73 !important;
}

body.single-dt_team div.page-title-breadcrumbs {
	display:none;
}
/*	Beitragsbild im Post ausblenden	*/
.wf-container-main .post-thumbnail { display: none !important; }


/*	Seitentitel über dem Bild 	
#fancy-header .wf-wrap .fancy-title-head .fancy-title {
    background-color:rgba(255,255,255,0.95);
    padding: 10px 30px 10px 30px;
    border-radius:7px;
    font-size:24px !important;
    color:#333 !important;
    line-height:34px !important;
    
}

#fancy-header .wf-wrap .fancy-title-head .fancy-subtitle {
    background-color:rgba(255,255,255,1);
    padding:10px;
}

#fancy-header .wf-wrap ol {
     background-color:rgba(255,255,255,0.95);
     padding: 10px 30px 10px 30px;
     border-radius:7px;
     
}
*/
/*
#sidebar a { border-bottom:1px dotted transparent; }
#sidebar a:hover { color:#1f779d; border-bottom:1px dotted #1f779d; }
*/
/*
#presscore-team-2 {
  min-height:260px;
}
*/
/*
#primary-menu .sub-nav .menu-item { padding : 0px; }

*/
#nav_menu-2 a { text-decoration:none; }
#page .dt-close-mobile-menu-icon span {
	/* Farbe des Schließen-Icon in der Mobil-Ansicht */
    background-color:#003e73;
}

/*
div.mobile-header-bar a.submit { color:#333333; }
div.mobile-header-bar a.submit:hover { color:#707070; }
div.dt-mobile-header a.submit { color:#333333; }
div.dt-mobile-header a.submit:hover { color:#707070; }
*/
/* Separator mit Text */
#content .bm-linie-text h4 { color:#333; font-size:17px; }



/* Seitentitel */
/* Desktop */
@media screen and (min-width: 778px) {
	/* Abstand des Hintergrundbildes ändern */
	#fancy-header {
/*		background-position: top 100px center !important; */
	}
	
	/* Position des Titels über dem Bild */
	#fancy-header .wf-wrap .fancy-title-head .fancy-title {
/*		margin-top: 260px !important; */
	}

	/*	Abstände im Contentbereich */
	#content {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	/*	Abstände in der Sidebar */
	#sidebar {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
}




/*
.entry-title {
	background-color:rgba(0,0,0,0.5);
	padding: 10px;
}
*/

/* Seitentitel */
/* Tablet */
@media screen and (max-width: 1030px) {
	/* Abstand des Hintergrundbildes ändern */
/*	#fancy-header {
		background-position: top 0px center !important;
	}
	*/
}
/* Mobil */
@media screen and (max-width: 778px) {
	/* Abstand des Hintergrundbildes ändern */
/*	#fancy-header {
		background-position: top -50px center !important;
		height: 300px !important;
	}
*/	/* Position des Titels über dem Bild */
/*	#fancy-header .wf-wrap .fancy-title-head .fancy-title {
		margin-top: 150px !important;
	}
*/	/* Schrift ändern */
/*	#fancy-header .wf-wrap .fancy-title-head .fancy-title {
	    padding: 5px 15px 5px 15px;
	    font-size:20px !important;
	    line-height:25px !important;
	}    
*/
}
	


