@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700');

/*****/

body {
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #fff;
}

/*****/

img {
	border: none;
}

/*****/

.clearer_0 {
	height: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

.clearer_30 {
	height: 30px;
	padding: 0;
	margin: 0;
	clear: both;
}

/*****/

.wrapper {
	width: 100%;
	max-width: 1914px;
	margin: 0 auto;
}

/*****/

header {
	background: #000;
	width: 100%;
	height: 150px;
	border-bottom: 5px solid #d6185c;
}

/*****/

.header {
	width: 75%;
	height: 150px;
	margin: 0 auto;
	
	display: -webkit-flex;
  	display: flex;
}

/*****/

.header_logo {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;

	width: 30%;
}

.header_logo a {
	display: block;
}

.header_logo a img {
	display: block;
	width: 100%;
	max-width: 318px;
	height: auto;
}

/*****/

#main_nav > a {
    display: none;
}

.main_nav {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
	
	width: 60%;
}

.main_nav ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main_nav ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 35px;
	float: left;
}

.main_nav ul li a {
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

.main_nav ul li a:hover {
	color: #d6185c;
}

/*****/

.header_trust {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
	
	width: 20%;
}

/*****/

main {
	
}

.main_content {
	width: 75%;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 18px;
}

.main_content a {
	color: #000;
	text-decoration: underline;
}

.main_content a:hover {
	text-decoration: none;
}

/*****/

.text_black {
    color: #000;
}

/*****/

.video_holder {
    width: 100%;
    height: auto;
	border-bottom: 5px solid #d6185c;
}

.video_holder img {
    width: 100%;
    height: auto;
}

/*****/

.vereinswappen_holder {
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
    padding: 0 2% 50px 2%;
    border-bottom: 5px solid #e6e6e6;
	box-sizing: border-box;
	text-align: center;
}

.vereinswappen_holder img {
	height: auto;
	max-height: 100%;
	margin: 0px 10px;

}

/*****/

.block_1 {
	width: 75%;
	padding: 100px 0;
    margin: 0 auto;
}

.block_1_left {
	float: left;
	width: 50%;
}

.block_1_left h2, 
.block_1 h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #d6185c;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.block_1_left h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px 0;
	font-family: 'Oswald', sans-serif;
}

.block_1_left_text_highlight {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px 0;
}

.block_1_left_text {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	color: #999;
	margin: 0;
}

a.block_1_left_button {
	/*width: 100%;*/
	background: #d6185c;
	color: #fff;
	padding: 15px 90px;
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	text-align: center;
}

a.block_1_left_button:hover {
	background: #000;
}

/*****/

.block_1_right {
	float: left;
	width: 40%;
	padding: 0 0 0 10%;
	text-align: right;
}

.block_1_right img {
	display: inline-block;
	width: 100%;
	max-width: 448px;
}

/*****/

.block_2 {
	width: 100%;
    background: url(../images/block-2-bg.jpg) top center no-repeat;
    min-height: 655px;
}

.block_2_inline {
	width: 75%;
	margin: 0 auto;
}

.block_2_content {
	float: right;
	width: 40%;
    padding: 130px 0 0 0;
    text-align: right;
}

.block_2_content h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #d6185c;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.block_2_content h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px 0;
	font-family: 'Oswald', sans-serif;
}

.block_2_text_highlight {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	color: #000;
	margin: 0 0 20px 0;
}

a.block_2_button {
	/*width: 100%;*/
	background: #d6185c;
	color: #fff;
	padding: 15px 90px;
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	text-align: center;
}

a.block_2_button:hover {
	background: #000;
}

/*****/

.block_3 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
    background: #d6185c;
    font-family: 'Oswald', sans-serif;
}

.block_3_inline {
    width: 75%;
    margin: 0 auto;
}

.block_3_box_1 {
    width: 33%;
    float: left;
    background: #be0044;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 2px 4px 2px #000;
    padding: 50px 0;

}

.block_3_box_2 {
    width: 34%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 2px 4px 2px #000;
    padding: 50px 0;
}

.block_3_box_3 {
    width: 33%;
    float: left;
    background: #be0044;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 2px 4px 2px #000;
    padding: 50px 0;
}

.block_3_box_highlight {
    font-size: 80px;
    line-height: 80px;
}

/*****/

