/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* Globals */
body, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	font-weight: 300;
	line-height: 1.4em;
}
h3, h4, h5, h6 { font-weight: 700; }
p { line-height: 1.7em; }
.transparent-parallax-bg .et_parallax_bg {
	opacity: .3;
}
.mfp-bottom-bar { display: none; }

/* MENU */
.et_mobile_menu > li { margin-bottom: 5px; }
.et_mobile_menu > li a { line-height: 1.4em !important; }
.et_mobile_menu > li:last-child { margin-bottom: 0; }
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before { color: #000; }
.termin-buchen.menu-item > a {
	padding: 10px 15px !important;
	background-color: #0596de !important;
	color: #fffffe !important;
}
.call-us.menu-item > a {
	padding: 10px 15px !important;
	background: #bed1ce !important;
}



/* Home */
.et_pb_team_member_image { max-width: none; }
.et_pb_team_member_image img { width: 100%; }

/* Blurp */
.et_pb_blurb_content { margin: 0; }

/* Gallery */
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item {
	width: 25% !important;
	margin: 0 !important;
	clear: none !important;
	padding: 5px !important;
	position: relative;
}
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	pointer-events: none;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:before {
	content: 'U';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	pointer-events: none;
	opacity: 1;
	transition: all .5s ease-in-out;
	font-size: 2.5rem;
}
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(2):before { content: 'R'; }
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(3):before { content: 'K'; }
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4):before { content: 'U'; }
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(5):before { content: 'N'; }
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(6):before { content: 'D'; }
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(7):before { content: 'E'; }
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:nth-child(8):before { content: 'N'; }

.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:hover:after,
.page-id-302 .et_pb_gallery_grid .et_pb_gallery_item:hover:before { opacity: 0; }

/* Leistungen */
.leistungen-galerie .et_pb_gallery_item { width: 50% !important; padding: 5px; }


/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}