/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Philippe Steinmayr
 Author URI:     https://schnee-ist-cool.de
 Template:       Divi
 Version:        1.0.0
*/
 

.page-id-12 #et-top-navigation {
	visibility: hidden;
}


/************************************************** Allgemein */

#page-container {
	margin-top: 0 !important;
}
#logo {
	max-width: 420px;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-width: 1300px;
}
body {
	font-weight: 300;
}
.post-337, .post-341, .post-22, .post-24, .post-43 {
	padding-bottom: 80px;
}
.post-337 h2, .post-341 h2, .post-22 h2, .post-24 h2, .post-43 h2, .post-46 h2 {
	font-size: 24px;
	padding: 25px 0 15px;
}
.post-341 h3, .post-22 h3, .post-24 h3, .post-46 h3 {
	font-size: 20px;
	padding: 25px 0;
}
a, a:hover {
	text-decoration: none !important;
}

/************************************************** Menu */

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

/************************************************** Elemente */


.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 44% 8% 2%;
}

.et_pb_team_member_image {
	max-width: 260px;
}

ul.et_pb_tabs_controls {
	background: none;
}
.et_pb_tabs_controls li,
ul.et_pb_tabs_controls::after {
	border: none;
}
.et_pb_tab {
	padding: 24px 0;
}
.et_pb_tabs_controls li {
	float: left !important;
}
.et_pb_tabs_controls li a {
	padding: 0 15px 0 0;
}
.et_pb_tab_content {
	font-size: 16px;
	line-height: 1.6;
}

/************************************************** Seiten */

.title_section {
	padding-bottom: 0 !important;
}


.section_projects {
	display: flex;
	margin: 0 auto;
	max-width: 1300px;
	justify-content: center;
}
.section_projects .et_pb_module {
	background: #111;
	color: #fff;
}
/* */
.project_category-award .entry-featured-image-url {
	 position: relative;
}
.project_category-award .entry-featured-image-url::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 130px solid #F29123;
	border-left: 130px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.project_category-award .entry-featured-image-url::after {
	content: url('/wp-content/uploads/sites/3/2024/07/auszeichnung.png');
	position: absolute;
	top: 10px; /* Passe diese Werte an, um das Icon korrekt zu positionieren */
	right: 10px; /* Passe diese Werte an, um das Icon korrekt zu positionieren */
	width: 64px; /* Breite des Icons */
	height: 48px; /* Höhe des Icons */
}
.project_category-kino .et_pb_section,
.project_category-doku .et_pb_section,
.project_category-audio .et_pb_section,
.project_category-gaming .et_pb_section {
	background: none;
}
.project_category-kino .et_pb_section::before {
	content: 'FEATURE FILM';
	height: 50px;
	display: inline-block;
}
.project_category-doku .et_pb_section::before {
	content: 'DOCUMENTARY';
	height: 50px;
	display: inline-block;
}
.section_projects .et_pb_module:has(.project_category-audio),
.project_category-audio .et_pb_module {
	background: #845117;
}
.project_category-audio .et_pb_section::before {
	content: 'RADIO PLAY';
	height: 50px;
	display: inline-block;
}
.section_projects .et_pb_module:has(.project_category-gaming),
.project_category-gaming .et_pb_module {
	background: #68006A;
}

.project_category-gaming .et_pb_section::before {
	content: 'VIDEO GAME';
	height: 50px;
	display: inline-block;
}
.project_category-gaming .et_pb_text:nth-child(3) span:first-of-type {
	visibility: hidden;
	text-indent: -9999px;
	line-height: 0;
}

.project_category-gaming .et_pb_text:nth-child(3) span:first-of-type::before {
	content: 'studio';
	visibility: visible;
	text-indent: 0;
	display: block;
	line-height: initial;
}
.project_category-gaming .et_pb_text:nth-child(4) {
	display: none;
}

