/*
Theme Name: Herrhammer Twenty Seventeen Child-Theme
Description: Ein Child-Theme für Twentyseventeen
Author: tellit
Author URI: http://www.tellit.de
Template: twentyseventeen
Version: 1.0
*/




/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-width: 320px)
  and (max-width: 479px) {
      
body.twentyseventeen-front-page .panel-image {
  background-attachment: inherit;
  height: auto!important;
    max-height: 200px;
}
    
.site-title, .site-title a {
    color: #222;
    opacity: 1;
    font-weight: 300;
    margin-top: 20px;
    font-size: 1.1em;
}

div.grid * {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

div.grid a {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;
}

div.grid div:nth-child(2n) {
    padding-bottom: 10px;
}

div.grid-kerzen * {
    max-width: 60%;
    margin: 0 auto;
   text-align: center;
}

div.grid-kerzen div:nth-child(2n) {
    padding-bottom: 10px;
}

div.grid-kerzen a {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;
}

.top-row, .teaser-text {
  display: none;
}

.has-sidebar #secondary {
    float: none;
    padding-top: 0;
    width: 100%!important;
    padding-top: 1em!important;
}

.has-sidebar .site-content > .wrap {
    width: 100%!important;
        margin: 0px!important;
    padding: 0px!important;
    padding-right: 0.5em!important;
}

body.page-template-template-maschinen #primary {
 margin-left: 25px!important;
 margin-right: 25px!important;
 float: none!important;
 width: 90%!important;
}


body.page-template-template-maschinen h1.entry-title {
 font-size: 1.6em!important;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 1.6rem!Important;
}

.googlemap {
    padding-bottom: 80%!important;
}

#panel3 .wrap .grid {
     padding-left: 1em!important;
     padding-top: 2em!important;
}

#panel3 .wrap .grid p {
    max-width: 90%!important;
    padding-left: 1em!important;
}

#panel3 .wrap .grid img {
    width: 90px!important;
    height:  90px!important;
}

#panel3 .wrap .newwrap {
    max-width: 95%!important;
    padding-left: 1em!important;
    padding-bottom: 4.5em!important;
    padding-top: 2em!important;
    padding-right: 1em!important;
    margin-left: auto!important;
    margin-right: auto!important;
}


.breadcrumb {
      padding-left: 10px;
}

}

/* Smartphone Querformat (Landscape) */
@media only screen
  and (min-width: 480px)
  and (max-width: 767px) {
      
body.twentyseventeen-front-page .panel-image {
  background-attachment: inherit;
  height: auto!important;
    max-height: 200px;
}

.site-title, .site-title a {
    color: #222;
    opacity: 1;
    font-weight: 300;
    margin-top: 20px;
    font-size: 1.1em;
}


  div.grid * {
    max-width: 60%;
    margin: 0 auto;
}

.top-row, .teaser-text {
  display: none;
}

.has-sidebar .site-content > .wrap {
    width: 90%!important;
    margin: 0px!important;
    padding: 0px!important;
    padding-right: 0.5em!important;
}

.has-sidebar #secondary {
    float: none;
    padding-top: 0;
    width: 100%!important;
    padding-top: 1em!important;
}
body.page-template-template-maschinen #primary {
 margin-left: 25px!important;
 margin-right: 25px!important;
 float: none!important;
 width: 90%!important;
}

body.page-template-template-maschinen h1.entry-title {
 font-size: 1.6em!important;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 1.6rem!Important;
}

.googlemap {
    padding-bottom: 80%!important;
}

#panel3 .wrap .grid {
    max-width: 90%;
    padding-left: 1em!important;
}

#panel3 .wrap .grid p {
    max-width: 90%!important;
    padding-left: 1em!important;
}

#panel3 .wrap .newwrap {
    max-width: 95%!important;
    padding-left: 1em!important;
    padding-bottom: 4.5em!important;
    padding-top: 2em!important;
    padding-right: 1em!important;
    margin-left: auto!important;
    margin-right: auto!important;
}


