/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

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

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

*, h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

body {
	color: #353535;
	background: linear-gradient(rgb(123,155,47) 50px, #fff 380px);
	background-repeat:no-repeat;

}

.bg-logo {
	background-repeat:no-repeat;
	background-image:url(../images/bg3.svg);
	background-size:cover;
	width: 300px;
	height:400px;
	display:block;
	position:fixed;
	bottom:0;
	right:0;
	z-index:-1;
}

#content {
	padding-top:200px;
	background-image:url(../images/forner-logo.svg);
	background-position:6em 2em;;
	background-size:400px;
	background-repeat:no-repeat;
}

.top-bar,.top-bar ul {
    background-color:rgb(123,155,47); 
	padding:0;
}

.top-bar {
	-moz-box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.3);
}

	
ul.menu > li > a.active, ul.menu > li > a:hover, .dropdown.menu .is-active > a , .dropdown.menu > li > a:hover {
    background-color:rgb(231,243,194);	
    color: rgb(123,155,47);
}

.menu > li > a {
    font-size: 1rem;
	color:#fff;
	width:100%;
}

ul.menu > li > a, ul.menu > li > ul > li > a, .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
}

ul.menu > li > ul > li > a {
	background: rgb(251, 245, 246) none repeat scroll 0 0;
    color: rgb(123,155,47); 
    cursor: pointer;
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
	text-transform:none;
  	transition-duration: 0.1s;
  	transition-timing-function: linear;
}

ul.menu > li > a:hover, .dropdown.menu.medium-horizontal > li > a:hover {
	background-color: rgb(123,155,47); 
	text-decoration: none;
	color: #fff;

}

.dropdown.menu a {
    padding: 0rem 3.5rem;
}

ul.menu > li > ul > li > a:hover {
	color:#fff;
    cursor: pointer;
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: rgb(255,255,255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid inset inset;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    border-image: none;
    border-style: inset inset inset solid;
    border-width: 6px 0 6px 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}

.header {

	display:block;
	height:250px;
}

.header h1, .header h2 {
    color:rgb(123,155,47); 
	text-align:right;	
}

.header h1 {
	font-size:2.2rem;
	line-height:normal;
	font-weight:400;
}

.header h2 {
	font-size: 1.1rem;
	font-weight:400;	
}

h2.mainH {
    font-size: 1.8rem;
    font-style: normal;
    font-weight:700;
    margin: 2.5vw 0 0 0;
	text-align:center;
}
#content h2, #content h3, #content h4, #content h5 {
    color:rgb(123,155,47); 
}

#content h2 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 0.5rem;
}

#content h3 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;	
}

#content h4 {
    font-weight: 500;	
    font-size: 1.1rem;
    margin: 0.4rem 0 0.4rem;	
}

#content h5 {
    font-size: 1.1rem;
    margin: 0.4rem 0 1rem;	
}

#content a, #content a:visited, #content a.visited {
	color: rgb(123,155,47);
	text-decoration: underline;
}

#content a:hover, #content a.hover {
	color: rgb(255,102,0);
}

#content .cell {
	margin-top:0;
	padding:2rem;
	padding-left:3rem;
	padding-right:3rem;
}

#kontaktform .cell {
	margin-top:0;
	padding:0rem;
	padding-left:3rem;
	padding-right:3rem;
}

#content .grid-x .cell {
	margin:0;
	padding:0;
	padding-bottom:1rem;
    padding-right: 2rem;	
}

#content p {
	margin-bottom:1rem;
}	


.rightbox {
	background-color:#fff;
    border-color:rgb(123,155,47); 
	border-style:solid;
	border-width:5px;
	border-radius:25px;

	position:relative;
    padding: 1rem;
	margin-top:-200px;
	margin-bottom:1rem;
}

.rightbox .rightcontent h3 {

    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    margin: 0 0.9rem;
}

#content .rightcontent {
    padding: 0.8rem;
}

#content .rightcontent p {
	font-size:1rem;
	margin-bottom: 1rem;
	line-height:normal;
}

#content .rightcontent td {
    padding: 0.2rem 0rem 0.2rem 0.625rem;
}	

.footer {
    color:rgb(123,155,47); 
	min-height:2rem;
	display:block;
	color:#fff;
}

.footer a {
	color: #fff;
}

