/*
Theme Name: Catch Everest Child
Theme URI: https://catchthemes.com/themes/catch-everest/
Template: catch-everest
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: 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 https://catchthemes.com/theme-instructions/catch-everest/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/catch-everest/
Tags: one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-background,custom-header,flexible-header,custom-menu,custom-logo,featured-image-header,featured-images,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,blog,education,portfolio
Version: 3.1.1.1520000894
Updated: 2018-03-02 15:28:14

*/

/* =Footer
----------------------------------------------- */

/*Entfernt den Hintergrund */
body {
    background:transparent
}
/*Passt die Darstellung des Seitennamens an*/
#site-title a {
	color: #000;
	font-size: x-large;
	font-weight: lighter;
	text-shadow: 2px 2px #fff;
	position: relative;
	top: -20px;
	z-index: 0
	
}
#site-title a:hover {
	color: #000;
	text-decoration:line-through;
}
/* Entfernt die Überschrift der Seiten aus der Seite */
.entry-header .entry-title, #homepage-message {
    display: none;
}
/* entfernt den Rand */
.site {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 60px rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0 2px 60px rgba(100, 100, 100, 0.3);
    box-shadow: 0 2px 0px rgba(75, 117, 222, 0.3);
}
/* entfernt Balken unten*/
#site-generator {
    background-color: #fff;
    color: #605d5d;
}
#site-generator a {
    color: #605d5d;
}
/* Lässt "Impressum" durchstreichen */
#site-generator a:hover {
	color: #fff;
    text-decoration: line-through;
}
/*entfernt Kanten bei Gallerie*/
#gallery-2 { margin: auto; } 
#gallery-2 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 33%; } 
#gallery-2 img { border: 0px solid #cfcfcf; }
#gallery-2 .gallery-caption { margin-left: 0; } 
/* see gallery_shortcode() in wp-includes/media.php */ 

/* Entfernt bei allen Bildern die Box-Schatten */
.entry-content img  {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
/*Heftet das Menü oben an den Bildschirm*/
#mega-menu-wrap-primary #mega-menu-primary {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 999;
 padding:10px 100px 0;
 background-color: #fff0;
 box-shadow: 0 0px 0px #000; 
 }

@media screen and (max-width: 44.375em)
 {.site-header-main {
 padding:30px 30px 0;}}
/* Fügt Text bei Mouseover Canvas und Work hinzu*/

.work-overview-container {
	position: relative;
}
/* Hier wird der Text, der beim Mouseover erscheint definiert */
.work-overview-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	height: 100%;
	color: white;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	letter-spacing: 0.4em;
	font-size: 150%;
}

.work-overview-container:hover .work-overview-overlay {
	opacity: 1;
}

.work-overview-overlay {
	pointer-events: none;
}

@media screen and (max-width: 991px) {
	.work-overview-overlay {
		opacity: 1;
	}
}

/*-- entfernt metadata */

.post .entry-meta {
	display: none;
}

#mega-menu-primary {
	background: white!important;
}

footer #site-generator a:hover {
	color: black;
	text-decoration: line-through;
}