html, html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, sans-serif;
    color: #404041;
}
header {
    background-color: #404041;
    height: 430px;
}
.col {
    width: 100%;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.right {
    text-align: center;
}
.logo {
    margin-top: 20px;
    max-width: 473px;
    height: auto;
}
.left {
    text-align: center;
}
.tel {
    max-width: 276px;
    padding-top: 20px;
    height: auto;
}
.mascott {
    margin-top: 20px;
    max-width: 313px;
    height: auto;
}
.inner, .innercontact {
    width: 100%;
    padding: 0 2%;
}
.top {
    margin: 60px 0 20px 0;
}
.top h2 {
    margin-bottom: 20px;
    font-size: 130%;
}
p {
    padding-bottom: 20px;
    font-size: 120%;
}
	
	
.contact p {
    padding-bottom: 20px;
    font-size: 120%;
    color: #ffffff;
}
	.contact a:link, .contact a:visited{
		color: #ffffff;
		font-weight: bold;
	}	

	.impressum a:link, .impressum a:visited{
		color: #ffffff;
        font-size:80%;
        font-weight: normal !important;
	}

	
	
		.top a:link, .top a:visited{
		color: #404041;
		font-weight: bold;
	}	

.team {
    background-color: #404041;
    padding: 40px 0;
}
.gallery {
    padding: 40px 0;
}
.contact {
    background-color: #404041;
    padding: 40px 0;
    text-align: center;
}
.thirty {
    width: 50%;
    float: left;
}
.portrait {
    background-color: #ffffff;
}
.one {
    margin: 0 5px 0 0;
}
.two {
    margin: 0 0 0 5px;
}
.last {
    display: none;
}
.portrait h2 {
    padding: 20px;
}
.portrait p {
    padding: 0 0 20px 20px;
}
.portrait img {
    width: 100%;
    height: auto;
}
.spacer {
    width: 50%;
    height: 2px;
    display: block;
    background-color: #4978bc;
    margin: 0 20px 20px 20px;
}
.title {
    width: 179px;
    height: auto;
	padding-bottom: 20px;
}
form input[type=email], form input[type=text], h3, p {
    font-size: 120%
}
form input[type=email], form input[type=text], form textarea {
    background: #ffffff;
    padding: 2%;
    color: #45423e;
    margin: 0 0 8px;
    border: 0;
    width: 100%
}
form textarea {
    font: 130%/1.4 Gotham, Helvetica Neue, Helvetica, Arial, " sans-serif";
    height: 80px
}
form span {
    display: block;
    overflow: hidden;
    padding-right: 10px
}
form input[type=submit] {
    border: 0;
    background: #ffffff;
    padding: 10px;
    font-size: 130%;
    width: 100%;
    cursor: pointer;
    color: #404041;
	font-weight: bold;
    -webkit-appearance: none
}

.droppicsgallery {
	text-align: center;
	width: 320px;
}
.droppicsgallery img {
	width: 320px!important;
	height: auto;
}


@media only screen and (min-width: 420px) {
.droppicsgallery {
	text-align: center;
	width: 420px;
}
.droppicsgallery img {
	width: 187px!important;
	height: auto;
}
}

@media only screen and (min-width: 605px) {
.droppicsgallery {
	text-align: center;
	width: 600px;
}
}



@media (min-width: 680px) {
.thirty {
    width: 33.33%;
    float: left;
}
.portrait {
    background-color: #ffffff;
}
.team {
    background-color: #404041;
    padding: 60px 0;
    color: #ffffff;
}
.last {
    display: block;
}
.one {
    margin-right: 20px;
}
.two {
    margin: 0 10px;
}
.three {
    margin-left: 20px;
}
.gallery, .contact {
    padding: 60px 0;
}
.innercontact {
    max-width: 638px;
    margin: 0 auto;
    padding: 0;
}
}





@media (min-width: 768px) {
.inner {
    width: 768px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
header {
    height: 368px;
}
.left {
    text-align: left;
}
.half {
    width: 50%;
    float: left;
}
.right {
    text-align: right;
}
.logo {
    margin-top: 206px;
    float: left;
}
.tel {
    padding-top: 48px;
}
.mascott {
    margin-top: 61px;
}
	
}

@media (min-width: 808px) {
	.droppicsgallery {
	text-align: center;
	width: 790px;
}
.droppicsgallery img {
	width: 187px!important;
	height: auto;
}
	}



@media (min-width: 990px) {
.inner {
    width: 990px;
    height: auto;
}
.top h2 {
    margin-bottom: 20px;
    font-size: 140%;
}
p {
    padding-bottom: 20px;
    font-size: 130%;
}
	
	.droppicsgallery {
	text-align: center;
	width: 990px;
}
}