/*
Theme Name: Template Vorlage Typo3
Theme URI: http://www.123altmark.de
Author: 123Altmark Agentur
Author URI: http://123altmark-agentur.de
Description: TYPO3 Grundlayout 
Version: 0.9.4
Letzte Änderung: 10.01.2017

*/

/**
 * Table of Contents:
 *
 * 0.0 - Globals
 * 1.0 - Bootstrap based on V3.2.0 (overwrite) Show Folder Framework and Settings an Typo3
 * 2.0 - General Layout
 * 3.0 - Header
 *   3.1 - Site Header
 *   3.2 - Title Header
 *   3.2 - Navigation
 * 4.0 - Footer
 *	  4.1 Footer Navigation
 *    4.2 Copyright	
 * 5.0 - Content
 * 6.0 - Sidebar
 * 7.0 - Typo3 Extension
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
 
/*-----------------------------------------------------------------------------------*/
/*	0.0 Globals
/*-----------------------------------------------------------------------------------*/

html * { }

html { font-size: 100%; }

body { 
	line-height: 1.7; 
	background: #fff; 
	color:#555; 
	height: auto; 
	padding: 0px;
	margin: 0px;
}

::-moz-selection { 
	background-color: #2F5493; 
	color: #fff; 
}

::selection { 
	background: #2F5493; 
	color: #FFF; 
}

img { 
	max-width: 100%; 
	height:auto;
}


/* Global Font Style
================================================== */

/* Global Font Style*/
body, 
textarea, 
input { 
	font-family: 'Roboto', sans-serif;
}


/* Headlines */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	color: #2F5493; 
	line-height: normal;
	font-family: 'Shadows Into Light', cursive;
} 

h1 { 
    font-size: 30px;
	font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0;
}
h2 { 
    font-size: 30px;
	font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0;
}
h3 { 
	font-size:22px; 
	font-size:1.375rem;  
}
h4 { 
	font-size:22px; 
	font-size:1.375rem; 
	font-style: italic; 
}
h5 { 
	font-size:18px; 
	font-size:1.125rem;  
}
h6 { 
	font-size:16px; 
	font-size:1rem; 
	font-style:italic; 
}



/* Standard Font Size and Color */
p, 
ul, 
ol, 
dl, 
label, 
input, 
select, 
address, 
textarea, 
table { 
	font-size:16px;
	font-size:1rem;
    line-height: 23px;
    color: #555;
}

/* Standard Links */
a, .entry-content a, 
.comment-content a { 
	color:#2F5493; 
	text-decoration: none !important; 
	cursor: pointer; 
	-webkit-transition: color 0.15s ease-in-out 0s; 
	-moz-transition: color 0.15s ease-in-out 0s; 
	-o-transition: color 0.15s ease-in-out 0s; 
	transition: color 0.15s ease-in-out 0s; 
}

a:hover, 
a:active, 
a:focus, 
.entry-content a:hover, 
.comment-content a:hover{	
	outline: 0;	
	color: #272727; 
	text-decoration:none; 
}


/*-----------------------------------------------------------------------------------*/
/*	1.0 Bootstrap custom
/*-----------------------------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"]  {
/*   padding: 3px; */
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

.btn-default,
.btn-primary, 
.label-default {
  background-color: #2F5493;
  border-color: #2F5493;
  border-radius: 0;
  padding: 10px 28px 13px 28px;
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
a.btn{
	font-family: 'Shadows Into Light', cursive;
	font-size: 20px;
	font-size: 1.25rem;
}

.btn-default:hover,
.btn-primary:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-default:hover, 
.btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #002b5c;
  border-color: #002b5c;
}
.btn.btn-default {
  color: #FFF;
  text-transform: uppercase;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}

.progress-bar-info {
    background-color: #2F5493;
}
.panel-primary {
    border-color: #2F5493;
}
.panel-primary > .panel-heading {
	background-color: #2F5493;
	border-color: #2F5493;
}

