body {
	/*font-family: 'Cabin Condensed', sans-serif;*/
	/*font-family: 'Droid Sans', sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	/*font-weight: 400;*/
	
}

.center {
	text-align: center;	
}

.navbar-nav {
	
	float:left;
}
a:active {
	color: #333;	
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
}

.h2.title {
	font-size: 26px;
    line-height: 40px;
    margin: 20px 0px;
    font-weight: 300;
}

#current, .menu ul li a:hover, .menu ul > li:hover > a {
    background-color: #666;
}


.minimax-video-container {
	margin-bottom: 30px;	
}

.video-text {
	margin-top: 30px;
	margin-bottom: 15px;	
}


.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

.ce-table {
	padding: 5px;	
	border-top: solid 2px #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ce-table td {
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;	
	border-bottom: solid 1px #CCC;	
}

.teaser-text a {
	color: #4C4C4C;	
	
}

label {
	
	font-weight: 400;
}

.myteaser.products {
	margin-bottom: 40px;	
}
.myteaser.products.subpage {
	margin-bottom: 10px;	
}

.dceNoPaddingRight {
	padding-right: 0px;	
}

.dceTextImageMulti img {
	margin-bottom: 20px;	
}

.teaser-intro-text-text ul li ul {
	margin-left: 15px;
	margin-top: 15px;	
}

.teaser-intro-text-text ul li ul li {
	list-style: disc;
	background: none;
	padding-left: 5px;
		
}



.smallTextBox {
	
	margin-bottom: 0px;
	margin-top: 40px;
	border: 1px solid #ddd;
	padding-top: 15px;
	background: #fAfAfA;
}

.smallTextBox img {
	
	
	margin-bottom: 20px;
}

.smallTextBox h2, .smallTextBox .h2 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 0px;
}

.smallTextBox h3, .smallTextBox .h3 {
	font-size: 16px;
	margin-top: 10px;
}

.smallText {
	
	font-size: 16px;
}

.dceNoPaddingLeft {
	padding-left: 0px;
}

@media (max-width: 767px){
	
	.navbar-nav {
	
	 float:none;
	}
	
}

@media (max-width: 991px){
.dceNoPaddingRight {
	padding-right: 0px;
	padding-left: 0px;	
}
}

div.claim {
	display:none;
}


.scrollup {
    bottom: 200px;
}

/*
.top-bar {
	display: none;
}

div.main-header .container {
	
	width: 100%;
	padding-right: 0px;
	padding-left: 125px;
}

.navbar-nav>li>a {
	
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
}

div.main-header .claim {
	
	width: 350px;
	color: #666;
	font-size: 26px;
	font-weight: 500;
	margin-left: 15px;
	padding-top: 52px;
	padding-bottom: 37px;
}

.teaser-intro h1 {
	
	font-size: 32px;
}


.navbar-brand {
	
	
	padding-bottom: 30px;
	padding-top: 30px;
}
*/

/*Cookie */
.cc-window.cc-floating {
    padding: 2em;
    max-width: 50em;
    
    -webkit-box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.23);
    box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.23);
    border: solid 1px #EEE;
  
}


label[for="dp--cookie-marketing"] {
    display: none;
    
}

.dp--cookie-check {
    display: flex;
    justify-content: initial;
    align-items: center;
    border: none;
    border-radius: 5px;
    margin-top: .5rem;
}

.dp--cookie-check label {
    margin-right: 5px;
}

.cc-highlight .cc-btn:first-child {
    background-color: #EEE;
    border-color: transparent;
    margin-right: 5px;
}

.cc-message h3 {
    margin-top: 0px;
    font-size: 28px;
}

.cc-floating.cc-theme-edgeless .cc-message { 

    margin-top: 0px;
}

.cc-revoke {
    background-color: #e0001b!important;
    color: #FFF!important;
}
.cc-revoke a {
    color: #FFF!important;
}

.cc-animate.cc-revoke.cc-bottom {
     height: 40px;   
}



.cc-revoke.dp--revoke {
transform: none !important;
text-decoration: none !important;
min-width: 40px;
height: 40px;
margin: 0px;
border-radius: 5px !important;
border-bottom-left-radius: 0px!important;
border-bottom-right-radius: 0px!important;
line-height: 1;
display: flex;
justify-content: center;
align-items: center;
transition: all .3s ease-in-out;
}

.cc-color-override-1113420501.cc-revoke {
color: rgb(51, 51, 51);
background-color: rgb(0, 0, 0);
}

.dceTextImageMulti .caption {
	font-size: 1.3rem;
	margin-bottom: 30px;
}



.privacy-container {
   border: solid #CCC 1px;
   overflow: scroll;
   height: 70%;
   display: none;
	padding: 10px;
	margin-top: 5px;
}

#clickme, #clickme2 {
	text-decoration: underline;
	color: #DC0006;
	cursor: pointer;
}

#clickme2 {
	display: none;
}


/* PLZ Suche */
.tx-mmx-bereiche input.plz-search-field {
    
    width: 100px;
}

.brandschutzcenter {
    font-size: 15px;
    text-align: left;
}

.bl-container p {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/*AdBtn */
.adBtn {
    margin-right: 10rem;
    margin-top: 1rem;
}


@media (max-width: 1000px){

    .adBtn {
        margin-right: 3rem;
        margin-top: 1.0rem;
    }

}


@media (max-width: 767px){

    .adBtn {
        margin-right: 5rem;
        margin-top: 1.5rem;
    }

}

@media (max-width: 440px){

    .adBtn {
        margin-right: 1rem;
        margin-top: 2rem;
    }

}

@media (max-width: 367px){

    .adBtn {
        display: none;
        margin-right: 0;
        margin-top: 0;
    }

}


.adBtn {
    /*display: none;*/
}

/* Akkordeon */
.lp-row-1 .akkordeon-lp .panel-default>.panel-heading.panel-heading-red, .lp-row-1 .akkordeon-lp .panel-default>.panel-heading.panel-heading-red:active, .lp-row-1 .akkordeon-lp .panel-default>.panel-heading.panel-heading-red:focus, .lp-row-1 .akkordeon-lp .panel-default>.panel-heading.panel-heading-red:hover, .akkordeon-lp .panel-default>.panel-heading.panel-heading-red {
    background: #e0001b;
    border: none;
    border-radius: 0px;
    color: #FFF;
    padding: 20px;
}
.lp-row-1 .akkordeon-lp .panel-default>.panel-heading.panel-heading-red h4.panel-title a:hover, .lp-row-1 .akkordeon-lp .panel-default>.panel-heading.panel-heading-red h4.panel-title a:focus, 
.akkordeon-lp .panel-default>.panel-heading.panel-heading-red h4.panel-title a:hover, .akkordeon-lp .panel-default>.panel-heading.panel-heading-red h4.panel-title a:focus
{
    color:#FFF;
}