.block_4 {
	width: 75%;
	margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.block_4 img {
    width: 100%;
    height: auto;
}

.block_4 h4 {
    font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #d6185c;
	margin: 90px 0 40px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.block_4 strong {
    font-style: italic;
    color: #999;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 40px 0;
    display: block;
    
}

.block_4 .zitat_abschluss {
    font-weight: 400;
    color: #050505;
    font-size: 16px;
}

.block_4 .zitat_abschluss a {
    color: #050505;
    text-decoration: underline;
}

.block_4 .zitat_abschluss a:hover {
    text-decoration: none;
}

/*****/

.block_5 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
    background: #f3f3f3;
}

.block_5_inline {
    width: 75%;
    margin: 0 auto;
    text-align: center;

    color: #999;
    font-size: 20px;
    font-weight: 400;
}

.block_5_inline h4 {
    font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #d6185c;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.block_5_inline h5 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px 0;
	font-family: 'Oswald', sans-serif;
}

.block_5_inline strong {
    color: #000;
	margin: 0 0 30px 0;
    font-size: 24px;
    display: block;
    line-height: 34px;
}

.block_5_form {
    margin: 60px 0 0 0;
    text-align: left;
    color: #000;
    font-size: 17px;
}

.block_5_form_left {
    float: left;
    width: 40%;
    padding: 0 10% 0 0;
}

.block_5_form_left img {
    width: 100%;
    height: auto;
    max-width: 452px;
}

.block_5_form_right {
    float: left;
    width: 50%;
}

.block_5_form_right_l {
    float: left;
    width: 49%;
    padding: 0 1% 0 0;
    margin: 0 0 25px 0;
}

.block_5_form_right_r {
    float: left;
    width: 49%;
    padding: 0 0 0 1%;
    margin: 0 0 25px 0;
}

.field_1 {
    display: block;
	width: 100%;
	margin: 5px 0 0 0;
	height: 50px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 17px;
	color: #828282;
}

.button_1 {
    width: 100%;
	background: #d6185c;
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	text-align: center;
	cursor: pointer;
	border: none;
    margin: 10px 0 0 0;
}

.button_1:hover {
	background: #000;
}

/*****/

.block_6 {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}

.block_6 h4 {
    font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #d6185c;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.block_6 h5 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 60px 0;
	font-family: 'Oswald', sans-serif;
}

.block_6_box {
    float: left;
    width: 16%;

    padding: 10px;
    box-sizing: border-box;
    margin-right: 0.8%;
}

.block_6_box_ow_1 {
    margin-right: 0;
}

.block_6_box img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin: 0 0 30px 0;
}

.b6_name {
    color: #000;
    font-size: 20px;
    display: block;
    margin: 0;
}

.b6_state {
    color: #999;
    font-size: 16px;
    display: block;
    margin: 0 0 5px 0;
}

.block_6_box a {
    color: #d6185c;
    text-decoration: underline;
    font-size: 16px;
    display: block;
}

.block_6_box a:hover {
    text-decoration: none;
}

/*****/

.block_7 {
    width: 100%;
    background: #f3f3f3;
}

.block_7_inline {
	width: 78%;
	margin: 0 auto;
	padding: 100px 0;
    background: #f3f3f3;
    text-align: center;
}

.block_7 h4 {
    font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #d6185c;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.block_7 h5 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin: 0 0 60px 0;
	font-family: 'Oswald', sans-serif;
}

.team_left {
    float: left;
    width: 25%;
    padding: 0 5% 0 0;
    text-align: left;
}

.team_left img {
    width: 100%;
    height: auto;
    max-width: 335px;
    display: block;
    margin: 0 0 20px 0;
}

.team_name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.team_phone {
    color: #999;
    font-size: 16px;
    margin: 0 0 2px 0;
}

.team_mail {
    color: #000;
    font-size: 16px;
}

.team_mail a {
    color: #000;
    text-decoration: underline;
    font-size: 0.7vw;
}

.team_mail a:hover {
    text-decoration: none;
}

.team_right {
    float: left;
    width: 70%;
    text-align: left;
}

.team_right strong {
    color: #000;
	margin: 0 0 30px 0;
    font-size: 24px;
    display: block;
    line-height: 34px;
}

.team_right a {
	color: #000;
	text-decoration: underline;
}

.team_right a:hover {
	text-decoration: none;
}

.teambox {
    float: left;
    width: 24%;
    margin: 0 1% 0 0;
}

.teambox img {
    width: 100%;
    height: auto;
    max-width: 216px;
    display: block;
    margin: 0 0 20px 0;
}

/*****/

footer {
	
}

/*****/

.bottom {
	width: 100%;
    background: url(../images/bottom-bg.jpg) top center no-repeat;
    min-height: 1220px;
}

.bottom_inline {
	width: 75%;
	margin: 0 auto;
	padding: 100px 0;
}

.bottom_left {
    float: left;
    width: 50%;
    padding: 0 10% 0 0;
    color: #fff;
}

.bottom_left img {
    display: block;
    margin: 0 0 70px 0;
}

.bottom_left strong {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: block;
}

.bottom_subline {
    font-size: 18px;
    color: #fff;
    margin: 0 0 40px 0;
    display: block;
}

.bottom_fact {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
}

.icon_url {
    margin: 50px 0 0 0;
}

.icon_url_left {
    float: left;
    width: 15%;
}

.icon_url_right {
    float: left;
    width: 85%; 
    font-size: 18px;
    color: #fff;
}

.icon_url_right a {
	color: #fff;
	text-decoration: none;
}

.icon_url_right a:hover {
	text-decoration: underline;
}

.bottom_right {
    float: left;
    width: 40%;
}

.bottom_right h4 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: block;
    font-family: 'Oswald', sans-serif;
}

.bottom_right strong.br_ty_l_1 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 20px 0;
	display: block;
}

.bottom_form {
    color: #fff;
    font-size: 17px;
    padding: 0 0 25px 0;
}

/*****/

.footer {
	background: #000;
	padding: 20px 0;
}

.footer_inline {
	width: 75%;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.footer_inline a {
	color: #fff;
	text-decoration: none;
}

.footer_inline a:hover {
	text-decoration: underline;
}

.footer_copyright {
    margin: 0 50px 0 0;
}

.footer_seperator {
	margin: 0 5px;
}

/*****/

.font_red {
	color: #dd4b39;
}

.font_red_2 {
	color: #f99e92;
}

input.field_red {
	border-color: #dd4b39;
	background: #fcd6d2;
}

/*****/

.title_1 {
    display: block;
    margin: 0 0 20px 0;
}

/*****/

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****/

