/*
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
*/

.row-full-padding.vc_row {
    padding-left: 10% !important;
    padding-right: 10% !important;

}

@media only screen and (max-width: 767px) {
.pic-row.vc_column_container > .vc_column-inner {
    margin: 0%!important;
    padding: 0px!important;
}
}
/*---------------------------------------------------------------------------------------------*/
/*	Cookie Hinweis
/*---------------------------------------------------------------------------------------------*/
.ctcc-left-side,
.ctcc-left-side a{
    font-size: 14px!important;
    line-height: 1em!important;
	color: #fff!important;
}
#catapult-cookie-bar {
    padding: 10px!important;
}

/*---------------------------------------------------------------------------------------------*/
/*	Allgemein
/*---------------------------------------------------------------------------------------------*/

#page {overflow:hidden;}

/*---------------------------------------------------------------------------------------------*/
/*	Header
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobile Menu Toggle
/*---------------------------------------------------------------------------------------------*/

.lines, .lines:before, .lines:after {
	height: 5px!important;
	min-width: 33px!important;
}
.lines:before {
	top: 10px!important;
}
.lines:after {
	top: -10px!important;
}
.menu-toggle:not(.active) .lines-button:hover .lines:before, .dt-mobile-menu-icon:hover .lines:before {
	top: 7px!important;
}
.menu-toggle:not(.active) .lines-button:hover .lines:after, .dt-mobile-menu-icon:hover .lines:after {
	top: -7px!important;
}
.transparent:not(.page-template-template-microsite) .lines {
	background-color: #fff!important;
}
.transparent:not(.page-template-template-microsite) .lines:before {
	background-color: #fff!important;
}
.transparent:not(.page-template-template-microsite) .lines:after {
	background-color: #fff!important;
}

/*---------------------------------------------------------------------------------------------*/
/*	Uber Menu
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Startseite
/*---------------------------------------------------------------------------------------------*/
.owl-carousel .post-entry-content .entry-title a {
    font-size: 28px; 
    line-height: 1.1em!important;
text-transform: none!important;
    color:#fff!important;
    font-weight: 300;
    text-align: center;
    padding-top: 5px!important;
}
#main-slideshow {
    border-bottom: 5px solid #333;
    
}.standard-arrow li {
    font-size: 22px; 
    color:#111!important;
    font-weight: bold;
}



/*---------------------------------------------------------------------------------------------*/
/*	Blog
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Kontakt
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Footer
/*---------------------------------------------------------------------------------------------*/
#bottom-bar{
    border-top: 3px solid #333!important;
    
}

/*---------------------------------------------------------------------------------------------*/
/*	Gravity Forms
/*---------------------------------------------------------------------------------------------*/
.datenschutz .gfield_checkbox label {
        font-size: 12px!important;

}
.datenschutz label {
    font-size: 12px!important;
}

input, textarea {
    border: 4px solid #fff!important;
    font-size: 20px!Important;
}
input:focus, textarea:focus {
    border: 4px solid #fff!important;
}
input:hover, textarea:hover {
    border: 4px solid #e3000b!important;
}
.gfield_select {
    border: 0px solid #c0c0c0;
    padding: 10px 10px 10px 10px!important;
}
.gform_body input, .gform_body textarea {
    padding: 30px 20px!important;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], body .gform_wrapper .gform_body .gform_fields .gfield input[type=url], body .gform_wrapper .gform_body .gform_fields .gfield input[type=number], body .gform_wrapper .gform_body .gform_fields .gfield input[type=password], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color:#fff!important;
    margin-top: -5px;
    font-weight: 700!important;
    color:#000;
}
.gsection_title {
    font-size: 30px!important;
    line-height: 50px!important;
}
.gform_button {
    font-weight: bold!important;
font-family: Rajdhani, Helvetica, Arial, Verdana, sans-serif!important;
    font-size: 30px!important;
    line-height: 1.2em!important;
    box-shadow: none!important;
    padding: 15px 30px!important;
    border: 0px!important;
    border-radius: 0px!important;
    margin: 0 auto!important;
    display: block!important
}
.gform_button:hover {
    box-shadow: none!important;
    color: #202325!important;
    background-color: #fff!important;
    border: 0px!important;
}
.gfield_checkbox label {
    font-size: 17px!important;
    padding-left: 35px!Important;
    margin-top: 10px!important;
    color: #fff;
}
.gfield_checkbox label:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    bottombottom: 1px;
    background-color: #fff;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
input[type=checkbox] {
    display: none!important;
}
.checkbox label:before {
    border-radius: 3px;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 20px;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
}
::-moz-placeholder {
color:#000!important;
font-size:20px!important;
    font-weight: 500;
}
	::-webkit-input-placeholder {
color:#000!important;
font-size:20px!important;
       font-weight: 500;
}
	:-ms-input-placeholder {
color:#000;
font-size:20px!important;
        font-weight: 500;
}

/*---------------------------------------------------------------------------------------------*/
/*	Tablets
/*---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 767px) and (max-width: 1024px) {
	
}

/*---------------------------------------------------------------------------------------------*/
/*	iPhone 6 in portrait & landscape
/*---------------------------------------------------------------------------------------------*/

@media only screen and (max-width : 375px) {

/* Beispiel Schriftgröße Footer */
.wf-container-footer a {
	font-size: 21px!important;
}
.wf-container-footer i {
	font-size: 21px!important;
	color: #F9BF16;
}
/* Beispiel Logogröße iPhone 6 */
.mobile-branding img {
	max-width: 240px;
	height: auto;
	margin-left: -15px!important;
	width: auto; /* ie 8 */
}
}

/*---------------------------------------------------------------------------------------------*/
/*	iPhone 5 & 5S in portrait & landscape
/*---------------------------------------------------------------------------------------------*/

@media only screen and (max-width : 320px) {

/* Beispiel Logogröße iPhone 5 */
.mobile-branding img {
	max-width: 200px;
	height: auto;
	margin-left: -15px!important;
	width: auto; /* ie 8 */
}

/* Beispiel Schriftgröße Footer */
.wf-container-footer a {
	font-size: 18px!important;
	line-height: 18px!Important;
}
.wf-container-footer i {
	font-size: 18px!important;
	line-height: 18px!Important;
	color: #F9BF16;
}

}

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Allgemein
/*---------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {


/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Menü
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Header
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Startseite
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Kontakt
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Footer
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Heading
/*---------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/
/*	Mobil - Gravity Forms
/*---------------------------------------------------------------------------------------------*/

.gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, .gf_list_3col li {
	float: left;
	clear: left!important;
	width: 99%!important;
}
.gform_button {
	white-space: normal!important;
}

}