
/*
Theme Name: Klangspiel
Text Domain: klangspiel.de
Version: 1.1
Description: Custom theme
Author: IT & Netsolutions
Author URI: https://www.itn-ol.de
*/
/* lato-300 - 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: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - 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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alkatra-500 - 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: 'Alkatra';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/alkatra-v3-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



:root {
  --primary-font: 'Lato';
  --second-font: 'Alkatra';

  --width-total: 2000px;
  --width-content: 1320px;
  --padding-content: 60px;
  --padding-content-mobil: 30px;
}



/* Breite Editor */
.wp-block {
  margin: 0 auto;
  max-width: var(--width-total);
}
/* Blöcke mit class .wide */
.wp-block[data-align="wide"] {
  margin: 0 auto;
  max-width: var(--width-total);
}
/* Blöcke mit class .full-width */
.wp-block[data-align="full"] {
  margin: 0 auto;
  max-width: none;
}

/* Container */

html {
  font-family: var(--primary-font);
    font-style: normal;
	height:100%;
  	margin:0;
  	padding:0;
    overflow-x: hidden;
}


body {
  font-family: var(--primary-font);
    font-style: normal;
    font-size: 16px;
	line-height:140%;
 	color:#000;
	overflow-x: hidden;
    background-color: #fff;
 	margin:0;
 	padding:0;
	
}





/* Bilder*/
div#content_block img { border-style:none; width: 100% !important; height: auto; max-width: 100% !important; }

section.slider img { border-style:none; width: 100% !important; height: auto; max-width: 100% !important; }


svg { overflow:hidden;}

figure.distance_1 {padding: 40px 0 40px 0;}

:where(figure) {
  margin: 0 0 0em;
}

figure.abgerundet img {border-radius: 20px;}




/* Formular*/
 
.feld1 {
  font-family: var(--primary-font);
  width: 96%;
  height: 15px;
  border: 0px solid #f4f4f4;
  border-radius: 10px;
  background-color: #f4f4f4;
padding:2%;
font-family: 'Open Sans';
 color:#282759;
font-size:1em;
}

.feld1::placeholder, .feld2::placeholder  { color:#a4a3a3;}

.feld2 {
  font-family: var(--primary-font);
  width: 96%;
  height: 150px;
  border: 0px solid #f4f4f4;
 border-radius: 10px;
  background-color: #f4f4f4;
  color: #001B33;
padding:2%;

font-size:1em;

}


.wpcf7-submit  {  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 500;
  color:#fff !important ; 
  text-decoration: none; 
  border-radius: 20px; 
background-color:#EC6069; 
  display: inline-grid;
padding:10px 20px;
  justify-content: center;
  align-content: center;
  margin-top: 0px;
   cursor: pointer;border: solid 0px #cccccc;
}	


div#content_block .captcha img.wpcf7-form-control {width: 84px !important;}

.text_formular {font-size:.8em;  font-family: var(--primary-font);}



   input.feld1::placeholder {  font-family: var(--primary-font);
    color: #969696;
    opacity: 1;
    }


   input.feld2::placeholder {  font-family: var(--primary-font);
    color: #969696;
    opacity: 1;
    }
textarea.feld2::placeholder {  font-family: var(--primary-font);
    color: #969696;
    opacity: 1;
    }




/* Formatierungen*/

hr {color:#000; margin-top:20px; margin-bottom:0px; width:100%;}

sub,
sup {
 	position:relative;
 	font-size:75%;
 	line-height:0;
 	vertical-align:baseline;
}
sub { bottom:-.25em;}
sup { top:-.5em;}





/* content */

div#distance_header {margin-top: 100px;}

section {
  display: flex;
  align-items: center;
  justify-content: center;
 }


 section.blank {	background-color:#fff;}
section.white {	background-color:#fff;}
section.grau {	background-color:#f2f0f0;}

section.backgroundcolor_1 {	background-color:#f8eeee;}
section.backgroundcolor_2 {	background-color:#f5e0e0;}
section.verlauf_1 {background: linear-gradient(132.29deg, rgba(255, 124, 124, 0.2) 23.01%, rgba(255, 255, 255, 1) 91.1%);}

section.slider { 
  display: flex;
  align-items: center;
  justify-content: center;
}

section.slider p {padding: 0; margin: 0;}



div#paragraph_content {
	display: grid; 
  grid-template-columns: repeat(12, 1fr); 
	grid-template-rows: auto; 
  grid-column-gap: 24px;
  grid-row-gap: 0px;
width: calc(100% - (var(--padding-content)*2));
	max-width: var(--width-content);
	padding-right: var(--padding-content);
	padding-left: var(--padding-content);
	}

  div#paragraph_content.headerpicture {max-width: 100%; width: 100%; padding-left: 0; padding-right: 0;}


section > div#paragraph_content.distance_1 {padding-top: 0px; padding-bottom: 50px;}
section > div#paragraph_content.distance_2 {padding-top: 0px; padding-bottom: 0px;}
section > div#paragraph_content.distance_3 {padding-top: 40px; padding-bottom: 40px;}


/*Site - article */  

article#full {
  display: block;
grid-column: 1 / 13; 
grid-row: auto;
align-content: top;
justify-content: left; 
padding: 0;
margin: 0; 
 }



 article#full.center {
  display: block;
grid-column: 1 / 13; 
grid-row: auto;
align-content: center;
justify-content: left;  
padding-top: 50px;
padding-bottom: 20px;
 }

 article#full.text_center {
  display: block;
grid-column: 1 / 13; 
grid-row: auto;
align-content: center;
justify-content: left;  
padding-top: 50px;
padding-bottom: 20px;
 }

 article#full.pic_center {
  display: block;
grid-column: 1 / 13; 
grid-row: auto;
align-content: center;
justify-content: left;  
padding-top: 50px;
padding-bottom: 20px;
 }


/*Site -content_block */  

div#content_block { display: content; }


div#content_block.zweispaltig {
column-count: 2;
column-gap: 5%;
padding-top: 0px;}

div#content_block.zweispaltig p {
padding: auto;
margin: 0;
  }
  
div#content_block.termine  {
  border-bottom: 2px solid #880200;
  border-top: 2px solid #880200;
  padding: 20px 0 20px 0;
      }

 /*Site - Beitrag  */  




    


@media only screen and (max-width: 1100px) {
    

    
}

@media only screen and (max-width: 800px) {
  
  body {
      font-size: 14px;
    line-height:140%;
  }


  div#paragraph_content {

    width:calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    }


.order_1 {order:1;}
.order_2 {order:2;}

article#full.text_center {
  display: block;
grid-column: 1 / 13; 
grid-row: auto;
align-content: center;
justify-content: left;  
padding-top: 20px;
padding-bottom: 30px;
 }

 article#full.pic_center {
  display: block;
grid-column: 1 / 13; 
grid-row: auto;
align-content: center;
justify-content: left;  
padding-top: 50px;
padding-bottom: 0px;
 }



}
@media  (max-width: 800px) and (orientation: portrait) {


}

@media only screen and (max-width: 600px) {
  
  div#paragraph_content {

    width:calc(100% - 60px);
    padding: 20px 30px 20px 30px;
    }
}