/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-header {
  background-image: url("../fons.jpg");
}
.tm-top-teaser {
  background-image: url("../fons_teaser.jpg");
  height: 100% !important;
}

.uk-icon-button {
	font-family: arial;
	font-size: 1.2em;
}

.uk-navbar-toggle {
	color:#cd4449;
}

.compo-switch-read{
	margin-left:20px;
}

.tm-switcher-target{
	min-height: 360px;
}

div.mod-languages ul li{
	margin-left: 0px;
	margin-right: 0px;
}

div.mod-languages ul li a{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: background 0.2s ease 0s;
    width: 40px;
}

div.mod-languages ul li a:hover{
	background-color: #cd4449;	
}
