/*
Theme Name:         ONEWORX Blank Theme
Theme URI:          https://oneworx.de/
Description:        This is the ONEWORX WordPress blank theme.
Version:            1.0.0
Author:             ONEWORX GmbH
Author URI:         https://oneworx.de/
Text Domain:        owx

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/




/********** HEADER **********/
header.owx-topcontainer-wrapper {
	position: absolute;
	width: 300px;
	height: 100%;
	display: inline-block;
	float: left;
	vertical-align: top;
	background-color: black;
}

header.owx-topcontainer-wrapper .owx-topcontainer {
	padding: 30px;
	color: white;
}

header.owx-topcontainer-wrapper .owx-topcontainer img#logo {
	width: 270px;
	margin-bottom: 45px;
}

@media(max-width: 369px){
	header.owx-topcontainer-wrapper .owx-topcontainer img#logo {
		width: 180px;
	}
}

@media(max-width: 269px){
	header.owx-topcontainer-wrapper .owx-topcontainer img#logo {
		margin-bottom: 20px;
	}

	header.owx-topcontainer-wrapper .owx-topcontainer .navbar-header {
		float: none;
		margin-bottom: 40px;
	}
}

header.owx-topcontainer-wrapper .owx-topcontainer ul {
	list-style: none;
}

header.owx-topcontainer-wrapper .owx-topcontainer ul li {
	margin: 10px 0;
}

header.owx-topcontainer-wrapper .owx-topcontainer button {
	margin: 30px 0;
}

.owx-topcontainer-wrapper .owx-topcontainer ul li:not(.menu-item-has-children).current-menu-item a, .owx-topcontainer-wrapper .owx-topcontainer ul a:active, .owx-topcontainer-wrapper .owx-topcontainer ul a:focus, .owx-topcontainer-wrapper .owx-topcontainer ul a:hover, .owx-topcontainer-wrapper .owx-topcontainer ul li.current_page_ancestor a[data-toggle="dropdown"]{
	font-weight: 700;
    color: #f5a623;
}

@media(max-width: 991px){
	header.owx-topcontainer-wrapper {
		position: relative;
		display: block;
    	float: none;
    	width: 100%;
    	height: auto;
    	margin-bottom: 45px;
	}
}

@media (min-width: 0px){
	.navbar-collapse.collapse[aria-expanded="true"] {
    	display: block!important;
    	height: auto!important;
    	padding-bottom: 0;
    	overflow: visible!important;
    }
}

@media(min-width: 768px) and (max-width: 991px){
	.navbar-collapse.collapse {
		display: none !important;
	}
}

.wpml-ls, .wpml-ls-legacy-list-horizontal {
    display: block;
}

.wpml-ls {
	font-size: 1.5em;
}

span.wpml-ls-native {
	color: #f5a623;
	font-weight: bold;
}

.wpml-ls-legacy-list-horizontal ul li:after, .wpml-ls ul li:after {
    content: "–";
}

.wpml-ls-legacy-list-horizontal ul li > a span {
    padding: 0;
}

.wpml-ls-legacy-list-horizontal ul li:nth-child(2) > a span {
    padding-left: 7px;
}




/********** MAIN **********/
.owx-maincontainer {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 300px);
}

@media(min-width: 992px){
	.owx-maincontainer {
		margin-left: 300px;
	}
}

@media(max-width: 991px){
	.owx-maincontainer {
		width: 100%;
	}
}

.owx-maincontainer .container-fluid {
	padding: 0 45px;
}

@media(max-width: 991px){
	.owx-maincontainer .container-fluid {
		padding: 0 15px;
	}
}

.owx-maincontainer .owx-button {
	margin-top: 30px;
}

.owx-maincontainer .owx-titeltextbild {
	margin-bottom: 60px;
}

.owx-maincontainer .owx-titeltextbild h3 {
	font-weight: bold;
}

@media(min-width: 768px){
	.owx-maincontainer .owx-titeltextbild .col-md-6.bild {
		text-align: center;
	}
}

.owx-maincontainer .owx-titeltextbild img {
	margin-top: 30px;
	width: 60%;
}

@media(max-width: 991px){
	.owx-maincontainer .owx-titeltextbild img {
		width: 100%;
		max-width: 250px;
	}
}

.owx-maincontainer .owx-headerbild .bild  {
	width: 100%;
	height: 48vw;
	background-size: cover;
}

.owx-maincontainer .owx-headerbild .titel {
	color: #f5a623;
	font-weight: bold;
	max-width: 33%;
}

