/* Fonts */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../../fonts/slweb/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../../fonts/slweb/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../../fonts/slweb/OpenSans-Italic.ttf) format('truetype');
}

/* Responsive text alignment */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
 
@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}
 
@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
 
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

/* Responsive floating */
.float-xs-left { float: left; }
.float-xs-right { float: right; }
 
@media (min-width: 768px) {
    .float-sm-left { float: left; }
    .float-sm-right { float: right; }
}
 
@media (min-width: 992px) {
    .float-md-left { float: left; }
    .float-md-right { float: right; }
}
 
@media (min-width: 1200px) {
    .float-lg-left { float: left; }
    .float-lg-right { float: right; }
}

/* Visibility hacks */

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 480px) {
    .visible-only-xxs {
        display: none !important;
    }
}

/*a        { color: rgb(0, 63, 129); }
a:link   { color: rgb(0, 63, 129); }
a:active { color: rgb(0, 63, 129); }
a:focus  { color: rgb(0, 63, 129); }
a:visited{ color: rgb(0, 63, 129); }*/

/* Base font */

body {
    font-family: 'Open Sans', sans-serif;
}

.no-padding {
    padding: 0;
}

.sl-jumbotron {
    border-radius: 0 !important;
    padding-top: 15px !important; /* DESIGN */
    padding-bottom: 15px !important; /* DESIGN */
    padding-left: 0 !important; /* DESIGN */
    padding-right: 0 !important; /* DESIGN */
    margin-bottom: 10px;
}


.sl-jumbotron h1 {
    font-size: 24px !important; /* DESIGN */
    font-weight: bold !important; /* DESIGN */
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
    margin-top: 0;
}

.sl-jumbotron p {
    font-size: 18px !important; /* DESIGN */
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}

.sl-btn-technology {
    border-color: rgb(119, 141, 156);
    border-width: 5px;
    padding: 10px;
    padding-top: 32px;
    white-space: normal;
    text-align: left;
    font-size: 13px;
    background: white url(../../images/slweb/produktlogo-text-96x.png) no-repeat 10px 10px;
}

.sl-btn-technology:active {
    background: white url(../../images/slweb/produktlogo-text-96x.png) no-repeat 10px 10px;
}

@media (min-width: 768px) {
    .sl-jumbotron h1 {
        font-size: 27px !important; /* DESIGN */
        margin-top: 15px;
    }
    .sl-jumbotron p {
        font-size: 20.7px !important; /* DESIGN */
    }
    .sl-btn-technology {
        font-size: 14px;
        padding-top: 40px;
        background: white url(../../images/slweb/produktlogo-text-128x.png) no-repeat 10px 10px;
    }
}
 
@media (min-width: 992px) {
    .sl-jumbotron {        
        padding-top: 30px !important; /* DESIGN */
        padding-bottom: 30px !important; /* DESIGN */
        padding-left: 50px !important; /* DESIGN */
        padding-right: 50px !important; /* DESIGN */
    }
    .sl-jumbotron h1 {
        font-size: 30px !important; /* DESIGN */
    }
    .sl-jumbotron p {
        font-size: 23px !important; /* DESIGN */
    }
}
 
@media (min-width: 1200px) {
    .sl-jumbotron h1 {
        font-size: 30px !important; /* DESIGN */
    }
    .sl-jumbotron p {
        font-size: 30px !important; /* DESIGN */
    }
}

.sl-jumbotron-jobs {
    background: url(../../images/slweb/jumbotron-jobs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #a9af4b;*/
}

/*.sl-btn-technology > img {
    margin-right: 10px;
}*/

.sl-catchphrases {
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;

   /* padding-top: 10px;
    padding-bottom: 10px;*/
}

/*@media (min-width: 768px) {
    .sl-catchphrases {
        margin-left: -30px;
        padding-left: 30px;
    }
}*/
 
@media (min-width: 992px) {
    .sl-catchphrases {
        margin-left: -65px;
        padding-left: 65px;
    }
}
 
/*@media (min-width: 1200px) {

}*/

.pic-contact {
    float: left;
    margin-right: 15px;
    width: 104px;
    -ms-interpolation-mode: bicubic;
}

.sl-panel-contact p {
    margin-bottom: 4px;
    line-height: 1.2;
}

.sl-panel-contact p:last-child {
    line-height: 1.5;
}

/*.pic-left {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 15px;
}*/

/*@media (min-width: 992px) {*/
    .pic-left {
        float: left;
        width: 25%;
        margin-right: 15px;
        margin-bottom: 15px;
    }
/*}*/

.pic-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.sl-content h1 {
    font-size: 190%;
    background-color: rgb(0, 63, 129);
    color: white;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
}

.sl-content h1 > img {
    height: 32px;
    vertical-align: sub;
}

.sl-content h2 {
    font-size: 24px; /* DESIGN */
    color: rgb(0, 63, 129);
    clear: both;
}

.sl-content h2:first-child {
    margin-top: 0;
}

.sl-content h2 > small {
    font-size: 18px; /* DESIGN */
    color: rgb(0, 63, 129);
}

.sl-content h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

.sl-content .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: rgb(166, 194, 206);
}

.sl-content .panel .panel-heading {
    background-color: rgb(166, 194, 206);
    border-radius: 0;
    font-style: italic;
    border: none;
}

.sl-content .panel .panel-footer {
    background-color: transparent;
    border-radius: 0;
    border-color: rgb(166, 194, 206);
}

.sl-content input[type="submit"][value]:not([value=" "]) {
    border: none;
    padding-left: 20px !important;
    height: 24px;
}

