/****************************
 *** FONT-FAMILY FÜR ALLE ***
 ****************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@media only screen and (min-width: 320px) {
	body{
		font-family: 'Open Sans', sans-serif;
		color: #000000;
		font-size: 20px
	}
	
	/*************
	 *** TITEL ***
	 *************/
	h2{
		font-size: 36px;
	}
	h3{
		font-size: 30px;
	}
	h4{
		font-size: 24px;
	}
	#content a,
	#content_n_nav_container a{
		color: #000000;
	}
	#content a:hover,
	#content_n_nav_container a:hover{
		color: #000000;
		text-decoration: none;
	}
	
	/*********************
	 *** SEITE KONTAKT ***
	 *********************/
    input.kontakt_form, textarea.kontakt_form, a.kontakt_form{
		font-size: 16px;
    }
	/*** SENDEN-BUTTON ***/
    a.kontakt_form{
        letter-spacing: 2px;
        font-size: 20px;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
    }
	em{
		font-size: 16px;
	}
}


@media only screen and (min-width: 1024px) {

	/**************************
	 *** GALERIE-NAME-TITEL ***
	 **************************/
	a.smph_galerie_name{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	/*************
	 *** TITEL ***
	 *************/
	h2{
		font-size: 31px;
	}
	h3{
		font-size: 26px;
	}
	h4{
		font-size: 21px;
	}

	/**************************
	 *** GALERIE-NAME-TITEL ***
	 **************************/
	a.smph_galerie_name{
		display: none;
	}

	/*********************
	 *** SEITE KONTAKT ***
	 *********************/
    input.kontakt_form, textarea.kontakt_form, a.kontakt_form{
		font-size: 16px;
    }
	/*** SENDEN-BUTTON ***/
    a.kontakt_form{
        letter-spacing: 2px;
        font-size: 20px;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	/*************
	 *** TITEL ***
	 *************/
	h2{
		font-size: 25px;
	}
	h3{
		font-size: 21px;
	}
	h4{
		font-size: 18px;
	}
	
	/**************************
	 *** GALERIE-NAME-TITEL ***
	 **************************/
	a.smph_galerie_name{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		color: #000000;
		font-size: 19px;
		line-height: 1.3;
		font-weight: 700;
		
		margin-top: 15px;
		margin-bottom: 20px;
	}

}