/*
Theme Name: Catch Everest Child
Description: Child Catch Everest is Simple, Clean and Responsive WordPress Theme which automatically adapts to the screen's size, ensuring that your content is always displayed beautifully no matter what device visitors are using. It is based in HTML5, CSS3 and very own Catch Themes easy to use Theme Options panel which makes this theme highly customizable and flexible. Make your beautiful yet professional website in no time. Translation Ready and currently translated in Polish, Chinese, Spanish, Italian, German(SWITZERLAND), Russian, Japanese, French, Brazilian Portuguese, Dutch, German, Catalan, Turkish and Bosnian. Check out Theme Instructions at http://catchthemes.com/theme-instructions/catch-everest/, Support at http://catchthemes.com/support/ and Demo at http://catchthemes.com/demo/catch-everest/
Template: catch-everest
Version: 1.0
Tags:
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import "../catch-everest/style.css";



body { 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
input, textarea, select {
	font-family: 'Open Sans', sans-serif;
}

textarea { color: #000000; /* Schrift Farbe seitentext Geä:#39A2C6; */
  font-family: Verdana, Verdana;
	line-height: 2.4; 
}
.site { background-color: #267082; 
}
hr {
	background-color: #fff; /* #5A1660; Geändert: */  
}
pre {
	background:  #5A1660; /* Geändert: #eee;*/ 
	font-family:  "Courier 10 Pitch", Courier, monospace; /* Verdana, Verdana;*/ 
}
textarea {
	border: 1px solid #BEBA20; /* Geä: #e6e6e6; */ 
}
a {
	color: #BEF0FF; /* Linkfarbe geändert: #0088cc; */ 
}

.site-content a {
	text-decoration: underline;
}

.site-content a:focus,
.site-content a:hover,
.site-content a:active {
	color: #fff;
}

#site-logo {
max-width: 300px;
}
#site-title {
    line-height: 2.4; /* 1.4; */
}
#header-menu {
    background-color: #3a3d41; /* Farbe für Menüband */
}
#header-menu ul.menu a {
    
}
#header-menu ul.menu ul a {
   
  
}

#header-menu ul.menu li:hover > a, 
#header-menu ul.menu a:focus, 
#header-menu .menu .current-menu-item > a, 
#header-menu .menu .current-menu-ancestor > a, 
#header-menu .menu .current_page_item > a, 
#header-menu .menu .current_page_ancestor > a, 
#footer-menu ul.menu li:hover > a, 
#footer-menu ul.menu a:focus, 
#footer-menu .menu .current-menu-item > a, 
#footer-menu .menu .current-menu-ancestor > a, 
#footer-menu .menu .current_page_item > a, 
#footer-menu .menu .current_page_ancestor > a {
	background: #333;
}



#header-menu .menu .current_page_ancestor > a {
	background-color: #A0B929!important; /* geä: #000;*/ 
	color: #267082!important;
}
#homepage-message {
padding: 1em;
    background-color: #E6EFEE;/* Hintergrund Titelseite geändert background-color: #fafafa; */ 
}
.entry-header .entry-title {
	color: #A0B929;
}
.entry-header .entry-title a {
	color: #A0B929; /* Farbe Ueberschrift slider*/
}
.wp-caption .wp-caption-text, 
.gallery-caption, .entry-caption {
	color: #ffffff; /* Farbe bilder text geändert #757575; */
    text-align: left; /* gea: center; */
}
#site-generator {
	background-color: #3a3d41; /* Hintergrund ganz unten */
}

.entry-meta {
	display: none;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


#header-menu ul.menu {
	letter-spacing: .07em;
}

#header-menu ul.menu ul a {
	background: #A0B929;
	color: #000;
}

#header-menu ul.menu ul .current-menu-item a,
#header-menu ul.menu ul a:focus,
#header-menu ul.menu ul a:hover,
#header-menu ul.menu ul a:active {
	color: #ccc;
}


.recent-posts-widget-with-thumbnails ul {
	display: table;
	table-layout: fixed;
	margin: -.5em!important;
}



.recent-posts-widget-with-thumbnails ul > li {
	display: table-cell;
	vertical-align: top;
	padding: .5em;
	width: 33.333%;
	line-height: 1.3;
}


@media only screen and (max-width: 600px) {
	.recent-posts-widget-with-thumbnails ul {
		display: block;
		width: 100%;
	}

	.recent-posts-widget-with-thumbnails ul > li {
		display: block;
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}

