body {
	font-family: sans-serif;
	color: #333333;
}
a {
 cursor;
pointer;
	color: #333333;
	text-decoration: none;
}
a:focus, a:hover {
	color: #333333;
	text-decoration: underline;
}
H1, h1 {
	font-weight: 800;
	text-align: center
}
H3, h3 {
	font-weight: 100;
	text-align: center
}
#wrapper {
	max-width: 80%;
	margin: 0 auto;
}
.ct {
	text-align: center
	vertical-align: middle
}
.ct_text {
	text-align: center
	vertical-align: middle
}
.b_text {
	font-weight: bold;
}
.linie {
	text-decoration: underline;
}
.sq_img {
	padding-right: 10px;
	padding-bottom: 10px;
}
.box_video {
	float: left;
	padding-right: 40px;
	padding-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
