/* BST DSGVO Cookie
======================================== */
.group::after {
	width:100%;
	content: "";
	display: table;
	clear: both;
	 margin:0 auto;	
}

.bst-panel {
  margin:0 auto;	
	display:none;
	width:100%;
	background:#222222;
	text-align:center;
	border-bottom:3px solid #555555;
	font-family:Helvetica, Arial, sans-serif;
}
.bst-panel-fixed {
	position: fixed;
	bottom:0;
	left:0;
	z-index: 10000;
}

.bst-panel-fixed-top {
	position: fixed;
	top:0;
	left:0;
	z-index: 10000;
}



.bst-wrapper {
  margin:0 auto;	
	width:90%;
	
	margin:0 auto;	
	padding:10px 0;

}
.bst-panel {
	float:left;
	
	color:#FFFFFF;
	line-height:20px;
	font-size:14px;

	font-family:Helvetica, Arial, sans-serif;

}

.bst-msg {
position:relative;
text-align:center;

padding-top:5px;
float:left;
width:65% ;

display: table-cell;
vertical-align: middle;

}

.bst-links {
position:relative;
  margin:0 auto;	
  width:35% ;
  float:left;
  display: table-cell;
vertical-align: middle;
 
	
}
.float {
  clear:both;
	float:none;
	}
	
.bst-panel a {
	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	letter-spacing:1px;
	padding:5px 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	font-family:Helvetica, Arial, sans-serif;
}



.bst-accept-btn {
  border-radius:3px;
	background:#067cd1;
	padding:10px;
}
.bst-accept-btn:hover {
	background:rgba(255,255,255,0.5) !important;
}

.bst-info-btn a:link {
text-decoration:none;
}



	.btn {
    padding: 3px 10px;
    border: 0 none;
    font-weight: normal;
    font-size:14px;
    letter-spacing: 1px;
    *text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #005BCC;
    color: #ffffff;
}


.bst-links .btn-primary  a:link {
color:#ffffff !important;
}


a.bst-info-btn:link {
color:#cccccc !important;
}

a.bst-info-btn:visited {
color:#cccccc !important;
}

a.bst-info-btn:hover {
color:#ffffff !important;
}


.btn-primary a:visited {
color: #ffffff !important;
}


  
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #005BCC;
}
 
.btn-primary:active, .btn-primary.active {
    background: #005BCC;
    box-shadow: none;
}


.btn-primary.gradient {

	background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
      cursor: pointer;
    }
	  

.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
		background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0067C2, #013A6B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0067C2), to(#013A6B));
    background-image: -webkit-linear-gradient(top, #0067C2, #013A6B);
    background-image: -o-linear-gradient(top, #0067C2, #013A6B);
    background-image: linear-gradient(to bottom, #0067C2,#013A6B);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    cursor: pointer;
    }
  
}



@media screen and (min-width: 801px) {	

.bst-msg {
    width:60%;
    padding:10px;
     margin:0 auto;	
  }

.bst-links {
    position:relative;
    padding-top:10px;
    width:35%;
        float:none;
    
     margin:0 auto;	
 }
 
}


@media screen and (max-width: 800px) {	

.bst-msg {
    width:100%;
    padding:0px;
    margin:0 auto;	
  }
  
.bst-links {
    position:relative;
    padding-top:10px;
    float:none;
    
    
    margin:0 auto;	+6
    
    display: block;
    vertical-align: middle;
  }
}


