/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.01.2016, 11:56:35
    Author     : Eugen
*/




div#grid-container div.grid-container-inner {
    max-width:1200px;
    margin:auto auto; padding-bottom:100px;
}

.avia-menu-text {
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#avia2-menu li a {
	color: #eeeeee !important;
	font-size: 12px !important;
	font-weight: 200;
	letter-spacing: 0.05em;
}

.subnav a span {
	font-size: 18px !important;
	font-weight: 400;
	letter-spacing: 0.00em;	
}

.sub_menu_socket .avia-menu-text {
	font-size: 12px;
}

.image-overlay.overlay-type-extern .image-overlay-inside {
	display: none !important;
	background: none !important;
	height: 0px !important; 
	width: 0px !important;
}

.toggler {
	color: #1786cb !important;
	border-color: transparent !important;
	border-bottom: 2px solid #1786cb !important;
	font-size: 25px !important;
	padding: 18px 65px 18px 20px !important;
	margin: 5px 0px 0px 0px !important;
	position: relative;
	top: 1px;
}

.toggle_icon {
	display: none !important;
}

.main_color div { 
	border-color: transparent !important ;
}

.toggler.activeTitle:before {
	content: "\e81a" !important
}

.toggler:before {
	font-family: 'entypo-fontello' !important;
	font-size: 20px;
	content: "\e817" !important;
	padding-right: 20px;
}

.avia_image {
	border-radius: 0px !important;
}

/* hide Impressum etc. except on mobile */
.only-mobile {
	display: none;
}

@media screen and (max-width: 990px) {
	.only-mobile {
		display: inherit;
	}
}

/* avia post navigator invisible */
.avia-post-nav {
	display: none !important;
}


