/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    max-width: 90% !important;
}

#mobile-bottomnav {
    display:none;
}

.navbar-style-one .dropdown-menu > li.menu-item > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 6px;
    border-radius: 3px;
}

p {
    margin: 0px 0px 20px 0px!important;
}

.tp-caption a {
    color: #EB1929;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

#top-bar-content {
    font-weight: 700;
    font-size: 15px !important;
}

#sidebar {
    margin-top: 25px;
}

.footer-widget {
    padding-bottom: 20px;
	padding-right: 20px;
}

#site-logo img {
    max-width: 300px !important;
}

#primary {
	padding-top:30px;
}

.page-header {
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin: 10px 0 5px;
    margin-bottom: 10px;
}

ul, ol {
    margin: 0 0 20px 20px;
}

#main .tagcloud a, .post-tags a {
    display: block;
    float: left;
    padding: .2em 0.3em;
    margin: 0 5px 5px 0;
    color: #555;
    cursor: pointer;
    border: 1px solid #eee;
    background: #f7f7f7;
    transition: 0.15s all ease;
	font-size: 0.9em !important;
}

#setting-error-tgmpa {
    display: none !important;
}

.startform {
    margin-top: -100px !important;
    margin-left: 0% !important; 
	margin-right: 0% !important; 
	z-index: 999;
}

.wdpu-subtitle {
    font-weight: 500 !important;
}

.wpml-ls-legacy-dropdown {
    max-width: 80%;
    width: 12em;
}

.woocommerce-message {
    font-size: 1.3em !important;
}

.woocommerce a.button {
    padding: 0.5em !important;
	font-weight: bold !important;
}


#site-navigation .dropdown-menu > li > a > span.link-inner, site-header #site-navigation .dropdown-menu ul > li > a {
    cursor: pointer !important;
}

.navbar-style-one .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.3em 5px;
    border-radius: 3px;
}

.cq-colorblock-textcontainer {
padding: 30px !important;
}

.textwidget a img {
    display: block;
    float: left;
    margin: 5px 0px !important;
}

.display-posts-listing {
    list-style:none !important;
    margin-left: 0px;
}

.listing-item {
    padding: 10px 20px 10px 10px;
    background: rgba(0, 75, 151, 0.215);
    margin-bottom: 10px;
    min-height: 200px;
    width: 100%;
    font-size: 1.7rem;
}

.wpex-offset-vc-15 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
    display: block;
    float: left;
    margin: 10px 20px;
}

.wpb_singleimage_heading {
font-size: 14px !important;
}

.woocommerce div.product div.images img {
    width: 60% !important;
}

#allianz_mobile {
display:none}

#allianz_desktop {
display:block}

div.wpcf7 input, div.wpcf7 textarea {
    max-width: 75% !important;
}

.vc_column-inner {
    margin-bottom: 20px !important;
}

a img {
    cursor: pointer !important;
}

html .formcraft-css.image_button_cover.placement-left {
    display: none  !important;
}

.Lang #lang_sel {
    height: auto;
}
.Lang {
	display:block !important;
    float: right;
    position: relative;
    top: 4px;
}

html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
    border-radius: 2px 2px 0 0;
    padding-bottom: 0.5em !important;
    padding-top: 0.5em !important;
}

html .formcraft-css .fc-form {
		margin: 0px !important;

}

/* ---------------------------- 768px-1024px iPad hoch -------------------------- */


@media handheld, only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
	
	body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    max-width: 90%;
}
	
.Lang {
  float: none;
  text-align: center;
}

#site-logo img {
    margin-left:0px !important;
}

#allianz_mobile {
display:block
}

#allianz_desktop {
display:none;
}
	
#mobile-bottomnav {
    display:none;
}
	
}



/* ---------------------------- 320px-479px iPhone hoch -------------------------- */

@media handheld, only screen and (max-width: 479px) {

	body.wpex-responsive .container, body.wpex-responsive .vc_row-fluid.container {
    max-width: 85% !important;
}

.Lang {
  float: right !important;
  text-align: center;
  margin: 0 auto;
}

#site-logo img {
    width: 80% !important;
}

.cq-colorblock-content {
    width: 100% !important;
    margin: 0 auto;
}

.listing-item {
    display:none;
}
	
#mobile-bottomnav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    box-shadow: 0px -2px 5px rgba(0,0,0,0.25);
    z-index: 999;
    display: block;
	height: 50px;
	text-align: center;
	padding: 10px;
	font-weight:bold;
}
	
.startform {
    margin-top: 0px !important;
    margin-left: 0% !important; 
	margin-right: 0% !important; 
	z-index: 999;
}


}


