/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


#cookie_thing {
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0px;
	width: 400px;
    height: 280px;
    margin-left: -200px;
    margin-top: -140px;
	background-color: white;
	font-size: 13px;
	padding: 20px;
	border: 5px solid #336633;
    border-radius: 5px;
	box-shadow: 0 0 15px black;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	z-index: 999999;
}
#cookie_thing > button {
	background-color: #336600;
	border: 1px solid #254a00;
	border-radius: 2px;
	color: white;
}

.social-links li.xing a:hover,
.colored.social-links li.xing a {
	background-color: #006567;
	border-color: #006567;
	color: #fff;
}

.privacy-bg {
	background: url("https://edno-chovak.com/assets/images/privacy_fighter.jpg") 50% 0px no-repeat;
}


.orange-bg {
	background-color: #ff6600 !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	border: none !important;
}

.separator:after {
	width: 30px;
	height: 5px;
	background: #ff6600 !important;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

@media print {
  ...
  a[href]:after {
    content: none !important;
  }
  ...
}

.smaller {
    font-size: smaller !important;
}

.team-image {
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.product-image,.product-image-right {
	max-width: 480px;
	float: left;
	margin-bottom: 10px !important;
	margin-left: 15px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);  
}

.product-image-left {
	max-width: 480px;
	float: left;
	margin-bottom: 10px !important;
	margin-right: 15px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);  
}

.product-image-small {
	float: right;
	margin-bottom: 10px !important;
	margin-left: 15px !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
 	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);   
}

.dossier-image {
	float: right;
	max-width: 200px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);  
}


.m-l-15 {
	margin-left: 15px !important;
}

.testimonial-image i {
	font-size: 96px;
	padding-top: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.box-style-1 .height-300 {
	display: block;
	overflow: auto;
	min-height: 600px !important;
	height: 600px !important;
}

.offer ul{
    list-style-type: none;
    padding:0 ;

    
}

.preise {
    font-size: 24px;
    
}

.p-t-15 {
    padding-top: 15px !important;
}


.p-b-0 {
    padding-bottom: 0px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
