/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: #acb3ba;
	z-index:10000;
   border: solid .05rem #1d2535;
   overflow-y:auto;
   max-height:100%;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 2em !important;
    margin-bottom: .5rem;
    color:#1d2535 !important;
}
.gdprcookie h2 {
    font-size: 1.5em !important;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie p {
    font-size: 1em !important;
    color: #fff !important;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button , button.accept {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: #1d2535;
    cursor: pointer;
    margin-top:5px;
}




.gdprcookie-buttons button.advanced {
    
    border: none;
    
    background: none;
    
}

.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types label {
    display: block;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.1rem;
    margin-left:0px;
    border: solid .05rem white;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
    margin-left:0px;
    float:left;
}
.cookie {
    cursor: pointer;
    position: fixed;
    background: none;
    border: none;
    bottom: 1.5rem;
    
    z-index: 2147483636;
    width: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    padding-left: 5rem;
    opacity: .9;
    transition: all .1s;
    right: -10rem;
    z-index: 100;
    
    color: #fff !important;
    text-align: center;
    transition: all 0.4s ease-out;
    font-size: 80%;
    
    background: #f9f9f9 url("../fileadmin/template/img/Cookie.png") 0.7rem center/48px 48px no-repeat !important;
    box-shadow: grey 0px 0px 5px;
    border-radius: 2px;
}
.cookie:hover{
  right: 4px;
}
.cookie a{
    
    color: #1d2535 !important;
    
}

.gdprcookie-types{
  text-align:center;
}
.gdprcookie-types label{
  text-align:left;
}
.grecaptcha-badge{
  bottom:100px !important;

}
.cookieinfo{
  margin-left:0px;
  font-style: italic;
  width:100%;
  margin-top:10px;
}

.gdprcookie-types label {
  position: relative;
  display: inline-block;
  
}
.hide{
	display:none;
}
.cookielabel{
  color:#1d2535;
  font-weight:bold;
}
.gdprcookie-types label input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.powermail_fieldwrap_recaptcha{
	font-size: 90%;
	color: #c40405;
	border: 3px solid #c40405;	
	cursor:pointer;	
	padding:5px;
	margin-bottom:1rem;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0.2rem;
  
  right: 0.2rem;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 60px;
  height: 34px;
  border: solid .05rem white;
}
.slider.essential{
  background-color: #1d2535 !important;
  cursor: not-allowed;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.cookiewarning{
    display: block !important;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:0px;
    border: 2px solid #ff0000;
    margin-bottom: 0px;
}
.cookiesetting{
  color: #0275d8;
    text-decoration: none;
    cursor:pointer;
}
input:checked + .slider {
  background-color: #1d2535;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1d2535;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.gdprcookie-intro a{
  color:#1d2535 !important;
  font-style: italic;
  text-decoration: underline;
}
div.wpcf7-response-output.show {
    display:block !important;
    cursor:pointer;
    padding: 15px;
    color: #ff0000;
    font-size: 16px !important;
}

.wpcf7-submit.hide{
  display:none !important;
}
@media (max-width: 767px){
  .cookie {
      padding-left: 5.3rem;
      right: -11rem;
      
  }
}

