
#container .toolbox  {
padding: 0px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch; 
align-content: space-between;
margin: 40px 0px 20px 0px;  
}

.toolbox  {  overflow: visible;   }
#container .toolbox h2 {margin: 0 !important;}


.toolbox .ce_text.block,
.toolbox .ce_image.block {
display: block;
width: 32.5%;
margin: 0px 0px 10px 0px !important;
border: 1px #000 solid;
text-align: center;
padding: 30px 20px 30px 20px;
position: relative;  
background: rgba(0,0,0,0.0);  
transform: scale(1.00);  
-webkit-transition: all 0.3s; transition: all 0.3s; 
border-radius: 3px;
}

.toolbox .ce_image.block img {   
-webkit-transition: all 0.3s; transition: all 0.3s;  
}   

.toolbox .ce_image.block:hover {
transform: scale(1.025) !important;
}


.toolbox .ce_text img {width: 50%; max-width: 90px; margin: 20px 0 10px 0;}

@media (max-width: 1060px) { 
.toolbox .ce_text.block,
.toolbox .ce_image.block {
display: block;
width: 32%;
margin: 0px 5px 0px 5px;  
}  
}
@media (max-width: 780px) { 
.toolbox .ce_text.block,
.toolbox .ce_image.block {
display: block;
width: 48%;
}  
}
@media (max-width: 570px) { 
.toolbox .ce_text.block,
.toolbox .ce_image.block {
display: block;
width: 100%;
margin: 10px 0;  
}  
#container .toolbox  {
display: block;
}
.mod_article.tools {padding: 20px !important; }
}


.toolbox .ce_text.block:hover,
.toolbox .ce_image.block:hover {
transform: scale(1); 
box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
-webkit-transition: all 0.15s; transition: all 0.15s;      
}

.mod_article.tools {
padding: 40px 40px 60px 40px;
max-width: 900px;
margin-bottom: 100px; 
margin-top: 30px;
border-radius: 3px;  
}
.mod_article.toolbox h1 {
margin: 0 0 0px 0 !important;
}
.mod_article.tools h1 {
font-size: 50px;
margin: -10px 0 30px 0 !important;
padding-bottom: 10px;
}
.mod_article.tools h3  {
margin: 35px 0 15px 0;
}
.mod_article.tools h3,
.toolbox h3  {
font-size: 28px;
}
.tools h4 {
margin: 20px 0 15px 0 !important;
padding: 0px !important; 
font-size: 24px;
left: 0 !important;
border: 1px rgba(0,0,0,0) solid;
border-left-width: 0px;
border-right-width: 0px; 
border-bottom-width: 0px; 
border-top-width: 1px;  
display: block;
width: 100%;
}
.mod_article.tools h3,
.mod_article.tools h4 {
font-weight: bold !important;
}
.mod_article.tools ul {
margin: 0;
}
.mod_article.tools ul ul {
margin: 10px 0 20px 0;
}
.mod_article.tools ul ul li {
font-size: 17px !important;
}

.mod_article.tools .toolintro,
.mod_article.tools h1 {
border: 0px #000 dotted;
border-bottom-width: 2px;
}
.toolbox {display: none!;}


/*
.toolbox .ce_image.block.trickfilm, .mod_article.trickfilm { background: rgba(255,0,0,0.2); } 
.toolbox .ce_image.block.comic, .mod_article.comic         { background: rgba(0,255,50,0.2); }
.toolbox .ce_image.block.podcast, .mod_article.podcast     { background: rgba(0,0,255,0.2); }
.toolbox .ce_image.block.story, .mod_article.story         { background: rgba(255,255,0,0.2);}
.toolbox .ce_image.block.hoerspiel, .mod_article.hoerspiel { background: rgba(255,0,150,0.2);} 
.toolbox .ce_image.block.pecha, .mod_article.pecha         { background: rgba(0,255,255,0.5);}
.toolbox .ce_image.block.blog, .mod_article.blog           { background: rgba(100,150,50,0.2);  }
.toolbox .ce_image.block.erklaer, .mod_article.erklaer     { background: rgba(105,90,100,0.2); }     
.toolbox .ce_image.block.reportage, .mod_article.reportage     { background: rgba(255,100,247,0.2); }   
 */

.trickfilmaktiv .toolbox .ce_text.block.trickfilm,
.comicaktiv .toolbox .ce_text.block.comic,
.podcastaktiv .toolbox .ce_text.block.podcast,
.storyaktiv  .toolbox .ce_text.block.story,
.hoerspielaktiv .toolbox .ce_text.block.hoerspiel,
.pechaaktiv  .toolbox .ce_text.block.pecha,
.blogaktiv  .toolbox .ce_text.block.blog,
.erklaeraktiv  .toolbox .ce_text.block.erklaer {
border: 0px #000 solid;
box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

.toolbox .ce_text a {
text-decoration: none !important;
display: block;
}
.toolbox .ce_text p {  
 font-size: 14px !important; 
line-height: 20px !important;
margin: 8px 0;    
}
.toolbox .ce_text p.mehr {
display: inline-block;
margin: 0 auto;
padding: 5px 10px;
position: absolute;
bottom: 20px;
background: #000;
color: #fff;
left: 0;
right: 0;
max-width: 80%;
border: #000 1px solid;
-webkit-transition: all 0.3s; transition: all 0.3s;
}
.toolbox .ce_text.block:hover p.mehr {
box-shadow: 0px 0px 5px rgba(0,0,0,0.25); 
}
.toolbox .ce_text figure {
display: block;
border: 1px #000 solid;
text-align: center;
margin: 0px 0 20px 0;
}

.tools .ce_text.toolintro img {
display: inline-block;
width: 100px;
max-width: 35%;
float: left;
margin: -20px 20px 15px 0px;
}
.tools .bsp {
display: inline-block;
margin-top: 60px;
text-align: center;
display: block;
width: 100%;
}


.toolbox h3 {display: none;}


.tools {
display: block;
margin: 0 auto;
border: 0px rgba(0,0,0,1)solid;
border-radius: 0px;
box-shadow: 0px 0px 0px rgba(0,0,0,0.0); 
}
.tools .ce_text {
text-align: left;
}
