/*
 Theme Name:   Shoreditch Child
 Theme URI:    
 Description:  Default child theme
 Author:       Webskipper
 Author URI:   https://webskipper.de
 Template:     shoreditch
 Version:      0.1
*/

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v30-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v30-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


body {
	font-family: 'Montserrat', sans-serif !important;
}


p {
  font-size: 16px !important;
  position: relative;
  margin: 0 0 20px !important;
}
p.sow-headline {
	font-size: 20px !important;
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:600 !important;
}
h1 {
	font-size: 30px !important;
	line-height:30px !important;
}
h2 {
	color: #ff9900;
	font-size: 26px !important;
	line-height:26px !important;
}
h3, h3 span {
	font-size: 22px !important;
	font-weight: 400;
	color: #000000;
	text-align: left;
	letter-spacing: 0pt;
}
h3 {
	color: #ff9900;
}
h4 {
	font-family: 'Montserrat', sans-serif !important;
	color: #ff9900;
	font-size: 20px !important;
	line-height:20px !important;
	font-weight: 700 !important;
}
ul {
	font-size: 16px;
	margin: 0 0 1em 1.25em;
}
ul li {
	padding-bottom: 12px;
}
 span {
	color: #000;
}


.entry-title {
  font-variant: normal;
  color: #fa9746;
  text-transform: none;
}


.widget-title {
  color: #8a827b;
  font-weight: 400;
  font-size: 18pt;
  text-align: left;
  letter-spacing: 0pt;
  position: relative;
}

.textwidget {
  text-align: left;
  position: relative;
}

.main-navigation .primary-menu .current-menu-item > a {
  color: #ed0000;
  font-size: 12pt;
  line-height: -1px;
  border-bottom-width: 2pt;
  border-bottom-style: solid;
  border-bottom-color: #d6d6d6;
}

.main-navigation a:hover {
  color: #ed0000;
}

a:hover {
  color: #ed0000;
}

.entry-content {
  position: relative;
}

#text-3.widget.widget-small.widget_text {
  position: inherit;
  padding: 0mm;
  padding-left: 0px;
  margin: -13mm;
}

.widget-footer-area.widget-footer-bottom-area.column-1 {
  position: relative;
  height: 9px;
  width: 3px;
}

.widget-area-wrapper {
  padding: 0mm;
  padding-left: 185px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  width: 207mm;
  height: 12px;
  display: inline;
  float: none;
  clear: none;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  z-index: 0;
}

#colophon.site-footer {
  margin: 31mm;
}

#tertiary.widget-area.widget-footer {
  position: inherit;
  padding-top: 0px;
}

.site-info a:hover {
  color: #ffffff;
  background-color: #ffffff;
}

.site-info {
  color: #ffffff;
  font-size: 0px;
  line-height: 0px;
}

#content.site-content {
  bottom: 0px;
  position: relative;
}

.social-media-button-container {
  z-index: 0;
  top: 0px;
}

.sep {
  font-size: 1px;
}


/* addon webskipper 20.8.2025 */ 

footer#colophon {
    display: none;
}

aside#tertiary {
    background-color: #E7E8F3;
    height: 160px;
}
.widget-footer-area.widget-footer-bottom-area.column-1 {
    max-width: 940px;
    margin: 0 auto;
    width: 940px !important;
    height: auto !important;
	padding-left:20px;
	padding-right:20px;
}
.widget-area-wrapper {
	width: 100% !important;
	padding-left: 0 !important;
}
section#block-2,
section#block-3 {
	padding-bottom: 0;
}
section#block-2 p,
section#block-3 p {
	margin-bottom: 12px;
	font-weight:bold;
}