/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #464646;
    font-size: 1em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a, a:visited, a:active {
	color: #464646;
}

a:hover, a:focus {
	color: rgb(0,176,185);
	text-decoration: none;
}


/* FARBEN */
/*
braun 166,159,136
beige 242,241,237
türkis 0,176,185
*/

@font-face {
    font-family: 'Steelfish';
    src:url('../fonts/Steelfish.ttf.woff') format('woff'),
        url('../fonts/Steelfish.ttf.svg#Steelfish') format('svg'),
        url('../fonts/Steelfish.ttf.eot'),
        url('../fonts/Steelfish.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 18px/26px 'Oswald', sans-serif;
    font-weight: 300;
}

.wrapper, .main-container {
	overflow: hidden;
}

.main-container, .main-left {
	margin-bottom: 20px;
}

.header-container img {
	display: none;
}

.header {
	position: relative;
	z-index: 990;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.header-container {
	margin: 4% 0 1% 0;
}

.header-container h2 {
    top: 0;
    left: 50%;
}

.main {
    padding: 2% 0 1.5% 0;
}

.contact {
	position: static;
	text-align: left;
	display: inline-block;
	padding-left: 15px;
	border: 1px solid rgb(166,159,136);
	
	padding: 15px;
	text-align: right;
	font-size: 150%;
	line-height: 35px;
	
	margin-left: 20px;
}

.contact strong {
	color: rgb(166,159,136);
	font-weight: 300;
	text-transform: uppercase;
}

.contact a {
	text-decoration: none;
}


.alternate {
	background-color: #f2f2f2;
}

.new .alternate {
	background-color: #fff;
}

.new .first {
	background-color: #f2f2f2;
}

.new .first .main {
	padding-bottom: 0;
}

.main-gray-box{
	background-color: rgb(242,241,237);
	padding: 3% 7%;
}

.slider{
	margin: 0 auto;
	text-align: center;
}

.slider .toggle {
	padding: 10px 20px;
	position: relative;
	display: inline-block;
}

.toggle a {
	font-size: 34px;
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #b4b4b4;
	padding-right: 10px;
}

.toggle a:hover, .toggle.open a {
	color: rgb(0,176,185);
}

.toggle a:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 13px;
	background: url("../img/icons.png") right top;
	top: 18px;
	right: 0px;
}

.toggle.open a:after {
	background-position: left top;
}

.home-item {
    display: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

blockquote {
	font-style: italic;
	font-size: 140%;
    line-height: normal;
}

.footer-container{
	padding: 0.5%;
}

.footer-text{
	float: right;
}

#impressum, #datenschutz {
	display: none;
	max-width: 1040px;
    margin: 0 auto;
}

/* Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Steelfish', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 32px;
	margin-bottom: 0;
}

h2 {
	color: rgb(0, 176, 185);
	font-size: 32px;
	margin-top: 8px;
}

h3 {
	font-size: 28px;
}

ul {
	padding-left: 20px;
}

ul li {
	list-style-image: url("../img/list.png");
}

strong, b {
	font-weight: normal;
}

.map iframe {
	height: 300px !important;
}

.section-header {
	font-size: 32px;
	background: #e1dfd7;
	padding: 22px 0 16px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Steelfish', sans-serif;
	margin-top: 0;
}

.new .slider {
	background: rgb(0, 176, 185);
	width: 100%;
	padding: 23px 0 14px 0;
}

.new .toggle a,
.new .toggle a:visited {
	color: #fff;
}

.new .toggle a:hover,
.new .toggle a:focus,
.new .open a {
	color: #464646;
}

.new .toggle a:after {
	background: url("../img/icons_bw.png") right top;
}

.new .toggle.open a:after {
	background-position: left top;
}

.new .main-container {
	margin-bottom: 0;
}

.col-wrapper {
	overflow: hidden;
}

.col {
	float: left;
}

.col1-3 {
	width: 31%;
	margin-right: 2%;
}

.kundenstimmen blockquote {
	margin-top: 0;
}

.kundenstimmen blockquote span {
	font-size: 80%;
}

@media (max-width: 670px) {
	.col1-3 {
		width: 100%;
		margin: 0 0 25px 0;	
	}
}

.col1-3:last-child {
	margin-right: 0;
}

.date {
	color: rgb(0, 176, 185);
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'Steelfish', sans-serif;
	line-height: 30px;
}

.termine {
	background: #fafaf9;
	margin-bottom: 0;
}

.termine ul {
	padding: 0;
	margin: 0;
}

.termine ul li {
	list-style: none;
}

.mb0 {
	margin-bottom: 0;
}

.btn {
	text-transform: uppercase;
	color: #a69f88;
	border: 1px solid #a69f88;
	padding: 5px 25px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
}

.btn:hover, .btn:focus, .btn:active {
	background: #a69f88;
	color: #fff;
}

img.logo-link{
		width: auto !important;
		max-height: 60px !important; /* war 80px */
		margin-right: 10px;
		margin-top: 10px;
	}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

}


@media only screen and (min-width: 520px) {
	.contact {
		position: absolute;
		right: 1%;
		top: 1%;
		padding-left: 50px;
	}
	
	.slider .toggle {
		display: inline-block;
		padding: 0 20px;
		position: relative;
		margin-right: 20px;
	}
	
	.toggle a:after {
		top: 6px;
	}
}


@media only screen and (min-width: 768px) {
	
	.header-container {
		position: absolute;
		z-index: 1;
		top: 0;
		max-height: 474px !important;
		width: 100%;
		background: url("../img/bg_header.jpg") repeat-x;
		margin: 20px 0 0 0;
	}
	
	.header-container img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.header-container{
		
	}	
	.main-left{
		float: left;
		/*width: 58%;*/
		width: 49%;
		padding-right: 1%;
	}
	
	.text-right {
		text-align: right;
	}
	
	.text-center {
		text-align: center;
	}
	
	.main-right{
		float: right;
		/*width: 40%;*/
		width: 49%;
		padding-left: 1%;
	}
	
	.logos {
		margin-bottom: 25px;
	}
	
	.kontakt-info{
		/* margin-top: 12%; */
	}
	
	.main-container.first {
		margin-top: 20%;
	}
	
	.new .main-container.first {
		margin-top: 15%;
	}
	
	.home-item {
		max-width: 70%;
	}
	
	.map iframe {
		height: 630px !important;
	}

	.main-container.last, .last .main-left, .main-container.alternate {
		margin: 0 !important;
	}

}

@media only screen and (min-width: 1040px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        max-width: 1040px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    
}


@media only screen and (max-width: 2000px) {
	.new .main-container.first {
		margin-top: 18%;
	}
}

@media only screen and (max-width: 1800px) {
	.new .main-container.first {
		margin-top: 17%;
	}
}

@media only screen and (max-width: 1400px) {
	.new .main-container.first {
		margin-top: 15.5%;
	}
}

@media only screen and (max-width: 1024px) {
	.new .main-container.first {
		margin-top: 13%;
	}
}

@media only screen and (max-width: 768px) {
	.new .main-container.first {
		margin-top: 10%;
	}
}

@media only screen and (min-width: 2000px) {
	.new .main-container.first {
		margin-top: 16%;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}