.emptyacc, #content h3.accordionheading {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(170, 170, 170);
    border-image: none;
    border-style: solid;
    border-width: 1px;
	border-radius:20px;
    display: block;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 5px;
    padding-bottom: 3px;
    padding-left: 25px;
	padding-right: 50px;
    padding-top: 5px;
	margin-bottom:0.7rem;
}

#content h3.accordionheading {
	background: #fff url(../images/more.svg) no-repeat scroll 97% center;
	background-size:10px 10px;
    color: rgb(123,155,47); 
    cursor: pointer;
}

#content h3.accordionheading:hover {
    background: rgb(123,155,47) url(../images/morew.svg) no-repeat scroll 97% center;
	background-size:10px 10px;	
    color: #fff;
  	transition-duration: 0.3s;
  	transition-timing-function: linear;	
}

#content h3.topicselected {
    background: rgb(123,155,47) url(../images/lessw.svg) no-repeat scroll 97% center;
	background-size:10px 10px;	
    color: #fff;
}

#content h3.topicselected:hover {
    background: #fff url(../images/less.svg) no-repeat scroll 97% center;
	background-size:10px 10px;	
    color: rgb(123,155,47); 
}

.accordioncontent {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 50px 10px 30px;
}

#content ul > li::before {
    margin-left: -1rem;
}

#content ul > li::before {
    margin-left: -1rem;
}

#content ul > li::before {
    bottom: -4px;
    content: url(../images/postbullets.svg);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
	width:17px;
	height:20px;
}

#content ul > li > ul > li::before {
    content: url(../images/less.svg);
}

#content ul {
    list-style-type: none;
}

#content ul li{
	padding-bottom:0.1rem;
}

.is-dropdown-submenu {
    background: rgb(254, 254, 254) 50% none repeat scroll 0 0;
    border: none;
    display: none;
    left: 100%;
    min-width: 300px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.fltrt {
    float: right;
    margin: 0 0 20px 25px;
    padding: 0;
}

.fltlt {
    float: left;
    margin: 0 25px 20px 0;
    padding: 0;
}

.imgcenter {
	width:100%;
    margin: 0;
	margin-bottom:1.2rem;
}

.title-bar {
    background-color:rgb(123,155,47); 
    padding-right: 0rem;	
}

.title-bar-title {
    padding-left:0.5rem;
}

#monoslideshow {
	background-color: #fff;
	width:100%;
	height: 450px;
}

input {
	padding:0.625rem;
	font-size:1rem;
	margin-bottom:2rem;
	
	
}

input.submitbuttonstyle:hover {
	background-color:#ddd;
}

form {
	margin-bottom:2rem;
}

#content p.small, #content ul.small, #content label {
	font-size:1rem;
}
	
.servicebutton {
	background-color: rgb(123,155,47); 
	width: 100%;
	text-align: center;
	padding: 0.5rem;
	display: block;
	font-size: 1.3rem;
	margin: 0;
	border-color: rgb(251, 245, 246);
	border-width: 1px;
	border-style: solid;
	border-bottom-color: rgb(149,38,41);
	border-right-color: rgb(149,38,41);	
}

#content a.servicebutton {
	color:#fff;
	text-decoration:none;
}

#content a.servicebutton:hover {

	border-color: rgb(149,38,41);
	border-width: 1px;
	border-style: solid;
	border-bottom-color: rgb(251, 245, 246);
	border-right-color: rgb(251, 245, 246);				
  	transition-duration: 0.1s;
  	transition-timing-function: linear;
}


.underline {
	text-decoration:underline;
}

.menu.vertical {
	z-index:99;
	position: relative;
}

.menu.vertical li {
	z-index:999;
	position: relative;
}

.rounded {
	border-radius:25px;
	margin-right:4em;
}

