div.box_social_share {
position: fixed;
right: 0em;
text-align: right;
bottom: 50%;
z-index: 5000;
}
div.box_social_share img {
width: 2.5em;
height: auto;
transition: 0.5s;
}
div.box_social_share img:hover {
width: 3em;
transition: 0.5s;
}

@media only screen and (max-width: 49em) {
div.box_social_share {
top: 15%;
}
}
div.header_contact {
font-size: 0.8em;
padding-top: 2.5em;
margin-left: 10%;
}
#navigation a {
text-decoration: none;
color: #445008;
transition: color 0.5s;
margin-left: 0em;
}
#navigation ul {
margin-left: 0em;
padding-left: 0em;
}
#navigation ul li {
list-style-type: none;
font-size: 1.3em;
margin-top: 0.2em;
padding-left: 0em;
}
#navigation ul li a {
margin-left: 10%;
}
#navigation ul li a:hover,
#navigation ul li a.active {
color: #000000;
text-shadow:3px 3px 3px #999999;
transition: text-shadow 0.5s;
}
#navigation ul li li {
list-style-type: none;
font-size: 0.9em;
font-weight: normal;
padding-left: 1em;
}
#navigation ul li li a:hover,
#navigation ul li li a.active {
background-image: none;
}
/*
#navigation li.only_mobile {
display:none;
}

@media only screen and (max-width: 39em) {
#navigation li.only_mobile {
display:block;
}
}
*/
div.nmsh_box {
cursor: pointer;
text-align: center;
background-image: url('/cms/upload/module/navigation_main_show_hide/nmsh.png');
background-size: contain;
background-position: center center;
width: 3em;
height: 3em;
opacity: 0.8;
transition: 0.5s;
}
div.nmsh_box:hover {
opacity: 1;
transition: 0.5s;
}
div.ssdaf {
float: left;
margin-left: 3em;
}
input.s_sd_af_input_text {
width: 50%;
height: 1.5em;
margin-left: 10%;
margin-right: 1em;
border: 1px solid #445008;
background-color: #ffffff;
}
input.s_sd_af_input_submit {
width: 1.8em;
height: 1.8em;
background-image: url('/cms/upload/module/search_sd_additional_form/icon-start-search.png');
background-repeat: no-repeat;
background-size: contain;
border: none;
background-color: transparent;
margin-top: 0.3em;
}
input.s_sd_af_input_submit:hover {
cursor: pointer;
}

/*
@media only screen and (max-width: 39em) {
div.ssdaf {
display: none;
}
}
*/
div.post_it {
margin-top: 5em;
margin-bottom: 3em;
background: #f0f9ff; /* Old browsers */
background: -moz-linear-gradient(top, #909284 0%, #b3b5a5 13%, #e9e9e9 13%, #92996d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #909284 0%,#b3b5a5 13%,#e9e9e9 13%,#92996d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #909284 0%,#b3b5a5 13%,#e9e9e9 13%,#92996d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
padding:1em;
padding-top: 2em;
width:70%;
margin-left: 10%;

-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

font-family: 'Caveat Brush',arial,helvetica,sans-serif;
color: #111111;
font-size: 1em;
}
@media only screen and (max-width: 39em) {
div.post_it {
display: none;
}
}
div.s_sd_result {
border-bottom: 1px solid #445008;
padding: 0.5em;
margin-bottom: 2em;
}
div.s_sd_relevance {
width: 30%;
border: 1px solid #445008;
padding: 1px;
float: left;
}
div.s_sd_relevance_score {
font-size: 0.6em;
background-color: #445008;
color: #ffffff;
padding: 1px;
}
div.s_sd_result_headline {
clear: both;
font-weight: 900;
font-size: 1.2em;
margin-top: 0.3em;
}
div.s_sd_result_number {
font-weight: 900;
float: left;
margin-right: 0.3em;
}
div.s_sd_result_text {
font-size: 0.8em;
}
span.s_sd_highlight_item {
font-weight: 900;
text-decoration: underline;
}
div.s_sd_more {
text-align: right;
}
div.s_sd_more a {
color: #445008;
text-decoration: none;
transition: 0.5s;
padding-left: 1.2em;
background-image: url('/cms/upload/bullets/link_text_link.png');
background-repeat: no-repeat;
background-size: 1em 1em;
background-position: center left;
}
div.s_sd_more a:hover {
color: #000000;
text-shadow:3px 3px 3px #999999;
transition: 0.5s;
}
input.s_sd_input_text {
width: 80%;
height: 1.8em;
margin-right: 1em;
border: 1px solid #445008;
background-color: #ffffff;
}
input.s_sd_input_submit {
border: none;
background-color: transparent;
width: 2em;
height: 2em;
background-image: url('/cms/upload/module/search_sd_additional_form/icon-start-search.png');
background-repeat: no-repeat;
background-size: cover;
}
input.s_sd_input_submit:hover {
cursor: pointer;
}
ul.navigation_bottom {
margin-top: 0em;
padding-left: 1em;
}
ul.navigation_bottom li {
list-style-type: none;
display: inline;
}
ul.navigation_bottom li a,
span.back_to_top {
color: #445008;
text-decoration: none;
border-right: 1px solid #445008;
padding-left: 1em;
padding-right: 1em;
transition: 0.5s;
}
span.back_to_top {
border: none;
}
ul.navigation_bottom li a:hover,
span.back_to_top:hover {
color: #000000;
text-shadow:3px 3px 3px #999999;
transition: 0.5s;
cursor: pointer;
}
