/*
Theme Name: DD2015
Theme URI: http://www.deutsche-detektei.de/
Author: Deutsche Detektei
Author URI: http://www.deutsche-detektei.de/
Version: 1.0
Text Domain: dd2015

This theme is based on the Twenty Fifteen Theme by the WordPress team.
	Base Theme Name: Twenty Fifteen
	Base Theme URI: https://wordpress.org/themes/twentyfifteen
	Base Theme Author: the WordPress team
	Base Theme Author URI: https://wordpress.org/
	Base Theme Version: 1.0
	Base Theme License: GNU General Public License v2 or later
	Base Theme License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
DD2015 WordPress Theme, Copyright (C) 2015 Deutsche Detektei
*/

/* All rules defined in /css/styles.css */


#mapp0_layout {
	display: none;
}


.img_content_left {
	float: left;
	margin: 10px 15px 5px 0;
}
.img_content_right {
	float: right;
	margin: 0 0 5px 10px;
}
.clear_both {
	clear: both;
}
.contactbox {
	border: solid #D9ECF2 5px;
    padding-left: 20px;
	width: 100%;
}
.contactbox .phone {
	padding-left: 30px;
	line-height: 2.0;
	font-size: 1.5em;
	background: url(images/contact-tel-hover.png) left center no-repeat;
}

.contactbox p.bundimg {
	float: none !important;
	display: inline-block;
}

.contactbox .phone_2 {
	line-height: 2.0;
	font-size: 1.2em;
}
.contactbox .free_call {
	padding-left: 5px;
	font-size: 0.9em;
}
.contactbox .contactdata {
	width: 280px;
	display: inline-block;
}
.contactbox .officedata {
	margin: 17px 10px 10px 0px;
	width: 156px;
	display: inline-block;
	vertical-align: top;
}
.contactbox .officedata p{
	margin-top: 5px;
}
.contactbox .officedata .address {
	font-weight: bold;
}

#faq h2 a{
	background: rgba(0, 0, 0, 0) url("images/arrow-right.png") no-repeat scroll 2px center;
   	display: inline-block;
    	font-family: Consolas,monaco,monospace;
    	letter-spacing: 1px;
    	line-height: 22px;
    	padding-left: 18px;
	font-family: inherit;
}
.updated{
	display:none;
}
@media (max-width: 1019px) {
	.entry-footer .posted-on{
    		top: 35px;
	}  
}
@media (max-width: 780px) {
	.entry-footer .posted-on{
    		display:none;
	}  
}
a.more-link{
    	color: #000 !important;
    	font-size: 15px;
    	font-weight: 700 !important;
    	line-height: 40px;
    	margin: 20px 0;
    	padding-left: 10px;
    	position: relative;
    	transition: all 0.25s linear 0s !important;
    	width: 214px;
	display: block;
	background: #d7e9ed none repeat scroll 0 0;
}
a.more-link::after{
	content: "";
    	height: 28.5px;
   	position: absolute;
    	right: -15px;
    	top: 6px;
    	transform: rotate(45deg);
    	transition: all 0.25s linear 0s;
    	width: 28.5px;
   	background: #d7e9ed none repeat scroll 0 0;
    	display: block;
}
a.more-link:hover{
	background: #a3cfd1 none repeat scroll 0 0;
	width: 224px;
}
a.more-link:hover::after {
	background: #a3cfd1 none repeat scroll 0 0;
}

a.faq_back_btn{
	color: #000 !important;
    	font-size: 15px;
    	font-weight: 700 !important;
    	line-height: 40px;
    	margin: 20px 0 20px 25px;
    	padding-left: 20px;
    	position: relative;
    	transition: all 0.25s linear 0s !important;
    	width: 214px;
	display: block;
	background: #d7e9ed none repeat scroll 0 0;
}
a.faq_back_btn::before{
	content: "";
    	height: 28.5px;
   	position: absolute;
    	left: -15px;
    	top: 6px;
    	transform: rotate(45deg);
    	transition: all 0.25s linear 0s;
    	width: 28.5px;
   	background: #d7e9ed none repeat scroll 0 0;
    	display: block;
}
a.faq_back_btn:hover{
	margin: 20px 0 20px 15px;
	background: #a3cfd1 none repeat scroll 0 0;
	width: 224px;
	
}
a.faq_back_btn:hover::before{
	background: #a3cfd1 none repeat scroll 0 0;
}
.post_even,
.post_odd {
	padding-bottom: 10px;
}
.post_even{
	background-color: #F0F0F0;
}
.wp-video {
	margin-left: auto;
	margin-right: auto;
}
#eKomiWidget_default{
	text-align: center;
}

#menu-item-4599 > ul > li {
	text-align: center !important;
}