.alert { 
	border-radius: 0;
	margin-top: 20px;
}

/* wenn wow fadeIn Animation in Verbindung mit ModalBox verwendet wird */
.modal-open div.wow.fadeIn{
	animation-name: none !important;
	-webkit-animation-name: none !important;
}


/*-----------------------------------------------------------------------------------*/
/* 1.1 #jQuery
/*-----------------------------------------------------------------------------------*/


/* 1.1.0 #jQuery-UI */
/* Tabs, Accordion*/
/* default */

.ui-widget {
	margin-bottom: 30px;
}

.ui-state-default,
.ui-state-default a,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	border-radius: 0;
	padding: 6px 10px;
}


.ui-state-default,
.ui-state-active,
.ui-state-default a,
.ui-state-active a {

	background-color: #f2f2f2;
	font-size: 22px !important;
    font-size: 1.375rem !important;
    color: #888;
	line-height: 24px;
	margin: 0px;
	
}

.ui-widget .ui-widget-content { 
	padding: 20px; 
	border: 1px solid #f2f2f2;
}


/* hover */
.ui-state-hover,
.ui-state-hover a {
	color: #111;
	background: #ddd;
}

/* active */
.ui-state-active,
.ui-state-active a {
	color: #fff;
	background: #2F5493;
}



/*-----------------------------------------------------------------------------------*/
/* 2.0 #General Layout
/*-----------------------------------------------------------------------------------*/

#page {
	overflow: hidden;
}

#wrapper {}

header {}

#header{}

#content {
}

footer {}

#footer { }

 
/*-----------------------------------------------------------------------------------*/
/* 3.0 Header Layout
/*-----------------------------------------------------------------------------------*/



/* 3.1 Site Header and Logo
================================================== */
#site-title {
	text-align: center;
} 

#site-title h1 { 
	margin: 0px; 
}

#site-title h1 a { }

#site-title h1 a:hover { 
	color: #2F5493;
}

#site-title a img { 
	max-width: 100%;
}

#site-title h2 { }
.logo {
	position: absolute;
    height: 69px;
    width: 100px;
    top: -13px;
    background: url(../img/Spargelhof_Logo_final_ng.png) 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
    z-index: 1;
}
/* 3.2 Navigation
================================================== */



.menu-btn-open:before
{ 
	color: #2F5493; 
	text-decoration: none; 
	-webkit-transition: all .15s linear; 
	-moz-transition: all .15s linear; 
	transition: all .15s linear; 
} 
.menu-btn-open, 
input[type="button"]:hover, 
input[type="submit"]:hover { 
	background: #2F5493; 
}


/* 3.2.2 SubNav Navigation */
.sub-nav { 
	margin-bottom: 15px;
}

.sub-nav ul { 
	margin: 0; 
	padding: 0; 
/* 	text-align: center !important;  */
	font-size:15px;
	font-size:0.9375rem;
}

.sub-nav ul li { 
	border-right: none; 
	display:block; 
	float:none; 
	vertical-align: middle; 
	margin-bottom: 1px; 
	list-style: none; 
    padding: 2px 0;
}

.sub-nav ul li a, 
.sub-nav ul li a:visited, 
.sub-nav ul li a:focus, 
.sub-nav ul li a:link { 
	text-decoration: none;
	display: block; 
	text-align: center; 
	color: #555555 !important;
	line-height: normal;
	font-weight: normal;
}
.sub-nav ul li a:hover, 
.sub-nav ul li span.shortNav1_0_cur, 
.sub-nav ul li a.shortNav1_0_act { 
	text-decoration: underline; 
}

/* 3.2.1 Main Navigation */

.navcontainer {
	background: #fff; 
}

#header .navcontainer {
    margin-top: 15px;
    
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
}
	
.main-nav,
.mean-nav { 
	background: #2F5493; 
	clear:both; 
	/* z-index: 3;  */
	padding: 0; 
} 