.breadcrumb {
      padding-left: 10px;
}

}

/* Tablet Hochformat (Portrait) */
@media only screen
  and (min-width: 768px)
  and (max-width: 991px) {
      
      .custom-header {
    display:none;
}

body.twentyseventeen-front-page .panel-image {
  background-attachment: inherit;
  height: auto!important;
    max-height: 400px;
}

.site-header:not(body.has-header-video) {
    height: auto;
}

}



/* Tablet Querformat (Landscape) - PC mit geringer Auflösung */
@media only screen
  and (min-width: 992px)
  and (max-width: 1199px) {
      
      .custom-header {
    display:none;
}

body.twentyseventeen-front-page .panel-image {
  background-attachment: inherit;
  height: auto!important;
    max-height: 400px;
}

.site-header:not(body.has-header-video) {
    height: auto;
}

}

/* PC mit hoher Auflösung */
@media only screen
  and (min-width: 1200px) {

}




/* Anpassung Schrift   */

html { font-size: 14px; }

a {color: #666;}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: inset 0 -1px 0 rgba(rgba(102, 102, 102, 1));
    box-shadow: inset 0 -1px 0 rgba(rgba(102, 102, 102, 1));
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
        color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #00a3a0;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 163, 160, 1);
}

ol, ul {
	margin: 0 0 1.5em 1.5em;
	padding: 0 0 0 10;
}

.site-content-contain {
    background-color: transparent;
    z-index: 1;
}

body.twentyseventeen-front-page .site-content-contain {
  background-color: white;
}

body.twentyseventeen-front-page .panel-image {
  background-attachment: inherit;
  height: 60vh;
  max-height: 500px;
}

body.page:not(.twentyseventeen-front-page) .entry-header {
margin-bottom: 2em;
color: #666;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
margin-bottom: 0em;
color: #666;
}

body.page-template-template-maschinen-sub .entry-title {
font-size: 2.5rem!important;
margin-top: 2rem!important;
}

body.page-template-template-maschinen-sub #secondary {
     padding-top: 3.5em;
}

body p {
line-height: 1.8rem;
color: #666;
}


body.page:not(.twentyseventeen-front-page) .entry-title {
border-bottom: 1px solid grey;
}

body.page:not(.twentyseventeen-front-page) .site-header {
height: 120px;
}


.twentyseventeen-panel .entry-title {
/*display: none;*/
}

#panel3 .entry-title {
display: none;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #333;
	font-size: 30px;
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0em;
	text-transform: none;
}

/* Anpassung Sidebar links */
.has-sidebar .site-content > .wrap {
margin-left: 0.3em;
max-width: 1400px;  // increase this number to increase the width of your site.
padding-left: 3em;
padding-right: 3em;
}

.has-sidebar:not(.error404) #primary {
    float: right;
    width: 58%;
}

.has-sidebar #secondary {
    float: left;
    padding-top: 6em;
    width: 36%;
    max-width: 400px;
}

/* Toggle Maschinen */

h1.child-title {
  border-bottom: 1px solid grey;
  width: 100%;
  font-size: 2rem;
}

div.toggle {
  display: none;
}

/* Sidebar */

#content-navi ul{
font-size: 1rem;
list-style: none;

}

#content-navi ul li {
    margin: 0px 0 1px 0;
    background-color: #ccc;
    border-bottom: 2px solid white;
    padding: 8px;
    color: white;
}


#content-navi ul li a:visited {
color: #fff;
display: block;
padding: 5px 4px;
}

#content-navi a {
color: #fff;
display: block;
padding: 5px 4px;
}

#content-navi li:hover, #content-navi li.focus {
    background: #767676;
}

#content-navi .current_page_item {
    background: #767676;
}




/*Anpassung Kontakt */
#panel3 .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

#panel3 .wrap .entry-header {
margin-bottom: 0em;
}

.googlemap {
        position: relative;
        padding-bottom: 25%; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#panel3 .wrap .grid {
  max-width: 90%;
  padding-left: 7em;
}

