/*
	Theme Name: Nägeliberg
	Description: Nägeliberg Theme
	Template: blankslate
 	Version: 2.0
	Author: Matthias Ulrich
	Author URI: http://www.ulrich.digital
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
 	FARBEN
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Aleo_Regular';
	src: url('fonts/aleo_regular/Aleo-Regular-webfont.eot');
	src: url('fonts/aleo_regular/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aleo_regular/Aleo-Regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Dancing Script';
    src: url('fonts/DancingScript-Regular.woff2') format('woff2'),
        url('fonts/DancingScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fredoka';
    src: url('fonts/Fredoka-Light.woff2') format('woff2'),
        url('fonts/Fredoka-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/*------------------------------------*\
    MAIN
\*------------------------------------*/
body {

    font-family: 'Slabo 27px';


}


html { min-height: 100%; }
body { min-height: 100%;  
	position: relative;
	font-family: 'Fredoka';

}


h1, h2, h3, h4, h5, h6{
	font-family: 'Dancing Script';
	
}
h2{
	font-size: 72px;
line-height: 1.5em;
letter-spacing: 0;
margin-bottom: 0.5em;

}

p + p{
	margin-top:1em;
}
article {
	max-width: 100vw;
    margin: auto;
    text-align: center;
    font-size: 20px;
}

.wp-block-group{
	max-width: 800px;
	background-color: #451414;
	    margin: 10vh auto;
	    padding: 20px;
	    color: #ffffffd9;
	    line-height: 1.4em;
	    width: fit-content;
	    font-size: 29px;
	    border-radius: 20px;
	    box-shadow: 3px 3px 3px #0000006e;
		/*background-image: url("images/background-horizontal-dark-wood.webp");

 background-repeat: no-repeat;
background-size: cover;
background-position: center center;
*/
background: rgb(92,60,7);
background: linear-gradient(142deg, rgba(92,60,7,1) 0%, rgba(71,21,5,1) 35%, rgba(36,10,0,1) 100%);
}
.wp-block-spacer + .wp-block-group{
	margin-top: 0;
}

.logo{
    width: 400px;
    margin: auto;
    margin-top:10px;
    position: relative;
    display: block;
    z-index: 1;
    filter: drop-shadow(5px 5px 6px #000000);
    }

.war_soundy_audio_control, 
.war_soundy_pp_corner {
display:none;}

a {color:white;}

.angemeldet_sind{
	max-width: fit-content;
}

.wp-block-spacer{
	height:66vh!important;
}

/* =============================================================== *\ 

 	 Titel 

\* =============================================================== */ 
  
input,
textarea{
	background: transparent;
border: 1px solid white;
padding: 10px;
border-radius: 10px;
}
/*------------------------------------*\
    RETINA
\*------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
	body {}
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1200px) {
#content{}
}