/* 1. Menü Ebene */
.main-nav ul,
.mean-nav ul { 
	margin: 0;
	padding: 0px;
} 

.main-nav ul li, 
.mean-nav ul li { 
	display: block; 
	position: relative;
	/* padding: 14px 0;  */
	text-align: right;
     
} 
.mean-nav ul li a{
	padding-right: 52px;
}
.main-nav li a, 
.mean-nav li a { 
	display:inline-block; 
	font-size: 15px; 
	font-size: 0.9375rem; 
	padding: 14px 0; 
	color:#fff; 
} 
.mean-nav li.current-menu-parent > a .linktext,
.mean-nav li.current-menu-item > a .linktext,
.mean-nav li a:hover {
/* 	color: #7BBB42; */
	font-weight: 700;
}
/* 2. Menü Ebene (unter Menu) */

.main-nav ul.sub-menu, 
.main-nav ul.children ,
.mean-nav ul.children{ 
	padding: 20px 0; 
} 
.main-nav ul.sub-menu .menu-item-first, 
.main-nav ul.children .menu-item-first { 
	padding-top: 0; 
} 
.main-nav ul.sub-menu .menu-item-last, 
.main-nav ul.children .menu-item-last { 
	padding-bottom: 0; 
} 

.main-nav ul li ul li.menu-item-first { 
	padding-top: 0; 
} 
.main-nav ul li ul li.menu-item-last { 
	padding: 0; 
} 
.main-nav li li a,
.mean-nav li li a { 
/*
	font-size: 14px; 
	font-size: 0.8375rem; 
	text-transform: none; 
*/
/* 	color: #9e9e9e;  */
}
.mean-nav li.menulevel-2 a{
	padding-right: 62px;
}
.mean-nav li li.current-menu-item > a .linktext:after {
	content: ' ';
    position: absolute;
    height: 2px;
    width: 43px;
    background: #fff;
    top: 25px;
    right: 0;
	
}
.mean-nav ul li li{
	background: #7A9AD0;
}

/* 3. Menü Ebene  (unter unter Menu) */
.mean-nav ul li li li {
	background: #787878;
}
/* [+|-] Button*/
.mean-nav-vert li li li a {
    background: #f2f2f2;
}

ul li a.mean-expand {    
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    margin-top: 9px;
    margin-right: 7px;
    padding: 4px 0px;
    background: #7A9AD0;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

/* 3.2.1 Mobile Navigation */
.mobile-nav-container { 
	position: relative; 
} 

/* Menu & Sidebar-left & right Horizontale Ausrichtung*/
div#mobile-sidebar-right-btn,
div#mobile-sidebar-left-btn,
div#mobile-menu-btn,
a#mobile-menu-btn {
	cursor: pointer;
	display:block; 
	position: relative; 
	width: 100%; 
	color: #2F5493; 
	text-align: center; 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
} 

/*Menu & Sidebar-left & right Vertikale Ausrichtung*/
div#mobile-sidebar-right-btn,
div#mobile-sidebar-left-btn,
div#mobile-menu-btn,
a#mobile-menu-btn { 
	float:right; 
	padding: 9px 0; 
/*     margin-bottom: 0; */
} 

/* Menu & Sidebar-left & right span ausblenden*/
div#mobile-sidebar-right-btn span,
div#mobile-sidebar-left-btn span ,
div#mobile-menu-btn span ,
a#mobile-menu-btn { 
	display: none; 
} 

/*Standart nav-icon*/
.mobile-menu-btn.menu-icon:after,
/* .mobile-menu-btn.nav-icon.active:before, */
/* .main-nav li.menulevel-1 > a, */
.nav-icon:after{ 
	content: '\e236'; 
	display: inline-block; 
	-webkit-font-smoothing: antialiased; 
	font: normal 21px/1 'Glyphicons Halflings'; 
	vertical-align: top; 
}
/*main-nav icon */
.mobile-menu-btn.nav-icon:after{ 
	position: relative;
	content: '\e236'; 
    vertical-align: top;
    margin-left: 10px;
    bottom: -1px;
    font-size: 26px;
}
.nav-icon span {
	font-size: 16px;
	font-size: 1rem;
}

