/*
 Theme Name: EMK Landingpage Manager
 Theme URI:
 Description: Wordpress Theme by www.lindbaum.de
 Version: 1.0
 Author: lindbaum
 Author URI: www.lindbaum.de

 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
*/

/**************************************************
* DEFAULT STYLES
**************************************************/
body {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

a {
    color: #A2C526;
}

.green-color {
    color: #A2C526 !important;
}

.green-background {
    background-color: #A2C526 !important;
}

.black-color {
    color: #000 !important;
}

.black-background {
    background-colro: #000 !important;
}

.grey-color {
    color: #989898 !important;
}

.grey-background {
    background-colro: #989898 !important;
}

.lightgrey-color {
    color: #a2a3a4 !important;
}

.lightgrey-background {
    background-colro: #a2a3a4 !important;
}

@media ( min-width : 768px) {
    .container {
        width: 750px;
    }
}

@media ( min-width : 992px) {
    .container {
        width: 970px;
    }
}

@media ( min-width : 1200px) {
    .container {
        width: 1095px;
    }
}

.block {
    display: block;
}

i.fa-circle {
    font-size: 13px;
    margin-right: 5px;
}

i.fa-circle.green {
    color: #98bf0e;
}

i.fa-circle.red {
    color: #e20b0b;
}

.push-top {
    padding-top: 10px;
}

.push-bottom {
    padding-bottom: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-double-top {
    margin-top: 40px;
}

.btn-order {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    border-color: #A2C526;
    margin-top: 20px;
}

.btn-primary {
    background-color: #A2C526;
    border-color: #A2C526;
}

.btn-primary:hover {
    opacity: 0.9;
    border-color: #A2C526;
    background-color: #A2C526;
}
/**************************************************
* HEADER
**************************************************/
.branding {
    background-image: url('images/logo.jpg');
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: left top;
    display: block;
    width: 100%;
    height: 80px;
}

.container.header {
    margin: 55px auto 70px;
}

.header .main-title {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 1.2;
}
/**************************************************
* CONTENT
**************************************************/
.main-content .headlines h1 {
    display: block;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
}

.main-content .headlines h2 {
    display: block;
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
    padding: 2px 0;
}

.main-content .main-content-text h4 {
    font-weight: bold;
    margin: 20px 0;
}

.main-content .main-content-text h4, .main-content .main-content-text p,
    .main-content .main-content-text a {
    font-size: 15px;
    line-height: 19px;
}

.main-content .middlesection span {
    font-weight: 300;
}

.main-content .middlesection span.price {
    font-size: 30px;
    font-weight: normal;
}

.main-content .middlesection span.upe {
    text-decoration: line-through;
    font-size: 1em;
    margin-bottom: 20px;
}

.main-content .middlesection img {
    max-width: 160px;
    height: auto;
    margin-bottom: 10px;
}

.main-content .contact a {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

.main-content .contact a:hover {
    text-decoration: none;
}

.main-content .contact a.btn-small {
    display: table;
    font-size: 18px;
    font-weight: normal;
    margin: 15px auto;
    padding: 5px 10px;
}

/**************************************************
* FOOTER
**************************************************/
footer .dotted-box .dotted-line {
    border-bottom: 1px dashed #adca18;
    margin: 10px 0;
}

footer .copyright-box {
    color: #bababa;
    display: table;
    float: left;
    font-size: 12px;
    height: 50px;
    margin-top: 20px;
    width: 100%;
}

footer .copyright {
    float: left;
}

/**************************************************
* OTHERS
**************************************************/
.images {
    display: flex !important;
    overflow: hidden;
    white-space: nowrap;
}

.image-wrapper {
    align-items: center;
    border: 1px solid #ececec;
    cursor: pointer;
    display: inline-block;
    height: 94px;
    justify-content: center;
    margin: 0 12px 0 0;
    padding: 5px;
    text-align: center;
    width: 94px;
    box-sizing: content-box;
}

img.small-image {
    max-height: 90px;
    max-width: 90px;
}

.thumb-box {
    margin-top: 5px;
    padding: 10px 0;
    position: relative;
}

.image-box {
    margin: 0 auto;
    display: table;
    align-items: center;
    border: 1px solid #a6c80f;
    cursor: pointer;
    min-height: 400px;
    text-align: center;
    position: relative;
}

.image-box .center {
    display: table-cell;
    vertical-align: middle;
}

img.big-image {
    max-height: 395px;
    max-width: 343px;
}

.overlay-background {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

.overlay-box-wrapper {
    text-align: center;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.overlay-box {
    max-width: 100% !important;
    max-height: 100% !important;
    text-align: center;
    display: inline-block;
}

.overlay-box a.close-btn {
    bottom: auto;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: auto;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 2147483647;
}

.image-box-wrapper {
    position: relative;
    background-color: #fff;
}

img.overlay-image {
    max-width: 100%;
}

.tab-content h4 {
    font-weight: bold;
    margin: 20px 0;
}

#tab-1 .col-md-3 {
    height: 325px;
}

.tab-content h4, .tab-content p, .tab-content a {
    font-size: 15px;
    line-height: 19px;
}

.nav-tabs {
    border-bottom: 1px dashed #98bf0e;
    margin: 0 0 20px;
}

.nav-tabs>li {
    width: 100%;
    padding: 5px 5px;
}

.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    padding: 0;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #A2C526;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
    {
    color: #A2C526;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    background: transparent;
}

.tab-content {
    min-height: 190px;
    margin-bottom: 60px;
}

.tab-content .image-wrapper {
    width: 180px;
    height: 180px;
    border: 2px solid #afcc22;
    padding: 10px;
}

.tab-content a:hover, .tab-content a:focus {
    text-decoration: none;
    color: inherit;
}

.tab-content .article-text {
    color: #000;
    margin: 5px 0 0;
    max-width: 180px;
}

.tab-content .article-price {
    color: #99c00d;
    max-width: 180px;
}

.modal-dialog {
    width: 350px;
}

.modal-body {
    padding: 15px 5px;
}

.modal-content {
    border-radius: 0;
}

.modal-content .form-group {
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

.modal div.wpcf7-validation-errors {
    border: 0 none;
}

.modal .wpcf7 textarea {
    height: 75px;
}

div.wpcf7-mail-sent-ok {
    clear: both;
}

.tab-content .article-price {
	display: none;
}
/**************************************************
* MEDIA QUERIES
**************************************************/
@media ( min-width : 786px) {
}

@media ( min-width : 992px) {
    .container {
        padding: 0;
    }
    .nav-tabs>li {
        width: auto;
        padding: 5px 15px;
    }
}

@media ( min-width : 1170px) {
    .nav-tabs>li {
        width: auto;
        padding: 5px 25px;
    }
}