/*
 Theme Name:   Vantage Skua
 Description:  Vantage Child Theme for Skua
 Author:       Kethe
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/



/*vertikale linie links von spalte*/
.vl {
  border-left: 2px solid grey;
  padding-left: 20px;
}

 /*Welle Header Image -> svg #Welle1 ist im footer versteckt!*/
.cut-image{
   	clip-path: url("#Welle1");
	-webkit-clip-path: url("#Welle1");
	/*clip-path: url("svg/clip-path.svg#Welle1");*/
}

/*slider background*/
#main-slider {
  background: #fff;
}

/*site title + description im menü*/
#masthead.masthead-logo-in-menu .site-title-kethe {
  clear: both;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 12px;
  padding: 0 0 0;
  line-height: 1;
}

#masthead.masthead-logo-in-menu .site-description {
  clear: both;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 12px;
  padding: 0 0 0;
}

@media (max-width: 1080px) {
.site-description {
margin: 0 0 0 12px !important;
}
}

@media (max-width: 950px) {
.site-description {
display: none !important;
}
}

/*größe logo im menü*/
#masthead.masthead-logo-in-menu .logo {
  align-items: center;
  display: flex;
  padding: 0px 0;
  margin-right: 15px;
}

#masthead.masthead-logo-in-menu .logo > img {
  max-height: 68px;
  width: 68px;
  height: 68px;
  max-width: 100%;
}

/*schriftschatten im mobilen menü entfernen*/
.mobile-nav-frame .title h3 {
  text-shadow: none !important;
}
.mobile-nav-frame ul li a.link {
  text-shadow: none !important;
}

/*rahmen im mobilen menü entfernen*/
.mobile-nav-frame ul {
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/*Footer Menü nebeneinander ohne unterstrich */
#footer-widgets .widget ul li {
	display: inline-block;
}

#colophon .widget_nav_menu .menu-item a {
	border-bottom: none;
	margin-right: 20px;
}

.layout-full #colophon {
    padding-bottom: 0px;
}

/*Footer bleibt unten*/
#main{
min-height:450px;
}