/*sidebar left close*/
.mobile-sidebar-left-btn.nav-icon:after { 
	content: '\e258'; 
} 

/*sidebar left active*/
.mobile-sidebar-left-btn.active:after { 
	content: '\e257'; 
}

/*sidebar right close*/
.mobile-sidebar-right-btn.nav-icon:after { 
	content: '\e257'; 
} 

/*sidebar right active*/
.mobile-sidebar-right-btn.active:after { 
	content: '\e258'; 
}  

  
.mobile-sidebar-right-btn.nav-icon.active,
.mobile-sidebar-left-btn.nav-icon.active,
.mobile-menu-btn.nav-icon.active,
a.mobile-menu-btn.menu-icon.open { 
	color: #203a66 !important; 
} 




/*	3.2.2 breadcumbs */

.crumbs { } 
.crumbs ul { list-style: none; margin: 0; padding: 0;  }
.crumbs ul li { display: inline-block; line-height: 70px; vertical-align: middle; }
.crumbs ul li:after {
	content: "/";
}
.crumbs ul li > a { margin: 0 3px;} 
.crumbs ul li > a:hover, .crumbs ul li > a.menu-item-act {} 

.crumbs ul li.menu-item-first a {
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.crumbs ul li.menu-item-first a:after {
  font-size: 20px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  padding: 0px;
  margin: 0px;
}

.crumbs ul li.menu-item-first a:hover:after {
	color: rgba(0,0,0,0.5);
}


/*	3.2.3 simplenav */

.simplenav .menu, .simplenav .sub-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simplenav .menu li:hover a { 
	display: block; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
}

.simplenav .menu li {
	margin-bottom: 1px;
	background: #7bcd00;
	position: relative;
}

.simplenav .menu li .sub-menu {
	display: none;
	
}

.simplenav .menu li:hover .sub-menu {
	display: block;
	position: absolute;
	width: 250px;
	right: auto;
}

.simplenav .menu li a {
	display: block;
	padding: 10px 10px;
	color: rgba(0, 0, 0, 0.3);
}

.simplenav li:hover > a { 
	color: #fff !important; 
	background: #272727;
	color: #fff;
}

/*	3.2.3.1 simplenav horizontal */

.simplenav.horizontal .menu li {

}



/*	3.2.3.1 simplenav vertical */


.simplenav.vertical .menu li {
	display: inline-block;
	margin-right: 1px;
}



/*	3.2.4 Language Navigation */

.language-nav {
	margin-bottom: 30px;
}

.language-nav ul {
	position: relative;
	list-style: none !important;
	margin: 0;
	padding: 0;
	text-align: left;
	padding: 5px;
	background: #f2f2f2;
	font-size: 16px;

}

.language-nav ul li {
	display: inline;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	background: none;
}

.language-nav ul li img {
	opacity: 0.3;
}

.language-nav ul li.last {
	margin-right: 0;
}

.language-nav ul li.act a {
	font-weight: bold;
	color: #000;
}

.language-nav ul li.act img {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/* 4.0 Footer Layout
/*-----------------------------------------------------------------------------------*/
#footer {
	background: #555555;
/* 	padding: 20px 0px 0px 0px; */
}

#footer .copy-nav {
	padding: 15px 0;
}

#footer .copyright,
#footer .footer-nav {
	padding: 7px 0;
}

#footer .navcontainer {  
	background: #ACA590;
	/*
padding-top: 15px;
	padding-bottom:15px;
*/
}

.bg4 {
	background: url(../img/bg-image-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	padding-top: 15px;
    padding-bottom: 15px;
}

#footer p, 
#footer h1, 
#footer h2, 
#footer h3 {
	color: #FFF;
	text-align: center;
	margin: 0;
}

