/*
 Theme Name:     Twentytwentyfour-Child-Marlise
 Theme URI:      https://peppernet.ch
 Description:    Twentytwentyfour-Child-Theme
 Author:         Wordpress
 Author URI:     http://wordpress.org
 Template:       twentytwentyfour
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* A L L G E M E I N E  D E K L A R A T I O N E N -------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
        font-size: 100%;
}
h1 {
	line-height: 2em;
	padding:10px 0;

}
h1.wp-block-post-title{
	display: none;
}

/* H E A D E R------------------------------------------*/
.wp-block-group.main-header {

	background:url('/wp-content/uploads/2016/10/head-bg2.jpg')repeat-x top left!important;
	border-bottom:1px solid #fff;
}
.wp-block-navigation, .wp-block-group.logo{
	display: flex;
	width: 80%;
	justify-content: center;

}
.main-header {
	position: relative;
}
.main-header p{
	letter-spacing: 0.3em;
}
/* .main-header h2.wp-block-heading{
	position: absolute;
}
 */
 h2.vertical{
	position: absolute;
 }
/* N A V I G A T I O N ----------------------------------------*/



/* H O M E  ----------------------------------------------------*/



/* K O N T A K T  ----------------------------------------------------*/



/* F O O T E R  ----------------------------------------------------*/



/*-------------------------------M E D I A Q U E R i ES ----------------- -------------------------------------------------------------------------
------------------------------------------------------------------------*/


/* RESPONSIVE ALLE MOBILE GERÄTE ----------------------------*/
@media only screen and (max-width:980px) {

}

/*-----------------------------------------------------------------------
 R E S P O N S I V E - HANDY SMALL
 ---------------------------------------------------------------------- */
@media only screen and (max-width:479px) {

}

/*-------------------------------------------------------------------------
R E S P O N S I V E --- HANDY -------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

}

/*--------------------------------------------------------------------------
R E S P O N S I V E  --- TABLET UND DESKTOP SCHMAL ---------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width:980px) {

}

/* ------------------------------------------------------------------------
R E S P O N S I V E --- DESKTOP
--------------------------------------------------------------------------*/
@media only screen and (min-width: 981px) {

}
