@font-face {
    font-family: 'Eurostile';
    font-style: normal;
    font-weight: normal;
    src: local('Eurostile'), url('../fonts/EurostileLTStd.otf') format('truetype');
}

body div#main,
h1, h2, h3,
.col3_content h3,
#search_searchword
{
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
}


.col3_content {
    margin-top: 7px;
    border-top: 0;
}

#header {
    position: absolute;
    background-color: #152c54;
    height: 240px;
    background-image: url("../img/header-bg-500.jpg");
    background-size: 100% 100%;
}

#header-leiste {
    background-color: white;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
}

#header-logo {
    opacity: 0.6;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 10px;
}

#header-logo-sdt {
    opacity: 0.6;
    position: absolute;
    top: 39px;
    left: 10px;
    padding: 10px;
}

#header-logo-sdt img {
    width: 300px;
}

#header-logo-txt {
    opacity: 0.8;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0px 10px;
    color: white;
    font-family: 'Eurostile', serif;
    font-size: 22px;
}


#header-links {
    color: #ffffff !important;
    position: absolute;
    top: 14px;
    left: 55px;
    font-size: 15px;
}

#header-links a {
    color: #ffffff;
}

.col1 #search .columnar div.type-text input, .col1 #search .columnar div.type-text textarea, .col1 #search .columnar div.type-select select {
    width: 88%;
    font-size: 15px;
}

#search #searchword,
#search2 #searchword{
    width: 88%;
    font-size: 15px;
}

#search div,
#search2 div {
    float: none;
    padding: 0;
}

.mybutton {
    color: #ffffff;
    background-color: #004F92 !important;
    border: 1px solid #1B2742 !important;
    font-size: 10pt !important;
    padding: 6px 12px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 5px;
}


#initform input, #initform .type-text input, #initform textarea, #initform .type-text textarea, #initform select, #initform .type-text select {
    width: 90%;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */


#menuToggle
{
    display: block;
    position: relative;
    top: 13px;
    left: 8px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;

    background-color: transparent;
    padding: 6px;
    border-radius: 3px;
}

#menuLogo {
    width: 150px;
    top: 13px;
    left: 7px;
    background-color: #ebeef2;
    z-index: 20;
    padding: 4px;
    position: fixed;
    display: none;
}

#menuToggle a
{
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: #ff6448;
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #e07112;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 275px;
    margin: -35px 0 0 -25px !important;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    padding: 75px 0 16px 35px;
    background-color: #ebeef2;
    z-index: 1;
}

#menu li
{
    padding: 6px 0;
    font-size: 12px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}


/* custom */
nav {
    position: fixed;
    top: 0px;
    z-index: 10;
}



#menu a {
    font-size: 18px;
}

#liLogo {
    margin-top: -60px;
    margin-bottom: 8px;
}


#footer {
    z-index: 4;
    font-size: 14px;
}

#search {
    position: fixed;
    top: 250px;
}

#login {
    position: fixed;
    bottom: 170px;
    left: 10px;
}

#main {
    /*margin-top: 600px;*/
}

#main > .col3 {
    margin-left: 215px;
}

#main > .col1 {
    z-index: 4;
}

#initiative {
    width: auto;
}

#footer #adress,
#footer #tel,
#footer .c50l ul {
    /*margin-left:0;*/
}

#footer .c50r img {
    padding-left:0;
}

#footer #copyright {
    left: 14px;
}

.iso9001 {
    margin-bottom: 12px;
}

#login .yform {
    padding: 10px;
}

/* Responsive */


@media screen and (max-width:1200px) {
    #header { height: 240px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 0px; }
    #header-logo-sdt img { width: 300px; }
}
@media screen and (max-width:1024px) {
    #header { height: 230px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 230px; }
    #header-logo-sdt img { width: 270px; }
}
@media screen and (max-width:992px) {
    #header { height: 220px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 220px; }
    #header-logo-sdt img { width: 250px; }
}
@media screen and (max-width:768px) {
    #header { height: 200px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 200px; }
    #header-leiste { font-size: 16px; }
    #header-logo-sdt img { width: 210px; }
}
@media screen and (max-width:580px) {
    #header { height: 180px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 180px; }
    #header-leiste { font-size: 16px; }
    #header-logo-sdt img { width: 160px; }
    #header-logo-txt img { width: 200px; }
}
@media screen and (max-width:500px) {
    #header { height: 170px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 170px; }
    #header-leiste { font-size: 12px; }
    #header-logo-sdt img { width: 160px; }
    #header-logo-txt img { width: 150px; }
    #header-logo-txt { top: 38px; }
}
@media screen and (max-width:420px) {
    #header { height: 170px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 170px; }
    #header-leiste { font-size: 12px; }
    #header-logo-sdt img { width: 160px; }
    #header-logo-txt img { width: 150px; }
}
@media screen and (max-width:360px) {
    #header { height: 150px; background-image: url("../img/header-bg-500.jpg"); }
    .col3_content { margin-top: 150px; }
    #header-leiste { font-size: 10px; }
    #header-logo-sdt img { width: 140px; }
    #header-logo-txt img { width: 140px; }
}


@media screen and (max-width:1024px) {

    #jt {
        position: relative;
    }
    #jobtickerwrap {
        height: 365px;
    }

    #footer {
        position: relative;
    }
    #main > .col3 {
        position: inherit;
        margin-left: 0;
    }
    .col3_content .c50r {
        border-left: none;
    }

    #initiative #initcv {
        margin-bottom: 40px;
    }
    #copyright a {
        display: block;
    }

    table {
        font-size: 14px;
    }

    #login {
        display: none;
    }

    #main .col3 form.columnar select {
        width: 260px;
    }

    #jobtickerwrap, #jobticker {
        width: 96%;
    }

}