#panel3 .wrap .newwrap {
max-width: 70%;
padding-left: 7em;
padding-bottom: 4.5em;
padding-top: 6em;
padding-right: 3em;
margin-left: auto;
margin-right: auto;
}
  

#panel3 .wrap .contact {
max-width: 500px;
}

label {
color: #666;
display: block;
font-weight: 300;
margin-bottom: 0.5em;
}




/* Anpassung Contentbreite   */

@media screen and (min-width: 20em) {

.logo-left {
display: none;
}
}


@media screen and (min-width: 48em) {

.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 60vh;
		max-height: 100%;
		overflow: hidden;
	}    
    
.page-one-column .panel-content .wrap {
max-width: 70%;
padding-left: 7em;
}

.navigation-top .wrap {
    max-width: 1400px;
}

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

body, button, input, select, textarea {
font-size: 14px;
font-size: 1rem;
line-height: 1.3;
}

h2 {
  font-size: 1.71428571rem;
}

h1 {
  max-width: 80%;
  font-size:3.28571429rem;
}

h1.entry-title {
  max-width: 80%;
  font-size:3.28571429rem;
}


h1.site-title {
  max-width: 70%;
}

h1 + p {
  max-width: 80%;
}

.logo-left {
  float:left;
  margin: 10px 10px 10px 3em;
  display: inline;
}

.logo-left + .wrap {
  float: left;
  margin: 10px 10px 10px 10px;
}

.site-branding > .wrap > a {
  display: none;
}

/* Anpassung Header   */

.top-row {
 background: #666666;
 padding-top: 10px;
 padding-bottom: 10px;
 display: grid;
 grid-template-columns: 3fr 3fr minmax(140px, 1fr) minmax(140px, 1fr) minmax(180px, 2fr);
 grid-gap: 10px;
 grid-auto-rows: minmax(10px, auto);
}

.top-row-social {
grid-column: 1;
grid-row: 1;
text-align: left;
font-size: 1.4rem;
color: white;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
margin-left: 46px;
}

.top-row-logo {
grid-column: 2;
grid-row: 1;
display:none;
}


.top-row-tel {
grid-column: 3;
grid-row: 1;
text-align: left;
font-size: 0.8rem;
color: white;
padding-top: 4px;
}

.top-row-mail {
grid-column: 4;
grid-row: 1;
text-align: left;
font-size: 0.8rem;
color: white;
padding-top: 4px;
}

.top-row-mail a {
  color: white;
}

.top-row-mail a:hover {
  color: white;
  text-decoration: underline;
}

.top-row-search {
grid-column: 5;
grid-row: 1;
text-align: left;
font-size: 0.8rem;
color: white;
}

.top-row-search input[type="search"] {
   height: 12px;
   width: 180px;
}

.top-row-search label {
  margin: 0;
  padding: 0;
}

.search-form .search-submit .icon {
    height: 12px;
    width: 12px;
    background: transparent;
    top: -5px;
}

