/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

/* overwrite general settings of oceanwp for focus of links (black border) */
#main a:focus,
#site-header a:focus,
#footer a:focus{
	outline: 0px !important;
}

header#site-header,
footer#footer{
	display: none !important;
}

#lukijung img{
	max-height: 600px;
	width: auto;
	margin: 0 auto;
}

#main #content-wrap{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#einladung h1{
	color: #fff;
}

#content:before{
  content: ' ';
  display: block;
  position: fixed;
  top: 50%;
left: 50%;
transform: translate(-50%, -50%);;
  width: 100%;
  height: 100vh;
	max-width: 1400px;
  opacity: 0.3;
  background-image: url('/wp-content/uploads/2024/12/bg.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#content-wrap div a{
	color: #0a3174;
	font-weight: bold;
}

#footer-row div{
	color: #fff;
	font-weight: bold;
}