#footer a{ 
	color: #FFF;
}
#footer .navcontainer h3,
#footer .navcontainer a{ 
	color: #555;
}
#footer .navcontainer a:hover{
	color: #555;
}


#footer a:hover{
	color: #aca590;
}

#footer table{
	font-size:15px;
	font-size:0.9375rem;
}

#footer .fa {
	color: #555555;
}

#footer h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
}


.top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 0px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.top:hover {
  background: #2F5493;
  opacity: .8;
}
.top:hover a{
  color: #272727;

}

/*-----------------------------------------------------------------------------------*/
/* 4.1 Footer Navigation*/
/*-----------------------------------------------------------------------------------*/
.footer-nav { }

.footer-nav ul, 
ul.credit { 
	display: block;
	margin: 0; 
	padding: 0; 
	text-align: center; 
	font-size:15px;
	font-size:0.9375rem;
	/*float: right; */
}

.footer-nav ul ul{ 
	display: none; 
}

.footer-nav ul li, 
ul.credit li  { 
	display: inline;	
	text-align: center;
	vertical-align: middle; 
	margin: 0px; 
	
	list-style: none; 
}

.footer-nav ul li a{ 
	text-align: left; 
	color: #FFF; 
	margin: 0px 9px 0px 10px; 
	line-height: 13px; 
	font-weight: normal; 
}

.footer-nav ul li a:hover { 
	color: #FFFFFF; 
}

/*-----------------------------------------------------------------------------------*/ 
/*  4.2 Copyright*/
/*-----------------------------------------------------------------------------------*/
.copyright {
	font-size:15px;
	font-size:0.9375rem;
}

/*-----------------------------------------------------------------------------------*/
/* 5.0 Content
/*-----------------------------------------------------------------------------------*/

