/* 
Theme Name:     Art Child Theme
Theme URI:      https://art.seatheme.net
Description:    A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Art Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Author:         SeaTheme
Author URI:     http://seatheme.net
Template:       art-theme
Version:        1.0
*/

/* Allgemein */

h1, h2, h3, h4, h5, h6  {
	text-transform: uppercase !important;
}

p a:hover,
.entry-content a:hover,
body a {
    text-decoration: underline;
}
body a:hover {
    text-decoration: none;
}

nav a {
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

.slider-arrow {
	opacity: 1;
}


/* Startseite */

.home #hero-slider-desktop,
.home #hero-slider-mobile {
    margin-top: -120px;
}

@media (max-width: 768px) {
    #hero-slider-desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    #hero-slider-mobile {
        display: none;
    }
}


/* Navigation */

.nav-secondary a{
	color: lightgrey !important;
}

.nav-bottom {
	margin-bottom: 50px;
}

.navi .menu li > a {
  font-size: 20px !important;
}


/* Works */

.grid-item-con-text h2 {
text-transform: none !important;
}


/* Datenschutzerklärung */

.privacy-policy {
	font-size: 20px !important;
}



