/*
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-header.medium-header .oceanwp-mobile-menu-icon {

    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;
	display: none;
}

.site-padding {
	padding: 50px;
}


.ub-section-termine {
	padding: 20px 0px 10px 0px;
}

.ub-date h3{
	color: #565656!important;
}

.ub-date-title h3{
	color: #c63c37!important;
}


/* 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%;
    
}

.wpcf7-list-item {
	margin: 0!important;
}



/* Mobil */

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


.ub-section-01 {

	padding-top: 65px!important;
	padding-bottom: 50px!important;	
}

.ub-section-02 {

	margin-top: 0px!important;
	padding-top: 30px!important;	
	padding-botton: 0px!important;	
}

.ub-section-03 {

	padding-top: 90px!important;
	padding-bottom: 50px!important;	
}


.ub-section-04 {

	padding-top: 40px!important;
	padding-bottom: 30px!important;	
}


.ub-section-07 {

	padding-top: 0px!important;
	padding-bottom: 0px!important;	
	
	background-size: cover!important;
	background-position-x: 0px;
	background-position-y: 0px!important;
	max-height: 550px;
}


}


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

  .ub-section-07 .concert-title h2 {

	font-size: 290%!important;
}
 
 
 .ub-section-07 h2 {

	font-size: 175%!important;
}

 .ub-section-07 p {

	font-size: 85%!important;
}

}

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

.ub-section-01 {

	padding-top: 30px!important;
	padding-bottom: 50px!important;	
}

.ub-section-02 {

	padding-bottom: 120px!important;	
}

.ub-section-04 {

	padding-top: 10px!important;
	padding-bottom: 0px!important;	
}

}


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



}