/*
Theme Name: DFR
Theme URI: http://dfr-stb.de
Author: www.itmgmbh.net
Author URI: www.itmgmbh.net
Description: Danner Fürmann Reil Steuerberatungsgesellschaft mbH
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media screen and (max-width: 1200px) {
    .show-footer {
        

    display:block;

    }

}

@media screen and (min-width: 1200px) {
    .show-footer {
background-color:lightblue;
    display:none;
    }
}
.n-links {
color:white;
font-size:16pt;
text-shadow:0 1px 2px grey;
background: rgb(213,213,213); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(186,186,186,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(100%,rgba(186,186,186,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(186,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(186,186,186,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(186,186,186,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(186,186,186,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
}

div.Titolo a{font-family: Roboto, sans-serif; font-weight: 400; font-size:18px;}
div.Titolo a:hover {text-decoration:none; color:black; text-shadow:0 1px 3px grey;}

.video-container{height:auto; padding-bottom:20px;}

