html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Arial';
 	font-weight: 300;
 	text-decoration-style: none;
 	text-transform: lowercase;
}

.iframe-container {
  overflow: hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.newsingle, .newsingle img
{
	max-width:30%;
	margin: 20px auto;
	text-align:center;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #dddc00;
}

#wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

#datenschutz
{
	 	text-transform: none;
		margin-left:10em;
		margin-right:10em;
		font-size:.85em;
		line-height:1.25em;

}

#datenschutz h2
{
	font-size:1.15em;
	margin-top:25px;
	margin-bottom:0px;
}

#datenschutz p
{
	margin-bottom:10px!important;
}



header {
	background-color: deepskyblue;
}

article {
	flex: 1;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover; 
}


article.datenschutz {
	flex: 1;
	background: url(../images/bg_new.jpg) repeat-y;
	background-size: 100%; 
}


footer {
	background: rgba(255, 255, 255, 0.5);
	text-transform: lowercase;
	font-weight: 800; 

}
	footer ul 	{
				list-style: none;
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: center;
			    margin: 5px;
			    padding: 0;
	}
	.footer-item  {
				width: auto;
				margin-right: 50px;
				margin-left: 50px;
				padding: 5px;
				font-size: .8em;
			}

.logos {
	min-height: 0;
	min-width: 0;
	margin: 20px 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	.logos img {
		max-width: 20%;
		min-width: auto;
		min-height: auto;
	}

	.logo-name {
		width: 15%;
		margin-bottom: 10px;
	}

	.logo-title {
		width: 75%;
		margin-bottom: 20px;
	}

	.logo-herz {
		width: 3%;
		margin-bottom: 20px;
	}



.social {
			border: 0px solid red;
			font-size: 2.5em;
			margin-top: 16%;
			list-style: none;
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: center;
			}

	.social ul {
				list-style: none;
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: center;
			    margin: 0;
			    padding: 0;
			}
	.social-item  {
				width: auto;
				margin-right: 50px;
				margin-left: 50px;
			}
	.social-item-shop  {
				width: auto;
				margin-right: 50px;
				margin-left: 50px;
			}

@media only screen and ( min-width: 1024px; ) {
}

@media only screen and ( max-width: 440px ) {
/* mobile Geräte */
	article {
		background: url(../images/bg_mob.jpg) no-repeat;
		background-size: cover; 
	}
	
.newsingle, .newsingle img
{
	max-width:90%!important;
	min-width: auto;
		min-height: auto;
	margin: auto;
}

	footer ul {
		flex-direction: row;
		align-items: center;
		margin: 10px;
	}

	.footer-item 	{
    				font-size: 1.3em;
    				}
    .social {
    		margin-top: 0%;
    		font-size: 5em;
    }
    .social ul {
    			flex-wrap: nowrap;
    			flex-direction: column;
    			align-items: center;
    			}
    .social-item {
    			margin-bottom: 0px;
    			order: 2;
    }
    .social-item-shop {
    	order: 1;
    	font-size: 0.5em;
    }
    .logos {
    	display: flex;
    }

    .logos img {
		max-width: 100%;
		min-width: auto;
		min-height: auto;
		margin-bottom: 30px;
	}

	.logo-name {
		width: auto;
		margin-bottom: 0px;
	}

	.logo-title {
		width: auto;
		margin-bottom: 0px;
	}

	.logo-herz {
		width: auto;
		margin-bottom: 0px;
	}
	
	#datenschutz
	{
	 	text-transform: none;
		font-size:.85em;
		line-height:1.25em;

	}

}

@media only screen and ( min-width: 440px ) and ( max-width: 1024px ) {
/* Tablet etc */
	article {
		background: url(../images/bg_mob.jpg) no-repeat;
		background-size: cover; 
	}
	
	
	.newsingle, .newsingle img
{
	max-width:100%!important;
	min-width: auto;
		min-height: auto;
	margin: auto;
}

	footer ul {
		flex-direction: column;
		align-items: center;
		margin: 10px;
	}
	.footer-item 	{
    				font-size: 1.3em;
    				}
    .social {
    		margin-top: 0%;
    		font-size: 7em;
    }
    .social ul {
    			flex-wrap: nowrap;
    			flex-direction: column;
    			align-items: center;
    			}
    .social-item {
    			margin-bottom: 0px;
    			order: 2;
    }
    .social-item-shop {
    	order: 1;
    	font-size: 0.5em;
    }
    .logos {
    	display: flex;
    }
    
    .logos img {
		max-width: 100%;
		min-width: auto;
		min-height: auto;
		margin-bottom: 30px;
	}

	.logo-name {
		width: auto;
		margin-bottom: 0px;
	}

	.logo-title {
		width: auto;
		margin-bottom: 0px;
	}

	.logo-herz {
		width: auto;
		margin-bottom: 0px;
	}

}






