/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    twentyseventeenchild
 Description:  Twenty Seventeen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyseventeenchild
*/

h2 > span {
  font-size: 100%;
}
.site-branding {
    top: 50% !important;
    left: 50% !important;
    bottom: inherit !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.site-branding .wrap {
  text-align: center;
}
.site-branding h1.site-title {
  position: relative;
  text-transform: none;
  font-size: 80px;
}
.site-branding h1.site-title:after {
    content: '';
    background: url(assets/img/underline.svg) center center no-repeat;
    width: 100%;
    position: absolute;
    background-size: 100% 100%;
    height: 0.75em;
    bottom: -0.75em;
    left: 0;
}
.site-branding .site-description {
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 45px;
    font-weight: normal;
    font-style: italic;
    opacity: 1.0 !important;
}
.uvc-x-large-triangle {
    transform: scaleY(-1);
}
.custom-header-media:before {
  background: none !important;
}
.navigation-top {
  border-top: none !important;
  border-bottom: none !important;
}
#top-menu {
  text-align: center;
}
#top-menu li {
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fdc405;
	padding: 3px;
	margin-right: 8px;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	cursor: pointer;
	background: #fdc405;
}
#top-menu li:hover,
#top-menu li.active-item {
	background: #fff;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
}
#top-menu li:hover a,
#top-menu li.active-item a {
	color: #303030;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
}
#top-menu li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	display:block;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
}
.navigation-top.site-navigation-fixed {
  border-bottom: 1px solid #cdcdcd !important;
}
.navigation-top:not(.site-navigation-fixed) #logo_nav,
.navigation-top:not(.site-navigation-fixed) #site-navigation:after {
  display: none;
}
#site-navigation #logo_nav {
    width:  15.5em;
    max-width: 20%;
    height: 1.375em;
    position: absolute;
    left: 8%;
    top: 1.5em;
}
#site-navigation:after {
	width: 4em;
	height: 1.875em;
	content: '';
	background: url('assets/img/ecke.svg') center center no-repeat;
	background-size: 100% 100%;
	bottom: -1.875em;
	left: 10%;
	position: absolute;
}
#site-navigation #logo_nav a img {
    width: 100%;
    height: auto;
}
.blocks-gallery-item figure figcaption > a {
  color: #fff;
}
#panel2 .panel-content > .wrap,
#panel3 .panel-content > .wrap {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
#panel2 .panel-content > .wrap .blocks-gallery-item,
#panel3 .panel-content > .wrap .blocks-gallery-item {
  margin: 0 !important;
}
@media screen and (max-width: 640px) {

  #panel2 .panel-content > .wrap .blocks-gallery-item,
  #panel3 .panel-content > .wrap .blocks-gallery-item {
    width: 100% !important;
  }
}
figcaption h4.hg {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #fff;
}
figcaption a.btn {
  border-bottom: 2px solid #fff;
}
