/*
Theme Name: My Child Theme
Description: Child Theme for twentyseventeen
Author: Myself
Template: twentyseventeen
Version: 1.0
*/

@font-face {
  font-family: "SlacksideOne-Regular";
  src: url('assets/fonts/SlacksideOne-Regular/SlacksideOne-Regular.woff') format('woff'),
url('assets/fonts/SlacksideOne-Regular/SlacksideOne-Regular.woff2') format('woff2'),
url('assets/fonts/SlacksideOne-Regular/SlacksideOne-Regular.svg#SlacksideOne-Regular') format('svg'),
url('assets/fonts/SlacksideOne-Regular/SlacksideOne-Regular.eot'),
url('assets/fonts/SlacksideOne-Regular/SlacksideOne-Regular.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/SlacksideOne-Regular/SlacksideOne-Regular.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(assets/fonts/Montserrat-Regular.woff2);
}

@font-face {
  font-family: Montserrat-Black;
  src: url(assets/fonts/Montserrat-Black.woff2);
}
@font-face {
  font-family: Montserrat-ExtraLight;
  src: url(assets/fonts/Montserrat-ExtraLight.woff2);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(assets/fonts/Montserrat-Light.woff2);
}

body {
  font-family: Montserrat-Regular;
}
.site-content-contain {
  
}
.site-title a {
  font-family: Montserrat-Regular;
  font-family: SlacksideOne-Regular;
  text-transform: none;
  text-transform:lowercase;
  font-size: 1.5em;
}

.entry-title h1,
.page .panel-content .entry-title, 
.page-title, 
body.page .entry-title,
body h2 {
  font-family: Montserrat-Light;
  /* font-size: 2em !important; */
  text-transform:none;
}


.has-header-image.twentyseventeen-front-page .site-branding {
  bottom: auto;
  top: 0px;
  padding-top: 1em;
  vertical-align: top;
}

.page:not(.home) .custom-header .site-branding {
  padding-top: 1em;
  padding-bottom: 5em;
  .site-title a   {
    color: #fff;
  }
}

.site-branding-text {
  
  /* background-color:rgba(255,255,255,0.3);
  padding:0px;
  border-radius: 1em; */
}

body.has-header-image .site-branding-text .site-title a,
body.has-header-image .site-branding-text .site-description  {
  color: #000;
}
body.has-header-image .site-branding-text .site-description  {
  font-family: Montserrat-Light;
}
.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,
.panel-content .wrap {
  max-width: 100% !important;
  width: 1000px !important;
}


.entry-content .wp-block-media-text {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.entry-content .wp-block-media-text:first-of-type {
  padding-top: 2em;
  margin-top: 1em;
  border-top: 1px solid #ddd;
}



body .site-footer {
  /* background-color: #ccc; */
  .widget-column a {
    color:#ddd;


  }

}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}
/** Kontakt Formular Button */
.torro-pager .next > button {  
  color: #fff;
}

h2,
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title,
.home.blog .entry-title {
  
	/* color: #666;
	font-size: 20px;
	font-size: 1.55rem;
	font-weight: 300; */
  font-weight: 200;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  font-size: 20px;
  font-size: 1.35rem;
}
h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and ( max-width: 40em ) and (min-width: 20em) {
  
  h2,
  .entry-header .entry-title {
    color: #666;
    font-size: 10px;
    font-size: 1.25rem;
    font-weight: 300;
  }


}
@media screen and (min-width: 30em) {
  .panel-content .entry-header {
    margin-bottom: 2em;
  }
  
}
@media (max-width: 600px) {
  
  .wp-block-media-text>.wp-block-media-text__content {
    padding:0 0;
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    margin-bottom: 1em;
  }

}

@media screen and (min-width: 48em) {
  .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 2em;
    
  }
  .site-content {
    padding-top: 3em;
  }
  .page .panel-content .entry-header,
  .page.page-one-column .entry-header,
  body.page:not(.twentyseventeen-front-page) .entry-header {
    margin-bottom: 0em;
  }
  body.home .panel-content .entry-title {
    margin-bottom: 2em;

  }
  h2, .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title, .home.blog .entry-title {
    font-size: 20px;
    font-size: 2.25rem;
    font-weight: 300;
  }

  .site-footer .widget-column.footer-widget-1 {

      float: left;
      width: 50%;

  }
}

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

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

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

}