/*
 Theme Name:   betheme-child
 Theme URI:    http://example.com/betheme-child/
 Description:  BeTheme Child Theme
 Author:       WWU
 Author URI:   none
 Template:     betheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  betheme-child
 */



.post-password-form {
	margin-top: 100px!important;
}

.wpcf7-response-output {
    float: left;
    margin: 0 1% 40px;
	margin-bottom: 10px;
	width:98%;
}


/* STMWI Logo Anpassungen */

@media screen and (max-width: 1239px) and (min-width: 767px) {
	.one > .stmwi-logo {
		display:none!important;
	}
	
	.one > .mobile-customview {
		display:none!important;
	}
}

@media screen and (max-width: 1239px) {
	.stmwi-logo {
		padding-bottom:10px;
	}
	
	.widgets_wrapper > .container > .one-fourth {
		display:none!important;
	}
	
	.widgets_wrapper > .container > .one-second {
		width: 100%!important;
	}
	
}

@media screen and (min-width: 1239px) {
	.stmwi-footer {
		padding-top:10px;
		margin-left:-20px;
	}
	
	.stmwi-footer-mobile, #custom_html-6 {
		display:none!important;
	}
}

/* Awards Footer Logo Anpassungen */

@media screen and (max-width: 1239px) and (min-width: 767px) {

}

@media screen and (max-width: 1239px) {
	.awards-logo {
		padding-bottom:10px;
	}
	.awards-footer-mobile{
		margin-top:20px;
		display:grid;
	}
}

@media screen and (min-width: 1239px) {
	.awards-footer {
		padding-top:10px;
		margin-right:-20px;
	}
	
	.awards-footer-mobile, #custom_html-6 {
		display:none!important;
	}
}


/* Image Slider */

.the_content_wrapper ol {
    margin: 15px 0 0 0!important;
}

@media only screen and (min-width: 960px) {
    .slider_little { 
        margin: 10% 10% 10% 10%!important;
    }
}

@media only screen and (min-width: 1240px) {
    .slider_little { 
        margin: 20% 20% 20% 20%!important;
    }
}
.e-category-box > div {
    clip-path: none;
    background-color: white;
}
#Top_bar .menu > li.current-menu-item:before, #Top_bar .menu > li.current-menu-parent:before {
    border-left: 5px solid #0971b7;
    content: "|";
    position: absolute;
    top: 42px;
    transform: skewX(-45deg);
    border-right: 5px solid #0971b7;
    color: transparent;
    line-height: 14px;
	display: none;
}