.infolinia
{
    height: 50%;
}


#intro
{
    padding-left: 40px;
    line-height: 25px;
	font-size:16px;
}
#intro div
{
    float: left;
}

.txt
{
    padding-left: 20px;
	font-family: "Avenir","Roboto","Segoe UI","Helvetica Neue",Arial,sans-serif;
}

.contact-infos
{
    /*float: left;*/
    padding-top: 50px;
}

.oneline
{
    padding-top: 5px;
    padding-left: 20px;
}

.twolines
{
    padding-top: 5px;
    padding-left: 20px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

section {
    
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.37);
}

section.module h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: rgba(204,204,204,1);
	font-family: "Avenir","Roboto","Segoe UI","Helvetica Neue",Arial,sans-serif;
}

section.module p {
    margin-bottom: 20px;
    font-size:18px;
    font-weight: 300;
    line-height: 28px;
	font-family: "Avenir","Roboto","Segoe UI","Helvetica Neue",Arial,sans-serif;
	text-align:justify;
	text-indent: 1.5em;
}


/*------------------------------------*/

.ul_format
{
	line-height: 18px;
	font-size:14px;
	margin-bottom: 20px;
}
section.module h2.h2_format
{
	font-size: 31px;
	margin-top: 0;
	margin-left:28px;
	font-family: "Avenir","Roboto","Segoe UI","Helvetica Neue",Arial,sans-serif;
	
	
}
section.module p.p_format
{
	font-size: 18px;
	font-family: "Avenir","Roboto","Segoe UI","Helvetica Neue",Arial,sans-serif;
	text-align:justify;
	text-indent: 1.5 em;
	margin-bottom: 20px;
	margin-left:28px;
}

section.module p.p_format_no_margin_bottom
{
	font-size: 18px;
	font-family: "Avenir","Roboto","Segoe UI","Helvetica Neue",Arial,sans-serif;
	text-align:justify;
	text-indent: 1.5 em;
	margin-left:28px;
	margin-bottom: 0px;
	
}
 #footer .container {
    width: 230px;
    padding: 0;
	 
}

.container_f {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background:black;
	
}

.ul_f
{
	width:100%;
	margin-bottom:3.5em;
	display:flex;
	justify-content:space-between;
	list-style: none;
	color:#FFF;
	
}
.title_f {
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: .4em;
	text-transform: uppercase;
	
}

/*------------------------------------*/

section.module p:last-child {
    margin-bottom: 0;
}

section.module.content {
    padding: 60px 0;
    text-align: left;
}

section.module.parallax {
    height: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
 
.container01 img 
{ 
    padding-top: 40px;
}

section.module.parallax h1 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 48px;
    line-height: 500px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

section.module.parallax-2lines h1 {
    line-height: normal;
    padding-top: 90px;
}

section.module.parallax-1 {
    background-image: url(../img/color/3.jpg);
}

section.module.parallax-2 {
    background-image: url(../img/color/2.jpg);
}

section.module.parallax-3 {
    background-image: url(../img/color/7.jpg);
}

section.module.parallax-4 {
    background-image: url(../img/color/1.jpg);
}

section.module.parallax-5 {
    background-image: url(../img/color/6.jpg);
}

section.module.parallax-6 {
    background-image: url(../img/color/4.jpg);
}

section.module.parallax-7 {
    background-image: url(../img/color/5.jpg);
}


.container-kontakt
{

    text-align: center;
}


@media all and (min-width: 1100px) {
    section.module h2 {
        font-size: 38px;
    }

    section.module a {
        font-size: 22px;
    }

    section.module.parallax h1 {
        font-size: 82px;
    }


}

@media all and (min-width: 1100px) {
    section.module.parallax h1 {
        font-size: 120px;
    }
}

@media all and (max-width: 1100px) {
    section.module.content {
        text-align: center;
    }
}

/*-----------------------------------------------*/









