/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
@font-face {
    font-family: 'Andale Mono';
    src: url('fonts/f74003aa3fbe6de17c9c190e39d25dbc.woff') format('woff2'),
         url('fonts/f74003aa3fbe6de17c9c190e39d25dbc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p {
	margin-bottom:20px;
}

.weit {
	letter-spacing: 0.1em;
}
header .menu-text, .weiter {
	letter-spacing: 0.13em;
}
.row-shadow {
	-webkit-box-shadow: inset 0px 50px 50px -50px rgba(0,0,0,0.5), inset 0px -50px 50px -50px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 50px 50px -50px rgba(0,0,0,0.5), inset 0px -50px 50px -50px rgba(0,0,0,0.5);
	box-shadow: inset 0px 50px 50px -50px rgba(0,0,0,0.5), inset 0px -50px 50px -50px rgba(0,0,0,0.5);
}
.album-shadow {
	-webkit-box-shadow: -50px 50px 50px -50px rgba(0,0,0,0.5);
	-moz-box-shadow: -50px 50px 50px -50px rgba(0,0,0,0.5);
	box-shadow: -50px 50px 50px -50px rgba(0,0,0,0.5);
}
#kontakt p {
    font-size: .9rem;
}

/* mobile */

@media screen and (max-width: 525px) {
	h1 {
		font-size: 2.5em !important;
	}
	h2 {
		font-size: 2.1em !important;
	}
	h3 {
		font-size:1.4em !important;
	}
	h4, h5, h6 {
		font-size:1em !important;
	}
}

/* specific */

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding-top:32px !important;
    padding-left:0!important;
    padding-right:0!important;
}
.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 0 !important;
}