.owx-maincontainer .owx-headerbild h1.ueber {
	max-width: 100%;
}

@media(max-width: 991px){
	h1 {
		font-size: 2rem;
	}

	h2, h3 {
		font-size: 1.8rem;
	}
}

@media(max-width: 767px){
	.owx-maincontainer .owx-headerbild h1 {
		display: none;
	}

	.owx-maincontainer .owx-headerbild h1.ueber {
		display: block;
	}
}

@media(min-width: 768px){
	.owx-maincontainer .owx-headerbild h1.ueber {
		display: none;
	}
}

.owx-maincontainer .owx-teaser-link-item img {
	position: relative;
}

.owx-maincontainer .owx-teaser-link-item hr {
	position: absolute;
	width: 100%;
    overflow: auto;
    border: 1px solid black;
    background: black;
}

@media(max-width: 767px){
	.owx-maincontainer .owx-teaser-link-item img {
		float: none !important;
	}

	.owx-maincontainer .owx-teaser-link-item img {
		width: 200px;
	}
}

.owx-maincontainer .owx-images-group {
	margin-bottom: 60px;
}

.owx-maincontainer .owx-info-group:not(.owx-columns-1) .owx-content-item-inner .owx-teaser-link-item-content, .owx-maincontainer .owx-info-group:not(.owx-columns-1) .owx-content-item-inner span.owx-teaser-link-item-content-2 {
	padding-right: 0;
}

.owx-maincontainer .owx-info-group .owx-content-item-inner .owx-teaser-link-item-content, .owx-maincontainer .owx-info-group .owx-content-item-inner span.owx-teaser-link-item-content-2 {
	font-size: 1em;
}

.owx-maincontainer .owx-info-group h3 {
    font-size: 1.2em;
}

@media (min-width: 768px){
	.owx-maincontainer .owx-info-group.owx-columns-1 .owx-teaser-link-item img {
    	margin-right: 30px;
	}

	.owx-maincontainer .owx-info-group .owx-content-item-inner .owx-teaser-link-item-content, .owx-info-group .owx-content-item-inner span.owx-teaser-link-item-content-2 {
		padding-right: 190px;
	}
}

@media (max-width: 767px){
	.owx-maincontainer .owx-info-group .owx-content-item-inner .owx-teaser-link-item-content, .owx-info-group .owx-content-item-inner span.owx-teaser-link-item-content-2 {
    	padding-right: 0;
    }
}

/********** FOOTER **********/
footer.owx-bottomcontainer-wrapper {
	padding: 0;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer {
	padding: 0 !important;
	margin: 0;
	background-color: transparent;
	color: white;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer ul {
	font-size: 0.9em;
	line-height: 1.25;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer ul li.current-menu-item {
	font-weight: bold;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer ul li:hover {
	font-weight: bold;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer p.sprachen {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer p.sprachen a.aktiv {
	color: #f5a623;
}

footer.owx-bottomcontainer-wrapper .owx-bottomcontainer p.sprachen a:hover {
	color: #f5a623;
}




/********** ALLGEMEINE REGELN **********/
html, body {
	width: 100%;
	height: auto;
	min-height: 100vh;
	font-family: GTEestiProText;
}

.outer-container {
	width: 100%;
	max-width: 20000px;
	margin: 0;
	padding: 0;
}

.outer-container.wrapper {
	height: 100%;
}

button {
    background: #f5a623;
    border: 2px solid #f5a623;
    color: black;
    padding: 12px 50px;
    font-size: 0.6em;
    font-weight: bold;
    width: auto;
    height: auto;
	text-transform: uppercase;
	outline: none;
	margin-bottom: 30px;
	display: block;
}

button.schwarz {
	background: white;
	border: 2px solid black;
}

.owx-title {
	margin-top: 45px;
}

button.vjs-big-play-button {
	background: none !important;
	border: none !important;
}

button.vjs-big-play-button:before {
	color: #f5a623;
}

.orange {
	color: #f5a623;
}

@font-face {
	font-family: 'GTEestiProText';
	font-weight: 400;
	src: url('medien/schriften/GTEestiProText-Regular.otf') format('OpenType');
}

@font-face {
	font-family: 'GTEestiProText';
	font-weight: 550;
	src: url('medien/schriften/GTEestiProText-Medium.otf') format('OpenType');
}

@font-face {
	font-family: 'GTEestiProText';
	font-weight: 700;
	src: url('medien/schriften/GTEestiProText-Bold.otf') format('OpenType');
}