/*--- Features ---*/

.sl-features  {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.sl-features > li {
    padding-left: 1em; 
    text-indent: -1.3em;
    color: rgb(0, 63, 129);
    font-style: italic;
    margin-bottom: 10px;
}

.sl-features > li * {
    text-indent: 0;
}

.sl-features > li:before {
    color: rgb(238, 127, 0);
    content: "→";
    padding-right: .3em;
}

/*--- Downloads ---*/

.sl-downloads  {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.sl-downloads > li {
    padding-left: 1em; 
    text-indent: -1.3em;
    margin-bottom: 10px;
}

.sl-downloads > li * {
    text-indent: 0;
}

.sl-downloads > li:before {
    content: "";
    font-family: FontAwesome;
    padding-right: .3em;
}

/*.sl-downloads {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 20px;
}

.sl-downloads > li {
    margin-bottom: 10px;
}*/

/*--- Überschriften ---*/

.sl-main-content h1 {
    background-color: transparent;
    text-transform: none;
    padding: 0;
    text-align: left;
    font-size: 24px; /* DESIGN */
    color: rgb(0, 63, 129);
}

.sl-main-content h2 {
    font-size: 18px; /* DESIGN */
    color: rgb(0, 63, 129);
}

/*.sl-main-content h1 ~ h2 {
    margin-top: 0px;
    font-size: 18px;
    color: rgb(0, 63, 129);
}*/

.sl-main-content h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

/*----- Bilder ------*/

.sl-main-content img {
    max-width: 100%;
}

/* ----- Listen ------*/

.sl-main-content ol {
    padding-left: 15px;
}

.sl-main-content ul {
    list-style: none;
    padding-left: 0;
}

.sl-main-content ul > li {
    padding-left: 1em; 
    text-indent: -0.9em;
}

.sl-main-content ul > li * {
    text-indent: 0;
}

.sl-main-content ul > li:before {
    color: rgb(0, 63, 129);
    /*content: "";
    font-family: FontAwesome;*/
    content: "▪";
    font-size: 130%;
    padding-right: .3em;
}

/*----- Tabellen ----*/

.sl-main-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #A6C3CE;
    margin-bottom: 10px;
}

.sl-main-content table > thead > tr > th {
    font-weight: normal;
    font-style: italic;
    background-color: #A6C3CE;
    border: solid 1px #A6C3CE;
    border-right: solid 1px white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.sl-main-content table > thead > tr > th:last-child {
    border-right: solid 1px #A6C3CE;
}

.sl-main-content table > tbody > tr > td {
    border-left: solid 1px #A6C3CE;
    border-right: solid 1px #A6C3CE;
    border-bottom: none;
    border-top: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.sl-main-content table > tbody > tr:nth-child(even) {
    background-color: rgb(236, 236, 236);
}

table.sl-blind {
    border: none;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.sl-main-content table.sl-blind > tbody > tr > td {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

/*---------*/

.sl-sub-menu {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    clear: both;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sl-sub-menu li {
    margin-bottom: 5px;
}

.sl-edit-header {
    min-height: 0;
    margin-top: 15px;
}

.sl-edit-header input[type="submit"] {
    border: none;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.sl-item-action {
        cursor: pointer;
        color: #666;
}

.sl-apply-box, .sl-apply-box:focus, .sl-apply-box:active {
    text-decoration: none;
    clear: both;
    display: block;
    background-color: rgb(238, 127, 0);
    color: black;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sl-apply-box:hover {
    text-decoration: none;
    background-color: #FFB233;
    color: black;
}

.sl-apply-box > h1 {
    color: white;
    text-transform: capitalize;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 120%;
}

.sl-apply-box > p {
    margin-bottom: 0;
}

.sl-map {
    width: 100%;
    margin-bottom: 40px;
}

/*.sl-quote-pic-left {
    width: 180px;
    float: left;
    margin-right: 20px;
}

.sl-quote-pic-right {
    width: 180px;
    float: right;
    margin-left: 20px;
}*/

.sl-quote-hr, .sl-main-content hr {
    height: 1px;
    border: none;
    background-color: #A6C3CE;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sl-quote-text {
    font-style: italic;
}

.sl-quote-author {
    color: #003F81;
    text-align: right;
}

.sl-language-approved-0, .sl-language-approved-false {
    text-decoration: line-through;
}

.sl-tiles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 35px -10px;
    /*justify-content: space-between;*/
}

.sl-tile {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    padding: 10px 0 0 10px;
}

.sl-tile:hover {
    text-decoration: none;
}
 
@media (min-width: 992px) {
    .sl-tile {
        flex: 0 0 50%;
    }
}

.sl-tile:hover .sl-tile-icon {
    opacity: 0.7;
}

.sl-tile-icon {
    border-radius: 50px;
    padding: 20px;
    margin-right: 10px;
}

.sl-tile-icon > img {
    max-height: 60px;
    max-width: 60px;
}

.sl-tile h3 {
    margin-top: 0;
}

.sl-tile p {
    margin-bottom: 0;
}

.sl-jobs-top-links {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.sl-jobs-top-link {
    background-color: rgb(0, 63, 129);
    color: white;
    padding: 10px;
    font-size: 14px;
    flex: 1 1;
    max-width: 32%;
    text-align: center;
}

.sl-jobs-top-link:hover {
    background-color: rgb(238, 127, 0);
    color: white;
    text-decoration: none;
}

@media (min-width: 768px) {
    .sl-jobs-top-link {
        font-size: 22px;
    }
}