/* === allgemeines text === */

p {font-size: 0.85rem;}

li {font-size: 0.85rem;}

h1 {font-size: 1.8rem; margin-top: 1rem !important;}

h2 {font-size: 1.6rem;}

h3 {font-size: 1.3rem;}

/* === seitentitel ausblenden === */

header.entry-header {display: none;}
div.singular-content-wrap {padding-top: 0;}
div.entry-content {margin-top: 0;}

/* === Schatten von Seitenleiste === */

@media screen and (min-width: 64em){
#masthead {
box-shadow: 10px 0 18px -14px rgba(0,0,0,0.6);}
}

/* === Anpassungen Menue === */
.menu-inside-wrapper li:hover {
	background-color: #ff7a7a;
  transition-duration: .5s;
}

a {
	text-decoration: none !important;
}

@media screen and (max-width: 1023px) {
	div.site-branding a.custom-logo-link {
		margin-left: auto;
		margin-right: auto;
		max-width: 40%;
	}  
div.site-branding {
		flex: 1;
	}  
}

/* === Slider_Start anpassungen === */
@media screen and (min-width: 1024px) {
.Slider_Start {
	padding-left: 250px;
}
}
@media screen and (min-width: 1599px) {
.Slider_Start {
	padding-left: 270px;
}
}

.text_hg {
	display: flex;
  flex-direction: column;
	margin: 4rem 0 3rem 0;
}

.text_hg :first-child {
	display: flex;
           flex-direction: column;
           align-items: center;
           text-align: center;
}

.text_hg :nth-child(2) {
	position: absolute;
  left: 50%;
	margin-top: 2rem;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;         
}

/* === Hover effect === */

.img_hover{
	border-radius: 200px;
	background: #ff7a7a;
	background-image: url("https://vitamedia-hochzeitsfotografie.de/wp-content/uploads/2024/06/Vitamedia_logo_V_white.webp");
	background-position: center;
	background-size: 30%;
	background-repeat: no-repeat;
}
.img_hover img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.img_hover:hover img {
	opacity: .5;
	box-shadow: 0 0 8px 0 #999999;
}

/* === button === */

input.btn{
	background-color: #ff7a7a;
	border-radius: 99px;
	border: 1px solid white;
	font-family: 'Roboto', 'Arial';
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
	height: 43px;
	padding: 10px 30px;		
}

input.btn:hover{
	background-color: #7C3838FF;
	transition-duration: 0.5s;
}

/* === hg fixed IOS  === */
@supports (-webkit-touch-callout: none) {
.HG_fixed {
    background: url('https://vitamedia-hochzeitsfotografie.de/wp-content/uploads/2024/06/VitamediaHochzeitsfotografie.webp') center top no-repeat scroll;
    background-size: auto 100vh;
}    
}

/* === Kontaktseite Formular === */

.kontakt {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFFCE;
	padding: 2rem;
	border-radius: 8px;
	margin-top: 1rem;
}

form p {
	margin-bottom: 0;
}

p input.wpcf7-submit {
	margin-top: 1rem;
}

header.wp-block-cover {
	padding-top: 0;
	margin-top: 0;
}

#wpcf7-f7-p18-o1 label input, #wpcf7-f7-p18-o1 label textarea{
	background-color: white;
	border-bottom-color: #666666;
  margin-top: 10px;
}

/* === kein margin === */

.margin_out, .margin_out *{
	margin: 0 !important;
}

/* === Pakete 3 Boxen === */

.drei_boxen {
	display: flex;
	justify-content: center;
}

.drei_boxen > div > div {
	border-radius: 8px;
	padding: 0 !important;
	box-shadow: 0 0 12px #6666662b;

}

.drei_boxen img {
	border-radius: 8px 8px 0 0;
}

.drei_boxen h2,
.drei_boxen h3,
.drei_boxen ul {
    padding: 8px !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

#site-generator {
	display: none;
}

/* === Footer === */

.footer-widget-2, .footer-widget-2 a {
	color: #999999 !important;
	font-size: .7rem;
	line-height: 1.3rem;
}

/* === aufzählungen === */

h4 + ul li {
	padding-bottom: 1rem;
}