/* modernline */
@font-face {
  font-family: 'Dementor';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Dementor.ttf'); /* IE9 Compat Modes */
}

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('../fonts/titillium-web-v6-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	font-size: 9pt;
	color: #333;
	background: #fff;
	height: 100%;
  	font-family: Raleway, helvetica, arial, sans-serif;
}

p {
	font-size: 1.2rem;
	line-height: 1.3;
}

a {
	text-decoration: none;
	color: #a1c442;
}

img {
	max-width: 100%;
}

.icons {
	display: none;
}

.button-1 {
	font-size: 1.2rem;
	text-decoration: none;
	background: #789b18;
	padding: 10px;
	color: #fff;
	display: inline-block;
	margin: 10px;
  
  	transition: all 0.5s;
}

.button-1:hover {
	background: #a1c442;
}

.flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.flex-image {
	margin: 2px;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

/*
** Top
*/
#header_top {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.logo-wrapper {
	position: absolute;
	z-index: 3;
	background: #a1c442;
	padding: 25px 20px 20px 20px;
	top: -10px;
	left: 0;
	text-align: center;
	color: #888;
  	
	transform: rotate(-3deg);
	box-shadow: 0 0 8px #0000002e;
}

.logo-wrapper a {
	color: #fff;
}

/*
** Main Menu
*/
#header_menu .mod-menu {
	list-style-type: none;
	text-align: center;
}

#header_menu .mod-menu li {
	display: inline-block;
}

#header_menu .mod-menu li {
	display: inline-block;
}

#header_menu .mod-menu li a {
	display: inline-block;
	padding: 20px;
	text-decoration: none;
	color: #606060;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
  
  	transition: all 0.5s;
}

#header_menu .mod-menu li a:hover {
	background: #ccc;
}

#header_menu .mod-menu .active a {
	background: #eee;
}

a.menu-bold {
	font-weight: bold;
}

/*
** Banner Startseite
*/
#header_slider {
	min-height: 100px;
}

.welcome-banner-wrapper-1 {
	min-height: 800px;
	width: 100%;
	background-position: center;
	background-size: cover;

	position: relative;
}

.welcome-banner-wrapper-2 {
	min-height: 600px;
	width: 100%;
	background-position: center;
	background-size: cover;

	position: relative;
}

.welcome-banner-content {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.welcome-banner-text {
	padding: 20px 40px;
	position: absolute;
	max-width: 600px;
	bottom: 200px;
}

.back-button-wrapper {
	max-width: 1200px;
	margin: 40px auto;
	text-align: center;
	padding: 0 40px;
	position: relative;
	font-size: 1rem;
}

/*
** Main Content
*/
#content_main_container {
	max-width: 1200px;
	margin: 0 auto;
}

#content_middle {
	position: relative;
	top: -60px;
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
}

.portrait-wrapper {
	padding: 80px 0;
}

.portrait-image-container {
	overflow: hidden;
	margin: 0 40px 40px 0;
}

.portrait-image-container img {
	
}

.comment-1 {
	text-align: center;
	padding: 80px 0;
}

.comment-1 p {
	font-size: 2.8rem;
	font-family: "Dementor", "times new roman", serif;
	line-height: 1.2;
}

.comment-1 p.comment-text-small {
	font-size: 1.6rem;
}

.article-images {
	padding: 40px 0;
}

.signature img {
	max-width: 300px;
	opacity: 0.7;
}

.profile-image-2 {
	width: 180px;
	float: right;
	margin: 4px;
  
}

.product-wrapper {
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.product-container {
	width: 300px;
	margin: 10px;
  	text-align: center;
}

.product-image {
	max-height: 330px;
	padding: 2px 0 10px 0;
  
	transition: all 0.5s;
}

a .product-image:hover {
	transform: rotate(-3deg) scale(0.9);
}

.product-page-wrapper {
	text-align: center;
}

.product-images-container {
	padding: 20px;
}

.product-images-container img {
	margin: 5px;
}

.referenz-wrapper {
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}

.referenz-image-1 {
	float: left;
	width: 500px;
	margin: 5px 20px 20px 5px;
}

.referenz-image-2 {
	margin: 5px;
	width: 500px;
}

.small-infotext {
	color: #aaa;
	font-size: 0.8rem;
}

.price-infotext {
	padding-top: 20px;
	color: #000;
}

.product-page-wrapper h3 {
	font-size: 1.2rem;
	padding-bottom: 10px;
}

/*
** Footer
*/
#footer {
	background: #333;
	padding: 20px;
	text-align: center;
	color: #fff;
}

#footer a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*
** Responsive
*/
@media (max-width: 1800px) 
{
    .welcome-banner-wrapper-2 {
        min-height: 500px;
    }
}

@media (max-width: 1600px) 
{
    .welcome-banner-wrapper-2 {
        min-height: 450px;
    }
}

@media (max-width: 1200px) 
{
    #header_menu {
        min-height: 54px;
        background-image: url(../images/menu_wrap.png);
        background-repeat: no-repeat;
        background-position: center right;
    }
  
  	#header_menu .mod-menu {
        display: none;
        position: absolute;
        top: 54px;
        padding: 0;
        margin: 0;
        width: 100%;
        background: #fff;
        z-index: 3;
    }
  
 	#header_menu:hover .mod-menu {  	
      	display: block;
  	}
  	
  	#header_menu .mod-menu li {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 0.6rem;
    }
  
  	#header_menu .mod-menu li a {
        display: block;
    }
  	
    .welcome-banner-wrapper-1 {
        min-height: 600px;
    }
  
    .welcome-banner-text {
        max-width: 450px;
      	bottom: 100px;
    }
  
  	.welcome-banner-wrapper-2 {
        min-height: 360px;
    }
  
    #content_middle {
		top: 0px;
  	}
}

@media (max-width: 1000px) 
{
 	 .welcome-banner-wrapper-2 {
        min-height: 320px;
    }
}

@media (max-width: 900px) 
{
  	.welcome-banner-wrapper-1 {
        min-height: 500px;
    }
  
  	.welcome-banner-text {
        max-width: 400px;
        bottom: 60px;
    }
  
  	.welcome-banner-wrapper-2 {
        min-height: 250px;
    }
}

@media (max-width: 680px) 
{
  	.welcome-banner-wrapper-1 {
        min-height: 400px;
    }
  
  	.welcome-banner-text {
        max-width: 300px;
        bottom: 40px;
    }
  
  	.comment-1 p {
        font-size: 2rem;
    }
  
  	.portrait-wrapper {
        padding: 80px 0;
        display: block;
    }
  
  	.portrait-image-container {
        margin: 0 0 40px 0;
        text-align: center;
        max-width: 100% !important;
    }
  
  	.portrait-image-container img {
        width: 300px;
    }
  
 	.welcome-banner-wrapper-2 {
        min-height: 200px;
    }
  
  	.article-images {
        display: block;
    }
  
  	.profile-image-2 {
        width: 120px;
        float: right;
        margin: 4px;
    }
  
    .float-r {
      	float: none;
    }
  
  	.float-l {
      	float: none;
    }
}

@media (max-width: 500px) 
{
	.welcome-banner-wrapper-2 {
        min-height: 120px;
    }
}