/*

Theme Name:	madvertise2k16_child
Template:	madvertise2k16
Theme URI: https://kunststoff-ag.de
Author: Christoph Eckert

*/




html {
	height:100%; 
	width:100%; 
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-family:'Roboto', sans-serif;
	font-weight:100;
	color:#555;

	}

body	{ height:100%;width:100%; }

body, button, input, select, textarea 
	{
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
	position: relative;
	background: #fff;
	font-family: 'Roboto',Arial, sans-serif;
	}

:hover	{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease; 
		transition: all 0.4s ease;
		}




/* main Layout */

		
/* NAVIGATION BAR */

#logo		{width:200px;margin:0px;		}
@media(max-width:767px){  #logo   {width:210px;margin:5px 0 0 10px;}   }	

#countryselector
	{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	height:50px;
	}
#countryselector li
	{
	height:100%;
	}

#countryselector a 
	{
	display:block;
	padding:10px;
	height:100%;
	}
#countryselector a img {height:20px;vertical-align:middle; margin-top: 4px;}
#countryselector .dropdown-menu img {margin-right:5px; vertical-align:middle; margin-top: -3px;}

/* NAVIGATION */ 
.navbar {
		font-family: 'klavika', Sans-Serif;
		background-color:rgba(255,255,255,1);
		border-bottom:1px solid #ddd;
		-webkit-box-shadow: 0 0 15px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 0 15px -5px rgba(0,0,0,0.75);
		box-shadow: 0 0 15px -5px rgba(0,0,0,0.75);
		}
.navbar-brand img	{height:40px;}
.navbar-brand 		{padding:5px 0;height:auto;}
.navbar-nav a 		{font-size:1.2em;color:#555;}
.navbar-toggle .icon-bar {
					    background-color: #ddd;
					    display: block;
					    width: 28px;
					    height: 3px;
						}
.navbar-right 			{margin:auto;text-align:center;}
.nav>li>a,
.dropdown-menu > li > a	{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}

.current-menu-item a, .current-menu-parent a,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
 {background-color:#3d6eff;color:#fff;}

.active a, 
.active a, 
.active a:hover, 
.active a:active, 
.active a:focus,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus, 
.nav .open > a:active, 
.nav>li>a:hover		
								{background-color:#3d6eff;color:#fff;}
.dropdown-menu > li > a,
.nav>li>a:focus
								{background-color:#fff;color:#555;font-weight:100;}

.dropdown-menu 					{border-radius:0;border:none;padding:0;text-align:left;}
.dropdown-menu > li > a 		{padding:15px;margin-top: 1px;}

@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
}


/*Inner Layout */

#wrapper
	{
	height:100%;
	margin-top:0px;
	}
#content
	{
	padding:60px 0 70px 0;
	}

.headimg
	{
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;

	width:100%;
	text-align:center;
	height: 100%;
	position: relative;
	}
.headimgcontent, .headimg_contentpage
	{
	background-color:rgba(0,0,0,0.0);
	margin-top:00px;
	height:calc(100% + 10px);
	width:100%;
	display:table; /* h1 inside vertical centered aligned */
	}
.headimg_contentpage
	{
	height:360px;
	}
	
#frontpageimg
	{

	}

#frontpageimg::before
	{
		content:'';
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	/*background: #3d6eff;
	background: -moz-linear-gradient(115deg,  #3d6eff 0%, #0dbaff 100%);
	background: -webkit-linear-gradient(115deg,  #3d6eff 0%,#0dbaff 100%);
	background: linear-gradient(115deg,  #3d6eff 0%,#0dbaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6eff', endColorstr='#0dbaff',GradientType=1 );
	color:white !important;
	*/
	background-color:rgba(0,0,0,0.5);
	}


#frontpageimg h1 
	{   
		font-weight: 400;
		font-size: 14vw;
		line-height: 14vw;
    margin: 0;
    padding: 0;
    width: 100%;
  
    padding-bottom: 30px;
    color: white;
    position: absolute;
    top: 48%;
    left: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: -0.25vw;
	}

.fullwidth
	{
	background-color:#3d6eff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:300px;
	}
.fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth h4, .fullwidth p, .fullwidth a {color:#fff;}	

.fullw_grey
	{

	background-color:#f5f5f5;
	padding-top: 50px;
	padding-bottom: 55px;
	/*
	-webkit-box-shadow: inset 0px 3px 6px -5px rgba(0,0,0,0.6), inset 0px -3px 6px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 3px 6px -5px rgba(0,0,0,0.6), inset 0px -3px 6px -5px rgba(0,0,0,0.6);
	box-shadow: inset 0px 3px 6px -5px rgba(0,0,0,0.6), inset 0px -3px 6px -5px rgba(0,0,0,0.6);
	background-image:url(../images/greybg.jpg);
background-attachment: fixed;	

*/
background-color:#f9f9f9;
	}


.gradient 
	{
		padding-top: 30px;
		padding-bottom: 30px;
background: #3d6eff;
background: -moz-linear-gradient(115deg,  #3d6eff 0%, #0dbaff 100%);
background: -webkit-linear-gradient(115deg,  #3d6eff 0%,#0dbaff 100%);
background: linear-gradient(115deg,  #3d6eff 0%,#0dbaff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6eff', endColorstr='#0dbaff',GradientType=1 );
color:white !important;
	}


.contentbox, .contenbox .row
	{
	background-color:rgba(0,0,0,0.0);
	padding-top:70px;
	padding-bottom:75px;
	overflow: hidden;
	}



 
#sidebar
	{
	padding-left:50px;
	}
	
	
/* Footer */
#allfooter
	{

	}

#footer
	{
		background: #3d6eff;
		background: -moz-linear-gradient(115deg,  #3d6eff 0%, #0dbaff 100%);
		background: -webkit-linear-gradient(115deg,  #3d6eff 0%,#0dbaff 100%);
		background: linear-gradient(115deg,  #3d6eff 0%,#0dbaff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6eff', endColorstr='#0dbaff',GradientType=1 );
		color:white !important;
	}
#footer .contentbox
	{
	padding-top:70px;
	padding-bottom:80px;
	}
#footerlogo
	{height:50px;}
.footflag
	{
	height:25px;
	margin-right:8px;
	vertical-align:middle;
	}
#footer p, #footer a, #footer h4
	{
	font-size:16px;
	line-height:36px;
	color: #cce4ed;
	}
#footer h4
	{
		font-size:20px;
		font-weight:100;
		margin-bottom:8px;
	}
#subfooter
	{
		background-color:#3d6eff;
		color:#7BADC7;
		padding-top:5px;
	}

#subfooter  a, #subfooter p
	{    
	font-family: klavika, Arial, sans-serif;	
	color: #cce4ed !important;
    font-size: 14px;
    line-height: 20px;
	}
	
#subfooter ul 
	{    
	display: inline-flex;
    margin-left: 0;
    margin-bottom: 0px;
	}
#subfooter li 
	{
	float: left;
	width:50px;
    list-style-type: none;
    margin: 0 5px;
	}


	
/*news*/

#news
	{
	padding-bottom:50px;
	}

#news .row
	{	padding:40px 0 50px 0;
	}

#newslist
	{
	margin-top:40px;
	padding-top:40px;
	}
#newslist .row
	{
	}
	
.newslistitem
	{
	margin-bottom:80px;
	}
	
#newslist .img-box
	{
    height: 250px;
    background-size: cover;
    background-position: center center;
	background-repeat:no-repeat;
	}

.article-entry
	{
	margin-top:20px;
	}

.article-excerpt
	{margin-top:20px;}
	
.article-headline a
	{
	color:#555;
	}

.article-meta
	{
	font-family: 'Roboto',Arial, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:100;
	color:#999;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	}

	
/*LATEST News Posts in Sidebar */
.latestnewsitem
	{
	margin-top:20px;
	margin-bottom:20px;
	}
.latestnewsitem .article-meta
	{margin:0;}
	
.latestnewsitem .btn-sm
	{
	margin-top:8px;
	position:absolute;
	bottom:0px;
	right:15px;
	}
.latestnewsitem .img-box
	{
	height:100px !Important;
	}
	
.latestnewsitem .col-lg-8
	{
	padding:10px 0 10px 0;
	height:100px;
	}
.latestnewsitem h3 a
	{
	font-size:19px;
	line-height:19px;
	font-weight:200;
	color:#555;
	}


@media only screen and (max-width : 992px) {
	#sidebar
		{
		margin-top:50px;
	    padding-left: 0px;
		}
    }


/* Image Overlay */
.img-box	{
	min-height:100px;
	margin-bottom:0px;
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}
.img-box:hover .img-overlay {left:0;}

.img-overlay
	{
	background-color: rgba(0, 133, 180, 0.7);
    position: absolute;
	z-index:2;
    top: 0;
    left: -100%;
	color:#fff;
	height: 100%;
    width: 100%;
    padding:10px;

    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.img-overlay-container
	{
	display:table;
	height: 100%;
    width: 100%;
    position:relative;
	}
.img-overlay-content 
	{
    display: table-cell;
    vertical-align: middle;
    margin:auto;
    position:relative;
    text-align:center;
	}




/*little Elements partials */
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.divider
	{
		margin:auto;
		margin-top:30px;
		margin-bottom:50px;
		width:80px;
	}

#sidebar .divider
	{
	margin-top: 15px;
    margin-bottom: 20px;
	}
	
.divider-inner	{height:3px;background-color:#3d6eff;margin:auto;}
.fullwidth .divider-inner {background-color:#fff;}


	
.btn
	{
	font-size: 18px;
	line-height:18px;
	font-weight:200;
	color:#fff;
	background-color: #3d6eff;
	border:0;
	border-radius: 0px;
	padding:12px 20px;
	}
.btn:hover, .btn-invert:active, .btn-invert:focus 
	{ color:rgba(255,255,255,0.8);background-color: #006a90;border:0;}

	.btn {	-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 100px;border:none;	font-family: klavika_regularregular, Arial, sans-serif;
		padding: 9px 22px 11px 22px;
	}
	.btn:hover {
		color: #fff;
		background-color: #3d6eff;
	
		transform:scale(1.03);
		transform-origin:center center;
	}
	
	.btn-primary	{background-color: #3d6eff;    /*font-size: 18px;*/    font-weight: 400;    }
	.btn-primary:hover, .btn-primary:active, .btn-primary:focus 	{ border:none; opacity:0.9;}


.btn i {margin-right:10px;}
.btn-large
	{
		padding: 20px 70px 24px 70px;
	font-size:24px;
	line-height:24px;
	}
.btn-invert
	{
	border:2px solid #fff;
	background-color:rgba(0,133,180,0);
	color:#fff;
	text-transform:none;
	letter-spacing:1px;
	font-weight:200 !important;
	text-transform:uppercase;
	}
.btn-invert:hover, .btn-invert:active, .btn-invert:focus
	{
	border:2px solid #3d6eff;
	color:#fff;
	background-color:#3d6eff;
	}

.btn-sm
	{
	padding:3px 7px;
	font-size:12px;
	font-weight:200;
	}
	

.infobox
	{
	padding:20px;
	background-color:#3d6eff;
	color:#fff;
	}

.infobox hr
	{
	background-color:rgba(255,255,255, 0.5);
	margin:10px 0 10px 0;
	}
 .infobox .btn:focus, .infobox .btn
	{
	background-color:rgba(0,0,0,0);
	border:1px solid rgba(255,255,255,0.8);
	display:block;
	}
.infobox .btn:hover, .infobox .btn-invert:active, .infobox .btn-invert:focus
	{
	background-color:rgba(255,255,255,1);
	color:#3d6eff;
	}

.infobox p span
	{
	display:block;
	font-size:12px;
	font-weight:300;
	color:rgba(255,255,255,0.5);
	}
	
	
#dsps
	{
	padding:40px 0 45px 0;
	}

#dsps img
	{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.3;
	
	}

#dsps img:hover
		{
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
	opacity:1;
	}
	
	
/* TYPO */

	a {	color:#3d6eff;	text-decoration: none;  }
	a:focus { outline: thin dotted; }
	a:hover, a:active, a:focus 
		{
		outline: 0;
		text-decoration: none;

		}

	p	{
		font-size:16px;
		line-height:23px;
		letter-spacing:0;
		margin-bottom: 25px;
		}
	p:last-child {margin-bottom:0;}

	strong 	{font-weight:500;}
	h1, h2, h3, h4, h5, h6, .btn {
		font-family:klavika, Arial, sans-serif;
		font-weight:400;
		clear: both;
	}

	h1 {
		font-size: 36px;
		line-height: 1.0;
		font-weight:400;
		}

	.headimg h1
		{

		}
		

	#fronthead
		{	
			font-weight:400;

				font-size: 11em;
				line-height: 0.9em;
				margin: 0;
				padding: 0;
			
		}

	h2 {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom:20px;
		font-weight: 400;
	}

	h3 {
		font-size:26px;
		font-weight:400;
			color:#555;
			margin:20px 0 20px 0;
	}
	.infobox h3
		{color:#fff;}

		h4 {
			font-size:26px;
			font-weight:100;
				color:#555;
				margin:20px 0 20px 0;
		}

	img {
		-ms-interpolation-mode: bicubic;
		border: 0;
		vertical-align: middle;
		max-width: 100%;
		height: auto;
	}


	cite, dfn, em, i {	font-style: italic; }

	mark,
	ins {
		background: #fdd200;
		text-decoration: none;
	}


	code, kbd, tt, var, samp, pre 
	{
		font-family: monospace, serif;
		font-size: 14px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}


	blockquote, q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}


	blockquote {
		font-size: 19px;
		font-style: italic;
		line-height: 1.2631578947;
		margin-bottom: 24px;
		background-color:#f5f5f5;
		padding:10px 10px 30px 10px;
		border-left:3px solid #3d6eff;
		position: relative;
	}


	blockquote cite{
		color: #2b2b2b;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5;
		float:right;
		font-weight:400;
		color:#3d6eff;
		font-style:normal;
	}

	small	{	font-size: smaller;	}
	big 	{	font-size: 125%;	}
	sup, sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
		}

	sup {	bottom: 1ex;  }
	sub {	top: .5ex;  }


	ul, ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}

	ul { list-style: disc;  }
	ol { list-style: decimal; }
	li > ul, li > ol {	margin: 0 0 0 20px; }



	figure {  margin: 0;  }

	button,
	input,
	select,
	textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
	}


	textarea {
		overflow: auto;
		vertical-align: top;
	}

	table,
	th,
	td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;
		width: 100%;
	 }

	th, td { padding: 6px;  }
	caption, th, td {	font-weight: normal; text-align: left;  }
	th 				{	border-width: 0 1px 1px 0;	font-weight: bold;  }
	td 				{	border-width: 0 1px 1px 0;}



	::selection {
		background: #3d6eff;
		color: #fff;
		text-shadow: none;
	}

	::-moz-selection {
		background: #3d6eff;
		color: #fff;
		text-shadow: none;
	}



	

/*downloads overview Sort fucntion */
	
.report .newsbox .img-box
	{
	border-left:5px solid #3d6eff;
	}
.show
	{
	display:block;
	}
	
.press .newsbox .img-box
	{
	border-left:5px solid transparent;
	}

	


	
/* article content styles Absaetze und sowas */
.content img 	{max-width:100%;height:auto;}

.content h3:first-child {margin-top:0;}

.content h1 {font-size:50px; font-weight:300; margin:30px 0 15px 0;}
.content h2 {font-size:30px; font-weight:300; margin:30px 0 15px 0; }
.content h2:first-of-type{margin-top:0;}
.content h3 {font-size:24px; font-weight:200; margin:30px 0 15px 0; }
.content h4 {font-size:16px; font-weight:200; margin:30px 0 15px 0; }
.content h5 {font-size:12px; font-weight:200; margin:30px 0 15px 0; }

.content h1:first-child, 
.content h2:first-child, 
.content h3:first-child, 
.content h4:first-child, 
.content h5:first-child, 
.content h6:first-child 
 {margin-top:0;}

.content p 		{text-align:justify;overflow:hidden;}

.alignleft, .alignleft p		{text-align:left !important;float:left;margin:8px 15px 20px 0;}
.alignright, .alignright p		{text-align:right !important;float:right;margin:8px 0px 15px 20px;}
.aligncenter, .aligncenter p 	{text-align:center !important;display: block; margin: auto;}
.content .alignright p.wp-caption-text
				{font-size: 0.9em;line-height:1.2em; margin:5px 0 0 0;display:inline-block;padding:0;}

.content p a 	{font-weight:200;}
.content p a:after
	{
		font-family:FontAwesome;
		content: "\f14c";
		color:#3d6eff;
		font-size:11px;
		margin-left:5px;
		vertical-align: 7px;
	}
.content p a.imglink:after, ul.nav-tabs li:before, #meta p a:after
	{content:"" !important;margin: 0;}

/* Listen */
.content ul, .content  ol 
	{
	margin:40px 0 40px 0;
	}

.content ul li, .content ol li
	{
	font-size:16px;
	line-height:23px;
	text-align:left;
	list-style-type:none;
	margin-left:40px;
	margin-bottom:15px;
	text-indent:-40px;
	}

.content ul li:before
	{	
	font-family:FontAwesome;
	content: "\f054";
	color:#3d6eff;
	font-size:18px;
	margin-right:18px;
	margin-left:3px;
	}

.content ol {counter-reset: index;}
.content ol li {text-indent:-40px;}

.content ol li:before 
	{
	font-family:'klavika', Sans-Serif;
	font-size:15px;
	line-height:19px;
	font-weight:200;
	counter-increment:index;
	content: counter(index, decimal);
    background: #3d6eff;
	color:#fff;
	width: 20px;
	height:20px;
	margin-right: 15px;
	text-align: center;
	display: inline-block;
	text-indent:0px;
	}

.content blockquote
	{
	background-color:#fafafa;
	padding:20px 30px 23px 30px;
	margin:50px 0 50px 0;
	-webkit-box-shadow: 0px 0px 22px -10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 22px -10px rgba(0,0,0,1);
	box-shadow: 0px 0px 22px -10px rgba(0,0,0,1);
	}

.content blockquote p 
	{
	text-align:center;
	font-style: italic;
	font-size:22px;
	color:#555;
	padding:20px;
	}


.content ul.nav-tabs li
	{
	list-style-type:none;
	margin:0;
	margin-left: 0px; 
    margin-bottom: 0px;
    text-indent: 0px;
	}

.context
	{
	margin-top:40px;
	}
	


@media(max-width:767px){
	#fronthead	{	font-size: 7em; line-height: .8em;}
	#logo 		{   margin: 3px 0 0 10px;}
	#footer		{	text-align:center;	}
	#footer .contentbox {
    padding-top: 0px;
    padding-bottom: 0px;
	}
	#footer .col-xs-12 {padding-top:20px;padding-bottom:20px;}
	.footer_kontakt	{text-align:center;border-top:1px solid rgba(255,255,255,0.2);}
	#footer h4	{	text-align:center;margin-bottom:0px;line-height: 26px;}
	#countryselector
	{
	border-right:0px solid #ddd;
	border-left:0px solid #ddd;
	height:50px;
	}
	
	}


@media(min-width:768px){


	}

@media(min-width:992px){

}



.delay1{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;-ms-animation-delay:.2s;-vendor-animation-iteration-count:infinite}.delay2{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;-ms-animation-delay:.4s}.delay3{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s}.delay4{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;-ms-animation-delay:.8s}.delay5{-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;-ms-animation-delay:1s}


/* 5er bootrstrap grid */
.col-lg-15,.col-md-15,.col-sm-15,.col-xs-15{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xs-15{width:20%;float:left}@media (min-width:768px){.col-sm-15{width:20%;float:left}}@media (min-width:992px){.col-md-15{width:20%;float:left}}@media (min-width:1200px){.col-lg-15{width:20%;float:left}}


#cities 
	{
		padding:40px 0 50px 0;
	}

#show 
	{
		background-image:url('./images/head_showroom.jpg');
	}