.flip-box-front .entry-title,
.flip-box-front .post-content,
.flip-box-back .entry-title,
.flip-box-back .entry-featured-image-url {
	display: none;
}
.flip-box-front .entry-featured-image-url {
	pointer-events: none;
	cursor: default;
}
.flip-box-back .et_pb_blog_show_content {
	padding: 60px 30px;
}
.flip-box-back .project_detail {
	padding: 0;
}
.flip-box-back .project_detail .et_pb_row {
	padding: 0;
}
.flip-box-back .project_detail .et_pb_module {
	margin: 0;
	padding-bottom: 10px;
}
.flip-box-back .project_detail a {
	color: #fff;
}
.flip-box-back .project_detail span:first-of-type,
.flip-box-back .project_detail span:last-of-type {
	display: inline-block;
	font-size: 17px;
	line-height: 24px;
	vertical-align: top;
	width: 100px;
}
.flip-box-back .project_detail span:first-of-type {
	color: #878787;
	font-weight: 400;
}
.flip-box-back .project_detail span:last-of-type {
	width: 160px;
}

#all_projects {
	flex-wrap: wrap;
	justify-content: left;
	width: 80%;
}

.et_pb_team_member_image {
	margin-bottom: 20px !important;
}
.et_pb_team_member_description h4 {
	font-size: 24px;
}
.et_pb_member_position {
	color: #000;
	padding-bottom: 30px !important;
}
.icon_place {
	display: inline-flex;
}
.icon_phone:before, .icon_mail:before, .icon_web:before, .icon_place:before {
	font-family: "ETmodules";
	font-size: 20px;
	padding-right: 20px;
	vertical-align: middle;
}
.icon_phone:before {
	content: '\e090';
}
.icon_mail:before {
	content: '\e076';
}
.icon_web:before {
	content: '\e00e';
}
.icon_place:before {
	content: "\e081";
}

/************************************************** Footer */

#footer-info {
	border-top: 2px solid #666;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#footer-info a {
	font-size: 16px;
	font-weight: 300;
}
.footer_legal a {
	margin-right: 30px;
}
.footer_links a {
	margin-left: 30px;
}

/************************************************** Breakpoints */

/*@media (min-width:981px) {*/
	.flip-box-row {
		background-color: transparent;
		width: 325px;
		height: 460px;
		padding: 0 !important;
		-webkit-perspective: 1000px;
		perspective: 1000px;
		margin: 0;
	}
	.flip-box-column {
		position: relative;
		width:100%;
		height: 100%;
		-webkit-transition: transform 1.2s ease-in-out .3s;
		transition: transform 1.2s ease-in-out .3s;
	/*	-webkit-transition: transform 0.8s;
	 * transition: transform 0.8s;*/
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.flip-box-row:hover .flip-box-column {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	.flip-box-front, .flip-box-back {
		position: absolute;
		width:100%;
		height: 100%;
		-webkit-transform: translate3d(0,0,0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.flip-box-back {
		  -webkit-transform: rotateY(180deg);
		  transform: rotateY(180deg);
	}
@media (min-width:1300px) {
	#all_projects {
		width: 100%;
		max-width: 1300px;
	}
}
@media (max-width:1299px) {
	.section_projects #flip-box-row-4 {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	#main-header.et-fixed-header {
		position: fixed;
	}
	.logged-in #main-header.et-fixed-header {
		top: 0 !important;
		transition: all .3s 0s;
	}
}
@media (max-width:974px) {
	.section_projects #flip-box-row-3 {
		display: none;
	}
	#footer-info {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer_legal {
		width: 100%;
	}
	.footer_legal a:last-child {
		margin-right: 0;
	}
	.footer_links a:first-child {
		margin-left: 0;
	}
}
@media (max-width:649px) {
	.section_projects #flip-box-row-2 {
		display: none;
	}
	.icon_phone, .icon_mail, .icon_web, .icon_place {
	font-size: 17px;
	}
	.icon_phone:before, .icon_mail:before, .icon_web:before, .icon_place:before {
		font-size: 18px;
		padding-right: 15px;
	}
	
}
@media (max-width:399px) {
	#all_projects {
		justify-content: center;
		width: 100%;
	}
}