.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #2F5493;
}
.pagination li:hover a {
  color: #2F5493;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #2F5493;
  border-color: #2F5493;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}

.fa {
	width:25px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: rgba(172, 165, 144, 0.2);
}
.fa:hover {
    font-size: 20px;
}

.list-fa li:before {
	color: #2F5493;
	margin-left: -20px;
}
.list-fa {
	margin-left: 20px;
}

.bg{
	margin: 25px 0;
	position: relative;
	
}

.opacity1 h2{
	font-size: 45px;
	font-size: 2.8125rem;
}
.bg1 {
	background: url(../img/bg_spargel.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;     
/*     background-size: contain; */
}

.bg5,
.bg2 {
	background-color: #FBF8F0;
	padding: 15px 15px;
}
.bg3 {
	background: url(../img/bg3_image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
/*     background-size: contain; */
}

.bg5 {
	background: #DCDAD1;
}

.apple:before {
	content: '';
	position: absolute;
	height: 183px;
    width: 161px;
	bottom:-30px;
	right: -163px;
	background: url(../img/apple-1.png);
    background-repeat: no-repeat;
/*     background-size: contain; */
}

.pistachio:before {
	content: '';
	position: absolute;
	height: 194px;
    width: 125px;
    bottom: -30px;
    left: -128px;
	background: url(../img/pistachio-1.png);
    background-repeat: no-repeat;
/*     background-size: contain; */
}
.butter:before {
	content: '';
	position: absolute;
	height: 145px;
    width: 129px;
    bottom: -30px;
    right: -136px;
	background: url(../img/butter.png);
    background-repeat: no-repeat;
/*     background-size: contain; */
}

.flatware:before {
	content: '';
	position: absolute;
	height: 292px;
    width: 192px;
    bottom: -30px;
    left: -136px;
	background: url(../img/messer_gabel.png);
    background-repeat: no-repeat;
/*     background-size: contain; */
}

.food:before {
	content: '';
	position: absolute;
	height: 154px;
    width: 163px;
    left: 10%;
	background: url(../img/food.png);
    background-repeat: no-repeat;
/*     background-size: contain; */
}

.opacity1 {
	background: rgba(47, 84, 147, 0.72);
	padding: 30px 0;
}
.bg .opacity1 h2,
.bg .opacity1 p,
.bg .opacity1 a {
	color: #fff;
	text-align: center;
}

.fa-custom {
	margin: 0 auto;
}
.fa-custom .icon {
    margin-left: 0px;
}
#footer table.fa-custom,
#footer table.fa-custom a {
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* 6.0 Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {}

.sidebar-right-container,
.sidebar-left-container,
.toggle-container {
	position:relative;		
}

.toggle-sidebar-right, 
.toggle-sidebar-left {
	z-index: 100;
	position:absolute;
	background: rgba(255,255,255,0.96);
	width: 100%;
		
}


/*-----------------------------------------------------------------------------------*/
/* 7.0 Typo3 Extensions
/*-----------------------------------------------------------------------------------*/
/* Bild aus Seiten (Resource) */
.tile .thumb{
	text-align: center;
}

.page-thumb img {
	width: 100%;
}

.tile {
	background: none;
	margin-top: 25px;

}

.tile .content {
	padding: 0;
	padding-top: 15px;
}

.tile a .linktext {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	color: #7E9AD0;
	text-transform: none;
	line-height: normal;
	font-weight: bold;
}

.tile-custom {
	margin-top: -7px;
}

.tile-custom .tile a .linktext {
	text-align: center;
	font-family: 'Shadows Into Light', cursive;
	color: #fff;
	font-size: 45px;
	font-size: 2.8125rem;
	height: 205px;
    width: 226px;
    background: url(../img/Schild1.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 87px 0;
}
.tile-custom .tile .content,
.tile-custom .tile {
	margin-top: 0;
	padding-top: 0;
}

.tile a .abstract {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #555555;
	display: block;
}

.pd-mg-0.bg{
	margin-bottom: 0;
	padding-bottom: 0;
}

.tile .content .more-link a:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f064";
}
.tile .btn-tile {
	background: none;
	border: 0;
	text-align: left;
}
.tile .btn-tile:hover {
	background: none;
	color: #aca590;
	
}
.tile a.btn-tile{
	display: initial;
	color: #2F5493;
	padding-left: 0;
}

.tile .more-link {
    margin-top: 10px;
    display: block;
}

.tile .more-link a {
/* 	color: #2F5493; */
    font-size: 15px;
    font-size: 0.9375rem;
    
}

.tile-custom .tile a .abstract {
	margin-top: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*	8.0 CSS3 Media Queries for Responsiveness (mobile-first, from small to big)
/*-----------------------------------------------------------------------------------*/

/*Small devices (tablets, 768px and up)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) { 
	.footer-nav ul {
		display: block;
		text-align:right;	
	}
	
	#footer p {
		text-align: left;
	}
	
	.tile a .linktext {
	    min-height: 52px;
		display: block;
	}
	
	.tile a .abstract {
	    min-height: 100px;
	}
	.tile-custom .tile a .abstract {
	    min-height: 0;
	}
}

/* Minimum width of 1100 pixels (15' laptops + desktops)
------------------------------------------------------------------------------------ */
@media (min-width: 992px) {

/* --- Header --- */

#header .navcontainer {
	position: fixed;
	width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
	z-index: 1;
}
#header .navcontainer.f-nav{
	top: 0;
	margin-top: 0;
}

.logo {
	position: absolute;
    height: 152px;
    width: 232px;
    top: -30px;
    -webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
}

.f-nav .logo {
	height: 100px;
    width: 150px;
    top: 0px;
}


/*For fixed Header - look at custom.js*/ 
.navcontainer.f-nav { 
	z-index: 1001; 
	position: fixed; 
	left: 0; 
	top: 0;
	width: 100%;
}

/*Mobile Navigation ausblenden*/
#header div#mobile-sidebar-left-btn,
#header div#mobile-sidebar-right-btn,
#header div#mobile-menu-btn ,
a#mobile-menu-btn
{ 
	display: none; 
}

#site-title { 
	max-width: 100%;
	display: inline-block; 
	padding: 30px 0; 
	float: left; 
}

#site-title h1, 
#site-title h2{
	text-align: left;
} 

#site-title a { 

}
#site-title h1 {
	font-size:24px;
	font-size:1.5rem;
	padding-bottom: 0px;
}
#site-title h2 {
	font-size:18px;
	font-size:1.125rem;
}

