/*
CTC Separate Stylesheet
Updated: 2021-09-10 16:27:39
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.8.1631291259
*/


@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {

}

h1, h2, h3, h4, h5, h6, .faux-heading {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}


/* menu */
.primary-menu > li {
    text-transform: uppercase;  
}
.header-inner {
    padding: 1.5rem 0;
}

/* header */
.site-logo {
	display: none;
}

.page-template-default .site-logo {
	display: block;
}
.archive .site-logo {
	display: block;
}
.has-header-opaque .site-logo {
	display: block;
}

/* not working */
.editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .wp-block h1, .editor-styles-wrapper h1, .editor-styles-wrapper {
    font-family: "Oswald",sans-serif;
    font-weight: 400;
}

/* reset and override */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100rem;  
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content table, .entry-content address, .entry-content .wp-block-file {
    font-family: "Oswald",sans-serif;
}
.entry-content figure figcaption {
	font-family: 'Barlow',sans-serif;
}
.wp-block-table table {
  	width:50%;
}

.cover-image-left {
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.cover-image-right {
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}


/*MARGIN TITLES .section-inner.medium {
	max-width: 120rem;
}*/

/* hide featured thumbs on pages */
.post-template .featured-media {
  display:none;
}

/* hide "kategorie" */
.archive-title span:first-child{
  	display:none;
}

/* accordion to the left */
.c-accordion__title:after {
    left: 0;
}
.c-accordion__content {
    margin-left: 40px;
}
h1.c-accordion__title {
    padding-left:50px;
}
h2.c-accordion__title {
    padding-left:45px;
}
h3.c-accordion__title {
    padding-left:40px;
}
h4.c-accordion__title {
    padding-left:35px;
	margin-left: 4px;
}

/* homepage */
.homepage-zitat div p {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
	
    font-weight: 400;
    font-style: italic;
}

.homereorder {
	display: flex;
  	flex-flow: row wrap;
}
@media screen and (max-width:699px) {
  .kompetenzen1 {
    order: 2; 
  }
  .kompetenzen1 {
    order: 1; 
    margin-top: 3.2rem;
  }
  .kompetenzen1 .has-text-align-right {
    text-align:left;
  }
  .kompetenzen1 .wp-block-buttons {
    justify-content: flex-start;
    margin-bottom: 0px;
  }
}

/* uber mich hide headers */
.page-id-462 .entry-header-inner h1, .page-id-815 .entry-header-inner h1  {
  display: none;
}


/* blog title the same as page title */
.archive-title {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
	font-size: 3.6rem;
}
@media (min-width: 700px) {
	.archive-title { font-size: 6.4rem; }
}

}
@media (min-width: 1220px) {
	.archive-title { font-size: 8.4rem;	}
}

/* kontakt form */
.wpforms-field-label, .wpforms-field-sublabel, .wpforms-error, .wpforms-valid, .wpforms-field-medium  {
	font:inherit;
}
.wpforms-submit {
    color: #1b7eb0;
    border: 2px solid;
    background-color: #ffffff;
}

/* unused 
.wp-block-pullquote blockquote p {
  	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    letter-spacing: normal;
	font-size: 3.2rem;
    font-weight: 400;
    font-style: italic;
}
.wp-block-pullquote::before {
    display:none;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
    letter-spacing: normal;	
	font-size: 3.2rem;  
}
*/
  

