﻿@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Medium.otf');
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
        padding-top: 16px;
    }
}

@media (min-width: 1218px) {
    .nav-item.main:active:after, .nav-item.main:hover:after {
        content: "";
        display: block;
        width: 98%;
        height: .625rem;
        margin-bottom: -.625rem;
        background-color: #adb5bd;
    }

}

@media (max-width: 576px) {
    #gmap_canvas {
        width: 100%;
        height: 360px;
    }

    .body-content {
        overflow: scroll;
    }
}

@media (min-width: 576px) {
    .jumbotron.sgk {
        padding-top: 0.5rem;
    }
}

@media (max-width: 1218px) {
    #brand_name {
        display: none;
    }
}

@media (max-width:664px) {
    #contact-topline {
        display: none;
    }
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 56px;
    padding-bottom: 0px;
    font-family: "Geometria";
}

@media (min-width: 992px) {
    body {
        padding-top: 96px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .badge-light.products h5 {
        font-size: 0.8rem;
    }
}

.modal {
    overflow-y: auto;
}

.flex {
    display: flex;
}

.container_custom {
    width: 100%;
    position: relative;
    min-height: calc(100vh - 72px - 56px);
    overflow: hidden;
}

@media (min-width: 992px){
    .container_custom {
        width: 100%;
        position: relative;
        min-height: calc(100vh - 72px - 96px);
        overflow: hidden;
    }
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

#gmap_canvas
{
    width:100%;
    height:480px;
}

#links img {
    padding-bottom: 5px;
}

#links a:hover {
    text-decoration:none;
}

.divider-vertical {
    height: auto;
    border-right: 1px solid #FFF;
}

.nav-item.sgk a {
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:0px;
}

.nav-item.sgk span {
    color: #ffffff;
}

.nav-link.main, .nav-link.main:active, .nav-link.main:hover {
    color: #ffffff;
}

.navbar-nav-link-sgk, .navbar-nav-link-sgk:active, .navbar-nav-link-sgk:hover {
    color: #ffffff;
    padding: 0.5rem;
    display: block;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
    list-style: none;
    min-width: 130px;
    text-align: center;
}

.badge-light.products {
    display: block;
    padding: 2rem;
    color: #212529;
    background-color: #dae0e5;
}

.badge-light.resources {
    width: 200px;
    height: 200 px;
    padding: 2rem;
    color: #212529;
    background-color: #dae0e5;
}

.badge-light.resources p {
    overflow: hidden;
}

.img-fluid.sgk:hover {
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom:1rem;
}

#footer p {
    margin-bottom:0px;
    text-align:center;
}

.mw300 {
    min-width:300px;
}

#button {
    display: inline-block;
    background-color: rgba(22, 122, 198, 0.65);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 120px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    /*background-color: #333;*/
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.navbar-topline {
    display: flex;
    width: 100%;
    height: 40px;
}

.navbar-bottomline {
    display: flex;
    width: 100%;
}

.navbar-collapse {
    flex-wrap:wrap;
}

.navbar-nav span {
    color: #ffffff;
}

.navbar-cart {
    display: inline-block;
    padding-left: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#contact-topline {
    font-size:0.9rem;
}

.shopping-cart-counter{
    position: absolute;
    left: 18px;
    top: 2px;
    display: none;
    min-width: 20px;
    min-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 50px;
    background-color: red;
    font-size: 70%;
    font-weight: 700;
    line-height: 20px;
    color: white;
}

.shopping-cart-wrapper{
    position: relative;
}

.show-cart li {
    display: flex;
}

.card {
    margin-bottom: 20px;
}

.card-img-top {
    width: 200px;
    height: 200px;
    align-self: center;
}

.btn-region-link {
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.btn-region-link:focus {
    outline: none;
}

.btn-region-link:hover {
    text-decoration: underline;
}

.navbar-lang {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    list-style: none;
}

#shopping-cart-object:focus{
    outline: none;
}

#btn-shopping-cart {
    border: 0px;
    background-color: transparent;
}

#btn-shopping-cart:focus {
    outline: none;
}

.price-old {
    color: #969696;
    margin-left: 3px;
    font-size: 85%;
}

.file-href img {
    padding-left: 0.5rem;
    margin-top: -0.3rem;
}

.item-count.form-control {
    min-width: 32px;
}

.input-group {
    min-width: 110px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}
