
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }



input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}


/* Contact Form Styling */
.container {
	padding: 0 50px 70px;
    margin-top: 5%;
}
.textcenter {
	text-align: center;
}
.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.sec2addr a {
	color: #fff;
}

.section1 h1 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 4%;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
	color: #fff;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #607274;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}


.section2 .sec2contactform h3 {
	font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #fff;
}


.abg-text  {
	font-size: 12px;
}

.agb-check {
	color: #fff;
}

.maps2 {
	display: none;
}



/* @media querries */

@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.container {
		padding: 0 30px 70px;
	}
	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}

	.maps {
		display: none;
	}

	@media only screen and (max-width: 768px) {
		.maps-mobile-container {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
		}
		
		.maps2  {
			display: block; 
		}
	}
	

	

}



.socialmedia ul{
	display: flex;
	justify-content: center;
	margin-top: 4%;
	font-size: 32px;
	list-style: none;
	margin-left: -10%;
	margin-bottom: -3%;
}

.socialmedia li {
	margin: 0 15px; 
}


/*Tablet Landscape Contact Form*/

@media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
	.section2 {
        display: flex;
        flex-direction: column;
        align-items: center; /* Zentriert die Spalten horizontal */
        justify-content: center; /* Zentriert die Spalten vertikal */
    }

    .col2.column1,
    .col2.column2 {
        width: 100%;
        float: none;
        padding: 0;
    }

	.maps {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 4%;
	}

	.sec2innercont {
		text-align: center;
	}

	.socialmedia {
		margin-left: 10%;
	}
    
}
