/*
Theme Name: Saunameisterei
Author: Andreas Wundersee
Author URI: http://www.onoffdesign.de/
Description: Ein Wordpress-Template von ON/OFF Design
Version: 1.0
*/

body, html {
	margin:0px;
	padding:0px;
	font-family: 'Caveat', sans-serif;
	font-size: 30px;
}

input, button, video, img, video:active, video:hover, video:focus {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	outline:0px;
}

.transition-2 {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}

.transition-6 {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;	
}

/* Margin */

.small-margin-top {
	margin-top:35px;
}

/* Header */

.header-image, .image-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	position: relative;
	overflow: hidden;
}

.header-image img {
	max-width: 290px;
	margin: auto;
	display: block;
	padding: 105px 0px;
	z-index: 10;
	position: relative;		
}

.header-image a {
	z-index: 10;
	position: relative;	
}

#video {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}

/* Fonts */

a {
	color:#000;
	text-decoration: underline;
	hyphens: auto;
	word-wrap: break-word;
}

a:hover {
	color:#000;
	text-decoration: none;
}

h2 {
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	color:#ff6600;
	font-size: 120px;
	max-width: 55%;
	line-height: 73%;
}

.page-template-default h2, h1 {
	font-size: 30px;
	max-width: none;
}

h3 {
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;	
	font-size: 30px;
}

/* General */

.outer-wrapper {
	max-width: 1500px;
	margin:50px auto;
	padding: 0px 40px;
}

.clear {
	clear: both;
}

::-moz-selection {
  color: white; background-color: #ff6600;
}

::selection {
  color: white; background-color: #ff6600;
}

.width-100 {
	width:100%;
}

/* Banner */

.image-wrapper {
	min-height:500px;
	float:left;
}

.left-image-wrapper {
	width:65%;
}

.right-image-wrapper {
	width:35%;
}

.headline-wrapper {
	position: absolute;
	left:0px;
	right: 0px;
	z-index: 10;
}

.max-text-width {
	max-width: 65%;
}

.more-info {
	display: none;
}

.read-more {
	font-weight: 600;
	line-height: 1;
	border-bottom: 2px solid #000;
	display: inline-block;
}

.read-more:before {
	content: '>';
	margin-right: 5px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;		
}

.open.read-more:before {
    transform: rotate(-90deg);
}

.non-touch .read-more:hover {
	border-color: transparent;
}

/* Footer */

footer {
	background-color:#ff6600;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:100px;
	text-align: center;
}

footer .outer-wrapper {
	margin: 0px auto;
}

ul, li {
	margin:0px;
	padding:0px;
	list-style: none;
}

footer a {
	color:#fff;
	text-decoration: none;
}

footer li {
	font-size: 20px;
	display: inline-block;
	margin-left:10px;
	margin-right: 10px;
}

footer a:hover {
	text-decoration: underline;
	color:#fff;
}

/* Flex */

.flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.flex {
	flex-grow: 1;
	max-width: 16.66666667%;
	margin-bottom: 30px;
}

/* Responsive */

@media (max-width:1700px) {
    h2 {
        max-width: 70%;
        font-size: 100px;
    }
}

@media (max-width:1500px) {
    h2 {
        max-width: 85%;
        font-size: 100px;
    }
}

@media (max-width:992px) {

	.header-image img {
		max-width: 210px;
		padding: 75px 0px;
	}	
	
	.max-text-width {
		max-width: 90%;
	}
	
	h2 {
        font-size: 80px;
        max-width: 95%;	
        /* word-wrap: break-word;
        hyphens: auto; */
	}
	
	.image-wrapper {
		min-height: 360px;
	}
	
	.flex {
		max-width: 25%;	
	}
	
}

@media (max-width:767px) {

	.outer-wrapper {
		margin: 40px auto;
		padding: 0px 25px;
	}	

	.max-text-width {
		max-width: 100%;
	}	
	
	body, html {
		font-size: 28px;
	}

	.header-image img {
		max-width: 150px;
		padding: 45px 0px;
	}	
	
	.image-wrapper {
		min-height: 170px;
		width:100%;
	} 

	h2 {
		font-size: 40px;
		max-width: 100%;
		/* color:#fff; */
	}	
	
	.left-image-wrapper {
		position: relative;
	}
	
	/* .left-image-wrapper:after {
		content:"";
		position: absolute;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		z-index: 1;
		background-color:rgba(239,125,0,0.85);
	} */
	
	.headline-wrapper {
		position: relative;
	}
	
	.outer-image-wrapper .outer-wrapper {
		margin-top:25px;
		margin-bottom: 25px;
	}
	
	.logo-wrapper {
		margin-top:25px;
	}
	
	.flex {
		max-width: 50%;	
	}	
		
}