/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/**** Headlines ***/
h1, h2, h3, h4 {
	text-transform: uppercase;
	
}


.table-2 tr td {
    border-bottom: 0px solid #fff;
    padding: 10px 0px;

}

/***** Headline Slider Home ****/

.title-heading-left h2 {
	font-weight: 700;
}

/****** Flipbox 4 Arme ******/

.flipbox-arme .flip-box-inner-wrapper {
	min-height: 300px !important;
}

/***** BLOCKQUOTE *****/

#wrapper .post-content blockquote, .fusion-modal blockquote {
	border-width: 0 2px;
    border-style: solid;
    border-color: #8c734b !important;
    font-size: 18px;
    margin: 0 0 3rem 0;
    margin-bottom: 3rem;
    margin-bottom: 2rem;
	background-color: rgba(22,37,76,0) !important;
	font-family: "Avenir Regular";
}

#wrapper .post-content blockquote, .fusion-modal blockquote {
	font-style: normal;
}


/***** Modal popup *****/

.fusion-modal .modal-content {
	border-radius: 0;
}

.fusion-modal .modal-header {
    padding: 20px 30px;
    border-bottom: 0px solid #e5e5e5;
}
.fusion-modal .modal-body {
    position: relative;
    padding: 20px 30px;
}

a.modallink {
	font-size: 32px;
	color: #ffffff;
	font-family: "Avenir Demibold";
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.2px;
	font-style: normal;
	text-transform: uppercase;
}
.fusion-modal .close {
    opacity: .5;
}

.bg-modal-image {
	background-position:center top;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding: 20px 20px 20px 20px;
	height:270px;
	width: 700px;
	vertical-align: top;
	display: table-cell;
}
.bg-modal-image-bottom {
	background-position:center top;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding: 20px 20px 20px 20px;
	height:270px;
	width: 700px;
	vertical-align: bottom;
	display: table-cell;
}

/**** Cookie Banner ****/
a.fusion-privacy-bar-acceptance {
	background: rgba(254,201,107,0);
	color: #fff;
	border-color: #fff;
}
a.fusion-privacy-bar-acceptance:hover {
	background: rgba(254,201,107,0);
	color: #e7e9ed;
	border-color: #e7e9ed;
}

/*** Bilder Slider ****/
.fusion-carousel .fusion-carousel-item img {
height: 300px !important;
	width: 400px !important;
object-fit: cover;
}
@media only screen and (max-width: 600px) {

.fusion-carousel .fusion-carousel-item img {
    height: 140px !important;
    width: 400px !important;
    object-fit: cover;
}
}