.glsr-submit-review-form textarea,
.glsr-submit-review-form input{
	width: 100%;
}

.glsr-submit-review-form .button-primary {
	width: auto;
	background-color: #ECF5F8;
}

.glsr-submit-review-form .button-primary:hover {
	cursor: pointer;
}

.glsr-review {
	background-color: #ECF5F8;
}

.glsr-submit-review-form .jcf-select{
	margin-top: 10px;
}

.glsr-review {
	margin-bottom: 1em!important;
	padding: 5px;
}

@media (max-width:1019px)
and (min-width:750px){
	#eKomiWidget_default img{
		width: 486px;
	}
}
@media (max-width:749px)
and (min-width:460px){
	#eKomiWidget_default img{
		width:324px;
	}
}



/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	background:#F6F6F6;
	z-index: 10000;
	color: #646464;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.5);
}
#gdpr-cookie-advanced {
	display: hidden;
}

#gdpr-cookie-message h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
	font-family:HelveticaNeue, "Helvetica Neue", Arial, sans-serif;
	color: #646464;
	display: none;
}
#gdpr-cookie-message h5 {
	margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
	margin-bottom: 10px;
	color: #646464;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul{
    font-size: 14px;
    line-height: 1.2em;
	padding: 0 13%;
}
#gdpr-cookie-message p {
    text-align: center;
    padding: 0 10%;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
	display: inline-block;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
    color:#646464;
}
#gdpr-cookie-message a:hover {
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
    border: none;
    font-size: 14px;
    padding: 4px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background-color: #18a300;
	line-height:16px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#gdpr-cookie-message button:hover {
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background-color: #fff;
    display: none;
}
button#gdpr-cookie-accept {
    color: #fff;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
#gdpr-cookie-message label {
	display:inline;
}

/* new */  

#gdpr-cookie-message .close {
	position: absolute;
	right: 12px;
	top: 5px;
	width: 20px;
	height: 20px;
	opacity: 0.3;
	border-bottom:none;
  }
  #gdpr-cookie-message .close:hover {
	opacity: 1;
  }
  #gdpr-cookie-message .close:before,#gdpr-cookie-message .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #646464;
  }
  #gdpr-cookie-message .close:before {
	transform: rotate(45deg);
  }
  #gdpr-cookie-message .close:after {
	transform: rotate(-45deg);
  }
/*
  #gdpr-blockui{
	  position: fixed;
	  top: 0px;
	  left: 0px;
	  background: rgba(0, 0, 0, 0.7);
	  z-index: 1000;
	  width: 100%;
	  height: 100%;
  }
  #gdpr-cookie-message {
	  max-width: 500px;
	  width:100%;
	  padding: 20px;
	
	  max-height:90%;
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  bottom: initial;
	  background-color: #fff;
	  color:#333;
	  -webkit-box-shadow: 0 6px 36px rgba(0,0,0,.3)!important;
	  box-shadow: 0 6px 36px rgba(0,0,0,.3)!important;
	  border-radius: 3.5px;
	  box-sizing: border-box;
  }
*/
  #gdpr-cookie-message button#gdpr-cookie-advanced {
	  display: inline;
  }
  #gdpr-cookie-types{
	  text-align: left;
	  font-size: 10px;
  }
  #gdpr-cookie-message li {
	  width: auto;
	  display: block;
  }
  #gdpr-cookie-message h5 {
	  color:#646464;
	  font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  }
  
  #gdpr-cookie-message p, #gdpr-cookie-message ul, h5 {
	  margin-left:0px;
	  padding: 0 5%;
  }
  
  #gdpr-cookie-message label span {
	  display: inline-block;
	   padding-left: 24px;
	   padding-bottom: 10px;
	   color: #646464;
  }
  
  #gdpr-cookie-message p {
	  text-align: left;
	  margin-bottom: 5px;
  }
  #gdpr-cookie-message h4 {
		  color:#fff;
  }
  
  #gdpr-cookie-message button#gdpr-cookie-advanced {
	  display: inline;
	  background-color: none;
	  padding: 0 10px;
		  color:#777;
  }
  
  #gdpr-cookie-message button#gdpr-cookie-accept{
	  background-image: none;
	  padding: 0 10px;
	  margin-left: 0px;
  }

/* new */  


.accept_dsvgo .wpcf7-acceptance{
border:none;
padding:15px 0px 15px 0px;
}
.accept_dsvgo .wpcf7-list-item-label{
border:none;
margin-left:0px;
}
.accept_dsvgo .wpcf7-not-valid{
color: #c85330;
}
.contact-form-wrapper form>div>div  .wpcf7-spinner {
	width: 25px;
}

