/*
Theme Name: Attema Theme
Theme URI:
Author: Crossmedia Vision BV
Author URI: http://www.crossmediavision.nl/
Description: Attema Theme
Version: 1.0
Text Domain: attema

*/

@import url( './assets/css/style.css' );
@import url( './assets/css/special-inzetstukken.css' );
@import url( './assets/css/special.css' );
@import url( './assets/css/landing-page.css' );


header#main div#language a.de_DE {
    display: inline-block;
    background: url(./assets/img/flags/de.png) no-repeat left top;
}

.entry ul {
	font-family: 'HelveticaNeueltstd-ltcn', sans-serif;
	font-size: 16px;	
	list-style-type: disc;
	margin-left: 15px;
	color: #58585a;
	margin-bottom: 20px;
}

.entry ul li {
	line-height: 22px;			
}


.entry ol {
	list-style-type: decimal;
	margin-left: 15px;
	color: #58585a;
}

.entry em strong,
.entry strong em {
	font-style: italic;
	font-weight: 700;
}

.entry blockquote {
	font-style: italic;
	padding: 10px 10px 1px 10px;
	background: #efefef;
	margin-bottom: 10px;

}

.entry h4 {
	font-size: 16px;	
	font-weight: 700;
	color: #e62b27;
	margin-bottom: 10px;
	clear: both;	
}

.page-id-12364 .entry p, 
.page-id-19818 .entry p,
.page-id-12321 .entry p {
	font-size: 16px !important;
	line-height: 22px !important;
}

.page-template-template-special section#main .entry .pay-off-block {
	font-family: 'HelveticaNeueltstd-mdcn', sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
    background: #E62C29;    
    margin: 0px -40px 40px;
    padding: 15px 40px;
}

.page-template-template-special section#main .entry .video-block {
	display: block;
    vertical-align: middle;
    margin: 0px -40px 40px;
    padding: 0px;

}
    

@media only screen and (min-width: 600px) {
	.page-template-template-special section#main .entry .video-block {
	    height: 400px !important;	
    }
}

.page-template-template-special section#main .entry .image-block {
    vertical-align: middle;
    margin: 0px -40px 40px;
    padding: 0px;
}

.page-template-template-special section#main .entry .image-block img {
    min-width: 100% !important;
    height: auto;
}

section#main .entry .full-width {
    margin-left: -40px;	
    margin-right: -40px;
    width: 100%;
    height: auto;	    
}