@media only screen and (max-width: 40em) {

	.bg-logo {
		background-repeat:no-repeat;
		background-image:url(../images/bg2.svg);
	}
	
	#content .cell {
		padding: 1.5rem;
	}
	
	#content {
		padding-top:10px;
		background-image:url(../images/forner-logo.svg);
		background-position:6em 2em;;
		background-size:400px;
		background-repeat:no-repeat;
	}	
	
	.logo {
		height: 60px;
		position: absolute;
		right: 15px;
		top: 0px;
		width: 90px;
	}	
	
	.grid-container {
		display: block;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	

	ul.menu > li > ul > li > a {

		color: #fff;
		cursor: pointer;
		display: block;
		height: 3.0rem;
		line-height: 1.5rem;
		text-transform:none;
		font-size: 1.2rem;		
	}	
	
	ul.menu > li > ul > li > a:hover {
		cursor: pointer;
		display: block;
		height: 3.0rem;
		line-height: 1.5rem;
	}	
	
	.menu > li > a {
		font-size: 1.4rem;
		width:100%;
		text-transform:none;
		text-align:center;
	}			
	
	#content h2{
		font-size: 1.7rem;
		margin: 0 0 0.5rem;
	}
	
	#content h3 {
		font-size: 1.5rem;
		margin: 0.5rem 0 0;	
	}
	
	#content h4 {
		font-size: 1.2rem;
		margin: 0.4rem 0 0;	
	}
	
	#content p, #content ul, #content ol {
		font-size: 1.1rem;		
	}
	
	#content .cell {
		margin-top:0;
		padding:1rem;
	}
	#monoslideshow {
		height: 250px;
	}	
	
	h2.mainH {
		font-size: 1.3rem;
	}	
}

@media screen and (max-width: 62em) {
	#content {
		padding-top:0px;
		background-image:none;
	}		
}

@media screen and (max-width: 63em) {

	.grid-container {
		display: block;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	
	.logo {
		height: 60px;
		position: absolute;
		right: 15px;
		top: 0px;
		width: 90px;
	}	
	
	ul.menu > li > a, ul.menu > li > ul > li > a, .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
	background-color: rgb(249,255,231);
	border-bottom-color: rgba(184,174,163,0.9);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: rgb(123,155,47); 
	cursor: pointer;
	display: block;
	height: 3.0rem;
	line-height: 1.5rem;
	}
	
	ul.menu > li > ul > li > a {
	background-color: rgb(240,213,216);
	color: rgb(123,155,47); 
	cursor: pointer;
	display: block;
	height: 3.0rem;
	line-height: 1.5rem;
	text-transform: none;
	font-size: 1.2rem;
	}	
	
	ul.menu > li > ul > li > a:hover {
		background-color: rgb(123,155,47); 
		color:#fff;
		cursor: pointer;
		display: block;
		height: 3.0rem;
		line-height: 1.5rem;
	}	
	
	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
		border-color: rgb(123,155,47) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	}
	
	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:hover:after {
		border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	}
		
	.menu > li > a {
		font-size: 1.4rem;
		width:100%;
		text-transform:none;
		text-align:center;
	}	
	
	#content .cell {
		padding: 1.5rem;
	}
	
}

@media screen and (min-width: 48em) {
	h2.mainH {
		font-size: 2.1rem;
	}		
}

@media screen and (min-width: 58em) {
	h2.mainH {
		font-size: 2.5rem;
	}	

}

@media screen and (min-width: 63em) {
	
	.menu > li > a {
		font-size: 1.05rem;
		padding-left:1.5rem !important;
		padding-right:1.5rem !important;	
	}		
	
	.header h1 {
		font-size:2.4rem;
	}
	
	.header h2 {
		font-size: 1.2rem;
	}	
		
	#content h2{
		font-size: 2rem;
		margin: 0 0 0.5rem;
	}
	
	#content h3 {
		font-size: 1.3rem;
	}
	
	#content h4 {
		font-size: 1.2rem;
		margin: 0.4rem 0 0;	
	}
	
	#content p, #content ul, #content ol {
		font-size: 1.1rem;		
	}

	#content p.small, #content ul.small, #content label {
		font-size:0.9rem;
	}
	
	#content form .cell {
		margin-top:0;
		padding-right:2rem;
		margin-left:0;
		padding-left:0;
	}
	
	h2.mainH {
		font-size: 2.9rem;
	}				
}

@media screen and (min-width: 80em) {
	
	.menu > li > a {
		font-size: 1.1rem;
		padding-left:2.0rem !important;
		padding-right:2.0rem !important;	
	}	

	.is-dropdown-submenu {
		min-width: 350px;
	}	
	.header h1 {
		font-size:2.5rem;
	}
	
	.header h2 {
		font-size: 1.4rem;
	}	
	
	#content h2{
		font-size: 2.2rem;
		margin: 0 0 0.5rem;
	}
	
	#content h3 {
		font-size: 2rem;
	}
	
	#content h4 {
		font-size: 1.4rem;
		margin: 0.4rem 0 0;	
	}	
	
	#content p, #content ul, #content ol {
		font-size: 1.2rem;		
	}
	
	#content p.small, #content ul.small, #content label {
		font-size:1rem;
	}
	
}