/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


@import url('ub-styles-pro.css');
/* @import url('ub-fonts.css'); */

/* Ocean Header verbergen */
#site-header.medium-header .top-header-wrap {
	display: none!important;
}

#site-navigation-wrap {
	display: none;
}



/* Title Home verbergen */
/*
.page-id-13 .page-header-title {
	visibility: hidden;
	margin-bottom: -50px!important;
}
*/

/* Padding Inhaltsbereich */
#main #content-wrap {
	padding-top: 20px;
	padding-bottom: 50px;
}


/* Theme Menu oben */
#site-header.medium-header #site-navigation-wrap {
	background-color: #f9f9f9;
	opacity: 0.9;
}

.site-padding {
	padding: 50px;
}





/* Forms */


input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea {
    padding: 0.2em;
    border-radius: 5px;
}

textarea {
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    height: 10em;
}

.wpcf7 input, .wpcf7 textarea {
    margin-top: 0px;
}

input[type="submit"] {
    background: gray;
    border-radius: 5px;
}

#site-scroll-top:hover {
    background: #D85C22 none repeat scroll 0% 0%;
    
}



/* Mobil */

@media only screen and (max-width:1024px)  {



}


@media only screen and (max-width:768px)  {



}

@media only screen and (max-width:380px)  {



}


@media only screen and (max-width:360px)  {



}