/*
Theme Name: Saane Sense Delta Front
Theme URI: http://www.ssdeltafront.ch/
Description: A child Theme of Centum
Author: Florian Auderset
Author URI: http://floeggu.ch/
Version: 1.0.0
Template: Centum
*/
@import url("../Centum/style.css");
@import url("./css/responsive.css");

/* Logo / Tagline
====================================*/
#wrapper {
    background: #fff;
    margin: 100px auto 0 auto;
}

#header {
    min-height: 200px !important;
}

#header #logo {
    z-index: 20;
    margin: -100px auto 20px;
    width: 250px;
    max-width: 250px;
}

#logo a {
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 20;
}

#logo a img {
    float: left;
}

#slogan{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 250px;
    top: -50px;
}

#slogan img {
    width: 100%;
    z-index: 10;
}

.item-description h5 a span {
    font-size: 10px;
}

.pricing-table .color-3 h3 a {
    color: #fff;
}

.wpb_video_wrapper {
    padding-top: unset !important;
}

/* Tabellen */

.home .four.columns .pricing-table {
	width: 100%;
}

.home .four.columns .pricing-table ul{
	margin: 0px;
	border: 1px solid lightgrey;
}

.page .four-tables .pricing-table {
	margin-bottom: 10px;
}

.page .four-tables .pricing-table ul{
	margin: 0px;
	border: 1px solid lightgrey;
	border-top: none;
}

.page .four-tables .pricing-table ul li{
	margin: 0px;
}

.page .four-tables .pricing-table .color-1 h3{
	color: #fff !important;
}

.page .four-tables .pricing-table .color-1 h3 a{
	color: #fff !important;
}

/* Starpage Popup Customs */
.mlab-modal {
    background-color: rgba(51,51,51,0.9)
}

.mlab-modal-body {
    padding: 0px !important;
}

.mlab-modal-body p {
    margin-bottom: 0px !important;
}

.mlab-modal-body img {
    padding: 0px;
}

.mlab-modal-footer {
    margin-top: 0px !important;
    /*height: 25px !important;*/
}

.mlab-modal-footer input[type="button"] {
    float: right;
}

.mlab-modal-content { 
    position: relative; 
    background-color: #xxx; 
    border: 0px solid #000; 
    border: 0px solid rgba(0, 0, 0, .2); 
}


@media all and (max-width: 600px){
    .mlab-modal-dialog {
        width: 95% !important;
    }

    .mlab_donotshow {
        display: none;
    }
}