/*
Theme Name: zumbrunn
Theme URI: 
Author: Rampenlichtagentur
Author URI: http://rampenlichtagentur.ch
Description: Theme for Zumbrunn Carosserie
Version: 1.1.1
Build: fe81dc26c8a4fc8ca20b0ce10800f5180ecb364f
Date: Fri, 29 Jun 2018 11:06:23 GMT
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: zumbrunn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Anpassungen 2019/01/09 */
.module-title,
.infoblock-subtitle {
	text-transform: uppercase;
}
.module-title {
    font-size: 20px;
}
.info-column {
	width: 100%;
	font-size: 15px !important;
}
.info-column p {
	font-size: 15px !important;
}
.info-column .inner-box {
	margin-top: 25px;
}
.info-column p, 
.info-column ul {
	/*font-size: 0.8em;*/
}
.info-column hr {
    border: none;
    border-bottom: 1px solid #fff;
}
.infoblock-subtitle {
    margin-left: 18px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.infoblock-subtitle:before {
    content: "";
    height: .9em;
    width: .6em;
    background-color: #fff;
    transform: skewX(-30deg);
    display: inline-block;
    vertical-align: baseline;
    margin-right: .6em;
    margin-left: -1em;
}
.info-column td {
        padding: 5px 20px 5px 0px;
}
.html-box {
    padding: 5px 0px;
}
.info-column table {
	width: 100%;
}

/*.content .infoblock {
   	padding-right: 1.4545rem;
    padding-left: 1.4545rem;
}
*/
.content .infoblock {
   	padding-top: 2.2rem;
   	padding-bottom: 2.2rem;
	padding-right: 1.4545rem;
}
.content .infoblock:before {
    width: 1000%;
    height: 150%;
	overflow: hidden;
}
@media (min-width: 667px) {
	.info-column {
		width: 47%;
		float: left;
	}
	.info-column.plus-width {
		width:57%;
	}
	.info-column.left {
		margin-right: 3%;
	}
	.info-column.right {
		margin-left: 3%;
	}
	.content .infoblock {
		padding-right: 0rem;
	}
}

.content-section.violet {
	color: #fff;
}
.content-section.violet .content ul li:before {
	background-color: #fff;
}

.p2-active .nav-panel-2 {
    width: 500px;
}

ul.sub-menu.show-sub {
    max-width: 500px;
    width: 500px;
}


.image-grid .image-row .full {
	margin-bottom: 1.4545rem;
}


@media (min-width: 667px) {
	.image-grid .image-row .full {
		padding: 0 20px;
		margin-bottom: 1.4545rem;
	}

	body .image-grid figure {
		height: 100%;
	}

	body .image-grid figure img {
		height: 100%;
		object-fit: cover;
	}
}

/*
.tab-content {
    margin-bottom: 20px;
    height: 0;
    overflow-y: hidden;
}*/

#whitebg {
	background: #fff;
}

.tab-title {
    margin: 20px 0 10px;
    cursor: pointer;
}

.tab-content {
    padding: 15px;
}

#biggertitle .subtitle {
    font-size: 1.2em;
}



.certificate {
    width: 100%;
    float: left;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 3%;
}

.certificate:hover {
    box-shadow: 3px 3px #5c1f75;
}
@media (min-width: 768px) {
	.certificate:nth-child(odd) {
		margin-right: 1.5%;
		margin-bottom: 3%;
    	width: 48.5%;
	}
	.certificate:nth-child(even) {
		margin-left: 1.5%;
		margin-bottom: 3%;
    	width: 48.5%;
	}
	
}

/* =================================================
 * # Heading Preserve Style -- WE 091825
 * ================================================ */

/* -------------------- Fonts Utilities ------------------------- */
.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/* -------------------- Gap Utilities ------------------------- */
.m-0{
	margin: 0;
}

.mb-0{
	margin-bottom: 0 !important;
}

h2.hLastMb-0{
	margin-bottom: 0;
}

.d-thm-p-mb-gap{
	margin-bottom: 1.4545rem;
}


/* -------------------- Font Size Utilities ------------------------- */
.d-thm-p-font-size {
	font-size: 1rem;
}


/* -------------------- Site Header ------------------------- */
.menu-heading{
    font-size: 1.17em;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem;
}

/* -------------------- Hero Section ------------------------- */
#hero .headline:not(:last-child){
    margin-bottom: 1.4545rem;
}






.cta-btn {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0) skewX(-37deg);
    box-shadow: 0 0 0 transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    font-weight: 600;
    color: #fff;
    background: rgb(92, 31, 117);
    font-size: 1em;
    padding: 10px 30px;
	text-transform: uppercase;
    max-width: 500px;
	border: 3px solid rgb(92, 31, 117);
	line-height: 1.3em;
	margin: 0px 22px;
}
@media (min-width:768px) {
	.cta-btn {
		margin: 0 38px;
	}
	
}

.cta-btn svg {
    width: 22px;
    display: inline-block;
	margin-left: 10px;
}

@media (min-width:768px) {
	.cta-btn {
		font-size: 1.3em;
    	padding: 10px 35px;
	}
	
	.cta-btn svg {
		width: 30px;

	}
}



.cta-btn,.cta-btn:before {
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.cta-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.cta-btn:hover {
    color: rgb(92, 31, 117);
    text-decoration: none;
	border: 3px solid rgb(92, 31, 117);
}
.cta-btn:hover svg .st0 {
	fill:  rgb(92, 31, 117) !important;
}

.cta-btn:hover:before {
    transform: scaleX(1)
}

.cta-btn span {
    display: block;
    transform: skewX(37deg)
}

