@charset "utf-8";
/* CSS Document */
/* Fonts
Arboria Thin
font-weight: 100;

Arboria Light
font-weight: 300;

Arboria Book
font-weight: 400;

Arboria Medium
font-weight: 500;

Arboria Bold
font-weight: 700;

Arboria Black
font-weight: 900;
*/
html, html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: arboria, sans-serif;
}
body {
    margin-left: auto;
    margin-right: auto;
/*  
    background: url("images/silver-laptop-ausschnitt.jpg");
    background-size: cover;
*/
    background-color: rgb(251,251,251);
}

header {
    position: fixed;
    background-color: rgba(251, 251, 251, 0.95);
    padding: 15px 10% 0px;
    width: 100%;
    border-bottom: 1px solid #343333;
    box-shadow: 0px 0px 5px rgba(52,51,51,0.6);
    z-index: 10;
}
.header_rot{
	position: fixed;
    background-color: rgba(251, 251, 251, 0.95);
    padding: 15px 10% 0px;
    width: 100%;
    border-bottom: 1px solid #a11713;
    box-shadow: 0px 0px 5px rgba(161,23,19,0.6);
    z-index: 10;
}
footer {
    background: #343333;
    box-shadow: 0px 0px 5px rgba(52,51,51,0.5);
}
.footer_rot {
    background: #a11713;
    box-shadow: 0px 0px 5px rgba(161,23,19,0.6);
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
main {
    padding: 0px 15%;
}
h1 {
    font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    color: #343333;
    padding: 80px 0px 5px;
}
h2 {
    font-family: arboria, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
	text-decoration: none;
    color: #fff;
}
h3 {
    font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    padding: 0 0 10px;
    color: #343333;
}
h4 {
    font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    color: #343333;
}
h5 {
    font-family: arboria, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: center;
    color: #343333;
}
h6 {
    font-family: arboria, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.2em;
    text-transform: uppercase;
    text-align: center;
    color: #343333;
}
h7 {
    font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4em;
    text-align: left;
    text-transform: uppercase;
    color: #343333;
}
h8 {
    font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
p {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: justify;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
p2 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
p3 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    text-align: center;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
p4 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: left;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
p5 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: left;
    text-decoration: underline;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
p6 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
}
p7 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
p8 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
p9 {
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    color: #343333;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
.start {
	padding: 0px;
}

.col {
    width: 100%;
    text-align: center;
}
.col_half {
	float: left;
    width: 50%;
    text-align: center;
	padding: 0px 5px 14px;
}
.col_third {
	float: left;
    width: 33%;
    text-align: center;
	padding: 3px 0px;
}
.col_fourth {
    width: 25%;
    text-align: center;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.logo {
    background: url("images/ÖK_Logo_kurz.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 50px;
    height: 40px;
}
.logo-trading {
    background: url("images/ÖK_Logo_rot_kurz.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 50px;
    height: 40px;
}
.abstand {
    margin: 10px 0px;
}
.abstand_unten_15px {
    margin-bottom: 15px;
}
.abstand_unten_40px {
    margin-bottom: 40px;
}
.style-nav {
    overflow: hidden;
    margin-top: 14px;
    float: right;
    position: relative;
}
.style-nav .icon {
    display: none;
}
.style-nav a {
    font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #343333;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 0px 8px 10px;
}
.site-nav ul {
    list-style-type: none;
    text-align: right;
}
.site-nav ul li {
    display: inline-block;
}
.style-nav a:hover {
    text-decoration: underline;
}
.nav-leistungen {
    display: none;
}

.VML {
    background: url("images/vml.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 20px 10px;
    margin-top: 80px;
}
.back-grey {
	background-color: #eee;
}

.style-agb {
    text-decoration: none;
}
.portrait {
    width: 50%;
    justify-content: center;
}
.portrait_kontakt {
    width: 70%;
    justify-content: right;
}
.symbol-kontakt {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    margin: 5px 10px 20px;
}
.USP {
	width: 60%;
	text-align: center;
	margin: 30px 0px;
}
.rechteck{
	margin: 5px;
	padding: 5px;
	border: 2px #343333 solid;
	border-radius: 12px;
	height: 6em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.style-footer {
    display: inline-block;
    margin-top: 5px;
}
.style-footer a {
    font-family: arboria, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 10px;
}
.style-footer a:hover {
    text-decoration: underline;
}
.button {
    border: 2px #fff solid;
    padding: 8px 30px 10px;
    border-radius: 30px;
    color: #fff;
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.button_dark {
    border: 2px #343333 solid;
    padding: 8px 30px 10px;
    border-radius: 30px;
    color: #343333;
    font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.space_email {
    padding: 30px 0px 20px;
}
.copyright {
    font-family: arboria, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 7px;
}
.agb {
    background: url("images/pdf.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropbtn {
    background: transparent;
    border: none;
    font-size: 1em;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.ISO9001 {
    background: url("images/ISO9001.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.ISO14001 {
    background: url("images/ISO14001.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.ISO45001 {
    background: url("images/ISO45001.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.integration {
    background: url("images/integration.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.pmo {
    background: url("images/pmo.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.strategie {
    background: url("images/strategie.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.alu {
    background: url("images/Alu.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.maske {
    background: url("images/maske_2.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.maske_ffp2 {
    background: url("images/maske.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.anzug {
    background: url("images/anzug.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.stahl {
    background: url("images/Stahl.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.edelstahl {
    background: url("images/Edelstahl.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 70px 0px;
}
.link_klar {
    text-decoration: none;
    font-size: 0.8em;
    color: #343333;
}
.deko_none_white {
	text-decoration: none;
	color: #fff;
}
.klar {
    font-family: arboria, sans-serif;
    text-decoration: none;
    color: #343333;
}
.cookie_klar {
	text-decoration: unterline;
	color: #fff;
}

.symbol-sprache {
    display: inline-block;
    float: center;
}
.symbol-sprache-grau img {
    height: 15px;
}
.symbol-sprache-grau img:hover {
	filter: grayscale(0);
}
.symbol-sprache img {
    height: 15px;
}

.cookies_content {
	width: 100%;
	position: fixed;
	align-items: center;
    top: 70%;
	left: 0;
    font-size: 0.8rem;
    display: flex;
    padding: 30px 20px 40px;
    z-index: 20;
	background-color: rgba(52,51,51,0.7);
}

.consulting_start {
	position: fixed;
	top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
	height: 100%;
	width: 50%;
	background: url("images/consulting.png");
    background-position: center;
    background-size: cover;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 1px;
	transition: 0.5s;
}
.trading_start {
	position: fixed;
	top: 0;
    left: 50%;
    text-align: center;
    display: flex;
    align-items: center;
	height: 100%;
	width: 50%;
	background: url("images/trading.png");
    background-position: center;
    background-size: cover;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	transition: 0.5s;
}
.consulting_start:hover {
	background-image: url("images/consulting_transparent.png");
}
.consulting_start:hover .logo_consulting {
	height: 50px;
	background-image: url("images/ÖK_Welcome_Consulting.png");
}


.trading_start:hover {
	background-image: url("images/trading_transparent.png");
}
.trading_start:hover .logo_trading {
	height: 50px;
	background-image: url("images/ÖK_Welcome_Trading.png");
}


.logo_consulting {
	width: 100%;
	height: 2em;
	background: url("images/ÖK_Welcome_Consulting_weiß.png");
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	transition: 0.5s;
}
.logo_trading {
	width: 100%;
	height: 2em;
	background: url("images/ÖK_Welcome_Trading_weiß.png");
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	transition: 0.5s;
}
.error_header{
	position: fixed;
	top: 20%;
    left: 15%;
    width: 70%;
	height: 10%;
	padding: 5px 20px;
	font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
	display: block;
	align-items: center;
    background-color: #343333;
	color: #fff;
	border: 5px;
	border-color: #343333;
	border-style: solid;
}
.error_header_rot{
	position: fixed;
	top: 20%;
    left: 15%;
    width: 70%;
	height: 10%;
	padding: 5px 20px;
	font-family: arboria, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
	display: block;
	align-items: center;
    background-color: #a11713;
	color: #fff;
	border: 5px;
	border-color: #a11713;
	border-style: solid;
}
.errorbox {
	position: fixed;
    top: 30%;
	left: 15%;
    width: 70%;
	padding: 10px;
	text-align: center;
    display: block;
    align-items: center;
	background-color: #fff;
	border: 5px;
	border-color: #343333;
	border-style: solid;
	font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
	color: #343333;
}
.errorbox_rot {
	position: fixed;
    top: 30%;
	left: 15%;
    width: 70%;
	padding: 10px;
	text-align: center;
    display: block;
    align-items: center;
	background-color: #fff;
	border: 5px;
	border-color: #a11713;
	border-style: solid;
	font-family: arboria, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
	color: #343333;
}
.error_symbol {
	position: relative;
	height: 80px;
	display: inline-block;
}


/* Mobile view */
@media (max-width: 768px) {
    main {
        padding: 0 8%;
    }
    h1 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1.4em;
    }
    h7 {
        font-size: 1.2em;
    }
    h8 {
        font-size: 1.4em;
    }
    p3 {
        font-size: 1.1em;
    }
	p8 {
		font-size: 0.8em;
	}
	p9 {
		font-size: 0.8em;
	}
	.col_2 {
	float: left;
    width: 50%;
	}
	.cookies_content {
		top: 30%;
	}
	.abstand_unten_40px {
		margin-bottom: 15px;
	}
    .style-footer a {
		font-size: 0.8em;
	}
	.USP {
	width: 90%;
	margin: 15px 0px;
	}
    .portrait {
        width: 60%;
    }
    .portrait_kontakt {
        width: 40%;
    }
    .pmo {
        margin-bottom: 5px;
    }
	.integration {
        margin-bottom: 5px;
    }
	.strategie {
        margin-bottom: 5px;
    }
	.ISO9001 {
        margin-bottom: 5px;
    }
    .ISO14001 {
        margin-bottom: 5px;
    }
    .ISO45001 {
        margin-bottom: 5px;
    }
    .alu {
        margin-bottom: 5px;
    }
    .stahl {
        margin-bottom: 5px;
    }
    .edelstahl {
        margin-bottom: 5px;
    }
    .maske {
        margin-bottom: 5px;
    }
	.maske_ffp2 {
        margin-bottom: 5px;
    }
	.anzug {
		margin-bottom: 5px;
	}
	.consulting_start {
		height: 50%;
		width: 100%;
		border-bottom-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-right: none;
	}
	.trading_start {
		top: 50%;
		left: 0;
		height: 50%;
		width: 100%;
		border-top-color: white;
		border-top-style: solid;
		border-top-width: 1px;
		border-left: none;
	}
	/*
    .consulting_start:hover {
		height: 90%;
		width: 100%;
		z-index: 2;
	}
	.trading_start:hover {
		width: 100%;
		height: 90%;
		top: 10%;
		left:0;
	}
    */
	.logo_consulting {
		width: 100%;
		height: 1.6em;
	}
	.logo_trading {
		width: 100%;
		height: 1.6em;

	}
    .consulting_start:hover .logo_consulting {
        height: 40px;
    }
    .trading_start:hover .logo_trading {
        height: 40px;
    }
	.symbol-sprache-grau img {
		filter: grayscale(0);
	}
	.error_header{
		font-size: 1.2em;
		padding: 10px 10px 0px;
	}
}
/*Tablet View*/
@media (min-width : 768px) {
    h1 {
        margin-bottom: 10px;
    }
	
    .col-md-one-half {
        width: 50%;
        text-align: center;
    }
    .col-one-third {
		float:left;
        width: 33%;
		text-align: center;
    }
	.col-one-fourth {
        float: left;
		width: 25%;
		text-align: center;
		padding: 0px 7px 14px;
    }
    .col {
        float: left;
        padding: 0px 7px 14px;
    }
    .col-slim {
        width: 30%;
        text-align: right;
    }
    .col-wide {
        width: 70%;
        text-align: left;
    }
	.logo_consulting {
		width: 100%;
		height: 1.6em;
	}
	.logo_trading {
		width: 100%;
		height: 1.6em;
	}
	.USP {
	width: 70%;
	margin: 20px 0px;
	}
	.symbol-sprache-grau img {
	filter: grayscale(0);
	}
    .consulting_start {
		height: 50%;
		width: 100%;
		border-bottom-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-right: none;
	}
	.trading_start {
		top: 50%;
		left: 0;
		height: 50%;
		width: 100%;
		border-top-color: white;
		border-top-style: solid;
		border-top-width: 1px;
		border-left: none;
	}
}
/*Desktop View*/
@media (min-width: 1024px) {
	h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 2em;
    }
    h8 {
        font-size: 2.2em;
    }
    p {
        font-size: 1.2em;
    }
    p2 {
        font-size: 1.2em;
    }
    p7 {
        font-size: 1.2em;
    }
	p8 {
        font-size: 1.2em;
    }
	p9 {
        font-size: 1.2em;
    }
    
    .col-one-third {
        width: 33%;
    }
    .col-slim {
        width: 30%;
        text-align: right;
    }
	.col-slim-error {
        width: 25%;
        text-align: center;
    }
    .col-wide {
        width: 70%;
        text-align: left;
    }
	.col-wide-error {
        width: 75%;
        text-align: left;
    }
	.USP {
        width: 60%;
        margin: 30px 0px;
	}
    .portrait {
        width: 40%;
        justify-content: center;
    }
	.symbol-sprache-grau img {
        filter: grayscale(0.9);
	}
    .consulting_start {
	top: 0;
    left: 0;
	height: 100%;
	width: 50%;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 1px;
}
.trading_start {
	top: 0;
    left: 50%;
	height: 100%;
	width: 50%;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
}
}
/* Header kompakt */
/*@media (max-width: 990px) {
    .style-nav a:not(:first-child) {
        display: none;
    }
    .style-nav a.icon {
        float: right;
        display: block;
    }
    .style-nav.responsive {
        position: relative;
    }
    .style-nav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .style-nav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
*/
/* Header mit Logo_groß */
@media (min-width: 600px) {
	.logo {
        background: url("images/ÖK_Logo.png");
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-bottom: 10px;
        width: 300px;
        height: 50px;
    }	
	.logo-trading {
        background: url("images/ÖK_Trading_Logo.png");
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-bottom: 10px;
        width: 300px;
        height: 50px;
    }
    .style-logo {
        background: url("images/ÖK_Logo.png");
        background-repeat: no-repeat;
        float: left;
        width: 250px;
    }
}

