/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Andreas Krüger
 Author URI:     https://www.s-k-i-n.de
 Template:       Divi
 Version:        1.0.0
*/

@import "css/fonts.css";

body {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: normal;
}

main

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: bold;
}

@media (max-width: 500px) {
	h3 {	font-size: 16px !important;}
	h2 {	font-size: 25px !important;}
	h5 {	font-size: 10px !important;}


}

.dd-logo {
		z-index:123123123123123123123;
}

.home .dd-divimenu-open .et_pb_divimenus_flex_item {
	visibility: inherit;
}

.et_pb_sticky_module {
	position:hidden;	
}

.home .header-logo {
	width:350px;
	margin: 0 auto;
    display: block;
    animation: fadein 2s ease-in alternate ;
  	animation-delay: 2s;
  	animation-fill-mode: forwards;
	opacity: 0;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
.et_pb_divimenus_flex_item {
	width:100% !important;
}
}

@media (max-width: 767px) {
.home .header-logo {
	width:250px;
}
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.et_pb_divimenus_flex_0_tb_header .dd-flex {
flex-direction: row !important;
}

.dd-menu-flex-sub ul {
	    border-top: 5px solid #c48411;
}

.et_pb_section_0_tb_header
{
	transform: translateX(0px) translateY(0px) !important;
}

.home .et_pb_section_0_tb_header
{
	transform: translateX(0px) translateY(-300px) !important;
}

@media only screen and (max-width:980px) {
.et_pb_divimenus_flex_0_tb_header .dd-logo {
top: -25px;
}
}

.dd-item.active span {
	color:#c48411 !important;
}

.dd-active-url > a > div.active > span, .current-menu-item > a > span{
		color:#c48411 !important;
}

.dd-menu-flex-sub>ul {
width: -webkit-max-content;
}

@media only screen and (max-width:980px) {
.dd-menu-flex-sub>ul {
width: 100%;
	text-align:center;
}
}

.dd-menu-flex-sub ul {
	box-shadow: 10px 12px 18px -6px rgba(0,0,0,0.3);
}

.cardsektion .et_pb_column {
		display: flex;
      flex-direction: column;
      justify-content: flex-end; 
      padding-bottom: 30px;
	  padding-right:30px;
}     

sup {
bottom: .4em !important;
}

#footer-widgets .title {
	font-weight:300;
}

#footer-widgets li {
	list-style-type:none;
}

#footer-widgets .footer-widget {
	font-size:12px;
}

#footer-widgets .footer-widget li {
	padding-left:0;
	margin-bottom:8px;
	font-size:12px;
}

#footer-widgets .footer-widget ul{
	line-height:1.4em !important;
}

#footer-widgets .footer-widget li a{
	font-size:12px;
}

#footer-widgets .footer-widget li:before {
	border:none;
}

#menu-footer {
	text-align:right;
}

html .bottom-nav li.current-menu-item>a {
color: #c48411 !important;
}

.kompetenzbereiche .lwp_overlay_image .image {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.gradient {
    overflow: hidden;
}

.gradient .overlay {
    /*background: linear-gradient(0deg, rgba(0,69,124,0.85) 0%, rgba(0,0,0,0) 100%) !important;*/
    height: 65px !important;
}

.gradient .container:hover .overlay.slide.bottom {
    /*background: rgba(0,69,124,0.85) !important;*/
    height: 200% !important;
}

.gradient .container {
	border-radius: 14px;
}

.kompetenzbereiche .gradient .container:hover .overlay.slide.bottom {
    /*background: rgba(0,69,124,0.85) !important;*/
    /*height: 45px !important;*/
}

.kompetenzbereiche .gradient .container:hover .overlay .text {
    bottom: 20px;
}

.gradient .overlay .text {
    position: absolute;
    bottom: 15px;
    right: 20px;
    top: inherit;
    left: inherit;
    transform: none;
    text-align: right;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s ease-in-out;
}

.gradient .container:hover .overlay .text {
    bottom: 30px;
}

.aerztin img {
	max-width: none;
	width:100%;
	max-height: 600px;
	object-fit: cover;
}

.aerztin .et_pb_main_blurb_image {
	width:100%;
}

.einzelimage img {
	max-width: none;
	width:100%;
	max-height: 600px;
	object-fit: cover;
}

.einzelimage .et_pb_main_blurb_image {
	width:100%;
}

.ownbullets ul li {
  padding-left: 10px;
  list-style:none;
  margin-bottom: 10px;
}

.ownbullets ul li::before {
  content: 'R';
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;
	color: #c48411;
}

@media only screen and (min-width:981px) {

body .has_et_pb_sticky .dd-logo {
	width:60px !important;
	position: absolute !important;
	left:0;
}

body .has_et_pb_sticky .et_pb_divimenus_flex_0_tb_header .dd-flex {
	justify-content: right !important;
}
}

.cardsektion .et_pb_column .et_pb_module:first-child {
	flex: content;
}