/* Sidebar */
.toggle-sidebar-right,
.toggle-sidebar-left {
	display: block !important;
	position:static;
	background: none;	
}

	

/* --- Main Nav + Sub-Menus --- */

.mean-nav {
	display: none !important;
}


.navcontainer {
	background: #fff;
}

/* 1. Menu Ebene*/
.main-nav { 
	display: block !important; 
	background: #fff; 
	position: relative; 
	padding: 0; 
	float: right;
}

.main-nav ul { 
	margin: 0 auto; 
	padding: 0; 
	max-width: 1180px; 
	overflow: visible; 
} 

.main-nav ul li { 
	position:relative; 
	display: inline-block; 
	margin-right: 28px;  
	text-align: left;
} 
.main-nav ul li.menu-item-last { 
	margin-right: 0;
}


.main-nav li a { 
	font-size: 16px; 
	font-size: 1rem; 
	color: #ACA590; 
	font-weight: 800; 
	padding: 20px 0;
	-webkit-transition: all 0.4s ease;    
	transition: all 0.4s ease;
	letter-spacing: 0.1rem;

}
.f-nav .main-nav li.menulevel-1 > a 
/* .f-nav .main-nav li > a  */{
	padding: 10px 0; 
	
}
.f-nav .main-nav li li > a {
/* 	padding: 10px 5px;  */
	
}


