/*
 Theme Name:   edvfeller
 Theme URI:    https://www.edvfeller.ch
 Description:  Child theme for EDV Feller AG
 Author:       Michael Sutter
 Author URI:   https://michaelh.ch
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.main-navigation a {
	letter-spacing: 1px;
}

.featured-image img, .post-image img {
	border-radius: 8px;
}

.drop-shadow {
	box-shadow: 0px 0px 20px rgba(200, 200, 200, 0.2);
}

.round-top-corners img {
	border-radius: 8px 8px 0px 0px;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
	color: var(--accent);
	border: 3px;
	border-style: solid;
	line-height: 36px;
	border-radius: 2px;
	margin-left: 20px;
	transition: all 0.6s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover {
	color: var(--accent-hover);
}

.spalten-produkte-border {
	border-bottom:1px dotted black;
}

/* Footer */
.gb-element-a72b6004 a {
	color:white;
}

/* Link styles */ 
a {
  box-shadow: inset 0 0 0 0 #4D5C7C;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
a:hover {
  color: white!important;
  box-shadow: inset 300px 0 0 0 #4D5C7C;
}

.site-logo a, .wp-block-image>figure>a {
	box-shadow:none!important;
}

/* Responsive styles */
@media only screen and (min-width: 1201px) {
	.loadonmobile {
		display: none!important;
	}
}

@media screen and (max-width: 1200px){
	.loadondesktop {
		display: none!important;
	}
}