/*
Theme Name: Twenty Twenty Camping Rehbocktal
Description: Kaiser - Twenty Twenty Childtheme
Author: Tino Löwe 
Template: twentytwenty
Version: 1.0

*/

/*
 * Seitentitel auf Startseite ausblenden
 */
body.home .entry-header, .site-description, #site-header > div.header-inner.section-inner > div.header-titles-wrapper > button.toggle.search-toggle.mobile-search-toggle, .archive-title span.color-accent, div.entry-categories-inner a {
	display: none;
}

#site-header {
	padding-bottom: 1.2rem;
}

.header-image img {
	margin-left: auto;
	margin-right: auto;
	padding: 1.2rem;
}

.nav-toggle .toggle-inner {
    padding-top: 4rem;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
        padding-left: 1.5rem;
}

form {
    padding: 1rem;
	background-color: #7BD3B2;
}

.wpcf7 .wpcf7-submit { 
  background: #3839ab linear-gradient(hsla(0, 0, 100%, .2), transparent) !important;
  background-color: #5a9900 !important;
  background-repeat: repeat !important;
  border: thin solid rgba(0, 0, 0, .1) !important;
  box-shadow: 0 .2em .4em rgba(0, 0, 0, .5) !important; 
  color: white !important;
  text-shadow: 0 -.05em .05em rgba(0, 0, 0, .5) !important;
  border-radius:5px 20px !important;
}

/* -------------------------------------------------------------------------- */
/*      2. Element Base
/* -------------------------------------------------------------------------- */

h1,
.heading-size-1 {
        font-size: 3.6rem;
        font-weight: 800;
        line-height: 1.138888889;
}

h2,
.heading-size-2 {
        font-size: 3.2rem;
}

h3,
.heading-size-3 {
        font-size: 2.8rem;
}

h4,
.heading-size-4 {
        font-size: 2.4rem;
}

h5,
.heading-size-5 {
        font-size: 2.1rem;
}

h6,
.heading-size-6 {
        font-size: 1.6rem;
}

@media ( min-width: 1220px ) {

        h1,
        .heading-size-1 {
			font-size: 5.4rem;
			font-weight: 600;			
        }
		.widget-content, .widget_nav_menu a {
    		font-size: 1.5rem;
			font-weight: 200;	
		}
}

/* -------------------------------------------------------------------------- */
/*      4.      Site Header
/* -------------------------------------------------------------------------- */

.header-inner {
    max-width: 128rem;
	align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .1rem 0;
}

/* -------------------------------------------------------------------------- */
/*      11. Entry Content
/* -------------------------------------------------------------------------- */


/* CF7 Classes ------------------------- */
.togglebuttons .wpcf7-list-item {
  margin: 0 2px 0 0;
  display: inline-block;
}
.togglebuttons > span input {
  opacity: 0;
  position: absolute;
}

.togglebuttons > span .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  color: #333;
  border-radius: 2px;
  background: #ffffff;
  padding: 2px 8px;
  background: #efefef;
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  border: 1px solid #e0e0e0;
}

.togglebuttons > span input:checked + .wpcf7-list-item-label {
  background: #0193c2;
  border: 1px solid #0193c2;
  color: #ffffff;
  font-weight: bold;
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 120rem; //120
        width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 120rem; //120
}

/* -------------------------------------------------------------------------- */
/*      16. Site Footer
/* -------------------------------------------------------------------------- */

.footer-copyright {
	font-weight: 200;
}

/* -------------------------------------------------------------------------- */
/*      17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( min-width: 700px ) {
        /* Blocks -------------------------------- */

     /* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
        padding: 0.3rem;
	}
	
	.archive-header {
	    padding: 1rem 0;
	}
	
	#site-header > div.header-inner.section-inner > div.header-navigation-wrapper > div > div {
	//display: none;
	}
	
}