.main-nav li.current-menu-parent > a, 
.main-nav li.current-menu-item > a {
	color: #2F5493;
	background: url(../img/nav_pistachio.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.main-nav li.menulevel-2.current-menu-item  a {
	background: none;
} 

.main-nav li li.current-menu-item > a {
	color: #fff;
}

.main-nav ul li:hover > ul { 
	/*
display: block; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
*/
	visibility: visible;
    opacity: 1;
    transform: translate(0px,0px);
} 

.main-nav li:hover > a { 
	color: #2F5493; 
} 

/* 2. Menu Ebene*/
.main-nav li.menu-item-has-children {
/* 	background: #003b73  */
}

/*Menu Pfeil*/

/* .mobile-menu-btn.nav-icon.active:before */
/*
.main-nav li.menulevel-1 > a:hover:before { 
	content: "\e072"; 
	z-index: 100;
	vertical-align: bottom; 
	position: absolute; 
	bottom:-16px;
	left: 50%;
	color: rgba(255,255,255,0.5);
	transform: rotate(35grad);
}
*/

.main-nav ul.menulevel-2 .menu-item-last a {
	background: url(../img/menulevel-2-pistachio.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.main-nav ul.sub-menu, 
.main-nav ul.children { 
/* 	display: none;  */
	opacity: 0;
    visibility: hidden;
    
	position: absolute; 
	top: 63px; 
	left: 0; 
	width: 220px; 
	border: none; 
	z-index: 99999; 
	padding: 0;
	text-align: left; 
	
	transform: translate(0px,30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.f-nav .main-nav ul.sub-menu, 
.f-nav .main-nav ul.children {
	top: 43px;
}

.main-nav ul.sub-menu ul, 
.main-nav ul.children ul { 
/* 	display: none;  */
	
	opacity: 0;
    visibility: hidden;
    
	top: 0 !important;
	left: 220px; 
	z-index: 99999; 
	transform: translate(30px,0px);
} 

.main-nav li li { 
	position:relative; 
	display: block; 
	float:none; 
	margin: 0; 
	padding: 0; 
	font-weight: 400; 
	background: #2F5493;
} 

.main-nav li li a { 
/* 	font-weight: 400;  */
	letter-spacing: 0; 
	color: #fff; 
	display: block; 
	margin: 0; 
	padding: 15px 20px; 
	font-size: 14px;
	font-size: 0.875rem;
} 

.main-nav li li a:hover { 
/* 	color: #3f3f3f;  */
} 

.main-nav li li.current-menu-item > a,
.main-nav li li a:hover { 
	color: #fff !important; 
	padding-left: 36px;
/* 	background: #272727; */
	
}
.main-nav li li.current-menu-item > a:after,
.main-nav li li.menulevel-2 a:hover:after{
	content: ' ';
    position: absolute;
    height: 2px;
    width: 24px;
    background: #fff;
    top: 25px;
    left: 0;
}

/* 3. Menu Ebene*/
.main-nav li li li { 
	display: block; 
	padding: 0; 
} 

/* 3.2.2 SubNav Navigation */
.sub-nav {
	margin-bottom: 20px;
}
.sub-nav ul { 
	margin: 0; 
	padding: 0; 
	text-align: left; 
	font-size:14px;
	font-size:0.875rem;
}

.sub-nav ul li a, 
.sub-nav ul li a:visited, 
.sub-nav ul li a:focus, 
.sub-nav ul li a:link {
	padding: 3px;
	padding-left: 0;
	text-decoration: none;
	display: block; 
	text-align: left; 
/* 	color: #555555; */
	line-height: normal;
	font-weight: normal;
/* 	background: #2F5493; */
}

.sub-nav ul li a:hover, 
.sub-nav ul li span.shortNav1_0_cur, 
.sub-nav ul li a.shortNav1_0_act { 
	color: #fff;
	
}

.sub-nav ul li > ul li {
/* 	padding-left: 5px; */
}

.bg{
	margin: 30px 0;
}
.bg .ce-image{
	margin-top: 15px;
}

.bg5,
.bg2 {
	background-color: #FBF8F0;
	padding: 52px 60px;
}
.bg2.first {
	margin-top: -40px;
/* 	display: inline-block; */
}

.bg3{
	margin-bottom: 30px;
}

.bg5 {
	background: #DCDAD1;
}
.fa-custom {
	margin: 0;
}

.fa-custom .icon {
    margin-left: 30px;
}

.tile-custom{
	margin-bottom: 60px;
}

#header .navcontainer {
    margin-top: 54px;
}

/* #Font Changes
================================================== */


/* #Widget Changes
================================================== */


/* #Footer Layout Changes
================================================== */
#footer .copy-nav {
	padding: 35px 0;
}
#footer h3{
	text-align: left;
}



}
/* Minimum width of 1200 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media (min-width: 1200px) {

/* #General Layout Changes
================================================== */
.main-nav ul li { 
/* 	margin-right: 35px;   */
} 

.tile-custom .tile a .abstract {
	margin-top: 60px;
}

.tile-custom {
	margin-top: -7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,dfe3f3+50,dfe3f3+100&0+0,0+49,0+50,0+50,1+50,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(224,228,243,0) 55%, rgba(223,227,243,1) 55%, rgba(223,227,243,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(224,228,243,0) 55%,rgba(223,227,243,1) 55%,rgba(223,227,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(224,228,243,0) 55%,rgba(223,227,243,1) 55%,rgba(223,227,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dfe3f3',GradientType=0 ); /* IE6-9 */
}

.tile-custom .tile a .abstract {
    min-height: 92px;
}
/* #Page Specific Changes
================================================== */


/* #Font Changes
================================================== */


/* #Widget Changes
================================================== */


/* #Footer Layout Changes
================================================== */


}
/*-----------------------------------------------------------------------------------*/
/* 8.0 Media Print
/*-----------------------------------------------------------------------------------*/

@media print { }