﻿/* CSS for all type of media */

#header {
	background-size: 100% 100%;
	height: 150px;
	width: auto;
	background-color: #FFFFFF;
	background-image: url('../Verlauf.png');
	text-align: left;
	padding: 0px 0 0 20px;
	position: relative;
	background-repeat: no-repeat;
}
#main_page {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
}
#breadcrumb {
	background-color: #88AC2F;
	top: 150px;
}
.menu {
	color:white !important;
}
.link {
	color: #333;
}
.main_container {
	float: left;
	width: 100%;
}
.content {
	background-color: #FFFFFF;
	height: auto;	
}
.right_content {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	overflow: hidden;
}
.container_1 {
	width: 100%;
	height: auto;
	display: -webkit-flex;
}
.container_2 {
	width: 100%;
	height: auto;
}
#team_img_philosophie {
	width:200px;
	height:200px;
}

.margin_top_10 {
	margin-top:10px;
}

.margin_top_30 {
	margin-top: 30px;
}

.margin_0 {
	margin:0;
}

.contact_main_container {
	min-height: 500px;
}

.width_100 {
	width:100%;
}

.margin_top_100 {
	margin-top: 100px;
}

.aspect-video {
	width: 100%;
    height: 0;
    padding-bottom: 51%;
    position: relative;
}

.container {
    width: 40%;
    height: 40%;
    background: #444;
    margin: 0 auto;
}

.container iframe.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.container iframe.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}​

.strongFont {
	font-weight: bold;
}