/*
 Theme Name: Visible7-Child-Theme
 Theme URI: https://www.visible7.at/
 Description: Child-Theme
 Author: Visible7
 Author URI: https://www.visible7.at/
 Template: Divi
 Version: 1.0.0
 Tag: divi, child-theme, rawbone, easy-to-use, visible7, 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */


/*Read more button stile*/

.more-link {
    background-color: #f0c400;
    display: inline-block !important;
    color: #666;
    padding: 5px 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.more-link:hover {
   
	animation-name: fadeInOpacity;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;
	font-size: 16px;
}
@keyframes fadeInOpacity {
	0% {
		font-size: 14px;
	}
	100% {
		font-size: 16px;
	}
}


.dtb-post-wrap{background-color: #018b98;
    padding: 20px;}

.dtb-post-wrap.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a {

	font-weight: 600;	
	color:#fff;}

.dtb-post-wrap .entry-title{color:#fff;}

.wpcf7-submit{
 
background: #00728f !important;
 
color: #ffffff;
     font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
	cursor: pointer;
}

.cf7style{padding-right: 14px !important;}

/*Anmeldungszeug ausblenden*/

.um-cover {display: none;}

.um-profile-photo{display: none;}

.um-profile-nav {display: none;}

.um-profile .um-profile-body {display: none;}