.two-click-content-wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #125687;
}
.two-click-content{
	position: relative;
    overflow: hidden;
	position: relative;
	padding-bottom: 59.90%;
	height: 0;
	border-radius:0;
	border: 1px solid #125687;
}
.two-click-content iframe,
.two-click-content object,
.two-click-content embed{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
	box-sizing: border-box;
}
.two-click-content img{
	box-sizing: border-box;
	max-width: 100%;
}
.two-click-content .hinweistext{
	background: rgba(255,255,255,1) !important;
	font-size: 14px;
	text-align: center;
	padding:25px;
	width: calc(100% - 50px);
	line-height: 140%;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.two-click-content a{
	text-decoration: underline;
}
.two-click-content a.button{
	font-family: 'Lato', sans-serif;
	font-weight:600;
	background: #125687;
	border-radius: unset;
	padding:10px 30px;
	display: inline-block;
	border:0;
	color:#fff;
	margin:20px auto 0 auto;
	cursor: pointer;
	width: auto;
	text-decoration: none;
}
.two-click-content a.button:hover{
	color:#fff;
	background: #125687;
}
.rechts .two-click-content-wrapper{
	max-width: 338px;
}
.rechts .two-click-content-wrapper .hinweistext{
	font-size: 14px;
}
@media only screen and  (max-width: 479px) {
	.two-click-content{
		padding: 0;
		position: relative;
		height: auto;

		img{
			display: none;
		}
		.hinweistext{
			position: static;
			transform: unset;
			background-color: #125687;
		}
		iframe{
			position: static;
			height: 300px;
			display: block;
		}
	}
}