button, input[type="button"], input[type="submit"] {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.site-header:not(body.has-header-video) {
  height: 154px;
}

.video-stream html5-main-video {

}

@media (min-width: 760px) {
div.navigation-top {
height: 153px;
font-size: 18px;
font-size: 1.1rem;
border-top: none;
bottom: auto;
position: fixed;
left: 0;
right: 0;
top: 0;
width: 100%;
z-index: 7;
}

.custom-header {
position: relative;
padding-top: 70px;
}

.wp-custom-header .wp-custom-header-video-button {
  display: none;
}

.site-navigation-fixed.navigation-top {

}

body:not(.title-tagline-hidden) .site-branding-text {
    display: inline-block;
    vertical-align: middle;
    background: #00a3a0;
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.site-branding-text .site-title {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 20px;
}

.single-featured-image-header {
position: relative;
}

.teaser    {
margin-left: 5em;
margin-right: auto;
max-width: 450px;
padding-left: 2em;
padding-right: 2em;
display: inline-block;
vertical-align: middle;
background: #00a3a0;
width: 400px;
height: 80px;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 2;
bottom: 0px;
}

.teaser-text {
color: white;
font-weight: 300;
font-size: 1.5rem;
}



.site-branding-text p.site-description {
max-width: 80%!important;
}

.site-branding .wrap {
    margin-left: 5em;
    margin-right: auto;
    max-width: 550px;
    padding-left: 2em;
    padding-right: 2em;

}

@media screen and (min-width: 48em) {

.main-navigation ul ul {
    border: 0px solid #fff;
}
}


.widgets_on_page > ul li {
    font-size: 15px!important;
    font-size: 1rem!important;

}

/*
.headline {
 background: #ccc;
 padding-top: 10px;
 padding-bottom: 10px;
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 grid-gap: 10px;
 grid-auto-rows: minmax(10px, auto);
}

.telefon {
grid-column: 3;
grid-row: 1;
text-align: right;
}

.email {
grid-column: 4;
grid-row: 1;
padding-left: 20px;
}

.language {
grid-column: 3;
grid-row: 2;
padding-left: 20px;
}

.search {
grid-column: 4;
grid-row: 2;
padding-left: 20px;
}
*/
.sub-menu  {
  column-count: 2;
  column-fill: auto;
}

.menu-item {
  -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.main-navigation ul {
  margin-right: 20px;
}

.navigation-top a {
    font-weight: 300;
}


.navigation-top {
    font-size: 18px;
    font-size: 1.286rem;
}

.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    top: 154px;
}

*/

/* Anpassung Sub-Menu   */

.main-navigation ul ul {
    background: #fff;
    border: 0px;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
}


.main-navigation a {
    color: #767676;
    border-bottom: 3px solid #ffffff;
}

.main-navigation a:hover {
    color: #767676;
    border-bottom: 3px solid #00a3a0;
}

.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}

div.float {
position: relative;
top: 20px;
z-index: 2;
}

nav.breadcrumb {
  padding-left: 5em;
  float: left;
  padding-top: 20px;
}

/* Anpassung Footer   */

.site-footer {
background-image: url("images/herrhammer-candlemachines-footer.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: left center;
}

.footer-navigation {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 90%;
    margin-top: 3em;
}

.menu-footer-menue-container  ul{
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.footer-navigation li {
    display: inline;
    margin: 15px;
}
.footer-navigation li:first-child {
    display: inline;
    margin-left: 0px;
}

.footer-navigation a:hover {
    color: #767676;
    border-bottom: 3px solid #00a3a0;
}


/* Anpassung Teaser Startseite   */

#panel1 {
  background: #ddd;
}

.widgets_on_page > ul li {
        width: 30%;
        max-width: 400px;
        display: inline-block;
        font-size: 15px;
        float: left;
        margin-top: 0px;
    }
    
.widgets_on_page > ul li:first-child {
  margin-right: 30px;
}

.widgets_on_page > ul li:last-child {
  margin-left: 30px;
}

.fpw-featured-image img {
  box-shadow: 0 0 0 0 #fff!important;
}

.fpw-layout-banner {
  background: #fff;
}

.fpw-excerpt > h2 {
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 10px;
}

.fpw-excerpt > p {
  padding: 10px;
}

.fpw-clearfix {
    min-height: 380px;
}

h2.widgettitle {
  display:none;
}

/* Anpassung Kerzen */
.grid-kerzen {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
text-align: center;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-items: stretch;
align-items: stretch;
margin-top: 2em;
}

.grid-kerzen a {
color: #666;
text-decoration: none!important;
-webkit-box-shadow: none;
box-shadow: none;
}

.grid-kerzen a:hover {
color: #767676;
text-decoration: none!important;
-webkit-box-shadow: none;
box-shadow: none;
}




/* Anpassung Maschinen   */
img.image-container {
  max-width: 100px;
  max-height: 100px;
}

.grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
text-align: center;
grid-column-gap: 20px;
grid-row-gap: 20px;
justify-items: stretch;
align-items: stretch;
margin-top: 2em;
}

.grid a {
color: #666;
text-decoration: none!important;
-webkit-box-shadow: none;
box-shadow: none;
}

.grid a:hover {
color: #767676;
text-decoration: none!important;
-webkit-box-shadow: none;
box-shadow: none;
}

.grid1 {
grid-column: 1;
grid-row: 2;
background-size: auto;
}
.grid1-img {
grid-column: 1;
grid-row: 1;
background-size: auto;
}

.grid2 {
grid-column: 2;
grid-row: 2;
background-size: auto;
}
.grid2-img {
grid-column: 2;
grid-row: 1;
background-size: auto;
}

.grid3 {
grid-column: 3;
grid-row: 2;
background-size: auto;
}
.grid3-img {
grid-column: 3;
grid-row: 1;
background-size: auto;
}

.grid4 {
grid-column: 4;
grid-row: 2;
background-size: auto;
}
.grid4-img {
grid-column: 4;
grid-row: 1;
background-size: auto;
}

.grid5 {
grid-column: 5;
grid-row: 2;
background-size: auto;
}
.grid5-img {
grid-column: 5;
grid-row: 1;
background-size: auto;
}

.grid6 {
grid-column: 6;
grid-row: 2;
background-size: auto;
}
.grid6-img {
grid-column: 6;
grid-row: 1;
background-size: auto;
}

.grid7 {
grid-column: 1;
grid-row: 4;
background-size: auto;
}
.grid7-img {
grid-column: 1;
grid-row: 3;
background-size: auto;
}

.grid8 {
grid-column: 2;
grid-row: 4;
background-size: auto;
}
.grid8-img {
grid-column: 2;
grid-row: 3;
background-size: auto;
}

.grid9 {
grid-column: 3;
grid-row: 4;
background-size: auto;
}
.grid9-img {
grid-column: 3;
grid-row: 3;
background-size: auto;
}

.grid10 {
grid-column: 4;
grid-row: 4;
background-size: auto;
}
.grid10-img {
grid-column: 4;
grid-row: 3;
background-size: auto;
}

.grid11 {
grid-column: 5;
grid-row: 4;
background-size: auto;
}
.grid11-img {
grid-column: 5;
grid-row: 3;
background-size: auto;
}

.grid12 {
grid-column: 6;
grid-row: 4;
background-size: auto;
}
.grid12-img {
grid-column: 6;
grid-row: 3;
background-size: auto;
}

.grid13 {
grid-column: 1;
grid-row: 6;
background-size: auto;
}
.grid13-img {
grid-column: 1;
grid-row: 5;
background-size: auto;
}

.grid14 {
grid-column: 2;
grid-row: 6;
background-size: auto;
}
.grid14-img {
grid-column: 2;
grid-row: 5;
background-size: auto;
}

.grid15 {
grid-column: 3;
grid-row: 6;
background-size: auto;
}
.grid15-img {
grid-column: 3;
grid-row: 5;
background-size: auto;
}

/* Anpassung TEAM Plugin */



.tlp-team .tlp-equal-height {
    margin-bottom: 80px;
}

.tlp-team .layout1 .single-team-area h3, .tlp-team .layout1 .designation {
    color: #666;
}

.short-bio p {
  color: #666!important;
}

.team-tel {
    color: #666;
}
.team-email {
    color: #666;
}

.single-team-area .tlp-content {
    background-color: transparent!important;
}

.tlp-team .layout1 .tlp-content {
    padding-left: 0px!important;
}

.tlp-team .layout1 .single-team-area h3 {
      padding-left: 0px!important;
}

/* TEMPLATE Full Width */
body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}

/* Lightbox */
.slb_template_tag_ui_group_status {
  display: none;
}
.slb_template_tag_item_title
 {
  display: none;
}

 @media screen and (max-width: 70.625em) {

.top-row-logo {
grid-column: 1;
grid-row: 1;
display:inline;
}

.top-row-logo img {
width: 100px;
height: auto;
padding-left: 20px;
}

.logo-left {
  display:none;
}


}




