@font-face {
  font-family: 'default';
  font-display: swap;
  src:  url('../fonts/default.woff2') format('woff2'),
        url('../fonts/default.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v21-latin-regular.eot');
  src: local('Merriweather Regular'), local('Merriweather-Regular'),
       url('../fonts/merriweather-v21-latin-regular.woff2') format('woff2'),
       url('../fonts/merriweather-v21-latin-regular.woff') format('woff');
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

html {
    font-size: 16px;
}

body {
    background: #F3F3F3;
    line-height: 1.8em;
}

#pagewrap {
    width: 100%;
    overflow: hidden;
}

#header, #footer {
    position: relative;
    width: 100%;
    z-index: 100;
}

#header {
    position: fixed;
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    background: #FFF;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

@media (min-width: 992px) {
    #header {
        height: 80px;
    }
}

#brand {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    left: 10px;
    top: 10px;
}

@media (min-width: 992px) {
    #brand {
        left: 20px;
        top: 20px;
        width: 120px;
        height: 120px;
    }
}

#brand a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/brand.png) no-repeat left top;
    background-size: cover;
}

.buttons-right {
    float: right;
}

.buttons-right a {
    color: #2E7D32;
    transition: 0.2s ease;
    text-decoration: none;
}

.buttons-right a:hover {
    color: #333;
    text-decoration: none;
}

.buttons-right .tel, .buttons-right .mailto {
    margin-right: 20px;
    line-height: 50px;
}

.buttons-right .mailto {
    display: none;
}

@media (min-width: 992px) {
    .buttons-right .tel, .buttons-right .mailto {
        line-height: 80px;
    }
    
    .buttons-right .mailto {
        display: inline;
    }
}

.tel:before, .mailto:before {
    content: "\2706";
    font-family: 'default';
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 20px;
}

.mailto:before {
    content: "\2709";
}

main {
    padding-top: 50px;
}

@media (min-width: 992px) {
    main {
        padding-top: 80px;
    }
}

.frame {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .frame {
        margin-bottom: 70px;
    }
}

#media {
    width: 100%;
    padding-top: 40%;
    position: relative;
}

@media (orientation:portrait) {
    #media {
        padding-top: 100%;
    }
}

#media img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.corona {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #FFF;
    font-weight: bold;
    background: red;
    padding: 20px;
    max-width: 80%;
    text-align: right;
    border-radius: .25rem;
}

.corona .btn {
    background: #FFF;
    border-color: #FFF;
    color: #000;
}

.corona .btn:hover {
    background: #000;
    border-color: #000;
    color: #FFF;
}

#title {
    margin: 50px 0px 50px;
}

@media (min-width: 992px) {
    #title {
        margin: 70px 0px 70px;
    }
}

header {
    margin-bottom: 1.5rem;
}

.thumb {
    display: block;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 1.5rem;
}

.thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

h1,h2,h3,h4 {
    color: #2E7D32;
    text-align: center;
}

.btn-primary {
    background: #2E7D32;
    border-color: #2E7D32;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #333333 !important;
    border-color: #333333 !important;
}

h1, h2 {
    font-family: 'Merriweather';
    font-weight: normal;
}

.highlight {
    position: relative;
    color: #FFF;
    background: #2E7D32;
    padding: 20px 20px 80px 20px;
    border-radius: .25rem;
    width: 100%;
    overflow: hidden;
}

.highlight .download {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
}

.highlight h2 {
    color: #FFF;
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
}

@media (max-width: 767px) {
    .highlight h2 {
        font-size: 24px;
    }
}

.highlight .btn-primary {
    background: #333;
    border-color: #333;
    width: 100%;
}

.highlight .btn-primary:hover, .highlight .btn-primary:focus, .highlight .btn-primary:active {
    background: #FFF !important;
    border-color: #FFF !important;
    color: #333 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

ul li {
    position: relative;
    padding-left: 1rem;
}

ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 11px;
}

small {
    font-size: 10px;
    line-height: 1.5em;
}

#footer {
    border-top: 3px solid #EABE25;
    border-bottom: 3px solid #EABE25;
    background: #333333;
    min-height: 100px;
    display: block;
    color: #FFF;
    padding: 50px 0;
    font-size: 18px;
}

@media (min-width: 992px) {
    #footer {
        padding: 80px 0;
    }
}

#footer a {
    color: #FFF;
    transition: 0.2s ease;
    display: inline-block;
    text-decoration: none;
}

#footer a:hover {
    opacity: 0.8;
}

#footer .org {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.2em;
}

@media (min-width: 992px) {
    #footer .org {
        font-size: 3rem;
    }
}

#footer address {
    overflow: hidden;
}

#footer .adr1 {
    float: right;
}

#footer .adr1 .tel {
    margin-right: 30px;
}

#gowest {
    display: block;
    height: 45px;
    line-height: 3.5em;
    background: #FFF;
    font-size: 0.75rem;
    text-align: right;
    text-decoration: none;
    color: #595959;
    font-family: 'Segoe Ui', 'Droid Sans', Arial, sans-serif;
    font-weight: normal;
}

#gowest span {
    display: inline-block;
    text-indent: 999em;
    overflow: hidden;
    width: 104px;
    height: 20px;
    margin-left: 3.438rem;
    position: relative;
}

#gowest span img {
    width: 104px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}