@charset "utf-8";
/*==============================================================================
        framework
==============================================================================*/
html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0;}
.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}
/*==============================================================================
        HTML 5 Overrides
==============================================================================*/
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}
/*==============================================================================
        Grid
==============================================================================*/
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .three_third, .three_half{display:inline-block; float:left; margin:0; list-style:none;}

.first{clear:left;}
.last{float:right;}

.one_quarter{width:25%;}
.one_third{width:19.32515337%;}
.one_half, .two_quarter{width:50%;}
.two_third{width:61.34969325%;}
.three_quarter{width:75%;}

/* Grid 1/2 1/3 für Content */
.three_third{width:33.3333333333%;}
.three_half{width:50%;}
/*==============================================================================
        Media Queries
==============================================================================*/
@-ms-viewport{width:device-width;}
/*==============================================================================
        Smartphone + Tablet
==============================================================================*/
@media screen and (min-width:180px) and (max-width:978px) {
        .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .three_third, .three_half{display:block; float:none; width:auto; margin:0 0 0 0; padding:0;}
}
/*==============================================================================
        ** ENDE **
==============================================================================*/