/*
Theme Name: SC Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: spicy concepts
Author URI: https://www.spicy-concepts.de
Template: Divi
Version: 1.0.0
*/

/*@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* VIMEO Video Wrapper anpassen */
.vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Downloadseite konfigurieren */
.media-body a {
	color:#868a8b!important;
}

/*Quote bei Testimonials*/
.et_pb_slider_0.et_pb_slider:before {
	color:#b52230!important;
}
.et-pb-active-control {
	background-color: #b52230!important;
}

/* Videosymbol für Mediathekseite */
.videosymbol {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2025/03/videosymbol.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -12px!important; /* 👈 Feinjustierung */
}

td.videotitel {
  text-align: left !important;
  width: 100%;
}

td.videotitel a {
  display: inline-block;
  font-size: 16px;
}
td.videotitel a {
  color: #000000; /* Standard: schwarz */
  text-decoration: none;
  transition: color 0.2s ease;
}
td.videotitel a:hover {
  color: #b52230; /* Hover: rot */
}
.sharebuttons-element {
	display:none;
}

/* Vollbreite Elemente */
.vollbreit {
	width: 100%;
}

/* BTN Karriere im Menue*/
.custom-menu-item {
	font-weight:600;
}

/*Styling der aktuellen Newsfeeds*/
.aktuellnewsfeed h1{
	display:none;
}
.aktuellnewsfeed h2{
	font-size:16px;
}
.dachzeile{
	font-size:20px;
	color:darkblue;
	margin-bottom:6px;
	margin-top:10px;
}

/* Formular gestalten */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 16px;
    border-width: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;  
}
.wpcf7-form-control.wpcf7-select {
	font-size: 18px;
	color: #999;
	background-color: #eee;
	border-width: 0;
	border-radius: 0;
    width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wpcf7-submit {
	color: #FFFFFF!important;
    font-size: 18px;
    background-color: #b52230!important;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0px solid;
	border-radius: 6px;
    transition-duration: .2s;
    box-sizing: border-box;
}
